/*
Author: Vignesh D;
*/

.header-type-5 .menu_icon li {
    float: left;
    padding: 0;
    font-weight: bold;
    margin-right: 0px;	
   }
  .copyright{

      background: #f7efef !important;
    border-top: 1px solid #e6cece;
  }


@media screen and (max-width: 480px) {
  ul.menu_icon {
    display: none !important;
}

}
@media screen and (max-width: 600px) {
ul.menu_icon {
    display: block;
}
}
@media screen and (max-width: 992px) {
ul.menu_icon {
    display: block;
}
}

@media screen and (max-width: 1200px) {
ul.menu_icon {
    display: block;
}
}

/*
Author Sambath Raj;
*/



.service-listing-type-1 .grid-uniform ul.service-listing_block {
    margin: 0 -30px 0 0px;
}

.service-listing-type-1 ul {
    list-style: none;
    padding: 0;
}

.service-listing-type-1 ul li .service-listing_section {
    padding-right: 30px;
}

.service-listing-type-1 ul li .service-listing_section {
    padding-right: 30px;
}

.service-listing-type-1 .service-listing_inner {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    float: left;
    width: 100%;
    text-align: left;
}

.service-listing-type-1 .service_text {
    margin: 0;
    padding: 40px 30px;
    box-shadow: 0 1.063rem 2.188rem rgba(0,0,0,0.03);
}

.service-listing-type-1 ul {
    list-style: none;
    padding: 0;
}

.service-listing-type-1 ul ol{
    list-style: disc;
	float: center;    
    padding: 0;
}

.header-type-5 .menu_icon li{
    padding: 10px !important;
}