body {
    font-family: 'Roboto', sans-serif;
}

* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

.custom-select {
background-color: transparent;
}

.form-control-cust {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem 0rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.9;
    color: #6c7576;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

.nav-item::after {
content: "|";
margin-top: -26px;
margin-right: -14px;
float: right;
color: #fff;
}

.view .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
    cursor: pointer;
    
}

.nav-item:last-child::after {
display: none;
}

a {
    color: inherit;
}

.carousel-indicators {
    z-index: 2;
}

.media-icon-size {
    width: 12px;
}

.m-lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: #455a64;
}

.font-body {
    font-size: 1.1rem;
    font-weight: 300;
}

.bg-ys {
    background-color: rgba(1, 29, 40, 0.99);
}

.text-c-ys {
    color: #455a64; 
}

.btn-yt {
    color: #ffffff;
    background-color: #90a4ae;
}

.btn-linkdin {
    color: #0b223d;
    background-color: #ffffff;
}

.mt-6 {
    margin-top: 4.6rem;
}

.delay{
    animation-delay: 0.5s;
}

.svr-img-sm {
    margin: 8px 5px 8px 5px;
}

.border-toop {
    padding: 14px 0px 0px 0px;
    border-style: solid;
    border-color: #455a64;
    cursor: pointer;
}

.border-toop-2 {
    padding: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #455a64;
    box-sizing: border-box;

}

.border-toop-single {
    padding: 10px 0px 10px 0px;
    margin: 5px 0px 5px 0px;
    width: 380px;
    border-style: solid;
    border-color: #455a64;
    background-color: #eceff1;
}


/* Modal */
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

#mA1 {cursor: pointer;transition: 0.3s;}
#mA1:hover {opacity: 0.7;} 

#mA2 {cursor: pointer;transition: 0.3s;}
#mA2:hover {opacity: 0.7;} 

#mA3 {cursor: pointer;transition: 0.3s;}
#mA3:hover {opacity: 0.7;} 

#mA4 {cursor: pointer;transition: 0.3s;}
#mA4:hover {opacity: 0.7;} 

#mA5 {cursor: pointer;transition: 0.3s;}
#mA5:hover {opacity: 0.7;} 

#mA6 {cursor: pointer;transition: 0.3s;}
#mA6:hover {opacity: 0.7;} 

#mA7 {cursor: pointer;transition: 0.3s;}
#mA7:hover {opacity: 0.7;} 

#mA8 {cursor: pointer;transition: 0.3s;}
#mA8:hover {opacity: 0.7;} 

.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
} 

.modal-content {
    background-color: hsla(360, 100%, 100%, 0.95);
 
}


/* The 3 Services */
.svr-text-head {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #455a64;
    font-weight: 300;
    margin-top: 8px;
}

.svr-bx-1 {
    width: 260px;
    font-family: Roboto;
    text-align: center;
}

.svr-bx-2 {
    width: 260px;
    font-family: Roboto;
    border-left: 1px solid;
    text-align: center;
}

.svr-bx-3 {
    width: 260px;
    font-family: Roboto;
    border-left: 1px solid;
    text-align: center;
}

.svr-icon {
    font-size: 1.6rem;
    color: #455a64;
}

.svr-text-head-2 {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 700;
    color: #455a64;
}

/* founder items */
.fd-1 {
    padding: 1rem 2rem;
    display: block;
    background-color: #cccccc;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0px 0px 20px;
}

.fd-2 {
    padding: .8rem 1.7rem;
    display: block;
    background-color: #eeeeee;
    align-items: center;
    border-radius: 0px 20px 20px 0px;
}

.fd-w {
    display: flex;
    flex-wrap: nowrap;
}


/* Links Card */

.border-toop-links {
    display: block;
    padding: 8px 18px 9px 18px;
    border-style: solid;
    border-width: 1px;
    border-color: #455a64;
    box-sizing: border-box;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 362px;
    margin: 0px 8px 10px 0px;
    cursor: pointer;
}

