@import 'bootstrap.min.css';
@import 'bootstrap.css';
@import 'font-awesome.min.css';
@import 'ionicons.min.css';
@import 'animate.css';
@import 'magnific-popup.css';
@import 'owl.carousel.css';
@import 'owl.transitions.css';
@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Light.eot');
    src: url('../fonts/SpaceGrotesk-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/SpaceGrotesk-Light.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Light.woff') format('woff'), url('../fonts/SpaceGrotesk-Light.ttf') format('truetype'), url('../fonts/SpaceGrotesk-Light.svg#SpaceGrotesk-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Bold.eot');
    src: url('../fonts/SpaceGrotesk-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SpaceGrotesk-Bold.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Bold.woff') format('woff'), url('../fonts/SpaceGrotesk-Bold.ttf') format('truetype'), url('../fonts/SpaceGrotesk-Bold.svg#SpaceGrotesk-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Regular.eot');
    src: url('../fonts/SpaceGrotesk-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SpaceGrotesk-Regular.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Regular.woff') format('woff'), url('../fonts/SpaceGrotesk-Regular.ttf') format('truetype'), url('../fonts/SpaceGrotesk-Regular.svg#SpaceGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Medium.eot');
    src: url('../fonts/SpaceGrotesk-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/SpaceGrotesk-Medium.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Medium.woff') format('woff'), url('../fonts/SpaceGrotesk-Medium.ttf') format('truetype'), url('../fonts/SpaceGrotesk-Medium.svg#SpaceGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 87%;
    -webkit-font-smoothing: antialiased
}

body {
    font-family: 'Space Grotesk';
    font-size: 1em;
    font-weight: 400;
    line-height: 1.62;
    color: #767676
}
img{
    max-width: 100%;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;background: rgba(0,0,0,0.6);
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #fe762a
}

::selection {
    background-color: #fe762a;
    color: #fff
}

-webkit-::selection {
    background-color: #fe762a;
    color: #fff
}

::-moz-selection {
    background-color: #fe762a;
    color: #fff
}

.loader {
    position: fixed;
    overflow: hidden;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #fff;
    text-align: center
}

.loader-brand {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

h1,
.h1 {
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 4.1em;
    line-height: 1.1;
    margin: 0 0 .3em
}

h2,
.h2 {
    font-family: 'Space Grotesk';
    position: relative;
    font-size: 2.1em;
    line-height: 1.4;
    font-weight: 700;
    color: #343434;
    margin-bottom: .5em
}

h3,
.h3 {
    font-family: 'Space Grotesk';
    font-size: 1.15em;
    line-height: 1.25;
    font-weight: 700;
    color: #343434;
    margin-top: 1.6em;
    margin-bottom: .8em
}

h4,
.h4 {
    font-family: 'Space Grotesk';
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #343434;
    margin: 0
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul {
    list-style: none;
    padding-left: 0
}

.inline-list li {
    margin-right: 20px
}

ol li,
ul li {
    margin-top: 10px
}

p {
    margin: 10px 0 0
}

a {
    color: #fe762a;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
    font-family: 'Space Grotesk';
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Space Grotesk';
}

a:hover,
a:focus {
    color: #fe762a;
    outline: none
}

a:focus {
    text-decoration: none
}

.fixed-chat-inquery {
    position: fixed;
    right: 25px;
    bottom: 80px;
    z-index: 1111;
}

.fixed-chat-inquery ul li a img {
    width: 60px;
}

.fixed-chat-inquery ul li img {
    box-shadow: 1px 1px 8px -1px rgb(0 0 0 / 50%);
    border-radius: 50%;
}

.get-qute-box {
    background: #fe762a;
    padding: 50px;
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
}

.get-qute-box button.close {
    background: #fff;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 38px;
    color: #fe762a;
}

.get-qute-box h2 {
    color: #fff;
    margin-bottom: 36px;
}

.title-one {
    font-size: 54px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.get-qute-box textarea,
.get-qute-box select,
.get-qute-box input {
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #eee !important;
    margin-bottom: 45px;
    height: 56px !important;
    color: #fff !important;
    font-size: 22px;
    text-transform: capitalize;
}

.panel-body label span {
    color: #fe762a;
}

.title-text {
    font-size: 16px;
    line-height: 24px;
}

section#about {
    padding-top: 0;
}

section#reviews p.lead-text {
    margin-bottom: 50px;
}

.title-text {
    text-align: justify;
    color: #000;
    line-height: 32px;
    font-weight: 300;
}

.text-white {
    color: #fff !important;
}
.fixed-whatsapp img {
    max-width: 75px;
}
.flags {
    position: absolute;
    right: 15px;
    top: -15px;
}
.flags ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 8px;
}
.flags ul li:last-child {
    margin-right: 0;
}
.flags ul li img {
    max-width: 35px;
    box-shadow: 1px 1px 2px #ddd;
}
.container-1 {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 19px;
    color: #fff;
    font-weight: 400;
}

.loader .loader-brand img {
    width: 200px;
}


/* Hide the browser's default radio button */

.container-1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.container-1:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.container-1 input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container-1 input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container-1 .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.get-qute-box textarea::placeholder,
.get-qute-box input::placeholder {
    color: #fff;
    opacity: 1;
}

.get-qute-box textarea:-ms-input-placeholder,
.get-qute-box input:-ms-input-placeholder {
    color: #fff;
}

.modal-body {
    padding: 0 !important;
}

.modal-dialog {
    width: 800px !important;
}

.form-control,
textarea.form-control {
    font-size: 1em;
    color: #9f9f9f;
    border-radius: 5px !important;
    padding: 10px;
    height: 3.2em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}

section.register-form {
    padding-bottom: 100px;
}

.form-control:focus {
    border-color: #fe762a;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

textarea.form-control {
    padding-top: 1em;
    border-radius: 1.5em;
    height: 7em;
    resize: none
}

.form-control::-moz-placeholder {
    color: #9f9f9f;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #9f9f9f
}

.form-control::-webkit-input-placeholder {
    color: #9f9f9f
}

.form-control.error {
    border-color: #fe762a
}

.input-group-btn {
    font-size: inherit
}

.wobble-error {
    -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
    animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal
}

label.error,
#mc-notification {
    font-family: 'Space Grotesk';
    display: block;
    text-align: left;
    font-size: .9em;
    font-weight: 400;
    margin: 10px 20px 0
}

