body {
    font-family: "Tahoma",sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.428571429;
}

a, a:hover, a:focus {
    text-decoration: none;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.h2news {
    background-color: #0b1553;
    color: #fff;
    padding: 4px;
    padding-left: 10px;
}

.deskvrn {
    display: block;
}

.mobivrn {
    display: none;
}

.headingall {
    background-color: #0288cc;
    padding: 8px 10px;
    color: #fff;
    position: relative;
    text-transform: capitalize;
    font-size: 22px;
}

    .headingall:before {
        position: absolute;
        content: '';
        background-color: #ffffff;
        left: auto;
        top: 0;
        right: 0;
        height: 28px;
        width: 28px;
        transform: translateY(18%) translateX(50%) rotate(45deg);
    }
/******************************HEADER********************************************/



.affix.mybtntop {
    opacity: 1;
}

.maytop {
    transition: all 0.5s;
    width: 100%;
    float: left;
    height: 123px;
}

.header {
    width: 100%;
    z-index: 1000;
    position: fixed;
    background-color: #fff;
    float: left;
    box-shadow: #000 0 0 5px;
    transition: all 0.3s;
}

.topheader {
    width: 100%;
    float: left;
    padding: 5px 0;
    background-color: #0288cc;
}

    .topheader ul {
        float: right;
    }

        .topheader ul li {
            float: left;
            margin-left: 10px;
            color: #fff;
        }

            .topheader ul li .fa {
                margin-right: 10px;
                width: 30px;
                height: 30px;
                line-height: 30px;
                border: #fff solid 1px;
                text-align: center;
                border-radius: 50%;
            }

.mybtntop {
    background-color: #0288cc;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    z-index: 50;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 3px 10px;
    font-size: 25px;
    transition: all 0.3s;
    transform: rotate(-30deg);
    border-radius: 4px;
}

    .mybtntop:hover {
        background-color: #bb4223;
        transform: rotate(0deg);
    }

.mobiicon {
    float: left;
    font-size: 24px;
    width: 100%;
    text-align: right;
    color: #000;
    line-height: 1;
    padding: 27px 0;
    border-bottom: #fff solid 1px;
}

.number, .loglink {
    width: 100%;
    float: left;
}

    .number ul {
    }

    .loglink ul {
        float: right;
    }

    .number li, .loglink li {
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding-top: 7px;
        display: inline-block;
        white-space: nowrap;
    }

        .loglink li a:hover {
            color: #0288cc;
        }

        .loglink li .fa {
            background-color: #808080;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            border-radius: 50%;
            font-size: 18px;
        }

            .loglink li .fa:hover {
                opacity: 0.8;
            }

        .number, .loglink li a {
            color: #fff;
        }

.facebook, .twitter, .google-plus, .linkedin {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 35px;
}

.facebook {
    background-color: #3b5999 !important;
}

.twitter {
    background-color: #55acee !important;
}

.google-plus {
    background-color: #0288cc !important;
}

.linkedin {
    background-color: #0077B5 !important;
}

.logo {
    width: 100%;
    float: left;
    padding: 14px 0;
}

.headermenu {
    width: auto;
    /* float: left; */
}

    .headermenu ul {
        float: right;
    }

        .headermenu ul li {
            float: left;
            line-height: 75px;
            position: relative;
        }

            .headermenu ul li a {
                color: #444;
                display: block;
                padding: 5px 10px;
                font-size: 17px;
                font-weight: 400;
            }

                .headermenu ul li a:hover {
                    color: #000;
                }

            .headermenu ul li:hover .activered {
                color: #fff;
                background-color: #0288cc;
            }

    .headermenu .myhvr {
        position: static;
    }

    .headermenu ul:hover .hovrmy {
        opacity: 1;
        height: auto;
    }

    .headermenu ul li:hover .hovrinbg {
        display: block;
    }

/*.headermenu ul li:hover .blurdiv {
        opacity: 10;
        height: 100vh;
        width: 100vw;
    }*/

/*.blurdiv {
    width: 0;
    left: 0;
    position: fixed;
    opacity: 0;
    top: auto;
    background-color: rgba(0, 0, 0, 0.6509803921568628);
    height: 0;
}*/
.blurdiv {
    width: 100vw;
    left: 0;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.6509803921568628);
    height: 100vh;
}

