@font-face {
    font-family: "Ebrima";
    src: url("Ebrima-Bold.woff2") format("woff2"),
        url("Ebrima-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
main.allht {
    display: block;
    /* height: 100vh;
     */
    overflow: hidden;
}
a {
    text-decoration: none;
}

header {
    background-color: #060a25;
    /*border-bottom: 1px solid #3f4257;*/
    border-bottom: 1px solid #fff;
     z-index: 9999;
    /* position: fixed;*/
    /* top: 0;*/
     width: 100%;
    /*     display: flex;*/
    /*flex-wrap: nowrap;*/
    /*align-items: center;*/
    /*min-height: 97px;*/
}
.px-100 {
    padding: 0px 100px;
}
.bgdblu {
    background-color: #060a25;
}
.title {
    font-size: 80px;
    margin: 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}
i.bi.bi-list {
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    cursor: pointer;
}
.sidenav {
    width: 0;
    position: fixed;
    z-index: 1;
    top: 97px;
    left: 0;
    background-color: #060a25;
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
    text-align: center;
    overflow-y: scroll !important;
    padding-bottom: 275px;
    height: 100vh;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 100px;
    font-size: 45px;
    margin-left: 50px;
}
.sidenav a {
    font-size: 27px;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s linear;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 6px 15px;
    max-width: 356px;
    border: 1px solid transparent;
    margin: 0px auto;
    text-align: left;
    cursor: pointer;
}
.sidenav a:hover {
    color: #ff0000;
    border: 1px solid #ff0000;
}
.txtred {
    color: #ff0000;
}
.sidenav a:hover span {
    color: #fff !important;
}
img.swap-on-hover__back-image {
    display: none;
    transition: 0.5s ease-in-out;
}
.splitopt span {
    padding-bottom: 8px;
    display: inline-block;
}
.sidenav .closebtn:hover {
    border: 0px !important;
}

.swap-on-hover:hover .swap-on-hover__front-image img {
    display: none;
    transition: 0.5s ease-in-out;
}
.swap-on-hover:hover .swap-on-hover__back-image img {
    display: inline-block;
    transition: 0.5s ease-in-out;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}
footer {
    /*position: fixed;*/
    width: 100%;
    bottom: 0;
    /*z-index: 9999;*/
    z-index: 99;
    border-top: 1px solid #3f4257;
}

.mobile footer {
    position: inherit;
}

/*.ptxt {*/
/*    width: 180px;*/
/*    font-size: 24px;*/
/*    color: #fff;*/
/*    text-transform: capitalize;*/
/*    padding-left: 15px;*/
/*    line-height: 26px;*/
/*}*/

.ptxt {
    width: 220px;
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    line-height: 33px;
}

.acd {
    /*display: flex;*/
    /*height: 100%;*/

    /* overflow-y: scroll;
     */
}
.accordion {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 60px;
    overflow-y: scroll;
    /*  display: flex;
    flex-direction: column;
    height:  calc(100vh - 157px);*/
}
#accordionExample {
    width: 100%;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(images/cls.png);
    transform: rotate(-180deg);
}
.accordion-button::after {
    background-image: url(images/cls.png);
    background-position: center;
}

.windows .accordion-button::after {
    height: 86px;
}

/* .accordion-button:before {
     flex-shrink: 0;
     width: 1.5rem;
     height: 1.5rem;
     margin-left: auto;
     content: "";
     position: absolute;
     right: 144px;
     background-image: url(images/sqr.png);
     background-repeat: no-repeat;
     background-size: 1.5rem;
     transition: transform 0.2s ease-in-out;
}*/
/* width */
.midle::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.midle::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px !important;
    background: #ffffff !important;
}
/* Handle */
.midle::-webkit-scrollbar-thumb {
    background: #060a25 !important;
    border-radius: 10px;
}
/* Handle on hover */
.midle::-webkit-scrollbar-thumb:hover {
    background: #060a25 !important;
}
/* mainscroll*/
::-webkit-scrollbar {
    overflow: hidden;
    width: 0px;
}
::-webkit-scrollbar-track {
    overflow: hidden;
}
/* Handle */
::-webkit-scrollbar-thumb {
    overflow: hidden;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    overflow: hidden;
}
/* mainscroll end*/
.brwn {
    color: #900c13;
}
.accordion-button:not(.collapsed) {
    color: #060a25;
    background-color: #fff;
}
/*.accordion-button {*/
/*    color: #060a25;*/
/*    font-size: 35px;*/
/*    text-transform: uppercase;*/
/*    font-family: Architects Daughter, cursive;*/
/*    background-color: #fff;*/
    /*padding: 5px 100px;*/
