body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    background-color: rgb(253, 250, 250);
}

.services-woofu {
    font-family: GeosansLight;
    font-size: 15px;
    text-align: justify;
}

@font-face {
    font-family: GillSansStd;
    src: url("../css/fonts/GillSansStd.otf");
}

@font-face {
    font-family: GeosansLight;
    src: url("../css/fonts/GeosansLight.ttf");
}

@font-face {
    font-family: gotham;
    src: url("../css/fonts/GothamBook.ttf");
}

h1,
h4,
h5,
p,
ul li,
a {
    font-family: GeosansLight;
    color: #000;
    font-weight: 600;
}

img {
    width: 100%;
}

.font-white {
    color: #fff;
}

.h-80vh {
    height: 80vh;
}

.h-100vh {
    height: 100vh;
}

.h-100 {
    height: 100%;
}

.background-property {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-brand {
    width: 190px;
    padding: 0;
}

.header {
    transition: 500ms ease;
    background: #fdfafa;
}

.header.scrolled {
    background: #fdfafa!important;
}

.navbar.header .navbar-nav .nav-link {
    font-size: 14px;
    padding: 6px 15px;
    font-family: GeosansLight;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar.header .navbar-nav .nav-link:active,
.navbar.header .navbar-nav .nav-link:hover {
    color: red !important;
}

.error-message{
	display:none;
}
.active {
    color: red;
}

.header .navbar-nav {
    color: #000;
}


/* .header.scrolled .navbar-nav {
    color: #000;
} */

.navbar.header .navbar-nav .nav-link:hover {
    color: #ed442b !important;
}


/* a:hover  {
    color: #ed442b !important;
    text-decoration: underline !important;
} */

.bg-img {
    position: relative;
}

.carousel-indicators li {
    cursor: pointer;
}

#banner {
    background-image: url('https://via.placeholder.com/1200x500');
}

.heading h2 {
    font-family: GeosansLight;
    font-weight: bold;
    color: #ed442b;
}

.pb-md-50 {
    padding-bottom: 50px;
}

.pb-lg-50 {
    padding-bottom: 50px;
}


/* a:hover {
    text-decoration: none;
} */

.social-part p {
    font-weight: bold;
}

.form-fields {
    border-radius: 0;
    margin-bottom: 15px;
    border: 1px solid #9E9E9E;
    background: rgba(255, 255, 255, 1);
}

.C::placeholder {
    color: #fff;
    font-style: italic;
}

.form-fields:focus {
    color: #495057;
    background-color: transparent;
    border-color: none;
    outline: none;
    box-shadow: 0;
}

textarea.form-fields {
    resize: none;
}

.submit-btn {
    background: #ed442b;
    border-color: #ed442b;
    color: #fff;
}

.submit-btn:hover {
    background: #d9b487;
    border-color: #d9b487;
    color: #fff;
}

.columnform:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border: 1px solid black;
}

.aboutimages {
    background-image: url("../images/bannerwoofu.jpg");
    background-size: cover;
}

.news-content {
    height: 175px;
    display: table-cell;
    vertical-align: middle;
}

.news-img {
    width: 345px;
    margin: auto;
}

.px-100 {
    padding: 0px 100px;
}

.mt-100 {
    margin-top: 100px;
}

.bg-texture {
    height: 100%;
}

.slide {
    outline: none;
    background-position: center;
}

.about-content1 span {
    color: #ed442b;
    font-size: 30px;
    font-family: GeosansLight;
    font-weight: bold;
}

div.aboutimages {
    height: 90vh;
}

.about-content p {
    font-size: 19px;
    margin: 0;
    font-weight: 600;
}

.about-content1 p {
    font-size: 23px;
    margin: 0;
    color: grey;
}

.overlay-img {
    background-color: rgba(255, 255, 255, 0.7);
    height: 100%;
}

.strike:after {
    content: "";
    position: absolute;
    background: orange;
    width: 1px;
    height: 300px;
}

.services .slick-slide img {
    width: 80%;
}

.services .slick-slider .slick-track,
.services .slick-slider .slick-list {
    padding: 0 !important;
}

.services .slick-slide {
    margin: 15px;
    padding: 20px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 2px 2px 6px 2px #9E9E9E;
    height: 380px;
    overflow: hidden;
    transition: all 1.0s ease;
    -webkit-transform: all 1.0s ease;
    -moz-transform: all 1.0s ease;
    -o-transform: all 1.0s ease;
}

.products .slick-slide {
    width: 100%;
    opacity: .6;
    height: 450px;
    overflow: hidden;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    transition: all 3.0s ease;
    -webkit-transform: all 3.0s ease;
    -moz-transform: all 3.0s ease;
    -o-transform: all 3.0s ease;
}

