@import url('https://fonts.googleapis.com/css?family=Montserrat:300i,400,500,700');
/*
Basic of template
*/
html, body, html.footer-sticky, .footer-sticky body
{
  height: 100%;
}
body
{
  color: #777;
  font-weight: 400;
  letter-spacing: 0em;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.65714286em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body[privacy="true"]
{
  background: #593cb8;
}
button, input, optgroup, select, textarea
{
  font-family: "Montserrat", sans-serif;
}
button:focus
{
  outline: 0 !important;
}
a, .simple-hover img, button, .btn
{
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
a {
  color: #4782d3;
  text-decoration: none;
}
a:hover, a:focus,
input.btn:hover, input.btn:focus
{
  text-decoration: none;
  outline: 0 !important;
  color: #f9a828 !important;
  cursor: pointer;
  border-color:#f9a828 !important;
}

/**typography**/
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6
{
  font-family: "Montserrat", sans-serif;
  color: #252525;
  font-weight: 700;
  -webkit-font-variant-ligatures: common-ligatures;
     -moz-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
  margin-top: 0;
  letter-spacing: -0.2px;
  line-height: 1.3;
}
.base-font
{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.font300i
{
  font-weight: 300 !important;
  font-style: italic !important;
}
.font400
{
  font-weight: 400 !important;
}
.font500
{
  font-weight: 500 !important;
}
.font700
{
  font-weight: 700 !important;
}

h1,.h1
{
  font-size: 36px;
}
h2,.h2
{
  font-size: 30px;
}
h3,.h3
{
  font-size: 26px;
}
h4,.h4
{
  font-size: 18px;
}
h5,.h5
{
  font-size: 16px;
}
h6,.h6
{
  font-size: 14px;
}
.align-right
{
  text-align: right;
}
.line_height1
{
  line-height: 1
}
/*MAIN COLORS*/
.white
{
  color:#fff !important;
}
.gray
{
  color:#323232 !important;
}
.light_gray
{
  color:#888888 !important;
}
.orange
{
  color:#f9a828 !important;
}
.darkpurple
{
  color:#5019b6 !important;
  border: 3px solid #5019b6 !important;
}
.purplebg
{
  background: #593cb8;
}
.darkpurplebg
{
  background-color:#181540 !important;
}
.whitebg
{
  background: #fff;
}
/*end MAIN COLORS*/
.justify
{
  text-align: justify;
}
.spaceabove
{
  padding-top: 20px;
}
.spacebelow
{
  margin-bottom: 30px;
}

.back-to-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  -moz-border-radius: 5px;
       border-radius: 5px;
  -webkit-border-radius: 5px;
  bottom: 10px;
  right: 10px;
  background: #eee;
  color: #333;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out, -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out, -moz-transform 0.2s ease-out, -o-transform 0.2s ease-out;
  -webkit-transform:translate3d(0, 15px, 0);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform:  translate3d(0, 15px, 0);  /* IE 9 */
  -moz-transform:  translate3d(0, 15px, 0);
       transform:  translate3d(0, 15px, 0);  /* Firefox 16+, IE 10+, Opera */
}
.back-to-top i {
  display: block;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}
.back-to-top:hover, .back-to-top:focus
{
  color: #4782d3;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0px, 0);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translate3d(0, 0px, 0);  /* IE 9 */
  -moz-transform: translate3d(0, 0px, 0);
       transform: translate3d(0, 0px, 0);  /* Firefox 16+, IE 10+, Opera */
}
/**preloader**/
.loader,
.loader:before,
.loader:after {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
     animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  -moz-animation: load7 1.8s infinite ease-in-out;
       -o-animation: load7 1.8s infinite ease-in-out;
     animation: load7 1.8s infinite ease-in-out; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.col-grid {
  padding: 10px 15px;
  background: #eee;
  border: 1px solid #fff;
}

.parallax-overlay {
  position: relative;
  overflow: hidden;
}
.parallax-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: url("../img/bg_pat.png");
}

.color-overlay:before {
  background: rgba(71, 130, 211, 0.8); }

.form-control:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }

/*
Preloader style
*/
.jarallax {
    position: relative;
    z-index: 0;
    min-height: 731px;
}
.jarallax > .jarallax-img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

#preloader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #4782d3;
  border-right: 0.5em solid rgba(245, 245, 245, 0.5);
  border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
  border-left: 0.5em solid rgba(245, 245, 245, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  -moz-animation: load8 1.1s infinite linear;
       -o-animation: load8 1.1s infinite linear;
     animation: load8 1.1s infinite linear; }

#preloader-inner,
#preloader-inner:after {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 10em;
  height: 10em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
         transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
         transform: rotate(360deg); } }

