﻿                   #button2 {
            float: left;
            background-color: whitesmoke;
            border: none;
            color: #286090;
            padding: 15px 32px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 20px;
            border-bottom: 0px;
            height: 100px;
        }

            #button2:hover {
                background-color: #286090;
                color: #f5f9fc;
                border-color: #f5f9fc;
            }

               .button2 {
                float: left;
                background-color: #286090;
                border: none;
                color: white;
                padding: 15px 32px;
                text-align: center;
                text-decoration: none;
                display: inline-block;
                font-size: 14px;
                border-bottom: 0px;
                height: 60px;
        }

            .button2:hover {
                background-color: whitesmoke;
                color: #286090;
                border-color: #286090;
            }

            .dropdown-content a {
                padding: 12px 16px;
                text-decoration: none;
                display: block;
                text-align: left;
                border-radius:0px;
            }

           .dropdown-content a :hover {
                    background-color: #f1f1f1;
                     -webkit-transition: opacity 600ms, visibility 600ms;
                     transition: opacity 600ms, visibility 600ms;
          }

        .dropdown:hover .dropdown-content {
            visibility: visible;
            opacity: 1;
            -webkit-transition: opacity 600ms, visibility 600ms;
            transition: opacity 600ms, visibility 600ms;
          }


        /*div.dataTables_length label {
            white-space: nowrap;
            display: none;
        }

        div.dataTables_filter label {
            font-weight: normal;
            white-space: nowrap;
            display: none;
        }*/



        @media screen and (max-width: 1200px) {
            .headcont1, .headcont2 {
                visibility: hidden;
                display: none;
            }
        }

        @media screen and (max-width: 900px) {
            .left-content, .middle-content, .right-content {
                width: 100%;
            }
        }

        @media screen and (max-width: 1200px) {
            .right-content {
                width: 100%;
            }
        }

        @media screen and (max-width: 800px) {
            .nav-links1 {
                visibility: hidden;
            }
        }

        @media screen and (max-width: 1200px) {
            .middle-content {
                visibility: visible;
            }
        }

        /*
    @media screen and (max-width: 1200px) 
{
  .nav-links2
  {
    width:100%;
  }
}
    */
        header {
            width: 100%;
            height: 100px;
            overflow: hidden;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 999;
            background-color: #D3D3D3;
            -webkit-transition: height 0.3s;
            -moz-transition: height 0.3s;
            -ms-transition: height 0.3s;
            -o-transition: height 0.3s;
            transition: height 0.3s;
        }

            header img#logo {
                display: inline-block;
                height: 100px;
                line-height: 100px;
                float: left;
                font-family: "Oswald", sans-serif;
                font-size: 60px;
                color: white;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }

            header nav {
                display: inline-block;
                float: right;
            }

                header nav a {
                    line-height: 150px;
                    margin-left: 20px;
                    color: black;
                    font-weight: 700;
                    font-size: 18px;
                    -webkit-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    -ms-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;
                }

                    header nav a:hover {
                        color: white;
                    }

            header.smaller {
                height: 75px;
            }

                header.smaller img#logo {
                    width: 200px;
                    height: 75px;
                    line-height: 75px;
                    font-size: 30px;
                }

                header.smaller nav a {
                    line-height: 10px;
                }

              

        @media all and (max-width: 660px) {
            header img#logo {
                display: block;
                float: none;
                margin: 0 auto;
                height: 100px;
                line-height: 100px;
                text-align: center;
            }

            header nav {
                display: block;
                float: left;
                height: 50px;
                text-align: center;
                margin: 0 auto;
            }

                header nav a {
                    line-height: 50px;
                    margin: 0 10px;
                }


            header.smaller {
                height: 75px;
            }

                header.smaller img#logo {
                    height: 40px;
                    line-height: 40px;
                    font-size: 30px;
                }

                header.smaller nav {
                    height: 35px;
                }

                    header.smaller nav a {
                        line-height: 35px;
                    }
        }

        .google-maps {
            position: relative;
            padding-bottom: 75%;
            height: 0;
            overflow: hidden;
        }

            .google-maps iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100% !important;
                height: 100% !important;
            }


        #wrapper2 {
            background-image: url('../Images/bg1.jpg');
            background-repeat: no-repeat;
            background-attachment: fixed;
        }

        .foot-social {
            filter: grayscale(100%);
            margin-top: 30px;
        }

            .foot-social:hover {
                filter: grayscale(0%);
                margin-top: 25px;
                transition: ease;
                -webkit-transition: -webkit-filter 300ms linear;
                transition: 0.15s all ease;
            }

        .back-to-top {
            background: none;
            margin: 0;
            position: fixed;
            bottom: 0;
            right: 0;
            width: 70px;
            height: 70px;
            z-index: 100;
            display: none;
            text-decoration: none;
            color: #ffffff;
        }

          /* FOR LOADER */
        .no-js #loader { display: none;  }
        .js #loader { display: block; position: absolute; left: 100px; top: 0; }
        .se-pre-con {
	        position: fixed;
	        left: 0px;
	        top: 0px;
	        width: 100%;
	        height: 100%;
	        z-index: 9999;
            opacity: 0.7;
	        background: url(../images/loading.gif) center no-repeat #fff;
        }

       .back-to-top i {
            font-size: 60px;
        }


               .dropdown-content {
           visibility: hidden;
            position: absolute;
            opacity: 0;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
            bottom:-87%;
            width:100%;
          

        }



