/*=========================================
Designed By - Chiranjeevi
Developed By - Shivam Gera
version- 1.0
shivam.glansa@gmail.com
shivam.geraa@gmail.com
==========================================
==========================================*/
/*Font family*/

* {
    font-family: 'Lora', sans-serif;
}
/*Font family*/
.affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
      
  }

  .affix + .container {
      padding-top: 70px;
      
  }
.header_top_div {
    height: 38px;
    background-color: #000 !important;
}
.header_top_links {
    color: #fff;
}
.header_top_links:hover {
    color: #5b5b5b !important;
}
.line_image {
    margin-top: 6px;
    width: 1px;
}
.header_top_login {
    margin-top: 13px;
    margin-left: 12px;
    font-size: 20px;
    color: #fff;
}
.login_triangle {
    background-color: #1b8bbd;
    width: 42px;
    height: 38px;
    margin-top: -5px;
}
.login_triangle:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -21px;
    width: 0;
    height: 0;
    border-top: solid 21px #1b8bbd;
    border-left: solid 21px transparent;
    border-right: solid 21px transparent;
}
.header_middle {
    height: 92px;
}
.logo {
    width: 240px;
    margin-top: 13px;
}
.head_mid_fa_div {
    width: 48px;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 50%;
    float: left;
}
.header_middle_fa {
    color: #faa026;
    font-size: 25px;
    margin-top: 13px;
}
.header_middle_ul {
    margin-top: 20px;
}
.header_middle_li {
    padding-right: 15px;
}
.header_links {
    color: #111;
}
.navbar {
    background: #faa026;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}
.navbar_links {
    font-size: 12px;
    color: #5a5a5a;
    height: 76px !important;
    margin-top: -15px !important;
}
.navbar_links:hover {
    border-bottom: 2px solid  #faa026;
}

.navbar_links_div {
    height: 35px;
    padding-top: 1px;
}
.navbar_links_divleft {
    height: 35px;
    padding-top: 1px;
    color: red;
}
.navbar-nav li a:hover,
.navbar-nav li.active a {
    color: #faa026;
    background-color: transparent;
    !important;
    transition: ease 0.3s;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}
.nav_brand {
    display: none;
}
.dropdown-menu {
    background: #fff !important;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff;
    color: #156dd1 !important;
}
.navbar-nav > li > a,
.navbar-brand {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    height: 33px;
}
.navbar {
    min-height: 55px !important;
}
.nav>li>a:focus, .nav>li>a:hover,{
background-color: white;
    color:red;}

/*Search bar in header starts here*/
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #faa026;
}
.headlogo{
        margin-left: 25%;

}
.dropdown-menu {
    padding:0;
    border:none;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 0;
}
.dropdown-menu a{
    padding:10px 15px !important;
    
}
.dropdown-menu a:hover{
    border-left: 2px solid #faa026;
    color: #fff !important;  
    background-color: #268bb9 !important;
    transition: ease 0.3s;
}

.sidebar_link{
    padding: 5px 0 !important;
    font-size: 16px !important;
}
.mobile_header {
    padding: 10px;
    display: none;
}
.toggle_icon{
    margin-top: 10px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 20;
    right: 0;
    top: 0;
    background-color: #1b8bbd;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px !important;
    text-decoration: none;
    height: auto !important;
    font-size: 14px;
    color: #fff !important;
    display: block;
    transition: 0.3s;
}
.sub-heading-li2{
    font-size: 12px;
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #ccc;
    border: none !important;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.carousel-heading {
  color: #02a2ff;
  font-weight: 800;
}
.carousel-sub-heading {
   color: #2b2b2b;
   font-weight: 500;
}
.btn1{
    background-color: #02a2ff;
    color: #fff;
    border: 1px solid #02a2ff;
    border-radius: 20px;
    padding: 9px 20px;
    margin-top: 15px; 
    font-size: 15px;  
    letter-spacing: 1px;
}
.gap{
    margin-left: 12%;
}
.bc{
    height: 375px!important;
}
.banner_links{
    font-weight: bold;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 992px) {
 .top_div{
    margin-top: 40px!important;
}
  
    .desktop_header {
        display: none;
    }
    .mobile_header {
        display: block;
    }
    
    .hero4 {
        max-width: 100%;
        left: 10%;
        right: 10%;
    }
    .carousel-heading {
        font-weight: 600;
        font-size: 24px;
    }
    .carousel-sub-heading {
        margin-top: 10px;
        font-family: Raleway;
        font-size: 24px;
    }
    .indicator1{
        bottom: -40px !important;
    }
    .banner_button{
        display: none;
    }

}

/* this is for triangle in dropdown menu
.dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 50px;
    z-index: 10;
}
.dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    left: 50px;
    z-index: 9;
}*/
.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display: block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    
    display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    
    display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 100%;
    border-radius: 4px 25px 25px 4px;
}
.form-control-feedback {
    position: absolute;
    top: -2px !important;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #3596e0;
    left: initial;
    font-size: 14px;
}
/*search bar in header ends here*/
.btn_popup{
        border-radius: 0;
        background-color: #faa026;
        color: #fff;
      }
      .btn_popup:hover{
        border-radius: 0;
        border: 1px solid #1b8bbd;
        background-color: #1b8bbd;
        color: #fff;
      }
 .popup_input::-webkit-input-placeholder, button {
 font-family: 'roboto', sans-serif;
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}

