.nav-wrapper {
    width: 250px;
    /* margin: 35px auto; */
    /* text-align: center; */
    position: absolute;
    right: 0;
    z-index: 100000;
    margin-top: 60px;
    margin-left: -50px ;
}

.homeRow{
    margin-top: 10px;
}

.index_banner {
    height: 550px;
}

.lag-in {
    position: absolute;
    right: 15px;
    top: 130px;
    z-index: 100000000;
}

.sl-nav {
    display: inline;
}

.sl-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
}

.sl-nav li {
    cursor: pointer;
    padding-bottom: 10px;
}

.sl-nav li ul {
    display: none;
}

.sl-nav li:hover ul {
    position: absolute;
    top: 29px;
    right: -15px;
    display: block;
    background: #fff;
    width: 120px;
    padding-top: 0px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li:hover .triangle {
    position: absolute;
    top: 15px;
    right: -10px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent;
}

.sl-nav li:hover .triangle:after {
    content: '';
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius: 2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px;
    padding-bottom: 0;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;
}

.sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
}

.sl-nav li ul li span {
    padding-left: 5px;
}

.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
    color: #146c78;
}


.small_logocd{
    width: 35%;
    text-align: right;
    display: none;
    
}

.small_logocd img{
    margin-left: 44px;
}

.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}

.flag-de {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==');
    background-size: cover;
    background-position: center center;
}

.flag-usa {
    background-size: cover;
    background-position: center center;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=');
}

maia {
    text-shadow: none;
    color: #0d638f;
}

body {
    overflow-x: hidden;
}

ul {
    margin: 0px;
    padding: 0px;
}

.border-head {
    border-top: 25px solid #006c4a;
}

.capnum {
    background-color: white;
    width: 11%;
    margin-bottom: 9px;
}

#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: #006A4E;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.navigation.fixed-menu {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 4px -5px rgba(0, 0, 0, 0.3);
    background-color: #FFFFFF;
    height: 81px;
}

.ace-responsive-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    /* background: #FFFFFF; */
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    margin-left: 80px;
    /* border-top: 3px solid #000000;*/
    position: relative;
    z-index: 1;
}

.ace-responsive-menu li {
    list-style: none;
}

.ace-responsive-menu li ul {
    display: none;
}

.ace-responsive-menu>li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: left;

}



.ace-responsive-menu li a {
    color: #c0c0c0;
}

.ace-responsive-menu li:nth-child(-n + 8):after {
    content: "";
    border-right: 2px solid #9c9c9c;
    display: block;
    width: 100%;
    height: 15px;
    margin-top: -30px;
}

.ace-responsive-menu li ul li:nth-child(-n + 8):after{
    display: none;
}

.ace-responsive-menu>li>a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 18px 10px 10px 12px;
    text-decoration: none;
    font-size: 13px !important;
    font-weight: 300;
    color: #000000;
}



.ace-responsive-menu li a i {
    padding-right: 5px;
    color: #FF5737;
}

.ace-responsive-menu>li>a i {
    font-size: 16px;
    text-shadow: none;
    color: #FF5737;
}

.ace-responsive-menu>li:hover {
    background-color: #006A4E !important;
}

.ace-responsive-menu li ul.sub-menu li a i {
    padding-right: 10px;
}

.ace-responsive-menu li.menu-active>a {
    background: #272727 !important;
    color: #fff !important;
}

.ace-responsive-menu li a.active{ 
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.ace-responsive-menu li .menu-active {
    position: relative;
}

/* .ace-responsive-menu>li>a>.arrow:before {
    margin-left: 5px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "|";
    font-weight: 300;
    text-shadow: none;
    width: 0px;
    display: inline-block;
} */



.ace-responsive-menu li ul.sub-menu li>a>.arrow:before {
    content: "\f105" !important;
}

.ace-responsive-menu>li>ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0;
    position: absolute;
}

.zoom img {
    width: 15%;
    margin-left: 100px;
}

.want {
    margin-top: 60px;
}

.ace-responsive-menu li ul.sub-menu {
    background: #006A4E;
}


.ace-responsive-menu li ul.sub-menu>li {
    width: 185px;
}

.ace-responsive-menu li ul.sub-menu li a {
    display: block;
    margin: 0px 0px;
    padding: 12px 20px 12px 15px;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    background: none;
}

.ace-responsive-menu>li>ul.sub-menu>li {
    position: relative;
}

.ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}

.ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}

.ace-responsive-menu>li>ul.sub-menu li>a>.arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 0px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}


/* Menu Toggle Btn
----------------------------------------*/

.menu-toggle {
    display: none;
    float: left;
    width: 100%;
    background: #006A4E;
}