/*
Buttons
*/
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn
{
  font-size: .8rem;
}

.btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
  font-weight: 700 !important;
  font-size: 0.75rem !important;
  font-family: "Montserrat", sans-serif;
  padding: 14px 30px 14px !important;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 0.05em;
  border: 3px solid #fff;
}

.fullscreen
{
  width: 100%;
  height: 100%;
}
.fullscreen .d-flex
{
    height: 100%;
    position: relative;
}
.bg-parallax
{
  -moz-background-size: cover;
       -webkit-background-size: cover;
            -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
}

.svg100p {
  width: 100%;
}
.svg-abs
{
  position: absolute;
}
.svg-rt
{
  top: 0;
  right: 0;
}
.svg-f-btm
{
  left: 0;
  right: 0;
  bottom: 0;
}
.svg-white
{
  fill: #fff;
}

/*INTRO START*/
#intro
{
  background-image:url("../img/blobleft.png"),url("../img/blobright.png");
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  -moz-background-size: contain;
       -webkit-background-size: contain;
            -o-background-size: contain;
          background-size: contain;
}
#intro .col-md-8.text-center
{
  margin:auto;
  max-width: 80%;
}
#intro::after {
    content: '';
    position: absolute;
    left: 0;
    height: 60px;
    width: 100%;
    background-image: url(../img/box_top_border.png);
    background-position: 50% 90%;
    background-repeat: repeat-x;
    z-index: 9;
    padding-top: 100px;
}
/*SERVICES START*/
#services
{
  margin-top: 80px;
  background-image: url(../img/servicesbg.png);
  background-position: center -18vw;
  -moz-background-size: cover;
       -webkit-background-size: cover;
            -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 25px;
}
#services::after {
    content: '';
    position: absolute;
    left: 0;
    height: 60px;
    width: 100%;
    background-image: url(../img/box_bottom_border_services.png);
    background-position: 50% 90%;
    background-repeat: repeat-x;
    z-index: 9;
    margin-top: 0;
    padding-top: 0;
}
.affiliate-icon
{
  background-image: url("../img/affiliate_icon.png");
  -moz-background-size: 73px;
       -webkit-background-size: 73px 73px;
            -o-background-size: 73px;
          background-size: 73px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.publisher-icon
{
  background-image: url("../img/publishers_icon.png");
  -moz-background-size: 73px;
       -webkit-background-size: 73px 73px;
            -o-background-size: 73px;
          background-size: 73px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.campaigns-icon
{
  background-image: url("../img/campaigns_icon.png");
  -moz-background-size: 73px;
       -webkit-background-size: 73px 73px;
            -o-background-size: 73px;
          background-size: 73px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.mediabuyer-icon
{
  background-image: url("../img/mediabuy_icon.png");
  -moz-background-size: 73px;
       -webkit-background-size: 73px 73px;
            -o-background-size: 73px;
          background-size: 73px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.card {
    background: #5019b6;
    border: 0;
    position: relative;
    width: 100%;
    margin-bottom: 65px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
       -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
}

.card label {
    color: hsla(0, 0%, 100%, .6)
}

.card .card-title {
    margin-bottom: .75rem
}

.card .card-body {
    padding: 15px
}

.card .card-body.table-full-width {
    padding-left: 0;
    padding-right: 0
}

.card-body {
    padding: 1.25rem
}

.card-stats {
    margin-bottom: 0
}

.card-stats.upper {
    -webkit-box-shadow: 2px 7px 11px rgba(0, 0, 0, .4);
    -moz-box-shadow: 2px 7px 11px rgba(0, 0, 0, .4);
    box-shadow: 2px 7px 11px rgba(0, 0, 0, .4);
    -webkit-transform: translate(-20px, -25px);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translate(-20px, -25px);  /* IE 9 */
    -moz-transform: translate(-20px, -25px);
      -o-transform: translate(-20px, -25px);
         transform: translate(-20px, -25px);  /* Firefox 16+, IE 10+, Opera */
    position: absolute;
    padding: 10px;
    z-index: 2;
    min-width: 260px;
    background: #181540;
}

.card-stats .card-body .numbers {
    text-align: right;
    font-size: 2em
}

.card-stats .card-body .numbers p {
    margin-bottom: 0;
    padding-top: 6px;
}

.card-stats .card-body .numbers .card-category {
    color: #9a9a9a;
    font-size: 14px;
    line-height: 1.4em;
}

.card-stats .card-footer {
    padding: 0 15px 15px
}

.card-stats .card-footer .stats {
    color: #9a9a9a
}

.card-stats .card-footer hr {
    margin-top: 10px;
    margin-bottom: 15px
}

.card-stats .icon-big {
    font-size: 3em;
    min-height: 64px
}

.card-stats .icon-big i {
    line-height: 59px
}

/*Products START*/
.changed .nested .section {
  width: 100vw;
  height: 100vh;
  margin-left: -5px;
}

.nested-placeholder {
  overflow: hidden;
}

.sticky {
  position: fixed;
  z-index: 1;
  top: 0;
  height: 100vh;
  white-space: nowrap;
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.sticky .section {
  display: inline-block;
  white-space: pre-line;
}
.sticky_title
{
    background: none !important;
    position: fixed;
    top: 0;
    z-index: 2;
}
#products .product-lists .owl-item {
  opacity: .6;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#products .product-lists .owl-item:hover {
  opacity: 1;
}
#products .owl-carousel .owl-nav {
  margin-top: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#products .owl-carousel .owl-nav [class*='owl-'] {
  color: #FFFFFF;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
  height: 3rem;
  line-height: 3rem;
  margin: .6rem;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#products .owl-carousel .owl-nav [class*='owl-']:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  text-decoration: none;
}
#products .owl-carousel .owl-nav .disabled {
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}
#products .owl-carousel .owl-nav.disabled + .owl-dots {
  display:none !important;
}
#products .owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#products .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#products .owl-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: #959595;
  margin: 6px 6px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
#products .owl-carousel .owl-dots .owl-dot.active span,
#products .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #000000;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}.vertical-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.image_move_up
{
  margin-top: -60px;
}
.lastProduct::after
{
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 100%;
  background-image: url(../img/box_bottom_border_products.png);
  background-position: 50% 100%;
  background-repeat: repeat-x;
  z-index: 9;
  bottom: inherit;
  padding-top: 0;
  background-color: #16192d;
  border-bottom: 1px solid #5a3cb8;
}
.lastProduct.changed::after
{
  content: '';
  position: fixed;
  left: 0;
  height: 60px;
  width: 100%;
  background-image: url(../img/box_bottom_border_products.png);
  background-position: 50% 100%;
  background-repeat: repeat-x;
  z-index: 9;
  padding-top: 0;
  bottom: -38px;
  background-color: transparent;
  border: none;
}
/*teamup START*/
#team-up
{
  margin-top: 43px;
  padding-bottom: 25px;
  -moz-background-size: 119%;
  -webkit-background-size: 119% 119%;
       -o-background-size: 119%;
          background-size: 119%;
  background-image:url("../img/dotsbg.png");
}
#team-up::after {
    content: '';
    position: absolute;
    left: 0;
    height: 60px;
    width: 100%;
    background-image: url(../img/box_top_border_white.png);
    background-position: 50% 90%;
    background-repeat: repeat-x;
    z-index: 9;
    margin-top: 0;
    padding-top: 0;
}
#team-up .list-group{
  text-align: center;
  margin: auto;
}
#team-up .list-group>.list-group-item
{
  background: none;
  border: none;
  color: #fff;

}
#team-up hr.line-primary
{
  border: 0;
  border-top: 2px solid #8938dd;
  width: 70%;
  margin-top: 0;
}
#team-up .btn
{
  width: 90%;
  max-width: 200px;
  margin-bottom: 20px;
}
#team-up .card-header
{
  text-align: center;
  padding: 0;
  margin-top: -35px;
  background: none;
  margin-bottom: 0;
}
#team-up .card-header>img
{
  max-width: 105px;
}
#team-up h4
{
  padding-bottom: 15px;
}


