* {
    /*font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/
    font-family: 'Open Sans', 'Roboto', 'Gill Sans', sans-serif !important;
}

body {
    background-color: ghostwhite !important;
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased;
}

.top_row {
    background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgba(85, 87, 218, 1) 0%, rgba(95, 208, 249, 1) 100.2%);
    /* border-bottom: 2px dotted rgb(228 7 7); */
    min-height: 45px;
}

.alink {
    text-decoration: none;
    color: white;
}

.alink:hover {
    text-decoration: none;
    color: yellow;
}

.blink {
    background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgb(34 30 246) 0%, rgb(228 7 7) 100.2%);

}

.clink:hover {
    text-decoration: none;
    color: yellow;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.495);
}

.tcolor{
    color: rgb(34 30 246);
}
#erplogin {
  color: rgb(34 30 246);
  font-weight: 600;
}
#erplogin:hover {
    color: rgb(34 30 246);
    text-shadow: 1px 1px 2px black;
}

.bcolor {
    color: white;
    /* background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgb(228 7 7) 0%, rgba(95, 209, 249, 1) 100.2%); */
    background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgb(34 30 246) 0%, rgb(228 7 7) 100.2%);
}

.nbcolor {
    /* background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgb(228 7 7) 0%, rgba(95, 209, 249, 1) 100.2%); */
    background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgb(34 30 246) 0%, rgb(228 7 7) 100.2%);
}

.tshadow {
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.345);


}

.gb {
    /* border: 5px outset rgb(130, 131, 215); */
    box-shadow: 0px 8px 10px rgba(59, 59, 59, 0.317);
    height: 13rem;
    width: 20rem;
}

.gb1 img {
    border: 5px outset rgb(130, 131, 215);
    box-shadow: 0px 0px 5px rgb(0, 0, 0);

}

/* hover dropdown navbar */
@media all and (min-width: 10rem) {
    .navbar .nav-item .dropdown-menu {
        display: none;
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: slideIn;

    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
        font-size: large;
        min-height: 1rem;
        width: 20rem;
        color: white !important;
        background-color: transparent;
        background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgb(34 30 246) 0%, rgb(228 7 7) 100.2%);
        border-radius: 0px;

    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.dropdown-item {
    color: white;
}

.dropdown-item:hover {
    color: rgb(226, 226, 64) !important;
    text-shadow: 1px 1px 2px black;
    background-color: rgb(73, 76, 247);
}

.nav-link:hover {
    color: rgb(226, 226, 64) !important;
    text-shadow: 1px 1px 2px black;
    /* background-color: rgb(73, 76, 247) !important; */
}

@keyframes slideIn {
    from {
        top: 100px;
    }

    to {
        top: 40px;
    }
}

.clip1 {
    /* background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgba(0, 0, 0, 0.367) 0%, rgba(0, 0, 0, 0.345) 100.2%), url('../images/svg/svg7.png'); */
    background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgba(0, 0, 0, 0.367) 0%, rgba(0, 0, 0, 0.345) 100.2%);
    text-shadow: 1px 1px 2px black;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    
}

.vertical-center {
    transform: translateY(30%);
}

.footerlink ul li a , #footerlink ul li a {
    text-decoration: none;
    color: white;
}

.footerlink ul li a:hover, #footerlink ul li a:hover {
    text-decoration: none;
    color: rgb(219, 219, 124);
}

.spi:hover {
    color: rgb(219, 219, 124) !important;
}

/* Counter */
.backcountbox {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 55vh;
    background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100.2%), url('../images/background.jpg');
    /* background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgba(85, 87, 218, 0.9) 0%, rgba(95, 209, 249, 0.5) 100.2%), url('../images/background.jpg'); */
    background-attachment: fixed;

}

.countbox {
    background-color: white;
    color: rgb(228 7 7);
    border: 2px solid rgb(228 7 7);
    width: 15rem;
    margin-left: 1rem;
    border-radius: 10px;
    position: relative;
    
}

.countradius {
    border: 2px solid rgb(228 7 7);
    border-radius: 150%;
    color: white;
    /* background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgb(228 7 7) 0%, rgba(95, 209, 249, 1) 100.2%); */
    /* font-size: 1.5rem; */
    position: absolute;
    padding: 1%;
    top: -45%;
    left: auto;
    right: auto;
    width: 5rem;
    height: 5rem;
    background-color: #fff;
    
   
}