/*    padding-top: 5px;*/
/*    padding-bottom: 5px;*/
/*}*/

.accordion-button {
    color: #060a25;
    font-size: 45px;
    text-transform: uppercase;
    background-color: #fff;
    /*padding: 5px 100px;*/
    padding-top: 5px;
    padding-bottom: 5px;
}

.accordion-body {
    padding: 20px 15px;
    font-size: 33px;
    line-height: 39px;
    color: #060a25;
    font-weight: bold;
    background: #c9d4e2;
    text-transform: capitalize;
    padding-right: 100px;
}
.accordion-body h2 {
    font-size: 42px;
    color: #060a25;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 48px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
.mxw {
    width: 670px;
    margin: 0px auto;
    padding-left: 100px;
}
.midle {
    /*padding-top: 98px;*/
}

.midle {
    overflow: auto;
}
/* video-container styles */
.video-container {
    width: 500px;
    border-radius: 4px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: 84px;
}
.video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px solid #000;
}
.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}
.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}
.play-button-wrapper #circle-play-b svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}
.stroke-inner-content,
.stroke-text-class {
    width: 50%;
}
.stroktxt {
    -webkit-text-stroke: 2px #9da6b1;
    -webkit-text-fill-color: transparent;
    font-size: 120px;
    letter-spacing: 1px;
    position: relative;
    padding: 210px 45px 0;
    display: inline-block;
    font-family: "Ebrima";
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 100px;
    margin-left: 180px;
}
.stroktxt strong {
    font-size: 440px;
    position: absolute;
    top: 91px;
    left: -117px;
    font-family: "Ebrima";
    font-weight: 700;
}
.stroktxt span strong {
    font-size: 209px;
    position: absolute;
    left: -90px;
    top: -30%;
    font-family: "Ebrima";
    font-weight: 700;
}
.stroktxt span {
    position: absolute;
    left: 259px;
    top: 85px;
    font-family: "Ebrima";
    font-weight: 700;
}
/*.licn {*/
/*    max-height: 55px;*/
/*}*/

.licn {
    max-height: 65px;
}
/* ==============================modal css============================ */
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}
.cnt223 a {
    text-decoration: none;
}
.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    overflow: scroll;
}
.cnt223 {
    max-width: 600px;
    width: 100%;
    min-height: 150px;
    margin: 0px auto;
    /*margin-top: 400px; */
    /* background-color: rgba(243, 243, 243,0.8); */
    position: absolute;
    z-index: 103;
    padding: 15px 35px;
    left: 50%;
    border-radius: 5px;
    /*    box-shadow: 0 2px 5px #000;*/
    top: 56%;
    transform: translate(-50%, -50%);
}
form.loadfrm {
    width: 100%;
}
.cnt223 p {
    clear: both;
    color: #555555;
    /* text-align: justify;
     */
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a {
    color: #d91900;
    font-weight: bold;
}
.cnt223 .x {
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
}
.cnt223 .x:hover {
    cursor: pointer;
}
div#loader {
    position: relative;
    z-index: 999999999;
}
.btn-orng {
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    background-color: #fc7e00;
}
.btn-orng:hover {
    color: #fc7e00;
    background-color: #fff;
}
.loadfrm .form-control {
    border: 1px solid #000;
}
.loadfrm input[type="email"]::-webkit-input-placeholder {
    /* Firefox, Chrome, Opera */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="email"]::-moz-placeholder {
    /* Firefox, Chrome, Opera */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="email"]:-ms-input-placeholder {
    /* Firefox, Chrome, Opera */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="email"]::-ms-input-placeholder {
    /* Firefox, Chrome, Opera */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="email"]::placeholder {
    /* Firefox, Chrome, Opera */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="text"]::-webkit-input-placeholder {
    /* Firefox, Chrome, Opera */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="text"]::-moz-placeholder {
    /* Firefox, Chrome, Opera */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="text"]:-ms-input-placeholder {
    /* Firefox, Chrome, Opera */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="text"]::-ms-input-placeholder {
    /* Firefox, Chrome, Opera */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="text"]::placeholder {
    /* Firefox, Chrome, Opera */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="email"]::-webkit-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="email"]::-moz-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="email"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="email"]::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="email"]::placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="email"]::-webkit-input-placeholder {
    /* Microsoft Edge */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="email"]::-moz-placeholder {
    /* Microsoft Edge */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="email"]:-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="email"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
    font-weight: bold;
}
.loadfrm input[type="email"]::placeholder {
    /* Microsoft Edge */
    color: #000;
    font-weight: bold;
}
.loadfrm .form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: unset;
}
i.bi.bi-x-circle-fill {
    color: #000;
    font-size: 30px;
    display: none;
}
.form-control {
    padding: 0.75rem;
}
.fstfrm,
.scnfrm {
    display: none;
}