label.error .fa {
    margin-right: 4px;
    color: #fe762a
}

.b-primary {
    border-color: #fe762a
}

.btn {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    background: #fe762a;
    border: 2px solid #fe762a;
    height: 59px;
    color: var(--base-white);
    font-weight: 500;
    text-transform: uppercase;
    width: 216px;
    line-height: 45px;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    z-index: 111;
    color: #fff
}

.btn .fa {
    font-size: 1.3em;
    margin-right: 5px;
    color: #fff
}

.media-right p {
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn:hover,
.btn:focus {
    background: transparent;
    color: #fe762a;
}

.btn:before {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #fe762a;
    transition: all .5s;
    z-index: -1;
}

.btn:after {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #fe762a;
    transition: all .5s;
    z-index: -1;
}

.btn:hover:before,
.btn:focus:before {
    transform: rotateX(90deg);
}

.btn:hover:after,
.btn:focus:after {
    transform: rotateY(90deg);
}

.btn:hover .fa {
    color: #fe762a
}

.btn-b-primary {
    border-color: #fe762a;
    background-color: transparent;
    color: #fff
}

.btn-b-primary:hover,
.btn-b-primary:focus {
    background: #fe762a;
    border-color: #fe762a;
    color: #fff
}

.btn-b-gray {
    border-color: rgba(35, 35, 35, .1);
    border-width: 2px;
    background-color: transparent;
    color: #fff
}

.btn-b-white {
    border-color: #fff;
    background-color: transparent
}

.icon {
    font-size: 3.8em;
    line-height: 1
}

.text-white {
    color: #fff
}

.text-opacity {
    opacity: .7
}

.text-dark {
    color: #343434
}

.text-primary {
    color: #fe762a
}

.bgc-white {
    background-color: #fff
}

.bgc-light {
    background-color: #f7f7f7
}

.bgc-primary {
    background-color: #fe762a
}

.layout {
    overflow: hidden
}

.row-columns {
    margin-top: -4em
}

.column {
    margin-top: 2em
}

.section {
    padding: 7em 0
}

.section-sm {
    padding: 4em 0
}

.media-right {
    padding-left: 0;
}

h2.section-title.dst-het {
    margin-bottom: 70px;
}

.section-title {
    margin-top: 0
}

.lead-text {
    font-size: 1.4em;
    line-height: 1.68em;
    margin-top: 0
}

.masked {
    position: relative
}

.masked:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.rel-1 {
    position: relative;
    z-index: 1
}

.mobile * {
    background-attachment: scroll !important
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

.top-space-sm {
    margin-top: 2.5em
}

.title-one {
    font-size: 54px;
    font-family: 'Space Grotesk';
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.title-two {
    font-size: 184px;
    font-family: 'Space Grotesk';
    font-weight: 500;
    text-transform: capitalize;
    color: rgba(55, 55, 55, 0.03);
}

.services-title .title-two {
    position: absolute;
    top: -40px;
    white-space: nowrap;
}

.services-title {
    position: relative;
    margin-bottom: 70px;
    text-align: left;
}

.navbar {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

.navbar-header {
    margin-left: 0 !important
}

.navbar-toggle .icon-bar {
    background-color: #fe762a;
    height: 2px;
    width: 30px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px
}

.navbar-toggle.collapsed .icon-bar {
    background-color: #fff
}

@media(max-height:320px) {
    .navbar .navbar-collapse {
        max-height: 240px
    }
}

.brand {
    margin-top: 1em;
    display: inline-block;
    text-align: center
}

.brand:hover,
.brand:focus {
    text-decoration: none
}

.brand-img-white {
    display: inline-block
}

.brand-img {
    display: none
}

header#top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: initial;
    -ms-flex-wrap: wrap;
    flex-wrap: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-nav {
    font-family: 'Space Grotesk';
    font-size: .8em;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-top: 25px;
    margin: 0;
    display: inline-block;
    align-items: center;
}

.navbar-nav li {
    margin-top: 20px
}

.navbar-nav li.btn {
    width: 120px;
    height: auto;
    padding: 14px;
    background: #eee;
    margin-right: -20px;
    margin-top: 5px;
    border: 1px solid #fe762a;
}

.navbar-nav li.btn.login {
    border: 1px solid #fff !important;
    background: transparent !important;
}

.get-qute-box label {
    color: #fff;
}

.get-qute-box a.btn.btn-login {
    background: #fff !important;
    color: #fff;
    border-color: #fff !important;
}

.get-qute-box a.btn.btn-login:hover,
.get-qute-box a.btn.btn-login:focus {
    color: #000 !important;
}

.navbar-nav li.btn.login:before,
.navbar-nav li.btn.login:after {
    display: none !important;
}

a.brand.js-target-scroll img {
    width: 124px;
}

.navbar-nav li {
    position: relative;
    margin-top: 20px;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

ul.nav.navbar-nav.navbar-right li.active {
    background: transparent;
    color: #fe762a
}

.navbar-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    font-size: 14px;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav .active>a {
    background-color: transparent
}

.navbar-nav>li>a:hover,
.navbar-nav>.active>a {
    background-color: #fe762a
}

.navbar-nav li ul {
    font-size: 14px
}

.navbar-nav li li {
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.navbar-nav li li:last-child {
    border-bottom: 0
}

.navbar-nav li li a {
    display: block;
    padding: 15px 20px;
    color: #adadad
}

.navbar-nav li li a .fa {
    margin-right: 10px
}

.navbar-nav li:hover {
    z-index: 1
}

.navbar-nav li:hover>ul {
    opacity: 1;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

.navbar.affix {
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, .95);
    padding: .7em 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.navbar.affix .brand {
    margin-top: 0
}

.navbar.affix .brand-img-white {
    display: none
}

.navbar.affix .brand-img {
    display: inline-block
}

.navbar.affix .navbar-nav {
    padding-top: .6em
}

.navbar.affix .navbar-nav li a {
    color: #4b4b4c
}

.navbar.affix .navbar-nav>li>a:hover,
.navbar.affix .navbar-nav>.active>a {
    color: #fff
}

.navbar.affix .navbar-toggle {
    margin-top: 0
}

.navbar.affix .navbar-toggle.collapsed .icon-bar {
    background-color: #fe762a
}

.masthead {
    background: url(../img/bg/masthead.jpg) 50% 0 no-repeat;
    background-size: cover
}

.masthead .lead-text {
    opacity: .9
}

.opener {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 13em 0 7em;
    width: 100000px;
    height: 100vh
}

.control {
    margin-top: 2.2em
}

.play-home {
    opacity: .9;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.play-home:hover,
.play-home:focus {
    opacity: .5;
    text-decoration: none;
    color: #fff
}

.play-home img {
    display: inline-block;
    width: 5.6em
}

.play-home span {
    font-family: 'Space Grotesk';
    text-transform: uppercase;
    font-size: .72em;
    letter-spacing: .1em;
    margin-left: 1em
}

.mfp-figure {
    box-shadow: none
}

.mfp-iframe-scaler {
    overflow: visible
}

.mfp-wrap .mfp-content {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(60deg);
    -o-transform: rotateX(60deg);
    transform: rotateX(60deg)
}

.mfp-bg {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    -o-transform: rotateX(-60deg);
    transform: rotateX(-60deg)
}

.mfp-bg {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-wrap.mfp-removing .mfp-figure,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    -o-transform: rotateX(-60deg);
    transform: rotateX(-60deg)
}

.mfp-removing.mfp-bg {
    opacity: 0
}

.feature-img {
    margin: 0 auto;
    max-width: 100%
}

.col-feature-content {
    margin-top: 4em
}

.feature-number {
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 3em;
    line-height: 1;
    width: 1.3em
}

.prices {
    text-align: center;
    background: url(../img/bg/prices.jpg) 50% no-repeat;
    background-size: cover
}

.prices.masked:after {
    background-color: rgba(0, 0, 0, .4)
}

.col-price {
    text-align: left;
    width: 100%;
    max-width: 500px;
    display: inline-block;
    position: relative;
    padding: 15px
}

.price-box {
    position: relative;
    background-color: #fff
}

.price-inner {
    padding-bottom: 40px
}

.price-title {
    padding: 2em 3em 1.7em;
    margin-bottom: 0;
    font-size: .7em;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #f7f7f7
}

.price {
    font-family: 'Space Grotesk';
    padding: 2em 3em;
    line-height: 1;
    color: #343434;
    border-bottom: 1px solid #ddd
}

.price-currency {
    display: inline-block;
    vertical-align: top;
    font-size: 2em
}

.price-amount {
    font-size: 40px;
}

.price-delimiter {
    font-size: 3em
}

.price-period {
    font-size: 1em
}

.price-features {
    padding: 1em 3em;
    min-height: 250px;
}

.price-features ul {
    margin-top: 0
}

.price-features ul li {
    padding: 8px 0
}

.col-price.leading {
    z-index: 1
}

.col-price.leading .price-title {
    color: #fff;
    background-color: #fe762a
}

.price-footer {
    padding: 0 3em
}

.review {
    padding: 0 1.5em
}

.partners {
    text-align: center;
    padding: 4em 0;
    background: #d9d9d9;
    margin-top: 100px;
}

section#partners h3 {
    margin-top: 0;
}

.partners .owl-controls {
    position: absolute;
    left: 0;
    margin-top: 0
}

.partner {
    opacity: 1;
    padding: 10px 21px;
    border: 1px solid #eee;
    height: 190px;
    position: relative;
    background: #fff;
    margin: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-body .btn {
    width: 100%;
}

.hover-name {
    position: absolute;
    bottom: 0;
    background: rgba(234, 33, 39, 0.9);
    left: 0;
    right: 0;
    color: #fff;
}

button.btn.btn-white {
    background: #fff !important;
}

.navbar.affix li.btn.regiter a {
    color: #fff
}

.hover-name h5 {
    font-size: 20px;
}

.partner img {
    width: auto;
    height: 120px;
    max-width: 100%;
    margin: auto;
    filter: grayscale(100%);
}

.partner img:hover,
.partner img:focus {
    filter: grayscale(0);
}

.owl-controls {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 2em
}

section#partners {
    display: flex;
    padding: 2px;
    justify-content: center;
}

.owl-controls .owl-pagination {
    text-align: center
}

.owl-controls .owl-page {
    display: inline-block;
    margin: 0 .6em
}

.owl-controls .owl-page span {
    display: inline-block;
    width: 1.7em;
    height: .3em;
    border-radius: 2px;
    background-color: #e0e0e0;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
    background-color: #fe762a
}

.map {
    width: 100%;
    height: 30em;
    border: 0;
    text-align: center
}

.map-info {
    text-align: left;
    font-size: 1.2em
}

.map-address {
    display: block;
    margin-top: 2em;
    width: 20em
}

.map-address-row {
    margin-bottom: .7em;
    overflow: hidden
}

.register-form-box {
    width: 100%;
    background: #d9d9d9;
    padding: 100px;
    position: relative;
    z-index: 1;
    border-radius: 20px;
}

.map-address-row .fa {
    font-size: 1.2em;
    padding: 2px 1px 1px;
    float: left;
    vertical-align: middle;
    margin: .1em .5em 0 0
}

.map-address-row .text {
    display: block;
    overflow: hidden
}

.gmap-open {
    margin-top: 15px
}

.footer {
    padding: 2em 0
}

.footer .copy {
    margin-top: 1em
}

.social a {
    font-size: 1.1em;
    display: inline-block;
    padding: 1px;
    margin: 0 15px;
    color: #c2c2c2
}

.social a:hover {
    color: #fe762a;
    text-decoration: none
}

body:not(.modal-open) {
    padding-right: 0 !important
}

.modal {
    text-align: center
}

.modal label.error {
    color: #fe762a
}

.modal.fade .modal-dialog {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.modal-content {
    border-radius: 1em;
    border: 0;
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

.modal.fade.in .modal-content {
    opacity: 1
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 90%;
    margin: 25px auto
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-header {
    padding: 3em 1.2em;
    border: 0;
    min-height: 0;
    text-align: center
}

.close {
    display: inline-block;
    font-weight: 100;
    line-height: 1;
    color: #9f9f9f;
    text-align: center;
    text-shadow: none;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.close:hover,
.close:focus {
    color: #fe762a;
    opacity: 1;
    filter: alpha(opacity=1)
}

.modal-header .close {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 20px;
    font-size: 2em
}

.modal-title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2em;
    font-size: 1.8em;
    color: #fe762a
}

.modal-subtitle {
    font-size: 16px;
    font-weight: 300
}

.modal-body {
    padding: 0 4.2em 3em
}

.modal-body .form-group {
    margin-bottom: 30px
}

.modal-message .modal-content {
    padding-top: 55px;
    padding-bottom: 55px
}

@media(min-width:768px) {
    html {
        font-size: 94%
    }
    .col-price {
        width: 45%
    }
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }
    .modal-dialog {
        width: 29em
    }
}

@media(min-width:992px) {
    html {
        font-size: 100%
    }
    .text-right-md {
        text-align: right
    }
    .text-left-md {
        text-align: left
    }
    .navbar-nav>li {
        border-bottom: 0;
        margin-left: 1.5em
    }
    .navbar-nav li a {
        position: relative;
        padding: 0;
        color: #fff;
        font-size: 14px;
        letter-spacing: normal;
    }
    .navbar-nav li a:hover,
    .navbar-nav li a:focus,
    .navbar-nav .active>a,
    .navbar-nav .active>a:hover {
        background-color: transparent
    }
    .navbar.affix .navbar-nav li a:hover,
    .navbar.affix .navbar-nav .active a {
        color: #fe762a
    }
    .col-price {
        width: 33%
    }
    .footer .copy {
        margin-top: 0
    }
}


/* welcome */

.welcome form {
    height: auto;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: center;
}

.welcome {
    height: 100vh;
    background-image: url(../img/welcome.png);
    background-size: cover;
    background-position: top;
    overflow: hidden;
    position: relative;
}

.wel-img img {
    width: 200px;
    height: auto;
}

.fw-bold.mb-2.text-uppercase {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #FE7326;
    padding-top: 15px;
    letter-spacing: 0.14rem;
}

.form-label {
    display: flex;
    justify-content: left;
    font-size: 18px;
    letter-spacing: 4px;
}

.text-white-50 {
    display: flex;
    justify-content: end;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2px;
}

.card-body.text-center {
    padding: 0px 11px 10px;
}

.card.text-black {
    border-radius: 10px;
    padding: 30px 50px;
    background-color: #eeeeeeed;
}

.form-control {
    border: none;
    border-bottom: 2px solid #6f535370;
    border-radius: 1px;
    background: #eee0;
}

.form-control:focus {
    color: #495057;
    background-color: #f9f7f770;
    outline: 0;
    box-shadow: 0 0 0 .80px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #fe762a;
}

.login-form {
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 50%;
}

.login-form.register-form {
    width: 100%;
}

section.welcome:before {
    content: "";
    position: absolute;
    background: #c5c5c5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.form-outline.form-white.mb-4 {
    margin-bottom: 30px;
}

.form-outline.form-white input {
    border-radius: 0 !important;
}

p.small.mb-2.pb-lg-2 {
    margin-bottom: 20px;
}

.signup p {
    color: #000;
    font-size: 19px;
    margin-top: 19px;
    display: block;
}

.signup p a {
    font-weight: 600;
}

.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: flex;
    justify-content: center;
}

.panel-title {
    text-align: center;
}

.stepwizard {
    display: table;
    width: 60%;
    position: relative;
    margin: auto;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled] .btn {
    opacity: 0.2 !important;
    color: #bbb !important;
    background: #bbbbbb !important;
}

.stepwizard-row:before {
    top: 46px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.panel.panel-primary.setup-content {
    width: 60%;
    margin: auto;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #fe762a;
    border-color: #fe762a;
}

.stepwizard {
    padding: 30px 0;
    background: #fff;
    border-radius: 10px 10px 0 0;
}

.owl-item {
    width: 294px !important;
}

.section-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-tag {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
}

.hom-tag {
    color: #fe762a;
    letter-spacing: 4px;
    font-size: 32px;
}

a {
    color: black;
    text-decoration: none;
    e
}

a:hover {
    text-decoration: none;
    color: #fe762a;
}

iframe {
    margin-bottom: 15px;
}

.p-content {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 84%;
    margin: auto;
}

.btn-white {
    padding: 5px 245px;
    border-radius: 4px;
    text-transform: uppercase;
    background: transparent;
    border-color: #fe762a;
}

.fom-tag {
    display: flex;
    justify-content: center;
    color: black;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    padding: 25px 0px 35px;
}


/*btn left-right */

.btn-left {
    padding: 10px 0px;
    text-transform: uppercase;
    background: white;
    border-color: #fe762a;
    width: 400px;
}

.btn-left:hover {
    background: #fe762a;
    color: white;
}

.btn-right {
    padding: 10px 150px;
    text-transform: uppercase;
    background: #fe762a;
    margin-top: 25px;
    color: white;
    border: 1px solid #fe762a !important;
    margin: 25px 10px 0;
}

.btn-right:focus,
.btn-right:hover {
    color: #fe762a;
    background: transparent !important;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}


/* btn wel */

.btn-wel {
    padding: 10px 110px;
    text-transform: uppercase;
    background: #fe762a;
    margin-top: 25px;
    width: 100%;
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
}

.btn-wel:hover {
    background: #d9d9d914;
    color: black;
    border-color: #fe762a
}


/* home page */

.home-page {
    background-image: url(../img/bg.png);
    height: 100vh;
    background-size: cover;
    overflow: hidden;
}

.banner {
    text-align: center;
    color: white;
    background-image: url(../img/banner.png);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-tag {
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
}

.hom-left {
    display: flex;
    justify-content: center;
    background: white;
}

.hom-left img {
    width: 170px;
    height: 155px;
}

.hom-left-txt {
    background: white;
    margin-top: 50px;
    padding: 92px 40px;
    text-align: center;
    height: auto;
}

.banner h1 {
    padding-top: 160px;
    font-weight: 500;
    font-size: 54px;
    line-height: 74px;
}

.banner h3 {
    text-align: right;
    margin: auto;
    margin-right: 0;
    font-weight: 400;
    line-height: 57px;
    font-size: 35px;
    width: 40%;
    padding-top: 98px;
}

.border-btn {
    padding: 0px 100px;
    background: #fe762a;
    border-color: #737373;
    border-radius: 6px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 60px;
    height: 59px;
}

.border-btn:hover {
    background-color: #d9d9d9;
    border: 2px solid #fe762a;
    color: #fe762a;
}


/* welcome */

.welcome form {
    height: auto;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: center;
}

.welcome {
    height: 100vh;
    background-image: url(../img/welcome.png);
    background-size: cover;
    background-position: top;
    overflow: hidden;
}

.wel-img img {
    width: 200px;
    height: auto;
}

.fw-bold.mb-2.text-uppercase {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #FE7326;
    padding-top: 15px;
    letter-spacing: 0.14rem;
}

.form-label {
    display: flex;
    justify-content: left;
    font-size: 18px;
    letter-spacing: 4px;
}

.text-white-50 {
    display: flex;
    justify-content: end;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2px;
}

.card-body.text-center {
    padding: 0px 11px 10px;
}

.card.text-black {
    border-radius: 10px;
    padding: 30px 50px;
    background-color: #eeeeeeed;
}

.form-control {
    border: none;
    border-bottom: 2px solid #6f535370;
    border-radius: 1px;
    background: #eee0;
}

.form-control:focus {
    color: #495057;
    background-color: #f9f7f770;
    outline: 0;
    box-shadow: 0 0 0 .80px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #fe762a;
}


/* detail-1 */

.detail-img img {
    height: 100vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    width: 100%;
}

.detail-content {
    text-align: center;
    margin-bottom: 35px;
}


/*--------Accordion-------*/

.accordion {
    background-color: #ffffff;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
}

.detail-content .nav-tabs li a.active,
.accordion:hover {
    background-color: #fe762a;
    color: white;
}

.panel {
    display: block;
    background-color: white;
    overflow: hidden;
    margin-bottom: 15px;
}


/* video accordian */

.vid-accordion {
    background: linear-gradient(90deg, #FFEEEE 0%, #DDEFBB 100%);
}

.btn.btn-link.collapsed {
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    width: 100%;
    text-align: left;
}

.tab-content {
    margin-bottom: 20px;
}

.fom-video {
    padding: 0px 100px;
}

.fom-video.accordion {
    background-color: #FFFFFF;
}

.btn-link:hover {
    color: #fe762a;
    text-decoration: none;
}

.btn-link i {
    margin-right: 10px;
}

.btn-link {
    font-weight: 500;
    color: #000c;
    font-size: 16px;
}

.fa.fa-angle-double-down {
    background: #fe762a;
    width: 25px;
    height: 25px;
    padding: 3px 6px;
    border-radius: 6px;
    color: white;
}

.form-check-inline {
    float: right;
    color: black;
}

.form-check {
    float: right;
}


/* q&a */

.fom-ans {
    padding: 0px 100px;
}

.fom-ans.accordion {
    background-color: #FFFFFF;
}

.quetion {
    text-decoration: none;
}

.btn.btn-link span {
    padding-left: ;
    padding-right: 5px;
}

.btn.btn-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.ans {
    color: black;
    padding: 30px;
    border-left: 6px solid #ffff;
}

.ans:hover {
    border-left: 6px solid #fe762a;
}

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

.ans textarea {
    overflow: auto;
    resize: vertical;
    text-transform: uppercase;
    color: grey;
    font-weight: 500;
    width: 100%;
    resize: none;
    padding: 15px;
}


/* tabbing css */

.nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
}

.nav.nav-tabs li {
    margin: 0px 15px;
}

.tab-content.menu1 {
    background: none;
}

#vid-down-accordion {
    background: none;
}

.detail-img {
    height: 500px;
}

.detail-img img {
    height: 500px;
}

.overview-sec h3.title-new {
    margin-top: 0;
}

.overview-sec {
    padding: 25px 0;
    width: 80%;
    margin: auto;
}

.overview-sec h3 {
    font-size: 32px;
    text-align: center;
}

.drop-zone {
    max-width: 60%;
    height: 230px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #888;
    border: 1px dashed #ccc;
    border-radius: 10px;
    margin: auto;
    flex-wrap: wrap;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.overview-sec .panel-title {
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    color: #fe762a;
}

span.drop-zone__prompt:before {
    content: "\f176";
    font-family: "fontawesome";
    font-size: 20px;
    position: absolute;
    top: 44px;
    width: 40px;
    height: 40px;
    border: 2px solid #ccc;
    border-radius: 50%;
    line-height: 37px;
    left: 0;
    right: 0;
    margin: auto;
}

span.drop-zone__prompt {
    position: relative;
    padding-bottom: 100px;
}

span.drop-zone__prompt:after {
    content: "drag & drop or ";
    font-size: 18px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

input.drop-zone__input {
    text-align: center;
    margin: AUTO;
    display: block;
    border: 1px solid #ccc;
    font-size: 16px;
}

.overview-sec .panel.panel-default {
    margin-bottom: 20px;
    background: #fff;
}

.overview-sec .panel-heading {
    background: #fff;
    border-color: #E5E6E7;
    padding: 15px;
}

.btn-group-last {
    text-align: center;
    margin-top: 50px;
}

.btn-group-last .btn {
    margin: 0 20px;
}

.btn-group-last .btn.btn-border {
    background: transparent;
    color: red;
}

.btn-group-last .btn.btn-border:after {
    background: transparent;
}

.btn-group-last .btn.btn-border:before {
    background: transparent;
}

.detail-img.cong-page {
    height: 100vh;
}

.detail-img.cong-page img {
    height: 100vh;
}

.congretulation-box {
    padding: 105px;
    position: absolute;
    top: 50%;
    background: #fff;
    width: 60%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    border-radius: 30px 0;
    border: 1px solid #000;
    transform: translateY(-50%);
}

.het-congress {
    background-color: rgba(0, 0, 0, 0.7);
}

.het-congress .modal-dialog {
    max-width: 700px;
    margin-top: 200px
}

.het-congress .modal-body {
    padding: 220px 0 40px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.het-congress .modal-body:before {
    content: "";
    background: red;
    width: 100%;
    height: 350px;
    position: absolute;
    left: 0;
    top: -180px;
    border-radius: 0 0 480px 480px;
}

.het-congress .modal-body:after {
    content: "";
    background-image: url(../img/file.png);
    width: 300px;
    height: 300px;
    background-size: contain;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: AUTO;
}

.het-congress .modal-body h3 {
    font-size: 40px;
    color: #fe762a;
    position: relative;
    z-index: 11;
}

.het-congress .modal-body ul li {
    text-align: center;
    width: 50%;
    margin: auto;
}

.het-congress .modal-body ul li i {
    color: #fe762a
}

.het-congress .modal-body ul {
    margin-bottom: 40px
}

.het-congress .modal-body h5 {
    color: #000;
    margin-bottom: 20px;
}


/* otp page */

.welcome-otp-card {
    background: #fe762a;
    width: 60%;
    display: f;
    margin: auto;
}

.login-form.register-form.yash {
    color: white;
}

.otp-card-tag span {
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    min-height: 80px;
    font-weight: 500;
    letter-spacing: 2px;
}

.otp-card-bottom h4 {
    color: white;
    text-align: center;
    min-height: 80px;
    padding-top: 20px;
    word-spacing: 8px;
}

.otp-card {
    background: white;
    text-align: center;
    height: auto;
    width: auto;
    padding: 40px;
}

.otp-card input {
    color: black;
}

.otp-card img {
    width: 150px;
    height: auto;
    padding-top: ;
    margin-top: 25px;
    text-shadow: ;
}

.otp-card-tag img {
    width: 60px;
    height: auto;
    margin-right: 10px;
}

.otp-card h3 {
    text-transform: capitalize;
    font-size: 22px;
    text-shadow: 2px 0px #bfbebe;
}

.otp-card h4 {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 18px;
}

.otp-card h6 {
    color: black;
    padding: 20px;
    color: red;
}

#onetimeotp {
    display: block;
}

#sendOtp {
    color: #fe762a;
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
}

p.small.mb-2.het-otp {
    position: absolute;
    top: 26px;
    right: 3px;
    font-weight: 600;
    color: #fe762a;
}

#sendOtp:hover,
#sendOtp:focus {
    color: #000;
}

.form-outline.form-white.mb-4 {
    position: relative;
}

.otp-card input {
    color: black;
    width: 65%;
    margin-bottom: 30px;
    display: block;
    margin: auto;
    margin-bottom: 40px;
    height: 50px;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 20px;
    letter-spacing: 5px;
}

.resend-btn-fom {
    padding-top: 20px;
}

.resend-btn-fom a {
    color: red;
}

.resend-btn-fom a:hover {
    color: black;
}


/* Responsive yash */

@media (min-width: 1200px) {
    /* Index html */
    
    /* login pge */
    .card.text-black {
        padding: 15px 10px;
        margin-top: 30px;
    }
    .wel-img img {
        width: 150px;
    }
    .hom-tag {
        font-size: 28px;
    }
    .login-form .p-content {
        font-size: 16px;
        line-height: 15px;
        margin-bottom: 10px !important;
    }
    .form-label {
        font-size: 15px;
    }
    .login-form .mb-md-4,
    .my-md-4 {
        margin-bottom: 0 !important;
        padding-bottom: 1px !important;
    }
}

@media (max-width: 1200px) {
    /* Index html */
    a.brand.js-target-scroll img {
        width: 130px;
    }
    ul.nav.navbar-nav.navbar-right {
        letter-spacing: 0px;
        font-size: 12px;
        position: absolute;
        top: 0;
        right: 50px;
    }
    .section {
        padding: 6em 0;
    }
    .brand {
        margin-top: 8px;
    }
    .navbar-nav>li {
        font-size: 14px;
        margin-left: 24px;
        letter-spacing: 1px;
    }
    .navbar-nav li.btn {
        width: 100px;
        padding: 12px;
        margin: 5px 0px 0px 35px;
        margin-right: -28px;
        border: none;
    }
    /* login pge */
    .welcome form {
        height: 100%;
        margin-top: 70px;
    }
    .wel-img {
        text-align: center;
    }
    .wel-img img {
        width: 160px;
        text-align: center;
    }
    .hom-tag {
        font-size: 28px;
        text-align: center;
    }
    .card.text-black {
        height: 535px;
        padding: 15px 50px;
    }
    .login-form .p-content {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px !important;
    }
    
    .form-label {
        font-size: 16px;
    }
    .login-form .mb-md-4,
    .my-md-4 {
        margin-bottom: 0 !important;
        padding-bottom: 1px !important;
    }
}

@media (max-width: 991px) {
    /* Index html */
    .navbar-nav>li {
        margin: 5px 0px;
        letter-spacing: 2px;
    }
    li.btn.login {
        margin: auto;
        padding: initial;
    }
    li.btn.regiter {
        margin: auto;
        padding: initial;
        margin-top: 15px;
    }
    .col-price {
        width: 100%;
    }
    ul.nav.navbar-nav.navbar-right {
        top: 60px;
    }
    .nav.navbar-nav.navbar-right {
        width: 100%;
        height: 430px;
        background: white;
        left: 0;
    }
    .feature-img {
        height: 590px;
    }
    .section-title {
        margin-top: 0;
        font-size: 24px;
        line-height: 36px;
    }
    .media-right {
        padding-left: 0;
        line-height: 29px;
    }
    .col-feature-content {
        margin-top: 0em;
    }
    #features .row-columns {
        margin-top: -2em;
    }
    .row-columns.row .column {
        margin-top: 0em;
    }
    #reviews .text-center.col-md-8.col-md-offset-2 {
        text-align: left !important;
    }
    #banner .section-title {
        text-align: right;
    }
    .footer .copy {
        margin-top: 0em;
    }
    /* login pge */
    .card.text-black {
        height: 520px;
        padding: 15px 5px;
    }
    .card-body.text-center .btn {
        height: 40px;
        width: 100%;
        padding: 0;
        line-height: 0;
    }
    .signup p {
        text-align: center;
    }
    .card.text-black {
        margin-top: 12px;
    }
}

@media (max-width: 768px) {
    /* Home page */
    .opener.rel-1 .wow.fadeInDown {
        font-size: 36px;
    }
    .opener {
        height: auto;
        padding: 10em 0 7em;
    }
    .title-one {
        font-size: 40px;
    }
    #about .row-columns.row .column {
        margin-top: 30px;
    }
    .feature-img {
        height: 370px;
        width: 300px;
    }
    .section-title {
        margin-top: 0;
        font-size: 27px;
        line-height: 40px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .media-right {
        padding-left: 0;
        line-height: 20px;
        padding-bottom: 22px;
    }
    .features.section .row-columns.row .column {
        margin-top: 5px;
    }
    #banner .section-title {
        text-align: center;
    }
    /* login pge */
    .welcome form {
        width: 400px;
        height: auto;
        margin-top: 0;
    }
    .wel-img img {
        width: 130px;
    }
    .hom-tag {
        font-size: 20px;
        padding-top: 10px;
        font-weight: 400;
    }
    .login-form .p-content {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px !important;
        margin: 0 !important;
        width: auto;
    }
    .card.text-black {
        padding: 50px 1px;
    }
}

@media (max-width: 575px) {
    /* home page */
    .title-one {
        font-size: 22px;
        padding-left: 14px;
    }
    .feature-img {
        height: 350px;
        width: 100%;
    }
    .section-title {
        font-size: 22px;
        line-height: 26px;
    }
    section#partners {
        display: table;
    }
    .partner {
        width: auto;
    }
    .social a {
        font-size: 1.8em;
    }
    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
        height: 100vh;
        margin: auto;
        padding-top: 195px;
    }
    .container-1 {
        display: block;
    }
    .get-qute-box {
        padding: 10px;
    }
    .modal-body {
        width: auto;
    }
    .get-qute-box .btn.btn-white {
        width: auto;
        padding: 0px 100px;
    }
    /* login form */
    .welcome form {
        width: 285px;
    }
    .login-form .p-content {
        font-size: 14px;
        line-height: 21px;
    }
}


/* changes */

.vid-youtube .card-body img {
    width: 265px;
    height: 225px;
    object-fit: cover;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

p.video-q\&a-txt {
    color: black;
    font-size: 16px;
    padding-top: 20px;
    text-align: left;
    letter-spacing: 1px;
    font-weight: inherit;
    text-transform: capitalize;
}

a.vid-down-link img {
    width: 35px !important;
    height: 35px !important;
    border: none !important;
}

.download-section {
    text-align: center;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.vid-down-link {
    display: flex;
    align-items: center;
    margin: 0px 15px;
    border: 2px solid #fe762a;
    padding: 5px 10px;
}

a.vid-down-link:hover {
    color: #fe762a;
}


/* forgot */

.form-gap {
    padding-top: 70px;
}

.forgot-pass-mvp {
    margin-top: 140px;
}

.forgot-pass-mvp .panel {
    width: 100%;
    display: block;
    background-color: white;
    overflow: hidden;
    margin-bottom: 15px;
    MARGIN: AUTO;
    height: 560px;
}

.forgot-pass-mvp input {
    width: 100%;
}

.forgot-pass-mvp input#typeEmailX {
    width: 100%;
}

.forgot-pass-mvp input#typePasswordX {
    width: 100%;
}

.forgot-pass-mvp .fa-4x {
    font-size: 55px;
}

.forgot-pass-mvp .form-label {
    font-size: 16px;
    padding-top: 12px;
    letter-spacing: 1px;
}

.forgot-pass-mvp img.lock-pass {
    width: 80px;
    height: 80px;
}

.forgot-pass-mvp button.btn {
    width: 100%;
    height: 50px;
    padding: 0px;
    margin-top: 30px;
}

.forgot-pass-mvp .col-md-12 {
    max-width: 50%;
    margin: auto;
}


/* term and condtion */

.term {
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    height: 100vh;
    background-color: #eee;
}

.term .container {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 1rem;
    background-color: #fff;
    width: auto;
    height: 100%;
    border-radius: 0.25rem;
    box-shadow: 0rem 1rem 2rem -0.25rem rgba(0, 0, 0, 0.25);
}

.term .container__heading {
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.term .container__heading>h2 {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin: 0;
}

.term .container__content {
    flex-grow: 1;
    overflow-y: scroll;
}

.term .container__nav {
    border-top: 1px solid #ccc;
    text-align: right;
    padding: 2rem 0 1rem;
}

.term .container__nav>.button {
    background-color: #444499;
    box-shadow: 0rem 0.5rem 1rem -0.125rem rgba(0, 0, 0, 0.25);
    padding: 0.8rem 2rem;
    border-radius: 0.5rem;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: transform 0.25s, box-shadow 0.25s;
}

.term .container__nav>.button:hover {
    box-shadow: 0rem 0rem 1rem -0.125rem rgba(0, 0, 0, 0.25);
    transform: translateY(-0.5rem);
}

.term .container__nav>small {
    color: #777;
    margin-right: 1rem;
}

.term ol li {
    word-spacing: 5px;
    text-transform: capitalize;
    padding: 10px;
    font-size: 18px;
}

.term ol li::marker {
    color: red;
}

section.term img {
    width: 42px;
    height: auto;
    object-fit: cover;
    filter: opacity(0.9) drop-shadow(0px 0px red) brightness(1.2);
    padding-right: 5px;
}

h2.term-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-section a img {
    margin-bottom: 0 !important;
}

.download-section a.vid-down-link {
    display: block;
}

.quetion button.btn-link p {
    display: inline-block;
    text-align: left;
    font-size: 20px !important;
}

.quetion button.btn-link {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 20px;
}

.quetion button.btn-link p span {
    font-size: 20px !important;
}

#st_info {
    height: auto !important;
}

.iscomplete {
    float: right;
    color: green;
    margin-top: -20PX;
}

section.edit-profile-form {
    margin-top: 90px;
    padding: 100px 0;
}

.edit-pro-box {
    padding: 50px;
    background: #eee;
}

.edit-pro-box .form-group {
    margin-bottom: 30px;
}

.edit-pro-box .form-group label {
    color: #000
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

footer#footer .social {
    text-align: left;
}

.edit-pro-box h3 {
    font-size: 30px;
    margin-top: 0;
    color: #fe762a;
    margin-bottom: 30px;
}

.vid-youtube .btn-link {
    font-weight: 500;
    color: #000c;
    font-size: 16px;
    width: 100%;
    text-align: left;
}

#subscriptionpopup .modal-body {
    padding: 20px 50px !important;
    text-align: center;
    font-size: 20px;
    color: #000;
}

#subscriptionpopup .modal-header {
    padding: 10px;
}

#subscriptionpopup .close {
    color: #fe762a;
}

