body{
    font-family: "Open Sans", sans-serif;
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner {
    padding: 0;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000078;
    z-index: -1;
}
.banner .banner-card {
    display: flex;
    align-items: center;
    height: calc(100vh - 117px);
    justify-content: center;
}

.about-section {
    padding: 70px 0;
}

.banner .banner-card .banner-text {
    width: 80%;
}

.banner .banner-card .banner-text h1 {color: #fff;font-size: 30px;font-weight: 900;line-height: 38px;text-align: center;margin-bottom: 15px;}

.banner .banner-card .banner-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    color: #fff;
}

.about-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.service-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.service-img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    background: #fff;
    padding: 10px;
}

.service-card .service-text {}

.service-card .service-text h3 {
    margin-bottom: 17px;
    font-size: 45px;
    font-weight: 900;
    line-height: 50px;
    text-align: left;
}

.service-card .service-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}
.services-section {
    padding: 70px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 80px;
}

.section-title h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 50px;
    text-align: center;
    color: #85267a;
}

.about-card .about-text {}

.about-card .about-text h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 50px;
    text-align: left;
    margin-bottom: 25px;
    color: #85267a;
}

.about-card .about-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.whychoose-section {
    padding: 70px 0;
    background: #f6e3f4;
}

.whychoose-section .whychoose-card {}

.whychoose-section .whychoose-card .whychoose-text {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    min-height: 320px;
    margin-bottom: 30px;
}

.whychoose-section .whychoose-card .whychoose-text img {
    width: 70px;
    margin: 20px auto;
    display: block;
}

.whychoose-section .whychoose-card .whychoose-text h3 {
    margin-bottom: 17px;
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
}

.whychoose-section .whychoose-card .whychoose-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.services-section .col-md-6 {margin-bottom: 60px;}

.services-section .col-md-6 {}

.services-section .row:last-child .col-md-6 {
    margin: 0 !important;
}
.contact-section {
    padding: 70px 0;
}

.contact-section .contact-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.contact-section .contact-card h3 {
    font-size: 60px;
    font-weight: 900;
    line-height: 50px;
    text-align: left;
    color: #85267a;
    margin-bottom: 25px;
}

.contact-section .contact-card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.view-mob{
    display: none;
}

.view-desktop{
    display: block;
}
.header {
    padding: 10px 0;
}

.header .menu-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .menu-card .logo {}

.header .menu-card .logo a {
    display: block;
    width: 150px;
}

.header .menu-card .logo a img {
    width: 100%;
}

.header .menu-card .logo span.mobile-menu {
    display: none;
}

.header .menu-card .main-menu {}

.header .menu-card .main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header .menu-card .main-menu ul li {
    display: inline-block;
}

.header .menu-card .main-menu ul li a {
    color: #3d3d3d;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    padding: 0 20px;
    font-weight: 600;
}
.contact-section .contact-card .contact-form {
    width: 100%;
    padding: 45px;
    background: #85267a;
    border-radius: 20px;
}
.contact-section .contact-card .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-section .contact-card .contact-form .form-group input.form-control {
    width: 100%;
    height: 50px;
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: solid 1px #fff;
    color: #fff;
}
.contact-section .contact-card .contact-form .form-group textarea.form-control {
    width: 100%;
    height: 150px;
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: solid 1px #fff;
    resize: none;
    color: #fff;
}
.contact-section .contact-card .contact-form .form-group input:focus, .contact-section .contact-card .contact-form .form-group textarea:focus{
    outline: none;
    box-shadow: none;
}
.contact-section .contact-card .contact-form .form-group:last-child {
    margin-bottom: 0;
}

.contact-section .contact-card .contact-form .form-group input.form-submit {
    background: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    font-weight: 400;
}
.contact-section .contact-card .contact-form .form-group input::-ms-input-placeholder,.contact-section .contact-card .contact-form .form-group textarea::-ms-input-placeholder  { /* Edge 12-18 */
    color: #fff;
  }
  
  .contact-section .contact-card .contact-form .form-group input::placeholder, .contact-section .contact-card .contact-form .form-group textarea::placeholder {
    color: #fff;
  }
  
.header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}  
  
.fixed-header {
    position: fixed; 
    width: 100%;
    top: 0;
    left: 0;z-index: 9;
    background: #fff;
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.about-card .about-text h4 {
    font-size: 25px;
    font-weight: 900;
    line-height: 50px;
    text-align: left;
    margin-bottom: 10px;
    color: #000;
}
.contact-section .contact-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-section .contact-card ul li {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-bottom: 10px;
}

.contact-section .contact-card ul li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}
.maps {
    margin: 20px 0 0;
    display: block;
}

.maps iframe {
    width: 100%;
    height: 280px;
}
.service-card .service-text h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
}

.service-card .service-text ul {
    padding: 0;
    margin: 15px 0 0 17px;
    list-style: auto;
}
.contact-section .contact-card ul li a i.fa {
    color: #85267a;
}
.job-card {
    background: #85267a;
    padding: 30px;
    margin: 50px 0 0;
    border-radius: 10px;
}

.job-card a {
    color: #fff;
    text-align: center;
    display: block;
    width: 260px;
    border: solid 2px #fff;
    height: 60px;
    line-height: 60px;
    border-radius: 45px;
    margin: 0 auto;
    text-decoration: none;
    font-size: 21px;
}
/* 
    Responsive
*/
@media (max-width:767px){
    .view-mob{
        display: block;
    }
    
    .view-desktop{
        display: none;
    }
    .banner .banner-card .banner-text h1 {
        font-size: 24px;
        line-height: normal;
    }
    
    .banner .banner-card .banner-text p {
        font-size: 14px;
        line-height: 18px;
    }
    
    .banner {
        padding: 40px 0;
    }
    
    .about-card .about-text h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .about-card .about-text p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-title h2 {
        font-size: 33px;
    }
    
    .services-section {
        padding: 0px 0 40px;
    }
    
    .about-section {
        padding: 40px 0;
    }
    
    .section-title {
        margin-bottom: 25px;
    }
    
    .service-card .service-text h3 {
        font-size: 31px;
        line-height: normal;
    }
    
    .service-card .service-text p {
        font-size: 16px;
    }
    
    .services-section .col-md-6 {
        margin-bottom: 15px;
    }
    
    .service-img {
        padding: 0;
    }
    
    .whychoose-section {
        padding: 40px 0;
    }
    
    .contact-section .contact-card h3 {
        font-size: 33px;
        line-height: normal;
        margin-bottom: 10px;
    }
    
    .contact-section .contact-card p {
        font-size: 16px;
    }
    
    .contact-section {
        padding: 40px 0;
    }
    .header .menu-card .main-menu {
        display: none;
        position: absolute;
        left: 0;
        top: 19%;
        width: 100%;
        height: auto;
        background: #fff;
        z-index: 2;
    }

    .header .menu-card .logo span.mobile-menu {
        width: 40px;
        height: 40px;
        display: block;
    }
    
    .header .menu-card .logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .header .menu-card .logo span.mobile-menu {}
    
    .header .menu-card {
        display: block;
    }
    
    .header .menu-card .main-menu ul li {
        display: block;
    }
    
    .header .menu-card .main-menu ul li a {
        padding: 10px;
    }
    .header .menu-card .main-menu.open-menu {
        display: block;
    }
    
}
