﻿body {
}

        #menu {
            display: inline;
            float: left;
            margin-left: 0px;
            margin-right: 0px;
            width: 100%;
            font-size: 18px;
            text-align: center;
        }

            #menu .dropdown-menu {
                font-size: 18px;
                border: thin;
            }



            #menu .menu-area .aa-logo {
                float: left;
            }

                #menu .menu-area .aa-logo a {
                    font-family: "Raleway", sans-serif;
                    font-size: 18px;
                    color: white;
                }

                    #menu .menu-area .aa-logo a:hover {
                    }

                    #menu .menu-area .aa-logo a span {
                        display: inline-block;
                        float: left;
                        font-size: 18px;
                    }

                    #menu .menu-area .aa-logo a p {
                        display: inline-block;
                        float: left;
                        font-weight: bold;
                        margin-bottom: 0;
                        margin-left: 5px;
                        margin-top: -5px;
                    }

                        #menu .menu-area .aa-logo a p span {
                            display: block;
                            font-size: 12px;
                            font-weight: normal;
                            letter-spacing: 1.5px;
                            text-transform: uppercase;
                        }

            #menu .container {
                height: 100%;
                margin: 0px;
                width: 100%;
            }

        .center-block {
            display: block;
            margin-right: auto;
            margin-left: auto;
            float: none;
        }

        #menu .dropdown-menu {
            font-size: 12px;
            width: auto;
        }


        #menu .nav {
            text-align: center;
            font-size: 12px;
        }



        #menu .navbar-default {
            background-color: transparent;
            font-size: 12px;
            border: none;
        }

            #menu .navbar-default #menu .navbar-nav {
                width: auto;
                text-align: center;
            }

        #menu ul li a {
            width: auto;
            height: 40px;
            display: block;
            text-decoration: none;
            text-align: left;
            font-family: Georgia,'Times New Roman',serif;
            color: #ffffff;
            border: none;
            background-color: transparent;
        }






        #menu ul li:hover ul {
            visibility: visible;
            display: inline;
        }



        #menu li:hover {
            width: auto;
        }

        #menu .dropdown-menu li:hover {
            visibility: visible;
            width: auto;
        }


        #menu ul li:hover ul li a:hover {
            width: auto;
        }

        #menu ul li:hover ul li :hover {
            /*New*/
        }

        #menu a:hover {
            color: lightgoldenrodyellow;
        }


        #menu .dropdown-menu a:hover {
        }

        .hover-show li.dropdown {
            display: inline-block;
            visibility: hidden;
            opacity: 0;
            height: 0px;
            transition-property: visibility, opacity, height;
            transition-delay: 20s;
        }



        /*TOGGLER*/
        .nav-main {
            position: fixed;
            top: 0px;
            background-color: #fcfafa;
            width: auto;
            height: 40px;
            background-color: #0b193b;
            flex-wrap: wrap;
            z-index: 1000;
        }

        .btn-toggle-nav {
            width: 80px;
            height: 100%;
            background-repeat: no-repeat;
            background-size: 0%;
            background-position: center;
            cursor: pointer;
        }


            .btn-toggle-nav:hover {
                opacity: 0.5;
            }





        .nav-main ul {
            display: flex;
            flex-wrap: wrap;
            padding-left: 15px;
        }

            .nav-main ul li {
                list-style: none;
                line-height: 60px;
            }

                .nav-main ul li a {
                    display: block;
                    height: 100%;
                    padding: 0 0px;
                    text-transform: uppercase;
                    text-decoration: none;
                    color: #111;
                    font-family: Arial;
                    font-size: 16px;
                }

        .nav-sidebar {
            position: fixed;
            left: 0px;
            bottom: 0px;
            width: 1px;
            padding: 0 0px;
            height: calc(124.6vh - 60px);
            background-color: #222;
            z-index: 1000;
            transition: all 0.3s ease-in-out;
        }

            .nav-sidebar ul {
                overflow: hidden;
                visibility: hidden;
                background-repeat: no-repeat;
                margin-top: 100px;
            }

                .nav-sidebar ul li {
                    line-height: 60px;
                    list-style: none;
                }

                    .nav-sidebar ul li span, .nav-sidebar ul li a {
                        display: inline-block;
                        height: 60px;
                        width: 100%;
                        padding: 0 0px;
                        text-decoration: none;
                        text-transform: uppercase;
                        color: #fff;
                        font-family: Arial;
                        font-size: 16px;
                        white-space: nowrap;
                        opacity: 0;
                        transition: all 0.3s ease-in-out;
                    }


                        .nav-sidebar ul li a:hover {
                            background-color: #f1f1f1;
                            color: #000;
                            width: 100%;
                        }




   .card {
                box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
                 background: #ffffff;
            }


            .col-lg-2 {
                flex: 0 0 10% !important;
                max-width: 20%;
            }




