﻿/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html, body {
    background-size: cover;
    background-repeat: repeat;
    height: 100%;
    background-color: #1f2532;
    /*font-family: 'Numans', sans-serif;*/
}

#carouselExampleControls {
    padding-top: 10px;
    padding-bottom: 10px;
}

h1 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-size: 25px;
}

h2, h3, h4, h5, h6 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-size: 22px;
}



#rodape {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: dimgrey;
}

#container {
    padding: 50px;
}


p {
    font-family: "Titillium Web", sans-serif;
    color: #9a9a9a;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;

}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

    a:focus, a:hover {
        color: #f0326b;
    }

.btn-main, .btn-main-sm {
    background-color: #21D6BF;
    background-image: linear-gradient(100deg, #f9643d, #fe2a77);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 40px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
}

    .btn-main:hover, .btn-main-sm:hover {
        color: #fff;
    }

.btn-main-sm {
    padding: 8px 20px;
    font-size: 12px;
}

.btn-transparent {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 40px;
    text-transform: uppercase;
}

    .btn-transparent:hover {
        color: #fff;
    }



.btn:focus {
    color: #ddd;
}




.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0;
}



.title {
    padding-bottom: 50px;
    text-align: center;
}

    .title h2 {
        font-size: 35px;
        color: #232323;
        text-transform: capitalize;
        margin-bottom: 8px;
        font-weight: 700;
    }

    .title h4 {
        font-size: 10px;
        line-height: 10px;
        font-weight: 700;
        letter-spacing: 3.3px;
        text-transform: uppercase;
    }

    .title p {
        color: #848484;
        width: 50%;
        margin: 0 auto;
    }

@media (max-width: 480px) {
    .title p {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .title p {
        width: 80%;
    }
}

.title .border {
    border: none;
    display: inline-block;
    border-radius: 3px;
    height: 6px;
    position: relative;
    width: 90px;
    margin-bottom: 10px;
}

.bg-gray {
    background: #f9f9f9;
}

.color-gray {
    color: #777;
}

.shadow {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.34);
}

.gradient, .title .border, .service-2 .service-item i {
    background-image: linear-gradient(100deg, #f9643d, #fe2a77);
}

.header-bradcrumb {
    background: transparent;
}

    .header-bradcrumb a, .header-bradcrumb .active {
        color: #cfcfcf;
        font-weight: 200;
        font-family: "Titillium Web", sans-serif;
    }

        .header-bradcrumb a:hover {
            color: #f0326b;
        }

.slick-slide {
    outline: none;
}

.commonTab .nav-tabs {
    border: 1px solid transparent;
    text-align: center;
}

    .commonTab .nav-tabs .nav-item {
        margin: 0 3px;
    }

        .commonTab .nav-tabs .nav-item .nav-link {
            background: #f9f9f9;
            color: #666;
            text-transform: capitalize;
            border-radius: 0;
        }

            .commonTab .nav-tabs .nav-item .nav-link.active {
                border: 1px solid #f0326b;
                background: #f0326b;
                color: #fff;
            }

            .commonTab .nav-tabs .nav-item .nav-link:hover {
                border: 1px solid #f0326b;
                border-radius: 0;
                background: #f0326b;
                color: #fff;
            }



.rev_slider_wrapper {
    height: calc(100vh - 80px) !important;
    margin-top: 80px;
}








.btn btn-main {
    font-family: 'Numans', sans-serif;
}



/* About Us Section
--------------------------------*/
#about {
    padding: 80px 0;
}

    #about .about-content {
        padding-top: 40px;
        color: white;
    }

        #about .about-content h2 {
            color: black;
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            color: white;
        }

        #about .about-content h3 {
            color: black;
            font-weight: 400;
            font-size: 22px;
            font-style: italic;
            color: white;
        }

        #about .about-content h4 {
            margin-top: 50px;
            color: black;
            font-weight: 400;
            font-size: 19px;
            line-height: 30px;
            text-align: justify;
            color: white;
        }

        #about .about-content ul {
            list-style: none;
            padding: 0;
        }

            #about .about-content ul li {
                padding-bottom: 10px;
            }

                #about .about-content ul li i {
                    font-size: 20px;
                    padding-right: 4px;
                    color: #1bb1dc;
                }

    #about .about-img {
        position: relative;
        margin: 30px 30px 30px 30px;
    }

        #about .about-img img {
            width: 100%;
            border: 8px solid white;
            transition: 0.5s;
        }

            #about .about-img img:hover {
                width: 100%;
                transform: scale(1.03);
            }

        