﻿@font-face {
    font-family: "ITCAvantGardePro-Bk","HelveticaNeueLTStd Lt","OpenSans-Regular";
    src: url(../fonts/ITCAvantGardePro-Bk.otf),url(../fonts/ITCAvantGardePro-Bk.otf);
}

.body {
    background-color: #000;
}

.baba_bg img {
    width: 100%;
    position: absolute;
    top: 0;
}

.headerindex {
    position: absolute;
    padding: 0px 0 0;
    z-index: 100;
    background: rgba(0,0,0,0.5);
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.header {
    padding: 10px 0;
    background: #000;
}

.bbqmt10 {
    margin-top: 10px;
}

.bbqmt15 {
    margin-top: 15px;
}

.bbqmt20 {
    margin-top: 20px;
}

.bbqmt25 {
    margin-top: 25px;
}

.bbqmt30 {
    margin-top: 30px;
}

.bbqmt35 {
    margin-top: 35px;
}

.bbqmt40 {
    margin-top: 40px;
}

.bbqmt45 {
    margin-top: 45px;
}

.bbqmt50 {
    margin-top: 50px;
}

.bbqmb10 {
    margin-bottom: 10px;
}

.bbqmb15 {
    margin-bottom: 15px;
}

.bbqmb20 {
    margin-bottom: 20px;
}

.bbqmb25 {
    margin-bottom: 25px;
}

.bbqmb30 {
    margin-bottom: 30px;
}

.bbqmb35 {
    margin-bottom: 35px;
}

.bbqmb40 {
    margin-bottom: 40px;
}

.bbqmb45 {
    margin-bottom: 45px;
}

.bbqmb50 {
    margin-bottom: 50px;
}

.footerimg {
    background-repeat: repeat-x;
}

.video123 {
    height: 400px;
    object-fit: inherit;
    width: 100%;
}

.topheader {
    padding: 5px 0;
    height: 30px;
}

    .topheader .socialtop {
        float: left;
        display: block;
    }

    .topheader .toplink {
        overflow: hidden;
        float: right;
        display: block;
    }

        .topheader .toplink ul li {
            list-style: none;
            float: left;
            text-align: right;
            overflow: hidden;
        }

            .topheader .toplink ul li a {
                color: #fff;
                font-size: 10px;
                font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                padding: 0 4px;
                text-decoration: none;
            }

.logobox {
    padding: 10px 0;
    display: block;
}

.logo {
    width: 300px;
    height: auto;
    margin: auto;
}

.logoborder {
    border-bottom: 1px solid #fff;
    margin-top: 20px;
}

.footer {
    background-color: #5b5b5b;
    padding: 15px 0;
}

    .footer .footerlink {
        display: block;
    }

        .footer .footerlink ul {
            text-align: center;
            padding: 0;
        }

            .footer .footerlink ul li {
                list-style: none;
                float: inherit;
                display: inline-block;
                overflow: hidden;
                text-align: center;
            }

                .footer .footerlink ul li a {
                    color: #fff;
                    font-size: 15px;
                    text-align: center;
                    white-space: nowrap;
                    line-height: 25px;
                    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                    padding: 8px 13px;
                    text-decoration: none;
                    text-transform: uppercase;
                }

    .footer .footerbottom {
        display: block;
    }

        .footer .footerbottom ul {
            text-align: center;
            padding: 0;
        }

            .footer .footerbottom ul li {
                list-style: none;
                float: inherit;
                display: initial;
                overflow: hidden;
                text-align: center;
            }

                .footer .footerbottom ul li a {
                    color: #fff;
                    font-size: 12px;
                    text-align: center;
                    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                    padding: 0 8px;
                    text-decoration: none;
                }

.img123 {
    width: auto;
    height: auto;
    text-align: center;
}

.copyright {
    color: #000;
    text-align: center;
    font-size: 11px;
    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
    font-weight: 600;
}

    .copyright:hover {
        color: #000;
    }

.footer .socialicon {
    display: block;
}

    .footer .socialicon ul {
        text-align: center;
        padding: 0;
    }

        .footer .socialicon ul li {
            list-style: none;
            float: inherit;
            display: initial;
            overflow: hidden;
            text-align: center;
        }

            .footer .socialicon ul li a {
                text-align: center;
                text-decoration: none;
            }

.metap {
    color: #fff;
    font-size: 11px;
    text-align: center;
}

.dropdown-menu > li.kopie > a {
    padding-left: 5px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        border-color: transparent transparent transparent #333;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
        display: block;
        float: right;
        height: 0;
        margin-right: -10px;
        margin-top: 5px;
        width: 0;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: none;
}

@media (max-width:991px) {
    .navbar-nav {
        display: inline;
    }

    .navbar-default .navbar-brand {
        display: inline;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: #ccc;
        }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }

    .dropdown-menu {
        padding-left: 10px;
    }

        .dropdown-menu .dropdown-menu {
            padding-left: 20px;
        }

            .dropdown-menu .dropdown-menu .dropdown-menu {
                padding-left: 30px;
            }

    li.dropdown.open {
        border: 0 solid red;
    }
}