.showpop {
    display: block !important;
}

.fstfrm2 {
    display: none;
}
/* .scnfrm{
    display:none;
}*/
.scnfrm2 {
    display: block;
}
.trdfrm {
    display: none;
}
.trdfrm2 {
    display: block;
}

.okbtn {
    color: #fff;
    background-color: #fc7e00;
    font-weight: 400;
    /*padding: 6px 20px !important;*/
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 5px;
    display: inline-block !important;
    font-size: 24px;
    line-height: 24px;
    padding: 12px 24px !important;
    font-family: Arial, Helvetica, sans-serif;
}

.okbtn:hover {
    background-color: #fff;
    color: #fc7e00;
}

/*.cooki p {*/
/*    color: #000;*/
/*    font-size: 24px;*/
/*    font-weight: 500;*/
/*}*/

/*.cooki p {*/
/*    color: #fff;*/
/*    font-size: 30px;*/
/*    font-weight: 500;*/
/*}*/


.cooki p {
    color: #0631ad;
    font-weight: 500;
}

/*.bg-blu {*/
/*    background-color: #2d6dbe;*/
/*    width: 600px;*/
/*    margin: 0px auto;*/
    /*margin-top: 270px;*/
    /*opacity: 0.9;*/
/*}*/

.bg-blu {
    background-image: linear-gradient(to bottom, #fefefe, #eeeeee, #dfdfdf, #d0d0d0, #c1c1c1);
    width: 570px;
    margin: 0px auto;
}

.cooki .popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
    background: rgba(13, 110, 253, 0.2);
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.logo {
    max-height: 60px;
}

/* iframe video css start Layout for this demo */
.wrap {
    position: relative;
    max-width: 1000px;
    width: 500px;
    margin: 0px auto;
}

/* The outer-div to move the elements */
.box-video {
    position: relative;
    width: 100%;
    margin: 0 auto 20px auto;
    cursor: pointer;
    overflow: hidden;
    /*       border: 2px solid #000;
    border-radius: 10px; */
}

/* Set Cover aka Background-Image */
.box-video .bg-videob {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

/* Add light shade to make play button visible*/
.bg-videob::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 3;
}

/* The Play-Button using CSS-Only */
.box-video .bt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: transparent;
    /* -webkit-backdrop-filter: blur(10px); */
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease-out;
    border: 2px solid #fff;
}

/* The Play-Triangle */
.box-video .bt-play:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: #fff;
    border-width: 12px 20px;
    transition: all 0.3s ease-out;
}

.box-video:hover .bt-play {
    transform: scale(1.1);
}

/* When Class added the Cover gets hidden... */
.box-video.open .bg-videob {
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s 0.8s;
}

/* and iframe shows up */
.box-video.open .video-container {
    opacity: 1;
    transition: all 0.6s 0.8s;
}

/* Giving the div ratio of 16:9 with padding */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    z-index: 1;
    padding-bottom: 56.27198%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* iframe video css end Layout for this demo */

div#player.player {
    max-width: 100% !important;
    height: 100% !important;
}
div#player {
    border: 2px solid #000 !important;
    border-radius: 10px !important;
}
.bg-videob {
    border: 2px solid #000;
    border-radius: 10px;
}

.p-rgt {
    padding-right: 100px;
}
.videobox {
    text-align: center;
}
.two {
    visibility: hidden;
}
.aftrfrm {
    display: none;
}
.aftrfrmshow {
    display: block;
}

img.mgr {
    margin-right: 9px;
}
.pr10 {
    padding-right: 15px;
}
.tmp-banner {
    z-index: 99;
}
/*.lck{position: absolute;    right:-800px;
    margin: 0px auto;
    left: 0;
bottom:148px;z-index: 99;}*/

.lck {
    position: absolute;
    z-index: 98;
    width: 130px;
    bottom: 0;
    right: 15%;
    transform: translateY(-50%);
}

