
/* 
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2&family=Baloo+Bhaina');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital@0;1&display=swap'); */
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
 
}
body {
   
    line-height: 1.667;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Ubuntu', sans-serif; */
    font-family: "Bell MT";
    color: #222222;
    font-weight: 700;
}

h1 {
    font-size: 70px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 1.8;
    color: rgb(0, 0, 0);
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
/* header start */
.navbar-nav li{
    padding-left: 20px;

}
.navbar-light .navbar-nav .nav-link {
   font-size: 18px;
   color: #000;
}
.navbar-nav{
    margin-top: 27px;
}
.dropdown-menu li{
    padding: 0px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #2b5a84;
}
.industry-practices-menu{
    column-count: 3;
}
.dropdown-menu li .dropdown-item{
    font-size: 14px;
}
.navbar-brand{
    width: 24%;
}
/* header end */

/* slider start */
.banner-slider .container-fluid{
    padding-left: 0px;
}
.home-about{
text-align: center;
background: deepskyblue;
padding: 17px 16px;
}
.home-services{
text-align: center;
background: turquoise;

padding: 17px 16px;
}
.slider{
    padding: 0px;
}
.slider a{
    background: #1a4e7b;
    color: #fff;
    padding: 8px 12px;
    font-size: 17px;
}
.slider p{
    font-size: 15px;
}

/* slider end */


/* home about us section start */
.aboutUs-Sec h2{
    text-align: center;
    /* padding: 10px 0px; */
    padding-bottom: 26px;
    font-weight: 400;
    font-size: 38px;
    font-style: italic;
    color: #fff;
}
.usp-box{
    text-align: center;
    padding: 24px 0px;
}
.aboutUs-Sec h3{
    font-size: 50px;
    font-weight: 100;
    margin: 0;
    color: #ffbc00;
    font-style: italic;
}
.aboutUs-Sec p{
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
}
.bdr-ryt{
    border-right: 1px solid #cfcece;
}
/* home about us section end */

/* home industry slider start */
.home-industry{
    background: #f1f1f1;
}
.slider-body a{
 display: flex;

 align-items: center;
}
.home-industry-body{
    padding: 57px;
}
.home-industry-body h2{
text-align: center;
padding-bottom: 20px;
}
.home-industry-body p{
    text-align: center;
    font-size: 18px;
    }
    .industry-slider{
        padding: 22px;
    }
    .all-industry-btn{
        text-align: center;
    }
    .all-industry-btn a{
        background: #1a4e7b;
        color: #fff;
        padding: 12px 19px;
        font-size: 20px;
    }
    .slider-body a img{
        padding-right: 26px;
    }
    .slider-body a span p{
        margin: 0;
        font-size: 18px;
    }
    .owl-prev span{
        font-size: 40px;
    }
    .owl-next span{
        font-size: 40px;
        line-height: 2rem;
    }
    .testimonial .owl-nav{
        text-align: center;
    }
/* home slider industries end */

/* testimonial start */
.testimonial-text{
    margin: 28px 133px;
    text-align: center;
}
.testimonial-text img{
    width: 850px;
    height: 450px;
}
.testimonial-sec{
    background: url(../img/testimonial-bg-min.jpg);
}
/* testimonial end */

/* home address star */
.home-address-body{
    background: #f1f0f0d1;
    padding: 20px;
    border-radius: 5px;
}
.home-address{
    padding: 20px 76px;
}
.home-address p{
    font-size: 20px;
    padding: 10px 0px;
}
.home-address p a{
    color: #000;
}
.home-address p a:hover{
  text-decoration: underline;
}
.home-map iframe{
    border: 0;
    width: 100%;
    height: 328px;
}
/* home address end */


/* footer start */
.footer {
    padding: 40px 0px;
    background-color:  #f1f1f1;
}

.footer-col p {
    color: #000;
    padding: 10px 0px;
    text-align: justify;
}
.footer-logo{
    width: 80%;
}

.footer-social-link {
    display: flex;
    gap: 15px;
}
/* .footer-col{
    padding-left: 20px;
} */
.footer-social-link li a {
    border: 1px solid #132666;
    border-radius: 50%;
    color: #132666;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;

    text-align: center;
    width: 2.5rem;
}

.footer-social-link li a i {
    font-size: 20px;
    transition: all 0.5s ease-in-out;
}

.footer-col .footer-title {

    font-size: 26px;
    font-weight: 600;
    color: #132666;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;

}

.footer-col .footer-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 55px;
    height: 2px;
    background-color: #1f4d78;
}

.footer-col .footer-menu li {
    margin-bottom: 7px;
}