/*SUBSCRIBE START*/
#newsletter:after
{
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 100%;
  background-image: url(../img/box_top_border_dark.png);
  background-position: 50% 90%;
  background-repeat: repeat-x;
  z-index: 9;
  padding-top: 100px;
}
#newsletter .content
{
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

#newsletter .content .form-control
{
  height: 52px;
  -webkit-border-radius:0;
     -moz-border-radius:0;
          border-radius:0;
  border: 3px solid #501ab6;
  width: 68%;
  float: left;
}

#newsletter .content.form-control:focus
{
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border: 2px solid #243c4f;
}

#newsletter .btn
{
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
  width: 100%;
}


/*CONTACT START*/
#contact
{
  margin-top: 80px;
  padding-bottom: 25px;
  background-image:url("../img/dotsbg.png"),url("../img/bgline.png");
  background-position: left top, top center;
  background-repeat: repeat, no-repeat;
  -moz-background-size: auto,100%;
       -webkit-background-size: auto,100% auto,100%;
            -o-background-size: auto,100%;
          background-size: auto,100%;
}
#contact p
{
  line-height: 1.5;
}
/*Footer START*/

footer
{
  background: #0d0f29;
}
#privacy {
    background-position: center -18vw;
    -moz-background-size: cover;
         -webkit-background-size: cover;
              -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 80px;
}
#privacynav
{
  background:#593bba !important;
}
/*scrollbar*/

