body{
    font-family: Open Sans, 'Condensed Bold' !important;
}
.bg-light{
    background:#fff !important;
}
a.nav-item.nav-link {
    font-size: 16px;
    color: #043f7b !important;
}
h1{font-family: 'Open Sans Condensed', sans-serif; }
/*
.contain{
    width: 100%;
    background: url('../img/394962-PCH23D-900.jpg');
        background-position: center;
    background-size: cover;
}
*/
.navbar{
    padding: 0px;
}
.contain {
    background: url(../img/shutterstock_181680002.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.heading {
    margin-top: 10%;
    text-align: center;
    z-index: 9999;
    position: relative;
    width: 100%;
}
.heading p {
    background: #f47d35;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
/*    width: 50%;*/
    display: inline-block;
}
.form{
    margin-top: -5%;
    background: #0000008c;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    float: left;
        padding-top: 8%;
    margin-bottom: 10%;
}
.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
    color: #fff;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: bold;
    color: #fff !important;
    font-size: 20px;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 2px solid #ffffff;
     border-radius: 0; 
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-top: none;
    border-left: none;
    border-right: none;
}
.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.submit {
    width: 100%;
    text-align: center;    padding-top: 5%;
}
.signup {
    width: 100%;
    text-align: center;    padding-top: 5%;
}
.signup a {
    background: #f47d35;
    color: #fff;
    padding: 7px;
    width: 100px;
    border-radius: 5px;
    font-size: 16px;
    display: inline-block;
}
.submit a {background: #f47d35;
    color: #fff;
    padding: 7px;
    width: 90px;
    border-radius: 5px;
    margin-left: -40px;
    font-size: 16px;
    display: inline-block;
}


/*
.submit a {
    background: #f47d35;
    color: #fff;
    padding: 7px;
    width: 100px;
    border-radius: 5px;
    font-size: 16px;
    display: inline-block;
}
*/
/*=====theme specific=======*/
.submit a {background: #f47d35;
    color: #fff;
    padding: 7px;
    width: 90px;
    border-radius: 5px;
    margin-left: -40px;
    font-size: 16px;
    display: inline-block;

}

img {
    max-width: 100% !important;
/*    clear: both;*/
}
.content h1{
    font-weight: 600;margin-top: 15%;
}
.content img {
    border: 4px dashed #827f7f;
    padding: 10px;
}
.box {
    background: #fff;
    margin-top: 12%;
    box-shadow: 0px 0px 5px 2px #ccc;
    float: left;width: 100%;
}
.box1 {
/*    background: #fff;*/
    margin-top: 12%;
/*    box-shadow: 0px 0px 5px 2px #ccc;*/
    float: left;width: 100%;
}


.col-md-7.place {
    float: left;
    margin-left: -10%;
    margin-top: 4%;margin-bottom: 30px;
}
.mob-box{display: none;}
.view h2{margin-top: 45%;
    color: #e46611;
    font-size: 3.5rem;
    padding-left: 5%;
}
.view p{
    color: #e46611;
    font-size: 2rem;
    padding-left: 5%;
}
#career h4{
     color: #e46611;
    font-size: 1.5rem;    padding-left: 10px;
}
@media only screen and (max-width: 991px) {
    .mob-box{display: block; margin-top: 10%;}
    .box{
        display: none;
    }

    .view h2{ font-size: 2.5rem;}.view p{ font-size: 1.5rem;}
}
@media only screen and (max-width: 580px) {
.footer ul li{
    font-size: 20px !important;
    }
}
@media only screen and (max-width: 768px) {
    .view h2{margin-top: 10%;  
    font-size: 2.5rem;
    padding-left: 5%;
}
    
.view p{
    color: #e46611;
    font-size: 1.5rem;
    padding-left: 5%;
}



}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0px !important;
    }
    .mid_tab_css img{
        width:160px;
    }
    .navbar-nav .nav-link {
   /* padding-right: .5rem;*/
    padding-left: 0px !important;
    }
    a.nav-item.nav-link {
    font-size: 15px;
    color: #043f7b !important;
    }


 }
.footer ul li{
    list-style: none;
    font-size: 25px;
    font-family: 'Open Sans Condensed', sans-serif;
}
i.fa.fa-check-circle-o {
    display: none;
}
.check-list ul li:before {
    content: "\2713";
    margin-left: -11px;
}
.footer ul {
    padding-left: 0px;
}

.footer p{
    font-size: 18px;
}
.copyright{
    text-align: right
}
ul.social {
    padding-left: 0px;
}
   .bottom-footer h4 a{
        color:#fff;
    }
    ul.social li {
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
    list-style: none;
}
    ul.social li:before {
    display: none;
}
ul#award {
    padding-left: 0px;
}
@media screen and (min-device-width: 320px) and (max-device-width: 990px) { 
  .a{display:none;}
}
@media screen and (min-device-width: 320px) and (max-device-width: 580px) { 
    .contain{
        background-position: 65%;
    }
    .skill-img{
        height: 100px !important;
    margin: 0 auto;
    }
    .copyright{
    text-align: left
}
   
}

@media screen and (min-device-width: 1190px) and (max-device-width: 1440px) { 
   .form {
    padding: 35px;
    margin-left: 7%;
       padding-bottom: 15px;
}
}
.col-md-12.partner-logo {
    border: 1px solid;
    border-radius: 5px;
    margin-bottom: 0px;
        padding-top: 15px;
}
.floating-btn {
       background: #ff5e00;
    color: #ffffff;
    padding: 4px 7px;
    text-transform: uppercase;
    position: absolute;
    right: -54px;
    top: 80%;
    font-size: 17px;
    z-index: 99;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(-90deg);
    position: fixed;
}
.floating-btn a {
    color: #ffffff;
    text-decoration: none;
}
section.bottom-footer {
    background: #ff5e00;
    color: #fff;
}
html{
    scroll-behavior: smooth;
}
.img-fluid{
    height: auto !important;
}

.award ul li{
    list-style: none;
}
.card {
  margin: 0 auto; margin-bottom: 10px;
}
/*
.card .carousel-item {
  height: 200px;
}
*/
.card .carousel-caption {
/*
  padding: 0;
  right: 0;
  left: 0;
*/
  color: #3d3d3d;
}
.carousel-caption {
    position: initial;
}
.carousel-caption img{
    width: 100px;
}
.card .carousel-caption h3 {
  color: #3d3d3d;
}
.card .carousel-caption p {
  line-height: 30px;
}
.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-9 {
  text-align: left;
}
.navi a {
    text-decoration:none;
}
a > .ico {
    background-color: grey;
    padding: 10px;
    
}
a:hover > .ico {
    background-color: #666;
}