.footer-col .footer-menu li a {
    color: #000;
    position: relative;
    padding-left: 0px;
    transition: all 0.5s ease-in-out;
   font-size: 13px;
}

.footer-col .footer-menu li a i {
    position: absolute;
    top: 2px;
    left: -5px;
    font-size: 16px;
    color: #000;
    -webkit-transition: .5s;
    transition: all .5s ease-in-out;
}

.footer-col .footer-menu li a:hover {
    color: #214d7a;
    text-decoration: underline;

}

.footer-col .footer-menu li a:hover i {
    color: #132666;
    left: 2px;

}

.facebook:hover {
    background: #00acee;
    border-color: #00acee;
}
.footer-industry{
    column-count: 2;
}

.twitter:hover {
    background: #00acee;
    border-color: #00acee;
}

.instagram:hover {
    /* background: linear-gradient(45deg, #fdb83a, #f900fb);
    border: none; */
    background: #00acee;
    border-color: #00acee;
}

.youtube:hover {
    background: #00acee;
    border-color: #00acee;
}

.address li a {
    color: #000;
    transition: all 0.5s ease-in-out;
}

.address li a i {
    font-size: 24px;
    padding-right: 11px;
    transition: all 0.5s ease-in-out;
}

.address li {
    padding-bottom: 20px;
}

.address li a:hover {
     color: #214d7a;
}

.address li a:hover i {
    color: #132666;
}
.copy-right{
    background: #b9b9b9;
}
.copy-right-text{
    text-align: center;
}
.copy-right-text p{
    margin: 0px;
}
/* .footer-menu{
    padding-left: 9px;
} */
/* footer end */


/* wharsapp start */
.quickcontact {
    width: 40px;
    position: fixed;
    top: 77%;
    left: 10px;
    z-index: 20;
}
/* whatsapp end */

/* bottom to top start */
#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 25px; 
    z-index: 99;
    border: none;
    outline: none; 
    background-color: #12277edb;
    color: #fff;
    cursor: pointer; 
    padding: 7px 15px;
    border-radius: 10px; 
    font-size: 18px;
  }
  #myBtn i{
    font-size: 20px;
  }
  #myBtn:hover {
    background-color: #555; 
  }
/* bottom to top button end */

/* company-logo start */
.logo-slider{
        background-color: #f5f5f5;
        padding-top: 30px;

}
.company-logo-img img{
  width: 80%;
}
/* company-logo end */


/* about us :start */

.banner-text{
    background-image: url(../img/banner_about.jpg);
}
.banner-text h2{
    color: #fff;
    padding: 54px;
    font-size: 85px;
    margin: 0;
}
.about-content img{
    max-width: 50%;
    float: left;
    margin-right: 11px;
    padding: 0px -3px;
    padding-right: 13px;
}
.industrial-content{
    display: flex;
    align-items: center;
}
.industrial-content-body p{
    padding-top: 10px;
}
.industrial-img img{
    width: 100%;
}
.industrial-row{
    background: #f1f1f1;
    padding: 28px;
}
.services-sec{
    padding: 52px 0px;
}
.services-row1{
    background: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
}
.services-row1 p{
    font-size: 20px;
}

.classified3Images1 ul li {
    display: inline-block;
    margin-bottom: 20px;
}
.classified3Images1 ul li {
    width: 31%;
    margin-left: 2%;
}
.headVr {
    background-color: #f8f8f8;
    border: 1px solid #d9d7d7;
}

