@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');
* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.font400 {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}


/* header */

.colorthemebackground {
    background-image: linear-gradient(#FF7500, #FF9400, #FF8A00);
}

.colortheme {
    color: #FF8A00;
}

.container-fluid {
    padding: 0;
}

.navpadd {
    font-size: 14px;
}

.sizeprenav {
    color: white;
    font-size: 14px;
}

.sizeprenav:hover {
    color: #000;
}

.horizontallineprenav {
    height: auto;
    width: 0.1px;
    opacity: 0.3;
    border: 1px solid white;
}

.prenav ul li {
    color: white;
}

.navimg {
    height: 60px;
}

.LoginButton {
    font-size: 13px;
}


/* index page */

.edu-img-carousel .owl-nav button.owl-prev {
    position: absolute;
    background: #ffba19 !important;
    top: 50%;
    left: 10px;
    font-weight: 700;
    width: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px !important;
    color: #000 !important;
    font-size: 2rem !important;
    cursor: pointer;
    z-index: 5;
    transform: translate(-70%, -50%);
}

.edu-img-carousel .owl-nav button.owl-next {
    background: #ffba19 !important;
    position: absolute;
    top: 50%;
    font-weight: 700;
    width: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px !important;
    color: #000 !important;
    font-size: 2rem !important;
    cursor: pointer;
    z-index: 5;
    transform: translate(70%, -50%);
    right: 10px;
}

.owl-dots {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 3px;
}

.owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #ffba19 !important;
    border-radius: 50%;
}

.owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: #ffba19 !important;
}

.smallline {
    width: 172px;
    height: 1px;
    border: 2px solid #FF8A00;
}

.smallline-1 {
    width: 1112px;
    border: 1px solid #dee2e6;
}

.stylecourse {
    font-size: 55px
}

.courepara {
    color: #505050;
    font-weight: 400;
}

.btncolor {
    color: white;
    font-size: 14px;
    border: 8px;
}

.underline {
    width: 97%;
    height: 1px;
    border: 2px solid;
    color: #363636;
}

.imgdivimgsize {
    height: 50px;
}

.industryfont {
    color: #1C1C1C;
    font-weight: 700;
}

.main-box {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
}

.buttonsubpart {
    margin-left: 9px;
    padding: 7px;
    background-color: #EEEEEE;
    width: 50px;
    height: 50px;
    border-radius: 8px;
}

.buttonsubpart2 {
    max-width: 100%;
    height: 30px;
}

.buttonsubpart3 {
    font-size: 17px;
    display: flex;
    align-self: center;
}

.main-box2 {
    background-color: #FFFFFF;
    border-radius: 16px;
}

.main-box2txtclr {
    font-size: 14px;
    color: #2C2C2CE5;
}

