/* Finlandica */
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@500&family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Finlandica:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Fira+Sans&family=Mukta:wght@500&family=PT+Sans&family=Ubuntu:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@500&family=Fuzzy+Bubbles:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Colors  */
*{
    font-family: "open sans", sans-serif;
}
@font-face{
    font-family: "gestalt";
    src:url(../fonts/Gestalt.ttf)
}
@font-face{
    font-family: "Dosis";
    src:url(../fonts/Dosis/Dosis-VariableFont_wght.ttf)
}
@font-face{
    font-family: "open sans";
    src:url(../fonts/Open_Sans/static/OpenSans/OpenSans-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: "open sansbold";
    src: url(../fonts/Open_Sans/static/OpenSans/OpenSans-ExtraBold.ttf);
    font-weight: bolder;
}
@font-face{
    font-family: "Dosis bold";
    src:url(../fonts/Dosis/static/Dosis-SemiBold.ttf);
    font-weight:500;
}
@font-face{
    font-family: "open sans bold";
    src:url(../fonts/Open_Sans/static/OpenSans/OpenSans-SemiBold.ttf)
}
:root{
    
    --Dosis_text-fontfamily: 'Dosis', sans-serif;
    --Dosis_text-bold-fontfamily: 'Dosis bold', sans-serif;
    --Open_sans_text-bold-fontfamily: 'open sans bold', sans-serif;
    --Open_sans_text-fontfamily: 'open sans', sans-serif;

    --Main_dark-color:#274f68;
    --Main_light-color:#25718a;
    --Light_yellow-color:#FFBC00;
    --dark_yellow-color:#fcac04;
    --Background-color:#edf1f4;
    --Footer-color:#212121;
   
    --text-color: #02343C;
    --ramablue-light1-color: #0a92ae;
    --ramablue-light-color: #0a92ad;
    --ramablue-light2-color: #38c8ec;
    --yellow-color: #FF8F00;
    --ramablue-color: #03718C;
    --broken-white-color: hsl(45, 87%, 91%);
    --not-black-color: #131426;
    --blue-color: #08355D;
}

html{
    scroll-behavior: smooth;
}

#playBtn{
    font-size: 40px;
   position: absolute;
   top: 40%;
   height: 70px;    
   width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
   right: 50%;
   animation-name: play;
    animation-duration: 2s;
   color: var(--Main_light-color);
   background-color: #02b9d531;
   border-radius: 50%;
    animation-iteration-count: infinite;
}

@keyframes play {
    100%{
        background-color: #02b9d596;
    }
    50%{
        background-color: #02b9d531;
    }
    0%{
        background-color: #02b9d596
    }
  
  }
/* Main style starts */
body{
    color:#072f4c;
    background-size: contain;
    background-repeat: no-repeat;
}
.banner-image{
    min-height: 100vh;
    height: fit-content;
    
    background-size: cover;
    background-position-y: center;
    background-repeat: no-repeat;
}

.loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0A92AC;
    transition: opacity 0.75s, visibility 0.75s;
    z-index: 1000;
}

.loader-hidden{
    opacity: 0;
    visibility: hidden;
}
.loader img:nth-child(1){
 width: 20%;
 position: absolute;
}
.loader img:nth-child(2){
    width: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: loader;
    animation-duration: 4s;
    animation-iteration-count: infinite;

}

/* navigation style starts */
.logo h2{
    color: var(--ramablue-color);
    font-family: 'gestalt', sans-serif;
    
}
.logo a{
    display: flex;
    place-items: center;
    text-decoration: none;
}
.menubar{
    display: none !important;
}
header{
    padding: 5px;
    background-color: rgb(180, 230, 243);
    z-index: 900 !important;
}

#menu-close{
    display: none;
    font-size: 24px !important;
}
.dropdown-menu{
    background-color: rgb(180, 230, 243) !important;
    border-bottom: 3px solid black;
    position: absolute !important;
    top: 8px !important;
    left: auto;
    padding: 10px;
    min-height: 250px;
}
.nav{
    display: flex;
    justify-content: center;
    border:0!important;
}
.nav-tabs .nav-link {
    border:0!important;
}
.nav-dropdown-menu{
    display: flex;
    padding: 10px !important;
}
.nav li a{
    color:var(--text-color);
    border: none;
}
.nav li a:hover{
    color:var(--text-color);
}
.nav-link{
    color:var(--text-color) !important;
    border: none;
}
.nav-dropdown-menu li p{
    padding: 5px !important;
    font-weight: 800;
    color: #02343C;
    letter-spacing: 1px;
    margin: 0px;
}
.nav-dropdown-menu li ul{
    display: flex;
    flex-direction: column !important;
    gap: 0rem;
    padding: 5px !important;
    padding-bottom: 10px !important;
}
.nav-dropdown-menu-head ul li{
    list-style: none;
    
}
.nav-dropdown-menu-head ul li a{
    text-decoration: none;
    font-family: var(--Open_sans_text-bold-fontfamily);
    color: #02343C ;
    display: block;
    padding: 5px 10px;
}
.demo{
    background-image: linear-gradient(to right, var(--yellow-color), var(--Light_yellow-color));
    border: 1px solid transparent;
    border-radius: 10px;
}
.demo a:hover{
    border: none !important;
}
.demo a{
    display: block;
    padding: 10px 20px !important; 
    text-decoration: none;
}