.facilities_circle {
    padding-top: 1rem;
    margin-left: 3%;
    height: 15rem;
    width: 15rem;
    transition: all ease-in 0.4s;
    border: 5px double rgb(228 7 7);
    border-radius: 150%
}

.facilities_circle:hover {
    font-size: large;
    transform: scale(1.1);
    height: 16rem;
    width: 16rem;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
    color: #0093E9;
    border: 5px solid rgb(228 7 7);
}

.dlink::before {
    color: black;
    text-decoration: none;
}

.dlink:hover {
    color: rgb(228 7 7);
    text-decoration: underline;
}

.studentinfo {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 41vh;
    /* background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgba(85, 87, 218, 0.9) 0%, rgba(95, 209, 249, 0.5) 100.2%), url('../images/background.jpg'); */
    background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100.2%), url('../images/background.jpg');
    background-attachment: fixed;

}

/* Mentor */
.mentorbox {
  font-size: small;
  border: 2px groove #fff;
    /* box-shadow: 8px 8px 10px rgba(92, 91, 91, 0.308); */
    /* width: 18rem;
    margin-left: 2%; */
    /* transition: all ease-in-out 0.5s; */
}

.mentorbox:hover {
    font-size: small;
    /* font-size: large; */
    /* margin-bottom: 20px; */
    /* transform: scale(1.1); */
    border: 2px groove rgb(35, 38, 139);
    box-shadow: rgb(0 0 0 / 50%) 0px 0px 12px 0px;
    /* padding: 15px 15px; */
}

/* Slider */
.sliderbackground {
    min-height: 37rem;
    /* background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgba(85, 87, 218, 0.9) 0%, rgba(95, 209, 249, 0.5) 100.2%), url('../images/background.jpg'); */
    background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100.2%), url('../images/background.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

/* mentor */
.container1 {
    position: relative;
}

/* .image {
    display: block;
    width: 100%;
    height: 10rem;
} */

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(62, 28, 142, 0.807);
    opacity: 0.5;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

/* .container1:hover .overlay {
    bottom: 0;
    width: 100%;
    height: 100%;
} */
.overlay div img{
  width: 500px;
}
.text {
    position: absolute;
    /* top: 50%;
    left: 44%; */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/* gallery */

.container2 {
    position: relative;
}

.overlay2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 148, 233, 0.3);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.container2:hover .overlay2 {
    width: 100%;
}

.text2 {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.bicon0 {
    z-index: 1020;
    position: fixed;
    top: 231px;
    right: -108px;
    rotate: 360deg;
    /* background-color: rgba(95, 209, 249, 1); */
    height: 60px;
    width: 165px;
    padding-top: 10px;
    padding-left: 8px;
    border-radius: 5px 0 0 5px;
    transition: all ease-in-out 0.5s;
    animation: glow 2s ease-out infinite;
}

.bicon0:hover {
    right: 0px;
}

.bicon1 {
    z-index: 1020;
    position: fixed;
    top: 293px;
    right: -108px;
    rotate: 360deg;
    /* background-color: #5558da; */
    height: 60px;
    width: 165px;
    padding-top: 10px;
    padding-left: 8px;
    border-radius: 5px 0 0 5px;
    transition: all ease-in-out 0.5s;
    animation: glow 2s ease-out infinite;
}

.bicon1:hover {
    right: 0px;
}

.bicon2 {
    z-index: 1020;
    position: fixed;
    top: 354px;
    right: -108px;
    rotate: 360deg;
    /* background-color: rgba(95, 209, 249, 1); */
    height: 60px;
    width: 165px;
    padding-top: 10px;
    padding-left: 8px;
    border-radius: 5px 0 0 5px;
    transition: all ease-in-out 0.5s;
    animation: glow 2s ease-out infinite;
}

.bicon2:hover {
    right: 0px;
}

.btn_text {
    margin-left: 10px;
    padding-bottom: px;
    color: rgb(207, 225, 239);
    text-shadow: -1px 1px 5px rgb(16, 15, 15);
    font-size: 20px;

}


.wave {
    color: white;
    background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100.2%), url(../images/svg/wave3.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.mimport:hover {
    color: rgb(228 7 7) !important;
    font-weight: bold;
}

/* ======================================= */
.border-center {
    height: 0.3rem;
    width: 70rem;
    position: relative;
    left: 0%;
    margin: auto;
    animation: slideme 2s infinite;
    /* background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgb(228 7 7) 0%, rgba(95, 209, 249, 1) 100.2%); */
    background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgb(34 30 246) 0%, rgb(228 7 7) 100.2%);
    border-radius: 0.5rem;
}

@keyframes slideme {
    0% {
        width: 0rem;
    }

    100% {
        width: 12rem;
    }
}

/* ================================== */
/* VISSION */
.vis {
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.26);
    border: 0px;
}

/* lastborder */
.lastborder {
    border-top: 1px solid white;
}

.hvr-underline-from-left::before {
    background-color: yellow !important;
}

/* shadow */
.effect1 {
    -webkit-box-shadow: 0 3px 4px -6px #777;
    -moz-box-shadow: 0 3px 4px -6px #777;
    box-shadow: 0 3px 4px -6px #777;

}

.effect3 {
    box-shadow: 8px 8px 10px #777;
}

.effect2 {
    box-shadow: 0.5rem 0.5rem black, -0.5rem -0.5rem #ccc;
}

.fac-icon {
    font-size: 3.5rem;
}

.fac-height {
    max-width: 24rem;
    min-height: 10rem;
}

/* button */
.login-box .user-box {
    position: relative;
}


.login-box form a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: rgb(228 7 7);
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    letter-spacing: 4px
}

