@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body 
{
    font-family: "Montserrat", serif !important;
    box-sizing: border-box;
    margin: 0; 
    padding: 0;
    background-image: url(../images/carousel/bodybg4.jpg);
    background-repeat: round;
}


  


/* Header Section ................................................................................................................*/

.carousel-indicators {
    margin: 0;
    padding-bottom: 3%;
}

.carousel-inner {
    position: relative;
}

.carousel-caption {
    position: absolute;
    padding: 3%;
    background-color: rgba(234, 34, 44, 0.7);
    border-radius: 10px;
}

li#nav-item.nav-item a {
    color: rgb(234, 34, 44);
    padding: 10px 8px;
}

.active,
li#nav-item a:hover {
    color: rgb(0, 167, 200);
    cursor: pointer;
}
.nav-link.active {
    color: rgb(0, 167, 200);
}

a#nav-item.nav-link.dropdown-toggle {
    padding: 10px 8px;
}

.dropdown-item:hover {
    color: rgb(0, 167, 200);
    cursor: pointer;
}

.dropdown-item:active {
    color: rgb(0, 167, 200);
    cursor: pointer;
    background-color: white;
}

#nav-item {
    color: rgb(234, 34, 44);
    font-size: 18px;
    padding: 10px 20px;
}

.nav-item.dropdown a:hover {
    color: rgb(0, 167, 200);
    cursor: pointer;
}


.buttonheader {
    height: 100%;
    display: inline-block;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(
        to right,
        rgb(234, 34, 44) 0%,
        rgb(150, 17, 24) 51%,
        rgb(234, 34, 44) 100%
    );
    z-index: 40;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    padding: 0;
    background-color: rgb(234, 34, 44);
    font-size: 14px;
    text-align: center;
    border: 1px rgb(234, 34, 44);
}

.buttonheader:hover {
    background-position: right center;
    cursor: pointer;
}

.buttonheader b {
    text-decoration: none !important;
    padding: 25px 50px 24px 50px;
    display: flex;
    font-size: 14px;
    color: white;
}

.buttonheader a:hover {
    color: white;
}

/* Hero Section .......................................................................................................*/

.herosec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.heroinfo {
    position: absolute;
    z-index: 100;
    /* height: 90%; */
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2%;
    background-color: transparent;
    
    
}
div#hero2.col-md-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}


.hero-sec {
    background-image: url(../images/carousel/iccl.jpg);
    width: 100%;
    height: 400px;
    position: relative;
}

.sec-2 {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
}

.sec-2 h1 {
    font-size: 60px;
    padding: 30px 60px;
    border: 2px solid rgb(150, 17, 24);
    background: linear-gradient(
        to right,
        rgb(234, 34, 44) 20%,
        rgb(150, 17, 24) 30%,
        rgb(234, 34, 44) 70%,
        rgb(150, 17, 24) 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 2s ease-in-out infinite alternate;
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

/* Overview Section .......................................................................................................*/


.buttonheader1 {
    height: 100%;
    display: inline-block;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(
        to right,
        rgb(234, 34, 44) 0%,
        rgb(150, 17, 24) 51%,
        rgb(234, 34, 44) 100%
    );
    z-index: 40;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    padding: 0;
    background-color: rgb(234, 34, 44);
    font-size: 14px;
    text-align: center;
    border: 1px rgb(234, 34, 44);
}

.buttonheader1:hover {
    background-position: right center;
    cursor: pointer;
}

.zoom {
    transition: transform 0.5s;
    overflow: hidden;
}

.zoom:hover {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.1);
}

/* Client Feedback ........................................................................................................*/

@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.logos:before {
    left: 0;
}

.logos:after {
    right: 0;
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide img:hover {
    border: 1px solid red;
}

.logos-slide {
    display: inline-block;
    animation: 20s slide infinite linear;
}

div#clientlogo.col {
    height: 150px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

#clientlogos {
    width: 70%;
}

.clientlogo {
    width: 100px;
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}

.clientlogo:hover {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    transition-duration: 0.5s;
}

.clientfeedback {
    /*background-image: url(../images/carousel/overview-background.jpg);*/
    padding: 5%;
    margin: 10px;
    margin-top: 50px;
    position: relative;
    border-radius: 30px;
    box-shadow: 10px;
}

.clientfeedback p {
    font-size: 18px;
    color: rgb(11, 2, 55);
}

.client-title {
    font-size: 35px;
    color: rgb(234, 34, 44);
    text-align: center;
    margin-bottom: 20px;
    padding-top: 30px;
    text-align: center;
}





/* Facilities Section 1 .......................................................................................................... */

div.m-3.p-3 i {
    font-size: 40px;
    color: rgb(234, 34, 44);
}

div.m-3.p-3 h2 {
    color: rgb(234, 34, 44);
    padding-top: 5%;
}

div.m-3.p-3 span {
    font-size: 20px;
    color: white;
    background-color: rgb(234, 34, 44);
    float: right;
    display: flex;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
}

div.m-3.p-3 p {
    color: rgb(11, 2, 55);
}

.m-3.p-3 {
    background-image: url(../images/carousel/facility2.jpg);
    border-radius: 10px;
    border: 2px solid white;
}

.m-3.p-3:hover {
    border: 2px solid rgb(234, 34, 44);
    transition-duration: 0.3s;
}

.facility-item {
    margin: 0;
    padding: 0;
    background-image: url(../images/carousel/facility\ background.webp);
    border-radius: 10px;
}

.m-3.p-3:hover span {
    background-color: rgb(253, 238, 233);
    border: 1px solid rgb(234, 34, 44);
    color: rgb(234, 34, 44);
}

/* Up To Button */

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgb(234, 34, 44);
    color: white;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 20px;
}