.font-small-link {
    font-size: .6rem;
    color: rgba(1, 29, 40, 0.59);
}


/*Whatsapp*/
.dropleft {
    position: fixed;
    right: 1rem;
    top: 10rem;
    z-index: 7;
}

.btn-whatsapp {
    background-color: #607d8b;
    color: #cccccc;
    font-size: 2rem;
    border-radius: 50%;
    padding: 5px 15px 5px 15px;
}

.dropdown-menu {
    border-style: solid;
    border-width: .07rem;
    border-color: none;
    border-radius: 8px;
    padding: 12px 16px 12px 16px;
    background-color:hsla(360, 100%, 100%, 0.99)
}
/*END Whatsapp*/


/*round-corner-pic*/
.rd-pic {
	border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
}

/*jumbotron*/
.bg-jum-contact-resp {
    background-image: url("../images/in-mm-contact.png");
    background-repeat: no-repeat;
	width: 100%;
	height: 500px;
    display: flex;
    background-size: cover;
}

.bg-jum-links-resp {
    background-image: url("../images/in-mm-links.png");
    background-repeat: no-repeat;
	width: 100%;
	height: 500px;
    display: flex;
    background-size: cover;
}

.bg-jum-visitsg-resp {
    background-image: url("../images/in-mm-sg.png");
    background-repeat: no-repeat;
	width: 100%;
	height: 500px;
    display: flex;
    background-size: cover;
}

.bg-jum-svr-resp {
    background-image: url("../images/in-mm-about-3.png");
    background-repeat: no-repeat;
	width: 100%;
	height: 500px;
    display: flex;
    background-size: cover;
    background-position: center; 
}

.bg-jum-about-resp {
    background-image: url("../images/in-mm-about-2.png");
    background-repeat: no-repeat;
	width: 100%;
	height: 500px;
    display: flex;
    background-size: cover;
}

.jumbo-text-container {
	position: absolute;
	margin-bottom: 20px;
	align-content: flex-end;
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 1rem;
	background-color: #e9ecef;
	border-radius: .3rem;
}

.jumbo-text-head {
    font-size: 1.6rem;
    color: #455a64;
    font-weight: 500;
}

.jumbo-text-body {
    font-size: 1.2rem;    
    color: #000000;
    text-shadow: 1px 1px 2px #ffffff;
    font-weight: 300;
}


/*Carousel*/
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

