﻿@import url('https://fonts.googleapis.com/css2?family=Lato&family=Open+Sans&family=Roboto&display=swap');

:root {
    --primary: #00923F;
}

body {
    background-color: #eee;
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.Description {
    font-family: 'Lato', sans-serif;
}

.Widget {
    display: inline-block;
    width: 100%;
    background-color: #fff;
}

@media (min-width: 1300px) {
    .container {
        width: 1250px;
    }
}

.MainContent {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.inputbox {
    padding: 15px 10px;
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 100%;
}

    .inputbox > .form-control {
        width: 100%;
        max-width: 100%;
        border: 1px solid #ccc;
        border-radius: 0px;
        height: 45px;
    }

    .inputbox > textarea.form-control {
        height: auto;
        border: 1px solid gray !important;
    }

    .inputbox > .form-control:focus {
        border: 1px solid blue;
    }

    .inputbox i {
        position: absolute;
        right: 24px;
        top: 40%;
        color: var(--primary);
        font-size: 15px;
        cursor: pointer;
    }

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pl20 {
    padding-left: 20px;
}

.navbar .nav.navbar-nav li a {
    color: #193d8c !important;
    padding: 22px 15px;
    font-weight: lighter;
}

    .navbar .nav.navbar-nav li a:hover {
        border-bottom: 1px solid gray;
    }

@media (min-width: 768px) {
    .navbar .nav.navbar-nav li a, .navbar .nav.navbar-nav.navbar-right li a {
        color: #193d8c !important
    }
}




.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.Links {
    color: var(--primary);
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-size: 15px;
}

.a2a_default_style:not(.a2a_flex_style) a {
    margin-right: 8px;
}

.ItemsDetails .blogCategory {
    margin: 10px 0
}

    .ItemsDetails .blogCategory span {
        margin-left: 30px;
    }


.ItemsDetails .Description {
    font-family: 'montserrat';
    line-height: 1.8em;
    color: #393939;
    font-size: 15px;
}

.ItemsDetails {
    width: 100%;
    display: inline-block;
    padding: 50px;
    border-bottom: 1px solid #ddd;
}

    .ItemsDetails img {
        margin-bottom: 10px;
    }

    .ItemsDetails a.h2 {
        font-size: 30px;
        text-decoration: none;
        font-weight: 700;
        font-family: 'Montserrat';
        color: #3c3c3c;
        line-height: 1.5em;
    }

        .ItemsDetails a.h2:hover {
            color: var(--primary);
        }

.Sparator {
    width: 100%;
    display: inline-block;
    height: 20px;
    background-color: #fff0
}

.LinkList {
    width: 100%;
    display: inline-block;
    padding: 10px;
    list-style-type: none;
}

    .LinkList a {
        padding: 5px;
        width: 100%;
        display: inline-block;
        color: #393939;
        font-size: 14px;
        font-family: poppins;
        text-decoration: none
    }

        .LinkList a:hover {
            color: var(--primary);
        }

        .LinkList a:before {
            content: '\2937';
            color: var(--primary);
            font-size: 20px;
            padding-right: 8px
        }

pre {
    font-size: 15px;
    font-weight: bold;
    background: transparent;
    margin: 5px 0;
    color: var(--primary);
}


.MainContent .Widget h3 i {
    font-size: 16px;
    padding: 10px;
    font-family: 'Poppins';
    color: var(--primary);
}

.MainContent .Widget h3 {
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #d6d6d6;
    font-family: 'Poppins'
}

.dottedRow {
    width: 100%;
    border: 1px dotted #ccc;
    margin: 20px 0px;
    display: inline-block;
}

@media only screen and (max-width: 679px) {
    .MainContent {
        margin: 0px;
    }

    .ItemsDetails {
        padding: 10px;
    }

    .inputbox {
        padding: 5px 5px;
    }
}

.homebtn {
    max-width: 100%;
    width: 300px;
    padding: 20px 0px;
    border: 1px solid #337ab7;
    font-size: 20px;
    display: inline-block;
    background-color: #337ab7;
    color: #fff;
    border-radius: 50px;
}

    .homebtn:hover {
        transition: ease-in-out;
        background-color: rgb(40 20 131 / 76%);
        color: #fff;
    }

.btn_Like {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #ccc;
    min-width: 45px;
    border-radius: 4px;
}

    .btn_Like > label {
        padding-right: 3px;
    }

.footer {
    margin-top: 30px;
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
    display: inline-block;
    width: 100%;
}


.socialicons i {
    font-size: 25px;
    margin: 0 5px;
}

    .socialicons i.bi-facebook {
        color: #1773ea;
    }

    .socialicons i.bi-twitter {
        color: #1c9cea;
    }

    .socialicons i.bi-linkedin {
        color: #0a63bc;
    }

    .socialicons i.bi-whatsapp {
        color: #3dd143;
    }

    .socialicons i.bi-envelope {
        color: red;
    }

/*  mobile view */

@media only screen and (max-width:768px) {
    .Widget {
        margin-top: 30px;
    }

    .ItemsDetails a.h2 {
        font-size: 20px;
    }
}