#myBtn:hover {
    background-color: rgb(119, 10, 16);
}

/* Facilities section 2.........................................................................................................*/

.facility-frame {
    height: 100%;
    width: 100%;
    position: relative;
}

.facility-info {
    width: 100%;
    height: 100px;
    background-image: linear-gradient(
        rgba(150, 17, 24, 0.7) 0%,
        rgba(1234, 34, 44, 0.7) 51%,
        rgba(150, 17, 24, 0.7) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    transition: height 0.2s;
}

.facility-info h1 {
    font-size: 30px;
    color: white;
    padding-top: 40px;
}

.facility-frame:hover .facility-info h1 {
    border-bottom: 1px solid white;
    transition-duration: 1s;
}

.facility-info a {
    text-decoration: none;
    padding: 8px 15px;
    margin-top: 20px;
    color: black;
    background-color: white;
    opacity: 0;
    border: 2px solid black;
}

.facility-frame:hover .facility-info {
    height: 200px;
    background-position: right center;
}

.facility-frame:hover .facility-info a {
    transition-duration: 0.15s;
    opacity: 1;
}

.facility-frame:hover .facility-info a:hover {
    border: 2px solid white;
    color: white;
    background-color: rgb(234, 34, 44);
}

.facilities-info {
    width: 100%;
    padding: 5%;
    background-image: linear-gradient(red, maroon);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: white;
}
.kitchen {
    width: 100%;
    padding: 5%;
    background-image: linear-gradient(red, maroon);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: white;
}

.facilities-info1 {
    width: 100%;
    padding: 5%;
    background-image: linear-gradient(rgb(255, 210, 99), rgb(219, 172, 52));
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: black;
}

.facilities-info h2 {
    font-size: 25px;
    padding: 20px 40px;
    border: 1px solid white;
    margin-bottom: 20px;
    font-weight: bold;
}

.facilities-info1 h2 {
    font-size: 25px;
    padding: 20px 40px;
    border: 1px solid black;
    margin-bottom: 20px;
    font-weight: bold;
}

.facilities-info p {
    font-size: 20px;
    text-align: center;
}

.facilities-info1 p {
    font-size: 20px;
    text-align: center;
}

/* FAQ Section ..................................................................................................................*/



/* Map Section 2 ..................................................................................................................*/

.mapi {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 35%;
    height: 0;
    margin: 50px 0 0 0;
}

.mapi iframe 
{
    left: 0;
    top: 0;

    position: absolute;
}

#map-box
{
    position: relative;
    width: 100%;
    
}

.address 
{
    width: 80%;
    background-image: url(../images/carousel/map-bg.avif);
    background-color: rgb(206, 184, 175);
    position: absolute;
    justify-content: center;
    align-items: center;
    bottom: 50px;
    z-index: 200 !important;
    border-radius: 15px;
    left: 10%;
}


div#maplink.col-sm-3 i {
    color: rgb(234, 34, 44);
    font-size: 30px;
    margin: 15px 0;
}








/* Footer .........................................................................................................................*/

div#footerlink.row {
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid maroon;
}

