﻿
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #ff0000;
}

a {
    color: Black;
}

    a:hover {
        color: #1A75BB;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

img {
    max-width: 75%;
    height: auto;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        background: #1A75bb;
        color: #fff;
        transition: all 0.4s;
    }

        .back-to-top i:hover {
            background: Black;
            color: #fff;
        }

.responsive {
    width: auto;
    height: auto;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #1A75Bb;
        border-top-color: #fff;
        border-bottom-color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 10px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f6f7f6;
}

.section-title {
    padding-bottom: 40px;
}

    .section-title h2 {
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        line-height: 1px;
        margin: 0 0 5px 0;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: Black;
        font-family: "Poppins", sans-serif;
    }

        .section-title h2::after {
            content: "";
            width: 120px;
            height: 1px;
            display: inline-block;
            background: #9ae1af;
            margin: 4px 10px;
        }

    .section-title p {
        margin: 0;
        margin: 0;
        font-size: 36px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        color: #37423b;
    }

.breadcrumbs {
    margin-top: 20px;
    text-align: center;
    background: black;
    padding: 40px 0;
    color: #fff;
}
.leadform {
    margin-top: 73px;
    text-align: center;
    background: rgba(99, 99, 107, 0.80);
    padding: 30px 0;
    color: #242323;
    padding-left: 20px;
    padding-right: 20px;
}
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 63px;
    }
}

.breadcrumbs h2 {
    font-size: 32px;
    font-weight: 500;
}

.breadcrumbs p {
    font-size: 14px;
    margin-bottom: 0;
}

.breadcrumbs h6 {
    font-size: 18px;
    padding-left: 36px;
    padding-right: 36px;
}





.lead {
    padding-left: 20px;
    padding-top: 70px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.lead .card {
    border: 0;
    padding: 0 0px;
    margin-bottom: 60px;
    position: relative;
 

}
    .lead .icon-boxes li {
       padding: 5px;
      
    }


    .lead .icon-boxes i {
        font-size: 25px;
        color: Black;
        background: #c6c6c6;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
       
    }

    .lead .icon-boxes li {
        font-size: 18px;
        font-weight: 600;
        text-align: left;
       
    }