/* navigation style ends */






/* main style starts */

/* Home section starts */
.home{
    margin-top: 67px !important;
}

.home-left{
    display: flex;
    justify-content: center;
    place-items: center;
}

.home-left h1{
    color: rgb(180, 230, 243);
    color: var(--dark_yellow-color);
    font-family: "Dosis", sans-serif;
    width: 85%;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: 2px;
    font-stretch: expanded;
}
.home-left h1 span{
    color: var(--ramablue-color);

}
.home-left p{
    width: 85%;
    font-size: 20px;
    color: rgb(121, 122, 122);
    font-family: var(--Open_sans_text-fontfamily);
}
.home-left p a{
    font-size: 16px;
    text-decoration: none;
    padding: 16px 32px;
    color: var(--broken-white-color);
    background-image: linear-gradient(to right, var(--yellow-color), var(--Light_yellow-color));
    border-radius: 50px;
    font-weight: 500;
    font-family: var(--Dosis_text-bold-fontfamily);
    letter-spacing: 1px;
}
.home-left a:hover{
    color: var(--broken-white-color);
}
.demo-video{
    height: 80vh;
    display: flex;
    justify-content: center;
    place-items: center;
}
.demo-video img{
    width: 100%;
    cursor: pointer;
    
}
.modal-content{
    background-color: transparent !important;
    border: none !important;
}
.modal-body{
    border: none !important;
}

/* Home section ends */

.lyceum-h1{
    color: var(--ramablue-color);
    font-family: var(--Dosis_text-bold-fontfamily);
    font-weight: 800;
    line-height: 60px;
    font-stretch: expanded;
    letter-spacing: 2px;

}
.h2{
    color: var(--ramablue-color);
    font-family: var(--Dosis_text-bold-fontfamily);
    font-weight: 800;
    line-height: 60px;
    font-stretch: expanded;
    letter-spacing: 2px;
}
.lyceum-h2{
    font-family: var(--Dosis_text-bold-fontfamily);
}
.lyceum-p{
    font-family: var(--Dosis_text-fontfamily);
    
}




/* Featured Apps section starts */
#apps1{
        background-image: linear-gradient(to right, rgb(180, 230, 243), rgb(255, 255, 255));
}
#apps3{
    background-image: linear-gradient(to right, rgb(180, 230, 243), rgb(255, 255, 255));
}
.learnmore{
    display: block;
    background-image:  linear-gradient(to right, var(--yellow-color), var(--Light_yellow-color));
    padding: 10px 20px !important;
    width: fit-content !important;
    margin: auto;
    color: black;
    text-decoration: none;
    font-size: 18px;
    border-radius: 50px;
    font-family:var(--Dosis_text-bold-fontfamily);
}

.learnmore:hover{
    color: white;
}
.card{
    height: 230px !important;
    border: 1px solid rgba(0, 0, 0, 0.021);
    background-color: transparent !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.card1{
    height: 230px !important;
    background-color:transparent;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
#apps2 .card{
    background-color: #b4e6f3 !important;
}
/* #apps2 .card1{
    background-color:rgb(180, 230, 243) !important;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
#apps2 .card .icon{
    background-color:rgb(180, 230, 243) ;
}
#apps2 .card .content{
    background-color:rgb(180, 230, 243) ;
} */
.card .icon{
    display: block;
    /* justify-content: center; */
    margin: auto 0px;
    background-color:  white;
    height: 135px;
    padding: 15px 20px;
}


.card h4{
    padding: 10px;
    font-size: 20px;
    padding-top: 10px !important;
    font-weight: 400;
    font-family: var(--Dosis_text-bold-fontfamily);
    padding-top: 2rem; 
    color: black;
    
}
.card .content{
    height: 100%;
    background-color: white;
    
}
/* Featured Apps section starts */







/* all apps page starts */
.allapps-icons img{
    padding: 5px;
    width: 30%;
    margin: auto;
}
.allapps-icons p{
   text-align: center;
   color: var(--ramablue-color);
   font-size: 14px;
   text-transform: capitalize;
   font-weight:500;
   font-family: var(--Open_sans_text-fontfamily);
}
.allapps-icons{
    height: 120px;
    width: 120px;
    margin: auto !important;
}
.allapps-icons:hover{
    /* background-color: #d0e4ec; */
    height: 120px;
    width: 120px;
    box-shadow: 0px 0px 10px var(--ramablue-light-color);
    border-radius: 100%;
    cursor: pointer;
}
.allapps-icons:hover.allapps-icons img{
    transition: width .75s;
    width: 50%;
    margin-bottom: 0px;
}
.allapps-icons:hover.allapps-icons p{
    display: none;
}
.allapps-icons:hover.allapps-icons i{
    display: block;
}
.allapps-icons i{
    color: var(--ramablue-light-color);
    font-size: 20px;
    position: relative;
    top:5px;
    text-align: center;
    display:none;
}

.allapps h1{
    color: var(--ramablue-color);
    font-family: 'Dosis', sans-serif;
    font-weight: 800;
    letter-spacing: 2px;

}
.allapps h2{
    color: var(--ramablue-color);
    font-family: 'Dosis', sans-serif;
    letter-spacing: 2px;
    font-weight: 800;
}
.app-titel p{
    width: 70%;
    margin: auto;
    padding-bottom: 30px;
    
}
.app-titel img{
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
}

/* all apps page endss */



/* testimonical section starts */

#testimonials{
    background-color: var(--ramablue-light1-color);
    /* background-color: white; */
}