div.col-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.col-2 i {
    font-size: 20px;
    color: white;
}

.col-10 {
    padding: 0;
    align-items: center;
    font-size: 16px;
}

.col-10 p {
    margin: 0;
    margin-left: 20px;
}

.col-10 a {
    font-size: 14px;
    margin-bottom: 0;
    color: white;
    text-decoration: none;
    text-align: left;
}

 #footera  p {
   margin-bottom: 2px;
 }

div#footera.col-sm-6 a:hover 
{
    color: rgb(255, 210, 99);
    text-decoration: underline;
}

.figure .image-hover {
    position: absolute;
    top: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.2s;
}

.figure:hover .image-hover {
    opacity: 1;
}

.figure:hover .image-main {
    opacity: 0;
}

div#footerlink.row:hover i {
    color: rgb(255, 210, 99);
    cursor: pointer;
}

div#footerlink.row:hover a {
    color: rgb(255, 210, 99);
    cursor: pointer;
}

div#footerlink.row:hover {
    border-bottom: 1px solid rgb(255, 210, 99);
}

div#iconlink.col {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

div#iconlink.col a {
    color: white;
    font-size: 22px;
}

i.fa-brands.fa-facebook:hover {
    color: rgb(23, 102, 242);
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
    transition-duration: 0.5s;
}

i.fa-brands.fa-youtube:hover {
    color: rgb(247, 18, 26);
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
    transition-duration: 0.5s;
}

i.fa-brands.fa-instagram:hover {
    color: black;
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
    transition-duration: 0.5s;
}

i.fa-brands.fa-linkedin:hover {
    color: rgb(21, 98, 187);
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
    transition-duration: 0.5s;
}

i.fa-brands.fa-twitter:hover {
    color: rgb(43, 164, 214);
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
    transition-duration: 0.5s;
}

.form-group {
    margin: 20px;
}

.form-control:active {
    box-shadow: 2px solid maroon;
}

.form-group label {
    padding: 15px;
    font-size: 18px;
}

.form-control {
    padding: 15px;
    border: 1px solid maroon;
}

.g-recaptcha {
    padding: 10px;
    width: 50px;
}

