.navbar-toggle {
    background-color: red !important
}

.navbar-toggle:hover {
    background-color: red !important
}

#navigation a:hover{
    color: red;
}

#footer {
    padding-bottom: 20px;
}

.widget-title {
    color: white;
    font-size: 20px
}

#footer ul {
    list-style: none;
    padding-left: 0px;
}

#footer li {
    margin-left: 0px
}

#footer a {
    color: white
}

.fa {
    color: #eb432e;
}

#footer .fa {
    padding-right: 15px !important;
    font-size: 24px !important;
}

#footer .fa:hover {
    color: #ee6352;
}

#footer p,
#footer a {
    font-size: 14px;
}

.input-newstler {
    width: 90%;
}

.btn-newstler {
    padding: 10px 25px 10px 25px;
}

.fa-angle-right:hover, .fa-angle-left:hover, .sl-next:hover .fa-angle-right, .sl-prev:hover .fa-angle-left{
    color: white;
}

.sl-next:hover, .sl-prev:hover{
    background-color: #bb2b27 !important;
}

.sl-prev:hover {
    border-color: #ee6352 !important;
}

.owl-buttons .fa {
    color: white !important;
}

.owl-next:hover .fa-angle-right, .owl-prev:hover .fa-angle-left {
    color: black !important;
}

#navigation a:active {
  color: red !important;
}

.dropdown-toggle:active, .dropdown-toggle:focus {
    background-color: #fff !important;
    color: black !important
}

/*----------------------Breadcrumb-------------------------*/
.breadcrumb {
    padding: 20px;
    margin-top: 70px;
    margin-bottom: 0px;
    background-color: #ee6352;
}

.bread-title {
    padding-left: 10px;
}

.bread-title h1 {
    color: white !important;
}

.stripe {
    background-color: #ee6352;
    padding-top: 5px;
}

.contact-form-2 {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #e0e0e0;
}

.contact-form-2 label {
    color: #000;
}

.contact-form-2 textarea {
    height: 240px
}

.page-split {
    background-color: #e0e0e0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cont-colour {
    background-color: white;
    padding: 40px;
}

.cont-colour h4 {
    padding: 20px;
    background-color: #ee6352;
    color: white;
    text-align: center;
}

.cont-colour p {
    color: #000;
    font-size: 14px !important;
    padding: 5px;
    padding-bottom: 15px;
}

.cont-colour h5 {
    color: #ee6352;
    padding: 5px;
    font-size: 16px !important;
}

.row-colour {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fee8d6;
}

.p-bullet li p{
    padding-bottom: 0px !important
}

.cont-pad {
    padding-bottom: 20px;
}

.method-img-class {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

#methodology h4 {
    font-weight: bold;
}

@media(max-width:990px) {
    #methodology h4 {
        text-align: center;
    }
    
    #methodology p {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #methodology {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.method-cont {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.service-icon:hover {
    background: white !important
}

.service-icon .fa {
    padding-left: 5px
}

.contact-wrapper {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sl-next {border: none !important;}
.sl-next:hover {border: none !important; background-color: transparent !important}

.sl-prev {border: none !important;}
.sl-prev:hover {border: none !important; background-color: transparent !important}

.contact-col {
    padding: 60px;
}

.contact-icon {
    float: left;
    padding-right: 20px;
    padding-top: 20px;
}

.contact-info {
    float: left;
}

.contact-info h3 {
    margin: 0;
}

#testimonials2 span{
  font-size: 22px;
}

#testimonials2 p {
    padding-top: 20px;
    padding-bottom: 80px;
}

#testimonials2 {
    background-image: url(../img/pattern2.jpg);
    padding: 0;
    color: #fff;
}

#testimonials2 h2  {padding-top: 80px}

.welcome-block img {border: none !important; float: left}

@media(max-width:990px) {
  .welcome-pad h3 {
    padding-top: 120px
}
}

.contact-col {padding-bottom: 30px}

.svc-compact, .svc-print {
    display: none !important;
}

.welcome-block {
    text-align: justify;
}


/*--------- Dropdown Hover-------------*/
@media (min-width:990px){
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
}

.navbar-brand img{height: 30px}

/*-----------------Cd-Top------------------*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

#pmmgt h4 {
    padding: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ee6352;
    color: white;
    text-align: center;
}

.author {
    background-color: #757575 !important;
}

.pagination-center {
    text-align: center;
}

.side-bar h4{
    background-color: white !important;
    text-align: left !important;
    color: black !important;
}

.side-bar p{padding: 0px !important}