.active {
    /* padding-right: -1px; */
    color: #e8e457;
}

body,
html {
    height: 100%;
    font-family: sans-serif !important;
}


/* .custom-toggler.navbar-toggler {
    border-color: rgb(255, 102, 203);
} */

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.homeImg {
    background-size: 100% 100%;
    background: url("images/home_img.png");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@keyframes transitionIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-light .navbar-nav .nav-link {
    /* color: rgba(0,0,0,.55); */
    color: white;
}

.navbar-light .navbar-nav .nav-link:hover {
    /* color: rgba(0,0,0,.55); */
    color: #ef8b8b !important;
}

.navbar-nav {
    margin-left: auto;
    padding: 2%;
}

.logo {
    position: absolute;
    width: 9vw;
    top: 0%;
    left: 2%;
}

.topAll {
    padding: 4%;
}

.mainDiv div {
    transition: 1s;
    left: 0;
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
}

.fixedNav {
    background: linear-gradient(to right, #611600 -20%, #002333 100%) !important;
}

.imgStyle {
    width: 90%;
    padding-left: 7%;
    /* padding-top: 8%; */
    /* height:90%; */
}

.imgStyle2 {
    width: 90%;
    padding-left: 7%;
    /* padding-top: 8%; */
    /* height:90%; */
}

::-webkit-scrollbar {
    background: #03131a;
    width: 2px;
}

p {
    line-height: 24px;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
}

.desc {
    line-height: 35px;
    font-family: sans-serif;
    font-size: 20px;
    text-align: justify;
    color: white;
    /* width: 45% */
    padding-right: 2%;
}

h1 {
    font-size: 26px;
    color: white;
}

div {
    text-align: justify;
}

.leftText {
    padding-left: 7% !important;
    padding-right: 7% !important;
}

.rightText {
    padding-left: 7% !important;
    padding-right: 7% !important;
}

.leftText2 {
    padding-left: 7% !important;
    padding-right: 7% !important;
}

.paddingTop {
    padding-top: 4% !important;
}

.center {
    padding: 70px 0;
}

.cards-1 .card {
    max-width: 32rem;
    margin-right: auto;
    margin-bottom: 4.5rem;
    margin-left: auto;
    padding: 3.25rem 2rem 2rem 2rem;
    border: 1px solid #c4d8dc;
    border-radius: 0.5rem;
    background: transparent;
    position: initial !important;
}

.cards-1 .card-image {
    width: 6rem;
    height: 6rem;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: 33%;
}

.cards-1 .card-title {
    margin-bottom: 0.875rem;
    color: white;
    font-size: 26px;
}

.cards-1 .card-body {
    padding: 0;
}

.h4,
h4 {
    font-size: 26px !important;
    text-align: center !important;
}

h4 {
    font-family: sans-serif !important;
    font-size: 25px;
}

img {
    vertical-align: middle !important;
}

.btn {
    width: 12%;
    float: right;
    border-radius: 25px !important;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-right: 1%;
}

.chatbot {
    text-align: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.divImage {
    margin: 0 auto;
}

.marTop {
    padding-left: 7%;
    padding-right: 7%;
}

.imgAlign {
    width: 96px;
    height: 96px;
}

.textCenter {
    width: 100%;
    text-align: center;
}

.imgVerticleCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 54vw;
}

#fname {
    background-color: none;
}

.mar1 {
    margin-top: 13rem;
}

.mar {
    margin-top: 13rem;
}

.h2,
h2 {
    font-size: 2.3rem !important;
    color: white !important;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: -10px !important;
    font-weight: 500 !important;
    color: white !important;
    font-size: 14px !important;
}

.marginTop {
    margin-top: 5%;
}

.required {
    color: red;
}

.headDiv {
    width: 100% !important;
    text-align: center !important;
    /* margin-top:5rem; */
}

.textCenter {
    text-align: center;
}

.formStyle {
    padding-top: 1% !important;
    padding-left: 11% !important;
    padding-right: 3% !important;
}

.navbar-toggler {
    padding: 0.25rem 1.5rem !important;
    font-size: 1.15rem;
    border: none !important;
}

.knowMoreBtn {
    background-color: #42423bbd !important;
    border-color: #42423bbd !important;
    color: white !important;
    font-size: 14px;
    z-index: inherit;
}

input[type="text"],
select {
    width: 100%;
    padding: 7px;
    border-radius: 4px;
    resize: vertical;
}

.submitBtn {
    width: 50%;
    padding: 2% !important;
    /* background-color: #3535d9; */
}


/* label {
    padding: 12px 12px 12px 0;
    display: inline-block;
} */

input[type="submit"] {
    background-color: #42423bbd;
    color: white;
    position: relative;
    padding: 0.6rem 0rem !important;
    border: none;
    cursor: pointer;
    margin-top: 0.3rem;
    width: 100%;
    border-radius: 40px;
}

label {
    padding: 10px 0px 0px 0;
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: -10px !important;
    font-weight: 500 !important;
    color: white !important;
    font-size: 14px !important;
}

.padDiv {
    padding: 12%;
}

.textArea {
    width: 100%;
    padding: 2%;
    border-radius: 4px;
}

h5 {
    color: white !important;
    font-weight: bold !important;
    font-size: 15px !important;
}

.xs {
    font-size: 13px !important;
    color: white !important;
}

.blur {
    font-size: 16px;
    color: white;
}

hr {
    opacity: 0.4;
}

.size {
    font-size: 26px !important;
}

.span {
    content: "\203A";
    color: white;
    float: right;
}


/*Side menu*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: linear-gradient(to right, #611600 -20%, #002333 100%);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 6px 8px 8px 25px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: white;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

@media (min-width: 320px) and (max-width: 641px) {
    /* smartphones, iPhone, portrait 480x320 phones */
    .leftText2 {
        margin-top: 4% !important;
    }
    .headDiv {
        margin-top: 3rem !important;
    }
    #home {
        margin-top: 20%;
    }
    .imgStyle {
        width: 94% !important;
        padding: 4% !important;
    }
    .imgStyleDiv {
        padding: 45px 0 !important;
    }
    .center {
        padding: 0px 0 !important;
    }
    .logo {
        width: 23vw !important;
    }
    .leftText {
        padding-left: 7% !important;
        padding-right: 7% !important;
    }
    .rightText {
        padding-left: 7% !important;
        padding-right: 7% !important;
    }
    .paddingTop {
        padding-top: 0% !important;
    }
    p {
        line-height: 21px !important;
        font-size: 14px !important;
    }
    h1 {
        font-size: 20px;
        color: white;
    }
    .imgVerticleCenter {
        width: 93vw !important;
    }
    .btn {
        width: 30% !important;
    }
    .knowMoreBtn {
        font-size: 12px !important;
    }
    .cards-1 .card {
        padding: 0.55rem 2rem 0rem 2rem !important;
    }
    .h4,
    h4 {
        font-size: 18px !important;
    }
    input,
    textarea {
        font-size: 12px !important;
    }
    .padDiv {
        padding: 6% !important;
    }
}

@media only screen and (min-width: 642px) and (max-width: 1024px) {
    .imgStyle,
    .imgStyle2 {
        padding: 40px 0 !important;
    }
    .h4,
    h4 {
        font-size: 18px !important;
        text-align: center !important;
    }
    p {
        line-height: 23px !important;
        font-size: 14px !important;
    }
    h1 {
        font-size: 22px !important;
        color: white;
    }
    input[type="text"],
    select {
        padding: 6px !important;
        font-size: 12px !important;
        line-height: 22px !important;
    }
    .knowMoreBtn {
        font-size: 10px !important;
    }
    .btn {
        width: 22% !important;
    }
    .logo {
        width: 12vw !important;
    }
    #home {
        margin-top: 4%;
    }
}