.testimonials-h1{
    text-align: center;
    padding:10px;
    font-weight: 800; 
    color: var(--ramablue-color);
}
.testimonials{
    padding: 20px 40px !important;
}
.slide{
    overflow: hidden;
}
.slide .image{
    width: 80%;
    display: block;
    margin: auto;
    padding: 20px;
}
.slide h3{
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
}
.slide p{
    color: whitesmoke;
    padding: 10px;
    margin: auto;
    text-align: justify;
    width: 70%;
    font-size: 14px;
    font-family: var(--Open_sans_text-fontfamily);
}
.slide .icon-quote{
    color: white;
    display: block;
    text-align: justify;
    padding: 5px;
    font-size: 32px;
}
.swiper-btn{
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    transform: translateY(30px);
    color: white !important;
    background-color: rgba(0, 0, 0, 0.1);
    transition: .2s;
}
.swiper-btn:hover{
    background-color: rgba(0, 0, 0, 0.3) !important;
}
.swiper-btn::before,
.swiper-btn::after{
    content: '';
    font-size: 20px !important;
}
.swiper-pagination-bullet{
    background-color: rgba(0, 0, 0, 1) !important;
}
.swiper-pagination-bullet-active{
    background-color: white !important;
} 
.testimonials-content a{
    display: block;
    text-decoration: none;
    background-color: white;
    width: fit-content;
    margin: auto;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;color: var(--ramablue-light1-color);
    transition: background-color .2s;
    border: 1px solid transparent;
}
.testimonials-content a:hover{
    background-color: var(--ramablue-light1-color);
    color: white;
    border: 1px solid white;
}
/* testimonical section ends */



/* main style ends */



/* Footer style starts */
footer{
    background-color: #02343C;
    min-height: 65vh;
}
.footer-head h1{
    padding-top: 80px;
    text-align: left;
    font-weight: bolder;
    font-size: 45px;
    color: #02B8D5;
    line-height: 60px;
    font-family: "open sansbold", sans-serif; 
}
.footer-head p{
    text-align: left;
    color: white;
    font-size: 18px;
}
.footer-head a{
    padding: 16px 32px;
    background-color: #FFDD17;
    outline: none;
    text-decoration: none;
    color: white;
    font-weight: bold;
    width: fit-content;
    border-radius: 50px;
}
.footer-head a:hover{
    color: white;
}
.footer-module{
    padding-top: 60px;
    padding-left: 65px !important;
}
.footer-module h4{
    text-align: left;
    color: #02B8D5;
    font-family: "Dosis bold", sans-serif; 
    font-size: 24px;
    padding-top: 15px;
}
.footer-module a{
    color: white;
    text-align: left;
    text-decoration: none;
}

.footer-module a p{
    margin: 25px 0px 25px 0px;
}
.footer-module a p:hover{
    color: white;
}
.footer-hr{
    background-color: #9AD9E9;
    color: #9AD9E9;
}
.footer-copy-right{
    color: white;
}
.follow a{
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: var(--Background-color);
    display: block;
    border-radius: 40%;
    font-size: 22px;

}
/* Footer style ends */

/* **************************************************************************************************************************** */
.erpcards{
        background-image: linear-gradient(to right, rgb(180, 230, 243), rgb(255, 255, 255));
}
.modulehead{
    margin-top: 50px;
 
}
.modulehead h1{
    font-family: var(--Dosis_text-bold-fontfamily);
    margin-top: 20px;
    letter-spacing: 1px ;
    text-align: center;
    padding:10px;
    font-weight: 500; 
    color: var(--ramablue-color);
}
.modulehead p{
    font-family: var(--Open_sans_text-fontfamily);
    font-size: 16px;
    width: 80%;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}

.modulehead h2{
    margin-top: 20px;
    text-align: center;
    padding:10px;
    font-family: 'Fuzzy Bubbles', cursive;
    font-weight: 800; 
    color: var(--ramablue-color);
}