.tmp-abs {
    pointer-events: none;
}
.tmp-abs::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*  background-image: linear-gradient(100deg, #dadada, #dadada);*/
    background-color: #dadada;
    opacity: 0.7;
}
.modal-header {
    background-color: #060a25;
    color: #fff;
}
.modal {
    position: fixed;
    padding-top: 100px;
    top: 0;
    z-index: 99999;
}
.modal-dialog {
    max-width: 710px;
    margin: 30px auto;
}
button.close {
    color: #fff;
    opacity: 1;
    width: inherit;
    right: 0;
}
.cls {
    font-size: 30px;
    font-weight: bold;
}
.modal-header {
    padding: 0.5rem 1rem;
}
#survey {
    cursor: pointer;
}
.modal {
    overflow-x: hidden;
    overflow-y: auto;
}
#survey .modal-header {
    background-color: #060a25;
    color: #fff;
    display: block;
}
#survey .modal-body input[type="radio"] {
    padding: 0.4em;
    -webkit-appearance: none;
    outline: 0.1em solid black;
    outline-offset: 0.1em;
}
.fb2 input[type="radio"] ~ label,
.fb3 input[type="radio"] ~ label,
.fb4 input[type="radio"] ~ label,
.fb5 input[type="radio"] ~ label {
    margin-right: 1rem;
    margin-left: 6px;
}
.splitopt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
/*#howcanimprove,*/
/*#mailreply,*/
/*#lklv_about {*/
/*    width: 86%;*/
/*    border: 1px solid #333;*/
/*    padding: 10px 15px;*/
/*}*/
.modal-body .fbsubmit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0.5rem auto;
}

.fbsubmit {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-top: 2.5rem;
    border: 2px solid #000;
    padding: 10px 50px;
    fill: #fff;
    transition: all 0.4s ease-in-out;
}

.fbsubmit1 {
    background-color: #fc7e00;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    margin-top: 0.5rem;
    border: 2px solid #000;
    border-radius: 5px;
    padding: 6px 50px;
    fill: #fff;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

.fbsubmit1:hover {
    background-color: #fff;
    color: #fc7e00 !important;
}

#survey .modal-body h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
}
#survey .modal-body input[type="radio"]:checked {
    display: inline-block;
    background-color: #000;
}
#survey .modal-body input[type="radio"] {
    padding: 0.4em;
    -webkit-appearance: none;
    outline: 0.1em solid black;
    outline-offset: 0.1em;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

button,
input {
    overflow: visible;
}
.fbsubmit:hover {
    fill: #000;
    background-color: #333;
    color: #fff;
}
.modal-content.surv {
    margin-bottom: 150px;
}
.modal-dialog {
    margin-bottom: 154px;
}
.mx-100 {
    margin: 0px 100px;
}
/*#expand-collapse,*/
#expand-collapse-alt, #expand-collapse-alt2 {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    right: 300px;
    z-index: 9;
    text-transform: uppercase;
    color: #060a25;
    padding: 12px 0px;
    height: 50px;
    border-radius: 5px;
    border: 2px solid #060a25;
    width: 210px;
    background-color: transparent !important;
    text-align: center;
    font-weight: 400;
    margin-top: 8px;
    font-size: 24px;
    line-height: 22px;
    /* display: none; */
    cursor: pointer;
}

.parent_img {
    position: relative;
}

#expand-collapse-alt {
    right: 165px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}
.btn-red {
    background-color: #fc7e00;
    color: #fff !important;
    font-size: 20px;
    border: 2px solid #000;
    font-weight: bold;
}
.btn-red:hover {
    background-color: #fff;
    color: #fc7e00 !important;
}

.modal-dialog.wth {
    width: 80% !important;
    max-width: unset;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #060a25;
    position: relative;
}
.nav-pills .nav-link {
    text-align: left;
    border-radius: 0px;
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
}
/*.contactpopupsubmit:hover {*/
/*    background-color: #060a25;*/
/*    color: #fff;*/
/*}*/

.contactpopupsubmit:hover {
    background-color: #fff;
    color: #fc7e00 !important;
}

/*.contactpopupsubmit {*/
/*    background-color: #fff;*/
/*    border: 1px solid #060a25;*/
/*    height: 40px;*/
/*    vertical-align: middle;*/
/*    line-height: 23px;*/
/*    font-size: 15px;*/
/*    color: #000;*/
/*    margin-top: 5px;*/
/*    width: 100%;*/
/*    transition: all 0.2s ease;*/
/*}*/

.contactpopupsubmit {
    background-color: #fc7e00;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    margin-top: 0.5rem;
    border: 2px solid #000;
    border-radius: 5px !important;
    padding: 6px 50px;
    fill: #fff;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

.form-check label {
    margin-top: 6px !important;
    margin-left: 6px !important;
}

.form-check label {
    margin-top: 2px !important;
    margin-left: 6px !important;
}

.form-check input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.47rem;
}
.form-check input[type=checkbox] {
    width: 20px;
    height: 20px;
    outline: 0;
    box-shadow: none;
}