@media only screen and (max-width: 500px) 
{
    .kitchen-heading
    {
        font-size: 25px; 
        font-family: 'Shadows Into Light'; 
        color: black; 
        padding: 20px 0; 
        border-bottom: 1px solid black;
    }
    .kitchen-heading-1
    {
        font-size: 25px; 
        font-family: 'Shadows Into Light'; 
        color: white; 
        padding: 20px 0; 
        border-bottom: 1px solid white;
    }
    .mapi 
    {
        position: relative;
        display: flex;
        justify-content: center;
        overflow: hidden;
        padding-bottom: 150%;
        height: 0;
    }
  
    
    div#maplink.col-sm-3 
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (min-width: 501px) 
{
    .kitchen-heading
    {
        font-size: 30px; 
        font-family: 'Shadows Into Light'; 
        color: black; 
        padding: 20px 0; 
        border-bottom: 1px solid black;
    }
    .kitchen-heading-1
    {
        font-size: 30px; 
        font-family: 'Shadows Into Light'; 
        color: white; 
        padding: 20px 0; 
        border-bottom: 1px solid white;
    }
    .mapi 
    {
        position: relative;
        display: flex;
        justify-content: center;
        overflow: hidden;
        padding-bottom: 110%;
        height: 0;
    }
    
    
    div#maplink.col-sm-3 
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #footera{
        display: flex;
    }

    #footera  p {
       font-size: 10px;
       
      }
}
@media only screen and (max-width: 600px) {
    .logos:before,
    .logos:after {
        position: absolute;
        top: 0;
        width: 100px;
        height: 100%;
        content: "";
        z-index: 2;
    }

    .logos-slide img {
        height: 50px;
        margin: 0 20px;
        padding: 5px;
        border-radius: 10px;
    }

    .client-title {
        font-size: 20px;
    }
    .client-img {
        height: 100px;
        width: 100px;
        border-radius: 50px;
    }
    .buttonheader1 a {
        text-decoration: none !important;
        padding: 15px 20px 15px 20px;
        display: flex;
        font-size: 14px;
        color: white;
    }
    .overview h2
    {
        color: rgb(234, 34, 44);
        font-size: 25px;  
    }
    .overview h3
    {
        color: rgb(11,2,55);
        font-size: 22px;  
    }
    .overview h4
    {
        color: rgb(234, 34, 44); 
        padding: 20px 0; 
        font-size: 18px;
    }
    .overview p
    {
        padding-right: 3%; 
        color: rgb(11,2,55); 
        font-size: 14px;
    }
    h1.overview-header {
        text-align: center;
        font-size: 25px;
        font-weight: 500;
        color: rgb(11, 2, 55);
        letter-spacing: 1px;
        text-transform: uppercase;
        display: grid;
        grid-template-columns: 1fr max-content 1fr;
        grid-template-rows: 27px 0;
        grid-gap: 20px;
        align-items: center;
        margin: 8% 0 4% 0;
    }
    h1.overview-header:after,
    h1.overview-header:before {
        content: " ";
        display: block;
        border-bottom: 1px solid #c50000;
        border-top: 1px solid #c50000;
        height: 5px;
        background-color: #f8f8f8;
    }
    .buttondiv {
        display: flex;
        justify-content: center;
    }
    .overview {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-top: 30px;
    }
    .heroimg {
        width: 200px;
    }

    .heroinfo h2 {
        color: white;
        margin-top: 20px;
        font-size: 13px;
        text-align: center;
    }
    .videosec {
        width: 100%;
        z-index: 70;
    }

    div#hero1.col-md-6 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
    }

    div#hero1.col-md-6 img {
        height: 100px;
    }
    div#hero2.col-md-6 h1 {
        font-size: 20px;
    }
    .figure {
        position: relative;
        height: 120px;
    }

    .figure img {
        display: block;
        height: 120px;
    }
}
@media only screen and (max-width: 400px)
{
    div#footera.col-sm-6 a {
        color: white;
        text-decoration: none;
        font-size: 10px;
        padding: 0 5px;
        text-align: center;
    }
}
@media only screen and (min-width: 401px)
{
    div#footera.col-sm-6 a {
        color: white;
        text-decoration: none;
        font-size: 14px;
        padding: 0 5px;
        text-align: center;
    }
}
@media only screen and (max-width: 575px)
{
 .client-review
 {
    text-align: center;
    font-family: 14px;
 }
 div#footera.col-sm-6 
{
  display: flex;
  justify-content: center;
  padding:0 5px;
  flex-direction: row;
}

} 
@media only screen and (min-width: 576px) 
{
    .client-review
    {
       text-align: left;
       font-family: 15px;
    }
div#footera.col-sm-6 
{
  display: flex;
  justify-content: center;
  padding-left: 30px;
  flex-direction: column;
}
div#footera.col-sm-6 a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    float: right;
}
}
@media only screen and (min-width: 601px) 
{
    .client-review
    {
       text-align: left;
       font-family: 16px;
    }
    .videosec {
        width: 100%;
        z-index: 70;
    }

    .heroimg {
        width: 400px;
    }

    .heroinfo h2 {
        color: white;
        margin-top: 30px;
        font-size: 25px;
        text-align: center;
    }

    div#hero1.col-md-6 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
    }

    div#hero1.col-md-6 img {
        height: 120px;
    }
    div#hero2.col-md-6 h1 {
        font-size: 25px;
    }
    .overview h2
    {
        color: rgb(234, 34, 44);
        font-size: 25px;  
    }
    .overview h3
    {
        color: rgb(11,2,55);
        font-size: 22px;  
    }
    .overview h4
    {
        color: rgb(234, 34, 44); 
        padding: 20px 0;  
        font-size: 19px;
        
    }
    .overview p
    {
        padding-right: 3%; 
        color: rgb(11,2,55); 
        font-size: 16px;
    }
    h1.overview-header {
        text-align: center;
        font-size: 40px;
        font-weight: 500;
        color: rgb(11, 2, 55);
        letter-spacing: 1px;
        text-transform: uppercase;
        display: grid;
        grid-template-columns: 1fr max-content 1fr;
        grid-template-rows: 27px 0;
        grid-gap: 20px;
        align-items: center;
        margin: 8% 0 4% 0;
    }
    h1.overview-header:after,
    h1.overview-header:before {
        content: " ";
        display: block;
        border-bottom: 1px solid #c50000;
        border-top: 1px solid #c50000;
        height: 5px;
        background-color: #f8f8f8;
    }
    .overview {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-top: 30px;
    }
    .buttondiv {
        display: flex;
        justify-content: center;
    }
    .buttonheader1 a {
        text-decoration: none !important;
        padding: 25px 50px 25px 50px;
        display: flex;
        font-size: 14px;
        color: white;
    }
    .logos:before,
    .logos:after {
        position: absolute;
        top: 0;
        width: 150px;
        height: 100%;
        content: "";
        z-index: 2;
    }

    .logos-slide img {
        height: 60px;
        margin: 0 20px;
        padding: 5px;
        border-radius: 10px;
    }

    .client-title {
        font-size: 25px;
    }
    .client-img {
        height: 120px;
        width: 120px;
        border-radius: 80px;
    }
    .mapi {
        position: relative;
        display: flex;
        justify-content: center;
        overflow: hidden;
        padding-bottom: 60%;
        height: 0;
    }
   

    div#maplink.col-sm-3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .figure {
        position: relative;
        height: 150px;
    }

    .figure img {
        display: block;
        height: 150px;
    }
}
@media only screen and (max-width: 700px)
{
    #faqs
    {
        padding: 20px;
         justify-content: center; 
         align-items: center;
    }   
    .con-form
    {
        width:100%; 
        margin:auto;
    }
    
}
@media only screen and (min-width: 701px)
{
    .con-form
    {
        width:70% ; 
        margin:auto;
    }
    .kitchen-heading
    {
        font-size: 40px; 
        font-family: 'Shadows Into Light'; 
        color: black; 
        padding: 20px 0; 
        border-bottom: 1px solid black;
    }
    .kitchen-heading-1
    {
        font-size: 40px; 
        font-family: 'Shadows Into Light'; 
        color: white; 
        padding: 20px 0; 
        border-bottom: 1px solid white;
    }
    #faqs
    {
        padding-right: 12%; padding-left: 12%; justify-content: center; align-items: center;
    }


    
}
@media only screen and (max-width: 767px) {
    .card-header {
        padding: 0 0 10px 0;
        border-bottom: 1px solid rgb(11, 2, 55);
        border: none;
        border-radius: 0;
        padding: 0;
        background-color: white;
        width: 100%;
    }

    .card-header a {
        padding: 15px 20px;
        font-size: 16px;
        width: 100%;
        text-align: left;
        color: rgb(11, 2, 55);
    }

    .card-header i {
        float: right;
        padding-top: 2px;
        font-size: 20px;
        height: 25px;
        width: 25px;
        border-radius: 20px;
        background-color: rgb(11, 2, 55);
        color: white;
        border: 1px solid rgb(11, 2, 55);
        padding-left: 5px;
    }

    .card-body {
        font-size: 16px;
        color: white;
        text-align: left;
        background-image: url(../images/carousel/bg22.jpg);
        background-repeat: round;
        padding: 15px 30px;
    }

    .care-body b {
        padding: 0 60px;
    }
}
@media only screen and (min-width: 768px) {
    .heroimg {
        width: 500px;
    }

    .heroinfo h2 {
        color: white;
        margin-top: 30px;
        font-size: 30px;
        font-weight: 600;
    }

    .videosec{
        width: 100%;

        z-index: 70;
    }
    div#hero1.col-md-6 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
    }

    div#hero1.col-md-6 img {
        height: 150px;
    }
    div#hero2.col-md-6 h1 {
        font-size: 30px;
    }
    .card-header {
        padding: 0 0 10px 0;
        border-bottom: 1px solid rgb(11, 2, 55);
        border: none;
        border-radius: 0;
        padding: 0;
        background-color: white;
        width: 100%;
    }

    .card-header a {
        padding: 15px 50px;
        font-size: 18px;
        width: 100%;
        text-align: left;
        color: rgb(11, 2, 55);
    }

    .card-header i {
        float: right;
        padding-top: 2px;
        font-size: 25px;
        height: 30px;
        width: 30px;
        border-radius: 20px;
        background-color: rgb(11, 2, 55);
        color: white;
        border: 1px solid rgb(11, 2, 55);
        padding-left: 6px;
    }

    .card-body {
        font-size: 18px;
        color: white;
        text-align: left;
        background-image: url(../images/carousel/bg22.jpg);
        background-repeat: round;
        padding: 15px 70px;
    }

    .care-body b {
        padding: 0 60px;
    }
}

