/* general */
a
{
    text-decoration: none !important;
    color: #000 !important;
}
.pd50{
    padding: 50px 0px !important;
}
.pd30{
    padding: 30px 0px !important;
}
.pd10{
    padding: 10px 0px;
}
body, p, h1, h2, h3, h4, h5, h6, a {
  font-family: 'Montserrat', sans-serif !important;
  color: #005670;
  font-size: 15px;
}
/* general */



.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #5c2b0c;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    text-align: center;
  }
  .sidenav .linkss{
    font-size: 40px;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #b3b3b3 !important;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  .menubar{
    float: right;
  }
  .head-logo img{
    height: 145px;
    margin-top: 10px;
  }
  .head-logo {
    text-align: center;
  }
  .header-section{
    background: #d9696914;
    min-height: 250px;
  }
  .menubar span{
    font-size:30px;
    cursor:pointer;
    color: #cb621f;
  }
  .head-logo h6{
    color: #cb621f;
  }
  .grc .g-left {
    text-align: center;
    position: absolute;
    top: -175px;
    right: 0px;
}
.grc .g-left img{
  height: 70px;
  border-radius: 50%;
}
.grc .g-right img{
  height: 70px;
  border-radius: 50%;
}
.grc .g-right {
  text-align: center;
  position: absolute;
  top: -175px;
  /* right: 0px; */
}

@media (max-width:768px){
  .grc .g-left {
    text-align: left;
    /* position: relative; */
    top: -30px;
}
.grc .g-right {
  text-align: right;
  /* position: relative; */
  top: -30px;
}.head-logo img {
  height: 80px;
  margin-top: 0px;
  margin-left: -40px;
}.head-logo h6 {
  color: #cb621f;
  margin-left: -40px;
}.owl-nav .owl-next span::before {
  font-size: 20px !important;
  color: #fff;
  background: #cb621f;
  height: 30px !important;
  width: 30px !important;
  line-height: 30px !important;
  visibility: visible;
}.owl-nav .owl-prev span::before {
  font-size: 20px !important;
  color: #fff;
  background: #cb621f;
  height: 30px !important;
  width: 30px !important;
  line-height: 30px !important;
  visibility: visible;
}.slide-caro .item img {
  height: 200px!important;
}
}
  .grc{
    padding: 20px 0px 0px 10px;
  }
  .grc h6{
    color: #cb621f;
    font-size: 22px;
  }

  .owl-nav .owl-prev span{
    position: relative;
    visibility: hidden;
    outline: none;
  }
  .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left:2%;
    /* visibility: hidden; */
    outline: none;
  }
  .owl-nav .owl-prev span::before{
    position: absolute;
    content: '\f104';
    font-family: 'FontAwesome';
    top:45%;
    left: 0px;
    font-size: 30px;
    color: #fff;
    background: #cb621f;
    height: 50px;
    width: 50px;
    line-height: 50px;
    visibility: visible;
  }
  .owl-nav .owl-next span{
    position: relative;
    visibility: hidden;
    outline: none;
  }
  .owl-nav .owl-next{
    position: absolute;
    top: 40%;
    right:2%;
    /* visibility: hidden; */
    outline: none;
  }
  .owl-nav .owl-next span::before{
    position: absolute;
    content: '\f105';
    font-family: 'FontAwesome';
    top: 45%;
    right: 0px;
    font-size: 30px;
    color: #fff;
    background: #cb621f;
    height: 50px;
    width: 50px;
    line-height: 50px;
    visibility: visible;
  }

  .grcslider img{
    height: 400px;
    object-fit: cover;
  }

  .slider-section{
    padding: 15px;
  }

  .foot-left{
    text-align: left;
    position: relative;
  }
  .foot-left::before{
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    height: 80px;
    width: 300px;
    transform: skew(333deg);
    background: #cb621f;
  }
  .foot-right{
    text-align: right;
  }
  .foot-left p{
    padding: 25px 0px 0px;
  }
  .foot-right p{
    padding: 25px 0px 0px;
  }
  .applications{
    margin-bottom: 30px;
  }
  .grc-benefits h4{
    font-size: 16px;
    margin-bottom: 20px;
    color: #cb621f;
  }
  .cat-in{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0px 50px;
  }
  .cat-in img{
    height: 200px;
    object-fit: cover;
    width: 40%;
  }
  .cat-in .cat-desc{
    width: 60%;
    height:200px;
    background: #cb621f;
    padding: 50px 40px;
  }
  .cat-in .cat-desc h1{
    font-size: 40px;
    color: #fff;
    text-align: left !important;
    margin-bottom: 0px;
  }
  .cat-in .cat-desc a{
    color: #fff !important;
    text-decoration: underline !important;
  }
  .hidden-xl{
    display: none;
  }
  .grc .g-center ul li{
    list-style-type: none;
    display: inline-block;
  }
  h1:before{
    display: none;
  }
  .grc .g-center ul li a{
    color: #cb621f !important;
    padding: 20px 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .grc .g-center{
    text-align: center;
  }
  .grc{
    margin-top: 30px;
  }
  .slide-caro img{
    height: 400px;
    object-fit: cover;
  }
  .grc  .col-sm-8{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .footer{
    background: transparent !important;
  }
  .align-items-center{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-section .navbar-nav>li>a {
      padding: 10px 20px !important;
      font-size: 14px;
      color: #231f20;
      font-weight: 600;
  }
  @media (max-width:768px){
    .cat-in .cat-desc h1 {
      font-size: 20px;
      color: #fff;
  }.cat-in .cat-desc{
    padding: 50px 20px;
  }  .foot-left::before{
    display: none;
  }
  .foot-left p{
    padding: 10px 0px 0px;
  }
  .foot-right p{
    padding: 10px 0px 0px;
  }.hidden-xl{
    display: block;
  } .align-items-center{
    display: block;
  }
  }