.homeheader{
    display: none;
}


.home_main{
    background-image:url(../../image/Banner_Image_new.png); 
    background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     height:100vh;
    background-attachment: fixed;
}
.desktopbrandmobile{
    display: none !important;
}

.homeRow{
    margin-top: 10px;
}

#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}

#myCarousel h4 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 900;
}

#myCarousel p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 900;
}

#myCarousel .carousel-item a {
    background: #F47735;
    font-size: 14px;
    color: #FFF;
    padding: 13px 32px;
    display: inline-block;
}

#myCarousel .carousel-item a:hover {
    background: #394fa2;
    text-decoration: none;
}

#myCarousel .carousel-item h4 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#myCarousel .carousel-item p {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#myCarousel .carousel-item a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#myCarousel .carousel-item .mask img {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    display: block;
    height: auto;
    max-width: 100%;
}

#myCarousel h4,
#myCarousel p,
#myCarousel a,
#myCarousel .carousel-item .mask img {
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#myCarousel .container {
    max-width: 1430px;
}

#myCarousel .carousel-item {
    height: 100%;
    min-height: 100vh;
}


/* 644 */


/* #myCarousel{position:relative; z-index:0;background:url(../../image/slider-2.png)center no-repeat; background-size:cover;height: 625px; } */

.carousel-control-next,
.carousel-control-prev {
    display: block;
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #005517;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}



.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
    
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
    opacity: 0
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .carousel-fade .carousel-item-left.active,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item-prev.active,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* .header{
    background-image: url('image/chamundi_banner1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height:100vh;
} */


.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#button {
    display: inline-block;
    background-color: #006A4E;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.Button {
    height: 50px;
    position: relative;
    background: #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    overflow: hidden;
}

.menu-list {
    margin-top: 55px;
    z-index: 999;
    position: relative;
}

.desktopbrand{
    display: none !important;
}

.mobilebrand{
    display: block;
    /* margin-top: 50px; */
    text-align: right;
    right: 4%;
}

.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background: rgba( 255, 255, 255, 0.15 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    
  

    position: absolute;
    top: 0px;
    padding-left: 0px;
     height: 100vh; 
    width: 50%;
    color: #e1ffff;
    left: 70px;
    z-index: 99;
}

.nav-side-menu .brand {
    /*background-color: #e9ecef66;*/
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 15px;
    line-height: 35px;
    color: #fff;
    
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: 'FontAwesome';
    content: "\f13a";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
    font-weight: 900;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    /*background-color: #181c20;*/
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
    color: white;
}

/* .nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #020203;
} */

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
    color: black;
}



.nav-side-menu li {
    padding-left: 0px;
    /*border-left: 3px solid #84a3c6;*/
    border-bottom: 1px solid #23282e;
}

.nav-side-menu li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    list-style-position: inside;
}

/* .nav-side-menu ul ul li a{ */
    /* width: 250px; */
    /* border: 1px solid #ddd; */
    /* margin-top: -1px; */
    /* background-color: #f6f6f6; */
    /* padding: 0px 180px 0px 0px; */
    /* text-decoration: none; */
    /* font-size: 14px; */
    /* font-family: Arial, Helvetica, sans-serif; */
    /* color: black; */
/* } */

.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}

.nav-side-menu li:hover {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #ffffff;
        color: #000;
        width: 40px;
        text-align: center;
    }
    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

body {
    margin: 0px;
    padding: 0px;
}


/*.mainbanner{
	background-image: url(../../image/mainbanner.png);
	height: 625px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
}*/



.flag {
    /* height: 35px; */
    margin-left: -71px;
    margin-top: 45px;
}

.mainboreder {
    color: white;
}

.mainboreder p {
    font-size: 20px;
}

.mainboreder1 p {
    font-size: 20px;
}

.mainboreder1 {
    color: white;
}

.flag img {
    width: 45%;
    margin-top: -20px;

}

.vitual img {
    max-width: 100%;
}

.socialmediaHome {
    /* display: inline-block;
    margin-left: 80px; */
    margin-top: 30px;
    text-align: center;
}