@media only screen and (min-width: 769px) {
    .client-review
    {
       text-align: left;
       font-family: 17px;
    }
    .overview h2
    {
        color: rgb(234, 34, 44);
        font-size: 27px;  
    }
    .overview h3
    {
        color: rgb(11,2,55);
        font-size: 24px;  
    }
    .overview h4
    {
        color: rgb(234, 34, 44); 
        padding: 20px 0; 
        font-size: 20px;
    }
    .overview p
    {
        padding-right: 3%; 
        color: rgb(11,2,55); 
        font-size: 16px;
    }
    h1.overview-header {
        text-align: center;
        font-size: 45px;
        font-weight: 500;
        color: rgb(11, 2, 55);
        letter-spacing: 1px;
        text-transform: uppercase;
        display: grid;
        grid-template-columns: 1fr max-content 1fr;
        grid-template-rows: 27px 0;
        grid-gap: 20px;
        align-items: center;
        margin: 8% 0 4% 0;
    }
    h1.overview-header:after,
    h1.overview-header:before {
        content: " ";
        display: block;
        border-bottom: 1px solid #c50000;
        border-top: 1px solid #c50000;
        height: 5px;
        background-color: #f8f8f8;
    }
    .overview {
        padding: 0 30px;
    }
    .buttondiv {
        display: block;
        float: left;
    }
    .logos:before,
    .logos:after {
        position: absolute;
        top: 0;
        width: 200px;
        height: 100%;
        content: "";
        z-index: 2;
    }

    .logos-slide img {
        height: 80px;
        margin: 0 30px;
        padding: 5px;
        border-radius: 10px;
    }

    .client-title {
        font-size: 30px;
    }
    .clientfeedback p {
        font-size: 20px;
    }
    .client-img {
        height: 150px;
        width: 150px;
        border-radius: 100px;
    }
}