.accordion-item.card-header {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header button.accordion-button.collapsed {
    background-color: transparent;
    font-family: sans-serif;
}

button.noicn {
    border: 0px;
    background-color: transparent;
    text-align: left;
    font-size: 18px;
    padding: 10px;
    font-weight: 300;
    width: 100%;
    display: block;
    cursor: pointer;
}
.accordion-flush .accordion-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.accordion-item.card-header {
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header {
    padding: 0px;
    margin-bottom: 10px;
}
#accordionFlushExample {
    overflow: auto;
}
#accordionFlushExample .accordion-body {
    background-color: #fff !important;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.nav-pills .nav-link.active:after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #060a25;
    display: block;
    width: 0;
}
#accordionFlushExample label {
    font-size: 16px;
    font-weight: normal;
}

div#v-pills-tab {
    border-right: 1px solid #ddd;
}
input[type="checkbox"] {
    cursor: pointer;
}

/*input[type="checkbox"]:after {*/
/*    content: " ";*/
/*    background-color: #fff;*/
/*    display: inline-block;*/
/*    visibility: visible;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*    border: 1px solid #060a25;*/
/*}*/

/*input[type="checkbox"]:checked:after {*/
/*    content: "\2714";*/
/*    color: #060a25;*/
/*    font-size: 14px;*/
/*    line-height: 19px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-weight: bold;*/
/*    -webkit-appearance: none;*/
/*    -webkit-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*}*/
/*input[type="checkbox"]:checked:after {*/
/*    content: "\2714";*/
/*    color: #060a25;*/
/*    font-size: 14px;*/
/*    line-height: 19px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-weight: bold;*/
/*    -webkit-appearance: none;*/
/*    -webkit-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*}*/
/*input[type="checkbox"] {*/
/*    visibility: hidden;*/
/*    appearance: none;*/
/*    -moz-appearance: none;*/
/*    max-height: 20px;*/
/*    -webkit-appearance: none;*/
/*    -webkit-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*}*/

#accordionFlushExample .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.modal-footer {
    margin-top: 20px;
}
.extra::first-letter {
    padding-right: 10px;
}
a.swap-on-hover.cntctmnu {
    display: none;
}

.ponter-evnt {
    pointer-events: none;
}
.fb6 label {
    padding-left: 15px;
    margin-top: 4px;
}

.trd {
    border-bottom: 2px solid #fff;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
}
.trd:hover {
    border-bottom: 2px solid #fff;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
}
.accordion-item.tmp-abs {
    position: relative;
}

.trd i.fa.fa-angle-right {
    font-size: 20px !important;
    font-weight: bold;
    margin-left: 5px;
}
.logo-top {
    cursor: pointer;
}
.btnhide {
    display: none;
}
.lastbtnshow {
    display: block;
}
.last-txt-hide {
    display: none;
}

/*.btn-red.dlay {*/
/*    background-color: #fc7e00;*/
/*    color: #fff !important;*/
/*    font-size: 20px;*/
/*    display: block;*/
/*    cursor: pointer;*/
    /*z-index: 99;*/
/*    position: relative;*/
/*    border: 2px solid #000;*/
/*    font-weight: bold;*/
/*}*/

.btn-red.dlay{
    background: #fc7e00;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    font-size: 24px;
    transition: all 0.4s ease-in-out;
    border: 2px solid #000;
    line-height: 24px;
    padding: 12px 24px;
    font-weight: 400;
    z-index: 9;
}

.btn-red.dlay:hover {
    background-color: #fff;
    color: #fc7e00 !important;
    font-size: 24px;
}

.accordion-button:not(.collapsed) {
    box-shadow: unset;
}

.dark-bg {
    background: #060a25;
    color: #fff;
}

section#cf-slide-form,
section#cf-slide-form11,
section#offr-feed,
section#slide-legalese {
    position: fixed;
    border-top: 1px solid #fff;
    width: 100%;
    background: #fff;
    z-index: 99;
    left: -100%;
    transition: 0.5s ease-in-out;
    overflow: auto;
}

section#cf-slide-form.show,
section#cf-slide-form11.show,
section#offr-feed.show,
section#slide-legalese.show {
    left: 0%;
    transition: 0.5s ease-in-out;
}
.ytr-title {
    color: #ad0000;
}
.cl-btn {
    font-size: 34px;
    line-height: 20px;
}