@media (min-width:991px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }

    #navbar {
        text-align: center;
    }
}

.formbt {
    margin: 10px 0 15px 0;
}

.formbt1 {
    margin: 20px 0;
}

.hr {
    border-bottom: 1px dashed #ccc;
    margin: 40px;
}

#borderimg1 span {
    line-height: .5;
    text-align: center;
}

#borderimg1 span {
    display: inline-block;
    position: relative;
}

    #borderimg1 span:before, #borderimg1 span:after {
        content: "";
        position: absolute;
        height: 5px;
        border-bottom: 1px solid white;
        border-top: 1px solid white;
        top: 0;
        width: 200px;
    }

    #borderimg1 span:after {
        left: 100%;
        margin-left: 15px;
    }

    #borderimg1 span:before {
        right: 100%;
        margin-right: 15px;
    }

#borderimg1 .imp {
    line-height: .5;
    text-align: center;
}

#borderimg1 .imp {
    display: inline-block !important;
    position: relative;
}

    #borderimg1 .imp:before, #borderimg1 .imp:after {
        content: "";
        position: absolute;
        height: 5px;
        border-bottom: 1px solid white;
        border-top: 1px solid white;
        top: 0;
        width: 200px;
    }

    #borderimg1 .imp:after {
        left: 100%;
        margin-left: 15px;
    }

    #borderimg1 .imp:before {
        right: 100%;
        margin-right: 15px;
    }

.headborder {
    background-image: url(../images/border-bot.png);
    text-align: center;
}

.breadcrumb1 {
    background-image: url(../images/breadcrumb1.jpg);
    height: 150px;
    width: 100%;
    background-position: center;
}


.breadcrumb2021 {
    background-image: url(../images/breadcrumb2021.jpg);
    height: 150px;
    width: 100%;
    background-position: center;
}


.breadlink {
    color: #fff;
    font-size: 13px;
    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-weight: 600;
}

    .breadlink:hover {
        color: #337ab7;
    }

.breadlink1 {
    color: #337ab7;
    font-size: 13px;
    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-weight: 600;
}

    .breadlink1:hover {
        color: #fff;
    }

.breadcrumb2 {
    background-image: url(../images/breadcrumb2.jpg);
    height: 150px;
    width: 100%;
    background-position: center;
}

.breadcrumb3 {
    background-image: url(../images/breadcrumb3.jpg);
    height: 150px;
    width: 100%;
    background-position: center;
}


.breadcrumbnature {
    background-image: url(../images/nature.jpg);
    height: 150px;
    width: 100%;
    background-position: center;
}
.homebox-first {
    margin-top: 30px;
}

    .homebox-first .hometext {
        color: #337ab7;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
        font-family: "Open Sans" , Helvetica, Arial, sans-serif;
    }

p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
    font-weight: 400;
}

    p:hover {
        color: #d9d9d9;
    }

.homebox-third {
    padding: 30px 0;
}

    .homebox-third img {
        width: 100%;
    }

.abouttext {
    color: #337ab7;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
    padding: 10px 0;
}

    .abouttext:hover {
        color: #2d6da3;
    }

.aboutquote {
    color: #337ab7;
    font-weight: 500;
    font-style: italic;
    font-size: 25px;
    text-align: center;
}

    .aboutquote:hover {
        color: #fff;
        font-weight: 500;
        font-style: italic;
        font-size: 25px;
        text-align: center;
    }

