.hader {
    width: 100%;
}

.navbar.navbar-default.navbar-fixed-top.affix {
    display: inline-block;
    width: 100%;
    background: #fff;
    color: #333;
    transition: ease 0.5s;
}

    .navbar.navbar-default.navbar-fixed-top.affix .social-hader {
        display: none;
    }

    .navbar.navbar-default.navbar-fixed-top.affix .navbar-brand {
        padding: 4px 0px;
    }

    .navbar.navbar-default.navbar-fixed-top.affix .nav.navbar-nav.pull-right li a {
        color: ##0092dd;
    }

    .navbar.navbar-default.navbar-fixed-top.affix .nav.navbar-nav.pull-right {
        margin-top: 0px;
    }

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

.hader .nav.navbar-nav.pull-right {
    margin-top: 0px;
}

.hader .nav > li > a {
    font-family: "Ubuntu-R";
    font-size: 16px;
    padding: 14px 10px;
}

/* Dropdown Button */
.dropbtn {
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    display: none;
    min-width: 221px;
    padding-left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    border-radius: 4px;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        display: block;
        font-size: 13px;
        padding: 10px 8px;
        text-decoration: none;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a:hover {
    text-decoration: none;
    color: #fff;
    transition: ease 0.5s;
    background: #01aaeb;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.hadding-slider {
    font-size: 60px;
    text-shadow: 4px 4px 2px rgba(00, 00, 00, 0.4);
}

.social-hader {
    background: #1d1916;
    color: #333;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
}

    .social-hader p {
        display: inline-block;
        margin: 0px;
        padding: 0px;
    }

        .social-hader p a {
            border: 1px solid #fff;
            text-align: center;
            padding: 4px 8px;
            font-size: 12px;
            color: #fff;
            transition: ease 0.5s;
            display: inline-block;
        }

            .social-hader p a:hover {
                text-decoration: none;
                background: #01aaeb;
                color: #fff;
                transition: ease 0.5s;
                border: 1px solid transparent;
            }

.body-part1 {
    display: inline-block;
    width: 100%;
    padding: 40px 0px;
    position: relative;
}

.body-part2 {
    background: #dfdfdf;
    display: inline-block;
    width: 100%;
    padding: 40px 0px;
}

.box {
    border: 4px solid transparent;
    text-align: center;
    padding: 40px 30px;
    background: rgba(255,255,255,0.5);
    transition: ease 0.5s;
}

    .box img {
        transform: scale(1.0, 1.0);
        transition: ease 0.5s;
    }

    .box:hover {
        border: 4px solid #01aaeb;
        transition: ease 0.5s;
    }

        .box:hover img {
            transform: scale(1.1, 1.1);
            transition: all 0.5s ease 0s;
        }

        .box:hover .img-responsive {
            transform: skew(360deg);
            transition: ease 0.5s;
        }

    .box h4 {
        font-size: 20px;
        font-weight: bold;
        margin: 15px 0px;
        color: #01aaeb;
    }

.body-part1 h3 {
    font-size: 28px;
    margin: 20px 0px 0px;
    display: inline-block;
    text-align: center;
}

.body-part1.nopadding-top h3 {
    font-size: 28px;
    margin: 20px 0px 0px;
    display: inline-block;
    text-align: center;
}

.blog h3 {
    font-size: 28px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px 0px 0px;
}

.blog {
    padding: 40px 0px;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .blog h4 {
        font-size: 20px;
        font-weight: 700;
    }

    .blog p {
        font-size: 14px;
        color: #333;
    }

.fotter {
    background: rgba(29, 25, 22,1) none repeat scroll;
    width: 100%;
    color: #fff;
    padding: 10px;
    float: left;
}

    .fotter p a {
        color: #fff;
        font-size: 16px;
        margin: 10px 0px;
    }

    .fotter .full-width {
        margin: 4px 0px;
    }

    .fotter p a:hover {
        text-decoration: none;
    }

    .fotter .col-md-1.col-sm-1 i {
        font-size: 20px;
    }

.margintoptext {
    margin-top: 12%;
}

.box-1 {
    border: 1px solid #fff;
    background: #01aaeb;
    width: 100%;
    float: left;
}

    .box-1 img {
        height: 100%;
    }

    .box-1 h4 {
        color: #fff;
    }

    .box-1 p {
        color: #fff;
    }

.full-width {
    display: inline-block;
    width: 100%;
}

.margintop20 {
    margin-top: 20px;
}

.copyreight {
    border-top: 1px solid #fff;
    padding: 10px;
    background: rgba(66, 66, 66, 0.99) none repeat scroll;
    width: 100%;
}

    .copyreight p {
        margin: 0px;
        padding: 0px;
        color: #fff;
    }

.box-2 {
    background: #f1f1f1;
    display: inline-block;
}

.carousel-inner > .item > img {
    width: 100% !important;
}

.postion {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

    .postion img {
        width: 100%;
    }

.postion-ab {
    position: absolute;
    top: 0%;
    right: 0%;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    background: rgba(00,00,00,0.5);
    height: 100%;
    width: 100%;
    padding-right: 1%;
}

    .postion-ab h1 {
        margin-top: 7%;
        text-align: center;
        /*text-align: right;*/
    }

.contact {
    display: inline-block;
    width: 100%;
}

.body-part1.contact .col-md-8.col-sm-8 .form-control {
    border-radius: 0px;
    height: 50px;
    background: #f0f0f0 !important;
}

.body-part1.contact .col-md-8.col-sm-8 textarea {
    height: auto !important;
}

.margintop30 {
    margin-top: 40px;
}

.services {
    display: inline-block;
    width: 100%;
}

    .services .postion-ab {
        top: 0%;
        left: 0%;
        width: 100%;
        box-sizing: border-box;
        padding: 0px 11%;
    }

.body-part1 .col-md-4.col-sm-4 i {
    color: #46b8da;
    margin: 4px 0px;
}

.body-part1 .col-md-4.col-sm-4 h3 {
    color: #333;
    margin: 4px 0px;
    font-size: 24px;
}

.product {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

    .product p {
        font-size: 16px;
        font-weight: normal;
    }

.images {
    float: left;
    width: 100%;
    padding: 40px 0px;
    background: #eeeeee;
}

.img {
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.img-eeffect {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0,146,221,0.8);
    color: #fff;
    opacity: 0;
    transition: ease 0.5s;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

    .img-eeffect i {
        margin-top: 19%;
    }

.col-md-4.col-sm-4 .img:hover .img-eeffect {
    opacity: 1;
    transition: ease 0.5s;
}

.col-md-6.col-sm-6 .img:hover .img-eeffect {
    opacity: 1;
    transition: ease 0.5s;
}

.col-md-6.col-sm-6 .img-eeffect i {
    margin-top: 30%;
}

.whit-img-box {
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
}

.whit-img-box-2 {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #ccc;
    background: #fff;
    height: 330px;
}

.whit-img-box h4 {
    color: #0092dd;
    width: 100%;
    margin: 0px;
}

.whit-img-box p {
    color: #777;
    width: 100%;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 100%;
}

    .nav-tabs > li > a {
        border: none;
        border-radius: 0px;
        color: #fff;
    }

.col-md-4.col-sm-4 .img .img-eeffect p {
    font-size: 12px;
}

.hadding-slider {
    display: inline-block;
    padding: 10px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    text-shadow: none;
}

.paddding15 {
    padding: 15px;
    box-sizing: border-box;
}

.full-width .col-md-6.col-sm-6 .full-width.paddding15 h4 {
    font-size: 24px;
}

.full-width .col-md-6.col-sm-6 .full-width.paddding15 {
}

    .full-width .col-md-6.col-sm-6 .full-width.paddding15 p {
        font-size: 14px;
    }

.nopadding-bootom {
    padding-bottom: 0px !important;
}

.nopadding-top {
    padding-top: 0px !important;
}

.images .nav.nav-tabs {
    border-bottom: 1px solid #eeeeee;
}

.blue-bg {
    background: rgba(70, 184, 218, 0.8) none repeat scroll 0 0;
    display: inline-block;
    width: 100%;
}

.margintop-18-p {
    margin-top: 5%;
}

.hadding-slider {
    float: right;
    padding-top: 6%;
    text-align: right;
}

.all-slider {
    padding-top: 32%;
}

    .all-slider a {
        color: #fff;
    }

.width-img {
    width: 100%;
    height: 200px !important;
}

.postion4 {
    position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: -1;
    width: 100%;
}

.po_ab {
    left: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    font-size: 36px;
}

.Color_white {
    color: #fff;
}

    .Color_white:hover {
        color: #fff;
    }

.img-circle.logo-img {
    width: 80px;
    height: 80px;
    border: 4px solid transparent;
    /*transition: all 0.5s;*/
}

.MyHeading {
    text-align: left;
    margin-left: 2%;
}