.join-btn,
.orngjoin,
.light-mode .join-btn,
.light-mode .orngjoin {
    background: #fc7e00;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 18px;*/
    font-size: 24px;
    transition: all 0.4s ease-in-out;
    border: 2px solid transparent;
    line-height: 24px;
    padding: 12px 24px;
}

/*.orngjoin:hover {*/
/*    background: #fff;*/
/*    color: #fc7e00;*/
/*    transition: all 0.4s ease-in-out;*/
/*}*/

/*.orngjoin:hover {*/
/*    color: #fff;*/
/*}*/

#cf-slide-form .container,
#offr-feed .container,
#slide-legalese .container {
    max-width: 1140px !important;
}

.stk-close {
    top: 50%;
    transform: translateY(-50%);
}

.mobile header {
    position: fixed;
}

/*.ac-ig {*/
/*    min-width: 80px;*/
/*}*/

/*.ac-ig {*/
/*    min-width: 100px;*/
/*}*/

.ac-ig {
    min-width: 130px;
}

.windows .accordion-header {
    min-height: 86px;
    /*line-height: 86px;*/
}
/*
.windows .parent_img img{
    margin-top: -15px;
}
*/
.check .mgr {
    margin-top: 0px!important;
}

#legalese li {
    border-bottom: 1px solid #060a23;
}

#legalese li a {
    display: block!important;
    padding: 10px 16px;
}

.lgl.ac {
    border: 2px solid #060a23;
}

.pmr-2 {
    padding-right: 35px;
}

/*#trc h2 {*/
/*    font-size: 50px;*/
/*    font-family: "Ebrima";*/
/*    font-weight: 700;*/
/*    -webkit-text-stroke: 2px #9da6b1;*/
/*    -webkit-text-fill-color: transparent;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 3px;*/
/*}*/

#trc h2 {
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.trc-holder {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.trc-gf {
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

#trc{
    height: 100vh;
    background: #060a25;
}

.mb-none{
    display: block;
}

.pc-none{
    display: none;
}

#expand-collapse-alt2.mb-alt.pc-none {
    display: none !important;
}

.st-0{
    margin: 0 !important;
    padding: 0 !important;
}

.slidf h4{
    font-size: 30px;
}

#expand-collapse-alt2.mb-alt {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 35px;
    right: 60px;
    /*z-index: 99999;*/
}

.l-height{
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

/* width */
.l-height::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.l-height::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px !important;
    background: #ffffff !important;
}
/* Handle */
.l-height::-webkit-scrollbar-thumb {
    background: #060a25 !important;
    border-radius: 10px;
}
/* Handle on hover */
.l-height::-webkit-scrollbar-thumb:hover {
    background: #060a25 !important;
}

footer .btnflx .btn{
    border: 0px solid transparent;
}

.w-80{
    width: 80%;
}

span.text-grey {
    color: grey;
}

footer .btnflx .btn:hover {
    border: 0px solid transparent;
    color: #f8f9fa;
    background-color: transparent;
}

.p-fixed{
    position: fixed;
}

.mobile .p-fixed{
    /*position: relative;*/
}

.mobile footer.p-fixed {
    position: fixed;
}

.windows .midle{
    padding-top: 0;
}

div#cf_message {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

#sh_message.show{
    height: calc(100vh - 111px - 150px);
    position: relative;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#submitedline {
    color: green;
    font-weight: bold;
    font-size: 18px!important;
}



/*Stepper Form CSS*/
#multi-step-form-container {
    margin-top: 5rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-0 {
    padding-left: 0;
}
#multi-step-form-container .button {
    padding: 0.7rem 1.5rem;
    /* border: 1px solid #4361ee; */
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}
.submit-btn {
    border: 1px solid #060a25;
    background-color: #060a25;
}
.mt-3 {
    margin-top: 2rem;
}
.d-none {
    display: none;
}
/*.form-step {*/
/*    border: 1px solid rgba(0, 0, 0, 0.1);*/
/*    border-radius: 20px;*/
/*    padding: 3rem;*/
/*}*/

.form-step {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    /* padding: 3rem; */
    overflow: hidden;
}

.font-normal {
    font-weight: normal;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 50%;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #060a25;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #0397e0 !important;
    color: #fff;
}

.form-stepper-active + li a span.form-stepper-circle {
    border: 1px solid #060a25 !important;
}

.form-stepper-active::after {
    background-color: #060a25 !important;
}
.form-stepper .form-stepper-active .label {
    color: #0397e0 !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #0397e0 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #060a25 !important;
    color: #fff;
}
.form-stepper .form-stepper-completed .label {
    color: #060a25 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #060a25 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
}
.form-stepper a {
    cursor: default;
}