/*give header more space*/
.carousel-caption {
	position: absolute;
	right: 10%;
	bottom: 20px;
	left: 10%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

.view {
    position: relative;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    cursor: default;
}


/*abt banner*/
.abt-bg {
    background-image: url(../images/banner-about-2.png);
    background-repeat: no-repeat;
    padding: .8rem;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: #cccccc;
    background-size: cover;
    background-position: left;
}

.cont-abt {
    display: none;
}
.jumbo-text-head-a {
    display: none;
}  

/*weather*/

.wea-bg {
    background-image: url(../images/weather-bg.png);
    background-repeat: no-repeat;
    padding: .7rem;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    background-size: cover;
}

.wea {
	display: flex;
	flex-direction: column;
}

.wea-txt{
    font-size: 1.2rem;
}

.wea-1 {
    font-size: 1rem;
	line-height: 1.2rem;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #666666;
    margin-top: 1.4rem;
}

.wea-2 {
    font-size: 2rem;
	line-height: 2.2rem;
    font-weight: 300;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #666666;
    margin-top: .2rem;
    margin-bottom: 1rem;
}

/* Indexpage 3 Tiles */
.bg-img-1 {
    background-image: url(../images/mm1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 14rem;
}

.bg-img-2 {
    background-image: url(../images/mm5.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 14rem;
}

.bg-img-3 {
    background-image: url(../images/mm3.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 14rem;
}

.header-2 {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: .5rem;
    text-shadow: 2px 2px 2px hsla(0,0%,0%,1.00);
    color: hsla(0,0%,100%,1.00);
    align-self:flex-end;
}

.svr-text {
    font-size: .7rem;
    line-height: 2rem;
    color: hsla(0,0%,100%,1.00);
    display: block;
    text-shadow: 1px 1px 2px hsla(0,0%,40%,1.00);
}

.ycard-box {
    width: 100%;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
    padding: 14px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
}
/*Tiles END*/

/*Underline subhead*/

h1a:before {
    content: "";
    display: block;
    border-top: 0.02rem solid #455a64;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
    left: 0;
}

h1a span {
    font-family: Roboto;
    font-weight: 600;
    font-size: 1.3rem;
    color: #455a64;
    background: #fff;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
/*Underline subhead end*/

.border-white-50 {
    border-color: hsla(0,0%,93%,0.14);
}

.border-1 {
    border: 1px solid hsla(214,12%,89%,0.25);
}

/*navbar adjustment*/
.nav-item {
    margin: .5rem .7rem;
}

.nav-link {
    padding: .3rem 2rem;
}

/*trying to expand width of highlighted active item*/
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem;
    padding-left: .6rem;
}
    

.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link {
    background-color: rgba(255,255,255,0.2);
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
}


.navbar {
    background-color: rgba(1, 29, 40, 0.29);
    font-family: Roboto;
    font-weight: 300;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    z-index: 3;
}

.top-nav-collapse {
    background-color: rgba(1, 29, 40, 0.99);
}

.logo-res {
max-width: 100%;
height: auto;
}

.header-1a {
    font-family: Roboto;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 3.6rem;
    text-shadow: 3px 3px 4px #000000;
    color: hsla(0,0%,100%,1.00);
}

.header-1a-caption {
    font-family: Roboto;
    font-weight: 300;
    font-size: 1.5rem;
    text-shadow: 2px 2px 3px #000000;
    color: hsla(0,0%,100%,1.00);
}

.header-1 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 3.6rem;
    text-shadow: 3px 3px 4px #000000;
    color: hsla(0,0%,100%,1.00);
    margin-bottom: 4px;
}

.header-1-caption {
    font-family: Roboto;
    font-weight: 300;
    font-size: 1.5rem;
    text-shadow: 2px 2px 3px #000000;
    color: hsla(0,0%,100%,1.00);
    margin-top: 0px;
}

.header-3 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 3.8rem;
    text-shadow: 2px 2px 3px #000000;
    color: hsla(0,0%,100%,1.00);
    margin-bottom: 20px;
}

.btn-outline-wh {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    padding: .5rem 2rem;
}

.bg-message {
    background-color: rgba(0,0,0,0.09);
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
}

/* Contact */

.ctd-icon {
    font-size: 1.6rem;
}

.ctd-text-head {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 300;
    color: #455a64;
}

/*Footer*/

.ft-1 {
    display: flex;
    font-size: .82rem;
    text-align: left;
    line-height: 1.2rem;
    justify-content: center;
}

.ft-2 {
    font-size: .82rem;
    text-align: center;
    line-height: 1.2rem;
}

.ft-3 {
    font-size: .82rem;
    text-align: center;
    line-height: 1.2rem;
}



.addDirCol {
	flex-direction: column;
}



@media (max-width:1200px){

}


@media (max-width: 991.98px) { 

.form-inline {
    margin: 1rem;
}    

.ft-2 {
    margin-top: 1rem;
}
    
.ft-3 {
    margin-top: 1rem;
}    
    
.nav-item::after {
display: none;
}    

.svr-bx-1 {
        width: 220px;
        font-family: Roboto;
        text-align: center;
        padding: 1rem;
}

.svr-bx-2 {
        width: 220px;
        font-family: Roboto;
        border-top: none;
        border-left: 1px solid;
        text-align: center;
        padding: 1.6rem;
}
    
.svr-bx-3 {
        width: 220px;
        font-family: Roboto;
        border-top: none;
        border-left: 1px solid;
        text-align: center;
        padding: 1.6rem;
}       

.abt-bg {
        background-image: url(../images/banner-about-1.png);
        background-repeat: no-repeat;
        padding: .8rem;
        border-bottom-left-radius: 25px;
        border-top-right-radius: 25px;
        background-color: #cccccc;
        background-size: cover;
        background-position: left;
}

.bg-jum-contact-resp {
        background-image: url("../images/in-mm-contact.png");
        background-repeat: no-repeat;
        width: 100%;
        height: 420px;
        display: flex;
        background-size: cover;
    }
    
    .bg-jum-links-resp {
        background-image: url("../images/in-mm-links.png");
        background-repeat: no-repeat;
        width: 100%;
        height: 420px;
        display: flex;
        background-size: cover;
    }
    
    .bg-jum-visitsg-resp {
        background-image: url("../images/in-mm-sg.png");
        background-repeat: no-repeat;
        width: 100%;
        height: 420px;
        display: flex;
        background-size: cover;
    }
    
    .bg-jum-svr-resp {
        background-image: url("../images/in-mm-about-3.png");
        background-repeat: no-repeat;
        width: 100%;
        height: 420px;
        display: flex;
        background-size: cover;
    }
    
    .bg-jum-about-resp {
        background-image: url("../images/in-mm-about-2.png");
        background-repeat: no-repeat;
        width: 100%;
        height: 420px;
        display: flex;
        background-size: cover;
    }
    
.header-2 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6rem;
    margin-bottom: .5rem;
    text-shadow: 2px 2px 2px hsla(0,0%,0%,1.00);
    color: hsla(0,0%,100%,1.00);
    align-self:flex-end;
}

.svr-text {
    font-size: .6rem;
    line-height: 1rem;
    color: hsla(0,0%,100%,1.00);
    display: block;
    text-shadow: none;
    text-shadow: 1px 1px 2px hsla(0,0%,40%,1.00);

}

.ycard-box {
    width: 100%;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
    padding: 12px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
}    
    
.navbar {
    background-color: rgba(1, 29, 40, 0.99);
    }
    
.logo-res {
max-width: 80%;
height: auto;
}

.header-1a {
    font-family: Roboto;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 2.7rem;
    text-shadow: 3px 3px 4px #000000;
    color: hsla(0,0%,100%,1.00);
}

.header-1a-caption {
    font-family: Roboto;
    font-weight: 300;
    font-size: 1.1rem;
    text-shadow: 2px 2px 3px #000000;
    color: hsla(0,0%,100%,1.00);
}
    
.header-1 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 2.7rem;
    text-shadow: 1px 1px 2px black;
}

.header-1-caption {
    font-family: Roboto;
    font-weight: 300;
    font-size: 1.1rem;
    text-shadow: 1px 1px 2px black;
}

.cont-abt {
    display: none;
}
.jumbo-text-head-a {
    display: none;
}  

.col-3 {
    padding-left: 7px;
    padding-right: 7px;
}
 
}


