
#work, #about, #team, #portfolio, #pricing, #contact {
    padding-top: 55px !important;
    /* padding-bottom: 20px; */
}

.btn .btn-success .btn-submit {
    color: #fff;
    background-color: #e47318;
    border-color: #e47318;
}
.parallax {
    /* The image used */
    background-image: url("../images/about-img.jpg");
    /* Set a specific height */
    min-height: 250px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxserver {
    /* The image used */
    background-image: url('../images/home-bg-slideshow2.jpg');
    /* Set a specific height */
    min-height: 250px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxcontact {
    background-image: url("../images/server.jpg");
    /* Set a specific height */
    min-height: 250px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.iso-box img {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .accordion:hover {
        background-color: #ccc;
    }

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.logo {
    /* border: 0; */
    height: 80px;
    padding-left: 5px;
}
.price-amount {
    padding-bottom: 5px;
   
}
.p-service-pillar {
    line-height: 25px;
    font-size: 12px;
}
.loader {
    border: 16px unset #e47318;
    border-radius: 50%;
    border-top: 16px unset;
    background-image: url(../images/icon.png);
    background-color: #e47318;
    background-repeat: no-repeat;
    background-position: center;
    /*align-content: center;*/
    /*padding-right:50%;*/
    width: 150px;
    height: 150px;
    -webkit-animation: spin 4s linear infinite; /* Safari */
    animation: spin 4s linear infinite;
    /*margin-left: 30%;
    margin-right: 50%;*/
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.logo {
    /* border: 0; */
    height: 49px;
    /* padding-left: 5px; */
    padding-top: 9px;
}

.home-contact-form {
    padding-top: 0px !important;
}

#gmap_canvas img {
    max-width: none !important;
    background: none !important;
}
/*==========================================
   SOCIAL ICON STYLES
    =====================================================*/

.color-facebook {
    color: #3B5998;
}

.color-twitter {
    color: #00aced;
}
.color-instagram {
    color:#eee;
}

.color-google-plus {
    color: #dd4b39;
}


.color-linkedin {
    color: #007bb6;
}

.color-pinterest {
    color: #cb2027;
}
.img-bottom {

padding-bottom: 10px !important;

}

.pricing-box {
    border: 1px solid #ccc;
    text-align: center;
    transition: all 0.4s ease 0s;
    background: #fff;
    margin: 10px;
}

    .pricing-box h3 span {
        font-size: 17px !important;
    }

#pricing span {
    font-size: 12px;
    margin-top: 0px;
    /* margin-bottom: 0px; */
}

    .pricing-box ol {
        list-style: outside none none;
        margin: 0;
        padding: 0 0 25px;
    }

        .pricing-box ol li {
            border-bottom: 1px solid #ccc;
            color: #666;
            padding: 12px 15px;
            position: relative;
            text-align: left;
        }
    .pricing-box li.check::after {
        content: "\f00c";
        font-family: fontawesome;
        font-size: 14px;
        position: absolute;
        right: 17px;
        top: 12px;
        color: #21467b;
    }


#pricing .medium-icon {
    box-shadow: 0px 2px 8px 0px rgb(218, 118, 25);
    border-radius: 50%;
    font-size: 52px;
    width: 95px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    margin: 32px;
}
@media (min-width: 1200px){
    .col-lg-3 {
        width: 22%;
    }
}
/*new style addded on 13 january 2020 Tumelo*/
.testimonials-area {
    background: url('../images/slider/slider1.jpg') no-repeat fixed center content-box;
    height: auto;
    width: 100%;
}
.testi-inner {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}
.testi-overly {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.testimonial-content {
    margin-bottom: 15px;
}

.quate {
    border: 1px dotted #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    width: 70px;
}
.area-padding {
    padding: 70px 0px 80px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -30px;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
}
    .testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
        display: inline-block;
        margin: 0 3px;
    }

#contact {
    /* background: #3B3B3B url(../images/contact-bg.jpg) no-repeat center center; */
    /*background-size: cover ;*/
    background-color: #f9f9f9 !important;
    color: black !important;
}

#contact hr {
    width: 180px;
    border-color: #060606;
}
.contact-area {
    height: auto;
    width: 100%;
}
.area-padding {
    padding: 70px 0px 80px;
}
.contact-icon {
    margin-bottom: 40px;
}
.single-icon i {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #444;
    line-height: 46px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.blog-area {
    height: auto;
    width: 100%;
}

.footer-area {
    padding: 40px 0;
    background: #f9f9f9;
}
.footer-area-bottom {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 15px 0;
}
.footer-content {
    display: block;
    overflow: hidden;
}

.footer-logo {
    padding-bottom: 20px;
}
.footer-head p {
    color: #444;
}
.footer-icons {
    margin-top: 30px;
}
.footer-head h4 {
    color: #444;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.popular-tag ul li a:hover, .footer-icons ul li a:hover {
    background: #3EC1D5;
    border: 1px solid #3EC1D5;
    color: #fff;
}
.footer-icons ul li a {
    border: 1px solid #444;
    color: #444;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
}
    .popular-tag ul li a:hover, .footer-icons ul li a:hover {
        background: #13467b;
        border: 1px solid #13467b;
        color: #fff;
    }

    .popular-tag ul li a:hover, .footer-icons ul li a:hover {
        background: #13467b;
        border: 1px solid #13467b;
        color: #fff;
    }
.footer-icons ul li {
    display: inline-block;
}
.footer-head p {
    color: #444;
}
.footer-contacts p span {
    color: #e47318;
    font-weight: 700;
}
p {
    margin: 0 0 15px;
    color: #444;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-well ul li i {
    color: #e47318;
    padding-right: 10px;
    font-size: 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer-contacts p span {
    color: #e47318;
    font-weight: 700;
}



/*Skills*/

.our-skill-area {
    background: rgba(248, 248, 248, 0.8) url(../img/background/bg1.html) no-repeat fixed center top / cover;
}
.our-skill-area {
    position: relative;
}

.fix {
    overflow: hidden;
}
.area-padding-2 {
    padding: 70px 0px 50px;
}

@media (min-width: 768px){
    .modal-dialog {
        width: 990px;
        margin: 30px auto;
    }
}

.fade.show {
    opacity: 1;
}

.alert-warning {
    color: black;
    background-color: #ffffff;
    border-color: #ffffff;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 3px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 10.2;
}
/*.pricing-area {
    background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.area-padding {
    padding: 70px 0px 80px;
}

.section-headline h2::after {
    border: 1px solid #333;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40%;
}*/
/**
    Whats floating button
*/
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
    .float:hover {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 15px;
        right: 15px;
        background-color: #ffffff;
        color: #28d468;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #28d468;
        z-index: 100;
    }
a:hover {
    color: #25d366;
    text-decoration: underline;
}
/*.span-text {
    font-size: 15px;
    padding-bottom: 15px;
}*/

.my-float {
    margin-top: 16px;
}