.menu-toggle h3 {
    float: left;
    color: #FFF;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 16px;
}

.menu-toggle .icon-bar {
    display: block !important;
    width: 18px;
    height: 2px;
    background-color: #F5F5F5 !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin: 3px;
}

.menu-toggle .icon-bar:hover {
    background-color: #F5F5F5 !important;
}

.menu-toggle #menu-btn {
    float: right;
    background: #202020;
    border: 1px solid #0C0C0C;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
}

.hide-menu {
    display: none;
}


/* Accordion Menu Styles
----------------------------------------*/

ul[data-menu-style="accordion"] {
    width: 250px;
}

ul[data-menu-style="accordion"]>li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: none !important;
}

ul[data-menu-style="accordion"]>li:first-child {
    border-top: 2px solid #FD5025;
}

ul[data-menu-style="accordion"] li ul.sub-menu>li {
    width: 100%;
}

ul[data-menu-style="accordion"]>li>a>.arrow:before {
    float: right;
    content: "\f105";
}

ul[data-menu-style="accordion"] li.menu-active>a>.arrow:before {
    content: "\f107" !important;
}

ul[data-menu-style="accordion"]>li>ul.sub-menu {
    position: static;
}

ul[data-menu-style="accordion"]>li>a i {
    padding-right: 10px;
    color: #FF5737;
}

ul[data-menu-style="accordion"]>li>ul.sub-menu>li ul.sub-menu {
    position: static;
}

ul[data-menu-style="accordion"]>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
    position: static;
}

ul[data-menu-style="accordion"]>li {
    border-bottom: 1px solid #242424;
}

ul[data-menu-style="accordion"] li a:hover {
    background: #272727 !important;
}

ul[data-menu-style="accordion"] ul.sub-menu li.menu-active>a>.arrow:before {
    content: "\f107" !important;
}


/* Vertical Menu Styles
----------------------------------------*/

ul[data-menu-style="vertical"] {
    width: 200px;
}

ul[data-menu-style="vertical"]>li {
    float: none;
}

ul[data-menu-style="vertical"]>li:first-child {
    border-top: 2px solid #FD5025;
}

ul[data-menu-style="vertical"] li ul.sub-menu>li {
    width: 100%;
}

ul[data-menu-style="vertical"]>li>a>.arrow:before {
    float: right;
    content: "\f105";
}

ul[data-menu-style="vertical"]>li.menu-active {
    position: relative;
}

ul[data-menu-style="vertical"]>li>ul.sub-menu {
    position: absolute;
    left: 200px;
    top: 0px;
    width: 200px;
}

ul[data-menu-style="vertical"]>li>a i {
    padding-right: 10px;
    color: #FF5737;
}

ul[data-menu-style="vertical"]>li>ul.sub-menu>li ul.sub-menu {
    position: absolute;
    width: 200px;
    left: 200px;
}

ul[data-menu-style="vertical"]>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
    position: absolute;
    width: 200px;
    left: 200px;
}

ul[data-menu-style="vertical"]>li {
    border-bottom: 1px solid #242424;
}

ul[data-menu-style="vertical"] li a:hover {
    background: #272727 !important;
}


/* Responsive Menu Styles
----------------------------------------*/


/*Note: change the max-width asper your requirment and change the same in aceResponsiveMenu({resizeWidth: "768" }) function*/

@media screen and (max-width: 768px) {
    .demo {
        width: 96%;
        padding: 2%;
    }
    ul[data-menu-style="vertical"],
    ul[data-menu-style="accordion"],
    ul[data-menu-style="vertical"] li ul.sub-menu {
        width: 100% !important;
    }
    .ace-responsive-menu {
        float: left;
        width: 100%;
    }
    .ace-responsive-menu>li {
        border-bottom: 1px solid #242424;
        float: none;
    }
    .ace-responsive-menu li a:hover {
        background: #e0e0e0 !important;
    }
    .ace-responsive-menu>li:first-child {
        border-top: 2px solid #FD5025;
    }
    .ace-responsive-menu>li>a i {
        padding-right: 10px;
        color: #FF5737;
    }
    .ace-responsive-menu>li>a>.arrow:before {
        float: right;
        content: "\f105";
    }
    li.menu-active>a>.arrow:before {
        content: "\f107" !important;
    }
    .ace-responsive-menu li ul.sub-menu>li {
        width: 100%;
    }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a {
        padding-left: 30px;
    }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
        padding-left: 50px;
    }
    .ace-responsive-menu>li>ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu li ul.sub-menu li.menu-active>a>.arrow:before {
        content: "\f107" !important;
    }
}

.socialmedia {
    display: inline-block;
    margin-top: 10px;
}