@media (max-width: 768px) {

/*Footer*/


.ft-2 {
    margin-top: 1rem;
}

.ft-3 {
    margin-top: 1rem;
}
  

.svr-bx-1 {
        width: 220px;
        font-family: Roboto;
        text-align: center;
        padding: 1.6rem;
}

.svr-bx-2 {
        width: 220px;
        font-family: Roboto;
        border-top: none;
        border-left: 1px solid;
        text-align: center;
        padding: 1.6rem;
}
    
.svr-bx-3 {
        width: 220px;
        font-family: Roboto;
        border-top: none;
        border-left: none;
        text-align: center;
        padding: 1.6rem;
} 
     

    .jumbo-text-head {
        font-size: 1.3rem;
        color: #455a64;
        font-weight: 500;
    }
    
    .jumbo-text-body {
        font-size: 1rem;    
        color: #000000;
        text-shadow: 1px 1px 2px #ffffff;
        font-weight: 300;
    }   
	
.bg-jum-contact-resp {
    background-image: url("../images/in-mm-contact.png");
    background-repeat: no-repeat;
	width: 100%;
	height: 380px;
    display: flex;
    background-size: cover;
}

.bg-jum-links-resp {
    background-image: url("../images/in-mm-links.png");
    background-repeat: no-repeat;
	width: 100%;
	height: 380px;
    display: flex;
    background-size: cover;
}

.bg-jum-visitsg-resp {
    background-image: url("../images/in-mm-sg.png");
    background-repeat: no-repeat;
	width: 100%;
	height: 380px;
    display: flex;
    background-size: cover;
}

.bg-jum-svr-resp {
    background-image: url("../images/in-mm-about-3.png");
    background-repeat: no-repeat;
	width: 100%;
	height: 380px;
    display: flex;
    background-size: cover;
}

.bg-jum-about-resp {
    background-image: url("../images/in-mm-about-2.png");
    background-repeat: no-repeat;
	width: 100%;
	height: 380px;
    display: flex;
    background-size: cover;
}
    
.header-2 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: .5rem;
    text-shadow: 2px 2px 2px hsla(0,0%,0%,1.00);
    color: hsla(0,0%,100%,1.00);
    align-self:flex-end;
}