.aboutpd {
    margin: 60px 0;
}

.teamtext {
    color: #337ab7;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
}

.teambox {
    border: 1px solid #000;
    padding: 10px;
}

    .teambox .teamimg img {
        text-align: center;
    }

    .teambox:hover {
        border: 1px solid #ccc;
        text-align: center;
    }

    .teambox .founder-name {
        color: #fff;
        font-size: 15px;
        text-align: center;
        padding: 5px 0;
        text-transform: capitalize;
    }

        .teambox .founder-name:hover {
            color: #337ab7;
        }

.teamcontent {
    text-align: left;
    text-align: justify;
}

.awardstext {
    color: #337ab7;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
}

.iconcolor {
    color: #fff;
}

    .iconcolor:hover {
        color: #337ab7;
    }

.joinus-quote {
    color: #fff;
    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-style: italic;
}

    .joinus-quote:hover {
        color: #337ab7;
        font-family: "Open Sans" , Helvetica, Arial, sans-serif;
        font-size: 26px;
        font-style: italic;
    }

.tradebox {
    border: 1px solid #000;
    padding: 10px;
    background-color: #fff;
}

    .tradebox h3 {
        color: #337ab7;
        font-size: 18px;
        font-family: "Open Sans" , Helvetica, Arial, sans-serif;
        font-weight: 600;
        text-align: center;
    }

        .tradebox h3:hover {
            color: #000;
        }

    .tradebox p {
        color: #181818;
        font-size: 13px;
        font-family: "Open Sans" , Helvetica, Arial, sans-serif;
        text-align: center;
        font-weight: 600;
    }

    .tradebox .tbox {
        color: #337ab7;
        font-size: 14px;
        font-family: "Open Sans" , Helvetica, Arial, sans-serif;
        text-align: center;
        font-weight: 600;
    }

    .tradebox .tbox1 {
        color: #f60000;
        font-size: 14px;
        font-family: "Open Sans" , Helvetica, Arial, sans-serif;
        text-align: center;
        font-weight: 600;
    }

    .tradebox .tradeborder {
        border-bottom: 5px solid #181818;
    }

        .tradebox .tradeborder img {
            text-align: center;
        }

    .tradebox .upcome {
        color: #4C6E04;
        font-size: 14px;
        font-family: "Open Sans" , Helvetica, Arial, sans-serif;
        text-align: center;
        font-weight: 600;
    }

.our-publication {
    border: 1px solid #181818;
}

    .our-publication a img {
        text-align: center;
    }

.manufacture {
    border: 1px solid #000;
    padding: 10px;
    border-left: 10px solid #000;
}

    .manufacture:hover {
        border: 1px solid #fff;
        padding: 10px;
        border-left: 10px solid #fff;
    }

    .manufacture .manufaimg {
        width: 75px;
        height: 60px;
        float: left;
    }

    .manufacture .manuhead {
        color: #337ab7;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
    }

    .manufacture .manutext {
        text-align: left;
        font-size: 14px;
    }

.babamb50 {
    margin-bottom: 50px;
}

.contact {
    background-color: #f9f8f8;
    opacity: .8;
}

    .contact .con-first {
        padding: 10px;
    }

        .contact .con-first .con-border {
            border: 1px solid #181818;
            padding: 10px;
        }

            .contact .con-first .con-border .con-head {
                color: #000;
                font-size: 20px;
                padding: 8px 0;
                font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                text-align: center;
            }

            .contact .con-first .con-border .con-text {
                color: #337ab7;
                font-size: 14px;
                font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                text-align: center;
            }

            .contact .con-first .con-border .con-second {
                color: #000;
                font-size: 14px;
                font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                text-align: center;
            }

.presence {
    color: #337ab7;
    font-size: 16px;
    font-weight: 500;
    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
    text-align: left;
}

.cont-drop {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid gray;
    font-size: 13px;
}

.cont-drop-head {
    text-align: center;
    font-size: 20px;
    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
    color: #fff;
}

    .cont-drop-head:hover {
        text-align: center;
        font-size: 20px;
        font-family: "Open Sans" , Helvetica, Arial, sans-serif;
        color: #337ab7;
    }

