@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=EB+Garamond|Open+Sans&display=swap');

body {
    font-size: 20px;
    color: #000;
    font-family: 'EB Garamond', serif;
    background-color: #FFF;
}

.logo {
    height: 100px;
}

::placeholder {
    font-style: italic;
    font-size: 14px;
}

.form-control {
    min-height: 54px;
}

a {
    color: #e38cb7;
}

a:hover,
a:focus {
    color: #d6619c;
}

.redborder {
    border: 1px solid red;
}

.mainheading {
    font-size: 40px;
    color: #103D94;
    font-weight: 500;
}

.subheading {
    font-size: 32px;
    color: #103D94;
    font-weight: 500;
    text-decoration: underline;
}

.caption {
    color: red;
    font-size: 18px;
    font-family: 'Courgette', cursive;
    margin-top: 20px;
}

h1 {
    font-family: 'EB Garamond', serif;
    font-size: 80px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h3 {
    color: #0B2B75;
    font-size: 28px;
    font-weight: 500;
}

h4,
.team {
    color: #0B2B75
}

.team {
    color: #0B2B75;
    font-size: 24px;
    font-weight: 500;
}

.designation {
    color: #0B2B75;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
}

.mainimage {

    max-height: 170px;
}

p {
    color: #000;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

p.para {
    font-weight: 300;
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 20px;
    text-align: justify;
}

.text-primary {
    color: #e38cb7 !important;
}

.light-font {
    font-weight: 300;
}

.dropdown-content {
    min-width: 100%;
}

.dropdown-menu {
    white-space: nowrap;
}

.w100 {
    max-width: 70%;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url('../images/hamburger.png');
    background-size: 2em;
}

.navy-blue {
    background-color: #092B75;
    color: #FFF;
}

.white {
    background-color: #FFF;
}

.whitetext {
    color: #FFF;
}

.light-bg {
    background: #f1f8ff;
}

.dark-blue {
    background-color: #1B7595;
    color: #FFF;
}

#design {
    min-height: 600px;
    align-items: center;
    display: flex;
}

#services {
    padding: 80px 0;
}

.product {
    background-image: url('../images/product-engineering.png');
    min-height: 100%;
}

.section {
    padding: 40px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #000;
}

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.tagline {
    border-radius: 12px;
    text-align: center;
    margin: 1rem auto;
    font-size: 3rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

.hero-image {
    background: url('../images/hero.png') bottom center/cover no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#what-we-offer {
    background: #f1f8ff;
    background-image: url('../images/what-we-offer.jpg');
    background-size: auto;
    background-repeat: repeat;
}

#leadership {
    background: #f1f8ff;
    background-image: url('../images/leadership.jpg');
    background-size: auto;
    background-repeat: repeat;
}

#faqs {
    background: #f1f8ff;
}

.accordion-header {
    line-height: normal;
}

#faqs .accordion-button,
#faqs .accordion-body {
    font-size: 22px;
    line-height: 130%;
}

.promoters {
    width: 156px;
    height: 156px;
}

.promoter-box {
    border-radius: 5px;
    box-shadow: 0px 0px 8px 0px rgba(184, 210, 246, 0.75);
}

#home .banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%);
}

#contact {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    min-height: 300px;    
    background-image: url('../images/footerbg.png');
    background-size: auto;
    background-repeat: repeat;
}

#contact p,
#contact a {
    color: #fff;
}

.points li {
    font-size: 20px;
}

.offerheading {
    font-weight: 400;
}

.justify {
    text-align: justify;
}