#home{
    height: 100vh;
    display: table;
    min-height: 100%;
    width: 100%;
    position: relative;
    vertical-align: middle;
    background: url(../img/loader_img2.jpg) center top no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#home.ryl-footer-style-1 .ryl-footer-social {
    margin-bottom: 20px;
}
#home ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#home .ryl-footer-style-1 .ryl-footer-social li {
    margin: 7px;
}
#home .ryl-icon-circle-border-3 {
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid rgb(255, 255, 255);
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 9;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease-in-out;
    background-color: rgb(100, 101, 106);
}

 #home ul.ryl-list-inline-block li {
    display: inline-block;
}
.proaxis_logo{
    position: relative;
    vertical-align: top;
    display: table-row;
    text-align: center;
    color: #fff;
    font-size: 16px;
    z-index: 99;
    padding-bottom: 20px;
}
.proaxis_logo img{
    margin-left: auto;
    margin-right: auto;
    /*background-color: rgba(146, 118, 104, 0.76);
    background-color: rgba(58, 38, 38, 0.56);
    padding-left: 80px;
    padding-right: 70px;
    border-radius: 120px;
    padding-top: 20px;
    padding-bottom: 20px;*/
    width:30%;
}
.proaxis_logo h2{
    margin-top: 0;
    /* text-transform: uppercase; */
    font-weight: 400;
    /* color: #fed92f; */
    color: rgb(255, 255, 255);
    background-color: rgba(106, 92, 92, 0.5);
    padding: 20px 20px;
}
.proaxis_social{
    position: relative;
    vertical-align: bottom;
    display: table-cell;
    text-align: center;
    color: #fff;
    font-size: 16px;
    z-index: 99;
    padding-bottom: 20px;
}
@media (max-width: 767px){
    .proaxis_logo img{
        width:100%;
    }
}
 .welcometext{
     position: relative;
     vertical-align: bottom;
     display: table-cell;
     text-align: center;
     color: #fff;
     font-size: 16px;
     z-index: 99;
     padding-bottom: 20px;
 }
#home .ryl-icon-circle-border-3:hover {
    color: #FFDD3A;
    border-color: #FFDD3A;
    -webkit-animation: swing 0.4s;
    animation: swing 0.4s;
}
header{
    padding-top: 0;
    padding-bottom: 0;
}
header .navbar-brand {
    height: auto;
}

header .top-bar {
    position: absolute;
    right: 0;
    width: 500px;
}
header .top-bar ul {
    float:right;
    margin-right: 12px;
    margin-top:15px;
}
header .top-bar ul li i {
    color: #777777;
    transition:all .4s linear;
    font-size: 1em;
    padding: 0 5px;
}
header .top-bar ul li a:hover i {
    color: #f2d03b;
    transform: scale(1.1);
}

.nav-wrap { position:relative;}


header .navbar-nav {margin-top: 40px;}

header .navbar {background:#fff;border: 0;}
header .main-nav > li{
    padding-left:60px;
    text-transform: uppercase;
}
header .main-nav >li > a {
    padding-bottom:15px;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    transition:all .4s linear;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    letter-spacing: 2px;
}

header .main-nav > li> a:hover,header .main-nav > li.active> a {
    border-bottom: 4px solid #f2d03b; background-color:transparent !important;
    color:#f2d03b !important;
}
header .navbar-toggle,header .navbar-toggle:focus,header .navbar-toggle:hover {background-color:#fff !important;border:0;margin-top: 43px;}

header .navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: #f2d03b !important;
    height: 3px;
    border-radius: 5px;
}
header .navbar-toggle .icon-bar:nth-of-type(1) {
    width: 17px;
    float: right;
    height: 4px;
}
header .navbar-toggle .icon-bar:nth-of-type(2) {
    top: 4px;
    width: 22px;
    clear: both;
    height: 4px;
}
header .navbar-toggle .icon-bar:nth-of-type(3) {
    top: 4px;
    width: 17px;
    float: right;
    height: 4px;
}
header .navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 5px;
    transform: rotate(45deg);
    width: 22px;
}
header .navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent !important;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -7px;
    transform: rotate(-45deg);
    background-color: #b1b1b1 !important;
    width: 22px;
}


/* Search */
.search {
    position: absolute;
    right: 20px;
    top: 0;
}
.search .search-input-elm {
    position: absolute;
    top: 9px;
    right: 35px;
    display: none;
    width: 250px;
    z-index: 1;
}
.search .search-btn {
    background:transparent;
    border: 0 none;
    height: 30px;
    margin-top: 10px;
    padding-top: 1px;
    position: relative;
    width: 30px;
    z-index: 2;
    font-size: 1.3em;
}
.search .search-input {
    width: 100%;
    background: #fff;
    color: #999;
    padding: 6px 10px;
    border: 1px solid #eee;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 2px;
}
.search .search-btn .fa-search {
    color: #f2d03b;
}
.search .search-submit {
    position: absolute;
    top: 9px;
    right: 10px;
    color: #ccc;
    background: transparent;
    border: 0;
    border-left: 1px solid #eee;
    line-height: 1;
    padding-left: 10px;
}
.search .search-btn:focus, header .search .search-input:focus, header .search .search-submit:focus {
    outline: none;
}
.search ::-webkit-input-placeholder {
    color: #ccc;
}
.search :-moz-placeholder {
    color: #ccc;
}
.search ::-moz-placeholder {
    color: #ccc;
}
.search :-ms-input-placeholder {
    color: #ccc;
}

.iso-nav1 > ul {
    list-style-type: square !important;
}