.con-popup1 {
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
}

    .con-popup1:hover {
        border: 2px solid #ccc;
        background-size: cover;
        border-radius: 0 10px 10px 10px;
        background-position: center;
    }

    .con-popup1 .con-pd {
        padding: 10px;
    }

        .con-popup1 .con-pd .con-back {
            background-color: rgba(24,24,24,.7);
            border-radius: 5px;
            height: 200px;
        }

            .con-popup1 .con-pd .con-back .con-back-pd {
                padding: 10px;
                text-align: left;
            }

                .con-popup1 .con-pd .con-back .con-back-pd .con-back-head {
                    color: #fff;
                    font-size: 20px;
                    font-weight: 600;
                    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                    text-align: center;
                }

.con-popup2 {
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
}

    .con-popup2:hover {
        border: 2px solid #ccc;
        background-size: cover;
        border-radius: 0 10px 10px 10px;
        background-position: center;
    }

    .con-popup2 .con-pd2 {
        padding: 10px;
    }

        .con-popup2 .con-pd2 .con-back2 {
            background-color: rgba(24,24,24,.7);
            border-radius: 5px;
            height: 280px;
        }

            .con-popup2 .con-pd2 .con-back2 .con-back-pd2 {
                padding: 10px;
                text-align: left;
            }

                .con-popup2 .con-pd2 .con-back2 .con-back-pd2 .con-back-head2 {
                    color: #337ab7;
                    font-size: 20px;
                    font-weight: 600;
                    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                    text-align: center;
                }

.con-popup3 {
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
}

    .con-popup3:hover {
        border: 2px solid #ccc;
        background-size: cover;
        border-radius: 0 10px 10px 10px;
        background-position: center;
    }

    .con-popup3 .con-pd3 {
        padding: 10px;
    }

        .con-popup3 .con-pd3 .con-back3 {
            background-color: rgba(24,24,24,.7);
            border-radius: 5px;
            height: 200px;
        }

            .con-popup3 .con-pd3 .con-back3 .con-back-pd3 {
                padding: 10px;
                text-align: left;
            }

                .con-popup3 .con-pd3 .con-back3 .con-back-pd3 .con-back-head3 {
                    color: #fff;
                    font-size: 20px;
                    font-weight: 600;
                    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                    text-align: center;
                }

.con-popup4 {
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
}

    .con-popup4:hover {
        border: 2px solid #ccc;
        background-size: cover;
        border-radius: 0 10px 10px 10px;
        background-position: center;
    }

    .con-popup4 .con-pd4 {
        padding: 10px;
    }

        .con-popup4 .con-pd4 .con-back4 {
            background-color: rgba(24,24,24,.7);
            border-radius: 5px;
            height: 200px;
        }

            .con-popup4 .con-pd4 .con-back4 .con-back-pd4 {
                padding: 10px;
                text-align: left;
            }

                .con-popup4 .con-pd4 .con-back4 .con-back-pd4 .con-back-head4 {
                    color: #fff;
                    font-size: 20px;
                    font-weight: 600;
                    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                    text-align: center;
                }

.con-popup5 {
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
}

    .con-popup5:hover {
        border: 2px solid #ccc;
        background-size: cover;
        border-radius: 0 10px 10px 10px;
        background-position: center;
    }

    .con-popup5 .con-pd5 {
        padding: 10px;
    }

        .con-popup5 .con-pd5 .con-back5 {
            background-color: rgba(24,24,24,.7);
            border-radius: 5px;
            height: 200px;
        }

            .con-popup5 .con-pd5 .con-back5 .con-back-pd5 {
                padding: 10px;
                text-align: left;
            }

                .con-popup5 .con-pd5 .con-back5 .con-back-pd5 .con-back-head5 {
                    color: #337ab7;
                    font-size: 20px;
                    font-weight: 600;
                    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                    text-align: center;
                }

.con-popup6 {
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
}

    .con-popup6:hover {
        border: 2px solid #ccc;
        background-size: cover;
        border-radius: 0 10px 10px 10px;
        background-position: center;
    }

    .con-popup6 .con-pd6 {
        padding: 10px;
    }

        .con-popup6 .con-pd6 .con-back6 {
            background-color: rgba(24,24,24,.7);
            border-radius: 5px;
            height: 200px;
        }

            .con-popup6 .con-pd6 .con-back6 .con-back-pd6 {
                padding: 10px;
                text-align: left;
            }

                .con-popup6 .con-pd6 .con-back6 .con-back-pd6 .con-back-head6 {
                    color: #fff;
                    font-size: 20px;
                    font-weight: 600;
                    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                    text-align: center;
                }

