* {
    margin: 0px;
    padding: 0px;
}
html, body{
    overflow-x: hidden;
}
body {
    font-family: 'Muli', sans-serif;
}

.form-group {
    margin-bottom: 1.5rem;
}

.container {
    max-width: 1250px;
}

.btn-warning {
    color: #212529;
    background-color: #eab000;
    border-color: #ffc107;
}

.mt-14 {
    margin-top: 140px;
}


/* HEADER CSS */

.fixed-top {
    background-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #181819;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #eab000;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.0rem;
    padding-left: 1.0rem;
}

header {
    box-shadow: 0px 0px 6px #e1d6d6;
}


/* services and Latest update section css */

.yellow-patch::before {
    content: '';
    background: url(../images/yellow-patch.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-position: left top;
    background-size: 65%;
}

.heading {
    font-size: 32px;
    font-weight: 600;
}

.services {
    width: 86%;
    border-bottom: 4px solid #eab000;
}

.services:hover {
    box-shadow: 1px 1px 1px #e1d6d6;
}

.services-heading {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.banner-box {
    -webkit-box-shadow: 0px -1px 11px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 11px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 11px -4px rgba(0, 0, 0, 0.75);
}

.latest-update .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    float: right;
}

.latest-update .owl-theme .owl-dots .owl-dot.active span,
.latest-update .owl-theme .owl-dots .owl-dot:hover span {
    background: #eab000;
}


/* About Section */

.about-kmds:before {
    content: '';
    background: url(../images/left-patch.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 84%;
    background-position: right top;
    background-size: 13%;
    z-index: -1;
}

.about-kmds-img {
    box-shadow: 2px 2px 7px #181819;
    margin-bottom: 15px;
}

.text-black {
    color: #101010;
}

.about-box {
    background-color: #f2f2f2;
    border-left: 5px solid #eab000!important;
}

.vision-mission-heading {
    margin-left: -14px;
    font-weight: 600;
}

.m-minus-14 {
    margin-left: -14px;
}


/* Start Our Team */

.our-team {
    background-image: url('../images/our-team-background.png');
    width: 100%;
    height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center !important;
}

.our-team-box {
    background-color: #fff;
    box-shadow: 2px 1px 10px #d5dae0;
}


/*End Our Team */


/* Our Partner  */

.left-border-box {
    background-color: #fff;
    border-left: 5px solid #eab000!important;
    padding-left: 10px;
    padding-top: 10px;
    /* padding-bottom: 10px; */
}

.our-partner-box {
    padding: 20px;
}

.our-partner-box:hover {
    box-shadow: 1px 1px 9px #000;
    transition: 2s;
}

.infrastructure:before {
    content: '';
    background: url(../images/right-patch.png) no-repeat;
    width: 100%;
    height: 77%;
    position: absolute;
    left: 0;
    top: inherit;
    background-position: left bottom;
    background-size: 11%;
    z-index: 9;
}

.infra-img {
    z-index: 1;
    position: inherit;
    /*width: 50%;*/
}

.infra-box {
    padding: 40px 30px 80px 100px;
    border: 5px solid #eab000;
    width: 53%;
    float: none;
    position: absolute;
    right: 10%;
    z-index: 0;
}

.infra-box ul li {
    list-style-type: none;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
}

.infra-box ul li .fa {
    position: absolute;
    left: 0;
    top: 6px;
    color: #eab000;
}

.form-section {
    background-image: url('../images/caraeer-bg.jpg');
    /*width: 75%;*/
    /*height: 500px;*/
    padding: 40px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center !important;
}

.py-7 {
    padding: 115px 0px;
}


/* form css */

.frm-section:before {
    content: '';
    background: url(../images/footer-patch.png) no-repeat;
    width: 100%;
    height: 79%;
    position: absolute;
    right: 0;
    /* top: 52%; */
    background-position: right bottom;
    background-size: 13%;
    z-index: 0;
}

label {
    display: block;
    position: relative;
    margin: 40px 0px;
}

.label-txt {
    position: absolute;
    top: -0.4em;
    padding: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 600;
    transition: ease .3s;
}

.input {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: none;
    outline: none;
}

.line-box {
    position: relative;
    width: 100%;
    height: 2px;
    background: #BCBCBC;
}

.line {
    position: absolute;
    width: 0%;
    height: 2px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #8BC34A;
    transition: ease .6s;
}

.input:focus+.line-box .line {
    width: 100%;
}

.label-active {
    top: -1.6em;
}


/* Footer  */

footer {
    background-color: #252731;
    padding-top: 30px;
    z-index: 1;
    color: #fff;
}

.text-white {
    color: #fff;
}

.footer-section {
    background-image: url('../images/footer-img.png');
    width: 100%;
    height: 191px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center bottom !important;
    margin-top: -191px;
}

.icon {
    border: 1px solid #fff;
    padding: 10px 14px;
    border-radius: 50%;
    color: #fff;
}

.text-yellow {
    color: #b58b0c;
}

.vertical-white-line {
    height: 230px;
    width: 1px;
    background-color: #fff;
}

.footer-submenu ul li {
    list-style-type: none;
}

.footer-submenu ul li a {
    color: #fff;
}

hr {
    border-top: 1px solid #fff;
}

.copyrightContainer {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 25px;
    display: none;
}

.equal-height-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.equal-column-content {
    height: 100%;
}


/* Responsive Css */
@media(max-width:1370px){
    .infra-box {
    padding: 40px 30px 80px 100px;
    border: 5px solid #eab000;
    width: 53%;
    float: none;
    position: absolute;
    right: 4%;
    z-index: 0;
}
.our-infrastructure .infra-box {
     padding: 40px 30px 80px 110px; 
}
}

@media(max-width:1279px) {
    .our-team {
        background-image: none;
        height: auto;
    }
}
@media(max-width: 1199px){
    .career-form{
        width: 75%;
        margin: 0 auto;
    }
}


@media(max-width:1023px) {
    .mt-14 {
        margin-top: 6px !important;
    }
}

@media(max-width:1024px) {
    .mt-14 {
        margin-top: 81px;
    }
    .yellow-patch::before,
    .about-kmds:before {
        display: none;
    }
    .services {
        width: 100%;
    }
    .flex {
        display: flex;
    }
    .flex-order1 {
        order: 2;
    }
    .flex-order2 {
        order: 1;
    }
    .our-infrastructure .infra-box{
        padding: 20px!important;
    }
    .infra-box {
        padding: 20px;
        border: 5px solid #eab000;
        width: 100%;
        float: none;
        position: initial;
        right: 10%;
        z-index: 0;
    }
    .infra-img {
        z-index: 1;
        position: inherit;
        width: 100%;
        padding: 10px;
    }
    .py-7 {
        padding: 15px 0px;
    }
}

@media(max-width:991px) {
    .fixed-top {
        position: initial;
    }
    h5 {
        font-size: 16px;
    }
    .form-section {
        background-image: url(../images/caraeer-bg.jpg);
        width: 100%;
        /*height: 530px;*/
    }
}

@media (min-width: 767px) and (max-width: 1028px){
    .partners .left-border-box h5{
        font-size: 12px!important;
    }
}

@media(max-width:767px) {
   
        .career-form{
            width: 100%;
            margin: 0 auto;
        }
    .resume{
        margin-left: 94px;
        font-size: 13px;
    }
    .index-resume{
        margin-left: 100px!important;
        font-size: 13px!important;
    }
    .navbar-brand img {
        width: 196px;
    }
    .py-7 {
        padding: 15px 0px;
    }
    .m-minus-14 {
        margin-left: 0px;
    }
    .vision-mission-heading {
        margin-left: 1px;
        font-weight: 600;
    }
    .male{
        margin-left: 0!important;
    }
    .female{
        margin-left: 15px!important;
    }
    .index-male{
        margin-left: 100px!important;
    }
    .index-female{
        margin-left: 15px!important;
    }
    .label-txt, select.form-control{
        font-size: 13px!important;
    }

}

@media(max-width:480px) {
    .heading {
        font-size: 19px;
        font-weight: 600;
    }
    .vision-mission-heading {
        margin-left: 2px;
        font-size: 14px;
    }
    .m-minus-14 {
        margin-left: 5px;
    }
    footer .text-white {
        font-size: 14px;
    }
    footer h5 {
        font-size: 12px;
    }
}

ul.list li{
   list-style-type: none;
    font-size: 16px;
    position: relative;
    padding-left: 35px;
    line-height: 2em;
}
ul.list li ul.list li{
    padding-left: 0;
}
ul.list li .fa {
    position: absolute;
    left: 0;
    top: 6px;
    color: #eab000;
}
.partner2{
    margin-top: 80px;
}
.our-infrastructure{
    padding-bottom: 12rem;
        margin: 50px 0;
}
/*.career{
    width: 100%!important;
    padding: 40px 0;
}*/
.male{
    margin-left: -200px;
}
.female{
    margin-left: 25px;
}
.index-male{
    margin-left: 250px;
}
.index-female{
    margin-left: 25px;
}
.index-resume{
    margin-left: 150px;
}

.ibc{
    margin: 50px 0;
}
select.form-control{
    /*border-bottom: 2px solid #BCBCBC;*/
    padding: 6px 10px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 600;
}
p.gender{
    padding: 4px 10px;
}
.form-control:focus {
    color: #000;
    background-color: #f5f5f5;
    border: none;
    outline: none;
    /*border-bottom: 2px solid #BCBCBC;*/
    box-shadow: none;
    /*border-color: #80bdff;*/
    /*outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);*/
}

.infrastructure{
    padding-bottom: 13rem;
}
@media (min-width: 1157px) and (max-width: 1200px){
     .infrastructure{
        padding-bottom: 20rem;
    }
}
@media (min-width: 1025px) and (max-width: 1156px){
     .infrastructure{
        padding-bottom: 24rem;
    }
}
@media (max-width: 1024px){
    .infrastructure{
        padding-bottom: 4rem;
    }
}
.our-infrastructure .infra-box{
    padding: 40px 30px 80px 120px;
}

h2.cs-heading{
    font-size: 1.7rem;
    margin: 20px 0;
}
.research img{
    width: 100%;
}
/*.research .col-md-4{
    border: 1px solid #ccc;
    padding: 5px;
    margin-right: 10px;
    
}
@media (min-width: 767px){
.research .col-md-4{
    max-width: 32%;
}
}
@media (max-width: 575px){
 .research .col-md-4{
    margin-right: 0!important;
}   
}*/
.news h2.cs-heading {
    font-size: 1.2rem;
    margin: 20px 0;
    font-weight: 700;
}

@media (min-width: 1200px){
    .services {
        min-height: 227px;
    }   
}

/*Contact form*/
/*Contact form*/
.internalPage {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #181818;
    font-size: 15px;
    line-height: 25px;
    color: #4e4e4e;
}
.ts-service-icon-wrapper {
    float: left;
}
.ts-service-icon-wrapper .ts-service-icon {
    background: #eab000 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    margin: -5px 20px 0 0;
    width: 40px;
    text-align: center;
}
.ts-service-info {
    display: table-cell;
}
.ts-service-info p {
    font-size: 16px;
}
form#cont {
    padding: 0px 0px 0px;
    color: #fff;
    border-radius: 10px;
    margin: 20px 30px;
}
.validateField {
    position: relative;
    width: 100%;
}
form#cont input, form#cont textarea {
    margin-left: 0px !important;
    height: 40px !important;
    border-radius: 4px;
    outline: none;
    margin-bottom: 15px;
    border: none;
    color: #000;
    border: 1px solid #003468;
    font-size: 15px;
}
#btn {
    border: none;
    background: rgb(0, 52, 104);
    padding: 6px 15px;
    color: #fff!important;
    border: none!important;
}

/*End contact form*/

.partners a{
    color: #000;
}

@media (min-width:1030px) and (max-width: 1230px){
    .our-partner-box{
        min-height: 357px;
    } 
}
@media(min-width:901px) and (max-width: 1029px){
    .our-partner-box{
        min-height: 275px;
    }
}
@media(min-width:768px) and (max-width: 900px){
    .our-partner-box{
        min-height: 245px;
    }
}
@media(min-width:667px) and (max-width: 767px){
 .our-partner-box{
        min-height: 303px!important;
    }
}
@media (min-width: 1230px){
    .our-partner-box{
        min-height: 346px;
    }
}
.news{
    padding-left: 15px;
}
.formats ul.list li .fa{
    top: 0;
}

.about-kmds p{
    text-align: justify;
}
.associates .left-border-box h5{
    font-size: 1.1rem;
}


@media (min-width: 1366px){
    .our-infrastructure .infra-img{
        width: 45%;
    }
}

.gallery .group4 img
{
    /*display: inline-block;
    margin-top: 20px;*/
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
}