
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
}

body {
    color: #0c0f16;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden !important;
    /*font-family: 'Aller';*/
}

body.bd-dark {
    color: #fff;
    background: #0c0f16;
}

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

span, a, a:hover {
    display: inline-block;
    color: inherit;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.4;
    font-weight: 600;
    /*font-family: 'Aller';*/
}

p {
    color: #202a72;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
}

a, span {
    display: inline-block;
}

a:hover, span:hover {
    text-decoration: none;
}

.container {
    max-width: 1200px;
}

.custom-font {
    font-family: 'Aller';
}

.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.ontop {
    position: relative;
    z-index: 7;
}

.full-over {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.full-width {
    width: 100% !important;
}

.main-color {
    color: #528fb7 !important;
}

.bg-gray {
    background-color: #f8f4f3;
}

.bg-gray .primery-shadow {
    -webkit-box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
}

.bg-dark {
    background-color: #141414 !important;
}

.bg-dark .primery-shadow {
    -webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
}

.bg-color {
    background-color: #528fb7 !important;
}

.bg-color .primery-shadow {
    -webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
}

.sub-bg {
    background: #f7f7f7 !important;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-center {
    background-position: center center;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat;
}

.section-padding {
    padding: 120px 0;
}

.section-ptb {
    padding: 80px 0;
}

.cmd-padding {
    padding: 0 10px;
}

.csm-padding {
    padding: 0 5px;
}

.head-pt {
    padding: 80px 0 0;
}

.head-pb {
    padding: 0 0 80px;
}

.rounded {
    border-radius: 5px;
}

.circle {
    border-radius: 50%;
}

.unlist {
    list-style: none;
}

.undecro:hover {
    text-decoration: none;
}

.inline {
    display: inline-block;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.primery-shadow {
    -webkit-box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
}

.padding5 {
    padding-right: 5%;
    padding-left: 5%;
}

/*-------------------------------------------------------
					 text color
-------------------------------------------------------*/
.text-white {
    color: #FFF;
}

.text-black {
    color: #000;
}

.text-extra-light-gray {
    color: #b7b7b7;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fz-10 {
    font-size: 10px !important;
}

.fz-12 {
    font-size: 12px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-15 {
    font-size: 15px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fz-22 {
    font-size: 22px !important;
}

.fz-25 {
    font-size: 25px !important;
}

.fz-30 {
    font-size: 30px !important;
}

.fz-40 {
    font-size: 40px !important;
}

.fz-50 {
    font-size: 50px !important;
}

.line-height-10 {
    line-height: 10px;
}

.line-height-13 {
    line-height: 13px;
}

.line-height-18 {
    line-height: 18px;
}

.line-height-20 {
    line-height: 20px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-22 {
    line-height: 22px;
}

.line-height-26 {
    line-height: 26px;
}

.line-height-28 {
    line-height: 28px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-35 {
    line-height: 35px;
}

.line-height-40 {
    line-height: 40px;
}

.line-height-45 {
    line-height: 45px;
}

.line-height-50 {
    line-height: 50px;
}

.line-height-55 {
    line-height: 55px;
}

.line-height-60 {
    line-height: 60px;
}

.line-height-65 {
    line-height: 65px;
}

.line-height-70 {
    line-height: 70px;
}

.line-height-75 {
    line-height: 75px;
}

.line-height-80 {
    line-height: 80px;
}

.line-height-85 {
    line-height: 85px;
}

.line-height-90 {
    line-height: 90px;
}

.line-height-95 {
    line-height: 95px;
}

.line-height-100 {
    line-height: 100px;
}

.line-height-110 {
    line-height: 110px;
}

.line-height-120 {
    line-height: 120px;
}

/*-------------------------------------------------------
					text-transform
-------------------------------------------------------*/
.text-u {
    text-transform: uppercase !important;
}

.text-l {
    text-transform: lowercase !important;
}

.text-c {
    text-transform: capitalize !important;
}

.text-non {
    text-transform: none !important;
}

.text-i {
    font-style: italic;
}

/*-------------------------------------------------------
					 letter-spacing
-------------------------------------------------------*/
.ls0 {
    letter-spacing: 0px !important;
}

.ls1 {
    letter-spacing: 1px !important;
}

.ls2 {
    letter-spacing: 2px !important;
}

.ls3 {
    letter-spacing: 3px !important;
}

.ls4 {
    letter-spacing: 4px !important;
}

.ls5 {
    letter-spacing: 5px !important;
}

.ls10 {
    letter-spacing: 10px !important;
}

/*-------------------------------------------------------
			 margin-top  (0/100) +5
-------------------------------------------------------*/
.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-62 {
    margin-top: 62px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

/*-------------------------------------------------------
			 margin-bottom  (0/100) +5
-------------------------------------------------------*/
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-62 {
    margin-bottom: 62px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

/*-------------------------------------------------------
			padding-top  (0/100) +5
-------------------------------------------------------*/
.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-85 {
    padding-top: 85px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

/*-------------------------------------------------------
		 padding-bottom  (0/100) +5
-------------------------------------------------------*/
.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}


.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

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

/* ====================== [ End Helper Classes  ] ====================== */
/* ====================== [ Start Preloader ] ====================== */
/*.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  .pace .pace-progress {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 300px;
    position: fixed;
    z-index: 99999999999999;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #528fb7; }

.pace.pace-inactive {
  width: 100vw;
  opacity: 0; }
  .pace.pace-inactive .pace-progress {
    max-width: 100vw; }*/

/*#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999; }
  #preloader:after, #preloader:before {
    content: '';
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: #2e37a9;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  #preloader:before {
    top: 0; }
  #preloader:after {
    bottom: 0; }
  #preloader.isdone {
    visibility: hidden;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
    #preloader.isdone:after, #preloader.isdone:before {
      height: 0;
      -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
      -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
      transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }*/

/*.loading-text {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 10px;
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #528fb7;
 font-family: 'Aller';
  z-index: 9999; }
  .loading-text.isdone {
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }*/

/* ====================== [ End Preloader ] ====================== */
/* ====================== [ Start Text Animation & Images ] ====================== */
.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
    width: 5px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.splitting.txt.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
    width: 5px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.imago {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* ====================== [ End Text Animation & Images ] ====================== */
/* ====================== [ Start Cursor Style ] ====================== */
body {
    /*cursor: none; */
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #528fb7;
    -webkit-transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out;
    -o-transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out;
    transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #528fb7;
    opacity: .3;
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid #528fb7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    -o-transition: all .08s ease-out;
    transition: all .08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

/* ====================== [ End Cursor Style ] ====================== */
/* ====================== [ Start progress-wrap ] ====================== */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    text-align: center;
    line-height: 44px;
    font-size: 13px;
    font-weight: 900;
    color: #528fb7;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #528fb7;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

/* ====================== [ End progress-wrap ] ====================== */
/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #02050b;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
    color: #fff;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
    color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
    opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
/* ====================== [ Start Heading ] ====================== */
.sec-head {
    position: relative;
    margin: 0 auto 40px
}

.sec-head h6 {
    color: #202a72;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0px;
    margin-bottom: 5px;
}

.sec-head h3 {
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 4px;
    /* text-shadow: 0 8px rgba(0, 0, 0, 0.05);  */
}

.sec-head .tbg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10vw;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
    opacity: .3;
}

.sec-head.tr-head {
    text-align: right;
    margin-bottom: 0;
}

.sec-head.tr-head .tbg {
    text-align: left;
}

.sub-title {
    position: relative;
    padding-left: 0px;
    margin-bottom: 5px;
}

.sub-title h6 {
    font-family: 'Aller';
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 3px;
}

.sub-title span {
    /* width: 4px; */
    /* height: 4px; */
    /* border-radius: 50%; */
    /* background: #29c2f1; */
    position: absolute;
    left: -5px;
    bottom: 0;
    display: none;
}

.sub-title span img {

    width: 17px;
}

/* .sub-title span:first-of-type { */
/* bottom: 11px; } */
/* .sub-title span:last-of-type { */
/* left: 0px; } */

.main-title {
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 4px;
}

.extra-title {
    font-weight: 700;
}

.sm-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* ====================== [ End Heading ] ====================== */
/* ====================== [  Start Button Style ] ====================== */
.btn-curve {
    background: transparent;
    padding: 1px 18px;
    border: 1px solid #1e1e1e;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 36px;
    line-height: normal;
    border-radius: 12px;
}

.btn-curve:focus {
    outline: none;
}

.btn-curve:hover {
    outline: none;
}

.btn-curve:hover:after {
    bottom: -30px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.btn-curve:hover span {
    color: #fff;
}

.btn-curve:after {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: 130%;
    background: #1e1e1e;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.btn-curve span {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.btn-curve.btn-lit {
    border-color: #2e37a9;
    color: #fff;
}

.btn-curve.btn-lit:hover {
    border: 2px solid #202a72 !important;
    color: #fff;
}

.btn-curve.btn-lit:hover span {
    color: #fff !important;
}

.btn-curve.btn-lit:after {
    background: #202a72;
    border: 2px solid #202a72 !important;
}

.btn-curve.btn-blc {
    background: #1e1e1e;
}

.btn-curve.btn-blc:after {
    background: #fff;
}

.btn-curve.btn-blc span {
    color: #fff;
}

.btn-curve.btn-blc:hover span {
    color: #1e1e1e;
}

.btn-curve.btn-color {
    background: #528fb7;
    border-color: #528fb7;
}

.btn-curve.btn-color:after {
    background: #fff;
}

.btn-curve.btn-color span {
    color: #0c0f16;
}

.btn-curve.btn-color:hover span {
    color: #528fb7;
}

.btn-curve.btn-lg {
    padding: 14px 40px;
}

.btn-curve.btn-lg span {
    font-size: 14px;
}

.btn-curve.btn-wit {
    background: #fff;
    border-color: #fff;
}

.btn-curve.btn-wit:after {
    background: #090909;
}

.btn-curve.btn-wit span {
    color: #1e1e1e;
}

.btn-curve.btn-wit:hover span {
    color: #fff;
}

.btn-curve.btn-radius {
    border-radius: 30px;
}


/* ====================== [ End Button Style ] ====================== */
/* ====================== [ Start navbar ] ====================== */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    border-bottom: 2px solid transparent;
    z-index: 999;
    min-height: 60px;
}

.navbar .icon-bar {
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
    color: #2e37a9;
    padding: 15px 7px;
    margin: 10px 15px;
    font-family: 'Aller';
}

.search a.login-btn {
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 11px 31px;
    border: 2px solid #fff;
}

.navbar .navbar-nav .dropdown-menu {
    padding: 10px 0;
    border: 0;
    -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav .dropdown-item {
    font-size: 13px;
    padding: 10px 20px;
    opacity: .9;
}

.navbar .navbar-nav .dropdown-item:hover {
    background: transparent;
    color: #528fb7;
}

.navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    color: #0c0f16;
    background: #fff;
    min-width: 185px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.navbar .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.navbar .dropdown-menu .dropdown-item {
    color: #0c0f16;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 10px 25px;
    position: relative;
}

.navbar .dropdown-menu .dropdown-item:after {
    content: '';
    width: 0px;
    height: 1px;
    background: #528fb7;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.navbar .dropdown-menu .dropdown-item:hover {
    padding-left: 30px;
}

.navbar .dropdown-menu .dropdown-item:hover:after {
    width: 10px;
}

.navbar .logo {
    width: 40px;
}

.navbar.light .navbar-nav .nav-link {
    color: #0c0f16;
}

.navbar.light .search {
    color: #0c0f16;
    border-color: #ccc;
}

.nav-scroll {
    background: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    padding: 0;
    position: fixed;
    /* top: -80px; */
    top: 0px;
    /* -webkit-transition: -webkit-transform .5s; */
    /* transition: -webkit-transform .5s; */
    /* -o-transition: transform .5s; */
    /* transition: transform .5s; */
    /* transition: transform .5s, -webkit-transform .5s; */
    /* -webkit-transform: translateY(80px); */
    /* -ms-transform: translateY(80px); */
    /* transform: translateY(80px); */
}

.nav-scroll .navbar-nav .nav-link {
    color: #202a72;
}

.nav-scroll .search {
    color: #202a72;
    border-color: #ccc;
}

.topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    padding: 30px 0;
    color: #fff;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.topnav .container,
.topnav .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.topnav .container-fluid {
    padding: 0 50px;
}

.topnav .logo {
    width: 50px;
}

.topnav .menu-icon {
    margin-left: auto;
    cursor: pointer;
}

.topnav .menu-icon:hover .text .char {
    -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.topnav .menu-icon .text {
    font-size: 13px;
    font-weight: 500;
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.topnav .menu-icon .text:after {
    content: 'close';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 15px;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.topnav .menu-icon .text .word {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.topnav .menu-icon .text.open .word {
    opacity: 0;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.topnav .menu-icon .text.open:after {
    opacity: 1;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.topnav .menu-icon .icon {
    display: table-cell;
}

.topnav .menu-icon .icon i {
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    margin: 4px 0;
}

.topnav.dark .menu-icon {
    color: #000;
}

.topnav.dark .menu-icon .icon i {
    background: #000;
}

.topnav.dark.navlit .menu-icon {
    color: #fff;
}

.topnav.dark.navlit .menu-icon .icon i {
    background: #fff;
}

/* ====================== [ End navbar ] ====================== */
/* ====================== [ Start Slider ] ====================== */
.slider {
    position: relative;
}

.slider.fixed-slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.slider .swiper-slide-active {
    z-index: 3;
}

.slider .parallax-slider {
    position: relative;
}

.slider .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    height: 80vh;
    left: 0;
    background-size: cover;
    /* background-size: contain; */
    background-position: 78%;
}

.slider .parallax-slider .swiper-slide-active .caption h1 span {

    color: #202a72;
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    opacity: 1;
    color: #202a72;
    padding-top: 95px;
    visibility: visible;
    font-family: 'Aller';
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 0px
}

.slider .parallax-slider .swiper-slide-active .caption h1 .char {
    -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index));
}

.slider .parallax-slider .swiper-slide-active .caption .thin,
.slider .parallax-slider .swiper-slide-active .caption .btn-curve,
.slider .parallax-slider .swiper-slide-active .caption p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.slider .parallax-slider .caption .thin {
    color: #528fb7;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 5px;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.slider .parallax-slider .caption .thin span {
    color: #528fb7;
}

.slider .parallax-slider .caption h1 {
    font-size: 2.1875rem;
    font-weight: 700;
    letter-spacing: 4px;
    color: #202a72;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s,
    visibility .5s;
    -o-transition: opacity .5s,
    visibility .5s;
    transition: opacity .5s,
    visibility .5s;
}

.slider .parallax-slider .swiper-slide .caption img {
    max-width: 400px;
    margin: 18px 0px 10px;
}

.slider .parallax-slider .caption p {
    /* color: #eee; */
    color: #202a72;
    margin-top: 15px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
    font-size: 0.9375rem;
}

.slider .parallax-slider .caption .btn-curve {
    /* opacity: 0; */
    /* -webkit-transform: translateY(20px); */
    /* -ms-transform: translateY(20px); */
    /* transform: translateY(20px); */
    /* -webkit-transition: all .4s; */
    /* -o-transition: all .4s; */
    /* transition: all .4s; */
    /* -webkit-transition-delay: 1s; */
    /* -o-transition-delay: 1s; */
    /* transition-delay: 1s; */
    border: 2px solid #2e37a9;
    line-height: 2;
    background: #2e37a9;
}

.slider .parallax-slider .caption .btn-curve span {
    font-weight: 700;

    font-size: 1rem;
}

.nosecondary:hover {
    background-color: #ff578c !important;
    border-color: #ff578c !important;
}

.slider .parallax-slider .caption .btn-curve:hover span {
    color: #0c0f16;
}

.slider .parallax-slider .caption.dig h1 {
    font-weight: 800;
    font-size: 80px;
    text-transform: uppercase;
}

.slider .parallax-slider .caption.dig h1 .tline {
    margin-left: 80px;
}

.slider .parallax-slider .caption.dig h1 .whitespace {
    width: 20px;
}

.slider .setone {
    position: absolute;
    bottom: 8%;
    right: 40px;
    z-index: 8;
}

.slider .setone .swiper-nav-ctrl {
    color: #2f38aa;
    font-size: 13px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin: 5px 0;
    border: none;
    position: static;
}

.slider .setone .swiper-nav-ctrl:after {
    display: none;
}

.slider .setone.setwo {
    position: static;
}

.slider .setone.setwo .swiper-nav-ctrl {
    border-radius: 50%;
}

.slider .setone.setwo .next-ctrl {
    position: absolute;
    top: 50%;
    right: 30px;
}

.slider .setone.setwo .prev-ctrl {
    position: absolute;
    top: 50%;
    left: 30px;
}

.slider .txt-botm {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 8;
}

.slider .txt-botm .swiper-nav-ctrl {
    position: absolute;
    width: auto;
    height: auto;
    margin-top: auto;
    top: auto;
    bottom: 0;
}

.slider .txt-botm .swiper-nav-ctrl i {
    color: #ccc;
    font-size: 13px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.slider .txt-botm .swiper-nav-ctrl span {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
}

.slider .txt-botm .swiper-nav-ctrl:after {
    display: none;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-next {
    right: 40px;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-next i {
    margin-left: 10px;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev {
    left: 40px;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
    margin-right: 10px;
}

.slider .txt-botm .swiper-nav-ctrl:hover i {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.slider .swiper-pagination-fraction.top {
    position: absolute;
    right: 15%;
    left: auto;
    bottom: auto;
    top: 20%;
    width: auto;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}

.slider .swiper-pagination-fraction.top .swiper-pagination-current {
    font-size: 60px;
    font-weight: 700;
    position: relative;
    color: transparent;
    -webkit-text-stroke: .5px #fff;
}

.slider .swiper-pagination-fraction.top .swiper-pagination-current:after {
    content: '/';
    color: #fff;
    position: relative;
    margin: 0 10px;
    font-size: 12px;
    font-weight: 100;
}

.slider .swiper-pagination-fraction.top.botm {
    top: auto;
    bottom: 40px;
    right: 40px;
}

.slider .swiper-pagination-fraction.steps {
    position: absolute;
    width: 100px;
    color: #fff;
    font-size: 15px;
    bottom: 40px;
    left: calc(50% - 50px);
    right: auto;
    top: auto;
    text-align: left;
}

.slider .swiper-pagination-fraction.steps:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 15%;
    width: 70%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.slider .swiper-pagination-fraction.steps .swiper-pagination-total {
    float: right;
}

.slider .social-icon {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 8;
}

.slider .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 13px;
}

.static {
    position: static;
}

.main-content {
    background: #fff;
    position: relative;
    z-index: 3;
}

/* ====================== [ End Slider ] ====================== */

/* ====================== [ Start brands ] ====================== */


.clients .brands:hover .link {
    opacity: 1 !important;
    -webkit-transition: all 0;
    -o-transition: all 0;
    transition: all 0;
}

.clients .brands:hover .char {
    -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(20ms * var(--char-index));
    animation-delay: calc(20ms * var(--char-index));
}

.clients .brands .item {
    text-align: center;
    background: #fff;
    /*border: 1px solid #ebebeb;*/
    height: 137px;
    line-height: 137px;
    border-radius: 45px;
    overflow: hidden;
}

.clients .brands .img {
    position: relative;

}

.clients .bord .brands:nth-child(1) .img {
    position: relative;
    background-color: #667cfc;
}

.clients .bord .brands:nth-child(2) .img {
    position: relative;
    background-color: #ff5786;
}

.clients .bord .brands:nth-child(3) .img {
    position: relative;
    background-color: #7e2ecc;
}

.clients .bord .brands:nth-child(4) .img {
    position: relative;
    background-color: #667cfc;
}

.clients .brands:nth-child(1) .img {
    position: relative;
    background-color: #7e2ecc;
}

.clients .brands:nth-child(2) .img {
    position: relative;
    background-color: #667cfc;
}

.clients .brands:nth-child(3) .img {
    position: relative;

    background-color: #ff5786;
}

.clients .brands:nth-child(4) .img {
    position: relative;
    background-color: #7e2ecc;

}

.clients .brands .img img {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    max-width: 125px;
    margin: auto;
}

.clients .brands .img .link {
    font-size: 13px;
    margin-bottom: 3px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.clients .bord .item {
    background: #fff;
}

.navbar-nav .nav-link.active {
    color: #2e37a9;
}

.navbar-nav .nav-link:hover {
    color: #ff578c;
}

ul.footerlist li a:hover {
    opacity: .5;
}

.clients-brand .brands:hover .img {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.clients-brand .brands:hover .link {
    opacity: 1 !important;
    -webkit-transition: all 0;
    -o-transition: all 0;
    transition: all 0;
}

.clients-brand .brands:hover .char {
    -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(20ms * var(--char-index));
    animation-delay: calc(20ms * var(--char-index));
}

.clients-brand .item {
    position: relative;
    text-align: center;
}

.clients-brand .item .link {
    font-size: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.clients-brand .img {
    max-width: 85px;
    margin: auto;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.clients .brands .item {
    transition: all ease 0.3s;
}

.clients .brands:hover .item {

    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.3);
}

.clients .brands {
    padding: 8px;
}

.clients .brands img {
    filter: invert(1);
}

.profile-dropdown img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
}

.profile-dropdown a.dropdown-item,
.profile-dropdown span {
    color: #2e37a9 !important;
}

.profile-dropdown .dropdown-toggle::after {
    border-top: .3em solid #2e37a9;
}

.profile-dropdown .dropdown-menu .dropdown-item:after {
    display: none;
}

.profile-dropdown a.dropdown-item i {
    margin-right: 5px;
}

.half-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    background: #f7f7f7;
    z-index: 1;
}

.half-bg.bottom {
    bottom: 0;
}

.half-bg.top {
    top: 0;
}

.half-bg.not-sub {
    background: #0c0f16;
}

/* ====================== [ Start Footer ] ====================== */
.footer-half {
    color: #fff;
    padding-top: 70px;
    /*background:#2e37a9 url(../img/bg-foot.png)!important;*/
    background: #2e37a9 !important;
    position: relative;
    z-index: 2;
}

.footer-half .stit {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 30px;
}

.footer-half .cont .logo {
    width: 55px;
    margin-bottom: 30px;
}

.footer-half .cont .con-info li {
    margin-top: 10px;
    font-weight: 200;
}

.footer-half .cont .con-info li span {
    margin-right: 10px;
    font-weight: 500;
}

.footer-half .cont .social-icon {
    margin-top: 40px;
}

.footer-half .cont .social-icon .social a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: rgba(255, 255, 255, 0.01);
    border-radius: 50%;
    margin-right: 5px;
    font-size: 13px;
    opacity: .6;
}

.footer-half .subscribe p {
    color: #999;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
}

.footer-half .subscribe form .form-group {
    position: relative;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-half .subscribe form input {
    padding: 15px;
    width: 100%;
    background: rgba(255, 255, 255, 0.01);
    border: 0;
    color: #fff;
}

.footer-half .subscribe form button {
    border: 0;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.02);
    color: #528fb7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    z-index: 2;
    cursor: pointer;
}

.footer-half .copyrights {
    margin-top: 50px;
    padding: 15px 0px 10px;
    background: rgba(255, 255, 255, 0.1);
}

.footer-half .copyrights p {
    font-size: 14px;
    color: #fff;
    font-family: 'Aller';
    font-weight: 400;
    line-height: 24px;
}

.footer-half .copyrights p a {
    color: #528fb7;
}

ul.contactlist li {
    display: flex;
    align-items: flex-start;
}

ul.contactlist i.fa {
    min-width: 20px;
    margin-top: 3px;
    margin-right
}

ul.contactlist li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 11px;
}

/* ====================== [ End Footer ] ====================== */
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 991px) {
    .md-mb10 {
        margin-bottom: 10px;
    }

    .md-mb20 {
        margin-bottom: 20px;
    }

    .md-mb30 {
        margin-bottom: 30px;
    }

    .md-mb40 {
        margin-bottom: 40px;
    }

    .md-mb50 {
        margin-bottom: 50px;
    }

    .md-mb60 {
        margin-bottom: 60px;
    }

    .md-mb70 {
        margin-bottom: 70px;
    }

    .md-mb80 {
        margin-bottom: 80px;
    }

    .md-pb10 {
        padding-bottom: 10px;
    }

    .md-pb20 {
        padding-bottom: 20px;
    }

    .md-pb30 {
        padding-bottom: 30px;
    }

    .md-pb40 {
        padding-bottom: 40px;
    }

    .md-pb50 {
        padding-bottom: 50px;
    }

    .md-pb60 {
        padding-bottom: 60px;
    }

    .md-pb70 {
        padding-bottom: 70px;
    }

    .md-pb80 {
        padding-bottom: 80px;
    }

    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .container {
        max-width: 95%;
    }

    .navbar {
        min-height: 60px;
    }

    .navbar .navbar-collapse {
        max-height: 340px;
        overflow: auto;
        background: #fbfbfb;
        text-align: left;
        padding: 10px 15px;
        border: 1px solid #f3f3f3;
        margin-top: 10px;
    }

    .navbar .nav-link {
        margin: 10px auto !important;
    }

    .navbar .logo {
        margin-left: 15px;
        width: 50px;
    }

    .nav-scroll .navbar-collapse .nav-link,
    .light .navbar-collapse .nav-link {
        color: #000 !important;
    }

    .nav-scroll .navbar-collapse .active,
    .light .navbar-collapse .active {
        color: #528fb7 !important;
    }

    .navbar .search {
        border: 0;
        padding: 0;
        margin-top: 30px;
    }

    .navbar .search .search-form {
        display: block;
        position: static;
        height: auto;
    }

    .navbar .search .search-form form {
        position: static;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .navbar .search .search-form form input {
        padding: 15px;
        width: 100%;
        font-size: 14px;
    }

    .navbar .search .icon,
    .navbar .search .search-form .close {
        display: none;
    }

    .navbar-nav .dropdown-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        background: #0c0f16;
        text-align: center;
        color: #eee;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        color: #eee;
    }

    .navbar-nav .dropdown-menu.show {
        display: block;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-link:hover {
        color: #528fb7;
    }

    .slider .parallax-slider .caption.dig {
        text-align: center;
    }

    .slider .parallax-slider .caption.dig h1 {
        font-size: 60px;
    }

    .slider .parallax-slider .caption.dig h1 .tline {
        margin-left: 0;
    }

    .slider .parallax-slider .caption h1 {
        font-size: 50px;
        letter-spacing: 1px;
    }

    .slider .parallax-slider .caption h1 br {
        display: none;
    }

    .curve-bg {
        display: none;
    }

    .about .img-mons,
    .number-sec .item,
    .block-sec .vid-area .cont,
    .about .content,
    .skills-box {
        margin-bottom: 50px;
    }

    .about .blc-img .skills-circle {
        right: 0;
    }

    .about .blc-img .skills-circle .item {
        width: 50%;
    }

    .hero-sec .skills-box {
        padding-left: 0;
        margin-top: 50px;
    }

    .min-area .content,
    .min-area .img {
        padding: 120px 0;
    }

    .sec-head.tr-head {
        text-align: center;
        margin-bottom: 55px;
    }

    .block-sec .testim-box {
        margin-bottom: 120px;
    }

    .block-sec .showreel {
        background: #13161d;
    }

    .number-sec {
        padding-bottom: 70px;
    }

    .sec-head h3 br {
        display: none;
    }

    .sec-head.mb-0 {
        margin-bottom: 80px !important;
    }

    .blog-grid .item.active {
        margin: 50px 0;
    }

    .footer-half:after {
        width: 100%;
    }

    .footer-half .cont {
        margin-bottom: 50px;
    }

    .next-prog .box .caption h1,
    .next-prog .box .copy-cap h1 {
        font-size: 40px;
    }

    .about.bookstag-section .valign.darkcolor.br-rad-100 {
        padding-bottom: 50px !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .footer-half .copyrights ul li {
        padding-right: 10px;
    }


}

@media screen and (max-width: 767px) {
    .about .ftbox ul {
        flex-wrap: wrap;
    }

    .about .ftbox ul li {
        margin: 0 0 15px 0 !important;
    }

    .valign.clight-color, .valign.darkcolor {
        padding: 30px !important;
    }

    .sm-mb10 {
        margin-bottom: 10px;
    }

    .sm-mb20 {
        margin-bottom: 20px;
    }

    .sm-mb30 {
        margin-bottom: 30px;
    }

    .sm-mb40 {
        margin-bottom: 40px;
    }

    .sm-mb50 {
        margin-bottom: 50px;
    }

    .sm-mb60 {
        margin-bottom: 60px;
    }

    .sm-mb70 {
        margin-bottom: 70px;
    }

    .sm-mb80 {
        margin-bottom: 80px;
    }

    .sm-pb10 {
        padding-bottom: 10px;
    }

    .sm-pb20 {
        padding-bottom: 20px;
    }

    .sm-pb30 {
        padding-bottom: 30px;
    }

    .sm-pb40 {
        padding-bottom: 40px;
    }

    .sm-pb50 {
        padding-bottom: 50px;
    }

    .sm-pb60 {
        padding-bottom: 60px;
    }

    .sm-pb70 {
        padding-bottom: 70px;
    }

    .sm-pb80 {
        padding-bottom: 80px;
    }

    .container {
        max-width: 540px;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .progress-wrap {
        right: 15px;
        bottom: 15px;
    }

    .navbar .logo {
        width: 40px;
    }

    .topnav .container-fluid {
        padding: 0 30px;
    }

    .topnav .logo {
        width: 40px;
    }

    nav.navbar a.logo img {
        width: auto;
        height: 40px;
    }

    .btn-curve span {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .slider .parallax-slider .caption h1 {
        font-size: 40px;
    }

    .slider .parallax-slider .caption h1 br {
        display: none;
    }

    .slider .parallax-slider .swiper-slide-active .caption h1 {
        font-size: 30px;
    }

    .slider .social-icon {
        display: none;
    }

    .slider .setone.setwo .prev-ctrl {
        left: 15px;
        bottom: 15px;
        top: auto;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .slider .setone.setwo .next-ctrl {
        left: 70px;
        bottom: 15px;
        top: auto;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .slider .swiper-pagination-fraction.top.botm {
        right: 15px;
        bottom: 15px;
    }

    .slider .swiper-pagination-fraction.top .swiper-pagination-current {
        font-size: 40px;
    }

    .slider .parallax-slider .caption.dig h1 {
        font-size: 40px;
    }

    .slider.fixed-slider,
    .works-header.hfixd {
        position: static;
    }

    .main-content {
        margin-top: 0 !important;
    }

    .about .img-mons .img1, .about .img-mons .img2, .about .img-mons .img3 {
        margin-bottom: 10px;
    }

    .about .img-mons .img3 {
        width: 100%;
        margin-top: 0;
    }

    .sec-head h3 {
        font-size: 45px;
    }

    .sec-head h6 {
        font-size: 15px;
        letter-spacing: 5px;
    }

    .about.bookstag-section .valign.darkcolor.br-rad-100 {
        padding-bottom: 35px !important;
    }

    html .about.bookstag-section {
        padding: 7px;
    }

    .slider .parallax-slider .swiper-slide .bg-img {
        background-position: 70% 50%;
    }
}

@media screen and (max-width: 480px) {

    .topnav .container-fluid {
        padding: 0 15px;
    }

    .pages-header .cont .path {
        font-size: 15px;
    }

    .pages-header .cont .path span {
        margin: 0 10px;
    }

    .slider-bus .caption h1 {
        font-size: 50px;
    }

    .slider .swiper-pagination-fraction.steps {
        bottom: 60px;
    }

    .circle-slide .swiper-slide .bg-img {
        height: 280px !important;
        width: 280px !important;
    }

    .showcase-carus.circle-slide .caption h1,
    .showcase-carus.circle-slide .copy-cap h1 {
        font-size: 40px;
    }

    .works-header .capt h2 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .sec-head h3 {
        font-size: 35px;
    }

    .about .blc-img .skills-circle {
        display: block;
        padding-bottom: 30px !important;
    }

    .about .blc-img .skills-circle .item {
        width: 100%;
    }

    .about .blc-img .skills-circle .item:last-of-type {
        margin-left: 0;
    }
}

/* ====================== [ End Responsive ] ====================== */

.search a.login-btn {
    background: #2e37a9;
    color: #fff;
    font-weight: 600;
    height: 36px;
    padding: 4px 18px;
    border: 2px solid #2e37a9;
    margin-left: 40px;
    min-width: 90px;
    text-align: center;
    border-radius: 12px;
}

.search a.login-btn:hover {
    background: #202a72;
    border: 2px solid #202a72;
}

.valign.clight-color {
    background: #667cfc;
    color: #fff;
    padding: 100px;
}

.valign.clight-color p {
    color: #fff;
}

.valign.darkcolor {
    background: #ff5786;
    color: #fff;
    padding: 100px;
}

.valign.darkcolor p {
    color: #fff;
}

.valign.darkcolor .simple-btn {
    z-index: 1;
}

.valign.darkcolor .simple-btn:after {
    background: rgba(82, 143, 183, 0.43);
    z-index: -1;
}

.valign.clight-color .simple-btn {
    z-index: 1;
}

.valign.clight-color .simple-btn:after {
    background: rgba(82, 143, 183, 0.43);
    z-index: -1;
}

.btn-white {
    font-weight: 600;
    padding: 4px 18px;
    height: 36px;
    font-size: 1rem;
    background: #fff;
    border: 2px solid #fff;
    color: #7e2ecc;
    border-radius: 12px;
}

.btn-white:hover {
    background: #7e2ecc;
    border: 2px solid #7e2ecc;
    color: #fff;
}

.featured-item {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    /* margin-bottom: 100px; */
}

.featured-item .featured-img {
    border-radius: 30px;
}

.featured-item .featured-img img {
    border-radius: 30px;
}

.featured-item .featured-social {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    left: 0;
    right: 0;
    bottom: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.featured-item .featured-text {
    background: #ffffff;
    border-radius: 23px;
    position: absolute;
    bottom: -17px;
    z-index: 9;
    left: 20px;
    right: 20px;
    max-width: 95%;
    margin: auto;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 15px;
    margin-bottom: 30px;
}

.featured-item:hover .featured-social {
    bottom: 106px;
}

.featured-item .featured-text h3 {
    font-size: 22px;
    color: #202a72;
    margin-bottom: 0px;
}

.featured-item:hover .featured-text h3 a {
    color: #2e37a9
}

.featured-item .featured-text p {
    font-size: 15px;
    line-height: 1.75;
}

.featured-text {
    background: #ffffff;
    border-radius: 23px;
    position: absolute;
    bottom: -29px;
    z-index: 9;
    left: 20px;
    right: 20px;
    max-width: 79%;
    margin: auto;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.featured-social > a i {
    font-size: 14px;
    color: #fff;
    margin-right: 8px;
    /* width: 26px;
     height: 26px;
     background: transparent;
     border-radius: 50%;*/
}

.featured-social > a.featured-tiktok {
    background: #010101;
    white-space: nowrap;
}

.featured-social > a.featured-tiktok img {
    width: 18px;
    object-fit: contain;
    white-space: nowrap;
    height: 18px;
    border-radius: 50%;
    padding: 3px;
}

.featured-social > a.featured-twitter {
    background: #4da6e9;
}

.featured-social > a.featured-youtube {
    background: #f60201;
}

span.countryflag {
    position: absolute;
    top: 0;
    right: 0;
}

span.countryflag img {
    width: 35px !important;
    height: 30px !important;
    object-fit: cover;
    border-radius: 10px !important;
}

span.countryflag {
    position: absolute;
    top: 20px;
    right: 30px;
}

.featured-social > a.featured-instagram {
    background: linear-gradient(#515bd4 0%, #8134af 31%, #dd2a7b);
}

.featured-social > a {
    position: relative;
    z-index: 1;
    font-size: 12px;
    margin-right: 4px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding: 3px 5px;
    border-radius: 7px;
}

/*.featured-social > a:after {
    width: 100%;
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    height: 20px;
    top: 3px;
    left: 8px;
    border-radius: 30px;
}*/
section.clients {
    /* background: #f7f7f7; */
}

.clients .brands .item:hover .img {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

.featured {
    /* padding-top: 70px; */
    /* padding-bottom: 70px; */
}

h4.footerhead {
    position: relative;
    z-index: 1;
    font-family: 'Aller';
    margin-bottom: 20px;
    font-size: 22px;
}

ul.footerlist li a:after {
    /* content: "\f101";*/
    position: absolute;
    left: 0;
    filter: brightness(0) invert(1);
    /*  font-family: Font Awesome\ 5 Free;
    font-weight: 700;*/
    top: 0px;
    width: 7px;
    content: url('../img/BG-pijl-bubblegum-r.svg');
}

ul.footerlist li a {
    font-size: 16px;
    font-family: 'Aller';
    position: relative;
    padding-left: 15px;
}

ul.footerlist li {
    margin-bottom: 10px;
}

.br-rad-100 {
    border-radius: 100px;
}

.bookstag-section p {
    font-size: 19px
}

/*h4.footerhead:before {
    width: 30px;
    height: 30px;
    background: #ffffff;
    position: absolute;
    content: '';
    opacity: .1;
    border-radius: 50%;
    left: -12px;
}*/
.text-purple {
    color: #202a72
}

.btn-secondary {
    background: #ff578c;
    color: #fff;
    font-weight: 600;
    padding: 4px 18px;
    height: 36px;
    border: 2px solid #ff578c;
    border-radius: 12px;
}

.btn-secondary:hover {
    background: #202a72;
    border: 2px solid #202a72;
}

.progress-wrap.cursor-pointer.active-progress {
    display: none;
}

.slider .swiper-slide .bg-img.valign:after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 60px);
    bottom: 0px;
    opacity: 1;
    right: 0;
    background: url(../img/lines.svg);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    opacity: .35;
    display: none;
}

.slider .swiper-slide .bg-img.valign:before {
    display: none;
}

.slider .caption .btn-curve.btn-lit {
    /* padding: 9px 18px 9px;*/
    padding: 4px 18px;
    border-radius: 18px;
    height: auto;
}

.about .img-mons .img1, .about .img-mons .img2, .about .img-mons .img3 {
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.about .img-mons .img1 img, .about .img-mons .img2 img, .about .img-mons .img3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.about .img-mons .img3 {
    width: 75%;
    margin-top: 20px;
}

.about .ftbox ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.about .ftbox ul li {
    width: 100%;
    padding: 17px 35px 17px 17px;
    text-align: center;
    /* background: #2e38a8; */
    border-radius: 30px 40px 40px 30px;
    position: relative;
    margin: 10px 10px 0px;
}

.about .ftbox ul li .icon {
    color: #528fb7;
    font-size: 30px;
    margin-bottom: 20px;
    display: none;
}

.about .ftbox ul li h6 {
    font-size: 16px;
    font-weight: 500;
    color: #202a72;
    text-transform: capitalize;
    letter-spacing: 2px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    text-align: left;
}

.about .ftbox ul li h6.custom-font i {
    font-size: 30px;
    margin-right: 15px;
}

.about {
    /* background: #fdfdfd; */
    display: inline-block;
    width: 100%;
}

/*.about .ftbox ul li.space {
    margin: 0 10px;
}*/
.footer-half .copyrights ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.footer-half .copyrights ul li {
    display: inline-block;
    padding-right: 12px;
    position: relative;
    z-index: 1;
}

.footer-half .copyrights ul li:after {
    position: absolute;
    content: "";
    right: 2px;
    top: 4px;
    width: 2px;
    height: 16px;
    background: #fff;
    opacity: 0.3;
}

.footer-half .copyrights ul li:last-child:after {
    display: none;
}

.footer-half .copyrights ul li:last-child {
    padding-right: 0px;
}

.footer-half .copyrights ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: 'Aller';
    font-weight: 400;
    line-height: 24px;
}

.slidernew.slick-initialized .slick-slide {
    display: block;
    padding: 0 7px;
}

.box-blue {
    background: #2e38a8;
}

.box-purple {
    background: #7e2ecc
}

.box-pink {
    background: #ff5786;
}

.box-lt-blue {
    background: #667cfc;
}

.badge-danger {
    color: #fff;
    background-color: #ff5786 !important;
}

.typeeffect {
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    width: 100%;
    animation: animated-text 2s steps(30, end) 1s 1 normal both;
}

@keyframes animated-text {
    from {
        width: 0;
    }
    to {
        width: 800px;
    }
}

/*For Brands Css Start*/
.forbrands-banner h1 {
    color: #202a72;
    text-transform: capitalize;
    margin-bottom: 7px;
    font-size: 2.1875rem;
    font-weight: 700;
    letter-spacing: 4px;
}

.forbrands-banner p {
    font-size: 1rem;
}

.bannerbtn a.btn-video:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: rgba(242, 106, 128, .2);
    z-index: -1;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;

}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.bannerbtn a.btn-video {
    width: 54px;
    position: relative;
    z-index: 1;
    height: 54px;
    background: #f9738c;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 19px;
}

.clients.brandservices .brands .img {
    height: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videomodal {
    background: transparent;
    border: none;
}

.videomodal button.close {
    opacity: 1;
    text-shadow: none;
    color: #7e2ecc;
    width: 35px;
    height: 35px;
    background: #fff;
    position: absolute;
    right: -18px;
    top: -20px;
    z-index: 1;
    border-radius: 50%;
}

.videomodal .modal-content {
    background: transparent;
    border: none;
}

.clients .brands .item h2 {
    font-size: 18px;
    color: #fff;
}

.forbrands-banner {
    min-height: 75vh;
    background-size: contain !important;
}

.btn-primary2 {
    padding: 4px 18px;
    border-radius: 18px;
    height: auto;
    color: #fff;
    border: 2px solid #2e37a9;
    line-height: 2;
    background: #2e37a9;
    font-weight: 700;
    font-size: 1rem;
}

.btn-primary2:hover {
    color: #fff;
    border: 2px solid #202a72;
    background: #202a72;
}

/*For Brands Css Ends*/


@media only screen and (min-width: 1600px) {
    .featured-item .featured-text p, ul.footerlist li a, p {
        font-size: 13pt;
    }

    .search a.login-btn {
        padding: 2px 18px;
        font-size: 16pt;
    }

    .slider .parallax-slider .caption .btn-curve span {
        font-size: 16pt;
    }

    .btn-curve {
        line-height: 36px !important;
    }

    .slider .parallax-slider .caption .btn-curve span {
        font-size: 24pt
    }

    .slider .caption .btn-curve.btn-lit {
        padding: 15px 18px 9px;
    }

    .container {
        max-width: 90%;
    }

    .slider .parallax-slider .swiper-slide .caption img {
        max-width: 400px;
    }
}

.about .ftbox ul li:nth-child(2n) {
    /* margin-top:0; */
    display: block;
}

.section-padding.stra-sa {
    padding: 80px 0;
}

.main-title.mb-dys {
    margin-bottom: 4rem;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.mb-8rem {
    margin-bottom: 8rem;
}

.mt-8rem {
    margin-top: 8rem;
}

.featured-item .featured-img > img {
    min-height: 420px;
    object-fit: cover;
}

ul.socialicon li {
    display: inline-block;
}

ul.socialicon .icon-social:hover {
    opacity: .75;
}

ul.socialicon .icon-social {
    width: 35px;
    height: 35px;
    background: #fff;
    text-align: center;
    color: #7e2ecc;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 8px;
}

@media only screen and (max-width: 1137px) {
    .about .ftbox ul {
        flex-wrap: wrap;
    }

    .about .ftbox ul li {
        width: 47.98%;
    }
}

@media only screen and (max-width: 1036px) {
    .about .ftbox ul {
        flex-wrap: wrap;
    }

    .about .ftbox ul li {
        width: 47.9%;
    }
}


@media only screen and (max-width: 1024px) {
    .about .ftbox ul {
        flex-wrap: wrap;
    }

    .typing-sec .valign.darkcolor {
        padding: 60px 40px 60px !important;
    }

    .about .ftbox ul li {
        width: 47.98%;
    }

    .typing-sec .valign.darkcolor {
        padding: 60px 40px 60px;
    }

    .forbrands-banner {
        position: relative;
        min-height: 60vh;
    }

    .main-title.mb-dys,
    .main-title.about-title,
    .mbbottnone .content {
        margin-bottom: 0px !important;
    }

    .about .ftbox ul li {
        margin: 0 10px 20px;
    }

    .forbrands-banner:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .mb-8rem {
        margin-bottom: 4rem;

    }

    .mt-8rem {
        margin-top: 4rem;
    }
}

@media only screen and (max-width: 997px) {
    nav.navbar.change button.navbar-toggler {
        /*background: #667cfc !important;*/
        border-radius: 0px;
        padding: 7px 14px 12px;
    }

    .navbar .icon-bar {
        background-color: #ff578c !important;
    }

    .about .ftbox ul li h6 {
        font-size: 13px;
    }

    .navbar .search {
        margin-top: 10px;
    }

    .about.bookstag-section.typing-sec.workIt .content.text-center.pink-section {
        margin-bottom: 0 !important;
    }

    .about.bookstag-section .valign.darkcolor.br-rad-100 {
        padding-bottom: 60px !important;
    }

    .search a.login-btn {
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .slider .parallax-slider .swiper-slide .bg-img {

        background-position: center;
    }

    .about .ftbox ul {
        flex-wrap: wrap;
    }

    .about .ftbox ul li {
        width: 47%;
    }

    .about .ftbox ul li:nth-child(2n) {
        margin-top: 0;
    }

    .about.section-padding.stra-sa {
        padding-bottom: 0;
    }

    .about .ftbox ul {
        flex-wrap: wrap;
    }

    .about .ftbox ul li {
        width: 47.9%;
    }

    .typing-sec .valign.darkcolor {
        padding: 60px 40px 60px !important;
    }

    .navbar {
        padding: 15px 0;
    }

    .forbrands-banner {
        position: relative;
        min-height: 60vh;
    }

    .main-title.mb-dys,
    .main-title.about-title,
    .mbbottnone .content {
        margin-bottom: 0px !important;
    }

    .about .ftbox ul li {
        margin: 0 10px 20px;
    }

    .forbrands-banner:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .mb-8rem {
        margin-bottom: 4rem;

    }

    .mt-8rem {
        margin-top: 4rem;
    }


}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .slider .parallax-slider .swiper-slide .bg-img {
        height: 85vh;
    }

    .slider .parallax-slider .swiper-slide .caption img {
        max-width: 220px;
    }

    .typing-sec .valign.darkcolor {
        padding: 60px 40px 10px;
    }

    .forbrands-banner {
        position: relative;
        min-height: 60vh;
    }

    .about .ftbox ul li {
        width: 47%;
    }

    .main-title.mb-dys,
    .main-title.about-title,
    .mbbottnone .content {
        margin-bottom: 0px !important;
    }

    .about .ftbox ul li {
        margin: 0 10px 20px;
    }

    .forbrands-banner:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .mb-8rem {
        margin-bottom: 4rem;

    }

    .mt-8rem {
        margin-top: 4rem;
    }

    .workIt .typingtext {
        width: 100%;
        display: flex;
    }

    /*	.workIt .main-title.typeeffect
        {
            display: inline !important;
        }*/
    .slider .parallax-slider .caption h1 {
        font-size: 25px;
    }

    .main-content {
        margin-top: 85vh !important;
    }

    h4.footerhead {
        font-size: 18px;
    }

    ul.footerlist li a, ul.contactlist li {
        font-size: 14px;
    }

    .footer-half .copyrights ul li a, .footer-half .copyrights p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .about .ftbox ul li {
        width: 47.1%;
    }
}

@media only screen and (max-width: 767px) {
    .about.bookstag-section {
        padding: 0px 15px;
    }

    .forbrands-banner.valign.bg-img.parallaxie {
        background-position: top right !important;
    }

    .about.bookstag-section .content.text-center.pink-section {
        margin-bottom: 0;
    }

    .typeeffect {
        white-space: initial;
        overflow: initial;
        animation: initial;
    }

    .bookstag-section p {
        font-size: 15px;
    }

    .forbrands-banner .cont {
        background: rgba(255, 255, 255, .45);
        padding: 25px;
    }

    .forbrands-banner {
        background-size: cover !important;
        background-position: right !important;
        background-attachment: initial !important;
    }

    .about.section-padding.stra-sa {
        padding-bottom: 0;
    }

    .about .ftbox ul li {
        width: 100%;
    }

    .bookstag-section .content {
        margin-bottom: 0;
    }

    .slider .parallax-slider .swiper-slide .bg-img {

        /* background-position: center; */
    }

    .slider .parallax-slider .swiper-slide .bg-img .caption.text-left {
        background: rgb(255 255 255 / 57%);
        padding: 20px;
    }

    nav.navbar.change button.navbar-toggler {
        /*background: #2e38a8;*/
        border-radius: 0px;
        padding: 7px 14px 12px;
    }

    .about .ftbox ul li h6 {
        font-size: 13px;
    }

    nav.navbar.change {
        padding: 10px;
    }

    .navbar .logo {
        margin-left: 0px;
    }

    .slider .parallax-slider .swiper-slide .caption img {
        margin: 10px 0px 5px;
        max-width: 200px;
    }

    .slider .parallax-slider .swiper-slide-active .caption h1 {
        font-size: 24px;
        padding-top: 55px;
    }

    .slider .parallax-slider .caption p {
        line-height: 26px;
    }

    .slider .parallax-slider .caption .btn-curve span {
        font-size: 14px;
    }

    .slider .caption .btn-curve.btn-lit {
        padding: 3px 18px 3px;
        height: auto;
        margin-top: 15px !important;
    }

    .slider .parallax-slider .swiper-slide {
        min-height: 75vh;
        padding-bottom: 0px;
    }

    .section-padding.stra-sa {
        padding: 50px 0;
    }

    .sub-title h6 {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .sub-title {
        margin-bottom: 10px;
    }

    .main-title {
        font-size: 22px;
    }

    .main-title.mb-dys {
        margin-bottom: 25px;
    }

    .section-padding.stra-sa {
        padding: 50px 0 0;
    }

    .sec-head h3 {
        font-size: 22px;
    }

    .featured {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about.valign.darkcolor {
        padding: 40px 0 0 !important;
    }

    .sec-head.mb-0 {
        margin-bottom: 20px !important;
        margin: 0 0 40px;
    }

    .section-padding {
        padding: 50px 0;
    }

    .clients .brands .item {
        height: 107px;
        line-height: 107px;
    }

    .footer-half {
        padding-top: 40px;
    }

    h4.footerhead {
        margin-bottom: 12px;
        font-size: 20px;
    }

    ul.footerlist {
        margin-bottom: 25px;
    }

    ul.footerlist li a, ul.contactlist li {
        font-size: 14px;
    }

    .footer-half .copyrights p {
        font-size: 12px;
    }

    .footer-half .copyrights ul li a {
        font-size: 10px;
    }

    .forbrands-banner {
        position: relative;
        min-height: 80vh;
    }

    .typing-sec .valign.darkcolor {
        padding: 60px 20px 60px !important;
    }

    .br-rad-100 {
        border-radius: 50px;
    }

    .about.bookstag-section {
        padding: 0
    }

    .mb-8rem {
        margin-bottom: 3rem;

    }

    .mt-8rem {
        margin-top: 3rem;
    }
}


.btn-wrapper {
    display: flex;
    justify-content: center;
}

.btn-wrapper .btn-white {
    margin-left: 8px;
}

.pink-section .main-title {
    text-transform: uppercase;
}

.about .ftbox ul.font-strs li h6 {
    font-size: 15px;
}

.btn-seyt {
    min-width: 120px;
    text-align: center;
    letter-spacing: 1px;
}

.btn-primary2.psff {
    padding: 9px 30px 9px;
}

ul.socialicon .icon-social i.fab.fa-instagram {
    font-weight: 600;
}

.slider .parallax-slider .caption .btn-curve {
    font-size: 18px;
}

.featured-item .featured-social {
    justify-content: space-evenly;
    padding: 0 20px;
}

.featured-item .featured-social a:last-child {
    margin-right: 0px;
}

ul.socialicon .icon-social i.fa-instagram {
    font-size: 19px;
    position: relative;
    top: 2px;
}

.ftbox iframe {
    background: #1fbff0;
    padding: 17px;
    width: 100%;
    max-width: 800px;
    border-radius: 30px;
}

.about .ftbox ul.font-strs li h6 {
    letter-spacing: 1px;
}

.main-title.about-title {
    margin-bottom: 2.5rem;
}

@media only screen and (min-width: 1600px) {
    .btn-white {
        padding: 2px 18px;
        font-size: 16pt;
    }
}

.forbrands-banner {
    background-position: center right !important;
}

.typing-sec .content {
    width: 100%;
}

@media screen and (max-device-width: 767px) and (orientation: portrait) {
    .slider .parallax-slider .swiper-slide-active .caption h1 {
        padding-top: 0px;
    }

    .slider .parallax-slider .swiper-slide .bg-img {
        /* height: 100vh; */
    }
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
    .slider .parallax-slider .swiper-slide .bg-img {
        height: 100vh;
    }
}

/*body.pace-running {
height: 100vh;
overflow: hidden;
}*/


/*form css*/

.form-wraper {
    margin: 0 auto;
    width: 500px;
    max-width: 100%;
    padding: 40px 50px;
    background: #f4f4f4;
    border-radius: 20px;
}

.profile-pic img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
    margin: 22px 0 10px;
}

.profile-pic {
    position: relative;
    width: 120px;
    margin: 0 auto;
}

.profile-pic i {
    position: absolute;
    top: 32px;
    right: 2px;
    background: #fcf7f7;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    box-shadow: 0px 0px 5px #ccc;
    text-align: center;
}

.form-wraper .form-control {
    background: transparent;
    font-size: 14px;
    border-color: #a4a5a5;
}

.form-wraper input {
    height: 45px;
}

.form-wraper textarea {
    height: 90px;
}

.form-wraper .btn {
    font-weight: 600;
    padding: 7px 26px;
    height: auto;
    font-size: 1rem;
    background: #2e37a9;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 12px;
    margin-top: 15px;
}

.form-wraper ul li {
    display: inline-block;
    margin: 0px 7px;
}

.form-wraper ul li a {
    color: #fff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
}

.orLine {
    position: relative;
    margin-top: 32px;
    margin-bottom: 30px !important;
}

.hrOr {
    background-color: #2e37a9;
    height: 1px;
    margin-bottom: 0px !important;
    border: 0;
}

.spanOr {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.75em;
    margin-left: -1.5em;
    background-color: #f4f4f4;
    width: 3em;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #2e37a9;
}

.form-wraper .login-btns li {
    display: block;
    margin-bottom: 10px;
}

.form-wraper .login-btns li a {
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    display: block;
    text-align: left;
}

.form-wraper .login-btns li > a > i {
    border-right: 1px solid #fff;
    width: 50px;
    text-align: center;
    height: 44px;
    line-height: 44px;
}

.form-wraper .login-btns li a span {
    display: inline-block;
    width: 85%;
    text-align: center;
    max-width: 100%;
}

.error {
    color: red !important;
}

.padding-bottom .camp-details {
    padding-bottom: 46px;
}

.camp-details h5 {
    font-size: 20px;
    margin-top: 17px;
    margin-bottom: 20px;
    font-weight: 500;
}

.camp-details h3 {
    margin-bottom: 0;
    border: transparent;
    padding-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 12;
    /* margin-bottom: 40px; */
    padding-bottom: 14px;
}

.camp-details .cross-icon {
    position: absolute;
    top: 0;
    background: #fff;
    color: #000;
    border-color: #fff;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 12px;
    right: 60px;
    float: right;
}

.camp-details .check-icon {
    position: absolute;
    top: 0;
    background: #fff;
    color: #000;
    border-color: #fff;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 12px;
    right: 22px;
    float: right;
}

.camp-details .checkmsg-icon {
    position: absolute !important;
    top: -21px !important;
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
    border-radius: 100px !important;
    height: 30px !important;
    width: 30px !important;
    line-height: 30px !important;
    padding: 0 !important;
    font-size: 12px !important;
    right: 82px !important;
    float: right !important;
}

.camp-details h4 {
    font-size: 17px;
    font-weight: 400;
}

.marg-row {
    margin-top: 42px;
}

.camp-details .circle {
    padding: 10px 11px !important;
}

.main-mrgs {
    margin-top: 42px;
}

.main-mrgs .featured-img img {
    border-radius: 0;
    height: 120px;
    object-fit: cover;
    width: 120px;
    border-radius: 7px;
}

.main-mrgs .des-main h4 {
    font-size: 25px;
    margin-bottom: 6px;
}

.main-mrgs .com-details p {
    color: #929292;
    line-height: 23px;
    font-size: 14px;
}

.backblock {
    margin-top: 80px !important;
}

.titlestatus {
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.titlestatus span {
    margin-left: 10px;
}

.content-wraper {
    box-shadow: 0px 0px 5px #ccc;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}

.content-wraper h3 {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
}

.content-wraper h3::after {
    position: absolute;
    content: '';
    display: block;
    background: #1fbff0;
    width: 50px;
    height: 3px;
    bottom: -1px;
    left: 0;
}

.content-wraper .form-group {
    margin-bottom: 25px;
}

.content-wraper label {
    /*text-transform: capitalize;*/
    font-weight: 500;
    font-size: 14px;
    color: #6c757d;
}

.content-wraper .sidebar_header-login a.btn {
    padding: 6px 12px;
}

.content-wraper .btn {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 3px;
    cursor: pointer;
    background: #1fbff0;
}

.content-wraper .nice-select {
    line-height: 38px;
    margin-bottom: 0px;
}

.content-wraper .table .thead-light th {
    color: #6c757d;
    background-color: #f3f7f9;
    border-color: #dee2e6;
    border-bottom: 2px solid #dee2e6;
    font-weight: 500;
    font-size: 15px;
}

.content-wraper .table td, .content-wraper .table th {
    vertical-align: middle;
}

.content-wraper .table td {
    color: #6c757d;
    font-size: 14px;
}

.content-wraper .table .btn-xs {
    padding: .2rem .4rem;
    font-size: .65rem;
    border-radius: .15rem;
    margin: 2px 2px;
}

.content-wraper .table-responsive .table .btn-edit {
    color: #fff;
    background-color: #7e2ecc !important;
    border-color: #7e2ecc !important;
    margin-top: 15px;
    vertical-align: middle;
}

.content-wraper .table-responsive .table .btn-detail {
    color: #fff;
    background-color: #ccc72e !important;
    border-color: #ccc72e !important;
    margin-top: 15px;
    margin-right: 0;
    vertical-align: middle;
}

.content-wraper .table-responsive .table .btn-selected {
    color: #fff;
    background-color: #2ecc83 !important;
    border-color: #2ecc83 !important;
    margin-top: 15px;
    margin-right: 10px;
    vertical-align: middle;
}

.content-wraper .table-responsive .table .btn-danger {
    background: #ff578c !important;
    border-color: #ff578c !important;
    border: 0;
}


.content-wraper .btn:hover {
    opacity: 0.5;
}

.content-wraper .table-responsive .table .btn-edit {
    margin-right: 0;
}

.trophy {
    margin: 8px 0;
}

.trophy span {
    font-size: 16px;
}

.trophy .fa.fa-trophy {
    font-size: 14px;
    color: #1fbff0 !important;
    padding-right: 6px;
}

.main-line {
    border-bottom: 1px solid #ddd;
    margin-top: 26px;
}

.camp-details .check-icon {
    top: -21px !important;
    right: 3px !important;
}

.camp-details .cross-icon {
    top: -22px !important;
    right: 40px !important;
}

.featured-img img {
    border: 1px solid #ddd;
}

.featured-social > a.featured-tiktok {
    top: 0 !important;
}

.content-wraper .sidebar_header-login a.btn {
    margin-top: 2px !important;
}

#contact .container {
    background: #667cfc;
    border-radius: 100px;
    padding: 100px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#contact .btn {
    float: right;
    margin-top: 2rem;
    color: #667cfc;
    border: none;
    transition: all ease 0.3s;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-white {
    font-weight: 600;
    padding: 4px 18px;
    height: 36px;
    font-size: 1rem;
    background: #fff;
    border: 2px solid #fff;
    color: #7e2ecc;
    border-radius: 12px;
    transition: 0.3s ease all;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#intro h1 {
    padding-bottom: 2rem;
    color: #667cfc;
}

#intro {
    padding: 10rem 0 4rem;
    text-align: center;
}

#contact {
    padding: 4rem 0;
}

#contact label {
    color: #fff;
}

.text-img h2 {
    color: #7e2ecc;
}

.text-img .row {
    justify-content: center;
}

.text-img img {
    border-radius: 30px;
    max-height: 300px;
    height: auto;
    width: auto;
    max-width: 100%;
}

.rounded-section {
    color: white;
    text-align: center;
    max-width: 100%;
    border-radius: 100px;
    padding: 100px;
}

.pink-bg {
    background: #ff578c;
}

.rounded-section h3, .rounded-section h6, .rounded-section p {
    color: white;
}

.rounded-section .btn-white {
    margin-top: 4rem;
    font-size: 20pt;
    line-height: 20pt;
}

section {
    padding-bottom: 8rem;
}

#faq h2 {
    color: #202a72;
    padding: 2rem 0 2rem 80px;
}

#faq .card:nth-child(2n) {
    background: #667cfc;
}

#faq .card:nth-child(1n) {
    background: #2e37a9;
}

#faq .card {
    margin-bottom: 4rem;
    color: #fff;
    padding: 17px 35px 17px 17px;
    border-radius: 30px 40px 40px 30px;
    position: relative;
}

#faq .card:nth-child(3n) {
    background: #1fbff0;
}

#faq .card:nth-child(4n) {
    background: #ff578c;
}

#faq .card:nth-child(5n) {
    background: #202a72;
}

#faq .card-header {
    background: transparent;
    border: none;
}

#faq .card:nth-child(6n) {
    background: #7e2ecc;
}

#faq .btn-link {
    color: #fff;
    font-family: "Aller";
    font-size: 20px;
    text-decoration: none !important;
    text-align: left;
    white-space: normal;
}

#faq .card-body {
    background: white;
    border-radius: 20px;
    padding: 2rem 1.25rem;
    color: #202a72;
}

.interestselect {
    position: absolute;
    right: 31px;
    left: 580px;
    top: -59px;
    margin-top: 0;
}

.white-text {
    color: #fff;
}

#contact #booksignup-form .btn {
    width: 100%;
    max-width: 100px;
    margin-top: 0;
}

#booksignup-form .form-group.mb-0 {
    float: left;
    width: 100%;
    text-align: center;
}

#contact #signup-form .btn {
    width: 100%;
    max-width: 100px;
    margin-top: 0;
}

#signup-form .form-group.mb-0 {
    float: left;
    width: 100%;
    text-align: center;
}

.sidebar_content-wraper {
    background: #ffffff;
    padding: 135px 0 80px;
}

.sidebar_content-wraper table.table label.badge {
    margin: 2px !important
}

/*.list-usrs li a.name-ls img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    left: 20px;
    position: absolute;
    top: 13px;
    object-fit: cover;
}*/

.featured-social > a {
    display: inline-block !important;
    margin: 0 3px;
}

.featured-social {
    display: inline-block;
    width: 100%;
}

.featured-social > a {
    display: inline-block !important;
    margin: 0 0px;
    padding: 7px 7px !important;
}

.nofound {
    margin-left: 20px;
}

.tabsde .badge-success.active, .tabsde .badge-success:hover {
    background-color: rgb(31, 191, 240);
    color: rgb(255, 255, 255);
}

.tabsde .badge-success {
    background-color: rgb(243, 247, 249);
    color: rgb(0, 0, 0);
    cursor: pointer;
    border-width: initial;
    border-style: initial;
    border-color: chartreuse;
    border-image: initial;
    padding: 10px;
    transition: all 0.3s ease 0s;
    border-radius: 5px 5px 0px 0px;
}

.tabsde .badge-success:focus,
.tabsde .badge-success:hover {
    outline: none;
    background-color: rgb(31, 191, 240);
    color: rgb(255, 255, 255)
}

.name-ls1 {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.name-ls1 img.avt {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.name-ls1 .featured-social > a {
    font-size: 10px;
}

.sugest-book.mybooks {
    padding-bottom: 0px;
}

.sugest-book.mybooks ul {
    margin-top: 0 !important;
}

.sugest-book.mybooks h6 {
    font-size: 14px;
    font-weight: 400;
    color: #6c757d;
}

.roundebox .rounded-sections {
    margin-left: 0;
}

section.sidebar_content-wraper .content-wraper .list-chts .indicator {
    right: 17px !important;
    top: 10px !important;
    margin-left: 260px;
    position: absolute;
}

.chataware {
    right: 17px !important;
    top: 10px !important;
    margin-left: 260px !important;
    position: absolute !important;
}


.badge.badge-soft-danger.dsb {
    background: #2e37a9;
    color: #fff;
}

.sugest-book .user-sidebar {
    padding: 20px 40px 20px;
    background: #667cfc !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sugest-book .user-sidebar h4 {
    color: #fff;
    margin-top: 0;
}

.cntct-lict .list-usrs {
    padding: 0 19px;
}

.sugest-book ul {
    margin-top: 32px !important;
}

button.btn.circle.btn-theme.effect.btn-md {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 3px;
    cursor: pointer;
    background: #1fbff0;
}

.box-list li a {
    background: #1fbff0;
    color: #fff;
    width: auto;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    border-radius: 4px;
    margin-right: 8px;
}

.box-list {
    margin-bottom: 0;
}

.box-list li {
    display: inline-block;
}

.firs-name-txt {
    background: #faf5f5;
    text-align: center;
    color: #202a72;
    font-size: 18px;
    padding: 6px 0;
}

.profile-img {
    border: 4px solid #faf5f5;
}

.field-txt {
    font-weight: 500;
    font-size: 14px;
}

.dropdown:hover .dropdown-menu.show {
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
}

.dropdown:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible;
}

/*.showcleardata i {
  width : 100px;
}*/
.showcleardata {
    color: #545d71;
    background-color: #fff;
    /*border-color: #dee2e6;*/
    /*border-bottom: 2px solid #dee2e6;*/
    font-weight: 5;
    font-size: 15px;
    /*width: 300px;*/
    margin-left: 11px;
    margin-top: 87px;
    text-align: center;
    /*height: 150px;*/
}

.chatdrop {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 3px;
    cursor: pointer;
    background: #1fbff0;
    position: absolute;
    right: 31px;
    top: -8px;
}

.chatdrop .dropdown-toggle::after {
    border-top: .3em solid #fff !important;
    display: none;
}

.chat-foots .cont-all-set .attachfile {
    position: absolute;
    background: #fff !important;
    padding: 14px 20px;
    height: -68px !important;
    margin-left: -153px !important;
    right: 10 !important;
    border-radius: 50px;
    font-weight: 600;
    color: #171515 !important;
    top: 0px !important;
}

.sidebar_content-wraper .msgs-all .chat-foots form#imageupload {
    position: absolute;
    right: 115px;
    top: 13px;
}

.sidebar_content-wraper .msgs-all .chat-foots form#imageupload label i.fa {
    font-size: 20px;
}

.sidebar_content-wraper .sidebar-wraper ul li a i.fa-circle {
    margin-left: 12px;
}

.sidebar_content-wraper .sidebar-wraper ul li a:hover i.fa-circle {
    color: #fff !important;
}

.fa-paperclip {
    cursor: pointer;
}

.pointercur {
    cursor: pointer;
    right: 0;
    height: 37px;
    z-index: 10;
    position: absolute;
}

.input-group.errorpos {
    position: relative;
}

.input-group.errorpos input {
    width: 100%;
    color: #000 !important
}

.form-control.error {
    color: #000 !important
}

.indmob {
    display: none !important;
}

.w-100p {
    width: 100px !important
}

.w-70p {
    width: 70px !important
}
.responsive_table_1{
    padding-bottom: 20px;
}
@media (max-width: 991px) {
    #cta .valign .typeeffect2{
        text-align: center;
        font-size: 22px;
        max-width: 100%;
    }
}
@media (max-width: 880px) {
    #cta .valign .typeeffect2{
        text-align: left;
        font-size: 18px;
    }
}
/* Media */
@media (max-width: 767px) {
    #pro_imgg_name,#com_imgg_name{
        margin-left: 14px;
        margin-top: 5px;
        display: block;
    }
    .indeskt {
        display: none !important
    }
    .content-wraper{
       margin-top: 10px;
       position: relative;
    }
    .inflex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .card_link_txt{
        display: block;
    }
    .tabsde .badge-success {
        font-size: 14px;
    }

    .indmob {
        padding: 5px 10px !important;
        display: inline-block !important;
        margin-top: 0 !important;
        border-radius: 100px !important;
    }

    .mb15 {
        margin-top: 15px;
    }
    #cta .valign .typeeffect2{
        text-align: center;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .card_link_txt a{
        word-break: break-all;
    }
}
/* Media */
@media (max-width:  380px) {
    .sidebar_header-login .back-btn{
        right: 15px !important;
        font-size: 12px !important;
    }

}


/* //light box */
.lightbox_pop-up{
    position: fixed;
    z-index: 11111111;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    bottom: 0;
    background: #02020236;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lightbox_pop-up{
    display: none;
}
.lightbox_pop-up-img{
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1120px;
    margin-top: 15px !important;
    border-radius: 10px;
    margin: 0 auto;
    height: 95%;
}
.lightbox_img_body img{
    border-radius: 5px;
    object-fit: contain;
    height: 100%;
}
.lightbox_img_body{
    display: block;
    padding: 10px;
    height: 100%;
}
.lightbox_pop-up span {
    border-radius: 3em;
    background: #f8f8f8;
    color: #f44336;
    font-size: 1.95em;
    padding: 0em 0.45em;
    cursor: pointer;
    position: absolute;
    margin: 6px;
    right: -20px;
    top: -20px;
    transform: rotate(50deg);
}
.view-details-btn {
    padding: 5px 15px !important;
}