.con-popup7 {
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
}

    .con-popup7:hover {
        border: 2px solid #ccc;
        background-size: cover;
        border-radius: 0 10px 10px 10px;
        background-position: center;
    }

    .con-popup7 .con-pd7 {
        padding: 10px;
    }

        .con-popup7 .con-pd7 .con-back7 {
            background-color: rgba(24,24,24,.7);
            border-radius: 5px;
            height: 200px;
        }

            .con-popup7 .con-pd7 .con-back7 .con-back-pd7 {
                padding: 10px;
                text-align: left;
            }

                .con-popup7 .con-pd7 .con-back7 .con-back-pd7 .con-back-head7 {
                    color: #fff;
                    font-size: 20px;
                    font-weight: 600;
                    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                    text-align: center;
                }

.con-back-head2 {
    color: #fff !important;
}

.con-back-head5 {
    color: #fff !important;
}

.con-popup8 {
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
}

    .con-popup8:hover {
        border: 2px solid #ccc;
        background-size: cover;
        border-radius: 0 10px 10px 10px;
        background-position: center;
    }

    .con-popup8 .con-pd8 {
        padding: 10px;
    }

        .con-popup8 .con-pd8 .con-back8 {
            background-color: rgba(24,24,24,.7);
            border-radius: 5px;
            height: 200px;
        }

            .con-popup8 .con-pd8 .con-back8 .con-back-pd8 {
                padding: 10px;
                text-align: left;
            }

                .con-popup8 .con-pd8 .con-back8 .con-back-pd8 .con-back-head8 {
                    color: #fff;
                    font-size: 20px;
                    font-weight: 600;
                    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                    text-align: center;
                }

.con-popup9 {
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
}

    .con-popup9:hover {
        border: 2px solid #ccc;
        background-size: cover;
        border-radius: 0 10px 10px 10px;
        background-position: center;
    }

    .con-popup9 .con-pd9 {
        padding: 10px;
    }

        .con-popup9 .con-pd9 .con-back9 {
            background-color: rgba(24,24,24,.7);
            border-radius: 5px;
            height: 200px;
        }

            .con-popup9 .con-pd9 .con-back9 .con-back-pd9 {
                padding: 10px;
                text-align: left;
            }

                .con-popup9 .con-pd9 .con-back9 .con-back-pd9 .con-back-head9 {
                    color: #fff;
                    font-size: 20px;
                    font-weight: 600;
                    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                    text-align: center;
                }

.con-popup10 {
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
}

    .con-popup10:hover {
        border: 2px solid #ccc;
        background-size: cover;
        border-radius: 0 10px 10px 10px;
        background-position: center;
    }

    .con-popup10 .con-pd10 {
        padding: 10px;
    }

        .con-popup10 .con-pd10 .con-back10 {
            background-color: rgba(24,24,24,.7);
            border-radius: 5px;
            height: 200px;
        }

            .con-popup10 .con-pd10 .con-back10 .con-back-pd10 {
                padding: 10px;
                text-align: left;
            }

                .con-popup10 .con-pd10 .con-back10 .con-back-pd10 .con-back-head10 {
                    color: #fff;
                    font-size: 20px;
                    font-weight: 600;
                    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                    text-align: center;
                }

.con-popup11 {
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
}

    .con-popup11:hover {
        border: 2px solid #ccc;
        background-size: cover;
        background-size: cover;
        border-radius: 0 10px 10px 10px;
        background-position: center;
    }

    .con-popup11 .con-pd11 {
        padding: 10px;
    }

        .con-popup11 .con-pd11 .con-back11 {
            background-color: rgba(24,24,24,.7);
            border-radius: 5px;
            height: 200px;
        }

            .con-popup11 .con-pd11 .con-back11 .con-back-pd11 {
                padding: 10px;
                text-align: left;
            }

                .con-popup11 .con-pd11 .con-back11 .con-back-pd11 .con-back-head11 {
                    color: #fff;
                    font-size: 20px;
                    font-weight: 600;
                    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                    text-align: center;
                }