.erpcard{
    height:320px;
    margin: auto;
    width: 90%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.18) ;
    border: 1px solid rgba(0, 0, 0, 0.021);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);

}
.erpcard img{
    padding: 30px;
    width: 50%;
    margin: 0px auto;
    display: block;
    margin-bottom: 10px;
}

.erpcard h3{
    font-family: var(--Dosis_text-bold-fontfamily);
    font-size: 22px;
    color: black;
    text-align: center;
}
.erpcard .details p{
    font-family:var(--Open_sans_text-fontfamily);
    font-size: 16px;
    margin: auto;
    width: 95%;
    text-align: center;
    color: rgb(71, 68, 68);
    padding-bottom: 10px;
}
.erpcard .erpcardimg{
    min-height: 150px;
    top: 0;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    background-color: white;
}
.erpcardimg::before{
    content: '';
    position: absolute;
    top: 20px;
    left: 95px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--yellow-color);
    z-index: -1;
}
.featureglance h1{
    font-family: var(--Dosis_text-bold-fontfamily);
    letter-spacing: 1px ;
    margin-top: 0px;
    text-align: center;
    padding:10px;
    color: var(--ramablue-color);
}

.whytochooseus{
    /* margin-top: 40px; */
}
.whytochooseus h1{
    color: var(--ramablue-color);
    font-family:var(--Dosis_text-bold-fontfamily);

}
.featureglance .wrapper{
    width: 80%;
    height: 40px;
    display: inline-flex;
    
    text-align: center;
    margin: auto;
    justify-content: space-between;
    border: 2px solid  #38c8ec;
    border-radius: 50px;
    margin-bottom: 10px;
}

.dashedline{
    margin: auto;
    display: block;
    width: 75% !important;
    position: relative;
    top: 22px;
    z-index: -1;
    border-bottom: 2px dashed #9cbdc5;
}
.glrs{
    display: grid;
    place-items: center;
}
.glrs span{
    margin: 5px;
    cursor: pointer;
    display: block;
    width: 15px;
    height: 15px;
    /* border-radius: 50%; */
    background-color: #9cbdc5;
    border-radius: 20px;

    
}
.featureglance .glrsactive{
    position: relative;
    top: -5px;
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right, var(--yellow-color), var(--Light_yellow-color));
    color: black;
    padding: 10px 0px;
    border-radius: 50px;
    cursor: pointer;
}
/* .featureglance .glrsactive::after{
    content: '';
    position: absolute;
    top:20px;
    transform: rotate(45deg);
    width: 35px;
    height: 30px;
    z-index: -1;
    background-image: linear-gradient(to right, var(--yellow-color), var(--Light_yellow-color));
} */
.featureglance .glrsactive p{
    margin: 0px;
    font-weight: 500;
}
.featureglance .glrs p{
    display: none;
    transition: 2s;
}
.featureglance .glrsactive p .fa-solid.fa-angles-left{
    padding: 0px 0px 10px 20px;
}
.featureglance .glrsactive p .fa-solid.fa-angles-right{
    padding: 10px 20px 10px 0px;
}
.featureglance .glrsactive p i{
    color: #2121218f;
    transition: color .2s;
}
.featureglance .glrsactive p i:hover{
    color: white;
}
#glrs6 .fa-solid.fa-angles-right:hover{
    color: #2121218f;
}
#glrs1 .fa-solid.fa-angles-left:hover{
    color: #2121218f;
}
.glancefeature{
    width: 100% !important;
    display: inline-flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 5px;
    background-color: var(--Light_yellow-color);
    border-radius: 20px;

}
.glancefeature h4{
    color: white;
    font-weight: bold;
}
.glancefeatures{
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 330px;
    margin: 0px auto !important;
}
.glancefeature h4{
    padding: 10px;
}
#glancefeature2, #glancefeature3, #glancefeature4, #glancefeature5, #glancefeature6{
    display: none;
    transition: all 2s;
}
.glancefeatures .left{
     display: flex;
    justify-content: center;
    place-items: center;
}
.glancefeatures .right{
    /* border: 2px dashed var(--ramablue-light2-color); */
    border-left: 0px;

}
.glancefeatures img{
    padding: 10px;
    width: 100%;
    margin:  auto 0px;
    /* border: 2px solid var(--ramablue-light2-color); */

}
.glancefeatures h3{
    font-size: 30px;
    color: var(--yellow-color);
}
.glancefeatures p{
    font-size: 14px;
}
.glancefeatures ul{
    list-style: none;
}
.glancefeatures ul li{
    font-weight: 500;
}
.glancefeatures ul li i{
    color: var(--yellow-color);
    font-size: 18px;
    background-color: white;
    border-radius: 50%;
}
/* glance section ends */


/* intergation section starts */
.integration{
    background-color: rgb(180, 230, 243);

}
.intergrationbody{
    height: 500px;
    /* background-color: var(--ramablue-light1-color); */
    background-image: url("../image/global.png");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: left;
}
.integrationleft{
    display: flex;
    flex-direction: column;
    place-items: center;
    justify-content: center;
}
.integrationleft h1{ 
    font-family:var(--Dosis_text-bold-fontfamily);
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: 300;
    color: black;
}
.integrationleft h1 span{ 
    font-weight: 400;
    color: black;
}
    
