@font-face {
    font-family: "Mulish-Regular";
    src: local("Mulish-Regular"), url("font/mulish-regular.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fffa76;
    border-radius: 10px;
}
.scroll {
    opacity: 1;
    transform: translateY(100px);
    transition: all 0.8s ease-in-out;
}

.scroll.effect {
    opacity: 1;
    transform: translateY(0);
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
a {
    margin: 0;
    padding: 0;
    color: #4b4a4a;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    text-decoration: inherit;
}
button {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #ffffff;
}

body {
    font-family: "Mulish-Regular", sans-serif;
    color: #ffffff;
    overflow-x: hidden;
    background-color: #000000;
    padding: 0;
    margin: 0;
    width: 100%;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #ffffff;
}

section {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 12px;
    padding-bottom: 12px;
}
span {
    margin: 0;
    padding: 0;
}

i {
    margin-left: 5px;
    margin-right: 5px;
}

.openlink {
    position: relative;
    padding: 6px 19px;
    border: none;
    text-align: center;
    outline: none;
    font-weight: 700;
    background: #fbd104;
    box-shadow: 0 1px 1px 0 rgb(185 178 147);
    border-radius: 17px;
    cursor: pointer;
    display: inline-block;
    margin: 5px 0;
    font-size: 16px;
}

.li-style-disc {
    list-style-type: disclosure-closed !important;
}
.row.no-gutter {
    margin-left: -7px;
    margin-right: -7px;
}
.row.no-gutter [class*="col-"]:not(:first-child),
.row.no-gutter [class*="col-"]:not(:last-child) {
    padding-left: 5px;
    padding-right: 5px;
}

.font-1 {
    font-weight: 700;
}
.font-2 {
    font-weight: 400;
}
.secondary {
    color: #fffa76;
}

.white {
    color: #faf9f6;
}

.black {
    color: #000000;
}

.gray {
    color: #9f9d9d;
}
.green {
    color: #34a853;
}
.red {
    color: #ea4335;
}
.blue {
    color: #4285f4;
}
.extra-bigheading1 {
    font-size: 125px;
}
.extra-bigheading2 {
    font-size: 90px;
    font-weight: 600;
    text-transform: uppercase;
}
.big-heading {
    font-size: 55px;
}

.heading {
    font-size: 33px;
}

.title {
    font-size: 20px;
}

.sub-title {
    font-size: 13px;
}

.content {
    font-size: 12px;
}
.small {
    font-size: 11px;
}

.margin-top {
    margin-top: 20px;
}

.padding {
    padding: 20px;
}

.flot-right {
    float: right;
}
.uppercase {
    text-transform: uppercase;
}
.center-box {
    text-align: center;
}

.center-item {
    margin: 0 auto;
}

.section-divider {
    background: #2a2a2a;
    height: 1px;
    width: auto;
    margin-top: 7px;
    margin-bottom: 5px;
}

.toast-box {
    z-index: 11;
    position: fixed;
    padding: 10px 25px 10px 25px;
    font-size: 13px;
    width: 366px;
    height: auto;
    background-color: #4dfe68;
    top: 20px;
    right: 10px;
    display: none;
}
#toast-error-msg-id {
    color: #ffffff;
}

.toast-close-btn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.toast-close-btn:hover {
    color: black;
}

.content-bg {
    padding: 100px;
    background-color: #0d111b;
}
.bg1 {
    background-image: url(../img/banner/bg1.jpg);
    background-size: cover;
}
.bg2 {
    background-color: #000000;
}
.bg3 {
    background-color: #fffa76;
}

.bg4 {
    border: 1px solid #ffffff;
    border-radius: 12px;
}
.bg5 {
    background-color: #0d111b;
}
.bg6 {
    background: url(../img/banner/bg10.svg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 12px;
}
.box-padding-1 {
    padding: 60px;
}

.box-padding-2 {
    padding: 100px;
}
.box-padding-3 {
    padding: 50px 200px 50px 200px;
}

.team-img {
    width: 100px !important;
    height: 100px !important;
}

.input-box {
    width: 100%;
    height: 35px;
    margin: 5px;
    padding-left: 10px;
    color: #9d9d9d;
    border-radius: 5px;
    outline: none;
    background-color: #000000;
    border: 1px solid #778899;
}

.drop-down-box {
    width: 100%;
    height: 35px;
    color: #9d9d9d;
    margin: 5px !important;
    padding-left: 10px !important;
    border-radius: 5px !important;
    outline: none;
    background-color: #000000;
    border: 1px solid #778899;
}

.text-area {
    width: 100%;
    height: 35px;
    margin: 5px;
    color: #9d9d9d;
    padding-left: 10px;
    border-radius: 5px;
    outline: none;
    background-color: #000000;
    border: 1px solid #778899;
    min-height: 100px;
}

.button1 {
    margin: 5px;
    outline: none;
    border: none;
    cursor: pointer;
    height: 35px;
    width: 100%;
    color: #9d9d9d;
    border-radius: 5px;
    text-align: center;
    background: #303030;
}
.default-img {
    width: 100%;
    height: auto;
}
.image-default {
    width: 100%;
    height: auto;
}
.cursor {
    cursor: pointer;
}
.remove-space {
    margin: 0px;
    padding: 0px;
}
.max-width-0 {
    margin: 0 auto;
    max-width: 50%;
}
.max-width-1 {
    margin: 0 auto;
    max-width: 70%;
}
.max-width-2 {
    max-width: 80%;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #fffa76 !important;
    padding: unset;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    color: #000000 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px !important;
}
.swiper-pagination-bullet {
  width: 35px;
  height: 5px;
  background: #ccc !important;
  opacity: 1;
  border-radius: 5px;
  margin: 0 6px;
  transition: background 0.3s ease;
}

/* Active dot */
.swiper-pagination-bullet-active {
  background: #fffa76 !important;
  transform: scale(1.2);
}
@media (min-width: 992px) and (max-width: 1399px) {
    .font-1 {
        font-weight: 600;
    }
    .extra-bigheading1 {
        font-size: 90px;
    }
    .extra-bigheading2 {
        font-size: 70px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .big-heading {
        font-size: 40px;
    }

    .heading {
        font-size: 27px;
    }

    .title {
        font-size: 16px;
    }

    .sub-title {
        font-size: 14px;
    }

    .content {
        font-size: 12px;
    }
    .small {
        font-size: 11px;
    }

    .margin-top {
        margin-top: 8px;
    }

    .margin-top {
        margin-top: 15px;
    }
    .padding {
        padding: 15px;
    }
    section {
        padding: 8px;
    }

    h1,
    h2,
    h4,
    h6 {
        font-size: 17px;
    }
    p {
        font-size: 13px;
    }
    ul li {
        font-size: 13px;
    }
    ol li {
        font-size: 13px;
    }
    .box-padding-1 {
    padding: 50px;
    }

    .box-padding-2 {
        padding: 90px;
    }
    .box-padding-3 {
        padding: 50px 160px 50px 160px;
    }
    .input-box,
    .drop-down-box,
    .button1 {
        height: 33px;
    }
    .max-width-0,
    .max-width-1,
    .max-width-2 {
        max-width: 60%;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .font-1 {
        font-weight: 600;
    }
    .extra-bigheading1 {
        font-size: 75px;
    }
    .extra-bigheading2 {
        font-size: 45px;
    }
    .big-heading {
        font-size: 34px;
    }
    .heading {
        font-size: 24px;
    }

    .title {
        font-size: 14px;
    }

    .sub-title {
        font-size: 12px;
    }

    .content {
        font-size: 11px;
    }

    .small {
        font-size: 10px;
    }

    .margin-top {
        margin-top: 8px;
    }

    .margin-top {
        margin-top: 15px;
    }
    .padding {
        padding: 15px;
    }
    section {
        padding: 8px;
    }

    h1,
    h2,
    h4,
    h6 {
        font-size: 17px;
    }
    p {
        font-size: 13px;
    }
    ul li {
        font-size: 13px;
    }
    ol li {
        font-size: 13px;
    }
    .box-padding-1,
    .box-padding-2,
    .box-padding-3,
    .content-bg {
        padding: 30px;
    }
    .input-box,
    .drop-down-box,
    .button1 {
        height: 33px;
    }
    .max-width-0,
    .max-width-1,
    .max-width-2 {
        max-width: 80%;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .font-1 {
        font-weight: 600;
    }
    .extra-bigheading1 {
        font-size: 75px;
    }
    .extra-bigheading2 {
        font-size: 45px;
    }
    .big-heading {
        font-size: 23px;
    }
    .heading {
        font-size: 22px;
    }

    .title {
        font-size: 16px;
    }

    .sub-title {
        font-size: 14px;
    }

    .content {
        font-size: 11px;
    }

    .small {
        font-size: 1opx;
    }

    .margin-top {
        margin-top: 8px;
    }

    .margin-top {
        margin-top: 15px;
    }
    .padding {
        padding: 15px;
    }
    section {
        padding: 8px;
    }

    h1,
    h2,
    h4,
    h6 {
        font-size: 17px;
    }
    p {
        font-size: 13px;
    }
    ul li {
        font-size: 13px;
    }
    ol li {
        font-size: 13px;
    }
    .box-padding-1,
    .box-padding-2,
    .box-padding-3,
    .content-bg {
        padding: 30px;
    }
    .input-box,
    .drop-down-box,
    .button1 {
        height: 33px;
    }
    .max-width-0,
    .max-width-1,
    .max-width-2 {
        max-width: 80%;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 479px) {
    .font-1 {
        font-weight: 600;
    }
    .extra-bigheading1 {
        font-size: 75px;
    }
    .extra-bigheading2 {
        font-size: 45px;
    }

    .big-heading {
        font-size: 23px;
    }

    .heading {
        font-size: 18px;
    }

    .title {
        font-size: 15px;
    }

    .sub-title {
        font-size: 14px;
    }

    .content {
        font-size: 11px;
    }

    .small {
        font-size: 10px;
    }
    .margin-top {
        margin-top: 10px;
    }
    .padding {
        padding: 10px;
    }
    section {
        padding: 8px;
    }
    .box-padding-1,
    .box-padding-2,
    .box-padding-3,
    .content-bg {
        padding: 20px;
    }
    h1,
    h2,
    h4,
    h6 {
        font-size: 16px;
    }

    p {
        font-size: 12px;
    }
    ul li {
        font-size: 13px;
    }
    ol li {
        font-size: 13px;
    }

    .content-bg {
        padding: 20px;
    }
    .input-box,
    .drop-down-box,
    .button1 {
        height: 26px;
    }
    .max-width-0,
    .max-width-1,
    .max-width-2 {
        max-width: 90%;
    }
}

@media (max-width: 320px) {
    body {
        display: none;
    }
}

.btn-grad {
    padding: 10px 35px;
    text-align: center;
    text-transform: uppercase;

    background-size: 200% auto;

    background: #000000;
    border: 1px solid #606060;

    border-radius: 29px;
    display: block;
}

.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.btn1 {
    padding: 10px 35px;
    text-align: center;
    text-transform: uppercase;
    background: #fffa76;
    color: black;
    border-radius: 29px;
    display: block;
    outline: none;
    border: none;
    cursor: pointer;
}

.btn2 {
    padding: 10px 35px;
    text-align: center;
    text-transform: uppercase;
    background: #000000;
    color: white;
    border-radius: 29px;
    display: block;
    outline: none;
    border: none;
    cursor: pointer;
}

.btn3 {
    text-align: center;
    display: inline-block;
    padding: 10px 5px;
    text-decoration: none;
    border: 2px solid #454545;
    border-radius: 25px;
    transition: 0.5s;
}