.con-popup12 {
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
}

    .con-popup12:hover {
        border: 2px solid #ccc;
        background-size: cover;
        border-radius: 0 10px 10px 10px;
        background-position: center;
    }

    .con-popup12 .con-pd12 {
        padding: 10px;
    }

        .con-popup12 .con-pd12 .con-back12 {
            background-color: rgba(24,24,24,.7);
            border-radius: 5px;
            height: 200px;
        }

            .con-popup12 .con-pd12 .con-back12 .con-back-pd12 {
                padding: 10px;
                text-align: left;
            }

                .con-popup12 .con-pd12 .con-back12 .con-back-pd12 .con-back-head12 {
                    color: #fff;
                    font-size: 20px;
                    font-weight: 600;
                    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                    text-align: center;
                }

.con-popup13 {
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
}

    .con-popup13:hover {
        border: 2px solid #ccc;
        background-size: cover;
        border-radius: 0 10px 10px 10px;
        background-position: center;
    }

    .con-popup13 .con-pd13 {
        padding: 10px;
    }

        .con-popup13 .con-pd13 .con-back13 {
            background-color: rgba(24,24,24,.7);
            border-radius: 5px;
            height: 200px;
        }

            .con-popup13 .con-pd13 .con-back13 .con-back-pd13 {
                padding: 10px;
                text-align: left;
            }

                .con-popup13 .con-pd13 .con-back13 .con-back-pd13 .con-back-head13 {
                    color: #fff;
                    font-size: 20px;
                    font-weight: 600;
                    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
                    text-align: center;
                }

.domestic {
    float: left;
    text-align: left;
}

.overseas {
    float: right !important;
    text-align: right;
}

    .overseas .presence {
        color: #337ab7;
        font-size: 16px;
        font-weight: 500;
        font-family: "Open Sans" , Helvetica, Arial, sans-serif;
        text-align: right;
    }

.collection-first {
    text-align: center;
}

    .collection-first a img {
        text-align: center;
    }

.collection-list {
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    min-height: 260px;
    overflow: hidden;
}

    .collection-list .collection-color {
        height: 36px;
        background-color: #ccc;
        position: relative;
    }

    .collection-list .collection-head {
        padding: 8px 10px;
        color: #000;
        text-align: left;
        font-size: 16px;
        font-family: "Open Sans" , Helvetica, Arial, sans-serif;
        font-weight: 600;
    }

    .collection-list .collection_name {
        border: none;
    }

        .collection-list .collection_name .collect-pd {
            padding: 8px 10px;
            text-align: left;
            overflow-y: scroll;
        }

            .collection-list .collection_name .collect-pd li {
                color: #fff;
                font-size: 14px;
                font-family: "Open Sans" , Helvetica, Arial, sans-serif;
            }

.selectcolor {
    color: #fff;
    text-align: left;
}

.collection-box {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

    .collection-box .collect-pd {
        padding: 10px;
    }

        .collection-box .collect-pd .collect-name {
            font-size: 14px;
            color: #fff;
            font-family: "Open Sans" , Helvetica, Arial, sans-serif;
            text-align: center;
        }

.collect-not {
    font-size: 24px;
    color: #fff;
    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
    text-align: center;
}

.orderhead {
    color: #337ab7;
    font-size: 20px;
    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
    text-align: left;
}

.addmorebtn {
    float: right;
}

.product-head {
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
}

.product-text {
    text-align: left;
}

.product-img {
    float: right;
}

.advt::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
}

.advt:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 120%;
        height: 120%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 120%;
        height: 120%;
        opacity: 0;
    }
}

.advt {
    border: 1px solid #000;
    background-color: #e2e0e0;
    min-height: 200px;
    position: relative;
    border-radius: 15px;
}

    .advt .advtpd {
        padding: 10px;
    }

        .advt .advtpd .avtbd {
            border: 1px solid #ccc;
        }

        .advt .advtpd .advtimg img {
            margin-right: auto;
            margin: 0 auto;
            display: block;
            position: absolute;
            right: 0;
            left: 0;
            bottom: 0;
            top: 25%;
        }

        .advt .advtpd .advthead {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            color: #000;
            font-size: 14px;
            font-family: "Open Sans" , Helvetica, Arial, sans-serif;
            text-align: center;
            padding: 10px 0;
        }

            .advt .advtpd .advthead:hover {
                color: #000;
            }

