* {
    margin: 0;
    padding: 0;
}

/*html {
    overflow-y: scroll;
}*/

body {
    overflow-x: hidden;
    font-family: 'Mukta', sans-serif;
}

.top-bar {
    padding: 20px 50px 1px;
    background: #005193;
}

.top-bar .left {
    display: flex;
    list-style: none;
}

.top-bar .left li {
    color: #fff;
    padding: 0 20px 0 0;
    font-size: 12px;
}

.top-bar .left li a {
    text-decoration: none;
    color: #fff;
    transition: .4s ease;
}

.top-bar .left li i {
    color: #f1b12b;
}

.top-bar .left li a:hover {
    color: #f1b12b;
}

.top-bar .right {
    display: flex;
    list-style: none;
    flex-flow: row-reverse;
}

.top-bar .right li {
    margin: -4px 2px;
    font-size: 10px;
}

.top-bar .right li a {
    text-decoration: none;
    color: #fff;
    transition: .4s ease;
    padding: 5px 10px;
    background: #f1b12b;
}

.top-bar .right li a:hover {
    color: #005193;
}

/* Navigation */

.navbar2 {
    width: 100%;
    position: relative;
    background: url(../img/picture%207.jpg);
    background-size: cover;
    background-position: center center;
}

.navbar2 .logo-area {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar2 .logo-area img {
    width: 250px;
}

.navbar2 .nav-area {
    width: 100%;
    background: #005193;
    padding: 10px 20px;
}

.navbar2 .nav-area .nav-menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 60%;
    margin: 0 auto;
}

.navbar2 .nav-area .nav-menu li a {
    text-decoration: none;
    color: #fff;
    transition: all .4s ease;
    letter-spacing: 1px;
}

.navbar2 .nav-area .nav-menu li .active {
    color: #f1b12b;
    font-weight: bold;
}

.navbar2 .nav-area .nav-menu li a:hover {
    color: #f1b12b;
}

/* Phone navigation */

.navigation-bar {
    width: 100%;
    height: 5vh;
    background: #005193;
    position: relative;
    display: none;
    z-index: 10;
}



.navigation-bar .burger {
    position: absolute;
    right: 40px;
    cursor: pointer;
    padding: 5px;
    width: 40px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.navigation-bar .burger div {
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 5px;
    margin-left: 0;
    transition: all .4s ease;
}

.navigation-bar .burger:hover div {
    background: #f1b12b;
}

.navigation-bar .nav-list {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 5vh;
    width: 100%;
    background: #005193;
    text-align: right;
    list-style: none;
    transition: all .4s ease;
    height: 0;
    overflow: hidden;
}

.navigation-bar .nav-list.active {
    height: auto;
    transition: all .4s ease;
    padding: 20px 40px;
}

.navigation-bar .nav-list li {
    margin: 10px;
}

.navigation-bar .nav-list li .active {
    color: #f1b12b;
    font-weight: bold;
}

.navigation-bar .nav-list li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}


/* Landing page */

.landing {
    width: 100%;
    position: relative;
}

.landing .banner {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 60vh;
    
}

.landing .carousel-inner .item {
    width: 100%;
    height: 60vh;
}

.landing .carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
}

.landing .carousel-caption p {
    font-weight: bold;
}

.landing .carousel-control {
    background: none;
    opacity: 1;
}

.landing .carousel-control .glyphicon {
    background: #f1b12b;
    width: 40px;
    height: 40px;
    padding: 5px;
    transition: .4s ease;
}

.landing .carousel-control .glyphicon:hover {
    background: #005193;
}

.landing .carousel-caption h1 {
    font-size: 50px;
    font-weight: 700;
}

.landing .carousel-caption .btn-default {
    background: #f1b12b;
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 5px 30px;
    transition: .4s ease;
}

.landing .carousel-caption .btn-default:hover {
    color: #fff;
    background: #005193;
}

/* sales */

.sales {
    padding: 50px;
    background: #e6e6e6;
    text-align: center;
}

.sales .number {
    color: #fff;
    width: 120px;
    height: 120px;
    text-align: center;
    background: #005193;
    border-radius: 50%;
    margin: 0 auto;
}

.sales .number h1 {
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-200%);
    
}