.career {
    /* display: inline-flex;
    float: right;
    margin-right: 25px;
    margin-top: 0px; */

    display: inline-flex;
    float: right;
    margin-right: 185px;
    margin-top: 8px;
    margin-bottom: -10px;
}

.career li {
    list-style: none;
}

.career li a {
    margin-left: 4px;
    color: black;
}

.cont {
    display: inline-flex;
}

.mailf1 {
    display: inline-flex;
}

.head-btn a {
    border: 1px solid;
    background-color: #006c4a;
    color: white;
    padding: 15px;
    text-align: center;
}

.overview {
    background-image: url(../../image/banner_images/vm1.png);
    width: 84%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    /* text-align: center; */
    padding: 150px 135px;
    margin-left: 10%;

}

.overview h4 {
    /* border: 1px solid white; */
    padding: 17px 17px;
    display: inline-block;
    color: #006A4E;
    font-size: 40px;
    /* background-color: #21252999; */
    /* color: #006A4E; */
    font-weight: 900;
    text-transform: uppercase;
}

.main {
    background-image: url(../../image/vm.png);
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 120px 30px;
}

.main h4 {
    border: 1px solid white;
    padding: 17px 17px;
    display: inline-block;
    color: white;
    font-size: 40px;
    background-color: #21252999;
    text-transform: uppercase;
}

.quality {
    background-image: url(../../image/banner_images/04.jpg);
    width: 84%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 150px 130px;
    margin-left: 10%;
}

.secon1 {
    margin-top: 40px;
}

.secon1 p {
    font-weight: bold;
}

.secon-part p {
    font-weight: bold;
}

.quality h4 {
    font-size: 40px;
    /* border: 1px solid white; */
    padding: 17px 17px;
    display: inline-block;
    /* color: white; */
    /* background-color: #21252999; */
    margin-left: -650px;
    font-weight: 900;
    color:#006A4E;
    text-transform: uppercase;
}

.asssb {
    background-image: url(../../image/asss.png);
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 120px 30px;
}

.asssb h4 {
    font-size: 40px;
    border: 1px solid white;
    padding: 17px 17px;
    display: inline-block;
    color: white;
    background-color: #21252999;
}

.key {
    background-image: url(../../image/banner_images/01.jpg);
    width: 84%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 150px 130px;
    margin-left: 10%;
}

.key h4 {
    font-size: 40px;
    /* border: 1px solid white; */
    padding: 17px 17px;
    display: inline-block;
    /* color: white; */
    /* background-color: #21252999; */
    margin-left: -330px;
    color: #006A4E;
    font-weight: 900;
    text-transform: uppercase;
}


/* Sustainability */
.sustainability{
    background-image: url(../../image/Sustainability/Sustainability.webp);
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 150px 130px;
    margin-left: 10%;
    overflow: hidden;
}

.sustainability h4 {
    font-size: 40px;
    /* border: 1px solid white; */
    padding: 17px 17px;
    display: inline-block;
    /* color: white; */
    /* background-color: #21252999; */
    margin-left: -330px;
    color: #006A4E;
    font-weight: 900;
    text-transform: uppercase;
}


.sustainability-banner1{
    padding: 50px 0px;
}
.sustainability-banner1 .sustainability-banner1-content img{
    width: 40px;
}

.sustainability-banner1 .sustainability-banner1-content h4{
    margin-left: 15px;
    margin-bottom: 0;
}

.sustainability-banner2{
    background-color: #f9f7f7c9;
    padding: 50px 0px;
}

.sustainability-banner2 .sustainability-banner2-content ul{
    list-style: url(../../image/Sustainability/list-style.webp);
    margin-left: 25px;
}
.sustainability-banner3{
    padding: 50px 0px;
}
.sustainability-banner3 .sustainability-banner3-content1 ul{
    list-style: url(../../image/Sustainability/list-style2.webp);
    margin-left: 25px;
}
.sustainability-banner3 .sustainability-banner3-content2 ul{
    list-style: url(../../image/Sustainability/list-style3.webp);
    margin-left: 25px;
}




















.sofar {
    background-image: url(../../image/sofar.png);
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 120px 30px;
}

.sofar h4 {
    font-size: 40px;
    border: 1px solid white;
    padding: 17px 17px;
    display: inline-block;
    color: white;
    background-color: #21252999;
}

.team {
    background-image: url(../../image/banner_images/05.jpg);
    width: 84%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 150px 130px;
    margin-left: 10%;
}

.vm {
    background-image: url(../../image/vm.png);
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 120px 30px;
}

.vm h4 {
    font-size: 40px;
    border: 1px solid white;
    padding: 17px 17px;
    display: inline-block;
    color: white;
    background-color: #21252999;
}