.login-box a:hover {
    background: rgb(228 7 7);
    color: #fff;
    border-radius: 5px;
    /* box-shadow: 0 0 5px #03e9f4,
                0 0 25px #03e9f4,
                0 0 50px #03e9f4,
                0 0 100px #03e9f4; */
}

.login-box a span {
    position: absolute;
    display: block;
}

.login-box a span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, transparent, rgb(228 7 7));
    animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.login-box a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgb(228 7 7));
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

.login-box a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 5px;
    background: linear-gradient(270deg, transparent, rgb(228 7 7));
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}

.login-box a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(360deg, transparent, rgb(228 7 7));
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}

/* button-2 */
.login-box1 {
    position: relative;
}


.login-box1 form a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    letter-spacing: 4px
}

.login-box1 a:hover {
    background: white;
    color: rgb(228 7 7);
    border-radius: 5px;
    /* box-shadow: 0 0 5px #03e9f4,
                0 0 25px #03e9f4,
                0 0 50px #03e9f4,
                0 0 100px #03e9f4; */
}

.login-box1 a span {
    position: absolute;
    display: block;
}

.login-box1 a span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255));
    animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.login-box1 a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgb(255, 255, 255));
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

.login-box1 a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 5px;
    background: linear-gradient(270deg, transparent, rgb(255, 255, 255));
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}

.login-box1 a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(360deg, transparent, rgb(255, 255, 255));
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}

/* facilities circle */
.fccircle {
    background-image: url("../images/svg/c.png");
    background-size: cover;
    height: 22.5rem;
    width: 20rem;
    /* background-color: white; */
    /* margin-left: 10%; */
    /* margin-right: 10px; */
    /* box-shadow: 0px 0px 10px black; */
}


/* testimonial background */
.test-svg {
    background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100.2%), url("../images/svg/download.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 50%;
    border-radius: 2%;
    color: white;
    font-weight: bolder;

}

.test-svg1 {
    background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100.2%), url("../images/svg/download1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 50%;
    border-radius: 2%;
    color: white;
    font-weight: bolder;
}