/* Contact Info .........................................................................................................................*/
@media only screen and (max-width: 799px) {
    div#form.shadow {
        width: 90%;
        margin-top: 40px;
    }
}
@media only screen and (min-width: 800px) {
    div#form.shadow {
        width: 60%;
        padding: 20px;
        margin-top: 40px;
    }
}



@media only screen and (min-width: 992px) 
{
    .client-review
    {
       text-align: left;
       font-family: 18px;
    }
    .heroimg {
        width: 600px;
    }

    .heroinfo h2 {
        color: white;
        margin-top: 30px;
        font-size: 35px;
        font-weight: 700;
    }

    .videosec {
        width: 100%;
        height: auto;
        z-index: 70;
    }
    div#hero1.col-md-6 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
    }

    div#hero1.col-md-6 img {
        height: 200px;
    }
    div#hero2.col-md-6 h1 {
        font-size: 40px;
    }
    .overview h2
    {
        color: rgb(234, 34, 44);
        font-size: 30px;  
    }
    .overview h3
    {
        color: rgb(11,2,55);
        font-size: 25px;  
    }
    .overview h4
    {
        color: rgb(234, 34, 44); 
        padding: 20px 0; 
        font-size: 20px;
    }
    .overview p
    {
        padding-right: 3%; 
        color: rgb(11,2,55); 
        font-size: 18px;
    }
    h1.overview-header {
        text-align: center;
        font-size: 56px;
        font-weight: 500;
        color: rgb(11, 2, 55);
        letter-spacing: 1px;
        text-transform: uppercase;
        display: grid;
        grid-template-columns: 1fr max-content 1fr;
        grid-template-rows: 27px 0;
        grid-gap: 20px;
        align-items: center;
        margin: 8% 0 4% 0;
    }

    h1.overview-header:after,
    h1.overview-header:before {
        content: " ";
        display: block;
        border-bottom: 2px solid #c50000;
        border-top: 2px solid #c50000;
        height: 5px;
        background-color: #f8f8f8;
    }
    .overview {
        padding: 0 40px;
    }
    .buttondiv {
        display: block;
        float: left;
    }
    .logos:before,
    .logos:after {
        position: absolute;
        top: 0;
        width: 250px;
        height: 100%;
        content: "";
        z-index: 2;
    }

    .logos-slide img {
        height: 120px;
        margin: 0 40px;
        padding: 5px;
        border-radius: 10px;
    }

    .client-title {
        font-size: 40px;
    }
    .clientfeedback p {
        font-size: 22px;
    }

    .client-img {
        height: 200px;
        width: 200px;
        border-radius: 130px;
    }
    .mapi {
        position: relative;
        display: flex;
        justify-content: center;
        overflow: hidden;
        padding-bottom: 30%;
        height: 0;
    }
    div#maplink.col-sm-3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-left: 2px solid black;
    }
   
}