.infra_main {
    background-image: url(../../image/infra_hero.png);
    width: 84%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 150px 135px;
    margin-left: 10%;
}

.infra_main h4 {
    font-size: 40px;
    /* border: 1px solid white; */
    padding: 17px 17px;
    display: inline-block;
    /* color: white; */
    /* background-color: #21252999; */
    margin-left: -560px;
    font-weight: 900;
    color: #006A4E;
    text-transform: uppercase;
}

.dis {
    background-image: url(../../image/banner_images/dis.png);
    width: 84%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 150px 135px;
    margin-left: 10%;
}

.dis h4 {
    font-size: 40px;
    /* border: 1px solid white; */
    padding: 17px 17px;
    display: inline-block;
    /* color: white; */
    /* background-color: #21252999; */
    margin-left: -330px;
    font-weight: 900;
    color: #006A4E;
    text-transform: uppercase;
}

.secon {
    background-image: url(../../image/secondry.png);
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 120px 30px;
}

.csr {
    background-image: url( ../../image/banner_images/0301.png);
    width: 84% !important;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 150px 130px;
    margin-left: 10%;
}

.csr h4{
 font-size: 40px;   
/* border: 1px solid white; */
padding: 17px 17px;   
display: inline-block;
/* color: white; */
/* background-color: #21252999; */
margin-left: -200PX;
font-weight: 900;
color: #006A4E;
text-transform: uppercase;
}


.careers {
    background-image: url(../../image/banner_images/02.jpg);
    width: 84% !important;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 150px 130px;
    margin-left: 10%;
}
.careers h4{
 font-size: 40px;   
/* border: 1px solid white; */
padding: 17px 17px;   
display: inline-block;
/* color: white; */
/* background-color: #21252999; */
margin-left: -620px;
color: #006A4E;
font-weight: 900;
text-transform: uppercase;
}

.secon h4 {
    font-size: 40px;
    border: 1px solid white;
    padding: 17px 17px;
    display: inline-block;
    color: white;
    background-color: #21252999;
}

.team h4 {
    font-size: 40px;
    /* border: 1px solid white; */
    padding: 17px 17px;
    display: inline-block;
    /* color: white; */
    /* background-color: #21252999; */
    margin-left: -620px;
    color: #006A4E;
    font-weight: 900;
    text-transform: uppercase;

}

.navigation{
    position: relative;
    z-index:99;
    margin-bottom: 10px;
}

.origgin {
    /*	box-shadow: -20px -19px #46b0c3;*/
    margin-top: 20px;
}

.grid {
    margin-top: 20px;
}

.grid-item {
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 12px;
    font-size: 17px;
    width: 100%;
    /* height: 55%; */
    text-align: center;
}

.oigntext {
    text-align: justify;
    padding: 40px;
    line-height: 25px;
    margin-top: -30px;
}

.oigntext li {
    list-style-type: square;
}

.dotext {
    text-align: justify;
    line-height: 25px;
    margin-top: -30px;
}

.do-list {
    background-color: #FFFFFF;
    padding: 53px;
    margin-left: -30px;
    margin-top: -42px;
    margin-right: -122px;
}

.do-list h5 {
    margin-bottom: 50px;
}

/* .orig {
    padding: 13px;
} */

.visionmission{
    background-image:url(../../image/vismisbg.jpg); 
    background-repeat: no-repeat; 
    background-size: 100%;
    background-position: center center;
    height:100vh;
}
.VISION{
    margin-top: 40px;
}
.MISION{
    margin-top: 40px;
}

.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 {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}

.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: 30px;
}

.virt1 h1 {
    font-size: 30px;
}

.virt1 {
    margin-top: 40px;
}

.footer-bg {
    background-color: #2d2d2d;
    color: white;
}

.product-bg {
    background-color: #f1f1f1d1;
    padding: 60px;
    margin-top: 50px;
}

.cas {
    

}
.cas img{
    width:28%;
    
}

.media1 {
    margin-top: 30px;
    margin-left: 12%
}

.borderf {
    border-bottom: 2px solid #FFFFFF;
    width: 100%;
}
.lion {
    margin-top: 30px;
}
.lion img{
    width: 28%;
}
.foot-text {
    
    margin-bottom: 10px;
}

.foot-text p {
    font-size: 15px;
    margin-bottom: 0px;
}

.cont1 {
    display: flex;
}

.mailf {
    display: flex;
}

.seccon-img {
    line-height: 90px;
    margin-top: 25px;
}

.mailf1 {
    margin-top: 20px;
    margin-left: -180px;
}

.head-btn {
    margin-top: 30px;
    margin-left: 45px;
}

/* .media-head {
    margin-left: 50px;
} */