.socialmedia-fot {
    display: inline-block;
    margin-right: 44px;
    margin-top: 0px;
}

.qsc {
    margin-top: 42px;
}

.qsc img {
    width: 60%;
}

.career {
    display: inline-flex;
    margin-left: 76px;
}

.footer-career ul {
    display: inline-flex;
}

.footer-career ul li {
    display: block;
    color: white;
}

.footer-career ul li a {
    margin-right: 5px;
    color: white;
}

.quote {
    background: #46b0c3;
    padding: 10px 10px;
    /* margin: 108px; */
    margin-left: 110px;
    margin-right: 110px;
}

.mainbanner {}

.slide-text {
    position: absolute;
    bottom: 0;
    left: 30%;
    z-index: 0;
    opacity: 1;
    width: 40%;
    background-color: #ffffffc7;
    padding: 30px;
}

.slide-text h4 {
    color: #05703b;
    font-size: 35px;
}

.bannertext {
    padding: 444px 501px 0px 448px;
}

/* .bannertexts{
    position: absolute;
    bottom: -80vh;
    right: 0;
} */

.bannertext h2 {
    font-weight: 700;
}

.qsctext {
    margin-top: 50px;
    /* margin-left: -54px; */
    border: 1px solid #006A4E;
    height: 216px;
    
}

.ionic-text {
    padding: 0px 28px;
    margin-top: 20px;
    font-size: 13px;
}

.ionic-text a{
    float:right;
    margin-top:10px;
}

.dicv {
    margin-top: 75px;
    border-left: 20px solid #006A4E;
}

.dicv h1 {
    font-size: 40px;
    line-height: 38px;
    text-indent: 20px;
    font-weight: bold;

}

.maf-video {}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    /*
    border: 2px solid #000000;*/
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
    color: black;
}

.carousel-control.right {
    right: -12px;
}


/* The indicators */

.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
    margin: 0 auto;
}


/* The colour of the indicators */

.carousel-indicators li {
    background: #cecece;
}

.carousel-indicators .active {
    background: #428bca;
}

.virt h1 {
    font-size: 40px;
}

.virt1 h1 {
    font-size: 40px;
}

.virt1 {
    margin-top: 40px;
}

.footer-bg {
    background-color: #2d2d2d;
    color: white;
}

.product-bg {
    background-color: #f1f1f1d1;
    padding: 60px;
    margin-top: 50px;
}

.disc_logo img{
    margin-top: 55px;
    width: 150px;
}

    .pie2 #pi1 {
        right: 40px;
        position: absolute;
        background-color: #6da843;
        padding: 5px;
        color: white;
        text-align: center;
        width: 138px;
    }
    .pie2 #pi2 {
        left: 14px;
        position: absolute;
        background-color: #214531;
        width: 33%;
        padding: 5px;
        color: white;
        text-align:center;
    }
    .pie2 #pi3 {
        position: absolute;
        left: 29px;
        background-color: #214531;
        width: 30%;
        padding: 5px;
        color: white;
        text-align:center;
    }
    .pie2 #pi4 {
        right: 75px;
        position: absolute;
        background-color: #6da843;
        width: 34%;
        padding: 5px;
        color: white;
        text-align:center;
    }

.cas {
    margin-top: 17px;
    line-height: 40px;
    font-size: 32px;
}

.media1 {
    margin-top: 30px;
}

.borderf {
    border-bottom: 2px solid #FFFFFF;
    width: 100%;
}

/* .foot-text {
    text-align: right;
} */

.foot-text p {
    font-size: 15px;
    margin-bottom: 0px;
}

.cont {
    display: flex;
}

.mailf {
    display: flex;
    margin-top: 10px;
}

.mailf p {
    margin-top: 10px;
}

.newsbg {
    background-color: #006A4E;
    position: absolute;
    text-align: center;
    margin-top: -50px;
    padding: 20px 40px;
    margin-left: 290px;
    z-index: 100;
    width: 45%;
}

.new input {
    padding: 5px;
}

.new button {
    padding: 5px;
}

.sub {
    margin-top: 5px;
}