.backgggg {
    background-image: linear-gradient(#FF7500, #FF9400, #FF8A00);
    border-radius: 50px;
}

.backgggg2 {
    background-image: linear-gradient(#FF7500, #FF9400, #FF8A00);
    border-radius: 40px;
    height: 30px;
    width: 30px;
}

.iconsyou {
    border: 1px solid #D9D9D9;
    border-radius: 16px;
}

.educrypt-backgroundimage {
    position: relative;
    background-image: url('backgroundimage2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    max-width: 100%;
}

.borderimages {
    border: 1px solid #F3C98C;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.prefootsection {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif !important;
}

.customborder {
    border-radius: 10px;
}

.boxshadow {
    box-shadow: 0 0.5rem 1rem rgb(211 179 179 / 15%);
}

.btnfonts {
    font-size: 12px;
}

/* .educrypt-customer-img img {
    width: 85%;
} */
.navbar-light .navbar-toggler-icon{
    background-image:url('../img/navicon.svg')!important;
}

/* contact */

.educrypt-contact-section {
    box-shadow: 0 0 5px #999;
    border-radius: 10px;
}

/*.educrypt-address {
    padding: 10vh;
    height: 100% !important;
    border-radius: 10px 0 0 10px;
}*/

.educrypt-address span {
    font-size: 17px;
    font-weight: 400;
    color: #363636;
}

.educrypt-contact-form {
    height: 100% !important;
}

.home-contact-form {
    background: none !important;
}

.contact-maps iframe {
    border: 1px dotted black;
    border-radius: 5px;
    margin-top: 3rem;
}

.educrypt-select-req {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.number-block {
    display: block !important;
}

.number-none {
    display: none !important;
}


/* contact */


/* footer */


/* .educrypt-footerbackground{
background-color: #FFba19;
} */

@media screen and (max-width: 1170px) {
    .navpadd {
        padding: 5px !important;
        font-size: 14px;
    }
    .educrypt-address {
        padding: 3rem;
    }
    .contact-maps iframe {
        border: 1px dotted black;
        border-radius: 5px;
        margin-top: 3rem;
    }
}

@media screen and (max-width: 991px) {
    #navicons {
        display: none;
    }
    .navemail {
        display: -webkit-inline-box;
        margin-left: auto;
    }
    .educrypt-contact-form {
        margin-top: 3rem;
        height: 100%;
    }
    .contact-maps {
        margin-top: 3rem;
    }
    .stylecourse {
        font-size: 35px
    }
}

@media screen and (max-width: 800px) {
    .borderimages {
        display: block !important;
    }
    /* .educrypt-logo a img{
        width: 100%;
    } */
    .educrypt-thank-title h1 {
        font-size: 3em !important;
    }
    .educrypt-contact-form {
        margin-top: 3rem;
    }
    .contact-maps {
        margin-top: 3rem;
    }
    .stylecourse {
        font-size: 35px
    }
}

@media screen and (max-width: 460px) {
    .educrypt-select-req {
        display: block !important;
    }
    .educrypt-address span {
        font-size: 16px;
        font-weight: 400;
        color: #363636;
    }
    .contact-maps {
        margin-top: 3rem;
    }
    .educrypt-thank-title h1 {
        margin: 0;
        padding: 0;
        font-size: 3em !important;
        font-weight: 500;
        color: black;
    }
    .educrypt-thanks-card {
        margin: 10px !important;
    }
    .sizeprenav {
        color: white;
        font-size: 13px;
    }
    .number-block {
        display: none !important;
    }
    .number-none {
        display: block !important;
    }
}

@media screen and (max-width: 400px) {
    .emailsize {
        font-size: 11px;
    }
    .stylecourse {
        font-size: 24px;
    }
    .smallline h1 {
        font-size: 20px;
    }
    .smallline h4 {
        font-size: 20px;
    }
    .educrypt-thank-title h1 {
        font-size: 2em !important;
    }
    .educrypt-contact-form {
        margin-top: 3rem;
    }
    .educrypt-thanks-card {
        margin: 10px !important;
    }
    .educrypt-logo a img {
        width: 100%;
    }
    .educrypt-select-req {
        display: block !important;
    }
    .educrypt-address span {
        font-size: 15px;
        font-weight: 400;
        color: #363636;
    }
    .number-block {
        display: none !important;
    }
    .number-none {
        display: block !important;
    }
}


/* login page */

.educrypt-login-main {
    background: #fff;
}

.educrypt-login-main .loginBox {
    /* position: absolute; */
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 5px #999;
}

.card-margin {
    box-shadow: 0 0 5px #999;
    margin: 30px 60px;
    /* position: relative; */
    background: #fff;
    border-radius: 20px;
}

.educrypt-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 0 20px;
    width: 100%;
    height: 100%;
}

.Loginpart {
    padding: 90px 100px;
}

.educrypt-login-main .error {
    font-weight: 400;
    color: red;
    font-family: 'regularEmber';
}

.educrypt-contact-form .error {
    font-size: 14px;
    font-weight: 400;
}

.educrypt-login-main .formDiv {
    width: 100%;
}

.educrypt-login-main .height16 {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    height: 16px;
}

.educrypt-login-main h4 {
    font-size: 16px;
    display: inline-block;
    color: #666;
}

.educrypt-login-main .formDiv input {
    width: 100%;
    margin-top: 6px;
}

.educrypt-login-main input {
    height: 38px;
    border: 1px solid #e1e1e1;
    padding-left: 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 6px 0 6px 0;
    font-size: 14px !important;
}

.educrypt-login-main .login-button {
    margin: 0 !important;
}

.educrypt-login-main .login-button {
    width: 100%;
    max-width: 325px;
    margin: 0px 0 33px;
}

.educrypt-login-main .login-button div {
    height: 36px;
    line-height: 36px;
    float: left;
    margin-bottom: 10px;
}

.educrypt-login-main a {
    color: #A1A1A1;
    font-size: 16px;
    text-decoration: underline;
}

.educrypt-login-main a:hover {
    color: #ffba19;
}

.educrypt-login-main .login-part-inner div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.educrypt-login-main .btnRefresh {
    background-color: black;
    border: 0;
    padding: 5px 10px;
    color: #FFF;
    /* float: right; */
    border-radius: 0;
}

.educrypt-login-main #captcha_code {
    margin: 3px;
}

.educrypt-login-main .loginButton {
    color: #fff !important;
    /* background-image: linear-gradient( 315deg , #ff4e00 0%, #ff9700 74%); */
    background: #000;
    border: none;
    text-decoration: none;
}

.educrypt-login-main .Login_part .formDiv h4 {
    margin-top: 10px;
}

.educrypt-login-main .Login_part .formDiv input {
    margin-top: 0
}

.educrypt-login-main .loginButton:hover {
    background-color: #484747 !important;
    /* border-color: #b96000 !important; */
}

.educrypt-login-main .loginBox div.select-search-box__search {
    display: none
}

.educrypt-login-main .Login_part {
    float: right;
    width: 100%;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 1400px) {
    .Loginpart {
        padding: 90px 130px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .Loginpart {
        padding:35px 85px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .Loginpart {
        padding: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .Loginpart {
        padding: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .Loginpart {
        padding: 25px;
    }
    .card-margin {
        margin: 30px 0;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .Loginpart {
        padding: 50px;
    }
    .educrypt-logo {
        border-radius: 20px 20px 0 0;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .Loginpart {
        padding: 30px 60px;
    }
    .educrypt-logo {
        border-radius: 20px 20px 0 0;
    }
    .card-margin {
        margin: 30px 0;
    }
}


/* login page */

.educrypt-terms-text li {
    list-style: none;
    font-size: 14px;
    line-height: 25px;
    font-family: regularEmber, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}


/* sitemap */

.educrypt-sitemap-banner {
    background-image: url(https://www.videocrypt.com/website_assets//img/sitemap.webp);
    background-size: 100% 100%;
    height: 180px;
}

.educrypt-banner-text {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.educrypt-footer {
    padding: 20px;
}

.footerh5 {
    font-weight: 600;
    margin: 10px 0;
    border-bottom: 2px solid #ff9700;
    display: inline-block;
    color: #231f20;
}

.footer-ul {
    padding-left: 18px;
}

.footer-ul li::marker {
    color: #ff9700;
}

.footer-ul li {
    margin: 10px 0px;
}

.footer_links li a {
    color: rgb(42, 42, 42) !important;
    font-size: 15px;
    font-family: regularEmber, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    text-decoration: none;
}


/* thanks page */

.educrypt-thank-title h1 {
    margin: 0;
    padding: 0;
    font-size: 4em;
    font-weight: 500;
    color: black;
}

.educrypt-thank-btn .GoButton {
    font-size: 13px;
}

.educrypt-thank-btn .GoButton:hover {
    background: #616161;
    border: 1px solid #616161;
}

.educrypt-thank-btn .preButton {
    font-size: 13px;
}

.educrypt-thank-btn .preButton:hover {
    background: #616161;
    border: 1px solid #616161;
}

.educrypt-navbar {
    margin: 0 25px;
}


/* policy */

.col_12_li li {
    list-style: none;
    font-size: 14px;
    line-height: 25px;
    font-family: regularEmber, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    text-align: justify;
}

.educrypt-privacy-text li {
    list-style: none;
    font-size: 14px;
    line-height: 25px;
    font-family: regularEmber, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    text-align: justify;
}


/* .dd span {
        border-bottom: 3px solid #888;
        border-bottom-style: dotted;
        padding-bottom: 4px;
    } */


/* .text-uppercase {
        text-transform: uppercase!important;
    } */

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.table-bordered {
    border: 1px solid #dee2e6;
}


/* 404 page */

.wrap-error {
    background-image: linear-gradient(#fd9539, #ecc38a, #ca9b66);
    background-attachment: fixed;
    background-size: cover;
    height: calc(var(--vh, 1vh) * 100);
}

.wrap-error h1 {
    font-size: 6.875rem;
    letter-spacing: -13px;
    line-height: 1;
    font-family: montserrat, sans-serif;
}

.text-9xl {
    font-size: 5.5rem;
}

@media screen and (min-width:320px) and (max-width:768px)  {
    .educrypt_about_text{
        position: unset!important;
        transform: unset!important;
    }
    .educrypt_about_image img{
        display: none!important;
    }
    .educrypt_about_image{
        background-image:url('../images/backgroundimage2.png');
        padding:2rem 0;
    }
}