.integrationright{
    background-image: url("../image/payement.PNG");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.integrationright img{
    height: 14%;
    display: block;
    margin: auto 0px auto auto;
}
/* intergation section ends */


/* contact us section starts */
.contactus h2{
    /* text-align: center; */
    color: var(--ramablue-color);
    font-weight: 400;
}
.contactusleft{
    text-align: center;
    margin: auto;

    padding-right: 32px !important;

}

.contactusleft i{
    font-size: 20px;
    padding: 10px 20px;
    background-color: var(--ramablue-light1-color);
    margin-right: 10px;
    height: fit-content;
    color: white;
}
.contactusleft input{
    margin: auto;
    letter-spacing: 1px;
    color: var(--ramablue-color);
    width: 70%;
    outline: none;
    border-radius: 150px;
    padding: 10px 20px;
    border: 1px solid #a19c9c;
    font-weight: 500;
}

.contactusleft textarea{
    margin: auto;
    letter-spacing: 1px;
    font-weight: 500;
    width:70%;
    color: var(--ramablue-color);
    border: 1px solid #a19c9c;
    border-radius: 10px;
    padding: 10px 10px 10px 20px;
    outline: none;
}

.contactusleft button{
    width: fit-content;
    padding: 8px 32px !important;
    margin: auto;
    transition: background-color .4s;
    outline: none;
    font-size: 16px;
    border-radius: 50px;
    background-image: linear-gradient(to right, var(--yellow-color), var(--Light_yellow-color));
    border: 1px solid var(--yellow-color);
    background-color: var(--yellow-color);
    color: black;
    font-weight: 500;
    transition: color .4s;
}
.contactusleft button:hover{
    color: white;
}
.contactusright{
    height: 530px;
    background-color: rgb(180, 230, 243);
    /* background-image: linear-gradient(to right, var(--ramablue-color),  var(--ramablue-light-color), var(--ramablue-light1-color)); */
    padding: 24px;
    padding-left: 42px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.contactusright h4{
    font-weight: 400;
    color: black;
   font-size: 22px;
}
.contactusright h4 i{
    padding-right: 5px;
}
.contactheader{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100px;
    background-color: #f2f2f2;
    color:  var(--ramablue-light1-color);
   
}
.contactusright P{
    color: rgb(59, 58, 58);
    font-weight: 300;
}
.contactheader h2{
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 800;
}
.unfilled-input{
    border-color: rgb(241, 81, 81) !important;
    box-shadow: 0px 0px 5px 1px rgb(241, 81, 81);
}

.contactus-label{
    margin: 0px;
    font-size: 14px;
    width: 60% !important;
    text-align: left;
    margin: auto;
    color: rgb(236, 59, 59);
}
.form-control{
    border: none !important;
    display: flex !important;
    flex-direction: column !important;
   
}
.form-control small{
    visibility: hidden;
    color: #e74c3c;
    font-size: 14px;
    padding: 5px 10px;
    width: 70% !important;
    text-align: left !important;
    margin: auto;
}
.form-control.danger input{
    border: 1px solid #e74c3c;
}
.form-control.danger small{
    visibility: visible;
    color: #e74c3c;
    

}
.form-control.success input{
    border: 1px solid #2ecc71;
}
/* contact us section ends */




/* Modules page style stars */
.module-navigation {
    width: 100%;
    position: sticky;
    top: 57px;
    height: 100vh;
    background-color: white;
    overflow-y: auto;
}
.module-navigation::-webkit-scrollbar{
    display: none;
}

.modules{   
    padding-left: 0px !important;
}
.module{
    list-style: none;
    padding: 0px;
    background-color: white;
    border: 1px solid var(--ramablue-color);
}

.child-head{
    max-height: 0;
    /* display: none; */
    overflow: hidden;
    transition: max-height .4s;
}
.module.active .child-head{
    max-height: 300px;
}
.module-right h2{
    color: var(--ramablue-light1-color);
}
.module-right ul{
    list-style-type: circle;
}
.child-module a{
    color: black; 
    text-decoration: none;
    background-color: rgb(107, 198, 221);
    display: block;
    padding: 8px;
    transition: background-color .4s;
    font-size: 14px;
}
.child-module.active a{
    background-color: hsl(192, 83%, 57%, .5);
    
}
.child-module a:hover{
    color: white;
    background-color: hsl(192, 83%, 57%, .5);
}

.module p{
    color: black;
    border: 1px solid  transparent;
    font-weight: 500;
    cursor: pointer;
}
.module p::after{
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 20px;
    line-height:20px;
    transform: rotate(90deg);
    transition: transform .2s;
}
.module.active P::after{
    content: '-';
    right: 25px;
    transform: rotate(0deg);
    transition: transform .2s;
}
/* Modules page style ends */

************************************************************************************************************************
/* font family used in this website start*/
.lyceum-heading{
    font-family:var(--Dosis_text-fontfamily);
    letter-spacing: 1px;
}
.lyceum-heading-bold{
    font-family:var(--Dosis_text-bold-fontfamily);
    letter-spacing: 1px;
}
.lyceum-paragraph{
    font-family: var(--Open_sans_text-fontfamily);
    letter-spacing: 1px
}
.lyceum-paragraph-bold{
    font-family: var(--Open_sans_text-bold-fontfamily);
    letter-spacing: 1px;
}
.lyceum-ul-style{
    list-style: none;
}
/* font family used in this website ends*/

/* ************************************************************************************************************************ */
/* Module page left style starts */
.module-page-left ul{
    list-style: none;
    margin-left: 0px;
}
.module-page-left ul li{
    padding: 0px 10px;
}
.module-page-left ul li a{
    font-size: 14px !important;
    display: flex;
    color: #3f3f3f;
}
.module-page-left ul li:hover{
    background-color: #f2f2f2;
    border-radius: 10px;
    transition: all .2s;
}
.module-page-left ul li a:hover{
    color: black;
}
.module-page-left .active{
    background-color: #f2f2f2;
    border-radius: 10px;
    transition: all .2s;
}
.module-page-right ul li{
     list-style: none;
}
.module-box i{
    color: var(--ramablue-light1-color);
    font-size: 14px;
    margin: 8px;
}
.module-box img{
    display: flex;
    margin: auto;
    margin: auto 0px auto 0px ;
    /* width: 100px; */
}
/* Module page left style starts */

/* ***************************************************************************** */
.admission-enquiry-background{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='3000' height='460' preserveAspectRatio='none' viewBox='0 0 3000 460'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1161%26quot%3b)' fill='none'%3e%3crect width='3000' height='460' x='0' y='0' fill='rgba(180%2c 230%2c 243%2c 1)'%3e%3c/rect%3e%3cpath d='M 0%2c178 C 300%2c232 900%2c470.4 1500%2c448 C 2100%2c425.6 2700%2c142.4 3000%2c66L3000 460L0 460z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1161'%3e%3crect width='3000' height='460' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
    background-repeat: no-repeat;
}
.admission-enquiry-background p{
    font-family: 'Poppins', sans-serif;
    color: #072f4c;
    font-size: 18px !important;
}

.admission-enquiry-page .row1 img{
    width: 60%;
}

.admission-enquiry-page .row2 p{
    width: 70% ;
}
.admission-enquiry-page .module-row .col-md-6:nth-child(2) .row{
    /* width: 90% !important; */
}
.rich-anl-row1 {
    width: 75% !important;
} 



/* ***************************************************************************************************************** */
/* Get Started page code start */

.get_started{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='3000' height='460' preserveAspectRatio='none' viewBox='0 0 3000 460'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1161%26quot%3b)' fill='none'%3e%3crect width='3000' height='460' x='0' y='0' fill='rgba(180%2c 230%2c 243%2c 1)'%3e%3c/rect%3e%3cpath d='M 0%2c178 C 300%2c232 900%2c470.4 1500%2c448 C 2100%2c425.6 2700%2c142.4 3000%2c66L3000 460L0 460z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1161'%3e%3crect width='3000' height='460' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
    background-repeat: no-repeat;
}
.get_started_body{
    margin-top: 67px;
    background-image: url("../image/get_started_page/Background_for_getstarted.svg");
    background-position: center;
    background-size: 800px;
    background-position-y:150px;
    background-repeat: no-repeat;
}
.get_started_head{
    padding: 0px ;
    padding-top: 60px;
    text-align: center;
    font-weight: bolder;
    font-size: 60px;
    color: #03718C;
    font-family: "open sansbold", sans-serif; 

}
.get_started_content{
    margin: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 52px  #9ad9e965;
    width: 450px;
    background-color: white;
}
.get_started_content h4{
    font-weight: bold;
    font-size: 30px;
    color: #02343C;
    font-family: "open sansbold", sans-serif; 
}