.popup_input {
  margin: 10px;
  width: 90%;
  display: block;
  border: none;
  padding: 15px 0 0 0;
  border-bottom: solid 1px  #1b8bbd;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%,#1b8bbd  2%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%,#1b8bbd  2%);
  background-position: -300px 0;
  background-size: 300px 100%;
  background-repeat: no-repeat;
  color: #1b8bbd;
}
.popup_input:focus, .popup_input:valid {
 box-shadow: none;
 outline: none;
 background-position: 0 0;
}
.popup_input:focus::-webkit-input-placeholder, .popup_input:valid::-webkit-input-placeholder {
 color: #1b8bbd;
 font-size: 11px;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
 visibility: visible !important;
}

.section_popup {
  display: none;
  padding: 10px 0 0;
}

input[type="radio"]{display:none !important;}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 10px;
  text-align: center;
  color: #bbb;
}

input[type="radio"]:checked + label {
  color: #faa026 !important;
  border-bottom: 2px solid #faa026  !important ;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2{
  display: block;
}

.col5{
    height: 350px;
}

.top_div{
    margin-top: 125px;
}

.topmost_div {
    background-color: #faa026;
    height: 38px;
}
.top_div_links {
    color: #eaeef1;
    padding: 9px !important;
    font-size: 13px;
}
.top_div2 {
    margin-top: 20px;
}
.carousel-inner img {
    width: 100%;
    /* Set width to 100% */
    
    margin: auto;
}
.jk-slider {
    width: 100%;
}
.middle_header {
    background: url(../images/orange.jpg) !important;
    height: 87px;
    border-bottom: 1px solid #eee;
}
.navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ff0202 !important;
}

.middle_nav_links {
    /*color: #282828;*/
    font-size: 16px;
    border-right: 1px solid #d2d2d2;
    padding: 0 15px !important;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 27px;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 0px 0;
    overflow: hidden;
    background-color: #dadada;
}
.hero1 {
    position: absolute;
    top: 55%;
    left: 0%;
    color: #fff;
    max-width: 400px;
    background-color: rgba(56, 90, 30, .3) !important;
    border-radius: 0 5px 5px 0;
}
.hero2 {
    position: absolute;
    top: 35%;
    right: 0%;
    color: #fff;
    max-width: 400px;
    background-color: rgba(80, 57, 36, .5) !important;
    border-radius: 5px 0 0 5px;
}
.hero3 {
    position: absolute;
    top: 30%;
    left: 0%;
    color: #fff;
    max-width: 400px;
    background-color: rgba(9, 9, 83, .3) !important;
    border-radius: 0 5px 5px 0;
}
.hero4 {
    position: absolute;
    top: 26%;
    right: 0%;
    color: #fff;
    max-width: 400px;
    background-color: rgba(41, 90, 97, .3) !important;
    border-radius: 5px 0 0 5px;
}
.hero5 {
    position: absolute;
    top: 26%;
    right: 0%;
    color: #fff;
    max-width: 400px;
    background-color: rgba(237, 27, 36, .3) !important;
    border-radius: 5px 0 0 5px;
}
.carousel-indicators li {
    margin: 5px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    background-color: #000;
}
.carousel-indicators .active {
    margin: 5px;
    background-color: #ec1d25;
}
.carousel-indicators2 li {
    margin: 5px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    background-color: #faa026;
}
.carousel-indicators2 .active {
    margin: 5px;
    background-color: #fff;
}
.carousel-heading {
    padding: 20px;
    font-style: italic;
    font-size: 29px;
    text-align: center;
}
.slider_arrow1{
    position: absolute;
    top: 45%;
    left: 15px;
}
.slider_arrow2{
    position: absolute;
    top: 45%;
    right: 15px;
}
.panel-danger {
    border: 1px solid #faa026;
}
.accreditations_div2{
    display: none;
}
.accreditations_logo {
    position: absolute;
    top: 13px;
    right: 32px;
}
.accreditaitons_logos{
    width: 40px;
}
.accreditations_hr {
    border: none;
    height: 2px;
    width: 289px;
    /* Set the hr color */
    
    margin-top: 10px;
    color: #333;
    /* old IE */
    
    background-color: #1b8bbd;
    /* Modern Browsers */
}
.accreditaiton_download{
    color: #000;
}
.accreditaiton_download:hover{
    color: #1b8bbd;
    text-decoration: none;
}
.sidenav_div {
    margin-top: 10px;
}
.side_nav_links {
    font-size: 14px;
    color: #1d8bbe;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
}
.side_nav_links:hover {
    font-size: 14px;
    color: #faa026;
    text-transform: uppercase;
    text-decoration: none;
}
.side_nav_row {
    margin-top: 15px;
}