#subscriptionpopup .modal-content {
    -webkit-box-shadow: none;
    box-shadow: 1px 1px 21px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid #ccc;
}

.vid-accordion .alert.alert-danger {
    width: 60%;
    margin: auto;
    margin-top: 50px;
}

.het-btn-one {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 40px;
}

.error {
    color: #fe762a !important;
}

li.btn.login.active {
    box-shadow: none;
}
.he-bhi {
    display: flex;
}
.cc-picker-code-select-enabled {
    cursor: pointer;
    padding-right: 0;
    position: relative;
    width: 90px;
    border-bottom: 2px solid #c2b6b6;
    line-height: 50px;
    padding: 0 5px;
    border-radius: 5px;
}
.cc-picker-code-select-enabled::after{top: 23px;}



@media (min-width: 1200px) {
    /* home */
    .welcome form {
        width: auto;
    }
    /* q and a */
    .detail-content .nav-tabs {
        justify-content: space-between;
    }
}

@media (max-width: 1199px) {
    /*login pg */
    .card.text-black p.small.mb-2.het-otp {
        top: 30px;
        right: 5px;
    }
    .welcome form {
        width: auto;
    }
    #sendOtp {
        padding: 5px;
    }
    .card.text-black .form-control,
    textarea.form-control {
        height: 45px;
    }
    .login-form.register-form .form-control,
    textarea.form-control {
        height: 45px;
    }
    /* q and a */
    .detail-content .nav-tabs {
        justify-content: space-between;
    }
    .fom-video {
        padding: 0px 40px;
    }
    .stepwizard{width: 100%;}
    .panel.panel-primary.setup-content{width: 100%;}
    .cc-picker-code-select-enabled{line-height: 40px;}
    .he-bhi input {
    width: 77% !important;
}
.he-bhi {
    display: flex;
    flex-wrap: wrap;
}
.welcome{overflow: hidden;
    overflow-y: scroll;}
    .login-form.register-form {
    padding-top: 100px;
}
.welcome-otp-card{width: 80%;}
.otp-card img {
    width: 110px;
    margin-top: -25px;
    
}