.get_started_content input{
    outline: none;
    border: 1px solid transparent !important;
    background-color: #9ad9e977;
    padding: 5px 10px 5px  15px;
    border-radius: 5px;
    letter-spacing: .5px;
}
.get_started_content textarea{
    outline: none;
    border: 1px solid transparent;
    background-color: #9ad9e977;
    padding: 5px 10px 5px  15px;
    border-radius: 5px;
    letter-spacing: .5px;
}


.get_started_content button{
    padding: 8px 16px;
    width: fit-content;
    margin: auto;
    outline: none;
    border: none;
    background-image: linear-gradient(to right, var(--yellow-color), var(--Light_yellow-color));
    color: white;
    border-radius: 50px;
    box-shadow: 0px 0px 15px  #ff910050;
    
}
.get_started_message{
    visibility: hidden;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    background-color: rgba(0, 128, 0, 0.253);
    transition: .5s;
}
.get_started_message.success{ 
    visibility: visible;
}
.get_started_message h6{
    line-height: 25px;
}
.get_started_message h6 b{
   color: #03718C;
   font-family: "open sans" sans-serif;
}


/* Get Started page code ends */

/* Testimonials Page code starts */
.testimonials_page{
    background-image: url("../image/testimonials/Simple_background.png");
    background-repeat: no-repeat;
    background-size: 1600px;
    background-position: top;
    margin-top: 100px;
}
.testimonials_page .head{
    height: 650px;
}
.testimonials_page .testiheader{
    background-color: hsla(192, 64%, 76%, 0.475);
    width: 40%;
    padding: 16px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #9AD9E9;
    margin: auto;
    
}
.testimonial-cards{
    /* height: 100vh; */
    background-image: url(../image/testimonials/background_for_testimonials1.png);
    background-size: 1000px;
    background-position-y: 240px;
    animation-name: testibackground;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    
}
.testcard{
    background-color: white;
    margin: auto;
    border: 1px solid transparent;
    width: 350px !important;
    height: 520px;
    box-shadow: 0px 0px 10px #9AD9E9;
    border-radius: 24px;
}
.testcard.even{
    margin: 200px auto ;
}
.testcard-head .image{
    margin: auto;
    width: fit-content;
    padding:30px;
}
.testcard-head .image img{
    width: 120px;
    border-radius: 50%;
    border: 5px solid #02B8D5;
    padding: 5px;
    display: block;
    margin: auto;
}
.testcard-content h3{
    text-align: center;
    font-weight: bold ;
    color: #02343C;
}