.about_heading {
    letter-spacing: .05em;
    color: #faa026;
}
.about_para {
    font-size: 14px;
}
.about_button {
    background-color: #faa026;
    letter-spacing: .1em;
}
.about_button:hover {
    background-color: #1b8bbd;
    border: 1px solid #1b8bbd;
}
.about_ul {
    list-style: none;
    padding: 0;
}
.about_li {
    padding-left: 1.3em;
}
.about_li:before {
    content: "\f101";
    /* FontAwesome Unicode */
    
    font-size: 16px;
    font-family: FontAwesome;
    display: inline-block;
    color: #faa026;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    
    width: 1.3em;
    /* same as padding-left set on li */
}
.news_heading {
    font-size: 20px;
    margin-top: 30px;
}
.news_para {
    color: #f47e12;
    border-bottom: 1px solid #f47e12;
    padding-bottom: 15px;
    font-size: 14px !important;
}
.news_links:hover {
    text-decoration: none;
}
.parallax {
    background: url("../images/bg.jpg") no-repeat fixed !important;
}
.parallax-inner {
    padding: 0 0 3%;
}
.services_mobile{
    display: none;
}
.services_pane_para:hover {
    text-decoration: none;
}
.parallax_panel_heading {
    color: #000;
    font-size: 15px;
}
.parallax_panel_heading:hover {
    color: #fff;
}
.panel-footer:hover {
    background-color: #faa026;
    color: #fff !important;
    text-decoration: none;
}
.parallax_panel {
    border: none;
}
.services_hr {
    background: url('../images/white-logo.png') no-repeat top center;
    background-size: contain;
    display: block;
    height: 18px;
    border: 0;
    position: relative;
    width: 170px;
    margin-top: -5px;
}
.services_hr:before,
.services_hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #d7d7d7;
    height: 1px;
    top: 8px;
}
.services_hr:before {
    left: 0;
    right: 50%;
    margin-right: 13px;
}
.services_hr:after {
    right: 0;
    left: 50%;
    margin-left: 13px;
}
.gallery_hr {
    background: url('../images/col.png') no-repeat top center;
    background-size: contain;
    display: block;
    height: 18px;
    border: 0;
    position: relative;
    width: 170px;
    margin-top: -5px;
}
.gallery_hr:before,
.gallery_hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #faa026;
    height: 1px;
    top: 8px;
}
.gallery_hr:before {
    left: 0;
    right: 50%;
    margin-right: 13px;
}
.gallery_hr:after {
    right: 0;
    left: 50%;
    margin-left: 13px;
}
.gallery_div {
    margin-top: 10px;
    margin-bottom: 10px;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none
}
.gallery_images {
    box-shadow: 0px 0px 5px #000;
    border-radius: 18px;
}
.gallery_images2 {
    box-shadow: 0px 0px 2px #000;
    border-radius: 7px;
    width: 330px !important;
}
.gallery_mobile{
    display: none;
}
.awards_heading {
    color: #fff;
}
.awards_div {
    background: url("../images/red-bg.jpg") no-repeat;
    background-size: 100%;
}
.awards_container {
    padding: 1%;
}
.awards_panel_deafault{
    height: 170px;
    overflow:auto;
}
.award_panel{
    color: #000;
}
.awards_link{
    text-decoration: none !important;
}
.awards_hr {
    background: url('../images/white-logo.png') no-repeat top center;
    background-size: contain;
    display: block;
    height: 18px;
    border: 0;
    position: relative;
    width: 170px;
    margin-top: -5px;
}
.awards_hr:before,
.awards_hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #d7d7d7;
    height: 1px;
    top: 8px;
}
.awards_hr:before {
    left: 0;
    right: 50%;
    margin-right: 13px;
}
.awards_hr:after {
    right: 0;
    left: 50%;
    margin-left: 13px;
}