.headVr h3{
    margin: 0px;
    font-size: 20px;
    font-weight: 100;
}
.p7px {
    padding: 6px;
}
.form1{
    padding: 15px 30px;
}
.formTable td .headHr {
    padding: 10px 12px;
}
.formTable {
    
    width: 100%;
}
.formTable > tbody > tr > td{
    border: 1px solid rgba(0,0,0,0.15);
}
.ar{
    text-align: right;
}
.w40{
    width: 40%;
}
.w60{
   width: 60%;
}
.h35{
    height: 35px;
}
.fr{
    float: right;
}
.p10px{
    padding: 10px;
}
.b{
    font-weight: bold;
}
.data{
    background-color: #fcfcfc;
}
.form1-submit {
    border: 1px solid #1a4e7b;
    padding: 1px 15px;
    font-size: 19px;
    background: none;
    color: #043057;
    transition: all 0.6s ease-in-out;
}
.form1-submit:hover{
    color: #fff;
    background-color: #1a4e7b;
}
.formTable .headHr{
    background: #1a4e7b;
    color: #fff;
}
.formTable input, .formTable select, .formTable textarea {
    outline: none;
}
.pl5px{
    padding-left: 5px;
}
.bdrAll{
    border-color: rgba(0,0,0,0.13);
}
.bdrAll td{
    border: 1px solid #ccc;
}
.bdrAll td p{
    margin: 0px;
    font-size: 15px;
}
.w25{
    width: 25%;
}
.form2 p{
    margin: 0px;
}
.formTable2 .w33{
 width: 33%;
}
.formTable2 .w25{
    width: 25%;
   }
   .formTable2 .p10px{
    padding: 10px;
   }
   .formTable2 .w100{
    width: 100%;
   }
   .formTable2 .vab{
    text-align: center;
   }
   .formTable2{
    border: 1px solid rgba(0,0,0,0.15);
   }
   .formTable2 td{
   border: none !important;

   }
   .formTable2 .search-button{
    background: none;
    border: 1px solid #1a4e7b;
    color: #062c4d;
    padding: 4px 15px;
    font-size: 17px;
    transition: all 0.6s ease-in-out;
   }
   .formTable2 .search-button:hover{
    background-color:#1a4e7b;
    color: #fff;
   }
   .formTable a{
    color: #1a4e7b;
   }
   .formTable a:hover{
   text-decoration: underline;
   }
   .jobs{
    padding-top: 30px;
   }
   .dt{
    display: flex;
    justify-content: space-between;
    align-items: center;
   }
   .dif h3{
    margin: 0px;
   }
   .dtc a{
    background: #1a4e7b;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
   }
   .dtc button{
    background: #1a4e7b;
    color: #fff;
    padding: 0px 15px;
    font-size: 20px;
    border: none;
   }
   .job-detail td{ 
    border: none !important;
   }
   .job-detail .w195{
    width: 195px;
   }
   .job-detail .p5px{
    padding: 5px;
   }
   .p2px10px {
    padding: 2px 10px;
}
.bdr{
    border: 1px solid #ccc;
}
.mt2px {
    margin-top: 2px;
}
.mr5px{
    margin-right: 5px;
}
.dib{
    display: inline-block;
}
.contactus{
    background: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
}
.contact-row{
    padding: 14px 45px;
}
.address p{
    padding: 13px 20px 0px 20px;;
}
.address p a{
    font-size: 20px;
    color:  #1a4e7b !important;
}
.copy-right-text p a img{
    width: 10%;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
       .navbar-brand{
        width:50%;
    }
    .industry-practices-menu{
        column-count: 1;
    }
    .footer-col {
     
        padding-top: 40px;
    }
    .testimonial-text {
        margin: 0px 0px;
        text-align: center;
    }
    .home-industry-body {
        padding: 20px 0px;
    }
    .slider-body a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .home-address {
        padding: 20px 0px;
    }
    .about-content img {
        max-width: 100%;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    .about-content p{
        text-align: justify;
    }
    .banner-text h2 {
        color: #fff;
        padding: 54px;
        font-size: 28px;
    }
    .industrial-content-body p {
       
        text-align: justify;
    }
    .classified3Images1 ul li {
        width: 97%;
        margin-left: 2%;
       
    }
    .formTable > tbody > tr > td{
        border: 1px solid rgba(0,0,0,0.15);
        display: block;
    }
    .formTable .ar, .formTable td {
        text-align: left;
    }
    .form1 {
        padding: 7px 5px;
    }
    .formTable tbody tr {
        margin-bottom: 15px;
        display: block;
    }
    .formTable input, .formTable select, .formTable textarea {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #565656;
    }
   
    .job-profile {
        overflow-x: auto;
    }
    .formTable2 .w33{
        width: 100%;
       }
       .formTable2 .w25{
           width: 100%;
          }
          .headHr-row{
            display: none !important;
          }
          .jobs-body td{
            text-align: center;
          }
          .contact-row {
            padding: 14px 0px;
        }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
    
.navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
}

.navbar .nav-item:hover .nav-link {
    color: #fff;
}

.navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
}

.navbar .dropdown-menu.fade-up {
    top: 180%;
}

.navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 114%;
    transform: rotateX(0deg);
    border: none;
   
}
.industry-practices-menu{
    left: -78%;
}
.navbar .nav-item:hover .nav-link {
      /* color: #a6c4b1; */
      background: #2b5a84;
}
}

.alert{
      margin:0px;
      width: 30%;
      position: absolute;
      right: 10px;
    }

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

@media only screen and (max-width: 767px){
    .alert{
        margin:0px;
        width: 90%;
        position: absolute;
        right: 10px;
      }
}

.star{
    color: red;
}

.star::before{
    color:#000;
    content: '(';
}

.star::after{
    color:#000;
    content: ')';
}

@media only screen and (max-width: 767px){
.w40{
    width:auto !important;
}
}