.testcard-content h5{
    text-align: center;
    font-weight: bold;
    color: #02343C;

}

.testcard-content p{
text-align: justify;
padding: 16px;
}
.testimonials_page .col-left{
    display: flex;
    justify-content: center;
}
.testimonials_page .col-right{
    display: flex;
    justify-content: center;
   
}

/* Testimonials Page code starts */

@keyframes module{
    0%{
        height: 0%;
    }
    50%{
        height: 20px;
    }
   100%{
    height: fit-content;
   }

}
@keyframes testibackground{
    0%{
        background-position-y: 240px;
    }
    50%{
        background-position-y: 260px;
    }
    100%{
        background-position-y: 240px;
    }
}
/* Modules page style ends */


/* media query starts */

@media only screen and (max-width:1023px){

    .navigation{
        display: none;
    }
    .signup{
        display: none;
    }
}

   

@media only screen and (max-width:991px)
{
    .home-left h1{
        font-size:30px !important;
        line-height: 40px;
    }
    .menubar
    {
        font-size: 1.5em;
        color: var(--Main_dark-color);
        display: block !important;
    }
    .card{
        width: 100% !important;
    }
    .app-titel img{
        width: 95%;
    }
    #menu-close{
        display:inline-block;
        font-size: 20px;
        position: absolute;
        top:30px;
        right: 30px;
    }
    .nav{
        display: none ;
        flex-direction: column;
        background-color: #b4e6f3;
        margin: 0px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        padding: 0px;
        z-index: 1;
        justify-content: start;
        padding-top: 50px;
    }
    .nav-link{
        text-align:center;
    }

    #navigation{
        display:  none;
    }
    .nav-dropdown-menu{
        text-align: center;
        width: 100vw !important;
        display: flex;
        flex-direction: column;
    }
    .navigation ul{
        position: relative;
        top: 10px;
        gap: 1rem;
        
        flex-direction: column;
        text-align: center;
        padding: 0px;
    }
    .navigation {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .nav-dropdown-menu{
        display: flex;
        justify-content: center;
        padding: 0px 0px !important;
        position: relative !important;
        /* flex-direction: column !important; */
        border: 0px;
        overflow-y: auto;
    }
    
    .nav-dropdown-menu li{
        display: block;
        width: 100%;
    }
    .nav-dropdown-menu-head{
        font-family: var(--Dosis_text-bold-fontfamily) !important;
        background-color: #f2f2f2;
        font-weight: 800 !important;
        color: black;
    }
    .nav-dropdown{
        border: 0px;
    }
    .nav-dropdown-menu li ul {
        display: flex;
        flex-direction: column !important;
        
    }
    
    .navigation .nav-dropdown p{
        /* padding-bottom: 10px; */
        padding: 10px 0px 0px 0px !important;
        
        
    }
    .navigation ul li ul{
        margin: 0px;
        box-shadow: none;
        background-color: white;
    }
    .navigation ul li a:hover{
        border: none;
    }
    .card{
        margin: auto;
        width: 70%;
     }
     .demo{
        width: fit-content;
        margin: 10px auto;
     }
     .module-left{
        display: none;
     }
    
}
@media only screen and (max-width:744px)
{   
    .card{
        width: 80% !important;
    }
    .demo-video{
        height: 48vh;
    }
    
}
@media only screen and (max-width:768px)
{   
    .module-page-left{
        display:none;
    }
    .module-page-right{
        width: 100% !important;
    }
    .parent-app-video iframe{
        height: 300px;
    }
}
@media only screen and (max-width:540px)
{
    .demo-video img{
        width: 65%;
    }
    .demo-video{
        height: 48vh;
    }
    .home-left h1{
        font-size:30px !important;
        line-height: 40px;
    }
    .featureglance .glrsactive{
     padding: 5px;
    height: 36px;

    }
    .featureglance .glrsactive p .fa-solid.fa-angles-left{
        padding: 5px;
    }
    .featureglance .glrsactive p .fa-solid.fa-angles-right{
        padding: 5px;
    }
    .featureglance .wrapper{
        height: 30px;
    }
    .dashedline{
        top: 17px;
        width: 67% !important;
    }
    .featureglance .glrsactive p{
        font-size: 12px;
    }
    .glancefeatures .right{
        border: 2px dashed var(--ramablue-light2-color);
        border-top: 0px;
    
    }
    .glancefeatures ul{
        padding: 5px 0px 0px 0px;
    }
    .glancefeatures h3{
        font-size: 22px;
    }
    .glancefeatures ul li{
        font-size: 16px;
    }
    .integrationright{
        background-position: center;
    }
    .integrationleft{
        /* height: fit-content; */
    }
    .intergrationbody{
        
        /* background-image: none; */
        background-position: center;
        background-size: 500px;
    }
    .contactusleft input{
        width: 100%;
    }
    
    .contactusleft textarea{
        width: 100%;
    }
    .contactusleft{
        padding-right: 12px !important;
    }
    .card .content{
        padding-top: 20px;
        
    }
    .testimonials_page .testiheader{
        width: 80%;
        box-shadow: 0px 0px 10px #9AD9E9;
        margin: auto;
        
    }
    .testimonials_page .testiheader h1{
        font-size: 24px;
    }
    .testimonials_page .testiheader p{
        font-size: 16px;
    }
    .testcard{
        border: 1px solid transparent;
        width: 330px !important;
        height: 550px;
        box-shadow: 0px 0px 10px #9AD9E9;
        border-radius: 24px;
    }
    .testimonials_page{
        background-image: url("../image/testimonials/Simple_background.png");
        background-repeat: no-repeat;
        background-size: 600px;
        background-position: top;
        margin-top: 100px;
    }
    .testimonials_page .wrapper{
        display: flex;
        gap: 1rem;

    }
    .testcard.even{
        margin: 30px auto !important; 
    }
    .footer-head{
        padding-left: 50px !important;
    }
    .footer-head h1{
        font-size: 35px;
         line-height: 50px;

    }
    .footer-head p{
        font-size: 16px;
    }
    .footer-module a p{
        margin: 15px 0px 15px 0px;
    }

}