.svr-text {
    font-size: .7rem;
    line-height: 1rem;
    color: hsla(0,0%,100%,1.00);
    display: block;
    text-shadow: none;
    text-shadow: 1px 1px 2px rgb(43, 43, 43);

} 
    
.ycard-box {
    margin-top: .5rem;
    width: 100%;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
    padding: 12px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
}
    
h1a span {
    font-family: Roboto;
    font-weight: 600;
    font-size: 1rem;
    color: #455a64;
    background: #fff;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}    

.cont-abt {
    display: none;
}

.jumbo-text-head-a {
    display: none;
}  

.col-3 {
    padding-left: 6px;
    padding-right: 6px;
}

.svr-text-head {
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: #455a64;
    font-weight: 300;
    margin-top: 8px;
}

.svr-icon {
    font-size: 1.5rem;
    color: #455a64;
}
    
}



@media (max-width: 575.98px) {
    .fd-1 {
        width: 100%;
        padding: 1rem 1rem;
        display: block;
        background-color: #cccccc;
        justify-content: center;
        align-items: center;
        border-radius: 10px 10px 0px 0px;
    }
    
    .fd-2 {
        width: 100%;
        padding: 1rem 1.7rem;
        display: block;
        background-color: #eeeeee;
        align-items: center;
        border-radius: 0px 0px 10px 10px;
    }
    
    .fd-w {
        display: flex;
        flex-wrap: wrap;
    }

    .svr-bx-1 {
        width: 190px;
        font-family: Roboto;
        text-align: center;
        padding: 1.6rem;
    }

    .svr-bx-2 {
        width: 190px;
        font-family: Roboto;
        border-top: none;
        border-left: 1px solid;
        text-align: center;
        padding: 1.6rem;
    }
    
    .svr-bx-3 {
        width: 190px;
        font-family: Roboto;
        border-top: none;
        border-left: none;
        text-align: center;
        padding: 1.6rem;
    }    
   

.ycard-box {
        margin-top: .7rem;
        width: 100%;
        height: 170px;
        display: block;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: border-box;
        padding: 12px;
        border-bottom-left-radius: 25px;
        border-top-right-radius: 25px;
    }    

.mt-6 {
        margin-top: 3.6rem;
    }    

/*Whatsapp*/
.dropleft {
    position: fixed;
    right: .8rem;
    top: 6rem;
    z-index: 7;
}

.btn-whatsapp {
    background-color: #607d8b;
    color: #cccccc;
    font-size: 1.8rem;
    border-radius: 50%;
    padding: 5px 15px 5px 15px;
}

.font-small {
        font-size: .8rem
    }    

.header-3 {
        font-family: Roboto;
        font-weight: 500;
        font-size: 2rem;
        line-height: 2.8rem;
        text-shadow: 2px 2px 3px #000000;
        color: hsla(0,0%,100%,1.00);
        margin-bottom: 20px;
    }

  

.rd-pic {
        border-bottom-left-radius: 15px;
        border-top-right-radius: 15px;
}    
	
.bg-jum-contact-resp {
        background-image: url("../images/in-mm-contact.png");
        background-repeat: no-repeat;
        width: 100%;
        height: 320px;
        display: flex;
        background-size: cover;
}
    
.bg-jum-links-resp {
        background-image: url("../images/in-mm-links.png");
        background-repeat: no-repeat;
        width: 100%;
        height: 320px;
        display: flex;
        background-size: cover;
}
    
.bg-jum-visitsg-resp {
        background-image: url("../images/in-mm-sg.png");
        background-repeat: no-repeat;
        width: 100%;
        height: 320px;
        display: flex;
        background-size: cover;
}
    
.bg-jum-svr-resp {
        background-image: url("../images/in-mm-about-3.png");
        background-repeat: no-repeat;
        width: 100%;
        height: 320px;
        display: flex;
        background-size: cover;
}
    
.bg-jum-about-resp {
        background-image: url("../images/in-mm-about-2.png");
        background-repeat: no-repeat;
        width: 100%;
        height: 320px;
        display: flex;
        background-size: cover;
}
 
.navbar {
    background-color: rgba(1, 29, 40, 0.99);
}
    
.logo-res {
max-width: 60%;
height: auto;
}

.header-1a {
    font-family: Roboto;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.8rem;
    text-shadow: 2px 2px 4px black;
    color: hsla(0,0%,100%,1.00);
    margin-bottom: 6px;
}

.header-1a-caption {
    font-family: Roboto;
    font-weight: 500;
    font-size: .9rem;
    line-height: .8rem;
    text-shadow: 2px 2px 3px black;
    color: hsla(0,0%,100%,1.00);
    margin-bottom: 8px;
}
    
.header-1 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.4rem;
    text-shadow: 2px 2px 4px black;
}