.testimonial{
  border-right: 1px solid #ccc;
}
.testimonial_div {
    margin-left: 20px;
}
.testimonial_img {
    width: 50px;
    border: 3px solid #dedede;
}
.testimonial_title {
    font-size: 12px;
    color: #666;
    text-align: center;
}
.testimonial_fa {
    color: #eaeaea;
    font-size: 35px;
}
.testimonial_para {
    font-size: 12px;
    color: #666;
    font-style: italic;
    line-height: 20px;
}
.testimonial_hr {
    background: url('../images/col.png') no-repeat top center;
    background-size: contain;
    display: block;
    height: 15px;
    border: 0;
    position: relative;
    width: 110px;
    margin-top: -5px;
}
.testimonial_hr:before,
.testimonial_hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #faa026;
    height: 1px;
    top: 8px;
}
.testimonial_hr:before {
    left: 0;
    right: 50%;
    margin-right: 11px;
}
.testimonial_hr:after {
    right: 0;
    left: 50%;
    margin-left: 11px;
}
.testimonial_control{
    margin-left: 250px;
}
.marq_img{
    border: 1px solid #ccc;
}
footer {
            background: url(../images/footer-bg1.jpg);
    background-color: #050505;
    margin-top: 30px;
}
.footer_logo{
    margin: 40px auto 20px;
    width: 120px;
}
.footer_ul {
    list-style-type: none;
}
.footer_heading {
    color: #fff;
    font-size: 14px;
}
.footer_li {
    color: #aaa;
    margin-top: 7px;
    font-size: 12px;
}
.footer_li_links {
    color: #aaa;
    font-size: 12px;
}
.footer_li_links:hover {
    color: #666;
    text-decoration: none;
}
.footer_ul_icon {
    list-style-type: none;
}
.footer_li_icon {
    float: left!important;
    padding: 10px;
    border-radius: 50%;
    background-color: #191b1a;
    color: #fff;
}
.footer_icon_div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #faa026;
}
.input-group-btn{
    top: -1px !important;
}
.footer_icon {
    margin-top: 8px;
    margin-left: 8px;
}
.footer_icon_links {
    color: #fff;
    padding: 2px !important;
}
.footer_icon_links:hover {
    color: #1b8bbd;
}
.footer_fa_li {
    float: left;
    padding: 5px;
}
.footer_hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #1a1a1a;
    margin: 5px 0;
    padding: 0;
}
.footer_hr2{
    display: none;
}
.footer_policy {
    font-size: 12px;
    color: #999;
    margin-bottom: -7px;
}
/*===============================*/
/*media query start here*/

@media only screen and (max-width: 600px) {
    .hero1,
    .hero2,
    .hero3,
    .hero4,
    .hero5 {
        position: absolute;
        top: 40%;
    }
  
  
.quip_right{
    margin-top: 30px;
}
.vision_para{
     text-align: justify;
}
#myCarousel .carousel-caption{
    display: none;
}
}