@keyframes glow {
    0% {
        background-color: rgb(4, 114, 158);
        color: white;
        box-shadow: 0 0 5px rgb(2, 53, 53);
    }

    50% {
        background-color: rgb(96, 250, 253);
        color: rgb(255, 255, 255);
        box-shadow: 0 0 20px rgb(44, 158, 160);
    }

    100% {
        background-color: rgb(4, 114, 158);
        color: white;
        box-shadow: 0 0 5px rgb(2, 53, 53);
    }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    padding: 30px 20px 30px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
  }
  
  .services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
  }
  
  .services .icon-box .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
  }
  
  .services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .services .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
  }
  
  .services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
  }
  
  .services .icon-box h4 a {
    color: #2c4964;
    transition: ease-in-out 0.3s;
  }
  
  .services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  }
  
  .services .iconbox-blue i {
    color: #47aeff;
  }
  
  .services .iconbox-blue:hover .icon i {
    color: #fff;
  }
  
  .services .iconbox-blue:hover .icon path {
    fill: #47aeff;
  }
  
  .services .iconbox-orange i {
    color: #ffa76e;
  }
  
  .services .iconbox-orange:hover .icon i {
    color: #fff;
  }
  
  .services .iconbox-orange:hover .icon path {
    fill: #ffa76e;
  }
  
  .services .iconbox-pink i {
    color: #e80368;
  }
  
  .services .iconbox-pink:hover .icon i {
    color: #fff;
  }
  
  .services .iconbox-pink:hover .icon path {
    fill: #e80368;
  }
  
  .services .iconbox-yellow i {
    color: #ffbb2c;
  }
  
  .services .iconbox-yellow:hover .icon i {
    color: #fff;
  }
  
  .services .iconbox-yellow:hover .icon path {
    fill: #ffbb2c;
  }
  
  .services .iconbox-red i {
    color: #ff5828;
  }
  
  .services .iconbox-red:hover .icon i {
    color: #fff;
  }
  
  .services .iconbox-red:hover .icon path {
    fill: #ff5828;
  }
  
  .services .iconbox-teal i {
    color: #11dbcf;
  }
  
  .services .iconbox-teal:hover .icon i {
    color: #fff;
  }
  
  .services .iconbox-teal:hover .icon path {
    fill: #11dbcf;
  }

  /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 100px 0;
    overflow: hidden;
  }
  
  .section-bg {
    background-color: #f9f8ff;
  }
  
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: rgb(73, 76, 247);
  }
  
  /* .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #5846f9;
    bottom: 0;
    left: calc(50% - 25px);
  } */
  
  .section-title p {
    margin-bottom: 0;
  }

  
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  .pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: rgb(73, 76, 247);
    background: #f8f8f8;
  }
  
  .pricing h4 {
    font-size: 36px;
    color: rgb(73, 76, 247);
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
  }
  
  .pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
  }
  
  .pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
  }
  
  .pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
  }
  
  .pricing ul li {
    padding-bottom: 16px;
  }
  
  .pricing ul i {
    color: #5846f9;
    font-size: 18px;
    padding-right: 4px;
  }
  
  .pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
  }
  
  .pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
  }
  
  .pricing .btn-buy {
    background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%);
    display: inline-block;
    padding: 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
  }
  
  .pricing .btn-buy:hover {
    background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
  }
  
  .pricing .featured h3 {
    color: #fff;
    background: #5846f9;
  }
  
  .pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #5846f9;
    color: #fff;
  }

.mentor-img{
  height: 250px;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background: #fff;
  }
  
  .contact .info-box i {
    font-size: 32px;
    color: #5846f9;
    border-radius: 50%;
    padding: 8px;
  }
  
  .contact .info-box h3 {
    font-size: 20px;
    color: #2c4964;
    font-weight: 700;
    margin: 10px 0;
  }
  
  .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .error-message br+br {
    margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input,
  .contact .php-email-form textarea {
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
  }
  
  .contact .php-email-form input:focus,
  .contact .php-email-form textarea:focus {
    border-color: #5846f9;
  }
  
  .contact .php-email-form input {
    padding: 10px 15px;
  }
  
  .contact .php-email-form textarea {
    padding: 12px 15px;
  }
  
  .contact .php-email-form button[type=submit] {
    background: #5846f9;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: #7b27d8;
  }
  
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }

  
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #5846f9;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #2c4964;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 20px;
  bottom: 25px;
  z-index: 996;
  background: rgb(228 7 7);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: rgb(73, 76, 247);
  color: #fff;
  text-decoration: none;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
html {
  scroll-behavior: smooth;
}

.lord-icon{
  width: 4rem;
  height: 4rem;
}
.erplogin{
  font-size: .8rem;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .carousel-img{
    height: auto;
  }
  .lord-icon{
    width: 1.8rem;
    height: 1.8rem;
  }
  .erplogin{
    font-size: .4rem;
    
  }
}
