/*--------------------------------------------------------------
# General Style Start
--------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif !important;
    width: 100%;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}

.font-weight-bold,
b,
strong,
th {
    font-weight: 500 !important;
}
/* .container-lg {
    width: 80%;
} */

header .btn {
    border-radius: 20px 4px 4px 20px;
    padding: 8px 12px 8px 52px;
}
header .btn .mdi {
    width: 44px;
    padding: 0;
    border: 3px solid #fff;
    left: -1px;
}

nav .nav-link:hover {
    background-color: #093153;
}

nav .nav-link.active {
    background-color: #093153;
}

.form-group.req > label::after {
    content: "*";
    color: #f00;
    margin-left: 5px;
}
.loading {
    opacity: 0.5;
    cursor: default !important;
}
.alert:focus {
    outline: none;
}

.ttext {
    font-family: "Asap", sans-serif;
    font-size: 18px !important;
    line-height: 35px !important;
    text-align: center;
    color: black;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 24px;
}

.section {
    padding: 25px 0;
    position: relative;
}
.section-title {
    padding-bottom: 35px;
    text-align: center;
}
.section-title h2 {
    font-weight: 600;
    color: #20247b;
    font-size: 35px;
    margin: 0 0 15px;
}

/* Services Box
---------------------*/
.service-card {
    padding: 30px;
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    margin: 15px 0;
    background-color: white;
    position: relative;

    border-radius: 10px;
    overflow: hidden;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    top: 0;
}
.service-card * {
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
}
.service-card .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 22px;
    font-size: 27px;
}
.service-card .icon i {
    line-height: 70px;
}
.service-card h4 {
    color: #20247b;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.service-card p {
    margin: 0;
}

.service-card:hover {
    top: -5px;
}
/* SideNav */
.sidenav {
    width: 300px;
    height: 100%;
    background-color: white;
    left: -300px;
    transition: 0.4s;
    z-index: 999999;
}
.sidenav.active {
    left: 0;
}
.sidenav li {
    float: left;
    width: 100%;
    line-height: normal;
    background-color: white;
    color: black;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    clear: both;
}
.sidenav li > a {
    padding: 10px 20px;
    color: black;
    font-size: 14px !important;
    display: inline-block;
    text-decoration: none;
}

.sidenav li > a::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: navy;
    transition: width 0.3s;
}
.sidenav li > a:hover::after {
    width: 100%;
}

/* WhatsAap Float Icon */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #0c9;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.my-float {
    margin: auto;
    font-size: 40px;
}

#share {
    width: 100%;
    text-align: center;
}

/* Share buttons */

#share a {
    float: right;
    width: 40px;
    height: 40px;
    margin: 8px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.15s linear;
}

#share a:hover {
    opacity: 1;
}

#share mdi {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.facebook {
    background: #3b5998;
}

.instagram {
    background: #8a3ab9;
}

.linkedin {
    background: #0077b5;
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
    .service-card {
        height: 280px;
    }
}
@media (max-width: 575.98px) {
    .ttext {
        font-size: 15px !important;
        text-align: justify;
        line-height: inherit !important;
    }
    .section {
        padding: 10px 0 !important;
    }
    .section-title {
        padding-bottom: 10px;
    }
    .section-title h2 {
        font-size: 20px;
    }
    .logo{
        width: 120px;
    }
    #share a {
        float: right;
        width: 30px;
        height: 30px;
        margin: 6px;
        border-radius: 50%;
        font-size: 19px;
        z-index:999;
    }
    #share a img{width:19px;}
}

@media (max-width: 360px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