@media screen and (max-width: 768px) {
    .col5{
        display: none;
    }
    .navbar-nav > li > a,
    .navbar-brand {
        padding-top: 15px !important;
        padding-bottom: 0 !important;
        height: 60px;
    }
    .navbar {
        min-height: 50px !important;
    }
    .navbar-toggle {
        background-color: #faa026;
        margin-top: 13px;
    }
    .nav_brand {
        display: block;
    }
    .nav_brand_image {
        width: 165px;
        margin-top: -5px;
    }
    
    .header_top_div {
        display: none;
    }
    .header_middle {
        display: none;
    }
    .line_image {
        display: none;
    }
    .navbar_links {
        font-size: 15px;
        color: #5a5a5a !important;
        height: 76px !important;
        margin-top: 0 !important;
    }
 .top_div{
    margin-top: 70px;
}
    .top_div2 {
        margin-top: 10px;
    }
    .carousel-heading {
        font-size: 19px !important;
        padding: 5px;
    }
    .hero1,
    .hero2,
    .hero3,
    .hero4,
    .hero5 {
        min-width: 100%;
    }
    .carousel-indicators {
        bottom: -20px !important;
    }
    .news_heading {
    font-size: 25px;
    margin-top: 30px;
    text-align: center;
}
    .awards_div {
        background: #faa026;
    }
    .awards_container {
        padding: 7% !important;
    }
    .awards_panel_deafault{
    height: auto;
}


.accreditations_heading{
    margin-bottom: 20px;
}
.about_heading_main{
    font-size: 25px;
}
.slider_arrow1{
   display: none;
}
.slider_arrow2{
    display: none;
}
.services_mobile{
     display: block;
}
.services_desktop{
    display: none;
}
.gallery_mobile{
    display: block;
}
.gallery_desktop{
    display: none;
}

.parallax2 {
    background: url("../images/bg.jpg") no-repeat fixed !important;
}
.parallax2_container{
    padding: 20px;
}
.testimonial_fa {
    padding-left: 35px;
}
.testimonial_para {
    padding-left: 35px;
}
.footer_logo{
    margin-top: 10px;
    width: 190px;
    padding-bottom: 30px;
}
.footer_logo_div{
    border-bottom: 1px solid #1a1a1a;
}

.footer_div2{
    margin-top: 25px;
}
.sidenav_mobile_View{
    display: none;
}
.sidenav_mobile_View2{
    display: none;
}
.equi_img{
    padding-right: 0;
}
.mobile_login{
    display: block !important;
}
}
@media screen and (max-width: 998px) {
.mobile_login{
    display: block !important;
}
}
@media only screen and (max-width: 1030px) {
    .awards_container {
        padding: 0;
    }
    .accreditations_hr{
    display: none;
}
    .accreditations_logo{
        display: none;
    }
}
@media only screen and (max-width: 1005px) {
    .header_middle_ul{
        display: none;
    }
    .search{
        display: none;
    }
    .navbar_links{
        font-size: 12px;
    }
 
}
@media only screen and (max-width: 1002px) {
   .equi_img{
    padding: 0 !important;
}
.social_ul{
    display: none;
}
.social_mblview{
    display: block !important;
}
.ereq_panel1{
    height: auto !important;
}
.ereq_panel2{
    height: auto !important;
}

}
@media only screen and (max-width: 1210px) {
.header_middle_li {
    padding: 0 !important;
}
.equi_info{
    padding: 5px !important;
}
}
@media (max-width: 770px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .search{
        display: block;
    }
    .forms_mobileview{
        display: block !important;
    }
    .forms_ul{
        display: none;
    }
    .navbar-header{
        background-color: #fff;
    }
}
/*media query ends here*/
/*===============================*/

/*===============================*/
/*Services style starts here*/
.services_banner1{
 background: url("../images/services-banner1.jpg") no-repeat !important;
 padding: 3% 7%;
}
.services_banner2{
 background: url("../images/services-banner2.jpg") no-repeat !important;
 padding: 3% 7%;
}
.services_banner3{
 background: url("../images/services-banner3.jpg") no-repeat !important;
 padding: 3% 7%;
}
.services_banner4{
 background: url("../images/services-banner4.jpg") no-repeat !important;
 padding: 3% 7%;
}
.services_banner5{
 background: url("../images/services-banner5.jpg") no-repeat !important;
 padding: 3% 7%;
}
.services_banner6{
 background: url("../images/services-banner6.jpg") no-repeat !important;
 padding: 3% 7%;
}
.services_banner7{
 background: url("../images/services-banner7.jpg") no-repeat !important;
 padding: 3% 7%;
}
.services_banner8{
 background: url("../images/services-banner8.jpg") no-repeat !important;
 padding: 3% 7%;
}
.services_headings{
        color: #fff;
}
.services_headings:after {
    content: '';
    display: block;
    width: 55px;
    height: 4px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 2px;
    margin: 4px 0 0;
}
.services_para{
    color: #fff;
    font-size: 15px;
}
.services_link{
    color: #fff;
}
.services_link:hover{
    color: #fff;
    text-decoration: none;
}
.serv_block1_heading{
    color: #faa026;
}
.services_ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 15px;
}
.services_li {
    padding-left: 1.3em;
}
.services_li:before {
    content: "\f0da";
    /* FontAwesome Unicode */
    
    font-size: 16px;
    font-family: FontAwesome;
    display: inline-block;
    color: #faa026;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    
    width: 1.3em;
    /* same as padding-left set on li */
}
.services_sub_ul{
    list-style-type: none;
}
.services_sub_li:before {
    content: "\f0da";
    /* FontAwesome Unicode */
    
    font-size: 16px;
    font-family: FontAwesome;
    display: inline-block;
    color: #1b8bbd;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    
    width: 1.3em;
    /* same as padding-left set on li */
}
.services_ul_div{
    background-color: #e7f8fd;
    padding: 15px;
}
.services_ul_div2{
    background-color: #fff;
    padding: 15px;
    border: 1px solid #e7f8fd;
}
.serv_block1_img{
    border: 3px solid #d1d1d1;
    margin-top: 30px;
}
.nav-pills>li.active>a {
    background-color: #1b8bbd !important;
    color: #fff;
}
.nav-pills>li.active>a:hover {
    background-color: #faa026 !important;
    color: #fff;
}
.nav-pills>li>a {
    color: #fff;
    background-color: #1b8bbd;
}
.nav-pills>li>a:hover, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #faa026;
}