.logo img {
    margin-left: 113px;
    width: 58%;
}

.mailf1 p {
    margin-top: 10px;
}

.mailf p {
    margin-top: 10px;
}

.seccon-img p {
    display: inline-flex;
    line-height: 17px;
}

.newsbg {
    background-color: #006c4a;
    position: absolute;
    text-align: center;
    margin-top: -50px;
    padding: 20px 40px;
    margin-left: 290px;
    z-index: 100;
    width: 45%;
}

.new button {
    padding: 5px;
}

.sub1 {
    margin-top: 7px;
}

.cont1 {
    margin-top: 20px;
    margin-left:65px;
}

.new 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);
}

.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;
}

.footer-career ul {
    display: inline-flex;
}

.footer-career ul li {
    display: block;
    color: white;
}

.footer-career ul li a {
    margin-right: 5px;
    color: white;
}

.rem-text {
    border-bottom: 1px solid #000000;
    margin-top: 32px;
}

.member-bor {
    padding: 50px;
}

.member {
    text-align: center;
    position: relative;
}

.team-text {
    margin-top: 60px;
    line-height: 35px;
}

.vission {
    background-color: #6c757d;
    padding: 48px;
    box-shadow: -6px 7px 20px 0px #1d2124;
    border-radius: 6px;
    margin-top: 50px;
}

.vission img {
    text-align: left;
    position: absolute;
    top: 273px;
    left: 227px;
}

.mission {
    background-color: #46b0c3;
    padding: 48px;
    box-shadow: -6px 7px 20px 0px #1d2124;
    border-radius: 6px;
    margin-top: 50px;
}

.grid-item:hover {
    background-color: #46b0c3;
}

.list-what ul li a {
    display: block;
    padding: 13px 15px 13px 70px;
    margin: 5px 0;
    position: relative;
    background-color: transparent;
    border: 1px solid #2A2A2A;
    color: #1e2637;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
    font-weight: 700;
}

.list-what ul li a:before {
    font-family: "FontAwesome";
    content: "\f101";
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #2A2A2A;
    line-height: 50px;
    font-size: 14px;
    height: 100%;
    width: 50px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
}

.list-what ul li a:hover {
    background-color: #46b0c3;
    color: white;
}

.list-what ul li a:before:hover {
    background-color: #043943;
}

.list-what ul li {
    list-style: none;
}

.list-what {
    padding: 30px;
    box-shadow: 1px 1px 7px 0px;
}

.dis-main {
    margin-top: 50px;
}

.origin-what ul li a {
    display: block;
    padding: 13px 15px 13px 70px;
    margin: 5px 0;
    position: relative;
    background-color: transparent;
    border: 1px solid #2A2A2A;
    color: #1e2637;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
    font-weight: 700;
}

.origin-what ul li a:before {
    font-family: "FontAwesome";
    content: "\f101";
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #2A2A2A;
    line-height: 50px;
    font-size: 14px;
    height: 100%;
    width: 50px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
}

.origin-what ul li a:hover {
    background-color: #46b0c3;
    color: white;
}

.origin-what ul li a:before:hover {
    background-color: #043943;
}

.origin-what ul li {
    list-style: none;
}

.origin-what {
    padding: 15px;
    box-shadow: 1px 1px 7px 0px;
    margin-top: 50px;
}

.black {
    background-color: #353535;
    height: 400px;
    margin-bottom: 109px;
}

.light {}

.light img {
    width: 100%;
}

.text-list ul li {
    color: black;
    /* list-style: none; */
    padding: 0px;
    margin-bottom: 15px;
}

.text-list ul {
    margin-top: 30px;
}

.text-list {
    padding: 10px;
    margin-left: 20px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border-left: 1px solid #dddddd;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
}

#pi1 {
    right: 144px;
    position: absolute;
    background-color: #6da843;
    padding: 5px;
    color: white;
}

#pi2 {
    left: 125px;
    position: absolute;
    background-color: #214531;
    width: 30%;
    padding: 5px;
    color: white;
}

#pi3 {
    position: absolute;
    left: 120px;
    background-color: #214531;
    width: 30%;
    padding: 5px;
    color: white;
}

#pi4 {
    right: 125px;
    position: absolute;
    background-color: #6da843;
    width: 27%;
    padding: 5px;
    color: white;
}

.hide {
    display: none;
}

.popo:hover+.hide {
    display: block;
    position: relative;
}

tr:nth-child {
    background-color: #dddddd;
}

tr th {
    background-color: #46b0c3;
    padding: 8px;
}

.list-table {
    border: 1px solid #ced4da;
    overflow: scroll;
    margin-top: 50px;
}

.dis-text p {
    text-align: justify;
}