.hovrmy {
    /* width: 100vw; */
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    opacity: 0;
    background-color: #fff;
    transition: .3s ease-out;
    /* margin-left: -60.8vw; */
}

.hovrinbg {
    width: 100%;
    float: left;
    display: none;
    border-top: #ac221c solid;
    padding: 20px;
    padding-left: 0;
    height: 300px;
}

.myprolist {
    width: 97% !important;
}

    .myprolist li {
        float: left !important;
        width: 44.33% !important;
        margin-right: 5% !important;
    }

.hovermenu {
    width: 45%;
    float: none !important;
    text-align: left;
    vertical-align: top;
    display: inline-block;
    margin-left: 4%;
}

    .hovermenu h4 {
        color: #0288cc;
    }

    .hovermenu p {
        line-height: 25px;
    }



    .hovermenu li {
        line-height: 26px !important;
        padding: 2px;
        padding-left: 0px !important;
        width: 100%;
        border-bottom: #aff7ff solid 1px;
    }

        .hovermenu li a {
            /*color: #000 !important;*/
            font-size: 15px !important;
            padding: 0 !important;
            display: inline !important;
        }

            .hovermenu li a:hover {
                color: #b7231c !important;
            }



.sub-menu {
    position: absolute;
    left: 100%;
    background-color: #0288cc;
    width: auto;
    top: 0;
    display: none;
    white-space: nowrap;
}

.hovermenu li:hover .sub-menu {
    display: block;
}

.myclose2 {
    display: none;
}

.mymobibigmenu {
    display: none;
}

/**************************footer*****************************/
.footer {
    width: 100%;
    float: left;
    border-top: #eee solid 1px;
    padding-top: 14px;
}

.footlinks {
    width: 100%;
    float: left;
    /*text-align: center;*/
    /*margin: 30px 0;*/
    padding-top: 10px;
}

    .footlinks ul li {
        display: inline-block;
        position: relative;
    }

        .footlinks ul li:after {
            content: '|';
        }

        .footlinks ul li:last-child:after {
            content: '';
        }

        .footlinks ul li a {
            color: #0b1553;
            padding: 10px;
        }

.footsocial {
    width: 100%;
    float: left;
    text-align: center;
}

    .footsocial ul li {
        float: none;
        display: inline-block;
        margin: 2px;
    }

        .footsocial ul li:hover .fa {
            opacity: 0.5;
        }

.copyright {
    width: 100%;
    float: left;
    margin-top: 10px;
    background-color: #0288cc;
    color: #fff;
    text-align: center;
    padding: 8px;
}

