
body {
    background: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    position: relative;
}

h2, h3, h4 {
    font-weight: bold;
}

p {
    line-height: 26px;
}

/* start all section */
#divider, #about {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
/* end all section */

/* start nagivation */
.navbar-default {
    background: black;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0 !important;
    padding: 0;
}

    .navbar-default .navbar-brand {
        padding-top: 4px;
        padding-bottom: 60px;
    }

    .navbar-default .navbar-nav li a {
        font-size: 16px;
        font-weight: bold;
        line-height: 35px;
        color:white;
    }

        .navbar-default .navbar-nav li a:hover {
            /*color: #93ca3a;*/
            color: #C71E23;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        /*color: #93ca3a;*/
        /*color: #C71E23;*/
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border: none;
        padding-top: 16px;
    }

        .navbar-default .navbar-toggle .icon-bar {
            /*background: #93ca3a;*/
            border-color: transparent;
        }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: transparent;
        }
/* end navigation */

/* start home */
#home {
    padding-top: 65px;
}
/* end home */

/* start service */
#rates .media {
    padding: 10px;
}

    #rates .media .fa {
        color: #202020;
        font-size: 40px;
        /*margin-right: 20px;*/
    }

    #rates .media .media-heading {
        /*border-bottom: 2px solid #202020;*/
        /*font-weight: 600;*/
        font-size: 38px;
        /*padding-bottom: 10px;*/
    }
/* end service */

/* start get a quote*/
#divider {
    background-image: url('../images/map-FL.JPG');
    background-size: 600px 400px;
    background-repeat: no-repeat;
    background-position:right; 
    /*border-style: solid;*/
}

    #divider h2 {
        font-size: 50px;
    }

    #divider strong {
        /*color: #93ca3a;*/
        color: #C71E23;
    }

    #divider h3 {
        /*padding-bottom: 30px;*/
    }

    #divider input {
        height: 50px;
        width: 120px;
    }

        #divider input[type="submit"] {
            color: white;
            background-color: #C71E23;
            font-weight: bold;
            margin-left: inherit;
            width: 220px;
        }

            #divider input[type="submit"]:hover {
                /*background: #93ca3a;*/
                background: #C71E23;
            }
/* end divider */

/* start contact */
#contact {
    /*background: url('../images/contact-bg2.jpg');*/
    background-color: #f2f2f2;
    background-size: cover;
    background-repeat: no-repeat;
    color: black;
    font-weight:bold;
    padding-bottom: 20px;
    padding-top: 20px;
}

    #contact h3 {
        font-weight: bold;
        padding-bottom: 20px;
    }

    #contact .fa {
        /*color: #93ca3a;*/
        /*color: #C71E23;*/
        font-size: 18px;
        padding-bottom: 14px;
    }

    #contact .form-control {
        /*background: #f2f2f2;*/
        border-radius: 4px;
        box-shadow: none;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out;
    }

    #contact input {
        height: 50px;
    }

        #contact input[type="submit"] {
            color: #202020;
            font-weight: bold;
            margin-bottom: 0px;
        }

            #contact input[type="submit"]:hover {
                /*background: #93ca3a;*/
                background: #C71E23;
            }

    #contact .form-control::-moz-placeholder {
        /*color: #666;*/
        opacity: 1;
    }

    #contact .form-control:-ms-input-placeholder {
        /*color: #666;*/
    }

    #contact .form-control::-webkit-input-placeholder {
        /*color: #666;*/
    }
/* end contact */

/* start footer */
footer {
    padding-top: 30px;
    padding-bottom: 20px;
}

    footer p {
        line-height: 14px;
    }

    footer .social-icon {
        top: 0px;
    }
/* end footer */

.too-icon {
    padding: 10px;
}

/* start social icon */
.social-icon {
    position: relative;
    padding: 0;
    /*margin: 0;*/
    top: 30px;   
}

    .social-icon li {
        display: inline-block;
        list-style: none;
        margin-left: 10px;
    }

        .social-icon li a {
            color: black;
            font-size: 13px;
            font-weight: bold;
            text-decoration: none;
            transition: all 0.4s ease-in-out;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
        }

            .social-icon li a:hover {
                background: #737373;
            }
/* end social icon */
@media screen and (max-width: 1000px) {
    #divider {
    background-position-x:0px;
    }
}

@media only screen and (max-width: 1199px) {
    .flexslider h1 {
        font-size: 30px;
    }

    .flexslider h2 {
        font-size: 24px;
    }
}

/* start templatemo 768 media quires */
@media only screen and ( max-width: 468px ) {
    .navbar-default .navbar-brand {
        margin-left: 10px;
    }

    .navbar-default .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-collapse {
        padding-left: 20px;
        padding-right: 20px;
    }

    .flexslider h1 {
        font-size: 26px;
    }

    .flexslider h2 {
        font-size: 18px;
    }

    .templatemo-slider-btn {
        margin-top: 10px;
        width: 180px;
        height: 40px;
        padding-top: 8px;
    }
}
/* end templatemo 768 media quires */

/* start templatemo 600 media quires */
@media only screen and ( max-width: 640px ) {
    .flexslider h1 {
        font-size: 20px;
    }

    .flexslider h2 {
        font-size: 14px;
    }

    .templatemo-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px;
    }
}
/* end templatemo 600 media quires */

/* start templatemo 360 media quires */
@media only screen and ( max-width: 360px ) {
    #team .col-md-4 {
        padding-top: 40px;
    }
}
/* end templatemo 360 media quires */

/* Login Close button*/
.LoginCloseBtn {
    display: block;
    /*background-color: black;*/
    /*color: white;*/
    border-color: white;
}
/* start signup */
#signuptotal {
    /*background: url('../images/divider-bgG.jpg');*/
    /*background-color: #DCDBDB;*/
}

#signup {
    /*background: url('../images/contact-bg2.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

    #signup h3 {
        font-weight: bold;
        padding-bottom: 30px;
    }

    #signup .fa {
        color: #93ca3a;
        font-size: 28px;
        padding-bottom: 14px;
    }

    #signup .form-control {
        background: #f2f2f2;
        border-radius: 4px;
        box-shadow: none;
        margin-bottom: 10px;
        transition: all 0.4s ease-in-out;
    }

    #signup input {
        height: 35px;
        width: 210px;
        margin-left: 40px;
    }

        #signup input[type="submit"] {
            color: #202020;
            font-weight: bold;
            margin-bottom: 10px;
            width: 150px;
            margin-right: 15px;
        }

            #signup input[type="submit"]:hover {
                background: #93ca3a;
            }

    #signup .form-control::-moz-placeholder {
        color: #666;
        opacity: 1;
    }

    #signup .form-control:-ms-input-placeholder {
        color: #666;
    }

    #signup .form-control::-webkit-input-placeholder {
        color: #666;
    }

#signuptitle {
    /*color: white;*/
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
/* end signup */

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f2f2f2;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: #737373;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

