
  .srvices_main1 {
    overflow: hidden;
    padding: 30px 0 0;
    width: 100%;
}
.service_first {
    
    /*border: 1px dotted #c0c0c0;*/
    border-radius: 0;
    padding: 20px 10px;
    width: 100%;
}
.service_first h1 {
    color: #000;
    font-family: "Trebuchet MS";
    /*font-family: roboto;*/
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    padding: 5px 0 15px;
    text-align: center;
    /*text-transform: uppercase;*/
}
.heading {
    border-bottom: 1px solid #fcab0e;
    padding-bottom: 9px;
    position: relative;
}
.service_first p {
  font-family: "Trebuchet MS";
    /*font-family: roboto;*/
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0 15px 15px;
    text-align: center;
}

/**/
.dropdown-toggle::after {
    margin-top: 37px;
    margin-left: .3em;
    vertical-align: .2em;
}


/*mega menu*/

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}


/**/

.isotope-grid {
    position: relative;
    overflow: unset;
}
.open > .dropdown-menu{
  display:block;
  transition: all 0.5s ease-in-out;
}
.open > a {
  outline: 0;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #808080; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #A9A9A9; 
}

.social-button {
  font-size: 17px !important;
}
.socicon-facebook{
  color: #3b5998 !important;
}
.socicon-twitter{
  color: #00acee !important;
}
.socicon-youtube{
  color: #FF0000 !important;
}
.socicon-instagram{
  color: #833AB4 !important;
}

.sb-light-skin {
    transition: all .3s;
    background-color: white !important;
}