.advt2 {
    border: 1px solid #000;
    background-color: #fff;
    min-height: 200px;
}

    .advt2 .advtpd2 {
        padding: 10px;
    }

        .advt2 .advtpd2 .avtbd2 {
            border: 1px solid #ccc;
        }

        .advt2 .advtpd2 .advtimg2 img {
            margin-right: auto;
            margin: 0 auto;
            display: block;
            border: 2px solid #000;
            border-radius: 20px;
        }

            .advt2 .advtpd2 .advtimg2 img:hover {
                border: 2px solid #337ab7;
            }

        .advt2 .advtpd2 .advthead2 {
            color: #337ab7;
            font-size: 14px;
            font-weight: 600;
            font-family: "Open Sans" , Helvetica, Arial, sans-serif;
            text-align: center;
            padding: 10px 0;
        }

            .advt2 .advtpd2 .advthead2:hover {
                color: #000;
            }

.homebox-second p {
    color: #337ab7;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
}

.ml1 {
    font-weight: 900;
    font-size: 2.5em;
}

.ml2 {
    font-weight: 900;
    font-size: 1.5em;
}
.letters {
    color: gray;
}

.slider-wrapper.theme-default {
    position: relative;
    top: 0;
    z-index: 1;
}

figure.effect-apollo {
    background: #3498db;
}

    figure.effect-apollo img {
        opacity: .95;
        -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
        transition: opacity 0.35s,transform 0.35s;
        -webkit-transform: scale3d(1.05,1.05,1);
        transform: scale3d(1.05,1.05,1);
    }

    figure.effect-apollo:hover img {
        opacity: .6;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

.top {
    color: #fff;
    font-size: 12px;
    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
    margin-top: 2px;
}

a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.tab .nav-tabs {
    border: none;
    margin-bottom: 20px;
}

    .tab .nav-tabs li a {
        padding: 10px 20px;
        margin-right: 10px;
        font-size: 17px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        background: gray;
        border: none;
        border-radius: 0;
        position: relative;
        transition: all 0.3s ease 0s;
    }

        .tab .nav-tabs li a:before, .tab .nav-tabs li a:after {
            content: "";
            width: 20%;
            height: 3px;
            background: #fff;
            position: absolute;
            top: -5px;
            left: 0;
            transition: all 0.3s ease 0s;
        }

        .tab .nav-tabs li a:after {
            top: auto;
            left: auto;
            bottom: -5px;
            right: 0;
        }

        .tab .nav-tabs li a:hover:before, .tab .nav-tabs li a:hover:after, .tab .nav-tabs li.active a:before, .tab .nav-tabs li.active a:after {
            width: 100%;
        }

        .tab .nav-tabs li a:hover, .tab .nav-tabs li.active a {
            background: #000;
            color: #fff;
            border: none;
        }

.tab .tab-content {
    padding: 30px;
    background: #000;
    outline: 3px solid #fff;
    outline-offset: -8px;
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 1px;
    position: relative;
}

    .tab .tab-content h3 {
        font-size: 24px;
        margin-top: 0;
    }

@media only screen and (max-width:479px) {
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

.babamgtop {
    margin-top: 40px;
}

#map p {
    color: #000 !important;
}

    #map p:hover {
        color: #000 !important;
    }

.btnFlot {
    float: right;
}

.domsticmx_hgt {
    height: 300px;
    margin-bottom: 0;
}

.overseas_hgt {
    height: 220px;
    margin-bottom: 30px;
}

.newslatter {
    color: #000;
    border: none !important;
    margin-bottom: 30px;
    padding: 11px 30px 11px 30px;
    height: 35px;
    width: 40%;
    font-size: 13px;
}

.requestbutton {
    height: 35px;
    top: 63px;
    padding: 0 25px;
    background: #337ab7;
    color: white;
    border: 0;
    font-size: 14px;
}

.menu_Rquest {
    margin-bottom: 15px;
    margin-top: 0;
    color: #337ab7;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
    text-align: center;
}

    .menu_Rquest #borderimg1 {
        margin-bottom: 15px;
    }