.nav-sidebar { 
    padding: 0; 
    margin-top: 30px;
    position: relative;
    margin-left: 50px;
}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    -webkit-border-radius: 4px 0 0 4px; 
    -moz-border-radius: 4px 0 0 4px; 
    border-radius: 4px 0 0 4px; 
}
.nav-sidebar .active a { 
    cursor: default;
    background-color: #faa026; 
    color: #fff; 
    text-shadow: 1px 1px 1px #666; 
}
.nav-sidebar .active a:hover {
    background-color: #1b8bbd;   
}

/* Right-aligned sidebar */
.nav-sidebar.pull-right { 
    border-right: 0; 
    border-left: 1px solid #1b8bbd; 
}
.nav-sidebar.pull-right a {
    -webkit-border-radius: 0 4px 4px 0; 
    -moz-border-radius: 0 4px 4px 0; 
    border-radius: 0 4px 4px 0; 
}
.sidenav_mobile_View{
    background-image: url(../images/transparent-logo2.png);
    background-size: 50%;
     background-position: 90% 108%; 
     background-repeat: no-repeat;

}
.sidenav_rotate_title{
  background-color: #1b8bbd;
    color: #fff;
    padding: 10px;
    margin: 0;
    text-align: center;
    /* border-radius: 0 5pc; */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 121px;
    /* right: 183px; */
    left: -160px;
    width: 280px;
    border-radius: 5px 5px 0 0;
} 
/*search popular category style starts here*/
.image-hover-wrapper {
  position: relative;
}

.image-hover-wrapper a {
  display: inline-block;
  letter-spacing: normal;
  line-height: initial;
  margin: 0;
  padding: 0;
  position: relative;
}

.image-hover-wrapper a img {
  float: left;
  overflow: hidden;
  width: 100%;
}

.image-hover-wrapper a .image-hover-wrapper-reveal {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fefefe;
  display: inline;
  height: 100%;
  margin-left: -100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 80;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.25s;
}