.otp-card h3{margin: 0;}
form#onetimeotp{margin-top: 30px;}
}

@media (max-width: 991px) {
    /*home*/
    .welcome form {
        width: auto;
        padding: 0px 100px;
    }
    .panel.panel-primary.setup-content {
        width: auto;
        margin: auto;
    }
    .stepwizard {
        width: 100%;
    }
    .he-bhi input {
    width: 62% !important;
}
}

@media (max-width: 767px) {
    /* home pge */
    .stepwizard {
        width: 100%;
    }
    .panel.panel-primary.setup-content {
        width: 100%;
    }
    .welcome form {
        width: auto;
        padding: 0px 55px;
    }
    .welcome-otp-card {
    width: 100%;
}
.welcome form {
    width: auto;
    padding: 0px;
}
.he-bhi input {
    width: 80% !important;
}
section.edit-profile-form{padding: 20px 0;}
li.btn.regiter {
    display: inline-block;margin-top: 0;
}
.btn.login{display: inline-block;}
.navbar-nav li.btn{width: 47%;}
.detail-content ul.nav.nav-tabs li {
    width: 40%;
    text-align: center;
    justify-content: center;
    display: flex;
}
.accordion{letter-spacing: normal;font-size: 14px;}
.fom-video {
    padding: 0px 0px;
}
.vid-youtube .btn-link{font-size: 14px;}
ul.nav.navbar-nav.navbar-right li.active a{background: transparent;color: #fe762a;}
.modal-dialog {
    width: 80% !important;
}
.vid-youtube .card-body img{width: 100%;}
.fom-ans {
    padding: 0px 0;
}
.submit-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.submit-btn .btn-right {
    margin-top: 5px;
    padding: 10px 37px;
}
.overview-sec{width: 100%}
.drop-zone{max-width: 100%;}
.overview-sec .panel-title{font-size: 14px;}
.btn-group-last {
    text-align: center;
    margin-top: 20px;
    display: flex;
    margin-bottom: 30px;
}
.login-form.register-form {
    padding-top: 30px;
}
.het-congress .modal-dialog {
    max-width: 100% !important;
    width: 90% !important;
}
.het-congress .modal-body:before{height: 280px;}
.het-congress .modal-body:after{width: 190px;height: 190px;}
.het-congress .modal-body h3{font-size: 20px;}
.het-congress .modal-body ul li{width: 93%;}
.drop-zone__thumb{height: 100px;width: 100px;}
}

@media (max-width: 575px) {
    .het-congress .modal-body h3{margin-top: 0;}
    span.drop-zone__prompt:before{top: 64px}
    .quetion button.btn-link{font-size: 14px;}
    .het-congress .modal-dialog{margin-top: 40px;}

    /*home page*/
    #sendOtp {
        padding: 3px;
        font-size: 11px;
    }
   
    .stepwizard-step p {
    display: none;
}
    .he-bhi input {
    width: 67% !important;
}
    label.error,
    #mc-notification {
        font-size: 10px;
        margin: 0px 20px 0;
    }
    .login-form .p-content {
        font-size: 14px;
        line-height: 21px;
        padding-bottom: 10px;
    }
    .card.text-black {
        padding: 0;
        padding-top: 25px;
    }
    .welcome form {
        width: auto;
        padding: 0px 15px;
    }
    .signup p {
        font-size: 15px;
    }
    .edit-pro-box {
    padding: 20px;
    background: #eee;
}
.form-check-inline{margin-right: 0;}
.vid-accordion .alert.alert-danger{width: 100%;}
.modal-dialog {
    width: 80% !important;
}
.detail-img {
    height: 270px;
}
.detail-img img{
    height: 270px;
}
}

li.btn.regiter:hover a {
    color: #fe762a !important;
}
input#typeEmailX {
    padding-right: 139px;
}
@media(max-width: 567px){
    input#typeEmailX {
    padding-right: 90px;
}
}







.welcome {
height: 100vh;
background-image: url(img/welcome.png);}

.welcome:before{ 
    content: "";
    position: absolute;
    background: #c5c5c5;;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;  
    content: ""!important;
    width: 100%!important;
    height: 100%!important;
    /* background-image: linear-gradient(to right, rgba(247, 247, 247, 0.75), rgba(254, 118, 42, 0.47), rgba(255, 209, 184, 0))!important; */
    position: absolute;
    left: 0px!important;
    top: 0px!important;
    z-index: 0!important;}