            body 
            {
                background: #ffffff; 
                font-family: 'Open Sans', sans-serif; 
                font-size: 14px;
                color: #1a1a1a;
            }
            * {margin: 0; padding: 0;}
            img {border: none;}
            a, a:visited, a:hover {text-decoration: none;}

            .container {
                width: 960px; 
                margin: 0 auto;
            }
            
            .section1 {
                background: #eee url(images/bgz.jpg) no-repeat top; 
                padding: 55px 0 0 10px; 
                height: 360px;
            }
            .leftb {
                display: inline-block;
            }
            .rightb {
               
                display: inline-block; 
                text-align: center;
                position: absolute;
                margin-top: 40px;

            }
            .logo {
                width: 176px; 
                height: 56px;
                margin: auto;
                
            }

            .logoh {
                width: 276px; 
                height: 96px;
                
            }

            .txts { 
                color: #1a1a1a; 
                font-size: 20px;
                margin-top: 25px;
            }
            .btn {
                width : 185px;
                height : 52px;
                display: inline-block;
                color: #fff;
                font-size: 17px;
                text-align: center;
                line-height: 50px;
                border-radius: 5px;
                background-color: #007cff;
            }

            .btn a{
                margin-top: 2px;
            }
            
            .btn:hover {
                color: #fff;
                background-color: #0070e6;
            }
            
            .sectionBtn{
                background: #eee;
                padding: 20px 50px 30px 50px;
                display: inline-block;
                margin: 0px;
                width: 860px; 
                
            }

            .ext_row {
                /*height:150px;*/

                display: inline-block;
                float: left;
                margin-top: 20px;
            }

            .borderLeft {
              border-left: 1px solid #333;
              position: absolute;
              height: 145px;
              margin-top:15px;
            }

            .borderTop {
              border-top: 1px solid #333;
              width: 85%;
              margin-left: auto;
              margin-right: auto;
              display:block;
            }

            .box{
                height: 100%;
                float:left; 
                width:285px;
                text-align: center;
                padding-bottom: 30px;
            }
            .box1{
                height: 100%;
                float:left; 
                width:285px;
                text-align: center;
                padding-bottom: 30px;
            }


            .section2{
                background: #eee;
                margin-top: -4px;
                padding: 10px 50px 50px 50px;
                
            }
            .section2 p{
                font-size: 16px;
            }
            
            .insection1 {
                background: #67b9fa url(images/bgz.jpg) no-repeat top; 
                padding: 54px 0 0 10px; 
                height: 150px;
                color: #fff; 
            }
            .txt { 
                color: #fff; 
                font-size: 24px;
                margin-top: 20px;
                text-align: center;
            }
            
            .insection2{
                background: #67b9fa;
                padding: 10px 50px 50px 50px;
                color: #fff; 
                
            }
            .insection2 p{
                margin-top: 20px;
            }
            
            .insection2 h3{
                margin-bottom: 10px;
            }
            
            .insection2 b{
                font-weight: 800;
            }
            
            .insection2 ul {
                margin-top: 10px;
            
            }
            .insection2 ul li {
                line-height: 20px;
                margin-left: 30px;
            }
  
            .footer { margin: 20px 0 20px 0; }
            .fast_nav {font-size: 12px; text-align: center; overflow: hidden; padding-top: 1px;}
            .fast_nav li {border-left: 1px solid #747070; color: #747070; display: inline; padding: 0 7px;}
            .fast_nav li.first {padding-left: 0; border: none;}
            .fast_nav a {color: #747070; text-decoration: none;}
            .fast_nav a:hover {text-decoration: underline;}



              /* #### bootstrap Form #### */
        .bootstrap-frm {
            margin-left:auto;
            margin-right:auto;
            max-width: 500px;
            padding: 20px 30px 20px 30px;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            color: #fff;
        }

        .bootstrap-frm label {
            display: block;
            margin: 0px 0px 5px;
        }
        .bootstrap-frm label>span {
            float: left;
            width: 20%;
            text-align: right;
            padding-right: 10px;
            margin-top: 10px;
        }
        .bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea, .bootstrap-frm select{
            border: 1px solid #CCC;
            color: #888;
            height: 20px;
            line-height:15px;
            margin-bottom: 16px;
            margin-right: 6px;
            margin-top: 2px;
            outline: 0 none;
            padding: 5px 0px 5px 5px;
            width: 70%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;    
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        }

        .bootstrap-frm textarea{
            height:100px;
            padding: 5px 0px 0px 5px;
            width: 70%;
        }
        .bootstrap-frm .button {
            background: #FFF;
            border: 1px solid #CCC;
            padding: 10px 25px 10px 25px;
            color: #333;
            border-radius: 4px;
        }
        .bootstrap-frm .button:hover {
            color: #333;
            background-color: #EBEBEB;
            border-color: #ADADAD;
        }

            .tyinsection1{
            background: #67b9fa url(images/bgz.jpg) no-repeat top; 
            padding: 55px 0 0 10px; 
            height: 350px;
            }

            .tylogo {
                    width: 280px; 
                    height: 150px;
                    margin: auto;
                    margin-top: 20px;
            }