.cont {
    margin-top: 10px;
}

.name input {
    padding: 5px;
}

.new {
    margin-top: 5px;
}

.form-box {
    overflow: hidden;
}

.form-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    height: auto;
    transform: scale(1);
    height: 200px !important;
}

.form-box:hover img {
    transform: scale(1.1);
}


.pro-auto {
    line-height: 0px;
    margin-bottom: 20px;
}

.pro-Non {
    line-height: 0px;
    margin-bottom: 20px;
}

.pro-dom {
    line-height: 0px;
    margin-bottom: 20px;
}

.pro-export {
    line-height: 0px;
    margin-bottom: 20px;
}

.pro-bar {
    margin-top: 30px;
}

.foot-text a {
    color: white;
}

.dicvmob {
    display: none;
}

.cat {
    display: inline-flex;
}




/*------------------------------pop up code ---------------------------*/

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}

.cnt223 a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 26px;
    border: 1px solid #F00;
}

.popup {
    width: 20%;
    margin: 0 auto;
    display: none;
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
    z-index: 99999;
    /*background-color:rgba(1, 0, 4, 0.57);*/
    background-color: #ffffffb3;
}

.cnt223 {
    min-width: 20%;
    width: 35%;
    min-height: 150px;
    margin: 40px auto;
    background: #fff;
    position: relative;
    z-index: 9999;
    padding: 5px;
    border-radius: 0px;
    box-shadow: 0 -1px 20px #000000;
    float: right;
}

.cnt223ab {
    min-width: 50%;
    width: 50%;
    min-height: 150px;
    height: auto;
    margin: 125px auto;
    background: #fff;
    position: relative;
    z-index: 9999;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0 -1px 20px #000000;
}

.cnt223 p {
    clear: both;
    color: #000 !important;
    text-align: justify;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
}

.lop {
    font-weight: 900;
    color: #e6b223;
    font-size: 22px;
}

.lop2 {
    font-weight: 900;
    color: #e6b223;
    font-size: 22px;
}

.lop1 {
    font-size: 9px;
    font-weight: 900;
}

.cnt223 p a {
    color: #F00;
    font-size: 16px;
    font-weight: 500;
    padding: 3px 15px 4px 17px;
    border: 1px solid #F00;
}

.cnt223 .x {
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
}

.cnt223 .x:hover {
    cursor: pointer;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1 !important;
}

.cnt223 h2 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 25px;
}

.capnum {
    background-color: white;
    width: 11%;
    margin-bottom: 9px;
}

.form-control_popup {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn_popup {
    display: inline-block;
    padding: 6px 26px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ff4500;
    border-radius: 0px;
    background-color: #ec217c;
    float: right;
    color: #fff;
    position: relative;
    bottom: 36px;
}

.btn_popup.focus,
.btn_popup:focus,
.btn_popup:hover {
    color: #ec217c;
    text-decoration: none;
    background-color: transparent;
    border-color: #ec217c;
}

.cnt223 a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #F00;
    border-color: #F00;
}


/* -----------------------------------pop up end -------------------------*/





.lag {
    position: absolute;
    right: 40px;
    top: 20px;
    list-style: none;
    z-index: 100000000;
    background-color: #05703b;
    padding: 10px;
    width: 27%;
}

.lag li a {
    color: white;
    text-decoration: none;
}

.lag li {
    list-style: none;
    text-decoration: none;
}

.lag ul {
    margin-bottom: 0px;
    /* margin-left: -40px; */
}

.lag li a:hover {
    color: black;
    background-color: white;
}

#footer_hero {
    color: #000000;
    background-color: #fff;
    font-weight: 900;
    padding: 5px;
}

.center span {
    color: #fff;
    text-decoration: underline;
    font-weight: 900;
}

.map-sec img {
    margin: 30px 0;
    width: 100%;
}

.zoom {
    display: none;
}

.title:active{
    font-weight: bold;
    color: #006A4E;
    font-size: 20px;
    
}

/* ADDED */

.dnv img{
    width: 90%;
}

.deskMenu{
    display: block;
}
.mobileMenu{
    display: none;
}