sup{
    color: red;
}

.form-step h2 {
    font-size: 20px;
    line-height: 1.5;
}

.form-step p {
    font-size: 14px;
}

.form-q {
    padding: 2rem;
    min-height: 240px;
}

.form-n {
    padding: .75rem 1.5rem;
    /*background-color: #060a25;*/
}

#multi-step-form-container .button {
    padding: 0.7rem 1.5rem;
    /* border: 1px solid #4361ee; */
    background-color: #fc7e00;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #060a25;
}

.btn-previous.disabled{
    display: none;
}

.nv-box {
    width: 100px;
    margin: 0 auto;
    background-color: transparent;
    border: 2px solid #060a25;
    border-radius: 5px;
    padding: 10px;
    font-weight: 700;
    color: #060a25;
}

.btn-previous {
    background: transparent !important;
    border: 2px solid #060a25 !important;
    color: #060a25 !important;
}

.btn-previous:hover{
    background: #060a25 !important;
    border: 2px solid #060a25 !important;
    color: #fff !important;
}

#multi-step-form-container .custom-control-input{
    outline: 0;
}

#multi-step-form-container .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

button.disabled {
    color: #a3a3a3 !important;
}
div#step-form-messsage {
    margin-top: 10px;
    color: red;
    font-size: 20px;
}

.form-control:focus {
    box-shadow: none;
}

.form-n button{
    text-transform: uppercase;
    font-weight: 700;
}

.custom-control.custom-checkbox {
    font-size: 20px;
}

/*#step-11 h2{*/
/*    min-height: 60px;*/
/*}*/
/*Stepper Form CSS*/

.spansep{
    height: 28px;
}
/*Custom*/

div#step-form-messsage {
    margin-top: 10px;
    color: red;
    font-size: 20px;
}
.scnfrm1.show {
    display: block!important;
    z-index: 9999;
    position: relative;
}
.scnfrm1 {
    display: none;
}
div#loader1 #multi-step-form-container {
    width: 800px;
    background-color: #ffffff;
    min-height: 150px;
    margin: 0px auto;
    /* margin-top: 400px; */
    position: absolute;
    z-index: 103;
    /* padding: 15px 35px; */
    left: 50%;
    border-radius: 5px;
    /* box-shadow: 0 2px 5px #000; */
    top: 69%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}  
div#loader1 {
    position: relative;
    z-index: 999999999;
}  
.ytr-title {
    color: #0221c9;
    font-size: 22px;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}
.ytr-title span {
    color: #ad0000;
    font-style: italic;
}
#loader1 #multi-step-form-container .button {
    border: 1px solid #060a25;
}
.trd {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
}
section#cf-slide-form1.show {
    left: 0%;
    transition: 0.5s ease-in-out;
}
section#cf-slide-form1 {
    position: fixed;
    width: 100%;
    background: #fff;
    border-top: 1px solid #787a89;
    /*z-index: 112;*/
    /*left: -100%;*/
    transition: 0.5s ease-in-out;
    overflow: auto;
}
.ftp-fixed {
    position: fixed!important;
}
.passcode-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.passcode-slider h1 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 0;
}
.passcode-slider h1, .passcode-slider p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.passcode-slider p {
    font-size: large;
    margin-bottom: 0;
}
form#login_form {
    display: flex;
    flex-direction: column;
    justify-content: center!important;
    align-content: center;
    text-align: center;
}
.passcode-slider form input {
    width: 50px;
    height: 50px;
    font-size: 100px;
    text-align: center;
    /* padding: 5px; */
    /* border-radius: 12px; */
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    font-size: 22px;
}
.passlogbtn {
    margin-top: 20px;
    background: #fc7e00;
    color: white;
    padding: 7px 24px;
    border: none!important;
    border-radius: 8px;
    font-size: large!important;
    width: 125px!important;
    height: unset!important;
}
.passlogbtn:hover {
    border: 1px solid #fc7e00!important;
}
.wrongpasscode {
    display: none;
}
.showerror {
    display: block!important;
}
.wrongpasscode.showerror {
    padding-top: 30px;
}
#cf-slide-form1 .close {
    margin-right: 15px;
}
.passlogbtn span {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500!important;
}

@media only screen and (max-width:768px){
    .title {
        font-size: 60px !important;
        line-height: 34px !important;
    }
    h2 {
        font-size: 26px !important;
        line-height: 34px !important;
    }
    
    .slidf button.close, .slidf button.close:hover {
        right: 10px;
    }
    
    #multi-step-form-container {
        margin-top: 0.5rem;
    }
    
    ul.form-stepper {
        margin-bottom: 1.5rem;
    }
    
    .h1big {
        font-size: 36px;
    }
}

