
/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Services section */
#services {
    opacity: 1;
    transform: translateY(0);
}

/* Animation class that can be toggled if needed */
#services.animated {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

#services.animated.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Fade-in animation for elements */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Apply animation to services section when visible */
#services.visible {
    animation: fadeInUp 0.8s ease-out forwards;
}

/*
150958

05032b

49bcbe

00a5a5
*/

@FONT-FACE {
    font-family: "meed";
     src: url(Zain-Regular.ttf)

}



@FONT-FACE {
    font-family: "bld";
    src: url(Zain-Bold.ttf)
}

@FONT-FACE {
    font-family: "use";
    src: url(Tajawal-Medium.ttf)
}





:root {
	

  --color-primary: #00a5a5;
  --color-primary-gym: #B10D00;
  --color-primary-kitchen: #ff6d1c;
  --color-secondary: #1F1F25;
  --color-secondary-2: #00a5a5;
  --color-body: #615F5F;
  --color-body-2: #F9F8FF;
  --color-secondary: #1F1F25;
  --color-heading-1: #0f1820;
  --color-heading-2: #262626;
  --color-white:#fff;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;/*
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;*/
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;/*
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;*/
  --transition: 0.3s;/*
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Hind", sans-serif;*/
  --font-3: "fontawesome", sans-serif;
  --font-size-b1: 18px;
  --font-size-b2: 16px;
  --font-size-b3: 12px;
  --font-size-b4: 10px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 48px;
  --h2: 42px;
  --h3: 36px;
  --h4: 30px;
  --h5: 26px;
  --h6: 20px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: auto !important;
}

body {
  font-size: 18px;
  line-height: var(--line-height-b2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "meed" , use;
  color: #615F5F;
  font-weight: var(--p-regular);
  position: relative;
  overflow-x: hidden;
  direction: rtl;
  text-align: right;
  background: #fbfbfb;
}



.just-in-home {
	  background: #fff;
}


.owl-carousel {
	direction: ltr;
}
.owl-carousel .owl-item {
	direction: rtl;
}



.dropdown-menu {
	 text-align: right;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
  }
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.05;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
 font-family: "bld";
  font-family: "bld" , use;
  line-height: 1.4074;
  color: #221859;
    color: var(--color-heading-1);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 91px;
  
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.23;
}

h3,
.h3 {
  font-size: var(--h3);
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 1.25;
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 1.24;
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

.bg-color-tertiary h1,
.bg-color-tertiary h2,
.bg-color-tertiary h3,
.bg-color-tertiary h4,
.bg-color-tertiary h5,
.bg-color-tertiary h6,
.bg-color-tertiary .h1,
.bg-color-tertiary .h2,
.bg-color-tertiary .h3,
.bg-color-tertiary .h4,
.bg-color-tertiary .h5,
.bg-color-tertiary .h6 {
  color: #fff;
}
.bg-color-tertiary p {
  color: #6c7279;
}
.bg-color-tertiary a {
  color: #6c7279;
}
/*
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
.h1 {
    font-size: 38px;
  }

  h2,
.h2 {
    font-size: 32px;
  }

  h3,
.h3 {
    font-size: 28px;
  }

  h4,
.h4 {
    font-size: 24px;
  }

  h5,
.h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
.h1 {
    font-size: 34px;
  }

  h2,
.h2 {
    font-size: 28px;
  }

  h3,
.h3 {
    font-size: 24px;
  }

  h4,
.h4 {
    font-size: 20px;
  }

  h5,
.h5 {
    font-size: 20px;
  }
}*/
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--s-bold);
}

h4,
.h4,
h5,
.h5 {
  font-weight: var(--s-bold);
}

h6,
.h6 {
  font-weight: var(--s-bold);
}

p {
    font-size: 18px;
  line-height: var(--line-height-b2);
  font-weight: var(--p-regular);
  color: #615F5F;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
  font-size: 19px;
    line-height: 28px;
  }
}
p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}
p.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}
p.has-medium-font-size {
  font-size: 24px;
  line-height: 36px;
}
p.has-small-font-size {
  font-size: 13px;
}
p.has-very-light-gray-color {
  color: var(--color-white);
}
p.has-background {
  padding: 20px 30px;
}
p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
p.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}
p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--color-heading);
}

var {
  
}

/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
  padding-right: 18px;
}

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-right: 20px;
}
ul.liststyle.bullet li {
  font-size: 18px;
  line-height: 30px;
  color: #615F5F;
  position: relative;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-right: 19px;
  }
}
ul.liststyle.bullet li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #615F5F;
  right: 0;
  top: 10px;
}
ul.liststyle.bullet li + li {
  margin-top: 8px;
}
ul li {
  line-height: var(--line-height-b1);
  margin-top: 10px;
  margin-bottom: 10px;
  color: #615F5F;
}
ul li a {
  text-decoration: none;
  color: var(--color-gray);
}
ul li a:hover {
  color: var(--color-primary);
}
ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}
ol li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  color: #615F5F;
  margin-top: 10px;
  margin-bottom: 10px;
}
ol li a {
  color: var(--color-heading);
  text-decoration: none;
}
ol li a:hover {
  color: var(--color-primary);
}
ol ul {
  padding-right: 30px;
}

.typo-title-area .title {
  margin-top: 0;
}

.paragraph-area p.disc {
  margin-bottom: 20px;
  color: #fff;
}

/*
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 30px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
*/
/*=========================
    Section Separation 
==========================*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mb_dec--25 {
  margin-bottom: -25px;
}

.mb_dec--30 {
  margin-bottom: -30px;
}

.m--0 {
  margin: 0;
}

.rts-section-gap {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap {
    padding: 10px 0;
  }
}

.rts-section-gapBottom {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gapBottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gapBottom {
    padding-bottom: 60px;
  }
}

.rts-section-gapTop {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gapTop {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gapTop {
    padding-top: 60px;
  }
}

.rts-section-gap2 {
  padding: 160px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap2 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap2 {
    padding: 60px 0;
  }
}

.rts-section-gap2Bottom {
  padding-bottom: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap2Bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap2Bottom {
    padding-bottom: 60px;
  }
}

.rts-section-gap2Top {
  padding-top: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap2Top {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap2Top {
    padding-top: 60px;
  }
}

.pl--0 {
  padding-right: 0 !important;
}

.pr--0 {
  padding-left: 0 !important;
}

.pt--0 {
  padding-top: 0 !important;
}

.pb--0 {
  padding-bottom: 0 !important;
}

.mr--0 {
  margin-left: 0 !important;
}

.ml--0 {
  margin-right: 0 !important;
}

.mt--0 {
  margin-top: 0 !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

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

.plr--5 {
  padding: 0 5px !important;
}

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

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

.pl--5 {
  padding-right: 5px !important;
}

.pr--5 {
  padding-left: 5px !important;
}

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

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

.mr--5 {
  margin-left: 5px !important;
}

.ml--5 {
  margin-right: 5px !important;
}

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

.plr--10 {
  padding: 0 10px !important;
}

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

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

.pl--10 {
  padding-right: 10px !important;
}

.pr--10 {
  padding-left: 10px !important;
}

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

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

.mr--10 {
  margin-left: 10px !important;
}

.ml--10 {
  margin-right: 10px !important;
}

.ptb--15 {
  padding: 15px 0;
}

.plr--15 {
  padding: 0 15px !important;
}

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

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

.pl--15 {
  padding-right: 15px !important;
}

.pr--15 {
  padding-left: 15px !important;
}

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

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

.mr--15 {
  margin-left: 15px !important;
}

.ml--15 {
  margin-right: 15px !important;
}

.ptb--20 {
  padding: 20px 0;
}

.plr--20 {
  padding: 0 20px !important;
}

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

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

.pl--20 {
  padding-right: 20px !important;
}

.pr--20 {
  padding-left: 20px !important;
}

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

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

.mr--20 {
  margin-left: 20px !important;
}

.ml--20 {
  margin-right: 20px !important;
}

.ptb--25 {
  padding: 25px 0;
}

.plr--25 {
  padding: 0 25px !important;
}

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

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

.pl--25 {
  padding-right: 25px !important;
}

.pr--25 {
  padding-left: 25px !important;
}

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

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

.mr--25 {
  margin-left: 25px !important;
}

.ml--25 {
  margin-right: 25px !important;
}

.ptb--30 {
  padding: 30px 0;
}

.plr--30 {
  padding: 0 30px !important;
}

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

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

.pl--30 {
  padding-right: 30px !important;
}

.pr--30 {
  padding-left: 30px !important;
}

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

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

.mr--30 {
  margin-left: 30px !important;
}

.ml--30 {
  margin-right: 30px !important;
}

.ptb--35 {
  padding: 35px 0;
}

.plr--35 {
  padding: 0 35px !important;
}

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

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

.pl--35 {
  padding-right: 35px !important;
}

.pr--35 {
  padding-left: 35px !important;
}

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

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

.mr--35 {
  margin-left: 35px !important;
}

.ml--35 {
  margin-right: 35px !important;
}

.ptb--40 {
  padding: 40px 0;
}

.plr--40 {
  padding: 0 40px !important;
}

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

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

.pl--40 {
  padding-right: 40px !important;
}

.pr--40 {
  padding-left: 40px !important;
}

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

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

.mr--40 {
  margin-left: 40px !important;
}

.ml--40 {
  margin-right: 40px !important;
}

.ptb--45 {
  padding: 45px 0;
}

.plr--45 {
  padding: 0 45px !important;
}

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

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

.pl--45 {
  padding-right: 45px !important;
}

.pr--45 {
  padding-left: 45px !important;
}

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

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

.mr--45 {
  margin-left: 45px !important;
}

.ml--45 {
  margin-right: 45px !important;
}

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

.plr--50 {
  padding: 0 50px !important;
}

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

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

.pl--50 {
  padding-right: 50px !important;
}

.pr--50 {
  padding-left: 50px !important;
}

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

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

.mr--50 {
  margin-left: 50px !important;
}

.ml--50 {
  margin-right: 50px !important;
}

.ptb--55 {
  padding: 55px 0;
}

.plr--55 {
  padding: 0 55px !important;
}

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

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

.pl--55 {
  padding-right: 55px !important;
}

.pr--55 {
  padding-left: 55px !important;
}

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

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

.mr--55 {
  margin-left: 55px !important;
}

.ml--55 {
  margin-right: 55px !important;
}

.ptb--60 {
  padding: 60px 0;
}

.plr--60 {
  padding: 0 60px !important;
}

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

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

.pl--60 {
  padding-right: 60px !important;
}

.pr--60 {
  padding-left: 60px !important;
}

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

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

.mr--60 {
  margin-left: 60px !important;
}

.ml--60 {
  margin-right: 60px !important;
}

.ptb--65 {
  padding: 65px 0;
}

.plr--65 {
  padding: 0 65px !important;
}

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

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

.pl--65 {
  padding-right: 65px !important;
}

.pr--65 {
  padding-left: 65px !important;
}

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

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

.mr--65 {
  margin-left: 65px !important;
}

.ml--65 {
  margin-right: 65px !important;
}

.ptb--70 {
  padding: 70px 0;
}

.plr--70 {
  padding: 0 70px !important;
}

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

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

.pl--70 {
  padding-right: 70px !important;
}

.pr--70 {
  padding-left: 70px !important;
}

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

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

.mr--70 {
  margin-left: 70px !important;
}

.ml--70 {
  margin-right: 70px !important;
}

.ptb--75 {
  padding: 75px 0;
}

.plr--75 {
  padding: 0 75px !important;
}

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

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

.pl--75 {
  padding-right: 75px !important;
}

.pr--75 {
  padding-left: 75px !important;
}

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

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

.mr--75 {
  margin-left: 75px !important;
}

.ml--75 {
  margin-right: 75px !important;
}

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

.plr--80 {
  padding: 0 80px !important;
}

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

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

.pl--80 {
  padding-right: 80px !important;
}

.pr--80 {
  padding-left: 80px !important;
}

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

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

.mr--80 {
  margin-left: 80px !important;
}

.ml--80 {
  margin-right: 80px !important;
}

.ptb--85 {
  padding: 85px 0;
}

.plr--85 {
  padding: 0 85px !important;
}

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

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

.pl--85 {
  padding-right: 85px !important;
}

.pr--85 {
  padding-left: 85px !important;
}

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

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

.mr--85 {
  margin-left: 85px !important;
}

.ml--85 {
  margin-right: 85px !important;
}

.ptb--90 {
  padding: 90px 0;
}

.plr--90 {
  padding: 0 90px !important;
}

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

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

.pl--90 {
  padding-right: 90px !important;
}

.pr--90 {
  padding-left: 90px !important;
}

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

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

.mr--90 {
  margin-left: 90px !important;
}

.ml--90 {
  margin-right: 90px !important;
}

.ptb--95 {
  padding: 95px 0;
}

.plr--95 {
  padding: 0 95px !important;
}

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

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

.pl--95 {
  padding-right: 95px !important;
}

.pr--95 {
  padding-left: 95px !important;
}

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

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

.mr--95 {
  margin-left: 95px !important;
}

.ml--95 {
  margin-right: 95px !important;
}

.ptb--100 {
  padding: 100px 0;
}

.plr--100 {
  padding: 0 100px !important;
}

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

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

.pl--100 {
  padding-right: 100px !important;
}

.pr--100 {
  padding-left: 100px !important;
}

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

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

.mr--100 {
  margin-left: 100px !important;
}

.ml--100 {
  margin-right: 100px !important;
}

.ptb--105 {
  padding: 105px 0;
}

.plr--105 {
  padding: 0 105px !important;
}

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

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

.pl--105 {
  padding-right: 105px !important;
}

.pr--105 {
  padding-left: 105px !important;
}

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

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

.mr--105 {
  margin-left: 105px !important;
}

.ml--105 {
  margin-right: 105px !important;
}

.ptb--110 {
  padding: 110px 0;
}

.plr--110 {
  padding: 0 110px !important;
}

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

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

.pl--110 {
  padding-right: 110px !important;
}

.pr--110 {
  padding-left: 110px !important;
}

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

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

.mr--110 {
  margin-left: 110px !important;
}

.ml--110 {
  margin-right: 110px !important;
}

.ptb--115 {
  padding: 115px 0;
}

.plr--115 {
  padding: 0 115px !important;
}

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

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

.pl--115 {
  padding-right: 115px !important;
}

.pr--115 {
  padding-left: 115px !important;
}

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

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

.mr--115 {
  margin-left: 115px !important;
}

.ml--115 {
  margin-right: 115px !important;
}

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

.plr--120 {
  padding: 0 120px !important;
}

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

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

.pl--120 {
  padding-right: 120px !important;
}

.pr--120 {
  padding-left: 120px !important;
}

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

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

.mr--120 {
  margin-left: 120px !important;
}

.ml--120 {
  margin-right: 120px !important;
}

.ptb--125 {
  padding: 125px 0;
}

.plr--125 {
  padding: 0 125px !important;
}

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

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

.pl--125 {
  padding-right: 125px !important;
}

.pr--125 {
  padding-left: 125px !important;
}

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

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

.mr--125 {
  margin-left: 125px !important;
}

.ml--125 {
  margin-right: 125px !important;
}

.ptb--130 {
  padding: 130px 0;
}

.plr--130 {
  padding: 0 130px !important;
}

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

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

.pl--130 {
  padding-right: 130px !important;
}

.pr--130 {
  padding-left: 130px !important;
}

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

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

.mr--130 {
  margin-left: 130px !important;
}

.ml--130 {
  margin-right: 130px !important;
}

.ptb--135 {
  padding: 135px 0;
}

.plr--135 {
  padding: 0 135px !important;
}

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

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

.pl--135 {
  padding-right: 135px !important;
}

.pr--135 {
  padding-left: 135px !important;
}

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

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

.mr--135 {
  margin-left: 135px !important;
}

.ml--135 {
  margin-right: 135px !important;
}

.ptb--140 {
  padding: 140px 0;
}

.plr--140 {
  padding: 0 140px !important;
}

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

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

.pl--140 {
  padding-right: 140px !important;
}

.pr--140 {
  padding-left: 140px !important;
}

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

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

.mr--140 {
  margin-left: 140px !important;
}

.ml--140 {
  margin-right: 140px !important;
}

.ptb--145 {
  padding: 145px 0;
}

.plr--145 {
  padding: 0 145px !important;
}

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

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

.pl--145 {
  padding-right: 145px !important;
}

.pr--145 {
  padding-left: 145px !important;
}

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

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

.mr--145 {
  margin-left: 145px !important;
}

.ml--145 {
  margin-right: 145px !important;
}

.ptb--150 {
  padding: 150px 0;
}

.plr--150 {
  padding: 0 150px !important;
}

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

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

.pl--150 {
  padding-right: 150px !important;
}

.pr--150 {
  padding-left: 150px !important;
}

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

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

.mr--150 {
  margin-left: 150px !important;
}

.ml--150 {
  margin-right: 150px !important;
}

.ptb--155 {
  padding: 155px 0;
}

.plr--155 {
  padding: 0 155px !important;
}

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

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

.pl--155 {
  padding-right: 155px !important;
}

.pr--155 {
  padding-left: 155px !important;
}

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

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

.mr--155 {
  margin-left: 155px !important;
}

.ml--155 {
  margin-right: 155px !important;
}

.ptb--160 {
  padding: 160px 0;
}

.plr--160 {
  padding: 0 160px !important;
}

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

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

.pl--160 {
  padding-right: 160px !important;
}

.pr--160 {
  padding-left: 160px !important;
}

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

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

.mr--160 {
  margin-left: 160px !important;
}

.ml--160 {
  margin-right: 160px !important;
}

.ptb--165 {
  padding: 165px 0;
}

.plr--165 {
  padding: 0 165px !important;
}

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

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

.pl--165 {
  padding-right: 165px !important;
}

.pr--165 {
  padding-left: 165px !important;
}

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

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

.mr--165 {
  margin-left: 165px !important;
}

.ml--165 {
  margin-right: 165px !important;
}

.ptb--170 {
  padding: 170px 0;
}

.plr--170 {
  padding: 0 170px !important;
}

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

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

.pl--170 {
  padding-right: 170px !important;
}

.pr--170 {
  padding-left: 170px !important;
}

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

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

.mr--170 {
  margin-left: 170px !important;
}

.ml--170 {
  margin-right: 170px !important;
}

.ptb--175 {
  padding: 175px 0;
}

.plr--175 {
  padding: 0 175px !important;
}

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

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

.pl--175 {
  padding-right: 175px !important;
}

.pr--175 {
  padding-left: 175px !important;
}

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

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

.mr--175 {
  margin-left: 175px !important;
}

.ml--175 {
  margin-right: 175px !important;
}

.ptb--180 {
  padding: 180px 0;
}

.plr--180 {
  padding: 0 180px !important;
}

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

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

.pl--180 {
  padding-right: 180px !important;
}

.pr--180 {
  padding-left: 180px !important;
}

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

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

.mr--180 {
  margin-left: 180px !important;
}

.ml--180 {
  margin-right: 180px !important;
}

.ptb--185 {
  padding: 185px 0;
}

.plr--185 {
  padding: 0 185px !important;
}

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

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

.pl--185 {
  padding-right: 185px !important;
}

.pr--185 {
  padding-left: 185px !important;
}

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

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

.mr--185 {
  margin-left: 185px !important;
}

.ml--185 {
  margin-right: 185px !important;
}

.ptb--190 {
  padding: 190px 0;
}

.plr--190 {
  padding: 0 190px !important;
}

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

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

.pl--190 {
  padding-right: 190px !important;
}

.pr--190 {
  padding-left: 190px !important;
}

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

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

.mr--190 {
  margin-left: 190px !important;
}

.ml--190 {
  margin-right: 190px !important;
}

.ptb--195 {
  padding: 195px 0;
}

.plr--195 {
  padding: 0 195px !important;
}

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

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

.pl--195 {
  padding-right: 195px !important;
}

.pr--195 {
  padding-left: 195px !important;
}

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

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

.mr--195 {
  margin-left: 195px !important;
}

.ml--195 {
  margin-right: 195px !important;
}

.ptb--200 {
  padding: 200px 0;
}

.plr--200 {
  padding: 0 200px !important;
}

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

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

.pl--200 {
  padding-right: 200px !important;
}

.pr--200 {
  padding-left: 200px !important;
}

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

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

.mr--200 {
  margin-left: 200px !important;
}

.ml--200 {
  margin-right: 200px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ptb_lp--5 {
    padding: 5px 0;
  }

  .plr_lp--5 {
    padding: 0 5px !important;
  }

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

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

  .pl_lp--5 {
    padding-right: 5px !important;
  }

  .pr_lp--5 {
    padding-left: 5px !important;
  }

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

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

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

  .plr_lp--10 {
    padding: 0 10px !important;
  }

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

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

  .pl_lp--10 {
    padding-right: 10px !important;
  }

  .pr_lp--10 {
    padding-left: 10px !important;
  }

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

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

  .ptb_lp--15 {
    padding: 15px 0;
  }

  .plr_lp--15 {
    padding: 0 15px !important;
  }

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

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

  .pl_lp--15 {
    padding-right: 15px !important;
  }

  .pr_lp--15 {
    padding-left: 15px !important;
  }

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

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

  .ptb_lp--20 {
    padding: 20px 0;
  }

  .plr_lp--20 {
    padding: 0 20px !important;
  }

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

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

  .pl_lp--20 {
    padding-right: 20px !important;
  }

  .pr_lp--20 {
    padding-left: 20px !important;
  }

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

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

  .ptb_lp--25 {
    padding: 25px 0;
  }

  .plr_lp--25 {
    padding: 0 25px !important;
  }

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

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

  .pl_lp--25 {
    padding-right: 25px !important;
  }

  .pr_lp--25 {
    padding-left: 25px !important;
  }

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

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

  .ptb_lp--30 {
    padding: 30px 0;
  }

  .plr_lp--30 {
    padding: 0 30px !important;
  }

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

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

  .pl_lp--30 {
    padding-right: 30px !important;
  }

  .pr_lp--30 {
    padding-left: 30px !important;
  }

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

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

  .ptb_lp--35 {
    padding: 35px 0;
  }

  .plr_lp--35 {
    padding: 0 35px !important;
  }

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

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

  .pl_lp--35 {
    padding-right: 35px !important;
  }

  .pr_lp--35 {
    padding-left: 35px !important;
  }

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

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

  .ptb_lp--40 {
    padding: 40px 0;
  }

  .plr_lp--40 {
    padding: 0 40px !important;
  }

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

  .pb_lp--40 {
    padding-bottom: 40px !important;
  }

  .pl_lp--40 {
    padding-right: 40px !important;
  }

  .pr_lp--40 {
    padding-left: 40px !important;
  }

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

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

  .ptb_lp--45 {
    padding: 45px 0;
  }

  .plr_lp--45 {
    padding: 0 45px !important;
  }

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

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

  .pl_lp--45 {
    padding-right: 45px !important;
  }

  .pr_lp--45 {
    padding-left: 45px !important;
  }

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

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

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

  .plr_lp--50 {
    padding: 0 50px !important;
  }

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

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

  .pl_lp--50 {
    padding-right: 50px !important;
  }

  .pr_lp--50 {
    padding-left: 50px !important;
  }

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

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

  .ptb_lp--55 {
    padding: 55px 0;
  }

  .plr_lp--55 {
    padding: 0 55px !important;
  }

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

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

  .pl_lp--55 {
    padding-right: 55px !important;
  }

  .pr_lp--55 {
    padding-left: 55px !important;
  }

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

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

  .ptb_lp--60 {
    padding: 60px 0;
  }

  .plr_lp--60 {
    padding: 0 60px !important;
  }

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

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

  .pl_lp--60 {
    padding-right: 60px !important;
  }

  .pr_lp--60 {
    padding-left: 60px !important;
  }

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

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

  .ptb_lp--65 {
    padding: 65px 0;
  }

  .plr_lp--65 {
    padding: 0 65px !important;
  }

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

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

  .pl_lp--65 {
    padding-right: 65px !important;
  }

  .pr_lp--65 {
    padding-left: 65px !important;
  }

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

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

  .ptb_lp--70 {
    padding: 70px 0;
  }

  .plr_lp--70 {
    padding: 0 70px !important;
  }

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

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

  .pl_lp--70 {
    padding-right: 70px !important;
  }

  .pr_lp--70 {
    padding-left: 70px !important;
  }

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

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

  .ptb_lp--75 {
    padding: 75px 0;
  }

  .plr_lp--75 {
    padding: 0 75px !important;
  }

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

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

  .pl_lp--75 {
    padding-right: 75px !important;
  }

  .pr_lp--75 {
    padding-left: 75px !important;
  }

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

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

  .ptb_lp--80 {
    padding: 80px 0;
  }

  .plr_lp--80 {
    padding: 0 80px !important;
  }

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

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

  .pl_lp--80 {
    padding-right: 80px !important;
  }

  .pr_lp--80 {
    padding-left: 80px !important;
  }

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

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

  .ptb_lp--85 {
    padding: 85px 0;
  }

  .plr_lp--85 {
    padding: 0 85px !important;
  }

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

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

  .pl_lp--85 {
    padding-right: 85px !important;
  }

  .pr_lp--85 {
    padding-left: 85px !important;
  }

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

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

  .ptb_lp--90 {
    padding: 90px 0;
  }

  .plr_lp--90 {
    padding: 0 90px !important;
  }

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

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

  .pl_lp--90 {
    padding-right: 90px !important;
  }

  .pr_lp--90 {
    padding-left: 90px !important;
  }

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

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

  .ptb_lp--95 {
    padding: 95px 0;
  }

  .plr_lp--95 {
    padding: 0 95px !important;
  }

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

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

  .pl_lp--95 {
    padding-right: 95px !important;
  }

  .pr_lp--95 {
    padding-left: 95px !important;
  }

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

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

  .ptb_lp--100 {
    padding: 100px 0;
  }

  .plr_lp--100 {
    padding: 0 100px !important;
  }

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

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

  .pl_lp--100 {
    padding-right: 100px !important;
  }

  .pr_lp--100 {
    padding-left: 100px !important;
  }

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

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

  .ptb_lp--105 {
    padding: 105px 0;
  }

  .plr_lp--105 {
    padding: 0 105px !important;
  }

  .pt_lp--105 {
    padding-top: 105px !important;
  }

  .pb_lp--105 {
    padding-bottom: 105px !important;
  }

  .pl_lp--105 {
    padding-right: 105px !important;
  }

  .pr_lp--105 {
    padding-left: 105px !important;
  }

  .mt_lp--105 {
    margin-top: 105px !important;
  }

  .mb_lp--105 {
    margin-bottom: 105px !important;
  }

  .ptb_lp--110 {
    padding: 110px 0;
  }

  .plr_lp--110 {
    padding: 0 110px !important;
  }

  .pt_lp--110 {
    padding-top: 110px !important;
  }

  .pb_lp--110 {
    padding-bottom: 110px !important;
  }

  .pl_lp--110 {
    padding-right: 110px !important;
  }

  .pr_lp--110 {
    padding-left: 110px !important;
  }

  .mt_lp--110 {
    margin-top: 110px !important;
  }

  .mb_lp--110 {
    margin-bottom: 110px !important;
  }

  .ptb_lp--115 {
    padding: 115px 0;
  }

  .plr_lp--115 {
    padding: 0 115px !important;
  }

  .pt_lp--115 {
    padding-top: 115px !important;
  }

  .pb_lp--115 {
    padding-bottom: 115px !important;
  }

  .pl_lp--115 {
    padding-right: 115px !important;
  }

  .pr_lp--115 {
    padding-left: 115px !important;
  }

  .mt_lp--115 {
    margin-top: 115px !important;
  }

  .mb_lp--115 {
    margin-bottom: 115px !important;
  }

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

  .plr_lp--120 {
    padding: 0 120px !important;
  }

  .pt_lp--120 {
    padding-top: 120px !important;
  }

  .pb_lp--120 {
    padding-bottom: 120px !important;
  }

  .pl_lp--120 {
    padding-right: 120px !important;
  }

  .pr_lp--120 {
    padding-left: 120px !important;
  }

  .mt_lp--120 {
    margin-top: 120px !important;
  }

  .mb_lp--120 {
    margin-bottom: 120px !important;
  }

  .ptb_lp--125 {
    padding: 125px 0;
  }

  .plr_lp--125 {
    padding: 0 125px !important;
  }

  .pt_lp--125 {
    padding-top: 125px !important;
  }

  .pb_lp--125 {
    padding-bottom: 125px !important;
  }

  .pl_lp--125 {
    padding-right: 125px !important;
  }

  .pr_lp--125 {
    padding-left: 125px !important;
  }

  .mt_lp--125 {
    margin-top: 125px !important;
  }

  .mb_lp--125 {
    margin-bottom: 125px !important;
  }

  .ptb_lp--130 {
    padding: 130px 0;
  }

  .plr_lp--130 {
    padding: 0 130px !important;
  }

  .pt_lp--130 {
    padding-top: 130px !important;
  }

  .pb_lp--130 {
    padding-bottom: 130px !important;
  }

  .pl_lp--130 {
    padding-right: 130px !important;
  }

  .pr_lp--130 {
    padding-left: 130px !important;
  }

  .mt_lp--130 {
    margin-top: 130px !important;
  }

  .mb_lp--130 {
    margin-bottom: 130px !important;
  }

  .ptb_lp--135 {
    padding: 135px 0;
  }

  .plr_lp--135 {
    padding: 0 135px !important;
  }

  .pt_lp--135 {
    padding-top: 135px !important;
  }

  .pb_lp--135 {
    padding-bottom: 135px !important;
  }

  .pl_lp--135 {
    padding-right: 135px !important;
  }

  .pr_lp--135 {
    padding-left: 135px !important;
  }

  .mt_lp--135 {
    margin-top: 135px !important;
  }

  .mb_lp--135 {
    margin-bottom: 135px !important;
  }

  .ptb_lp--140 {
    padding: 140px 0;
  }

  .plr_lp--140 {
    padding: 0 140px !important;
  }

  .pt_lp--140 {
    padding-top: 140px !important;
  }

  .pb_lp--140 {
    padding-bottom: 140px !important;
  }

  .pl_lp--140 {
    padding-right: 140px !important;
  }

  .pr_lp--140 {
    padding-left: 140px !important;
  }

  .mt_lp--140 {
    margin-top: 140px !important;
  }

  .mb_lp--140 {
    margin-bottom: 140px !important;
  }

  .ptb_lp--145 {
    padding: 145px 0;
  }

  .plr_lp--145 {
    padding: 0 145px !important;
  }

  .pt_lp--145 {
    padding-top: 145px !important;
  }

  .pb_lp--145 {
    padding-bottom: 145px !important;
  }

  .pl_lp--145 {
    padding-right: 145px !important;
  }

  .pr_lp--145 {
    padding-left: 145px !important;
  }

  .mt_lp--145 {
    margin-top: 145px !important;
  }

  .mb_lp--145 {
    margin-bottom: 145px !important;
  }

  .ptb_lp--150 {
    padding: 150px 0;
  }

  .plr_lp--150 {
    padding: 0 150px !important;
  }

  .pt_lp--150 {
    padding-top: 150px !important;
  }

  .pb_lp--150 {
    padding-bottom: 150px !important;
  }

  .pl_lp--150 {
    padding-right: 150px !important;
  }

  .pr_lp--150 {
    padding-left: 150px !important;
  }

  .mt_lp--150 {
    margin-top: 150px !important;
  }

  .mb_lp--150 {
    margin-bottom: 150px !important;
  }

  .ptb_lp--155 {
    padding: 155px 0;
  }

  .plr_lp--155 {
    padding: 0 155px !important;
  }

  .pt_lp--155 {
    padding-top: 155px !important;
  }

  .pb_lp--155 {
    padding-bottom: 155px !important;
  }

  .pl_lp--155 {
    padding-right: 155px !important;
  }

  .pr_lp--155 {
    padding-left: 155px !important;
  }

  .mt_lp--155 {
    margin-top: 155px !important;
  }

  .mb_lp--155 {
    margin-bottom: 155px !important;
  }

  .ptb_lp--160 {
    padding: 160px 0;
  }

  .plr_lp--160 {
    padding: 0 160px !important;
  }

  .pt_lp--160 {
    padding-top: 160px !important;
  }

  .pb_lp--160 {
    padding-bottom: 160px !important;
  }

  .pl_lp--160 {
    padding-right: 160px !important;
  }

  .pr_lp--160 {
    padding-left: 160px !important;
  }

  .mt_lp--160 {
    margin-top: 160px !important;
  }

  .mb_lp--160 {
    margin-bottom: 160px !important;
  }

  .ptb_lp--165 {
    padding: 165px 0;
  }

  .plr_lp--165 {
    padding: 0 165px !important;
  }

  .pt_lp--165 {
    padding-top: 165px !important;
  }

  .pb_lp--165 {
    padding-bottom: 165px !important;
  }

  .pl_lp--165 {
    padding-right: 165px !important;
  }

  .pr_lp--165 {
    padding-left: 165px !important;
  }

  .mt_lp--165 {
    margin-top: 165px !important;
  }

  .mb_lp--165 {
    margin-bottom: 165px !important;
  }

  .ptb_lp--170 {
    padding: 170px 0;
  }

  .plr_lp--170 {
    padding: 0 170px !important;
  }

  .pt_lp--170 {
    padding-top: 170px !important;
  }

  .pb_lp--170 {
    padding-bottom: 170px !important;
  }

  .pl_lp--170 {
    padding-right: 170px !important;
  }

  .pr_lp--170 {
    padding-left: 170px !important;
  }

  .mt_lp--170 {
    margin-top: 170px !important;
  }

  .mb_lp--170 {
    margin-bottom: 170px !important;
  }

  .ptb_lp--175 {
    padding: 175px 0;
  }

  .plr_lp--175 {
    padding: 0 175px !important;
  }

  .pt_lp--175 {
    padding-top: 175px !important;
  }

  .pb_lp--175 {
    padding-bottom: 175px !important;
  }

  .pl_lp--175 {
    padding-right: 175px !important;
  }

  .pr_lp--175 {
    padding-left: 175px !important;
  }

  .mt_lp--175 {
    margin-top: 175px !important;
  }

  .mb_lp--175 {
    margin-bottom: 175px !important;
  }

  .ptb_lp--180 {
    padding: 180px 0;
  }

  .plr_lp--180 {
    padding: 0 180px !important;
  }

  .pt_lp--180 {
    padding-top: 180px !important;
  }

  .pb_lp--180 {
    padding-bottom: 180px !important;
  }

  .pl_lp--180 {
    padding-right: 180px !important;
  }

  .pr_lp--180 {
    padding-left: 180px !important;
  }

  .mt_lp--180 {
    margin-top: 180px !important;
  }

  .mb_lp--180 {
    margin-bottom: 180px !important;
  }

  .ptb_lp--185 {
    padding: 185px 0;
  }

  .plr_lp--185 {
    padding: 0 185px !important;
  }

  .pt_lp--185 {
    padding-top: 185px !important;
  }

  .pb_lp--185 {
    padding-bottom: 185px !important;
  }

  .pl_lp--185 {
    padding-right: 185px !important;
  }

  .pr_lp--185 {
    padding-left: 185px !important;
  }

  .mt_lp--185 {
    margin-top: 185px !important;
  }

  .mb_lp--185 {
    margin-bottom: 185px !important;
  }

  .ptb_lp--190 {
    padding: 190px 0;
  }

  .plr_lp--190 {
    padding: 0 190px !important;
  }

  .pt_lp--190 {
    padding-top: 190px !important;
  }

  .pb_lp--190 {
    padding-bottom: 190px !important;
  }

  .pl_lp--190 {
    padding-right: 190px !important;
  }

  .pr_lp--190 {
    padding-left: 190px !important;
  }

  .mt_lp--190 {
    margin-top: 190px !important;
  }

  .mb_lp--190 {
    margin-bottom: 190px !important;
  }

  .ptb_lp--195 {
    padding: 195px 0;
  }

  .plr_lp--195 {
    padding: 0 195px !important;
  }

  .pt_lp--195 {
    padding-top: 195px !important;
  }

  .pb_lp--195 {
    padding-bottom: 195px !important;
  }

  .pl_lp--195 {
    padding-right: 195px !important;
  }

  .pr_lp--195 {
    padding-left: 195px !important;
  }

  .mt_lp--195 {
    margin-top: 195px !important;
  }

  .mb_lp--195 {
    margin-bottom: 195px !important;
  }

  .ptb_lp--200 {
    padding: 200px 0;
  }

  .plr_lp--200 {
    padding: 0 200px !important;
  }

  .pt_lp--200 {
    padding-top: 200px !important;
  }

  .pb_lp--200 {
    padding-bottom: 200px !important;
  }

  .pl_lp--200 {
    padding-right: 200px !important;
  }

  .pr_lp--200 {
    padding-left: 200px !important;
  }

  .mt_lp--200 {
    margin-top: 200px !important;
  }

  .mb_lp--200 {
    margin-bottom: 200px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb_lg--5 {
    padding: 5px 0;
  }

  .plr_lg--5 {
    padding: 0 5px !important;
  }

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

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

  .pl_lg--5 {
    padding-right: 5px !important;
  }

  .pr_lg--5 {
    padding-left: 5px !important;
  }

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

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

  .ml_lg--5 {
    margin-right: 5px !important;
  }

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

  .plr_lg--10 {
    padding: 0 10px !important;
  }

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

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

  .pl_lg--10 {
    padding-right: 10px !important;
  }

  .pr_lg--10 {
    padding-left: 10px !important;
  }

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

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

  .ml_lg--10 {
    margin-right: 10px !important;
  }

  .ptb_lg--15 {
    padding: 15px 0;
  }

  .plr_lg--15 {
    padding: 0 15px !important;
  }

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

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

  .pl_lg--15 {
    padding-right: 15px !important;
  }

  .pr_lg--15 {
    padding-left: 15px !important;
  }

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

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

  .ml_lg--15 {
    margin-right: 15px !important;
  }

  .ptb_lg--20 {
    padding: 20px 0;
  }

  .plr_lg--20 {
    padding: 0 20px !important;
  }

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

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

  .pl_lg--20 {
    padding-right: 20px !important;
  }

  .pr_lg--20 {
    padding-left: 20px !important;
  }

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

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

  .ml_lg--20 {
    margin-right: 20px !important;
  }

  .ptb_lg--25 {
    padding: 25px 0;
  }

  .plr_lg--25 {
    padding: 0 25px !important;
  }

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

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

  .pl_lg--25 {
    padding-right: 25px !important;
  }

  .pr_lg--25 {
    padding-left: 25px !important;
  }

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

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

  .ml_lg--25 {
    margin-right: 25px !important;
  }

  .ptb_lg--30 {
    padding: 30px 0;
  }

  .plr_lg--30 {
    padding: 0 30px !important;
  }

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

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

  .pl_lg--30 {
    padding-right: 30px !important;
  }

  .pr_lg--30 {
    padding-left: 30px !important;
  }

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

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

  .ml_lg--30 {
    margin-right: 30px !important;
  }

  .ptb_lg--35 {
    padding: 35px 0;
  }

  .plr_lg--35 {
    padding: 0 35px !important;
  }

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

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

  .pl_lg--35 {
    padding-right: 35px !important;
  }

  .pr_lg--35 {
    padding-left: 35px !important;
  }

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

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

  .ml_lg--35 {
    margin-right: 35px !important;
  }

  .ptb_lg--40 {
    padding: 40px 0;
  }

  .plr_lg--40 {
    padding: 0 40px !important;
  }

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

  .pb_lg--40 {
    padding-bottom: 40px !important;
  }

  .pl_lg--40 {
    padding-right: 40px !important;
  }

  .pr_lg--40 {
    padding-left: 40px !important;
  }

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

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

  .ml_lg--40 {
    margin-right: 40px !important;
  }

  .ptb_lg--45 {
    padding: 45px 0;
  }

  .plr_lg--45 {
    padding: 0 45px !important;
  }

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

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

  .pl_lg--45 {
    padding-right: 45px !important;
  }

  .pr_lg--45 {
    padding-left: 45px !important;
  }

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

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

  .ml_lg--45 {
    margin-right: 45px !important;
  }

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

  .plr_lg--50 {
    padding: 0 50px !important;
  }

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

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

  .pl_lg--50 {
    padding-right: 50px !important;
  }

  .pr_lg--50 {
    padding-left: 50px !important;
  }

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

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

  .ml_lg--50 {
    margin-right: 50px !important;
  }

  .ptb_lg--55 {
    padding: 55px 0;
  }

  .plr_lg--55 {
    padding: 0 55px !important;
  }

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

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

  .pl_lg--55 {
    padding-right: 55px !important;
  }

  .pr_lg--55 {
    padding-left: 55px !important;
  }

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

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

  .ml_lg--55 {
    margin-right: 55px !important;
  }

  .ptb_lg--60 {
    padding: 60px 0;
  }

  .plr_lg--60 {
    padding: 0 60px !important;
  }

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

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

  .pl_lg--60 {
    padding-right: 60px !important;
  }

  .pr_lg--60 {
    padding-left: 60px !important;
  }

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

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

  .ml_lg--60 {
    margin-right: 60px !important;
  }

  .ptb_lg--65 {
    padding: 65px 0;
  }

  .plr_lg--65 {
    padding: 0 65px !important;
  }

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

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

  .pl_lg--65 {
    padding-right: 65px !important;
  }

  .pr_lg--65 {
    padding-left: 65px !important;
  }

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

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

  .ml_lg--65 {
    margin-right: 65px !important;
  }

  .ptb_lg--70 {
    padding: 70px 0;
  }

  .plr_lg--70 {
    padding: 0 70px !important;
  }

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

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

  .pl_lg--70 {
    padding-right: 70px !important;
  }

  .pr_lg--70 {
    padding-left: 70px !important;
  }

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

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

  .ml_lg--70 {
    margin-right: 70px !important;
  }

  .ptb_lg--75 {
    padding: 75px 0;
  }

  .plr_lg--75 {
    padding: 0 75px !important;
  }

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

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

  .pl_lg--75 {
    padding-right: 75px !important;
  }

  .pr_lg--75 {
    padding-left: 75px !important;
  }

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

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

  .ml_lg--75 {
    margin-right: 75px !important;
  }

  .ptb_lg--80 {
    padding: 80px 0;
  }

  .plr_lg--80 {
    padding: 0 80px !important;
  }

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

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

  .pl_lg--80 {
    padding-right: 80px !important;
  }

  .pr_lg--80 {
    padding-left: 80px !important;
  }

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

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

  .ml_lg--80 {
    margin-right: 80px !important;
  }

  .ptb_lg--85 {
    padding: 85px 0;
  }

  .plr_lg--85 {
    padding: 0 85px !important;
  }

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

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

  .pl_lg--85 {
    padding-right: 85px !important;
  }

  .pr_lg--85 {
    padding-left: 85px !important;
  }

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

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

  .ml_lg--85 {
    margin-right: 85px !important;
  }

  .ptb_lg--90 {
    padding: 90px 0;
  }

  .plr_lg--90 {
    padding: 0 90px !important;
  }

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

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

  .pl_lg--90 {
    padding-right: 90px !important;
  }

  .pr_lg--90 {
    padding-left: 90px !important;
  }

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

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

  .ml_lg--90 {
    margin-right: 90px !important;
  }

  .ptb_lg--95 {
    padding: 95px 0;
  }

  .plr_lg--95 {
    padding: 0 95px !important;
  }

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

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

  .pl_lg--95 {
    padding-right: 95px !important;
  }

  .pr_lg--95 {
    padding-left: 95px !important;
  }

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

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

  .ml_lg--95 {
    margin-right: 95px !important;
  }

  .ptb_lg--100 {
    padding: 100px 0;
  }

  .plr_lg--100 {
    padding: 0 100px !important;
  }

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

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

  .pl_lg--100 {
    padding-right: 100px !important;
  }

  .pr_lg--100 {
    padding-left: 100px !important;
  }

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

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

  .ml_lg--100 {
    margin-right: 100px !important;
  }

  .ptb_lg--105 {
    padding: 105px 0;
  }

  .plr_lg--105 {
    padding: 0 105px !important;
  }

  .pt_lg--105 {
    padding-top: 105px !important;
  }

  .pb_lg--105 {
    padding-bottom: 105px !important;
  }

  .pl_lg--105 {
    padding-right: 105px !important;
  }

  .pr_lg--105 {
    padding-left: 105px !important;
  }

  .mt_lg--105 {
    margin-top: 105px !important;
  }

  .mb_lg--105 {
    margin-bottom: 105px !important;
  }

  .ml_lg--105 {
    margin-right: 105px !important;
  }

  .ptb_lg--110 {
    padding: 110px 0;
  }

  .plr_lg--110 {
    padding: 0 110px !important;
  }

  .pt_lg--110 {
    padding-top: 110px !important;
  }

  .pb_lg--110 {
    padding-bottom: 110px !important;
  }

  .pl_lg--110 {
    padding-right: 110px !important;
  }

  .pr_lg--110 {
    padding-left: 110px !important;
  }

  .mt_lg--110 {
    margin-top: 110px !important;
  }

  .mb_lg--110 {
    margin-bottom: 110px !important;
  }

  .ml_lg--110 {
    margin-right: 110px !important;
  }

  .ptb_lg--115 {
    padding: 115px 0;
  }

  .plr_lg--115 {
    padding: 0 115px !important;
  }

  .pt_lg--115 {
    padding-top: 115px !important;
  }

  .pb_lg--115 {
    padding-bottom: 115px !important;
  }

  .pl_lg--115 {
    padding-right: 115px !important;
  }

  .pr_lg--115 {
    padding-left: 115px !important;
  }

  .mt_lg--115 {
    margin-top: 115px !important;
  }

  .mb_lg--115 {
    margin-bottom: 115px !important;
  }

  .ml_lg--115 {
    margin-right: 115px !important;
  }

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

  .plr_lg--120 {
    padding: 0 120px !important;
  }

  .pt_lg--120 {
    padding-top: 120px !important;
  }

  .pb_lg--120 {
    padding-bottom: 120px !important;
  }

  .pl_lg--120 {
    padding-right: 120px !important;
  }

  .pr_lg--120 {
    padding-left: 120px !important;
  }

  .mt_lg--120 {
    margin-top: 120px !important;
  }

  .mb_lg--120 {
    margin-bottom: 120px !important;
  }

  .ml_lg--120 {
    margin-right: 120px !important;
  }

  .ptb_lg--125 {
    padding: 125px 0;
  }

  .plr_lg--125 {
    padding: 0 125px !important;
  }

  .pt_lg--125 {
    padding-top: 125px !important;
  }

  .pb_lg--125 {
    padding-bottom: 125px !important;
  }

  .pl_lg--125 {
    padding-right: 125px !important;
  }

  .pr_lg--125 {
    padding-left: 125px !important;
  }

  .mt_lg--125 {
    margin-top: 125px !important;
  }

  .mb_lg--125 {
    margin-bottom: 125px !important;
  }

  .ml_lg--125 {
    margin-right: 125px !important;
  }

  .ptb_lg--130 {
    padding: 130px 0;
  }

  .plr_lg--130 {
    padding: 0 130px !important;
  }

  .pt_lg--130 {
    padding-top: 130px !important;
  }

  .pb_lg--130 {
    padding-bottom: 130px !important;
  }

  .pl_lg--130 {
    padding-right: 130px !important;
  }

  .pr_lg--130 {
    padding-left: 130px !important;
  }

  .mt_lg--130 {
    margin-top: 130px !important;
  }

  .mb_lg--130 {
    margin-bottom: 130px !important;
  }

  .ml_lg--130 {
    margin-right: 130px !important;
  }

  .ptb_lg--135 {
    padding: 135px 0;
  }

  .plr_lg--135 {
    padding: 0 135px !important;
  }

  .pt_lg--135 {
    padding-top: 135px !important;
  }

  .pb_lg--135 {
    padding-bottom: 135px !important;
  }

  .pl_lg--135 {
    padding-right: 135px !important;
  }

  .pr_lg--135 {
    padding-left: 135px !important;
  }

  .mt_lg--135 {
    margin-top: 135px !important;
  }

  .mb_lg--135 {
    margin-bottom: 135px !important;
  }

  .ml_lg--135 {
    margin-right: 135px !important;
  }

  .ptb_lg--140 {
    padding: 140px 0;
  }

  .plr_lg--140 {
    padding: 0 140px !important;
  }

  .pt_lg--140 {
    padding-top: 140px !important;
  }

  .pb_lg--140 {
    padding-bottom: 140px !important;
  }

  .pl_lg--140 {
    padding-right: 140px !important;
  }

  .pr_lg--140 {
    padding-left: 140px !important;
  }

  .mt_lg--140 {
    margin-top: 140px !important;
  }

  .mb_lg--140 {
    margin-bottom: 140px !important;
  }

  .ml_lg--140 {
    margin-right: 140px !important;
  }

  .ptb_lg--145 {
    padding: 145px 0;
  }

  .plr_lg--145 {
    padding: 0 145px !important;
  }

  .pt_lg--145 {
    padding-top: 145px !important;
  }

  .pb_lg--145 {
    padding-bottom: 145px !important;
  }

  .pl_lg--145 {
    padding-right: 145px !important;
  }

  .pr_lg--145 {
    padding-left: 145px !important;
  }

  .mt_lg--145 {
    margin-top: 145px !important;
  }

  .mb_lg--145 {
    margin-bottom: 145px !important;
  }

  .ml_lg--145 {
    margin-right: 145px !important;
  }

  .ptb_lg--150 {
    padding: 150px 0;
  }

  .plr_lg--150 {
    padding: 0 150px !important;
  }

  .pt_lg--150 {
    padding-top: 150px !important;
  }

  .pb_lg--150 {
    padding-bottom: 150px !important;
  }

  .pl_lg--150 {
    padding-right: 150px !important;
  }

  .pr_lg--150 {
    padding-left: 150px !important;
  }

  .mt_lg--150 {
    margin-top: 150px !important;
  }

  .mb_lg--150 {
    margin-bottom: 150px !important;
  }

  .ml_lg--150 {
    margin-right: 150px !important;
  }

  .ptb_lg--155 {
    padding: 155px 0;
  }

  .plr_lg--155 {
    padding: 0 155px !important;
  }

  .pt_lg--155 {
    padding-top: 155px !important;
  }

  .pb_lg--155 {
    padding-bottom: 155px !important;
  }

  .pl_lg--155 {
    padding-right: 155px !important;
  }

  .pr_lg--155 {
    padding-left: 155px !important;
  }

  .mt_lg--155 {
    margin-top: 155px !important;
  }

  .mb_lg--155 {
    margin-bottom: 155px !important;
  }

  .ml_lg--155 {
    margin-right: 155px !important;
  }

  .ptb_lg--160 {
    padding: 160px 0;
  }

  .plr_lg--160 {
    padding: 0 160px !important;
  }

  .pt_lg--160 {
    padding-top: 160px !important;
  }

  .pb_lg--160 {
    padding-bottom: 160px !important;
  }

  .pl_lg--160 {
    padding-right: 160px !important;
  }

  .pr_lg--160 {
    padding-left: 160px !important;
  }

  .mt_lg--160 {
    margin-top: 160px !important;
  }

  .mb_lg--160 {
    margin-bottom: 160px !important;
  }

  .ml_lg--160 {
    margin-right: 160px !important;
  }

  .ptb_lg--165 {
    padding: 165px 0;
  }

  .plr_lg--165 {
    padding: 0 165px !important;
  }

  .pt_lg--165 {
    padding-top: 165px !important;
  }

  .pb_lg--165 {
    padding-bottom: 165px !important;
  }

  .pl_lg--165 {
    padding-right: 165px !important;
  }

  .pr_lg--165 {
    padding-left: 165px !important;
  }

  .mt_lg--165 {
    margin-top: 165px !important;
  }

  .mb_lg--165 {
    margin-bottom: 165px !important;
  }

  .ml_lg--165 {
    margin-right: 165px !important;
  }

  .ptb_lg--170 {
    padding: 170px 0;
  }

  .plr_lg--170 {
    padding: 0 170px !important;
  }

  .pt_lg--170 {
    padding-top: 170px !important;
  }

  .pb_lg--170 {
    padding-bottom: 170px !important;
  }

  .pl_lg--170 {
    padding-right: 170px !important;
  }

  .pr_lg--170 {
    padding-left: 170px !important;
  }

  .mt_lg--170 {
    margin-top: 170px !important;
  }

  .mb_lg--170 {
    margin-bottom: 170px !important;
  }

  .ml_lg--170 {
    margin-right: 170px !important;
  }

  .ptb_lg--175 {
    padding: 175px 0;
  }

  .plr_lg--175 {
    padding: 0 175px !important;
  }

  .pt_lg--175 {
    padding-top: 175px !important;
  }

  .pb_lg--175 {
    padding-bottom: 175px !important;
  }

  .pl_lg--175 {
    padding-right: 175px !important;
  }

  .pr_lg--175 {
    padding-left: 175px !important;
  }

  .mt_lg--175 {
    margin-top: 175px !important;
  }

  .mb_lg--175 {
    margin-bottom: 175px !important;
  }

  .ml_lg--175 {
    margin-right: 175px !important;
  }

  .ptb_lg--180 {
    padding: 180px 0;
  }

  .plr_lg--180 {
    padding: 0 180px !important;
  }

  .pt_lg--180 {
    padding-top: 180px !important;
  }

  .pb_lg--180 {
    padding-bottom: 180px !important;
  }

  .pl_lg--180 {
    padding-right: 180px !important;
  }

  .pr_lg--180 {
    padding-left: 180px !important;
  }

  .mt_lg--180 {
    margin-top: 180px !important;
  }

  .mb_lg--180 {
    margin-bottom: 180px !important;
  }

  .ml_lg--180 {
    margin-right: 180px !important;
  }

  .ptb_lg--185 {
    padding: 185px 0;
  }

  .plr_lg--185 {
    padding: 0 185px !important;
  }

  .pt_lg--185 {
    padding-top: 185px !important;
  }

  .pb_lg--185 {
    padding-bottom: 185px !important;
  }

  .pl_lg--185 {
    padding-right: 185px !important;
  }

  .pr_lg--185 {
    padding-left: 185px !important;
  }

  .mt_lg--185 {
    margin-top: 185px !important;
  }

  .mb_lg--185 {
    margin-bottom: 185px !important;
  }

  .ml_lg--185 {
    margin-right: 185px !important;
  }

  .ptb_lg--190 {
    padding: 190px 0;
  }

  .plr_lg--190 {
    padding: 0 190px !important;
  }

  .pt_lg--190 {
    padding-top: 190px !important;
  }

  .pb_lg--190 {
    padding-bottom: 190px !important;
  }

  .pl_lg--190 {
    padding-right: 190px !important;
  }

  .pr_lg--190 {
    padding-left: 190px !important;
  }

  .mt_lg--190 {
    margin-top: 190px !important;
  }

  .mb_lg--190 {
    margin-bottom: 190px !important;
  }

  .ml_lg--190 {
    margin-right: 190px !important;
  }

  .ptb_lg--195 {
    padding: 195px 0;
  }

  .plr_lg--195 {
    padding: 0 195px !important;
  }

  .pt_lg--195 {
    padding-top: 195px !important;
  }

  .pb_lg--195 {
    padding-bottom: 195px !important;
  }

  .pl_lg--195 {
    padding-right: 195px !important;
  }

  .pr_lg--195 {
    padding-left: 195px !important;
  }

  .mt_lg--195 {
    margin-top: 195px !important;
  }

  .mb_lg--195 {
    margin-bottom: 195px !important;
  }

  .ml_lg--195 {
    margin-right: 195px !important;
  }

  .ptb_lg--200 {
    padding: 200px 0;
  }

  .plr_lg--200 {
    padding: 0 200px !important;
  }

  .pt_lg--200 {
    padding-top: 200px !important;
  }

  .pb_lg--200 {
    padding-bottom: 200px !important;
  }

  .pl_lg--200 {
    padding-right: 200px !important;
  }

  .pr_lg--200 {
    padding-left: 200px !important;
  }

  .mt_lg--200 {
    margin-top: 200px !important;
  }

  .mb_lg--200 {
    margin-bottom: 200px !important;
  }

  .ml_lg--200 {
    margin-right: 200px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_md--0 {
    padding: 0 !important;
  }

  .pl_md--0 {
    padding-right: 0 !important;
  }

  .pr_md--0 {
    padding-left: 0 !important;
  }

  .pt_md--0 {
    padding-top: 0 !important;
  }

  .pb_md--0 {
    padding-bottom: 0 !important;
  }

  .mr_md--0 {
    margin-left: 0 !important;
  }

  .ml_md--0 {
    margin-right: 0 !important;
  }

  .mt_md--0 {
    margin-top: 0 !important;
  }

  .mb_md--0 {
    margin-bottom: 0 !important;
  }

  .ptb_md--250 {
    padding: 250px 0 !important;
  }

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

  .plr_md--5 {
    padding: 0 5px !important;
  }

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

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

  .pl_md--5 {
    padding-right: 5px !important;
  }

  .pr_md--5 {
    padding-left: 5px !important;
  }

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

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

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

  .plr_md--10 {
    padding: 0 10px !important;
  }

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

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

  .pl_md--10 {
    padding-right: 10px !important;
  }

  .pr_md--10 {
    padding-left: 10px !important;
  }

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

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

  .ptb_md--15 {
    padding: 15px 0;
  }

  .plr_md--15 {
    padding: 0 15px !important;
  }

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

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

  .pl_md--15 {
    padding-right: 15px !important;
  }

  .pr_md--15 {
    padding-left: 15px !important;
  }

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

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

  .ptb_md--20 {
    padding: 20px 0;
  }

  .plr_md--20 {
    padding: 0 20px !important;
  }

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

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

  .pl_md--20 {
    padding-right: 20px !important;
  }

  .pr_md--20 {
    padding-left: 20px !important;
  }

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

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

  .ptb_md--25 {
    padding: 25px 0;
  }

  .plr_md--25 {
    padding: 0 25px !important;
  }

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

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

  .pl_md--25 {
    padding-right: 25px !important;
  }

  .pr_md--25 {
    padding-left: 25px !important;
  }

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

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

  .ptb_md--30 {
    padding: 30px 0;
  }

  .plr_md--30 {
    padding: 0 30px !important;
  }

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

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

  .pl_md--30 {
    padding-right: 30px !important;
  }

  .pr_md--30 {
    padding-left: 30px !important;
  }

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

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

  .ptb_md--35 {
    padding: 35px 0;
  }

  .plr_md--35 {
    padding: 0 35px !important;
  }

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

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

  .pl_md--35 {
    padding-right: 35px !important;
  }

  .pr_md--35 {
    padding-left: 35px !important;
  }

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

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

  .ptb_md--40 {
    padding: 40px 0;
  }

  .plr_md--40 {
    padding: 0 40px !important;
  }

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

  .pb_md--40 {
    padding-bottom: 40px !important;
  }

  .pl_md--40 {
    padding-right: 40px !important;
  }

  .pr_md--40 {
    padding-left: 40px !important;
  }

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

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

  .ptb_md--45 {
    padding: 45px 0;
  }

  .plr_md--45 {
    padding: 0 45px !important;
  }

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

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

  .pl_md--45 {
    padding-right: 45px !important;
  }

  .pr_md--45 {
    padding-left: 45px !important;
  }

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

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

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

  .plr_md--50 {
    padding: 0 50px !important;
  }

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

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

  .pl_md--50 {
    padding-right: 50px !important;
  }

  .pr_md--50 {
    padding-left: 50px !important;
  }

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

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

  .ptb_md--55 {
    padding: 55px 0;
  }

  .plr_md--55 {
    padding: 0 55px !important;
  }

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

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

  .pl_md--55 {
    padding-right: 55px !important;
  }

  .pr_md--55 {
    padding-left: 55px !important;
  }

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

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

  .ptb_md--60 {
    padding: 60px 0;
  }

  .plr_md--60 {
    padding: 0 60px !important;
  }

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

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

  .pl_md--60 {
    padding-right: 60px !important;
  }

  .pr_md--60 {
    padding-left: 60px !important;
  }

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

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

  .ptb_md--65 {
    padding: 65px 0;
  }

  .plr_md--65 {
    padding: 0 65px !important;
  }

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

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

  .pl_md--65 {
    padding-right: 65px !important;
  }

  .pr_md--65 {
    padding-left: 65px !important;
  }

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

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

  .ptb_md--70 {
    padding: 70px 0;
  }

  .plr_md--70 {
    padding: 0 70px !important;
  }

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

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

  .pl_md--70 {
    padding-right: 70px !important;
  }

  .pr_md--70 {
    padding-left: 70px !important;
  }

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

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

  .ptb_md--75 {
    padding: 75px 0;
  }

  .plr_md--75 {
    padding: 0 75px !important;
  }

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

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

  .pl_md--75 {
    padding-right: 75px !important;
  }

  .pr_md--75 {
    padding-left: 75px !important;
  }

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

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

  .ptb_md--80 {
    padding: 80px 0;
  }

  .plr_md--80 {
    padding: 0 80px !important;
  }

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

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

  .pl_md--80 {
    padding-right: 80px !important;
  }

  .pr_md--80 {
    padding-left: 80px !important;
  }

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

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

  .ptb_md--85 {
    padding: 85px 0;
  }

  .plr_md--85 {
    padding: 0 85px !important;
  }

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

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

  .pl_md--85 {
    padding-right: 85px !important;
  }

  .pr_md--85 {
    padding-left: 85px !important;
  }

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

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

  .ptb_md--90 {
    padding: 90px 0;
  }

  .plr_md--90 {
    padding: 0 90px !important;
  }

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

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

  .pl_md--90 {
    padding-right: 90px !important;
  }

  .pr_md--90 {
    padding-left: 90px !important;
  }

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

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

  .ptb_md--95 {
    padding: 95px 0;
  }

  .plr_md--95 {
    padding: 0 95px !important;
  }

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

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

  .pl_md--95 {
    padding-right: 95px !important;
  }

  .pr_md--95 {
    padding-left: 95px !important;
  }

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

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

  .ptb_md--100 {
    padding: 100px 0;
  }

  .plr_md--100 {
    padding: 0 100px !important;
  }

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

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

  .pl_md--100 {
    padding-right: 100px !important;
  }

  .pr_md--100 {
    padding-left: 100px !important;
  }

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

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

  .ptb_md--105 {
    padding: 105px 0;
  }

  .plr_md--105 {
    padding: 0 105px !important;
  }

  .pt_md--105 {
    padding-top: 105px !important;
  }

  .pb_md--105 {
    padding-bottom: 105px !important;
  }

  .pl_md--105 {
    padding-right: 105px !important;
  }

  .pr_md--105 {
    padding-left: 105px !important;
  }

  .mt_md--105 {
    margin-top: 105px !important;
  }

  .mb_md--105 {
    margin-bottom: 105px !important;
  }

  .ptb_md--110 {
    padding: 110px 0;
  }

  .plr_md--110 {
    padding: 0 110px !important;
  }

  .pt_md--110 {
    padding-top: 110px !important;
  }

  .pb_md--110 {
    padding-bottom: 110px !important;
  }

  .pl_md--110 {
    padding-right: 110px !important;
  }

  .pr_md--110 {
    padding-left: 110px !important;
  }

  .mt_md--110 {
    margin-top: 110px !important;
  }

  .mb_md--110 {
    margin-bottom: 110px !important;
  }

  .ptb_md--115 {
    padding: 115px 0;
  }

  .plr_md--115 {
    padding: 0 115px !important;
  }

  .pt_md--115 {
    padding-top: 115px !important;
  }

  .pb_md--115 {
    padding-bottom: 115px !important;
  }

  .pl_md--115 {
    padding-right: 115px !important;
  }

  .pr_md--115 {
    padding-left: 115px !important;
  }

  .mt_md--115 {
    margin-top: 115px !important;
  }

  .mb_md--115 {
    margin-bottom: 115px !important;
  }

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

  .plr_md--120 {
    padding: 0 120px !important;
  }

  .pt_md--120 {
    padding-top: 120px !important;
  }

  .pb_md--120 {
    padding-bottom: 120px !important;
  }

  .pl_md--120 {
    padding-right: 120px !important;
  }

  .pr_md--120 {
    padding-left: 120px !important;
  }

  .mt_md--120 {
    margin-top: 120px !important;
  }

  .mb_md--120 {
    margin-bottom: 120px !important;
  }

  .ptb_md--125 {
    padding: 125px 0;
  }

  .plr_md--125 {
    padding: 0 125px !important;
  }

  .pt_md--125 {
    padding-top: 125px !important;
  }

  .pb_md--125 {
    padding-bottom: 125px !important;
  }

  .pl_md--125 {
    padding-right: 125px !important;
  }

  .pr_md--125 {
    padding-left: 125px !important;
  }

  .mt_md--125 {
    margin-top: 125px !important;
  }

  .mb_md--125 {
    margin-bottom: 125px !important;
  }

  .ptb_md--130 {
    padding: 130px 0;
  }

  .plr_md--130 {
    padding: 0 130px !important;
  }

  .pt_md--130 {
    padding-top: 130px !important;
  }

  .pb_md--130 {
    padding-bottom: 130px !important;
  }

  .pl_md--130 {
    padding-right: 130px !important;
  }

  .pr_md--130 {
    padding-left: 130px !important;
  }

  .mt_md--130 {
    margin-top: 130px !important;
  }

  .mb_md--130 {
    margin-bottom: 130px !important;
  }

  .ptb_md--135 {
    padding: 135px 0;
  }

  .plr_md--135 {
    padding: 0 135px !important;
  }

  .pt_md--135 {
    padding-top: 135px !important;
  }

  .pb_md--135 {
    padding-bottom: 135px !important;
  }

  .pl_md--135 {
    padding-right: 135px !important;
  }

  .pr_md--135 {
    padding-left: 135px !important;
  }

  .mt_md--135 {
    margin-top: 135px !important;
  }

  .mb_md--135 {
    margin-bottom: 135px !important;
  }

  .ptb_md--140 {
    padding: 140px 0;
  }

  .plr_md--140 {
    padding: 0 140px !important;
  }

  .pt_md--140 {
    padding-top: 140px !important;
  }

  .pb_md--140 {
    padding-bottom: 140px !important;
  }

  .pl_md--140 {
    padding-right: 140px !important;
  }

  .pr_md--140 {
    padding-left: 140px !important;
  }

  .mt_md--140 {
    margin-top: 140px !important;
  }

  .mb_md--140 {
    margin-bottom: 140px !important;
  }

  .ptb_md--145 {
    padding: 145px 0;
  }

  .plr_md--145 {
    padding: 0 145px !important;
  }

  .pt_md--145 {
    padding-top: 145px !important;
  }

  .pb_md--145 {
    padding-bottom: 145px !important;
  }

  .pl_md--145 {
    padding-right: 145px !important;
  }

  .pr_md--145 {
    padding-left: 145px !important;
  }

  .mt_md--145 {
    margin-top: 145px !important;
  }

  .mb_md--145 {
    margin-bottom: 145px !important;
  }

  .ptb_md--150 {
    padding: 150px 0;
  }

  .plr_md--150 {
    padding: 0 150px !important;
  }

  .pt_md--150 {
    padding-top: 150px !important;
  }

  .pb_md--150 {
    padding-bottom: 150px !important;
  }

  .pl_md--150 {
    padding-right: 150px !important;
  }

  .pr_md--150 {
    padding-left: 150px !important;
  }

  .mt_md--150 {
    margin-top: 150px !important;
  }

  .mb_md--150 {
    margin-bottom: 150px !important;
  }

  .ptb_md--155 {
    padding: 155px 0;
  }

  .plr_md--155 {
    padding: 0 155px !important;
  }

  .pt_md--155 {
    padding-top: 155px !important;
  }

  .pb_md--155 {
    padding-bottom: 155px !important;
  }

  .pl_md--155 {
    padding-right: 155px !important;
  }

  .pr_md--155 {
    padding-left: 155px !important;
  }

  .mt_md--155 {
    margin-top: 155px !important;
  }

  .mb_md--155 {
    margin-bottom: 155px !important;
  }

  .ptb_md--160 {
    padding: 160px 0;
  }

  .plr_md--160 {
    padding: 0 160px !important;
  }

  .pt_md--160 {
    padding-top: 160px !important;
  }

  .pb_md--160 {
    padding-bottom: 160px !important;
  }

  .pl_md--160 {
    padding-right: 160px !important;
  }

  .pr_md--160 {
    padding-left: 160px !important;
  }

  .mt_md--160 {
    margin-top: 160px !important;
  }

  .mb_md--160 {
    margin-bottom: 160px !important;
  }

  .ptb_md--165 {
    padding: 165px 0;
  }

  .plr_md--165 {
    padding: 0 165px !important;
  }

  .pt_md--165 {
    padding-top: 165px !important;
  }

  .pb_md--165 {
    padding-bottom: 165px !important;
  }

  .pl_md--165 {
    padding-right: 165px !important;
  }

  .pr_md--165 {
    padding-left: 165px !important;
  }

  .mt_md--165 {
    margin-top: 165px !important;
  }

  .mb_md--165 {
    margin-bottom: 165px !important;
  }

  .ptb_md--170 {
    padding: 170px 0;
  }

  .plr_md--170 {
    padding: 0 170px !important;
  }

  .pt_md--170 {
    padding-top: 170px !important;
  }

  .pb_md--170 {
    padding-bottom: 170px !important;
  }

  .pl_md--170 {
    padding-right: 170px !important;
  }

  .pr_md--170 {
    padding-left: 170px !important;
  }

  .mt_md--170 {
    margin-top: 170px !important;
  }

  .mb_md--170 {
    margin-bottom: 170px !important;
  }

  .ptb_md--175 {
    padding: 175px 0;
  }

  .plr_md--175 {
    padding: 0 175px !important;
  }

  .pt_md--175 {
    padding-top: 175px !important;
  }

  .pb_md--175 {
    padding-bottom: 175px !important;
  }

  .pl_md--175 {
    padding-right: 175px !important;
  }

  .pr_md--175 {
    padding-left: 175px !important;
  }

  .mt_md--175 {
    margin-top: 175px !important;
  }

  .mb_md--175 {
    margin-bottom: 175px !important;
  }

  .ptb_md--180 {
    padding: 180px 0;
  }

  .plr_md--180 {
    padding: 0 180px !important;
  }

  .pt_md--180 {
    padding-top: 180px !important;
  }

  .pb_md--180 {
    padding-bottom: 180px !important;
  }

  .pl_md--180 {
    padding-right: 180px !important;
  }

  .pr_md--180 {
    padding-left: 180px !important;
  }

  .mt_md--180 {
    margin-top: 180px !important;
  }

  .mb_md--180 {
    margin-bottom: 180px !important;
  }

  .ptb_md--185 {
    padding: 185px 0;
  }

  .plr_md--185 {
    padding: 0 185px !important;
  }

  .pt_md--185 {
    padding-top: 185px !important;
  }

  .pb_md--185 {
    padding-bottom: 185px !important;
  }

  .pl_md--185 {
    padding-right: 185px !important;
  }

  .pr_md--185 {
    padding-left: 185px !important;
  }

  .mt_md--185 {
    margin-top: 185px !important;
  }

  .mb_md--185 {
    margin-bottom: 185px !important;
  }

  .ptb_md--190 {
    padding: 190px 0;
  }

  .plr_md--190 {
    padding: 0 190px !important;
  }

  .pt_md--190 {
    padding-top: 190px !important;
  }

  .pb_md--190 {
    padding-bottom: 190px !important;
  }

  .pl_md--190 {
    padding-right: 190px !important;
  }

  .pr_md--190 {
    padding-left: 190px !important;
  }

  .mt_md--190 {
    margin-top: 190px !important;
  }

  .mb_md--190 {
    margin-bottom: 190px !important;
  }

  .ptb_md--195 {
    padding: 195px 0;
  }

  .plr_md--195 {
    padding: 0 195px !important;
  }

  .pt_md--195 {
    padding-top: 195px !important;
  }

  .pb_md--195 {
    padding-bottom: 195px !important;
  }

  .pl_md--195 {
    padding-right: 195px !important;
  }

  .pr_md--195 {
    padding-left: 195px !important;
  }

  .mt_md--195 {
    margin-top: 195px !important;
  }

  .mb_md--195 {
    margin-bottom: 195px !important;
  }

  .ptb_md--200 {
    padding: 200px 0;
  }

  .plr_md--200 {
    padding: 0 200px !important;
  }

  .pt_md--200 {
    padding-top: 200px !important;
  }

  .pb_md--200 {
    padding-bottom: 200px !important;
  }

  .pl_md--200 {
    padding-right: 200px !important;
  }

  .pr_md--200 {
    padding-left: 200px !important;
  }

  .mt_md--200 {
    margin-top: 200px !important;
  }

  .mb_md--200 {
    margin-bottom: 200px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ptb_sm--250 {
    padding: 250px 0;
  }

  .ptb_sm--0 {
    padding: 0;
  }

  .pl_sm--0 {
    padding-right: 0 !important;
  }

  .pr_sm--0 {
    padding-left: 0;
  }

  .pt_sm--0 {
    padding-top: 0;
  }

  .pb_sm--0 {
    padding-bottom: 0;
  }

  .mr_sm--0 {
    margin-left: 0;
  }

  .ml_sm--0 {
    margin-right: 0;
  }

  .mt_sm--0 {
    margin-top: 0;
  }

  .mb_sm--0 {
    margin-bottom: 0;
  }

  .pt_sm--150 {
    padding-top: 150px;
  }

  .pb_sm--110 {
    padding-bottom: 110px;
  }

  .ptb_sm--5 {
    padding: 5px 0 !important;
  }

  .plr_sm--5 {
    padding: 0 5px !important;
  }

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

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

  .pl_sm--5 {
    padding-right: 5px !important;
  }

  .pr_sm--5 {
    padding-left: 5px !important;
  }

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

  .ml_sm--5 {
    margin-right: 5px !important;
  }

  .mr_sm--5 {
    margin-left: 5px !important;
  }

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

  .ptb_sm--10 {
    padding: 10px 0 !important;
  }

  .plr_sm--10 {
    padding: 0 10px !important;
  }

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

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

  .pl_sm--10 {
    padding-right: 10px !important;
  }

  .pr_sm--10 {
    padding-left: 10px !important;
  }

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

  .ml_sm--10 {
    margin-right: 10px !important;
  }

  .mr_sm--10 {
    margin-left: 10px !important;
  }

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

  .ptb_sm--15 {
    padding: 15px 0 !important;
  }

  .plr_sm--15 {
    padding: 0 15px !important;
  }

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

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

  .pl_sm--15 {
    padding-right: 15px !important;
  }

  .pr_sm--15 {
    padding-left: 15px !important;
  }

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

  .ml_sm--15 {
    margin-right: 15px !important;
  }

  .mr_sm--15 {
    margin-left: 15px !important;
  }

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

  .ptb_sm--20 {
    padding: 20px 0 !important;
  }

  .plr_sm--20 {
    padding: 0 20px !important;
  }

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

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

  .pl_sm--20 {
    padding-right: 20px !important;
  }

  .pr_sm--20 {
    padding-left: 20px !important;
  }

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

  .ml_sm--20 {
    margin-right: 20px !important;
  }

  .mr_sm--20 {
    margin-left: 20px !important;
  }

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

  .ptb_sm--25 {
    padding: 25px 0 !important;
  }

  .plr_sm--25 {
    padding: 0 25px !important;
  }

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

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

  .pl_sm--25 {
    padding-right: 25px !important;
  }

  .pr_sm--25 {
    padding-left: 25px !important;
  }

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

  .ml_sm--25 {
    margin-right: 25px !important;
  }

  .mr_sm--25 {
    margin-left: 25px !important;
  }

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

  .ptb_sm--30 {
    padding: 30px 0 !important;
  }

  .plr_sm--30 {
    padding: 0 30px !important;
  }

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

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

  .pl_sm--30 {
    padding-right: 30px !important;
  }

  .pr_sm--30 {
    padding-left: 30px !important;
  }

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

  .ml_sm--30 {
    margin-right: 30px !important;
  }

  .mr_sm--30 {
    margin-left: 30px !important;
  }

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

  .ptb_sm--35 {
    padding: 35px 0 !important;
  }

  .plr_sm--35 {
    padding: 0 35px !important;
  }

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

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

  .pl_sm--35 {
    padding-right: 35px !important;
  }

  .pr_sm--35 {
    padding-left: 35px !important;
  }

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

  .ml_sm--35 {
    margin-right: 35px !important;
  }

  .mr_sm--35 {
    margin-left: 35px !important;
  }

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

  .ptb_sm--40 {
    padding: 40px 0 !important;
  }

  .plr_sm--40 {
    padding: 0 40px !important;
  }

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

  .pb_sm--40 {
    padding-bottom: 40px !important;
  }

  .pl_sm--40 {
    padding-right: 40px !important;
  }

  .pr_sm--40 {
    padding-left: 40px !important;
  }

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

  .ml_sm--40 {
    margin-right: 40px !important;
  }

  .mr_sm--40 {
    margin-left: 40px !important;
  }

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

  .ptb_sm--45 {
    padding: 45px 0 !important;
  }

  .plr_sm--45 {
    padding: 0 45px !important;
  }

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

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

  .pl_sm--45 {
    padding-right: 45px !important;
  }

  .pr_sm--45 {
    padding-left: 45px !important;
  }

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

  .ml_sm--45 {
    margin-right: 45px !important;
  }

  .mr_sm--45 {
    margin-left: 45px !important;
  }

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

  .ptb_sm--50 {
    padding: 50px 0 !important;
  }

  .plr_sm--50 {
    padding: 0 50px !important;
  }

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

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

  .pl_sm--50 {
    padding-right: 50px !important;
  }

  .pr_sm--50 {
    padding-left: 50px !important;
  }

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

  .ml_sm--50 {
    margin-right: 50px !important;
  }

  .mr_sm--50 {
    margin-left: 50px !important;
  }

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

  .ptb_sm--55 {
    padding: 55px 0 !important;
  }

  .plr_sm--55 {
    padding: 0 55px !important;
  }

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

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

  .pl_sm--55 {
    padding-right: 55px !important;
  }

  .pr_sm--55 {
    padding-left: 55px !important;
  }

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

  .ml_sm--55 {
    margin-right: 55px !important;
  }

  .mr_sm--55 {
    margin-left: 55px !important;
  }

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

  .ptb_sm--60 {
    padding: 60px 0 !important;
  }

  .plr_sm--60 {
    padding: 0 60px !important;
  }

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

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

  .pl_sm--60 {
    padding-right: 60px !important;
  }

  .pr_sm--60 {
    padding-left: 60px !important;
  }

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

  .ml_sm--60 {
    margin-right: 60px !important;
  }

  .mr_sm--60 {
    margin-left: 60px !important;
  }

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

  .ptb_sm--65 {
    padding: 65px 0 !important;
  }

  .plr_sm--65 {
    padding: 0 65px !important;
  }

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

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

  .pl_sm--65 {
    padding-right: 65px !important;
  }

  .pr_sm--65 {
    padding-left: 65px !important;
  }

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

  .ml_sm--65 {
    margin-right: 65px !important;
  }

  .mr_sm--65 {
    margin-left: 65px !important;
  }

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

  .ptb_sm--70 {
    padding: 70px 0 !important;
  }

  .plr_sm--70 {
    padding: 0 70px !important;
  }

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

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

  .pl_sm--70 {
    padding-right: 70px !important;
  }

  .pr_sm--70 {
    padding-left: 70px !important;
  }

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

  .ml_sm--70 {
    margin-right: 70px !important;
  }

  .mr_sm--70 {
    margin-left: 70px !important;
  }

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

  .ptb_sm--75 {
    padding: 75px 0 !important;
  }

  .plr_sm--75 {
    padding: 0 75px !important;
  }

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

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

  .pl_sm--75 {
    padding-right: 75px !important;
  }

  .pr_sm--75 {
    padding-left: 75px !important;
  }

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

  .ml_sm--75 {
    margin-right: 75px !important;
  }

  .mr_sm--75 {
    margin-left: 75px !important;
  }

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

  .ptb_sm--80 {
    padding: 80px 0 !important;
  }

  .plr_sm--80 {
    padding: 0 80px !important;
  }

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

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

  .pl_sm--80 {
    padding-right: 80px !important;
  }

  .pr_sm--80 {
    padding-left: 80px !important;
  }

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

  .ml_sm--80 {
    margin-right: 80px !important;
  }

  .mr_sm--80 {
    margin-left: 80px !important;
  }

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

  .ptb_sm--85 {
    padding: 85px 0 !important;
  }

  .plr_sm--85 {
    padding: 0 85px !important;
  }

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

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

  .pl_sm--85 {
    padding-right: 85px !important;
  }

  .pr_sm--85 {
    padding-left: 85px !important;
  }

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

  .ml_sm--85 {
    margin-right: 85px !important;
  }

  .mr_sm--85 {
    margin-left: 85px !important;
  }

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

  .ptb_sm--90 {
    padding: 90px 0 !important;
  }

  .plr_sm--90 {
    padding: 0 90px !important;
  }

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

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

  .pl_sm--90 {
    padding-right: 90px !important;
  }

  .pr_sm--90 {
    padding-left: 90px !important;
  }

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

  .ml_sm--90 {
    margin-right: 90px !important;
  }

  .mr_sm--90 {
    margin-left: 90px !important;
  }

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

  .ptb_sm--95 {
    padding: 95px 0 !important;
  }

  .plr_sm--95 {
    padding: 0 95px !important;
  }

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

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

  .pl_sm--95 {
    padding-right: 95px !important;
  }

  .pr_sm--95 {
    padding-left: 95px !important;
  }

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

  .ml_sm--95 {
    margin-right: 95px !important;
  }

  .mr_sm--95 {
    margin-left: 95px !important;
  }

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

  .ptb_sm--100 {
    padding: 100px 0 !important;
  }

  .plr_sm--100 {
    padding: 0 100px !important;
  }

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

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

  .pl_sm--100 {
    padding-right: 100px !important;
  }

  .pr_sm--100 {
    padding-left: 100px !important;
  }

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

  .ml_sm--100 {
    margin-right: 100px !important;
  }

  .mr_sm--100 {
    margin-left: 100px !important;
  }

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

  .ptb_sm--105 {
    padding: 105px 0 !important;
  }

  .plr_sm--105 {
    padding: 0 105px !important;
  }

  .pt_sm--105 {
    padding-top: 105px !important;
  }

  .pb_sm--105 {
    padding-bottom: 105px !important;
  }

  .pl_sm--105 {
    padding-right: 105px !important;
  }

  .pr_sm--105 {
    padding-left: 105px !important;
  }

  .mt_sm--105 {
    margin-top: 105px !important;
  }

  .ml_sm--105 {
    margin-right: 105px !important;
  }

  .mr_sm--105 {
    margin-left: 105px !important;
  }

  .mb_sm--105 {
    margin-bottom: 105px !important;
  }

  .ptb_sm--110 {
    padding: 110px 0 !important;
  }

  .plr_sm--110 {
    padding: 0 110px !important;
  }

  .pt_sm--110 {
    padding-top: 110px !important;
  }

  .pb_sm--110 {
    padding-bottom: 110px !important;
  }

  .pl_sm--110 {
    padding-right: 110px !important;
  }

  .pr_sm--110 {
    padding-left: 110px !important;
  }

  .mt_sm--110 {
    margin-top: 110px !important;
  }

  .ml_sm--110 {
    margin-right: 110px !important;
  }

  .mr_sm--110 {
    margin-left: 110px !important;
  }

  .mb_sm--110 {
    margin-bottom: 110px !important;
  }

  .ptb_sm--115 {
    padding: 115px 0 !important;
  }

  .plr_sm--115 {
    padding: 0 115px !important;
  }

  .pt_sm--115 {
    padding-top: 115px !important;
  }

  .pb_sm--115 {
    padding-bottom: 115px !important;
  }

  .pl_sm--115 {
    padding-right: 115px !important;
  }

  .pr_sm--115 {
    padding-left: 115px !important;
  }

  .mt_sm--115 {
    margin-top: 115px !important;
  }

  .ml_sm--115 {
    margin-right: 115px !important;
  }

  .mr_sm--115 {
    margin-left: 115px !important;
  }

  .mb_sm--115 {
    margin-bottom: 115px !important;
  }

  .ptb_sm--120 {
    padding: 120px 0 !important;
  }

  .plr_sm--120 {
    padding: 0 120px !important;
  }

  .pt_sm--120 {
    padding-top: 120px !important;
  }

  .pb_sm--120 {
    padding-bottom: 120px !important;
  }

  .pl_sm--120 {
    padding-right: 120px !important;
  }

  .pr_sm--120 {
    padding-left: 120px !important;
  }

  .mt_sm--120 {
    margin-top: 120px !important;
  }

  .ml_sm--120 {
    margin-right: 120px !important;
  }

  .mr_sm--120 {
    margin-left: 120px !important;
  }

  .mb_sm--120 {
    margin-bottom: 120px !important;
  }

  .ptb_sm--125 {
    padding: 125px 0 !important;
  }

  .plr_sm--125 {
    padding: 0 125px !important;
  }

  .pt_sm--125 {
    padding-top: 125px !important;
  }

  .pb_sm--125 {
    padding-bottom: 125px !important;
  }

  .pl_sm--125 {
    padding-right: 125px !important;
  }

  .pr_sm--125 {
    padding-left: 125px !important;
  }

  .mt_sm--125 {
    margin-top: 125px !important;
  }

  .ml_sm--125 {
    margin-right: 125px !important;
  }

  .mr_sm--125 {
    margin-left: 125px !important;
  }

  .mb_sm--125 {
    margin-bottom: 125px !important;
  }

  .ptb_sm--130 {
    padding: 130px 0 !important;
  }

  .plr_sm--130 {
    padding: 0 130px !important;
  }

  .pt_sm--130 {
    padding-top: 130px !important;
  }

  .pb_sm--130 {
    padding-bottom: 130px !important;
  }

  .pl_sm--130 {
    padding-right: 130px !important;
  }

  .pr_sm--130 {
    padding-left: 130px !important;
  }

  .mt_sm--130 {
    margin-top: 130px !important;
  }

  .ml_sm--130 {
    margin-right: 130px !important;
  }

  .mr_sm--130 {
    margin-left: 130px !important;
  }

  .mb_sm--130 {
    margin-bottom: 130px !important;
  }

  .ptb_sm--135 {
    padding: 135px 0 !important;
  }

  .plr_sm--135 {
    padding: 0 135px !important;
  }

  .pt_sm--135 {
    padding-top: 135px !important;
  }

  .pb_sm--135 {
    padding-bottom: 135px !important;
  }

  .pl_sm--135 {
    padding-right: 135px !important;
  }

  .pr_sm--135 {
    padding-left: 135px !important;
  }

  .mt_sm--135 {
    margin-top: 135px !important;
  }

  .ml_sm--135 {
    margin-right: 135px !important;
  }

  .mr_sm--135 {
    margin-left: 135px !important;
  }

  .mb_sm--135 {
    margin-bottom: 135px !important;
  }

  .ptb_sm--140 {
    padding: 140px 0 !important;
  }

  .plr_sm--140 {
    padding: 0 140px !important;
  }

  .pt_sm--140 {
    padding-top: 140px !important;
  }

  .pb_sm--140 {
    padding-bottom: 140px !important;
  }

  .pl_sm--140 {
    padding-right: 140px !important;
  }

  .pr_sm--140 {
    padding-left: 140px !important;
  }

  .mt_sm--140 {
    margin-top: 140px !important;
  }

  .ml_sm--140 {
    margin-right: 140px !important;
  }

  .mr_sm--140 {
    margin-left: 140px !important;
  }

  .mb_sm--140 {
    margin-bottom: 140px !important;
  }

  .ptb_sm--145 {
    padding: 145px 0 !important;
  }

  .plr_sm--145 {
    padding: 0 145px !important;
  }

  .pt_sm--145 {
    padding-top: 145px !important;
  }

  .pb_sm--145 {
    padding-bottom: 145px !important;
  }

  .pl_sm--145 {
    padding-right: 145px !important;
  }

  .pr_sm--145 {
    padding-left: 145px !important;
  }

  .mt_sm--145 {
    margin-top: 145px !important;
  }

  .ml_sm--145 {
    margin-right: 145px !important;
  }

  .mr_sm--145 {
    margin-left: 145px !important;
  }

  .mb_sm--145 {
    margin-bottom: 145px !important;
  }

  .ptb_sm--150 {
    padding: 150px 0 !important;
  }

  .plr_sm--150 {
    padding: 0 150px !important;
  }

  .pt_sm--150 {
    padding-top: 150px !important;
  }

  .pb_sm--150 {
    padding-bottom: 150px !important;
  }

  .pl_sm--150 {
    padding-right: 150px !important;
  }

  .pr_sm--150 {
    padding-left: 150px !important;
  }

  .mt_sm--150 {
    margin-top: 150px !important;
  }

  .ml_sm--150 {
    margin-right: 150px !important;
  }

  .mr_sm--150 {
    margin-left: 150px !important;
  }

  .mb_sm--150 {
    margin-bottom: 150px !important;
  }

  .ptb_sm--155 {
    padding: 155px 0 !important;
  }

  .plr_sm--155 {
    padding: 0 155px !important;
  }

  .pt_sm--155 {
    padding-top: 155px !important;
  }

  .pb_sm--155 {
    padding-bottom: 155px !important;
  }

  .pl_sm--155 {
    padding-right: 155px !important;
  }

  .pr_sm--155 {
    padding-left: 155px !important;
  }

  .mt_sm--155 {
    margin-top: 155px !important;
  }

  .ml_sm--155 {
    margin-right: 155px !important;
  }

  .mr_sm--155 {
    margin-left: 155px !important;
  }

  .mb_sm--155 {
    margin-bottom: 155px !important;
  }

  .ptb_sm--160 {
    padding: 160px 0 !important;
  }

  .plr_sm--160 {
    padding: 0 160px !important;
  }

  .pt_sm--160 {
    padding-top: 160px !important;
  }

  .pb_sm--160 {
    padding-bottom: 160px !important;
  }

  .pl_sm--160 {
    padding-right: 160px !important;
  }

  .pr_sm--160 {
    padding-left: 160px !important;
  }

  .mt_sm--160 {
    margin-top: 160px !important;
  }

  .ml_sm--160 {
    margin-right: 160px !important;
  }

  .mr_sm--160 {
    margin-left: 160px !important;
  }

  .mb_sm--160 {
    margin-bottom: 160px !important;
  }

  .ptb_sm--165 {
    padding: 165px 0 !important;
  }

  .plr_sm--165 {
    padding: 0 165px !important;
  }

  .pt_sm--165 {
    padding-top: 165px !important;
  }

  .pb_sm--165 {
    padding-bottom: 165px !important;
  }

  .pl_sm--165 {
    padding-right: 165px !important;
  }

  .pr_sm--165 {
    padding-left: 165px !important;
  }

  .mt_sm--165 {
    margin-top: 165px !important;
  }

  .ml_sm--165 {
    margin-right: 165px !important;
  }

  .mr_sm--165 {
    margin-left: 165px !important;
  }

  .mb_sm--165 {
    margin-bottom: 165px !important;
  }

  .ptb_sm--170 {
    padding: 170px 0 !important;
  }

  .plr_sm--170 {
    padding: 0 170px !important;
  }

  .pt_sm--170 {
    padding-top: 170px !important;
  }

  .pb_sm--170 {
    padding-bottom: 170px !important;
  }

  .pl_sm--170 {
    padding-right: 170px !important;
  }

  .pr_sm--170 {
    padding-left: 170px !important;
  }

  .mt_sm--170 {
    margin-top: 170px !important;
  }

  .ml_sm--170 {
    margin-right: 170px !important;
  }

  .mr_sm--170 {
    margin-left: 170px !important;
  }

  .mb_sm--170 {
    margin-bottom: 170px !important;
  }

  .ptb_sm--175 {
    padding: 175px 0 !important;
  }

  .plr_sm--175 {
    padding: 0 175px !important;
  }

  .pt_sm--175 {
    padding-top: 175px !important;
  }

  .pb_sm--175 {
    padding-bottom: 175px !important;
  }

  .pl_sm--175 {
    padding-right: 175px !important;
  }

  .pr_sm--175 {
    padding-left: 175px !important;
  }

  .mt_sm--175 {
    margin-top: 175px !important;
  }

  .ml_sm--175 {
    margin-right: 175px !important;
  }

  .mr_sm--175 {
    margin-left: 175px !important;
  }

  .mb_sm--175 {
    margin-bottom: 175px !important;
  }

  .ptb_sm--180 {
    padding: 180px 0 !important;
  }

  .plr_sm--180 {
    padding: 0 180px !important;
  }

  .pt_sm--180 {
    padding-top: 180px !important;
  }

  .pb_sm--180 {
    padding-bottom: 180px !important;
  }

  .pl_sm--180 {
    padding-right: 180px !important;
  }

  .pr_sm--180 {
    padding-left: 180px !important;
  }

  .mt_sm--180 {
    margin-top: 180px !important;
  }

  .ml_sm--180 {
    margin-right: 180px !important;
  }

  .mr_sm--180 {
    margin-left: 180px !important;
  }

  .mb_sm--180 {
    margin-bottom: 180px !important;
  }

  .ptb_sm--185 {
    padding: 185px 0 !important;
  }

  .plr_sm--185 {
    padding: 0 185px !important;
  }

  .pt_sm--185 {
    padding-top: 185px !important;
  }

  .pb_sm--185 {
    padding-bottom: 185px !important;
  }

  .pl_sm--185 {
    padding-right: 185px !important;
  }

  .pr_sm--185 {
    padding-left: 185px !important;
  }

  .mt_sm--185 {
    margin-top: 185px !important;
  }

  .ml_sm--185 {
    margin-right: 185px !important;
  }

  .mr_sm--185 {
    margin-left: 185px !important;
  }

  .mb_sm--185 {
    margin-bottom: 185px !important;
  }

  .ptb_sm--190 {
    padding: 190px 0 !important;
  }

  .plr_sm--190 {
    padding: 0 190px !important;
  }

  .pt_sm--190 {
    padding-top: 190px !important;
  }

  .pb_sm--190 {
    padding-bottom: 190px !important;
  }

  .pl_sm--190 {
    padding-right: 190px !important;
  }

  .pr_sm--190 {
    padding-left: 190px !important;
  }

  .mt_sm--190 {
    margin-top: 190px !important;
  }

  .ml_sm--190 {
    margin-right: 190px !important;
  }

  .mr_sm--190 {
    margin-left: 190px !important;
  }

  .mb_sm--190 {
    margin-bottom: 190px !important;
  }

  .ptb_sm--195 {
    padding: 195px 0 !important;
  }

  .plr_sm--195 {
    padding: 0 195px !important;
  }

  .pt_sm--195 {
    padding-top: 195px !important;
  }

  .pb_sm--195 {
    padding-bottom: 195px !important;
  }

  .pl_sm--195 {
    padding-right: 195px !important;
  }

  .pr_sm--195 {
    padding-left: 195px !important;
  }

  .mt_sm--195 {
    margin-top: 195px !important;
  }

  .ml_sm--195 {
    margin-right: 195px !important;
  }

  .mr_sm--195 {
    margin-left: 195px !important;
  }

  .mb_sm--195 {
    margin-bottom: 195px !important;
  }

  .ptb_sm--200 {
    padding: 200px 0 !important;
  }

  .plr_sm--200 {
    padding: 0 200px !important;
  }

  .pt_sm--200 {
    padding-top: 200px !important;
  }

  .pb_sm--200 {
    padding-bottom: 200px !important;
  }

  .pl_sm--200 {
    padding-right: 200px !important;
  }

  .pr_sm--200 {
    padding-left: 200px !important;
  }

  .mt_sm--200 {
    margin-top: 200px !important;
  }

  .ml_sm--200 {
    margin-right: 200px !important;
  }

  .mr_sm--200 {
    margin-left: 200px !important;
  }

  .mb_sm--200 {
    margin-bottom: 200px !important;
  }

  .pl_sm--0 {
    padding-right: 0 !important;
  }

  .pr_sm--0 {
    padding-left: 0 !important;
  }

  .pt_sm--0 {
    padding-top: 0 !important;
  }

  .pb_sm--0 {
    padding-bottom: 0 !important;
  }

  .mr_sm--0 {
    margin-left: 0 !important;
  }

  .ml_sm--0 {
    margin-right: 0 !important;
  }

  .mt_sm--0 {
    margin-top: 0 !important;
  }

  .mb_sm--0 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .ptb_mobile--5 {
    padding: 5px 0;
  }

  .plr_mobile--5 {
    padding: 0 5px !important;
  }

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

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

  .pl_mobile--5 {
    padding-right: 5px !important;
  }

  .pr_mobile--5 {
    padding-left: 5px !important;
  }

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

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

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

  .plr_mobile--10 {
    padding: 0 10px !important;
  }

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

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

  .pl_mobile--10 {
    padding-right: 10px !important;
  }

  .pr_mobile--10 {
    padding-left: 10px !important;
  }

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

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

  .ptb_mobile--15 {
    padding: 15px 0;
  }

  .plr_mobile--15 {
    padding: 0 15px !important;
  }

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

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

  .pl_mobile--15 {
    padding-right: 15px !important;
  }

  .pr_mobile--15 {
    padding-left: 15px !important;
  }

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

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

  .ptb_mobile--20 {
    padding: 20px 0;
  }

  .plr_mobile--20 {
    padding: 0 20px !important;
  }

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

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

  .pl_mobile--20 {
    padding-right: 20px !important;
  }

  .pr_mobile--20 {
    padding-left: 20px !important;
  }

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

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

  .ptb_mobile--25 {
    padding: 25px 0;
  }

  .plr_mobile--25 {
    padding: 0 25px !important;
  }

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

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

  .pl_mobile--25 {
    padding-right: 25px !important;
  }

  .pr_mobile--25 {
    padding-left: 25px !important;
  }

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

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

  .ptb_mobile--30 {
    padding: 30px 0;
  }

  .plr_mobile--30 {
    padding: 0 30px !important;
  }

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

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

  .pl_mobile--30 {
    padding-right: 30px !important;
  }

  .pr_mobile--30 {
    padding-left: 30px !important;
  }

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

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

  .ptb_mobile--35 {
    padding: 35px 0;
  }

  .plr_mobile--35 {
    padding: 0 35px !important;
  }

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

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

  .pl_mobile--35 {
    padding-right: 35px !important;
  }

  .pr_mobile--35 {
    padding-left: 35px !important;
  }

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

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

  .ptb_mobile--40 {
    padding: 40px 0;
  }

  .plr_mobile--40 {
    padding: 0 40px !important;
  }

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

  .pb_mobile--40 {
    padding-bottom: 40px !important;
  }

  .pl_mobile--40 {
    padding-right: 40px !important;
  }

  .pr_mobile--40 {
    padding-left: 40px !important;
  }

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

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

  .ptb_mobile--45 {
    padding: 45px 0;
  }

  .plr_mobile--45 {
    padding: 0 45px !important;
  }

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

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

  .pl_mobile--45 {
    padding-right: 45px !important;
  }

  .pr_mobile--45 {
    padding-left: 45px !important;
  }

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

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

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

  .plr_mobile--50 {
    padding: 0 50px !important;
  }

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

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

  .pl_mobile--50 {
    padding-right: 50px !important;
  }

  .pr_mobile--50 {
    padding-left: 50px !important;
  }

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

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

  .ptb_mobile--55 {
    padding: 55px 0;
  }

  .plr_mobile--55 {
    padding: 0 55px !important;
  }

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

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

  .pl_mobile--55 {
    padding-right: 55px !important;
  }

  .pr_mobile--55 {
    padding-left: 55px !important;
  }

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

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

  .ptb_mobile--60 {
    padding: 60px 0;
  }

  .plr_mobile--60 {
    padding: 0 60px !important;
  }

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

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

  .pl_mobile--60 {
    padding-right: 60px !important;
  }

  .pr_mobile--60 {
    padding-left: 60px !important;
  }

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

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

  .ptb_mobile--65 {
    padding: 65px 0;
  }

  .plr_mobile--65 {
    padding: 0 65px !important;
  }

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

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

  .pl_mobile--65 {
    padding-right: 65px !important;
  }

  .pr_mobile--65 {
    padding-left: 65px !important;
  }

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

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

  .ptb_mobile--70 {
    padding: 70px 0;
  }

  .plr_mobile--70 {
    padding: 0 70px !important;
  }

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

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

  .pl_mobile--70 {
    padding-right: 70px !important;
  }

  .pr_mobile--70 {
    padding-left: 70px !important;
  }

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

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

  .ptb_mobile--75 {
    padding: 75px 0;
  }

  .plr_mobile--75 {
    padding: 0 75px !important;
  }

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

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

  .pl_mobile--75 {
    padding-right: 75px !important;
  }

  .pr_mobile--75 {
    padding-left: 75px !important;
  }

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

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

  .ptb_mobile--80 {
    padding: 80px 0;
  }

  .plr_mobile--80 {
    padding: 0 80px !important;
  }

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

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

  .pl_mobile--80 {
    padding-right: 80px !important;
  }

  .pr_mobile--80 {
    padding-left: 80px !important;
  }

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

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

  .ptb_mobile--85 {
    padding: 85px 0;
  }

  .plr_mobile--85 {
    padding: 0 85px !important;
  }

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

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

  .pl_mobile--85 {
    padding-right: 85px !important;
  }

  .pr_mobile--85 {
    padding-left: 85px !important;
  }

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

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

  .ptb_mobile--90 {
    padding: 90px 0;
  }

  .plr_mobile--90 {
    padding: 0 90px !important;
  }

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

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

  .pl_mobile--90 {
    padding-right: 90px !important;
  }

  .pr_mobile--90 {
    padding-left: 90px !important;
  }

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

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

  .ptb_mobile--95 {
    padding: 95px 0;
  }

  .plr_mobile--95 {
    padding: 0 95px !important;
  }

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

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

  .pl_mobile--95 {
    padding-right: 95px !important;
  }

  .pr_mobile--95 {
    padding-left: 95px !important;
  }

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

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

  .ptb_mobile--100 {
    padding: 100px 0;
  }

  .plr_mobile--100 {
    padding: 0 100px !important;
  }

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

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

  .pl_mobile--100 {
    padding-right: 100px !important;
  }

  .pr_mobile--100 {
    padding-left: 100px !important;
  }

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

  .mb_mobile--100 {
    margin-bottom: 100px !important;
  }
}
.slick-gutter-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.slick-gutter-5 .slick-slide {
  padding-right: 5px;
  padding-left: 5px;
}

.slick-gutter-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.slick-gutter-10 .slick-slide {
  padding-right: 10px;
  padding-left: 10px;
}

.slick-gutter-15 {
  margin-right: -15px;
  margin-left: -15px;
}
.slick-gutter-15 .slick-slide {
  padding-right: 15px;
  padding-left: 15px;
}

.slick-gutter-20 {
  margin-right: -20px;
  margin-left: -20px;
}
.slick-gutter-20 .slick-slide {
  padding-right: 20px;
  padding-left: 20px;
}

.slick-gutter-25 {
  margin-right: -25px;
  margin-left: -25px;
}
.slick-gutter-25 .slick-slide {
  padding-right: 25px;
  padding-left: 25px;
}

.slick-gutter-30 {
  margin-right: -30px;
  margin-left: -30px;
}
.slick-gutter-30 .slick-slide {
  padding-right: 30px;
  padding-left: 30px;
}

.slick-gutter-35 {
  margin-right: -35px;
  margin-left: -35px;
}
.slick-gutter-35 .slick-slide {
  padding-right: 35px;
  padding-left: 35px;
}

.slick-gutter-40 {
  margin-right: -40px;
  margin-left: -40px;
}
.slick-gutter-40 .slick-slide {
  padding-right: 40px;
  padding-left: 40px;
}

.slick-gutter-45 {
  margin-right: -45px;
  margin-left: -45px;
}
.slick-gutter-45 .slick-slide {
  padding-right: 45px;
  padding-left: 45px;
}

.slick-gutter-50 {
  margin-right: -50px;
  margin-left: -50px;
}
.slick-gutter-50 .slick-slide {
  padding-right: 50px;
  padding-left: 50px;
}

.slick-gutter-55 {
  margin-right: -55px;
  margin-left: -55px;
}
.slick-gutter-55 .slick-slide {
  padding-right: 55px;
  padding-left: 55px;
}

.slick-gutter-60 {
  margin-right: -60px;
  margin-left: -60px;
}
.slick-gutter-60 .slick-slide {
  padding-right: 60px;
  padding-left: 60px;
}

.slick-gutter-65 {
  margin-right: -65px;
  margin-left: -65px;
}
.slick-gutter-65 .slick-slide {
  padding-right: 65px;
  padding-left: 65px;
}

.slick-gutter-70 {
  margin-right: -70px;
  margin-left: -70px;
}
.slick-gutter-70 .slick-slide {
  padding-right: 70px;
  padding-left: 70px;
}

.slick-gutter-75 {
  margin-right: -75px;
  margin-left: -75px;
}
.slick-gutter-75 .slick-slide {
  padding-right: 75px;
  padding-left: 75px;
}

.slick-gutter-80 {
  margin-right: -80px;
  margin-left: -80px;
}
.slick-gutter-80 .slick-slide {
  padding-right: 80px;
  padding-left: 80px;
}

.slick-gutter-85 {
  margin-right: -85px;
  margin-left: -85px;
}
.slick-gutter-85 .slick-slide {
  padding-right: 85px;
  padding-left: 85px;
}

.slick-gutter-90 {
  margin-right: -90px;
  margin-left: -90px;
}
.slick-gutter-90 .slick-slide {
  padding-right: 90px;
  padding-left: 90px;
}

.slick-gutter-95 {
  margin-right: -95px;
  margin-left: -95px;
}
.slick-gutter-95 .slick-slide {
  padding-right: 95px;
  padding-left: 95px;
}

.slick-gutter-100 {
  margin-right: -100px;
  margin-left: -100px;
}
.slick-gutter-100 .slick-slide {
  padding-right: 100px;
  padding-left: 100px;
}

.mt-dec-30 {
  margin-top: -30px;
}

.mt_dec--30 {
  margin-top: -30px;
}

.mt-dec-100 {
  margin-top: -100px;
}

@media only screen and (max-width: 479px) {
  .small-margin-pricing {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .contact-input {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb_dec--35 {
    margin-bottom: -50px;
  }
}

@media only screen and (max-width: 767px) {
  .mb_dec--35 {
    margin-bottom: -75px;
  }
}
@media only screen and (max-width: 575px) {
  .mb_dec--35 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .mt-contact-sm {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-pb {
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-input {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-input {
    padding-bottom: 30px;
  }
}

.pb_xl--130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1199px) {
  .pb_xl--130 {
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 1199px) {
  .mt_experience {
    margin-top: -10px;
  }
}

.mt_dec--120 {
  margin-top: -120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr_md--0 {
    padding-right: 0;
    padding-left: 0;
  }
}

.padding-contorler-am-slide {
  padding-right: 246px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding-contorler-am-slide {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-contorler-am-slide {
    padding-right: 15px;
  }
}

.padding-contorler-am-slide-11 {
  padding-right: 246px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide-11 {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide-11 {
    padding-right: 0;
  }
}

.padding-contorler-am-slide-right {
  padding-left: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide-right {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide-right {
    padding-left: 30px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-contorler-am-slide-right {
    padding-left: 30px;
    padding-top: 50px;
  }
}

.g-24 {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
}

a:hover {
	  text-decoration: none;
  outline: none;
  color: var(--color-primary);
}
a:focus,
a:active {
  text-decoration: none;
  outline: none;
 
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: var(--color-primary);
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary);
}

kbd,
ins {
  color: #ffffff;
}

pre {
  
  font-size: var(--font-size-b3);
  margin: 10px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #615F5F;
  background: var(--color-lighter);
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: var(--color-heading);
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
  
    margin: 0;
  padding: 0;
  
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-left: 2px;
  width: 270px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

caption,
th,
td {
  font-weight: normal;
}

th {
  font-weight: 500;
  text-transform: uppercase;
}

td,
.wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

del {
  color: #333;
}

ins {
  background: rgba(255, 47, 47, 0.4);
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

table a,
table a:link,
table a:visited {
  /*text-decoration: underline;*/
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--heading-color);
}

dfn,
cite,
em {
  font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--p-light);
  margin: 24px 40px;
}

blockquote blockquote {
  margin-left: 0;
}

blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal;
}

blockquote strong,
blockquote b {
  
}

/* ========= Forms Styles ========= */
input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid var(--color-border);
  transition: all 0.4s ease-out 0s;
  color: #615F5F;

}
input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  /*border-color: var(--color-primary);*/
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

input {
  height: 40px;
  padding: 0 15px;
}

select,
textarea,s
input[type=text],
input[type=password],
input[type=date],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  font-size: var(--font-size-b2);
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  box-shadow: none !important;
  
  border-radius: 5px;
border: 1px solid #C6C5C5;
border: 1px solid #C6C5C5;

background: #FFF;
height: 50px !important;
font-size: 18px;
color: #37474F;
margin-bottom: 8px;

  /* -- Placeholder -- */
}

textarea {
border: 1px solid #C6C5C5; 
}


input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
color: #868282;
  /* Firefox */
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
}
input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
}
input[type=text].p-holder__active, .input-active input[type=text], input[type=text].input-active,
input[type=password].p-holder__active,
.input-active input[type=password],
input[type=password].input-active,
input[type=email].p-holder__active,
.input-active input[type=email],
input[type=email].input-active,
input[type=number].p-holder__active,
.input-active input[type=number],
input[type=number].input-active,
input[type=tel].p-holder__active,
.input-active input[type=tel],
input[type=tel].input-active,
textarea.p-holder__active,
textarea.input-active {
  border-color: var(--color-primary);
  /* -- Placeholder -- */
}
input[type=text].p-holder__active::placeholder, .input-active input[type=text]::placeholder, input[type=text].input-active::placeholder,
input[type=password].p-holder__active::placeholder,
.input-active input[type=password]::placeholder,
input[type=password].input-active::placeholder,
input[type=email].p-holder__active::placeholder,
.input-active input[type=email]::placeholder,
input[type=email].input-active::placeholder,
input[type=number].p-holder__active::placeholder,
.input-active input[type=number]::placeholder,
input[type=number].input-active::placeholder,
input[type=tel].p-holder__active::placeholder,
.input-active input[type=tel]::placeholder,
input[type=tel].input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
  color: var(--color-primary);
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__active:-ms-input-placeholder, .input-active input[type=text]:-ms-input-placeholder, input[type=text].input-active:-ms-input-placeholder,
input[type=password].p-holder__active:-ms-input-placeholder,
.input-active input[type=password]:-ms-input-placeholder,
input[type=password].input-active:-ms-input-placeholder,
input[type=email].p-holder__active:-ms-input-placeholder,
.input-active input[type=email]:-ms-input-placeholder,
input[type=email].input-active:-ms-input-placeholder,
input[type=number].p-holder__active:-ms-input-placeholder,
.input-active input[type=number]:-ms-input-placeholder,
input[type=number].input-active:-ms-input-placeholder,
input[type=tel].p-holder__active:-ms-input-placeholder,
.input-active input[type=tel]:-ms-input-placeholder,
input[type=tel].input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-primary);
}
input[type=text].p-holder__active::-ms-input-placeholder, .input-active input[type=text]::-ms-input-placeholder, input[type=text].input-active::-ms-input-placeholder,
input[type=password].p-holder__active::-ms-input-placeholder,
.input-active input[type=password]::-ms-input-placeholder,
input[type=password].input-active::-ms-input-placeholder,
input[type=email].p-holder__active::-ms-input-placeholder,
.input-active input[type=email]::-ms-input-placeholder,
input[type=email].input-active::-ms-input-placeholder,
input[type=number].p-holder__active::-ms-input-placeholder,
.input-active input[type=number]::-ms-input-placeholder,
input[type=number].input-active::-ms-input-placeholder,
input[type=tel].p-holder__active::-ms-input-placeholder,
.input-active input[type=tel]::-ms-input-placeholder,
input[type=tel].input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-primary);
}
input[type=text].p-holder__error, .input-error input[type=text], input[type=text].input-error,
input[type=password].p-holder__error,
.input-error input[type=password],
input[type=password].input-error,
input[type=email].p-holder__error,
.input-error input[type=email],
input[type=email].input-error,
input[type=number].p-holder__error,
.input-error input[type=number],
input[type=number].input-error,
input[type=tel].p-holder__error,
.input-error input[type=tel],
input[type=tel].input-error,
textarea.p-holder__error,
textarea.input-error {
  border-color: #f4282d;
  /* -- Placeholder -- */
}
input[type=text].p-holder__error::placeholder, .input-error input[type=text]::placeholder, input[type=text].input-error::placeholder,
input[type=password].p-holder__error::placeholder,
.input-error input[type=password]::placeholder,
input[type=password].input-error::placeholder,
input[type=email].p-holder__error::placeholder,
.input-error input[type=email]::placeholder,
input[type=email].input-error::placeholder,
input[type=number].p-holder__error::placeholder,
.input-error input[type=number]::placeholder,
input[type=number].input-error::placeholder,
input[type=tel].p-holder__error::placeholder,
.input-error input[type=tel]::placeholder,
input[type=tel].input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__error:-ms-input-placeholder, .input-error input[type=text]:-ms-input-placeholder, input[type=text].input-error:-ms-input-placeholder,
input[type=password].p-holder__error:-ms-input-placeholder,
.input-error input[type=password]:-ms-input-placeholder,
input[type=password].input-error:-ms-input-placeholder,
input[type=email].p-holder__error:-ms-input-placeholder,
.input-error input[type=email]:-ms-input-placeholder,
input[type=email].input-error:-ms-input-placeholder,
input[type=number].p-holder__error:-ms-input-placeholder,
.input-error input[type=number]:-ms-input-placeholder,
input[type=number].input-error:-ms-input-placeholder,
input[type=tel].p-holder__error:-ms-input-placeholder,
.input-error input[type=tel]:-ms-input-placeholder,
input[type=tel].input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4282d;
}
input[type=text].p-holder__error::-ms-input-placeholder, .input-error input[type=text]::-ms-input-placeholder, input[type=text].input-error::-ms-input-placeholder,
input[type=password].p-holder__error::-ms-input-placeholder,
.input-error input[type=password]::-ms-input-placeholder,
input[type=password].input-error::-ms-input-placeholder,
input[type=email].p-holder__error::-ms-input-placeholder,
.input-error input[type=email]::-ms-input-placeholder,
input[type=email].input-error::-ms-input-placeholder,
input[type=number].p-holder__error::-ms-input-placeholder,
.input-error input[type=number]::-ms-input-placeholder,
input[type=number].input-error::-ms-input-placeholder,
input[type=tel].p-holder__error::-ms-input-placeholder,
.input-error input[type=tel]::-ms-input-placeholder,
input[type=tel].input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4282d;
}
/*
input[type=text].p-holder__error:focus, .input-error input[type=text]:focus, input[type=text].input-error:focus,
input[type=password].p-holder__error:focus,
.input-error input[type=password]:focus,
input[type=password].input-error:focus,
input[type=email].p-holder__error:focus,
.input-error input[type=email]:focus,
input[type=email].input-error:focus,
input[type=number].p-holder__error:focus,
.input-error input[type=number]:focus,
input[type=number].input-error:focus,
input[type=tel].p-holder__error:focus,
.input-error input[type=tel]:focus,
input[type=tel].input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
  border-color: #f4282d;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: var(--color-primary);
}*/

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
}
input[type=checkbox] ~ label,
input[type=radio] ~ label {
  position: relative;
  font-size: 18px;
  line-height: 17px;
  color: #615F5F;
  font-weight: 400;
  padding-right: 30px;
  cursor: pointer;
}
input[type=checkbox] ~ label::before,
input[type=radio] ~ label::before {
  content: " ";
  position: absolute;
  top: 1 px;
  right: 0;
  width: 19px;
  height: 19px;
  background: none;
  border: 0;
  background: #E6E6E6;
  border-radius: 2px;
  transition: all 0.3s;
  border-radius: 2px;font-size: 19px;
}
input[type=checkbox] ~ label::after {
content: "\f00c";
position: absolute;
top: 2px;
right: 3px;
width: 20px;
height: 20px;
  opacity: 0;
transition: all 0.3s;
font-family: "Font Awesome 5 Pro";
color: #fff;font-size: 19px;
font-weight: 300;
}

input[type=radio] ~ label::after {
content: "";
position: absolute;
top: 2px;
right: 2px;
width: 20px;
height: 20px;
  opacity: 0;
transition: all 0.3s;
font-family: "Font Awesome 5 Pro";
color: #fff;
font-weight: 300;
background: #00a5a5;
}

input[type=checkbox]:checked ~ label::after,
input[type=radio]:checked ~ label::after {
  opacity: 1;
}

input[type=checkbox]:checked ~ label::before {
background: #00a5a5;	
}

input[type=radio]:checked ~ label::before {
border: 1px solid #00a5a5;
	
}

input:checked ~ .rn-check-box-label::before {
  background: #00a5a5 !important;
}

input[type=radio] ~ label::before {
  border-radius: 50%;
  background: #fff;
border: 1px solid #d9d9d9;
}
input[type=radio] ~ label::after {
  width: 9px;
  height: 9px;
  right: 3px !important;
  background: #00a5a5;
  border-radius: 50%;
  border: 0;
  top: 5px !important;
  transform: none;right: 5px !important;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  margin-bottom: 6px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
}
.form-group input {
  border: 0 none;
  border-radius: 5px;
  height: 50px;
  font-size: var(--font-size-b2);
  transition: var(--transition);
  padding: 0 20px;
  background-color: var(--color-lightest);
  border: 1px solid transparent;
  transition: var(--transition);
}

.input-group input:focus,
.form-group input:focus {
  border-color: #C6C5C5;
  box-shadow: none;
}
.form-group textarea {
  min-height: 160px;
  border: 0 none;
  border-radius: 5px;
  resize: none;
  padding: 15px;
  font-size: var(--font-size-b2);
  transition: var(--transition);
  background-color: var(--color-lightest);
  border: 1px solid transparent;
}
.form-group textarea:focus {
  border-color: #C6C5C5;
}

input[type=submit] {
  width: auto;
  padding: 0 30px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
  height: 60px;
  background: #00a5a5;
  color: var(--color-white);
  font-weight: var(--p-medium);
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b3);
  height: 50px;
  border: 2px solid #00a5a5;
  transition: var(--transition);
}
input[type=submit]:hover {
  background: transparent;
  color: #00a5a5;
}

/*==============================
 *  Utilities
=================================*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.fix {
  overflow: hidden;
}

.slick-initialized .slick-slide {
  margin-bottom: -10px;
}

.slick-gutter-15 {
  margin: -30px -15px;
}
.slick-gutter-15 .slick-slide {
  padding: 30px 15px;
}

iframe {
  width: 100%;
}

/*===============================
    Background Color 
=================================*/
.bg-color-primary {
  background: #00a5a5;
}

.bg-color-secondary {
  background: var(--color-secondary);
}

.bg-color-tertiary {
  background: var(--color-tertiary);
}

.bg-color-gray {
  background: var(--color-gray);
}

.bg-color-white {
  background: #FFFFFF;
}

.bg-color-black {
  background: #1A1A1A;
}

.bg-color-extra03 {
  background: var(--color-extra03);
}

/*===========================
Background Image 
=============================*/
.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--1 {
  background-image: url(../images/bg/bg-image-1.html);
}

.bg_image--2 {
  background-image: url(../images/bg/bg-image-2.html);
}

.bg_image--3 {
  background-image: url(../images/bg/bg-image-3.html);
}

.bg_image--4 {
  background-image: url(../images/bg/bg-image-4.html);
}

.bg_image--5 {
  background-image: url(../images/bg/bg-image-5.html);
}

.bg_image--6 {
  background-image: url(../images/bg/bg-image-6.html);
}

.bg_image--7 {
  background-image: url(../images/bg/bg-image-7.html);
}

.bg_image--8 {
  background-image: url(../images/bg/bg-image-8.html);
}

.bg_image--9 {
  background-image: url(../images/bg/bg-image-9.html);
}

.bg_image--10 {
  background-image: url(../images/bg/bg-image-10.html);
}

.bg_image--11 {
  background-image: url(../images/bg/bg-image-11.html);
}

.bg_image--12 {
  background-image: url(../images/bg/bg-image-12.html);
}

.bg_image--13 {
  background-image: url(../images/bg/bg-image-13.html);
}

.bg_image--14 {
  background-image: url(../images/bg/bg-image-14.html);
}

.bg_image--15 {
  background-image: url(../images/bg/bg-image-15.html);
}

.bg_image--16 {
  background-image: url(../images/bg/bg-image-16.html);
}

.bg_image--17 {
  background-image: url(../images/bg/bg-image-17.html);
}

.bg_image--18 {
  background-image: url(../images/bg/bg-image-18.html);
}

.bg_image--19 {
  background-image: url(../images/bg/bg-image-19.html);
}

.bg_image--20 {
  background-image: url(../images/bg/bg-image-20.html);
}

.bg_image--21 {
  background-image: url(../images/bg/bg-image-21.html);
}

.bg_image--22 {
  background-image: url(../images/bg/bg-image-22.html);
}

.bg_image--23 {
  background-image: url(../images/bg/bg-image-23.html);
}

.bg_image--24 {
  background-image: url(../images/bg/bg-image-24.html);
}

.bg_image--25 {
  background-image: url(../images/bg/bg-image-25.html);
}

.bg_image--26 {
  background-image: url(../images/bg/bg-image-26.html);
}

.bg_image--27 {
  background-image: url(../images/bg/bg-image-27.html);
}

.bg_image--28 {
  background-image: url(../images/bg/bg-image-28.html);
}

.bg_image--29 {
  background-image: url(../images/bg/bg-image-29.html);
}

.bg_image--30 {
  background-image: url(../images/bg/bg-image-30.html);
}

.bg_image--31 {
  background-image: url(../images/bg/bg-image-31.html);
}

.bg_image--32 {
  background-image: url(../images/bg/bg-image-32.html);
}

.bg_image--33 {
  background-image: url(../images/bg/bg-image-33.html);
}

.bg_image--34 {
  background-image: url(../images/bg/bg-image-34.html);
}

.bg_image--35 {
  background-image: url(../images/bg/bg-image-35.html);
}

.bg_image--36 {
  background-image: url(../images/bg/bg-image-36.html);
}

.bg_image--37 {
  background-image: url(../images/bg/bg-image-37.html);
}

.bg_image--38 {
  background-image: url(../images/bg/bg-image-38.html);
}

.bg_image--39 {
  background-image: url(../images/bg/bg-image-39.html);
}

.bg_image--40 {
  background-image: url(../images/bg/bg-image-40.html);
}

.bg_tr-image--1 {
  background-image: url(../images/bg/bg-image-41.html);
  background-size: cover;
}

.bg_tr-image--2 {
  background-image: url(../images/bg/bg-image-42.html);
  background-size: cover;
}

.bg_tr-image--3 {
  background-image: url(../images/bg/bg-image-43.html);
  background-size: cover;
}

.bg_tr-image--4 {
  background-image: url(../images/bg/bg-image-44.html);
  background-size: cover;
}

.bg_tr-image--5 {
  background-image: url(../images/bg/bg-image-45.html);
  background-size: cover;
}

.bg_tr-image--6 {
  background-image: url(../images/bg/bg-image-46.html);
  background-size: cover;
}

.bg_tr-image--7 {
  background-image: url(../images/bg/bg-image-47.html);
  background-size: cover;
}

.bg_tr-image--8 {
  background-image: url(../images/bg/bg-image-48.html);
  background-size: cover;
}

.bg_tr-image--9 {
  background-image: url(../images/bg/bg-image-49.html);
  background-size: cover;
}

.bg_tr-image--10 {
  background-image: url(../images/bg/bg-image-50.html);
  background-size: cover;
}

.bg_tr-image--11 {
  background-image: url(../images/bg/bg-image-51.html);
  background-size: cover;
}

.bg_tr-image--12 {
  background-image: url(../images/bg/bg-image-52.html);
  background-size: cover;
}

.bg_tr-image--13 {
  background-image: url(../images/bg/bg-image-53.html);
  background-size: cover;
}

.bg_tr-image--14 {
  background-image: url(../images/bg/bg-image-54.html);
  background-size: cover;
}

.bg_tr-image--15 {
  background-image: url(../images/bg/bg-image-55.html);
  background-size: cover;
}

.bg_tr-image--16 {
  background-image: url(../images/bg/bg-image-56.html);
  background-size: cover;
}

.bg_tr-image--17 {
  background-image: url(../images/bg/bg-image-57.html);
  background-size: cover;
}

.bg_tr-image--18 {
  background-image: url(../images/bg/bg-image-58.html);
  background-size: cover;
}

.bg_tr-image--19 {
  background-image: url(../images/bg/bg-image-59.html);
  background-size: cover;
}

.bg_tr-image--20 {
  background-image: url(../images/bg/bg-image-60.html);
  background-size: cover;
}

/* Height and width */
.fullscreen {
  min-height: 980px;
  width: 100%;
}

/*===================
Custom Row
======================*/
.row--0 {
  margin-right: 0px;
  margin-left: 0px;
}
.row--0 > [class*=col] {
  padding-right: 0px;
  padding-left: 0px;
}

.row--5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row--5 > [class*=col] {
  padding-right: 5px;
  padding-left: 5px;
}

.row--10 {
  margin-right: -10px;
  margin-left: -10px;
}
.row--10 > [class*=col] {
  padding-right: 10px;
  padding-left: 10px;
}

.row--20 {
  margin-right: -20px;
  margin-left: -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
.row--20 > [class*=col], .row--20 > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.row--25 {
  margin-right: -25px;
  margin-left: -25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
.row--25 > [class*=col], .row--25 > [class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.row--30 {
  margin-right: -30px;
  margin-left: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
.row--30 > [class*=col], .row--30 > [class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.row--45 {
  margin-right: -45px;
  margin-left: -45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--45 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
.row--45 > [class*=col], .row--45 > [class*=col-] {
  padding-right: 45px;
  padding-left: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.row--40 {
  margin-right: -40px;
  margin-left: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--40 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
.row--40 > [class*=col], .row--40 > [class*=col-] {
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.row--60 {
  margin-right: -60px;
  margin-left: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--60 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--60 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--60 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--60 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
.row--60 > [class*=col], .row--60 > [class*=col-] {
  padding-right: 60px;
  padding-left: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	Overlay styles 
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
  z-index: 2;
}

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

[data-overlay]:before {
  background: #00a5a5;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

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

/*------------------------------
    Scroll Up 
--------------------------------*/
#scrollUp {
  width: 70px;
  height: 80px;
  left: 100px;
  bottom: 60px;
  text-align: center;
  z-index: 9811 !important;
  text-decoration: none;
  background: #fff;
  line-height: 80px;
  color: #757589;
  font-size: 18px;
  font-weight: 400;
  transition: var(--transition);
  display: inline-block;
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    left: 20px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    left: 20px;
    bottom: 40px;
  }
}
#scrollUp::before {
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
  filter: blur(50px);
}
#scrollUp::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    left: 20px;
    bottom: 30px;
    width: 50px;
    height: 60px;
    line-height: 60px;
  }
}
#scrollUp span.text {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  #scrollUp span.text {
    margin-top: 3px;
  }
}
#scrollUp span.text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent #00a5a5 transparent;
  position: absolute;
  content: "";
  right: 50%;
  top: 21%;
  transform: translateX(-50%);
}
#scrollUp:hover span.text {
  color: #00a5a5;
}

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/*jump animation */
@keyframes jump-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50px, 0) scale(0.7);
    transform: translate3d(0, 50px, 0) scale(0.7);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-4 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0) scale(0.8);
    transform: translate3d(0, 20px, 0) scale(0.8);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-5 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand-2 {
  from {
    transform: scale3d(1, 1, 1);
  }
  0% {
    transform: scale3d(1, 0.95, 1);
  }
  50% {
    transform: scale3d(1, 0, 1);
  }
  100% {
    transform: scale3d(1, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft2 {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight-2 {
  from {
    transform: translate3d(30%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp2 {
  from {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    visibility: hidden;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes slideInUp3 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: hidden;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
[data-aos=slideInUp2] {
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=slideInUp2].aos-animate {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  [data-aos=slideInUp2] {
    transform: translateY(30px);
  }
  [data-aos=slideInUp2].aos-animate {
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes jump-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateIt2 {
  to {
    transform: rotate(360deg);
  }
}
@keyframes shape-service-1 {
  0% {
    left: -40%;
    top: 30%;
  }
  100% {
    left: -23%;
    top: 0;
  }
}
@keyframes animate-floting {
  0% {
    transform: translateX(50%);
  }
  50% {
    transform: translateX(-40%);
  }
  100% {
    transform: translateX(40%);
  }
}
@keyframes animate-floting-2 {
  0% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(40%);
  }
  100% {
    transform: translateX(-40%);
  }
}
@keyframes animate-floting-3 {
  0% {
    transform: translateX(-20%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-20%);
  }
}
@keyframes stickyanimations {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.floting-line {
  animation: animate-floting 15s linear infinite;
}
.floting-line:hover {
  animation-play-state: paused;
}

.floting-line-2 {
  animation: animate-floting-2 15s linear infinite;
}
.floting-line-2:hover {
  animation-play-state: paused;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes vsmorph {
  0% {
    border-radius: var(--morp-value);
  }
  50% {
    border-radius: var(--morp-md-value);
  }
  100% {
    border-radius: 40% 60%;
  }
}
@keyframes morpspin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.reveal-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.reveal-item .reveal-animation {
  position: absolute;
  top: 0;
  width: 100%;
  height: 101%;
  background: #00a5a5;
}

.reveal-item .reveal-animation::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--bs-gray-400);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.reveal-animation.reveal-primary::before {
  background: #0c0c0a;
}

.reveal-animation.reveal-dark::before {
  background: #000;
}

.reveal-animation.reveal-white::before {
  background: #000;
}

.reveal-animation.reveal-top.aos-animate::before,
.reveal-animation.reveal-bottom.aos-animate::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.reveal-animation.reveal-start.aos-animate::before,
.reveal-animation.reveal-end.aos-animate::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.reveal-animation.reveal-top::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.reveal-animation.reveal-start::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.reveal-animation.reveal-end::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.reveal-animation.reveal-bottom::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

[data-aos=reveal-top],
[data-aos=reveal-start],
[data-aos=reveal-end],
[data-aos=reveal-bottom] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

[data-aos=reveal-top] {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

[data-aos=reveal-top].aos-animate {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

[data-aos=reveal-start] {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

[data-aos=reveal-start].aos-animate {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

[data-aos=reveal-end] {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

[data-aos=reveal-end].aos-animate {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

[data-aos=reveal-bottom] {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

[data-aos=reveal-bottom].aos-animate {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

[data-aos=reveal-item] {
  visibility: hidden;
  -webkit-transition-property: visibility;
  transition-property: visibility;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

[data-aos=reveal-item].aos-animate {
  visibility: visible;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes customOne {
  0% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    opacity: 0;
  }
}
@keyframes liveAuction {
  0% {
    background: var(--color-white);
  }
  100% {
    background: var(--color-danger);
  }
}
.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}
.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .cd-headline {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .cd-headline {
    font-size: 26px;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: right;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  right: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  margin-top: -20px;
}
.cd-headline.clip .cd-words-wrapper b {
  
}

.cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: var(--color-primary-3);
  transform: translateY(-50%);
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* Header */
.header-top-one-wrapper {
  background: #00a5a5;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .header-top-one-wrapper {
    display: none;
  }
}
.header-top-one-wrapper .header-top-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-one-wrapper .left-information {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-one-wrapper .left-information a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
}

/*
.header-top-one-wrapper .right-information.admin-panel {
  display: flex;
  align-items: center;
  gap: 20px;
}

*/


.right-information.admin-panel {
  display: flex;
  align-items: center;
  gap: 20px;
}


.right-information .rts-dropdown-menu {
  padding: 0;
  margin: 0;
}
.right-information .rts-dropdown-menu .has-child-menu {
  list-style: none;
  margin: 0;
  position: relative;
  transition: all 0.4s;
}
.right-information .rts-dropdown-menu .has-child-menu:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0) translateY(0);
}
.right-information .rts-dropdown-menu .has-child-menu a {
  color: var(--color-white);
  font-size: 19px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.right-information .rts-dropdown-menu .has-child-menu a img {
  width: 20px;
}
.right-information .rts-dropdown-menu .has-child-menu .sub-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  background: var(--color-white);
  transform: translateZ(0) translateY(15px);
  border-radius: 5px;
  transition: all 0.4s;
  box-shadow: 0px 7px 18px #1810100d;
  display: flex;
  flex-direction: column;
  min-width: 170px;
  z-index: 10;
  padding: 6px 0;
}
.right-information .rts-dropdown-menu .has-child-menu .sub-menu li {
  list-style: none;
  width: 100%;
  display: block;
  margin: 0;
}
.right-information .rts-dropdown-menu .has-child-menu .sub-menu li:hover a {
  background: #EEEBFF;
  color: #00a5a5;
}
.right-information .rts-dropdown-menu .has-child-menu .sub-menu li a {
  color: #1F1F25;
  font-size: 19px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  margin: 2px 10px;
  transition: all 0.3s;
  border-radius: 5px;
  background: transparent;
}
.right-information .rts-dropdown-menu .has-child-menu .sub-menu li a.view-pro-file {
  padding: 0 !important;
  background: transparent;
  margin: 0;
}
.right-information .rts-dropdown-menu .has-child-menu .sub-menu li a img {
  width: 20px;
}
.right-information .rts-dropdown-menu.switcher-currency .has-child-menu .sub-menu {
  min-width: 100px;
}
.header-top-one-wrapper .right-information select {
  display: inline-block;
  max-width: max-content;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 19px;
  position: relative;
  background-image: url(../images/header/01.svg) !important;
}
.header-top-one-wrapper .right-information select::after {
  position: absolute;
  content: "\f078";
  left: 0;
  top: 0;
  font-size: 18px;
  color: #fff;
}
.header-top-one-wrapper .right-information select:focus {
  box-shadow: none;
}
.header-top-one-wrapper .right-information select option {
  color: #242424;
  font-size: 19px;
}

.header-one-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-one-wrapper .left-side-header {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-one-wrapper .left-side-header {
    gap: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-one-wrapper .left-side-header {
    gap: 20px;
  }
}
.header-one-wrapper .left-side-header .logo-area {
  padding: 5px 0;
  display: block;
}

.header-one-wrapper .left-side-header .logo-area img {
max-width: 170px;
}


.header-one-wrapper .left-side-header .category-area {
  cursor: pointer;
  padding: 20px 0;
}
.header-one-wrapper .left-side-header .category-area .category-btn {
  padding: 6px 16px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  border: 1px solid #00a5a5;
  background: #FBFAFF;
  gap: 8px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .header-one-wrapper .left-side-header .category-area .category-btn {
    display: none;
  }
}
.header-one-wrapper .left-side-header .category-area .category-btn span {
  color: #00a5a5;
  font-weight: 500;
}
.header-one-wrapper .left-side-header .category-area .category-btn i {
  color: #00a5a5;
}
.header-one-wrapper .left-side-header .category-area:hover .category-sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0) translateY(20px);
}
.header-one-wrapper .left-side-header .category-area .category-sub-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  background: var(--color-white);
  transform: translateZ(0) translateY(30px);
  border-radius: 5px;
  transition: all 0.4s;
  box-shadow: 0px 7px 18px #1810100d;
  display: flex;
  flex-direction: column;
  min-width: 410px;
  padding: 17px 10px;
}
.header-one-wrapper .left-side-header .category-area .category-sub-menu li {
  list-style: none;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
}
.header-one-wrapper .left-side-header .category-area .category-sub-menu li ul {
  padding: 0;
  margin: 0;
}
.header-one-wrapper .left-side-header .category-area .category-sub-menu li a {
  color: #1F1F25;
  font-size: 18px;
  
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  margin: 2px 10px;
  transition: all 0.3s;
  border-radius: 5px;
  background: transparent;
}
.header-one-wrapper .left-side-header .category-area .category-sub-menu li a span {
  color: #1F1F25;
}
.header-one-wrapper .left-side-header .category-area .category-sub-menu li a:hover {
  background: #EEEBFF;
}
.header-one-wrapper .left-side-header .category-area .category-sub-menu li a:hover span {
  color: #00a5a5;
}
.header-one-wrapper .left-side-header .category-area .category-sub-menu li a img {
  width: 45px;
}
.header-one-wrapper .left-side-header .category-area .category-sub-menu li a h4 {
  color: #1F1F25;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.1;
}
.header-one-wrapper .left-side-header .category-area .category-sub-menu li a p {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.1;
}

.header-right-area-one {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .header-right-area-one {
    gap: 6px;
  }
}
.header-right-area-one .buttons-area {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
}

.info-lang {
	 margin-left: 10px;
	
}

.info-lang i {
font-size: 9px;
}

@media only screen and (max-width: 767px) {
  .header-right-area-one .buttons-area {
    display: none;
  }
}

.header-right-area-one .actions-area {
  display: flex;
  align-items: center;
}


.header-right-area-one .actions-area a.rts-btn.btn-border {
color: #00a5a5;
}


.header-right-area-one .actions-area a.rts-btn:hover {
color: #fff;/*
border-color: #00a5a5 !important;*/
}

.header-right-area-one .actions-area a.rts-btn:hover > i,
.header-right-area-one .actions-area a.rts-btn:hover > span {
color: #000;
}


@media only screen and (max-width: 1199px) {
  .header-right-area-one .actions-area a.rts-btn {
    display: none;
  }
}
.header-right-area-one .actions-area .menu-btn {
  cursor: pointer;
}
.header-right-area-one .actions-area .search-btn {
  cursor: pointer;
padding-left: 15px;
position: relative;
margin-left: 15px;
color: #000;
}
.header-right-area-one .actions-area .search-btn::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #000;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0.5;
}
.header-right-area-one .actions-area .search-btn i {
  color: #000;
}
.header-right-area-one .actions-area .cart {
  padding-right: 15px;
}
.header-right-area-one .actions-area .cart i {
  color: #00a5a5;
  font-size: 22px;
  position: relative;
  margin-top: 8px !important;
  cursor: pointer;
}
.header-right-area-one .actions-area .cart i::after {
  position: absolute;
  content: "2";
  left: -8px;
  bottom: 14px;
  height: 18px;
  width: 18px;
  background: #00a5a5;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

@media only screen and (max-width: 1320px) {
  .main-nav-one ul li.has-dropdown .megamenu-hub li ul:first-child::after {
    display: none;
  }
}

.header-one.v-2 .header-top-one-wrapper {
  background: #fff;
  border-bottom: 1px solid #DDD8F9;
}
@media only screen and (max-width: 767px) {
  .header-one.v-2 .header-top-one-wrapper {
    display: none !important;
  }
}
.header-one.v-2 .header-top-one-wrapper .left-information a {
  color: #615F5F;
}
.header-one.v-2 .header-top-one-wrapper .left-information i {
  color: #00a5a5;
  font-weight: 500;
}
.header-one.v-2 .header-top-one-wrapper .right-information select {
  color: #615F5F;
  background-image: url(../images/header/02.svg) !important;
}

.container-full {
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.header-transparent {
  position: relative;
  width: 100%;
  z-index: 100;
  padding: 15px 0;
}
.header-transparent .header-tranaparent-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-transparent .header-tranaparent-main-wrapper .right-area {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-transparent .header-tranaparent-main-wrapper .right-area .rts-btn {
  padding: 10px 22px;
}

.nav-link {
	color: #00a5a5;
}

.header-transparent .main-nav-one ul li a.nav-link {
  color: #ffffff !important;
}

.header-one.v-2 .has-child-menu > .menu-item {
  color: #fff;
}
.header-one.v-2 .has-child-menu i {
  color: #000;
  
}

.header-one.v-5 .left-side-header .search-area {
  position: relative;
}
@media only screen and (max-width: 479px) {
  .header-one.v-5 .left-side-header .search-area {
    display: none;
  }
}
.header-one.v-5 .left-side-header .search-area input {
  border: 1px solid #00a5a5;
  color: #1F1F25;
  padding: 5px 17px;
  background: #FBFAFF;
}
@media only screen and (max-width: 1199px) {
  .header-one.v-5 .left-side-header .search-area input {
    max-width: 180px;
  }
}
.header-one.v-5 .left-side-header .search-area input::placeholder {
  color: #00a5a5;
}
.header-one.v-5 .left-side-header .search-area .search-btn {
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  max-width: max-content;
  padding: 0;
}

.header-one.v-7 {
  background: #08070F;
}
.header-one.v-7 .left-side-header .search-area {
  position: relative;
}
@media (max-width: 450px) {
  .header-one.v-7 .left-side-header .search-area {
    display: none;
  }
}
.header-one.v-7 .left-side-header .search-area input {
  border: 1px solid #1B1925;
  color: var(--color-primary-gym);
  padding: 5px 17px;
  color: #FFFFFF;
}
.header-one.v-7 .left-side-header .search-area input::placeholder {
  color: #FFFFFF;
}
.header-one.v-7 .left-side-header .search-area .search-btn {
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  max-width: max-content;
  padding: 0;
}
.header-one.v-7 .main-nav-one ul li:hover a.nav-link {
  color: var(--color-primary-gym);
}
.header-one.v-7 .main-nav-one ul li a.nav-link {
  color: var(--color-white);
}
.header-one.v-7.header--sticky.sticky {
  background: #08070F;
}
.header-one.v-7 .main-nav-one ul li.has-dropdown .submenu li .third-lvl li a {
  background: #FFFFFF;
  color: var(--color-secondary);
}
.header-one.v-7 .main-nav-one ul li.has-dropdown .submenu li .third-lvl li:hover a {
  color: var(--color-primary-gym);
  background: rgba(177, 13, 0, 0.2);
}
.header-one.v-7 .main-nav-one ul li.has-dropdown .submenu li:hover a {
  color: var(--color-primary-gym);
  background: rgba(177, 13, 0, 0.2);
}
.header-one.v-7 .main-nav-one ul li.has-dropdown .submenu li:hover::after {
  color: var(--color-primary-gym);
}
.header-one.v-7 .main-nav-one ul li.has-dropdown .megamenu-hub li ul li:hover a {
  color: var(--color-primary-gym);
}
.header-one.v-7 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li ul li.parent a {
  color: var(--color-primary-gym);
}
.header-one.v-7 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav {
  background: rgba(177, 13, 0, 0.2);
}
.header-one.v-7 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav:hover {
  border: 1px solid var(--color-primary-gym);
}
.header-one.v-7 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav:hover span {
  color: var(--color-primary-gym);
}
.header-one.v-7 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav.mash {
  background: rgba(177, 13, 0, 0.4);
}

.header-one.v-8 {
  background: #FFFFFF;
}
.header-one.v-8 .left-side-header .search-area {
  position: relative;
}
@media (max-width: 450px) {
  .header-one.v-8 .left-side-header .search-area {
    display: none;
  }
}
.header-one.v-8 .left-side-header .search-area input {
  border: 1px solid #FFE4D7;
  color: var(--color-secondary);
  padding: 5px 17px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .header-one.v-8 .left-side-header .search-area input {
    max-width: 180px;
  }
}
.header-one.v-8 .left-side-header .search-area input::placeholder {
  color: #615F5F;
}
.header-one.v-8 .left-side-header .search-area .search-btn {
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  max-width: max-content;
  padding: 0;
}
.header-one.v-8 .main-nav-one ul li:hover a.nav-link {
  color: var(--color-primary-kitchen);
}
.header-one.v-8 .main-nav-one ul li a.nav-link {
  color: var(--color-secondary);
}
.header-one.v-8.header--sticky.sticky {
  background: #FFFFFF;
}
.header-one.v-8 .main-nav-one ul li.has-dropdown .submenu li .third-lvl li a {
  background: #FFFFFF;
  color: var(--color-secondary);
}
.header-one.v-8 .main-nav-one ul li.has-dropdown .submenu li .third-lvl li:hover a {
  color: var(--color-primary-kitchen);
  background: #FFEFE7;
}
.header-one.v-8 .main-nav-one ul li.has-dropdown .submenu li:hover a {
  color: var(--color-primary-kitchen);
  background: #FFEFE7;
}
.header-one.v-8 .main-nav-one ul li.has-dropdown .submenu li:hover::after {
  color: var(--color-primary-kitchen);
}
.header-one.v-8 .main-nav-one ul li.has-dropdown .megamenu-hub li ul li:hover a {
  color: var(--color-primary-kitchen);
}
.header-one.v-8 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li ul li.parent a {
  color: var(--color-primary-kitchen);
}
.header-one.v-8 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav {
  background: #FFEFE7;
}
.header-one.v-8 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav:hover {
  border: 1px solid var(--color-primary-kitchen);
}
.header-one.v-8 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav:hover span {
  color: var(--color-primary-kitchen);
}
.header-one.v-8 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav.mash {
  background: #ffd4bf;
}

.menu-btn {
  cursor: pointer;
}
.menu-btn svg rect {
 fill: #000;
}

.v-7 .menu-btn svg rect {
  fill: var(--color-primary-gym);
}

.v-8 .menu-btn svg rect {
  fill: var(--color-primary-kitchen);
}

.admin-top-area-right .search-btn i {
  color: #00a5a5 !important;
  font-size: 20px;
  position: relative;
}
.admin-top-area-right .search-btn i::after {
  position: absolute;
  content: "2";
  left: -8px;
  bottom: 10px;
  height: 18px;
  width: 18px;
  background: #00a5a5;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.header-one.v-5 .header-top-one-wrapper {
  background: #F6F6F6;
}
.header-one.v-5 .header-top-one-wrapper .left-information a {
  color: #1F1F25;
  font-size: 19px;
  font-weight: 400;
}
.header-one.v-5 .header-top-one-wrapper .left-information a i {
  color: #00a5a5;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .header-one.v-5 .header-top-one-wrapper.with-admin {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .header-one.v-5 .header-top-one-wrapper.with-admin .left-information .email.none-sm {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .header-one.v-5 .header-top-one-wrapper.with-admin .actions-area {
    display: none;
  }
}

.right-information.admin-panel .has-child-menu > a > i {

color: #FFA732;
color: #00a5a5;
}
.right-information.admin-panel .has-child-menu a span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.right-information.admin-panel .has-child-menu .sub-menu {
  min-width: 230px !important;
  left: 0;
right: auto;
}
@media only screen and (max-width: 575px) {
  .right-information.admin-panel .has-child-menu .sub-menu {
    right: -210% !important;
  }
}
.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
}
.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture img {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 100%;
  border: 2px solid #2f57ef21;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  padding: 3px;
}
.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture .info {

}
.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture .info .name {
  margin-bottom: 0;
  line-height: 18px;
}
.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture .info a {
  padding: 0;
  color: #00a5a5;
  font-weight: 500;
}
.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture .info a::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 2px;
  height: 1px;
  background: #00a5a5;
  width: 0%;
  transition: 0.3s;
}
.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture .info a:hover::after {
  width: 100%;
}
.right-information.admin-panel .has-child-menu .sub-menu li a {
  display: flex;
  align-items: center;
  padding: 4px 15px !important;
}
.right-information.admin-panel .has-child-menu .sub-menu li a i {
  flex-basis: 30px;
  font-size: 18px;color: #00a5a5;
}
.right-information.admin-panel .has-child-menu .sub-menu li a p {
  font-size: 19px;
  color: #08070F;margin: 0;
}

.admin-border-top {
  border-top: 1px solid #e7e7e7;
  margin-top: 2px !important;
    margin-bottom: 5px !important;

  padding-top: 3px;
}

.nav-area nav ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.nav-area nav ul li {
  margin: 0;
}
.nav-area nav ul li a {
  padding: 33px 22px !important;
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  display: block;
}

nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
nav ul li {
  margin: 0;
}
nav ul li a {
  padding: 19px 15px;
  display: block;
  color: #1F1F25;
  
  transition: 0.3s;
}

.header--sticky {
  display: block;
  width: 100%;
  box-shadow: none;
  background: #fff;
  z-index: 8;
  margin: auto;
  align-items: center;
box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 16px rgba(0,0,0,.06);
position: relative;
}

.header--sticky.fixed {
  position: fixed !important;
  box-shadow: 0px 7px 18px #1810100d;
}

.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  animation: stickyanimations 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  display: block;
  width: 100%;

  background: #fff;
  z-index: 999;
  border: none !important;
  max-width: 100%;

}

.header--sticky.back-hide-header {
  transform: translateY(-100%);
  transition: var(--transition);
}

.header-one .header-nav.main-nav-one {
  margin-right: -12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
  .main-nav-one {
    display: none;
  }
}
.main-nav-one ul li {
  position: relative;
}
.main-nav-one ul li > a {
  padding: 19px 15px;
}
.main-nav-one ul li a.nav-link {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  font-family: "bld";
}

.main-nav-one ul li a.nav-link > i {
	color: #00a5a5;
	margin-left: 6px;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav-one ul li a.nav-link {
    font-size: 19px;
    margin-left: 8px;
  }
}
.main-nav-one ul li.has-dropdown {
  margin-left: 10px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .main-nav-one ul li.has-dropdown {
    margin-left: 12px;
  }
}
.main-nav-one ul li.has-dropdown a {
  position: relative;
}
/*
.main-nav-one ul li.has-dropdown a.nav-link {
  padding: 20px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}*/
.main-nav-one ul li.has-dropdown a::before {
  content: "\f078" !important;
  position: absolute !important;
  top: 50%;
  font-family: "Font Awesome 5 Pro" !important;
  left: -3px;
  transform: translateY(-50%);
  transition: 0.3s;
  font-size: 12px;
}
.main-nav-one ul li.has-dropdown .submenu {
  min-width: 230px;
  height: auto;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: right;
  transition: 0.3s;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  border-right: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14;
  border-left: 1px solid #ffffff14;
  display: inline-block;
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
  padding: 14px;
  transform-origin: 0 0;
  transform: scaleY(0);
}




.main-nav-one ul li.has-dropdown .submenu.elmaad-menu {
	  min-width: 280px;
	    padding: 14px;
}

.main-nav-one ul li.has-dropdown .submenu.elmaad-menu li a {
  padding: 12px 20px;
font-family: "bld";
}

.main-nav-one ul li.has-dropdown .submenu.elmaad-menu li a i {
margin-left: 15px;
font-size: 20px;
}


.main-nav-one ul li.has-dropdown .submenu li {
  margin-left: 0;
  padding: 0;
}
.main-nav-one ul li.has-dropdown .submenu li:last-child a {
  border: none;
}
.main-nav-one ul li.has-dropdown .submenu li:hover a {
  background: #EEEBFF;
  color: #00a5a5;
}
.main-nav-one ul li.has-dropdown .submenu li a {
  padding: 6px 12px;
  margin: 2px 0;
  font-weight: 400;
  font-size: 18px;
  transition: all 0.3s;
  border-radius: 5px;font-family: "bld";
}


.main-nav-one ul li.has-dropdown .submenu li a img {
	width: 27px;
	margin-left: 10px;
filter: brightness(0);
}


.main-nav-one ul li.has-dropdown .submenu li a:hover img {
filter: brightness(1);
}



.main-nav-one ul li.has-dropdown .submenu li a::before {
  display: none;
}
.main-nav-one ul li.has-dropdown .submenu li .third-lvl li a {
  background: #FFFFFF;
  color: var(--color-secondary);
}
.main-nav-one ul li.has-dropdown .submenu li .third-lvl li:hover a {
  color: #00a5a5;
  background: #EEEBFF;
}
.main-nav-one ul li.has-dropdown .megamenu-hub {
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: right;
  transition: 0.3s;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  border-right: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14;
  border-left: 1px solid #ffffff14;
  display: inline-block;
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
  padding: 40px 80px;
  transform-origin: 0 0;
  transform: scaleY(0);
}
.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega {
  max-width: 80% !important;
  margin: auto;
  min-width: 70%;
  right: 19%;
  padding: 30px;
}
.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li ul {
  flex-basis: 27%;
}
.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li ul::after {
  display: none;
}
.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li ul li.parent {
  width: 100%;
  border-bottom: 1px solid #DDD8F9;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li ul li.parent a {
  font-size: 18px;
  color: #00a5a5;
  
}
.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area {
  right: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-right: 1px solid #DDD8F9;
  padding-right: 20px;
}
.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav {
  display: block;
  padding: 10px 20px;
  background: #ECE9FF;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 100%;
  transition: 0.3s;
  border: 1px solid transparent;
}
.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav.mash {
  background: #D6CEFF;
}
.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav .icon {
  margin-bottom: 10px;
}
.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav span {
  font-size: 18px;
}
.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav::before {
  display: none;
}
.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav:last-child {
  margin-bottom: 0;
}
.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav:hover {
  border: 1px solid #00a5a5;
}
.main-nav-one ul li.has-dropdown .megamenu-hub li {
  display: flex;
}
.main-nav-one ul li.has-dropdown .megamenu-hub li ul {
  flex-direction: column;
  flex-basis: 25%;
  text-align: right;
  align-items: flex-start;
  position: relative;
}
.main-nav-one ul li.has-dropdown .megamenu-hub li ul li {
  display: block;
}
.main-nav-one ul li.has-dropdown .megamenu-hub li ul li:hover a {
  color: #00a5a5;
}
.main-nav-one ul li.has-dropdown .megamenu-hub li ul li a {
  padding: 6px 10px;
  font-weight: 400;
  font-size: 18px;
  font-weight: 400;
}
.main-nav-one ul li.has-dropdown .megamenu-hub li ul li a::before {
  display: none;
}
.main-nav-one ul li.has-dropdown .megamenu-hub li ul li span {
  position: absolute;
  right: 100%;
  top: 10px;
  font-size: 13px;
  border-radius: 2px;
  padding: 3px 8px;
  background: #00a5a5;
  color: #fff;
  line-height: 1;
}
.main-nav-one ul li.has-dropdown .megamenu-hub li ul li span.popular {
  background: red;
}
.main-nav-one ul li.has-dropdown .megamenu-hub li ul:first-child::after {
  position: absolute;
  content: "";
  left: 70px;
  height: 85%;
  width: 1px;
  top: 3%;
  background: #DDD8F9;
}
.main-nav-one ul li.has-dropdown .megamenu-hub li .nav-mega-image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-basis: 50%;
}
.main-nav-one ul li.has-dropdown .megamenu-hub li .nav-mega-image::before {
  display: none;
}
.main-nav-one ul li.has-dropdown .megamenu-hub li .nav-mega-image a {
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .main-nav-one ul li.has-dropdown .megamenu-hub li .nav-mega-image a {
    max-width: 95%;
  }
}
.main-nav-one ul li.has-dropdown .megamenu-hub li .nav-mega-image a::before {
  display: none;
}
.main-nav-one ul li.has-dropdown .megamenu-hub .absolute-image-shape img {
  position: absolute;
}
.main-nav-one ul li.has-dropdown .megamenu-hub .absolute-image-shape .one {
  position: absolute;
  right: 50%;
  top: 70%;
}
.main-nav-one ul li.has-dropdown .megamenu-hub .absolute-image-shape .two {
  position: absolute;
  left: -3%;
  top: -16%;
}
.main-nav-one ul li.has-dropdown:hover a.nav-link::before {
  content: "\f077" !important;
}
.main-nav-one ul li.has-dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: translateY(0);
  transform: scaleY(1);
}
.main-nav-one ul li.has-dropdown:hover .megamenu-hub {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: translateY(0);
  transform: scaleY(1);
}


.main-nav-one ul li.current a.nav-link,
.main-nav-one ul li:hover a.nav-link {

  color: #00a5a5;
}

.sub-dropdown {
  position: relative !important;
  display: block !important;
}
.sub-dropdown::after {
  position: absolute;
  content: "\f054";
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #616165;
  font-size: 12px;
  font-family: var(--font-3);
}
.sub-dropdown .submenu.third-lvl.base {
  opacity: 0 !important;
  min-width: 185px !important;
  right: 100% !important;
  top: -13% !important;
  margin: 0;
  border-radius: 0 !important;
}
.sub-dropdown .submenu.third-lvl.base.base {
  display: block !important;
}
.sub-dropdown:hover .sub-menu-link {
  color: #00a5a5;
}
.sub-dropdown:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  top: 0 !important;
  left: 3px;
  display: block !important;
  border-radius: 10px !important;
  z-index: 100000 !important;
}
.sub-dropdown:hover .submenu.third-lvl.base li {
  display: block;
}
.sub-dropdown:hover .submenu.third-lvl.base li a {
  display: block !important;
}

.header-right-area-one .menu-btn {

  padding: 10px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right-area-one .menu-btn {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header-right-area-one .menu-btn {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
  .main-nav-one {
    display: none;
  }
}

.mobile-menu-main .buttons-area {
  margin-right: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .mobile-menu-main .buttons-area {
    display: none;
  }
}
.mobile-menu-main .buttons-area .rts-btn {
  font-size: 19px;
  padding: 8px 25px;
}
.mobile-menu-main .rts-social-style-one ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
gap: 5px;
justify-content: center;
}
.mobile-menu-main .rts-social-style-one ul li {
  list-style: none;
  margin: 0;
}

/* Banner */
.rts-btn {
  display: block;
  padding: 0 22px;
  border-radius: 35px;
  transition: 0.3s;
  font-weight: 500;
 color: #fff;
background: #00a5a5;
min-width: 130px;text-align: center;
line-height: 48px;
font-size: 18px;
}



.rts-btn img {
margin-right: 4px;
max-width: 20px;

}




.rts-btn-white {
  display: block;
  padding: 0 22px;
  border-radius: 35px;
  transition: 0.3s;
  font-weight: 500;
 color: #000;
background: #fff;
min-width: 130px;text-align: center;
font-family: meed;line-height: 48px;

/*
  box-shadow: -4px 4px 15px 0px #00000026;
  color: #00a5a5;
  font-family: bld;
  */

}



.rts-btn-white img {
margin-right: 8px;
width: 17px;

}






.rts-btn-two {
  display: block;

  padding: 0 22px;
  border-radius: 35px;
  transition: 0.3s;
  font-weight: 500;
 color: #fff;
background: #0086A4;
min-width: 130px;line-height: 40px;
}


.rts-btn:hover {
color: #fff !important;
background: #221859 !important;
border-color: #221859 !important;
}








.rts-btn i { 
font-size: 12px;margin: 0 6px;
}

@media (max-width: 576px) {
  .rts-btn {
    padding: 10px 25px;
  }
}
.rts-btn.btn-primary {
  background: #00a5a5 !important;
  color: #fff;
  border: 1px solid transparent;
}
.rts-btn.btn-primary:hover {
  border: 1px solid #00a5a5;
  background: transparent !important;
  color: #00a5a5 !important;
}




.rts-btn.btn-orange {
  background: #00a5a5;
  color: #fff;
  border: 1px solid transparent;
  background: #00a5a5;
}
.rts-btn.btn-orange:hover {
  border: 1px solid #fff !important;
  background: #fff;
  color: #00a5a5 !important;
}



.rts-btn.with-arrow {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}
.rts-btn.btn-border {
  border: 1px solid #00a5a5;
  color: #00a5a5;background: #fff;
  background: #fff;;
}

.rts-btn.btn-border img {
filter: brightness(0) invert(0) !important;
}

.rts-btn.btn-border:hover img {
filter: brightness(1) invert(1) !important;
}


.rts-btn.btn-border:hover {
  background: #00a5a5;
  color: #fff;
}
.rts-btn.btn-primary-white {
  background: #fff !important;
  color: #00a5a5;
  border: 1px solid transparent;
}
.rts-btn.btn-primary-white:hover {
  background: transparent !important;
  border-color: #fff;
  color: #fff;
}
.rts-btn.btn-gym {
  background: var(--color-primary-gym) !important;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 14px 34px;
}
.rts-btn.btn-gym:hover {
  border: 1px solid var(--color-white);
  background: var(--color-white) !important;
  color: var(--color-primary-gym) !important;
}
.rts-btn.btn-kitchen {
  background: var(--color-primary-kitchen) !important;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 14px 34px;
}
.rts-btn.btn-kitchen:hover {
  border: 1px solid var(--color-primary-kitchen);
  background: none !important;
  color: var(--color-primary-kitchen) !important;
}

.btn-narrow-arrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #00a5a5;
  font-size: 18px;
  
}
.btn-narrow-arrow i {
  color: #00a5a5;
}

.banner-area-one {
  background: #F9F8FF;
  display: flex;
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: auto;
  z-index: 1;
align-items: center;
background-size: cover !important;
background-image: url("../images/hero-bg.svg");
background-repeat: no-repeat;
background-position: center bottom;
height: 100vh;
}


@media only screen and (max-width: 1199px) {
  .banner-area-one {
    height: auto;
  }
}
.banner-area-one .pre-title-banner img {
  margin-left: 10px;
}
.banner-area-one .pre-title-banner span {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.banner-area-one .title-banner {
  color: #221859;
  font-size: 34px;
  font-style: normal;
  
  line-height: 50px;
  position: relative;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .banner-area-one .title-banner {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-area-one .title-banner {
    font-size: 26px;
    line-height: 1.2;
  }
}
.banner-area-one .title-banner img {
  position: absolute;
  right: 41%;
  bottom: 0;
}
@media only screen and (max-width: 575px) {
  .banner-area-one .title-banner img {
    display: none;
  }
}

/*
.banner-area-one .title-banner span {
  color: #221859;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 66px;
}*/
@media only screen and (max-width: 1199px) {
  .banner-area-one .title-banner span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-area-one .title-banner span {
    font-size: 26px;
    line-height: 1.2;
  }
}
.banner-area-one .review-thumb .review-single {
  position: absolute;
  border-radius: 6px;
  border: 1px solid #00a5a5;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(85, 60, 223, 0.1);
  top: 51%;
  right: 45%;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 18px;
  animation: jump-1 15s linear infinite;
}
@media only screen and (max-width: 575px) {
  .banner-area-one .review-thumb .review-single {
    top: 34%;
    right: 60%;
  }
}
@media only screen and (max-width: 479px) {
  .banner-area-one .review-thumb .review-single {
    top: 28%;
    right: 6%;
  }
}
.banner-area-one .review-thumb .review-single.two {
  bottom: 16%;
  top: auto;
  left: 13.5%;
  right: auto;
  animation: jump-2 10s linear infinite;
}
@media only screen and (max-width: 575px) {
  .banner-area-one .review-thumb .review-single.two {
    bottom: 73%;
  }
}
@media only screen and (max-width: 479px) {
  .banner-area-one .review-thumb .review-single.two {
    bottom: 76%;
  }
}
.banner-area-one .review-thumb .review-single img {
  background: #00a5a5;
  padding: 8px;
  border-radius: 6px;
}
.banner-area-one .review-thumb .review-single .info-right .title {
  margin-bottom: 0;
  color: #221859;
  font-size: 24px;
  font-style: normal;
  
  line-height: 20px;
  margin-bottom: -3px;
}
.banner-area-one .review-thumb .review-single .info-right span {
  color: #221859;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.banner-area-one .shape-image .shape {
  position: absolute;
}
.banner-area-one .shape-image .shape.one {
  right: 6%;
  bottom: 30%;
}
@media only screen and (max-width: 1199px) {
  .banner-area-one .shape-image .shape.one {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .banner-area-one .shape-image .shape.one {
    display: none;
  }
}
.banner-area-one .shape-image .shape.two {
  left: 46%;
  top: 15%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-one .shape-image .shape.two {
    right: 5%;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area-one .shape-image .shape.two {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .banner-area-one .shape-image .shape.two {
    display: none;
  }
}
.banner-area-one .shape-image .shape.three {
  left: 15%;
  top: 20%;
}
@media only screen and (max-width: 767px) {
  .banner-area-one .shape-image .shape.three {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .banner-area-one .shape-image .shape.three {
    display: none;
  }
}

.banner-content-one {
display: flex;
align-items: center;
padding: 120px 0 80px;
justify-content: center;

}
  
  .banner-content-one .rts-btn {
	  display: inline-block;
	  margin-top: 10px;
  }
  

/*
@media (max-width: 991px) {
  .banner-content-one {
    padding: 60px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-content-one {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 575px) {
  .banner-content-one {
    padding: 56px 0;
  }
}*/
.banner-content-one p.disc {
  max-width: 75%;
}
@media only screen and (max-width: 1199px) {
  .banner-content-one p.disc {
    min-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-content-one p.disc {
    max-width: 100%;
  }
}
.banner-content-one.v-8 {
  padding: 0;
}
.banner-content-one.v-8 .inner .title-banner {
  font-size: 96px;
  font-style: normal;
  
  line-height: 106px;
  position: relative;
  color: var(--color-secondary-2);
}
@media (max-width: 1300px) {
  .banner-content-one.v-8 .inner .title-banner {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .banner-content-one.v-8 .inner .title-banner {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .banner-content-one.v-8 .inner .title-banner {
    max-width: max-content;
  }
}
@media (max-width: 576px) {
  .banner-content-one.v-8 .inner .title-banner {
    font-size: 65px;
    line-height: 75px;
  }
}
@media (max-width: 450px) {
  .banner-content-one.v-8 .inner .title-banner {
    font-size: 42px;
    line-height: 52px;
  }
}
.banner-content-one.v-8 .inner .title-banner img {
  position: absolute;
  top: -15px;
  left: 10%;
}
@media (max-width: 1300px) and (min-width: 1201px) {
  .banner-content-one.v-8 .inner .title-banner img {
    top: -20px;
    left: 17%;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .banner-content-one.v-8 .inner .title-banner img {
    top: -20px;
    left: 15%;
  }
}
@media (max-width: 991px) {
  .banner-content-one.v-8 .inner .title-banner img {
    top: -20px;
    left: 10%;
  }
}
@media (max-width: 576px) {
  .banner-content-one.v-8 .inner .title-banner img {
    top: -23px;
    left: 4%;
  }
}
@media (max-width: 450px) {
  .banner-content-one.v-8 .inner .title-banner img {
    width: 70px;
    top: -20px;
  }
}
.banner-content-one.v-8 .inner p.disc {
  max-width: max-content;
}
@media (max-width: 1300px) and (min-width: 992px) {
  .banner-content-one.v-8 .inner p.disc br {
    display: none;
  }
}
@media (max-width: 650px) {
  .banner-content-one.v-8 .inner p.disc br {
    display: none;
  }
}
.banner-content-one.v-8 .inner .banner-button-area {
  margin-top: 45px;
  display: flex;
  align-items: center;
  gap: 45px;
}

.banner-right-img {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.banner-right-img.v-8 {
  position: absolute;
  bottom: 0;
  left: 0%;
  display: block;
  width: max-content;
  height: auto;
  z-index: 1;
}
@media (max-width: 1200px) {
  .banner-right-img.v-8 {
    max-width: 550px;
  }
}
@media (max-width: 991px) {
  .banner-right-img.v-8 {
    position: relative;
    z-index: 1;
    order: -1;
    margin-bottom: 60px;
    max-width: 100%;
    width: auto;
  }
}
.banner-right-img.v-8 .round-shape {
  position: absolute;
  top: 60%;
  right: 10px;
  transform: translateY(-60%);
  z-index: -1;
}

.banner-two-flow-1920 {
 
  z-index: 1;

}

.banner-area-one.v-2 {
	
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-one.v-2 {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area-one.v-2 {
    height: auto;
  }
}
.banner-area-one.v-2 .banner-content-one .pre-title-banner span {
  color: #fff;
}
.banner-area-one.v-2 .banner-content-one .title-banner {

}
.banner-area-one.v-2 .banner-content-one .title-banner span {
 
}
.banner-area-one.v-2 .banner-content-one p.disc {
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 28px;
max-width: 100%;
margin-bottom: 12px;
}
.banner-area-one.v-2 .banner-right-img {
display: flex;
align-items: flex-start;
height: 100%;
justify-content: center;
}


.banner-area-one.v-2 .banner-right-img img {
width: 450px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-one.v-2 .banner-right-img {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area-one.v-2 .banner-right-img {
    position: relative;
  }
}
.banner-area-one.v-2 .title-banner img {
  right: 28% !important;
}
.banner-area-one.v-2 .review-thumb .review-single {
  top: 75%;
  right: 53%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-one.v-2 .review-thumb .review-single {
    top: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area-one.v-2 .review-thumb .review-single {
    top: 20%;
    right: 20%;
  }
}
.banner-area-one.v-2 .review-thumb .review-single.two {
  top: 50%;
  bottom: auto;
  left: 10%;
  right: auto;
  max-width: max-content;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-one.v-2 .review-thumb .review-single.two {
    top: 30%;
    left: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area-one.v-2 .review-thumb .review-single.two {
    top: 30%;
    left: 20%;
  }
}
.banner-area-one.v-2 .review-thumb .review-single img {
  background: #ffd335;
}
.banner-area-one.v-2 .banner-shape-area-two img {
  position: absolute;
  z-index: -1;
}
.banner-area-one.v-2 .banner-shape-area-two img.one {
  right: 5%;
  top: 50%;
}
.banner-area-one.v-2 .banner-shape-area-two img.two {
  right: 55%;
  top: 9%;
}
@media only screen and (max-width: 767px) {
  .banner-area-one.v-2 .banner-shape-area-two img.two {
    display: none;
  }
}
.banner-area-one.v-2 .banner-shape-area-two img.three {
  left: 11%;
  top: 11%;
}
@media only screen and (max-width: 767px) {
  .banner-area-one.v-2 .banner-shape-area-two img.three {
    right: 10%;
    left: auto;
  }
}
.banner-area-one.v-2 .banner-shape-area-two img.four {
  left: 8%;
  bottom: 11%;
}
@media only screen and (max-width: 767px) {
  .banner-area-one.v-2 .banner-shape-area-two img.four {
    display: none;
  }
}

.category-search-input {
  display: flex;
  align-items: center;
  border-radius: 5px;
  position: relative;
  max-width: 600px;
}



.category-search-input input ::placeholder {
	color: #A39E9E;
}


.category-search-input input {
width: 100%;
border: 0;
height: 55px !important;
}
@media only screen and (max-width: 575px) {
  .category-search-input input {
    margin-right: 0;
  }
}
.category-search-input button {
position: absolute;
max-width: max-content;
left: 5px;
top: 5px;
background: #00a5a5;
padding: 0 24px;
border-radius: 6px;
color: #fff;
font-family: meed;
display: flex;
gap: 7px;
align-items: center;
height: 45px;
}
.category-search-input .select-banner-search-left {
  flex-basis: 40%;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .category-search-input .select-banner-search-left {
    display: none;
  }
}
.category-search-input .select-banner-search-right::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 1px;
  background: #ABABAB;
}
.category-search-input .nice-select-wrap {
  flex-basis: 80%;
  margin-left: 0;
}
.category-search-input .nice-select-wrap .drop {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  height: 50px;
  padding-left: 25px;
  display: flex;
  align-items: center;
  min-width: max-content;
}
.category-search-input .nice-select-wrap ul {
  top: 100%;
  border-radius: 0 0 10px 10px !important;
  text-align: start;
}

.banner-tags-wrapper {
  display: flex;
  align-items: center;
  margin-top: 30px;
  max-width: 90%;
  flex-wrap: wrap;
}
.banner-tags-wrapper .single-tags-banner {
  margin-left: 8px;
  margin-bottom: 8px;
}
.banner-tags-wrapper .single-tags-banner p {
  margin: 0;
  padding: 6px 10px;
  border-radius: 3px;
  border: 1px solid #9252B0;
  color: #fff;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: 0.3s;
  cursor: pointer;
}
.banner-tags-wrapper .single-tags-banner:hover p {
  background: #fff;
  color: #221859;
}

.rts-banner-area-3.banner-three-bg {
  background: #F9F8FF;
}

.banner-three-bg {
  background: #F9F8FF;
  height: 861px;
  background-image: url(../images/banner/02.jpg);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-three-bg {
    height: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-three-bg {
    height: auto;
  }
}
.banner-three-bg .banner-three-images .left-top {
  position: absolute;
  top: 25%;
  right: 8%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-three-bg .banner-three-images .left-top {
    right: 5%;
    top: 10%;
  }
}
@media (max-width: 1440px) {
  .banner-three-bg .banner-three-images .left-top {
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-three-bg .banner-three-images .left-top {
    display: none;
  }
}
.banner-three-bg .banner-three-images .left-bottom {
  position: absolute;
  top: 57%;
  right: 15%;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .banner-three-bg .banner-three-images .left-bottom {
    right: 11%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-three-bg .banner-three-images .left-bottom {
    right: 5%;
  }
}
@media (max-width: 1440px) {
  .banner-three-bg .banner-three-images .left-bottom {
    right: 2%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-three-bg .banner-three-images .left-bottom {
    display: none;
  }
}
.banner-three-bg .banner-three-images .right-center {
  position: absolute;
  top: 20%;
  left: 5%;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .banner-three-bg .banner-three-images .right-center {
    max-width: 19%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-three-bg .banner-three-images .right-center {
    max-width: 19%;
    top: 40%;
    left: 1%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-three-bg .banner-three-images .right-center {
    position: absolute;
    top: 20%;
    left: 5%;
    max-width: 20%;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-bg .banner-three-images .right-center {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-bg .banner-three-images .right-center {
    display: none;
  }
}
.banner-three-bg .shape-area img {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .banner-three-bg .shape-area img {
    display: none;
  }
}
.banner-three-bg .shape-area img.one {
  left: 25%;
  top: 20%;
}
@media (max-width: 991px) {
  .banner-three-bg .shape-area img.one {
    left: 22%;
    top: 16%;
  }
}
.banner-three-bg .shape-area img.two {
  left: 26%;
  top: 40%;
}
@media (max-width: 1440px) {
  .banner-three-bg .shape-area img.two {
    left: 20%;
    top: 41%;
  }
}
@media (max-width: 1200px) {
  .banner-three-bg .shape-area img.two {
    left: 23%;
    top: 39%;
  }
}
@media (max-width: 991px) {
  .banner-three-bg .shape-area img.two {
    left: 15%;
    top: 34%;
  }
}
.banner-three-bg .shape-area img.three {
  right: 6%;
  bottom: 18%;
}
.banner-three-bg .shape-area img.four {
  right: 25%;
  top: 25%;
}
@media (max-width: 1600px) {
  .banner-three-bg .shape-area img.four {
    top: 10%;
  }
}
@media (max-width: 1200px) {
  .banner-three-bg .shape-area img.four {
    top: 8%;
    right: 18%;
  }
}
.banner-three-bg .shape-area img.five {
  right: 47%;
  top: 11%;
}
.banner-three-bg .shape-area img.six {
  right: 15%;
  top: 40%;
}
@media (max-width: 1440px) {
  .banner-three-bg .shape-area img.six {
    right: 1%;
  }
}
@media (max-width: 1200px) {
  .banner-three-bg .shape-area img.six {
    display: none;
  }
}

.banner-three-wrapper {
  max-width: 70%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .banner-three-wrapper {
    max-width: 100%;
  }
}
.banner-three-wrapper .title-area-center-style .title {
  color: #00a5a5;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  
  line-height: 70px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .banner-three-wrapper .title-area-center-style .title {
    font-size: 48px;
    line-height: 1.3;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner-three-wrapper .title-area-center-style .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-three-wrapper .title-area-center-style .title {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 479px) {
  .banner-three-wrapper .title-area-center-style .title {
    font-size: 22px;
    line-height: 1.3;
  }
}
.banner-three-wrapper .title-area-center-style .title img {
  position: absolute;
  left: 17%;
  top: 34%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-wrapper .title-area-center-style .title img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-wrapper .title-area-center-style .title img {
    display: none;
  }
}
.banner-three-wrapper .title-area-center-style .title span {
  color: #00a5a5;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
}
@media only screen and (max-width: 1199px) {
  .banner-three-wrapper .title-area-center-style .title span {
    font-size: 48px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 575px) {
  .banner-three-wrapper .title-area-center-style .title span {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 479px) {
  .banner-three-wrapper .title-area-center-style .title span {
    font-size: 26px;
    line-height: 1.3;
  }
}
.banner-three-wrapper .banner-tags-wrapper {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.banner-three-wrapper .banner-tags-wrapper .single-tags-banner p {
  border: 1px solid #7763E5;
  color: #553cdf;
}
.banner-three-wrapper .banner-tags-wrapper .single-tags-banner p:hover {
  background: #00a5a5;
  color: #fff;
}
.banner-three-wrapper .category-search-input {
  border: 1px solid #EEEBFF;
  margin: auto;
  max-width: 85%;
}

.review-thumb .review-single {
  position: absolute;
  border-radius: 6px;
  border: 1px solid #00a5a5;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(85, 60, 223, 0.1);
  top: 49%;
  right: 4%;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 18px;
  animation: jump-1 15s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .review-thumb .review-single {
    top: 43%;
  }
}
@media only screen and (max-width: 1199px) {
  .review-thumb .review-single {
    top: 31%;
    right: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .review-thumb .review-single {
    display: none;
  }
}
.review-thumb .review-single.two {
  bottom: 49%;
  top: auto;
  left: 4%;
  right: auto;
  animation: jump-2 10s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .review-thumb .review-single.two {
    bottom: 76%;
  }
}
@media only screen and (max-width: 1199px) {
  .review-thumb .review-single.two {
    bottom: 18%;
    top: auto;
    left: 2%;
    right: auto;
    animation: jump-2 10s linear infinite;
  }
}
.review-thumb .review-single img {
  background: #FFD335;
  padding: 8px;
  border-radius: 6px;
}
.review-thumb .review-single .info-right .title {
  margin-bottom: 0;
  color: #221859;
  font-size: 24px;
  font-style: normal;
  
  line-height: 20px;
  margin-bottom: -3px;
}
.review-thumb .review-single .info-right span {
  color: #221859;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.radious-0 {
  border-radius: 0;
}

.rts-banner-area-four {
  height: 710px;
  background-image: url(../images/banner/03.jpg);
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-banner-area-four {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .rts-banner-area-four {
    height: auto;
  }
}
.rts-banner-area-four .pre-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rts-banner-area-four .pre-title span {
  color: #00a5a5;
}
.rts-banner-area-four .title-m {
  color: #00a5a5;
  font-size: 64px;
  font-style: normal;
  
  line-height: 74px;
  margin-top: 15px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .rts-banner-area-four .title-m {
    font-size: 46px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .rts-banner-area-four .title-m {
    font-size: 32px;
    line-height: 1.3;
  }
}
.rts-banner-area-four .title-m img {
  position: absolute;
  left: 108px;
  top: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-banner-area-four .title-m img {
    display: block;
    left: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-banner-area-four .title-m img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .rts-banner-area-four .title-m img {
    display: none;
  }
}
.rts-banner-area-four .title-m span {
  color: #00a5a5;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
  text-decoration: 4px underline #00a5a5;
}
@media only screen and (max-width: 1199px) {
  .rts-banner-area-four .title-m span {
    font-size: 46px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .rts-banner-area-four .title-m span {
    font-size: 28px;
    line-height: 1.3;
    text-decoration: 1px underline #00a5a5;
  }
}
.rts-banner-area-four p.disc {
  max-width: 90%;
}

.thumbnail-right-banner-4 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .thumbnail-right-banner-4 {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .thumbnail-right-banner-4 {
    justify-content: flex-start;
  }
}
.thumbnail-right-banner-4 img {
  padding: 10px;
  border: 1px solid #00a5a5;
}

.banner-btn-author-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.sm-image-wrapper {
  display: flex;
  align-items: center;
  gap: 13px;
}
.sm-image-wrapper .images-wrap {
  display: flex;
  align-items: center;
}
.sm-image-wrapper .images-wrap img {
  position: relative;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s;
}
.sm-image-wrapper .images-wrap img.two {
  margin-right: -20px;
}
.sm-image-wrapper .images-wrap img.three {
  margin-right: -20px;
}
.sm-image-wrapper .images-wrap img:hover {
  z-index: 10;
  transform: translateY(-5px);
}
.sm-image-wrapper .info .title {
  margin-bottom: 0;
  color: #221859;
  font-size: 24px;
  font-style: normal;
  
  line-height: 24px;
  margin-bottom: -5px;
}
.sm-image-wrapper .info span {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
}

.rts-banner-five {
  background-image: url(../images/banner/07.jpg);
  height: 800px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-banner-five {
    height: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-banner-five {
    height: auto;
  }
}

.rts-banner-seven {
  background-image: url(../images/banner/08.jpg);
  height: 800px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.rts-banner-eight {
  background-image: url(../images/banner/09.jpg);
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .rts-banner-eight {
    height: auto;
  }
}
.rts-banner-eight .shape-image .shape {
  position: absolute;
}
.rts-banner-eight .shape-image .shape.one {
  right: 4%;
  top: 25%;
}
.rts-banner-eight .shape-image .shape.two {
  right: 8%;
  bottom: 16%;
}
.rts-banner-eight .banner-inner-eight {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 200px 0 200px;
}
@media (max-width: 1200px) {
  .rts-banner-eight .banner-inner-eight {
    padding: 150px 0;
  }
}
@media (max-width: 576px) {
  .rts-banner-eight .banner-inner-eight {
    padding: 100px 0;
  }
}

.rts-banner-five-content-wrapper span.pre-title {
  padding: 7px 14px;
  border: 1px solid #7763E5;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
.rts-banner-five-content-wrapper .title-m-5 {
  font-size: 160px;
  margin-top: 40px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px;
  color: #fff;
  line-height: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-banner-five-content-wrapper .title-m-5 {
    font-size: 120px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-banner-five-content-wrapper .title-m-5 {
    font-size: 80px;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-banner-five-content-wrapper .title-m-5 {
    font-size: 80px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .rts-banner-five-content-wrapper .title-m-5 {
    font-size: 80px;
    line-height: 1;
  }
}
@media only screen and (max-width: 575px) {
  .rts-banner-five-content-wrapper .title-m-5 {
    font-size: 60px;
    line-height: 1;
  }
}
.rts-banner-five-content-wrapper .title-m-5 span {
  font-size: 120px;
  font-style: normal;
  
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-banner-five-content-wrapper .title-m-5 span {
    font-size: 90px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-banner-five-content-wrapper .title-m-5 span {
    font-size: 90px;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-banner-five-content-wrapper .title-m-5 span {
    font-size: 80px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .rts-banner-five-content-wrapper .title-m-5 span {
    font-size: 80px;
    line-height: 1;
  }
}
@media only screen and (max-width: 575px) {
  .rts-banner-five-content-wrapper .title-m-5 span {
    font-size: 60px;
    line-height: 1;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-banner-five-content-wrapper .title-m-5 img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-banner-five-content-wrapper .title-m-5 img {
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-banner-five-content-wrapper .title-m-5 img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .rts-banner-five-content-wrapper .title-m-5 img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .rts-banner-five-content-wrapper .title-m-5 img {
    max-width: 30%;
  }
}

.rts-banner-seven-content-wrapper .pre-title-banner {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  
  display: flex;
  align-items: center;
  gap: 10px;
}
.rts-banner-seven-content-wrapper .pre-title-banner span {
  margin-top: 5px;
}
@media (max-width: 480px) {
  .rts-banner-seven-content-wrapper .pre-title-banner {
    font-size: 22px;
  }
}
.rts-banner-seven-content-wrapper .title-m-5 {
  font-size: 140px;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #fff;
  line-height: 120px;
  
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1440px) {
  .rts-banner-seven-content-wrapper .title-m-5 {
    font-size: 110px;
    line-height: 90px;
  }
}
@media (max-width: 1200px) {
  .rts-banner-seven-content-wrapper .title-m-5 {
    font-size: 95px;
    line-height: 90px;
    width: max-content;
  }
}
@media (max-width: 576px) {
  .rts-banner-seven-content-wrapper .title-m-5 {
    font-size: 80px;
    line-height: 80px;
    width: max-content;
  }
}
@media (max-width: 450px) {
  .rts-banner-seven-content-wrapper .title-m-5 {
    font-size: 60px;
    line-height: 65px;
  }
}
.rts-banner-seven-content-wrapper .title-m-5 img {
  position: absolute;
  top: 0;
  left: 4%;
}
@media (max-width: 1440px) {
  .rts-banner-seven-content-wrapper .title-m-5 img {
    left: 10%;
    width: 170px;
  }
}
@media (max-width: 1200px) {
  .rts-banner-seven-content-wrapper .title-m-5 img {
    left: 0%;
    width: 150px;
  }
}
@media (max-width: 576px) {
  .rts-banner-seven-content-wrapper .title-m-5 img {
    width: 125px;
  }
}
@media (max-width: 450px) {
  .rts-banner-seven-content-wrapper .title-m-5 img {
    width: 100px;
  }
}

.banner-btn-author-wrapper {
  display: flex;
  align-items: center;
  gap: 39px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-btn-author-wrapper {
    gap: 13px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-btn-author-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.banner-btn-author-wrapper p.disc {
  max-width: 40%;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .banner-btn-author-wrapper p.disc {
    max-width: 100%;
  }
}
.banner-btn-author-wrapper .rts-wrapper-stars-area .title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  
  line-height: 20px;
  margin-bottom: 10px;
}
.banner-btn-author-wrapper .rts-wrapper-stars-area .title span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.banner-btn-author-wrapper .rts-wrapper-stars-area i {
  color: #FFD335;
}
.banner-btn-author-wrapper .rts-wrapper-stars-area.v-8 .title {
  color: var(--color-secondary-2);
}
.banner-btn-author-wrapper .rts-wrapper-stars-area.v-8 .title span {
  color: var(--color-secondary-2);
}
.banner-btn-author-wrapper .rts-wrapper-stars-area.v-8 i {
  color: var(--color-primary-kitchen);
}

.banner-five-thumbnail {
  margin-left: -30px;
}

.rts-banner-five {
  position: relative;
}
.rts-banner-five .banner-absolute-wrapper .review-single {
  left: 32%;
  border-radius: 0;
}
@media only screen and (max-width: 1199px) {
  .rts-banner-five .banner-absolute-wrapper .review-single {
    bottom: 65%;
  }
}
.rts-banner-five .banner-absolute-wrapper .sm-image-wrapper {
  background: #fff;
  padding: 10px 15px;
  position: absolute;
  z-index: 10;
  left: 7%;
  bottom: 25%;
  animation: jump-1 12s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-banner-five .banner-absolute-wrapper .sm-image-wrapper {
    left: 42%;
    bottom: 74%;
  }
}
@media only screen and (max-width: 767px) {
  .rts-banner-five .banner-absolute-wrapper .sm-image-wrapper {
    left: 42%;
    bottom: 74%;
  }
}
@media only screen and (max-width: 575px) {
  .rts-banner-five .banner-absolute-wrapper .sm-image-wrapper {
    left: 0;
    bottom: 55%;
  }
}

.rts-banner-seven {
  position: relative;
  display: block;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.rts-banner-seven .banner-inner-seven {
  position: relative;
  max-width: 1400px;
  margin: auto;
  padding: 200px 0 210px;
}
@media (max-width: 992px) {
  .rts-banner-seven .banner-inner-seven {
    padding: 150px 0;
  }
}
@media (max-width: 576px) {
  .rts-banner-seven .banner-inner-seven {
    padding: 100px 0;
  }
}
.rts-banner-seven .banner-absolute-wrapper .review-single {
  left: 32%;
  border-radius: 0;
}
.rts-banner-seven .banner-absolute-wrapper .sm-image-wrapper {
  background: #fff;
  padding: 10px 15px;
  position: absolute;
  z-index: 10;
  left: 7%;
  bottom: 25%;
  animation: jump-1 12s linear infinite;
}
.rts-banner-seven .banner-right-img {
  position: absolute;
  bottom: 0;
  left: 0%;
  display: block;
  width: max-content;
  height: auto;
  z-index: -1;
}
@media (max-width: 1440px) {
  .rts-banner-seven .banner-right-img {
    left: 0;
  }
}
@media (max-width: 991px) {
  .rts-banner-seven .banner-right-img {
    position: unset;
    z-index: 1;
    order: -1;
    margin-bottom: 60px;
  }
}

.banner-area-six {
  background: var(--color-body-2);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-area-six .banner-inner-six {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
.banner-area-six .banner-content-one {
  padding: 200px 0;
}
@media (max-width: 1200px) {
  .banner-area-six .banner-content-one {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .banner-area-six .banner-content-one {
    padding: 50px 0 120px 0;
  }
}
@media (max-width: 576px) {
  .banner-area-six .banner-content-one {
    padding: 50px 0 80px 0;
  }
}
.banner-area-six .banner-content-one .inner .pre-title-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.banner-area-six .banner-content-one .inner .pre-title-banner span {
  color: #00a5a5;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.banner-area-six .banner-content-one .inner .pre-title-banner img {
  max-width: 20px;
}
.banner-area-six .banner-content-one .inner .title-banner {
  color: #221859;
  font-size: 80px;
  
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .banner-area-six .banner-content-one .inner .title-banner {
    font-size: 68px;
    line-height: 80px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .banner-area-six .banner-content-one .inner .title-banner {
    font-size: 58px;
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  .banner-area-six .banner-content-one .inner .title-banner {
    font-size: 58px;
    line-height: 70px;
  }
}
@media (max-width: 576px) {
  .banner-area-six .banner-content-one .inner .title-banner {
    font-size: 46px;
    line-height: 58px;
  }
}
@media (max-width: 450px) {
  .banner-area-six .banner-content-one .inner .title-banner {
    font-size: 30px;
    line-height: 45px;
  }
}
.banner-area-six .banner-content-one .inner .disc {
  margin-bottom: 40px;
}
.banner-area-six .banner-right-img {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: max-content;
  height: auto;
  z-index: -1;
}
@media (max-width: 1600px) {
  .banner-area-six .banner-right-img {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .banner-area-six .banner-right-img {
    position: unset;
    order: -1;
    width: 100%;
    padding-top: 120px;
  }
}
@media (max-width: 576px) {
  .banner-area-six .banner-right-img {
    padding-top: 80px;
  }
}
.banner-area-six .shape-image .shape.one {
  position: absolute;
  bottom: 45%;
  right: 5%;
  z-index: -1;
}
@media (max-width: 768px) {
  .banner-area-six .shape-image .shape.one {
    bottom: 50%;
  }
}
@media (max-width: 576px) {
  .banner-area-six .shape-image {
    display: none;
  }
}

.bg-banner-nine {
  background: #F9F8FF;
}

.banner-content-area-wrapper-left-nine .title {
  color: #00a5a5;
  font-size: 60px;
  font-style: normal;
  
  line-height: 68px;
  text-transform: capitalize;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .banner-content-area-wrapper-left-nine .title br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-content-area-wrapper-left-nine .title {
    color: #00a5a5;
    font-size: 40px;
    font-style: normal;
    
    line-height: 50px;
    text-transform: capitalize;
    position: relative;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-content-area-wrapper-left-nine .title {
    color: #00a5a5;
    font-size: 40px;
    font-style: normal;
    
    line-height: 50px;
    text-transform: capitalize;
    position: relative;
  }
}
@media only screen and (max-width: 575px) {
  .banner-content-area-wrapper-left-nine .title {
    color: #00a5a5;
    font-size: 26px;
    font-style: normal;
    
    line-height: 40px;
    text-transform: capitalize;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .banner-content-area-wrapper-left-nine .title br {
    display: none;
  }
}
.banner-content-area-wrapper-left-nine .title img {
  position: absolute;
  left: 0;
  top: -30px;
}
@media only screen and (max-width: 767px) {
  .banner-content-area-wrapper-left-nine .title img {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .banner-content-area-wrapper-left-nine .title img {
    display: none;
  }
}
.banner-content-area-wrapper-left-nine .banner-button-area {
  position: relative;
  max-width: max-content;
  margin-top: 50px;
}
.banner-content-area-wrapper-left-nine .banner-button-area img {
  position: absolute;
  left: -119px;
  top: 0;
}

.banner-right-course-nine-wrapper {
  margin-right: 50px;
  margin-left: -50px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-right-course-nine-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-right-course-nine-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .banner-right-course-nine-wrapper .review-thumb {
    display: none;
  }
}
.banner-right-course-nine-wrapper .review-thumb .review-single {
  position: absolute;
  border-radius: 6px;
  border: 1px solid #00a5a5;
  background: #fff0;
  box-shadow: 0px 4px 30px 0px rgba(85, 60, 223, 0.1);
  bottom: -5px;
  right: 135px;
  top: auto;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 18px;
  animation: jump-1 15s linear infinite;
}
.banner-right-course-nine-wrapper .review-thumb .review-single.two {
  bottom: 89%;
  top: auto;
  left: 20%;
  right: auto;
  animation: jump-2 10s linear infinite;
}
.banner-right-course-nine-wrapper .review-thumb .review-single img {
  background: #00a5a5;
  padding: 8px;
  border-radius: 6px;
}
.banner-right-course-nine-wrapper .review-thumb .review-single .info-right .title {
  margin-bottom: 0;
  color: #221859;
  font-size: 24px;
  font-style: normal;
  
  line-height: 20px;
  margin-bottom: -3px;
}
.banner-right-course-nine-wrapper .review-thumb .review-single .info-right span {
  color: #221859;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.rts-banner-area-start-nine {
  position: relative;
}
.rts-banner-area-start-nine .banner-shape img {
  position: absolute;
}
.rts-banner-area-start-nine .banner-shape .one {
  right: 47%;
  top: 10%;
}
.rts-banner-area-start-nine .banner-shape .two {
  right: 45%;
  top: 70%;
}

.bg_banner-ten {
  background-image: url(../images/banner/10.jpg);
  height: 900px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bg_banner-ten {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .bg_banner-ten {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .bg_banner-ten .banner-shape-area {
    display: none;
  }
}
.bg_banner-ten .banner-shape-area img {
  position: absolute;
}
.bg_banner-ten .banner-shape-area img.one {
  right: 6%;
  top: 19%;
}
.bg_banner-ten .banner-shape-area img.two {
  right: 50%;
  top: 7%;
}
.bg_banner-ten .banner-shape-area img.three {
  right: 5%;
  bottom: 15%;
}
.bg_banner-ten .banner-shape-area img.four {
  right: 55%;
  top: 25%;
}
.bg_banner-ten .banner-shape-area img.five {
  right: 45%;
  bottom: 25%;
}
.bg_banner-ten .banner-shape-area img.six {
  left: 15%;
  bottom: 55%;
}

.banner-content-ten-start .pre-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.banner-content-ten-start .pre-title span {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  
  line-height: 20px;
  text-transform: capitalize;
}
.banner-content-ten-start .title {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  
  line-height: 66px;
  text-transform: capitalize;
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .banner-content-ten-start .title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .banner-content-ten-start .title {
    font-size: 26px;
    line-height: 1.2;
  }
}
.banner-content-ten-start .title span {
  color: #FFD335;
  font-size: 60px;
  font-style: normal;
  
  line-height: 66px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .banner-content-ten-start .title span {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .banner-content-ten-start .title span {
    font-size: 26px;
    line-height: 1.2;
  }
}
.banner-content-ten-start p.disc {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.banner-content-ten-start .banner-button-area {
  position: relative;
  max-width: max-content;
}
.banner-content-ten-start .banner-button-area img {
  position: absolute;
  left: -120px;
  top: 0;
}

.thumbnail-banner-10 {
  display: flex;
  align-items: flex-end;
  margin-top: 80px;
  justify-content: flex-end;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  position: relative;
  z-index: 10000;
  max-width: max-content;
}

@media (max-width: 991px) {
  .order-change {
    order: -1;
  }
}

.rts-bread-crumbarea-1 {
background: #00a5a5;
background: linear-gradient(to right, #00a5a5, #006fa5);
}

.breadcrumb-main-wrapper {
display: flex;
align-items: center;
justify-content: space-between;	
padding: 15px 0;
}

.breadcrumb-main-wrapper .title {
color: #fff;
  font-size: 26px;
  font-style: normal;
  margin: 0;
  line-height: 1;
}

.breadcrumb-main-wrapper .pagination-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  align-items: center;
}
.breadcrumb-main-wrapper .pagination-wrapper i {
	
  font-size: 11px;

  margin-left: 8px;
}
.breadcrumb-main-wrapper .pagination-wrapper a {
  font-size: 18px;  color: #fff;

}
.breadcrumb-main-wrapper .pagination-wrapper a.active {

  transition: 0.3s;
  max-width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-transform: capitalize;
}
.breadcrumb-main-wrapper .pagination-wrapper a.active:hover {
  color: #00a5a5;
  color: #fff;
}

.course-details-breadcrumb-1 {
position: relative;
z-index: 1;
padding: 70px 0 30px;
background: #f5f5f5;
background: linear-gradient(to right, #00a5a5, #00a5a5);
background: linear-gradient(to right, #00a5a5, #006fa5);
}

/*
.course-details-breadcrumb-1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
background: #000c;
  right: 0;top: 0;
  z-index: -1;
}
*/

.course-details-breadcrumb-2 {
  background-image: url(../images/breadcrumb/03.jpg);
}

.single-course-left-align-wrapper .meta-area {
  display: flex;
  display: flex;
  align-items: center;
  gap: 7px;
}
.single-course-left-align-wrapper .meta-area a.active {
  color: #00a5a5;
}

.single-course-left-align-wrapper {
	
}


.single-course-left-align-wrapper .title {
color: #fff;
font-size: 28px;
font-style: normal;
line-height: 1;
margin-bottom: 12px;
}


.single-course-left-align-wrapper p { 
color: #fff;
margin: 0;
}


@media only screen and (max-width: 767px) {
  .single-course-left-align-wrapper .title {
font-size: 17px;
line-height: 24px;
  }
  .single-course-left-align-wrapper .title br {
    display: none;
  }
}
.single-course-left-align-wrapper .rating-area {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .single-course-left-align-wrapper .rating-area {
    gap: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .single-course-left-align-wrapper .rating-area {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.single-course-left-align-wrapper .rating-area .stars-area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-course-left-align-wrapper .rating-area .stars-area span {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  
  line-height: 26px;
}
.single-course-left-align-wrapper .rating-area .stars-area i {
  color: #FFA41C;
}
.single-course-left-align-wrapper .rating-area .students,
.single-course-left-align-wrapper .rating-area .calender-area-stars {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-course-left-align-wrapper .author-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
  max-width: 66%;
justify-content: space-between;
}

.addto-fav a {
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
font-size: 20px;
background: #00a5a5;
display: block;
border-radius: 50%;
color: #fff;
}

.addto-fav a:hover {
	background: #00a5a5;
}

.single-course-left-align-wrapper .author-area .author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.single-course-left-align-wrapper .author-area .author  h5 {
	display: block;
	margin: 0;
}

.single-course-left-align-wrapper .author-area .author .name-auth {
  margin: 0;color: #4e2b75;color: #4e2b75;
  line-height: 20px;  font-size: 18px;
}





.single-course-left-align-wrapper .author-area .author .country-auth {
  margin: 0;color: #00a5a5;
  line-height: 20px;
    font-size: 13px;
}


.single-course-left-align-wrapper .author-area.mt--0 .author .name-auth {
	font-size: 24px;
	
}


.single-course-left-align-wrapper .author-area.mt--0 .author .country-auth {
	font-size: 18px;
	
}




.single-course-left-align-wrapper .author-area .author .name span {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.single-course-left-align-wrapper .author-area p {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.single-course-left-align-wrapper .author-area p span {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.center-align-course-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.center-align-course-breadcrumb .single-course-left-align-wrapper .meta-area {
  justify-content: center;
}
.center-align-course-breadcrumb .single-course-left-align-wrapper .author-area {
  justify-content: center;
}

.course-top-enroll-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 80px;
  background: #F9F8FF;
  border-radius: 6px;
  margin-bottom: 50px;
  border: 1px solid #DDD8F9;
}
@media only screen and (max-width: 767px) {
  .course-top-enroll-area {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 575px) {
  .course-top-enroll-area {
    padding: 32px;
  }
}
.course-top-enroll-area .single-course-top {
  text-align: center;
  position: relative;
}
.course-top-enroll-area .single-course-top:last-child::after {
  display: none;
}
.course-top-enroll-area .single-course-top::after {
  position: absolute;
  content: "";
  left: -100px;
  width: 1px;
  height: 100%;
  background: #DDD8F9;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .course-top-enroll-area .single-course-top::after {
    display: none;
  }
}
.course-top-enroll-area .single-course-top span {
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  
  line-height: 26px;
}
.course-top-enroll-area .single-course-top .rts-btn {
  padding: 10px 15px;
}
.course-top-enroll-area .single-course-top .title {
  color: #00a5a5;
  margin-bottom: 0;
}

/* elements */
.brand-style-one {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
  justify-content: space-between;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .brand-style-one {
    padding: 0 31px;
  }
}
@media screen and (max-width: 575px) {
  .brand-style-one {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.brand-style-one .title {
  margin: 0;
  color: #221859;
  font-size: 24px;
  font-style: normal;
  
  line-height: 34px;
  width: max-content;
}
.brand-style-one .brand-area {
display: grid;
align-items: center;
justify-content: center;
height: 100px;
border: 4px double #eee;

}

.brand-style-one .brand-area img {
  cursor: pointer;
  transition: 0.3s;
  width: auto;
  max-width: 90%;
  max-height: 90px;
}

.brand-style-one .mySwiper-category-1 {
  padding: 10px 0;
}

.rts-brand-style-two .title {
  text-align: center;
  color: #221859;
  font-size: 24px;
  font-style: normal;
  
  line-height: 34px;
}

.brand-area-main-wrapper-2 {
  padding: 48px 112px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
}
@media only screen and (max-width: 575px) {
  .brand-area-main-wrapper-2 {
    padding: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .brand-area-main-wrapper-2 {
    padding: 20px;
  }
}
.brand-area-main-wrapper-2 img {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .justify-content-sm-center {
    justify-content: center !important;
  }
}

.brand-main-wrapper-nine {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-main-wrapper-nine .single-brand {
  cursor: pointer;
}
.brand-main-wrapper-nine .single-brand img {
  min-width: max-content;
  transition: 0.3s;
  max-width: max-content;
}
.brand-main-wrapper-nine .single-brand:hover img {
  transform: scale(1.1);
}

.about-one-left-image {
position: relative;
}
@media only screen and (max-width: 575px) {
  .about-one-left-image {
    flex-direction: column;
  }
}
.about-one-left-image img {
  border-radius: 6px;
}
.about-one-left-image .second-order {
  position: relative;
}
.about-one-left-image .first-order {
display: flex;
align-items: center;
flex-direction: column;
gap: 20px;
position: absolute;
bottom: -15px;
z-index: 1;
left: -15px;
}
@media screen and (max-width: 575px) {
  .about-one-left-image .first-order {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .about-one-left-image .first-order .thumb-bottom {
    padding: 0 30px;
    width: 100%;
  }
}
.about-one-left-image .first-order .thumb-bottom img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  object-position: top;
}
.about-one-left-image .first-order .thumb-one {
  position: relative;
  display: block;
}
.about-one-left-image .first-order .thumb-one .information {

  display: flex;
  align-items: center;
  gap: 10px;
right: 24px;
width: 200px;
background: #00a5a5;
padding: 15px;
justify-content: center;
}
.about-one-left-image .first-order .thumb-one .information .title {
  margin-bottom: 0;
  color: #fff;
  font-size: 48px;
  font-style: normal;
  
  line-height: 34px;
  margin-bottom: 5px;
}
.about-one-left-image .first-order .thumb-one .information span.review {
  color: #fff;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .about-one-left-image .first-order .thumb-one .information span.review {
    font-size: 12px;
  }
}

.about-inner-right-one .what-you-get {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DDD8F9;
}
@media only screen and (max-width: 575px) {
  .about-inner-right-one .what-you-get {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about-inner-right-one .what-you-get .single-facilityes {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-inner-right-one .what-you-get .single-facilityes .information .title {
  margin-bottom: 2px;
  color: #221859;
  font-size: 20px;
  font-style: normal;
  
  line-height: 34px;
}
.about-inner-right-one .what-you-get .single-facilityes .information p {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.about-inner-right-one .author-area {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .about-inner-right-one .author-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.about-inner-right-one .author-area .single-author-and-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 575px) {
  .about-inner-right-one .author-area .single-author-and-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about-inner-right-one .author-area .single-author-and-info img {
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #00a5a5;
}
.about-inner-right-one .author-area .single-author-and-info .information .title {
  margin-bottom: 0;
}
.about-inner-right-one .author-area .single-author-and-info .information p {
  margin-bottom: 0;
}
.about-inner-right-one .author-area .rts-btn {
  padding: 12px 24px;
}

.about-inner-right-two .what-you-get {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DDD8F9;
}
.about-inner-right-two .what-you-get .single-facilityes {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 25px 17px 25px 25px;
  background: #FAF9FF;
}
.about-inner-right-two .what-you-get .single-facilityes .icon {
  flex-basis: 30%;
}
.about-inner-right-two .what-you-get .single-facilityes .information .title {
  margin-bottom: 5px;
  color: #221859;
  font-size: 20px;
  
  line-height: 1;
}
.about-inner-right-two .what-you-get .single-facilityes .information p {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.about-inner-right-two .author-area {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
  justify-content: space-between;
}
.about-inner-right-two .author-area .single-author-and-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-inner-right-two .author-area .single-author-and-info img {
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #00a5a5;
}
.about-inner-right-two .author-area .single-author-and-info .information .title {
  margin-bottom: 0;
}
.about-inner-right-two .author-area .single-author-and-info .information p {
  margin-bottom: 0;
}
.about-inner-right-two .author-area .rts-btn {
  padding: 12px 24px;
}

.about-area-left-four {
  display: flex;
  align-items: center;
  gap: 30px;
}
.about-area-left-four .thumbnail-right-image {
  margin-bottom: -213px;
}

.title-area-left-2 .pre-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.title-area-left-2 .pre-title span {
  color: #00a5a5;
}
.title-area-left-2 .title {
  font-size: 48px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .title-area-left-2 .title {
    font-size: 26px;
    line-height: 1.3;
  }
}

.about-card-wrapper-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .about-card-wrapper-main {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about-card-wrapper-main .single-card-about {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 30px;
  border: 1px solid #F0EDFF;
  background: #FAF9FF;
}
.about-card-wrapper-main .single-card-about .icon {
  max-width: 50px;
}
.about-card-wrapper-main .single-card-about .icon img {
  max-width: 50px;
}
.about-card-wrapper-main .single-card-about .information .title {
  margin-bottom: 12px;
  color: #00a5a5;
  font-size: 20px;
  font-style: normal;
  
  line-height: 20px;
}
.about-card-wrapper-main .single-card-about .information p.disc {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

.about-area-left-four {
  position: relative;
}
.about-area-left-four .award-image-badge {
  position: absolute;
  right: 42%;
  top: 43%;
}
.about-area-left-four .award-image-badge img {
  max-width: 121px;
}
@media only screen and (max-width: 575px) {
  .about-area-left-four .award-image-badge {
    display: none;
  }
}
.about-area-left-four .review-thumb .review-single {
  position: absolute;
  border-radius: 0;
  border: 1px solid #00a5a5;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(85, 60, 223, 0.1);
  top: 90%;
  right: 5%;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 18px;
  animation: jump-1 15s linear infinite;
}
.about-area-left-four .review-thumb .review-single.two {
  top: 0%;
  bottom: auto;
  left: 19%;
  right: auto;
  animation: jump-2 10s linear infinite;
}
.about-area-left-four .review-thumb .review-single.two img {
  background: #FFD335;
  padding: 8px;
  border-radius: 6px;
}
.about-area-left-four .review-thumb .review-single img {
  background: #00a5a5;
  padding: 8px;
  border-radius: 6px;
}
.about-area-left-four .review-thumb .review-single .info-right .title {
  margin-bottom: 0;
  color: #221859;
  font-size: 24px;
  font-style: normal;
  
  line-height: 20px;
  margin-bottom: -3px;
}
.about-area-left-four .review-thumb .review-single .info-right span {
  color: #221859;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.about-bottom-button-area-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #E0DBFF;
}
@media only screen and (max-width: 767px) {
  .about-bottom-button-area-4 {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
.about-bottom-button-area-4 .author-about {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  margin-right: -35px;
}
@media only screen and (max-width: 767px) {
  .about-bottom-button-area-4 .author-about {
    margin-right: 0;
  }
}
.about-bottom-button-area-4 .author-about::after {
  position: absolute;
  left: -50px;
  height: 100%;
  content: "";
  width: 1px;
  background: #D9D9D9;
}
.about-bottom-button-area-4 .author-about .information .title {
  margin-bottom: 0;
}
.about-bottom-button-area-4 .video-classes {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 6px;
  border: 1px solid #00a5a5;
  background: #F7F5FF;
}

.about-left-style-five .title-wrapper {
  position: relative;
}
.about-left-style-five .title-wrapper::after {
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  background: linear-gradient(360deg, #ffffffed 19%, #cfcfcf00);
  content: "";
  height: 100%;
  pointer-events: none;
}
.about-left-style-five .title-stroke {
  font-size: 140px;
  font-style: normal;
  
  line-height: 140px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px;
  color: #cfcfcf;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-left-style-five .title-stroke {
    font-size: 109px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-left-style-five .title-stroke {
    font-size: 90px;
    line-height: 1;
  }
}
@media only screen and (max-width: 575px) {
  .about-left-style-five .title-stroke {
    font-size: 58px;
  }
}

.rts-about-area-five {
  position: relative;
}
.rts-about-area-five .badge-wrapper {
  position: absolute;
  left: 43%;
  bottom: 38%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-about-area-five .badge-wrapper {
    left: 39%;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-about-area-five .badge-wrapper {
    left: 38%;
  }
}
@media only screen and (max-width: 767px) {
  .rts-about-area-five .badge-wrapper {
    bottom: 15%;
  }
}
@media only screen and (max-width: 575px) {
  .rts-about-area-five .badge-wrapper {
    bottom: 5%;
  }
  .rts-about-area-five .badge-wrapper img {
    max-width: 80%;
  }
}

.about-thumbnail-right-5 p {
  color: #00a5a5;
  font-size: 24px;
  font-style: normal;
  
  line-height: 34px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .about-thumbnail-right-5 p {
    font-size: 18px;
    font-style: normal;
    
    line-height: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-thumbnail-right-5 p br {
    display: none;
  }
}

.about-area-start.style-two {
  padding-top: 80px;
}
.about-area-start.style-two .paragraph {
  font-size: 18px;
  line-height: 1.7;
}
.about-area-start.style-two .title-area-left-style .title {
  font-size: 36px;
  line-height: 50px;
}

.call-sign-area-start {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .call-sign-area-start {
    flex-direction: column;
    align-items: flex-start;
  }
}
.call-sign-area-start .call-btn-area {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.call-sign-area-start .call-btn-area::after {
  position: absolute;
  right: 110%;
  width: 272px;
  height: 1px;
  background: #EBEBEB;
  content: "";
}
.call-sign-area-start .call-btn-area .icon {
  height: 60px;
  width: 60px;
  border: 1px solid #EBEBEB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.call-sign-area-start .call-btn-area .icon i {
  color: #00a5a5;
  font-size: 24px;
}
.call-sign-area-start .call-btn-area .information p {
  margin-bottom: 5px;
  font-size: 20px;
  color: #00a5a5;
}
.call-sign-area-start .sign-area-start {
  margin-left: 50px;
}

.title-area-center-style,
.title-area-left-style {
  text-align: center;
}
.title-area-center-style .pre-title,
.title-area-left-style .pre-title {
display: inline-block;
padding: 6px 20px;
background: #0003;
border-radius: 25px;
margin-bottom: 10px;
font-size: 12px;
position: absolute;
left: 25px;

}
.title-area-center-style .pre-title img,
.title-area-left-style .pre-title img {
  max-width: 20px;
}
.title-area-center-style .pre-title span,
.title-area-left-style .pre-title span {
  color: #00a5a5;
  font-weight: 500;
}
.title-area-center-style .title,
.title-area-left-style .title {
margin-bottom: 0;
font-size: 25px;
text-transform: capitalize;
}

.title-area-left-style {
  text-align: right;
}
.title-area-left-style p {
  max-width: 100%;margin: 0;
  
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .title-area-left-style p br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .title-area-left-style p br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .title-area-left-style p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .title-area-left-style p {
    width: 100%;
    max-width: 100%;
  }
  .title-area-left-style p br {
    display: none;
  }
}
.title-area-left-style .pre-title {
  justify-content: flex-start;
}

.category-area-style-one {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: px 0;
}
@media only screen and (max-width: 575px) {
  .category-area-style-one .shape-image {
    display: none;
  }
}
.category-area-style-one .shape-image .shape {
  position: absolute;
  z-index: -1;
}
.category-area-style-one .shape-image .shape.one {
  right: 6%;
  bottom: 30%;
}
.category-area-style-one .shape-image .shape.two {
  right: 25%;
  top: 10%;
}
.category-area-style-one .shape-image .shape.three {
  left: 15%;
  top: 20%;
}
/*
.category-area-style-one.v-7 {
  background: #05040E;
}*/
.category-area-style-one.v-7 .title-area-center-style .pre-title span {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1;
  
  margin-top: 7px;
}/*
.category-area-style-one.v-7 .title-area-center-style .title {
  color: #FFFFFF;
  
  font-size: 64px;
  
  line-height: 64px;
  text-transform: uppercase;
}
*/
@media (max-width: 576px) {
  .category-area-style-one.v-7 .title-area-center-style .title {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 450px) {
  .category-area-style-one.v-7 .title-area-center-style .title {
    font-size: 36px;
    line-height: 36px;
  }
}
.category-area-style-one.v-7 .shape-image .shape {
  position: absolute;
  z-index: -1;
}
.category-area-style-one.v-7 .shape-image .shape.one {
  right: 6%;
  bottom: 35%;
}
.category-area-style-one.v-7 .shape-image .shape.two {
  right: 10%;
  top: 15%;
}
.category-area-style-one.v-7 .shape-image .shape.four {
  left: 7%;
  bottom: 12%;
}
.category-area-style-one.v-7 .shape-image .shape.three {
  left: 15%;
  top: 20%;
}
.category-area-style-one.v-8 {
  background: #FFFFFF;
}
.category-area-style-one.v-8 .title-area-center-style .pre-title span {
  color: var(--color-primary-kitchen);
}
.category-area-style-one.v-8 .title-area-center-style .title {
  color: var(--color-secondary);
  font-size: 40px;
  
  margin-bottom: 10px;
}
@media (max-width: 450px) {
  .category-area-style-one.v-8 .title-area-center-style .title {
    font-size: 26px;
    line-height: 1.2;
  }
}
.category-area-style-one.v-8 .shape-image .shape {
  position: absolute;
}
.category-area-style-one.v-8 .shape-image .shape.one {
  left: 8%;
  bottom: 20%;
  right: unset;
}
.category-area-style-one.v-8 .shape-image .shape.two {
  right: 6%;
  top: 20%;
}
.category-area-style-one.v-8 .shape-image .shape.three {
  right: 6%;
  bottom: 15%;
  top: unset;
}
.category-area-style-one.v-8 .shape-image .shape.four {
  right: 25%;
  top: 25%;
}
.category-area-style-one.v-8 .shape-image .shape.five {
  left: 25%;
  top: 17%;
}

.category-style-one {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  display: block;
  padding: 8px;
margin-bottom: 30px;
  transition: 0.3s;
  position: relative;
}


.swiper-slide .category-style-one {
	margin-bottom: 0;

}




.category-style-one .icon-cat {
	
	margin-top: 15px;
}


.category-style-one .icon img {
	
  height:230px;
  width: 100%;
}

.category-style-one .title {
  color: #221859;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  
  line-height: 32px;
  margin-top: 18px;
  margin-bottom: 0px;
}

.category-style-one:hover {
  border: 1px solid var(--Primary-1, #00a5a5);
}

.category-style-one.style-seven:hover {
  border: 1px solid #00a5a5;
}

.category-style-one.style-seven .bottom-content {
 padding: 10px 0 2px;
gap: 10px;

}


.category-style-one.style-seven .bottom-content ul {
	padding: 0;
	text-align: right;
	margin: 0;
}
/*
.category-style-one.style-seven .bottom-content .category-li {
	display: flex;
justify-content: space-between;
border-top: 1px solid #ccc;
padding-top: 8px;
margin-top: 12px;
}*/

.category-style-one.style-seven .bottom-content ul li {
	margin: 0;
list-style: none;
}

.category-style-one.style-seven .bottom-content ul li span {
font-size: 19px;
color: #615F5F;
}

.category-style-one.style-seven .bottom-content ul li span i {
	width: 25px;
}



.category-style-one.style-seven .bottom-content ul li span a {
color: #00a5a5;
}


.category-style-one.style-seven .bottom-content .ico-log {
width: 30px;
height: 30px;
border-radius: 50%;
}


.category-style-one.style-seven .title {
font-size: 20px;
line-height: 23px;
text-transform: capitalize;
margin: 10px 0;
color: #000;
height: 46px;
display: grid;
align-items: center;
text-align: center;
}

.category-style-one.style-eight {
  padding: 0;
  background: none;
  border: none;
  text-align: center;
  transition: all 0.4s;
}
.category-style-one.style-eight:hover .icon img {
  transform: scale(105%);
}
.category-style-one.style-eight .icon {
  overflow: hidden;
  border-radius: 50%;
}
.category-style-one.style-eight .icon img {
  transform: scale(100%);
  transition: all 0.4s;
}
.category-style-one.style-eight .bottom-content {
  text-align: center;
}
.category-style-one.style-eight .bottom-content .title a {
  color: var(--color-secondary);
}
.category-style-one.style-eight .bottom-content .title a:hover {
  color: var(--color-primary-kitchen);
}

.v-7 .swiper-button-next i {
  color: #00a5a5;
}
.v-7 .swiper-button-prev i {
  color: #00a5a5;
}



.v-7 .mySwiper-category-1 .swiper-pagination .swiper-pagination-bullet {
 background: #00a5a5;
  opacity: 0.5;
}
.v-7 .mySwiper-category-1 .swiper-pagination .swiper-pagination-bullet-active {
 background: #00a5a5;
  opacity: 1;}

.v-8 .swiper-button-next i {
  color: var(--color-primary-kitchen);
}
.v-8 .swiper-button-prev i {
  color: var(--color-primary-kitchen);
}
.v-8 .mySwiper-category-1 .swiper-pagination .swiper-pagination-bullet {
  background: #FFFAEE;
  opacity: 1;
}
.v-8 .mySwiper-category-1 .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary-kitchen);
}

.mySwiper-category-1 {
  position: relative;
  margin-top: 0;
  padding-bottom: 60px;
}
.mySwiper-category-1 .swiper-pagination {
  max-width: max-content;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
.mySwiper-category-1 .swiper-pagination .swiper-pagination-bullet {

  width: 8px;
  height: 8px;
}
.mySwiper-category-1 .swiper-button-next,
.mySwiper-category-1 .swiper-button-prev {
  color: #00a5a5;
}
@media only screen and (max-width: 575px) {
  .mySwiper-category-1 .swiper-button-next,
.mySwiper-category-1 .swiper-button-prev {
    display: none;
  }
}
.mySwiper-category-1 .swiper-button-next::after,
.mySwiper-category-1 .swiper-button-prev::after {
  background-image: none;
  display: none;
}
.mySwiper-category-1 .swiper-button-next {
  right: 43%;
  bottom: 0;
  top: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mySwiper-category-1 .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mySwiper-category-1 .swiper-button-next {
    display: none;
  }
}
.mySwiper-category-1 .swiper-button-prev {
  left: 43%;
  bottom: 0;
  top: auto;
  right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mySwiper-category-1 .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mySwiper-category-1 .swiper-button-prev {
    display: none;
  }
}










.mySwiper-category-2 {
  position: relative;
  margin-top: 0;
  padding-bottom: 60px;
}
.mySwiper-category-2 .swiper-pagination {
  max-width: max-content;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
.mySwiper-category-2 .swiper-pagination .swiper-pagination-bullet {
  background: #00a5a5;
  width: 8px;
  height: 8px;
}
.mySwiper-category-2 .swiper-button-next,
.mySwiper-category-2 .swiper-button-prev {
  color: #00a5a5;
}
@media only screen and (max-width: 575px) {
  .mySwiper-category-2 .swiper-button-next,
.mySwiper-category-2 .swiper-button-prev {
    display: none;
  }
}
.mySwiper-category-2 .swiper-button-next::after,
.mySwiper-category-2 .swiper-button-prev::after {
  background-image: none;
  display: none;
}
.mySwiper-category-2 .swiper-button-next {
  right: 43%;
  bottom: 0;
  top: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mySwiper-category-2 .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mySwiper-category-2 .swiper-button-next {
    display: none;
  }
}
.mySwiper-category-2 .swiper-button-prev {
  left: 43%;
  bottom: 0;
  top: auto;
  right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mySwiper-category-2 .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mySwiper-category-2 .swiper-button-prev {
    display: none;
  }
}


















.single-category-2 {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 6px;
  padding: 0;
  transition: 0.3s;flex-direction: column;

  background: #fff;
margin-bottom: 15px;
}

.single-category-2 img {
max-width: 170px;
}





@media only screen and (max-width: 767px) {
  .single-category-2 {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .single-category-2 {
    padding: 15px;
  }
}
.single-category-2 .information .title {
  margin-bottom: 0;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-category-2 .information .title {
    font-size: 20px;
  }
}
.single-category-2 .information p {
  margin-bottom: 0;
}
.single-category-2:hover {
  background: #fff;
}
.single-category-2.v-6 {
  padding: 15px;
  gap: 20px;
}


.single-category-2.v-6 .information  {

text-align: center;
display: block;
	
}


@media (max-width: 1440px) and (min-width: 1366px) {
  .single-category-2.v-6 {
    padding: 23px 0;
    gap: 10px;
  }
}
.single-category-2.v-6 .information .title {
  color: #221859;
  font-size: 18px;
  line-height: 32px;
  font-family: "meed";
  
}
.single-category-2.v-6 .information p {
  color: #221859;
}

.bg-category-3 {
  background: #F6F6F6;
}

.bg-category-9 {
  background-image: url(../images/category/01.jpg);
}

.single-category-nine-area {
  padding: 26px 10px 26px 20px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
}
.single-category-nine-area .icon {
  margin-bottom: 20px;
}
.single-category-nine-area a .title {
  color: #00a5a5;
  font-size: 20px;
  font-style: normal;
  
  line-height: 50px;
  margin-bottom: 0;
  transition: 0.3s;
}
.single-category-nine-area a:hover .title {
  color: #00a5a5;
}
.single-category-nine-area p.disc {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.bg-feedback-nine {
  background: #F9F8FF;
}

.title-between-area.v-8 {
  display: block;
  text-align: center;
}
.title-between-area.v-8 .title-area-left-style {
  text-align: center;
}
.title-between-area.v-8 .title-area-left-style .pre-title {
  justify-content: center;
}
.title-between-area.v-8 .title-area-left-style .pre-title span {
  color: var(--color-primary-kitchen);
}
.title-between-area.v-8 .button-group {
  justify-content: center;
}
.title-between-area.v-8 .button-group button {
  max-width: max-content;
  border-radius: 2px;
  background: #FFEFE7;
  color: var(--color-primary-kitchen);
  padding: 4px 10px;
}
.title-between-area.v-8 .button-group button.is-checked {
  background: var(--color-primary-kitchen);
  color: #FFFFFF;
}

.rts-pagination-area-2 ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding-right: 0;

  justify-content: center;
}
.rts-pagination-area-2 ul li {
  height: 40px;
  width: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;background: #fff;
  transition: 0.3s;
}

.rts-pagination-area-2 ul li+li {
  border-right: 1px solid #D9D9D9;
}


.rts-pagination-area-2 ul li:hover i {
  
}

.rts-pagination-area-2 ul li i {

  font-size: 19px;
}
.rts-pagination-area-2 ul li:hover {
  background: #00a5a5;
  color: #fff;
}

.rts-pagination-area-2 ul li.disabled {
background: #D9D9D9 !important;
color: #525252 !important;}



.rts-pagination-area-2 ul li.active {
background: #00a5a5 !important;
  color: #fff;
 border-color: #00a5a5 !important;
}
.rts-pagination-area-2 ul li.active i {
  color: #fff;
}

.banner-right-course-nine-wrapper .rts-single-course {
  height: auto;
}

.header-one {
  max-width: 100%;
  margin: auto;
}

.rts-single-course {
  padding: 15px;
  border-radius: 18px;
box-shadow: 0px 1px 6px 0px #0000001A;

  position: relative;margin-bottom: 25px;
  background: #fff;text-align: center;
}
.rts-single-course.course-list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  height: auto !important;
}
@media only screen and (max-width: 767px) {
  .rts-single-course.course-list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.rts-single-course.course-list .thumbnail {
  min-width: max-content;
}
@media only screen and (max-width: 767px) {
  .rts-single-course.course-list .thumbnail {
    min-width: 100%;
  }
}
.rts-single-course.course-list img {
  min-width: max-content;
}
@media only screen and (max-width: 767px) {
  .rts-single-course.course-list img {
    min-width: 100%;
  }
}
.rts-single-course.course-list .information-inner {
  width: 100%;
}
.rts-single-course.course-list .information-inner .lesson-studente {
  margin-top: 10px;
  margin-bottom: 6px;
}
.rts-single-course.course-list .information-inner p.disc {
  margin-bottom: 5px;
}
.rts-single-course.course-list .information-inner .teacher {
  margin-top: 5px;
}
.rts-single-course.course-list .information-inner .rating-and-price {
  margin-top: 4px;
}


.rts-single-course .save-icon {
  cursor: pointer;
}
.rts-single-course .save-icon i {
  font-weight: 300;
  position: absolute;
  z-index: 3;
  color: #fff;
  top: 37px;
  left: 37px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: rgba(17, 12, 45, 0.2);
}
.rts-single-course .save-icon:hover i {
  background: #00a5a5;
  color: #fff;
}







.category-style-one .save-icon {
  cursor: pointer;
}
.category-style-one .save-icon i {
  font-weight: 300;
  position: absolute;
  z-index: 3;
  color: #6F6D6D;
  bottom: 20px;
  left: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;


}

.category-style-one.favorite .save-icon i,
.category-style-one .save-icon:hover i {
background: #fff;
color: #f00;
}


.category-style-one.favorite .save-icon i,
.category-style-one .save-icon:hover i:before {
	
}




.rts-single-course .thumbnail {
  overflow: hidden;
  display: block;
  border-radius: 18px;
  position: relative;
  font-weight: 300;margin-bottom: 12px;
}
.rts-single-course .thumbnail img {
  transition: 0.3s;
  width: 100%;height: 180px;
object-fit: cover;
}
.rts-single-course .tags-area-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.rts-single-course .tags-area-wrapper .single-tag span {
  display: block;
  padding: 3px 8px;
  background: #EEEBFF;
  border-radius: 2px;
  color: #00a5a5;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.rts-single-course .lesson-studente {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .rts-single-course .lesson-studente {
    gap: 15px;
  }
}
.rts-single-course .lesson-studente .lesson {
  display: flex;
  align-items: center;
  gap: 6px;
}
.rts-single-course .lesson-studente .lesson i {
  font-size: 19px;
}
.rts-single-course .lesson-studente .lesson span {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.rts-single-course a {
  transition: 0.3s;
}
.rts-single-course a .title {
  color: #00a5a5;
  font-size: 20px;
  font-style: normal;
  
  line-height: 28px;
  margin-bottom: 0;
  transition: 0.3s;
  
  font-family: meed;
color: #000;
}

.rts-single-course a p {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
overflow: hidden;	
}



@media only screen and (max-width: 575px) {
  .rts-single-course a .title {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .rts-single-course a .title {
    font-size: 18px;
    line-height: 26px;
  }
}
.rts-single-course a:hover .title {
  color: #00a5a5;
}
.rts-single-course .teacher {
  margin-bottom: 0;
  margin-top: 15px;
  color: #615F5F;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.rts-single-course .rating-and-price .rating-area {
  display: flex;
  align-items: center;
  gap: 8px;

}
.rts-single-course .rating-and-price .rating-area span {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  
  line-height: 26px;
}
.rts-single-course .rating-and-price .rating-area .stars ul {
  padding-right: 0;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 2px;
  margin: 0;
}
.rts-single-course .rating-and-price .rating-area .stars ul li {
  margin: 0;
}
.rts-single-course .rating-and-price .rating-area .stars ul li i {
  font-size: 18px;
  color: #FFA41C;
}
.rts-single-course .rating-and-price .price-area {
  display: flex;
  align-items: center;
  gap: 8px;  justify-content: space-around;
}
.rts-single-course .rating-and-price .price-area .price {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  
  line-height: 26px;
}
.rts-single-course .rating-and-price .price-area .price.not {
  text-decoration: line-through;
  color: #615F5F;
}
.rts-single-course:hover .thumbnail img {
  transform: scale(1.12);
}
.rts-single-course.v-7 {
  border-radius: 0;
  transition: all 0.3s;
}
.rts-single-course.v-7:hover {
  border: 1px solid var(--color-primary-gym);
}
.rts-single-course.v-7:hover .lesson-studente {
  border-top: 1px solid var(--color-primary-gym);
}
.rts-single-course.v-7:hover .title {
  color: var(--color-primary-gym);
}
.rts-single-course.v-7:hover .course-content-area {
  right: 50px;
  opacity: 1;
}
@media screen and (max-width: 575px) {
  .rts-single-course.v-7:hover .course-content-area {
    right: 0;
  }
}
.rts-single-course.v-7 .thumbnail .save-icon i {
  background: rgba(177, 13, 0, 0.2);
  top: 15px;
  left: 15px;
}
.rts-single-course.v-7 .thumbnail .save-icon i:hover {
  background: var(--color-primary-gym);
}
.rts-single-course.v-7 .thumbnail::after {
  display: none;
}
.rts-single-course.v-7 .thumbnail .image-tag {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  position: absolute;
  width: max-content;
  top: 14px;
  right: 14px;
  z-index: 1;
}
.rts-single-course.v-7 .thumbnail .image-tag li {
  list-style: none;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
  background: #FFFFFF;
  padding: 2px 8px;
  margin: 0;
}
.rts-single-course.v-7 .thumbnail .image-tag li a {
  color: var(--color-primary-gym);
}
.rts-single-course.v-7 .single-tag span {
  background: var(--color-primary-gym);
  color: #FFFFFF;
  padding: 4px 10px;
  border-radius: 0;
}
.rts-single-course.v-7 .title {
  margin-top: 20px;
  
  font-size: 28px;
  
  line-height: 28px;
  text-transform: uppercase;
  color: var(--color-heading-2);
}
@media (max-width: 1200px) {
  .rts-single-course.v-7 .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.rts-single-course.v-7 .star-rating-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 13px;
  justify-content: space-between;
}
.rts-single-course.v-7 .lesson-studente {
  margin: 0;
  padding-top: 13px;
  border-top: 1px solid #E7E7E7;
  justify-content: space-between;
  transition: all 0.3s;
}
.rts-single-course.v-7 .lesson-studente .lesson i,
.rts-single-course.v-7 .lesson-studente .lesson span {
  color: var(--color-heading-2);
}
.rts-single-course.v-7 .course-content-area {
  padding: 30px 20px 30px 30px;
  background: #FFFFFF;
  position: absolute;
  bottom: -70px;
  right: 0;
  width: 100%;
  border: 1px solid #262261;
  z-index: 4;
  opacity: 0;
  transition: all 0.4s;
}
.rts-single-course.v-7 .course-content-area .heading-title {
  font-size: 26px;
  line-height: 1.23;
}
@media (max-width: 1200px) {
  .rts-single-course.v-7 .course-content-area .heading-title {
    font-size: 22px;
  }
}
.rts-single-course.v-7 .course-content-area .heading-title a {
  color: var(--color-heading-2);
  
  
}
.rts-single-course.v-7 .course-content-area .tags-area-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 15px;
  margin-top: 0;
}
.rts-single-course.v-7 .course-content-area .tags-area-wrapper .single-tag span {
  padding: 2px 10px;
}
.rts-single-course.v-7 .course-content-area .tags-area-wrapper .lesson-studente {
  padding-top: 0;
  border: none;
}
.rts-single-course.v-7 .course-content-area .tags-area-wrapper .lesson-studente .lesson span {
  color: #615F5F;
}
@media (max-width: 1200px) {
  .rts-single-course.v-7 .course-content-area .tags-area-wrapper .lesson-studente .lesson span {
    font-size: 19px;
  }
}
.rts-single-course.v-7 .course-content-area .desc {
  font-size: 18px;
  color: #615F5F;
  margin-bottom: 15px;
}
.rts-single-course.v-7 .course-content-area .wrapper-list {
  padding: 0;
  margin: 0;
}
.rts-single-course.v-7 .course-content-area .wrapper-list li {
  list-style: none;
  font-size: 19px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 5px 0;
}
.rts-single-course.v-7 .course-content-area .wrapper-list li i {
  color: var(--color-primary-gym);
  font-size: 18px;
}
.rts-single-course.v-7 .course-content-area .button-area {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 20px;
}
.rts-single-course.v-7 .course-content-area .button-area .rts-btn {
  margin: 0;
  padding: 9px 42px;
  border: 1px solid var(--color-primary-gym);
}
.rts-single-course.v-7 .course-content-area .button-area .wishlist-btn i {
  font-size: 46px;
  color: var(--color-primary-gym);
}
.rts-single-course.v-7 .course-content-area .shape {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.rts-single-course.v-7 .course-content-area .shape::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 15px 0px;
  border-color: transparent #fff transparent transparent;
  display: inline-block;
  right: 2px;
}
.rts-single-course.v-7 .course-content-area .shape::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 15px 0px;
  border-color: transparent #262261 transparent transparent;
  display: inline-block;
  right: 0;
}
.rts-single-course.v-8 {
  border: 1px solid #FFE4D7;
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .rts-single-course.v-8 {
    padding: 24px 18px;
  }
}
.rts-single-course.v-8 .save-icon:hover i {
  background: var(--color-primary-kitchen);
}
.rts-single-course.v-8 .save-icon i {
  background: rgba(17, 12, 45, 0.2);
}
.rts-single-course.v-8 .tags-area-wrapper .single-tag span {
  background: #FFE4D7;
  color: var(--color-primary-kitchen);
  line-height: 22px;
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .rts-single-course.v-8 .lesson-studente {
    gap: 10px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .rts-single-course.v-8 .lesson-studente .lesson span {
    font-size: 19px;
  }
}
.rts-single-course.v-8 a:hover .title {
  color: var(--color-primary-kitchen);
}

.course-area-start.v-8 {
  position: relative;
  z-index: 1;
}
.course-area-start.v-8 .shape-image .shape {
  position: absolute;
  z-index: -1;
}
.course-area-start.v-8 .shape-image .shape.one {
  right: 6%;
  bottom: 30%;
}
.course-area-start.v-8 .shape-image .shape.two {
  right: 8%;
  top: 18%;
}
.course-area-start.v-8 .shape-image .shape.three {
  left: 25%;
  top: 15%;
}
.course-area-start.v-8 .shape-image .shape.four {
  left: 5%;
  top: 25%;
}
.course-area-start.v-8 .shape-image .shape.five {
  left: 5%;
  bottom: 25%;
}
.course-area-start.v-8 .title-area-center-style .title, .course-area-start.v-8 .title-area-left-style .title {
  margin-bottom: 20px;
}

.course-add-single-one {
background: linear-gradient( to right , #221859, #221859);
background: linear-gradient( to right , #00a5a5, #352497);
background: linear-gradient( to right , #e0ccff, #cfb6f7);
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  display: flex;
align-items: center;
gap: 20px;
}

.offer-add-area .row [class*=col]:nth-child(1) .course-add-single-one {
background: linear-gradient( to right , #e0ccff, #cfb6f7);
}

.offer-add-area .row [class*=col]:nth-child(2) .course-add-single-one {
background: linear-gradient( to right , #00a5a5, #352497);
background: linear-gradient( to right , #ccecff, #b6d9f7);
}

.offer-add-area .row [class*=col]:nth-child(3) .course-add-single-one {
background: linear-gradient( to right , #00a5a5, #352497);
background: linear-gradient( to right , #ceffd4, #bbfbc5);
}

.offer-add-area .row [class*=col]:nth-child(4) .course-add-single-one {
background: linear-gradient( to right , #00a5a5, #352497);
background: linear-gradient( to right , #fddddd, #ffc9c9);

}







.course-add-single-one .title-area-left-style .pre-title span {
  color: #fff;
}
.course-add-single-one .title-area-left-style .title {
color: #221859;
font-size: 26px;
font-style: normal;
margin-bottom: 8px;
}
.course-add-single-one .title-area-left-style p {
margin-bottom: 15px;
line-height: 26px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
height: 52px;
}



.single-course-style-three {
  padding: 24px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  position: relative;
}
.single-course-style-three:hover .thumbnail img {
  transform: scale(1.1);
}
.single-course-style-three:hover .course-content-area {
  right: 50px;
  opacity: 1;
}
@media screen and (max-width: 575px) {
  .single-course-style-three:hover .course-content-area {
    right: 0;
  }
}
.single-course-style-three .thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.single-course-style-three .thumbnail img {
  width: 100%;
  transition: 0.3s;
  max-width: 100%;
  display: block;
  min-width: 100%;
}
.single-course-style-three .thumbnail .tag-thumb {
  position: absolute;
  top: 15px;
  right: 15px;
}
.single-course-style-three .thumbnail .tag-thumb span {
  color: #00a5a5;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding: 6px 10px;
  background: #fff;
  border-radius: 3px;
}
.single-course-style-three .body-area {
  margin-top: 22px;
}
.single-course-style-three .body-area .course-top {
  display: flex;
  align-items: center;
  gap: 18px;
}
.single-course-style-three .body-area .course-top .tags {
  border-radius: 2px;
  background: #EEEBFF;
  padding: 2px 10px;
  color: #00a5a5;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: max-content;
}
.single-course-style-three .body-area .course-top .price {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  
  line-height: 26px;
}
.single-course-style-three .body-area a .title {
  color: #00a5a5;
  font-size: 20px;
  font-style: normal;
  
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.single-course-style-three .body-area a:hover .title {
  color: #00a5a5;
}
.single-course-style-three .body-area .teacher-stars {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-course-style-three .body-area .teacher-stars {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .single-course-style-three .body-area .teacher-stars {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.single-course-style-three .body-area .teacher-stars .teacher {
  color: #615F5F;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.single-course-style-three .body-area .teacher-stars .stars {
  display: flex;
  align-items: center;
  gap: 3px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-course-style-three .body-area .teacher-stars .stars .span {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  
  line-height: 26px;
}
.single-course-style-three .body-area .teacher-stars .stars li {
  margin: 0;
  padding: 0;
}
.single-course-style-three .body-area .teacher-stars .stars li i {
  font-size: 19px;
  color: #FFA41C;
}
.single-course-style-three .body-area .leasson-students {
  margin-top: 15px;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E1DDFA;
  flex-wrap: wrap;
}
.single-course-style-three .body-area .leasson-students .lesson,
.single-course-style-three .body-area .leasson-students .students {
  display: flex;
  align-items: center;
  gap: 7px;
}
.single-course-style-three .course-content-area {
  padding: 30px 20px 30px 30px;
  background: #FFFFFF;
  position: absolute;
  bottom: -70px;
  right: 0;
  width: 100%;
  border: 1px solid #DDD8F9;
  z-index: 4;
  opacity: 0;
  transition: all 0.4s;
}
.single-course-style-three .course-content-area .heading-title {
  font-size: 20px;
  line-height: 1.23;
}
.single-course-style-three .course-content-area .heading-title a {
  color: var(--color-heading-2);
  
}
.single-course-style-three .course-content-area .tags-area-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 15px;
  margin-top: 0;
}
.single-course-style-three .course-content-area .tags-area-wrapper .single-tag span {
  padding: 4px 10px;
  background: #00a5a5;
  color: #FFFFFF;
  border-radius: 5px;
}
.single-course-style-three .course-content-area .tags-area-wrapper .lesson-studente {
  padding-top: 0;
  border: none;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  transition: all 0.3s;
  margin: 0;
  padding-top: 0;
  border: none;
}
.single-course-style-three .course-content-area .tags-area-wrapper .lesson-studente .lesson {
  display: flex;
  align-items: center;
  gap: 6px;
}
.single-course-style-three .course-content-area .tags-area-wrapper .lesson-studente .lesson span {
  color: #615F5F;
  font-size: 18px;
}
.single-course-style-three .course-content-area .desc {
  font-size: 18px;
  color: #615F5F;
  margin-bottom: 15px;
}
.single-course-style-three .course-content-area .wrapper-list {
  padding: 0;
  margin: 0;
}
.single-course-style-three .course-content-area .wrapper-list li {
  list-style: none;
  font-size: 19px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 5px 0;
}
.single-course-style-three .course-content-area .wrapper-list li i {
  color: #00a5a5;
  font-size: 18px;
}
.single-course-style-three .course-content-area .button-area {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 20px;
}
.single-course-style-three .course-content-area .button-area .rts-btn {
  margin: 0;
  padding: 9px 42px;
  border: 1px solid #00a5a5;
}
.single-course-style-three .course-content-area .button-area .wishlist-btn i {
  font-size: 46px;
  color: #00a5a5;
}
.single-course-style-three .course-content-area .shape {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.single-course-style-three .course-content-area .shape::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 15px 0px;
  border-color: transparent #fff transparent transparent;
  display: inline-block;
  right: 2px;
}
.single-course-style-three .course-content-area .shape::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 15px 0px;
  border-color: transparent #DDD8F9 transparent transparent;
  display: inline-block;
  right: 0;
}

.swiper-float-right-testimonials .swiper-button-next,
.swiper-float-right-testimonials .swiper-button-prev {
  stroke-width: 1px;
  stroke: #DDD8F9;
  right: -50px;
  left: auto;
}

.rts-feature-course-area {
  position: relative;background: #f9f9f9;
}
.rts-feature-course-area .left-align-arrow-btn .swiper-button-next,
.rts-feature-course-area .left-align-arrow-btn .swiper-button-prev {
  position: absolute;
  right: 10%;
  left: auto;
}
.rts-feature-course-area .left-align-arrow-btn .swiper-button-next::after,
.rts-feature-course-area .left-align-arrow-btn .swiper-button-prev::after {
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #DDD8F9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #00a5a5;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .rts-feature-course-area .left-align-arrow-btn .swiper-button-next::after,
.rts-feature-course-area .left-align-arrow-btn .swiper-button-prev::after {
    min-width: 40px;
    height: 40px;
  }
}
.rts-feature-course-area .left-align-arrow-btn .swiper-button-next:hover,
.rts-feature-course-area .left-align-arrow-btn .swiper-button-prev:hover {
  color: #fff;
}
.rts-feature-course-area .left-align-arrow-btn .swiper-button-next:hover::after,
.rts-feature-course-area .left-align-arrow-btn .swiper-button-prev:hover::after {
  background: #00a5a5;
  color: #fff;
}
.rts-feature-course-area .left-align-arrow-btn .swiper-button-next {
  top: 50%;
}
.rts-feature-course-area .left-align-arrow-btn .swiper-button-prev {
  top: 58%;
}

.float-right {
  position: relative;
  min-width: 122%;
  left: 0;
}
@media only screen and (max-width: 575px) {
  .float-right {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .float-right .left-align-arrow-btn {
    display: none;
  }
}
.float-right .left-align-arrow-btn .swiper-button-next,
.float-right .left-align-arrow-btn .swiper-button-prev {
  right: -80px;
}
@media (max-width: 1600px) {
  .float-right .left-align-arrow-btn .swiper-button-next,
.float-right .left-align-arrow-btn .swiper-button-prev {
    right: -10px;
  }
}
.float-right .left-align-arrow-btn .swiper-button-prev {
  top: 50%;
}
.float-right .left-align-arrow-btn .swiper-button-next {
  top: 62%;
}
@media (max-width: 991px) {
  .float-right .left-align-arrow-btn .swiper-button-next {
    top: 58%;
  }
}

.category-single-list {
  display: flex;
  align-items: center;
  gap: 26px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  transition: 0.3s;
}
.category-single-list .thumbnail {
  display: block;
  max-width: max-content;
  overflow: hidden;
  border-radius: 6px 0 0 6px;
}
.category-single-list .thumbnail img {
  transition: 0.3s;
  transform: scale(1.08);
}
.category-single-list .information a .title {
  margin-bottom: 0;
  transition: 0.3s;
}
.category-single-list .information span {
  transition: 0.3s;
}
.category-single-list:hover {
  background: #00a5a5;
}
.category-single-list:hover .thumbnail img {
  transform: scale(1.15);
}
.category-single-list:hover .information .title {
  color: #fff;
}
.category-single-list:hover .information span {
  color: #fff;
}

.bg-category-2 {
  background: #F9F8FF;
}

.filters-button-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 575px) {
  .filters-button-group {
    flex-wrap: wrap;
  }
}
.filters-button-group button {
  padding: 3px 10px;
  background: #EEEBFF;
  min-width: max-content;
  color: #00a5a5;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: 0.3s;
  border-radius: 2px;
}
@media only screen and (max-width: 575px) {
  .filters-button-group button {
    max-width: max-content;
  }
}
.filters-button-group button.is-checked {
  background: #00a5a5;
  color: #fff;
}
.filters-button-group button:hover {
  background: #00a5a5;
  color: #fff;
}

.course-filter-top-wrapper {
  padding: 54px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .course-filter-top-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .course-filter-top-wrapper {
    padding: 20px;
  }
}
.course-filter-top-wrapper .rts-course-filter-area {
  display: flex;
  align-items: flex-start;
  border: none;
  padding: 0;
  gap: 15px;
  flex-wrap: wrap;
}
.course-filter-top-wrapper .rts-course-filter-area .single-filter-left-wrapper {
  flex-basis: 19%;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  height: 250px;
  overflow-Y: scroll;
  /* Track */
  /* Handle on hover */
}
@media only screen and (max-width: 1199px) {
  .course-filter-top-wrapper .rts-course-filter-area .single-filter-left-wrapper {
    flex-basis: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .course-filter-top-wrapper .rts-course-filter-area .single-filter-left-wrapper {
    flex-basis: 100%;
  }
}
.course-filter-top-wrapper .rts-course-filter-area .single-filter-left-wrapper::-webkit-scrollbar {
  width: 2px;
  border-radius: 1px;
}
.course-filter-top-wrapper .rts-course-filter-area .single-filter-left-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.course-filter-top-wrapper .rts-course-filter-area .single-filter-left-wrapper::-webkit-scrollbar-thumb {
  background: #00a5a5;
}
.course-filter-top-wrapper .rts-course-filter-area .single-filter-left-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.course-filter-top-wrapper .rts-course-filter-area .single-filter-left-wrapper .filter-body {
  padding-bottom: 0;
  border-bottom: 0;
  margin: 0;
}

.feature-course-area.v-7 .title-area-left-style .pre-title span {
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: var(--color-heading-2);
  
}
.feature-course-area.v-7 .title-area-left-style .title {
  color: var(--color-heading-2);
  
  font-size: 64px;
  
  line-height: 64px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .feature-course-area.v-7 .title-area-left-style .title {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 450px) {
  .feature-course-area.v-7 .title-area-left-style .title {
    font-size: 36px;
    line-height: 36px;
  }
}
.feature-course-area.v-7 .button-area {
  margin-top: 50px;
  text-align: center;
}
.feature-course-area.v-7 .button-area .rts-btn {
  margin: auto;
}
@media (max-width: 576px) {
  .feature-course-area.v-7 .button-area .rts-btn {
    padding: 8px 34px;
  }
}

#exampleModal-login {
  top: 30%;
}

.login-pupup-modal .modal-dialog {
  max-width: 430px;
}
.login-pupup-modal .modal-content {
  padding: 30px;
  border-radius: 10px;
}
.login-pupup-modal .modal-content .modal-header {
  border: none;
}
.login-pupup-modal .modal-body {
  margin-top: 20px;
}
.login-pupup-modal .modal-body form input {
  margin-bottom: 25px;
  height: 45px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
}
.login-pupup-modal .modal-body form input:focus {
  border-color: #00a5a5;
}
.login-pupup-modal .modal-body form .align-items-center label::before {
  background: transparent;
  background: transparent;
  border: 1px solid #615F5F !important;
}
.login-pupup-modal .modal-body form .align-items-center input[type=checkbox]:checked ~ label::before {
  background: #00a5a5;
}
.login-pupup-modal .modal-body form label {
  font-size: 19px;
}
.login-pupup-modal .modal-body form button {
  max-width: 100%;
  padding: 11px;
}
.login-pupup-modal .modal-body form .dont-acc {
  font-size: 19px;
}
.login-pupup-modal .modal-body form .dont-acc a {
  margin-right: 15px;
  color: #00a5a5;
}
.login-pupup-modal .modal-footer {
  border: none;
}
.login-pupup-modal .modal-footer button {
  max-width: 100%;
}

.gym-home .login-pupup-modal .modal-body form input {
  border: 1px solid #1b192540;
}
.gym-home .login-pupup-modal .modal-body form input:focus {
  border: 1px solid var(--color-primary-gym);
}
.gym-home .login-pupup-modal .modal-body form button {
  background: var(--color-primary-gym) !important;
}
.gym-home .login-pupup-modal .modal-body form button:hover {
  border: 1px solid var(--color-primary-gym) !important;
  color: var(--color-primary-gym) !important;
  background: #FFFFFF !important;
}
.gym-home .login-pupup-modal .modal-body form .dont-acc a {
  color: var(--color-primary-gym);
}

.kitchen-home .login-pupup-modal .modal-body form input {
  border: 1px solid #1b192536;
}
.kitchen-home .login-pupup-modal .modal-body form input:focus {
  border: 1px solid var(--color-primary-kitchen);
}
.kitchen-home .login-pupup-modal .modal-body form button {
  background: var(--color-primary-kitchen) !important;
}
.kitchen-home .login-pupup-modal .modal-body form button:hover {
  border: 1px solid var(--color-primary-kitchen) !important;
  color: var(--color-primary-kitchen) !important;
  background: #FFFFFF !important;
}
.kitchen-home .login-pupup-modal .modal-body form .dont-acc a {
  color: var(--color-primary-kitchen);
}

.feature-course-area.v-6 {
  background: #F9F8FF;
}

.materials.course-details-btn-wrapper.full-width ul {
  justify-content: flex-start;
  gap: 15px;
}

.bg-choose-us-one {
  background-image: url(../images/why-choose/01.jpg);
}

.btn-primary.rts-btn.hov--white:hover {
  background: #fff !important;
  border: 1px solid #fff !important;
}

.why-choose-us-area-image {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.why-choose-us-area-image img {
  border-radius: 6px;
  min-width: max-content;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .why-choose-us-area-image img {
    min-width: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .why-choose-us-area-image img {
    min-width: auto;
  }
}
@media only screen and (max-width: 575px) {
  .why-choose-us-area-image img {
    min-width: auto;
  }
}
@media only screen and (max-width: 479px) {
  .why-choose-us-area-image img {
    min-width: 100%;
  }
}
.why-choose-us-area-image .border-img {
  position: relative;
  max-width: max-content;
  height: max-content;
  z-index: 1;
}
.why-choose-us-area-image .border-img .two {
  margin-bottom: -50px;
}
.why-choose-us-area-image .border-img::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 125%;
  right: 70px;
  border: 1px solid #674EF2;
  top: -6%;
  border-radius: 6px;
  z-index: -1;
}
.why-choose-us-area-image .circle-animation {
  position: absolute;
  right: 23%;
  bottom: 34%;
  z-index: 10;
  border-radius: 50%;
}
.why-choose-us-area-image .circle-animation i {
  position: absolute;
  color: #fff;
  right: 42%;
  top: 36%;
  font-size: 33px;
}
.why-choose-us-area-image .uni-circle-text {
  display: block;
}
.why-choose-us-area-image .uni-circle-text::before {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(245, 245, 245, 0);
  position: absolute;
  transform: scale(0.5);
  right: 0;
  top: 0;
  transform: translate(0px, 0px);
  border-radius: 100%;
  background: #ffffff1f;
  backdrop-filter: blur(12px);
  z-index: -1;
}
.why-choose-us-area-image .uni-circle-text-path {
  fill: #fff;
  height: auto;
  max-width: 140px;
  left: 10%;
  transform-origin: center;
  text-transform: uppercase;
}
.why-choose-us-area-image .uni-animation-spin {
  display: inline-flex;
  animation: spin 10s linear 0s infinite;
  padding: 8px;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 576px) {
  .why-choose-us-area-image.v-7 {
    display: block;
  }
}
.why-choose-us-area-image.v-7 .border-img::after {
  display: none;
}
@media (max-width: 576px) {
  .why-choose-us-area-image.v-7 .border-img {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .why-choose-us-area-image.v-7 .border-img .two {
    width: 100%;
  }
}
@media (min-width: 991px) {
  .why-choose-us-area-image.v-7 .circle-animation {
    right: 34%;
  }
}
@media (max-width: 768px) {
  .why-choose-us-area-image.v-7 .circle-animation {
    right: 40%;
    bottom: 38%;
  }
}
@media (max-width: 450px) {
  .why-choose-us-area-image.v-7 .circle-animation {
    right: 30%;
  }
}
.why-choose-us-area-image.v-7 .uni-circle-text::before {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  position: absolute;
  transform: scale(0.5);
  right: 0;
  top: 0;
  transform: translate(0px, 0px);
  border-radius: 100%;
  z-index: -1;
  border: 1px solid var(--red, #B10D00);
  background: linear-gradient(180deg, #F32837 0%, rgba(243, 40, 55, 0) 100%);
  backdrop-filter: blur(10px);
}
@media (max-width: 450px) {
  .why-choose-us-area-image.v-7 .uni-circle-text::before {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 450px) {
  .why-choose-us-area-image.v-7 .uni-circle-text svg {
    max-width: 120px;
  }
}

.why-choose-main-wrapper-1 {
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 479px) {
  .why-choose-main-wrapper-1 {
    gap: 10px;
  }
}

.single-choose-reason-1 {
  padding: 11px;
  border-radius: 5px;
  border: 1px solid #674EF2;
  max-width: max-content;
  display: flex;
  align-items: center;
  gap: 23px;
  width: 165px;
}
@media only screen and (max-width: 479px) {
  .single-choose-reason-1 {
    gap: 17px;
    width: 137px;
  }
}
.single-choose-reason-1 .icon img {
  min-width: max-content;
}
.single-choose-reason-1 .title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  
  line-height: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .single-choose-reason-1 .title {
    font-size: 19px;
  }
}

.single-choose-reason-7 {
  padding: 23px 18px;
  border-radius: 0;
  border: 1px solid #E7E7E7;
  max-width: 48%;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1300px) and (min-width: 991px) {
  .single-choose-reason-7 {
    max-width: 47%;
  }
}
@media (max-width: 576px) {
  .single-choose-reason-7 {
    max-width: 100%;
    width: 100%;
  }
}
.single-choose-reason-7 .icon {
  width: 60px;
}
.single-choose-reason-7 .icon img {
  width: 100%;
}
.single-choose-reason-7 .title {
  
  color: var(--color-heading-2);
  font-size: 32px;
  
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1300px) and (min-width: 991px) {
  .single-choose-reason-7 .title {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .single-choose-reason-7 .title {
    font-size: 26px;
  }
}

.btn-gym.border-btn:hover {
  border: 1px solid #E7E7E7;
}

.why-choose-us {
  position: relative;
  z-index: 1;
}
.why-choose-us .shape-image .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .why-choose-us .shape-image .shape {
    display: none;
  }
}
.why-choose-us .shape-image .shape.one {
  right: 6%;
  bottom: 30%;
}
.why-choose-us .shape-image .shape.two {
  right: 25%;
  top: 10%;
}
.why-choose-us .shape-image .shape.three {
  left: 15%;
  top: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .why-choose-us .shape-image .shape.three {
    top: 5%;
  }
}
@media only screen and (max-width: 1199px) {
  .why-choose-us .shape-image .shape.three {
    top: 5%;
  }
}

.title-area-left-style.style-7 .pre-title span {
  
  font-size: 20px;
  color: var(--color-heading-2);
  margin-top: 7px;
}
.title-area-left-style.style-7 .title {
  color: var(--color-heading-2);
  
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .title-area-left-style.style-7 .title {
    font-size: 48px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .title-area-left-style.style-7 .title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .title-area-left-style.style-7 .title {
    font-size: 54px;
  }
}
@media (max-width: 576px) {
  .title-area-left-style.style-7 .title {
    font-size: 42px;
  }
}
@media (max-width: 450px) {
  .title-area-left-style.style-7 .title {
    font-size: 30px;
  }
}
@media (max-width: 1400px) and (min-width: 991px) {
  .title-area-left-style.style-7 .post-title br {
    display: none;
  }
}
@media (max-width: 650px) {
  .title-area-left-style.style-7 .post-title br {
    display: none;
  }
}

.rts-service-main-wrapper-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.rts-service-main-wrapper-area > div {
  flex-basis: 23.2%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-service-main-wrapper-area > div {
    flex-basis: 44%;
  }
}
@media only screen and (max-width: 767px) {
  .rts-service-main-wrapper-area > div {
    flex-basis: 44%;
  }
}
@media only screen and (max-width: 575px) {
  .rts-service-main-wrapper-area > div {
    flex-basis: 100%;
  }
}
.rts-service-area .single-service-start {
  padding: 18px 15px 18px 15px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  /*background: #F9F8FF;*/
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.3s;
}


.rts-service-area .single-service-start .icon img {
	height: 50px;
}



.rts-service-area .single-service-start:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #7763E5;
}
.rts-service-area .single-service-start .information .title {
  margin-bottom: 2px;
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
}

.upcoming-events-main-wrapper-1 {
 
}
@media only screen and (max-width: 767px) {
  .upcoming-events-main-wrapper-1 {
    padding: 0;
  }
}

.single-upcoming-events {

  border-radius: 6px;
  border: 1px solid #EFECFF;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin-bottom: 15px;
  transition: 0.3s;
  position: relative;
}

@media screen and (max-width: 575px) {
  .single-upcoming-events:hover {
    display: none;
  }
}
.single-upcoming-events .img-information {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .single-upcoming-events .img-information {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .single-upcoming-events .img-information {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .single-upcoming-events {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.single-upcoming-events:last-child {
  margin-bottom: 12px;
}
.single-upcoming-events:hover .thumbnail img {
  transform: scale(1.05);
}
.single-upcoming-events .thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  min-width: 35%;
}
.single-upcoming-events .thumbnail img {
height: 155px;width: 100%;
}


@media only screen and (max-width: 575px) {
  .single-upcoming-events .thumbnail {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single-upcoming-events .thumbnail {
    width: 100%;
  }
}
.single-upcoming-events .thumbnail img {
  transition: 0.3s;
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  .single-upcoming-events .thumbnail img {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .single-upcoming-events .thumbnail img {
    width: 100%;
  }
}
.single-upcoming-events .information {
  padding-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .single-upcoming-events .information {
    margin-right: 0;
    padding-right: 0;
    margin-top: 30px;
  }
}
.single-upcoming-events .information .date-details {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .single-upcoming-events .information .date-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.single-upcoming-events .information .date-details .date,
.single-upcoming-events .information .date-details .time,
.single-upcoming-events .information .date-details .location {
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-upcoming-events .information .date-details .date p {
	margin: 0;
	
}


.single-upcoming-events .information .title {
  transition: 0.3s;
  margin-bottom: 0;font-size: 19px;
  height: 66px;
overflow: hidden;
line-height: 22px;
}
.single-upcoming-events .information .title:hover {
  color: #00a5a5;
}

.single-events-two-wrapper {
  border-radius: 6px;
  border: 1px solid #EFECFF;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .single-events-two-wrapper {
    padding: 15px;
  }
}
.single-events-two-wrapper:hover .thumbnail img {
  transform: scale(1.15);
}
.single-events-two-wrapper .thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.single-events-two-wrapper .thumbnail img {
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .single-events-two-wrapper .thumbnail img {
    width: 100%;
  }
}
.single-events-two-wrapper .inner-content-events-2 .time-line {
  display: flex;
  align-items: center;
  margin: 18px 0;
  gap: 30px;
}
.single-events-two-wrapper .inner-content-events-2 a {
  display: block;
  margin-bottom: 15px;
}
.single-events-two-wrapper .inner-content-events-2 a .title {
  margin-bottom: 8px;
  transition: 0.3s;
}
.single-events-two-wrapper .inner-content-events-2 a:hover .title {
  color: #00a5a5;
}
.single-events-two-wrapper .inner-content-events-2 .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .single-events-two-wrapper .inner-content-events-2 .bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.single-events-two-wrapper .inner-content-events-2 .bottom .location {
  display: flex;
  align-items: center;
  gap: 5px;
}
.single-events-two-wrapper .inner-content-events-2 .bottom .location i {
  color: #00a5a5;
}
.single-events-two-wrapper .inner-content-events-2 .bottom .rts-btn {
  padding: 10px 15px;
  display: flex;
  gap: 8px;
}

.events-details-single-area {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}
.events-details-single-area .information .title {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  
  line-height: 26px;
  margin-bottom: 5px;
}
.events-details-single-area .information p.disc {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.events-information-wrapper {
  padding: 40px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  background: #F9F8FF;
}
.events-information-wrapper .single-information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #DDD8F9;
}
.events-information-wrapper .single-information .title {
  margin-bottom: 0;
}
.events-information-wrapper .single-information .icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.events-information-wrapper .rts-btn {
  display: block;
  max-width: 100%;
  margin-top: 30px;
}

.events-vanue {
  padding: 40px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  background: #F9F8FF;
}
@media only screen and (max-width: 575px) {
  .events-vanue {
    padding: 20px;
  }
}
.events-vanue .single-vanue {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #DDD8F9;
}
.events-vanue .single-vanue:last-child {
  border: none;
}
.events-vanue .single-vanue span {
  flex-basis: 40%;
  display: block;
  color: #111;
  font-weight: 500;
}
.events-vanue .single-vanue p {
  flex-basis: 60%;
}

.single-upcoming-events .rts-btn {
  padding: 9px 0 !important;
}

.fun-facts-area-1 {
  background: #00a5a5;
  position: relative;
  z-index: 1;
  margin: auto;
  background: #4f75ff url("../images/stuk-gradient.svg") no-repeat left bottom;
  
}
.fun-facts-area-1 .shape-image .shape {
  position: absolute;
  z-index: -1;
}
.fun-facts-area-1 .shape-image .shape.one {
  right: 6%;
  bottom: 30%;
}
.fun-facts-area-1 .shape-image .shape.three {
  left: 10%;
  top: 35%;
}

.fun-facts-main-wrapper-1 {
  padding: 0 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fun-facts-main-wrapper-1 {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .fun-facts-main-wrapper-1 .single-fun-facts {
    flex-basis: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fun-facts-main-wrapper-1 .single-fun-facts::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .fun-facts-main-wrapper-1 {
    align-items: flex-start;
    gap: 30px;
    padding: 0 0;
    flex-wrap: wrap;
  }
  .fun-facts-main-wrapper-1 .single-fun-facts::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .fun-facts-main-wrapper-1 .single-fun-facts {
    flex-basis: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .fun-facts-main-wrapper-1 .single-fun-facts {
    flex-basis: 42%;
  }
}

.single-fun-facts {
  position: relative;
  width: 100%;
text-align: center;
}
.single-fun-facts:last-child::after {
  display: none;
}/*
.single-fun-facts::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #00a5a5;
}*/
@media only screen and (max-width: 1199px) {
  .single-fun-facts::after {
    display: none;
  }
}
.single-fun-facts .title {
  margin-top: 25px;
  margin-bottom: 8px;
}
.single-fun-facts .title span {
  color: #fff;
  font-size: 42px;
}
.single-fun-facts span.enr {
  color: #FFF;
  font-size: 28px;
  font-family: "bld" , use;
}

/* Icon styling for FontAwesome icons */
.single-fun-facts .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.single-fun-facts .icon i {
  font-size: 36px;
  color: #ffffff;
}

.single-fun-facts:hover .icon {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Dark mode support */
[data-theme-version="dark"] .fun-facts-area-1 {
  background: linear-gradient(135deg, #1a1a3e 0%, #0f0f23 100%);
}

[data-theme-version="dark"] .single-fun-facts .icon {
  background: rgba(0, 165, 165, 0.2);
  border-color: rgba(0, 165, 165, 0.4);
}

[data-theme-version="dark"] .single-fun-facts:hover .icon {
  background: rgba(0, 165, 165, 0.35);
  border-color: rgba(0, 165, 165, 0.6);
}


.single-fun-facts img {
	width: 60px;
}



.bg-dark-image .title-area-left-style span {
  color: #fff;
}
.bg-dark-image .title-area-left-style .title {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .bg-dark-image .title-area-left-style .title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-dark-image .title-area-left-style .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .bg-dark-image .title-area-left-style .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .bg-dark-image .title-area-left-style .title br {
    display: none;
  }
}
.bg-dark-image .title-area-left-style .title span span {
  margin-top: 10px;
}

.rts-fun-facts-area-3 {
  background-image: url(../images/fun-facts/02.jpg);
  position: relative;
  z-index: 2;
}

.counter-remaining-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 575px) {
  .counter-remaining-area {
    flex-wrap: wrap;
  }
}
.counter-remaining-area .single-counter {
  height: 93px;
  min-width: 93px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.counter-remaining-area .single-counter .title {
  margin-bottom: 0;
}
.counter-remaining-area .single-counter .title span {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  
  line-height: 10px;
}
.counter-remaining-area .single-counter .title span span {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.rts-fun-facts-area-3 .title {
  position: relative;
  z-index: 1;
}
.rts-fun-facts-area-3 .title img {
  position: absolute;
  right: 40%;
  bottom: 9px;
  z-index: -1;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .rts-fun-facts-area-3 .title-area-left-style .title {
    font-size: 42px;
  }
  .rts-fun-facts-area-3 .title-area-left-style .title br {
    display: none;
  }
}

.registration-area-right {
  margin-bottom: -270px;
  max-width: 460px;
  padding: 40px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .registration-area-right {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .registration-area-right {
    margin-bottom: 0;
    padding: 20px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .registration-area-right {
    max-width: 100%;
  }
}
.registration-area-right input {
  height: 46px;
  border: 1px solid #DDD8F9;
  border-radius: 5px;
  font-size: 19px;
}
.registration-area-right .registration .half-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .registration-area-right .registration .half-wrapper {
    flex-wrap: wrap;
  }
}
.registration-area-right textarea {
  height: 142px;
  border: 1px solid #DDD8F9;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 13px;
}

.counter-remaining-area .details {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.fun-facts-main-wrapper-1.style-two {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .fun-facts-main-wrapper-1.style-two {
    padding: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .fun-facts-main-wrapper-1.style-two {
    padding: 10px;
  }
}
.fun-facts-main-wrapper-1.style-two .single-fun-facts::after {
  position: absolute;
  content: "";
  left: -70%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #DDD8F9;
}
.fun-facts-main-wrapper-1.style-two .title {
  color: #00a5a5;
}
.fun-facts-main-wrapper-1.style-two .title span {
  color: #00a5a5;
}
.fun-facts-main-wrapper-1.style-two span.enr {
  color: #000;
}

.fun-facts-main-wrapper-1.style-seven {
  background: var(--color-primary-gym);
  padding: 32px 120px;
  box-shadow: 0px 4px 30px 0px rgba(177, 167, 241, 0.1);
}
@media (max-width: 1200px) {
  .fun-facts-main-wrapper-1.style-seven {
    padding: 32px 90px;
  }
}
@media (max-width: 991px) {
  .fun-facts-main-wrapper-1.style-seven {
    padding: 32px 50px;
  }
}
@media (max-width: 576px) {
  .fun-facts-main-wrapper-1.style-seven {
    padding: 32px 10px;
  }
}
@media (max-width: 400px) {
  .fun-facts-main-wrapper-1.style-seven .single-fun-facts {
    flex-basis: 100%;
    text-align: center;
  }
}
.fun-facts-main-wrapper-1.style-seven .single-fun-facts::after {
  position: absolute;
  content: "";
  left: -70%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #DDD8F9;
}
@media (max-width: 1200px) {
  .fun-facts-main-wrapper-1.style-seven .single-fun-facts::after {
    left: -30%;
  }
}
.fun-facts-main-wrapper-1.style-seven .title {
  color: #FFFFFF;
  
}
.fun-facts-main-wrapper-1.style-seven .title span {
  color: #FFFFFF;
}
.fun-facts-main-wrapper-1.style-seven span.enr {
  color: #FFFFFF;
}

.radious-0 {
  border-radius: 0;
}

.category-single-list.radious-0 .thumbnail img {
  transition: 0.3s;
  transform: scale(1.1);
}

.category-single-list.radious-0 .thumbnail {
  border-radius: 0 !important;
}
.category-single-list.radious-0:hover .thumbnail img {
  transform: scale(1.2);
}

.call-to-sction.style-three {
  text-align: center;
  background-image: url(../images/cta/03.jpg);
  flex-direction: column;
}
.call-to-sction.style-three .title {
  margin: 0;
}

.cta-form {
  position: relative;
  display: block;
  width: 60%;
  margin: auto;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .cta-form {
    width: 100%;
  }
}
.cta-form input {
  height: 50px;
  background: #FFF;
  display: block;
  width: 100%;
}
.cta-form .rts-btn {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 20px;
}

.mt-dec-fun-f {
  margin-top: -100px;
  position: relative;
  z-index: 10;
}

.fun-facts-area-7 {
  margin-top: -60px;
}
@media (max-width: 576px) {
  .fun-facts-area-7 {
    margin-top: 0;
    background: var(--color-primary-gym);
  }
}

.app-download-area {
  background: #ffffff;
}
.app-download-area .download-full-content-bg {
  background: url(../images/fun-facts/app-download-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px;
  overflow: visible;
  position: relative;
  transition: all 0.4s;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .app-download-area .download-full-content-bg {
    padding: 80px 50px;
  }
}
@media (max-width: 991px) {
  .app-download-area .download-full-content-bg {
    padding: 80px 150px 80px 50px;
  }
}
@media (max-width: 768px) {
  .app-download-area .download-full-content-bg {
    padding: 80px 50px;
  }
}
@media (max-width: 576px) {
  .app-download-area .download-full-content-bg {
    padding: 80px 30px;
  }
}
@media (max-width: 450px) {
  .app-download-area .download-full-content-bg {
    padding: 50px 15px;
  }
}
.app-download-area .download-full-content-bg:hover .download-img-content {
  transform: scale(103%);
}
.app-download-area .download-full-content-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #181823;
  opacity: 0;
}
.app-download-area .download-full-content-bg .download-img-content {
  position: absolute;
  bottom: 0;
  left: 12%;
  transition: all 0.4s;
  transform: scale(100%);
  transition: all 0.4s;
}
@media (max-width: 1200px) {
  .app-download-area .download-full-content-bg .download-img-content {
    left: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .app-download-area .download-full-content-bg .download-img-content {
    max-width: 200px;
    left: 2%;
    top: 50%;
    transform: translateY(-50%) scale(100%);
    bottom: unset;
  }
}
@media (max-width: 768px) {
  .app-download-area .download-full-content-bg .download-img-content {
    max-width: max-content;
    position: unset;
    transform: scale(100%);
  }
}
.app-download-area .download-full-content-bg .download-full-content {
  display: flex;
  position: relative;
  z-index: 1;
}
.app-download-area .download-full-content-bg .download-full-content .download-text-content .download-title h2 {
  font-size: 48px;
  line-height: 52px;
  color: #fff;
  
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .app-download-area .download-full-content-bg .download-full-content .download-text-content .download-title h2 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 576px) {
  .app-download-area .download-full-content-bg .download-full-content .download-text-content .download-title h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 450px) {
  .app-download-area .download-full-content-bg .download-full-content .download-text-content .download-title h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.app-download-area .download-full-content-bg .download-full-content .download-text-content .download-sub-title p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .app-download-area .download-full-content-bg .download-full-content .download-text-content .download-sub-title p br {
    display: none;
  }
}
.app-download-area .download-full-content-bg .download-full-content .download-text-content .download-place {
  display: flex;
  gap: 25px;
  margin-top: 32px;
}
@media (max-width: 450px) {
  .app-download-area .download-full-content-bg .download-full-content .download-text-content .download-place {
    flex-wrap: wrap;
  }
}
.app-download-area .download-full-content-bg .download-full-content .download-text-content .download-place a {
  border: 1px solid #fff;
  padding: 15px 30px;
  color: #fff;
  position: relative;
  font-size: 20px;
  
  border-radius: 5px;
  transition: all 0.3s;
}
@media (max-width: 576px) {
  .app-download-area .download-full-content-bg .download-full-content .download-text-content .download-place a {
    padding: 12px 20px;
    font-size: 18px;
  }
}
.app-download-area .download-full-content-bg .download-full-content .download-text-content .download-place a:hover {
  background: #FFFFFF;
  color: var(--color-primary-kitchen);
}
.app-download-area .download-full-content-bg .download-full-content .download-text-content .download-place a:hover svg path {
  fill: var(--color-primary-kitchen);
}
.app-download-area .download-full-content-bg .download-full-content .download-text-content .download-place a svg {
  margin-left: 8px;
  transition: all 0.3s;
}
.app-download-area .download-full-content-bg .download-full-content .download-text-content .download-place a svg path {
  transition: all 0.3s;
}
.app-download-area .download-full-content-bg.v-7 {
  background: url(../images/fun-facts/app-download.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.app-download-area .download-full-content-bg.v-7 .download-full-content {
  display: flex;
  position: relative;
  z-index: 1;
}
.app-download-area .download-full-content-bg.v-7 .download-full-content .download-text-content .download-place a {
  border-radius: 0;
}
.app-download-area .download-full-content-bg.v-7 .download-full-content .download-text-content .download-place a:hover {
  color: var(--color-primary-gym);
}
.app-download-area .download-full-content-bg.v-7 .download-full-content .download-text-content .download-place a:hover svg path {
  fill: var(--color-primary-gym);
}
.app-download-area .download-full-content-bg.v-7 .download-full-content .download-text-content .download-title h2 {
  font-size: 64px;
  line-height: 64px;
  color: #fff;
  
  
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .app-download-area .download-full-content-bg.v-7 .download-full-content .download-text-content .download-title h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 576px) {
  .app-download-area .download-full-content-bg.v-7 .download-full-content .download-text-content .download-title h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 450px) {
  .app-download-area .download-full-content-bg.v-7 .download-full-content .download-text-content .download-title h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.app-download-area .download-full-content-bg.v-7 .download-full-content .download-text-content .download-sub-title p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .app-download-area .download-full-content-bg.v-7 .download-full-content .download-text-content .download-sub-title p br {
    display: none;
  }
}

.single-instructor {
  text-align: center;
}
.single-instructor .thumbnail-img {
  position: relative;
}
.single-instructor .thumbnail-img .thumbnail img {
  width: 100%;
}
.single-instructor .thumbnail-img .social-img-instructor {
  position: absolute;
  top: 20px;
  left: 20px;
  transition: 0.3s;
}
.single-instructor .thumbnail-img .social-img-instructor ul {
  padding-right: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
.single-instructor .thumbnail-img .social-img-instructor ul li {
  margin: 0;
  position: relative;
  z-index: 5;
  transition: 0.3s;
  display: block;
}
.single-instructor .thumbnail-img .social-img-instructor ul li a i {
  color: #00a5a5;
}
.single-instructor .thumbnail-img .social-img-instructor ul li.bottom {
  position: absolute;
  z-index: 1;
  transition: 0.3s;
  display: block;
}
.single-instructor .thumbnail-img .social-img-instructor ul li a {
  height: 34px;
  width: 34px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.single-instructor .thumbnail-img .social-img-instructor:hover:hover .bottom {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.single-instructor .title {
  color: #00a5a5;
  font-size: 24px;
  font-style: normal;
  
  line-height: 35px;
  margin-bottom: 0;
  margin-top: 20px;
  transition: 0.3s;
}
.single-instructor .title:hover {
  color: #00a5a5;
}
.single-instructor p {
  margin-bottom: 0;
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.single-instructor.v-8 .thumbnail-img .social-img-instructor ul li a i {
  color: var(--color-primary-kitchen);
}
.single-instructor.v-8 .title:hover {
  color: var(--color-primary-kitchen);
}

.single-course-style-five .title {
  color: #00a5a5;
  font-size: 36px;
  font-style: normal;
  
  line-height: 54px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .single-course-style-five .title {
    font-size: 26px;
    line-height: 34px;
  }
}

.instructor-main-wrapper-course-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instructor-main-wrapper-course-single {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .instructor-main-wrapper-course-single {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.instructor-main-wrapper-course-single .instructor-area {
  display: flex;
  align-items: center;
  gap: 12px;
}
.instructor-main-wrapper-course-single .instructor-area .information span {
  display: block;
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.instructor-main-wrapper-course-single .instructor-area .information .name {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.instructor-main-wrapper-course-single .category span {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: block;
  line-height: 26px;
}
.instructor-main-wrapper-course-single .category .title {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}
.instructor-main-wrapper-course-single .review span {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: block;
  line-height: 26px;
}
.instructor-main-wrapper-course-single .review .rating-area {
  display: flex;
  align-items: center;
  gap: 3px;
}
.instructor-main-wrapper-course-single .review .rating-area span {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  
  line-height: 26px;
}
.instructor-main-wrapper-course-single .review .rating-area i {
  font-size: 19px;
  color: #FFA41C;
}
.instructor-main-wrapper-course-single .buy-now-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.instructor-main-wrapper-course-single .buy-now-area .price {
  margin-bottom: 0;
  color: #00a5a5;
  font-size: 24px;
  font-style: normal;
  
  line-height: 54px;
}
.instructor-main-wrapper-course-single .buy-now-area .rts-btn {
  padding: 10px 20px;
}
.instructor-main-wrapper-course-single .single-instructor-rating {
  position: relative;
}
.instructor-main-wrapper-course-single .single-instructor-rating:last-child::after {
  display: none;
}
.instructor-main-wrapper-course-single .single-instructor-rating::after {
  position: absolute;
  content: "";
  left: -50px;
  width: 1px;
  height: 100%;
  background: #DDD8F9;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instructor-main-wrapper-course-single .single-instructor-rating::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .instructor-main-wrapper-course-single .single-instructor-rating::after {
    display: none;
  }
}

.container-2 {
  max-width: 1200px;
  margin: auto;
}

.becomeinstructor--wrapper .title-top-wrapper {
  max-width: 50%;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .becomeinstructor--wrapper .title-top-wrapper {
    max-width: 100%;
  }
}

.becom-instructor-tabs-area-wrapper {
  padding: 30px 40px 46px;
  border: 1px solid #DDD8F9;
  border-radius: 6px;
}
@media only screen and (max-width: 575px) {
  .becom-instructor-tabs-area-wrapper {
    padding: 15px;
  }
}
.becom-instructor-tabs-area-wrapper .nav-tabs {
  display: flex;
  justify-content: center;
}
.becom-instructor-tabs-area-wrapper .nav-tabs li {
  margin: 0;
}
.becom-instructor-tabs-area-wrapper .nav-tabs li button {
  padding: 15px 25px;
  color: #00a5a5;
  font-weight: 500;
}
.becom-instructor-tabs-area-wrapper .nav-tabs li button i {
  color: #00a5a5;
  margin-left: 7px;
}
.becom-instructor-tabs-area-wrapper .tab-content {
  margin-top: 40px;
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
}
@media only screen and (max-width: 575px) {
  .becom-instructor-tabs-area-wrapper .tab-content {
    padding: 20px;
  }
}

.becom-instructor-tabs-content {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .becom-instructor-tabs-content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .becom-instructor-tabs-content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.becom-instructor-tabs-content p.disc {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}
.becom-instructor-tabs-content .title {
  margin-bottom: 10px;
}
.becom-instructor-tabs-content .right-side {
  min-width: max-content;
}
@media only screen and (max-width: 767px) {
  .becom-instructor-tabs-content .right-side {
    min-width: 100%;
  }
}
.becom-instructor-tabs-content .right-side img {
  min-width: max-content;
}
@media only screen and (max-width: 767px) {
  .becom-instructor-tabs-content .right-side img {
    min-width: 100%;
  }
}

.title-instructor-wrapper {
  text-align: center;
}
.title-instructor-wrapper p.disc {
  max-width: 50%;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .title-instructor-wrapper p.disc {
    max-width: 100%;
  }
}

.instructor-form {
  padding: 60px;
  margin-top: 40px;
  background: #F9F8FF;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .instructor-form {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.instructor-form p.disc {
  max-width: 60%;
  margin: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .instructor-form p.disc {
    max-width: 100%;
  }
}
.instructor-form input {
  border-radius: 5px;
  border: 1px solid #DDD8F9;
  background: #FFF;
  height: 50px;
  max-width: 70%;
  margin: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .instructor-form input {
    max-width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  .instructor-form input {
    max-width: 100%;
  }
}
.instructor-form .single-checkbox-filter {
  max-width: 100%;
  max-width: 70%;
  margin: auto;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .instructor-form .single-checkbox-filter {
    max-width: 100%;
  }
}
.instructor-form button {
  display: block;
  max-width: 100%;
  max-width: 70%;
  margin: auto;
  margin-top: 40px;
}
@media only screen and (max-width: 575px) {
  .instructor-form button {
    max-width: 100%;
  }
}

.instrustor-area.v-8 {
  background: #FFFFFF;
}
.instrustor-area.v-8 .title-between-area .title-area-left-style .pre-title span {
  color: var(--color-primary-kitchen);
}

.instructor-profile-right-area-start {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  padding: 30px;
}
.instructor-profile-right-area-start .bio-graphyarea .social-area-dashboard-footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
}
.instructor-profile-right-area-start .bio-graphyarea .social-area-dashboard-footer ul li {
  margin: 0;
  padding: 0;
}
.instructor-profile-right-area-start .bio-graphyarea .social-area-dashboard-footer ul li a i {
  color: #00a5a5;
  transition: 0.3s;
}
.instructor-profile-right-area-start .bio-graphyarea .social-area-dashboard-footer ul li a:hover i {
  color: #00a5a5;
}

.students-feedback-wrapper-1 {
  background-image: url(../images/students-feedback/03.jpg);
  border-radius: 6px;
  padding: 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .students-feedback-wrapper-1 {
    padding: 20px;
  }
}
.students-feedback-wrapper-1.background-2 {
  background-image: url(../images/students-feedback/05.jpg);
  background-position: center;
  background-size: contain;
}
.students-feedback-wrapper-1.background-2 .right-content p.disc {
  color: #00a5a5;
}
.students-feedback-wrapper-1.background-2 .right-content .author-area .title {
  color: #00a5a5;
}
.students-feedback-wrapper-1.background-2 .right-content .author-area span {
  color: #615F5F;
}
.students-feedback-wrapper-1.background-2 .swiper-pagination .swiper-pagination-bullet {
  background: #00a5a5;
}
.students-feedback-wrapper-1.background-2 .swiper-button-next i,
.students-feedback-wrapper-1.background-2 .swiper-button-prev i {
  color: #00a5a5;
}
.students-feedback-wrapper-1 .shape-image .shape {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .students-feedback-wrapper-1 .shape-image .shape {
    display: none;
  }
}
.students-feedback-wrapper-1 .shape-image .shape.one {
  left: 15%;
  bottom: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .students-feedback-wrapper-1 .shape-image .shape.one {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .students-feedback-wrapper-1 .shape-image .shape.one {
    display: none;
  }
}
.students-feedback-wrapper-1 .shape-image .shape.three {
  left: 20%;
  top: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .students-feedback-wrapper-1 .shape-image .shape.three {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .students-feedback-wrapper-1 .shape-image .shape.three {
    display: none;
  }
}

.single-students-feedback {
  display: flex;
  align-items: center;
  gap: 50px;
}
.single-students-feedback .left-image {
  display: block;
  min-height: max-content;
  min-width: max-content;
}
@media only screen and (max-width: 1199px) {
  .single-students-feedback .left-image {
    min-width: max-content;
  }
}
.single-students-feedback .left-image img {
  border-radius: 6px;
  min-width: max-content;
  display: block;
}
@media only screen and (max-width: 767px) {
  .single-students-feedback {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-students-feedback .right-content img {
  margin-bottom: 25px;
}
.single-students-feedback .right-content p.disc {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 70%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .single-students-feedback .right-content p.disc {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-students-feedback .right-content p.disc {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single-students-feedback .right-content p.disc {
    max-width: 100%;
  }
}
.single-students-feedback .right-content .author-area .stars {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 3px;
  list-style: none;
  margin-bottom: 10px;
}
.single-students-feedback .right-content .author-area .stars li {
  margin: 0;
}
.single-students-feedback .right-content .author-area .stars li i {
  font-size: 19px;
  color: #FFD335;
}
.single-students-feedback .right-content .author-area .title {
  color: #fff;
  margin-bottom: 0;
}
.single-students-feedback .right-content .author-area span {
  color: #fff;
}

.mySwiper-testimonials-1 {
  position: relative;
  padding-bottom: 0;
}
.mySwiper-testimonials-1 .swiper-pagination {
  max-width: max-content;
  margin: auto;
  right: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mySwiper-testimonials-1 .swiper-pagination {
    right: 59%;
  }
}
@media only screen and (max-width: 575px) {
  .mySwiper-testimonials-1 .swiper-pagination {
    right: 86%;
  }
}
.mySwiper-testimonials-1 .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 8px;
  height: 8px;
}
@media only screen and (max-width: 575px) {
  .mySwiper-testimonials-1 .swiper-button-next,
.mySwiper-testimonials-1 .swiper-button-prev {
    display: none;
  }
}
.mySwiper-testimonials-1 .swiper-button-next::after,
.mySwiper-testimonials-1 .swiper-button-prev::after {
  background-image: none;
  display: none;
}
.mySwiper-testimonials-1 .swiper-button-next i,
.mySwiper-testimonials-1 .swiper-button-prev i {
  color: #fff;
}
.mySwiper-testimonials-1 .swiper-button-next {
  left: 44%;
  bottom: 0;
  top: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mySwiper-testimonials-1 .swiper-button-next {
    left: 34%;
  }
}
@media only screen and (max-width: 767px) {
  .mySwiper-testimonials-1 .swiper-button-next {
    display: none;
  }
}
.mySwiper-testimonials-1 .swiper-button-prev {
  right: 44%;
  bottom: 0;
  top: auto;
  left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mySwiper-testimonials-1 .swiper-button-prev {
    right: 52%;
  }
}
@media only screen and (max-width: 767px) {
  .mySwiper-testimonials-1 .swiper-button-prev {
    display: none;
  }
}

.marquree-wrapper-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.marquree-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 30px;
}

.single-testimonials-area-1 {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  background: #fff;

}
.single-testimonials-area-1 .stars-area {
  display: flex;
  align-content: center;
  gap: 5px;
  margin-bottom: 10px;
}
.single-testimonials-area-1 .stars-area i {
  color: #00a5a5;
  color: #fecc02;
}
.single-testimonials-area-1 p.disc {

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  height: 78px;
overflow: hidden;
margin-bottom: 10px;
}
.single-testimonials-area-1 .feedback-author {
  display: flex;
  align-items: center;
  gap: 18px;
}

.single-testimonials-area-1 .feedback-author img {
	width: 50px;
	height: 50px;
}

/* Avatar Icon Styling */
.single-testimonials-area-1 .feedback-author .avatar-icon {
	width: 50px;
	height: 50px;
	min-width: 50px;
	background: linear-gradient(135deg, #00a5a5 0%, #008a8a 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
	box-shadow: 0 4px 12px rgba(0, 165, 165, 0.3);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.single-testimonials-area-1 .feedback-author .avatar-icon i {
	font-size: 24px;
	color: #ffffff;
}

.single-testimonials-area-1:hover .feedback-author .avatar-icon {
	transform: scale(1.1);
	box-shadow: 0 6px 16px rgba(0, 165, 165, 0.4);
}

/* Dark Mode Support for Avatar Icons */
[data-theme-version="dark"] .single-testimonials-area-1 .feedback-author .avatar-icon {
	background: linear-gradient(135deg, #00a5a5 0%, #007575 100%);
	box-shadow: 0 4px 12px rgba(0, 165, 165, 0.5);
}


.single-testimonials-area-1 .feedback-author .title {
  margin-bottom: 0;
  font-size: 18px;
  color: #221859;
}
.single-testimonials-area-1 .feedback-author span {
  margin: 0;
}

.marque-main-wrapper-parent-flex {
  display: flex;
  align-items: center;
  gap: 30px;
  will-change: transform;
  direction: ltr;
}
.marque-main-wrapper-parent-flex:hover .marquree-wrapper-1,
.marque-main-wrapper-parent-flex:hover .marquree-wrapper-2 {
  animation-play-state: paused;
}
.marque-main-wrapper-parent-flex .marquree-wrapper-1 {
  animation: marquee 60s linear infinite;
}
.marque-main-wrapper-parent-flex .marquree-wrapper-2 {
  animation: marquee-2 60s linear infinite;
}

.testimonials-area-wrapper-3 .inner-testimonials p.disc {
  max-width: 100%;
  color: #615F5F;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .testimonials-area-wrapper-3 .inner-testimonials p.disc {
    max-width: 100%;
    color: #615F5F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-top: 50px;
  }
}
.testimonials-area-wrapper-3 .inner-testimonials .author-area {
  display: flex;
  align-items: center;
  gap: 25px;
}
.testimonials-area-wrapper-3 .inner-testimonials .author-area .title {
  margin-bottom: 0;
}

.testimonials-area-wrapper-3 {
  position: relative;
  overflow: hidden;
}
.testimonials-area-wrapper-3 .left-align-arrow-btn .swiper-button-next,
.testimonials-area-wrapper-3 .left-align-arrow-btn .swiper-button-prev {
  left: 0;
  right: auto;
  bottom: 45px;
  top: auto;
  height: 40px;
  min-width: 40px;
  border: 1px solid #998AEC;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.testimonials-area-wrapper-3 .left-align-arrow-btn .swiper-button-next::after,
.testimonials-area-wrapper-3 .left-align-arrow-btn .swiper-button-prev::after {
  font-size: 18px;
  color: #00a5a5;
  transition: 0.3s;
}
.testimonials-area-wrapper-3 .left-align-arrow-btn .swiper-button-next:hover,
.testimonials-area-wrapper-3 .left-align-arrow-btn .swiper-button-prev:hover {
  background: #00a5a5;
}
.testimonials-area-wrapper-3 .left-align-arrow-btn .swiper-button-next:hover::after,
.testimonials-area-wrapper-3 .left-align-arrow-btn .swiper-button-prev:hover::after {
  color: #fff;
}
.testimonials-area-wrapper-3 .left-align-arrow-btn .swiper-button-prev {
  left: 60px;
}

.students-feedback-area {
  position: relative;
}
.students-feedback-area .shape-area img {
  position: absolute;
  right: 9%;
  top: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .students-feedback-area .shape-area img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .students-feedback-area .shape-area img {
    display: none;
  }
}

.bg-lighte-1 {
  background: #F9F8FF;
}

.single-students-feedback-5 {
  padding: 40px;
  border: 1px solid #DDD8F9;
  background: #F9F8FF;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .single-students-feedback-5 {
    padding: 20px;
  }
}
.single-students-feedback-5 .quote {
  position: absolute;
  bottom: 40px;
  left: 15%;
}
.single-students-feedback-5 .stars {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 23px;
  margin-bottom: 30px;
}
.single-students-feedback-5 .stars i {
  color: #00a5a5;
  font-size: 18px;
}
.single-students-feedback-5 p.disc {
  color: #00a5a5;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}
.single-students-feedback-5 .authore-area {
  display: flex;
  gap: 20px;
}
.single-students-feedback-5 .authore-area .author .title {
  margin-bottom: 0px;
}
.single-students-feedback-5 .authore-area .author span {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.single-brand-10 {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.swiper-feedback-wrapper-5 .swiper .swiper-wrapper {
  padding-bottom: 70px;
}
.swiper-feedback-wrapper-5 .swiper-pagination {
  max-width: max-content;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-feedback-wrapper-5 .swiper-pagination .swiper-pagination-bullet {
  background: #00a5a5;
  width: 8px;
  height: 8px;
}
@media only screen and (max-width: 767px) {
  .swiper-feedback-wrapper-5 .swiper-button-next,
.swiper-feedback-wrapper-5 .swiper-button-prev {
    display: none;
  }
}
.swiper-feedback-wrapper-5 .swiper-button-next::after,
.swiper-feedback-wrapper-5 .swiper-button-prev::after {
  background-image: none;
  display: none;
}
.swiper-feedback-wrapper-5 .swiper-button-next {
  right: 43%;
  bottom: 0;
  top: auto;
}
.swiper-feedback-wrapper-5 .swiper-button-next i {
  color: #00a5a5;
}
.swiper-feedback-wrapper-5 .swiper-button-prev {
  left: 43%;
  bottom: 0;
  top: auto;
  right: auto;
}
.swiper-feedback-wrapper-5 .swiper-button-prev i {
  color: #00a5a5;
}

.single-students-feedback-8 {
  padding: 40px;
  border: none;
  background: #FFFAEE;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .single-students-feedback-8 {
    padding: 40px 20px;
  }
}
.single-students-feedback-8 .quote {
  position: absolute;
  bottom: 40px;
  left: 15%;
}
@media (max-width: 768px) {
  .single-students-feedback-8 .quote {
    left: 7%;
  }
}
.single-students-feedback-8 .stars {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 23px;
  margin-bottom: 30px;
}
.single-students-feedback-8 .stars i {
  color: var(--color-primary-kitchen);
  font-size: 18px;
}
.single-students-feedback-8 p.disc {
  color: #00a5a5;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}
.single-students-feedback-8 .authore-area {
  display: flex;
  gap: 20px;
}
.single-students-feedback-8 .authore-area .author .title {
  margin-bottom: 0px;
}
.single-students-feedback-8 .authore-area .author span {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.swiper-feedback-wrapper-8 .swiper .swiper-wrapper {
  padding-bottom: 70px;
}
.swiper-feedback-wrapper-8 .swiper-pagination {
  max-width: max-content;
  margin: auto;
  right: 50%;
  transform: translateX(-50%);
}
.swiper-feedback-wrapper-8 .swiper-pagination .swiper-pagination-bullet {
  background: var(--color-primary-kitchen);
  width: 8px;
  height: 8px;
}
.swiper-feedback-wrapper-8 .swiper-button-next::after,
.swiper-feedback-wrapper-8 .swiper-button-prev::after {
  background-image: none;
  display: none;
}
.swiper-feedback-wrapper-8 .swiper-button-next {
  left: 43%;
  bottom: 0;
  top: auto;
}
@media only screen and (max-width: 767px) {
  .swiper-feedback-wrapper-8 .swiper-button-next {
    display: none;
  }
}
.swiper-feedback-wrapper-8 .swiper-button-prev {
  right: 43%;
  bottom: 0;
  top: auto;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .swiper-feedback-wrapper-8 .swiper-button-prev {
    display: none;
  }
}

.rts-students-feedback-area.v-8 {
  background: #FFFFFF;
}

.single-blog-style-one {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  height: 100%;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .single-blog-style-one {
    padding: 30px 20px;
  }
}
.single-blog-style-one .thumbnail {
  overflow: hidden;
  display: block;
  border-radius: 6px;
  position: relative;
}
.single-blog-style-one .thumbnail img {
  min-width: 100%;width: 100%;
  transition: 0.3s;height: 200px;
}
.single-blog-style-one .thumbnail .tags-area {
  position: absolute;
  top: 15px;
  right: 15px;
}
.single-blog-style-one:hover .thumbnail img {
  transform: scale(1.1);
}
.single-blog-style-one .ve-pad {
	padding: 8px 12px;
}

.single-blog-style-one .blog-top-area {
  display: flex;
  align-items: center;
  gap: 43px;
  margin-top: 15px;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .single-blog-style-one .blog-top-area {
    gap: 5px;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .single-blog-style-one .blog-top-area {
    gap: 20px;
  }
}
.single-blog-style-one .blog-top-area .single {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .single-blog-style-one .blog-top-area .single {
    gap: 5px;
  }
}
.single-blog-style-one .blog-top-area .single i {
  color: #00a5a5;
}
.single-blog-style-one .blog-top-area .single p {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .single-blog-style-one .blog-top-area .single p {
    font-size: 19px;
  }
}
.single-blog-style-one a .title {
  font-size: 17px;
  margin: 15px 0;
  transition: 0.3s;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .single-blog-style-one a .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog-style-one a .title {
    font-size: 20px;
  }
}
.single-blog-style-one a .title:hover {
  color: #00a5a5;
}
.single-blog-style-one .tags-area span {
  display: flex;
  padding: 4px 10px;
  border-radius: 2px;
  background: #EEEBFF;
  max-width: max-content;
  color: #00a5a5;
}
.single-blog-style-one .button-area .rts-btn {
  padding: 10px 28px;
}
.single-blog-style-one.blog a .title {
  font-size: 28px;
}
.single-blog-style-one.v-8 {
  background: #FFFFFF;
  border: none;
  border-radius: 6px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1440px) and (min-width: 1201px) {
  .single-blog-style-one.v-8 {
    padding: 12px;
  }
}
@media (max-width: 450px) {
  .single-blog-style-one.v-8 .blog-top-area {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.single-blog-style-one.v-8 .blog-top-area .single i {
  color: var(--color-primary-kitchen);
}

.single-blog-style-one.v-8 a .title:hover {
  color: var(--color-primary-kitchen);
}
.single-blog-style-one.v-8 .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .single-blog-style-one.v-8 .bottom-area {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.single-blog-style-one.v-8 .bottom-area .location {
  display: flex;
  gap: 8px;
}
.single-blog-style-one.v-8 .bottom-area .location i {
  color: var(--color-primary-kitchen);
  margin-top: 5px;
}
.single-blog-style-one.v-8 .bottom-area .location span {
  color: #615F5F;
}
.single-blog-style-one.v-8 .bottom-area .button-area .rts-btn {
  padding: 6px 18px;
  background: none !important;
  color: var(--color-primary-kitchen);
  border: 1px solid var(--color-primary-kitchen);
}
@media (max-width: 1440px) and (min-width: 1201px) {
  .single-blog-style-one.v-8 .bottom-area .button-area .rts-btn {
    padding: 10px 20px;
  }
}
.single-blog-style-one.v-8 .bottom-area .button-area .rts-btn:hover {
  background: var(--color-primary-kitchen) !important;
  color: #FFFFFF !important;
}

.single-blog-list-wrapper {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 28px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .single-blog-list-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-blog-list-wrapper .thumbnail {
  max-width: max-content;
  display: block;
  min-width: max-content;
  overflow: hidden;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .single-blog-list-wrapper .thumbnail {
    min-width: auto;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog-list-wrapper .thumbnail {
    min-width: 100%;
  }
}
.single-blog-list-wrapper .thumbnail img {
  min-width: max-content;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .single-blog-list-wrapper .thumbnail img {
    min-width: auto;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog-list-wrapper .thumbnail img {
    min-width: 100%;
  }
}
.single-blog-list-wrapper .information-blog .tag {
  padding: 4px 10px;
  background: #EEEBFF;
  border-radius: 2px;
  max-width: max-content;
  color: #00a5a5;
}
.single-blog-list-wrapper .information-blog a .title {
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 22px;
  transition: 0.3s;
}
.single-blog-list-wrapper .information-blog a:hover .title {
  color: #00a5a5;
}
.single-blog-list-wrapper .information-blog p.disc {
  margin-bottom: 20px;
}
.single-blog-list-wrapper .information-blog .author-date {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.single-blog-list-wrapper .information-blog .author-date .author-area,
.single-blog-list-wrapper .information-blog .author-date .calender {
  display: flex;
  align-items: center;
  gap: 12px;
}
.single-blog-list-wrapper .information-blog .author-date .author-area span,
.single-blog-list-wrapper .information-blog .author-date .calender span {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  min-width: max-content;
}
.single-blog-list-wrapper:hover .thumbnail img {
  transform: scale(1.05);
}

.title-area-center-style.v-8 .pre-title span {
  color: var(--color-primary-kitchen);
}

.blog-single-post-listing {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .blog-single-post-listing {
    margin-left: 0;
  }
}
.blog-single-post-listing.details {

}
.blog-single-post-listing.details .thumbnail {
border-radius: 12px;

}
.blog-single-post-listing.details .thumbnail.details {
  border-radius: 15px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .blog-single-post-listing.details .thumbnail.details {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single-post-listing.details .thumbnail.details {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-single-post-listing.details .thumbnail.details {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-single-post-listing.details .thumbnail.details {
    margin-bottom: 0;
  }
}
.blog-single-post-listing.details .rts-quote-area {
  padding: 0;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 40px;
  border:0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single-post-listing.details .rts-quote-area {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-single-post-listing.details .rts-quote-area {
    padding: 10px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .blog-single-post-listing.details .rts-quote-area {
    margin-top: 15px;
  }
}
.blog-single-post-listing.details .rts-quote-area .title {
  margin-bottom: 25px;
}
@media only screen and (max-width: 479px) {
  .blog-single-post-listing.details .rts-quote-area .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.blog-single-post-listing.details .rts-quote-area p.author-name {
  margin-bottom: 0;
  position: relative;
  padding-right: 20px;
  color: var(--color-heading-1);
  font-size: 20px;
  
}
.blog-single-post-listing.details .rts-quote-area p.author-name::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: var(--color-secondary);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.blog-single-post-listing.details .rts-quote-area .name {
  font-size: 18px;
  color: #00a5a5;
  
}
.blog-single-post-listing.details .rts-quote-area span {
  display: block;
  font-weight: 400;
  font-size: 19px;
  color: #5D666F;
}
.blog-single-post-listing.details .check-area-details .single-check {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.blog-single-post-listing.details .check-area-details .single-check i {
  margin-left: 15px;
  color: #00a5a5;
}
@media only screen and (max-width: 479px) {
  .blog-single-post-listing.details .check-area-details .single-check i {
    margin-top: -26px;
  }
}
.blog-single-post-listing.details .check-area-details .single-check span {
  color: #5D666F;
}
.blog-single-post-listing.details .details-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 479px) {
  .blog-single-post-listing.details .details-tag {
    justify-content: flex-start;
    gap: 10px;
  }
}
.blog-single-post-listing.details .details-tag h6 {
  margin-bottom: 0;
  font-size: 19px;
  margin-left: 15px;
}
.blog-single-post-listing.details .details-tag button {
  padding: 8px;
  background: #fbfbfb;
  max-width: max-content;
  margin-right: 5px;
  font-size: 19px;
  font-weight: 500;
  border-radius: 5px;
  color: #1C2539;
  transition: 0.3s;
}

.blog-single-post-listing.details .details-tag button:hover {
  background: #00a5a5;
  color: #fff;
  transform: translateY(-2px) scale(1.02);
}
.blog-single-post-listing.details .details-share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single-post-listing.details .details-share {
    justify-content: flex-start;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-single-post-listing.details .details-share {
    justify-content: flex-start;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-single-post-listing.details .details-share {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.blog-single-post-listing.details .details-share button {
  position: relative;
  z-index: 1;
  color: #1C2539;
  transition: 0.3s;
  font-size: 16px;

  background: #F6F6F6;
  height: 40px;
  width: 40px;
  border-radius: 50%;

  z-index: -1;
  transition: 0.3s;
  display: block;
  margin-left: 2px;
  line-height: 40px;
  cursor: pointer;
}
.blog-single-post-listing.details .details-share button:hover {
  color: #fff;
}
.blog-single-post-listing.details .details-share button:hover: {
  background: #00a5a5;
}
.blog-single-post-listing.details .details-share h6 {
  font-size: 19px;
  margin-bottom: 0;
  margin-left: 15px;
}
.blog-single-post-listing.details .author-area {
  margin-top: 44px;
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #E6E9F0;
  border-bottom: 1px solid #E6E9F0;
}
@media only screen and (max-width: 767px) {
  .blog-single-post-listing.details .author-area {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 575px) {
  .blog-single-post-listing.details .author-area {
    flex-wrap: wrap;
  }
}
.blog-single-post-listing.details .author-area .thumbnail {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-single-post-listing.details .author-area .thumbnail {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-single-post-listing.details .author-area .author-details {
    margin-right: 15px;
  }
}
.blog-single-post-listing.details .author-area .author-details h5 {
  margin-bottom: 10px;
}
.blog-single-post-listing.details .author-area .author-details p {
  line-height: 26px;
}
.blog-single-post-listing.inner {
  border: none;
  max-width: 950px;
  margin: 0 auto;
}
.blog-single-post-listing.inner2 .blog-listing-content .rts-quote-area {
  position: relative;
  background: #000;
  padding-top: 120px;
}
.blog-single-post-listing.inner2 .blog-listing-content .rts-quote-area::before {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%, 0);
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #00a5a5;
  
  font-size: 20px;
}
.blog-single-post-listing.inner2 .blog-listing-content .rts-quote-area .title {
  color: #f7f7f7;
}
.blog-single-post-listing .replay-area-details {
  margin-top: 40px;
}
.blog-single-post-listing .replay-area-details form input {
  height: 55px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
}
.blog-single-post-listing .replay-area-details form input:focus {
  border: 1px solid #00a5a5;
}
.blog-single-post-listing .replay-area-details form textarea {
  border-radius: 5px;
  background: #fff;
  height: 140px;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid transparent;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
}
.blog-single-post-listing .replay-area-details form textarea:focus {
  border: 1px solid #00a5a5;
}
.blog-single-post-listing .thumbnail {
  overflow: hidden;
}
.blog-single-post-listing .thumbnail img {
  transition: 0.3s;
  width: 100%;
}
.blog-single-post-listing .thumbnail:hover img {
  transform: scale(1.1);
}
.blog-single-post-listing .blog-listing-content {
border: 0;
padding: 20px;
border-radius: 16px;
background: #fff;
}
.blog-single-post-listing .blog-listing-content h3 {
font-size: 24px;}

@media only screen and (max-width: 767px) {
  .blog-single-post-listing .blog-listing-content {
    padding: 25px 10px;
  }
}
.blog-single-post-listing .blog-listing-content .user-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.blog-single-post-listing .blog-listing-content .user-info .single {
  margin-left: 30px;
  min-width: max-content;
}
@media only screen and (max-width: 767px) {
  .blog-single-post-listing .blog-listing-content .user-info .single {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-single-post-listing .blog-listing-content .user-info .single {
    margin-left: 5px;
  }
}
.blog-single-post-listing .blog-listing-content .user-info .single i {
  margin-left: 10px;
  color: #00a5a5;
}
@media only screen and (max-width: 575px) {
  .blog-single-post-listing .blog-listing-content .user-info .single i {
    margin-left: 2px;
    font-size: 19px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-single-post-listing .blog-listing-content .user-info .single span {
    font-size: 13px;
  }
}
.blog-single-post-listing .blog-listing-content .blog-title {
  transition: 0.3s;
}
.blog-single-post-listing .blog-listing-content .blog-title .title {
  transition: 0.3s;
  margin-bottom: 16px;
}
.blog-single-post-listing .blog-listing-content .blog-title:hover .title {
  color: #00a5a5;
}
.blog-single-post-listing .blog-listing-content p.disc {
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (max-width: 479px) {
  .blog-single-post-listing .blog-listing-content p.disc {
    margin-bottom: 15px;
  }
}
.blog-single-post-listing .blog-listing-content a.rts-btn {
  margin-top: 35px;
  display: block;
  max-width: max-content;
}
@media only screen and (max-width: 479px) {
  .blog-single-post-listing .blog-listing-content a.rts-btn {
    margin-top: 20px;
  }
}

.rts-single-wized {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 40px;
}
.rts-single-wized:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .rts-single-wized {
    padding: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .rts-single-wized {
    padding: 20px;
  }
}
.rts-single-wized.service {
  border-radius: 0;
}
.rts-single-wized.service .single-categories li a {
  border-radius: 0;
}
.rts-single-wized.download {
  background: #1C2539;
}
.rts-single-wized.download .title {
  color: #fff;
}
.rts-single-wized.download .single-download-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #2E3951;
}
.rts-single-wized.download .single-download-area:first-child {
  padding-top: 0;
}
.rts-single-wized.download .single-download-area:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.rts-single-wized.download .single-download-area .mid {
  margin-left: auto;
  margin-right: 15px;
}
.rts-single-wized.download .single-download-area .mid .title {
  margin-bottom: 0;
  font-size: 18px;
  
}
.rts-single-wized.download .single-download-area .mid span {
  font-weight: 400;
  font-size: 19px;
  line-height: 18px;
  color: #FFFFFF;
}
.rts-single-wized.download .single-download-area a.rts-btn {
  padding: 11px 15px;
  border-radius: 0;
}
.rts-single-wized.contact {
  background: #1C2539;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
}
@media only screen and (max-width: 479px) {
  .rts-single-wized.contact {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .rts-single-wized.contact:last-child {
    margin-bottom: 0;
  }
}
.rts-single-wized.contact .wized-body {
  text-align: center;
}
.rts-single-wized.contact .wized-body .title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 32px;
}
.rts-single-wized.contact .wized-body a.rts-btn {
  display: block;
  max-width: max-content;
  margin: auto;
}
.rts-single-wized .wized-header .title {
margin-bottom: 0;
font-size: 24px;
}
.rts-single-wized .wized-body {
  margin-top: 20px;
}
.rts-single-wized .wized-body .rts-search-wrapper {
  position: relative;
}
.rts-single-wized .wized-body .rts-search-wrapper input {
  background: #fff;
  height: 55px;
  border-radius: 5px;
  padding-left: 70px;
  padding-right: 25px;
  border: 1px solid transparent;
}
.rts-single-wized .wized-body .rts-search-wrapper input:focus {
  border: 1px solid #00a5a5;
}
.rts-single-wized .wized-body .rts-search-wrapper button {
  position: absolute;
  max-width: max-content;
  height: 55px;
  width: 55px;
  border-radius: 0px 4px 4px 0px;
  background: #00a5a5;
  display: inline-block;
  padding: 0 19px;
  left: 0;
}
.rts-single-wized .wized-body .rts-search-wrapper button i {
  color: #fff;
  font-size: 18px;
  line-height: 16px;
}
.rts-single-wized .single-categories {
  margin-bottom: 15px;
  padding: 0;
}
.rts-single-wized .single-categories:last-child {
  margin-bottom: 0;
}
.rts-single-wized .single-categories li {
  list-style: none;
}
.rts-single-wized .single-categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  background: #fff;
  color: #615F5F;
  font-weight: 400;
  transition: 0.3s;
  border-radius: 5px;
  font-size: 18px;
}
.rts-single-wized .single-categories li a i {
  color: #00a5a5;
  transition: 0.3s;
}
.rts-single-wized .single-categories li a:hover {
  background: #00a5a5;
  transform: translateY(-5px) scale(1.03);
  color: var(--color-white);
}
.rts-single-wized .single-categories li a:hover i {
  color: #fff;
}
.rts-single-wized .recent-post-single {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.rts-single-wized .recent-post-single:last-child {
  margin-bottom: 0;
}
.rts-single-wized .recent-post-single .thumbnail {
  margin-left: 20px;
  overflow: hidden;
  max-width: max-content;
  width: 100%;
  border-radius: 5px;
  flex-basis: 50%;
}
.rts-single-wized .recent-post-single .thumbnail img {
  min-width: 85px;
  height: auto;
  transition: 0.3s;
}
.rts-single-wized .recent-post-single .thumbnail:hover img {
  transform: scale(1.1);
}
.rts-single-wized .recent-post-single .user {
  display: flex;
  align-items: center;
}
.rts-single-wized .recent-post-single .user span {
  margin-right: 9px;
}
.rts-single-wized .recent-post-single .post-title .title {
  margin-bottom: 0;
  font-size: 19px;
  

  line-height: 26px;
  margin-top: 5px;
  transition: 0.3s;
}
@media only screen and (max-width: 479px) {
  .rts-single-wized .recent-post-single .post-title .title {
    font-size: 19px;
    line-height: 26px;
    margin-top: 0;
  }
}
.rts-single-wized .recent-post-single .post-title:hover .title {
  color: #00a5a5;
}
.rts-single-wized .gallery-inner {
  display: flex;
  flex-direction: column;
}
.rts-single-wized .gallery-inner .single-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rts-single-wized .gallery-inner .single-row a {
  overflow: hidden;
  border-radius: 6px;
}
@media only screen and (max-width: 479px) {
  .rts-single-wized .gallery-inner .single-row a {
    display: block;
    width: 100%;
  }
}
.rts-single-wized .gallery-inner .single-row a img {
  max-width: 97px;
  height: auto;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-single-wized .gallery-inner .single-row a img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 269px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 193px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 135px;
  }
}
@media only screen and (max-width: 575px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 140px;
  }
}
@media only screen and (max-width: 479px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 80px;
  }
}
.rts-single-wized .gallery-inner .single-row a:hover img {
  transform: scale(1.2);
}
.rts-single-wized .gallery-inner .single-row.row-1 {
  margin-bottom: 20px;
}
.rts-single-wized .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.rts-single-wized .tags-wrapper a {
  padding: 5px 16px;
  background: #fff;
  border-radius: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #1C2539;
  font-size: 19px;
  font-weight: 500;
  transition: 0.3s;
}
.rts-single-wized .tags-wrapper a:hover {
  background: #00a5a5;
  color: #fff;
  transform: translateY(-3px) scale(1.09);
}

.call-to-sction {
background: linear-gradient(to right, #00a5a5, #00a5a5);
  padding: 0 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  
margin: auto;
}

.call-to-sction .image-right {
position: absolute;
left: 50px;	
bottom:0;
width: 500px;
}


.call-to-sction .title-area-left-style {
padding: 30px 0;
margin: 0;
}

@media only screen and (max-width: 767px) {
  .call-to-sction {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 575px) {
  .call-to-sction {
    flex-direction: column-reverse;
  }
}
.call-to-sction .title {
  margin-bottom: 0;
font-size: 22px;
font-style: normal;
line-height: 36px;
color: #fff;
}
@media only screen and (max-width: 575px) {
  .call-to-sction .title br {
    display: none;
  }
}
@media (max-width: 1200px) {
  .call-to-sction .title {
    margin-right: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-sction .title {
    margin-right: 0;
    font-size: 36px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-sction .title {
    font-size: 26px;
    margin-right: 0;
    line-height: 1.2;
  }
}
.call-to-sction .cta-image {
  position: absolute;
  bottom: 0;
  right: 8%;
  z-index: -1;
}
@media (max-width: 991px) {
  .call-to-sction .cta-image {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .call-to-sction .cta-image {
    right: unset;
    left: 10%;
    height: 100%;
  }
}
.call-to-sction .shape-image {
  display: contents;
}
.call-to-sction .shape {
  position: absolute;
  z-index: -1;
}
.call-to-sction .shape.one {
  right: 2%;
  top: 30%;
}
@media only screen and (max-width: 575px) {
  .call-to-sction .shape.one {
    display: none;
  }
}
.call-to-sction .shape.two {
  left: 30%;
  top: 45%;
}
@media only screen and (max-width: 575px) {
  .call-to-sction .shape.two {
    display: none;
  }
}
.call-to-sction.style-seven {
  background-image: url(../images/cta/cta-bg-7.png);
  margin-top: 0;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .call-to-sction.style-seven {
    padding: 70px 50px;
  }
}
@media (max-width: 768px) {
  .call-to-sction.style-seven {
    flex-direction: column;
    gap: 30px;
    padding: 60px 30px;
  }
}
.call-to-sction.style-seven .title {
  margin-right: 300px;
  
  font-size: 64px;
  font-style: normal;
  
  line-height: 65px;
  text-transform: uppercase;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .call-to-sction.style-seven .title {
    margin-right: 250px;
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .call-to-sction.style-seven .title {
    margin-right: 150px;
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .call-to-sction.style-seven .title {
    margin-right: 0;
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 576px) {
  .call-to-sction.style-seven .title {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 450px) {
  .call-to-sction.style-seven .title {
    font-size: 32px;
    line-height: 32px;
  }
}
.call-to-sction.style-seven .cta-button-area .rts-btn {
  background: #FFFFFF;
  color: var(--color-primary-gym);
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 0;
  
}
.call-to-sction.style-seven .cta-image {
  position: absolute;
  bottom: 0;
  right: 8%;
  z-index: -1;
  opacity: 1;
}
@media (max-width: 991px) {
  .call-to-sction.style-seven .cta-image {
    right: 2%;
  }
}
@media (max-width: 768px) {
  .call-to-sction.style-seven .cta-image {
    position: unset;
    z-index: 1;
  }
}
.call-to-sction.style-seven .shape-image {
  display: contents;
}
.call-to-sction.style-seven .shape {
  position: absolute;
  z-index: -1;
}
.call-to-sction.style-seven .shape.one {
  right: 6%;
  top: 30%;
}
.call-to-sction.style-seven .shape.two {
  left: 30%;
  top: 45%;
}
.call-to-sction.style-eight {
  background-image: url(../images/cta/cta-bg-8.png);
  margin-top: 0;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  z-index: 1;
  padding: 90px;
}
@media (max-width: 991px) {
  .call-to-sction.style-eight {
    padding: 70px 50px;
  }
}
@media (max-width: 768px) {
  .call-to-sction.style-eight {
    flex-direction: column;
    gap: 30px;
    padding: 60px 30px;
  }
}
.call-to-sction.style-eight .title {
  margin-right: 300px;
  font-size: 40px;
  font-style: normal;
  
  line-height: 50px;
  text-transform: uppercase;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .call-to-sction.style-eight .title {
    margin-right: 200px;
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .call-to-sction.style-eight .title {
    margin-right: 150px;
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .call-to-sction.style-eight .title {
    margin-right: 0;
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .call-to-sction.style-eight .title {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 450px) {
  .call-to-sction.style-eight .title {
    font-size: 24px;
    line-height: 24px;
  }
}
.call-to-sction.style-eight .cta-button-area .rts-btn {
  background: #FFFFFF;
  color: var(--color-primary-kitchen);
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  
  transition: all 0.3s;
}
.call-to-sction.style-eight .cta-button-area .rts-btn:hover {
  background: none;
  color: #FFFFFF;
}
.call-to-sction.style-eight .cta-image {
  position: absolute;
  bottom: 0;
  right: 8%;
  z-index: -1;
  opacity: 1;
}
@media (max-width: 991px) {
  .call-to-sction.style-eight .cta-image {
    right: 2%;
  }
}
@media (max-width: 768px) {
  .call-to-sction.style-eight .cta-image {
    position: unset;
    z-index: 1;
  }
}
.call-to-sction.style-eight .shape-image {
  display: contents;
}
.call-to-sction.style-eight .shape {
  position: absolute;
  z-index: -1;
}
.call-to-sction.style-eight .shape.one {
  right: 5%;
  top: 15%;
}
.call-to-sction.style-eight .shape.two {
  left: 45%;
  bottom: 10%;
}
.call-to-sction.style-eight .shape.three {
  left: 30%;
  bottom: 45%;
}

.call-to-sction.style-three.with-full-width .cta-form {
  width: 46%;
}
@media only screen and (max-width: 575px) {
  .call-to-sction.style-three.with-full-width .cta-form {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-callto-action-area {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-callto-action-area {
    padding: 0 15px;
  }
}
.footer-callto-action-area .footer-one-main-wrapper {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .footer-callto-action-area .footer-one-main-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}



/*
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized {
  flex-basis: 23%;
}
@media only screen and (max-width: 1199px) {
  .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized {
    flex-basis: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized {
    flex-basis: 45%;
  }
}
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized.left-logo {
  flex-basis: 23%;
}
@media only screen and (max-width: 1199px) {
  .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized.left-logo {
    flex-basis: 65%;
  }
}*/

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized.left-logo .body p.dsic {
  margin-bottom: 20px;
}
/*
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized.input-area {
  flex-basis: 27%;
}
@media only screen and (max-width: 1199px) {
  .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized.input-area {
    flex-basis: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized.input-area {
    flex-basis: 100%;
  }
}*/
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .head {
  margin-bottom: 15px;
}
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .menu {
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .head img {
width: 250px;
}


.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .menu li {
margin-top: 0;
margin-bottom: 6px;
}


.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .menu li:last-child {
  margin-bottom: 0;
}
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .menu li a {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  transition: var(--transition);
}
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .menu li a:hover {
  color: #00a5a5;
  color: #00a5a5;
}
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill {
  position: relative;
  margin-bottom: 20px;
}
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill input {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #DDD8F9;
}
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill input:focus {
  border: 1px solid #fff;
}
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill button {
position: absolute;
left: 6px;
max-width: max-content;
padding: 9px 15px;
background: #00a5a5;
border-radius: 5px;
top: 50%;
transform: translateY(-50%);color: #fff;
}
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body form input[type=checkbox] {
  max-width: max-content;
  line-height: 10px;
  height: auto;
}
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body form label {
  color: #615F5F;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body form label::before {
  background: transparent;
  border: 1px solid #00a5a5;
}
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body form label::after {
  border-bottom: 2px solid #00a5a5;
  border-left: 2px solid #00a5a5;
}
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list {
  padding: 0;
  margin: 0;
}
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  font-size: 18px;
  align-items: flex-start;
}
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li:last-child {
  margin-bottom: 0;
}
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 576px) {
  .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li {
    font-size: 18px;
  }
}
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li i {
  color: #00a5a5;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li i {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li i {
    margin-top: 5px;
  }
}
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized.input-area p.disc {
  margin-bottom: 15px;
}
.footer-callto-action-area.v-7 .footer-one-main-wrapper .footer-singl-wized .menu li a:hover {
  color: var(--color-primary-gym);
}
.footer-callto-action-area.v-7 .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill input {
  border: 1px solid rgba(27, 25, 37, 0.2);
}
.footer-callto-action-area.v-7 .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill input:focus {
  border: 1px solid var(--color-primary-gym);
}
.footer-callto-action-area.v-7 .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill button {
  background: var(--color-primary-gym);
}
.footer-callto-action-area.v-7 .footer-one-main-wrapper .footer-singl-wized .body form label::before {
  border: 1px solid var(--color-primary-gym);
}
.footer-callto-action-area.v-7 .footer-one-main-wrapper .footer-singl-wized .body form label::after {
  border-bottom: 2px solid var(--color-primary-gym);
  border-right: 2px solid var(--color-primary-gym);
}
.footer-callto-action-area.v-7 .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li i {
  color: var(--color-primary-gym);
}
.footer-callto-action-area.v-8 .footer-one-main-wrapper .footer-singl-wized .menu li a:hover {
  color: var(--color-primary-kitchen);
}
.footer-callto-action-area.v-8 .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill input {
  border: 1px solid rgba(27, 25, 37, 0.2);
}
.footer-callto-action-area.v-8 .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill input:focus {
  border: 1px solid var(--color-primary-kitchen);
}
.footer-callto-action-area.v-8 .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill button {
  background: var(--color-primary-kitchen);
}
.footer-callto-action-area.v-8 .footer-one-main-wrapper .footer-singl-wized .body form label::before {
  border: 1px solid var(--color-primary-kitchen);
}
.footer-callto-action-area.v-8 .footer-one-main-wrapper .footer-singl-wized .body form label::after {
  border-bottom: 2px solid var(--color-primary-kitchen);
  border-right: 2px solid var(--color-primary-kitchen);
}
.footer-callto-action-area.v-8 .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li i {
  color: var(--color-primary-kitchen);
}

.copyright-area-one-border {
background: #fff;
}

.copyright-area-one {

  padding: 12px 0;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .copyright-area-one {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
}
.copyright-area-one p {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .copyright-area-one p {
    text-align: center;
  }
}
.copyright-area-one ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;justify-content: center;
}
.copyright-area-one ul li {
  margin: 0;
}
.copyright-area-one ul li a i {
  transition: 0.3s;
}


i.facebook {
		color: #4267B2
}

i.twitter {
		color: #141414
}


i.linkedin {
	color: #0a66c2 	
}



i.youtube {
	color: #FF0000
}


i.whatsapp {
	color: #25D366
}

.copyright-area-one ul li a:hover i {
  color: #00a5a5;
}

.copyright-area-seven {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .copyright-area-seven {
    flex-direction: column;
    gap: 20px;
  }
}
.copyright-area-seven p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .copyright-area-seven p {
    text-align: center;
  }
}
.copyright-area-seven ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
}
.copyright-area-seven ul li {
  margin: 0;
}
.copyright-area-seven ul li a i {
  color: #00a5a5;
  transition: 0.3s;
}
.copyright-area-seven ul li a:hover i {
  color: var(--color-primary-gym);
}

.footer-callto-action-area.bg-dark-footer-1 {
  background: #00a5a5;
  padding: 40px 0 0;
  background: linear-gradient(to right, #00a5a5, #00a5a5);
color: #dee1e7;
background: #F8F9F9;
}
.footer-callto-action-area.bg-dark-footer-1 .wrapper-list li {
  color: #fff;
}
.footer-callto-action-area.bg-dark-footer-1 .call-to-sction {
  background-image: url(../images/banner/11.jpg);
  padding: 23px 90px;
  overflow: hidden;
}

.call-to-sction .finding-source img {
width: 130px;
}

@media (max-width: 768px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction {
    flex-direction: column !important;
  }
}
@media (max-width: 1200px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction {
    padding: 23px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction {
    padding: 23px;
  }
}
.footer-callto-action-area.bg-dark-footer-1 .call-to-sction .title {
  margin-right: 0;
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  
  line-height: 50px;
}
@media (max-width: 1200px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction .title br {
    display: none;
  }
}
@media (max-width: 576px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction .title {
    font-size: 22px !important;
    line-height: 32px !important;
  }
}
@media (max-width: 450px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction .title {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (max-width: 575px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction .title {
    font-size: 26px;
    line-height: 34px;
  }
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction .title br {
    display: none;
  }
}
.footer-callto-action-area.bg-dark-footer-1 .call-to-sction .pre-title span {
  color: #fff;
}
.footer-callto-action-area.bg-dark-footer-1 .call-to-sction .shape-image .one {
  left: 35%;
  right: unset;
  bottom: 20%;
  top: unset;
}
.footer-callto-action-area.bg-dark-footer-1 .call-to-sction .shape-image .two {
  left: 50%;
  right: unset;
  bottom: -10%;
  top: unset;
}
@media (max-width: 768px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction .image-right {
    order: -1;
  }
}
@media (max-width: 450px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction .finding-source {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.footer-callto-action-area.bg-dark-footer-1 .footer-singl-wized .head .title {
  color: #00a5a5;font-size: 22px;
}
.footer-callto-action-area.bg-dark-footer-1 .footer-singl-wized .menu li a {
  color: #000;
}
.footer-callto-action-area.bg-dark-footer-1 .footer-singl-wized p.disc {
  color: #000;
}
.footer-callto-action-area.bg-dark-footer-1 .footer-singl-wized.left-logo .body p.dsic {
  color: #000;
  margin-bottom: 30px;
}
.footer-callto-action-area.bg-dark-footer-1 .footer-singl-wized .body form .input-area-fill input {
  border: 1px solid #fff3;
  color: #fff;
}
.footer-callto-action-area.bg-dark-footer-1 .footer-singl-wized form label {
  color: #fff !important;
}
.footer-callto-action-area.bg-dark-footer-1 .footer-singl-wized .body form .input-area-fill button {
background: #00a5a5;
color: #fff;
}
.footer-callto-action-area.bg-dark-footer-1 .copyright-area-one-border {

  margin-top: 30px;
}
.footer-callto-action-area.bg-dark-footer-1 .copyright-area-one-border .copyright-area-one p {
  color: #929090;
}

.footer-callto-action-area.bg-dark-footer-1 .copyright-area-one-border .copyright-area-one ul li a:hover i {
  color: #00a5a5;
}

.footer-style-five-wrapper {
  text-align: center;
}
.footer-style-five-wrapper .logo-footer {
  margin-bottom: 25px;
  display: block;
}
.footer-style-five-wrapper p.disc {
  max-width: 30%;
  margin: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-style-five-wrapper p.disc {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .footer-style-five-wrapper p.disc {
    max-width: 100%;
  }
}
.footer-style-five-wrapper .social-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin-bottom: 15px;
}
.footer-style-five-wrapper .social-copyright ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
}
.footer-style-five-wrapper .social-copyright ul li {
  margin: 0;
}
.footer-style-five-wrapper .social-copyright ul li a i {
  color: #00a5a5;
  transition: 0.3s;
}
.footer-style-five-wrapper .social-copyright ul li a:hover i {
  color: #00a5a5;
}
.footer-style-five-wrapper p.copu-right a {
  color: #00a5a5;
}

.rts-course-filter-area {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
}
.rts-course-filter-area a.rts-btn {
  margin: auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
}

.single-filter-left-wrapper .title {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.single-filter-left-wrapper .filter-body {
  margin-top: 25px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EBEBEB;
}
.single-filter-left-wrapper .filter-body.last {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.single-filter-left-wrapper .search-filter .input-wrapper {
  position: relative;
}
.single-filter-left-wrapper .search-filter input {
  border-radius: 3px;
  border: 1px solid #DDD8F9;
  background: #F9F8FF;
  height: 46px;
  font-size: 19px;
}
.single-filter-left-wrapper .search-filter input:focus {
  border: 1px solid #00a5a5;
}
.single-filter-left-wrapper .search-filter i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.single-checkbox-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*
.single-checkbox-filter .check-box {
  display: flex;
  align-items: center;
  gap: 5px;
}*/
.single-checkbox-filter .check-box label {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
 
}


.single-checkbox-filter .check-box label a {
  color: #00a5a5;
}

@media only screen and (max-width: 1199px) {
  .single-checkbox-filter .check-box label {
    font-size: 16px;line-height: 24px;
  }
}

.single-checkbox-filter .check-box label::before {

}
/*
.single-checkbox-filter .check-box label::after {
  top: 31%;
}*/
.single-checkbox-filter .check-box input {
  max-width: max-content;
}
.single-checkbox-filter .check-box input[type=checkbox]:checked ~ label::before {
  background: #00a5a5;
}
.single-checkbox-filter span.number {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

input[type=checkbox]:checked ~ label::after, input[type=radio]:checked ~ label::after {
  opacity: 1;
}

.filter-small-top-full {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .filter-small-top-full {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.filter-small-top-full .left-filter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-small-top-full .left-filter span {
  min-width: max-content;
}

 .nice-select-wrap {
  height: auto;
  padding: 10px 20px;
  border: 1px solid #DDD8F9;
  border-radius: 6px;
  width: 220px;
}

.nice-select-wrap .drop {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 0px 0px 10px 40px;
}

.nice-select-wrap ul#price {
  border: 1px solid #DDD8F9 !important;
  border-radius: 6px;
  top: 100%;
  left: 0;
}
.filter-small-top-full .right-filter {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 575px) {
  .filter-small-top-full .right-filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.filter-small-top-full .right-filter span {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.filter-small-top-full .right-filter .nav-tabs {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.filter-small-top-full .right-filter .nav-tabs li {
  margin: 0;
  padding: 0;
}
.filter-small-top-full .right-filter .nav-tabs li button {
  border: 1px solid #DDD8F9;
  padding: 6px 12px;
  border-radius: 5px;
}
.filter-small-top-full .right-filter .nav-tabs li button.active {
background: #00a5a5;
color: #fff;
border-color: #00a5a5;  color: #fff;
}
.filter-small-top-full .right-filter .nav-tabs li button.active span {
  color: #fff;
}

.search-input-area {
  transition: all 500ms ease;
  visibility: hidden;
  transform: translateY(-100%);
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 57px 0;
  background: white;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-input-area.show {
  visibility: visible;
  transform: inherit;
  opacity: 1;
}

.search-input-area .search-input-inner {
  display: flex;
  align-items: center;
  position: relative;
}

.search-input-area .search-input-inner .input-div {
  width: 80%;
  display: flex;
  align-items: center;
  margin: auto;
}

.search-input-area .search-input-inner .input-div input {
  background: #F7F7F7;
  border-radius: 5px;
  height: 55px;
  border: 1px solid transparent;
  margin: 0;
height: 55px !important;
width: 100%;
}
.search-input-area .search-input-inner .input-div input:focus {
  border: 1px solid #00a5a5;
}

.search-input-area .search-input-inner .input-div button {
  max-width: max-content;
  padding: 0 21px;
  background: #00a5a5;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: block;
  margin-right: -9px;
  border-radius: 5px 0 0 5px;
  height: 55px;
}

.search-input-area .search-close-icon {
  cursor: pointer;
  position: absolute;
  left: 38px;
  top: 22px;
}

.search-input-area .search-close-icon i {
  position: relative;
  z-index: 1;
  color: #00a5a5;
  transition: 0.3s;
  font-size: 18px;
}
.search-input-area .search-close-icon i:hover {
  color: #F7F7F7;
}
.search-input-area .search-close-icon i:hover::after {
  background: #00a5a5;
}

.search-input-area .search-close-icon i::after {
  position: absolute;
  height: 45px;
  width: 45px;
  content: "";
  border-radius: 5px;
  background: #553cdf14;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
}

#anywhere-home {
  cursor: url(../images/banner/shape/close.png), auto;
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

#anywhere-home.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}

.cart-bar {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 360px;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  .cart-bar {
    width: 310px;
  }
}

.cart-bar.show {
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.cart-bar .cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E7E7E7;
}

.cart-bar .cart-header .cart-heading {
  font-size: 17px;
  
  color: #000000;
 font-family: "bld";
}

.close-cart {
  cursor: pointer;
  margin-top: -11px;
}
.close-cart i {
  transition: 0.3s;
}
.close-cart:hover i {
  transform: scale(1.3);
  color: #00a5a5;
}

.cart-bar .product-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #E7E7E7;
}

.product-item {
  margin-bottom: 65px;
  position: relative;
  overflow: hidden;
}

.cart-bar .product-item:last-child {
  margin-bottom: 0;
}

.cart-bar .product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-bar .cart-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cart-edit {
  margin-left: 20px;
}

.cart-bar .product-detail .product-thumb {
  margin-left: 15px;
  max-width: 75px;
}

.cart-bar .cart-edit .quantity-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E7E7E7;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 3px;
}

.cart-edit .quantity-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 10px;
  border-radius: 5px;
}

.cart-bar .cart-edit .item-wrapper {
  display: inline-block;
}

.cart-bar .cart-edit .quantity-edit button {
  background: none;
  font-size: 0;
}

.cart-bar .cart-edit .quantity-edit button i {
  font-size: 19px;
  color: #C0C0C0;
}

.cart-edit .quantity-edit button i {
  font-size: 18px;
  color: #d3d3d3;
}

edit .quantity-edit button {
  background: none;
  font-size: 0;
}

.cart-edit .quantity-edit button {
  background: none;
  font-size: 0;
}

.cart-bar .cart-edit .quantity-edit button i {
  font-size: 19px;
  color: #000000;
}
.cart-bar .cart-edit .quantity-edit button i:hover {
  color: #00a5a5;
}

.cart-edit .quantity-edit button i {
  font-size: 18px;
  color: #d3d3d3;
}

.cart-bar .cart-edit .quantity-edit input {
  text-align: center;
  max-width: 26px;
  padding: 0;
}

.cart-edit .quantity-edit input {
  text-align: center;
  max-width: 55px;
  font-size: 18px;
  
  color: #040404;
}

.cart-bar .cart-edit .product-edit {
  margin-left: 15px;
}

.cart-bar .product-detail .product-name {
  font-size: 19px;
  font-weight: 400;
  color: #00a5a5;
}

.cart-bar .product-detail span {
  display: inline-block;
  line-height: 19px !important;
}

.cart-bar .product-detail .product-variation span {
  color: #868686;
  font-family: roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}

.cart-bar .product-detail .product-qnty, .cart-bar .product-detail .product-price {
  color: #404040;
  font-weight: 500;
  font-size: 13px;
  font-family: roboto;
}

.cart-bar .cart-bottom-area {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-bar .cart-bottom-area .spend-shipping {
  margin-bottom: 30px;
  background: #F5F5F5;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #00a5a5;
  text-align: center;
}

.cart-bar .cart-bottom-area .spend-shipping i {
  font-size: 18px;
  margin-left: 7px;
}

.cart-bar .cart-bottom-area .spend-shipping .amount {
  
  color: #040404;
}

.cart-bar .cart-bottom-area .total-price {
  font-size: 18px;
  color: #040404;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cart-bar .cart-bottom-area .total-price span {
  color: #00a5a5;
}

.cart-bar .cart-bottom-area .checkout-btn {
  border: 1px solid #00a5a5;
  margin-bottom: 10px;
  color: #00a5a5;
}

.cart-bar .cart-bottom-area .cart-btn {
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 19px;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.cart-bar .cart-bottom-area .view-btn {
  border: 1px solid transparent;
  background: #00a5a5;
  color: #fff;
}

.cart-bar .cart-bottom-area .cart-btn {
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 19px;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.cart-bar .cart-bottom-area .checkout-btn:hover {
  background: #00a5a5;
  color: #fff;
}

.nice-select-wrap {
  margin: 1rem auto 0;
  width: 100%;
  border-radius: 0;
  overflow: visible;
  margin-left: auto;
  position: relative;
  left: auto;
  right: 0;
  margin-right: 0;
  height: 50px;
  top: 0;
  margin-top: 0;
  border-radius: 6px;
  text-transform: capitalize;
  background: #eee;
border: 0;padding-left: 0;
}
.nice-select-wrap.down {
 /* background-color: white;*/
}
.nice-select-wrap.down .drop::after {
  content: "\f077";
}
.nice-select-wrap .drop, .nice-select-wrap ul a {
  width: 100%;
  display: block;
  padding: 2px 11px;
  text-decoration: none;
  color: #000;
  font-size: 0.88rem;
  line-height: 1.88;
  height: 3rem;
  
  
 
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px;
padding: 0px 0px 10px 40px;
}
.nice-select-wrap .drop {
  position: relative;
}
.nice-select-wrap .drop::after {
  content: "\f078";
  position: absolute;
  text-align: center;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 10px;
  margin-top: -0.5rem;
  color: #000;
  line-height: 0.94;
  transition: all 300ms ease;
  font-family: var(--font-3);font-size: 10px;
}
.nice-select-wrap ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  position: absolute;
  z-index: 100000;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 12px 15px #0000000a;

}
.nice-select-wrap ul li {
	line-height: 40px;
height: 40px;
padding: 0 12px;
margin: 0;
border-bottom: 1px solid #eee;
}

.nice-select-wrap ul li:last-child {
border:0;
}

.nice-select-wrap ul a {
  position: relative;
  font-size: 18px;
  display: block;
height: 40px;line-height: 40px;
padding: 0;
color: #615F5F;
}
.nice-select-wrap ul a:hover {
  color: #00a5a5;
}

/*
.nice-select-wrap ul a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, whitesmoke 10%, whitesmoke 90%, rgba(245, 245, 245, 0) 100%);
}
*/
.progress-wrap {
  position: fixed;
  left: 25px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  box-shadow: 0px 1px 5px 10px rgba(0, 0, 0, 0.041);
}

.progress-wrap::after {
  position: absolute;
  font-family: var(--font-3);
  content: "\f077";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #00a5a5;
  right: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border: 0px solid #00a5a5;
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px;
}

.progress-wrap:hover::after {
  opacity: 1;
  content: "\f077";
  border: 0px solid #00a5a5;
}

.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "\f077";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: #00a5a5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  right: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 0;
}

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

.progress-wrap svg {
  color: #00a5a5;
  border-radius: 50%;
  background: #fff;
}

.progress-wrap svg.progress-circle path {
  stroke: #00a5a5;
  stroke-width: 0px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.home-blue .progress-wrap svg.progress-circle path {
  stroke: var(--color-primary-2);
}
.home-blue .progress-wrap::after {
  border-color: var(--color-primary-2);
  box-shadow: 0px 3px 20px 6px #0742e952;
  color: var(--color-primary-2);
}

.banefites-main-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.single-benifits {
  display: flex;
  align-items: center;
  gap: 20px;
}
.single-benifits .information .title {
  margin-bottom: 5px;
  font-size: 20px;
}
.single-benifits .information p {
  font-size: 18px;
}

.thumbnail-benefits-right-image {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .thumbnail-benefits-right-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .thumbnail-benefits-right-image img {
    width: 100%;
  }
}

.vedio-icone .video-play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
}
.vedio-icone .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -32%;
  top: -31%;
  display: block;
  width: 130px;
  height: 130px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #00a5a5;
  animation: waves 3s ease-in-out infinite;
}
.vedio-icone .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  transition: all 200ms;
  border-radius: 50%;
}
.vedio-icone .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-right: 15px solid #00a5a5;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
 right: 21%;
}
.vedio-icone .video-play-button span.outer-text {
  border: none;
  min-width: max-content;
  margin-right: 75px;
  position: relative;
  margin-top: -12px;
  color: #00a5a5;
  font-weight: 500;
}
.vedio-icone .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.vedio-icone .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.vedio-icone .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.vedio-icone .video-overlay .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  left: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.container {
  max-width: 1280px;
  margin: auto;
}

/*
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container {
    max-width: 97%;
    margin: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 97%;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 99%;
    margin: auto;
  }
}
*/
.bg-blue .title-area-left-style span {
  color: #fff;
}
.bg-blue .title-area-left-style .title {
  color: #fff;
}
.bg-blue .title-area-left-style p.post-title {
  color: #fff;
}

.title-between-area {
  display: flex;
  align-items: center;min-height: 44px;
  justify-content: space-between;
}

.title-between-area input {
margin: 0;
border: 1px solid #C6C5C5;
}


/*
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-between-area {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .title-between-area {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 25px;
  }
}*/

.bg-light-1 {
  background: #F9F8FF;
}

.section-title-w-style-center {
  text-align: center;
}
.section-title-w-style-center .title {
  margin-bottom: 5px;
  color: #00a5a5;
  font-size: 40px;
  font-style: normal;
  
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .section-title-w-style-center .title {
    font-size: 26px;
    line-height: 1.3;
  }
}
.section-title-w-style-center p {
  margin-bottom: 0;
  color: #615F5F;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.kitchen-home {
  background: #FFFAEE;
}

.success {
  border: 1px solid #084298;
  background: #343a40;
  padding: 5px 15px;
  border-radius: 5px;
  color: #f8f9fa;
  display: inline-block;
}

.error {
  border: 1px solid #842029;
  background: #2c0b0e;
  padding: 5px 15px;
  border-radius: 5px;
  color: #ea868f;
  display: inline-block;
}

.single-zoom-meeting-area {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #EFECFF;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 575px) {
  .single-zoom-meeting-area {
    padding: 15px;
  }
}
.single-zoom-meeting-area .thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.single-zoom-meeting-area .thumbnail img {
  transition: 0.3s;
}
.single-zoom-meeting-area .inner-content {
  padding-top: 24px;
}
.single-zoom-meeting-area .inner-content .head {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media only screen and (max-width: 575px) {
  .single-zoom-meeting-area .inner-content .head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.single-zoom-meeting-area .inner-content .head .single {
  display: flex;
  align-items: center;
  gap: 12px;
}
.single-zoom-meeting-area .inner-content .head .single i {
  color: #00a5a5;
}
.single-zoom-meeting-area .inner-content a {
  display: block;
  margin-top: 10px;
}
.single-zoom-meeting-area .inner-content a .title {
  color: #00a5a5;
  font-size: 24px;
  font-style: normal;
  
  line-height: 34px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.single-zoom-meeting-area .inner-content a:hover .title {
  color: #00a5a5;
}
.single-zoom-meeting-area .inner-content .bottom {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media only screen and (max-width: 575px) {
  .single-zoom-meeting-area .inner-content .bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.single-zoom-meeting-area .inner-content .bottom .left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-zoom-meeting-area .inner-content .bottom a {
  margin: 0;
  color: #00a5a5;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
.single-zoom-meeting-area:hover .thumbnail img {
  transform: scale(1.15);
}

.zoom-meeting-left-content-details p.disc {
  margin-bottom: 30px;
}
.zoom-meeting-left-content-details .events-details-single-area {
  margin-bottom: 0px;
}
.zoom-meeting-left-content-details .key-takeways-wrapper ul {
  padding: 0;
  list-style-type: circle;
  list-style: circle;
  list-style-position: inside;
}
.zoom-meeting-left-content-details .key-takeways-wrapper ul li {
  margin: 13px 0;
}

.zoom-meeting-information-details {
  padding: 40px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  background: #FFF;
}
@media only screen and (max-width: 575px) {
  .zoom-meeting-information-details {
    padding: 20px;
  }
}
.zoom-meeting-information-details .single-information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #DDD8F9;
}
.zoom-meeting-information-details p {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 15px;
}
.zoom-meeting-information-details p span {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.zoom-meeting-information-details button {
  min-width: 100%;
}
.zoom-meeting-information-details button:last-child {
  margin-top: 20px;
}

.rts-lession-content-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  min-height: 100vh;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-lession-content-wrapper {
    min-height: 100vh;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .rts-lession-content-wrapper {
    min-height: 100vh;
    flex-direction: column;
  }
}
.rts-lession-content-wrapper .rts-lession-left {
  background: #F9F8FF;
  width: 455px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-lession-content-wrapper .rts-lession-left {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .rts-lession-content-wrapper .rts-lession-left {
    width: 100%;
  }
}
.rts-lession-content-wrapper .rts-lession-left.sibebar-none {
  display: none;
}
.rts-lession-content-wrapper .rts-lession-left .content-wrapper {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-lession-content-wrapper .rts-lession-left .content-wrapper {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-lession-content-wrapper .rts-lession-left .content-wrapper {
    margin-top: 30px;
  }
}
.rts-lession-content-wrapper .rts-lession-left .content-wrapper .inner-content {
  position: relative;
  padding: 0 10px;
}
.rts-lession-content-wrapper .rts-lession-left .content-wrapper .inner-content input {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #DDD8F9;
}
.rts-lession-content-wrapper .rts-lession-left .content-wrapper .inner-content input:focus {
  border-color: #00a5a5;
}
.rts-lession-content-wrapper .rts-lession-left .content-wrapper .inner-content i {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.rts-lession-content-wrapper .course-content-wrapper-main {
  padding: 0px 10px;
}
.rts-lession-content-wrapper .course-content-wrapper-main .accordion-item {
  background: transparent;
}

.accordion-item h4 {
margin: 5px;
color: #333;
font-size: 22px;
}

.rts-lession-content-wrapper .course-content-wrapper-main .accordion-item .accordion-header {
  position: relative;
}
.rts-lession-content-wrapper .course-content-wrapper-main .accordion-item .accordion-header .accordion-button {
  padding: 15px 5px 15px 30px;
  position: relative;
}
.rts-lession-content-wrapper .course-content-wrapper-main .accordion-item .accordion-header .accordion-button::before {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f078" !important;
  font-size: 12px !important;
  font-family: var(--font-3);
  font-size: 18px;
}
.rts-lession-content-wrapper .course-content-wrapper-main .accordion-item .accordion-header .accordion-button[aria-expanded=true]::before {
  content: "\f077" !important;
}
.rts-lession-content-wrapper .rts-lession-right {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.rts-lession-content-wrapper .rts-lession-right iframe {
  height: 700px;
}
.rts-lession-content-wrapper .rts-lession-right .lesson-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  background: #00a5a5;
}
.rts-lession-content-wrapper .rts-lession-right .lesson-top-bar .left-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rts-lession-content-wrapper .rts-lession-right .lesson-top-bar .left-area .toggle-class {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7763E5;
  border-radius: 50%;
  cursor: pointer;
}
.rts-lession-content-wrapper .rts-lession-right .lesson-top-bar .left-area .toggle-class.sidebar-hide i::before {
  content: "\f054";
}
.rts-lession-content-wrapper .rts-lession-right .lesson-top-bar .left-area .toggle-class i {
  color: #fff;
}
.rts-lession-content-wrapper .rts-lession-right .lesson-top-bar .left-area span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  
  line-height: 26px;
}
.rts-lession-content-wrapper .rts-lession-right .lesson-top-bar .right a {
  height: 30px;
  width: 30px;
  background: #7763E5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.rts-lession-content-wrapper .rts-lession-right .lesson-bottom-area {
  padding: 40px;
}
@media only screen and (max-width: 575px) {
  .rts-lession-content-wrapper .rts-lession-right .lesson-bottom-area {
    padding: 20px;
  }
}
.rts-lession-content-wrapper .rts-lession-right .next-prev-area {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  justify-content: space-between;
  border-top: 1px solid #DDD8F9;
}
.rts-lession-content-wrapper .rts-lession-right .next-prev-area .prev {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.rts-lession-content-wrapper .rts-lession-right .next-prev-area .prev:hover {
  color: #00a5a5;
}
.rts-lession-content-wrapper .rts-lession-right .next-prev-area .prev i {
  transform: rotate(62deg);
}
.rts-lession-content-wrapper .rts-lession-right .next-prev-area .next {
  padding-left: 150px;
  gap: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .rts-lession-content-wrapper .rts-lession-right .next-prev-area .next {
    padding-left: 0;
  }
}
.rts-lession-content-wrapper .rts-lession-right .next-prev-area .next:hover {
  color: #00a5a5;
}

.default-exp-expand {
  display: none;
}

.default-exp-expand.open {
  display: block;
}

.discover-filter-activation {
  background: #00a5a5 !important;
}
.discover-filter-activation i {
  color: #fff !important;
}
.discover-filter-activation span {
  color: #fff !important;
}

.course-details-btn-wrapper {
	padding: 20px;
border-radius: 16px;
background: #fff;
}
.course-details-btn-wrapper ul {
  padding-right: 0;
  margin: 0;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .course-details-btn-wrapper ul {
    flex-wrap: wrap;
    gap: 10px !important;
  }
}
.course-details-btn-wrapper ul li {
  margin: 0;
  padding: 0;
}
.course-details-btn-wrapper ul li button.nav-link {
  padding: 15px 20px;
  border: none;
  border-radius: 5px;
  border: 1px solid #DDD8F9;
  color: #00a5a5;
  font-size: 18px;
}
.course-details-btn-wrapper ul li button.nav-link.active {
  background: #00a5a5;
  color: #fff;
}
.course-details-btn-wrapper ul li button.nav-link.active.meterals {
  position: relative;
}
.course-details-btn-wrapper ul li button.nav-link.active.meterals::after {
  position: absolute;
  right: 0;
  width: 120%;
  content: "";
  height: 3px;
  bottom: -18px;
  background: #00a5a5;
}
.course-details-btn-wrapper.full-width {
  justify-content: space-between;
}
.course-details-btn-wrapper.full-width ul {
  justify-content: space-between;
  gap: 0;
}
.course-details-btn-wrapper.full-width ul li {
  flex-basis: 25%;
}
@media only screen and (max-width: 767px) {
  .course-details-btn-wrapper.full-width ul li {
    min-width: max-content;
  }
}
.course-details-btn-wrapper.full-width ul li button {
  border-radius: 0;
}

.course-content-wrapper .title {
  font-size: 24px;
}
.course-content-wrapper p.disc {
  margin-bottom: 30px;
}
.course-content-wrapper .module-wrapper {
  padding: 30px;
  border: 1px solid #DDD8F9;
  border-radius: 6px;
}
@media only screen and (max-width: 479px) {
  .course-content-wrapper .module-wrapper {
    padding: 0;
    border: none;
  }
}
.course-content-wrapper .module-wrapper .inner-content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media only screen and (max-width: 575px) {
  .course-content-wrapper .module-wrapper .inner-content {
    flex-direction: column;
    gap: 0;
  }
}
.course-content-wrapper .module-wrapper .single-wrapper .single-codule {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
}

.wrapper-bottom-course-details-page {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  margin-right: 5px;
  margin-left: 5px;
}
@media only screen and (max-width: 479px) {
  .wrapper-bottom-course-details-page {
    padding: 20px;
  }
}

.course-content-wrapper-main .title {
  margin-bottom: 10px;
}
.course-content-wrapper-main .accordion .accordion-item {
border: 2px solid #EEEEEE;
border: 1px solid #DDD8F9;
margin-bottom: 15px;
border-radius: 16px;
background: #fff;
}/*
.course-content-wrapper-main .accordion .accordion-item:last-child {
  border: 1px solid #DDD8F9;
}*/
.course-content-wrapper-main .accordion .accordion-item .accordion-body {
  padding: 20px;
  padding-top: 0;
}

.course-content-wrapper-main .accordion .accordion-item .accordion-body p {

}

.course-content-wrapper-main .accordion .accordion-item .accordion-body .play-vedio-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
}
.course-content-wrapper-main .accordion .accordion-item .accordion-body .play-vedio-wrapper .left i {
  color: #00a5a5;
}
.course-content-wrapper-main .accordion .accordion-item .accordion-body .play-vedio-wrapper .left span {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
}
.course-content-wrapper-main .accordion .accordion-item .accordion-body .play-vedio-wrapper .right .play {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
  margin-left: 20px;
}
.course-content-wrapper-main .accordion .accordion-header button {
  padding: 20px 65px;
  background: transparent;
  display: flex;
  align-items: center;
  box-shadow: none;
  justify-content: space-between;
  position: relative;
}


.course-content-wrapper-main .accordion .accordion-header button:before {
	
		content: "\f068";	
	font-family: "Font Awesome 5 Pro";
	
	position: absolute;
right: 25px;
top: 21px;
font-size: 20px;
	color: #00a5a5;

}




.course-content-wrapper-main .accordion .accordion-header button.collapsed:before {
	color: #666;
		content: "\f067";	

}


.accordion-item.new-shad {
	border: 2px solid #f00 !important;
}

/*
.course-content-wrapper-main .accordion .accordion-header button[aria-expanded=true] {
  border-bottom: 1px solid #DDD8F9;
}*/
.course-content-wrapper-main .accordion .accordion-header button:focus {
  box-shadow: none;
}
.course-content-wrapper-main .accordion .accordion-header button::after {
  display: none;
}
.course-content-wrapper-main .accordion .accordion-header button span {
  display: block;
  color: #00a5a5;
font-size: 18px;
font-style: normal;
line-height: 26px;
color: #000;
}


.course-content-wrapper-main .accordion .accordion-header button.collapsed span {

color: #666;
}

.single-instructor-area-details {
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #DDD8F9;
  gap: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .single-instructor-area-details {

    padding: 20px;
  }
}
.single-instructor-area-details:hover .thumbnail img {
  transform: scale(1.15);
}
.single-instructor-area-details .thumbnail {

  overflow: hidden;
  border-radius: 50%;
width: 100px;
height: 100px;
display: block;
margin-bottom: 15px;
  
}
@media only screen and (max-width: 767px) {
  .single-instructor-area-details .thumbnail {
    min-width: 100%;
  }
}
.single-instructor-area-details .thumbnail img {
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .single-instructor-area-details .thumbnail img {
    width: 100%;
  }
}
.single-instructor-area-details .inner-instrustor-area .title {
  margin-bottom: 5px;
}
.single-instructor-area-details .inner-instrustor-area .deg {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.single-instructor-area-details .inner-instrustor-area .stars-area-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 12px 0;
}
@media only screen and (max-width: 575px) {
  .single-instructor-area-details .inner-instrustor-area .stars-area-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.single-instructor-area-details .inner-instrustor-area .stars-area-wrapper .stars-area span {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  
}
.single-instructor-area-details .inner-instrustor-area .stars-area-wrapper .stars-area i {
  color: #FFA41C;
  color: #00a5a5;
}
.single-instructor-area-details .inner-instrustor-area p.disc {
  margin-bottom: 20px;
}
.single-instructor-area-details .inner-instrustor-area .follow-us {
  display: flex;
  align-items: center;
}
.single-instructor-area-details .inner-instrustor-area .follow-us ul {
  margin-right: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.single-instructor-area-details .inner-instrustor-area .follow-us ul li {
  margin: 0;
  padding: 0;
}

.rating-top-main-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 575px) {
  .rating-top-main-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.rating-area-main-wrapper {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #DDD8F9;
  text-align: center;
  flex-basis: 27%;
}
@media only screen and (max-width: 575px) {
  .rating-area-main-wrapper {
    width: 100%;
  }
}
.rating-area-main-wrapper .title {
  color: #00a5a5;
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: 80px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .rating-area-main-wrapper .title {
    font-size: 70px;
  }
}
.rating-area-main-wrapper .stars-wrapper {
  margin-bottom: 10px;
}
.rating-area-main-wrapper .stars-wrapper i {
  color: #FFA41C;
}
.rating-area-main-wrapper span {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.rating-main-wrapper {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #DDD8F9;
}
@media only screen and (max-width: 575px) {
  .rating-main-wrapper {
    padding: 20px;
  }
}

.progress-wrapper-main {
  flex-basis: 69%;
}
@media only screen and (max-width: 575px) {
  .progress-wrapper-main {
    width: 100%;
  }
}
.progress-wrapper-main .single-progress-area-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 13px 0;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .progress-wrapper-main .single-progress-area-h {
    flex-direction: column;
    align-items: flex-start;
  }
}
.progress-wrapper-main .single-progress-area-h .progress {
  width: 70%;
  border-radius: 6px;
}
.progress-wrapper-main .single-progress-area-h .progress .progress-bar {
  background: #FFA41C;
}

.indevidual-rating-area {
  padding-top: 30px;
  border-top: 1px solid #DDD8F9;
  margin-top: 40px;
}
.indevidual-rating-area .author-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 479px) {
  .indevidual-rating-area .author-area {
    flex-direction: column;
    align-items: flex-start;
  }
}
.indevidual-rating-area .author-area span {
  color: #00a5a5;

  font-size: 18px;
  font-style: normal;
  
  line-height: 26px;
}
.indevidual-rating-area .author-area .stars {
  display: flex;
  align-items: center;
  gap: 3px;
}
.indevidual-rating-area .author-area .stars i {
  color: #FFA41C;
}
.indevidual-rating-area p.disc {
  margin-bottom: 25px;
}
.indevidual-rating-area .like-love-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.indevidual-rating-area .like-love-area a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #615F5F;
  border: 1px solid #DDD8F9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indevidual-rating-area .like-love-area a:hover {
  background: #00a5a5;
  color: #fff;
}

.right-course-details {
  margin-top: -150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-course-details {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .right-course-details {
    margin-top: 0;
  }
}
.right-course-details .course-side-bar {
  padding: 10px;
  border: 1px solid #DDD8F9;
  border-radius: 12px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.right-course-details .course-side-bar .thumbnail {
  position: relative;
  border-radius: 12px;
overflow: hidden;
}

.what-includes {
padding: 20px 15px 10px;
}

.right-course-details .course-side-bar .thumbnail img {
	height: 250px; width: 100%;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-course-details .course-side-bar .thumbnail img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .right-course-details .course-side-bar .thumbnail img {
    width: 100%;
  }
}
.right-course-details .course-side-bar .price-area {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 35px;
  margin-bottom: 20px;
}
.right-course-details .course-side-bar .price-area .title {
  margin-bottom: 0;
  color: #00a5a5;
  font-size: 32px;
  font-style: normal;
  
  line-height: 26px;
}
.right-course-details .course-side-bar .price-area h4 {
  margin-bottom: 0;
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.right-course-details .course-side-bar .price-area .discount {
  padding: 3px 10px;
  border-radius: 3px;
  background: #00a5a5;
  color: #fff;
}
.right-course-details .course-side-bar .clock-area i,
.right-course-details .course-side-bar .clock-area span {
  color: #BC0303;
}
.right-course-details .course-side-bar .rts-btn {
margin-top: 15px;
display: block;
width: 100%;
max-width: 100%;
text-align: center;
line-height: 60px;
font-size: 18px;
}
.right-course-details .course-side-bar .what-includes span.m {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  padding-bottom: 25px;
}
.right-course-details .course-side-bar .what-includes .title {
  color: #00a5a5;
  font-size: 24px;
  font-style: normal;
  
  line-height: 24px;
  margin-bottom: 10px;
}
.right-course-details .course-side-bar .what-includes .single-include {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}

.right-course-details .course-side-bar .what-includes .single-include .left {
	color: #000;
}

.right-course-details .course-side-bar .what-includes .single-include .left i {
margin-left: 5px;
}


.right-course-details .course-side-bar .what-includes .single-include:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.course-single-information {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDD8F9;
  padding-top: 15px;
}
.course-single-information.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.course-single-information .title {
  margin-bottom: 20px;
  color: #00a5a5;
  font-size: 24px;
  font-style: normal;
  
  line-height: 26px;
}
.course-single-information .body .author {
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.course-single-information .body .single-check {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 15px 0;
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.course-single-information .body .single-check i {
  color: #00a5a5;
}
.course-single-information .body .tags-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.course-single-information .body .tags-wrapper span {
  display: block;
  padding: 1px 8px;
  border: 1px solid #DDD8F9;
  color: #00a5a5;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  cursor: pointer;
  transition: 0.3s;
}
.course-single-information .body .tags-wrapper span:hover {
  background: #00a5a5;
  color: #fff;
}

.social-share-course-side-bar ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
}
.social-share-course-side-bar ul li {
  margin: 0;
  padding: 0;
}
.social-share-course-side-bar ul li a i {
  font-size: 24px;
  color: #00a5a5;
}

.right-course-details .rts-course-category-area {
  padding-right: 50px;
  border-right: 2px solid #DDD8F9;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .right-course-details .rts-course-category-area {
    padding-right: 20px;
  }
}
.right-course-details .rts-course-category-area .checkbox-filter.filter-body {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 50px;
}
.right-course-details .single-filter-left-wrapper .title {
  color: #00a5a5;
  font-size: 24px;
  font-style: normal;
  
  line-height: 24px;
  margin-bottom: 10px;
  margin-bottom: 20px;
}

.our-latest-course-start-right-side-bar {
  margin-bottom: 60px;
}
.our-latest-course-start-right-side-bar .title {
  color: #00a5a5;

  font-size: 24px;
  font-style: normal;
  
  line-height: 28px;
}
.our-latest-course-start-right-side-bar .single-course-list-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.our-latest-course-start-right-side-bar .single-course-list-wrapper:hover img {
  transform: scale(1.15);
}
.our-latest-course-start-right-side-bar .single-course-list-wrapper .thumbnail {
  min-width: max-content;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.our-latest-course-start-right-side-bar .single-course-list-wrapper .thumbnail img {
  transition: 0.3s;
}
.our-latest-course-start-right-side-bar .single-course-list-wrapper .inner-content a .title {
  color: #00a5a5;
  font-size: 20px;
  font-style: normal;
  
  line-height: 28px;
  margin-bottom: 7px;
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .our-latest-course-start-right-side-bar .single-course-list-wrapper .inner-content a .title {
    font-size: 19px;
    font-style: normal;
    
    line-height: 21px;
  }
}
.our-latest-course-start-right-side-bar .single-course-list-wrapper .inner-content a .title:hover {
  color: #00a5a5;
}
.our-latest-course-start-right-side-bar .single-course-list-wrapper .inner-content .pricing-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.our-latest-course-start-right-side-bar .single-course-list-wrapper .inner-content .pricing-area .none {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: line-through;
}
.our-latest-course-start-right-side-bar .single-course-list-wrapper .inner-content .pricing-area span {
  color: #00a5a5;
  font-size: 20px;
  font-style: normal;
  
  line-height: 28px;
}

.add-area-sidebar {
  position: relative;
}
.add-area-sidebar .thumbnail img {
  width: 100%;
  height: 50%;
}
.add-area-sidebar .content {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.add-area-sidebar .content .title {
  color: #00a5a5;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  
  line-height: 40px;
}
.add-area-sidebar .content .rts-btn {
  margin: auto;
  background: #00a5a5 !important;
  padding: 9px 25px;
  transition: 0.3s;
}
.add-area-sidebar .content .rts-btn:hover {
  background: #00a5a5 !important;
  color: #fff !important;
}

.course-details-btn-wrapper.materials {
  padding-bottom: 15px !important;
  border-bottom: 3px solid #DDD8F9 !important;
}
.course-details-btn-wrapper.materials ul {
  gap: 60px !important;
}
.course-details-btn-wrapper.materials li {
  flex-basis: auto !important;
}
.course-details-btn-wrapper.materials button {
  padding: 0 !important;
  margin: 0 !important;
  max-width: max-content;
  background: transparent !important;
  border: none !important;
  color: #615F5F !important;
}
.course-details-btn-wrapper.materials button[aria-selected=true] {
  color: #00a5a5 !important;
}
.course-details-btn-wrapper.materials button i {
  margin-left: 5px;
}

.dashboard-banner-area-start {
  position: relative;
  margin-bottom: 35px;
}

.dashboard-banner-area-start.student-dashboard {
  background-image: url(../images/dashboard/05.jpg);
}
.dashboard-banner-area-start.student-dashboard .rating-area-banner-dashboard {
  left: 28%;
}
@media only screen and (max-width: 575px) {
  .dashboard-banner-area-start.student-dashboard .rating-area-banner-dashboard {
    left: auto;
  }
}
.dashboard-banner-area-start .rating-area-banner-dashboard {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-banner-area-start .rating-area-banner-dashboard {
    bottom: 19px;
    right: 297px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-banner-area-start .rating-area-banner-dashboard {
    right: 297px;
    left: auto;
  }
}
@media only screen and (max-width: 575px) {
  .dashboard-banner-area-start .rating-area-banner-dashboard {
    right: 30px;
    left: auto;
    bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .dashboard-banner-area-start .rating-area-banner-dashboard {
    right: 20px;
    left: auto;
  }
}
.dashboard-banner-area-start .rating-area-banner-dashboard .stars {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .dashboard-banner-area-start .rating-area-banner-dashboard .stars {
    display: none;
  }
}
.dashboard-banner-area-start .rating-area-banner-dashboard .stars span {
  color: #fff;
  margin-left: 10px;
}
.dashboard-banner-area-start .rating-area-banner-dashboard .stars i {
  color: #FFA41C;
}
.dashboard-banner-area-start .rating-area-banner-dashboard p {
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .dashboard-banner-area-start .rating-area-banner-dashboard p {
    display: none;
  }
}
.dashboard-banner-area-start .rating-area-banner-dashboard .create-btn {
  border-radius: 5px;
  border: 1px solid var(--ffffff, #FFF);
  color: #fff;
  padding: 12px 20px;
  transition: 0.3s;
  display: block;
}
.dashboard-banner-area-start .rating-area-banner-dashboard .create-btn:hover {
  background: #00a5a5;
  border: 1px solid transparent;
}
.dashboard-banner-area-start .author-profile-image-and-name {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-banner-area-start .author-profile-image-and-name {
    bottom: 22%;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-banner-area-start .author-profile-image-and-name {
    bottom: 22%;
    right: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .dashboard-banner-area-start .author-profile-image-and-name {
    right: 18px;
  }
}
.dashboard-banner-area-start .author-profile-image-and-name .profile-pic {
  
  position: relative;
  overflow: hidden;
  min-width: 100px;
}

.dashboard-banner-area-start .author-profile-image-and-name .profile-pic img {
	border-radius: 50%;
width: 100px;
height: 100px;
}


@media only screen and (max-width: 479px) {
  .dashboard-banner-area-start .author-profile-image-and-name .profile-pic {
    border-radius: 50%;
  }
}
.dashboard-banner-area-start .author-profile-image-and-name .profile-pic img {
  transition: 0.3s;
}
.dashboard-banner-area-start .author-profile-image-and-name .name-desig {
  margin-right: 25px;
}

@media only screen and (max-width: 575px) {
  .dashboard-banner-area-start .author-profile-image-and-name .name-desig {
    margin-top: 0;
    margin-right: 0;
  }
}
.dashboard-banner-area-start .author-profile-image-and-name .name-desig .title {
  font-size: 24px;
  font-style: normal;
  
  line-height: 30px;
  margin-bottom:0;
}
.dashboard-banner-area-start .author-profile-image-and-name .name-desig .course-vedio {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 479px) {
  .dashboard-banner-area-start .author-profile-image-and-name .name-desig .course-vedio {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.dashboard-banner-area-start .author-profile-image-and-name .name-desig .course-vedio i {
color: #333;
}
.dashboard-banner-area-start .author-profile-image-and-name .name-desig .course-vedio span {
  font-weight: 300;
}


.left-sindebar-dashboard .dashboard-left-single-wrapper .title {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.left-sindebar-dashboard .dashboard-left-single-wrapper .single-item {
padding: 7px 15px;
display: flex;
align-items: center;
gap: 10px;
background: #f9f9f9;
border-radius: 8px;
margin-bottom: 5px;

}

.left-sindebar-dashboard .dashboard-left-single-wrapper .single-item:hover,
.left-sindebar-dashboard .dashboard-left-single-wrapper .single-item.active {
	background: #00a5a5 !important;
color: #fff;
}





.left-sindebar-dashboard .dashboard-left-single-wrapper .single-item:first-child {

}


.left-sindebar-dashboard .dashboard-left-single-wrapper .single-item i {
  transition: 0.3s;
font-size: 19px;
  margin-top: 4px;
}
.left-sindebar-dashboard .dashboard-left-single-wrapper .single-item p {
  color: #888A88;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  transition: 0.3s;
}
.left-sindebar-dashboard .dashboard-left-single-wrapper .single-item.active i {
  color: #fff
}
.left-sindebar-dashboard .dashboard-left-single-wrapper .single-item.active p {
   color: #fff
}
.left-sindebar-dashboard .dashboard-left-single-wrapper .single-item:hover i {
  color: #fff;
}
.left-sindebar-dashboard .dashboard-left-single-wrapper .single-item:hover p {
  color: #fff;
}
.left-sindebar-dashboard .dashboard-left-single-wrapper.bbnone .single-item:last-child {
  border-bottom: none;
}

.right-sidebar-dashboard {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .right-sidebar-dashboard {
    padding: 0px;
    border: none;
  }
}

.single-dashboard-card {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  background: #FFF;
  text-align: center;
  padding: 47px;
}
@media screen and (max-width: 1200px) {
  .single-dashboard-card {
    padding: 30px 20px;
  }
}
.single-dashboard-card .icon {
  background: #F9F8FF;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  justify-content: center;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDD8F9;
}
.single-dashboard-card .icon i {
  font-size: 26px;
  color: #00a5a5;
}
.single-dashboard-card .title {
  color: #00a5a5;
  font-size: 36px;
  font-style: normal;
  
  line-height: 54px;
  margin-bottom: 0px;
}
.single-dashboard-card p {
  margin-bottom: 0;
  color: #615F5F;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.single-progress-course {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .single-progress-course {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 575px) {
  .single-progress-course {
    padding: 20px;
  }
}
.single-progress-course:last-child {
  margin-bottom: 0;
}
.single-progress-course:hover .thumbnail img {
  transform: scale(1.1);
}
.single-progress-course .thumbnail {
  display: block;
  overflow: hidden;
  min-width: max-content;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .single-progress-course .thumbnail {
    min-width: 100%;
  }
}
.single-progress-course .thumbnail img {
  transition: 0.3s;
  min-width: max-content;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .single-progress-course .thumbnail img {
    min-width: 100%;
  }
}
.single-progress-course .information-progress-course {
  width: 100%;
}
.single-progress-course .information-progress-course .rating-area {
  display: flex;
  align-items: center;
  gap: 3px;
}
.single-progress-course .information-progress-course .rating-area i {
  color: #FFA41C;
}
.single-progress-course .information-progress-course a .title {
  color: #00a5a5;
  font-size: 20px;
  font-style: normal;
  
  line-height: 28px;
  margin-bottom: 5px;
  margin-top: 15px;
  transition: 0.3s;
}
.single-progress-course .information-progress-course a:hover .title {
  color: #00a5a5;
}
.single-progress-course .information-progress-course .comp {
  margin-bottom: 10px;
  display: block;
}
.single-progress-course .information-progress-course .progress-wrapper-lesson-compleate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.single-progress-course .information-progress-course .progress-wrapper-lesson-compleate .progress {
  flex-basis: 90%;
  height: 4px;
}
.single-progress-course .information-progress-course .progress-wrapper-lesson-compleate .progress .progress-bar {
  background-color: #00a5a5;
}
.single-progress-course .information-progress-course .progress-wrapper-lesson-compleate .end {
  min-width: max-content;
}

.title-between-dashboard {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-between-dashboard a {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.my-course-enroll-wrapper-board {
  border: 1px solid #DDD8F9;
  border-radius: 6px;
  padding: 0;
}
.my-course-enroll-wrapper-board .single-course-inroll-board {
  padding: 22px 24px;
  border-bottom: 1px solid #DDD8F9;
  display: flex;
  align-items: center;
}
.my-course-enroll-wrapper-board .single-course-inroll-board.head p {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.my-course-enroll-wrapper-board .single-course-inroll-board:last-child {
  border-bottom: none;
}
.my-course-enroll-wrapper-board .single-course-inroll-board .rating i {
  color: #FFA41C;
}
@media only screen and (max-width: 575px) {
  .my-course-enroll-wrapper-board .single-course-inroll-board .rating i {
    font-size: 12px;
  }
}
.my-course-enroll-wrapper-board .single-course-inroll-board > div {
  flex-basis: 33%;
}

.right-sidebar-my-profile-dash {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .right-sidebar-my-profile-dash {
    padding: 15px;
  }
}

.my-single-portfolio-dashed {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .my-single-portfolio-dashed {
    flex-direction: column;
  }
}
.my-single-portfolio-dashed:last-child {
  padding-bottom: 0;
}
.my-single-portfolio-dashed .name {
  flex-basis: 40%;
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}
.my-single-portfolio-dashed .value {
  flex-basis: 60%;
}

.exrolled-course-wrapper-dashed {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  padding: 30px;
}
@media only screen and (max-width: 479px) {
  .exrolled-course-wrapper-dashed {
    padding: 0;
    border: none;
  }
}

/*
.exrolled-course-wrapper-dashed .nav-tabs {
  margin-bottom: 0;
  border-bottom: 1px solid #DDD8F9;
}
.exrolled-course-wrapper-dashed .nav-tabs li {
  margin: 0;
  padding: 0;
  margin: 0 15px;
}
.exrolled-course-wrapper-dashed .nav-tabs li:first-child {
  margin-right: 0;
}
.exrolled-course-wrapper-dashed .nav-tabs li button {
  padding: 10px 0;
  border: none;
  margin: 0 0;
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.exrolled-course-wrapper-dashed .nav-tabs li button.active {
  border-bottom: 3px solid #00a5a5;
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}*/

.single-course-style-three .progress-wrapper-lesson-compleate {
  margin-top: 10px;
}
.single-course-style-three .progress-wrapper-lesson-compleate .compleate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.single-course-style-three .progress-wrapper-lesson-compleate .progress {
  height: 4px;
}
.single-course-style-three .progress-wrapper-lesson-compleate .progress .progress-bar {
  background-color: #00a5a5;
}
.single-course-style-three.enroll-course .rts-btn {
  margin-top: 20px;
  max-width: 100%;
  padding: 12px 25px;
}

.footer-dashboard {
  background: #00a5a5;
}
.footer-dashboard .footer-dashboard-inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer-dashboard .footer-dashboard-inner {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
  }
}
.footer-dashboard .footer-dashboard-inner p {
  margin-bottom: 0;
}
.footer-dashboard .footer-dashboard-inner p a {
  color: #fff;
  transition: 0.3s;
}
.footer-dashboard .footer-dashboard-inner p a:hover {
  color: #00a5a5;
}
.footer-dashboard .footer-dashboard-inner .social-area-dashboard-footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
}
.footer-dashboard .footer-dashboard-inner .social-area-dashboard-footer ul li {
  margin: 0;
  padding: 0;
}
.footer-dashboard .footer-dashboard-inner .social-area-dashboard-footer ul li a i {
  color: #fff;
  transition: 0.3s;
}
.footer-dashboard .footer-dashboard-inner .social-area-dashboard-footer ul li a:hover i {
  color: #00a5a5;
}

.rts-reviewd-area-dashed {
border-radius: 12px;
border: 1px solid #DDD8F9;
padding: 20px;
background: #fff;
}


.rts-reviewd-area-dashed h5.title {
	font-size: 28px;
text-transform: capitalize;
margin: 0;
}

.nav-tabs {
border-bottom: 0;}

.nav-tabs .nav-item {
margin: 0;	
	margin-left: 12px;
}

.nav-tabs .nav-link {
	background: #f5f5f5;min-width: 126px;
border-radius: 6px;
font-size: 17px;
background: #fff;
border: 1px solid #d9d9d9;
color: #000;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
background: #00a5a5;
border-color: #00a5a5;
color: #fff;	
}
.offers-tab .nav-link:hover,
.offers-tab .nav-link.active {
	background: #6c757d !important;
border-color: #6c757d !important;
}


.rts-reviewd-area-dashed h4.title {
	font-size: 24px;
text-transform: capitalize;
margin: 0;
}


.rts-reviewd-area-dashed .table-reviews {

}
.rts-reviewd-area-dashed .table-reviews thead tr th {
  padding: 12px 15px;
  background: #F9F8FF;
}
.rts-reviewd-area-dashed .table-reviews tbody tr {
  border-top: 1px solid #DDD8F9;
}
.rts-reviewd-area-dashed .table-reviews .naam-td {
max-width: 260px;
white-space: normal;
}



.rts-reviewd-area-dashed .table-reviews tbody tr td img {
	margin: 0 5px;
}


.rts-reviewd-area-dashed .table-reviews tbody tr td .author-area {
  display: flex;
  align-items: center;
  gap: 14px;
}
.rts-reviewd-area-dashed .table-reviews tbody tr td .author-area p {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  
  line-height: 24px;
}
.rts-reviewd-area-dashed .table-reviews tbody tr td .author-area .profile-picture {
  min-width: max-content;
}
.rts-reviewd-area-dashed .table-reviews tbody tr td .stars {
  margin-top: 5px;
}
.rts-reviewd-area-dashed .table-reviews tbody tr td .stars i {
  color: #FFA41C;
}
.rts-reviewd-area-dashed .table-reviews tbody tr td .stars span {
  margin-right: 5px;
  color: #00a5a5;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.rts-reviewd-area-dashed .table-reviews tbody tr.odd td {
  background: #F9F8FF;
}
.table-reviews.quiz thead tr th {
  text-transform: capitalize !important;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.delete-action,
.table-reviews.quiz tbody tr td .btn {
font-size: 12px;
color: #f00;
}

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



.table-reviews.quiz tbody tr td .information-quiz p.quiz {
  margin-top: 4px;
  margin-bottom: 5px;
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.table-reviews.quiz tbody tr td .information-quiz p .quiz {
  margin-bottom: 10px;
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.table-reviews.quiz tbody tr td .rts-btn {
  text-decoration: none;
  padding: 5px 12px;
  border-radius: 2px;
}

.table-reviews.quiz tbody tr td .A-degree {
  display: block;
  padding: 2px 12px;
  background: #E4FFEA;
  border-radius: 2px;
  color: #3FA15A;text-align: center;
  border: 1px solid #3FA15A;text-transform: capitalize;
}

.table-reviews.quiz tbody tr td .B-degree {
display: block;
padding: 2px 12px;
background: #E4F6FF;
border-radius: 2px;
color: #3F5CA1;
text-align: center;
border: 1px solid #3F5CA1;
text-transform: capitalize;
}




.table-reviews.quiz tbody tr td .C-degree {
  display: block;
  padding: 2px 12px;
  background: #FDE4FF;
  border-radius: 2px;
  color: #A13F9B;
  text-align: center;
  border: 1px solid #A13F9B;
  text-transform: capitalize;
}



.table-reviews.quiz tbody tr td .D-degree {
display: block;
padding: 2px 12px;
background: #FFFFE4;
border-radius: 2px;
color: #A18D3F;
text-align: center;
border: 1px solid #A18D3F;
text-transform: capitalize;
}



.table-reviews.quiz tbody tr td .fail {
  display: block;
  border-radius: 2px;
  padding: 2px 12px;
  background: #FFEBEB;text-align: center;
  border: 1px solid #FFBEBE;
  color: #df3c3c;text-transform: capitalize;
}


.table-reviews.quiz input {
text-align: center;
width: 80px;
margin: 0 auto;
display: block;
}


.table-reviews.quiz .name-semester {
	width: 250px;
}


.table-reviews.quiz tbody tr td .hold-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table-reviews.quiz tbody tr td .hold-area .hold {
  border-radius: 3px;
  border: 1px solid #ED9770;
  background: #FCF0D9;
  padding: 2px 13px;
  color: #ED9770;
  font-size: 13px;
}
.table-reviews.quiz tbody tr td .hold-area .processing {
  color: #7093ED;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-radius: 3px;
  border: 1px solid #7093ED;
  background: #F1F4FF;
  padding: 2px 13px;
}
.table-reviews.quiz tbody tr td .hold-area .success {
  color: #159648;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-radius: 3px;
  border: 1px solid #159648;
  background: #DCFCD9;
  padding: 2px 13px;
}
.table-reviews.quiz tbody tr td .hold-area .hold-i {
  width: 36px;
  height: 36px;
  background: #F3F1FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  transition: 0.3s;
}
.table-reviews.quiz tbody tr td .hold-area .hold-i i {
  color: #00a5a5;
  transition: 0.3s;
}
.table-reviews.quiz tbody tr td .hold-area .hold-i:hover {
  background: #00a5a5;
}
.table-reviews.quiz tbody tr td .hold-area .hold-i:hover i {
  color: #fff;
}

.pagination-full-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px;
  border-radius: 3px;
  border: 1px solid #DDD8F9;
}
@media only screen and (max-width: 575px) {
  .pagination-full-width {
    justify-content: center;
  }
}
.pagination-full-width .pagination ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
}
.pagination-full-width .pagination ul li {
  margin: 0;
}
.pagination-full-width .pagination ul li a {
  color: #615F5F;
}
.pagination-full-width .pagination ul li a.next, .pagination-full-width .pagination ul li a.prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #F9F8FF;
  transition: 0.3s;
}
.pagination-full-width .pagination ul li a.next i, .pagination-full-width .pagination ul li a.prev i {
  color: #00a5a5;
  transition: 0.3s;
}
.pagination-full-width .pagination ul li a.next:hover, .pagination-full-width .pagination ul li a.prev:hover {
  background: #00a5a5;
  color: #fff;
}
.pagination-full-width .pagination ul li a.next:hover i, .pagination-full-width .pagination ul li a.prev:hover i {
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .pagination-full-width span {
    display: none;
  }
}

#ui-datepicker-div {
  border: 1px solid #c5c5c5;
  position: relative;
  z-index: 10000;
  max-width: 100%;
  min-width: max-content;
}

.calender-and-tab-btn-between {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.calender-and-tab-btn-between .nav-tabs {
  padding: 0;
  margin: 0;
  border: none;
  gap: 10px;
}
.calender-and-tab-btn-between .nav-tabs li {
  margin: 0;
  padding: 0;
  border: none;
}
.calender-and-tab-btn-between .nav-tabs li button {
  border-radius: 5px;
  border: 1px solid #00a5a5;
  padding: 7px 15px;
  border-radius: 6px;
  color: #00a5a5;
}
.calender-and-tab-btn-between .nav-tabs li button[aria-selected=true] {
  background: #00a5a5;
  color: #fff;
}
.calender-and-tab-btn-between .nav-tabs li button:hover {
  background: #00a5a5;
  color: #fff;
}
.calender-and-tab-btn-between .date-picker-area {
  max-width: 400px;
  position: relative;
}
.calender-and-tab-btn-between .date-picker-area i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media only screen and (max-width: 575px) {
  .calender-and-tab-btn-between .date-picker-area i {
    top: 25%;
  }
}
@media only screen and (max-width: 479px) {
  .calender-and-tab-btn-between .date-picker-area i {
    top: 16%;
  }
}
.calender-and-tab-btn-between .date-picker-area input {
  border-radius: 5px;
  border: 1px solid #DDD8F9;
  height: 42px;
}

tbody.questions-answer tr td .students-questions {
  display: flex;
  align-items: center;
  gap: 15px;
}
tbody.questions-answer tr td .students-questions .information-q p {
  margin: 0;
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
tbody.questions-answer tr td .questions {
  padding-right: 20px;
  position: relative;
}
tbody.questions-answer tr td .questions::after {
  right: 0;
  top: 8px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00a5a5;
  content: "";
}
tbody.questions-answer tr td .status-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
tbody.questions-answer tr td .status-btn-wrapper .button-area {
  display: flex;
  align-items: center;
  gap: 25px;
}
tbody.questions-answer tr td .status-btn-wrapper .button-area i {
  color: #00a5a5;
  cursor: pointer;
}

.short-by--category-sash {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 30px;
}
.short-by--category-sash .nice-select-wrap {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  max-width: 320px;
}
.short-by--category-sash .nice-select-wrap .drop {
  padding: 27px 20px;
  font-size: 18px;
  line-height: 0;
}
.short-by--category-sash .nice-select-wrap .drop::after {
  top: 44%;
  left: 26px;
}
.short-by--category-sash .nice-select-wrap ul {
  width: 100%;
}
.short-by--category-sash .nice-select-wrap ul li {
  line-height: 0;
}
.short-by--category-sash .nice-select-wrap ul li a {
  padding: 18px 18px;
  line-height: 1;
}

.announcements-wrapper-dashed {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  padding: 30px;
}
@media only screen and (max-width: 479px) {
  .announcements-wrapper-dashed {
    padding: 0;
    border: none;
  }
}

.calender-area-wrapper {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  padding: 30px;
}
@media only screen and (max-width: 479px) {
  .calender-area-wrapper {
    padding: 0;
    border: none;
  }
}
.calender-area-wrapper .search-area-calender-inner {
  position: relative;
}
.calender-area-wrapper .search-area-calender-inner input {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  height: 46px;
  padding-right: 50px;
}
.calender-area-wrapper .search-area-calender-inner input:focus {
  border: 1px solid #00a5a5;
}
.calender-area-wrapper .search-area-calender-inner i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
}

.assignment-list-wrapper-calender {
  margin-top: 30px;
  padding: 24px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
}
@media only screen and (max-width: 479px) {
  .assignment-list-wrapper-calender {
    padding: 15px;
  }
}

.single-assignments-wrapper .top-wrapper {
  margin-bottom: 35px;
}
.single-assignments-wrapper .assignment-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px;
  border-radius: 5px;
  border: 1px solid #DDD8F9;
}
@media only screen and (max-width: 575px) {
  .single-assignments-wrapper .assignment-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.single-assignments-wrapper .assignment-list .left {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 575px) {
  .single-assignments-wrapper .assignment-list .left {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.single-assignments-wrapper .assignment-list .left p {
  margin: 0;
}
.single-assignments-wrapper .assignment-list .left span {
  margin-right: 20px;
}
@media only screen and (max-width: 575px) {
  .single-assignments-wrapper .assignment-list .left span {
    margin-right: 0;
  }
}
.single-assignments-wrapper .assignment-list .left i {
  color: #00a5a5;
}

.announcements-wrapper-dashed .top-announcement-wrapper {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
}
@media only screen and (max-width: 575px) {
  .announcements-wrapper-dashed .top-announcement-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.announcements-wrapper-dashed .top-announcement-wrapper .left-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media only screen and (max-width: 479px) {
  .announcements-wrapper-dashed .top-announcement-wrapper .left-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.announcements-wrapper-dashed .top-announcement-wrapper .left-wrapper .information p {
  color: #00a5a5;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 7px;
}
.announcements-wrapper-dashed .top-announcement-wrapper .right button {
  padding: 12px 25px;
}
.announcements-wrapper-dashed .top-announcement-wrapper .right button:focus {
  box-shadow: none;
  border: 1px solid #00a5a5;
}
.announcements-wrapper-dashed .top-announcement-wrapper .right button:hover {
  border: 1px solid #00a5a5;
}
.announcements-wrapper-dashed .course-short-by-date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .announcements-wrapper-dashed .course-short-by-date-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.announcements-wrapper-dashed .course-short-by-date-wrapper .single-course-filter {
  flex-basis: 40%;
}
@media only screen and (max-width: 767px) {
  .announcements-wrapper-dashed .course-short-by-date-wrapper .single-course-filter {
    width: 100%;
  }
}
.announcements-wrapper-dashed .course-short-by-date-wrapper .single-course-filter > span {
  margin-bottom: 20px;
  display: block;
}
.announcements-wrapper-dashed .course-short-by-date-wrapper .single-course-filter.short-by {
  flex-basis: 30%;
}
.announcements-wrapper-dashed .course-short-by-date-wrapper .single-course-filter .date-picker-area {
  position: relative;
}
.announcements-wrapper-dashed .course-short-by-date-wrapper .single-course-filter .date-picker-area input {
  border-radius: 5px;
  border: 1px solid #DDD8F9;
  height: 50px;
}
.announcements-wrapper-dashed .course-short-by-date-wrapper .single-course-filter .date-picker-area i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.announcements-wrapper-dashed .course-short-by-date-wrapper .nice-select-wrap {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
}
.announcements-wrapper-dashed .course-short-by-date-wrapper .nice-select-wrap .drop {
  padding: 27px 20px;
  font-size: 18px;
  line-height: 0;
}
.announcements-wrapper-dashed .course-short-by-date-wrapper .nice-select-wrap .drop::after {
  top: 44%;
  left: 26px;
}
.announcements-wrapper-dashed .course-short-by-date-wrapper .nice-select-wrap ul {
  width: 100%;
}
.announcements-wrapper-dashed .course-short-by-date-wrapper .nice-select-wrap ul li {
  line-height: 0;
}
.announcements-wrapper-dashed .course-short-by-date-wrapper .nice-select-wrap ul li a {
  padding: 18px 18px;
  line-height: 1;
}
.announcements-wrapper-dashed .rts-reviewd-area-dashed {
  border-radius: 0;
  border: none;
  padding: 0;
  margin-top: 30px;
}
.announcements-wrapper-dashed .announcement .announcement-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.announcements-wrapper-dashed .announcement .announcement-1 .left p {
  margin-bottom: 0;
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.announcements-wrapper-dashed .announcement .announcement-1 .right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.announcements-wrapper-dashed .announcement .announcement-1 .right i {
  cursor: pointer;
}


.modal,
body {
  padding: 0 !important;
}

.announcement.modal {
  top: 20% !important;
}
.announcement.modal .modal-header {
  background: #FFF;
  padding: 15px 25px;
}
.announcement.modal .modal-body {
  padding: 25px;
  background: #F9F8FF;
}
.announcement.modal .modal-body .nice-select-wrap {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #DDD8F9;
  background: #FFF;
  padding: 8px;
}
.announcement.modal .modal-body .nice-select-wrap .drop {
  font-size: 18px;
}
.announcement.modal .modal-body .nice-select-wrap #price {
  width: 50% !important;
  right: 0;
  border-radius: 0 !important;
  top: 100% !important;
  border: 1px solid #DDD8F9 !important;
}
@media only screen and (max-width: 575px) {
  .announcement.modal .modal-body .nice-select-wrap #price {
    width: 100% !important;
  }
}
.announcement.modal .modal-body .single-input {
  margin-bottom: 15px;
}
.announcement.modal .modal-body .single-input label {
  margin-bottom: 8px;
  display: block;
}
.announcement.modal .modal-body .single-input input {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #DDD8F9;
  background: #FFF;
  padding: 8px 20px;
}
.announcement.modal .modal-body .single-input input:focus {
  border: 1px solid #00a5a5;
}
.announcement.modal .modal-body .single-input textarea {
  border-radius: 5px;
  border: 1px solid #DDD8F9;
  background: #FFF;
  height: 140px;
  padding: 8px 20px;
}
.announcement.modal .modal-body .single-input textarea:focus {
  border: 1px solid #00a5a5;
}
.announcement.modal .modal-footer button {
  max-width: 100%;
  padding: 12px;
}
.announcement.modal .modal-dialog {
  max-width: 828px;
}

.withdrow-inner-wrapper {
  margin-top: 23px;
  text-align: center;
}
.withdrow-inner-wrapper .top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.withdrow-inner-wrapper .top p {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.withdrow-inner-wrapper .top p a {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.withdrow-inner-wrapper .mid {
  margin: 70px;
}
.withdrow-inner-wrapper p {
  color: #110c2d;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.betweena-area-assignment {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.certificates-wrapper-dashed {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .certificates-wrapper-dashed {
    padding: 0;
    border: none;
  }
}
.certificates-wrapper-dashed h5.title {
  color: #615F5F;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}

.create-certificates-top-main-wrapper {
  padding: 40px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .create-certificates-top-main-wrapper {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.create-certificates-top-main-wrapper > .left {
  flex-basis: 55%;
}
.create-certificates-top-main-wrapper > .left .title {
  color: #00a5a5;
  font-size: 24px;
  font-style: normal;
  
  line-height: 34px;
  margin-bottom: 10px;
}
.create-certificates-top-main-wrapper > .left p.disc {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}
.create-certificates-top-main-wrapper > .left a.rts-btn {
  padding: 13px 15px;
}
.create-certificates-top-main-wrapper > .left a.rts-btn i {
  margin-left: 5px;
}

.all-certificates-main-wrapper-dashed {
  border: 1px solid #DDD8F9;
}
.all-certificates-main-wrapper-dashed .single-certificates {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 26px;
  border-bottom: 1px solid #DDD8F9;
}
@media only screen and (max-width: 767px) {
  .all-certificates-main-wrapper-dashed .single-certificates {
    flex-direction: column;
    align-items: flex-start;
  }
}
.all-certificates-main-wrapper-dashed .single-certificates:last-child {
  border: none;
}
.all-certificates-main-wrapper-dashed .single-certificates .left {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 479px) {
  .all-certificates-main-wrapper-dashed .single-certificates .left {
    flex-direction: column;
    align-items: flex-start;
  }
}
.all-certificates-main-wrapper-dashed .single-certificates .left .title {
  margin-bottom: 0;
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
.all-certificates-main-wrapper-dashed .single-certificates .right {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 15px 0;
}
.all-certificates-main-wrapper-dashed .single-certificates .right .draft-btn {
  border-radius: 30px;
  border: 1px solid #DDD8F9;
  background: #F9F8FF;
  padding: 6px 14px;
  width: 164px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.all-certificates-main-wrapper-dashed .single-certificates .right .draft-btn span {
  margin-right: -30px;
}
.all-certificates-main-wrapper-dashed .single-certificates .right .draft-btn.published-btn {
  border: 1px solid #09A24F;
  color: #09A24F;
  background: #E5FFEF;
}
.all-certificates-main-wrapper-dashed .single-certificates .right .draft-btn.published-btn span {
  margin-right: -10px;
}

.settings-wrapper-dashed {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  padding: 30px;
}

.settings-wrapper-dashed .tab-buttons {
  border: none;
  box-shadow: none;
  display: flex;
  gap: 50px;
  border-bottom: 1px solid #D9D9D9;
}
.settings-wrapper-dashed .tab-buttons li {
  margin: 0;
}
.settings-wrapper-dashed .tab-buttons li button {
  color: #615F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding: 15px 0;
  border-radius: 0;
  background: transparent;
}
.settings-wrapper-dashed .tab-buttons li button[aria-selected=true] {
  background: transparent;
  color: #00a5a5;
  border-bottom: 2px solid #00a5a5;
}

.settings-wrapper-dashed .social-profile-link-wrapper {
  margin-top: 30px;
}
.settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper {
  display: flex;
  align-items: center;
  max-width: 90%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 575px) {
  .settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper .left {
  flex-basis: 40%;
}
.settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper .left .icon {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper .left .icon span {
  transition: 0.3s;
}
.settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper .left .icon:hover span {
  color: #00a5a5;
}
.settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper .right {
  flex-basis: 60%;
}
.settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper .right input {
  border-radius: 5px;
  border: 1px solid #DDD8F9;
  height: 50px;
  width: 100%;
}
.settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper .right input:focus {
  border: 1px solid #00a5a5;
}
.settings-wrapper-dashed .social-profile-link-wrapper .rts-btn {
  padding: 12px 25px;
}

.setting-change-password-area .form-password-area {
  margin-top: 25px;
}
.setting-change-password-area .form-password-area .single-input {
  max-width: 80%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 575px) {
  .setting-change-password-area .form-password-area .single-input {
    max-width: 100%;
  }
}
.setting-change-password-area .form-password-area .single-input label {
  margin-bottom: 10px;
  width: 160px;
}
.setting-change-password-area .form-password-area .single-input input {
  height: 50px;
  border: 1px solid #DDD8F9;
  border-radius: 5px;
}
.setting-change-password-area .form-password-area .rts-btn {
 
}

#myModal-1 {
  top: 50%;
  padding-left: 0 !important;
  transform: translateY(-30%);
}
#myModal-1 .modal-dialog {
  max-width: 1064px !important;
  height: 530px !important;
  background-image: url(../images/popover/01.jpg);
  border-radius: 10px;
}
#myModal-1 .modal-content {
  height: 100%;
  background: transparent;
  border-radius: 10px;
}
#myModal-1 .modal-content .modal-header {
  max-width: max-content;
  color: #fff;
  margin-right: auto;
  color: #fff;
  border: none;
}
#myModal-1 .modal-content .modal-header button {
  border: none;
}
#myModal-1 .modal-content .modal-header i {
  font-size: 18px;
  color: #fff;
}
#myModal-1 .modal-body .inner-content {
  max-width: 42%;
  margin-right: auto;
  margin-top: 70px;
  margin-left: 70px;
}
@media only screen and (max-width: 767px) {
  #myModal-1 .modal-body .inner-content {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
}
#myModal-1 .modal-body .inner-content .title-area .pre {
  font-size: 19px;
  color: #FFFFFF;
}
#myModal-1 .modal-body .inner-content .title-area .title {
  font-size: 36px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}
#myModal-1 .modal-body .inner-content form input {
  height: 50px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid transparent;
}
#myModal-1 .modal-body .inner-content form input:focus {
  border-color: #FFD335;
}
#myModal-1 .modal-body .inner-content form button {
  background: #FFD335;
  color: #00a5a5;
  display: block;
  padding: 12px 25px;
  height: 50px;
  border-radius: 5px;
  margin-top: 15px;
  border: 1px solid transparent;
  transition: 0.3s;
  
}
#myModal-1 .modal-body .inner-content form button:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #FFD335;
}
#myModal-1 .modal-body .inner-content form span {
  color: #fff;
  display: block;
  margin-top: 20px;
  font-size: 19px;
}

.calender-dash-wrapper {
  /* sunday */
  /* friday */
}
.calender-dash-wrapper html {
  
  font-size: 18px;
  line-height: 1.4;
  color: #444;
}
.calender-dash-wrapper body {
  margin: 0;
  background: #504f4f;
  font-size: 1em;
}
.calender-dash-wrapper .wrapper {
  margin: 15px auto;
  max-width: 100%;
}
.calender-dash-wrapper .container-calendar {
  background: #ffffff;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
  overflow: auto;
}
.calender-dash-wrapper .button-container-calendar button {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #00a2b7;
  color: #fff;
  border: 1px solid #0aa2b5;
  border-radius: 5px;
  padding: 5px 10px;
}
.calender-dash-wrapper .table-calendar {
  border-collapse: collapse;
  width: 100%;
}
.calender-dash-wrapper .table-calendar td, .calender-dash-wrapper .table-calendar th {
  padding: 5px;
  border: 1px solid #ddd8f9;
  text-align: center;
  vertical-align: top;
}
.calender-dash-wrapper .date-picker.selected {
  font-weight: bold;
  background: #00a5a5;
  color: #fff;
}
.calender-dash-wrapper .date-picker.selected span {
  border-bottom: 2px solid currentColor;
}
.calender-dash-wrapper .date-picker:nth-child(1) {
  color: #00a5a5;
}
.calender-dash-wrapper .date-picker:nth-child(6) {
  color: #00a5a5;
}
.calender-dash-wrapper #monthAndYear {
  text-align: center;
  margin-top: 0;
}
.calender-dash-wrapper .button-container-calendar {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  clear: both;
}
.calender-dash-wrapper #previous {
  float: right;
}
.calender-dash-wrapper #next {
  float: left;
}
.calender-dash-wrapper .footer-container-calendar {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.calender-dash-wrapper .footer-container-calendar select {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #ffffff;
  color: #585858;
  border: 1px solid #bfc5c5;
  border-radius: 3px;
  padding: 5px 1em;
  max-width: 120px;
}

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: -100%;
  width: 100%;
  padding: 30px 20px;

  height: 100%;
  display: block;
  background-color: white;
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}
@media only screen and (max-width: 575px) {
  .side-bar {
    width: 100%;
  }
}
.side-bar .inner-main-wrapper-desk .thumbnail {
  display: flex;
  justify-content: center;
}
.side-bar .inner-main-wrapper-desk .thumbnail img {
  width: 85%;
  margin: auto;
}
.side-bar .inner-main-wrapper-desk .inner-content {
  text-align: center;
  margin-top: 30px;
}
.side-bar .inner-main-wrapper-desk .inner-content p {
  max-width: 95%;
  text-align: center;
  margin: auto;
}
.side-bar .inner-main-wrapper-desk .inner-content .title {
  
}
.side-bar .inner-main-wrapper-desk .inner-content .footer {
  padding-top: 50px;
  margin-top: 80px;
  border-top: 1px solid #c2c2c2;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .title {
  font-weight: 500;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer a.rts-btn {
  margin: auto;
}

.side-bar.show {
  left: 0;
  overflow-y: auto;
}

.side-bar button {
position: absolute;
top: 0;
right: 0;
}
.side-bar button i {
color: #00a5a5;  
height: 40px;
  width: 40px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;

}

#side-bar .inner-main-wrapper-desk {
  display: none;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #side-bar .inner-main-wrapper-desk {
    display: none;
  }
}
#side-bar .mobile-menu-main {

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #side-bar .mobile-menu-main {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #side-bar .mobile-menu-main {
    display: block;
  }
}

.mobile-menu-main nav ul {
  padding: 0;
  display: block;
}
.mobile-menu-main nav ul li {
  margin: 0;
  padding: 0;
}
.mobile-menu-main nav ul li a.main {
  padding: 8px 0 10px 0;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;font-size: 20px;
  font-weight: 500;
}

.mobile-menu-main nav ul li a.main i {
	margin-left: 10px;
	color: #00a5a5;
}

.mobile-menu-main nav ul li a img {
	margin-left: 6px;
}


.mobile-menu-main nav ul li.has-droupdown {
  position: relative;
}
.mobile-menu-main nav ul li.has-droupdown ul {
  padding: 0;
}
.mobile-menu-main nav ul li.has-droupdown ul a {
  padding: 10px 0;
  font-weight: 400;
  font-size: 20px;
}
.mobile-menu-main nav ul li.has-droupdown ul a.tag {
  font-weight: 500;
  margin-top: 15px;
  font-size: 18px;
  border-bottom: 2px solid #00a5a5;
  padding: 10px 0;
  margin-top: 0;
}
.mobile-menu-main nav ul li.has-droupdown ul li {
  margin: 7px 0 !important;
  border-bottom: 1px solid #f3f3f3;
  margin-top: 0 !important;
}
.mobile-menu-main nav ul li.has-droupdown::after {
position: absolute;
content: "\f078";
font-family: "Font Awesome 6 pro" !important;
font-size: 13px;
left: 0;
font-weight: 600;
top: 5px;
color: #fff;
background: #00a5a5 !important;
pointer-events: none;
cursor: pointer;
border-radius: 50%;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
}
.mobile-menu-main nav ul li.has-droupdown.mm-active::after {
  content: "\f077";
}
.mobile-menu-main nav ul li.has-droupdown.third-lvl::after {
  font-size: 10px;
  padding: 3px 10px;
}
.mobile-menu-main nav ul li.has-droupdown.third-lvl ul {
  padding: 0 20px;
}
.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li {
  margin: 10px 0 !important;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  color: #1F1F25;
  font-size: 18px;
}
.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li:hover {
  color: #00a5a5;
}
.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  font-size: 18px;
  color: #1F1F25;
}
.mobile-menu-main nav ul li a {
  display: block;
}
.mobile-menu-main .social-wrapper-one {
  margin-top: 50px;
}


.mobile-menu-main .logo-area img {
max-width: 200px;display: block;
margin:0 auto 10px;
}


@media screen and (max-width: 1024px) {
  .side-bar.header-two .inner-main-wrapper-desk, .side-bar.header-three .inner-main-wrapper-desk {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .side-bar.header-two .mobile-menu, .side-bar.header-three .mobile-menu {
    display: none !important;
  }
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown {
  position: relative;
}
.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown:hover::after {
  color: #00a5a5;
}
.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 18px;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown .third-lvl {
  margin-right: -4px;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page {
  padding: 15px 0;
}
.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown {
  position: relative;
}
.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown:hover::after {
  color: #00a5a5;
}
.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 18px;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown .third-lvl {
  margin-right: -4px;
}
.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li {
  margin: 0;
  width: 100%;
}
.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li a {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.sub-dropdown {
  position: relative !important;
  display: block !important;
}
.sub-dropdown .submenu.third-lvl {
  opacity: 0 !important;
  min-width: 185px !important;
  right: 100% !important;
  top: -13% !important;
  margin: 0;
  border-radius: 0 !important;
}
.sub-dropdown .submenu.third-lvl.base {
  display: block !important;
}
.sub-dropdown:hover .sub-menu-link {
  color: #00a5a5;
}
.sub-dropdown:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  min-width: 185px !important;
  top: 0 !important;
  left: 3px;
  display: block !important;
}
.sub-dropdown:hover .submenu.third-lvl.base li {
  display: block;
}
.sub-dropdown:hover .submenu.third-lvl.base li a {
  display: block !important;
}

.header-three .sub-dropdown:hover .submenu.third-lvl.base {
  margin-right: -14px !important;
}

.header-two .header-main-wrapper .sub-dropdown:hover .submenu.third-lvl.base {
  margin-right: 90px !important;
}

header.heder-two .sub-dropdown:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  min-width: 185px !important;
  top: 0 !important;
  left: 3px;
  display: block;
  margin-right: 0 !important;
}
header.heder-two .sub-dropdown::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 18px;
  left: 20px;
  top: 8px;
  color: #fff;
}
header.heder-two .sub-dropdown:hover a.sub-menu-link {
  color: #00a5a5 !important;
}
header.heder-two .sub-dropdown:hover::after {
  color: #00a5a5 !important;
}
header.heder-two .sub-dropdown .submenu.third-lvl.base {
  display: block;
}

header.header-three .sub-dropdown:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  min-width: 185px !important;
  top: 0 !important;
  left: 3px;
  display: block;
  margin-right: 0 !important;
}
header.header-three .sub-dropdown::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 18px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
header.header-three .sub-dropdown:hover a.sub-menu-link {
  color: #00a5a5 !important;
}
header.header-three .sub-dropdown:hover::after {
  color: #00a5a5 !important;
}
header.header-three .sub-dropdown .submenu.third-lvl.base {
  display: block;
}




.create-course-area-main-wrapper-inner .accordion-item {
  margin-bottom: 75px;
  border-color: #DDD8F9;
  border-radius: 6px;
}
.create-course-area-main-wrapper-inner .accordion-item .accordion-header:focus {
  box-shadow: none;
  border: none;
}
.create-course-area-main-wrapper-inner .accordion-item .accordion-header button {
  padding: 24px 30px;
  border: 1px solid #DDD8F9;
  background: transparent;
  color: #00a5a5;
  font-size: 24px;
  font-style: normal;
  
  line-height: 24px;
}
.create-course-area-main-wrapper-inner .accordion-item .accordion-header button::after {
  content: "\f055";
  font-family: var(--font-3);
  background-image: none;
  transform: none;
  top: 29%;
  position: absolute;
  left: 30px;
  font-weight: 400;
}
.create-course-area-main-wrapper-inner .accordion-item .accordion-header button:focus {
  box-shadow: none;
}
.create-course-area-main-wrapper-inner .accordion-item .accordion-header button[aria-expanded=true]::after {
  content: "\f056";
}
.create-course-area-main-wrapper-inner .accordion-item .accordion-body {
  padding: 25px;
}
.create-course-area-main-wrapper-inner .accordion-item .accordion-body .course-information-area .top-form-create-course .single-input {
  margin-top: 30px;
}
.create-course-area-main-wrapper-inner .accordion-item .accordion-body .course-information-area .top-form-create-course .single-input:first-child {
  margin-top: 0;
}
.create-course-area-main-wrapper-inner .accordion-item .accordion-body .course-information-area .top-form-create-course .single-input label {
  margin-bottom: 20px;
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.create-course-area-main-wrapper-inner .accordion-item .accordion-body .course-information-area .top-form-create-course .single-input input {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  height: 50px;
}
.create-course-area-main-wrapper-inner .accordion-item .accordion-body .course-information-area .top-form-create-course .single-input input:focus {
  border-color: #00a5a5;
}
.create-course-area-main-wrapper-inner .accordion-item .accordion-body .course-information-area .top-form-create-course .single-input textarea {
  height: 227px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  padding: 10px 15px;
}
.create-course-area-main-wrapper-inner .accordion-item .accordion-body .course-information-area .top-form-create-course .single-input textarea:focus {
  border-color: #00a5a5;
}
.create-course-area-main-wrapper-inner .accordion-item .accordion-body .course-information-area .course-setting-title {
  margin-top: 20px;
}

.create-course-tab-area {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.create-course-tab-area .nav-tabs {
  flex-basis: 22%;
  flex-direction: column;
  margin-top: 0;
}
.create-course-tab-area .nav-tabs .nav-item {
  border: none;
  box-shadow: none;
  margin: 0;
  margin-bottom: 20px;
}
.create-course-tab-area .nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}
.create-course-tab-area .nav-tabs .nav-item button {
  border-radius: 5px;
  border: 1px solid #00a5a5;
  padding: 12px 14px;
  color: #00a5a5;
}
.create-course-tab-area .nav-tabs .nav-item button i {
  color: #00a5a5;
}
.create-course-tab-area .nav-tabs .nav-item button.active {
  background: #00a5a5;
  color: #fff;
}
.create-course-tab-area .nav-tabs .nav-item button.active i {
  color: #fff;
}
.create-course-tab-area .tab-content {
  flex-basis: 75%;
}

.create-course-tab-area {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
}
@media only screen and (max-width: 767px) {
  .create-course-tab-area {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 575px) {
  .create-course-tab-area {
    padding: 20px;
  }
}
.create-course-tab-area .generale-tab-content {
  padding: 34px;
  border: 1px solid #DDD8F9;
  border-radius: 6px;
  display: block;
  width: 100%;
  background: #F9F8FF;
}
.create-course-tab-area .generale-tab-content .single-checkbox-filter .check-box {
  display: block;
}
.create-course-tab-area .choosea-category-input {
  margin-top: 25px;
}
.create-course-tab-area .choosea-category-input label {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
}
.create-course-tab-area .choosea-category-input input {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  height: 50px;
}
.create-course-tab-area .choosea-category-input .check-box-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-right: 5px;
}
.create-course-tab-area .choosea-category-input .regular-price-discount-price-area {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 575px) {
  .create-course-tab-area .choosea-category-input .regular-price-discount-price-area {
    flex-direction: column;
    align-items: flex-start;
  }
}
.create-course-tab-area .choosea-category-input .regular-price-discount-price-area .input-group label {
  display: block;
}
.create-course-tab-area .choosea-category-input .regular-price-discount-price-area .input-group span {
  min-width: 34px;
  font-size: 18px;
  padding: 10px 18px;
}

.course-thumbnail-upload-area {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 25px;position: relative;
}
@media only screen and (max-width: 575px) {
  .course-thumbnail-upload-area {
    flex-direction: column;
    align-items: flex-start;
  }
}
.course-thumbnail-upload-area .information span {
  display: block;
}
.course-thumbnail-upload-area .information .input-file-type-btn {
  position: relative;
}
.course-thumbnail-upload-area .information button {
padding: 10px 0;
border: 1px solid #C6C5C5;
display: block;
border-radius: 5px;
font-size: 19px;
width: 202px;
}

.course-thumbnail-upload-area .information button i {
	margin-left: 12px;
}

.course-thumbnail-upload-area .information input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  right: 0;
  top: 0;
  cursor: pointer;
}

.course-info-video-link input {
  height: 50px;
  border: 1px solid #DDD8F9;
  border-radius: 6px;
  margin-bottom: 20px;
}
.course-info-video-link input:last-child {
  margin-bottom: 0;
}
.course-info-video-link .nice-select-wrap {
  margin-bottom: 20px;
}
.course-info-video-link .nice-select-wrap .drop {
  height: 50px;
  border: 1px solid #DDD8F9;
  border-radius: 6px;
  font-size: 18px;
  line-height: 41px;
}
.course-info-video-link .nice-select-wrap .drop::after {
  left: 25px;
  font-size: 19px;
}
.course-info-video-link .nice-select-wrap ul#price {
  width: 270px !important;
  border: 1px solid #DDD8F9;
}

.course-upload-tips-wrapper {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  background: #F9F8FF;
  padding: 30px !important;
}
.course-upload-tips-wrapper .single-check-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}
.course-upload-tips-wrapper .single-check-wrapper:last-child {
  margin-bottom: 0;
}
.course-upload-tips-wrapper .single-check-wrapper i {
  color: #00a5a5;
  margin-top: 7px;
}

.additional-data-form .single-input-area label {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
}
.additional-data-form .single-input-area textarea {
  height: 100px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  padding: 15px;
}
.additional-data-form .course-duration-input-area {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  width: 100%;
  margin-top: 25px;
}
.additional-data-form .course-duration-input-area .half-single-input {
  flex-basis: 50%;
}
.additional-data-form .course-duration-input-area .half-single-input p {
  margin-bottom: 20px;
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.additional-data-form .course-duration-input-area .half-single-input input {
  height: 50px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
}
.additional-data-form .course-duration-input-area .half-single-input label {
  margin-top: 15px;
  margin-right: 5px;
}

.certificate-template-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  gap: 10px;
}
.certificate-template-tabs li button {
  padding: 12px 25px;
  border-radius: 5px;
  border: 1px solid #00a5a5 !important;
  color: #00a5a5;
}
.certificate-template-tabs li button[aria-selected=true] {
  background-color: #00a5a5 !important;
  color: #F9F8FF !important;
}

.certificates-checkbox-tabs .rts-image-check-box label {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding-right: 0 !important;
  border-radius: 6px;
}
.certificates-checkbox-tabs .rts-image-check-box label img {
  width: 100%;
}
.certificates-checkbox-tabs .rts-image-check-box label::after {
  background-image: url(../images/dashboard/certificates/10.png) !important;
  opacity: 0;
  position: absolute !important;
  content: "" !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  transform: none !important;
  width: 40px !important;
  height: 40px !important;
  border: 0 none;
  right: auto !important;
  top: -20px !important;
  left: -20px !important;
}
.certificates-checkbox-tabs .rts-image-check-box input[type=radio] {
  display: none;
}
.certificates-checkbox-tabs .rts-image-check-box input[type=radio] ~ label::before {
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  border: 0 none;
  border-radius: 0;
}

.preview-course-button-area {
  display: flex;
  align-items: center;
  margin-top: 25px;
  gap: 25px;
}
@media only screen and (max-width: 575px) {
  .preview-course-button-area {
    flex-direction: column;
    align-items: flex-start;
  }
}
.preview-course-button-area button {
  max-width: 100%;
  display: flex;
  align-items: center;
  grid-auto-flow: 10px;
  justify-content: center;
}
.preview-course-button-area button i {
  margin-right: 10px;
  margin-left: 10px;
}
.preview-course-button-area button.btn-primary {
  flex-basis: 40%;
}

.thumbnail-jointeam-one {
  position: relative;
  z-index: 1;
}
.thumbnail-jointeam-one .shape-area-one img {
  position: absolute;
  z-index: -1;
}
.thumbnail-jointeam-one .shape-area-one img.one {
  top: 12%;
  right: 7%;
}
.thumbnail-jointeam-one .shape-area-one img.two {
  top: 20%;
  left: 150px;
}
.thumbnail-jointeam-one .shape-area-one img.three {
  top: 30%;
  left: 190px;
}
.thumbnail-jointeam-one .shape-area-one img.four {
  top: 10%;
  right: 10%;
}

.join-our-team-area.v-1 {
  position: relative;
  z-index: 1;
}
.join-our-team-area.v-1 .shape-area img {
  position: absolute;
  left: -2%;
  top: 20%;
  z-index: -1;
}
.join-our-team-area.v-1 .title-area-left-style .title {
  
}
@media only screen and (max-width: 1199px) {
  .join-our-team-area.v-1 .title-area-left-style .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .join-our-team-area.v-1 .title-area-left-style .title br {
    display: none;
  }
}
.join-our-team-area.v-1 .title-area-left-style p {
  max-width: 80%;
}

.rts-404-area-start {
  position: relative;
  height: 100vh;
  width: 100%;
}
.rts-404-area-start .inner-content {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .rts-404-area-start .inner-content {
    width: 100%;
  }
}
.rts-404-area-start .inner-content h1.title {
  font-size: 180px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .rts-404-area-start .inner-content h1.title {
    font-size: 80px;
  }
}
.rts-404-area-start .inner-content p.disc {
  max-width: 80%;
  margin: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .rts-404-area-start .inner-content p.disc {
    max-width: 100%;
  }
}
.rts-404-area-start .inner-content .rts-btn {
  margin: auto;
}

.ui-state-default {
  text-decoration: none !important;
}

.calendar {
  padding: 8px;
  background: #ffffff;
  border-radius: 5px;
  font-size: 18px;
  border: 1px solid #333333;
  box-shadow: 0px 20px 40px rgba(59, 60, 56, 0.05);
}

.ui-datepicker {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0px 6px 41px -13px rgba(85, 60, 223, 0.36);
  -webkit-box-shadow: 0px 6px 41px -13px rgba(85, 60, 223, 0.36);
  -moz-box-shadow: 0px 6px 41px -13px rgba(85, 60, 223, 0.36);
}

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: #00a5a5;
  margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}

.ui-datepicker-prev {
  float: right;
  margin-right: 12px;
}

.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
  float: left;
  margin-left: 12px;
}

.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #333333;
}

.ui-datepicker-title {
  text-align: center;
  font-size: 20px;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #00a5a5;
  margin-bottom: 5px;
  font-size: 18px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
  font-size: 18px;
  line-height: 27px;
  padding: 0 5px;
}

.ui-state-default:hover {
  color: #ffffff;
  background: #00a5a5;
  border-radius: 0;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
  text-decoration: none;
}

.ui-state-highlight {
  color: #ffffff;
  background-color: #00a5a5;
  border-radius: 0;
}

.ui-state-active {
  color: #ffffff;
  background-color: #00a5a5;
  border-radius: 0;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.icon-2 {
  margin-right: -30px;
  margin-top: -26px;
  position: relative;
  color: #00a5a5;
  font-size: 20px;
}

.contact-area-right-5 .title {
  color: #111;
  font-size: 40px;
  font-style: normal;
  
  line-height: 50px;
}
@media only screen and (max-width: 575px) {
  .contact-area-right-5 .title {
    font-size: 26px;
    line-height: 37px;
  }
}
.contact-area-right-5 label {
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
.contact-area-right-5 .single-input {
  margin-bottom: 25px;
}
.contact-area-right-5 .single-input:last-child {
  margin-bottom: 0;
}
.contact-area-right-5 .contact-form-1 input {
  border: 1px solid #DDD8F9;
  height: 50px;
  padding: 10px;
  color: #111;
}
.contact-area-right-5 .contact-form-1 input:focus {
  border-color: #00a5a5;
}
.contact-area-right-5 .contact-form-1 textarea {
  padding: 10px;
  height: 100px;
  border: 1px solid #DDD8F9;
  color: #111;
}
.contact-area-right-5 .contact-form-1 textarea:focus {
  border-color: #00a5a5;
}

.contact-area-right-7 .title {
  color: #111;
  
  font-size: 64px;
  
  line-height: 64px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .contact-area-right-7 .title {
    font-size: 56px;
    line-height: 50px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .contact-area-right-7 .title {
    font-size: 46px;
    line-height: 46px;
  }
}
@media (max-width: 576px) {
  .contact-area-right-7 .title {
    font-size: 46px;
    line-height: 46px;
  }
}
@media (max-width: 450px) {
  .contact-area-right-7 .title {
    font-size: 32px;
    line-height: 32px;
  }
}
.contact-area-right-7 label {
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
.contact-area-right-7 .single-input {
  margin-bottom: 25px;
}
.contact-area-right-7 .single-input:last-child {
  margin-bottom: 0;
}
.contact-area-right-7 .contact-form-1 input {
  border: 1px solid #1B1925;
  height: 50px;
  padding: 10px;
  color: #111;
}
.contact-area-right-7 .contact-form-1 input:focus {
  border-color: var(--color-primary-gym);
}
.contact-area-right-7 .contact-form-1 textarea {
  padding: 10px;
  height: 100px;
  border: 1px solid #1B1925;
  color: #111;
}
.contact-area-right-7 .contact-form-1 textarea:focus {
  border-color: var(--color-primary-gym);
}

.contact-left-area-start .title {
  color: #00a5a5;
  font-size: 40px;
  font-style: normal;
  
  line-height: 50px;
}
@media only screen and (max-width: 575px) {
  .contact-left-area-start .title {
    font-size: 26px;
    line-height: 1.3;
  }
}
.contact-left-area-start .title span {
  color: #00a5a5;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
@media only screen and (max-width: 575px) {
  .contact-left-area-start .title span {
    font-size: 26px;
    line-height: 1.3;
  }
}

.contact-page-form .single-input {
  margin-bottom: 20px;
}
.contact-page-form label {
  color: #00a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
.contact-page-form input {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #DDD8F9;
}
.contact-page-form textarea {
  border-radius: 5px;
  border: 1px solid #DDD8F9;
  height: 100px;
}
.contact-page-form textarea:focus {
  border: 1px solid #00a5a5;
}

.contact-map-area-start {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 575px) {
  .contact-map-area-start {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-map-area-start > div {
  flex-basis: 25%;
}
.contact-map-area-start .single-maptop-info .icon {
  margin-bottom: 15px;
}
/*
.login-page {
  height: 100vh !important;
  overflow: visible;
}*/

.login-page-form-area {
  position: relative;
  max-width: 583px;
  padding: 40px;
  width: 583px;
  background: #FFF;
  border-radius: 16px;
}


.login-page-form-area form h6 {
	margin-bottom: 5px;
font-size: 18px;
margin-top: 20px;
}



.full-form .login-page-form-area {
	width: 800px;
max-width: 100%;
margin: 20px auto;
border: 1px solid #ddd;
border-radius: 20px;
background: #f9f9f9;

background: #fff;
box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.full-form.login-registration-wrapper:before {
	display: none;
}


.log-home {
margin: 0 auto 10px;
display: block;
text-align: center;
font-size: 18px;
color: #00a5a5;
}

@media screen and (max-width: 757px) {
  .login-page-form-area {
    width: 100%;
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .login-page-form-area {
    margin: 0 auto;
  }
}
.login-page-form-area .title {
  text-align: center;
  color: #323131;
font-size: 30px;
  font-style: normal;
  margin-bottom: 8px;
}

.login-page-form-area h5 {
	 
  color: #323131;
font-size: 18px;
  font-style: normal;
  margin-bottom: 10px;
  padding: 15px 0;
  border-top: 1px solid #eee
	
}


.login-page-form-area .single-input-wrapper {
  margin-bottom: 15px;
  position: relative;
}

.loder-form .login-page-form-area .single-input-wrapper {
	 margin-bottom: 5px;
}



.login-page-form-area label {
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
margin-bottom: 5px;
  
}


.login-page-form-area label.file {
	display: block;
}


/*
.single-input-wrapper label {

  background: #fff;
padding: 2px 25px;
position: absolute;
right: 15px;
top: -15px;
z-index: 2;
}*/




.login-page-form-area .drop {
  border-radius: 5px;
  border: 1px solid #DDD8F9;
  background: #FFF;
  height: 50px;
  line-height: 48px;
  color: #615F5F;
 
 font-size: inherit;
 font-size: 19px;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-transform: capitalize;
}


.login-page-form-area .nice-select-wrap {
	border-left: 0;
	color: #615F5F;
}

.login-page-form-area input {
  border-radius: 5px;
  border: 1px solid #C6C5C5;
  background: #FFF;
height: 50px !important;
font-size: 19px;
width: 100%;
margin-bottom: 15px;
}

.login-page-form-area textarea,
.login-page-form-area .select2   {
	margin-bottom: 15px;
}

.login-page-form-area button {

}



.login-page-form-area .google-apple-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 25px 0 15px;
}
.login-page-form-area .google-apple-wrapper > div {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}

.login-page-form-area .google-apple-wrapper > div a:hover {
  color: #fff;
}


.login-page-form-area .google-apple-wrapper .facebook {
	background: #4267B2;
}


.login-page-form-area .google-apple-wrapper .twitter {
	background: #14171A;
}


.login-page-form-area .google-apple-wrapper .google {
	background: #DB4437; 
}





.login-page-form-area .google-apple-wrapper .google img {
  height: auto;
  max-width: max-content;
}
.login-page-form-area p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
color: #333;
}
.login-page-form-area p a {
  color: #00a5a5;
}
.login-page-form-area .half-input-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .login-page-form-area .half-input-wrapper {
    flex-wrap: wrap;
  }
}
.login-page-form-area .half-input-wrapper > div {
  flex-basis: 50%;
}
@media screen and (max-width: 576px) {
  .login-page-form-area .half-input-wrapper > div {
    flex-basis: 100%;
  }
}

/*
.login-registration-wrapper {
  position: relative;
  display: flex;  min-height: 100vh;
  justify-content: center;
}
.login-registration-wrapper::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 48%;
  min-height: 100vh;
  content: "";
  z-index: -1;
  background: var(--color-white);
}*/
@media screen and (max-width: 1200px) {
  .login-registration-wrapper::after {
    width: 35%;
  }
}
@media screen and (max-width: 991px) {
  .login-registration-wrapper::after {
    width: 100%;
  }
}

.login-registration-wrapper::before {
  position: absolute;
  left: 0;
  top: -15%;
  width: 52%;
  height: 115%;
  content: "";
  z-index: -1;
  background: #00a5a5;
}
@media screen and (max-width: 1200px) {
  .login-registration-wrapper::before {
    width: 65%;
  }
}
@media screen and (max-width: 991px) {
  .login-registration-wrapper::before {
    width: 0%;
  }
}

.contact-thumbnail-login-p {
  text-align: center;
}


.contact-thumbnail-login-p img {
	   width: 500px;
}



@media screen and (max-width: 991px) {
  .contact-thumbnail-login-p {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .contact-thumbnail-login-p img {
    width: 400px;
  }
}



.ms-single-product .ms-single-product__content {
  padding-right: 3rem;
  position: relative;
}

.ms-single-product .ms-single-product__content .ms-single-product_title {
  font-size: 28px;
  margin-bottom: 2rem;
}

.ms-single-product .ms-single-product__content .price {
  margin-bottom: 3rem;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: baseline;
  font-size: 36px;
}

.ms-single-product .ms-single-product__content .price bdi {
  
  letter-spacing: -1pt;
  color: #00a5a5;
}

.ms-single-product .ms-single-product__content .ms-woocommerce-product-rating {
  display: flex;
  align-items: center;
  line-height: initial;
  margin-bottom: 2rem;
}

.ms-single-product .ms-single-product__content .ms-woocommerce-product-rating .ms-rating-icon svg {
  fill: #FFB03B;
}

.ms-single-product .ms-single-product__content .stock, .ms-single-product .ms-single-product__content .woocommerce-product-details__short-description {
  margin-bottom: 2rem;
  line-height: 1.8;
}

.ms-single-product .ms-single-product__content .stock.in-stock {
  color: #2eb740;
}

.ms-single-product .ms-single-product__content .cart {
  display: flex;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.quantity-area {
  display: flex;
  margin-bottom: 30px;
}
.quantity-area .cart-edit .quantity-edit {
  background: #f7f7f7;
  padding: 11px 15px;
  border-radius: 0;
}
.quantity-area .rts-btn {
  padding: 10px 34px;
}
.quantity-area .single_add_to_cart_button {
  border-radius: 0;
  border: none;
  color: #FFFFFF;
  background-color: #00a5a5;
  padding: 5px 12px;
  margin-right: 8pt;
  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.product_meta {
  display: grid;
}
.product_meta span {
  margin-bottom: 15px;
}


.pl-lg-5 {
  padding-right: 4rem !important;
}

.coupon-toggle .accordion .card {
  border: unset;
  border-top: 3px solid #00a5a5;
  border-radius: 0;
}

.coupon-toggle .accordion .card .card-header {
  border: none;
  margin: 0;
  border-radius: unset;
  padding: 15px 10px;
}

.coupon-toggle .accordion .card .card-header .card-title {
  margin: 0;
}

.coupon-toggle .accordion .card .card-header .card-title span i {
  margin-left: 10px;
}

.coupon-toggle .accordion .card .card-header .card-title button {
  background: unset;
  width: unset;
  border: none;
  color: #00a5a5;
  transition: all 0.3s ease;
  outline: none;
  cursor: pointer;
}

.coupon-toggle .accordion .card .card-header .card-title button:hover {
  color: #00a5a5;
}

.coupon-toggle .accordion .card .card-body {
  border: 1px solid #d3ced2;
  padding: 20px 20px 50px 20px;
  margin-top: 2em;
  text-align: right;
}

.coupon-toggle .accordion .card .card-body .coupon-code-input {
  width: 47%;
  float: right;
}

.coupon-toggle .accordion .card .card-body .coupon-code-input input {
  width: 100%;
  height: 50px;
  outline: none;
  padding: 10px 18px;
  color: #454545;
  background: #f7f7f7;
}

.full-grid {
  margin-top: 25px;
}

.full-grid .form-content-box {
  margin-bottom: 50px;
}

.full-grid .form-content-box .form-group label {
  line-height: 2;
  display: block;
  margin-bottom: 5px;
  
}

.full-grid .form-content-box .form-group select {
  color: #666666;
  padding-right: 8px;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f7f7f7;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  width: 100%;
  outline: none;
}

.full-grid .form-content-box .form-group textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
  width: 100%;
  padding: 10px 18px;
  background: none;
  margin: 0;
  outline: none;
}

.full-grid .form-content-box .form-group .form-control-mod {
  height: 45px;
  padding: 10px 18px;
  width: 100%;
  margin: 0;
  outline: none;
  line-height: normal;
  border-radius: unset;
  border: 1px solid #C6C5C5;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
  border-radius: 5px;
  height: 50px;
  background: #fff;
  margin-top: 20px;
  padding: 15px;
  margin-bottom: 20px;
}
.full-grid .form-content-box .form-group .form-control-mod:focus {
  border: 1px solid #00a5a5;
}

.full-grid .form-content-box .form-group select,
.full-grid .form-content-box .form-group textarea {
  border: 1px solid #C6C5C5;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
  border-radius: 5px;
  height: 50px;
  background: #fff;
  margin-top: 20px;
  padding: 15px;
  margin-bottom: 20px;
  background: none;
}
.full-grid .form-content-box .form-group select:focus,
.full-grid .form-content-box .form-group textarea:focus {
  border: 1px solid #00a5a5;
}

.full-grid .form-content-box .form-group textarea {
  height: 150px;
}

.full-grid .form-content-box .form-group .form-control-mod.margin-bottom {
  margin-bottom: 10px !important;
}

.full-grid .ordered-product table {
  width: 100%;
}

.full-grid .ordered-product table tr th {
  border: 1px solid #ccc;
  padding: 9px 12px;
}

.full-grid .ordered-product table tr td {
  border: 1px solid #ccc;
  padding: 6px 12px;
}

.full-grid .payment-method .top-area {
  border-bottom: 1px solid #d3ced2;
}

.full-grid .payment-method .top-area .payment-co {
  margin-bottom: 20px;
}

.full-grid .payment-method .top-area .payment-co span {
  
  margin-left: 10px;
}

.full-grid .payment-method .top-area .p-msg {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0 2em;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #f9f9f9;
}

.full-grid .payment-method .top-area .p-msg:before {
  content: "";
  display: block;
  border: 1em solid #f9f9f9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  right: 0;
  margin: -1em 0 0 2em;
}

.woocommerce-result-count {
  font-size: 18px;
  line-height: 26px;
  color: #454545;
  font-weight: 400;
  margin-bottom: 35px !important;
}

.from-control {
  float: left;
  font-size: 18px;
  color: #454545;
  font-weight: 400;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #E9E9E9;
  border-radius: 0;
  margin-bottom: 35px;
}
.from-control:hover {
  border: 1px solid #00a5a5;
}

@media (max-width: 576px) {
  .rts-service-two-col {
    padding-bottom: 130px !important;
  }
}

.single-service-four {
  position: relative;
  height: 100%;
  background: #171717;
}
.single-service-four:hover .thumbnail img {
  transform: scale(1.05);
}
.single-service-four:hover .thumbnail::after {
  right: -50px;
  top: -50px;
}
.single-service-four:hover .content-area .rts-btn {
  transform: scale(1);
}
.single-service-four .icon-area {
  position: absolute;
  top: 42px;
  right: 40px;
  background: #FFFFFF;
  width: 100px;
  height: 100px;
  padding: 20px;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .single-service-four .icon-area {
    position: absolute;
    top: 34px;
    right: 28px;
    background: #FFFFFF;
    width: 60px;
    height: 60px;
    padding: 16px;
  }
}
.single-service-four .thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
}
.single-service-four .thumbnail::after {
  position: absolute;
  content: "";
  height: 150px;
  width: 150px;
  background: #00a5a5;
  filter: blur(50px);
  right: -250px;
  top: -250px;
  transition: 0.3s;
}
.single-service-four .thumbnail img {
  width: 100%;
  transition: 0.3s;
}
.single-service-four .content-area {
  padding: 32px 40px;
  position: relative;
}
.single-service-four .content-area a.rts-btn {
  position: absolute;
  left: 25px;
  top: -25px;
  
  font-size: 18px;
  line-height: 24px;
  padding: 12px 20px;
  text-transform: capitalize;
  transform: scaleY(0);
  transition: 0.3s;
}
.single-service-four .content-area a.rts-btn i {
  font-size: 19px;
}
.single-service-four .content-area span {
  
  font-size: 13px;
  line-height: 20px;
  color: #424242;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  
}
.single-service-four .content-area a .title {
  color: #fff;
  margin-bottom: 0;
  
  font-size: 24px;
  line-height: 37px;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .single-service-four .content-area a .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.single-service-four .content-area a:hover .title {
  color: #00a5a5;
}

.coupon-toggle .accordion .card .card-body {
  border: 1px solid #C6C5C5;
  padding: 20px 20px 50px 20px;
  margin-top: 2em;
  text-align: right;
}
.coupon-toggle .accordion .card .card-body .rts-btn {
  max-width: max-content;
  border-radius: 0;
  padding: 15px 40px;
}
.coupon-toggle .accordion .card .card-body .rts-btn::before {
  border-radius: 0;
}

.coupon-toggle .accordion .card .card-body .coupon-code-input {
  width: 47%;
  float: right;
}

.coupon-toggle .accordion .card .card-body .coupon-code-input input {
  width: 100%;
  height: 50px;
  outline: none;
  padding: 10px 18px;
  color: #454545;
  background: #f7f7f7;
}

.woocommerce-checkout-review-order .button {
  border-radius: 5px;
}
.woocommerce-checkout-review-order .button::before {
  border-radius: 5px;
}

.checkout .rts-btn {
  border-radius: 5px;
}
.checkout .rts-btn::before {
  border-radius: 5px;
}

.single-shopping-product {
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.single-shopping-product:hover .button-cart-area .inner {
  transform: translateY(-28px);
}
.single-shopping-product .button-cart-area {
  height: 23px;
  overflow: hidden;
}
.single-shopping-product .button-cart-area .inner {
  transition: 0.3s;
}
.single-shopping-product .button-cart-area .pricing-area {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: center;
  justify-content: center;
  transition: 0.3s;
  width: 100%;
}
.single-shopping-product .button-cart-area .pricing-area .active {
  
  line-height: 26px;
  color: #1F1F25;
}
.single-shopping-product .button-cart-area .pricing-area .none {
  
  line-height: 26px;
  text-transform: capitalize;
  color: #74787C;
  position: relative;
  max-width: max-content;
}
.single-shopping-product .button-cart-area .pricing-area .none::after {
  position: absolute;
  content: "";
  right: 0;
  width: 100%;
  height: 1px;
  background: #74787C;
  top: 50%;
  transform: translateY(-50%);
}
.single-shopping-product .button-cart-area .cart-btn {
  transition: 0.5s;
}
.single-shopping-product .button-cart-area .cart-btn i {
  color: #D01010;
}
.single-shopping-product:hover a.thumbnail img {
  transform: scale(1.05);
}
.single-shopping-product a.thumbnail {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  display: block;
}
.single-shopping-product a.thumbnail img {
  width: 100%;
  transition: all 0.5s;
}
.single-shopping-product .inner-content {
  margin-top: 30px;
}
.single-shopping-product .inner-content .title {
  margin-bottom: 9px;
  transition: 0.3s;
}
.single-shopping-product .inner-content .title:hover {
  color: #00a5a5;
}
.single-shopping-product .inner-content a.cart-btn {
  color: #1F1F25;
  
  line-height: 16px;
  transition: 0.3s;
}
.single-shopping-product .inner-content a.cart-btn i {
  margin-left: 8px;
}
.single-shopping-product .inner-content a.cart-btn:hover {
  color: #00a5a5;
}

.single-category {
  position: relative;
  max-width: 100%;
}
.single-category .thumbnail {
  width: 100%;
  display: block;
}
.single-category .thumbnail img {
  width: 100%;
}
.single-category .single-category {
  position: absolute;
  right: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  text-align: center;
}
.single-category .single-category .title {
  min-width: max-content;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}
.single-category .single-category .arrow-btn-solari {
  display: flex;
  text-align: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  transition: 0.3s;
}
.single-category .single-category .arrow-btn-solari:hover {
  color: #00a5a5;
}
.single-category .single-category .arrow-btn-solari i {
  margin-right: 5px;
}

@media only screen and (max-width: 575px) {
  .banner-shop-content-wrapper {
    padding-right: 15px;
  }
}

.single-shopping-product:hover .invisible-btn {
  transform: translateX(-50%) scale(1);
}

.rts-elevate-pagination ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
}
.rts-elevate-pagination ul li {
  margin: 0;
  margin-left: 10px;
}
.rts-elevate-pagination ul li button {
  width: 50px;
  height: 50px;
  background: transparent;
  
  font-size: 18px;
  line-height: 24px;
  color: #000;
  border: 1px solid #E9E9E9;
  transition: 0.3s;
  border-radius: 5px;
}
.rts-elevate-pagination ul li button.active {
  background: #00a5a5;
  color: #fff;
}
.rts-elevate-pagination ul li button:hover {
  background: #00a5a5;
  color: #fff;
}

.shop-single .rts-btn {
  border-radius: 0;
}
.shop-single .rts-btn::before {
  border-radius: 0;
}

.blog-single-two-wrapper {
  border: 1px solid #E9E9E9;
}

.blog-single-two-wrapper .image-area {
  position: relative;
}

.blog-single-two-wrapper .image-area .thumbnail {
  overflow: hidden;
  display: block;
}

.blog-single-two-wrapper .image-area .thumbnail img {
  width: 100%;
  transition: all 0.5s;
}

.blog-single-two-wrapper .inner {
  padding: 40px;
  margin-top: -9px;
}

.blog-single-two-wrapper.shop .inner .pre-tag {
  
  font-size: 18px;
  line-height: 17px;
  color: #00a5a5;
  margin-top: -5px;
}

.blog-single-two-wrapper .inner .title {
  
  font-size: 24px;
  line-height: 32px;
  margin-top: 5px;
  transition: all 0.5s;
  margin-bottom: 10px;
}

.blog-single-two-wrapper .inner a.btn-read-more-blog {
  color: #00a5a5;
  align-items: center;
}

.blog-single-two-wrapper .inner a.btn-read-more-blog i {
  margin-right: 5px;
  position: relative;
}

.blog-single-two-wrapper .image-area .thumbnail:hover img {
  transform: scale(1.05);
}



/***********************       kha Second beer        ****************************/
/***********************       kha Second beer        ****************************/
/***********************       kha Second beer        ****************************/
/***********************       kha Second beer        ****************************/
/***********************       kha Second beer        ****************************/
/***********************       kha Second beer        ****************************/


.white-text {
color: #fff;
}


.mySwiper-category-2 {
	padding-bottom: 50px;
	}
	
	
.rts-padd-gap {
	padding: 30px 0;
}



.de-adv img {
	width: 100%;
	height: 450px;
}


.app-source img {
max-width: 70px;
}

.app-source p {
	margin-bottom:8px;
	color: #fff;
}
.foter-lis {
margin-top: 12px;
padding-top: 7px;
border-top: 1px solid #eee;

}
.foter-lis a i {
	margin-right: 5px;
}
.foter-lis a {
	font-size: 19px;
border-radius: 25px;	
}


#list-style .category-style-one {
	display: flex;
gap: 20px;margin-bottom: 25px;padding: 18px;
}
/*
#list-style .category-style-one a {
	display: flex;
gap: 20px;
}*/


#list-style .category-style-one.style-seven .bottom-content .ico-log {
right: -60px;
top: 50%;
margin-top: -40px;
margin-right: 0;
}


#list-style .category-style-one.style-seven .toor-content {
	min-width: 78%;
	max-width: 78%;
}

#list-style .category-style-one.style-seven .bottom-content {

 padding: 0;
}


#list-style .category-style-one .icon img {
  border-radius: 0 8px 8px 0;
height: 245px;
min-width: 200px;
max-width: 200px;}



.univer-list#list-style .category-style-one .icon img {
height: 195px;
}


#list-style .category-style-one .title,
#list-style .foter-lis {
	text-align: right;
}

.auth-logo {
		width:75px;

	height:75px;
	Background: #fff;
	border-radius: 50%;
	padding: 13px;
text-align: center;
}


.auth-logo img {
	width:55px;
}



table {
  margin-top: 15px;
  min-width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  overflow-x: auto;
}



table td, table th {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 217 219/var(--tw-border-opacity));
  padding: 10px;
  text-align: start;
  --tw-text-opacity: 1;
  border: 1px solid #DDD8F9;
}


.stuk-content ul,
.post-title ul,
.ctext-container ul,
.video-content ul,
.programEnrollCard ul,
.accordion-item ul {
	padding:0;
	margin:0;
	list-style: none;display: inline-block;
}


.stuk-content ul li,
.post-title ul li,
.ctext-container ul li,
.video-content ul li,
.programEnrollCard ul li,
.accordion-item ul li {
	position: relative;margin-bottom: 4px;
	padding-right:  25px;
	margin: 0 0 10px;
	
}


.stuk-content ul li:before,
.post-title ul li:before,
.ctext-container ul li:before,
.video-content ul li:before,
.programEnrollCard ul li:before,
.accordion-item ul li:before {
content: "\f058";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position: absolute;
	right:0;
	top:0;
	font-size: 18px;
	color: #00a5a5;
	
}

.ctext-container ul {
display: inline-block;
width: 100%;
}


.ctext-container ul li {
display: inline-block;
padding: 5px 20px;
border: 1px solid #eee;
border-radius: 25px;
margin-left: 20px;
padding-right: 45px;
background: #fff;
}

.ctext-container ul li img {
	margin-right: 5px;
}

.ctext-container ul li:before {
right: 15px;
top: 5px;
}


.stuk-content ul li,
.stuk-content ul li:before,
.video-content ul li,
.programEnrollCard ul li:before {
	color: #fff;	
}

.links-acc {
	display: flex;
gap: 15px;
}

.links-acc a {
color: #00a5a5;
}

.links-acc a  i {
		font-size: 12px;
		margin-right: 5px;
}


.col-five {
	padding: 0 8px;
	margin-bottom: 16px;
	width: 20%;
}






/*------------------------------------------*/
/*   7.6 Icon Box Style
/*------------------------------------------*/
/* Box Style One */
.icon-box-1{
	display: flex;  
}
.welcome-home-first .icon-box-1{ 
    max-width: 220px;
    margin: 0 auto;
}
.icon-box-1 i{
	font-size: 4.5rem;
	margin-left: 1.5rem;
	color: #477763;
}
.icon-box-1 h3{
	color: #27304b;
    font-size: 1.25rem;
    font-weight: 300;
}
/* Box Style Two */

/* Box Style Two */
.icon-box-2{
	border-radius: 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
	padding: 1.8rem;
}
.icon-box-2 .icon-font{
	font-size: 6.5rem;
	margin-left: 2rem;
    line-height: 1.4;
    color: #477763;
}

.icon-box-2 h3{
	font-size: 1.25rem;
	color: #D59B2D;
	font-weight: 300;
}

/* Icon Box 3 */
.icon-box-3{
	text-align: center;
}
.icon-box-3 i{
	font-size: 6rem;
	color: #cdced4;
	display: block;
	margin-bottom: 1.5rem;
}
.icon-box-3 h3{
	font-size: 1.5rem;
	font-family: 'Changa', sans-serif;
	color: #D59B2D;
	font-weight: bold;
	position: relative;
	margin-top: 3rem;
}
.icon-box-3 h3:after {
    position: absolute;
    content: "";
    top: -20px;
    right: 50%;
    height: 1px;
    width: 40px;
    background: #27304b;
    transform: translateX(-50%);
}
/* Icon Box 3 */

/* Icon Box 4 */
.icon-box-4{
	text-align: right;
padding: 20px 70px 25px 25px ;
	position: relative;
	border-radius: 7px;
	overflow: hidden;
margin-bottom: 30px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;border-radius: 0 0 0 40px;
overflow: hidden;
}
.icon-box-4 svg {
    color: #beafb1;
    display: block;
    stroke-width: 1px;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.icon-box-4 h3 {
font-size: 18px;
    color: #27304b;
margin-bottom: 5px;
    position: relative;
}
.icon-box-4 p {
margin:0;
line-height:22px;margin-bottom:15px;
}
	
.icon-box-4 p:last-child {
margin-bottom:0;
}





.icon-box-4 a[href^="mailto:"]{
color: #111;
}
.icon-box-4 a[href^="mailto:"]:hover{
	color: #27304b;
	text-decoration: none;
}
.icon-box-4.bg-orange{
	background: #fceaea;
}
.icon-box-4.bg-green{
	background: #ebf3f9;
}
.icon-box-4.bg-gray{
	background: rgb(162 162 162 / 7%)
}
/* Icon Box 4 */

/* Icon Box With Image */
.icon-box-with-img{
	position: relative;
    background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.08);

  	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.icon-box-with-img .text{
    padding: 1.8rem;
}
.icon-box-with-img .img {
    overflow: hidden;
}
.icon-box-with-img  h3 {
    font-size: 1.25rem;
    color: #477763;
    font-weight: 300;
}
.icon-box-with-img .read-more-line{
    color: #D59B2D;
}
.icon-box-with-img .read-more-line:hover {
    color: #477763;
}



/*------------------------------------------*/
/*   8.10 Contact
/*------------------------------------------*/
.contact-details {
    position: absolute;
    top: 50%;
    right: 7%;
    z-index: 99;
    background: #FFF;
    padding: 2.5rem 1.15rem;
    color: #333;
    border-radius: 3px;
    transform: translateY(-50%);
}
.contact-details h4{
    font-size: 18px;
    
    color: rgb(6, 22, 58);
    line-height: 1.714;
}
.contact-details p {
    color: #9b9b9b;
}
.contact-details a {
    font-size: 19px;
    color: rgb(6, 22, 58);
}
.contact-details i{
    color: #D59B2D;
    font-size: 24px;
    top: 4px;
    padding-left: 10px;
    display: inline-block;
    position: relative;
}
.contact-details.standard{
    position: relative;
    right: auto;
    top: auto;
    padding: 0;
    transform: none;
}
.contact-full-shadow{
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.06);
    padding-bottom: 250px;
}
.contact-map-bg{
    position: absolute;
    right: 50%;
    transform: translateX(-50%);
}
.contact-map-bg.option{
    right: auto;
    top: 50%;
    transform: translate(0%,-50%);
}
.contact-detail-shadow{
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.14);
    padding: 3rem;
}
.contact-detail-shadow .items{
    margin-bottom: 20px;
}
.contact-detail-shadow h4 {
    font-size: 0.875rem;
    color: #adb1d3;
    margin-bottom: 15px;
    
}
.contact-detail-shadow i {
    color: #D59B2D;
    font-size: 1.25rem;
    margin-left: 15px;
}
.contact-detail-shadow a{
    text-decoration: underline;
}
.free-quote-form.contact-page{
    margin-bottom: 0;
    margin-top: -140px;
}
.free-quote-form.contact-page .rounded-field input[type="text"], 
.free-quote-form.contact-page .rounded-field input[type="email"], 
.free-quote-form.contact-page .rounded-field select,
.free-quote-form.contact-page .rounded-field textarea,
.contact-page-option.free-quote-form .rounded-field input[type="text"], 
.contact-page-option.free-quote-form .rounded-field input[type="email"], 
.contact-page-option.free-quote-form .rounded-field select,
.contact-page-option.free-quote-form .rounded-field textarea {
    background-color: #fafafa;
}
.contact-detail-shadow.no-shadow{
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.free-quote-form.contact-page-option{
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.contact-wrap{
padding: 30px 30px 30px;
    background: #FFF;
    position: relative;

border-radius: 0 0 0 40px;
overflow: hidden;
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);

padding: 30px 40px;
background: #fff;
border-radius: 20px;
box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);

}
.contact-wrap .contact-icon-xl {
    font-size: 18rem;
    position: absolute;
    top: -300px;
    left: 40px;
    color: #477763;
    opacity: 0.2;
    z-index: -1;
}
.contact-wrap .form-control {
border: 1px solid #f9f9f9;
    background-color: #f9f9f9;
border-radius: 25px;
box-shadow: none !important;
margin-bottom: 15px;
font-size: 19px;
}


.contact-wrap textarea.form-control {
height: 100px !important;
}


.contact-wrap .form-control:focus {
    border: 2px solid #ebebeb;

}
.contact-wrap .form-group{
    margin-bottom: 20px;
}

.contact-wrap .row {

}


/*
.map-frame iframe{
    width: 100%;
    border: none;
    height: 475px;
}*/
.top-broken-grid {
    margin-top: -80px;
    margin-bottom: 70px;
}


.form-control {
    border: none;
    box-shadow: none;
    font-size: 19px;
    border: 1px solid #FFF;
    outline: none;
    color: #5b5b5b;
    background-color: #FFF;
height: 55px !important;
    padding: 12px 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 147px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
/* 8.10 Contact Style End */


textarea {
    height: auto;
}


select {
color: #6c757d !important;
opacity: 1;
}


.contact-sec {
padding:0px 0 10px;
}




.contact-wrap .btn-style-one .btn-title:before {
background-color: #eee;
}



.widget-post .contact-wrap .btn-style-one .btn-title:before {
background-color: #fff;
}

.events__btn .btn-style-one .btn-title,
.contact-wrap .btn-style-one .btn-title {
background-color: #e1434b;
}

.contact-wrap .btn-style-one .btn-title:hover {
color: #111;
}


.head-form {
margin-bottom: 18px;
font-size: 24px;
font-weight: normal;
position: relative;
color: #090b49;
text-transform: capitalize;
text-align: center;
}

.char-form {
color: #090b49;
margin-bottom: 20px;
text-align: center;
width: 60%;
margin: 0 auto 20px;
}


.contact-wrap {
    padding: 30px 30px 30px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;margin-bottom: 30px;
}



.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
	
	line-height: inherit;
}



.toggle-password {
  position: absolute;
left: 17px;
bottom: 19px;

  cursor: pointer;
}


.fot-log {
	display: flex;
	align-items: center;
	justify-content: space-between;margin-bottom: 30px;
}


.ico-log {
	display: block;

}


 
 .verf .form-control {
  display: block;
  height: 50px;
  text-align: center;
  font-size: 1.25rem;
  min-width: 0;border-radius: 0;border: 0;border-left:1px solid #CBD5E1;
  font-size: 22px;
color: #00a5a5;

}


.docode {
	border-radius:10px;
	border: 1px solid #CBD5E1;overflow: hidden;
}

.docode input:last-child {
	border:none;
}




.verf .go-to-btn {
	text-align: left;

}



.color-prim,
.verf .go-to-btn small {
	color: #0586c7;
	min-width: 30px;
display: inline-block;
}

.login-page-form-area input {
	text-align: right;
}

.iti {
	direction: ltr;
	width: 100%;
}


.thumbnail-area {
	width: 100px;
height: 100px;
line-height: 100px;
border: 1px solid #ddd;
border-radius: 15px;
position: relative;
z-index: 2;
overflow: hidden;
}


.thumbnail-area img {
width: 100px;
height: 100px;
}

.upload__thumbnails {
	width: 90px;
height: 90px;
	position: absolute;
top: 20px;
right: 5px;
z-index: 0;
overflow: hidden;
}

.form__load-img {
	  position: relative;
}


/*
.course-thumbnail-upload-area .information {
position: absolute;
right: 0;
z-index: 222;
width: 100px;
height: 100px;
line-height: 100px;
padding: 0;}

*/



/*-----------------
	14. Notifications
-----------------------*/

.notify-sec h5 {
font-size: 17px;
color: #777;
margin-bottom: 10px;
}
.btn-mark {
	background: #FF5364;
	
	padding: 12px;
	color: #FFFFFF;
}
.btn-mark:hover {
	color: #FFF;
	background: #f94355;
}
.notify-item {
	background: #FFFFFF;
background: #fbfbfb;
border: 1px solid #C1C1C1;
	backdrop-filter: blur(17px);
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}
.notify-item img {
min-width: 70px;
min-height: 70px;
border: 1px solid #E3E3E3;
border-radius: 50%;
max-width: 70px;
max-height: 70px;
}
.notify-content {align-items: center;
	display: flex;gap: 20px;
}
.notify-detail {
	margin-left: 10px;
}
.notify-detail h6 {margin-bottom: 8px;
	font-size: 18px;
	display: flex;
justify-content: space-between;
}
.notify-detail h6 span {
	font-weight: 500;
	font-size: 19px;
	color: #A5ACB8;
}
.notify-detail p {
	font-size: 19px;
	color: #685F78;
	margin-bottom: 0;
}
.notify-item a.btn {
background: #FFFFFF;
border: 1px solid #C1C1C1;
border-radius: 5px;
color: #303030;
padding: 10px;
font-size: 15px;
}
.notify-item a.btn:hover {
	background: #303030;
	color: #FFF;
}
.dropdown-menu.dropdown-menu-right {
    left: auto;
    right: 0;
    margin-top: 15px;background: #fff;
border: 0;
box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
max-width: 450px;
width: auto;
min-width: 180px;
top: 8px !important;
left: -11px !important;	
padding: 8px 10px 10px 10px;
border-radius: 20px;
}

.dropdown-menu.dropdown-menu-right.dropdown-allert {
top: 17px !important;
left: -43px !important;	
}

.dropdown-menu.dropdown-menu-right a {
	display: block;
width: 100%;
padding: 6px 20px;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
	font-size: 17px;text-align: right;
}

.dropdown-menu.dropdown-menu-right a i { 
margin-left: 12px;
}

.dropdown-menu.dropdown-menu-right:after {
  content: '';


rotate: 225deg;
width: 20px;
height: 20px;
position: absolute;
top: -10px;
left: 20%;
margin-left: -6px;
background: #fff;;
  box-shadow: 5px 5px 9px 0px rgba(0, 0, 0, 0.06);
}


/*
.dropdown-trianglev {
	position: absolute;
height: calc(0.25rem * 4);
width: calc(0.25rem * 4);
translate: calc(calc(1/2 * 100%) * -1) calc(1/2 * 100%);
translate: calc(calc(1/2 * 100%) * -1) calc(1/2 * 100%);
rotate: 225deg;
border-right-style: undefined;
border-right-width: 1px;
border-bottom-style: undefined;
border-bottom-width: 1px;
border-color: color-mix(in srgb, #000 10%, transparent);
	left: 28px;
	top: calc(17px * -1);
	
}*/

/*-----------------
	14. Profile
-----------------------*/


.dashboard-banner-area-wrapper {
margin-bottom: 25px;	
position: relative;
z-index: 1;
padding: 20px 0;
background: #fff;	
}


table th {
font-family: "bld";
font-size: 19px;
}




/***********************************/
/******* payments ****************/



/*
.main-back {
  background: #a2cdff !important;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0px;
  right: 0px;
}*/
.main-back .header {
 
}

.main-back .header .title {
  margin: 15px 0;
}
.main-back .header .title span {
  font-weight: 300;
}

.main-back .card-data > div {
margin-top: 15px;
}


.main-back .nav-tabs .nav-item.show .nav-link,
.main-back .nav-tabs .nav-link.active {
  background: #fff;
 border: 2px solid #00a5a5;
  color: #fff;
}




.flex-between {
  display: flex;
justify-content: space-between;	
}



.main-back .card-data > div:first-child {
  
}

.main-back .card-property-title {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  margin-left: 0.5em;
}
.main-back .card-property-title strong {

}
.main-back .card-property-title span {
 
}
.main-back .card-property-value {
  
  display: flex;
align-items: center;
gap: 10px;
flex: 1 1;
}

.main-back .card-number {

  border: 1px solid #C6C5C5;
  border-radius: 0.5em;
  padding: 0.5em 1em;
}
.main-back .card-number-field * {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.main-back .card-number-field input {
  width: 100%;
  height: 100%;
  padding: 0.5em 1rem;
  margin: 0 0.75em;
  border: none;
  color: #615F5F;
  background: transparent;
  font-family: inherit;
  font-weight: 500;
}

.main-back .timer span {
  background: #311b92;
  color: #ffffff;
  width: 1.2em;
  padding: 4px 0;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
}
.main-back .timer span + span {
  margin-right: 2px;
}
.main-back .timer em {
  font-style: normal;
}


.main-back .action button {
margin-bottom: 20px;
margin-top: 20px;
display: block;
width: 100%;
max-width: 100%;
text-align: center;
}

.main-back .input-container {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
border: 1px solid #C6C5C5;
background: #fff;
  border-radius: 0.5em;
  flex: 1;
}
.main-back .input-container input,
.main-back .input-container i {
  line-height: 1;
}
.main-back .input-container input {
  flex: 1 1;
  height: 100%;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 0.5em;
  font-family: inherit;
  font-size: 0.85em;
  margin: 0;
height: 48px !important;
}/*
.main-back .input-container input:focus {
  background: #e3f2fd;
  color: #283593;
}*/
/*
.main-back .input-container input::placeholder {
  color: #ddd;
}*/
.main-back .input-container input::-webkit-outer-spin-button,
.main-back .input-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.main-back .input-container i {
  position: absolute;
  left: 0.5em;
}

.purchase-section {
  position: relative;
  overflow: visible;
  padding: 0;
  background: #f1f1f1;
  border-top-right-radius: 0.8em;
  border-top-left-radius: 0.8em;
}
.purchase-section:before {
  content: "";
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  right: -0.8em;
  bottom: -0.8em;
  background: #ffffff;
}
.purchase-section:after {
  content: "";
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  left: -0.8em;
  bottom: -0.8em;
  background: #ffffff;
}

.card-mockup {
  position: relative;
  margin: 15px 0;
  padding: 12px;
  border-radius: 0.6em;
  background: #72a2f7;
  color: #fff;
  
  box-shadow: 0 0.5em 1em 0.125em rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #00a5a5, #00a5a5);
}

/*
.card-mockup:after {
  content: "";
  position: absolute;
  width: 25%;
  top: -0.2em;
  right: 37.5%;
  height: 0.2em;
  background: #2962ff;
  border-top-right-radius: 0.2em;
  border-top-left-radius: 0.2em;
}
.card-mockup:before {
  content: "";
  position: absolute;
  top: 0;
  width: 25%;
  right: 37.5%;
  height: 0.5em;
  background: #2962ff36;
  border-bottom-right-radius: 0.2em;
  border-bottom-left-radius: 0.2em;
  box-shadow: 0 2px 15px 5px #2962ff4d;
}*/

.purchase-props {
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0 15px 20px;
  list-style: none;
}
.purchase-props li {
  width: 100%;margin: 0;
}
.purchase-props li span {
  color: #000;
}

.purchase-props li p {
margin: 0;
}

.separation-line {
  border-top: 1px dashed #aaa;
  margin: 0 0.8em;
}

.total-section {
  position: relative;
  overflow: hidden;

  padding: 1em;
  background: #f1f1f1;
  border-bottom-right-radius: 0.8em;
  border-bottom-left-radius: 0.8em;
}
.total-section:before {
  content: "";
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  right: -0.8em;
  top: -0.8em;
  background: #ffffff;
}
.total-section:after {
  content: "";
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  left: -0.8em;
  top: -0.8em;
  background: #ffffff;
}
.total-label {
color: #000;
  padding-bottom: 0.5em;
}
.total-section strong {
  font-size: 1.5em;
  
}
.total-section small {
  
}




.payment_options ul li {
    padding: 8px;
border-bottom: 1px solid #ececec;
list-style: none;
}
.payment_options ul li .custom-radio {
    display: inline-block;
}
.form-group .payment_options ul li .custom-radio p.label,
.payment_options ul li .custom-radio .form-group p.label,
.payment_options ul li .custom-radio label {
    font-size: 18px;
    color: #333;
}
.payment_options ul li img,
.payment_options ul li p {
    float: left;
    line-height: 37px;
}
.payment_options ul li img span,
.payment_options ul li p span {
    font-weight: 500;
    color: #000;
}
.payment_options .payment_info {
    padding: 0 30px 30px;
}



.flex-vertical-center {
  display: flex;
  align-items: center;
}
.flex-fill {
  flex: 1 1 auto !important;
}


.dashed-heads {
  display: flex;
  align-items: center;

justify-content: space-between;
  margin: 0 0 15px;
}


.dashboard--area-main {
padding: 30px 0 50px;
}




/*********************/


.course-group-img {
gap: 15px;
}

.course-group-img .rts-btn {
	margin: 0 auto;
}


.settings-page-head .settings-pg-links {
    border-bottom: 1px solid #E9ECEF;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.settings-page-head .settings-pg-links li a {
    padding: 15px 20px;
	color: #685F78;
    position: relative;
    display: flex;
    align-items: center;
}
.settings-page-head .settings-pg-links li a:hover {
	 color: #00a5a5;
}
.settings-page-head .settings-pg-links li:first-child a {
    padding-left: 24px;
}
.settings-page-head .settings-pg-links li i {
    margin-right: 8px;
}
.settings-page-head .settings-pg-links li a::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #E9ECEF;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}
.settings-page-head .settings-pg-links li a.active::after {
    opacity: 1;
    background: #00a5a5;
}
.settings-page-head .settings-pg-links li a.active {
    color: #00a5a5;
}
.image-upload input[type=file] {
    width: 40px;
    opacity: 0;
    height: 40px;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.new-employee-field .image-upload {
    width: 40px;
    height: 40px;
    border: 0;
    background-color: #F4F6F9;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.new-employee-field .image-upload:hover {
	background: #00a5a5;
	color: #fff;
}
.image-upload .image-uploads {
    text-align: center;
    width: 40px;
    padding: 0;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.img-delete a {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #F4F6F9;
    justify-content: center;
    margin-right: 15px;
}
.img-delete a:hover {
	background: #00a5a5;
	color: #fff;
}
.course-group-img.profile-edit-field .profile-pic img{
    width: 100px;
    height: 100px;
    max-width: 100%;
    border-radius: 50%;margin-bottom: 5px;
}
.profile-upload-group {
    padding: 15px 0;
 
}
.profile-upload-head h4 {
    font-size: 22px;margin: 0;
}

.lined-accounts-list li {
    display: flex;
    border-bottom: 1px solid #E9ECEF;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.lined-accounts-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.lined-accounts-list li .account-info h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.lined-accounts-list li .account-info p {
    color: #685F78;
    margin-bottom: 10px;
}
.lined-accounts-list li .account-info .linked-btn {
    border: 1px solid #E9ECEF;
    color: #685F78;
    padding: 10px 15px;
    display: inline-flex;
    line-height: normal;
    border-radius: 5px;
}
.lined-accounts-list li .account-info .linked-btn:hover {
    background: #A5A5A5;
    color: #fff;
}
.lined-accounts-list li .account-icon {
    margin-right: 20px;
}
.check {
    display: block;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
.checktoggle {
    background-color: #E9ECEF;
    border: 1px solid #E9ECEF;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 13px;
    margin-bottom: 0;
    position: relative;
    width: 30px;
    height: 15px;
}
.checktoggle:after {
    content: " ";
    display: block;
    transform: translate(2px, -50%);
    width: 10px;
    height: 10px;
    background-color: #fff;
    transition: left 300ms ease, transform 300ms ease;
    border-radius: 50%;
    transform: translate(2px, -50%);
    -webkit-transform: translate(2px, -50%);
    -ms-transform: translate(2px, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}
.check:checked + .checktoggle:after {
    background-color: #ffffff;
    left: 100%;
    transform: translate(calc(-90% - 3px), -50%);
}
.check:checked + .checktoggle {
    background-color: #00a5a5;
    border-color: #00a5a5;
}
.settings-wrap h5 {
    font-size: 18px;
    margin-bottom: 24px;
}
.settings-noti-lists li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.settings-noti-lists li .notification-title p {
    margin-bottom: 0;
    color: #685F78;
}
.settings-noti-lists li {
    border-bottom: 1px solid #E9ECEF;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.settings-noti-lists.email-noti-lists li:last-child {
    border: 0;
    padding-bottom: 10px;
}

.settings-wrap .input-block {
	 margin-bottom: 15px;
}

.dashed-heads .input-block {
width: 350px;
position: relative;
max-width: 100%;
	
}

.dashed-heads .input-block button {
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 50px;
background: #00a5a5;
color: #fff;
border-radius: 4px 0 0 4px;
}



.dashed-heads label,
.settings-wrap label {
  
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
  display: block;
}


.input-block input,
.dashed-heads input,
.settings-wrap input {
  border-radius: 5px;
  border: 1px solid #C6C5C5;

  background: #FFF;
  height: 50px !important;

}

.input-block label {

  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
  display: block;
  font-family: meed;
}
.input-file,
.input-block {
margin-bottom: 30px;
}

.input-group input.form-control {
border-radius: 0 5px 5px 0 !important;
border-left: 0;}


.input-group .input-group-text {
	border-radius: 5px 0 0 5px !important;
height: 50px;
font-size: 18px;
padding: 0 22px;font-family: meed;
border: 1px solid #C6C5C5;
background: #d9d9d9;
border-right: 0;min-width: 70px;
text-align: center;
justify-content: center;
}

.input-block .nice-select-wrap {
	background: #fff;
border: 1px solid #C6C5C5;
}


.input-block input {
	width: 100%;
	margin-bottom: 8px;
}


.input-block textarea {
width: 100%;
min-height: 350px;
}

.input-block .tet-area {
min-height: 270px;		
}

.input-block .replay-area {
min-height: 150px;		
}

.input-block p {
	margin: 0; font-size: 18px;
}

.select-box .drop,
.settings-wrap .drop {
  border-radius: 5px;
  border: 1px solid #C6C5C5;
  background: #FFF;
  height: 50px;
  line-height: 48px;
  color: #615F5F;
 
 font-size: inherit;
 font-size: 19px;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-transform: capitalize;
}

.select-box .nice-select-wrap,
.settings-wrap .nice-select-wrap {
	border-left: 0;
	color: #615F5F;
}








/****************/


.modal-confirm {
	color: #636363;
	width: 400px;
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 19px;
}
.modal-confirm .modal-header {
	border-bottom: none;
	position: relative;background: none;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 10px 0 -10px;
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -2px;
}
.modal-confirm .modal-body {
	color: #999;
}
.modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 19px;
	padding: 0;
}
.modal-confirm .modal-footer a {
	color: #999;
}
.modal-confirm .icon-box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;line-height: 75px;
	border: 3px solid;
}
.modal-confirm .icon-box i {

	font-size: 46px;
	display: inline-block;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 5px;
	background: #f15e5e;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	min-width: 120px;
	border: none;
	min-height: 40px;
	border-radius: 3px;
	margin: 0 5px;
}
.modal-confirm .btn-secondary {
	
}
.modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
	background: #a8a8a8;
}
.modal-confirm .rts-btn {
	color: #fff;
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
	background: #ee3535;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}


.modal-confirm.restore-modal .icon-box i {
color: #60c7c1;
}

.modal-confirm.restore-modal .icon-box {
border-color: #60c7c1;

}

.attribute-open,
.restore-open,
.edit-open,
.delete-open,
.edit2-open,
.edit3-open,
.quick-open,
.discount-open,
.leadtime-open,
.modal-open {
    overflow: hidden
}

.attribute-open .modal-attribute,
.restore-open .modal-restore,
.sweet-open .sweet-modal,
.delete-open .modal-delete,
.edit2-open .modal-edit2,
.edit3-open .modal-edit3,
.edit-open .modal-edit,
.quick-open .modal-quick,
.modal-open .modal-am,
.leadtime-open .modal-leadtime,
.discount-open .modal-discount {
    overflow-x: hidden;
    overflow-y: auto;

	opacity: 1;
visibility: visible;
}

/*
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
	background: #000000b2;
	transition: all ease-in-out 0.4s;
	opacity: 0;
visibility: hidden;
display: grid;
}
*/

.modal-overlay {
	    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
	background: #000000b2;

}


.attribute-open .modal-overlay,
.restore-open .modal-overlay,
.leadtime-open .modal-overlay,
.edit-open .modal-overlay,
.delete-open .modal-overlay,
.edit2-open .modal-overlay,
.edit3-open .modal-overlay,
.quick-open .modal-overlay,
.discount-open .modal-overlay,
.modal-open .modal-overlay {
	 display: block;
}


.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
	margin-top: 40px;
    pointer-events: none;
	/*
	display: grid;
align-items: center;
height: 100%;*/
}



.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
font-size: 18px;
color: #444;
}

.modal-title i {
	margin-left: 10px;
}

.modal-title .deo-color {
color:#000;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        width: 760px; max-width: 90%;
        margin: 3.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}
.modal-header h5 {
    font-size: 1rem;
    font-weight: 400
}

.modal-header .close {
    margin: -1rem auto -1rem -1rem
}

.modal-footer {
    justify-content: center
}

.modal-footer>:not(:last-child) {
    margin-left: .25rem
}

.modal-footer>:not(:first-child) {
    margin-right: .25rem
}

.te-done {
	text-align: center;
margin-top: 10px;
}

.form-label {
  text-transform: capitalize;
}

/*
.modal-am .form-group {
margin-bottom:15px;
}


.modal-am .select-box select, .modal-am .select-menu select {
height: 47px;
}*/



.modal .form-group {
margin-bottom:15px;
}


.tab-wizard .select-box select, .tab-wizard .select-menu select,
.modal .select-box select, .modal .select-menu select {
height: 47px;
}

/******************/


.modal .btn-close {
	margin-left: 0;
font-size: 12px;
position: absolute;
left: 15px;
}

.cer-box {margin-bottom: 25px;
	position: relative;
}


.cer-box h3 {
	margin: 0;
font-size: 19px;
background: #00a5a5;
color: #fff;
text-align: center;
text-transform: capitalize;
height: 52px;
display: grid;
align-items: center;
overflow: hidden;
}

.cer-box a {
display: block;
}


.cer-box img {
width: 100%;
height: 240px;}

.bord-totop {
	padding-top:20px;
	margin-top:15px;
	border-top: 1px solid #C6C5C5;
}

.foot-table {
	font-family: "bld";
font-size: 18px;
}



/***********************************/


.total-card {
margin: 25px 0;
border-radius: 5px;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 25px;
background: #fff;
padding: 25px 0;
box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.17);


}

.total-card .text {
text-align: center;
font-size: 18px;
font-family: reg;
color: #666;
}


.total-card span strong {
	margin-right: 5px;
font-weight: normal;
} 	

.total-card span {
display: block;
font-family: "bld";
font-size: 25px;color: #000;
margin-bottom: 10px;
}

.total-card span.dolar-color {
	
	color: #00a5a5;
}

.prim-color {
	color: #43bafc;
	
}


.pay-color {
	color: #EF5050;
	
}


.ins-card {
	font-family: "bld";
	padding: 0 15px;border-left: 1px solid #d9d9d9;
	min-width: 25%;
}

.ins-card:last-child {
border-left: 0;
}





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


.list-pay ul li { 
padding-bottom:10px;
margin-bottom:10px;
border-bottom:1px solid #dfdfdf;
display:flex;
gap: 30px;
align-items:center;
position: relative;
}

.list-pay ul li:last-child {
	border-bottom:none;
}

.list-pay .ri-pay p {
	margin:0;color: #000;
font-family: meed;font-size: 18px;
}

.list-pay ul li p span {
display:block;
color:#444;margin-top: 3px;
font-size:15px;
}

.time-req,
.le-pay {
direction: ltr;
text-align: center;
}

.le-pay { 
padding: 25px 0;
width: 20%;}

.le-pay p {
	font-size: 24px;font-family: "bld";
}

.ri-pay {
display: flex;
gap: 18px;	
align-items: center;
width: 80%;
	
}


.ri-pay .rts-btn {
	margin-right: auto;
	background: #ebebeb;
color: #000;
width: auto;
min-width: auto;
padding: 6px 24px;
}


.ri-pay img {
width: 50px;
border-radius: 50%;
height: 50px;	
}


.ri-pay i {font-size:17px;
margin-left: 5px;
}


.list-pay ul li.failed-pay .ri-pay i {
	background:#EF5050
	
}


.list-pay ul li.success-pay .ri-pay i {
	
		background:#00a5a5

}

.list-pay .ch-head {
	margin: 0 0 25px;
}


.co-block .fa-heart {
	color:#EF5050;
}

.favorite-side .fa-heart {
	font-weight:900;
}

.order-offe {
display: flex;
justify-content: space-between;
align-items: center;	
margin-bottom: 15px;
font-family: "bld";
}

.order-offe p {
	margin:0;
}

.order-offe span {
color: #43BAFC;

}

.drop-im {
	display: flex;
gap: 20px;
align-items: center;
}
.odr-two {
		display: flex;
gap: 70px;
}


.done-btn {
background: #00a5a5;
}




.prof-car {
	border-bottom: 1px solid #dfdfdf;
padding-bottom: 15px;text-align: left;
margin-bottom: 13px;
}
.pio-info {
	display:flex;
gap:15px;
align-items:center;
margin-bottom:10px;text-align: right;
}

.prof-car .ciur {
width:50px;height:50px;
line-height:50px;
background:#f3f3f3;
border-radius:50%;
text-align:center;
overflow:hidden;
}

.prof-car .ciur img { 
max-height:50px;
}


.tr-text h2 {margin: 0;
	font-size:13px;
	
}




.header-options .dropdown .dropdown-menu:after {

content: '';
background: transparent url(../images/arrow-1-1.png) 0 0 no-repeat;
width: 20px;
height: 10px;
position: absolute;
top: -10px;
left: 10%;
margin-left: -6px;
background-size: 100% 100%;

}


.copy-to {
position: absolute;
left: 0;
padding: 11px 25px;
background: none;	
}

.drtop {
	
align-items: center !important;
display: flex !important;justify-content: space-between;
	
}
.leay p {
	color:#000;
	font-size:15px;

}


.leay span {
color:#43BAFC;
margin-right:4px;	
}

.customs-inputs .input-item i {
	position:absolute;
	left:0;
	top:0;
	width:60px;
	height:50px;
	line-height:50px;
	text-align:center;
	
	
	}
	
	.customs-inputs {
		text-align: right;
	}
	
	
	.input-item-name {
		position: relative;
	}
	
	.exrolled-course-wrapper-dashed h5,
	.exrolled-course-wrapper-dashed h4,
	.right-sidebar-my-profile-dash h4,
	.right-sidebar-my-profile-dash h5 {
		font-size: 18px;
	}
	
	
	table .select2-container {
		width: 100% !important;
max-width: 250px;
text-align: right;
	}
	
	
	
	
	
	
	
	
/************* sticky-footer ***************/
	
	.sticky-footer {
	position: fixed;
left: 0;
right: 0;
opacity: 1;
transform: translateY(0);
z-index: 20;
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	background: #fff;
	bottom: 0;
display: none;
background: linear-gradient(to left, #00a5a5, #00a5a5);
}
	
	.sticky-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #666;
  margin: 1.4rem 0 1.3rem;
}


.cart-dropdown .sticky-link i, .sticky-link i {
  font-size: 2.3rem;
 color: #00a5a5;
}

.sticky-link p {
  margin-top: 0.9rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;color: #fff;
}
	.sticky-footer > * {
  flex: 1;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.no-desk {
		display: none !important;
	}
	
	
	
	
	
	
	
	
	
	
	

.menu-area {
}


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


.las-fp a {font-family: "bld";
color: #00a5a5;
position: relative;margin-bottom: 8px;
	padding-right: 20px;display: block;
}

.las-fp a:before {
    content: " ";
    display: block;

    width: 10px;
    height: 10px;
    background-color: #00a5a5;

    border-radius: 50%;

    position: absolute;
 top: 8px;
right: 0;}

.las-fp h5 {
	margin-bottom: 0;
}

.head-avatar img {
	width: 45px;
	border-radius: 50%;
}


.por-menu {

}

.card-area {
	padding: 40px;
	background: #fff;
}

.dropdown-menu.dropdown-menu-right a.msg-box {
display: flex;
align-items: center;width: 400px;
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #e1dcdc;
}

.dropdown-menu.dropdown-menu-right a.msg-box img {
width: 45px;
margin-left: 15px;
border-radius: 50%;}


.dropdown-menu.dropdown-menu-right a.msg-box p {
margin: 0;white-space: pre-wrap;
color: #000;}

.dropdown-menu.dropdown-menu-right a.msg-box p span {
font-size: 18px;
font-family: "bld";
color: #00a5a5;}

.dropdown-menu.dropdown-menu-right a.msg-box span {
color: #6F6D6D;
font-size: 13px;}

.dropdown-menu.dropdown-menu-right a.last-box {
text-align: center;font-family: "meed";
padding: 12px 0;}



/**********/


.msg-item.msg-box {
display: flex;
align-items: center;width: 400px;
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #e1dcdc;
}

.msg-item.msg-box:last-child {
border-bottom: 0;
}


.msg-item.msg-box img {
width: 45px;
margin-left: 15px;
border-radius: 50%;}


.msg-item.msg-box p {
margin: 0;white-space: pre-wrap;
color: #000;}

.msg-item.msg-box p span {
font-size: 18px;
font-family: "bld";
color: #00a5a5;}

.msg-item.msg-box span {
color: #6F6D6D;
font-size: 13px;}


.msg-item.msg-box p {font-size: 18px; }

.msg-item.msg-box {
width: 100%;
padding: 15px 30px;
margin: 0;
}

.msg-item.msg-box img {
  width: 70px;
  height: 70px;
  margin-left: 20px;
  border-radius: 50%;
}









.count-noti {
position: absolute;
top: -10px;
left: 16px;
background: #D82A49;
text-align: center;
color: #fff;
width: 17px;
height: 17px;
line-height: 17px;
border-radius: 4px;
font-size: 19px;
}

.head-avatar {
	position: relative;
font-size: 22px;
color: #000;}





.steps-bill {
    
}

.outsty {
    display: flex;margin-bottom: 15px;
    justify-content: space-between;
}

.stps-blk ul li {
    float: right;
    text-align: right;
    display: flex;
    gap: 15px;
    align-items: center;

flex-direction: column;
}

.stps-blk ul li span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    background: #848484; background: #00a5a5;
    color: #fff;
    position: relative;
}

.stps-blk ul li h3 {
    margin: 0;
    font-size: 22px;
    color: #000;
}

.stps-blk ul li.currentstp span,
.stps-blk ul li.wldonestp span {
    background: #00a5a5;
}

.stps-blk ul li.wldonestp span {
    font-size: 0;
}

.stps-blk ul li.currentstp h3,
.stps-blk ul li.wldonestp h3 {
    color: #00a5a5;
}

.stps-blk ul li.wldonestp span:before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    left: 0;
    text-align: center;
    font-size: 22px;
    color: #fff;
    left: 0;
}
/*
.space-done,*/
.sts-progress {
	width: 100%;
	height: 15px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	Background: #E6E6E6;
}
/*
.space-done {
	background: #00a5a5;
}
*/

.stps-blk {
	position: relative;
}

.stps-blk ul li.done:after {
	
position: absolute;
content: "";
right: 0;
width: 33.333%;
bottom: 0;
height: 15px;
border-radius: 10px;
overflow: hidden;
background: #00a5a5;
z-index: 2;
transition: all ease-in-out 0.3s;
}


.stps-blk ul li.done:nth-child(2):after {
	width: 77%;
}


.card-area .sec-title {
	margin-bottom: 40px;
}
.card-area .sec-title p {
	color: #000;
	font-family: "meed";font-size: 20px;
}

.content-box {
margin-bottom: 20px;}


.stp-content {
padding: 50px;
display: flex;
gap: 20px;
max-width: 80%;
}


.again-box p,
.content-box h3 {
font-weight: normal;
font-size: 20px;
font-family: meed;
color: #000;
margin-bottom: 10px;
}

.again-box p {
font-size: 18px;	
}

.content-box p {
	margin-bottom: 0;
}

.content-box span {
display: block;
color: #000;
}

.nxt-content {
	padding-top: 50px;
}




.content-box a {
display: block;
color: #0070d1;	
}


.send-for {
	display: flex;
gap: 20px;
}


.form-control {
  border-radius: 5px;
  border: 1px solid #C6C5C5;
  border: 1px solid #C6C5C5;
  background: #FFF;
  height: 50px !important;
font-size: 16px;}



.nxt-content button {
	margin-right: auto
}


.check-box {overflow: hidden;
	margin-bottom: 5px;
}

.content-box .check-box label {
color: #000 !important;
}


/*******************/ 

.kh-card {
	padding: 20px;
	Background: #fff;
box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.03);
margin-bottom: 35px;
border-radius: 5px;
}


.left-sindebar-dashboard  {
	margin-bottom: 25px;
	border-radius: 12px;
border: 1px solid #DDD8F9;
background: #FFF;
padding: 25px;
}



.left-sindebar-dashboard h2 {
font-size: 18px;
margin-bottom: 15px;
}


.user-card {
	text-align: center;
}

.user-card img {
border-radius: 50%;
width: 80px;
height: 80px;
margin-bottom:15px;
}

.user-card h2 {
font-size: 18px;font-family: meed;
margin:0;color: #000;
}


.dashboard-left-single-wrapper h2 {
font-size: 18px;
color: #000;}



.kh-card h2 {
font-size: 18px;
font-family: meed;
color: #000;
text-align: center;}

.kh-card h2 span { 
color: #00a5a5;
}


.kh-card ul {
	list-style: none;	
}


.kh-card ul li {
	border-top: 1px solid #dedede;padding-top: 10px;
margin-bottom: 10px;

}
.kh-card ul li p,
.kh-card ul li a {
	displaY: block;
	color: #000;margin: 0;
}

.kh-card ul li p {
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
overflow: hidden;
	
}


.kh-card ul li a span {
color: #9f9f9f;displaY: block;
font-size: 13px;
}

.kh-card ul li a span i {
margin-left: 5px;
}


/*****************/



.vi-card ul {
	list-style: none;	
	padding: 0 35px;
}


.vi-card ul li + li {
	border-top: 1px solid #dedede;padding-top: 10px;
margin-bottom: 10px;
}



.vi-card ul li p,
.vi-card ul li a {
	displaY: block;
	color: #000;margin: 0;
}

.vi-card ul li p {
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
overflow: hidden;
	
}


.vi-card ul li a span {
color: #00a5a5;
font-size: 19px;
margin-left: 10px;
}

.vi-card ul li a span i {
margin-left: 5px;
}

/*************/




.main-slider-two {
  position: relative;border-radius: 5px;
overflow: hidden;
}
.main-slider-two__carousel {
  position: relative;
  width: 100%;
}
.main-slider-two__carousel .owl-dots {
  right: 60px;
  margin: auto 0;
  position: absolute;
  text-align: right;
  width: 60px;
left: auto;
  top: 50%;
  transform: translateY(-50%);
direction: rtl;
}

@media (max-width: 1400px) {
/*
  .main-slider-two__carousel .owl-dots {
    right: 40px;
  }*/
.main-slider-two__carousel .owl-dots .owl-dot span::after {
  right: -5px;
}

}
@media (max-width: 1300px) {
  .main-slider-two__carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: auto;
    right: 0;
    left: 0;
    top: auto;
    bottom: 30px;
  }
}
.main-slider-two__carousel .owl-dots .owl-dot {
  display: block;
  margin: 10px 0;
}
@media (max-width: 1300px) {
  .main-slider-two__carousel .owl-dots .owl-dot {
    margin: 0 5px;
  }
}
.main-slider-two__carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
position: relative;
}


.main-slider-two__carousel .owl-dots .owl-dot span:after {
content: "";
width: 24px;
height: 24px;
position: absolute;
top: -5px;
right: -5px;
border: 3px solid #fff3;
z-index: 3;
border-radius: 50%;
}


.main-slider-two__carousel .owl-dots .owl-dot.active span:after {
border: 3px solid #ed1e244f;
}


/*
.main-slider-two__carousel .owl-dots .owl-dot:hover span {
  background-color: #ed1e24;

}*/
.main-slider-two__carousel .owl-dots .owl-dot.active span {
  background-color: #ed1e24;
  border: 2px solid #ed1e24;
}
.main-slider-two__item {
  background-color: #f1f6f7;
  position: relative;
  z-index: 3;

height: 200px;
display: grid;
align-items: center;border-radius: 5px;
overflow: hidden;
}

.main-slider-two__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(1);
  transition: transform 10000ms ease, -webkit-transform 10000ms ease;
  overflow: hidden;
}
.main-slider-two__overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
background: linear-gradient( to right , #0000 , #000000d6);
}
.main-slider-two__content {
  position: relative;
  z-index: 3;
  max-width: 60%;
}
.main-slider-two__title {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
}

.main-slider-two__title__text {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.main-slider-two__title__text span {
  color: #ed1e24;
  text-decoration: underline;
}
.main-slider-two__text {
  color: #fff;
  font-size: 18px;
  margin: 0 0 18px;
  transition: transform 1000ms ease, opacity 1000ms ease;

}
@media (max-width: 767px) {
  .main-slider-two__text {
    font-size: 18px;
  }
}
.main-slider-two__btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  z-index: 5;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-slider-two__btn {
    gap: 15px;
  }
}
.main-slider-two__btn .karama-btn {
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}
.main-slider-two__volunter {
  position: relative;
  display: flex;
  align-items: center;
}
.main-slider-two__volunter img {
  width: 53px;
  height: 53px;
  border: 3px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(100px);
}
.main-slider-two__volunter img + img {
  margin-right: -16px;
}
.main-slider-two__shape-one {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 213px;
  opacity: 0;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  transform: translateX(100%);
}
@media (max-width: 1199px) {
  .main-slider-two__shape-one {
    display: none;
  }
}
.main-slider-two__shape-two {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 205px;
  height: 193px;
  opacity: 0;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  transform: translateY(100%);
}
.main-slider-two__shape-two img {
  width: 100%;
  animation: treeMove 4s linear 0s infinite;
}
@media (max-width: 1299px) {
  .main-slider-two__shape-two {
    display: none;
  }
}
.main-slider-two__shape-three {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 214px;
  height: auto;
  opacity: 0;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  transform: translateY(100%);
}
.main-slider-two__shape-three img {
  width: 100%;
  height: auto;
  animation: movebounce3 4s linear infinite;
}
@media (max-width: 1299px) {
  .main-slider-two__shape-three {
    display: none;
  }
}
.main-slider-two .video-popup {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 45px;
  color: #000;
  transition: all 500ms ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@media (max-width: 767px) {
  .main-slider-two .video-popup {
    display: none;
  }
}
.main-slider-two .video-popup .ripple {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  transform: translate(50%, -50%);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.main-slider-two .video-popup .ripple:before {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  transform: translate(50%, -50%);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.main-slider-two .video-popup .ripple:after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  transform: translate(50%, -50%);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.main-slider-two .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.main-slider-two .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.main-slider-two .video-popup:hover {
  color: #ed1e24;
}
.main-slider-two .active .main-slider-two__shape-one {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1700ms;
}
.main-slider-two .active .main-slider-two__shape-two {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1800ms;
}
.main-slider-two .active .main-slider-two__shape-three {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1900ms;
}
.main-slider-two .active .video-popup {
  opacity: 1;
  animation-delay: 1.8s;
  animation-name: zoomIn;
}
.main-slider-two .active .main-slider-two__bg {
  /*transform: scale(1.15);*/
}
.main-slider-two .active .main-slider-two__title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1200ms;
}

.main-slider-two .active .main-slider-two__text {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1400ms;
}
.main-slider-two .active .main-slider-two__btn .karama-btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1600ms;
}
.main-slider-two .active .main-slider-two__volunter img {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1700ms;
}
.main-slider-two .active .main-slider-two__volunter img:nth-child(2) {
  transition-delay: 1800ms;
}
.main-slider-two .active .main-slider-two__volunter img:nth-child(3) {
  transition-delay: 1800ms;
}

.main-slider-three {
  position: relative;
  overflow: hidden;
}
.main-slider-three__carousel.owl-carousel {
  position: relative;
  width: 100%;
}
.main-slider-two__carousel.owl-carousel .owl-nav {
  margin: auto 0;
  position: absolute;
  right: 60px;
  text-align: right;
  top: 55%;
  transform: translateY(50%);
  z-index: 99;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1700px) {
  .main-slider-two__carousel.owl-carousel .owl-nav {
    right: 30px;
  }
}
@media (max-width: 1500px) {
  .main-slider-two__carousel.owl-carousel .owl-nav {
    flex-direction: row;
    transform: none;
    top: auto;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    justify-content: center;
  }
}
.main-slider-two__carousel.owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
  color: #fff;
  transition: all 400ms ease;
}
.main-slider-two__carousel.owl-carousel .owl-nav button:hover {
  background-color: #ed1e24;
}

.der-box {
text-align: center;	
}

.der-box p {
margin: 0;
color: #000;
}

.der-box:first-child {
padding-bottom: 27px;
margin-bottom: 27px;
border-bottom: 1px solid #d9d9d9;
}




.card-header {
	padding: 12px 15px;
	background: #fff;
min-height: 65px;
}


.card-header h3 {font-family: meed;
	color: #000;color: #00a5a5;
	font-size: 20px;
	margin: 0;
}


.card-header h3 i {
	margin: 0 8px;
}


.cot-box .proo-cot {
	display: flex;
justify-content: space-between;
}




.cot-done,
.cot-progress {
	width: 100%;
	height: 5px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	Background: #E6E6E6;
}



.addproj-box {
height: 200px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
color: #00a5a5;}

.btn-add {
padding: 4px 10px;
border: 1px solid;
color: #00a5a5;
border-radius: 10px;}

.btn-add i {
font-size: 12px;
margin-left: 4px;
}

.btn-add:hover {
color: #141414
}

.cot-box {
margin-top: 20px;
}


.bg-khabeer {
background-color: #00a5a5 !important;
}

.text-khabeer {
color: #00a5a5 !important;
}


.card {
	border: 0;
border-radius: 5px;
background: #FFF;
border-radius: 16px;
margin-bottom: 25px;
overflow: hidden;
}

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


.add-cart {
	padding: 5px;
	width: 100%;
	background: #eee;
	color: #000;
	margin: 20px 0 10px;
	display: block;
	text-align: center;
	border-radius: 9px;
}

.add-cart:hover {
	background: #141414;
	color: #fff;	
}


.same-card .card-body {
	height: 392px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 15px;
	
}


.rot-price {
	margin-bottom: 8px;
display: flex;
justify-content: space-between;
align-items: center;}

.rot-price p {
margin: 0;
font-size: 18px;
color: #000;}


.category-style-one.style-seven .rot-price p span {
color: #00a5a5;margin-right: 15px;

}

.rot-price .stars-area i {
color: #FFA500;
font-size: 19px;
}

.t-tag {
color: #00a5a5;
font-size: 12px;	
}

.prot-area {
margin-bottom: 20px;
border-radius: 5px;
padding: 5px;	
transition: all ease-in-out 0.4s;
}


.prot-area:hover {

background: #fff;
}

.prot-area img {
	width: 100%;
margin-bottom: 10px;
	height:225px;
	border-radius: 5px;
}

.prot-area p {
	margin: 0;
	font-size: 17px;
	color: #263238;
	overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
overflow: hidden;
}

.prot-area span {
font-size: 19px;
color: #263238;
margin-left: 18px;
}


.title-between-area .btn-add {
	color: #fff;border: 0;
}


.wid-colum {
margin-bottom: 20px;	
}



.wid-colum p {
	color: #000;
}


.pagin-btn {

box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.17);
	list-style: none;
display: inline-flex;
overflow: hidden;border-radius: 8px
}

.pagin-btn a {
	padding: 8px;
	color: #000;
	background: #fff;

}


.pagin-btn a:hover,
.pagin-btn a.active {
	
	color: #00a5a5
}


.pagin-btn a:first-child {
		border-radius: 0 8px 8px 0;
		border-left: 1px solid #d9d9d9;
}


.pagin-btn a:last-child {
	border-radius: 8px 0 0 8px;
}


.pagin-btn a i {
margin: 0 5px;
font-size: 12px;
}


.rdo-box {
	
	display: flex;
gap: 18px;
padding: 6px 12px;
background: #fff;
border-radius: 6px;
border: 1px solid #d9d9d9;
}




/**********************/


.range-slider {
  *zoom: 1;
  margin: 20px 0;
  padding-top: 35px;
  position: relative;
  text-align: center;
}
.range-slider:before, .range-slider:after {
  content: " ";
  display: table;
}
.range-slider:after {
  clear: both;
}

.range-slider .track {
  bottom: 15px;
  height: 6px;
  left: 0;
  margin-bottom: -3px;
  position: absolute;border-radius: 5px;
  width: 0;
  z-index: 50;
}
@media (min-width: 640px) {
  .range-slider .track {
    bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .range-slider .track {
    bottom: 15px;
  }
}
.range-slider .track--full {
  background: #aaa;
  width: 100%;
}
.range-slider .track--included {
  background: #00a5a5;
  border-radius: 3px;
}
.range-slider .slider-thumb {
  background: #555;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  display: block\9;
  height: 30px;
  right: 0;
  position: absolute;
  width: 30px;
  z-index: 101;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .range-slider .slider-thumb {
    display: block;
  }
}
@media (min-width: 640px) {
  .range-slider .slider-thumb {
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 1024px) {
  .range-slider .slider-thumb {
    height: 30px;
    width: 30px;
  }
}
.range-slider [type=range] {
  -webkit-appearance: none;
  background: none;
  height: 30px;
  margin: 0;
  outline: none;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 75;
  
  
  
}
@media (min-width: 640px) {
  .range-slider [type=range] {
    height: 30px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type=range] {
    height: 30px;
  }
}
.range-slider [type=range]:focus {
  outline: none;
}
.range-slider [type=range]::-moz-focus-outer {
  border: 0;
}
.range-slider [type=range]:first-of-type {
  float: right;
  margin-bottom: -30px;
}
@media (min-width: 640px) {
  .range-slider [type=range]:first-of-type {
    margin-bottom: -30px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type=range]:first-of-type {
    margin-bottom: -30px;
  }
}
.range-slider [type=range]:last-of-type {
  float: left;
  margin-bottom: 0;
}
.range-slider [type=range]::-webkit-slider-runnable-track {
  background: none;
  border: 0;
  height: 6px;
  z-index: -1;
}
.range-slider [type=range]::-ms-fill-lower {
  background: none;
  border: 0;
}
.range-slider [type=range]::-ms-fill-upper {
  background: none;
  border: 0;
}
.range-slider [type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-color: transparent;
  color: transparent;
  height: 6px;
  z-index: -1;
}
.range-slider [type=range]:focus::-ms-fill-lower {
  background: none;
  border: 0;
}
.range-slider [type=range]:focus::-ms-fill-upper {
  background: none;
  border: 0;
}
.range-slider [type=range]::-moz-range-track {
  -moz-appearance: none;
  background: none;
  border: 0;
  height: 6px;
  z-index: -1;
}
.range-slider [type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #555;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  margin-top: -12px;
  outline: 0;
  pointer-events: all;
  position: relative;
  width: 20px;
  z-index: 100;
}

@media (min-width: 1024px) {
  .range-slider [type=range]::-webkit-slider-thumb {
    height: 17px;
    margin-top: -12px;
    width: 17px;
  }
}
.range-slider [type=range]::-ms-thumb {
  background: #555;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  margin-top: 0;
  pointer-events: all;
  position: relative;
  width: 20px;
  z-index: 100;
}
@media (min-width: 640px) {
  .range-slider [type=range]::-ms-thumb {
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type=range]::-ms-thumb {
    height: 20px;
    width: 20px;
  }
}
.range-slider [type=range]::-moz-range-thumb {
  -moz-appearance: none;
  background: #555;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  margin-top: -12px;
  pointer-events: all;
  position: relative;
  width: 20px;
  z-index: 100;
  background: #fff;
border: 2px solid #00a5a5;
}
@media (min-width: 640px) {
  .range-slider [type=range]::-moz-range-thumb {
    height: 20px;
    margin-top: -12px;
    width: 20px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type=range]::-moz-range-thumb {
    height: 20px;
    margin-top: -12px;
    width: 20px;
  }
}
.range-slider .output,
.range-slider output {
  background: #00a5a5;
  border: none;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
 
  right: 50%;

padding: 2px 8px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%, 0);
}



.range-slider output:after {
content: '';
border-right: 8px solid transparent;
border-left: 8px solid transparent;
border-top: 8px solid #00a5a5;
width: 8px;
height: 8px;
position: absolute;
top: 100%;
left: 50%;
margin-left: -7px;
background-size: 100% 100%;
margin-top: -2px;}



.toor-content h5 {
	  font-size: 18px;
  margin-bottom: 10px;
  font-family: meed;
	
}

.toor-prf {
	
	display: flex;
	gap: 8px;
	align-items: center;
}


.toor-prf img {
	width: 50px;
height: 50px;
border-radius: 50%;
}


.toor-prf p {
margin: 0;

}


.toor-prf span {
color: #9f9f9f;
font-size: 13px;}





.ex-area {
background: #fff;
border-radius: 5px;
text-align: center;
padding: 20px;	margin-bottom: 15px;
}

.ex-area img {box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.03);
border: 1px solid #FFFFFF;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 0 auto 15px;
}

.ex-area p {
	margin-bottom: 5px;
	font-family: meed;
	font-size: 18px;
color: #000;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}


.ex-area.mx-300 p {
	font-size: 25px;

}

.x-rank .ex-area p {
	font-size: 21px;
}


.ex-area.mx-300 span,
.x-rank .ex-area span {
	font-size: 18px;
color: #6F6D6D;
}


.ex-area p i {
font-size: 12px;	
}

.ex-area span {
	font-size: 13px;
color: #9f9f9f;
}

.ex-area span+span {
margin-right: 15px;
}	


.ex-area .rts-btn,
.ex-area .btn-add {
	color: #fff;
	
	margin: 15px auto 0;
width: 100%;
max-width: 100%;
}

.ex-area  .stars-area {
margin-top: 5px;	
}


.stars-area i {
  color: #ffa500;
font-size: 16px;}


.stars-pixi {display: inline-block;
	margin-right: 10px;
}

.stars-pixi i {
  color: #d9d9d9;
font-size: 13px;	
}



.modal-body .text {
min-height: 80px;
text-align: center;
align-items: center;
display: grid;
}

.modal-body .text h2 {
font-size: 18px;
font-family: meed;
color: #000;}


.modal-body .text p {
	font-size: 18px;
color: #000;
font-family: reg;
}



.modal-forget .modal-content {
background: #F2F7FF;
border-radius: 5px;
overflow: hidden;
font-family: meed;
font-size: 18px;
}


.login-page-form-area h6 {
text-align: center;
color: #323131;
font-size: 18px;
font-style: normal;
border-bottom: 1px solid #d9d9d9;
margin-bottom: 55px;
padding-bottom: 20px}




.all-cots {
	
	display: inline-flex;
flex-wrap: wrap;
}


.all-cots .cot-box {
min-width: 33.333%;
width: 33.3333%;
padding: 0 15px;
}


.strong {
	font-family: meed;
}


.flx-header {
	display: flex;
		justify-content: space-between;
		align-items: center;
}

.flx-header h3 {
	color: #000;
}




.cash-filter {

align-items: center;

justify-content: space-between;
}

.sp-actions h3 {
	font-size: 18px;
color: #000;
font-family: meed;
line-height: 45px;
margin:0;
}

.cash-filter > div {

}



.fil-fx,
.hd-btns {
display: flex;position: relative;
gap: 10px;justify-content: end;
}

.no-shadow {
box-shadow: none !important;
}

.cash-filter > div > span {
	font-size: 18px;
color: #000;
font-family: meed;
line-height: 45px;	
}


.fil-fx span {
font-size: 18px;
color: #000;
font-family: meed;
line-height: 45px;	

}


.fil-fx input {
padding: 0 15px 0 7px;
background: #eee;
border-radius: 6px;
height: 50px;

}


.fil-fx .nice-select-wrap {
		width: 180px;margin: 0;
	}
	
	
	
	.cash-filter .select2-container--default .select2-selection--single {
	Background: #EEE;
	border: 0;
	
}
	

.cash-filter .fil-fx input,
.cash-filter .fil-fx .select2 {
width: 160px !important;	
}


.filt-card {
	
	padding: 20px;
Background: #fff;
box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.03);
margin-bottom: 35px;
border-radius: 5px;
}

.page-title {
	font-size: 22px;
	color: #000;
margin: 0;
}
	
	
	
	
	
	
	.input-file label {
background: #f5f5f5;
border-radius: 6px;
overflow: hidden;
border: 1px solid #C6C5C5;
width: 100%;
display: flex;
align-items: center;
gap: 30px;
padding: 15px 25px;margin: 0;position: relative;
cursor: pointer;
	}
	
	.input-file label img {
		
	  width: 80px;
  height: 80px;
  margin: 0;
}
	
	.input-file label p {
	color: #000;
	font-size: 22px;
	margin: 0;}
	
	
	.input-file label p span {
		display: block;
		color: #2C2929;
		font-size: 18px;margin-top: 7px;
	}
	
	
	.input-file label p .mx-img {
		position: absolute;
left: 30px;
bottom: 24px;
	}
	
	
	
	

.file-upload-wrapper {
	 position: relative;
	 width: 100%;
	 height: 55px;margin-bottom: 10px;
}
 .file-upload-wrapper:after {
	 content: attr(data-text);
	 font-size: 18px;
	 position: absolute;
	 top: 0;
	 left: 0;
border: solid 1px #cacaca;
	 padding: 10px 15px;
	 display: block;
	 width: calc(100% - 40px);
	 pointer-events: none;
	 z-index: 20;
	 height: 55px;
	 line-height: 35px;
	 color: #5a5a5a;
	 
	 font-weight: 300;text-transform: capitalize;
}/*
 .file-upload-wrapper:before {
	 content: 'Upload';
	 position: absolute;
	 top: 0;
	 right: 0;
	 display: inline-block;
	 height: 55px;
	 background: #111;
	 color: #fff;
	 font-weight: 300;
	 z-index: 25;
	 font-size: 18px;
	 line-height: 55px;
	 padding: 0 15px;
	 text-transform: capitalize;
	 pointer-events: none;
	 border-radius: 0 2px 2px 0;
}*/
 .file-upload-wrapper:hover:before {
	 background: #000;
}
 .file-upload-wrapper input {
	 opacity: 0;
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 z-index: 99;
	 height: 55px;
	 margin: 0;
	 padding: 0;
	 display: block;
	 cursor: pointer;
	 width: 100%;
}
 
 
 
 
.box {
  position: relative;
  background: #ffffff;
  width: 100%;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
  display: flex;
justify-content: space-between;
align-items: center;
}

.box-tools {

}

.dropzone-wrapper {

  position: relative;

}

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 50px;
  font-size: 18px;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;

  cursor: pointer;
  opacity: 0;top: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5;
}

.preview-zone {
  text-align: center;
}

.preview-zone .box {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}

.box-body {
display: flex;
align-items: center;
gap: 15px;	
}

.box-body p {
	margin: 0;
}

.ino-file {
padding: 20px;
border: 1px solid #D9D9D9;	
border-radius: 5px;
}

.up-fx p {
font-size: 17px;
color: #000;
}


.up-fx {
	display: flex;
gap: 8px;
align-items: center;
}


.stat-file {
	display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 25px;
}

.stat-file button {
padding: 8px 26px;
font-size: 18px;}


.text-chrt {
margin: 30px 0 20px;}

.check-box i {
	margin-left: 6px;
	font-size: 19px;
}

.meed p,
.meed  {
	font-family: meed !important;
}
.reg p,
.reg {
font-family: reg !important;
}


.fnt-18 p,
.fnt-18 {
	font-size: 18px;
}


.foot-mdal {
	display: flex;
	align-items: center;
	justify-content: space-between;
}




.group-numexo input:last-child {

width: 80px;
position: absolute;
right: 0;
border-left: 0;}


.group-numexo input.crd-num {
	padding-left: 70px;
text-align: left;
padding-right: 80px;
}


.dashboard__title {
margin: 0 15px 30px;
}


.dashboard__title img {
	width: 90px;
	
}



.dashboard_contents {
	  background: #fff;
	  max-width: 940px;
margin: 60px auto;
}


.invoice {
    background: #fff;padding: 35px;
border: 1px solid #BCB2B2;
margin: 0 15px;
}
.invoice .invoice__head {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #BCB2B2;
	display: flex;
justify-content: space-between;
}
.invoice .invoice__head .invoice_logo {
    float: left;
    margin-top: 10px;
}
.invoice .invoice__head .info {
    float: right;
    text-align: right;
	width: 30%;
}

.invoice .invoice__head .info:first-child {
width: 70%;}



.invoice .invoice__head .info h4 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 32px;
    color: #000;
    font-weight: 500;font-family: meed;
}

.invoice .invoice__head .info p {
	   font-size: 18px;
	   margin: 0;  color: #000;
}



.invoice .invoice__meta .address {
    width: 30%;
    display: inline-block;
    margin-left: -3px;vertical-align: top;
}

.invoice .invoice__meta .address:first-child {
width: 70%;}

.invoice .invoice__meta .address h5 {
color: #000;
font-size: 20px;
line-height: 30px;
margin-bottom: 5px;
font-family: meed;
}

.invoice .invoice__meta .address p {
color: #000;
font-size: 18px;
font-family: meed;

}



.invoice .invoice__meta .date_info {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin-left: -3px;
}
.invoice .invoice__meta .date_info p span {
    color: #000;
    font-weight: 500;
    margin-right: 5px;
}
.invoice .invoice__meta .date_info p span:after {
    content: ":";
    margin-left: 2px;
}
.invoice .invoice__meta .date_info p.status {
    color: #77de51;
}
.invoice .invoice__meta {
    padding: 30px 0 0;
}

.invoice .pricing_info {
width: 30%;
margin-right: auto;margin-top: 10px;
}
.invoice .pricing_info p {
    margin: 0;
    color: #000;
    line-height: 36px;
	font-weight: meed;
font-size: 18px;
}


.invoice .pricing_info p span {
width: 140px;
text-align: right;font-size: 20px;
display: inline-block;
}

.invoice .pricing_info .bold {
    font-size: 18px;
}

.invoice .invoice__detail tr {
	border-bottom: 1px solid #BCB2B2
}

.invoice .invoice__detail tr td:last-child,
.invoice .invoice__detail tr th:last-child {
text-align: left;	
}

.invoice .invoice__detail td,
.invoice .invoice__detail th {
   border: 0;
   padding: 18px 0;
}
.invoice .invoice__detail th {
font-size: 20px;
font-family: meed;}


.invoice .invoice__detail .table {
	margin: 0;
}

.invoice .invoice__detail td {

font-size: 18px;
font-family: meed;
}

.main-pic {
text-align: center;	
}

.main-pic label p {
	font-size: 21px;font-family: reg;
}

.main-pic label p i {
color: #999;
margin-left: 5px;
}


.main-pic label p span {
font-size: 18px;
}


.upgrade_service_inputs {
  padding: 20px;
  border: 0;
  background: #f7f9fc;
  position: relative;
  
}
/*
.upgrade_sputs {
	display: none;
}*/

.upgrade_sputs.active {
	display: block;
}


.upgrade_service_inputs {
	padding: 40px 25px;
border: 0;
background: #f7f9fc;
position: relative;
margin-bottom: 40px;
}

.remove_upgrade {
left: -1px;
top: -1px;
  position: absolute;
  border: 0;
  background: #d4d8e0;
  background: #f9e2dd;
  padding: 0;
  font-size: 12px;
  width: 24px;
  height: 24px;
  color: #d54220;
  text-align: center;
}

.filt-card form {
position: relative}


.close-addon {
	position: absolute;
	left: 0;
	top: 0;
	width:40px;
	height:40px;
	text-align: center;
	line-height: 40px;
	color: #000;
	font-size: 20px;cursor: pointer;
}


.close-addon:hover {
color: #00a5a5;}


#upgrade_service_btn {
	position: absolute;
left: 0;
}



.tab-content .category-style-one {
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.03);

}






.tags-input-wrapper{
    background: transparent;
    padding: 0 10px;
    border-radius: 4px;
    
    border: 1px solid #C6C5C5
}
.tags-input-wrapper input{
    border: none;
    background: transparent;
    outline: none;
    width: 140px;
    margin-left: 8px;
	height: 48px !important;
margin-bottom: 0 !important;
}

.card-body .tag,
.tags-input-wrapper .tag{
    display: inline-block;
    background-color: #00a5a5;
 
color: #000;
    padding: 0 25px;
    margin-right: 5px;
    margin-bottom:5px;
position: relative;
text-align: center;
line-height: 30px;
min-width: 105px;
height: 30px;
border-radius: 5px;
font-size: 17px;

}

.card-body .tag a,
.tags-input-wrapper .tag a {
    margin: 0 7px 3px;
    display: inline-block;
    cursor: pointer;
	position: absolute;
right: 4px;
font-size: 22px;
}


.acc-typ {
display: flex;
justify-content: space-between;
margin: 10px 0 30px;	
}

.acc-typ .check-box label {
	font-size: 18px;
	color: #000;
}










#hubble-container {
  width: 50%;
  font-size: 0;
  border: 1px solid #111;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 2rem;
}

#hubblepic {
  width: 100%;
}

@media all and (max-width: 500px) {
  #zoomer, #hubble-container {
    width: 85%;
  }
}








.avatar-upload {
	max-width: 400px;
  position: relative;
 margin: 0 auto;
text-align: center;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
width: 100%;
height: 100%;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

/*
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}*/
.avatar-upload .avatar-preview {
  width: 380px;
  height: 380px;
  position: relative;
  border: 14px solid #7E7B7B;
  overflow: hidden;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}





.range {
  background: linear-gradient(to right, #e2e2ea 100%, #615F5F 0%);
  height: 10px;
  max-width: 100%;
  width: 100%;
  position: relative;
  border: none;
  border-radius: 20px;
  margin: 20px 0;
  appearance: none;
  margin: 30px auto;
}
.range [type="range"] {
  appearance: none;
  background: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 30px;
  padding: 0;
}
.range [type="range"]:focus {
  outline: none;
}
.range [type="range"]::-webkit-slider-runnable-track {
  background: transparent;
}
.range [type="range"]::-moz-range-track {
  background: transparent;
}
.range [type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #999;
  cursor: pointer;
  border: none;
}
.range [type="range"]::-moz-range-thumb {
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #999;
  cursor: pointer;
  border: none;
}
.range [type="range"]::-ms-thumb {
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #999;
  cursor: pointer;
  border: none;
}
.range [type="range"]::-ms-fill-lower {
  background: #615F5F;
}
.range [type="range"]::-ms-fill-upper {
  background: #e2e2ea;
}
.range [type="range"]::-ms-track {
  color: transparent;
  border: 0 solid transparent;
  background: transparent;
}
.range [type="range"]::-ms-tooltip {
  display: none;
}
.range {
  max-width: 70%;
}
@media (max-width: 1000px) {
  .range {
    max-width: 100%;
  }
}



.moda-zoom .buttons-area {
	display: flex;
gap: 10px;
justify-content: end;
padding: 0 0 20px 20px;
}





.main-pic .imagePreview {
	width: 100%;
height: 100%;
position: absolute;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
right: 0;
}


.mx-300 {
	max-width: 370px;
}

.veri-box {
	margin-top: 20px;
}

.veri-box h2 {
	font-size: 23px;
font-family: meed;
color: #000;
text-align: center;
}

.veri-box ul {
	list-style: none;
	display: inline-block;
	
}

.veri-box ul li {
width: 50%;
padding-right: 25px;
margin: 10px 0 0;
font-size: 18px;
color: #000;
position: relative;
float: right;
}

.veri-box ul li:before {
content: "\f00c";
position: absolute;
top: 5px;
right: 0;
width: 16px;
height: 16px;
text-align: center;
line-height: 16px;
transition: all 0.3s;
font-family: "Font Awesome 5 Pro";
color: #fff;font-size: 10px;
background: #00a5a5;
border-radius: 50%}


.flx-hdr {
display: flex;justify-content: space-between;
align-items: center;
}


.flx-hdr h3 {
	color: #000;
font-size: 21px;
}

.x-rank {
padding: 20px 25px;
}

.x-rank .card-header {
	margin-bottom: 20px;
	min-height: auto;
}




.x-rank:nth-child(2),
.x-rank:first-child {
border-bottom: 1px solid #dfdfdf
}


.x-rank:last-child {	
	border-bottom: 0
}


.x-rank .rk {
	margin-bottom: 14px;
	display: flex;
justify-content: space-between;
align-items: center;
}


.let-rk {
min-width: 125px;
text-align: right;	
width: 100%;
}

.x-rank .rk p {
margin: 0;min-width: 200px;
color: #000;
font-size: 17px;}


.let-rk > .btr {font-size: 19px;
	padding: 4px 7px;
	border-radius: 2px;
	color: #fff;display: inline-block;
}

.let-rk span {
color: #2C2D2E;

}


.let-rk span a {
color: #00a5a5;

}

.ddr-img {
	margin-bottom: 15px;
}




.swt-box {
	display: flex;
align-items: center;
gap: 10px;
}


.swt-box p {
margin:0;
font-size: 17px;
color: #000;
}


.swt-box .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.swt-box .switch input {
  display:none;
}

.swt-box .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.swt-box .slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px;
}

.swt-box input:checked + .slider {
  background-color: #66bb6a;
}

.swt-box input:checked + .slider:before {
  transform: translateX(26px);
}

.swt-box .slider.round {
  border-radius: 34px;
}

.swt-box .slider.round:before {
  border-radius: 50%;
}
















.card .details-share {
  display: flex;
  align-items: center;margin: 40px auto;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card .details-share {
    justify-content: flex-start;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .card .details-share {
    justify-content: flex-start;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .card .details-share {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.card .details-share button {

  position: relative;
  z-index: 1;
  margin-right: 14px;
  color: #1C2539;
  transition: 0.3s;
  font-size: 19px;
    height: 39px;
  width: 50px;
 border: 1px solid #00a5a5;
   border-radius: 5px;
}
/*
.card .details-share button::after {
  position: absolute;
  content: "";
  background: #F6F6F6;
    height: 39px;
  width: 50px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
}*/
/*
.card .details-share button:hover {
  color: #fff;
}
.card .details-share button:hover::after {
  background: #00a5a5;
}*/




.job-feedback-picture {
position: absolute;
right: 0;
top: 0;
}

.job-feedback-picture img {
width: 60px;
height: 60px;
border-radius: 50%;}


.job-feedback-picture.middle-align {

}

.job-feedback-content {
    padding-right: 75px;
    width: 100%;position: relative;
    box-sizing: border-box;
	margin-bottom: 10px;
}


.feedback-answer {
    margin-right: 45px;
    border-top: none;
	margin-bottom: 0 !important;
}

.feed {
	margin-bottom: 25px;
position: relative;
}


.feed-block {background: #F2F7FFE8;

	padding:30px 20px;
	margin-bottom: 15px;
	border-radius: 2px;
}


.job-feedback-content a {
	font-family: meed;
	font-size: 17px;
	color: #000;
	margin: 0;
}



.cb p {

	font-size: 17px;
	color: #000;
	margin: 0;
}

.grey-time span {
	font-size: 18px;
	color: #6F6D6D;margin-left: 8px;

}

.grey-time span i {
margin-left: 6px;
}




.feed .stars-area {
	position: absolute;
left: 0;
top: 0;
}






@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-4000.woff2") format("woff2"); }

.fax {
  font-family: 'Font Awesome 6 Brands'; }




.fa-x-twitter::before {
  content: "\e61b";
}


.ex-arma img {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.03);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 15px;	
}

.ex-arma img {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.03);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.ex-arma p {
  margin-bottom: 5px;
  font-family: meed;
  font-size: 21px;
  color: #000;
}

.ex-arma {
margin-top: 20px;
display: inline-block;
text-align: center;}


.sd-tous {
	display: flex;
	justify-content: space-between;
	align-items: end;
}


.many-tim {
display: flex;
justify-content: start;
gap: 15px;
align-items: center;
}

.many-tim h3 {
font-family: meed;
font-size: 18px;
margin: 0;
color: #000;}

.many-tim .nice-select-wrap {
	background: #F3F8FF;

height: 40px;
line-height: 40px;
padding: 5px 18px 10px 0;}


.rts-link {
border: 1px solid #00a5a5;
border-radius: 5px;
color: #00a5a5;
font-size: 18px;
width: 134px;
line-height: 40px;
display: block;
text-align: center;
}

.rts-link i {
	color: #615F5F;
	margin-right: 14px;
}


.rts-link:hover {
background: #00a5a5;
color: #fff;
}

.rts-link:hover i {
color: #fff;
}


.cate-box {
	position: relative;
	
}

.khabeer-dropdown {
position: absolute;
left: 15px;
top: 15px;
z-index: 2;
}

.feed .khabeer-dropdown {
left: 0;
top: 0;	
}


.dropdown .btn {
	width: 82px;
height: 28px;
top: 708px;
left: 120px;
gap: 0px;
border-radius: 3px 0px 0px 0px;
opacity: 0px;
font-size: 19px;
	background: #D9D9D9;

}


.dropdown-menu {
min-width: 75px;
width: 100%;
background: #f5f5f5;
border: 0;
text-align: center;
padding: 0;
}


.title-between-area .dropdown-menu {
	background: #ecf1ff;
}

.dropdown-menu li {
margin: 0;
}


.dropdown-menu .dropdown-item {

font-size: 16px;}




.dropdown-toggle:after {
margin-right: 8px;
margin-left: 0;
	}
	
	/*
	.dropdown-toggle:after {
		position: absolute;
left: 12px;
top: 18px;
	}*/
	
	
	
	.feed-overall .cb p {
		font-size: 18px;
	}
	
	
	.offer-over {
		margin: 25px auto;
border-radius: 5px;
width: 90%;
background: #F2F7FF;
display: flex;
align-items: center;
justify-content: space-between;
	}
	
	.over-box {
min-width: 33%;
padding: 30px 20px;
text-align: center;
display: flex;
gap: 21px;
border-left: 1px solid #ddd;
text-align: center;
justify-content: center;
}

.over-box:last-child {
	border-left: 0;
}

.over-box span,
.over-box p{
margin: 0;
font-size: 18px;
color: #000;
font-family: meed;}


.feed-overall {
	  padding: 40px 30px;
  
}

.my-offer {
	padding-bottom:100px;
}
.my-offer  .dropdown .btn {
width: 100px;
}



.feed-overall .buttons-area {
	margin-top:30px;
}

.feed-overall .feed {
	margin-bottom: 0;
}


.alls-tript li {
list-style: none;
margin: 0;
display: flex;
gap: 10px;
margin-bottom: 14px;
align-items: center;}

.alls-tript li h3 {
font-size: 17px;
color: #000;
margin: 0;
font-family: reg;
}


.alls-tript li span {
width:33px;
height: 33px;
border: 2px solid #d9d9d9;
border-radius: 50%;
position: relative;
}


.alls-tript li span:after {
width: 23px;
height: 23px;
left: 3px;
top: 3px;
content:'';
position: absolute;	
background: #d9d9d9;
border-radius: 50%;
}



.alls-tript li.wldon-tript span:after {
content: '\f104';
font-family: "Font Awesome 5 Pro";
font-size: 20px;
background: #00a5a5;
color: #fff;
width: 33px;
height: 33px;
left: auto;
top: auto;
line-height: 33px;
text-align: center;
right: -2px;
bottom: -2px;
	}
	
	
	.cop-txt {
position: absolute;
top: -36px;
left: 50%;
margin: 0;
font-size: 13px;
width: 110px;
transform: translate(-50%);
background: #ECF1FF;
border-radius: 5px;
display: none;
	}
	
	
	.cop-txt:before {
content: '';
border-right: 12px solid transparent;
border-left: 12px solid transparent;
border-top: 12px solid #ECF1FF;
width: 8px;
height: 5px;
position: absolute;
bottom: -8px;
left: 50%;
margin-left: -12px;
background-size: 100% 100%; }

.cop-txt.active {
display: block;	
}


.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;

}

.input-block input:disabled, .dashed-heads input:disabled, .settings-wrap input:disabled {
	background-color: #e9ecef;
}


.sales-card {
		padding: 25px 30px;
  border-bottom: 1px solid #ddd;
background: #fff;
}
.sales-card:last-child {
margin-bottom: 40px;
border-bottom: 0;
}

.sales-card .job-feedback-content,
.sales-card .feed { 
margin-bottom: 0;}

.sales-card .job-feedback-content {
	padding-right: 95px;
}


.sales-card .job-feedback-picture img {
width: 70px;
height: 70px;
border-radius: 50%;	
}

.sales-card .job-feedback-content a {
font-family: reg;
font-size: 18px;
margin-bottom: 5px;
display: block;}

/*

.bg-gray {
	background: #f7f9fd;
}*/


.atch-btns {
	display: flex;
align-items: start;
gap: 20px;margin-bottom: 25px;
}


.note-lst {
	padding: 25px;
background: #F2F7FF;
border-radius: 5px;
}


.note-lst p {
	color: #000;line-height: 33px;
	font-size: 22px;

}

.note-lst p a {
	color: #0068AC;

}




/********************/
.igo-img {
	text-align: center;
	padding: 20px;
	}
	
	.igo-img img {
	margin-bottom: 10px;
	max-width: 300px;
	}
	
	
 .card-like {

}
 .btn-irv {
	 width: 100%;
	 background: #00a5a5;
	 color: #fff !important;
	 font-weight: bold;
	 padding: 10px 0;
	 transition: all 0.3s;
}
 .btn-irv:hover {
	 background: #02738d;
	 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
 .btn-irv-default {
	 font-weight: bold;
	 background: #bbb;
	 color: #fff !important;
}
 .btn-irv-default:hover {
	 background: #aaa;
}
 .wizard {
	 overflow: hidden;
}
 .wizard .wizard-header {
	
}
 .wizard .wizard-header h1 {
	 margin-top: 0;
	 margin-bottom: 20px;
}
 .wizard .wizard-header h1 small {
	 color: #bbb;
}
 .wizard .wizard-header hr {
	 border-color: #00a5a5;
	 border-top-width: 2px;
}
 .wizard .wizard-header .steps {
	 height: 15px;
}
 .wizard .wizard-header .steps .wizard-step {
	 background: #d9d9d9;
	 width: 18px;
	 height: 18px;
	 display: inline-block;
	 margin: 0 10px;
float: left;
	 border-radius: 50%;
	 transition: all 0.8s;
}
 .wizard .wizard-header .steps .wizard-step.active {
 background: #00a5a5;
}
 .wizard .wizard-body {
	 position: relative;
	 transition: all 0.3s cubic-bezier(0.68, -0.3, 0.37, 0.6);
}
 .wizard .wizard-body .step {
	 transition: all 0.3s ease-in-out;
	 position: absolute;
	 width: 100%;
	 top: 0;
	 right: -100%;
	 opacity: 0;
}
 .wizard .wizard-body .step.initial {
	 position: relative;
}
 .wizard .wizard-body .step.off {
	 opacity: 0 !important;
	 right: 100% !important;
}
 .wizard .wizard-body .step.active {
	 right: 0;
	 margin-left: 0;
	 margin-top: 0;
	 opacity: 1;
	 transition: all 0.4s linear;
	 transition-delay: 0.1s;
}
 .wizard .wizard-footer {
	 margin: 0 0 30px;
	 display: flex;
padding: 0 30px;
justify-content: end;
gap: 5px;
}
 
 .lst-wiz {
	display: flex;
justify-content: space-between;
width: 100%;
align-items: center; 
	 
 }
 
 .lst-wiz p {
	 width: 75%;
	 font-size: 18px;
color: #000;
margin: 0;
 }
 
 
 /**************************/	
 
 .bg-blue {
	 background: #161CC1;
 }
 
 
 .border-bottom {
  border-bottom: 1px solid #dfdfdf !important;
}

.x-rank .ex-area img {
	box-shadow: none;
border: 0;
}


/********************/
 .ratings {

}
 .ratings .star {
	 cursor: pointer;
}
 .ratings .star.active {
	 opacity: 0;
	 animation: animate;
}
 @keyframes animate {
	 0% {
		 opacity: 0;
		 transform: scale(1);
	}
	 50% {
		 opacity: 1;
		 transform: scale(1.2);
	}
	 100% {
		 opacity: 1;
		 transform: scale(1);
	}
}
 .ratings .star:hover {
	 transform: scale(1.1);
}

.wr-ratings span {
	font-size: 17px;
	color: #000;
}



  .rating-group {
    display: inline-flex;
  }
  
  .rating__icon {
    pointer-events: none;
  }
  
  
  .rating__input--none {
    display: none
  }

  .rating__label {
    cursor: pointer;
   padding-right: 10px !important;
font-size: 22px !important;  }
  
  
  .rating__label:before,
  .rating__label:after {
	display: none;  
  }
  
  .rating__icon--star {
    color: orange;
	
  }
  
   .rating__input:checked ~ .rating__label .rating__icon--star,
  .rating__input:checked ~ .rating__label .rating__icon--star:after {
    color: #615F5F;
	font-weight: 300;
  }
  
  /*
  .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
  }

  .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }*/

/*
input[type=checkbox]:checked ~ label::after,
input[type=radio]:checked ~ label::after {
  opacity: 1;
}*/


.wr-ratings{
margin-bottom: 30px;
}

.wr-ratings label {
  display: inline-block;
  position: relative;
}


.wr-ratings label.required:after {
  content: "*";
  color: #FF6746;
  margin-left: 3px;
  transform: scale(1.1);
display: inline-block;}


.wr-ratings .row {
	align-items: center;
	margin: 15px 0;
}


.wr-ratings .stars-area i {
  color: #ffa500;
  font-size: 22px;
  margin: 0 3px;
}


.another-converse {
	
	color: #00a5a5;
font-size: 18px;
font-family: bld;

width: 100%;
display: block;
padding: 20px 0;
}


.profile-dcard.ex-area img {
	box-shadow: none;
border: none;
width: 128px;
height: 128px;
}

/*				
.dropdown-toggle.rts-btn-two,*/
.hire-btn {
	font-family: bld !important;
}



.hire-btn .dropdown-toggle {
width: 185px;
max-width: 185px;font-size: 18px;
}


.hire-btn .dropdown-toggle i {
margin-left: 15px;
}
.hire-btn .dropdown-toggle:after {
	display: none;
}

.hire-btn .dropdown-menu .dropdown-item {
  font-size: 18px;
  padding: 10px;
}





.invit-line {
display: flex;
justify-content: space-between;
align-items: center;}

.conter {
display: flex;
gap: 20px;
align-items: center;
}


.invit-line a {
padding: 2px 10px;
text-align: center;
color: #fff;
background: #0086A4;
border-radius: 6px;
font-size: 17px;}


.invitation-box {
padding: 25px;
border-bottom: 1px solid #dedede;}



.invit-line .btr {
padding: 1px 13px;
background: #fff;
color: #fff;
font-size: 19px;
border-radius: 2px;}

.invit-line .ico-fear span {
color: #6F6D6D;
font-size: 18px;
margin-left: 12px;}

.invit-line .ico-fear span i {
margin-left: 4px;
}

.invitation-box > p {
font-family: meed;
font-size: 18px;
color: #00a5a5;
}


.card .card-body + .card-body .feed-overall {
border-top: 1px solid #ddd;}


.invitation-box .ratings {
	margin: 35px 0 20px;
}

.inrate-all .invitation-box:last-child {
	border-bottom: 0;
}


.action-fav {
	font-size: 20px;
}


.policy-text p {
	color: #000;
	font-size: 18px;
	line-height: 30px;
}

.policy-text strong {
display: block;
margin: 12px 0;
color: #00a5a5;
font-weight: normal;
font-family: meed;}


.policy-text ul {
	padding-right: 20px;
}

.policy-text ul li {
	font-size: 18px;
	list-style: initial;	
line-height: 30px;
color: #000;	
}


.pol-links {
	padding: 30px;
text-align: center;
display: grid;
align-items: center;
justify-content: center;
gap: 25px;
}


.pol-links a {
	font-size: 18px;
color: #000;
}

.pol-links a.active {
color: #00a5a5 !important;
}


.loga-area {
	position: relative;
padding: 0 40px;

}

.loga-area h6 {
	text-align: center;
color: #323131;
font-size: 18px;
font-style: normal;
border-bottom: 1px solid #d9d9d9;
margin-bottom: 40px;
padding-bottom: 20px;}

.setting-pageea p {
color: #000;
font-family: meed;
margin-bottom: 20px;
font-size: 17px;}


.foooe-area {
	padding: 0 40px;
	
}

.fologa {
border-bottom: 1px solid #d9d9d9;
margin-bottom: 40px;
padding-bottom: 40px;
}


.setting-pageea .check-box {
margin-bottom: 12px;
}

.setting-pageea .check-box label {
color: #000;
font-size: 17px;}


.ero-box {
	padding: 70px 70px 50px;	
	text-align: center;
}

.ero-box p {
font-size: 30px;
color: #000;
font-family: meed;
}

.ero-box h3 {
font-size: 60px;
color: #000;
margin: 0;
line-height: 1;
font-family: meed;
margin-top: 25px;
}




.tre-box {
	padding: 50px 70px 70px;	
	text-align: center;
	border-top: 1px solid #d9d9d9;
}

.tre-box p {
	font-size: 18px;
	color: #545454;
}

.ber-btns {
display: flex;
gap: 30px;
justify-content: center;
align-items: center;
margin: 50px 0 0;}


.ber-btns .rts-btn {
	width: 25%;
	
}

.ero-grid {
	display: grid;
align-items: center;
justify-content: center;
gap: 20px;
}

.ero-grid img {
	max-width: 180px;
}


.text-dark p {
  color: #212529 !important;
}


.delev-btns {
	display: flex;
position: relative;
gap: 10px;
justify-content: space-between;
padding: 10px 0;
align-items: center;
}


.delev-btns .input-block input {
	height: 40px !important;
margin: 0;
}


.sys-deliv p {
	padding: 8px;
color: #19B46B;
margin: 0;
text-align: center;
font-size: 23px;
}

.select2-results__option {
	margin: 0;
}

.select2-container--default .select2-selection--single {
	border-color: #C6C5C5;
	font-size: 18px;
}



.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00a5a5;
  color: white;
}




























.clo-flx {
	display: none;
}


.clo-flx p {
color: #000;
font-family: meed;
font-size: 17px;
}


.select2-container {
	direction: rtl;
}

.nw-drecolo .title-area-left-style {
	max-width: 80%;
}


.inner-xbox {
	padding-right: 25px;
}

.dfex-moob {
display: flex;
gap: 5px;
align-items: center;
justify-content: space-between;
/*width: 100%;*/
}






.mobile-menu-main .left-board {
background: #FFF;
margin-top: 20px;
}


.mobile-menu-main .left-board .leing-wrapper .single-item {
padding: 6px;
display: flex;
align-items: center;
gap: 10px;
background: #f9f9f9;
border-radius: 10px;
margin-bottom: 5px;
}


.mobile-menu-main .left-board .leing-wrapper .single-item i {/*
  transition: 0.3s;
  flex-basis: 8%;
  margin-top: 4px;*/

min-width: 30px;
min-height: 30px;
line-height: 30px;
background: #00a5a5;
display: block;
text-align: center;
border-radius: 10px;
color: #fff;
}


.mobile-menu-main .left-board .leing-wrapper .single-item p {
  color: #737477;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  transition: 0.3s;
}



.services-title-heal {
	display: flex;
align-items: center;
margin-bottom: 15px;
justify-content: space-between;
}





.sdk-box {
  display: flex;
  align-items: center;
  gap: 15px;	
}


.process-rank .ex-area {
	padding: 0;
	margin: 0;
}



.footer-callto-action-area .footer-one-main-wrapper {
	padding: 0 40px;
}











/**********/



.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}


/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// Â© Denis Ineshin, 2014    https://github.com/IonDen
// Â© guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs {
    height: 55px;
}
.irs-with-grid {
    height: 75px;
}
.irs-line {
    height: 10px; top: 33px;
    background: #EEE;
    background: linear-gradient(to bottom, #DDD -50%, #FFF 150%); /* W3C */
    border: 1px solid #CCC;
    border-radius: 16px;
    -moz-border-radius: 16px;
}
    .irs-line-left {
        height: 8px;
    }
    .irs-line-mid {
        height: 8px;
    }
    .irs-line-right {
        height: 8px;
    }

.irs-bar {
    height: 10px; top: 33px;
    border-top: 1px solid #8c1001;
    border-bottom: 1px solid #c1131c;
    background: #428bca;
    background: linear-gradient(to top, #c1131c 0%, #8c131c 100%); /* W3C */
}
    .irs-bar-edge {
        height: 10px; top: 33px;
        width: 14px;
        border: 1px solid #8c131c;
        border-right: 0;
        background: #8c131c;
        background: linear-gradient(to top, #8c131c 0%, #c1131c 100%); /* W3C */
        border-radius: 16px 0 0 16px;
        -moz-border-radius: 16px 0 0 16px;
    }

.irs-shadow {
    height: 2px; top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 25px;
    width: 27px; height: 27px;
    border: 1px solid #AAA;
    background: #DDD;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%); /* W3C */
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
    background: #FFF;
}

.irs-min, .irs-max {
    color: black;
    font-size: 12px; line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 16px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #8c131c;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}
.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}
.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.irs-disabled {
}




/************************/
/*************************/

/*** 

====================================================================
	Main Slider Section Two
====================================================================

***/

.main-slider-two {
    position: relative;
    overflow: hidden;
}

.main-slider-two .slide {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    align-items: center;
    float: none;
}

.main-slider-two .slide img {
    height: 450px;
    width: 100%;object-fit: cover;
}

/*
.main-slider-two .slide:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
width: 100%;
height: 100%;
background-color: rgba(37, 37, 37, 0.7);
}

.main-slider-two .owl-item img {
    transition: all ease-in-out 8s;
}
*/
.main-slider-two .owl-item.active img {}

.main-slider-two .pattern-layer-one {
    position: absolute;
    left: -40px;
    width: 170px;
    height: 383px;
    bottom: 25%;
    z-index: 2;
    background-repeat: no-repeat;
    opacity: 0.2 !important;
}

.main-slider-two .pattern-layer-two {
    position: absolute;
    right: 0px;
    width: 243px;
    height: 404px;
    bottom: 0px;
    z-index: 1;
    background-repeat: no-repeat;
    opacity: 0.2;
}

.main-slider-two .content-boxed {
    position: absolute;
    z-index: 10;
    top: 0;
    z-index: 9;
    height: 100%;
    display: grid;
    align-items: center;
    width: 60%
}

.main-slider-two .content-boxed .inner-box {
    position: relative;
}

.main-slider-two h1 {
    color: #fff;
    opacity: 0;
    transform: translateX(200px);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-bottom: 5px;
    font-size: 34px;
	max-width: 45%;
}

.main-slider-two .active h1 {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.main-slider-two .text {
    opacity: 0;
    font-weight: 400;
    line-height: 2em;
    max-width: 600px;
    font-size: 18px;
    color: #fff;
    transform: translateX(200px);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-bottom: 15px;
}

.main-slider-two .active .text {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.main-slider-two .price {
    opacity: 0;
    
    line-height: 1em;
    font-size: 60px;
    color: #1fa12e;
    transform: translateX(200px);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-bottom: 20px;
}

.main-slider-two .price span {
    position: relative;
    top: -25px;
    font-weight: 500;
    font-size: 24px;
}

.main-slider-two .price sup {
    position: relative;
    top: -22px;
    font-weight: 500;
    font-size: 20px;
}

.main-slider-two .active .price {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.main-slider-two .btns-box {
    opacity: 0;
    transform: translateX(200px);
    transform-origin: top;
    display: inline-block;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.main-slider-two .active .btns-box {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 900ms;
}

.main-slider-two .btns-box .theme-btn {
    margin-right: 25px;
    margin-bottom: 15px;
}

/*
.main-slider-two .owl-dots{
	display:none;
}*/

.main-slider-two .owl-nav {
    position: absolute;
    left: 100px;
    display: flex;
    bottom: 30px;
    gap: 10px;
}

.main-slider-two .owl-nav .owl-prev,
.main-slider-two .owl-nav .owl-next {
    position: relative;
    font-size: 32px;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: none;
    text-align: center;
    font-size: 18px;
    border: 1px solid #fff;
}

.main-slider-two .owl-nav .owl-prev:hover,
.main-slider-two .owl-nav .owl-next:hover {
    color: #fff;
}

.main-slider-two:hover .owl-nav .owl-prev,
.main-slider-two:hover .owl-nav .owl-next {
    opacity: 1;
}

/*
.main-slider-two .owl-nav .owl-prev {
left:0;
}
.main-slider-two .owl-nav .owl-next {
right:0;
}

.main-slider-two .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    left: 50%;
    bottom: 0;
    font-size: 12px;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 1;
    background: #000c;
    padding: 15px;
    border-radius: 8px 8px 0 0;
}

.main-slider-two .owl-dots:after {
    content: "";
    right: 100%;
    top: 6px;
    position: absolute;
    border-bottom: 60px solid #000c;
    border-left: 25px solid transparent
}

.main-slider-two .owl-dots:before {
    content: "";
    left: 100%;
    top: 6px;
    position: absolute;
    border-bottom: 60px solid #000c;
    border-right: 25px solid transparent
}

.main-slider-two.pagination-right .owl-dots {
    left: auto;
    right: 25px;
}

.main-slider-two.pagination-right-outside .owl-dots {
    left: auto;
    right: -45px;
}

.main-slider-two.pagination-bottom .owl-dots {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
    left: 50%;
    bottom: 15px;
}

.main-slider-two.pagination-right-bottom .owl-dots {
    left: auto;
    right: 0;
    bottom: 12px;
    top: auto;
}

.external-indent .main-slider-two.pagination-right-bottom .owl-dots {
    bottom: -55px;
    right: -18px !important;
}

.main-slider-two.arrows-right-bottom.pagination-right-bottom .owl-dots {
    right: 70px;
}

.main-slider-two.pagination-left-bottom .owl-dots {
    right: auto;
    left: 0;
    bottom: 12px;
    top: auto;
}

.external-indent .main-slider-two.pagination-left-bottom .owl-dots {
    bottom: -55px;
    left: 0 !important;
}

.main-slider-two.arrows-left.pagination-left-bottom .owl-dots {
    left: 90px;
}

.main-slider-two .owl-dot {
    display: inline-block;
    color: #fff;
    counter-increment: slides-num;
    font-size: 18px;
    letter-spacing: 1px;
}

.main-slider-two.pagination-bottom .owl-dot,
.main-slider-two.pagination-left-bottom .owl-dot,
.main-slider-two.pagination-right-bottom .owl-dot {
    display: inline-block;
}

.main-slider-two .owl-dot.active {
    padding-right: 18px;
    color: #1fa12e;
}

.main-slider-two.pagination-bottom .owl-dot.active,
.main-slider-two.pagination-left-bottom .owl-dot.active,
.main-slider-two.pagination-right-bottom .owl-dot.active {
    padding: 0 18px 0 0;
}

.main-slider-two .owl-dot span {
    display: none;
}

.main-slider-two .owl-dot:before {
    content: "0"counter(slides-num);
    display: inline-block;
    margin-right: 18px;
}

.main-slider-two .owl-dot.active::after {
    width: 30px;
}

.main-slider-two .owl-dot:nth-child(n+10):before {
    content: counter(slides-num);
}

.main-slider-two.pagination-bottom .owl-dot:before,
.main-slider-two.pagination-left-bottom .owl-dot:before,
.main-slider-two.pagination-right-bottom .owl-dot:before {
    margin-bottom: 0;
    margin-right: 18px;
    display: inline-block;
    vertical-align: middle;
}

.main-slider-two .owl-dot:after {
    content: "";
    display: inline-block;
    width: 0;
    margin: 0 auto;
    height: 2px;
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}

.main-slider-two .owl-dot.active:after {
    width: 30px;
    background: #fff;
}

.main-slider-two.pagination-bottom .owl-dot:after,
.main-slider-two.pagination-left-bottom .owl-dot:after,
.main-slider-two.pagination-right-bottom .owl-dot:after {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0;
    height: 0;
    width: 1px;
}

.main-slider-two.pagination-bottom .owl-dot.active:after,
.main-slider-two.pagination-left-bottom .owl-dot.active:after,
.main-slider-two.pagination-right-bottom .owl-dot.active:after {
    width: 1px;
    height: 30px;
}
*/
.lines {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 90vw;
}

.lines .line {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    z-index: 1;
}

.lines .line:nth-child(1) {
    margin-left: -12.5%;
}

.lines .line:nth-child(2) {
    margin-left: -25%;
}

.lines .line:nth-child(3) {
    margin-left: -37.5%;
}

.lines .line:nth-child(4) {
    margin-left: -49.0%;
}

.lines .line:nth-child(5) {
    margin-left: 0%;
}

.lines .line:nth-child(6) {
    margin-left: 12.5%;
}

.lines .line:nth-child(7) {
    margin-left: 25%;
}

.lines .line:nth-child(8) {
    margin-left: 37.5%;
}

.lines .line:nth-child(9) {
    margin-left: 49.5%;
}

.lines .line:after {
    content: "";
    display: block;
    position: absolute;
    height: 10vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(75%, #fff), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 75%, #fff);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

@-webkit-keyframes run {
    0% {
        top: -50%;
    }
    to {
        top: 110%;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }
    to {
        top: 110%;
    }
}



.sop-man {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    width: 100%;
    display: grid;
    align-items: center;
	transform: translatey(-50%);
}

.hero-style-12.hero-banner {
    position: relative
}

.hero-style-12.hero-banner .banner-content {
	
	width: 90%;
}

@media (max-width:1500px) {
    .hero-style-12.hero-banner .banner-content {
        margin-left: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-style-12.hero-banner .banner-content {
        padding-top: 0
    }
}

.hero-style-12.hero-banner .banner-content .pre-title {
    display: inline-block;
    margin-bottom: 15px
}

@media only screen and (max-width:575px) {
    .hero-style-12.hero-banner .banner-content p br {
        display: none
    }
}

.hero-style-12.hero-banner .banner-content .banner-btn-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
    gap: 15px;
}

@media only screen and (max-width:991px) {
    .hero-style-12.hero-banner .banner-content .banner-btn-video {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}


.hero-style-12.hero-banner .banner-content .banner-btn-video .banner-btn a:hover {
    color: #fff
}

.hero-style-12.hero-banner .banner-content .banner-btn-video .video-btn {
    margin-left: 20px
}

.hero-style-12.hero-banner .banner-content .banner-btn-video .video-btn i {
    text-align: center;
    height: 50px;
    width: 50px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 52px;
    background: #d4dff1;
    color: #032b82;
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: rotatey(180deg);
    padding-left: 6px;
}

.hero-style-12.hero-banner .banner-content .banner-btn-video .video-btn span {
    font-size: 18px;
    font-weight: 500;
    color: #c9ddf0;
    padding-right: 10px;
}

.hero-style-12.hero-banner .banner-content .banner-btn-video .video-btn:hover i {
    color: #fff;
    background-color: #032b82
}

.hero-style-12.hero-banner .banner-thumbnail {
    margin-right: -366px;
    margin-top: -110px
}

@media only screen and (min-width:1401px) and (max-width:1650px) {
    .hero-style-12.hero-banner .banner-thumbnail {
        margin-right: -240px
    }
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
    .hero-style-12.hero-banner .banner-thumbnail {
        margin-right: -152px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-style-12.hero-banner .banner-thumbnail {
        margin-right: -132px;
        margin-top: 0
    }
}

@media only screen and (max-width:991px) {
    .hero-style-12.hero-banner .banner-thumbnail {
        margin-right: 0;
        margin-top: 0
    }
}

.hero-style-12.hero-banner .banner-thumbnail .thumbnail img {
    border-top-left-radius: 370px;
    border-bottom-right-radius: 365px;
    border-bottom-left-radius: 360px
}

.hero-style-12.hero-banner .edublink-animated {
    position: relative
}

.hero-style-12.hero-banner .edublink-animated .shape-group li.shape-1 {
    left: -437px;
    top: -300px
}

.hero-style-12.hero-banner .edublink-animated .shape-group li.shape-1 span {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    display: block;
    border: 1px solid #e5e5e5
}

.hero-style-12.hero-banner .edublink-animated .shape-group li.shape-2 {
    left: -270px;
    top: 11px
}

.hero-style-12.hero-banner .edublink-animated .shape-group li.shape-3 {
    left: -110px;
    top: 38px
}

.hero-style-12.hero-banner .edublink-animated .shape-group li.shape-3 span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f8b81f;
    display: block
}

.hero-style-12.hero-banner .edublink-animated .shape-group li.shape-4 {
    right: 0;
    top: 80px;
    -webkit-animation: edublink-sm-x-move 3.5s alternate infinite linear;
    animation: edublink-sm-x-move 3.5s alternate infinite linear
}

.hero-style-12.hero-banner .shape-group li.shape-5 {
    right: 34%;
    bottom: 115px;
    z-index: 1
}

.hero-style-12.hero-banner .shape-group li.shape-6 {
    right: 32%;
    bottom: 97px
}

.banner-content .banner-search .input-group {
    width: 500px;
    border-radius: 10px;
    overflow: hidden;background: #fff;

}

@media only screen and (max-width:1199px) {
    .banner-content .banner-search .input-group {
        width: 100%
    }
}

.banner-content .banner-search .input-group .search-btn {
border: none;
background: #00a5a5;
font-size: 18px;
color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	
	padding: 0;
	width: 43px;
height: 43px;
border-radius: 50% !important;
position: absolute;
left: 10px;
top: 4px;z-index: 3;
}

.banner-content .banner-search .input-group input {
    outline: none;
    box-shadow: none;
    border-radius: 0;margin: 0;
    border: 0 !important;font-size: 19px;

}






.owl-carousel .owl-dots {
position: absolute;
bottom: 32px;
right: 70px;
font-size: 12px;
z-index: 1;
display: flex;
justify-content: space-between;
transform: none;
gap: 12px;
}




.owl-carousel .owl-dot {
    display: block;
    color: #fff;

    font-size: 19px;
    letter-spacing: 1px;
}




.owl-carousel .owl-dot span {
  display: block;
  width: 47px;
  height: 12px;
transition: all ease-in-out 0.4s;
  background: #ffff;
  border-radius: 12px;
}

.owl-carousel .owl-dot.active span {
  width: 82px;background: #00a5a5;


}


.new-projects.owl-carousel .owl-dots {
position: absolute;
bottom: 5px;
right: 0;
left: 0;
justify-content: center;
}


.new-projects.owl-carousel .owl-dots span {
background: #999;
}
.new-projects.owl-carousel .owl-dot.active span {
background: #00a5a5;
}




/*
.owl-carousel .owl-dot:before {
    content: "0" counter(slides-num);
    display: block;
text-align: center;
position: absolute;
bottom: 60px;
left: -45px;
display: none;


-webkit-text-fill-color: #55555582;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #999;
font-size: 80px;
font-weight: bold;

}*/

.owl-carousel .owl-dot:last-child:after {
display: none;
}
/*
.owl-carousel .owl-dot.active:before {
color: #fff;
display: block;

}*/


.hero-banner {}

.hero-banner .banner-content {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner .banner-content {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner .banner-content {
        text-align: center;
    }
}

.hero-banner .banner-content .subtitle {
    font-family: Tajawal;
    color: #a0cec8;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}

.hero-banner .banner-content .title {
    margin-bottom: 8px;
    font-size: 32px;
    color: #fff;
    line-height: 50px;
}

.hero-banner .banner-content .title div {
    font-size: 30px;
}

@media only screen and (max-width: 1199px) {
    .hero-banner .banner-content .title br {
        display: none;
    }
}

.hero-banner .banner-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
}

.hero-banner .banner-content .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.hero-banner .banner-content .shape-group li.shape-1 {
    top: -75px;
    right: -90px;
}


.banner-search {
	display: flex;
gap: 20px;
align-items: center;
}

.banner-search .rts-btn {
line-height: 50px;
}




.lit-card {
border: 1px solid #eee;overflow: hidden;
border-radius: 0 50px 50px 0;
margin-bottom: 25px;}

.lit-card-2 {
	border-radius: 50px;
}

.lit-card .top-lit {
display: flex;
justify-content: start;align-items: center;
border-bottom: 1px solid #eee;
}


.lit-card .top-lit img {
float: right;
padding: 20px;
background: #00a5a5;
height: 90px;
}

.lit-card .top-lit h2 {
font-size: 24px;
padding: 20px;
margin: 0;}


.bot-lit {
	padding: 35px 30px;
	
}

.bot-lit ul li {
position: relative;
padding: 0;
margin: 0;
padding-right: 40px;
list-style: none;
padding-bottom: 25px;		z-index: 1;
}

.bot-lit ul li:after {
	content:'';
	    position: absolute;
    top: 0;
    height: 100%;
    right: 12px;
    width: 1px;
		background: #00a5a5;
		z-index: -1;
}

.bot-lit ul li:last-child {
padding-bottom: 0;	
}

.bot-lit ul li:last-child:after {
	display: none;
}

.bot-lit ul li p {
margin: 0;
font-size: 22px;
color: #263238;
}

.bot-lit ul li span {
	position: absolute;
	background: #00a5a5;
	width: 25px;
	height: 25px;
	color: #fff;
	line-height: 25px;
	font-size: 19px;
	text-align: center;
	right: 0;
	border-radius: 50%;
}



.global-payment .single-item {
	box-shadow: 0px 14px 8px 0px #0000001A;
background: #fff;
padding: 25px 30px;
text-align: center;
border-radius: 16px;
border: 1px solid #2632381A;	margin-bottom: 30px;
position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	overflow: hidden;
}

.global-payment .single-item:hover {
	background: #00a5a5;
	border: 1px solid #00a5a5;
}

.global-payment .single-item:hover h5 {
	color: #fff;
}

.global-payment .single-item:hover .more-inks {
	transform: translate(0);	opacity: 1;
}

.global-payment .single-item .more-inks {
	
transform: translatey(100%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	opacity: 0;
	display: flex;
flex-direction: column;
gap: 3px;
position: absolute;
bottom: 10px;
right: 30px;
left: 30px;
align-items: center;
}


.global-payment .single-item:hover p {
	opacity: 0;
}

.global-payment .single-item img {
	width: 70px;
	margin-bottom: 5px;
}


.global-payment .single-item p { 
	margin-bottom: 0;overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
text-overflow: ellipsis;
overflow: hidden;height: 100px;
}

.global-payment .single-item h5 {
color: #000;margin: 10px 0;
font-size: 20px;}

.global-payment .single-item span {
display: block;
color: #323232;
font-family: meed;}

.global-payment .single-item .rts-btn {
	background: #fff;
	color: #00a5a5;line-height: 35px !important;
}




.pers-area {
box-shadow: 0px 2px 6px 0px #0000001A;
background: #fff;	
border-radius: 18px;
overflow: hidden;margin-bottom: 25px;
}

.content-pers {
padding: 12px 18px;}

.content-pers p {
font-family: meed;
color: #000;
margin: 0;
font-size: 20px;}


.content-pers span {
color: #666;
}

.stars-area span {
	color: #666;
}

.content-pers span i {
	float: left;
	color: #1E88E5;
}





.pers-area .thumb {
	border-radius: 18px;
	overflow: hidden;
}



.pers-area .thumb img {
	border-radius: 18px;
	width: 100%;
	height: 280px;
	   transition: all ease-in-out 0.3s;
	object-fit: cover;
}


.pers-area:hover .thumb img {
  transform: scale(1.1);
}




.cer-item .category-style-one {
	box-shadow: 0px 4px 13px 0px #00000024;

}
.ceem,
.newproje-card {
	padding: 25px;
}



.cer-item .toor-content {
padding-left: 50px;}


.cer-item .rts-btn {
box-shadow: -4px 4px 15px 0px #00000026;
display: inline-block;
min-width: 200px;
position: absolute;
bottom: 15px;
}




.cer-item .toor-content h5 {
	font-size: 22px;
}


.cer-item .toor-content p {
font-size: 18px;
line-height: 30px;
}


.cer-item .category-style-one.style-seven .bottom-content ul li span {
font-size: 18px;	
}

.newprojects-section {
	position: relative;
	z-index: 1;
	padding: 60px 0;
}


.cta-block {
	background-color: #00a5a5 !important;
	padding: 60px 0;
}


.letter-block,
.mas-block {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.mas-block h2 {
	color: #fff;
font-size: 26px;
margin: 25px auto;

}


.mas-block .rts-btn {
  box-shadow: -4px 4px 15px 0px #00000026;
  display: inline-block;
  min-width: 200px;
  background: #fff;
  color: #00a5a5;font-family: bld;
}


.mas-block img {
	width: 130px;
}



.pq-subscribe {
	display: inline-block;
	width: 100%;

	color: #ffffff;
	position: relative;
	z-index: 10;
}

.pq-subscribe .pq-subscribe-description {
	margin: 20px 0;
}

.pq-subscribe-from input::placeholder {
	color: #ffffff;
}

.pq-subscribe-from p {
color: #737373;
margin-bottom: 8px;
}

.pq-subscribe-from input.form-control {
	border: none;
	color: #fff;
	background: #182632;
	padding: 0;padding: 0 20px 0 65px;
	text-transform: capitalize; font-size: 18px;
	height: 60px !important;
border-radius: 65px;text-align: right;
}/*

.pq-subscribe-from input.form-control:hover {
	border-color: #b7a497;
}

.pq-subscribe-from input.form-control:focus {
	border-color: #b7a497;
}*/

.pq-subscribe-from input.form-control::-webkit-input-placeholder {
	color: #fff;
}


.pq-subscribe-from input.form-control::placeholder {
	color: #fff;
}

.pq-subscribe-from button.submit {
background: #00a5a5;

padding: 0;
width: 45px;
height: 45px;
position: absolute;
left: 8px;
color: #fff;
z-index: 9;
border-radius: 50%;
top: 8px;
}

.pq-subscribe-from .subscribe-form {
	display: flex;width: 100%;
	position: relative;max-width: 400px;
margin: 0 auto;
}

/*
.pq-subscribe-from i {
position: absolute;
right: 16px;
top: 26px;
transform: translateY(-50%);
font-size: 17px;
}*/

.pq-subscribe-from input {
	margin-bottom: 0;
}


.subscribe-block {
	padding: 50px 0;
}



.pq-subscribe-from form {
	display: flex;
align-items: center;
}



.pq-subscribe-from form h2 {
font-size: 24px;
margin: 0;
}
	

.text-about p,
.text-about {
	font-size: 19px;
	line-height: 32px;
}










.text-red {
	color: #9D0101;

	
}

.bg-red {
	background: #9D0101;

	
}




.input-block select {
opacity: 1;
border-radius: 4px;
border: 1px solid #DDD8F9;
background: #FFF;
height: 52px;
max-width: 100%;
text-transform: capitalize;
box-shadow: none;
line-height: 52px;
width: 100%;
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-color: #C6C5C5;
font-size: 18px;
color: #444;
background: #fff url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat 20px center;
  background-size: auto;
background-size: 10px;
appearance: none;}


.section-group-js {
	display: none;
}

.section-group-js:not(:nth-child(1)) {
	display: block
}























.dz-theme-mode {
padding: 0;
border-radius: 25px;
font-size: 22px;
}


.dz-theme-mode #icon-light,
.dz-theme-mode #icon-dark {
width: 30px; 
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 50%;
color: #0a58ca;
}



.dz-theme-mode #icon-light {
  /*display: none;*/
}


.dz-theme-mode #icon-light {
	display: none;
}

.dz-theme-mode.active #icon-dark {

}

.dz-theme-mode.active #icon-light {

}




@-webkit-keyframes scroll-l {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(calc(-1 * 1800px));
        transform: translateX(calc(-1 * 1800px))
    }
}

@keyframes scroll-l {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(calc(-1 * 1800px));
        transform: translateX(calc(-1 * 1800px))
    }
}

@-webkit-keyframes scroll-r {
    0% {
        -webkit-transform: translateX(calc(-1 * 1800px));
        transform: translateX(calc(-1 * 1800px))
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes scroll-r {
    0% {
        -webkit-transform: translateX(calc(-1 * 1800px));
        transform: translateX(calc(-1 * 1800px))
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes scroll-l-rtl {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(calc(1800px));
        transform: translateX(calc(1800px))
    }
}

@keyframes scroll-l-rtl {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(calc(1800px));
        transform: translateX(calc(1800px))
    }
}

@-webkit-keyframes scroll-r-rtl {
    0% {
        -webkit-transform: translateX(calc(1800px));
        transform: translateX(calc(1800px))
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes scroll-r-rtl {
    0% {
        -webkit-transform: translateX(calc(1800px));
        transform: translateX(calc(1800px))
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.partners-section {
    height: 460px
}

.partners-section .content-container {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0
}

.partners-section .content-container .partners-slider {
    background: linear-gradient(46deg, #e9f6fb 28.75%, rgba(233, 246, 251, .49) 64.07%);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0
}


.partners-section .content-container .partners-slider {
    background: linear-gradient(314deg, #e9f6fb 28.75%, rgba(233, 246, 251, .49) 64.07%)
}

@media (max-width:767px) {
    .partners-section .content-container .partners-slider {
        background: 0 0
    }
}

@media (max-width:767px) {
    .partners-section .content-container .partners-slider {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }
}

.partners-section .content-container .partners-slider .slider-container {
    max-width: 100%;
    max-height: 76px;
    overflow: hidden;
    position: relative;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-filter: drop-shadow(0px 4px 38px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 4px 38px rgba(0, 0, 0, .1))
}

.partners-section .content-container .partners-slider .slider-container .partners-slide-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    width: 3600px
}

.partners-section .content-container .partners-slider .slider-container .partners-slide-track.rtl {
    -webkit-animation: scroll-r 30s linear infinite;
    animation: scroll-r 30s linear infinite
}

.partners-section .content-container .partners-slider .slider-container .partners-slide-track.rtl {
    -webkit-animation: scroll-r-rtl 30s linear infinite;
    animation: scroll-r-rtl 30s linear infinite
}

.partners-section .content-container .partners-slider .slider-container .partners-slide-track.ltr {
    -webkit-animation: scroll-l 30s linear infinite;
    animation: scroll-l 30s linear infinite
}

.partners-section .content-container .partners-slider .slider-container .partners-slide-track.ltr {
    -webkit-animation: scroll-l-rtl 30s linear infinite;
    animation: scroll-l-rtl 30s linear infinite
}

.partners-section .content-container .partners-slider .slider-container .partner-slide {
    padding: 15px 15px;
    height: 76px;
    width: 100%;
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid rgba(164, 192, 210, .4)
}

@media (max-width:767px) {
    .partners-section .content-container .partners-slider .slider-container .partner-slide {
        height: 56px;
        max-width: 223px
    }
}

.partners-section .content-container .partners-slider .slider-container .partner-slide img {
    max-width: 100%;
    margin: 0 auto;
    max-height: 100%;
    display: block;
    height: auto
}

.partners-section .content-container .logo-card {
    max-width: 300px;
    min-height: 75px;
    height: 100%;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid rgba(164, 192, 210, .4)
}

.partners-section .content-container .partners-overlay {
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90.24deg, #e9f6fb 42.57%, rgba(233, 246, 251, 0) 68.61%)
}

.partners-section .content-container .partners-overlay {
    background: linear-gradient(-90.24deg, #e9f6fb 42.57%, rgba(233, 246, 251, 0) 68.61%)
}

@media (max-width:767px) {
    .partners-section .content-container .partners-overlay {
        background: linear-gradient(87.86deg, #e9f6fb .37%, rgba(233, 246, 251, 0) 70.28%)
    }
    .partners-section .content-container .partners-overlay {
        background: linear-gradient(-87.86deg, #e9f6fb .37%, rgba(233, 246, 251, 0) 70.28%)
    }
}

.partners-section .content-container .partners-overlay .partners-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 43%;
    height: 100%
}

@media (min-width:768px) and (max-width:1023px) {
    .partners-section .content-container .partners-overlay .partners-text {
        padding-left: 0
    }
}

@media (max-width:767px) {
    .partners-section .content-container .partners-overlay .partners-text {
        width: 100%;
        padding: 42px 0 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

.partners-section .content-container .partners-overlay .partners-text .title-section {
    max-width: 490px;
	padding-right: 0;
}

@media (max-width:767px) {
    .partners-section .content-container .partners-overlay .partners-text .title-section {
        width: 100%
    }
}

.partners-section .content-container .partners-overlay .partners-text .title-section h2 {
    font-size: 28px;
    margin-bottom: 25px;
    color: #0f1820;
	color: #221859;
    text-align: unset;
xs
}

@media (max-width:767px) {
    .partners-section .content-container .partners-overlay .partners-text .title-section h2 {
        font-size: 22px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .partners-section .content-container .partners-overlay .partners-text .title-section h2 {
        font-size: 22px
    }
}

.partners-section .content-container .partners-overlay .partners-text .title-section .cta-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partners-section .content-container .partners-overlay .partners-text .title-section .cta-button::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    
    color: inherit;
    font-size: 16px
}

[dir=rtl] .partners-section .content-container .partners-overlay .partners-text .title-section .cta-button::after {
    content: "\f104"
}












.name-user {
font-size: 18px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: #eee;
border-radius: 50%;
margin-left: 10px;
color: #221859;
text-transform: uppercase;	
font-family: "use";
}















/*-------------------
  Course Styles
---------------------*/

.edu-course {

    position: relative;
margin-bottom: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;overflow: hidden;
	padding: 8px;
border: 1px solid #ddd;
}

.edu-course .inner {
    background-color: #ffffff;
    position: relative;
   
}

.edu-course.course-style-1 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.edu-course.course-style-1 .thumbnail {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.edu-course.course-style-1 .thumbnail img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.edu-course.course-style-1 .thumbnail:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.edu-course.course-style-1 .course-hover-content-wrapper {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.edu-course.course-style-1 .course-hover-content {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.edu-course.course-style-1 .course-hover-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.edu-course .thumbnail {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.edu-course .thumbnail a {
    display: block;
    overflow: hidden;
 
}

.edu-course .thumbnail a img {

    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
height: 280px;
}

.edu-course .thumbnail a:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
 
}

.edu-course .thumbnail .time-top {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

.edu-course .thumbnail .duration {
    background-color: #037d84;
   
    color: #ffffff;


display: block;
text-align: center;
border-radius: 6px;
line-height: 40px;
padding: 0 14px;
}

.edu-course .thumbnail .duration.bg-online {
	
	 background-color: #ed3d57;
}

.edu-course .text-1 {
	/*
	height: 66px;
	overflow: hidden;*/
	
	line-height: 25px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
	
}




/*
.edu-course .thumbnail .duration:hover {
    background-color: #ed3d57;
}
*/

.edu-course .thumbnail .duration i {
    font-size: 18px;
	margin-left: 5px;
}

.edu-course .content {
    padding: 20px;position: relative;
}

.edu-course .content .course-level {
    font-size: 13px;
    font-weight: 500;
    color: #0ABDA5;
    
    background-color: rgba(26, 182, 157, 0.15);
    border-radius: 3px;
    padding: 1px 10px;
    margin-bottom: 13px;
    display: inline-block;
}

.breadcrumb-inner .course-level {
    font-size: 13px;
    font-weight: 500;
    color: #0ABDA5;
    
    background-color: rgba(26, 182, 157, 0.15);
    border-radius: 3px;
    padding: 1px 10px;
    margin-bottom: 13px;
    display: inline-block;
}

.edu-course .content .title {
    margin-bottom: 10px;text-transform: capitalize;
}

.edu-course .content .title a {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%;
}

.edu-course .content .course-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.edu-course .content .course-rating .rating {
    color: #f8b81f;
    -webkit-transition: 0.3s;
    transition: 0.3s;font-size: 12px;
}

.edu-course .content .course-rating .rating-count {
    font-size: 19px;
    font-weight: 500;
    color: #181818;
    margin-right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
/*
.edu-course .content .co-price {
    font-size: 19px;
    
    color: #fff;
  
    margin-bottom: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;

position: absolute;
left: 15px;
top: 20px;
padding: 2px 10px;
background: #00a5a5;
border-radius: 10px;
}

.edu-course .content .co-price.price-round {
    font-size: 22px;
    
    color: #ffffff;
    height: 80px;
    width: 80px;
    line-height: 84px;
    background-color: #0ABDA5;
    border-radius: 50%;
    text-align: center;
}
*/
.edu-course .content .course-meta {
display: flex;
justify-content: space-between;
align-items: start;
flex-direction: column;
padding: 0;
margin: 0;
}

.lst-conte {
	display: flex;
justify-content: space-between;
align-items: center;margin-top: 8px;
}


.edu-course .content .course-meta li {
    display: inline-block;
    font-size: 13px;
  
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;display: flex;
align-items: center;
}

.edu-course .content .course-meta li img {
width: 32px;
height: 32px;
border-radius: 50%;
margin-left: 8px;
}



.edu-course .content .course-meta li:last-child {
    margin-left: 0;
}

.edu-course .content .course-meta li.co-price i,
.edu-course .content .course-meta li.co-price {
    font-size: 18px;
  color: #000;	
}


.edu-course .content .course-meta li i {
    color: #a7a7a7;
    font-size: 19px;
    margin-left: 7px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.edu-course .course-hover-content-wrapper {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    background-color: #0ABDA5;
}

.edu-course .course-hover-content-wrapper button.wishlist-btn {
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 20px;
    left: 20px;
    display: none;
}

.edu-course .course-hover-content-wrapper button.wishlist-btn:hover {
    background: #0ABDA5;
}

@media only screen and (max-width: 1199px) {
    .edu-course .course-hover-content-wrapper button.wishlist-btn {
        display: block;
    }
}

.edu-course .course-hover-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 4px;
    padding: 50px 20px 45px 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-table;
}

.edu-course .course-hover-content .content {
    padding: 0;
}

.edu-course .course-hover-content .content .wishlist-btn {
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 10px;
    left: 10px;
}

.edu-course .course-hover-content .content .wishlist-btn:hover {
    background: #0ABDA5;
}

@media only screen and (max-width: 1199px) {
    .edu-course .course-hover-content .content .wishlist-btn {
        display: none;
    }
}

.edu-course .course-hover-content .content .course-level {
    background-color: #ffffff;
    color: #181818;
}

.edu-course .course-hover-content .content .title {
    color: #ffffff;
}

.edu-course .course-hover-content .content .title a:hover {
    color: #ffffff;
}

.edu-course .course-hover-content .content .course-rating .rating-count {
    color: #ffffff;
}

.edu-course .course-hover-content .content .co-price {
    color: #ffffff;
}

.edu-course .course-hover-content .content p {
    color: #ffffff;
    margin-bottom: 15px;
}

.edu-course .course-hover-content .content .course-meta {
    margin-bottom: 16px;
}

.edu-course .course-hover-content .content .course-meta li {
    color: #ffffff;
}

.edu-course .course-hover-content .content .course-meta li:after {
    background-color: rgba(255, 255, 255, 0.25);
}

.edu-course .course-hover-content .content .course-meta li i {
    color: #ffffff;
}

.edu-course .hover-content-aside {
    width: 344px;
    padding-right: 12px;
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%) translateX(-20px);
    -ms-transform: translateY(-50%) translateX(-20px);
    transform: translateY(-50%) translateX(-20px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    z-index: 1;
}

.edu-course .hover-content-aside .content {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 50px 0px rgba(26, 46, 85, 0.2);
    padding: 30px 30px 40px 30px;
}

.edu-course .hover-content-aside .content:before {
    content: "";
    border-top: 12px solid transparent;
    border-left: 13px solid #ffffff;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 50%;
    right: -13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.edu-course .hover-content-aside .content .course-rating {
    margin-bottom: 0;
}

.edu-course .hover-content-aside .content .course-meta {
    margin-bottom: 5px;
}

.edu-course .hover-content-aside .content .course-meta li {
    font-size: 18px;
    color: #808080;
}

.edu-course .hover-content-aside .content .course-meta li:after {
    height: 5px;
    width: 5px;
    background-color: #d1d1d1;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -17px;
}

.edu-course .hover-content-aside .content .course-feature {
    margin-bottom: 25px;
}

.edu-course .hover-content-aside .content .course-feature ul li {
    font-size: 13px;
    position: relative;
    padding-right: 28px;
}

.edu-course .hover-content-aside .content .course-feature ul li:before {
    content: "\e913";
    font-family: 'icomoon';
    color: #181818;
    margin-left: 15px;
    position: absolute;
    right: 0;
    top: 2px;
}

.edu-course .hover-content-aside .content .button-group .edu-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.edu-course .hover-content-aside.content-right {
    right: auto;
    left: 100%;
    padding-right: 0;
    padding-left: 12px;
}

.edu-course .hover-content-aside.content-right .content:before {
    right: auto;
    left: -12px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.edu-course:hover .course-hover-content-wrapper {
    opacity: 1;
}

.edu-course:hover .thumbnail a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.edu-course:hover .course-hover-content {
    visibility: visible;
    opacity: 1;
}

.edu-course:hover .hover-content-aside {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}


.loca-ct {
	
	position: absolute;
bottom: 0;
color: #fff;
background: #000c;
left: 0;
right: 0;
text-align: center;
padding: 6px;
}

.mbtn {
padding: 4px 15px;
background: #f7f7f7;
border-radius: 52px;
}






/************/

.title-section {
  padding: 0 35px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
.title-section h1 {
    text-align: center;
}
}

.title-section h1 {

    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.2;
    color: #00a5a5;

}

.title-section h2 {
  text-align: center;
}
.title-section h2 {
  margin: 0;
  color: #0f1820;
  line-height: 1.5;
}

.unlock-knowledge-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;


}

.unlock-knowledge-section {
		margin-top: 50px;
}



.just-in-home .unlock-knowledge-section {
	    background: url("../images/unlock-knowledge.svg");
    background-repeat: no-repeat;
    background-position: center top;
	    padding: 35px 0 80px;
		margin-top: 0;
}

[dir=rtl] .unlock-knowledge-section {
    background: url("../images/unlock-knowledge.svg");
    background-repeat: no-repeat;
    background-position: center top
}

@media (max-width:767px) {
    [dir=rtl] .unlock-knowledge-section {
        padding: 55px 0;
        background: 0 0
    }
}

@media (max-width:767px) {
    .unlock-knowledge-section {
        padding: 55px 0;
        background: 0 0
    }
}

.unlock-knowledge-section .content-container {
    max-width: 1170px;
    width: 100%
}

@media (max-width:767px) {
    .unlock-knowledge-section .content-container {
        max-width: 100%
    }
}

.unlock-knowledge-section .content-container .category-list {

    margin-bottom: 40px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}


.just-in-home .unlock-knowledge-section .content-container .category-list {
    padding: 0 35px;	
}


.unlock-knowledge-section .content-container .category-list .nav-item {
margin: 0;
}

@media (max-width:767px) {
    .unlock-knowledge-section .content-container .category-list {
        padding: 0 25px;
        margin-top: 25px;
        gap: 12px
    }
}

.unlock-knowledge-section .content-container .category-list .category-item {
    background-color: #fff;
    height: 54px;
    font-size: 17px;
    border-radius: 50px;
    border: 1px solid #757575;
    color: #757575;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:768px) {
    .unlock-knowledge-section .content-container .category-list .category-item {
        height: 43px;
        font-size: 19px;
        padding: 12px 24px
    }
}

.unlock-knowledge-section .content-container .category-list .category-item.active,
.unlock-knowledge-section .content-container .category-list .category-item:focus,
.unlock-knowledge-section .content-container .category-list .category-item:hover {
    background-color: #00a5a5;
    border: 1px solid #00a5a5;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.unlock-knowledge-section .content-container .courses-cards {
    margin-top: 60px;
}

@media (min-width:768px) and (max-width:1023px) {
    .unlock-knowledge-section .content-container .courses-cards {
        padding: 0 0 0 35px
    }
    [dir=rtl] .unlock-knowledge-section .content-container .courses-cards {
        padding: 0 35px 0 0
    }
}

@media (max-width:767px) {
    .unlock-knowledge-section .content-container .courses-cards {
        padding: 0 0 0 25px
    }
    [dir=rtl] .unlock-knowledge-section .content-container .courses-cards {
        padding: 0 25px 0 0
    }
}

.unlock-knowledge-section .content-container .swiper {
    padding: 0 10px 55px
}

@media (max-width:1023px) {
    .unlock-knowledge-section .content-container .swiper {
        padding: 0 20px 35px 0
    }
    [dir=rtl] .unlock-knowledge-section .content-container .swiper {
        padding: 0 0 35px 20px
    }
}

.unlock-knowledge-section .content-container .swiper-slide {
    max-width: 330px;
    width: 100%
}

@media (max-width:767px) {
    .unlock-knowledge-section .content-container .swiper-slide {
        max-width: 320px
    }
}

.unlock-knowledge-section .content-container .cta-section {
    margin-top: 25px
}

@media (max-width:1023px) {
    .unlock-knowledge-section .content-container .cta-section {
        margin-top: 0
    }
}





/*
.courses-cards {
    margin-top: 60px
}*/

.courses-cards .course-card {
    margin: auto;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
	margin-bottom: 25px;
}

.courses-cards .course-card-header {
    height: 200px;
    background-color: #00a5a5;
    position: relative
}

.courses-cards .course-card-header-img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.courses-cards .course-card-header-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.courses-cards .course-card-header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.courses-cards .course-card-header-overlay .course-effort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 8px
}

.courses-cards .course-card-header-overlay .course-effort > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    height: 32px;
    font-size: 12px;
font-family: "meed";
    border-radius: 24px;
    background-color: #fff;
    color: #24343f;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 12px;ب
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize
}

.courses-cards .course-card-header-overlay .course-effort > span i {
    font-size: 20px;
    color: #00a5a5
}

.courses-cards .course-card-header-overlay .course-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 8px
}

.courses-cards .course-card-header-overlay .course-tags .course-tag-course {
    height: 32px;
    font-size: 19px;
    border-radius: 24px;
    background-color: #e9f6fb;
    color: #221859;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize
}

.courses-cards .course-card-header-overlay .course-tags .course-tag-specialization {
    height: 32px;
    font-size: 12px;
    
    border-radius: 24px;
    background-color: #eff2ff;
    color: #00a5a5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize
}

.courses-cards .course-card-header-overlay .course-tags .course-tag-micro-degree {
    height: 32px;
    font-size: 12px;
    
    border-radius: 24px;
    background-color: #e9f6fb;
    color: #221859;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize
}

.courses-cards .course-card-header-overlay .course-tags .course-tag-micro-credential {
    height: 32px;
    font-size: 12px;
    
    border-radius: 24px;
    background-color: #f4f4f4;
    color: #0f1820;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize
}

.courses-cards .course-card-header-overlay .course-tags .course-tag-stuk {
    height: 32px;
    font-size: 12px;
    
    border-radius: 24px;
    background-color: #e9f6fb;
    color: #221859;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize
}

.courses-cards .course-card-header-overlay .course-tags .course-tag-mini-course {
    height: 32px;
    font-size: 12px;
    
    border-radius: 24px;
    background-color: #e9f6fb;
    color: #221859;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize
}

.courses-cards .course-card-header-overlay .course-tags .course-tag-learning-path {
    height: 32px;
    font-size: 12px;
    
    border-radius: 24px;
    background-color: #eff2ff;
    color: #00a5a5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize
}

.courses-cards .course-card-header-overlay .course-tags .course-tag-entry {
    height: 32px;
    font-size: 12px;
    
    border-radius: 24px;
    background-color: #ffefd1;
    color: #bf8316;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize
}

.courses-cards .course-card-header-overlay .course-tags .course-tag-intermediate {
    height: 32px;
    font-size: 12px;
    
    border-radius: 24px;
    background-color: #f4edff;
    color: #512e8c;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize
}

.courses-cards .course-card-header-overlay .course-tags .course-tag-advanced {
    height: 32px;
    font-size: 12px;
    
    border-radius: 24px;
    background-color: #ffebf0;
    color: #8a0f2a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize
}

.courses-cards .course-card-header-overlay .course-tags .course-tag-self-paced {
    height: 32px;
    font-size: 12px;
    
    border-radius: 24px;
    background-color: #f4f4f4;
    color: #0f1820;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize
}

.courses-cards .course-card-header-overlay .course-tags .course-tag-instructor-led {
    height: 32px;
    font-size: 12px;
    
    border-radius: 24px;
    background-color: #eff2ff;
    color: #00a5a5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize
}

.courses-cards .course-card-content {
    background-color: #fff;
    padding: 25px 25px 15px;;
}

.just-in-home .courses-cards .course-card-content {
    background-color: #f9f8ff;
}


.courses-cards .course-card-content a:hover {
    text-decoration: none
}

.courses-cards .course-card-content h6 {
    max-width: 100%;
    height: 27px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 19px;
color: #000;
    margin: 0 0 18px
}

.courses-cards .course-card-content p {


	margin: 0;
	line-height: 26px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
height: 52px;
}

.courses-cards .course-card-content p.courses-count {
    font-size: 19px;
    margin: 0 0 16px
}

.courses-cards .course-card-content p.courses-count::before {
    content: "\f02d";
    font-family: "Font Awesome 5 Pro";
    
    color: inherit;
    font-size: 22px
}




.cta-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    .cta-section {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 25px
    }
}

.cta-button {
    display: inline-block;
    margin: 0;
    text-align: center;
    padding: 16px 24px;
    font-size: 18px;
    border-radius: 12px;
    border: none
}

.cta-button:hover {
    text-decoration: none
}

@media (min-width:768px) and (max-width:1023px) {
    .cta-button {
        font-size: 19px;
        padding: 14px 18px
    }
}

@media (max-width:767px) {
    .cta-button {
        font-size: 19px;
        padding: 12px 14px
    }
}

.cta-button.primary {
    background-color: #00a5a5;
    color: #fff
}

.cta-button.primary:hover {
    background-color: #221859
}

.cta-button.primary:disabled {
    background-color: #e2e2e2;
    color: #757575
}

.cta-button.secondary {
    background-color: transparent;
    color: #0f1820;
    padding: 16px 0
}

.cta-button.secondary:hover {
    color: #221859
}

.cta-button.secondary:disabled {
    color: #757575
}

.cta-button.white {
    background-color: #fff;
    color: #0f1820
}

.cta-button.white:hover {
    color: #221859
}

.cta-button.white:disabled {
    color: #757575
}

.cta-button.card {
    color: #221859;
    width: 100%;
    background-color: #fff;
    border: 2px solid #221859;
    border-radius: 12px;
    text-align: center;
    font-size: 19px;
    
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cta-button.card:focus,
.cta-button.card:hover {
    text-decoration: none;
    background-color: #e9f6fb
}

.cta-button.card::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    
    color: inherit;
    font-size: 16px
}

[dir=rtl] .cta-button.card::after {
    content: "\f104"
}


.course-card .rts-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	
}

.course-card .rts-btn img {
	width: 20px;
}





.course-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
padding-top: 15px;
border-top: 1px solid #ddd;
margin-top: 15px;
}

.course-instructor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: "meed";
}

.course-instructor img {
width: 40px !important;
  height: 40px;
  border-radius: 50%;
}


.instructor-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;

    font-size: 18px;
  line-height: 26px;
}



.course-price {
  font-size: 24px;
  line-height: 36px;
font-size: 20px;
line-height: 26px;
margin: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #05032b;
}



.course-price img {
max-width: 20ox;
width: auto !important;
}







.custom-nav .owl-nav{
	position:absolute;
	left:0;
	top: 50%;
	z-index:1;
	right: 0;
	margin-top: -25px;
}


.custom-nav .owl-nav > div {

font-size: 18px;

align-items: center;

text-align: center;

line-height: 40px;
width: 40px !important;
height: 40px !important;
background: #fff;
border-radius: 50%;
color: #00a5a5;
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
background: rgba(255, 255, 255, 0.27);
box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.4);
backdrop-filter: blur(10px);
  transition: all 400ms ease-in-out;

}

.custom-nav .owl-nav .owl-prev{
	position: absolute;
	left: -45px;
		opacity: 0;
}

.custom-nav .owl-nav .owl-next{
	position: absolute;
	right: -45px;
	opacity: 0;
}


.custom-nav:hover .owl-nav .owl-next {
	right: 0;
	opacity: 1;
}

.custom-nav:hover .owl-nav .owl-prev {
		left: 0;
	opacity: 1;
}

.custom-nav .owl-nav > div:hover {
color: #3054da;
}



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


.madlogo {
position: absolute;
bottom: -20px;
left: -20px;
opacity: 0.04;
width: 150px;
filter: brightness(0);
}


.offer-add-area {
	padding: 30px 0;/*
	background: linear-gradient( to right , #f4fbfd, #e9f6fb);*/
	background: url(../images/edge.png);
	background-position: center;
}


.offer-add-area .content-container {
	max-width: 1170px;
}

.cerimg img {
max-height: 330px;
}
















.stuk-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	position: relative;
z-index: 2;
}




@media (max-width:767px) {
    .stuk-section {
        grid-template-columns: 1fr;
        padding: 60px 0 30px
    }
}

.stuk-section .content-container .stuk-drawing-container {
   
}

.stuk-section .content-container .stuk-drawing-container .stuk-drawing {
    margin-top: 60px;
    width: 100%;
    max-width: 1270px;
    border-radius: 24px;
    background: #4f75ff url("../images/stuk-gradient.svg") no-repeat left bottom;
    display: flex;
align-items: center;
    gap: 60px;
	align-items: center;
}


@media (max-width:767px) {
    .stuk-section .content-container .stuk-drawing-container .stuk-drawing {
        background: #4f75ff url("../images/stuk-gradient-mobile.png") no-repeat left bottom;
        background-size: contain
    }
}

@media (max-width:767px) {
    .stuk-section .content-container .stuk-drawing-container .stuk-drawing {
        grid-template-columns: 1fr
    }
}

.stuk-section .content-container .stuk-drawing-container .stuk-drawing .stuk-image {
    position: relative;
max-width: 450px;
margin-right: 40px;
}

@media (max-width:767px) {
    .stuk-section .content-container .stuk-drawing-container .stuk-drawing .stuk-image {
        padding: 0 20px
    }
}

.stuk-section .content-container .stuk-drawing-container .stuk-drawing .stuk-image img {
    max-width: 100%;
    margin-top: -70px;
}

@media (max-width:767px) {
    .stuk-section .content-container .stuk-drawing-container .stuk-drawing .stuk-image img {
        display: block;
        margin: -55px auto 0;
        max-width: 450px;
        width: 100%
    }
}

.stuk-section .content-container .stuk-drawing-container .stuk-drawing .stuk-content {
   padding-left: 80px;
}

@media (max-width:767px) {
    .stuk-section .content-container .stuk-drawing-container .stuk-drawing .stuk-content {
        padding: 0 24px 26px
    }
}

.stuk-section .content-container .stuk-drawing-container .stuk-drawing .stuk-content h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 14px
}

@media (min-width:768px) and (max-width:1023px) {
    .stuk-section .content-container .stuk-drawing-container .stuk-drawing .stuk-content h2 {
        font-size: 27px
    }
}

@media (max-width:767px) {
    .stuk-section .content-container .stuk-drawing-container .stuk-drawing .stuk-content h2 {
        font-size: 22px
    }
}

.stuk-section .content-container .stuk-drawing-container .stuk-drawing .stuk-content p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 34px;
	line-height: 33px;
}

@media (min-width:768px) and (max-width:1023px) {
    .stuk-section .content-container .stuk-drawing-container .stuk-drawing .stuk-content p {
        font-size: 19px
    }
}

@media (max-width:767px) {
    .stuk-section .content-container .stuk-drawing-container .stuk-drawing .stuk-content p {
        font-size: 16px
    }
}

.stuk-section .content-container .stuk-title {
max-width: 990px;
margin: 0 auto 20px;
}







.blog-card {
  position: relative;
  overflow: hidden;
border-radius: 10px;
margin-bottom: 25px;

}



.blog-two {  
position: relative;
z-index: 1;
padding: 50px 0 30px;
}

.testimonials-area {
	padding: 50px 0 30px;
position: relative;
z-index: 1;	
background: linear-gradient( to right , #f4fbfd, #e9f6fb);
}

.testimonials-area .bg-broj {
position: absolute;
left: 0;
bottom: -50px;
z-index: -1;
opacity: 0.2;
max-height: 700px;
}


.blog-two .item {
border-radius: 10px;
overflow: hidden;
background: #fff;
 margin-bottom: 25px;
}

.owl-carousel .blog-two .item {
margin-bottom: 0;	
}


.blog-card__image {
  position: relative;
 
}
.blog-card__image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
height: 200px;
}

/*
.blog-card__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-card__image img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}*/
.blog-card__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 47, 42 , 0.8);
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(20%);
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card__image__link::before {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.blog-card__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.blog-card__image__link::after {
  transform: translate(50%, -50%) rotate(90deg);
}

/*
.blog-card:hover .blog-card__image > a {
  opacity: 1;
  transform: translateY(0);
}
.blog-card:hover .blog-card__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.blog-card:hover .blog-card__image img:nth-child(2) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}*/
.blog-card__content {
  position: relative;
  transition: all 500ms ease;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 20px;
background-color: #fff;
}


.just-in-home .blog-card__content {
	background-color: #f9f8ff;
}


.blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px;

}
.blog-card__meta li {
  font-size: 18px;
  
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  
  flex: 0 0 auto;
  width: 50%;
  padding: 12px 15px;
  margin: -2px 0;
}
.blog-card__meta li:not(:first-of-type) {
  border-right: 1px solid #dddddd;
}
.blog-card__meta li i {
  color: undefined;
  font-size: 20px;
  margin-left: 10px;
}
.blog-card__meta li a {
  display: flex;
  align-items: center;
  color: inherit;
  transition: all 500ms ease;
}
.blog-card__meta li a:hover {
  color: undefined;
  text-shadow: 0 0 1px currentColor;
}
.blog-card__meta img {
  border: undefined;
  border-radius: 50%;
  margin-left: 10px;
  width: 32px !important;
}
.blog-card__date {
  background-color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  
  color: #000;
padding: 8px 10px 3px;
  line-height: 1.2em;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 10;
  text-transform: capitalize;
  
  border-radius: 30px;
  transition: all 300ms ease;
}
.blog-card__date i {
  display: inline-block;
  color: undefined;
  transition: all 300ms ease;
}
.blog-card:hover .blog-card__date {
background-color: #037d84;
  color: #fff;
}
.blog-card:hover .blog-card__date i {
  color: #fff;
}
.blog-card__title {
margin: 0;
font-size: 22px;
line-height: 25px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
height: 25px;
}
.blog-card__title a {
  color: #0f1820;
  transition: all 500ms ease;
  
}
.blog-card__title a:hover {

}
.blog-card__title a:hover {
  color: undefined;
}
.blog-card__text {

overflow: hidden;
display: grid;
align-items: center;
margin: 10px 0;

line-height: 25px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
height: 50px;
}
.blog-card__link {
  display: inline-block; 
  font-size: 19px;
  color: #000;
  text-align: center;
  
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;display: flex;
}
.blog-card__link__front {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: undefined;
  color: #fff;
  perspective: 300px;
  transition: transform 500ms ease;
  transform-origin: top center;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}
.blog-card__link__back {

}
.blog-card__link__back span {
margin-right: 10px;
font-size: 13px;
}
.blog-card__link:hover {
  color: undefined;
}

.blog-card--reverse {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-card--reverse {
    display: block;
  }
}
.blog-card--reverse .blog-card__content {
  border-top: 1px solid #dddddd;
  border-left: none;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 767px) {
  .blog-card--reverse .blog-card__content {
    border-left: 1px solid #dddddd;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
  }
}
.blog-card--reverse .blog-card__image {
  min-width: 290px;
  flex-shrink: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card--reverse .blog-card__image {
    min-width: 216px;
  }
  .blog-card--reverse .blog-card__image img {
    height: 100%;
    object-fit: cover;
  }
}




.blog-card .date {
text-align: center;
z-index: 1;
display: flex;
align-items: center;
margin-bottom: 5px;
}


.blog-card .date span {

	background: #234cae;
	color: #fff;
	padding: 10px 10px;
	font-weight: 400;
	font-size: 18px;
}

.blog-card .date strong {
font-size: 34px;
line-height: 1;
padding: 0 10px;
color: #fff;
}







.testimonials-area .content-container,
.blog-two .content-container,
.stuk-section .content-container {
	max-width: 1170px;
	padding: 0;
}








.edu-faq-gallery {
    position: relative;
	z-index: 1;
	max-width: 90%;
margin: 0 auto;
}

.edu-faq-gallery .thumbnail-1 {
    text-align: center;
}

.edu-faq-gallery .thumbnail-1 img {
    border-radius: 120px 120px 0 120px;
}

.edu-faq-gallery .thumbnail-2 {
    margin-top: 70px;
}

.edu-faq-gallery .thumbnail-2 img {
    border-radius: 60px 0 100px;
}

.edu-faq-gallery .thumbnail-3 {
    margin-top: -30px;
    text-align: left;
}

.edu-faq-gallery .thumbnail-3 img {
    border-radius: 60px 0 100px;
}

.edu-faq-gallery .thumbnail-4 img {
    border-radius: 0 50px 120px 120px;
}

.edu-faq-gallery .shape-group {
    margin: 0;
	list-style: none;
}

.edu-faq-gallery .shape-group li {
    position: absolute;
    z-index: -1;
    margin: 0;
}

.edu-faq-gallery .shape-group li.shape-1 {

}

.edu-faq-gallery .shape-group li.shape-2 {
 
}

.edu-faq-gallery .shape-group li.shape-3 {
    bottom: -15px;
    right: -7px;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .edu-faq-gallery .shape-group li.shape-3 {
        display: none;
    }
}

.edu-faq-gallery .shape-group li.shape-4 {
    bottom: -45px;
    right: -45px;
}

@media only screen and (max-width: 991px) {
    .edu-faq-gallery .shape-group li.shape-4 {
        display: none;
    }
}



@media only screen and (max-width: 1199px) {
    .faq-style-6 .edu-faq-gallery {
        bottom: -115px;
        right: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .faq-style-6 .edu-faq-gallery {
        right: 0;
        bottom: 0;
    }
}

.faq-style-6 .edu-faq-gallery .thumbnail-1 img {
    border-radius: 0;
max-height: 500px;
margin: 0 auto;
}

@media only screen and (max-width: 991px) {
    .faq-style-6 .edu-faq-gallery .thumbnail-1 {
        text-align: center;
    }
}

.faq-style-6 .edu-faq-gallery .shape-group li.shape-1 {
  bottom: 0;
    right: 0%;
}

.faq-style-6 .edu-faq-gallery .shape-group li.shape-1 span {
    width: 550px;
    height: 550px;
    border-radius: 50%;
    display: block;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.05);
}

.faq-style-6 .edu-faq-gallery .shape-group li.shape-2 {
  bottom: 37px;
    right: 50px;
}

.faq-style-6 .edu-faq-gallery .shape-group li.shape-2 span {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    display: block;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.05);
}

.faq-style-6 .edu-faq-gallery .shape-group li.shape-3 {
    top: 165px;
    right: 367px;
    bottom: inherit;
    z-index: -1;
}

.faq-style-6 .edu-faq-gallery .shape-group li.shape-4 {
    top: 80px;
    left: -38px;
    right: inherit;
    bottom: inherit;
    z-index: 1;
}

.faq-style-6 .edu-faq-gallery .shape-group li.shape-5 {
    right: -20px;
    bottom: 153px;
}


.accor-section {
	padding: 60px 0 0;
}





/***********************/



.footer {
    width: 100%;
    padding: 30px 0 0;
    background-color: #0f1820;
    display: grid;
    grid-template-columns: calc(55% - 50px) calc(45% - 50px);
    grid-template-rows: auto auto;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    align-self: start
}

@media (max-width:767px) {
    .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        gap: 16px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.footer .footer-links {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
   padding: 60px 30px 0 0
}


@media (max-width:1023px) {
    .footer .footer-links {
        padding: 40px 30px 0;
        margin-bottom: 40px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .footer .footer-links {
        width: 100%;
        margin: auto;
        max-width: 900px
    }
}

@media (max-width:767px) {
    .footer .footer-links .section {
        margin-bottom: 0
    }
}

.footer .footer-links .footer-links-section {
    width: 100%;
    max-width: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 20px
}

@media (min-width:768px) and (max-width:1023px) {
    .footer .footer-links .footer-links-section {
        width: 100%;
        margin: auto;
        max-width: 900px
    }
}

@media (max-width:767px) {
    .footer .footer-links .footer-links-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 100%
    }
}



.footer .footer-links .footer-links-section .footer-menu-header {
    margin: 0 0 25px
}

.footer .footer-links .footer-links-section .footer-menu-header i {
    display: none
}

@media (max-width:767px) {
    .footer .footer-links .footer-links-section .footer-menu-header {
        margin: 0;
        border-radius: 12px;
        background-color: #24343f;
        padding: 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 58px
    }
    .footer .footer-links .footer-links-section .footer-menu-header i {
        display: block;
        font-size: 12px;
        color: #00b8b8
    }
    .footer .footer-links .footer-links-section .footer-menu-header[aria-expanded=true] {
        border-radius: 12px 12px 0 0
    }
    .footer .footer-links .footer-links-section .footer-menu-header[aria-expanded=true] i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .footer .footer-links .footer-links-section .footer-menu-header[aria-expanded=true]+.list-content {
        display: block;
        border-radius: 0 0 12px 12px
    }
}

.footer .footer-links .footer-links-section .footer-logo .logo img {
    max-height: 80px
}

@media (max-width:767px) {
    .footer .footer-links .footer-links-section .footer-logo .logo img {
        max-height: 70px
    }
}

.footer .footer-socials {
    grid-column: 2;
    grid-row: 1/3;
    width: 100%;
    height: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
padding: 65px 70px 70px 30px;
    background: url("../images/footer-rtl.svg") no-repeat top right
}



@media (max-width:1023px) {
    .footer .footer-socials {
        padding: 50px 40px 0;
        margin-bottom: 40px;
        background: 0 0
    }
}

.footer .footer-socials .footer-socials-content {
    max-width: 400px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:767px) {
    .footer .footer-socials .footer-socials-content {
        max-width: 100%
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .footer .footer-socials .footer-socials-content {
        width: 100%;
        margin: auto;
        max-width: 900px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer .footer-socials .footer-socials-content .footer-social-links {
    margin-top: 70px
}

.footer .footer-socials .footer-socials-content .footer-social-links h2 {
    margin: 0 0 22px
}

.footer .footer-socials .footer-socials-content .footer-social-links .footer-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .footer-socials .footer-socials-content .footer-social-links .footer-social-icons .social-media-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 55px;
    height: 55px;
    border-radius: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #182632;
    color: #cedfea;
    font-size: 25px;
    text-decoration: none
}

.footer .footer-socials .footer-socials-content .footer-social-links .footer-social-icons .social-media-link:hover {
    background-color: #138385
}

.footer .footer-socials .footer-socials-content .footer-app-links h2 {
    margin: 0 0 8px
}

.footer .footer-socials .footer-socials-content .footer-app-links p {
    color: #fff
}

.footer .footer-socials .footer-socials-content .footer-app-links .footer-app-store-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
}

@media (max-width:767px) {
    .footer .footer-socials .footer-socials-content .footer-app-links .footer-app-store-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 16px
    }
}

.footer .footer-socials .footer-socials-content .footer-app-links .footer-app-store-links img {
    max-width: 175px;
    width: 100%;
    height: 56px
}

@media (max-width:767px) {
    .footer .footer-socials .footer-socials-content .footer-app-links .footer-app-store-links img {
        height: 44px;
        max-width: 140px
    }
}

.footer .footer-rights {
    grid-column: 1;
    grid-row: 2;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
padding: 15px 30px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width:1024px) {
    [dir=rtl] .footer .footer-rights {
        padding: 115px 30px 40px 0
    }
}

@media (max-width:1023px) {
    .footer .footer-rights {
        padding: 10px 40px 0;
        margin-bottom: 40px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.footer .footer-rights ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 16px;
    -webkit-column-gap: 54px;
    -moz-column-gap: 54px;
    column-gap: 54px;
    max-width: 640px;
    width: 100%
}

.footer .footer-rights ul li {
    margin-bottom: 0 !important
}

.footer .section h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #00b8b8;
    
    font-size: 24px;
    min-height: 38px;
    margin: 0
}

@media (max-width:767px) {
    .footer .section h2 {
        font-size: 20px
    }
}

.footer .section p {

}

@media (max-width:767px) {
    .footer .section p {

    }
}

.footer .section ul {
	list-style: none;
}

.footer .section ul li {
    margin-bottom: 18px;
    color: #e9f6fb
}

.footer .section ul li a {
 
    color: #e9f6fb
}

.footer .section ul li a:hover {
    color: #00b8b8;
    text-decoration: none
}





#whatsapp-chat-widget{
              display: block
          }
          .wa-chat-box-content-send-btn-text{
              font-weight: 500;
              font-size: 18px;
              line-height: 20px;
              color: #FFFFFF !important;
          }
          .wa-chat-box-content-send-btn{
              background-color: #1D1D1B !important;
              box-shadow: 4px 4px 0px #00a5a5;
              border-radius: 8px;
              text-decoration: none;
              cursor: pointer;
              position: relative;
              display: flex;
              align-items: center;
              gap: 14px;
              padding: 16px 20px;

              border-width: initial;
              border-style: none;
              border-color: initial;
              border-image: initial;
              overflow: hidden;
              opacity: 1 !important;
          }
          .wa-chat-box-content-chat-welcome{        
   
              font-size: 20px;
              line-height: 150%;
              color: #000000;
          }
          .wa-chat-box-brand{
              width: 52px;
              height: 52px;
              border: 1px solid #363636;
              box-shadow: 0px 2px 240px rgba(0, 0, 0, 0.04);
              border-radius: 100px;
              background-color: #00a5a5;
          }
          .wa-chat-box{
              background-color: white;
              z-index: 16000160 !important;
              margin-bottom: 106px;
              margin-bottom: 92px;
              min-width: 320px;
              position: fixed !important;
              bottom: 30px !important;
              right : 30px;
              border-radius: 32px;
              border: 2px solid #363636;
              box-shadow: 4px 6px 0px #00a5a5;
              padding: 32px 32px 16px;
              min-height: 279px;
              display: flex;
              flex-direction: column;
              justify-content: space-between;
              gap: 12px;

              pointer-events: none;
              opacity: 0;
              scale: 0;
              transform-origin: right bottom;
              
          }
          .wa-chat-box-visible{
              pointer-events: auto;
              opacity: 1;
              scale: 1;
          }
          .wa-chat-box-transition {
              transition: scale 150ms ease-in, opacity 250ms ease-in;
          }
          .wa-widget-send-button {
              margin: 0 0 30px 0 !important;      
              position: fixed !important;
              z-index: 16000160 !important;
              bottom: 0 !important;
              text-align: center !important;
              height: 55px;
              min-width: 55px;
              border: 0 solid #363636;
              border-radius: 100px;
              visibility: visible;
              transition: none !important;
              background-color: #00a5a5;
              box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.4);
              right : 30px;
              cursor: pointer;
              display: flex;
              align-items: center;
              justify-content: center;
          }
          .wa-widget-send-button-clicked {
       
          }
          .wa-chat-box-poweredby{
              margin-left: auto;
              margin-right: auto;
              display: flex;
              justify-content: center;
              align-items: center;
              gap: 3px;
    
              font-size: 12px;
              line-height: 18px;
              color: #999999;
          }
          .wa-chat-box-poweredby-link{
              font-weight: 600;
              color: #666666 !important;
              text-decoration: none !important;
          }
          .wa-chat-box-poweredby-link::hover{
              color: #666666 !important;
              text-decoration: none !important;
          }
  
          .wa-chat-bubble{
              display: flex;
              align-items: center;
              gap: 8px;
              z-index: 16000160 !important;
              position: fixed !important;
              margin-bottom: 63px;
              bottom: 20px !important;
              right : 20px;
          }
          .wa-chat-bubble-closed{
            display: none;
          }
          .wa-chat-bubble-close-button{
              height: 20px;
              min-width: 20px;
              background: #000000;
              border-radius: 24px;
              cursor: pointer;
              display: flex;
              align-items: center;
              justify-content: center;
              order: 1;
          }
          .wa-chat-bubble-text{

             background: #FFFFFF;
             border: 1px solid #363636;
             box-shadow: 2px 3px 0px #00a5a5;
             border-radius: 24px;
             padding: 8px 16px;
  
             font-weight: 500;
             font-size: 19px;
             line-height: 150%;
             color: #202020;
             cursor: pointer;
          }
          .wa-chat-box::before {
             content: '';
             position: absolute;
             top: 100%;
             right: 29px;
             width: 0;
             height: 0;
             border-width: 0 0px 30px 30px;
             border-color: transparent transparent white transparent;
             border-style: solid;
             transform: rotate(270deg);
             z-index: 1;
          }
          .wa-chat-box::after {
             content: '';
             position: absolute;
             top: 100%;
             right: 27px;
             width: 0;
             height: 0;
             border-width: 0px 0px 34px 34px;
             border-color: transparent transparent black transparent;
             border-style: solid;
             border-radius: 2px;
             filter: drop-shadow(-2px 5px 0px #00a5a5);
             transform: rotate(270deg);
          }
  
          @media only screen and (max-width: 600px) {
              .wa-chat-box
              {
                  box-sizing: border-box;
                  min-width: 0%;
                  position: fixed !important;
                  right: 20px!important;
                  left: 20px!important;
              }
          }
		  
		  
		  
		  
		  .single-testimonials-area-1 {
			  position: relative;
z-index: 1;
border-radius: 32px;
border: 2px solid #363636;
box-shadow: 4px 6px 0px #00a5a5;margin-right: 15px;
		  }
		  
		  .single-testimonials-area-1:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 27px;
  width: 0;
  height: 0;
  border-width: 0px 0px 34px 34px;
  border-color: transparent transparent black transparent;
  border-style: solid;
  border-radius: 2px;
  filter: drop-shadow(-2px 5px 0px #00a5a5);
  transform: rotate(270deg);
}


.single-testimonials-area-1:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 29px;
  width: 0;
  height: 0;
  border-width: 0 0px 30px 30px;
  border-color: transparent transparent white transparent;
  border-style: solid;
  transform: rotate(270deg);
  z-index: 1;
}



.toor-inner h2 {
color: #fff;
font-size: 32px;
margin-bottom: 10px;
}
.toor-inner h4 {
color: #fff;
font-size: 18px;
margin-bottom: 0;
}


.container.content-container {
	max-width: 1170px;
}


.cxbook {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #eee;}



.cxbook button {
font-size: 19px;
color: #221859;}

.filter-droop p {
margin-bottom: 10px;
	text-align: right;
}



.filter-droop .dropdown-menu {
	padding: 10px 15px;
	min-width: 260px;
}





.category-flx {
display: flex;
justify-content: space-between;
align-items: end;}

.cxcheck {
text-align: right;}


.dropdown-menu.dropdown-menu-right a.btn-border{
text-align: center;
display: inline-block;
width: auto;
padding: 0 20px;
border: 1px solid !important;	
}


.stroke-black {
 stroke: #000;
}

.cxcheck {
	margin-bottom: 20px;
}


.sun-submitt {
display: flex;
justify-content: center;
align-items: center;
gap: 4px;
}


.filter-droop {
	margin-bottom: 40px;
}


.nav-item .dropdown-item.active, .nav-item .dropdown-item:active,
.nav-item .dropdown-item:focus, .nav-item .dropdown-item:hove {
background-color: #00A5A5;
}



.toor-inner {
padding: 50px;
text-align: center;
background: linear-gradient( to right , #ccecff, #b6d9f7);
background: linear-gradient( to right , #d5e1ff, #8fcbff);
background: linear-gradient( to right , #00a5a5, #11d2d2);
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.toor-inner:after {
content: "";
width: 200px;
height: 200px;
border-radius: 50%;
background: #a6ecc5;
display: block;
position: absolute;
top: -100px;
right: -100px;
}


.toor-inner:before {
  content: "";
width: 200px;
height: 200px;
border-radius: 50%;
background: #ccecff;
display: block;
position: absolute;
bottom: -100px;
left: -100px;
}

.toor-inner .madlogo {
filter: brightness(100);
}




.pice-riyal {
margin-right: 15px;}


.rriyal {
		margin-right: 5px;
}

.pice-riyal img {

filter: brightness(1) invert(1);
}


.course-content-wrapper-main .accordion {
	margin-top: 40px;
}





.accordion-includes ul {
	
}

.theiaStickySidebar {
	z-index: 2;
}

.accordion-includes {
padding: 15px;
}

.twi-inc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #ddd;
}


.twi-inc:last-child {
	border-bottom: 0;
	padding: 0;
margin: 0;
}




.twi-inc .right img {
width: 22px;
margin-left: 8px;
}



.iframe-fll {
	margin-bottom: 18px;
	border-radius: 12px;
	overflow: hidden;
	width: 100%;
	height: 300px;
}







.programEnrollCard {
  background-color: #0ca7aa;
  padding: 36px 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 12px;
}

.programEnrollCard .textContainer {

}


.programEnrollCard .title {
  font-size: 32px;
  color: #fff;
}

.programEnrollCard li {
  font-size: 18px;
  font-weight: 400;
    color: #fff;
	text-align: right;
}


















.hero-section {
background: linear-gradient(to right, #00a5a5, #006fa5);
background: linear-gradient(to left, #d7f9f9, #f1f8fb);
position: relative;
z-index: 1;
/*
-webkit-mask-image: url(../images/mask-02.webp);
mask-image: url(../images/mask-02.webp);
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: cover;
-webkit-mask-position: center;*/
}



.hero-section .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1300px;
    width: 100%;
    margin: auto;
    gap: 20px;
min-height: 500px;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	align-items: center;
	padding: 50px 0;
}

@media (min-width:768px) and (max-width:1023px) {
    .hero-section .content-container {
        padding: 70px 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 10px
    }
}

@media (max-width:767px) {
    .hero-section .content-container {
        padding: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 10px
    }
}

.hero-section .content-container .hero-content {
    max-width: 708px;
    width: 100%;
}

.hero-section .content-container .hero-content .hero-text {

}


@media (min-width:1280px) {
    .hero-section .content-container .hero-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .hero-section .content-container .hero-content {
        max-width: 50%;
        width: 100%;
        padding-top: 120px
    }
}

@media (max-width:1023px) {
    .hero-section .content-container .hero-content {
        width: 100%;
        padding-top: 0
    }
}

.hero-section .content-container .hero-content .hero-text h2 {
    color: #221859;
    font-size: 34px;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .hero-section .content-container .hero-content .hero-text h2 {
        font-size: 18px
    }
}


.hero-section .content-container .hero-content .hero-text p {
    color: #24343f;
    margin-bottom: 18px;
	font-size: 22px;
}

@media (max-width:767px) {
    .hero-section .content-container .hero-content .hero-text p {
        font-size: 16px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .hero-section .content-container .hero-content .hero-text p {
        font-size: 18px
    }
}

.hero-section .content-container .hero-content .hero-points {
  margin: 25px 0;
display: flex;
gap: 40px;

}

@media (min-width:1024px) and (max-width:1279px) {
    .hero-section .content-container .hero-content .hero-points {
        margin-top: 90px
    }
}

@media (max-width:767px) {
    .hero-section .content-container .hero-content .hero-points {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.hero-section .content-container .hero-content .hero-points .hero-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 19px;
	color: #221859;
	margin-bottom: 15px;
}

.hero-section .content-container .hero-content .hero-points .hero-point span {
font-size: 20px;
display: block;
color: #000;
}

.hero-section .content-container .hero-content .hero-points .hero-point p {
font-size: 17px;
line-height: 27px;
margin: 0;
font-family: "bld" , use;
}




.hero-section .content-container .hero-content .hero-points .hero-point.lib-count p {
	font-size: 20px;	
}



.hero-section .content-container .hero-content .hero-points .hero-point.lib-count span {
	font-size: 42px;	
}



.hero-section .content-container .hero-content .hero-points .hero-point i {
color: #221859;
min-width: 45px;
height: 45px;
text-align: center;
border-radius: 50%;
line-height: 45px;
background: #fff;
}

.hero-section .content-container .hero-content .hero-points .hero-point h6 {
    margin: 0;  
color: #221859;}

.hero-section .content-container .hero-image {
    max-width: 450px;
    width: 100%
}

@media (min-width:1280px) {
    .hero-section .content-container .hero-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
        flex: 0 0 450px;
        min-width: 0
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .hero-section .content-container .hero-image {
        max-width: 50%;
        width: 100%
    }
}

@media (max-width:1023px) {
    .hero-section .content-container .hero-image {
        max-width: 100%
    }
}

.hero-section .content-container .hero-image .image-container {
    position: relative
}

.hero-section .content-container .hero-image .image-container .hero-image-bg {
    position: absolute;
    bottom: -100px;
    right: -20px;
    width: 100%;
    height: 100%;
    z-index: 1
}

.hero-section .content-container .hero-image .image-container .hero-image-bg img {
    width: 100%;
    height: auto
}

.hero-section .content-container .hero-image .image-container img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
max-height: 450px;
}

@media (max-width:1023px) {
    .hero-section .content-container .hero-image .image-container img {
        max-height: clamp(340px, 70vw, 425px)
    }
}



.hero-section .svg-shape {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -2;
}

.hero-section .svg-shape svg {
  fill: #fbfbfb;
}


.video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
padding: 20px 50px 30px;
  height: 470px;
  display: flex;
  align-items: flex-end;
  z-index: 9;
  /* Video Style 2	*/ }
  .video-wrapper.video-primary-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(30deg, #A67C01 15%, transparent 60%);
	background-image: linear-gradient(30deg, #0000002e 15%, #000000d1 60%);
	background-image: linear-gradient(-30deg, #000000db 22%, transparent 60%);
    z-index: -1; }
  .video-wrapper.video-gradient-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent 0%, rgba(4, 7, 17, 0.6) 100%);
    z-index: -1; }
  .video-wrapper.video-dark-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: -1; }
  .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -2; }
  .video-wrapper .video-btn {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    /* Video Button Style 2	*/ }
    .video-wrapper .video-btn:before {
      content: "";
      background-color: #ffffff;
      height: 100%;
      width: 100%;
      border-radius: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transform: scale(0);
      transition: all 0.4s ease-in-out; }
    .video-wrapper .video-btn i {
      font-size: 24px;
      color: #ffffff;
      transition: all 0.4s ease-in-out;
      z-index: 1; }
    .video-wrapper .video-btn:hover:before {
      transform: scale(1); }
    .video-wrapper .video-btn:hover i {
      color: #000000; }

  .video-wrapper .video-content {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .video-wrapper .video-content .video-title {
      margin: 10px 0 0;
      display: -webkit-box;
      -webkit-line-clamp: 3;color: #00a5a5;
      -webkit-box-orient: vertical;color: #fff;
      overflow: hidden; text-transform: capitalize;}
    .video-wrapper .video-content p {
      margin-bottom: 0;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
	  
	  
	  .space-ptb {
		margin: 60px 0; 
	  }
	  
	 
	  
	  
	  .ctext-container {
		  text-align: center;
	padding: 0 60px 30px;
	  }
	  
	  
	  
	  
	  
	  
	  .knowledge-gap {
		padding-bottom: 50px;  
	  }
	  
	  
	  
	  .hero-yal {
		  position: absolute;
		  top: 0;
z-index: -1;
right: 0;
left: 0;
	  }
	  
	  
	  
	  
	  .part-section {
  padding: 40px 0;
  background: #f6f9f8;
}
	  .home-paycard {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.home-paycard .thumbnail {
  height: 140px;
  display: grid;
  align-items: center;
  justify-content: center;
}

.home-paycard .thumbnail img {
  max-width: 100%;
  width: auto !important;
  max-height: 140px;
}

.home-paycard h5 {
  margin: 15px 0 0;
  font-size: 18px;
}

















/** Style 2 **/
.pbmit-blogbox-style-2 {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
padding: 12px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);    border: 1px solid #ededed;margin-bottom: 20px;
}

.pbmit-blogbox-style-2 img {
 border-radius: 12px;
height: 220px;
width: 100%; 
	
}

.pbminfotech-box-content {
padding: 15px 10px 5px;
position: relative;
}

/*
.pbmit-blogbox-style-2:after {
    content: "";
    position: absolute;
    border: 1px solid #ededed;
    width: calc(100% - 20px);
    left: 0;
    height: calc(100% - 20px);
    top: 0;border-radius: 6px;
    z-index: 0;
}*/
.pbmit-blogbox-style-2 .post-item {
    position: relative;
    z-index: 2;
}
.pbmit-blogbox-style-2 .pbmit-meta-date {
text-align: center;
text-transform: uppercase;
font-weight: normal;
line-height: 14px;
display: inline-block;
position: absolute;
top: -55px;
left: 25px;
padding: 12px;
background: #fff;
border-radius: 8px;
}


.bank-btn {
	font-size: 19px;
color: #000;
text-align: center;
display: flex;
align-items: center;
justify-content: flex-start;
position: relative;
z-index: 1;
gap: 10px;
}



.bank-btn i {
margin-right: 7px;
font-size: 13px;
}







.pbmit-blogbox-style-2 .pbmit-meta-category a {
    color: #fff;
}
.pbmit-blogbox-style-2 .pbminfotech-box-content .pbmit-post-title {
    font-size: 22px;
    line-height: 28px;
    
    margin-bottom: 0;
}
.pbmit-blogbox-style-2 .pbminfotech-box-content .pbmit-post-title a {
    color: #0c121d;
}
.pbmit-blogbox-style-2 .pbmit-meta-container {
    padding-top: 10px;
    margin-top: 30px;
    border-top: 1px solid #ededed;
}
.pbmit-blogbox-style-2 .pbminfotech-box-desc {

}
.pbmit-blogbox-style-2 .pbminfotech-box-desc-text {
color: #484746;
text-transform: capitalize;
margin: 5px 0;
}
.pbmit-blogbox-style-2 .pbmit-meta-container .pbmit-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #201846;
}
.pbmit-blogbox-style-2 .pbmit-meta-container .pbmit-meta-line {
    color: #484746;text-transform: capitalize;
}
.pbmit-blogbox-style-2 .pbmit-meta-container .pbmit-meta-line i {
    color: #000;
}
.pbmit-blogbox-style-2 .pbmit-meta-container .pbmit-meta-line:last-child:after {
    display: none;
}
.pbmit-blogbox-style-2 .pbmit-meta-container .pbmit-meta-line:first-child {
    margin-left: 0;
}
.pbmit-blogbox-style-2 .pbmit-meta-container .pbmit-meta-line:first-child i:before {
    margin-left: 0;
}



.top-link span {
margin-left: 8px;
}



.ttm-bgcolor-white {
padding: 15px;
background: #f3f3f3;
}


.ttm-quote-form textarea,
.ttm-quote-form label,
.ttm-quote-form input {
width: 100%;
}

.ttm-quote-form input[type="submit"] {
width: auto;
margin:0 auto;
}

.title-header {
margin-bottom: 20px;
}

.title-header h2 {
font-size: 22px;
text-align: center;
margin-bottom: 0;
line-height: 30px;
}


.file p {
margin:0
}


.custom-file button{
margin-right: auto;
width: 30%;
height: 54px;
border: 0;
color: #fff;
border-radius: 5px 0 0 5px;
background: #00a5a5;
}

.custom-file{
  position:relative;
display: flex;
flex-direction: row;
width: 100%;
height: 54px;
background: #fff;
align-items: center;
padding: 0;
margin-bottom:15px;
border-radius: 5px;
}
.custom-file input[type="file"] { 
  z-index: 1;
  position: absolute;
  opacity: 0;
  width:30%;
  left:0;
  /*   height:100%; */
}
.custom-file-filename{
  flex: 1 0 0;
  width:70%;height: 54px;
line-height: 54px;
border-left:0;
padding-right: 15px;
border-radius: 0 5px 5px 0;
border-left: 0;
}
.custom-file-filename span{
  display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.mry-text h2 {
font-size: 22px;
text-transform: capitalize;
}


.mry-text strong {
font-size: 18px;
color:#000;
text-transform: capitalize;font-weight: normal;
}

.mry-text ul {
padding: 0;
list-style: none;
}
.mry-text li {
	position: relative;padding-right: 15px;
}


.mry-text li:after {
	position: absolute;
	content: '\f00c';
	right: 0;
	font-size: 10px;
	top: 6px;
	color: inherit;
	font-family: "Font Awesome 5 Pro";
	line-height: normal;
	
}

.mry-text p {
margin-bottom: 10px;
}



.career-column {
	
	padding: 30px 40px;
background: #fff;
border-radius: 20px;
box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}


.co-contact input {
	
}


.core-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
 opacity: 0.1;
filter: grayscale(100);
}


.core-shape img {
  width: 600px;
  max-width: 100%;
}






/*************/

.u-float-right {
  float: right;
}

.u-flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.subtle {
  display: block;
}

.subtle i {
margin-left: 10px;
color: #00a5a5;
}


.subtle span {
color: #00a5a5;
margin: 0 12px;
}


.card-media {
  border-radius: 2px;
display: flex;
  margin-bottom: 25px;
  transition: all 300ms ease-out;
  width: 100%;
  border-radius: 12px;
overflow: hidden;
background: #fff;
}

.card-media:hover {
  box-shadow: 0 5px 14px rgba(0, 0, 0, .1);
}

.card-media-object-container {
  background: none;
height: 215px;
  width: 35%;
  position: relative;
}

.card-media-object {
object-fit: cover;
  height: 100%;
}

.card-media-object:after {
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 300ms ease-out;
  z-index: 10;
}

.card-media:hover .card-media-object:after {
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,0.4) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.4) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  opacity: 1;
}

.card-media-object-tag {
  background-color: #fff;
  border-radius: 2px;
  padding: 2px 7px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.card-media-object-social-list {
  bottom: 4px;
  left: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 20;
}

.card-media-object-social-list li {
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  margin-right: 6px;
  opacity: 0;
  overflow: hidden;
  transform: translateY(5px);
  transition: all 300ms ease-out;
  width: 30px;
}

.card-media:hover .card-media-object-social-list li {
  opacity: 1;
  transform: translateY(0);
}

.card-media-object-social-list li:nth-child(1) {
  transition-delay: 0;
}
.card-media-object-social-list li:nth-child(2) {
  transition-delay: 75ms;
}
.card-media-object-social-list li:nth-child(3) {
  transition-delay: 150ms;
}

.card-media-object-social-list-item-additional {
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  padding-top: 7px;
  text-align: center;
}

.card-media-body {
  float: left;
  height: 100%;
  padding: 12px 15px;
  position: relative;
  width: 65%;
}	

.card-media-body-top {
  display: block;
}

.card-media-body-top-icons {
  margin-top: -2px;
  opacity: 0;
  transition: all 300ms ease-out;
  transform: translateY(-5px);
}

.card-media:hover .card-media-body-top-icons {
  opacity: 1;
  transform: translateY(0);
}

.card-media-body-top-icons > svg {
  cursor: pointer;
  margin-left: 10px;
  transition: all 300ms ease-out;
}

.card-media-body-top-icons > svg:hover {
  fill: #444;
}

.card-media-body-heading {
display: block;
margin-bottom: 10px;
color: #000;
font-size: 20px;
font-family: "bld" , use;
}
.card-media-body-supporting-bottom {
margin-bottom: 15px;
}


.card-media-body-supporting-bottom-text {
  display: inline-block;
}

.card-media-link {
  color: #41C1F2;
  text-decoration: none;
}



















.single-portfolio-item {
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;

border-radius: 25px;
overflow: hidden;
}

.single-portfolio-item .portfolio-content {
padding: 12px 18px;
position: relative;
z-index: 1;
-webkit-transition: .5s;
transition: .5s;/*
background: linear-gradient( to top , #eee , #f6f6f6);*/
    -webkit-transition: .5s;
    transition: .5s;
}

.single-portfolio-item .portfolio-content h3 {
    margin: 0;
    font-size: 18px;
    -webkit-transition: .5s;
    transition: .5s;
line-height: 25px;
height: 50px;
overflow: hidden;
font-weight: normal;
display: grid;
align-items: center;text-transform: capitalize;
}

.single-portfolio-item .portfolio-content h3 a {
    color: #000
}


.single-portfolio-item .portfolio-image {
  z-index: 1;
/*height: 300px;*/
position: relative;
overflow: hidden;
}



.single-portfolio-item .portfolio-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000c;
  transition: all 0.3s;
opacity: 0;
}

.single-portfolio-item:hover .portfolio-image:before {
opacity: 0.7;
}


.single-portfolio-item img {
height:350px;
width: 100%;
}

.single-portfolio-item .portfolio-content span {
    
    -webkit-transition: .5s;
    transition: .5s;
    color: #6b6b84;
color: #999;
font-weight: normal;    
position: relative;
font-size: 13px;
}

/*
.single-portfolio-item .portfolio-content span:after {
    content: "\f006";
    font-family: FontAwesome;
    position: absolute;
    z-index: 1;
    left: 0;
    color: #87868a;
    top: 0;
    display: inline-block;

}
*/
/*
.single-portfolio-item .portfolio-content::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
background: linear-gradient(to right top, #46acdb, #6593dd, #5a84c6, #305b9f, #000);
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
background: linear-gradient( to left , #93050d ,#260809f2);
}
.single-portfolio-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}*/

.single-portfolio-item:hover .portfolio-content::before {
    height: 100%
}

.single-portfolio-item:hover .portfolio-content h3 a {
    color: #fff
}

.single-portfolio-item:hover .portfolio-content span {
    color: #fff
}



.single-portfolio-item:hover .portfolio-content {
background: linear-gradient( to left , #93050d ,#260809f2);
background: #0f1820;
}



.btn-actions {
position: absolute;
bottom: -90px;
display: flex;
right: 0;
gap: 8px;
align-items: center;
left: 0;
justify-content: center;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn-actions a {
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
background: #00a5a5;
color: #fff;
text-align: center;
display: inline-block;
font-size: 17px;

}


.btn-actions a:hover {
background: #fff;
color: #000;
}

.single-portfolio-item:hover .btn-actions {
bottom: 20px;
}





.portfolio-tag {
position: absolute;
left: 15px;
top: 15px;
background: #00a567;
padding: 8px 25px;
border-radius: 25px;
color: #fff;}


.portfolio-tag.paay {
background: #a5003e;
}












.tp-slider-3__icon {
  position: absolute;
  bottom: 25px;
  right: 50%;
  transform: translateX(50%);
  z-index: 22;
  height: 90px;
  line-height: 97px;
  width: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .tp-slider-3__icon {
    bottom: -40px;
    height: 80px;
    line-height: 80px;
    width: 80px;
  }
}
.tp-slider-3__icon .arrow-scroll-btn {
  color: #ffffff;
  font-size: 23px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #00A5A5;
  display: inline-block;
  text-align: center;
  position: relative;margin-top: 20px;
}
.tp-slider-3__icon .arrow-scroll-btn i {
  line-height: 0;
  transform: translateY(3px);
  display: inline-block;
  animation: scroll 1s infinite ease-in-out alternate;
}
@media (max-width: 767px) {
  .tp-slider-3__icon .arrow-scroll-btn {
    font-size: 19px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.tp-slider-3__icon .arrow-scroll-btn::after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 80%;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #d5d9d9;
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
}
.tp-slider-3__icon .arrow-scroll-btn::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 75%;
  width: 75%;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(213, 217, 217, 0.8);
  animation: borderanimate2 3s linear infinite;
  z-index: -1;
}




@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}



@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}


#more-details {
	position: relative;
z-index: 1;
	
}


.course-content-wrapper-main .accordion .accordion-item .accordion-body strong {
font-size: 18px;
font-style: normal;
line-height: 26px;
color: #000;
font-weight: normal;}












.single--pricing-area .top-area {
text-align: center;	
}




.single--pricing-area {
  padding: 35px 25px;
  border: 1px solid #DDD8F9;
  border-radius: 10px;
  
position: relative;
z-index: 1;
border-radius: 32px;
border: 2px solid #363636;
box-shadow: 4px 6px 0px #00a5a5;
margin-right: 15px;
}






.single--pricing-area .top-area .type {
  color: #00A5A5;
  display: block;
  margin-bottom: 20px;
font-size: 40px;
}
.single--pricing-area .top-area .price-area .title {
font-size: 40px;
line-height: 44px;
padding-bottom: 25px;
margin-bottom: 25px;
border-bottom: 1px solid #DDD8F9;
}
.single--pricing-area .top-area .price-area .title span {
  font-size: 22px;
  line-height: 26px;
  color: #737477;
  font-weight: 400;
}
.single--pricing-area.active .rts-btn {
  background: var(--color-primary);
  color: #fff;
}
.single--pricing-area .rts-btn {
  padding: 8px 20px;
  max-width: 100%;
  border-radius: 100px;
}
.single--pricing-area .access-area {
margin: 40px 0 30px;
min-height: 190px;
}
.single--pricing-area .access-area .single-access {
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.single--pricing-area .access-area .single-access span {
  color: #110C2D;
  font-size: 17px;
}
.single--pricing-area .access-area .single-access i {
  color: #110C2D;
}







/* ======= Portfolio style ======= */
.portfolio {
  
	overflow: hidden;
  position: relative;
  z-index: 1;
padding: 50px 0 0;
}

.portfolio .item {
    position: relative;
    display: block;
    margin-bottom: 15px;
	padding: 40px 30px 25px;
background: #eee;
background: linear-gradient( to top , #f4f4f4 , #fbfbfb);
border-radius: 16px;

}
/* img */
.portfolio .item .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.portfolio .item .img img {
margin-bottom: 12px;
width: 60px;
}

.portfolio .item:hover .img img {
    /*transform: scale(1.05);*/
}
.portfolio .item .con {
    position: relative;
    z-index: 2;
    opacity: 0;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 90% 10%;
    align-items: center;
}
.portfolio .item .con.opacity-1 { 
    opacity: 0;
}
.portfolio .item .con.active {
    visibility: visible;
    opacity: 1;
}
/* arrow */
.portfolio .item .con .arrow {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    text-align: -webkit-right;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.portfolio .item .con .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #264981;
    background: #264981;
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
}
.portfolio .item:hover .con .arrow a {
    border: 1px solid #fff;
    background: #fff;
    color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
/* title */
.portfolio .item .con .title {
    width: 100%;padding-left: 10px;
	height: 170px;
overflow: hidden;
}

.portfolio .item .con .title p {
margin: 0;
color: #333;

}

.portfolio .item .con .title h6 {
font-weight: 300;
font-size: 15px;
margin-bottom: 0;
color: #666;
margin-top: 14px;
}
.portfolio .item .con .title h6 span {
    color: #264981;
    margin-right: 2px;
}
.portfolio .item .con .title h4 {

font-size: 28px;
margin-bottom: 9px;
text-transform: capitalize;
}
.portfolio .item .con .title h3 {
color: #fff;
    font-size: 24px;;
    margin-bottom: 0;
}
/* icon */
.portfolio .item .con .icon {
    position: absolute;
bottom: -36px;
left: -36px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fbfbfb;
    border-top-right-radius: 50%;
    padding: 15px;
}
.portfolio .item:hover .con .icon .arrow {
  transform: scale(1.05);
}
.portfolio .item .con .icon::before {
position: absolute;
    content: "";
    bottom: 10px;
    right: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fbfbfb;
transform: rotatey(180deg);
}
.portfolio .item .con .icon::after {
position: absolute;
content: "";
top: -20px;
left: 6px;
background: transparent;
width: 20px;
height: 20px;
border-bottom-right-radius: 20px;
box-shadow: 6px 6px 0 6px #fbfbfb;
transform: rotatey(180deg);
}
.portfolio .item .con .icon .arrow {
    position: absolute;
    background: #f3f3f3;
    color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.portfolio .item:hover .con .icon .arrow {
    color: #fff;
    background: #00a5a5;
}




.bg-gray.section-padding {
position: relative;
z-index: 1;
overflow: hidden;
}


.dashed-heads .nav-tabs .nav-item {
	
	margin-left: 0;
	margin-right: 12px;
}


.fun-facts-main-wrapper-1.style-two .single-fun-facts {
	border: 1px solid #E9E5FF;
padding: 18px;
box-shadow: 0px 4px 30px 0px rgba(177, 167, 241, 0.1);
background: #fff;
margin-bottom: 10px;	
}


.fun-facts-main-wrapper-1.style-two .single-fun-facts span.enr {

font-size: 20px;
}

.fun-facts-main-wrapper-1.style-two .single-fun-facts .title {
	line-height: 1;
}


.partners-clo {
	padding: 50px 0;
}

.partner-deep {
height: 120px;
padding: 15px;
display: grid;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 12px;
margin-bottom: 20px;
}

.partner-deep img {
max-height: 80px;
width: auto;
max-width: 100%;
display: block;
margin: 0 auto;
}



	@media (max-width: 991px) {
		
		.cer-item .rts-btn {

position: initial;

}

#list-style .cer-item .category-style-one {
	flex-direction: column;gap: 10px;
}

.cer-item .category-style-one.style-seven .bottom-content ul {
	display: flex;flex-wrap: wrap;
}

#list-style .cer-item .category-style-one.style-seven .bottom-content {
  min-width: 100%;
  padding: 5px;
}
  .cer-item .category-style-one.style-seven .bottom-content ul li {
	  margin-left: 12px;
  }

				.ex-area .action-fav {
			position: absolute;
left: 150px;top: 25px;
		}
		
		.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized {
min-width: 30%;
}

	.footer-callto-action-area .footer-one-main-wrapper {
justify-content: start;
	}
	
	


		.footer-callto-action-area .footer-one-main-wrapper {
	padding: 0 70px;
}

	
		.cash-filter > div > span,
		.fil-fx {
			display: block;
		}
		
		.cash-filter > div > span {
		font-size: 18px;
		}
		
		
		.cash-filter .fil-fx input, .cash-filter .fil-fx .select2 {
  width: 100% !important;
}

		
		#list-style .cate-box .category-style-one {
	flex-direction: column;
}
#list-style .cate-box .category-style-one.style-seven .bottom-content {
  position: initial;
}


.cate-box .category-style-one.style-seven .bottom-content ul, .cate-box .category-style-one.style-seven .bottom-content ul li {
  display: inline-block;
}



			.stp-content {
			max-width: 100%;padding: 50px 0;
	}
	
		.nw-drecolo .title-area-left-style {
  max-width: 65%;
}
		
		.dfex-moob { 
		justify-content: end;
		}
		
		.x-rank .rk { 
		justify-content: space-around;
		}
		.let-rk { 
		width: auto;}
		
	.no-tab {
		display: none;
	}
	
	
	.yes-tap,
	.no-desk.exper-toggle {
		display: block !important;
	}
	
	
	.feed-overall {
		padding: 1.5rem !important;
	}
	
	

	
	
	
.process-rank {
	display: flex;
	align-items: center;

	
}
	.process-rank .x-rank {
flex: 1;
border-bottom: 0 !important;
height: 100%;
display: grid;
align-items: center;
	}
	


	
	.job-feedback-content {
		margin-bottom: 20px;
	}
	
	
	.dfex-moob .select2-container--default .select2-selection--single {
	height: 40px;
}

.dfex-moob .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;padding-right: 5px;
}


.dfex-moob .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 8px;
left: 0px;}


	
.dfex-moob form {
	min-width: 140px;
}


		

	
	
		
		
		


		
		
		.nav-tabs .nav-link {
  padding: 2px 8px;
  font-size: 18px;
  min-width: auto;
}
		
		
		
		.msg-title {
			margin-bottom: 0 !important;
margin-top: 0;
		}
		
				.sesrching-side {
			background: #fff;
			position: fixed;
			top:0;
			right:-150%;z-index: 99;
			width: 100%;
			padding: 20px;transition: all ease-in-out 0.3s;
			overflow: auto;
height: 100%;
		}
		
		.sesrching-open {
			right: 0;
			
		}
		
		
		.clo-flx {
		display: block;	
		}
		
		.ex-xlose {
		
width: 30px;
height: 30px;
line-height: 29px;
text-align: center;
background: #fff;
border-radius: 3px;
font-size: 18px;
position: absolute;
left: 19px;
top: 17px;
cursor: pointer;
		}
		
		
		
		.exper-toggle {
		width: 45px;
height: 40px;
line-height: 40px;
text-align: center;
background: #fff;
border-radius: 3px;
border: 1px solid #00a5a5;
font-size: 20px;cursor: pointer;
		}
		

		
		
		
		
		.course-group-img {
			display: flex;
gap: 20px;
align-items: center;
justify-content: start;
		}
		
		
		.acc-typ {
  flex-wrap: wrap;
}
		
		.course-group-img .rts-btn {
  margin: 0;
}

		
	
.total-card span {
	font-size: 20px;
}
	

	
.all-cots .cot-box {
min-width: 50%;
width: 50%;
padding: 0 15px;
}


		
		
		.sticky-footer {display: flex;}
		



.blog-single-post-listing.details .details-tag,
.breadcrumb-main-wrapper .pagination-wrapper a:nth-child(3),
.title-area-left-style p {
	display: none !important;
}


	

.banner-content-one{
padding: 40px 0 20px;
height: auto;
display: grid;
text-align: center;
align-items: center;
justify-content: center;
  }
  



.category-search-input,
.banner-tags-wrapper {

  max-width: 100%;
  justify-content: center;
}


.search-input-area .search-close-icon {
  left: 13px;
  top: 5px;
}

.search-input-area .search-input-inner .input-div {
width: 100%;}



.col-five {
  padding: 0 8px;
  margin-bottom: 16px;
  width: 50%;
}


.single-testimonials-area-1 {
padding: 15px;}

.title-area-center-style .title, .title-area-left-style .title {
  margin-bottom: 0;
  font-size: 18px;
}

.title-area-center-style, .title-area-left-style {
	
}

p {
  margin: 0 0 10px;
  font-size: 19px;
line-height: 20px;}

.rts-padd-gap {
  padding: 10px 0;
}



.breadcrumb-main-wrapper .title,
.category-style-one .title {
font-size: 20px;}


.title-between-area.mb--25 {
margin-bottom: 15px !important;
}


.progress-wrap {
  left: 10px;
bottom: 85px;}

.header-one-wrapper {
}

.header-one-wrapper .left-side-header .logo-area {
	margin: 0 auto;
}



.header--sticky.sticky {
	position: inherit !important;
}

.banner-area-one .title-banner span,
.banner-area-one .title-banner {
font-size: 20px;
margin-bottom: 10px;}



.banner-area-one.v-2 .banner-content-one p.disc {
font-size: 20px !important;
line-height: 28px;
}


.icon-box-4 h3,
.category-style-one.style-seven .title {
  font-size: 20px;
  line-height: 20px;
margin-bottom: 0;}



.breadcrumb-main-wrapper .pagination-wrapper a,
.category-style-one.style-seven .bottom-content ul li span,
.category-style-one.style-seven span {
  font-size: 16px;
line-height: 22px;}


.mySwiper-category-1 {
	padding-bottom: 50px;
	
}


.ptb--50 {
  padding: 15px 0;
}


.filter-small-top-full .left-filter {
display: inline-block;
width: 100%;
position: fixed;
z-index: 999999;
background: #fff;
top: 0;
bottom: 0;
left: -120%;
padding: 40px 20px;	
transition: all ease-in-out 0.3s;
}

.close-ic-filter {
	position: absolute;
top: 0;
right: 0;
}

.close-ic-filter i {
color: #00a5a5;
height: 40px;
width: 40px;
border-radius: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 19px;
}


.filter-small-top-full .left-filter.show {
	left: 0;
}



.icon-box-4,
.filter-small-top-full .left-filter .nice-select-wrap {
	width: 100%;
	margin-bottom: 12px;
}


.exrolled-course-wrapper-dashed h5, .exrolled-course-wrapper-dashed h4, .right-sidebar-my-profile-dash h4, .right-sidebar-my-profile-dash h5,
.course-content-wrapper-main .accordion .accordion-header button span,
.head-form,
.accordion-item h4,
.blog-single-post-listing .blog-listing-content h3 {
  font-size: 20px;
  line-height: 25px;
}

.blog-single-post-listing .blog-listing-content {
  padding: 15px 0;
}

.contact-wrap {
padding: 15px;}


.notify-detail h6,
ul li {
font-size: 16px;}



  .single-course-left-align-wrapper .author-area {
margin-top: 10px;
	  max-width: 100%;
  }
  
  
  .single-course-left-align-wrapper .author-area.mt--0 .author .name-auth,
  .single-course-left-align-wrapper .author-area .author .name-auth {
	  font-size: 18px;
  }
  
  .course-details-breadcrumb-1 {
  padding: 15px 0 10px;}
  
  
  .cer-box h3,
  .notify-detail h6 span,
  .single-course-left-align-wrapper .author-area.mt--0 .author .country-auth,
  .single-course-left-align-wrapper .author-area .author .country-auth {
	  font-size: 12px;line-height: 20px;
  }
  
.auth-logo {
  width: 65px;
height: 65px;}


.right-course-details .course-side-bar .what-includes .single-include {
	padding-bottom: 8px;
padding-top: 8px;
font-size: 13px;
}


.login-page-form-area form h6,
.table-reviews.quiz thead tr th,
.rts-btn.with-arrow {
	font-size: 16px;
}

.rts-reviewd-area-dashed .table-reviews .naam-td {
min-width: 200px;	
}

.notify-content,
.notify-detail h6 {
	text-align: center;
	  gap: 8px;
  flex-direction: column;
	
}
.notify-item a.btn {
	margin: 10px auto 0;
display: block;
}

.links-acc {

  gap: 8px;
  flex-direction: column;
}

  .right-course-details .course-side-bar {
    padding: 10px;
  }
  
  
  .rts-reviewd-area-dashed h4.title,
  .rts-reviewd-area-dashed h5.title,
  .profile-upload-head h4,
  h4, .h4,
  .total-card .text,
.single-category-2.v-6 .information .title {
	font-size: 20px;
}
.single-category-2.v-6 {
padding: 18px 5px;
margin-bottom: 15px;}

.ri-pay {
  gap: 10px;
}




.login-page-form-area,
.rts-reviewd-area-dashed {
padding: 15px;	
width: 100%;
max-width: 100%;
} 

.dashboard-banner-area-start .rating-area-banner-dashboard {
right: auto;
left: 0;
top: 20px;
bottom: auto;
}


.card-body .tag, .tags-input-wrapper .tag {
	min-width: 90px;
	padding: 0 20px 0 8px;
	font-size: 18px;
}

  .dashboard-banner-area-start .author-profile-image-and-name {
	  /*

right: 0;
bottom: auto;
top: 10px;

left: 0;*/
margin: 10px 0;
 gap: 10px;
justify-content: center;
position: initial;
}

.dashboard-banner-area-start .author-profile-image-and-name .profile-pic img {
  width: 100px;
height: 100px;}


.dashboard-banner-area-wrapper {
padding: 0 0 15px;	
}

  .dashboard-banner-area-start {
display: flex;
margin-bottom: 15px;
  }



.modal-confirm h4,
.login-page-form-area .title,
.dashboard-banner-area-start .author-profile-image-and-name .name-desig .title {
    font-size: 18px;
    line-height: 22px;
}


.dashboard--area-main {
  padding: 20px 0 10px;
}



body {
font-size: 16px;}



.total-card {
margin: 0 0 15px;
}

.ins-card {
	padding: 10px;
}





.kh-card {
margin-bottom: 15px;	
}

.left-sindebar-dashboard {
	margin-bottom: 0;
}

.section-padding {
  padding: 20px 0;
}
.filt-card {
padding: 15px;}


.dashed-heads {
	flex-direction: column;
}

.dashed-heads.no-colum-profile {
flex-direction: inherit;
}

.nav-tabs {
width: 100%;
justify-content: center;
}

.rts-reviewd-area-dashed h4.title {
	margin:10px 0 25px;
}

.dashed-heads .nav-tabs .nav-item {
margin-right: 6px;
}


.cd-reversed {
	flex-direction: column-reverse;	
}


.nav-tabs .nav-item {
	margin-right: 0;
		margin-left: 4px;
			margin-bottom: 4px;
}


.exrolled-course-wrapper-dashed h5, .exrolled-course-wrapper-dashed h4, .right-sidebar-my-profile-dash h4, .right-sidebar-my-profile-dash h5 {
		margin-bottom: 0;
	
}


.right-sidebar-my-profile-dash h5,
.rts-reviewd-area-dashed h5.title {

    font-size: 20px;
    margin-bottom: 15px !important;

}

.rts-btn {
  padding: 14px 12px;
}
	
	

.table-reviews.quiz thead tr th {
	white-space: pre;
}	

.nav-link {
	padding: 3px;
}

.login-registration-wrapper {
	
justify-content: center;

}

.login-page-form-area button {
	
	margin-top: 20px !important;
}


.course-thumbnail-upload-area .information button {
		margin-top: 0 !important;
}

.ico-log {
  margin: 0 auto 20px;
}

.category-style-one.style-seven .bottom-content .ico-log {
	
	margin: 0;
}


.category-style-one.style-seven .bottom-content {
 padding: 10px 0 6px;
}

.full-form .login-page-form-area {
margin: 20px auto;	
}


.atch-btns {
	gap: 15px;
}


.note-lst {
  padding: 15px;
  margin: 20px 0;
}

.course-thumbnail-upload-area {
width: 100%;
margin-top: 10px;
margin-bottom: 5px;
display: inline-block;
}




.modal-confirm .icon-box {
width: 50px;
height: 50px;
line-height: 46px;	
}

.modal-confirm .icon-box i {
font-size: 24px;}

#list-style .category-style-one .icon img {
  border-radius: 8px 8px 0 0;
  height: 200px;
  max-width: 100%;
}




.login-page-form-area .single-input-wrapper {
	/*margin-bottom: 10px;*/
}

.msg-item.msg-box,
.kh-card {
padding: 15px;}


.addproj-box {
  height: auto;
  padding: 20px;
}

.user-card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.user-card img {
	margin-bottom: 0;
}


.left-sindebar-dashboard h2 {
font-size: 20px;
margin-bottom: 10px;}


.main-slider-two__content {
max-width: 100%;
}

.main-slider-two__title {line-height: 20px;
font-size: 18px;margin: 0;}


.main-slider-two__text {line-height: 20px;
	font-size: 16px;margin: 0;
}

.main-slider-two {
	margin-bottom: 15px;
}

.card {
	margin-bottom: 15px;
}


.same-card .card-body {
  height: auto;
display: block;}


.hire-btn .dropdown-toggle {
  width: auto;
  min-width: auto;
  font-size: 18px;
}

.hire-btn .dropdown-menu .dropdown-item {
 font-size: 18px;	
}

/* Banner */
.rts-btn {
padding: 0 14px;
line-height: 40px !important;
min-width: 100px;
}



.card-header .rts-btn,
.card-header .rts-btn-two {
min-width: auto;
padding: 0 10px;
font-size: 19px;
}



.btr-moob h2 {
padding: 8px;
margin:0;
}


.rts-single-course {
padding: 5px;}

.cer-item .toor-content h5 {
	font-size: 20px;		
}



.text-about p,
.text-about,
.rts-single-course a .title,
.global-payment .single-item h5,
		.login-page-form-area h6,
.card-header h3,
.stps-blk ul li h3,
.footer-callto-action-area.bg-dark-footer-1 .footer-singl-wized .head .title,
.many-tim h3,
.another-converse,
.invitation-box > p,
.pol-links a,
.modal-body .text h2,
.toor-content h5,
.acc-typ .check-box label,
.note-lst p,
.over-box span, .over-box p,
.select2-container--default .select2-selection--single,
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], textarea,
.course-thumbnail-upload-area .information button {
font-size: 20px;	
}


.rts-single-course .rating-and-price .price-area .price,
.setting-pageea .check-box label,
.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .menu li a,
.modal-body .text pو
.invit-line .ico-fear span,
.policy-text ul li,
.policy-text p,
.sales-card .job-feedback-content a,
.msg-item.msg-box p,
.job-feedback-content a,
.feed-overall .cb p,
.up-fx p,
.input-block label,
.ex-area.mx-300 span, .x-rank .ex-area span,
.fnt-18 p, .fnt-18,
.cb p,
.wr-ratings span,
p,
body,
.x-rank .rk p {
font-size: 18px !important;
line-height: 24px !important;
}

.card-area .sec-title pو
.again-box p, .content-box h3,
.input-file label p,
.veri-box h2,
.ex-area.mx-300 p,
.page-title,
.sys-deliv p,
.flx-hdr h3 {
font-size: 20px !important;
}


.ri-pay .rts-btn,
.grey-time span
.stat-file button,
.lst-wiz p,
.wr-ratings .stars-area i,
.copyright-area-one p,
.input-file label p span,
.input-block p,
.ri-pay i,
.list-pay .ri-pay p {
font-size: 16px !important;	
}
		




}


	
	@media (max-width: 767px) {
		
		
		.dashboard-banner-area-wrapper {
  padding: 0;
}
		
			.category-style-one .save-icon i {
		position: initial;
		width: auto;
height: auto;
	}
	
		
			#list-style .category-style-one.style-seven .bottom-content {
position: absolute;
left: 3px;
bottom: 10px;
	}
	
		.category-style-one.style-seven .bottom-content ul li span i {
  width: auto;
  margin-left: 4px;
}
		
.category-style-one.style-seven .bottom-content ul li {
  display: inline-block;
  margin-left: 13px;
}	
	
		
		#list-style .category-style-one.style-seven .bottom-content .ico-log {
	top: -40px;
right: 50%;
margin-right: -30px;
margin-top: -30px;
}	

#list-style .category-style-one.style-seven .bottom-content {
  padding: 5px;
}


#list-style .category-style-one .toor-content h5.deor-toor {
	width: 74%;
}

		
		
		
		
		
		
		.category-style-one .save-icon i {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 5px;
  left: 5px;
}

		.rts-btn-two {
	min-width: 100px;
padding: 0 14px;
line-height: 40px !important;
}
		
	#list-style .category-style-one.style-seven .bottom-content {
position: initial;
	}


		.total-card {
		flex-wrap: wrap;}
		
		
		.ins-card:nth-child(2) {
	border: 0;
}


		
.ins-card {
	min-width: 50%;
}
		
.category-style-one {
	margin-bottom: 15px;
}
		
	.title-between-area .dropdown-toggle.rts-btn-two {
	min-width: 130px;
}
.sd-tous {
	align-items: center;
}

		.many-tim .input-block {
			
		min-width: 80px;	
		}
		
		.modal .invitation-box {
			text-align: center;
		}
		
		
		.conter {
			flex-direction: column-reverse;
gap: 10px;
margin-bottom: 13px;
		}
		

		
		.ex-area .action-fav {
			position: absolute;
right: 0;
top: 30px;
left: auto;
		}
		
		
		
		
		
		
		
		
		.nw-drecolo .title-area-left-style {
	max-width: 100%;
}
		
		







		
		
		
		
		.container {
  padding: 0 15px;
}
		
		.profile-form button.rts-btn,
		.filt-card form button.rts-btn {
			display: block;
width: 100%;
margin-top: 20px;
		}
		
		.full-block {
			
			width: 100%;
		}
		.full-block .information {
			display: block;
width: 100%; 
		}		
		
		.header--sticky {
			padding: 8px 0;
		}
	
	
	.vi-card ul { 
	padding: 0;
	}

.all-cots .cot-box {
min-width: 100%;
width: 100%;
padding: 0 15px;
}


.title-between-area,
.card-header {
	min-height: auto;
}

.title-between-area {/*
justify-content: start;
flex-direction: column;
gap: 10px;
align-items: start !important;*/
gap: 10px;
align-items: stretch !important;
flex-direction: column-reverse;
}

.title-area-left-style {
  text-align: right;
  margin: 0;
}


.wr-ratings .row {
  margin: 8px 0;
}


.msg-item.msg-box img,
.sales-card .job-feedback-picture img,
.job-feedback-picture img {
  width: 45px;
height: 45px;}


.profile-dcard.ex-area img {
  width: 70px;
  height: 70px;
}


.sales-card .job-feedback-content,
.job-feedback-content {
padding-right: 60px;}


.grey-time span {
margin-left: 5px;}


.feed-overall {
  padding: 25px 15px;
  padding-top: 30px;
}

.card-header .khabeer-dropdown {
	z-index: 3;
}

.stat-file button {
  padding: 8px 16px;
}



/*
.feed .khabeer-dropdown {
top: -25px;
}*/

/*
.nw-drecolo {

flex-direction: column-reverse;
align-items: end !important;
gap: 15px;
	
}*/


.feed-block {
  background: #F2F7FFE8;
  padding: 20px 15px;
}
  
.feedback-answer {
margin-right: 30px;}





.fot-log {
	align-items: start;
}


.delev-btns .rts-btn:first-child {
	width: 100%;
}


.nw-drecolo .sdk-box {
	display: flex;
	gap: 10px;
	align-items: center;
}

.over-box {
	padding: 15px 20px;
		justify-content: space-between;
border-left: 0;
min-width: 80%;
}

#upgrade_service_btn,
.input-file label p .mx-img {
position: inherit;}

.rdo-box { 
flex-wrap: wrap;
gap: 5px;
}



.x-rank .rk p {
	min-width: 160px;
}

.rdo-box .check-box {
width: 49%;
}


.x-rank .feed,
.profile-tabs {
	margin: 15px 0;
}


.tags-input-wrapper,
.ino-file {
padding: 12px;}

.nav-tabs .nav-item {
margin-left: 6px;
min-width: 80px;
}

.nav-tabs .nav-link {
border-radius: 6px;
font-size: 19px;
min-width: 100%;
margin-bottom: 6px;
padding: 4px 8px;
}


.input-block label {
	margin-bottom: 7px;
}


.sales-card,
.ero-box,
.tre-box {
padding: 25px;}

.ber-btns {
	margin: 20px 0 0;
gap: 10px;}

.ber-btns .rts-btn {
  width: auto;
}


.lst-wiz p {
width: 100%;
font-size: 19px;
margin-bottom: 15px;
text-align: center;
}

.lst-wiz {
  width: 100%;
  align-items: end;
  flex-direction: column;
}

.ero-box h3 {
	margin-top: 15px;
}

.input-file label p .mx-img,
.input-file label p span,
.veri-box {
  margin-top: 0;
}

.mx-300 {
padding-bottom: 0;
}

#list-style.filt-card {
	background: no-repeat;
box-shadow: none;
padding: 0;
}


.category-style-one.style-seven .bottom-content ul,
.category-style-one.style-seven .bottom-content ul li {
	display: inline-block;
}

.category-style-one.style-seven .bottom-content ul li {
  margin-left: 10px;	
}

.global-payment .single-item .more-inks,
.global-payment .single-item p,
.category-style-one.style-seven .bottom-content ul li:first-child,
#list-style .toor-prf {
	display: none;
}

.category-style-one.style-seven .bottom-content ul li span i {
  width: auto;
  margin-left: 2px;
}

		.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized {
min-width: 45%;
}

	.footer-callto-action-area .footer-one-main-wrapper {
justify-content: start;
	}
	
	.footer-callto-action-area .footer-one-main-wrapper {
  padding: 0;
}




.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .head {
  margin-bottom: 10px;
}


.footer-callto-action-area.bg-dark-footer-1 .footer-singl-wized .head .title,
.x-rank .card-header,
.input-file label,
.veri-box h2 {
	margin-bottom: 0;
}

.dire-flex h2.page-title {
	width: 100%;
	margin-bottom: 20px;
}

#list-style .category-style-one,
.upgrade_service_inputs,
.input-file, .input-block {
  margin-bottom: 20px;
}

.upgrade_service_inputs {
	padding: 40px 15px;
}


.wr-ratings .stars-area i {
  margin: 0 1px;
}
.lit-card .top-lit h2,
.ero-box p {
font-size: 20px;}

.note-lst p {margin: 0;	
	line-height: 30px; }

.invitation-box {
padding: 25px;	
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .menu li {
	margin-bottom: 2px;
}



.rating__label {
	padding-right: 5px !important;
	font-size: 15px !important;
}

.ratings .wr-ratings .row [class*=col] {
	padding: 0;
}





.modal-dialog {
	margin: 2.5rem;
}

.single-category-2 img {
max-width: 90px;
}


.dropdown.por-menu {
	position: initial;
}

.dropdown-menu.dropdown-menu-right.dropdown-allert {
top: 99% !important;
left: 0 !important;
transform: translatey(0 ) !important;
width: 100%;
right: 0 !important;
max-width: 100%;
}


.nxt-content {
  padding-top: 30px;
}

.ste-box button,
.dropdown-menu.dropdown-menu-right a.msg-box {
	width: 100%;
}

.dropdown-menu.dropdown-menu-right a.msg-box {
padding: 8px;
}


.dropdown-menu.dropdown-menu-right {
	left: 15px !important;
	top: 5px !important;
}

.dropdown-menu.dropdown-menu-right:after {
left: 42px;
}

.por-menu.dropdown:nth-child(1) .dropdown-menu.dropdown-menu-right::after {
left: 178px;
}

.por-menu.dropdown:nth-child(2) .dropdown-menu.dropdown-menu-right::after {
left: 130px;
}
/*
.por-menu.dropdown:nth-child(3) .dropdown-menu.dropdown-menu-right::after {
left: 175px;
}*/


.pol-links {
display: flex;
justify-content: space-around;
}


.foooe-area .fologa button,
.login-page-form-area button {
	width: 100%;
}

.foooe-area {
  padding: 0;
}

.loga-area h6 {
	margin-bottom: 0;
}

.fologa {
  border-bottom: 0;
margin-bottom: 0;}


.card-area {
 padding: 25px 18px;		
}




.login-page-form-area,
.loga-area {
  padding: 18px 0;
}

.login-page-form-area h6 {
padding-bottom: 18px;
margin-top: 18px;
}


.login-page-form-area form,
.setting-pageea form {
	padding: 0 15px;
}

.stps-blk ul li {
margin-top: 15px;
margin-bottom: 15px;
}





.list-pay ul li {
	gap: 20px;
}

		#list-style .category-style-one,
.outsty,
		.invit-line,
.fot-log,
.delev-btns,
.dire-flex,
.acc-typ,
.offer-over {

	flex-direction: column;
}


.sts-progress {
position: absolute;
right: 0;
width: 15px;
height: 100%;
top: 0;
}

.stps-blk ul li.done:after {
  width: 15px;
  height: 33.333%;
  top: 0;
  left: auto;
}

.stps-blk ul li.done:nth-child(2):after {
width: 15px;
height: 77%;
}


/*
.stps-blk ul li.done:before {
position: absolute;
content: "";
right: -7px;
width: 31px;
height: 31px;
border-radius: 50%;
overflow: hidden;
background: #00a5a5;
z-index: 2;
transition: all ease-in-out 0.3s;
top: 70%;
}
*/

/*
.stps-blk ul li.done:nth-child(2):before {
	
position: absolute;
content: "";
right: 0;
width: 33.333%;
bottom: 0;
height: 15px;
border-radius: 10px;
overflow: hidden;
background: #00a5a5;
z-index: 2;
transition: all ease-in-out 0.3s;
}*/


.steps-bill .container,
.content-ver .container {
padding: 0;	
}

 
.hd-btns { 
gap: 5px;
}


.cash-filter .fil-fx {
justify-content: space-between;
margin-bottom: 10px;
}

.cash-filter > div > span {
	width: 120px;
}

.fil-fx {
	display: flex;
}

/*
.cash-filter .fil-fx input,
.cash-filter .fil-fx .select2 {
width: 180px !important;	
}*/

.sp-actions h3 {
	line-height: 1;
margin-bottom: 20px;
}

.le-pay {
min-width: 80px;
}



.ri-pay .rts-btn {
	position: absolute;
bottom: 4px;
left: 4px;
	padding: 0 12px;
}



/*
.kh-card.no-desk {
margin: 0 10px;
}*/

.ex-area span {
	width: 100%;
display: block;
font-size: 12px;
}

.ex-area span + span {
  margin-right: 0;
}


.moob-board {
transition: all ease-in-out .4s;
overflow: hidden;
height: 0;

}

.moob-board.active {
height: auto;
}

.rt-control {
padding: 10px 18px;
background: #eee;
color: #000;
font-size: 20px;
}





	.no-desk {
display: block !important;
		}

	.no-mob {
		display: none;
	}
	




.msg-title {
	margin: 0;
margin-bottom: 15px !important;
}


.process-rank {
	flex-direction: column;
}

.process-rank .x-rank {
	width: 100%;
}


.course-thumbnail-upload-area .information button {
width: 100%;
}


.flx-as-all {
	flex-direction: inherit !important;
align-items: center !important;
	
}
.send-for,
.clum-all {flex-direction: column;
	
}


.clum-all .dfex-moob {
	justify-content: center;
}


	
	.category-style-one .icon img {
	height: 180px;
}


.stp-content,	
.yes-tap .delev-btns div.d-flex,
.yes-tap .delev-btns .input-block {
	width: 100%;
}
	
	
	.stp-content {
			max-width: 100%;
	}




.hero-banner .banner-content .title {
font-size: 22px;	
line-height: 25px;	
}

.hero-style-12.hero-banner .banner-content {
  width: 100%;
}

.banner-search .rts-btn {
	line-height: 50px !important;
}


.banner-search {

gap: 10px;}



.main-slider-two .slide img {
height: 250px;}


.owl-carousel .owl-dots {

  bottom: 12px;
  right: 10px;
  gap: 8px;
  left: 10px;
  justify-content: center;
}

.owl-carousel .owl-dot span {
  width: 37px;
height: 8px;}


.bot-lit {
  padding: 20px;
}

.lit-card .top-lit img {

  height: 70px;
}

.global-payment .single-item {
	padding: 15px;margin-bottom: 15px;
}

.global-payment .single-item img {
	width: 50px;
}

.global-payment .single-item .rts-btn {
  line-height: 30px !important;
}

.newprojects-section {
	padding: 20px 0;
}

.ceem, .newproje-card {
  padding: 10px;
}

.cer-item .toor-content {
  padding-left: 0;
}

.pers-area .thumb img,
.rts-single-course .thumbnail img {
	height: 140px;
}

.course-content-wrapper-main .accordion .accordion-header button {
padding: 12px 50px 12px 15px;}

.course-content-wrapper-main .accordion .accordion-header button:before { 
font-size: 18px;
right: 25px;
top: 18px;
}

.course-content-wrapper-main .accordion .accordion-item .accordion-body {
	padding-bottom: 0;
}

.pq-subscribe-from form h2 {
	margin-bottom: 15px;font-size: 18px;
}
.mas-block h2 {
	font-size: 18px;
margin: 20px auto;
}

.mas-block img {
	width: 90px;
}
.subscribe-block,
.cta-block {

  padding: 20px 0;
}

.pq-subscribe-from form {
	flex-direction: column;
	
}

	}








@media (max-width:991px) {

.no-mob,
.footer .footer-links {
display: none;	
}

.footer .footer-rights ul {
	display: block;
}


.footer .section h2 {
  font-size: 20px;
}

.footer .footer-socials {
  padding: 20px 15px 0;
  margin-bottom: 0px;
  background: none;
}

.footer .footer-rights {
	padding: 10px 15px 0;
margin-bottom: 10px;
justify-content: center;
text-align: center;
}


.footer .footer-socials .footer-socials-content .footer-social-links h2 {
  margin: 0 0 12px;
  min-height: auto;
}

.footer .footer-socials .footer-socials-content .footer-social-links {
  margin-top: 20px;
}

.footer { 
gap: 0;
}


.progress-wrap {
  left: 15px;
  bottom: 25px;
}

.wa-widget-send-button {
margin: 0 0 20px 0 !important;}

.left-sindebar-dashboard {
	padding: 15px 15px 0;
	margin-bottom: 25px;
}


.btr-moob {
	display: flex;
justify-content: space-between;
background: #fff;
border-radius: 5px;
overflow: hidden;
align-items: center;
margin-bottom: 0;
box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.03);
margin-bottom: 15px;
}

.setting-change-password-area .form-password-area .single-input {
	max-width: 100%;
}
.setting-change-password-area .form-password-area .single-input input {
	width: 100%;
}

.setting-change-password-area .form-password-area .single-input {
  margin-bottom: 15px;
}




}


.contatcs-card {
display: flex;
justify-content: space-between;
gap: 30px;
align-items: center;
max-width: 100% !important;
width: 100% !important;
}

.cola-img {
	min-width: 40%;
}

.cola-img img {
	width: 100%;
}

.loe-section {
	padding: 50px 0;
	position: relative;
	
}

.pay-item-card {
	display: flex;
gap: 20px;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #DDD8F9;
align-items: center;
}

.pay-item-card {
	
}

.ir-img {
min-width: 120px;
}

.ir-img img {
width: 120px;
height: 118px;
object-fit: cover;
object-position: center;
border-radius: 8px;
}
.ir-content h3 {
	margin-bottom: 10px;
}


.ir-content h3 {
	margin: 0;
font-size: 26px;}


.ir-discount form {
	border: 1px solid #DDD8F9;
	display: flex;
	align-items: center;
	justify-content:space-between;
	padding: 0 25px;
border-radius: 8px;
margin-bottom: 20px;color: #221859;
}

.ir-discount input {
	width: 66%;
	height: 50px;
	text-align: center;
}

.ir-discount i {
margin-left: 6px;}

.loe-pay form {
	margin-top: 20px;
}

.pay-detail ul {
margin: 30px 20px;
}


.pay-detail ul li {
  list-style: none;
  display: flex;
  align-self: center;
  justify-content: space-between;
  color: #221859;
}

.pay-detail ul li p {
	margin: 0;
	font-size: 20px;
}

.pay-detail ul li img {
margin-right: 5px;
}

strong {
	font-weight: normal;
font-family: "bld";	
}

.tag-table h4 {
	font-size: 24px;
text-transform: capitalize;
margin: 20px 0 15px;
}



.loe-pay .nav-item img {
	max-width: 70px;
}

/*
.loe-pay.main-back {
	min-height: 550px;
}*/



.tamara-feature ul {
list-style: none;
border: 1px solid #ddd;
border-radius: 16px;}


.tamara-feature li {
  border-bottom: 1px solid #ddd;
  padding: 15px 25px;
margin: 0;}

.tamara-feature li a {
  display: flex;
  align-items: center;
  width: 100%;
justify-content: space-between;}

.tamara-feature li a i {
font-size: 13px;
}

.tamara-feature li a span i {
margin-left: 8px;
}
.tamara-feature li:last-child {
border: 0;	
}

.tamara-feature li:last-child a {
	border: 0;
	display: block;
}

.tamara-feature li:last-child a span {
display: block;
margin-bottom: 15px;
}



.tamara-feature .input-block {
margin-bottom: 10px;
}


.spo-graph {
font-size: 22px;
color: #000;
font-family: "bld" , use;
line-height: 1.4074;
color: #221859;
}


.datepicker.datepicker-dropdown {
max-width: 300px;
width: auto;
font-size: 15px;
}

/*
.datepicker table tr td.disabled {
position: relative;
}

.datepicker table tr td.disabled:after {
	position: absolute;
	content: '\f05e';
	right: 0;
	font-size: 10px;
	top: 6px;
	color: #f00;
	font-family: "Font Awesome 5 Pro";
	line-height: normal;
}
*/


.datepicker table .day.disabled {
border: 0;
}


.datepicker table .day {
background: #fff;
color: #000;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #00a5a5 !important;
  cursor: pointer;
  color: #fff;
}


.datepicker td, .datepicker th {
width: 40px !important;
height: 40px !important;
padding: 0;
}


.icon-lines i {
position: absolute;
left: 20px;
bottom: 12px;
}


.empty-data {
text-align: center;
height: 350px;
overflow: hidden;
display: grid;
align-items: center;
justify-content: center;
}

.empty-data img {
max-height: 200px;

}

.service-section-s2 {
position: relative;
z-index: 1;
padding: 60px 0;
}

.rts-course-area {
position: relative;
z-index: 1;}




/*****************/

.banner-service-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1399px) {
  .banner-service-area {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .banner-service-area {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .banner-service-area {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service-item.style1 {
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-bottom: 25px;
}
.service-item.style1 .card-body {
  position: relative;
  padding: 30px;
  max-width: 100%;
  max-height: 100%;
  background-color: #f9f9f9;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}




.service-item.style1:hover .card-body {
	background-color: #037d84;
}

.service-item.style1:hover .card-body .title a {
	color: #fff;
}

.service-item.style1:hover .arrow-btn {

  background: #037d84;
  color: #fff;
}



.service-item.style1:hover .card-body .text {
		color: #c0c0c0;
}

.service-item.style1 .card-body .icon {
  margin-bottom: 20px;
}

.service-item.style1 .card-body .icon img {
width: 55px;
}

.service-item.style1 .card-body .title {
  font-size: 24px;
  margin-bottom: 12px;
}
.service-item.style1 .card-body .text {
  color: #525252;
height: 78px;
overflow: hidden;
margin-bottom: 20px;

}
@media (max-width: 1399px) {
  .service-item.style1 .card-body {
    width: 100%;
  }
}
.service-item.style1 .btn-wrapper {

}
.service-item.style1:hover .btn-wrapper {
  opacity: 1;
  visibility: visible;
}
.service-item.style1 .card-body {
  position: relative;
  max-width: 100%;
  max-height: 100%;
 


  width: 100%;
  height: 100%;
  background-color: #fff;

}



.service-item.style1 .card-body .rts-btn {
display: inline-block
}

/*
.service-item.style1:hover .card-body {
background: url('../images/n.png');
background-size: 100% 100%;
}
*/

.service-wrapper.style1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1399px) {
  .service-wrapper.style1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .service-wrapper.style1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .service-wrapper.style1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service-section-s2 {
}










 /********************************************/
 /*
 .wizard, .wizard .nav-tabs, .wizard .nav-tabs .nav-item {
	 position: relative;
}
 .wizard .nav-tabs:after {
	 content: "";
	 width: 80%;
	 border-bottom: solid 2px #ccc;
	 position: absolute;
	 margin-left: auto;
	 margin-right: auto;
	 top: 38%;
	 z-index: -1;
}
 .wizard .nav-tabs .nav-item .nav-link {
	 width: 70px;
	 height: 70px;
	 margin-bottom: 6%;
	 background: white;
	 border: 2px solid #ccc;
	 color: #ccc;
	 z-index: 10;
}
 .wizard .nav-tabs .nav-item .nav-link:hover {
	 color: #333;
	 border: 2px solid #333;
}
 .wizard .nav-tabs .nav-item .nav-link.active {
	 background: #fff;
	 border: 2px solid #0dcaf0;
	 color: #0dcaf0;
}
 .wizard .nav-tabs .nav-item .nav-link:after {
	 content: " ";
	 position: absolute;
	 left: 50%;
	 transform: translate(-50%);
	 opacity: 0;
	 margin: 0 auto;
	 bottom: 0px;
	 border: 5px solid transparent;
	 border-bottom-color: #0dcaf0;
	 transition: 0.1s ease-in-out;
}
 .nav-tabs .nav-item .nav-link.active:after {
	 content: " ";
	 position: absolute;
	 left: 50%;
	 transform: translate(-50%);
	 opacity: 1;
	 margin: 0 auto;
	 bottom: 0px;
	 border: 10px solid transparent;
	 border-bottom-color: #0dcaf0;
}
 .wizard .nav-tabs .nav-item .nav-link svg {
	 font-size: 25px;
}*/



.multisteps-form__progress {
  display: grid;gap: 4px;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-bottom: 18px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;padding-right: 0;
  text-align: right;font-size: 20px;
}
@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}
/*
.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}*/

.multisteps-form__progress-btn:after {
  position: absolute;
  bottom: 0;
  right: 0;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 6px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}/*
.multisteps-form__progress-btn:first-child:after {
  display: none;
}*/
.multisteps-form__progress-btn.js-active {
  color: #00a5a5;
}
.multisteps-form__progress-btn.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

.multisteps-form__form {
  position: relative;
}

.multisteps-form__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.multisteps-form__panel[data-animation="scaleOut"] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.multisteps-form__panel[data-animation="scaleOut"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.multisteps-form__panel[data-animation="slideHorz"] {
  left: 50px;
}
.multisteps-form__panel[data-animation="slideHorz"].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation="slideVert"] {
  top: 30px;
}
.multisteps-form__panel[data-animation="slideVert"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation="fadeIn"].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation="scaleIn"] {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.multisteps-form__panel[data-animation="scaleIn"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}


.multisteps-form__title {
	font-size: 20px;
}







.succes {
  background-color: #4BB543;
}
.succes-animation {
  animation: succes-pulse 2s infinite;
}

.danger {
  background-color: #CA0B00;
}
.danger-animation {
  animation: danger-pulse 2s infinite;
}

.custom-modal {
  position: relative;
  width: 380px;
  max-width: 100%;
  min-height: 190px;
  background-color: #f9f9f9;
  border-radius: 30px;
  margin: 40px 10px;
  filter: drop-shadow(-2px 5px 0px #4bb543);
  box-shadow: 1px 1px 12px #0000000a;
}
.custom-modal .content { 
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
}
.custom-modal .content .type {
  font-size: 18px;
}
.custom-modal .content .message-type {
  font-size: 24px;
  color: #000;
}
/**
.custom-modal .border-bottom {
  position: absolute;
  width: 300px;
  height: 20px;
  border-radius: 0 0 30px 30px;
  bottom: -20px;
  margin: 0 25px;
}*/
.custom-modal .icon-top {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: -30px;
  margin: 0 125px;
  font-size: 30px;
  color: #fff;
  line-height: 100px;
  text-align: center;
}

/*
@keyframes succes-pulse { 
  0% {
    box-shadow: 0px 0px 30px 20px rgba(75, 181, 67, .1);
  }
  50% {
    box-shadow: 0px 0px 30px 20px rgba(75, 181, 67, .3);
  }
  100% {
    box-shadow: 0px 0px 30px 20px rgba(75, 181, 67, .1);
  }
}
@keyframes danger-pulse { 
  0% {
    box-shadow: 0px 0px 30px 20px rgba(202, 11, 0, .1);
  }
  50% {
    box-shadow: 0px 0px 30px 20px rgba(202, 11, 0, .3);
  }
  100% {
    box-shadow: 0px 0px 30px 20px rgba(202, 11, 0, .1);
  }
}
*/

.alrt-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 800px) {
  .alrt-wrapper {
    flex-direction: column;
  }
}



.daterangepicker td.active {
  background-color: #117c90;
  color: #fff !important;
}
.daterangepicker td.active:hover {
  background-color: #117c90;
}
.daterangepicker button.applyBtn {
  background-color: #117c90;
  border-color: #117c90;
}

.datepicker.datepicker-dropdown {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 0;
  cursor: pointer;
}
.datepicker.datepicker-dropdown td.day {
  height: 33px;
  width: 33px !important;
  text-align: center;
  font-weight: 500;
  border-radius: 0.5rem;
  color: #043b44;
}
.datepicker.datepicker-dropdown th.next {
  height: 33px;
  width: 33px !important;
  text-align: center;
  font-weight: 500;
  border-radius: 0.5rem;
  color: #043b44;
}
.datepicker.datepicker-dropdown th.prev {
  height: 33px;
  width: 33px !important;
  text-align: center;
  font-weight: 500;
  border-radius: 0.5rem;
  color: #043b44;
}

.datepicker.datepicker-dropdown td {
margin: 2px;	
}

.datepicker.datepicker-dropdown td.day.old {
  color: #888888;
}
.datepicker.datepicker-dropdown td.day.new {
  color: #888888;
}
.datepicker.datepicker-dropdown th.next.old {
  color: #888888;
}
.datepicker.datepicker-dropdown th.next.new {
  color: #888888;
}
.datepicker.datepicker-dropdown th.prev.old {
  color: #888888;
}
.datepicker.datepicker-dropdown th.prev.new {
  color: #888888;
}
.datepicker.datepicker-dropdown td.day:hover {
  color: #117c90;
}
.datepicker.datepicker-dropdown th.next:hover {
  color: #117c90;
}
.datepicker.datepicker-dropdown th.prev:hover {
  color: #117c90;
}
.datepicker.datepicker-dropdown th.datepicker-switch, .datepicker.datepicker-dropdown th.next, .datepicker.datepicker-dropdown th.prev {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.datepicker.datepicker-dropdown th.dow {
  font-weight: 400;
  font-size: 0.75rem;
  height: 2rem;
  color: #043b44;
}
.datepicker table tr td.selected {
  border: 0;
  background: #117c90 !important;
  color: #fff;
}
.datepicker table tr td.active.active {
  border: 0;
  background: #117c90 !important;
  color: #fff;
}
.datepicker table tr td.selected:hover {
  background: #117c90 !important;
  color: #fff;
}
.datepicker table tr td.active.active:hover {
  background: #117c90 !important;
  color: #fff;
}
.datepicker table tr td.today {
  background: #117c90 !important;
  color: #ffffff !important;
}
.datepicker table tr td.today:hover {
  background: #117c90 !important;
  color: #ffffff;
}
.datepicker table tr td.today.disabled {

  color: #ffffff;
}
.datepicker table tr td.today.disabled:hover {

  color: #ffffff;
}


.datepicker.datepicker-inline {
	width: 100%;
	background: #f7f7f7;
border-radius: 16px;
padding: 10px;
}







.iti--separate-dial-code .iti__selected-dial-code {
	background: #fff;
}




/***********************/
/***********************/




[data-theme-version="dark"] {
  --color-primary: #00a5a5;
  --color-primary-gym: #B10D00;
  --color-primary-kitchen: #ff6d1c;
  --color-secondary: #1F1F25;
  --color-secondary-2: #00a5a5;
  --color-body: #615F5F;
  --color-body-2: #F9F8FF;
  --color-secondary: #1F1F25;
  --color-heading-1: #fff;
  --color-heading-2: #262626;
  --color-white:#fff;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  color: #B7B6B6;
}

[data-theme-version="dark"] .dz-theme-mode #icon-dark  {
	display: none;
}

[data-theme-version="dark"] .dz-theme-mode #icon-light  {
	display: block;
}

.portfolio .item .con .icon:after,
.portfolio .item .con .icon:before {
box-shadow: 6px 6px 0 6px #161339;

}

[data-theme-version="dark"] .portfolio .item .con .icon,
[data-theme-version="dark"],
/*[data-theme-version="dark"] .right-course-details .course-side-bar,*/
[data-theme-version="dark"] .tp-slider-3__icon,
[data-theme-version="dark"] .course-details-btn-wrapper,
[data-theme-version="dark"].just-in-home {
	background: #161339;
}

[data-theme-version="dark"] .hero-section .svg-shape svg {
fill: #161339;
}


[data-theme-version="dark"] .portfolio .item,
[data-theme-version="dark"] .hero-section {
background: linear-gradient(to left, #2a2560, #162246);
}


	
[data-theme-version="dark"] .select2-dropdown {
  background-color: #242051;
border: 1px solid #eaeaea2e; }

[data-theme-version="dark"] .page-title,
[data-theme-version="dark"] .pol-links a,
[data-theme-version="dark"] .fun-facts-main-wrapper-1.style-two span.enr,
[data-theme-version="dark"] .dz-theme-mode #icon-light,
[data-theme-version="dark"] .notify-sec h5,
[data-theme-version="dark"] nav ul li a,
[data-theme-version="dark"] .select2-container--default .select2-selection--single .select2-selection__arrow::after,
[data-theme-version="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered,
[data-theme-version="dark"] input,
[data-theme-version="dark"] button,
[data-theme-version="dark"] select,
[data-theme-version="dark"] textarea,
[data-theme-version="dark"] .login-page-form-area h5,
[data-theme-version="dark"] .login-page-form-area .title,
[data-theme-version="dark"] .mry-text strong,
[data-theme-version="dark"] .bank-btn,
[data-theme-version="dark"] .card-media-body-heading,
[data-theme-version="dark"] .course-content-wrapper-main .accordion .accordion-item .accordion-body strong,
[data-theme-version="dark"] .single-portfolio-item .portfolio-content h3 a,
[data-theme-version="dark"] .category-style-one.style-seven .title,
[data-theme-version="dark"] .hero-section .content-container .hero-content .hero-points .hero-point span,
[data-theme-version="dark"] .hero-section .content-container .hero-content .hero-text h2,
[data-theme-version="dark"] .accordion-item h4,
[data-theme-version="dark"] .right-course-details .course-side-bar .what-includes .single-include .left,
[data-theme-version="dark"] .blog-card__link,
[data-theme-version="dark"] .blog-card__title a,
[data-theme-version="dark"] .single-testimonials-area-1 .feedback-author .title,
[data-theme-version="dark"] .course-content-wrapper-main .accordion .accordion-header button.collapsed:before,
[data-theme-version="dark"] .course-content-wrapper-main .accordion .accordion-header button.collapsed span,
[data-theme-version="dark"] .course-content-wrapper-main .accordion .accordion-header button span,
[data-theme-version="dark"] .course-price,
[data-theme-version="dark"] .courses-cards .course-card-content h6,
[data-theme-version="dark"] .header-right-area-one .actions-area .search-btn i,
[data-theme-version="dark"] .main-nav-one ul li a.nav-link,
[data-theme-version="dark"] .course-add-single-one .title-area-left-style .title,
[data-theme-version="dark"] .partners-section .content-container .partners-overlay .partners-text .title-section h2,
[data-theme-version="dark"] .banner-area-one .title-banner,
[data-theme-version="dark"] .title-section h2 {
	color: #fff;
}



[data-theme-version="dark"] .banner-area-one {
	background-color: #161339;
	background-image: url("../images/hero-bg2.svg");
	background-repeat: no-repeat;
background-position: center bottom;
}



[data-theme-version="dark"] .single-testimonials-area-1 {
		background: #161339;
		border: 2px solid #161339;
}



[data-theme-version="dark"] .single-testimonials-area-1:before {
	border-color: transparent transparent #161339 transparent;
}

[data-theme-version="dark"] .rts-single-wized,
[data-theme-version="dark"] .right-course-details .course-side-bar {
  border: 0;
  background: #242051 !important;
}	


[data-theme-version="dark"] .single-instructor-area-details,
[data-theme-version="dark"] .course-details-btn-wrapper {
	
border: 1px solid #10586F;	
}


[data-theme-version="dark"] .course-content-wrapper-main .accordion .accordion-item {
	  border: 0;	
}

[data-theme-version="dark"] .header-right-area-one .actions-area .search-btn::after {
background: #fff;
}

[data-theme-version="dark"].just-in-home .unlock-knowledge-section {
background: url("../images/unlock-knowledge2.svg");
background-repeat: no-repeat;
background-position: center top;}


[data-theme-version="dark"] .offer-add-area {
	background: linear-gradient( to right , #1e1a45, #242051);
	background: linear-gradient( to left , #242051 , #242050 , #1e1a45);
}


[data-theme-version="dark"]  .hero-section .content-container .hero-content .hero-points .hero-point i {
	background: #ffffff0f;
	color: #00a5a5;
}




[data-theme-version="dark"] .ir-discount form,
[data-theme-version="dark"] .custom-modal .content .message-type,
[data-theme-version="dark"] .form-control::placeholder,
[data-theme-version="dark"] .form-control,
[data-theme-version="dark"] input[type="text"]::placeholder, 
[data-theme-version="dark"] input[type="password"]::placeholder, 
[data-theme-version="dark"] input[type="email"]::placeholder, 
[data-theme-version="dark"] input[type="number"]::placeholder, 
[data-theme-version="dark"] input[type="tel"]::placeholder, 
[data-theme-version="dark"] textarea::placeholder,
[data-theme-version="dark"] .single-checkbox-filter .check-box label,
[data-theme-version="dark"] .pbmit-blogbox-style-2 .pbminfotech-box-desc-text,
[data-theme-version="dark"] .blog-single-post-listing.details .details-tag button,
[data-theme-version="dark"] .service-item.style1 .card-body .text,
[data-theme-version="dark"] .single--pricing-area .access-area .single-access span,
[data-theme-version="dark"] .single--pricing-area .top-area .price-area .title span,
[data-theme-version="dark"] .portfolio .item .con .title p,
[data-theme-version="dark"] ul li,
[data-theme-version="dark"] .category-style-one.style-seven .bottom-content ul li span,
[data-theme-version="dark"] .hero-section .content-container .hero-content .hero-text p,
[data-theme-version="dark"] p,
[data-theme-version="dark"] {
color: #B7B6B6;
}


[data-theme-version="dark"] .single--pricing-area .access-area .single-access i {
color: #00A5A5;
}


[data-theme-version="dark"] .unlock-knowledge-section .content-container .category-list .category-item {
	border: none;
	background-color: #2f2a59;
	color: #fff;
}


[data-theme-version="dark"] .unlock-knowledge-section .content-container .category-list .category-item.active, 
[data-theme-version="dark"] .unlock-knowledge-section .content-container .category-list .category-item:focus, 
[data-theme-version="dark"] .unlock-knowledge-section .content-container .category-list .category-item:hover {
		background-color: #00a5a5;
}

[data-theme-version="dark"] .blog-card__content,
[data-theme-version="dark"] .single-portfolio-item,
[data-theme-version="dark"] .courses-cards .course-card-content,
[data-theme-version="dark"].just-in-home .blog-card__content,
[data-theme-version="dark"].just-in-home .courses-cards .course-card-content {
	background-color: #242051;
}




[data-theme-version="dark"] .full-form .login-page-form-area {
border: none;	
}




[data-theme-version="dark"] .login-page-form-area input {
border: 1px solid #7f7d9d;	
}

[data-theme-version="dark"] .rts-reviewd-area-dashed,
[data-theme-version="dark"] .left-sindebar-dashboard,
[data-theme-version="dark"] .login-page-form-area h5,
[data-theme-version="dark"] .pbmit-blogbox-style-2,
[data-theme-version="dark"] .rts-pagination-area-2 ul li + li,
[data-theme-version="dark"] .single--pricing-area .top-area .price-area .title,
[data-theme-version="dark"] .category-style-one,
[data-theme-version="dark"] .twi-inc,
[data-theme-version="dark"] .course-content-bottom {
border-color: #ffffff1c;
}




[data-theme-version="dark"] .partners-section .content-container .partners-overlay {
background: linear-gradient(-90.24deg, #242051 42.57%, rgba(233, 246, 251, 0) 68.61%);	
}

[data-theme-version="dark"] .partners-section .content-container .partners-slider {
	background: linear-gradient(314deg, #221e4e 28.75%, rgb(22, 19, 57) 64.07%);
	background: linear-gradient( to left , #242051 , #242050 , #1e1a45);
	background: linear-gradient( to left , #242051 , #1e1b49 , #161339);
}


[data-theme-version="dark"] .testimonials-area {
	background: linear-gradient( to left , #242051 , #242050 , #1e1a45);
}


[data-theme-version="dark"] .card,
[data-theme-version="dark"] .rts-reviewd-area-dashed,
[data-theme-version="dark"] .left-sindebar-dashboard,
[data-theme-version="dark"] .main-nav-one ul li.has-dropdown .submenu,
[data-theme-version="dark"] .custom-file,
[data-theme-version="dark"] .single-input-wrapper label,
[data-theme-version="dark"] .login-page-form-area input,
[data-theme-version="dark"] .login-page-form-area,
[data-theme-version="dark"] .full-form .login-page-form-area,
[data-theme-version="dark"] .contact-wrap,
[data-theme-version="dark"] .pbmit-blogbox-style-2,
[data-theme-version="dark"] .card-media,
[data-theme-version="dark"] .blog-single-post-listing.details .details-tag button,
[data-theme-version="dark"] .toor-inner:before,
[data-theme-version="dark"] .rts-pagination-area-2 ul li,
[data-theme-version="dark"] .service-item.style1 .card-body,
[data-theme-version="dark"] .part-section,
[data-theme-version="dark"] .category-style-one,
[data-theme-version="dark"] .footer .footer-socials .footer-socials-content .footer-social-links .footer-social-icons .social-media-link,
[data-theme-version="dark"] .pq-subscribe-from input.form-control,
[data-theme-version="dark"] .rts-btn.btn-border,
[data-theme-version="dark"] .blog-two .item,
[data-theme-version="dark"] .course-content-wrapper-main .accordion .accordion-item,
[data-theme-version="dark"] .header--sticky {
	background: #242051;
}



[data-theme-version="dark"] .offer-add-area .row [class*=col]:nth-child(1) .course-add-single-one {
background: linear-gradient( to right , #4f2395, #4d258c);
}

[data-theme-version="dark"] .offer-add-area .row [class*=col]:nth-child(2) .course-add-single-one {
background: linear-gradient( to right , #407da2, #164f80);
}

[data-theme-version="dark"] .offer-add-area .row [class*=col]:nth-child(3) .course-add-single-one {
background: linear-gradient( to right , #3f9349, #188429);
}

[data-theme-version="dark"] .offer-add-area .row [class*=col]:nth-child(4) .course-add-single-one {
background: linear-gradient( to right , #9d5555, #6a1717);
}


[data-theme-version="dark"] .single-fun-facts img,
[data-theme-version="dark"] .service-item.style1 .card-body .icon img,
[data-theme-version="dark"] .portfolio .item .img img {
filter: brightness(100) invert(1);	
}

[data-theme-version="dark"] .ctext-container ul li img,
[data-theme-version="dark"] .rriyal,
[data-theme-version="dark"] .ir-content h3,
[data-theme-version="dark"] .pay-detail ul li img,
[data-theme-version="dark"] .empty-data img,
[data-theme-version="dark"] .rts-reviewd-area-dashed .table-reviews tbody tr td img,
[data-theme-version="dark"] .single--pricing-area .top-area .price-area .title img,
[data-theme-version="dark"] .course-price .portfolio .item .img img,
[data-theme-version="dark"] .course-price img,
[data-theme-version="dark"] .header-one-wrapper .left-side-header .logo-area img {
filter: brightness(100);
}



[data-theme-version="dark"] .rts-btn:hover {
color: #fff !important;
background: #3e3379  !important;
border-color: #3e3379 !important;
}


[data-theme-version="dark"] .footer {
	background-color: #100e2f;
}


[data-theme-version="dark"] .footer .footer-socials {
background: url("../images/footer-rtl2.svg") no-repeat top right;
}	

[data-theme-version="dark"] .faq-style-6 .edu-faq-gallery .shape-group li.shape-2 span,
[data-theme-version="dark"] .faq-style-6 .edu-faq-gallery .shape-group li.shape-1 span {
	background-color: rgba(255, 255, 255, 0.02);
}


[data-theme-version="dark"] .toor-inner {
	background: linear-gradient( to right , #100e2f, #242051);
}

[data-theme-version="dark"] .tp-slider-3__icon .arrow-scroll-btn::before {
	background-color: rgba(213, 217, 217, 0.16);	
}

[data-theme-version="dark"] .blog-single-post-listing .blog-listing-content,
[data-theme-version="dark"] .tp-slider-3__icon .arrow-scroll-btn::after {
border: 1px solid #17dbdb29;
}



[data-theme-version="dark"] .single--pricing-area {
	background: #242051;
border: 2px solid #242051;	
}

[data-theme-version="dark"] .toor-inner:after {
	
background: #161339;	
}




[data-theme-version="dark"] .stroke-black {
  stroke: #fff;
}


[data-theme-version="dark"] .iti--separate-dial-code .iti__selected-dial-code {
	background: #35325F;
}


[data-theme-version="dark"] .table-reviews.quiz tbody tr td .hold-area .processing,
[data-theme-version="dark"] .table-reviews.quiz tbody tr td .hold-area .success,
[data-theme-version="dark"] .rts-reviewd-area-dashed .table-reviews thead tr th,
[data-theme-version="dark"] .blog-single-post-listing .blog-listing-content,
[data-theme-version="dark"] .blog-single-post-listing.details .rts-quote-area {
	background: none;
}






[data-theme-version="dark"] .ctext-container ul li,
[data-theme-version="dark"] .fun-facts-main-wrapper-1.style-two .single-fun-facts {
		border: 1px solid #35325F !important;
background: none;
}


[data-theme-version="dark"] .category-search-input input,
[data-theme-version="dark"] .main-back .card-number,
[data-theme-version="dark"] .main-back .input-container,
[data-theme-version="dark"] .custom-modal,
[data-theme-version="dark"] .datepicker.datepicker-inline,
[data-theme-version="dark"] .notify-item,
[data-theme-version="dark"] input[type="password"],
[data-theme-version="dark"] .new-employee-field .image-upload,
[data-theme-version="dark"] .img-delete a,
[data-theme-version="dark"] .input-block input,
[data-theme-version="dark"] .dashed-heads input,
[data-theme-version="dark"] .settings-wrap input,
[data-theme-version="dark"] .input-block input:disabled,[data-theme-version="dark"] .dashed-heads input:disabled,[data-theme-version="dark"] .settings-wrap input:disabled,
[data-theme-version="dark"] .left-sindebar-dashboard .dashboard-left-single-wrapper .single-item,
[data-theme-version="dark"] .select2-container--default .select2-selection--single,
[data-theme-version="dark"] .custom-file,
[data-theme-version="dark"] .form-control,
[data-theme-version="dark"] .login-page-form-area input {
	border: 1px solid #35325F !important;
background: #35325F;
}