.dis-text {
    padding: 30px;
}

.dis-img img {
    width: 100%;
}

.pow-img {
    margin-top: 90px;
}

.powr-img {
    height: 100%;
    margin-top: -100px;
}

.img-text {
    font-weight: 700;
    margin-top: -40px;
}

.asb-text {
    margin-top: 100px;
}

.key-img p {
    font-size: 26px;
}

.boxing {
    overflow: hidden;
    position: relative;
}

.secon-part {
    float: left;
    width: 39%;
    height: auto;
    /* padding: 10px; */
    display: inline-block;
}

.secon-part img {
    width: 85%;
    /* margin: 10px; */
    margin-bottom: 5px;
}

.cnc-text {
    text-align: justify;
}

.boxing:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    -moz-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    -ms-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    -o-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    transition: 1s ease;
}

.boxing:hover:before {
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
    opacity: 1;
    animation: bounce-left 1s ease-in forwards;
}

.boxing img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}

.boxing:hover img {
    transform: scale(1.5);
}

.boxing .box-content {
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transition: all 0.3s ease 0.5s;
}

.boxing .content {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transition: all 0.3s ease 0s;
    padding: 20px;
    width: 90%;
}

.boxing:hover .content {
    opacity: 1;
}

.boxing .title {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    transform: translateY(-500px);
    opacity: 0;
    transition: all 0.8s ease 0.3s;
}

.boxing .post {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(-500px);
    transition: all 0.8s ease 0.15s;
}

.boxing:hover .title,
.boxing:hover .post {
    opacity: 1;
    transform: translateY(0);
}

.boxing .icon {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.boxing .icon li {
    margin: 0 4px;
    opacity: 0;
    display: inline-block;
    transform: translateY(-200px);
    transition: all 0.8s ease 0s;
}

.boxing .icon li:nth-child(2) {
    transition-delay: 0.1s;
}

.boxing:hover .icon li {
    opacity: 1;
    transform: translateY(0);
}

.boxing .icon li a {
    color: #000;
    background-color: #ddd;
    font-size: 18px;
    line-height: 33px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
}

.boxing .icon li a:hover {
    color: #fff;
    background-color: #c00;
}

@keyframes bounce-left {
    25%,
    50%,
    75%,
    100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(30px);
    }
    70% {
        transform: translateX(15px);
    }
    90% {
        transform: translateX(5px);
    }
}

@media only screen and (max-width:990px) {
    .box {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:479px) {
    .box .title {
        font-size: 18px;
    }
}

.mobile_texts{
    display: none !important;
}
.desk_texts{
    display: block !important;
}

.auto h4 {
    background-color: #05703b;
    color: white;
    text-align: center;
    padding: 15px;
    margin-bottom: 0px;
}

.auto {
    margin-bottom: 40px;
    margin-top: 50px;
}

.load a {
    background-color: #05703b;
    color: white;
    padding: 15px;
}

.spl-left{
    left: 2880px !important;
}

.table-list {
    border: 1px solid #dee2e6;
    margin-top: 13px;
}

.quality-ceft {
    border: 1px solid #000000;
    /* line-height: 10px; */
    margin-top: 20px;
    padding: 15px;
    height: 120px;
}

.list-text {
    margin-top: 70px;
}

.certi {
    background-color: #05703b;
    text-align: center;
    padding: 5px;
    margin-top: 100px;
}

.equy {
    margin-top: -50px;
}

.equ-pint {
    margin-left: 40px;
    margin-top: 20px;
}

.equ-pint ul li:before {
    font-family: "FontAwesome";
    content: "\f068";
    position: relative;
    top: 0;
    left: -16px;
    color: #000000;
    height: 100%;
    width: 50px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
}

.equ-pint ul li {
    list-style: none;
}

.down button {
    background-color: #05703b;
    color: white;
    padding: 25px;
}

.down button:hover {
    background-color: white;
    color: black;
}

.down {
    margin-top: 100px;
    margin-bottom: 100px;
}

.cont-us h3 {
    background-color: #00781c80;
    text-align: center;
    color: white;
    border-radius: 9px 9px 0px 0px;
}

.cont-us2 h3 {
    background-color: #0a0a0a94;
    text-align: center;
    color: white;
    border-radius: 9px 9px 0px 0px;
}

.cont-us3 h3 {
    background-color: #00781c80;
    text-align: center;
    color: white;
    border-radius: 9px 9px 0px 0px;
}

.cont-us p {
    padding: 20px;
}

.cont-us2 p {
    padding: 20px;
}

.cont-us3 p {
    padding: 20px;
}

.cont-us {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 30px;
    border-top: none;
    box-shadow: -1px 1px 5px 0px;
    margin-top: 40px;
    transition: transform .2s;
}

.cont-us2 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 30px;
    border-top: none;
    box-shadow: -1px 1px 5px 0px;
    margin-top: 40px;
}

