@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

ul li {
    list-style: none;
}
a{
    color: white;
    text-decoration: none;
}

.navbar {
    border-bottom: 2px solid #047404;
}
.top-navbar{
    position: relative;
    z-index: 1;
}
.top-logo {
    width: 70%;
}

.nav-item {
    padding: 0px 20px;
    font-weight: 800;
    font-size: 18px;

}

.nav-link {
    color: #060C56;
}

.navbar-nav .nav-link.active {
    color: #047404
}

.dropdown-submenu {
    position: relative;
    width: 250px;
    padding: 10px 0px;
}

.dropdown-menu {
    width: 250px;
    padding: 10px 0px;
    background-color: #060C56;
}

.dropdown-submenu a {
    color: white;
    text-decoration: none;
    font-weight: 400;
    padding: 0px 15px;
}

.dropdown-item {
    color: white;
}

li.dropdown-submenu:hover {
    background-color: #047404;
    color: white;
}

.dropdown-item:hover {
    background-color: #047404;
    color: white;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: 10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.hero-section {
    display: flex;
    justify-content: space-between;
}

.hs-left-top {
    padding: 80px;
}

.hs-left-top h1 {
    color: #060C56;
    font-weight: bold;
}

.hs-left-top p {
    color: #060C56;
    line-height: 2;
    padding: 30px 0px;
    font-weight:500;
}

.hs-left-top button {
    border: none;
    border-radius: 100px;
    background-color: #060C56;
    color: white;
    cursor: pointer;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
}

.hs-left-top button:hover {
    background-color: #047404;
    color: white;
    font-style: italic;
}

.about-center {
    padding: 40px 80px;
}
.about-center p{
    font-weight:500;
    color: #060C56;
    line-height:2;
}

.about-top h1 {
    text-transform: uppercase;
    color: #060C56;
    font-weight: bold;
}

.about-top h4 {
    color: #060C56;
    font-weight: 600;
}

.git-inner {
    display: flex;
    background: #060C56;
    color: white;
    padding: 50px 80px 50px 80px;
}

.git-left p {
    font-size: 20px;
    font-weight: 500;
    padding: 80px;
}

.git-right {
    padding: 80px;
}

.git-right button {

    border: none;
    border-radius: 100px;
    background-color: #047404;
    color: white;
    cursor: pointer;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
}

.git-right button:hover {
    color: #060C56;
    font-style: italic;
}

.card {
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    border: 1;
    border-radius: 1rem;
}

.img-hover-zoom--colorize img {
    border-radius: 6%;
    width: 100%;
    height: 200px;
    padding: 1px;
    transition: transform .5s;
    /*filter: grayscale(100%);*/
}

.img-hover-zoom--colorize:hover img {
    filter: grayscale(0);
    transform: scale(1.05);
}

.card h5 {
    overflow: hidden;
    height: 80px;
    font-weight: 300;
    font-size: 1rem;
}

.card h5 a {
    color: black;
    text-decoration: none;
}

.role {
    color: #7a7a7a;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fab {
    font-size: 1.5rem;
    color: darkgray;
    transition: transform .5s;
}

.fab:hover {
    color: black;
    transform: scale(1.1);
}

.card h2 {
    font-size: 1rem;
}

.btn-services {
    background: #060C56;
    color: white;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 100px;
    border: none;
}

.btn-services:hover {
    background: #047404;
    color: white;
    font-style: italic;
}

.os-top h1 {
    color: #060C56;
    font-weight: 600;
}

.os-top h6 {
    color: #060C56;
    font-weight: 500;
}
.card-body h4{
  color: #060C56;
}

.footer-section {
    margin-top:25px;
    border-top: 2px solid #047404;
}

.footer-inner {
    display: flex;
    padding: 20px 100px;
}

.footer-left {
    padding: 30px 0px;
}

.footer-center ul li {
    padding: 10px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #060C56;
    cursor: pointer;
}
.footer-center ul li a{
    padding: 10px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #060C56;
    cursor: pointer;
    text-decoration: none;
}

.footer-center ul li:hover {
    color: #047404
}
.footer-center ul li a:hover {
    color: #047404
}

.footer-right ul li {
    font-size: 13px;
    padding: 10px 0px;
    color:#060C56;
}
.footer-end-inner p{
   padding-top:20px;
   font-size:14px;
}
.abd{
    padding-left:30px;
}

.fa {
    color: #047404;
    padding-right:15px
}

.footer-end-inner {
    text-align: center;
    background: green;
    padding: 0px 0px 1px 0px;
    color: white;
    cursor: pointer;
}

/* =================== Bredcrumbs ==================== */
.top-bc{
    margin: 4% 35%;
}
.fa-angle-double-right{
    padding-left: 10px;
}
.active-bc{
    font-weight: bold;
    color: #047404;
}

/* ================== About Section ===================== */
.about-section{
    position: relative;
}
.inner-about{
    position: relative;
}
.breadcrumb{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0px 0px 0px;
    margin: 0;
}
.ib-start{
    display: flex;
    justify-content: space-between;
    padding: 0px 20px 0px 70px;
}
.about-vision{
    margin:0px 85px;
}
.about-vision p{
    color:#060C56; 
    font-weight:500;
    line-height:2;
}
.list-heading{
color:#060C56; 
font-weight:500;
font-size:20px !important;
margin-top:2%;
}
.left-ib{
    text-align: justify;
    width: 50%;
    color: #060C56;
    padding: 10px 20px 0px 0px;
    font-weight: 500;
} 
.left-ib p{
    line-height:2;
}
ol{
    line-height:2;
    color:#060C56;
    font-weight:500;
    list-style:none;
}
.fa-long-arrow-right{
 font-size:20px;   
}
.right-ib{
    width:50%;
}
.right-ib img{
    max-width:100%; 
    border-radius:10px; 
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* MEDIA */

@media only screen and (max-width:767px){
    .navbar {
        padding: 10px 0px !important;
    }
    .hero-section{
        display: block;
    }
    .hs-left-top {
        padding: 20px;
    }
    .about-center {
        padding: 20px;
    }
    .git-inner{
        padding: 20px;
        display: block;
    }
    .footer-inner{
        display: block;
        padding: 20px;
    }
    .footer-center{
        text-align: left !important;
    }
    .about-top h1{
        margin-top: 2% !important;
    }
    .ib-start{
        display: block;
    }
    .left-ib{
        width: 100%;
    }
    .right-ib{
        width: 100%;
    }
    .about-vision{
        padding-top: 40px !important;
    }
}

@media only screen and (max-width:1180px){
    .hs-left-top {
        padding: 20px;
    }
.about-top h1{
    padding: 20px !important;
    margin-top: 2% !important;
}
.about-center {
    padding: 20px;
}
.git-inner{
    padding: 20px;
}
.footer-inner{
    padding: 20px;
}
    /* About us page */
    .ib-start{
        padding: 20px;
    }
    .about-vision {
        margin: 20px;
    }
    .about-vision-0{
        padding-left: 20px !important;
        margin-top: 2% !important;
    }
    .about-vision{
        padding-top: 80px;
    }
}

@media only screen and (min-width: 1200px) {
    /* .img-hover-zoom--colorize img {
        width: 200px;
    } */
}

@media only screen and (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 2rem;
    }
}