/******************************Body********************************************/
.sliderhome {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

.mysearchhome {
    position: absolute;
    bottom: 8%;
    width: 80%;
    background-color: #fff;
    top: auto;
    left: 10%;
    border-radius: 30px;
}

.myhomeinput, .myhomeinput:focus {
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0 10px;
    font-size: 18px;
    border-right: #9b9b9b solid 1px;
    border-radius: 0;
    margin: 12px 0;
}

.Myyellowbtn {
    width: 100%;
    float: left;
    text-align: center;
    border-radius: 0 30px 30px 0;
    line-height: 45px;
    font-size: 22px;
}

.DivSame {
    width: 100%;
    float: left;
    margin-top: 30px;
}


.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.mycaption {
    position: absolute;
    background-color: rgba(11, 21, 83, 0.68);
    left: 12%;
    top: 35%;
    color: #fff;
    padding: 20px;
    width: 435px;
}

/*.mycaption p {
        font-size: 16px !important;
    }*/

.heading {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
}

    .heading h2 {
        position: relative;
        margin-bottom: 20px;
        color: #0288cc;
    }

        .heading h2::after {
            position: absolute;
            content: '';
            width: 200px;
            height: 1px;
            background: linear-gradient(to right, #fa9400 78%, #0b1553 10%);
            bottom: -5px;
            left: 41%;
        }

.aboutbox {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.abtimgbg {
    width: 100%;
    float: left;
    overflow: hidden;
}

.aboutbox img {
    transition: all 0.3s;
}

.aboutbox p {
    text-align: justify;
    margin: 10px 0;
    margin-bottom: 20px;
    display: inline-block;
}

.aboutbox a {
    float: right;
}

.myorangebtn {
    background-color: #f76d49;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 28px;
    border-radius: 30px;
    font-size: 13px;
}

    .myorangebtn:hover {
        color: #fff;
        box-shadow: #231f1f 0 -4px 10px inset;
    }

.aboutbox:hover img {
    transform: scale(1.1);
}

.CEOboxbg {
    /*background-color: #000;*/
    padding: 50px 0;
    background: url(../images/bg.jpg)left top no-repeat;
    background-size: 100% 100%;
    animation: 8s linear infinite;
    -webkit-animation: 8s linear infinite;
}

.CEObox {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 20px;
    text-align: justify;
    /*color: #0b1553;*/
    border-radius: 10px;
}

.homenews {
    width: 100%;
    float: left;
    border: #0b1553 solid 1px;
}


    .homenews ul {
        padding: 15px;
        height: 293px;
        overflow: hidden;
    }

        .homenews ul li {
            display: block;
            margin-bottom: 40px;
            position: relative;
            padding-left: 83px;
        }


            .homenews ul li span {
                position: absolute;
                left: 0;
                top: -10px;
            }

.homeproductbg {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border: #212121 solid 1px;
}

.proimg {
    width: 100%;
    transition: all 0.3s;
    float: left;
    text-align: left;
}

    /*.proimg img {*/
    /*    height: 200px;*/
    /*}*/
    
    .proimgg img {
        height: 200px;
    }

.homeproductbg:hover .proimg {
    transform: scale(1.1);
}

.protext {
    width: 100%;
    position: absolute;
    float: left;
    transition: all 0.3s;
    text-align: center;
    background-color: rgba(189, 50, 43, 0.93);
    font-weight: bold;
    bottom: 0;
    height: 100%;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 20px;
    opacity: 0;
}

.protexthvr {
    width: 100%;
    float: left;
    border: #fff dashed 1px;
    height: 100%;
    padding-top: 58px;
    font-size: 20px;
    border-radius: 3px;
}

.homeproductbg:hover .protext {
    opacity: 1;
}

.myproducts {
    width: 100%;
    float: left;
    margin: 30px 0;
    margin-top: 0;
}

.myproductlist {
    width: 100%;
    float: left;
    padding: 10px;
    position: relative;
    height: -webkit-fill-available;
}

    .myproductlist::before {
        position: absolute;
        content: '';
        background: url(../images/sidebar_shaddow.jpg) left top no-repeat;
        top: 0;
        width: 20px;
        height: 100%;
        right: -20px;
    }

    .myproductlist h3 {
        border-bottom: #0288cc solid 2px;
        padding-bottom: 8px;
    }

    .myproductlist ul li {
        float: none;
        color: #0b1553;
    }

        .myproductlist ul li:last-child {
            border-bottom: none;
        }

.nav-tabs {
    border-bottom: none;
}

.myproductlist ul li a {
    margin-right: 0;
    border: none;
    position: relative;
    border-radius: 0;
    color: #000;
    padding: 5px;
    font-size: 14px;
}

    .myproductlist ul li a:hover {
        background-color: #fff;
    }

.myproductlist ul li.active a, .myproductlist ul li.active a:hover, .myproductlist ul li.active a:focus {
    background-color: #0288cc;
    border: none;
    color: #fff;
}

.myproductlistDetails {
    width: 100%;
    float: left;
    text-align: justify;
}

    .myproductlistDetails h4 {
        font-size: 18px;
        font-weight: bold;
        color: #d6332c;
        margin-top: 5px;
        text-transform: capitalize;
    }

.productimg {
    float: right;
    width: 200px;
    margin-left: 15px;
}

.producttable {
    width: 100%;
    float: left;
    margin-top: 30px;
}

    .producttable h4 {
        /*color: #fff;*/
        margin: 5px 10px;
        font-size: 18px;
    }

.tablebutton {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 0;
    margin-bottom: 20px;
}

    .tablebutton li {
        display: inline-block;
        border-radius: 15px;
        width: 32.33%;
        margin-bottom: 20px;
        float: left;
        margin-right: 1%;
    }

        .tablebutton li a {
            background-color: #0288cc !important;
            color: #fff;
            border-radius: 30px;
            height: 60px;
            line-height: 30px;
        }

            .tablebutton li a span {
                display: inline-block;
                vertical-align: middle;
                line-height: normal;
            }

        .tablebutton li.active a, .tablebutton li.active a:hover, .tablebutton li.active a:focus {
            background-color: #0b1553 !important;
            color: #fff;
            border: #0b1553 solid 1px;
        }


.mycontact {
    width: 100%;
    float: left;
    padding-top: 15px;
}

.myinput:focus {
    border: #808080 solid 2px;
    outline: none;
}

.contactbox {
    width: 100%;
    float: left;
    padding: 15px;
    padding-top: 0;
    /*margin-bottom: 10px;*/
    /*min-height: 195px;*/
}


    .contactbox ul li {
        position: relative;
        /*padding-left: 30px;*/
        /*line-height: 30px;*/
    }

        .contactbox ul li .fa {
            position: absolute;
            left: 0;
            display: none;
            color: #0288cc;
            line-height: 30px;
            font-size: 20px;
        }

.ourvision {
    width: 100%;
    float: left;
    text-align: justify;
    margin-bottom: 30px;
}

    .ourvision p {
        margin-top: 20px;
    }

    .ourvision img {
        vertical-align: middle;
        padding-top: 20px;
    }

.myteam {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 15px;
    position: relative;
    background-color: #f5f5f5;
    padding-top: 70px;
    margin-top: 25%;
}

    .myteam p {
        text-align: justify;
    }

.profileimg {
    position: absolute;
    top: -50px;
    left: 34%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: #000 0 0 10px;
    border: #fff solid 5px;
}

.maindiv {
    width: 100%;
    float: left;
    background-color: #f1f1f1;
}

.mainindiv {
    width: 100%;
    float: left;
    padding: 20px;
    margin: 30px auto;
    background-color: #fff;
}

.teamlist {
    width: 100%;
    float: left;
    /*box-shadow: #c3c3c3 3px 3px 5px;*/
    padding: 10px;
    position: relative;
    height: -webkit-fill-available;
}

    .teamlist::before {
        position: absolute;
        content: '';
        background: url(../images/sidebar_shaddow.jpg) left top no-repeat;
        top: 0;
        width: 20px;
        height: 100%;
        right: -20px;
    }

    .teamlist h3 {
        border-bottom: #0288cc solid 2px;
        padding-bottom: 8px;
        text-transform: capitalize;
    }

    .teamlist li {
        float: none;
    }

        .teamlist li a {
            color: #5f5f5f;
            display: block;
            padding: 5px;
            font-size: 14px;
            text-transform: capitalize;
        }

        .teamlist li ul {
            padding-left: 15px;
        }

.myprofiledp {
    width: auto;
    float: left;
    padding: 15px;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
    min-height: 265px;
}

    .myprofiledp span {
        color: #e8502d;
        margin-top: 10px;
        display: block;
        font-size: 14px;
    }

    .myprofiledp i {
        font-size: 12px;
        line-height: 16px;
        color: #000;
    }

    .myprofiledp a {
        cursor: pointer;
        display: block;
    }

    .myprofiledp:hover {
        box-shadow: #cacaca 0 0 10px;
    }

        .myprofiledp:hover::after {
            position: absolute;
            content: '';
            height: 3px;
            background-color: #0288cc;
            width: 100%;
            left: 0;
            bottom: 0;
        }

.mywidth {
    width: 26% !important;
}

.mymarginTop30 {
    margin-top: 30px;
}

.rightdiv {
    float: right;
    padding-left: 15px;
    position: relative;
    text-align: right;
}

    .rightdiv a {
        position: absolute;
        bottom: 30px;
        right: 30px;
        top: auto;
    }

.mytitle {
    width: 100%;
}

    .mytitle a {
        display: block;
    }

.myimgbg {
    width: 100%;
    float: left;
}

    .myimgbg img {
        margin-bottom: 15px;
    }

.teambtn {
    background-color: #0288cc;
    color: #fff;
    padding: 2px 10px;
}

    .teambtn:hover {
        color: #fff;
        background-color: #d41e15;
    }

/*.myevent {
    width: 100%;
    float: left;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: #eaeaea solid 1px;
}*/

.myevent {
    width: 100%;
    float: left;
    margin-top: 4%;
}

    .myevent li {
        float: left;
        border-bottom: #eee solid 1px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 100%;
    }

        .myevent li:last-child {
            border-right: none;
        }

        .myevent li h4 {
            font-size: 16px;
            font-weight: bold;
        }

#owl-demo .owl-item, #owl-demo1 .owl-item {
    display: inline-block;
    float: left;
    padding-right: 10px;
}

#owl-demo .item, #owl-demo1 .item {
    padding: 1px;
    margin: 10px;
    color: #000;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.myright {
    float: right;
}

    .myright a {
        display: block;
        font-size: 16px;
        font-style: italic;
    }

        .myright a .fa {
            color: #0288cc;
        }

.jobbox {
    width: 100%;
    float: left;
    padding: 5px;
    text-align: left !important;
    padding-bottom: 20px;
    font-size: 12px;
}


.myformbox {
    width: 100%;
    float: left;
    /*background: linear-gradient(to bottom, #eee, #0288cc);*/
    padding: 0 10px;
    padding-top: 10px;
    background-color: #eee;
}

.mybrdr {
    width: 95%;
    height: 1px;
    float: left;
    margin: 15px 0;
    background-color: #eee;
}

.bgshadow {
    width: 100%;
    float: left;
    position: relative;
}

    .bgshadow::before {
        position: absolute;
        content: '';
        background: url(../images/sidebar_shaddow.jpg) left top no-repeat;
        top: 0;
        width: 20px;
        height: 100%;
        right: -20px;
    }

.mynews {
    width: 100%;
    float: left;
}

    .mynews li {
        border-bottom: #eee solid 1px;
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }

.mycircle {
    background-color: #0288cc;
    border: #0288cc solid 1px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    border-radius: 30px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

    .mycircle h2 {
        margin: 0;
        display: initial;
        font-size: 18px;
        padding: 7px;
        position: relative;
        margin-right: 5px;
    }

        .mycircle h2:before {
            position: absolute;
            content: ',';
            right: 0;
            top: 18%;
            font-size: 20px;
        }

.indxnews {
    width: 70px;
    height: 40px;
    padding-top: 0;
    font-size: 15px;
    border-radius: 30px;
    line-height: 40px;
}

    .indxnews h2 {
        margin: 0;
        font-size: 15px;
        padding: 3px;
    }

        .indxnews h2:before {
            position: absolute;
            content: '';
            right: -2px;
            top: 8%;
            font-size: 15px;
        }

.peratext {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 5%;
}

    .peratext:before {
        position: absolute;
        content: '';
        width: 1px;
        left: 0;
        top: 0;
        background-color: #eee;
        height: 50px;
    }

    .peratext a {
        color: #5f5f5f;
        font-size: 16px;
    }

.mynews li:hover .mycircle {
    background-color: #fff;
    color: #000;
}

.mynews li:hover .peratext a {
    color: #0288cc;
}

.Certification {
    width: 100%;
    float: left;
}

    .Certification li {
        margin-bottom: 20px;
        position: relative;
        height: 150px;
        padding-left: 16%;
    }

        .Certification li span {
            position: absolute;
            padding-right: 3%;
        }

.mysitemap {
    width: 100%;
    float: left;
}

    .mysitemap li {
        line-height: 28px;
        padding-left: 5px;
    }

        .mysitemap li h4 {
            font-weight: bold;
        }

.ui-widget-content {
    z-index: 99999 !important;
    width: 250px !important;
}

.brandbg {
    width: 100%;
    float: left;
    border-bottom: #eee solid 1px;
    margin-bottom: 20px;
}

.brands {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}

.proimg a h5 {
    height: 24px;
    margin-top: 10px;
    text-align: center;
}

.toll {
    color: #0288cc;
    font-size: 30px;
    text-shadow: #fff 0 0 5px;
    font-weight: bold;
}

.owl-wrapper-outer {
    overflow: hidden;
}

.owl-item {
    display: inline-block;
}

    .owl-item .item {
        margin: 20px;
    }


.title {
    font-size: 35px;
    color: #0288cc;
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}

    .title:after {
        display: block;
        border-bottom: #fa9400 solid 5px;
        content: '';
        width: 50px;
        margin: 0 auto;
        margin-top: 20px;
    }

.Certificationbg {
    background: url(../images/presentation.jpg)center center no-repeat;
    /*background: url(../images/digital.png)center center no-repeat;*/
    background-size: 100% auto;
    padding: 30px;
    padding-bottom: 50px;
}
.carousel-caption{
    padding-bottom: 6px;
    bottom:0;
    text-align:right;
}

.carousel-control{top: 41%;}