.sales h3 {
    font-weight: 700;
    color: #005193;
}

.sales p {
    padding: 0 40px;
}

/* Footer */


#btnScrollToTop {
    position: fixed;
    right: 50px;
    bottom: 55px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f1b12b;
    color: #fff;
    outline: none;
    cursor: pointer;
    border: none;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    display: none;
}

#btnScrollToTop.black {
    display: block;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

#btnScrollToTop:hover {
    background: #005193;
    color: #fff;
}

#btnScrollToTop:active {
   background: #1d1d1d; 
}

footer {
    padding: 20px;
    background: #005193;
    color: #fff;
}

footer a {
    text-decoration: none;
    color: #fff;
    transition: .4s ease;
}

footer a:hover {
    color: #f1b12b;
    text-decoration: none; 
}

footer .image {
    display: flex;
    justify-content: flex-end;
}

footer .psa {
    width: 25%;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

/* ===== Who we are css ===== */

.who {
    padding: 50px;
}

.who h2 {
    color: #005193;
    margin-bottom: 20px;
}

.who h4 {
    color: #005193;
    font-weight: bold;
}

.who h5 {
    color: #000;
    font-weight: bold;
}

.who .tab-pane ul {
    margin-left: 20px;
}

.who .btn-default {
    border: none;
    padding: 6px 30px;
    background: #f1b12b;
    color: #fff;
    margin-top: 20px;
}

.who p {
    color: #303030;
}

.who .nav-pills .active a {
    border-radius: 0 !important;
    background: #005193 !important;
}

.who .nav-pills li {
    border-radius: 0 !important;
    background: #B7B7B7;
    margin: 5px 0;
    color: #fff;
}

.who .nav-pills li a {
    text-decoration: none;
    color: #fff;
}

.who .nav-pills li a:hover {
    background: #005193;
    border-radius: 0 !important;
}

.who .tab-content {
    padding: 20px;
}

.who #organogram img {
    width: 100%;
}

.who .box {
    display: flex;
    width: 100%;
    height: 250px;
    background: #192451;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.who .box p {
    color: #fff;
}

.who .latest-report, .who .past-reports {
    margin: 25px 0 !important;
}

.who .latest-report .block {
    display: flex;
    align-items: center;
    height: 250px;
    padding: 20px;
}

.who .past-reports {
    padding: 20px;
}

.who .past-reports div {
    padding: 20px;
}


/* ===== Gallery CSS ===== */


/* ===== Resource center CSS ===== */

.who .search-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.who .search-box .form-control {
    width: 80%;
    background: #EBEBEB;
    color: #303030;
    border: none;
    border-radius: 0 !important;
    outline: none;
}

.who .search-box .form-control:focus {
    outline: none;
    box-shadow: none !important;
}

.who .search-box .submit {
    width: 20%;
    border: none;
    background: #f1b12b;
    color: #fff;
    padding: 7px;
    outline: none;
}

.who ol {
    margin-left: 20px;
}

.who #paia .btn-default {
    width: 100%;
    margin-top: 20px;
    
}

.who #guides .btn-default {
    width: 300px;
}


/* ===== Careers CSS ===== */

.careers {
    padding: 50px;
    height: 60vh;
}

.careers h2 {
    color: #005193;
}

.careers h5 {
    color: #303030;
    font-weight: bold;
    margin-top: 20px;
}


/* ===== Newsroom CSS ===== */

.newsroom {
    padding: 50px;
}

.newsroom h2, .newsroom h3 {
    color: #005193;
}

.newsroom h3 {
    font-weight: bold;
}

.newsroom .bg-color {
    background: #ebebeb;
    width: 100%;
    height: 100%;
}

.newsroom .bg-color .col {
    padding: 0;
}

.newsroom .image-block {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #192451;
}

.newsroom .content {
    padding: 20px;
}

.newsroom .content h4 {
    color: #707070;
}

.newsroom .btn-default {
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    background: #f1b12b;
    transition: .4s ease;
}

.newsroom .btn-default:hover {
    background: #005196;
}

.newsroom .more {
    padding-left: 0;
    padding-right: 30px;
}

.newsroom .newsroom-list {
    padding: 30px;
}

.newsroom .newsroom-list li {
    list-style: none;
    margin: 10px 0;
}