.header-1-caption {
    font-family: Roboto;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4rem;
    text-shadow: 2px 2px 4px black;
    margin-bottom: 2px;

}    
    
.btn-outline-wh {
    font-size: .6rem;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    padding: .02rem 1rem;
    margin-top: 0px;
}
    
  

.wea-txt{
    font-size: .8rem;
    margin-bottom: 1rem;
}

.wea-1 {
    font-size: .6rem;
	line-height: .7rem;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #666666;
    margin-top: .5rem;
}

.wea-2 {
    font-size: 1.2rem;
	line-height: 1.2rem;
    font-weight: 300;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #666666;
    margin-bottom: .4rem;
}

.carousel {
        margin-top: 77px;
}

.jumbo-text-head {
    display: block;
}
    
.jumbo-text-body {
        display: block;
    }


.abt-bg {
    height: 180px;
} 

.cont-abt {
    display: none;
}

.jumbo-text-head-a {
    display: block;
    color: #455a64;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 500;
}

.jumbo-text-body-a {
    font-size: 1rem;    
    font-weight: 300;
}

.carousel-indicators li {
    display: none;
}

.header-2 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 3px hsla(0,0%,0%,1.00);
    color: hsla(0,0%,100%,1.00);
    align-self:flex-end;
}

.svr-text-head {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #455a64;
    font-weight: 300;
    margin-top: 8px;
}


.svr-icon {
    font-size: 1.4rem;
    color: #455a64;
}

.mt-4,
.my-4 {
  margin-top: .8rem !important;
}

.m-lead {
    font-size: 1.2rem;
    font-weight: 300;
    color: #455a64;
}

}