.image-hover-wrapper a .image-hover-wrapper-reveal:hover {
  opacity: 1;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.image-hover-wrapper a .image-hover-wrapper-reveal:hover p {
  opacity: 1;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.25s;
}

.image-hover-wrapper a .image-hover-wrapper-reveal p {
  bottom: 0;
  display: block;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.image-hover-wrapper a .fa {
  font-size: 24px;
}

.image-hover-wrapper .image-hover-wrapper-banner {
  background-color: rgba(250,160, 38, 0.8);
  color: #fefefe;
  font-weight: 600;
  left: 0;
  padding: 0.5rem;
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 10;
}
.view_category_para{
  color: #fff;
}
.modal-title{
    color: #faa026;
}
.modal-title2{
    color: #1b8bbd;
    text-align: center;
}
.modal_subtitle{
    color: #faa026 !important;
}
.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.modal.in {
  opacity: 1;
  transform: scale(1);
}
/*search popular category style starts here*/
/*===============================*/
/*sevices style ends here*/
/*===============================*/

/*Gallery style starts here*/
/*===============================*/

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
    margin-top: 20px;
    min-height: 350px;
    overflow: auto;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card_img {
    border-radius: 5px 5px 0 0;
}

.card_heading{
    line-height: 24px;
    color: #1b8bbd;
}
.gallery_links:hover{
    text-decoration: none;
}
.card_container {
    padding: 2px 16px;
}
.pagination>li>a, .pagination>li>span { 
    border-radius: 50% !important;
    margin: 0 5px;
    color: #1b8bbd ;
    }
    .pagination>.active>a{ 
    border-radius: 50% !important;
    margin: 0 5px;
    background-color: #faa026 !important;
    border: 1px solid #faa026;
    }
.view_category_para2{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
/*===============================*/
/*Gallery style ends here*/


/*Client page style starts here*/
/*===============================*/
.client_img{
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
@-webkit-keyframes client_img
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes client_img
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.client_img:hover{
  -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}
/*===============================*/
/*client page style ends here*/

/*Equipments page style starts here*/
/*===============================*/
.lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #1b8bbd;
    margin: 7px 0 7px 0;
}
.equi_card{
    border:1px solid #f6f6f6;
    padding:0;
    background: #f6f6f6;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
}
.equi_info{
    padding: 15px;
}
.equi_img{
    padding-left: 0
}
/*===============================*/
/*equipments page style ends here*/


/*contact us page starts here*/
/*===============================*/

.enquiry_from{
    position: relative;
}
.enquiry_header{
    position: absolute;
    background-color: #faa026;
    color: #fff;
    width: 84%;
    top: -10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
}
#googleMap{
     -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
}

.download_th{
    font-size: 18px;
}
caption{
    font-size: 16px;
}
.download{
    color: #faa026;
}
.download:hover{
    color: #1b8bbd;
}

.download2{
    color: #1b8bbd;
}
.download2:hover{
    color: #faa026;
}

.lib_header_seperator3{

    height: 2px;
    width: 56px;
    background-color: #faa026;
    margin: 7px 0 10px 0;
}
.qualification{
    margin-left: 20px;
}
.career_table{
    width: 100%;
}
.career_td{
    width: 50%;
}
.career_panel{
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    border-radius: 0;
    border: none;
}
.career_button{
   margin-top: 10px;
    background-color: #1b8bbd;
}
.career_button:hover{
    background-color: #faa026;
    border: 1px solid #faa026;
}
.career_heading{
    margin-top: 0;
}
.career_submit{
    margin-right: 35px;
    width: 170px;
}

.ereq_heading{
    text-align: center;
    font-weight: 600;
}
.ereq_heading{
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    padding: 20px;
        background: url(../images/footer-logo.png);
        background-size: 9%;
    background-position: 10% 32%;
    background-repeat: no-repeat;
}
.sidenav_rotate_title2{
  background-color: #1b8bbd;
    color: #fff;
    padding: 10px;
    margin: 0;
    text-align: center;
    /* border-radius: 0 5pc; */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
        top: 81px;
    left: -120px;
    width: 200px;
    border-radius: 5px 5px 0 0;
}

.vision_div{
     background: url(../images/vision.jpg) right bottom no-repeat;
     background-size: 30%;
     padding: 25px 0;
}
.mission_div{
     background: url(../images/mission.png) right bottom no-repeat;
     background-size: 25%;
     padding: 25px 0;
}
.sidenav_mobile_View2{
    background-image: url(../images/transparent-logo2.png);
    background-size: 50%;
    background-position: 25% 108%; 
    background-repeat: no-repeat;

}

.content {
    padding-top: 30px;
}

/* Heading */
.heading {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}

.heading:after {
    left: 50%;
    height: 3px;
    width: 50px;
    content: " ";
    bottom: -35px;
    margin-left: -25px;
    position: absolute;
    background: #444;
}

.heading h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #444;
}

.heading p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #8693a7;
}