@media only screen and (max-width:767px){
    .tpbar .mb-none {
        display: none!important;
    }
    .startpg .tpbar {
        justify-content: center!important;
    }
    .form-group {
        margin-bottom: 10px !important;
    }
    .startpg .mb-none, .startpg .connectbtn1 {
        display: none!important;
    }
}

@media only screen and (max-width:575px){
    .startpg .ftp-connect-btn {
        display: block;
    }
    .homepg h2 {
        font-size: 27px !important;
        line-height: 28px !important;
        padding-left: 13px;
    }
    .startpg .title {
        font-size: 27px !important;
        line-height: 28px !important;
        padding-left: 13px;
    }
    
    .btn-orange, .btn-orange:hover {
        font-size: 20px !important;
        padding: 4px 18px !important;
    }
    
    .form-n button span {
        display: none !important;
    }
    
    .slidf h4 {
        font-size: 19px !important;
        line-height: 28px !important;
        padding-right: 40px!important;
    }
    
    #nl-subs label {
        font-size: 16px !important;
    }
    
    .form-q {
        padding: 1.2rem !important;
        min-height: 240px !important;
    }
    
    .form-q .mt-3 {
        margin-top: 0.5rem !important;
    }
    
    #multi-step-form-container {
        margin-top: 1rem !important;
    }
    
    .mt-6{
        margin-top: 2rem !important;
    }
    
    .hamburger {
        display: none;
    }
    
    .h1big {
        font-size: 32px;
    }
    
    .navbar-brand img {
        max-width: 35px;
        height: auto;
    }
}

@media only screen and (max-width:375px){
    .slidf h4 {
        font-size: 20px !important;
        line-height: 24px !important;
    }
    
    .h1big {
        font-size: 28px;
    }
}
/*------------*/
.ftp-connect-btn {
    /*display: none;*/
}
.legalesebtn .legal {
    font-size: 14px!important;
    color: #ffffff;
    vertical-align: unset;
}
.copyright span {
    font-size: 14px!important;
}
.ftp-connect-btn .orngjoin {
    position: fixed;
    border-radius: 50%;
    font-size: 28px;
    border: 5px solid #e97705;
    padding: 8px!important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    right: 13px;
    bottom: 85px;
    rotate: 90deg;
    z-index: 99;
}
.startpg .ftp-connect-btn a {
    bottom: 64px;
    z-index: 99;
}
.frm-frststp-submit {
    clear: both;
}
.frm-fname {
    padding-bottom: 29px;
}
@media only screen and (min-width: 501px) {
    
}
@media only screen and (max-width: 500px) {
    .startpg .trc-holder h2 {
        font-size: 39px!important;
        line-height: 1.3em!important;
    }
    .copyrighttext {
        display: block;
    }
    footer.px-100 {
        padding: 0px 15px;
    }
    .homepg .connectbtn1{
        display: none !important;
    }
    .fs-right-area p {
        font-size: 24px!important;
        line-height: 36px!important;
    }
    .fs-video.hidden-xs {
        width: 100%!important;
    }
    .ftp-connect-btn {
        display: block!important;
        text-align: center;
        padding-top: 23px;
    }
}
@media only screen and (min-width: 768px) {
    .hm-ftr {
        position: fixed;
    }
    .frm-vid, .frm-name-field {
        float: left;
    }
    .frm-vid {
        padding-left: 25px;
    }
    .startpg .tpbar {
        justify-content: space-between!important;
    }
    .copyright {
        text-align: left;
    }
    .legalesebtn {
        float: right!important;
    }
}
@media only screen and (min-width: 1025px) {
    .midle .container {
        width: 1335px;
    }
}
@media (min-width: 768px) and (max-width: 820px) {
    /*footer.px-100 {
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
    }*/
    .startpg #trc {
        display: none!important;
    }
    .homepg .midle {
        min-height: 97vh!important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .passcode-slider {
        transform: scale(1.5);
        padding-top: 40px;
    }
}
/*---------------*/
.orngjoin:hover {
    color: #ffffff!important;
}
.fs-right-area p {
    font-size: 36px;
    color: #060a25;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 50px;
    text-align: center;
    padding-top: 35px;
}
.fs-video.hidden-xs {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    float: none;
    padding-top: 20px;
    padding-bottom: 34px;
}
.cnt-btn {
    text-align: center;
    padding-bottom: 40px;
}