@media only screen and (max-width:500px)
{
    .banner-image{
    }
    .home-left h1{
        font-size: 24px !important;
        line-height: 30px;
    }
    .demo-video img{
        width: 90%;
    }
    .demo-video{
        height: 45vh;
    }
    .card .icon{
        background-color:  white;
        /* height: fit-content; */
        padding: 15px 20px;
    }
    .card .icon img{
        width: 100px !important;
    }
    .card{
        width: 70% !important;
    }
    .admission-enquiry-page .row1 img{
        width: 80%;
    }
    .admission-enquiry-page .row2 p{
        width: 100% !important;
    }
    .admission-enquiry-page .module-row{
        flex-direction: column-reverse !important;
    }
    .admission-enquiry-page .module-row .col-md-6:nth-child(2) .row{
        width: 100% !important;
    }
    .rich-anl-row img{
        width: 100% !important;
    }
    .rich-anl-row1{
        width: 100% !important;
    } 
    .get_started_head{
        font-size: 40px;
    }
    .get_started_content{
        width: 90%;
    }
    .get_started_content h4{
        font-size: 24px;
    }
    .testimonials_page_content .left img{
        width: 80%;
        margin: auto;
    }
    .testimonials_page_content .right h4{
        font-size: 24px;
        
    }
    .testimonials_page_content .right h1{
        font-size: 32px;
    }
    
    .testimonials_page_content .right p{
        font-size: 16px;
   
    }
    
}
@media only screen and (max-width:1023px){

    .demo-video img{
        display: block;
    }
    .banner-image{
        background-image: none;
    }
}
@media only screen and (max-width:769px){

}
@media only screen and (max-width:1200px){
   .test-run{
    display: none;
   }
   
}
@media only screen and (min-width:2000px){
    .banner-image{
        background-image: none;
    }
    .demo-video img{
        display: block;
    }
}

/* media query endss */



/* keyframes animation starts  */
@keyframes loader {
    0%{
        top: 49%;
    }
    25%{
        left:51%;
        display:block;
    }
    50%{
        top: 50%;
        left: 51%;
    }
    100%{
        top: 49%;
    }
    
}


/* keyframes animation ends  */

