/* Base styles: opinionated defaults*/
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a {
    text-decoration: none;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    font-family: 'Roboto', sans-serif;
       overflow-x: hidden;
}

/*========START OF PRELODER===========*/

.spinner-wrapper .spinner,
.spinner span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999999;
}

.spinner-wrapper .spinner {
    width: 50px;
    height: 40px;
    text-align: center;
}

.spinner > div {
    background-color: #6aca86;
    height: 100%;
    width: 6px;
    display: inline-block;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    animation-delay: -1.1s;
}

.spinner .rect3 {
    animation-delay: -1.0s;
}

.spinner .rect4 {
    animation-delay: -0.9s;
}

.spinner .rect5 {
    animation-delay: -0.8s;
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
    }
}

/* ============ START OF BACK TO TOP BUTTON ==============*/
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #ff0000;
    background: -webkit-linear-gradient(to top, #ff0000, #ed6e00);
    background: linear-gradient(to top, #ff0000, #ed6e00);
    transition: all 0.3s linear;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 190;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
    transition: all 0.3s linear;
}

#scroll:hover {
    background: #ff0000;
    background: -webkit-linear-gradient(to top, #ff0000, #ed6e00);
    background: linear-gradient(to top, #ff0000, #ed6e00);
    opacity: 1;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

a:hover {
    text-decoration: none;
}

/*header part*/


#full_menu {
    height: 98px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 222;
    transition: all 0.5s linear;
}

#full_menu .shrink {
    height: 84px;
    background-color: #f8f8f8 !important;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
    border-radius: 0px;
    transition: all .1s linear;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 0px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-nav > li > a {
    line-height: 56px;
}

.menu li a .shrink {
    line-height: 6px !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #6aca86;
    background-color: transparent !important;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
    text-transform: capitalize;
    font-weight: 400;
        font-family: 'Roboto Slab', serif;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #6aca86;
    text-transform: capitalize;
    font-weight: 600;
}

#full_banar {
    margin-bottom: -50px;
    margin-top: 88px;
}

.header_img img {
    width: 100%;
    height: auto;
}

.container-fluid {
    padding: 0px !important;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

/*Services*/
#full_service {
    background-color: #f8f8f8;
    padding-bottom: 50px;

}

.ser_top h1 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}

.ser_text {
    padding: 30px;
    border-radius: 5px;
    background: #a7d59e;
    background: -webkit-linear-gradient(to bottom, #a7d59e, #72bb86);
    background: linear-gradient(to bottom, #a7d59e, #72bb86);
}

.ser_text h3 {
    text-align: center;
    font-size: 23px;
    text-transform: capitalize;
    font-family: 'Roboto Slab', serif;
    color: #333333;
    font-weight: 700;
}

.ser_text p {
    text-align: center;
    font-size: 15px;
    color: #333333;
    padding-top: 15px;
}


/* about me*/
#full_about {
    padding: 50px 0px;
}

.line {
    height: 3px;
    width: 10%;
    margin: 0 auto;
    background-color: #72bb86;
    border-radius: 5px;
}

.pad {
    margin-bottom: 20px;
}

.about_top h1 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    padding-bottom: 15px;
    color: #6aca86;
}

.about_img {
    text-align: center;
}

.about_img img {
    height: 300px;
    width: 300px;
    margin: 0 auto;
}

.about_text p {
    text-align: left;
    font-size: 15px;
    color: #5e5e5e;
    padding-bottom: 30px;
}

.copyright p {
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.facebook img {
    filter: grayscale(100%);
    transition: all 0.3s;
}

.facebook img:hover {
    filter: grayscale(0%);
}


/*contact */
#full_contact {
    border-radius: 5px;
    background: #a7d59e;
    background: -webkit-linear-gradient(to bottom, #a7d59e, #72bb86);
    background: linear-gradient(to bottom, #a7d59e, #72bb86);
    padding-top: 50px;
}

.contact_top h3 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    padding-bottom: 30px;
    color: #333333;
}

.contact_left {
    padding-left: 60px;
}

.contact_left h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #333333;

}

.contact_left p {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.contact_left p a {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-decoration: underline;
}

.contact_left p strong {
    padding-right: 10px !important;
}

.contact_map {
    padding-right: 100px;
}

.contact_map iframe {
    height: 280px;
}

/*responsive*/
@media (max-width: 767.98px) and (min-width: 320px) {
    .navbar-default .navbar-toggle {
        border-color: #6aca86;
        background: #6aca86;
        top: 5px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #6aca86;
    }

    .navbar-default .navbar-nav > li > a {
        text-align: center;
        line-height: 25px;
    }

    .navbar-brand img {
        width: 200px;
        height: auto;
    }

    .contact_left {
        padding-left: 0px;
    }

    .contact_map {
        padding-right: 0px;
    }

    #full_banar {
        margin-bottom: -30px;
        margin-top: 59px;
    }

    .contact_left h4 {
        text-align: center;
    }

    .contact_left p {
        text-align: center;
    }

    .about_text {
        padding-top: 30px;
    }


    #full_menu .shrink {
        height: auto;
    }

    .ser_text {
        margin-bottom: 30px;
    }

    .ser_text h3 {
        font-size: 18px;
    }

    .ser_text p {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .navbar-brand img {
        width: 250px;
        height: auto;
        padding-top: 10px;
    }

    .ser_text {
        margin-bottom: 30px;
        padding: 15px;
    }

    #full_banar {
        margin-bottom: -30px;
        margin-top: 59px;
    }

    .contact_left {
        padding-left: 0px;
    }

    .contact_map {
        padding-right: 0px;
    }
}

/*back to top*/
@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

* {
    box-sizing: border-box;
}

.m-backtotop {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: -50px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #222 !important;
    border-radius: 25px;
    text-align: center;
    border: 2px solid #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    opacity: 0;
    overflow: hidden;
    color: #fff;
}

.m-backtotop.active {
    bottom: 15px;
    opacity: 1;
}

.m-backtotop > div {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.m-backtotop > div.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}

.m-backtotop > div.text {
    font-size: 5px;
    font-size: 0.5rem;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px;
}

.m-backtotop:hover {
    transform: scale(1.1);
    bottom: 20px;
    cursor: pointer;
    background: black;
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover > div.arrow {
    transform: translateY(-150%) translateX(-50%);
    opacity: 0;
}

.m-backtotop:hover > div.text {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}

.accordion {
    background-color: #ffffff;
    ;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