/* Team Members */
.team-members {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.team-members .team-avatar {
    position: relative;
}

.team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(129, 129, 129, 0.1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.team-members .team-desc {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.team-members .team-desc h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
}

.team-members .team-desc span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.team-members:hover .team-avatar:after {
    background: rgba(47, 60, 72, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members:hover .team-desc {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-members:hover .team-desc {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

/*Comment List styles*/
.comment-list .row {
  margin-bottom: 0px;
}
.comment-list .panel .panel-heading {
  padding: 4px 15px;
  position: absolute;
  border:none;
  /*Panel-heading border radius*/
  border-top-right-radius:0px;
  top: 1px;
}
.comment-list .panel .panel-heading.right {
  border-right-width: 0px;
  /*Panel-heading border radius*/
  border-top-left-radius:0px;
  right: 16px;
}
.comment-list .panel .panel-heading .panel-body {
  padding-top: 6px;
}
.comment-list figcaption {
  /*For wrapping text in thumbnail*/
  word-wrap: break-word;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
  .comment-list .arrow:after, .comment-list .arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
  }
  .comment-list .panel.arrow.left:after, .comment-list .panel.arrow.left:before {
    border-left: 0;
  }
  /*****Left Arrow*****/
  /*Outline effect style*/
  .comment-list .panel.arrow.left:before {
    left: 0px;
    top: 30px;
    /*Use boarder color of panel*/
    border-right-color: inherit;
    border-width: 16px;
  }
  /*Background color effect*/
  .comment-list .panel.arrow.left:after {
    left: 1px;
    top: 31px;
    /*Change for different outline color*/
    border-right-color: #FFFFFF;
    border-width: 15px;
  }
  /*****Right Arrow*****/
  /*Outline effect style*/
  .comment-list .panel.arrow.right:before {
    right: -16px;
    top: 30px;
    /*Use boarder color of panel*/
    border-left-color: inherit;
    border-width: 16px;
  }
  /*Background color effect*/
  .comment-list .panel.arrow.right:after {
    right: -14px;
    top: 31px;
    /*Change for different outline color*/
    border-left-color: #FFFFFF;
    border-width: 15px;
  }
}
.comment-list .comment-post {
  margin-top: 6px;
}
.infra_heading{
    color: #faa026;
}
.infra_panel{
    border-color: #1b8bbd;
}
.thumbnail{
    border-color:#faa026;
}
.gal-container{
  padding: 12px;
}
.gal-item{
  overflow: hidden;
  padding: 3px;
}
.gal-item .box{
  height: 350px;
  overflow: hidden;
}
.box img{
  height: 100%;
  width: 100%;
  object-fit:cover;
  -o-object-fit:cover;
}
.gal-item a:focus{
  outline: none;
}
.gal-item a:after{
  content:"\f002";
  font-family: FontAwesome;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}
.gal-item a:hover:after{
  opacity: 1;
}
.modal-open .gal-container .modal{
  background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
  padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
  outline: none;
}
.modal-open .gal-item button.close span{
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow:none;
}
.gal-container .modal-dialogue{
  width: 80%;
}
.gal-container .description{
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: left;
}
.gal-container .description h4{
  margin:0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}

.ereq_panel1{
    height: 295px;
}
.ereq_panel2{
    height: 394px;
}


.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: transparent; !important;
}
.navbar-toggle{
    background-color: transparent;
}
.mobile_login{
    display: none;
}

.graph {
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    background-clip: padding-box;
    background-color:#fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}
.graph-content {
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.graph-content img {
    background-clip: padding-box;
    position: relative;
}
.carousel-inner { 
    /*padding-bottom:20px;*/
}
.carousel-inner h2 { 
    display:inline;
}

#custom_carousel .item {
    color:#000;
    background-color:#eee;
    padding:20px 0;
}
.controls img{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    }
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding-top:60px;
    margin:0;
    text-align: center;
    position: relative;
    background:#E0E0E0;
}
#custom_carousel .controls li {
    border-left:3px solid #616161;
    
}
#custom_carousel .controls li.active {
    background-color:#eee;
    border-left:3px solid #FF474A;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold;
}

#myCarousel .carousel-caption {
    left:0;
    right:0;
    bottom:0;
    text-align:left;
    padding:10px;
   
    text-shadow:none;
}
 
#myCarousel .list-group {
    position:absolute;
    top:0;
    right:0;

}
#myCarousel .list-group-item {
    border-radius:0px;
    cursor:pointer;
    padding: 8.41px 18px;
        border-bottom: 2px solid #808080;
        color: #5a5a5a;

}
#myCarousel .list-group-item:hover {
    background-color: #1b8bbd;
    color: #fff;
    border-left: 2px solid #faa026;
}

#myCarousel .list-group-item h4{
    font-size: 14px;
}
 
@media (min-width: 992px) { 
  
    #myCarousel .carousel-controls {display:none;}  
}
@media (max-width: 991px) { 
    .carousel-caption p,
    #myCarousel .list-group {display:none;} 
}
.slider_ul li{
    background: #cfcfcf;
    color: #fff;
    border-color: #cfcfcf;
   
}

.info_span1 {
    display: block;
    margin-bottom: 10px;
    padding-left: 50px;
    background: url(../images/USFDA.jpg) no-repeat;
    background-size: 40px;
    background-position-x: 25px;
}
.info_span2 {
    display: block;
    margin-bottom: 10px;
    padding-left: 50px;
    background: url(../images/tga.jpg) no-repeat;
    background-size: 40px;
    background-position-x: 25px; 
}
.banner_links{
    color: #faa026;
  }
  .banner_links:hover{
    color: #fff;
	text-decoration: none;
  }
  
  @media only screen and (max-width: 784px) {
   .nav-justified{
    display: none;
   }
   .accreditations_div{
    display: none;
}
.accreditations_div2{
    display: block;
}
}

.accreditaitons_panel::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.accreditaitons_panel::-webkit-scrollbar
{
    width: 5px;
    background-color: #808080;
}

.accreditaitons_panel::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #808080;
}

.accreditaitons_panel2::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.accreditaitons_panel2::-webkit-scrollbar
{
    width: 5px;
    background-color: #faa026;
}

.accreditaitons_panel2::-webkit-scrollbar-thumb
{
    border-radius: 10px;
  
    background-color: #faa026;
}