::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #323232;
}

::-webkit-scrollbar
{
  width: 10px;
  background-color: #323232;
}

::-webkit-scrollbar-thumb
{
  background-color: #8938dd;
  background-image: #323232;
}
.addBackGround
{
  background:#593bba;
}
/* scroll down */
.scrolldown {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
    -o-transform-origin: right top 0;
       transform-origin: right top 0;
  float: right;
}
.scrolldown i {
  padding-left: 9px;
}
.scrolldown a:hover, .scrolldown a:focus, .scrolldown a:active {
  color: #f9a828 !important;
}

html[data-useragent*='MSIE 10.0'] .scrolldown,
.oldie .scrolldown {
  display: none;
}

.scroll-icon {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #FFFFFF !important;
  background: transparent;
  position: relative;
  top: 36px;
  right: 100%;
  -webkit-animation: animate-it 3s ease infinite;
  -moz-animation: animate-it 3s ease infinite;
       -o-animation: animate-it 3s ease infinite;
     animation: animate-it 3s ease infinite;
}
/* vertical animation */
@-webkit-keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}
@-o-keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}
@keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}
.mask_mother {
  position: fixed;
  bottom: 29px !important;
  right: 59px !important;
  z-index: 9999999999;
}

.help {
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding-bottom: 1px;
  text-shadow: 0px 2px 5px #414141;
}

