
.home::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    margin: auto;
    height: 160px;
    width: 100%;
    background: url(../images/top_shap.png) no-repeat bottom;
    background-size: cover;
    z-index: 0;
}

.home header {
    background-color: transparent;
    padding: 0;
    position: relative;
}

.home header .logo {
    background-color: #0b443b;
    width: 135px;
    height: 135px;
    border-radius: 0 0 60px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home header .logo img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    padding: 0 !important;
    border: 0 !important;
    margin: auto;
}

.home header .btns a {
    border-radius: 25px;
    background-color: #0b443b;
    display: inline-block;
    line-height: 45px;
    padding: 0 25px;
    color: #edd19c;
    font-size: 14px;
    font-weight: bold;
}

.home header .btns a i {
    margin-inline-end: 10px;
}

.home header .btns a:last-child {
    margin-inline-start: 5px;
    background: linear-gradient(90deg, #c69d73, #ebce9d);
    color: #073931;
}

.home footer {
    background-color: #0b443b;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50px
}

.home footer a {
    font-weight: bold;
        font-size: 21px;
    color: #edd19c;
    line-height: 50px;
    display: inline-block;
}
.home footer a:hover{color:#ffffff !important;text-decoration:underline !important; }
.click{color:#ffffff !important; margin-right:5px !important; font-size:16px;font-weight:normal !important; text-decoration:underline !important;}

.home .page_content {
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: calc(100vh - 185px);
}

.intro h1 {
    margin: 0 0 25px;
    font-weight: bold;
    color: #0b5e51;
}

.intro p {
    line-height: 30px;
    font-size: 18px;
    max-width: 420px;
    color: #0b6455;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.intro p::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #c69d73, #ebce9d);
    width: 70px;
    height: 3px;
    right: 0;
    bottom: 0;
}

.intro .hint {
    background-color: #f3fefc;
    border-radius: 25px;
    padding: 15px 25px;
    font-size: 18px;
    color: #0b6455;
    font-weight: normal;
    max-width: 540px;
    margin: 0 0 15px;
}

.intro .hint span {
    display: block;
    font-weight: bold;
}

.intro .spech {
    max-width: 460px;
    font-size: 18px;
    color: #0b6455;
    font-weight: bold;
    margin: 20px 0;
    padding-bottom: 20px;
    position: relative;
}

.intro .spech::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #c69d73, #ebce9d);
    width: 70px;
    height: 3px;
    right: 0;
    bottom: 0;
}

.intro .quote {
    line-height: 30px;
    font-size: 18px;
    color: #0b6455;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 540px;
}

.intro .quote i {
    margin-inline-end: 25px;
}

.intro .quote i:last-child {
    margin-inline-end: 0;
    margin-inline-start: 15px;
}

.intro .info {
    line-height: 40px;
    border-radius: 25px;
    text-align: center;
    padding: 0 25px;
    background: linear-gradient(90deg, #c69d73, #ebce9d);
    margin: 0;
    max-width: 540px;
    font-size: 16px;
    font-weight: bold;
    color: #0b5e51;
}

.intro_img {
    position: relative;
}

.mob-view{opacity:0;display: none;}
.desc-view{opacity: 100;display: block;}

.info_btns {
    position: absolute;
    width: 190px;
    height: 310px;
    top: 140px;
    right: 25px;
    margin: auto;
}

.info_btns a {
    font-size: 16px;
    color: #0b443b;
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    font-weight: bold;
}

.info_btns a:nth-child(2) {
    margin: 35px auto;
    transform: translateX(70px);
}

.info_btns a:nth-child(3) {
    transform: translateX(112px);
}

.info_btns a .icon {
    width: 70px;
    height: 70px;
    padding: 12px;
    border-radius: 50%;
    background: linear-gradient(90deg, #c69d73, #ebce9d);
    margin: 0;
    margin-inline-start: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_btns a:nth-child(2) .icon {
    width: 90px;
    height: 90px;
    background: transparent;
    background-color: #0b443b;
    padding: 20px;
}

.info_btns a .icon img {
    margin: auto !important;
}

.page_content::before {
    background-position: bottom;
    display: none;
}

.landing {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    min-height: 100vh;
}

.landing .side_logo {
    width: 520px;
    background-color: #0b443b;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.landing .side_logo a{  display: inline; z-index:1000 ;}
.landing .side_logo::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/shap.png) no-repeat bottom;
}

.landing .side_logo img {
    margin-top: -240px;
}

.landing .login_form {
    width: 100%;
    padding-inline-start: 520px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    min-height: 100vh;
    justify-content: center;
}

.landing .login_form>h3 {
    display: block;
    font-weight: bold;
    color: #0b5e51;
    font-size: 20px;
    padding-bottom: 55px;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}

.landing .login_form>h3::before {
    content: "";
    background: #0b443b;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    width: 35px;
    border-radius: 25px;
    margin: auto;
}

.landing .form-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.landing label {
    text-align: start;
    min-width: 150px;
}

.landing .form-control {
    width: 100%;
    border-radius: 25px;
    outline: none !important;
    box-shadow: none !important;
    border-color: #f1f6f8 !important;
    min-width: 300px;
}

.landing .form-group i {
    background: linear-gradient(90deg, #c69d73, #ebce9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-inline-end: 5px;
}

.landing .link {
    background-color: #0b443b;
    color: #edd19c;
    width: 180px;
    border-radius: 25px;
    text-align: center;
    padding: 0px 50px 0px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    line-height: 45px;
    margin-right: 20px;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
}

.landing p {
    margin: 0 0 60px;
    font-size: 16px;
}

.landing p a {
    text-decoration: underline;
    font-weight: bold;
    color: #d00808;
}

.landing .regster_form {
    background: linear-gradient(90deg, #c69d73, #ebce9d);
    color: #073931;
    width: 415px;
    border-radius: 25px;
    text-align: center;
    padding: 15px 30px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 45px;
    overflow: hidden;
    margin: 0 auto;
}

.alert-danger {
    color: #FFF;
    background: #0b443b;
    border: 1px solid #0b443b;
}

.landing .regster_form .cont {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.landing .regster_form img {
    margin-inline-end: 15px;
}

.landing .regster_form h3 {
    margin: 0;
    font-size: 16px;
    text-align: start;
    font-weight: bold;
}

.landing .regster_form span {
    display: block;
    font-weight: normal;
}

.landing .regster_form i {
    color: #fff;
}

.register form {
    background: linear-gradient(90deg, #c69d73, #ebce9d);
    color: #073931;
    width: 100%;
    max-width: 490px;
    border-radius: 25px;
    text-align: center;
    padding: 0;
    margin: auto;
    overflow: hidden;
}

.register form .link {
    margin-inline-end: 30px;
    margin-bottom: 20px;
}

.register form .regster_form {
    padding: 20px 30px;
    width: 100%;
    border-bottom: 1px solid #fff5;
    border-radius: 0;
}

.register form .regster_form a {
    color: #0b443b;
    font-size: 28px;
}

.register form .form-group {
    margin: 25px 30px 25px;
}

.register form .form-group .form-control {
    border: 0;
    min-width: auto;
}

.register form .form-group i {
    color: #212121;
    background: transparent;
    -webkit-text-fill-color: unset;
}

.register form p {
    margin: 0;
    padding: 20px 30px;
    text-align: start;
    border-top: 1px solid #fff5;
    font-weight: bold;
    font-size: 18px;
}

.modal-backdrop.show {
    z-index: 9999;
}

.modal {
    z-index: 99999;
}

.modal-open {
    overflow: hidden !important;
}

.modal-dialog {
    overflow: hidden;
    padding: 0;
    border-radius: 5px;
    margin: 150px auto 0;
    width: 98%;
    max-width: 420px;
   
 

}

.modal-content {
    border: 1px solid #0b443b;
    box-shadow: none;
    overflow: hidden;
    max-height: 320px;
}

.modal-body {
    padding: 40px 30px 30px;
    overflow: hidden;
    overflow-y: auto;
}

.modal-body h3 {
    font-weight: bold;
    font-size: 18px;
    color: #0b443b;
    margin: 0 auto 20px;
}

.modal-body p {
    font-size: 15px;
    color: #191919;
    margin: 0 auto 15px;
}

.modal-body p.hint {
    text-align: start;
}

.modal-body .icon {
    font-size: 12px;
    margin: auto;
    position: absolute;
    inset-inline-end: 18px;
    top: 13px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 30px !important;
    background: linear-gradient(90deg, #c69d73, #ebce9d);
    color: #fff;
    border: 0;
    border-radius: 50%;
}

.modal-body .form-control {
    background-color: #f1f6f8;
    margin: 15px auto;
}

.modal-body .link {
    margin: auto;
    text-align: center;
    display: block;
    padding: 0;
    background: linear-gradient(90deg, #c69d73, #ebce9d);
    color: #0b443b;
}

.modal-body ul li:first-child {
    border-top: 0;
}

.modal-body ul li {
    display: block;
    text-align: start;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 15px;
    line-height: 25px;
    border-top: 1px solid #e9c999;
}

.modal-backdrop.show {
    opacity: 0;
}

.sucess_item {
    font-size: 16px;
    font-weight: bold;
}

.sucess_item img {
    border: 1px solid #f0f0f0;
    padding: 30px 20px;
    margin-bottom: 15px;
}

.sucess_slider .owl-dots {
    margin: 5px 0 0;
    transform: translateY(20px);
}

.video_btn {
    position: absolute;
    top: 0;
    bottom: -100px;
    left: -188px;
    right: 0;
    margin: auto;
    width: 188px;
    height: 188px;
}

#video .modal-dialog {
    max-width: 767px;
}

#video .modal-dialog .modal-content {
    max-height: 535px;
}

#video .modal-dialog .modal-content .video {
    height: auto;
}

.mob_only {
    display: none !important;
}



@media all and (min-width: 1400px) and (max-width: 1620px) {
    .home .page_content .container {
        max-width: 1436px;
        padding-inline-end: 0;
        padding-inline-start: 80px;
    }

    .home .page_content .intro_img img {
        margin: auto auto auto 0;
    }

    .info_btns {
        right: 30px;
    }
}

@media all and (min-width:1620px) {
    .home .page_content {
        align-items: center;
    }
}

@media all and (max-width:1280px) {
    .home .page_content {
        display: block;
    }
}

@media all and (max-width:1199px) {

    .landing .side_logo {
        width: 380px;
    }

    .landing .login_form {
        padding-inline-start: 380px;
    }

    .home .page_content {
        height: 100%;
        padding: 50px 0;
        display: block;
    }

    .intro {
        margin: auto auto 25px;
        max-width: 670px;
    }

    .intro p,
    .intro .hint,
    .intro .spech,
    .intro .quote {
        max-width: 100%;
    }

    .info_btns {
        right: 165px;
    }

    .home {
        overflow-y: scroll;
    }

}

@media all and (max-width: 991px) {
    .landing {
        display: block;
        overflow-y: auto;
        min-height: auto;
        height: auto;
    }

    .landing .side_logo {
        width: 100%;
        height: auto;
        display: block;
        padding: 25px;
        position: relative;
    }

    .landing .side_logo::before {
        display: none;
    }

    .landing .side_logo img {
        margin-top: 0;
    }

    .landing .login_form {
        width: 100%;
        padding-inline-start: 0;
        min-height: auto;
        padding: 25px;
        display: block;
        max-width: 570px;
        margin: 50px auto 0;
    }

    .info_btns {
        right: 115px;
    }



}

@media all and (max-width: 767px) {
 
   
    .landing .side_logo {
        padding: 10px;
    }

    .landing .side_logo img {
        width: 70px;
    }

    .info_btns {
        right: 0;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: auto;
        top: auto;
    }

    .info_btns a {
        display: flex;
        flex-direction: column;
        margin: 15px auto !important;
        transform: none !important;

    }

    .info_btns a .icon {
        margin: auto;
        margin-bottom: 10px;
    }

    .video_btn {
        left: -20px;
        bottom: -170px;
    }

}

@media all and (max-width: 576px) {
    .home .page_content{

        padding: 20px 0;
    }
    .click{display:none;}
    .landing .form-group {
        align-items: flex-start;
        flex-direction: column;
    }

    .landing label {
        min-width: 100%;
        margin-bottom: 15px;
    }

    .landing .form-control {
        width: 100%;
        min-width: 100%;
    }

    .landing .regster_form {
        width: 100%;
    }

    .register form .form-group {
        margin: 15px;
    }

    .landing .login_form {
        margin-top: 0;
    }

    .home header{

border-top: solid 0px #0b443b;
    }
    .home header .logo {
        width: 90px;
        height: 90px;
        padding: 0 12px 0px;
    }

    .home header .btns a {
        padding: 0;
        width: 45px;
        text-align: center;
    }
    .home header .btns a:last-child{
        width: auto;
        padding: 0 25px;
    }
     .home header .btns a:last-child span{
         display: inline-block;
    }

    .home header .btns a span {
        display: none;
    }

    .home header .btns a i {
        margin: 0;
    }

.home footer
{
    height:55px;line-height:55px;

border-top-right-radius: 100px;
border-top: solid 8px #edd19c;

}

.home footer a {
   
        font-size: 18px;
   
    line-height: 55px;
   
}

    .intro h1 {
        font-size: 26px;
        margin:0 0 5px;
    }

    .intro .info {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 25px;
    }

    .video_btn {
        width: 120px;
        height: 120px;
        bottom: 0;
        position: absolute;
        top: 210px;
       z-index:10000 ;
        right: -260px;
        
        margin: auto;
      
    }

    .intro {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 20px;
           padding-left: 20px;
           margin-top: 440px;
    }
    
    .intro p{margin-bottom:40px;}
    .intro .spech{margin-bottom:40px;}

    .home .page_content .row {

        flex-direction: column-reverse;
    }

   .mob-view{opacity: 100;display: block;}
   .desc-view{opacity: 0;display: none;}
    .intro_img img:nth-child(4){

     
      max-height: 450px;
      object-fit: cover;
      left: -14px;
      position: absolute;
      
    }
    .intro_img .info_btns {
        display: none;
    }

    .mob_only {
        display: flex !important;
    }
}

.owl-carousel button.owl-dot {
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.owl-carousel button.owl-dot.active {
    opacity: 1;
    background-color: #267a6d;
    width:16px !important ;
}