.iso-nav1 > ul > li {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.iso-nav1 > ul li > ul {
    list-style-type: square !important; font-weight: normal;
}
.productimage {
    border: 1px solid #ccc;
    margin-top: 20px;
}

@media (min-width:1200px){
    header .main-nav > li {
        padding-left: 60px;
    }
}
@media (min-width:1024px){
    header{
    }
    header .main-nav > li {
        padding-left: 15px;
    }
    header .main-nav >li > a {
        margin-left: 15px;
    }
}
@media (min-width:768px) and (max-width:1200px){
.footer .socialicons .title {
    display: block;
}
header .main-nav >li > a {
    letter-spacing: 1px;
  }
}
@media (min-width:768px){
    header{
    }
    header .main-nav > li {
        padding-left: 0;
    }


}
@media (max-width:1200px){
  .filter-cat{
    width:100%;
  }
  .iso-nav ul {
    text-align: center; padding: 0;
  }
  .iso-nav {
    float: none;
    margin: 20px 0 0;

  }
}
@media (max-width:990px){
  .slider-cpation {
      top:25%;
      padding:40px;
  }
  .slider-cpation h3 {
      font-size: 22px;
  }
  .slider-cpation h2 {
      font-size: 40px;
      line-height: 40px;
  }
  .slider-cpation h1 {
      font-size: 55px;
      line-height: 60px;
  }
  .stats .digit {
      font-size: 38px;
    }
    .stats .info {
    padding-top: 20px;
  }
  .imgcontainer .overlay .overlayinfo {
    padding: 10px;
    font-size: 16px;
    min-height: auto;
  }
  .imgcontainer .overlay .overlaylink {
    padding: 10px;
  }
}

@media (max-width:767px){
    .services img{
        height:auto;
    }
    .row-wrapper .col-md-6 {
         border-right: none;
    }
.bx-wrapper img{
    height:201px ;
}
    .client-slider .bx-wrapper img{
        height: auto;
    }
    .galleryrow .col-xs-4 a img{
     height:100px !important;
   }
    #mylist li img{
        height:100px;
    }
  .slider-cpation {
      top:20%;
      padding:40px;
  }
  .slider-cpation h3 {
      font-size: 14px;
  }
  .slider-cpation h2 {
      font-size: 26px;
      line-height: 20px;
  }
  .slider-cpation h1 {
      font-size: 35px;
      line-height: 30px;
  }
    header{
        padding-top: 0;
        padding-bottom: 35px;
    }
    .aboutus {
    margin-top: 50px;
  }
  .aboutus .carousel img {
    height: 200px;
  }
    .slider h2{}
    .top-bar ul{float:left !important;;margin-left: 10px;}
    .top-bar {
        right: auto !important;
        width: 100% !important;
        left: 0;
    }
    header .main-nav > li {
        padding-left: 0;
    }
    header .navbar-nav {
        /*background: #7e3c3e;*/
        background:#777777;
        margin-top: 49px;
    }
    header .main-nav > li> a:hover, header .main-nav > li.active> a {
        border-bottom: 4px solid transparent;
        color: #f2d03b !important;
    }
    header .main-nav > li > a {
        color: #fff !important;
    }
    header .navbar {
        border-bottom: 1px solid #eee;
    }

    .aboutus .carousel-caption {
        top: 10px;
    }
    .aboutus h1{
        /* font-size:14px; */
    }
    .aboutus p{
        /* font-size:10px; */
    }
    .productinfo .productdetail .main-iso1 .col-md-4 .cat1{
        padding-top:10px;
        padding-bottom:10px;
    }
    .footer .socialicons{
         text-align: center !important;
    }
    .footer .socialicons .title{

        display: block !important;
      }
   .copyright, .copyicon{
 text-align:center !important;
  }
  .stats .info{
    margin-bottom: 50px;
  }
  .footer .socialicons .title {
    margin: 20px 0 6px 0;
  }
  .imgcontainer {
    margin-bottom: 20px;
  }
  .imgcontainer .overlay .overlayinfo {
  padding: 20px;
  font-size: 34px;
  min-height: 100px;
  }
  .imgcontainer .overlay .overlaylink {
  padding: 20px;    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .imgcontainer .overlay .overlayinfo {
    font-size: 26px;
    margin: 0;
  }
  .imgcontainer .overlay .overlaylink {
    font-size: 18px;
}
    /* Footer Start */
    ul.socialbar{
        padding-right:0px;
        text-align: center;
    }
    /* Footer End */
    .slider-cpation {
        top:20%;
        padding:30px;
    }
    .slider-cpation h3 {
        font-size: 11px;
    }
    .slider-cpation h2 {
        font-size: 17px;
        line-height: 15px;
    }
    .slider-cpation h1 {
        font-size: 28px;
        line-height: 10px;
    }
    .slider .bx-controls {
    bottom: 50px;
  }
}

.col-xs-5,
.col-sm-5,
.col-md-5th,
.col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5th {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5 {
        width: 20%;
        float: left;
    }
}

section.about_us .fadeInDown img {
    padding-top:30px;
  /*  -webkit-filter: drop-shadow(5px 5px 5px #ccc);*/
  /*  filter: drop-shadow(5px 5px 5px #ccc);*/
}
/* Add only this */
ul.cleints-list {
    margin: 0;
    padding: 0;
}
.client-slider .bx-wrapper {
    box-shadow: none;
    margin: 0;
    border: 0;
}
.client-slider .bx-wrapper img{
    height: auto;
}
/*** till here *****/