.mask {
  height: 132px;
  width: 132px;
  overflow: hidden;
  display: block;
  border: 6px solid !important;
  border-color: #593cb8 !important;
  background-color: #593cb8 !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  text-align: center;
  -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
  transition: -webkit-transform 0.2s ease-in-out !important;
  -o-transition: -o-transform 0.2s ease-in-out !important;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out !important;
  transition: transform 0.2s ease-in-out !important;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out !important;
  position: relative;
}

.mask::after {
  content: "Talk Now";
  position: absolute;
  left: 0;
  right: 0;
  top: 43%;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 2px 5px #414141;
}

.mask:hover {
  -webkit-transform: scale(1.05) !important;
  -moz-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  -o-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
  outline: none !important;
}

.mask video {
  width: 244px !important;
  height: 249px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -58px;
  right: 0;
  margin: auto;
  text-align: center;
}

.customer_care_talk {
  width: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85) !important;
  z-index: 999999999999999999;
  overflow: hidden;
}
.customer_care_talk.full-screen_action {
  width: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85) !important;
  z-index: 999999999999999999;
  overflow: hidden;
  max-width: initial;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.full-screen_action .talking_head {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  margin-top: 0;
}
.talking_head {
  max-width: 600px;
  width: 90%;
  margin: auto;
  margin-top: 0;
}
.rectangle.svelte-components-VideoLayout-VideoPlayer,.video-header.svelte-components-VideoLayout-VideoHeader,.video-bottom.svelte-components-VideoLayout-VideoFooter,
.up.displaced.svelte-components-UserFeedbackThumbsUpDown,.down.svelte-components-UserFeedbackThumbsUpDown,.subtitle-button.svelte-components-VideoLayout-VideoControlElements
{
  display: none;
}
.outline.svelte-components-VideoLayout-Videos-TalkingVideo
{
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.gradient.svelte-components-TouchToStart {
  position: absolute;
}
.call-to-action.svelte-assets-CallToAction.svelte-assets-CallToAction {
    position: absolute !important;
}
@media screen and (min-width:280px)
{
  .input-button.svelte-components-AudioInput.svelte-components-AudioInput
  {
    color:#fff !important;
  }
  .search-field
  {
    display: none !important;
  }
  .talking_head {
    margin-top: 50px;
  }

  .closeButton {
    display: block !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    position: absolute !important;
    width: 32px !important;
    height: 32px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    top: 22px;
    right: 11px;
    color: #fff !important;
    font-weight: 400 !important;
    border: none !important;
    cursor: pointer !important;
    outline: none !important;
    background: #f9a828 !important;
    line-height: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    z-index: 999999999999;
  }

  .closeButton>img {
    max-width: initial !important;
    max-height: initial !important;
    -webkit-transform: scale(0.8) !important;
    -moz-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    -o-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
    width: auto !important;
  }

  .customer_care_talk {
    display: none;
  }

  .top-right-grid.svelte-components-VideoMixerPlaceholder {}

  .chat.svelte-App {}

  .video-container.svelte-components-VideoMixerPlaceholder {
    margin: 0 !important;
  }

  .title-text.svelte-components-VideoMixerPlaceholder,
  .video-bottom.svelte-components-VideoMixerPlaceholder,
  .video-header.svelte-components-VideoMixerPlaceholder {
    /* display: none !important; */
  }

  #full-screen-button.svelte-components-VideoMixerPlaceholder {
    display: none !important;
  }

  span.svelte-components-VideoMixerPlaceholder,
  .title.svelte-components-VideoMixerPlaceholder,
  .hide-chat.svelte-components-ToggleChatButton,
  .svelte-components-Avatar,
  .hide-phone {
    display: none !important;
  }

  .video-header.svelte-components-VideoMixerPlaceholder {
    display: none !important;
  }

  .mic-access-modal.svelte-App {
    min-height: 300px;
    margin: 10px 20px;
  }

  .rectangle.svelte-components-VideoMixerPlaceholder {
    background-color: initial !important;
  }

  .unith-suggestion-title-container.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer,
  button.svelte-components-MicrophoneAccess {
    background-color: #f9a828 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
    display: block !important;!i;!;
  }

  .unith-mute.svelte-components-Controls {
    background-color: #593cb8 !important;
  }

  .unith-input-button.svelte-components-InputContainer {
    background-color: #593cb8 !important;
  }

  .unith-input-button.svelte-components-InputContainer:disabled {
    background-color: rgba(249, 168, 40, 0.7) !important;
  }

  .unith-outline.svelte-components-VideoMixer1-VideoPlayer {
    -webkit-box-shadow: 0px 0px 0px 3px #f9a828 !important;
    -moz-box-shadow: 0px 0px 0px 3px #f9a828 !important;
    box-shadow: 0px 0px 0px 3px #f9a828 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0.7em;
  }

  .unith-video.svelte-App {
    display: block !important;
  }

  .unith-controls.svelte-components-VideoMixerPlaceholder {
    /* z-index: 99999 !important; */
  }

  .unith-start .outline.svelte-components-VideoMixer1-VideoPlayer {
    z-index:999999999;
    height: 100%;
    width: 100%;
  }

  video.svelte-components-VideoMixer1-VideoPlayerIdle {
    -webkit-border-radius: 0.7em !important;
    -moz-border-radius: 0.7em !important;
    border-radius: 0.7em !important;
  }

  .unith-msgs-container.svelte-components-Chat {
    display: none;
  }

  .unith-start.svelte-components-VideoMixerPlaceholder {
    -webkit-border-radius: 0.7em !important;
    -moz-border-radius: 0.7em !important;
    border-radius: 0.7em !important;
  }
  .unith-video-item {
  position: relative;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/2/2;
  z-index: 99999999;
  height: 100%;
  }
  .unith-app-container.svelte-App {
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  }
  .full-screen-video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    z-index: 999999999 !important;
  }
  .unith-app-container.svelte-App {
    display: inherit !important;
  }
  #talking-head
  {
    height: 80vh;
  }
  .on-top-of .unith-full-screen-button.svelte-components-VideoMixerPlaceholder
  {
    position: absolute;
    right: 15px;
    top: 95px;
    margin: auto;
  }
  #paragraphs.svelte-assets-CallToAction.svelte-assets-CallToAction
  {
    word-spacing: 0 !important;
    line-height: 1.2 !important;
  }
  .unith-app-container.svelte-App #Layer_1
  {
    display: none !important;
  }
  .unith-text-box.svelte-components-InputContainer.svelte-components-InputContainer {
    color: #fff !important;
  }
  button.svelte-assets-CallToAction.svelte-assets-CallToAction
  {
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
    border: 3px solid #f9a828 !important;
    -webkit-border-radius: 0 !important;
       -moz-border-radius: 0 !important;
            border-radius: 0 !important;
    background: none !important;
    width: 80% !important;
    height: 70px !important;
    color: #f9a828 !important;
    font-family: 'Montserrat', sans-serif !important;
    display: block !important;
    text-align: center !important;
  }
  .unith-suggestion-container.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer
  {
        background-color: rgba(40, 40, 40, 0.6) !important;
        -webkit-border-radius: 0.7em;
           -moz-border-radius: 0.7em;
                border-radius: 0.7em;
  }
  .unith-suggestion.svelte-components-SuggestionContainer>p.svelte-components-SuggestionContainer
  {
    color: #fff !important;
  }
  .unith-suggestion.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer
  {
    border-bottom: 1px solid #fff !important;
    color: #fff;
  }
  .svelte-App {
    color: rgb(0, 0, 0) !important;
  }
  .unith-info-bar.svelte-components-InputContainer.svelte-components-InputContainer
  {
    display: none !important;!i;!;
  }
}
@media screen and (min-width:768px)
{
  .talking_head
  {
    margin-top: 0px;
  }
  .customer_care_talk
  {
    max-width: 360px;
    background-color: #181540 !important;
    right: 12px;
    bottom: 12px;
    top: initial;
    left: initial;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .closeButton
  {
    top: 13px;
  }
  #talking-head
  {
    height: 500px;
  }
}
@media screen and (min-width: 800px)
{
  #talking-head.on-top-of
  {
    height: 80vh;
  }
  .title_book_talking,.uppertitle_talking
  {
    display:block;
  }
  #talking-head
  {
    margin-top: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (min-width:1500px)
{
  .changed .nested .section
  {
    height: 100%;
  }
  .sticky
  {
    position: inherit;
    z-index: 1;
    top: 0;
    height: 100%;
    white-space: normal;
  }
  .sticky_title
  {
    position: inherit;
  }
  .nested-placeholder.lastProduct.changed
  {
    height: auto !important;
  }
}
@media (max-width: 991px)
{
  .navbar-expand-lg > .container
  {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-sticky-top
  {
    position: relative !important;
    height: auto !important;
  }
  .sticky-wrapper
  {
    height: auto !important;
  }
  #intro
  {
    background-position-x: -10%,92vw;
  }
  .card.card-stats.upper {
    position: relative;
    -webkit-transform:translate(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform:translate(0);  /* IE 9 */
    -moz-transform:translate(0);
      -o-transform:translate(0);
         transform:translate(0);
    padding: 0;
  }
}
@media (max-width: 800px)
{
  #intro
  {
    background-position-x: -22vw, 90vw;
    -moz-background-size: 180px;
         -webkit-background-size: 180px 180px;
              -o-background-size: 180px;
            background-size: 180px;
  }
  .navbar.navbar-transparent {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 99;
  }
  .navbar-nav
  {
    margin: auto;
  }
  .navbar-toggler
  {
    padding-right: 0 !important
  }
  a.scroll-icon {
  }
  a.scroll-icon {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: #FFFFFF !important;
    background: transparent;
    position: relative;
    top: 26px;
    right: 10%;
    -webkit-animation: animate-it 3s ease infinite;
    -moz-animation: animate-it 3s ease infinite;
         -o-animation: animate-it 3s ease infinite;
       animation: animate-it 3s ease infinite;
  }
  .section .img-fluid, .section .text-justify
  {
    width: 90%;
    display: block;
    margin: auto
  }
  .changed .section .img-fluid
  {
    margin-top: 20vh;
  }
  .changed .section .text-justify
  {
    margin-bottom: auto;
  }
  .sticky .section {
    display: inline-block;
    white-space: normal;
  }
  .section .img-fluid
  {
   max-width: 250px;
  }
  .section .text-justify
  {
    margin-bottom: 30vh;
  }
  .sticky_title
  {
    top: 40px;
  }
  .base-font {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.3;
  }
}
@media (max-width: 767px)
{
  #newsletter .content .form-control
  {
    width: 68%;
    margin-bottom: 10px;
  }
  #newsletter input.btn
  {
    padding: 0 !important;
    width: 30%;
    max-width: 200px;
    margin-bottom: 20px;
    height: 52px;
  }
}

@media (max-width: 672px)
{
  .container {
    width: 100%;
  }

  #contact
  {
    -moz-background-size: auto,cover;
         -webkit-background-size: auto,cover auto,cover;
              -o-background-size: auto,cover;
            background-size: auto,cover;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    display: block;
    text-align: left
  }
}


@media (max-width: 530px)
{
  #intro
  {
   background: none;
  }
  #intro .col-md-8.text-center
  {
    margin:auto;
    max-width: 100%;

  }

  h3
  {
    font-size: 5vw;
  }
  h1
  {
        font-size: 6vw;
  }
}

@media only screen and (max-width: 600px), (orientation: portrait) {
    .unith-toggle-chat-button.svelte-components-Controls {
        display: none !important;
    }
    #full-screen-button.svelte-components-Controls {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -moz-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }

}