.products .slick-slide img {
    margin-top: 0;
    transition: all 3.0s ease;
    -webkit-transform: all 3.0s ease;
    -moz-transform: all 3.0s ease;
    -o-transform: all 3.0s ease;
}

.products .slick-slide.slick-current.slick-active img {
    margin-top: 0px;
}

.products .slick-slide.slick-current.slick-active {
    box-shadow: none;
    position: relative;
    z-index: 1;
    opacity: 1;
    box-shadow: 2px 2px 6px 2px #9E9E9E;
    transform: scale(.98);
    -webkit-transform: scale(.98);
    -moz-transform: scale(.98);
    -o-transform: scale(.98);
}

.headersome {
    font-size: bold;
    color: red;
    text-decoration: underline;
}

.products .text h5 {
    color: #000;
    width: 100%;
    padding: 10px;
    line-height: 1;
    font-weight: bold;
    text-transform: capitalize;
    z-index: 1;
    /* -o-box-shadow: inset 0 -42px 30px rgba(0,0,0,.7);
   -moz--webkit-box-shadow: inset 0 -42px 30px rgba(0,0,0,.7);
  -webkit-box-shadow: inset 0 -42px 30px rgba(0,0,0,.7);
   box-shadow: inset 0 -42px 30px rgba(0,0,0,.7); */
}

.products .text p {
    color: #000;
    font-size: 15px;
    width: 100%;
    padding: 10px;
    line-height: 1;
    z-index: 1;
    /* -o-box-shadow: inset 0 -42px 30px rgba(0,0,0,.7);
  -moz--webkit-box-shadow: inset 0 -42px 30px rgba(0,0,0,.7);
 -webkit-box-shadow: inset 0 -42px 30px rgba(0,0,0,.7);
  box-shadow: inset 0 -42px 30px rgba(0,0,0,.7); */
}

#services .text h5 {
    height: 40px;
}

#services {
    background-color: #fdfafa;
}

#products {
    background-color: #fdfafa;
}

#enquiry-form {
    background-color: #fdfafa;
}

#services .text p {
    font-size: 15px;
}

.slick-dots {
    left: 0;
}

.shadow {
    box-shadow: 2px 2px 6px 2px #9E9E9E;
}

.products .icon-slider h5 {
    font-size: 16px;
}

.products .icon-slider p {
    font-size: 14px;
}

.flowchart-img {
    width: 100px;
    margin: auto;
}

.flowchart-img img {
    border-radius: 50%;
}

.seperator {
    border-top: 1px solid #f8b732;
    width: 80%;
}

.links-list ul {
    list-style: none;
}

.links-list h5 {
    color: #fff;
}


/* .links-list ul li a {
    color: #000;
} */

.navbar-toggler-icon:focus,
.navbar-toggler-icon:active,
.navbar-toggler-icon:hover {
    outline: none;
}

#contact {
    background: #fdfafa;
    font-size: 18px;
}

#contact-form h4 {
    text-align: center;
    color: #000;
}

iframe {
    width: 100%;
    height: 250px;
}

.contact-details a:hover {
    text-decoration: none;
}

.contact-details a:hover p {
    color: #ed442b;
}

.footer {
    background-color: #000;
}

.footer p,
.footer p a {
    color: #fff;
}

.footer p a:hover {
    color: #ed442b;
}

.footer-logo {
    width: 183px;
    /* margin: auto; */
}


/* flowchart svg */

.flowchart {
    width: 100%;
    margin: auto;
}

.text-justify {
    margin-top: 10px;
}

.newstext {
    font-size: 14px;
}

.slide-img {
    width: 100px;
    margin: auto;
}

.carousel-control-prev-icon {
    background-image: none;
}

.carousel-control-next-icon {
    background-image: none;
}

@keyframes phone {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    30%,
    50%,
    70% {
        -webkit-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    40%,
    60% {
        -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    80% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

.animated,
.animated-hover:hover,
.fa-parent.animated-hover:hover {
    -webkit-animation: phone 2s linear infinite;
    -ms-animation: phone 2s linear infinite;
    animation: phone 2s linear infinite;
}

.connection {
    color: #ed442b;
}

.dif-con {
    color: #ed442b!important;
    font-size: 25px!important;
    font-weight: normal!important;
    font-weight: normal!important;
    font-family: GillSansStd !important;
}

.text-capitalize {
    text-transform: capitalize;
}

.bg-grey {
    background-color: #fdfafa;
}

.mr-40 {
    margin-left: -40px;
}

.my-color {
    font-family: GeosansLight;
}
