:root {
    --color-primary: #2f57ef;
    --color-secondary: #b966e7;
    --color-coral: #E9967A;
    --color-violet: #800080;
    --color-pink: #DB7093;
    --color-heading: #192335;
    --color-body: #6b7385;
    --color-white: #ffffff;
    --color-white-off: #FFFFFFAB;
    --color-bodyest: #273041;
    --color-dark: #27272E;
    --color-darker: #192335;
    --color-black: #111113;
    --color-grey: rgba(207,207,207,.24);
    --color-grey2: #f4f5f7;
    --color-gray: #A1A9AC;
    --color-gray-light: #F6F6F6;
    --color-gray-lighter: #ebebeb;
    --color-light: #F5F7FA;
    --color-lighter: #F2F5F9;
    --primary-opacity: #2f57ef21;
    --secondary-opacity: #b966e721;
    --coral-opacity: #E9967A21;
    --violet-opacity: #80008021;
    --pink-opacity: #DB709321;
    --white-opacity: #ffffff21;
    --danger-opacity: #FF000310;
    --warning-opacity: #FF8F3C10;
    --success-opacity: #3EB75E10;
    --black-opacity: rgba(0, 0, 0, 0.04);
    --heading-opacity: #19233550;
    --color-card-1: #fffccf;
    --color-card-2: #ffedff;
    --color-card-3: #ffe8eb;
    --color-card-4: #e9f6ff;
    --color-card-5: #5024D1;
    --color-card-6: #3B3B46;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-primary-alt: #D1EBE6;
    --color-primary-light: #f1f7ff;
    --color-primary-lighter: #EEEEFF;
    --color-secondary-alt: #fef4f4;
    --color-extra: rgb(249, 249, 255);
    --color-extra2: #F9F9FF;
    --color-border: #e6e3f1;
    --color-border-2: #e6e3f14f;
    --color-badge-1: #303F5B;
    --color-badge-2: #F2C94C;
    --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;
    --radius-10: 10px;
    --radius-big: 16px;
    --radius-small: 6px;
    --border-width: 2px;
    --radius: 6px;
    --f-light: 300;
    --f-regular: 400;
    --f-medium: 500;
    --f-semi-bold: 600;
    --f-bold: 700;
    --f-extra-bold: 800;
    --f-black: 900;
    --shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
    --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    --shadow-dark: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    --shadow-1: 0px 6px 34px rgba(215, 216, 222, 0.41);
    --shadow-slide-item: 0px 0 10px 0 rgba(215, 216, 222, 0.20);
    --shadow-2: 0 15px 34px 0 rgba(175, 181, 204, 0.32);
    --shadow-3: 0 5px 15px 0 rgba(85, 74, 101, 0.37);
    --shadow-5: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
    --shadow-7: 0px 15px 30px -2px rgba(0, 0, 0, 0.1);
    --shadow-8: -5px 18px 60px 0 rgba(210, 210, 234, 0.4);
    --shadow-9: 0 13px 48px 0 rgba(215, 216, 222, 0.44);
    --shadow-10: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
    --shadow-11: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    --transition: 0.3s;
    --transition-2: 256ms ease-in-out;
    --transition-3: transform .85s cubic-bezier(.23,1,.32,1),background .3s,border .3s,border-radius .3s,box-shadow .3s;
    --transition-4: all .25s cubic-bezier(.645,.045,.355,1);
    --font-primary: "Euclid Circular";
    --font-secondary: "Euclid Circular";
    --font-alt: "Source Serif Pro", serif;
    --font-size-b1: 24px;
    --font-size-b2: 18px;
    --font-size-b3: 16px;
    --font-size-b4: 12px;
    --line-height-b1: 1.5;
    --line-height-b2: 1.67;
    --line-height-b3: 1.67;
    --line-height-b4: 1;
    --h1: 52px;
    --h2: 44px;
    --h3: 34px;
    --h4: 30px;
    --h5: 20px;
    --h6: 16px;
    --div-gap-1: 10px;
    --gradient-1: linear-gradient(rgb(255, 255, 255) 0%, rgb(239, 241, 255) 100%);
    --gradient-4: linear-gradient(180deg,#fff,#f6f9ff);
    --gradient-2: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(240, 242, 255) 100%);
    --gradient-3: linear-gradient(90deg, #8DA9FC 0%, #B48DD5 100%);
    --gradient-4: linear-gradient(180deg, #EFF1FF 0%, #FFFFFF 100%);
    --gradient-5: linear-gradient(rgb(239, 241, 255) 0%, rgb(239, 241, 255) 100%);
    --gradient-6: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(251, 199, 226, 0.15), rgba(220, 217, 254, 0.15));
    --gradient-7: linear-gradient(218.15deg, var(--color-secondary) 0%, var(--color-primary) 100%);
    --gradient-8: linear-gradient(270deg, #9e77ff 0%, #4460ff 100%);
    --gradient-9: linear-gradient(180deg, #6827FF 0%, #E3F0FF 100%);
  }
        .box {
            position: relative;
            top: 324px;
            left: 71%;
            transform: translate(-50%, -50%);
            width: 25rem;
            padding: 2.5rem;
            box-sizing: border-box;
            background: rgba(0, 0, 0, 0.6);
            border-radius: 0.625rem;
        }

        .box h2 {
            margin: 0 0 1.875rem;
            padding: 0;
            color: #fff;
            text-align: center;
        }

        .box .inputBox {
            position: relative;
        }

        .box .inputBox input {
            width: 100%;
            padding: 0.625rem 0;
            font-size: 1rem;
            color: #fff;
            letter-spacing: 0.062rem;
            margin-bottom: 1.875rem;
            border: none;
            border-bottom: 0.065rem solid #fff;
            outline: none;
            background: transparent;
        }

        .box .inputBox label {
            position: absolute;
            top: 0;
            left: 0;
            padding: 0.625rem 0;
            font-size: 1rem;
            color: #fff;
            pointer-events: none;
            transition: 0.5s;
        }

        .box .inputBox input:focus~label,
        .box .inputBox input:valid~label,
        .box .inputBox input:not([value=""])~label {
            top: -1.125rem;
            left: 0;
            color: #03a9f4;
            font-size: 0.75rem;
        }

        .box input[type="submit"] {
            border: none;
            outline: none;
            color: #fff;
            background-color: #03a9f4;
            padding: 0.625rem 1.25rem;
            cursor: pointer;
            border-radius: 0.312rem;
            font-size: 1rem;
        }

        .box input[type="submit"]:hover {
            background-color: #1cb1f5;
        }

       /* .registration-form {
            padding: 50px 0;
            margin-top: 20%;
        }

        .registration-form form {
            background-color: #fff;
            max-width: 600px;
            margin: auto;
            padding: 50px 70px;
            border-radius: 30px;
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
        }*/

        .registration-form .form-icon {
            text-align: center;
            background-color: #5891ff;
            border-radius: 50%;
            font-size: 40px;
            color: white;
            width: 100px;
            height: 100px;
            margin: auto;
            margin-bottom: 50px;
            line-height: 100px;
        }

        .registration-form .item {
            border-radius: 20px;
            margin-bottom: 25px;
            padding: 10px 20px;
        }

        .registration-form .create-account {
            border-radius: 30px;
            padding: 10px 20px;
            font-size: 18px;
            font-weight: bold;
            background-color: #e30613;
            border: none;
            color: white;
            margin-top: 20px;
        }

        .registration-form .social-media {
            max-width: 600px;
            background-color: #fff;
            margin: auto;
            padding: 35px 0;
            text-align: center;
            border-bottom-left-radius: 30px;
            border-bottom-right-radius: 30px;
            color: #9fadca;
            border-top: 1px solid #dee9ff;
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
        }

        .registration-form .social-icons {
            margin-top: 30px;
            margin-bottom: 16px;
        }

        .registration-form .social-icons a {
            font-size: 23px;
            margin: 0 3px;
            color: #5691ff;
            border: 1px solid;
            border-radius: 50%;
            width: 45px;
            display: inline-block;
            height: 45px;
            text-align: center;
            background-color: #fff;
            line-height: 45px;
        }

        .registration-form .social-icons a:hover {
            text-decoration: none;
            opacity: 0.6;
        }


        .active-header-transparent .rbt-banner-area {
  padding-top: 100px;
}

.height-350 {
  height: 350px;
}

.height-245 {
  height: 245px;
}

.height-850 {
  height: 850px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .height-850 {
    height: auto;
  }
}

.height-650 {
  height: 650px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .height-650 {
    height: auto;
  }
}

.height-750 {
  height: 750px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .height-750 {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .height-750 {
    height: auto;
  }
}

.height-950 {
  height: 950px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .height-950 {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .height-950 {
    height: auto;
  }
}

.rbt-display-1 {
  font-size: 80px !important;
  line-height: 1.1 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-display-1 {
    font-size: 70px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-display-1 {
    font-size: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-display-1 {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-display-1 {
    font-size: 28px !important;
  }
}

.rbt-display-2 {
  font-size: 53px !important;
  line-height: 1.3 !important;
}
@media only screen and (max-width: 767px) {
  .rbt-display-2 {
    font-size: 42px;
  }
}

/*-------------------------------------------------------
    Banner Style Home One And Home Five (variation-2)
-------------------------------------------------------------*/
.rbt-banner-1 {
  background-color: var(--color-light);
  padding: 0 150px;
  position: relative;
  overflow: hidden;
  background-image: url(../images/bg/bg-g1.webp);
  background-position: top center;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-banner-1 {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-1 {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-1 {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-1 {
    padding: 0 30px;
  }
}
.rbt-banner-1::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(../images/bg/banner-bg-shape-1.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 145px;
  z-index: 9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-1::after {
    height: 142px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-1::after {
    height: 109px;
  }
}
.rbt-banner-1 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-1 .content {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-1 .content {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-1 .content {
    display: block;
  }
}
.rbt-banner-1 .content .inner {
  position: relative;
  z-index: 1;
}
.rbt-banner-1 .content .inner .title {
  font-size: 50px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .rbt-banner-1 .content .inner .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-banner-1 .content .inner .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-1 .content .inner .title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-1 .content .inner .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-1 .content .inner .title {
    font-size: 42px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-1 .content .inner .title {
    font-size: 32px;
  }
}
.rbt-banner-1 .content .inner .description {
  color: var(--color-body);
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 400;
  padding-right: 24px;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .rbt-banner-1 .content .inner .description {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-banner-1 .content .inner .description {
    padding-right: 18%;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-1 .content .inner .description {
    padding-right: 26%;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-1 .content .inner .description {
    font-size: 16px;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.rbt-banner-1 .content .shape-wrapper {
  margin-top: 20px;
  z-index: 2;
  margin-bottom: 6px;
  position: relative;
  left: -1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-1 .content .shape-wrapper {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-1 .content .shape-wrapper {
    left: -76px;
    bottom: -14px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-1 .content .shape-wrapper {
    display: none;
  }
}
.rbt-banner-1 .content .shape-wrapper img {
  max-width: none;
  height: auto;
  max-width: 534px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-1 .content .shape-wrapper img {
    max-width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-1 .content .shape-wrapper img {
    max-width: 450px;
  }
}
.rbt-banner-1 .content .shape-wrapper .hero-bg-shape-1 {
  position: absolute;
  top: 112px !important;
  left: 5px !important;
  z-index: -3;
}
.rbt-banner-1 .content .shape-wrapper .hero-bg-shape-1 img {
  max-width: 100%;
  height: auto;
}
.rbt-banner-1 .content .shape-wrapper .hero-bg-shape-2 {
  position: absolute;
  top: 112px !important;
  left: 70px !important;
  z-index: -2;
}
.rbt-banner-1 .content .shape-wrapper .hero-bg-shape-2 img {
  max-width: 100%;
  height: auto;
}
.rbt-banner-1 .content .banner-card {
  position: relative;
  max-width: 390px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-1 .content .banner-card {
    position: absolute;
    max-width: 350px;
    bottom: 12%;
    right: 7%;
    z-index: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-1 .content .banner-card {
    position: absolute;
    max-width: 290px;
    bottom: 12%;
    right: 40px;
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-1 .content .banner-card {
    position: relative;
    max-width: 320px;
    bottom: 12%;
    right: 40px;
    z-index: 2;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-1 .content .banner-card {
    right: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-1.variation-2 {
    padding: 0 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-1.variation-2 {
    padding: 0 15px;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.rbt-banner-1.variation-2::after {
  display: none;
}
.rbt-banner-1.variation-2 .content {
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-1.variation-2 .content {
    padding-right: 10%;
  }
}
.rbt-banner-1.variation-2 .content .banner-card {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-1.variation-2 .content .banner-card {
    position: static;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-1.variation-2 .content .banner-card {
    position: static;
    margin-top: 40px;
  }
}
.rbt-banner-1.variation-2 .content .inner .title {
  font-size: 60px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 29px;
  padding-right: 10%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-banner-1.variation-2 .content .inner .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-1.variation-2 .content .inner .title {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-1.variation-2 .content .inner .title {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-1.variation-2 .content .inner .title {
    font-size: 30px;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.rbt-banner-1.variation-2 .content .inner .description {
  padding-right: 17%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-banner-1.variation-2 .content .inner .description {
    padding-right: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-1.variation-2 .content .inner .description {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-1.variation-2 .content .inner .description {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-1.variation-2 .content .inner .description {
    font-size: 18px;
  }
}
.rbt-banner-1.variation-2 .content .inner .rbt-new-badge.rbt-new-badge-one::before {
  box-shadow: none;
}

/*------------------------------
    Banner Style Home Two
-------------------------------*/
.rbt-banner-2 {
  background-color: var(--color-light);
  position: relative;
  background-image: url(../images/bg/bg-g1.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.rbt-banner-2 .banner-content .inner {
  position: relative;
  z-index: 1;
}
.rbt-banner-2 .banner-content .inner .title {
  font-size: 90px;
  font-weight: 600;
  letter-spacing: -2.5px;
  max-width: 950px;
  line-height: 1.06;
  margin: 0 auto;
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-2 .banner-content .inner .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-2 .banner-content .inner .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-2 .banner-content .inner .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-2 .banner-content .inner .title {
    font-size: 35px;
    line-height: 1.3;
  }
}
.rbt-banner-2 .service-wrapper {
  position: relative;
}
.rbt-banner-2 .service-wrapper .rbt-service.rbt-service-2 {
  position: relative;
  top: 145px;
}
.rbt-banner-2 .wrapper {
  padding-top: 50px;
  padding-bottom: 100px;
}

/*-----------------------
    Home 03 Banner
------------------------*/
.rbt-banner-3 {
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.rbt-banner-3 .wrapper {
  padding-top: 90px;
  padding-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-3 .wrapper {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-3 .wrapper {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.rbt-banner-3 .banner-content .inner .section-title {
  margin-bottom: 10px;
}
.rbt-banner-3 .banner-content .inner .title {
  font-size: 75px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-3 .banner-content .inner .title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-3 .banner-content .inner .title {
    font-size: 45px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-3 .banner-content .inner .title {
    font-size: 42px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-3 .banner-content .inner .title {
    font-size: 36px;
  }
}
.rbt-banner-3 .banner-content .inner .description {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .rbt-banner-3 .banner-content .inner .description {
    font-size: 18px;
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-3 .banner-content .inner .profile-share {
    display: block;
  }
}
.rbt-banner-3 .banner-content .inner .profile-share a img {
  max-width: 60px;
}
@media only screen and (max-width: 767px) {
  .rbt-banner-3 .banner-content .inner .profile-share .more-author-text {
    margin-left: 0;
    margin-top: 20px;
  }
}
.rbt-banner-3 .top-shape {
  position: absolute;
  z-index: -1;
  top: -5px;
  left: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-banner-3 .top-shape {
    left: -100px;
  }
}
.rbt-banner-3 .left-shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-banner-3 .left-shape {
    bottom: -120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-3 .left-shape {
    width: 75%;
  }
}
.rbt-banner-3 .rbt-contact-form.contact-form-style-1 {
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-3 .rbt-contact-form.contact-form-style-1 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-3 .rbt-contact-form.contact-form-style-1 {
    margin-left: 0;
  }
}
.rbt-banner-3 .edumarque {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  background-image: url("../images/banner/histudy-text.png");
  background-repeat: repeat-x;
  background-size: auto;
  height: 206px;
  width: 52%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-3 .edumarque {
    height: 275px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-3 .edumarque {
    width: 72%;
  }
}

/*-----------------------
    Home 04 Banner
------------------------*/
.rbt-banner-4 {
  position: relative;
}
.rbt-banner-4 .wrapper {
  padding: 140px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-4 .wrapper {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-4 .wrapper {
    padding: 60px 0;
  }
}
.rbt-banner-4 .inner {
  position: relative;
  z-index: 1;
}
.rbt-banner-4 .content .description {
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-top: 35px;
  font-size: 24px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-4 .content .description {
    font-weight: 400;
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-4 .content .description {
    font-weight: 400;
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-4 .content .rbt-list-style-2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-4 .content .rbt-list-style-2 {
    margin-bottom: 20px;
  }
}
.rbt-banner-4 .banner-images .shape-image {
  position: absolute;
  bottom: 50px;
  max-height: 560px;
  object-fit: cover;
}
.rbt-banner-4 .banner-images .shape-image.shape-image-1 {
  left: 10%;
}
.rbt-banner-4 .banner-images .shape-image.shape-image-2 {
  right: 10%;
}
.rbt-banner-4 .shape {
  position: absolute;
  z-index: -1;
}
.rbt-banner-4 .shape.shape-1 {
  top: 20%;
  left: 200px;
}
.rbt-banner-4 .shape.shape-1 img {
  max-height: 100px;
}
.rbt-banner-4 .shape.shape-2 {
  top: 20%;
  right: 160px;
}
.rbt-banner-4 .shape.shape-2 img {
  max-height: 100px;
}
.rbt-banner-4 .shape.shape-3 {
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.rbt-banner-4 .shape.shape-3 img {
  max-height: 240px;
}
.rbt-banner-4 .shape.shape-4 {
  bottom: 20px;
  right: 4%;
}
.rbt-banner-4 .shape.shape-4 img {
  max-height: 150px;
}

/*--------------------------------
    Banner Home 06 && 12
--------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-5 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-5 {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-5 {
    padding: 100px 0;
  }
}
.rbt-banner-5 .inner .subtitle {
  font-size: 18px;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 18px;
  color: var(--color-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-5 .inner .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-5 .inner .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-5 .inner .subtitle {
    font-size: 14px;
  }
}
.rbt-banner-5 .inner .title {
  margin-bottom: 25px;
  display: inline-block;
  color: var(--color-white);
  font-size: 70px;
  padding: 0 25%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-banner-5 .inner .title {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-5 .inner .title {
    max-width: 100%;
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-5 .inner .title {
    font-size: 40px;
    padding: 0 17%;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-5 .inner .title {
    font-size: 42px;
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-5 .inner .title {
    font-size: 32px;
  }
}
.rbt-banner-5 .inner .title span {
  display: inline-block;
}
.rbt-banner-5 .inner .title span label {
  margin-bottom: 0;
}
.rbt-banner-5 .inner .description {
  font-family: var(--font-primary);
  padding: 0 22%;
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 40px;
  color: var(--color-white);
  opacity: 0.7;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-5 .inner .description {
    padding: 0 14%;
    font-size: 22px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-5 .inner .description {
    padding: 0 1%;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-5 .inner .description {
    padding: 0 1%;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-5 .inner .description {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.rbt-banner-5 .inner .list-icon li {
  color: var(--color-body);
}
.rbt-banner-5 .inner .list-icon li .icon {
  background-color: var(--color-blackest) !important;
}
.rbt-banner-5 .inner .header-caption span {
  color: var(--color-white);
  font-size: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-5 .inner .header-caption span {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-5 .inner .header-caption span {
    font-size: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-5 .inner .header-caption span {
    font-size: 65px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-5 .inner .header-caption span {
    font-size: 46px;
  }
}
.rbt-banner-5 .inner.text-start .title {
  padding: 0;
  max-width: 36%;
  font-size: 53px;
  line-height: 1.3;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-banner-5 .inner.text-start .title {
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-5 .inner.text-start .title {
    max-width: 71%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-5 .inner.text-start .title {
    max-width: 69%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-5 .inner.text-start .title {
    max-width: 100%;
    font-size: 34px;
  }
}
.rbt-banner-5 .inner.text-start .description {
  padding: 0;
  max-width: 33%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-5 .inner.text-start .description {
    padding: 0;
    max-width: 48%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-5 .inner.text-start .description {
    padding: 0;
    max-width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-5 .inner.text-start .description {
    max-width: 100%;
    font-size: 18px;
  }
}

/*--------------------------------------
    Banner Home 07 && 09 && 13
------------------------------------------*/
.rbt-banner-6 .inner .rbt-badge {
  background: rgba(0, 0, 0, 0.45);
  color: var(--color-white);
}
.rbt-banner-6 .inner .subtitle {
  font-size: 18px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 32px;
  color: var(--color-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-6 .inner .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-6 .inner .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-6 .inner .subtitle {
    font-size: 14px;
  }
}
.rbt-banner-6 .inner .title {
  margin-bottom: 25px;
  display: inline-block;
  color: var(--color-white);
  font-size: 70px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-6 .inner .title {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-6 .inner .title {
    margin-bottom: 0;
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-6 .inner .title {
    margin-bottom: 0;
    font-size: 42px;
    word-wrap: break-word;
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-6 .inner .title {
    font-size: 42px;
  }
}
.rbt-banner-6 .inner .title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rbt-banner-6 .inner .title span b {
  word-wrap: break-word;
}
.rbt-banner-6.variation-01 {
  height: 950px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .rbt-banner-6.variation-01 {
    height: auto;
  }
}
.rbt-banner-6.variation-01 .wrapper {
  padding-bottom: 150px;
  padding-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-6.variation-01 .wrapper {
    padding-bottom: 250px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-6.variation-01 .wrapper {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-6.variation-01 .wrapper {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.rbt-banner-6.variation-01 .inner .title {
  max-width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-6.variation-01 .inner .title {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-6.variation-01 .inner .title {
    max-width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-6.variation-01 .inner .title {
    max-width: 100%;
    font-size: 32px;
  }
}
.rbt-banner-6.variation-02 {
  height: 950px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .rbt-banner-6.variation-02 {
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-6.variation-02 .wrapper {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-6.variation-02 .wrapper {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-6.variation-02 .wrapper {
    padding: 80px 0;
  }
}
.rbt-banner-6.variation-03 {
  height: 750px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .rbt-banner-6.variation-03 {
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-6.variation-03 .wrapper {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-6.variation-03 .wrapper {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-6.variation-03 .wrapper {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-6.variation-03 .inner .title {
    font-size: 32px;
  }
}
/*-----------------------
    Banner Home 08
------------------------*/
.rbt-banner-7 {
  height: 850px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .rbt-banner-7 {
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-7 .wrapper {
    padding: 100px 0;
    margin-top: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-7 .wrapper {
    padding: 100px 0;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-7 .wrapper {
    padding: 100px 0;
    margin-top: -20px;
  }
}
.rbt-banner-7 .inner .title {
  margin-bottom: 34px;
  font-size: 53px;
  line-height: 1.3;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-7 .inner .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-7 .inner .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-7 .inner .title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-7 .inner .title {
    font-size: 28px;
  }
}
.rbt-banner-7 .thumbnail-wrapper {
  position: relative;
}
.rbt-banner-7 .thumbnail-wrapper .card-info {
  display: inline-block;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .rbt-banner-7 .thumbnail-wrapper .card-info {
    position: static;
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-7 .profile-share {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-7 .profile-share .more-author-text {
    margin-left: 0;
    margin-top: 20px;
  }
}

/*--------------------------------------
    Banner Home 10 && 14 && 15 &&  about
----------------------------------------*/
.rbt-banner-8 .inner .meta-text {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-8 .inner .meta-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-8 .inner .meta-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-8 .inner .meta-text {
    font-size: 15px;
  }
}
.rbt-banner-8 .inner .rbt-badge-2 {
  margin-left: 20px;
}
@media only screen and (max-width: 575px) {
  .rbt-banner-8 .inner .rbt-badge-2 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-8 .inner .rbt-badge-group {
    display: block;
  }
}
.rbt-banner-8 .inner .title {
  margin-bottom: 15px;
  font-size: 82px;
  line-height: 1.3;
  margin-top: 15px;
  font-weight: 900;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-8 .inner .title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-8 .inner .title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-8 .inner .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-8 .inner .title {
    font-size: 38px;
    margin-top: 20px;
  }
}
.rbt-banner-8.variation-01 {
  height: 650px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .rbt-banner-8.variation-01 {
    height: auto;
  }
}
.rbt-banner-8.variation-01 .wrapper {
  padding-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-banner-8.variation-01 .wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-8.variation-01 .wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-8.variation-01 .wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-8.variation-01 .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.rbt-banner-8.variation-02 {
  padding: 100px 0;
}
.rbt-banner-8.variation-02 .inner .title {
  font-size: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-8.variation-02 .inner .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-8.variation-02 .inner .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-8.variation-02 .inner .title {
    font-size: 36px;
  }
}
.rbt-banner-8.variation-02 .inner .description {
  padding: 0 26%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-8.variation-02 .inner .description {
    padding: 0 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-8.variation-02 .inner .description {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-8.variation-02 .inner .description {
    padding: 0;
  }
}
.rbt-banner-8.variation-03 .inner .banner-title {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-8.variation-03 .inner .banner-title {
    font-size: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-8.variation-03 .inner .banner-title {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-8.variation-03 .inner .banner-title {
    font-size: 36px;
  }
}
.rbt-banner-8.variation-03 .inner .description {
  padding: 0 19%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-8.variation-03 .inner .description {
    padding: 0 12%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-8.variation-03 .inner .description {
    padding: 0 12%;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-8.variation-03 .inner .description {
    padding: 0;
  }
}
.rbt-banner-8.variation-03 .inner .follow-us-text {
  color: var(--color-body);
  margin-top: 40px;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.rbt-banner-8.variation-03 .team .content .title {
  font-size: var(--h4);
  line-height: 1.25;
}
.rbt-banner-8.variation-03 .rbt-dot-bottom-center {
  padding-top: 10px;
}
.rbt-banner-8.section-bottom-overlay .wrapper {
  padding-top: 100px;
  padding-bottom: 350px;
}
@media only screen and (max-width: 767px) {
  .rbt-banner-8.section-bottom-overlay .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.rbt-banner-8.with-shape {
  padding-bottom: 300px !important;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-8.with-shape {
    padding-bottom: 130px !important;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-8.with-shape {
    padding-bottom: 130px !important;
  }
}
.rbt-banner-8.with-shape .shape-image {
  position: absolute;
  bottom: 0;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .rbt-banner-8.with-shape .shape-image {
    width: 89%;
  }
}

.banner-overlay-section {
  position: relative;
  margin-top: -278px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .banner-overlay-section {
    margin-top: 0;
    padding-top: 80px;
  }
}

.rbt-banner-area .social-default.transparent-with-border li a {
  color: var(--color-white);
  border: 2px solid var(--white-opacity);
}
.rbt-banner-area .follow-us-text {
  color: var(--color-white);
  font-size: 14px;
  opacity: 0.7;
  display: block;
  margin-top: 10px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* Gif Banner Area  */
.rbt-gif-banner-area {
  position: relative;
  box-shadow: var(--shadow-1);
  border-radius: 10px;
  z-index: 2;
}
.rbt-gif-banner-area .thumbnail img {
  outline: none;
  max-height: 600px;
  object-fit: cover;
}
.rbt-new-badge {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.rbt-new-badge.rbt-new-badge-one {
  color: var(--color-heading);
  font-size: 16px;
  font-weight: var(--f-medium);
  line-height: 1;
  padding: 19px 24px 21px 20px;
  box-shadow: 0 15px 40px #d2d3e2a1;
  background: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .rbt-new-badge.rbt-new-badge-one {
    font-size: 14px;
    padding: 18px 10px 18px 10px;
  }
}
.rbt-new-badge.rbt-new-badge-one:before {
  position: absolute;
  top: 50%;
  right: -19px;
  left: -19px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 45px;
  width: -moz-calc(100% + 38px);
  width: calc(100% + 38px);
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 29px #d1d3ed63;
  box-shadow: 0 0 29px #d1d3ed63;
  z-index: -1;
  content: "";
  -webkit-clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%, 0 0);
  clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%, 0 0);
}

.section-title .subtitle {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  color: var(--color-heading);
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-primary);
}
.section-title .subtitle-2 {
  margin-bottom: 20px;
  display: inline-block;
}
.section-title .title {
  margin-bottom: 0;
}
.section-title.text-center .description {
  padding: 0 23%;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.text-center .description {
    padding: 0 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.text-center .description {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-title.text-center .description {
    padding: 0;
  }
}
.section-title.text-center .description.has-medium-font-size {
  padding: 0 23%;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.text-center .description.has-medium-font-size {
    padding: 0 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.text-center .description.has-medium-font-size {
    padding: 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .section-title.text-center .description.has-medium-font-size {
    padding: 0;
  }
}
.section-title.text-xl-start .description {
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.text-xl-start .description {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.text-xl-start .description {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-title.text-xl-start .description {
    padding: 0;
  }
}

.select-label,
.rbt-label-style {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.5;
  margin-bottom: 6px;
}

.rbt-title-style-2 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.5;
  margin-bottom: 0;
}

.rbt-title-style-3 {
  margin-bottom: 24px;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--color-border-2);
}

.rbt-short-title {
  font-size: 12px;
  padding-bottom: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.5;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--color-border);
}
.rbt-slider-animation .inner > * {
  animation-name: fadeOutUp;
  animation-fill-mode: both;
  animation-duration: 1s;
}

.rbt-slider-animation .swiper-slide-active .inner > * {
  animation-name: fadeInUp;
}
.rbt-slider-animation .swiper-slide-active .inner .section-title {
  animation-delay: 0.5s;
}
.rbt-slider-animation .swiper-slide-active .inner .title {
  animation-delay: 1s;
}
.rbt-slider-animation .swiper-slide-active .inner .button-group {
  animation-delay: 1.2s;
}
.rbt-slider-animation .swiper-slide-active .inner .social-share-wrapper {
  animation-delay: 1.5s;
}
.rbt-card {
  overflow: hidden;
  box-shadow: var(--shadow-1);
  padding: 30px;
  border-radius: var(--radius);
  background: var(--color-white);
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-card {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-card {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-card {
    padding: 15px;
  }
}
.rbt-card .rbt-card-img {
  position: relative;
}
.rbt-card .rbt-card-img a {
  display: block;
}
.rbt-card .rbt-card-img a img {
  width: 100%;
  transition: 0.5s;
  object-fit: cover;
  border-radius: var(--radius);
}
.rbt-card .rbt-card-body {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-card .rbt-card-body {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-card .rbt-card-body {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-card .rbt-card-body {
    padding-top: 20px;
  }
}
.rbt-card .rbt-card-body .rbt-meta {
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .rbt-card .rbt-card-body .rbt-meta {
    margin-bottom: 8px;
  }
}
.rbt-card .rbt-card-body .rbt-category {
  margin-bottom: 15px;
}
.rbt-card .rbt-card-body .lesson-number {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-card .rbt-card-body .lesson-number {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-card .rbt-card-body .lesson-number {
    margin-bottom: 8px;
  }
}
.rbt-card .rbt-card-body .rbt-card-title {
  margin-bottom: 10px;
}
.rbt-card .rbt-card-body .rbt-card-title a {
  color: var(--color-heading);
}
.rbt-card .rbt-card-body .rbt-card-title a:hover {
  color: var(--color-primary);
}
.rbt-card .rbt-card-body .rbt-card-title {
  font-size: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-card .rbt-card-body .rbt-card-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-card .rbt-card-body .rbt-card-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-card .rbt-card-body .rbt-card-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-card .rbt-card-body .rbt-card-title {
    font-size: 18px;
  }
}
.rbt-card .rbt-card-body .rbt-card-text {
  color: var(--color-body);
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .rbt-card .rbt-card-body .rbt-card-text {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-card .rbt-card-body .rbt-card-text {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 1199px) {
  .rbt-card .rbt-card-body .rbt-author-meta {
    margin-bottom: 10px !important;
  }
}
.rbt-card .rbt-card-body .rbt-review {
  margin-bottom: 12px;
}
.rbt-card .rbt-card-body .rbt-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.rbt-card .rbt-card-body .rbt-card-bottom .rbt-btn-link {
  font-size: 14px;
}
.rbt-card .rbt-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .rbt-card .rbt-card-top {
    margin-bottom: 10px;
    margin-top: 0;
  }
}
.rbt-card .rbt-card-top .rbt-review {
  margin-bottom: 0;
}
.rbt-card.variation-02 {
  position: relative;
  padding: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
}
.rbt-card.variation-02 .rbt-card-body {
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-card.variation-02 .rbt-card-body {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-card.variation-02 .rbt-card-body {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-card.variation-02 .rbt-card-body {
    padding: 20px;
  }
}
.rbt-card.variation-02 .rbt-card-img a img {
  max-height: 350px;
  border-radius: 6px 6px 0 0;
}
.rbt-card.height-auto .rbt-card-img a img {
  max-height: inherit !important;
}
.rbt-card.card-minimal {
  box-shadow: var(--shadow-9);
}
.rbt-card.card-minimal .rbt-card-body {
  padding: 50px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-card.card-minimal .rbt-card-body {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-card.card-minimal .rbt-card-body {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-card.card-minimal .rbt-card-body {
    padding: 20px;
  }
}
.rbt-card.variation-03 {
  height: 100%;
}
.rbt-card.variation-03 .rbt-card-img .thumbnail-link {
  position: relative;
  display: block;
}
.rbt-card.variation-03 .rbt-card-img .thumbnail-link::before {
  position: absolute;
  content: "";
  background: rgba(111, 120, 148, 0.54);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--transition-2);
  opacity: 0;
  border-radius: var(--radius);
}
.rbt-card.variation-03 .rbt-card-img .thumbnail-link .rbt-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 50px;
  transition: 0.4s;
  opacity: 0;
  width: max-content;
}
.rbt-card.variation-03 .rbt-card-body {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .rbt-card.variation-03 .rbt-card-body {
    padding-top: 15px;
  }
}
.rbt-card.variation-03 .rbt-card-body .rbt-card-title {
  flex-basis: 80%;
  margin: 0;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-card.variation-03 .rbt-card-body .rbt-card-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-card.variation-03 .rbt-card-body .rbt-card-title {
    flex-basis: 90%;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-card.variation-03 .rbt-card-body .rbt-card-title {
    flex-basis: 90%;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-card.variation-03 .rbt-card-body .rbt-card-title {
    flex-basis: 90%;
    font-size: 20px;
  }
}
.rbt-card.variation-03 .rbt-card-body .rbt-card-bottom {
  flex-basis: 20%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-card.variation-03 .rbt-card-body .rbt-card-bottom {
    flex-basis: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-card.variation-03 .rbt-card-body .rbt-card-bottom {
    flex-basis: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-card.variation-03 .rbt-card-body .rbt-card-bottom {
    flex-basis: 10%;
  }
}
.rbt-card.variation-03 .card-information {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.rbt-card.variation-03 .card-information img {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 2px solid var(--color-border);
  object-fit: cover;
}
.rbt-card.variation-03 .card-information .card-count {
  padding-left: 10px;
}
.rbt-card.variation-03.program-image-large .card-information img {
  width: 40px;
  height: 40px;
}
.rbt-card.variation-03:hover .rbt-card-img .thumbnail-link::before {
  opacity: 1;
}
.rbt-card.variation-03:hover .rbt-card-img .thumbnail-link .rbt-btn {
  margin-top: 0;
  opacity: 1;
}
.rbt-card.height-330 .rbt-card-img a img {
  max-height: 330px;
}
.rbt-card.card-list {
  display: flex;
  max-height: 150px;
  border-radius: 2px;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .rbt-card.card-list {
    display: block;
    max-height: inherit;
    align-items: center;
    height: auto;
    border-radius: var(--radius);
  }
}
.rbt-card.card-list .rbt-card-img {
  height: 100%;
}
.rbt-card.card-list .rbt-card-img a {
  height: 100%;
}
.rbt-card.card-list .rbt-card-img a img {
  border-radius: 2px 0 0 2px;
  max-height: initial;
  max-width: 290px;
  min-width: 290px;
  object-fit: cover;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-card.card-list .rbt-card-img a img {
    max-width: 200px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-card.card-list .rbt-card-img a img {
    max-height: initial;
    max-width: inherit;
    min-width: inherit;
    width: 100%;
    object-fit: cover;
    border-radius: var(--radius) var(--radius) 0 0;
  }
}
.rbt-card.card-list .rbt-card-body {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .rbt-card.card-list .rbt-card-body {
    padding: 20px;
  }
}
.rbt-card.card-list-2 {
  display: flex;
  border-radius: var(--radius);
  align-items: center;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-card.card-list-2 {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-card.card-list-2 {
    display: block;
  }
}
.rbt-card.card-list-2 .rbt-card-img {
  flex-basis: 40%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-card.card-list-2 .rbt-card-img {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-card.card-list-2 .rbt-card-img {
    height: auto;
  }
}
.rbt-card.card-list-2 .rbt-card-img a {
  display: block;
  height: 100%;
  width: 100%;
}
.rbt-card.card-list-2 .rbt-card-img a img {
  border-radius: var(--radius);
  max-height: 100%;
  max-width: 100%;
}
.rbt-card.card-list-2 .rbt-card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 60%;
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-card.card-list-2 .rbt-card-body {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-card.card-list-2 .rbt-card-body {
    padding-left: 0;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-card.card-list-2 .rbt-card-body {
    padding-left: 0;
    padding-top: 30px;
  }
}
.rbt-card.card-list-2 .rbt-card-body .rbt-card-title {
  font-size: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-card.card-list-2 .rbt-card-body .rbt-card-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-card.card-list-2 .rbt-card-body .rbt-card-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-card.card-list-2 .rbt-card-body .rbt-card-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-card.card-list-2 .rbt-card-body .rbt-card-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-card.card-list-2.elegant-course {
    display: block;
  }
}
.rbt-card.card-list-2.elegant-course .rbt-card-img {
  flex-basis: 55%;
  display: block;
}
.rbt-card.card-list-2.elegant-course .rbt-card-img a {
  display: block;
  height: 100%;
}
.rbt-card.card-list-2.elegant-course .rbt-card-img a img {
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  border-radius: 6px 0 0 6px;
}
.rbt-card.card-list-2.elegant-course .rbt-card-body {
  flex-basis: 45%;
  position: relative;
}
.rbt-card.card-list-2.event-list-card .rbt-card-img {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-card.card-list-2.event-list-card .rbt-card-img {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-card.card-list-2.event-list-card .rbt-card-img {
    height: auto;
  }
}
.rbt-card.card-list-2.event-list-card .rbt-card-img a {
  height: 100%;
}
.rbt-card.card-list-2.event-list-card .rbt-card-img a img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-card.card-list-2.event-list-card .rbt-card-img a img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-card.card-list-2.event-list-card .rbt-card-img a img {
    max-width: 100%;
    height: auto;
  }
}
.rbt-card.card-list-2.event-list-card .rbt-card-body {
  padding-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-card.card-list-2.event-list-card .rbt-card-body {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-card.card-list-2.event-list-card .rbt-card-body {
    padding-left: 0;
    padding-top: 20px;
  }
}
.rbt-card.card-list-2.event-list-card .rbt-card-body .rbt-card-title {
  font-size: 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .rbt-card.card-list-2.event-list-card .rbt-card-body .rbt-card-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.rbt-card.elegant-course {
  padding: 0;
  border-radius: 10px;
  align-items: inherit;
}
.rbt-card.elegant-course .rbt-meta {
  margin: -3px;
  margin-bottom: -6px;
}
.rbt-card.elegant-course .rbt-meta li {
  margin: 3px;
  margin-bottom: 6px;
}
.rbt-card.elegant-course .rbt-meta-badge {
  margin: -3px;
  margin-bottom: -6px;
}
.rbt-card.elegant-course .rbt-meta-badge li {
  margin: 3px;
  margin-bottom: 6px;
}
.rbt-card.elegant-course .rbt-meta-badge li .rbt-badge {
  transition: 0.3s;
}
.rbt-card.elegant-course .rbt-meta-badge li .rbt-badge:hover {
  background: var(--primary-opacity);
  color: var(--color-primary);
}
.rbt-card.elegant-course .rbt-card-img a img {
  border-radius: var(--radius) var(--radius) 0 0;
}
.rbt-card.elegant-course .rbt-card-body {
  padding: 30px;
}
.rbt-card.elegant-course .rbt-card-body .rbt-card-bottom .rbt-btn-link {
  margin-left: 20px;
}
.rbt-card.elegant-course.card-list-2 .rbt-card-body {
  padding: 45px 30px 35px;
}
@media only screen and (max-width: 767px) {
  .rbt-card.elegant-course.card-list-2 .rbt-card-body {
    padding: 45px 20px 35px;
  }
}
.rbt-card.event-grid-card .rbt-meta {
  margin: -3px;
  margin-bottom: 10px;
}
.rbt-card.event-grid-card .rbt-meta li {
  margin: 3px;
}
.rbt-card.event-grid-card .rbt-card-body {
  padding-top: 15px;
}
.rbt-card.event-grid-card .rbt-card-body .rbt-card-title {
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-card.event-grid-card .rbt-card-body .rbt-card-title {
    font-size: 24px;
  }
}
.rbt-card.event-grid-card .rbt-badge span {
  font-size: 12px;
  color: var(--color-body);
  display: block;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.rbt-meta {
  margin: -7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-meta {
    margin: -3px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-meta {
    margin: -3px;
  }
}
.rbt-meta li {
  font-size: 14px;
  line-height: 15px;
  color: var(--color-body);
  display: inline-block;
  margin: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-meta li {
    margin: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-meta li {
    margin: 3px;
    font-size: var(--font-size-b4);
  }
}
.rbt-meta li i {
  margin-right: 5px;
}
.rbt-meta.rbt-meta-white li {
  color: var(--color-white);
}

.rbt-category {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.rbt-category a {
  display: inline-block;
  padding: 0 20px;
  height: 34px;
  line-height: 33px;
  border: 1px solid var(--color-border);
  border-radius: 500px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-body);
  transition: 0.4s;
  margin: 0 5px;
  min-width: 56px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-category a {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-category a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-category a {
    padding: 0 10px;
  }
}
.rbt-category a:hover {
  background-color: var(--color-grey);
}

.lesson-number {
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
}
.lesson-number .lesson-time {
  font-weight: 400;
}

.rbt-review {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rbt-review .rating {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.rbt-review .rating i {
  font-size: 13px;
  color: #FF9747;
  transition: 0.3s;
}
.rbt-review .rating-count {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.rating i {
  font-size: 13px;
  color: #FF9747;
  transition: 0.3s;
}
.rating i.off {
  font-weight: 400;
}

.rbt-price {
  display: flex;
  align-items: center;
}
.rbt-price .current-price {
  font-size: 24px;
  font-weight: 700;
}
.rbt-price .off-price {
  font-size: 20px;
  font-weight: 500;
  text-decoration: line-through;
  opacity: 0.4;
  margin-left: 7px;
}
.rbt-price.large-size .current-price {
  font-size: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-price.large-size .current-price {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-price.large-size .current-price {
    font-size: 28px;
  }
}
.rbt-price.large-size .off-price {
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-price.large-size .off-price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-price.large-size .off-price {
    font-size: 16px;
  }
}
.pb--120 {
  padding-bottom: 56px !important;
}
.pt--70 {
  padding-top: 1px !important;
}
.pb--60 {
  padding-bottom: 10px !important;
}
.mb--50 {
  margin-bottom: 3px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .default-callto-action-overlap {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .default-callto-action-overlap {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb--120 {
    padding: 80px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .ptb--120 {
    padding: 60px 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb--165,
.pb--120,
.pb--85,
.pb--165 {
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb--165,
.pb--120,
.pb--85,
.pb--165 {
    padding-bottom: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb--70 {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 575px){
  .g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}