/* enable absolute positioning */
.inner-addon { 
  position: relative; 
  border-radius: none;
}

/*Search style icon */
.inner-addon .fa-search{
position: absolute;
padding: 16px;  /*move search button up and down */
pointer-events: initial;
color:black;
margin-right: -260px; /*move search button left and right */
}

/* align icon */
.left-addon .fa-search  { left:  0px;}
.right-addon .fa-search { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.inner-addon .form-control{
  border-radius: none;
}


Main-Bar{border-bottom-color:blue; border-bottom:solid 2px}




        #aa-header-top-left ul li a {
            width: auto;
            height: 30px;
            display: block;
            text-decoration: none;
            text-align: left;
            font-family: Georgia,'Times New Roman',serif;
            color: #ffffff;
            border: none;
            background-color: transparent;
        }



        /*END Of toggle*/




        #aa-footer {
            background-color: #f1f1f1;
            color: black;
            display: inline;
            float: left;
            width: 100%;
            word-spacing: normal;
            text-wrap: normal;
        }

            #aa-footer .aa-footer-top {
                display: inline;
                float: left;
                padding-right: 30px 0;
                width: 100%;
                min-height: 100px;
            }

                #aa-footer .aa-footer-top .aa-footer-top-area {
                    display: inline;
                    float: left;
                    width: 100%;
                }

                    #aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget {
                        display: block;
                    }

                        #aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget h3 {
                            color: #fff;
                        }

                        #aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-nav li a {
                            color: #888;
                            -webkit-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -ms-transition: all 0.5s;
                            -o-transition: all 0.5s;
                            transition: all 0.5s;
                        }

                            #aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-nav li a:hover, #aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-nav li a:focus {
                                color: #fff;
                            }

                        #aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget address p {
                            margin-bottom: 5px;
                            color: #888;
                        }

                            #aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget address p span {
                                margin-right: 5px;
                            }

                        #aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-social a {
                            color: #888;
                            display: inline-block;
                            font-size: 18px;
                            padding: 2px 0;
                            text-align: center;
                            width: 35px;
                            -webkit-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -ms-transition: all 0.5s;
                            -o-transition: all 0.5s;
                            transition: all 0.5s;
                        }

                            #aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-social a:hover {
                                color: #fff;
                                border-color: #fff;
                            }

            #aa-footer .aa-footer-bottom {
                border-top: 3px solid #333;
                display: inline;
                float: left;
                width: 100%;
                background-color: #222;
            }

                #aa-footer .aa-footer-bottom .aa-footer-bottom-area {
                    display: inline;
                    float: left;
                    width: 100%;
                }

                    #aa-footer .aa-footer-bottom .aa-footer-bottom-area > p {
                        color: #888;
                        display: inline-block;
                        float: left;
                        font-size: 12px;
                        margin-bottom: 0;
                    }

                        #aa-footer .aa-footer-bottom .aa-footer-bottom-area > p a {
                            color: #888;
                            -webkit-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -ms-transition: all 0.5s;
                            -o-transition: all 0.5s;
                            transition: all 0.5s;
                        }



                #aa-footer .aa-footer-bottom widget-nav:hover {
                    background-color: #888;
                }

                #aa-footer .aa-footer-bottom widget-nav li {
                    display: inline;
                    margin: 0;
                    display: inline-block;
                    list-style: none;
                }

                #aa-footer .aa-footer-bottom ul:hover {
                    color: aliceblue;
                }


                #aa-footer .aa-footer-bottom .aa-footer-bottom-area > p2 {
                    color: #888;
                    display: inline-block;
                    float: right;
                    font-size: 14px;
                    font-weight: bold;
                    letter-spacing: 0px;
                    margin-bottom: 0;
                }

                #aa-footer .aa-footer-bottom .aa-footer-bottom-area > footer-copyright {
                    color: #888;
                    border-top: thin;
                    width: 100%;
                    -webkit-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -ms-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s;
                }





                #aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment {
                    float: right;
                }

                    #aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment span {
                        color: #888;
                        margin-left: 8px;
                    }

                        #aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment span:hover {
                            color: #fff;
                        }


            #aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-social a {
                color: white;
            }

        /* ALL SECTION */
        /*scrol to top*/
        .scrollToTop {
            bottom: 60px;
            background-color: #585858;
            border-color: #888;
            display: none;
            font-size: 23px;
            height: 50px;
            line-height: 45px;
            position: fixed;
            right: 20px;
            text-align: center;
            text-decoration: none;
            -webkit-transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -ms-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            width: 50px;
            z-index: 999;
        }

            .scrollToTop:hover,
            .scrollToTop:focus {
                background-color: #888;
                text-decoration: none;
                outline: none;
                 background-color: #bba41a;
            }




        #wpf-loader-two {
            height: 100%;
            bottom: 0;
            left: 0;
            position: fixed;
            right: 0;
            top: 0;
            width: 100%;
            z-index: 99999;
        }

            #wpf-loader-two .wpf-loader-two-inner {
                border: 2px solid #fff;
                border-radius: 50%;
                height: 100px;
                left: 46%;
                position: absolute;
                top: 40%;
                width: 100px;
                text-align: center;
            }

                #wpf-loader-two .wpf-loader-two-inner:before {
                    content: "";
                    height: 57%;
                    left: -204px;
                    position: absolute;
                    top: -5px;
                    transition: all 0.5s ease 0s;
                    width: 200px;
                    -webkit-animation-name: loader-two-before-transition;
                    -webkit-animation-duration: 1.5s;
                    -webkit-animation-timing-function: linear;
                    -webkit-animation-iteration-count: infinite;
                    animation-name: loader-two-before-transition;
                    animation-duration: 1.5s;
                    animation-timing-function: linear;
                    animation-iteration-count: infinite;
                }

                #wpf-loader-two .wpf-loader-two-inner:after {
                    content: "";
                    height: 57%;
                    left: 104%;
                    position: absolute;
                    top: 50%;
                    transition: all 0.5s ease 0s;
                    width: 200px;
                    -webkit-animation-name: loader-two-after-transition;
                    -webkit-animation-duration: 1.5s;
                    -webkit-animation-timing-function: linear;
                    -webkit-animation-iteration-count: infinite;
                    animation-name: loader-two-after-transition;
                    animation-duration: 1.5s;
                    animation-timing-function: linear;
                    animation-iteration-count: infinite;
                }

                #wpf-loader-two .wpf-loader-two-inner span {
                    color: #fff;
                    display: inline-block;
                    margin-top: 42%;
                }


        .list-inline {
            list-style: outside none none;
            margin-left: -5px;
            padding-left: 0;
        }

            .list-inline > li {
                display: inline-block;
                padding-left: 5px;
                padding-right: 5px;
            }

        .social {
            background: url('http://arunendapally.com/themes/CustomTheme/ss.png');
            width: 32px;
            height: 32px;
            display: inline-block;
            background-repeat: no-repeat;
        }

        .facebook {
            background-position: -0px -0px;
        }

        .linkedin {
            background-position: -0px -42px;
        }

        .twitter {
            background-position: -0px -84px;
        }

        .googleplus {
            background-position: -0px -126px;
        }

        .navbar-light .navbar-toggler {
            border: 0;
        }

        .navbar-light .navbar-toggler-icon {
            display: inline-block;
            font: normal normal normal 20px/1 Font-awesome;
            font-size: inherit;
            text-rendering: auto;
            background-image: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

            .navbar-light .navbar-toggler-icon:before {
                content: "\f07b";
            }

        .navbar-light .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
            content: "\f07c";
        }
   

         <style type="text/css">
    /* default styles here for older browsers. 
       I tend to go for a 600px - 960px width max but using percentages
    */
    @media only screen and (min-width: 960px) {
        /* styles for browsers larger than 960px; */
    }
    @media only screen and (min-width: 1440px) {
        /* styles for browsers larger than 1440px; */
    }
    @media only screen and (min-width: 2000px) {
        /* for sumo sized (mac) screens */
    }
    @media only screen and (max-device-width: 480px) {
       /* styles for mobile browsers smaller than 480px; (iPhone) */
    }
    @media only screen and (device-width: 768px) {
       /* default iPad screens */
    }
    /* different techniques for iPad screening */
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
      /* For portrait layouts only */
    }

    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
      /* For landscape layouts only */
    }
</style>