body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    margin: 0px auto;
    background: #fff;
    font-size: 1rem;
    color: #000;
    font-weight: 400;
}


/* navbar starts*/

.navbar-nav.ml-auto {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../images/togglericon.svg");
}


/* navbar ends*/


/* header nav */

.navbar.navbar-light {
    background: #066dab;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus {
    color: #ffffff;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: white !important;
    /*    border-bottom: 2px solid #ffeb3b;*/
}


/*
a:hover {
    color: #ed4631 !important;
}
*/


/*Banner*/

h5,
h6,
p {
    font-weight: 400;
}

h1,
h2,
h3,
h4 {
    font-weight: 600;
}


/*Scroll button starts*/

.scroll {
    outline: none !important;
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    color: #fff !important;
    line-height: 40px;
    font-size: 30px;
    z-index: 9991;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background: #ff7d00;
    font-weight: 600;
    /*    box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.3);*/
}

i.fa.fa-angle-up {
    font-weight: 900;
    font-size: 2rem;
}


/*Scroll button ends*/

:focus,
.navbar-light .navbar-toggler:focus {
    outline: none;
}

#header.header-scrolled {
    background: #f8f8f8;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0px !important;
}


/*
#header.header-scrolled .logo-wd {
    width: 150px;
}*/

.btn-primary a {
    color: white;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-warning.focus,
.btn-warning:focus {
    box-shadow: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #ff7d00;
    border-color: #ff7d00;
    border-radius: 5px;
    padding: 0.7rem 2rem;
    font-weight: bold;
}

a {
    color: #202658;
}

button:focus {
    outline: none !important;
}

.form-control {
    color: #6c757d !important;
}


/*sidebar form ends*/

.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.font-weight-600 {
    font-weight: 600;
}

.text-black {
    color: #272727;
}

.bg-blue {
    background-color: #066dab !important;
}

a:hover {
    text-decoration: none;
}

.scroll2 {
    z-index: 9991;
    position: fixed;
    right: -49px;
    bottom: 40%;
    cursor: pointer;
    transform: rotate(-270deg);
    background: #ff7d00;
    color: #fff;
    padding: 8px 18px;
    font-weight: 800;
    font-size: 1.1rem;
}

.text-blue {
    color: #066dab;
}

.about-content {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 30px #00000026;
    padding: 2.5rem 2rem;
}

.bg-abt {
    width: 750px !important;
}

.font-weight-600 {
    font-weight: 600;
}

.footer-icon {
    margin: auto 0;
    display: flex;
}

.footer-ionic,
.footer-facebook,
.footer-twitter {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 0.1rem;
    margin: 0.6rem;
}

.bg-lightgrey {
    background: #fcfcfc;
}

.text-yellow {
    color: #ffeb3b !important;
}

.bg-black {
    background: black !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #ff7d00 !important;
    background: #ff7d00 !important;
    outline: none!important;
}

.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #ff7d00 !important;
    border-radius: 0px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.owl-carousel .owl-item img {
    width: auto;
    height: 130px;
}

.text-orange {
    color: #ff7d00;
}

.research-ht {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Achievements css */

.Achievements {
    background-color: #FEF4E8;
}

.font-set {
    font-weight: 800;
    font-size: 3rem;
}

.bx {
    margin: 2.5rem;
}

.bg-set {
    background-color: #ff7d00;
    padding: 0.8rem;
    border-radius: 2rem;
    color: #fff;
}

.bg-yelow {
    background-color: #FEF4E8;
}

.pd-3 {
    padding: 3rem;
}

.box1 {
    min-height: 8rem;
    background-color: #066dab;
    /* border-radius: 1.5rem; */
}

.box2 {
    min-height: 8rem;
    background-color: #ff7d00;
    /* border-radius: 1.5rem; */
}

.privacy-no-sec h2 {
    color: #C4D7E0;
    font-size: 1.5rem;
}

.privacy-no-sec span {
    color: #C4D7E0;
    font-size: 1.2rem;
}

.data-privacy-link a {
    color: #ffffff;
    font-size: 1.2rem;
    text-decoration: none;
}


/* Achievements css end */