.newsroom .newsroom-list li a {
    text-decoration: none;
    color: #707070;
    transition: .4s ease;
}

.newsroom .newsroom-list li a:hover {
    color: #005196;
}


/* ===== FAQS CSS ===== */

.faqs {
    padding: 50px;
}

.faqs .accordion {
    color: #303030;
    padding: 5px 18px;
    text-align: left;
    border: none;
    outline: none;
    transition: all .4s ease;
    width: 100%;
    background: #fff;
    font-weight: bold;
}

.faqs.active, .faqs .accordion:hover {
    background: #f2f2f2;
}

.faqs .accordion:before {
    content: '\1F892';
    font-size: 30px;
    color: #f1b12b;
    float: left;
    margin-left: 5px;
    margin-right: 15px;
    margin-top: -12px;
}

.accordion.active:before {
  content: '\1F893';
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
}

.faqs .panel {
    padding: 0px 40px;
    background: #fff;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

.faqs .panel p {
    padding: 10px 0;
}

/* ===== Contact us CSS ===== */

.contact {
    padding: 50px;
}

.contact h2 {
    color: #005193;
}

.contact .grey-block {
    padding: 20px;
    background: #EBEBEB;
    font-size: 14px;
}

.contact .social-links {
    padding: 20px;
}

.contact .social-links .link-buttons {
    display: flex;
    list-style: none;
}

.contact .social-links .link-buttons li {
    margin: 0 10px 0 0;
}

.contact .social-links .link-buttons li a {
    padding: 5px 10px;
    text-decoration: none;
    background: #f1b12b;
    color: #fff;
    transition: .4s ease;
}

.contact .social-links .link-buttons li a:hover {
    color: #005193;
}

.contact #my_form .row {
    padding: 10px 0;
}

.contact #my_form input {
    outline: none;
    border-radius: 0 !important;
    border: none;
}

.contact #my_form textarea {
    max-width: 100%;
    min-width: 100%;
    max-height: 150px;
    height: 150px;
    min-height: 150px;
    border: none;
    outline: none;
    border-radius: 0 !important;
}

.contact #my_form input[type="submit"]{
    padding: 10px 30px;
    background: #f1b12b;
    color: #fff;
    transition: .4s ease;
}

.contact #my_form input[type="submit"]:hover {
    background: #005193;
}

.map {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #303030;
    color: #fff;
}

/* === Privacy and T&Cs === */

.privacy-t-c {
    padding: 50px;
}

.privacy-t-c h2 {
    color: #005196;
}

.privacy-t-c h5 {
    color: #000;
    font-weight: bold;
}

.privacy-t-c p {
    color: #303030;
}


.main-body {
    padding: 50px 50px 0 50px;
    min-height: 60vh !important;
}

.main-body h2 {
    color: #005196;
}

.main-body h5 {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.main-body p {
    color: #303030;
}

.footer-menu {
    display: flex;
    list-style: none;
}

.footer-menu li {
    margin: 0 20px 0px 0;
}

.elementor-tab-content ul {
    margin-left: 20px !important;
}

.current-menu-item a {
    color: #f1b12b !important;
    font-weight: bold !important;
}

.wpcf7-form label {
    width: 100% !important;
}

.wpcf7-form-control {
    border: none !important;
    width: 100% !important;
    padding: 10px !important;
    outline: none !important;
}

.wpcf7-textarea {
    min-height: 250px !important;
    max-height: 250px !important;
    height: 250px !important;
}

.wpcf7-submit {
    width: 150px !important;
    background: #f1b12b !important;
    color: #fff;
    transition: .4s ease !important;
}

.main-body .newsroom-list li {
    margin: 10px 0 !important;
}

.main-body .newsroom-list li a {
    text-decoration: none !important;
    color: #303030 !important;
    transition: .4s ease !important;
    cursor: pointer !important;
}

.main-body .newsroom-list li a:hover {
    color: #005196 !important;
}

.element_1595814966534 {
    margin-top: 50px !important;
}

.pt-cv-wrapper .btn-success {
    border: none !important;
    background: #f1b12b !important;
    border-radius: 0 !important;
    transition: all .4s ease !important;
}

.pt-cv-wrapper .btn-success:hover {
    background: #005196 !important;
}