.usa-inner{}
.usa-inner img {
    display: block;
    margin: 0% auto 0 0px;
}
.con-back-head ul {
    margin-bottom: 12px;
}
.con-back-head ul li{
    display:inline-block;
    font-weight:normal;
}
.con-back-head h3{
    color: #fff;
    font-weight: 600;
    font-family: "Open Sans" , Helvetica, Arial, sans-serif;
    text-align: center;
}
.secndul {
    text-align: center;
    margin: 0 0 10px;
}
.secndul li{
    display:inline-block;
    color:#fff;
    margin-left:5px;
        
}
.controls .left {
    margin-right: 5px;
}
.info-inline {
    display: inline-flex;
}
.info-inline p{
    margin-left:5px;
}
.labl {
    font-size: 14px;
    font-weight: bold;
}
.model_description_item  img{
    margin-top:20px;
}
/* Thumbnails Style */
/* Thumbnail Styles */
.thumbnails {
	margin-right: -15px;
}

.thumbnails a {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding-right: 15px;
	margin-bottom: 15px;
}

.thumbnails img {
	width: 100%;
	height: auto;
	display: block;
	transition: all .2s ease-in-out;
}

.thumbnails:hover img {
	opacity: .6;
	transform: scale(.92);
}

.thumbnails:hover img:hover {
	opacity: 1;
	transform: scale(1) rotate(2deg);
	box-shadow: 0 0 7px rgba(0, 0, 0, .5);
}

@media screen and (max-width: 767px) {
	
	.thumbnails a {
		width: 50%;
	}
	
}
.contrelve {
    position:relative;
    margin-bottom:40px;
}
.contrelve .heading_box h2{
    z-index:1;
    color:#fff;
    font-size:18px;
    width: 100%;
    text-align: center;
    background: #000;
    padding: 10px;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 0;
    text-transform:uppercase;
}
.contrelve .box {
    position:relative;   
    background:#000;
    box-sizing:border-box;
    overflow:hidden;
    box-shadow:0 5px 10px rgba(0,0,0,.8);
}
.contrelve .box:before {
    content:'';
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    box-sizing:border-box;
    transition:0.5s;
    transform: scaleX(0);
    opacity:0;
}
.contrelve .box:hover:before {
    transform:scaleX(1);
    opacity:1;
}
.contrelve .box:after {
    content:'';
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    box-sizing:border-box;
    transition:0.5s;
    transform: scaleY(0);
    opacity:0;
}
.contrelve .box:hover:after {
    transform:scaleY(1);
    opacity:1;
}
.contrelve .box .imgBox {
    position:relative;
}
.contrelve .box .imgBox img {
    width:100%;
    transition:0.5s;
}
.contrelve .box:hover .imgBox img {
    opacity:.2;
    transform:scale(1.2);
}
.contrelve .box .content {
    position:absolute;
    width:100%;
    top:50%;
    transform:translateY(-50%);
    z-index:2;
    padding:20px;
    box-sizing:border-box;
    text-align:center;
}
.contrelve .box .content h2 {
    margin: 0 0 10px;
    padding:0;
    color:#fff;
    transition:0.5s;
    transform:translateY(-50px);
    opacity:0;
    visibility:hidden;
}
.contrelve .box .content p {
    margin:0;
    padding:0;
    color:#fff;
    transform:translateY(50px);
    opacity:0;
    visibility:hidden;
    text-align:center;
    text-transform:uppercase;
}
.contrelve .box:hover .content h2,
.contrelve .box:hover .content P {
    opacity:1;
    visibility:visible;
    transform:translateY(0px);
}
.heading_box {
    /*margin-bottom: 30px;*/
}




/*.multilight {
   -webkit-text-stroke: 0px black;
   color: white;
   text-shadow:
       1px  1px 0 #000,
      -1px -1px 0 #000,  
       1px -1px 0 #000,
      -1px  1px 0 #000,
       1px  1px 0 #000;
}*/
    /*.multilight:hover {
        -webkit-text-stroke: 0px black;
        color: white;
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }*/

/*.multilightup{
     -webkit-text-stroke: 0px black;
   color: white;
   text-shadow:
       1px  1px 0 #000,
      -1px -1px 0 #000,  
       1px -1px 0 #000,
      -1px  1px 0 #000,
       1px  1px 0 #000;
                }*/