.cont-us3 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 30px;
    border-top: none;
    box-shadow: -1px 1px 5px 0px;
    margin-top: 40px;
}

.form input {
    width: 50%;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
}

.form textarea {
    width: 50%;
}

.form a {
    text-align: center;
    background-color: #05703b;
    color: white;
    padding: 10px;
    border-radius: 6px;
}

.flexbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}

.flexcard {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 20%;
    align-items: baseline;
    height: 385px;
    border-radius: 20px;
}

.flexcardNumber {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: 10px 0px;
    border-radius: 0px 50px 50px 0px;
    color: white;
    text-shadow: 0px 3px 5px black;
    font-weight: 500;
    font-size: 20px;
    position: relative;
}

.flexcardTitle {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
}

.flexcardText {
    text-align: left;
    font-weight: 300;
}

.flexcardNumber:before {
    content: '';
    width: 34px;
    height: 90px;
    position: absolute;
    left: -33px;
    top: 0px;
    border-radius: 50px 0px 0px 50px;
    z-index: -1;
    /* background: #95B7A2; */
    /* background: -webkit-linear-gradient(bottom, #95B7A2, #AED2BC); */
    background: -moz-linear-gradient(bottom, #95B7A2, #AED2BC);
    /* background: linear-gradient(to top, #95B7A2, #AED2BC); */
    ;
}

.flexcardNumber:after {
    content: '';
    width: 25px;
    height: 40px;
    position: absolute;
    left: -25px;
    bottom: -40px;
    border-radius: 50px 0px 0px 50px;
    z-index: -1;
}

.flex {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 10px auto;
}

img.flexcardimgItem {
    width: 50%;
}


/* GREEN CARD */

.flexcardGreen {
    background: #f9fbfa;
    box-shadow: 4px 4px 4px #AED2BC;
}

.flexcardNumberGreen {
    background: #FCFCFC;
    background: -webkit-linear-gradient(right, #FCFCFC, #AED2BC);
    background: -moz-linear-gradient(right, #FCFCFC, #AED2BC);
    background: linear-gradient(to left, #FCFCFC, #AED2BC);
    box-shadow: 0px 2px 2px #AED2BC;
}

.flexcardNumberGreen:before {
    background: #AED2BC;
}

.flexcardNumberGreen:after {
    background: #95b7a2;
}


/* BLUE CARD */

.flexcardBlue {
    background: #f7ffff;
    box-shadow: 4px 8px 1px #92E8EB;
}

.flexcardNumberBlue {
    background: #FDFFFE;
    background: -webkit-linear-gradient(right, #FDFFFE, #92E8EB);
    background: -moz-linear-gradient(right, #FDFFFE, #92E8EB);
    background: linear-gradient(to left, #FDFFFE, #92E8EB);
    box-shadow: 0px 2px 2px #92E8EB;
}

.flexcardNumberBlue:before {
    background: #92E8EB;
}

.flexcardNumberBlue:after {
    background: #71bdbf;
}


/* ORANGE CARD */

.flexcardOrange {
    background: #fdf8f3;
    box-shadow: 4px 5px 1px #F68404;
}

.flexcardNumberOrange {
    background: #FDFFFE;
    background: -webkit-linear-gradient(right, #FDFFFE, #F68404);
    background: -moz-linear-gradient(right, #FDFFFE, #F68404);
    background: linear-gradient(to left, #FDFFFE, #F68404);
    box-shadow: 0px 2px 2px #F68404;
}

.flexcardNumberOrange:before {
    background: #F68404;
}

.flexcardNumberOrange:after {
    background: #d06f02;
}


/* PİNK CARD */

.flexcardPink {
    background: #fffafd;
    position: relative;
    box-shadow: 4px 5px 1px #F34EAE;
    border-radius: 20px 20px 0px 20px;
}


/*.flexcardPink:before {
    content: '';
    width: 0px;
    height: 50px;
    background: red; 
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 100px solid transparent;
    border-bottom: 90px solid #F34EAE;
}*/

.flexcardNumberPink {
    background: #FDFFFE;
    background: -webkit-linear-gradient(right, #FDFFFE, #F34EAE);
    background: -moz-linear-gradient(right, #FDFFFE, #F34EAE);
    background: linear-gradient(to left, #FDFFFE, #F34EAE);
    box-shadow: 0px 2px 2px #F34EAE;
}

.flexcardNumberPink:before {
    background: #F34EAE;
}

.flexcardNumberPink:after {
    background: #d24095;
}





/* RESPONSİVE */

@media only screen and (max-width: 800px) {
    .flexcard {
        width: 35%;
        margin-top: 20px;
    }
    img.flexcardimgItem {
        width: 30%;
    }
   


}

@media only screen and (max-width: 500px) {
    .flexcard {
        width: 70%;
    }
}

.teamtext {
    margin-top: 50px;
}

.vis-con {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.mis-con {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.vis1 {
    box-shadow: -1px 0px 4px 0px;
    padding: 20px;
    background-color: white;
    height: 258px;
}

.mis1 {
    box-shadow: -1px 0px 4px 0px;
    padding: 20px;
    background-color: white;
    height: 258px;
}

.team-mission {
    background-color: #f4f4f4;
    padding: 50px;
    height: 384px;
    margin-top: 100px;
}

.vis-mis {
    margin-top: -180px;
}

.mis-meb {
    margin-top: -85px;
    margin-bottom: 50px;
}

.board {
    margin-top: 40px;
}

.head {
    margin-left: 40px;
    line-height: 0px;
}

.keyi {
    border: 1px solid;
    padding: 20px;
    text-align: center;
    margin-top: 130px;
}

.cal {
    margin-top: 45px;
}

.qualit-align {
    margin-top: 35px;
}

.cert {
    margin-top: 180px;
}

.awd {
    margin-top: 180px;
}

.final img {
    width: 100%;
}

.finaltext {
    /* margin-top: 65px; */
    margin-left: 15px;
    line-height: 33px;
}

.final2 img {
    width: 100%;
}

.finalhead h4{
    margin-top: 50px;
    margin-bottom: 25px;
}
.finalhead p{
    padding: 0 100px;
}

.sec-sec {
    margin-top: 50px;
    margin-bottom: 50px;
}

.navigation {
    padding: 0 40px;
}

.cen-sec {
    margin-top: 65px;
}

.subimg img {
    width: 100%;
}

.cot {
    margin-bottom: 65px;
    margin-top: 20px;
}

.extra {
    margin-top: 30px;
    margin-left: 29px;
}

#Qual {
    display: none;
}

.list-mar {
    padding: 25px;
}

.mail {
    border: 0px solid;
    padding: 50px;
    text-align: center;
    background-color: #f3f3f3;
}

.mail img {
    width: 25%;
}

.add img {
    width: 13%;
}

.add {
    background-color: #f3f3f3;
    padding: 50px;
}

.img-mar {
    margin-top: 30px;
}

#cnc {
    margin-top: 3rem;
}


/*	gallery */

.gallery-title {
    font-size: 36px;
    color: #3F6184;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.filter-button {
    font-size: 18px;
    border: 2px solid #17a2b8;
    padding: 5px 10px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
    background: #006c4a;
}

.filter-button:hover,
.filter-button:focus,
.filter-button.active {
    color: #17a2b8;
    background-color: white;
    outline: none;
}

.gallery_product {
    margin: 0px;
    padding: 0;
    position: relative;
}

.gallery_product .img-info {
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    overflow: hidden;
    color: #fff;
    top: 0;
    display: none;
    -webkit-transition: 2s;
    transition: 2s;
}

.gallery_product:hover .img-info {
    display: block;
    -webkit-transition: 2s;
    transition: 2s;
}

.gallery_product img {
    width: 95%;
}

.zoom {
    display: none;
}


/*------------------------------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: #006A4E;
    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;
}

.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;
}

.slide-text h4 {
    color: #05703b;
    font-size: 35px;
}

#myCarousel p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 900;
}

.center span {
    color: #fff;
    text-decoration: underline;
    font-weight: 900;
}

.map-sec img {
    margin: 30px 0;
    width: 100%;
}

.melt-point {
    line-height: 25px;
}

.melt-point h5 {
    margin-bottom: 15px;
}

.melt-point ul li {
    text-align: justify;
    margin-bottom: 10px;
}


/* -----------------------------------pop up end -------------------------*/

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}


/* Override bootstrap column paddings */

.tz-gallery .row>div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

@media(max-width: 991px) {
    .secon-part {
        float: unset;
        width: 100%;
        padding: 10px;
        display: inline-block;
    }
    .secon-part img {
        width: 100%;
        margin: 10px;
    }
    .navigation {
        padding: 0 0px;
    }
}





/* Added */
.card-body h5 span{
    font-size: 16px;
    font-weight: normal;
}

.bommadowntext p{
    font-weight:bold; 
    font-size:15px;
    margin-left: 10px;
    text-align:center
}
.desktoptable{
    display: block;
}
.mobiltable{
    display: none !important;
}

.deskMenu{
    display: block;
}
.mobileMenu{
    display: none;
}