/*
    Template : TIMS
    Company  : Pace Technologies (Pvt.)
*/

/*
    Basic Variables
*/

:root {
    --black: #1f1f1f;
    --bgColor: #f2f3f9;
    /* --primary: #138c9a; */
    --primary: #136b9a;
    --red: #f7506e;
}
*{
    transition: all 0.3s;
}

.text--color-primary {
    color: var(--primary);
}

/* Font Family Import */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap");

body {
    font-family: "Raleway", sans-serif;
    margin: 0;
}

/* ----- header ----- */
header {
    padding: 10px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

/* header span:first-child img{
    max-width: 150px !important;
}
header span:nth-child(2) img{
    max-width: 250px !important;
}
header span:nth-child(3) img{
    max-width: 80px !important;
}
header span:nth-child(4) img{
    max-width: 100px !important;
} */
header span img {
    max-height: 65px !important;
}
/* ----- loginForm -----*/

section#loginForm {
    background-color: var(--primary);
    min-height: 80vh;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.form-box {
    width: 40%;
    background: #000000a3;
    height: 100%;
    color: #fff;
    padding: 50px;
    border-radius: 5px;
}
section#loginForm .form-control {
    background-color: transparent !important;
    color: #fff !important;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0px;
}

section#loginForm .form-control:focus-within {
    outline: none;
}

section#loginForm .form-control:focus {
    box-shadow: none;
}
section#loginForm .form-group + .form-group {
    margin-top: 10px;
}

section#loginForm .form-group label {
    font-size: 0.8rem;
    position: relative;
    top: 20px;
    transition: all 0.3s;
    left: 0;
}

section#loginForm .form-group.focused label {
    top: -2px !important;
    font-size: 0.7rem;
}

section#loginForm .form-group ::placeholder {
    opacity: 0;
    transition: all 0.3s;
    color: #fff;
}
section#loginForm .form-group.focused ::placeholder {
    opacity: 1;
}
section#loginForm button {
    margin-top: 30px;
    letter-spacing: 0.5px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;
}

/* ----- Section Intro -----*/

section#intro {
    padding: 60px 0;
    font-size: 14px;
    font-weight: 500;
}
section#intro .container {
    /* max-width: 980px; */
}
section#intro h4 {
    font-weight: 600;
}
section#intro ul {
    padding-left: 10px;
}

/* ----- Section Map Info -----*/

section#mapInfo {
    padding: 60px 0;
}
section#mapInfo .container {
    /* max-width: 980px; */
}
section#mapInfo h4 {
    background-color: #4472c4;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    border-radius: 8px;
}

section#mapInfo .text--blue {
    color: #4472c4;
    font-weight: 700;
}

section#mapInfo .text--green {
    color: rgb(33, 117, 33);
    font-weight: 700;
}
section#mapInfo .row--figures p {
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 700;
    white-space: nowrap;
}
/* ----- Section FAQ -----*/

section#faq {
    background-color: #f2f3f8;
    padding: 60px 0;
    display: none;
}
section#faq .container {
    max-width: 980px;
}
section#faq h1 {
    font-weight: 600;
}
section#faq .accordion-button {
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
}
section#faq .accordion-button:not(.collapsed) {
}
section#faq .accordion-button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
section#faq .accordion {
    font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
}
section#faq .accordion-button:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
section#faq .accordion-button::after {
    zoom: 0.8;
}
section#faq .accordion-body ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* ----- Section Contact us -----*/

section#contactUs {
    padding: 60px 0;
}
section#contactUs .container {
    /* max-width: 980px; */
}
section#contactUs .contact--heading {
    font-weight: 700;
    position: relative;
}

section#contactUs hr {
    height: 3px;
    width: 60px;
    background: #ffb737;
    position: relative;
    border: 0;
    margin: 20px 0;
    opacity: 1;
}
section#contactUs p {
    font-size: 14px;
    font-weight: 600;
}

/* ----- Section Footer -----*/

section#footer {
    padding: 30px 0;
    background-color: var(--primary);
    color: #fff;
}
section#footer p {
    margin-bottom: 0;
}

.inner--slider-outer {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid lightgray;
}
.card-img,
.card-img-top {
    height: 450px;
    object-fit: cover;
}
.card-body p.card-text {
    font-style: italic;
    font-size: 20px;
    margin-top: 20px;
}
.card-body .card-title {
    font-weight: 600;
}
.img--circle-quote {
    height: 200px;
    width: 200px;
    overflow: hidden;
}
.img--circle-quote img {
    object-fit: cover;
    border-radius: 100px;
    border: 4px solid #00000052;
    height: 200px;
    width: 200px;
}
.flex--container {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid lightgray;
    padding-bottom: 40px;
    margin-top: 20px;
}
.right--box--quote {
    background: #136b9a78;
    color: #151414;
    font-weight: 500;
    padding: 40px;
    border-radius: 16px;
    font-size: 20px;
    margin-left: 50px;
    font-style: italic;
    position: relative;
    box-shadow: 6px 6px 18px 0px #d6d6d6;
}
.title--quote {
    text-align: center;
}
.title--quote label {
    font-weight: 800;
}
.right--box--quote img {
    position: absolute;
    max-width: 145px;
    right: 26px;
    opacity: 0.2;
}

.blink--text {
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
    /* 0%{     color: #fff;    }
        49%{    color: #fff; }
        60%{    color: transparent; }
        99%{    color:transparent;  }
        100%{   color: #fff;    } */
}

/*
|                       |
|       Responsive      |
|                       |
*/

/* @media only screen and (max-width: 992px) {

} */

@media only screen and (max-width: 768px) {
    h2{
        font-size: calc(1.325rem + .3vw);
    }
    .flex--container{
        display: block;
    }
    .img--circle-quote{
        width: 100%;
        text-align: center;
    }
    .right--box--quote{
        margin-left: 0;
    }
    section#mapInfo img{
        margin-top: 0 !important;
    }
    section#footer{
        padding: 10px 0;
    }
    section#footer p{
        font-size: 12px;
    }
    .form-box{
        padding: 15px !important;
    }
    section#intro{
        padding: 0 !important;
    }
    .right--box--quote{
        padding: 30px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 576px) {
    h2{
        font-size: calc(1rem + .3vw);
    } 
    .right--box--quote{
        padding: 20px;
        font-size: 14px;
    }
}