                                                                                                                                                                                                                                       html,
                                                                                                                                                                                                                                       body,
                                                                                                                                                                                                                                       div,
                                                                                                                                                                                                                                       span,
                                                                                                                                                                                                                                       applet,
                                                                                                                                                                                                                                       object,
                                                                                                                                                                                                                                       iframe,
                                                                                                                                                                                                                                       h1,
                                                                                                                                                                                                                                       h2,
                                                                                                                                                                                                                                       h3,
                                                                                                                                                                                                                                       h4,
                                                                                                                                                                                                                                       h5,
                                                                                                                                                                                                                                       h6,
                                                                                                                                                                                                                                       p,
                                                                                                                                                                                                                                       blockquote,
                                                                                                                                                                                                                                       pre,
                                                                                                                                                                                                                                       a,
                                                                                                                                                                                                                                       abbr,
                                                                                                                                                                                                                                       acronym,
                                                                                                                                                                                                                                       address,
                                                                                                                                                                                                                                       big,
                                                                                                                                                                                                                                       cite,
                                                                                                                                                                                                                                       code,
                                                                                                                                                                                                                                       del,
                                                                                                                                                                                                                                       dfn,
                                                                                                                                                                                                                                       em,
                                                                                                                                                                                                                                       font,
                                                                                                                                                                                                                                       img,
                                                                                                                                                                                                                                       ins,
                                                                                                                                                                                                                                       kbd,
                                                                                                                                                                                                                                       q,
                                                                                                                                                                                                                                       s,
                                                                                                                                                                                                                                       samp,
                                                                                                                                                                                                                                       small,
                                                                                                                                                                                                                                       strike,
                                                                                                                                                                                                                                       strong,
                                                                                                                                                                                                                                       sub,
                                                                                                                                                                                                                                       sup,
                                                                                                                                                                                                                                       tt,
                                                                                                                                                                                                                                       var,
                                                                                                                                                                                                                                       dl,
                                                                                                                                                                                                                                       dt,
                                                                                                                                                                                                                                       dd,
                                                                                                                                                                                                                                       ol,
                                                                                                                                                                                                                                       ul,
                                                                                                                                                                                                                                       li,
                                                                                                                                                                                                                                       fieldset,
                                                                                                                                                                                                                                       form,
                                                                                                                                                                                                                                       label,
                                                                                                                                                                                                                                       legend,
                                                                                                                                                                                                                                       table,
                                                                                                                                                                                                                                       caption,
                                                                                                                                                                                                                                       tbody,
                                                                                                                                                                                                                                       tfoot,
                                                                                                                                                                                                                                       thead,
                                                                                                                                                                                                                                       tr,
                                                                                                                                                                                                                                       th,
                                                                                                                                                                                                                                       td {
                                                                                                                                                                                                                                           margin: 0;
                                                                                                                                                                                                                                           padding: 0;
                                                                                                                                                                                                                                           border: 0;
                                                                                                                                                                                                                                           outline: 0;
                                                                                                                                                                                                                                           font-weight: inherit;
                                                                                                                                                                                                                                           font-style: inherit;
                                                                                                                                                                                                                                           font-size: 100%;
                                                                                                                                                                                                                                           font-family: inherit;
                                                                                                                                                                                                                                           vertical-align: baseline;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       /* remember to define focus styles! */

                                                                                                                                                                                                                                       :focus {
                                                                                                                                                                                                                                           outline: 0;
                                                                                                                                                                                                                                       }
                                                                                                                                                                                                                                       .text:hover{cursor:pointer}

                                                                                                                                                                                                                                       @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

                                                                                                                                                                                                                                       body {
                                                                                                                                                                                                                                           background: white;
                                                                                                                                                                                                                                           height: 100%;
                                                                                                                                                                                                                                           font-size: 15px;
                                                                                                                                                                                                                                           line-height: 1.231;
                                                                                                                                                                                                                                           color: #444;
                                                                                                                                                                                                                                           font-family: "pitch","Open Sans", tahoma, helvetica, arial, clean, sans-serif;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                        .modal {
                                                                                                                                                                                                       display: none;
                                                                                                                                                                                                       /* Hidden by default */
                                                                                                                                                                                                       position: fixed;
                                                                                                                                                                                                       /* Stay in place */
                                                                                                                                                                                                       z-index: 1;
                                                                                                                                                                                                       /* Sit on top */
                                                                                                                                                                                                       left: 0;
                                                                                                                                                                                                       top: 0;
                                                                                                                                                                                                       width: 100%;
                                                                                                                                                                                                       /* Full width */
                                                                                                                                                                                                       height: 100%;
                                                                                                                                                                                                       /* Full height */
                                                                                                                                                                                                       overflow: auto;
                                                                                                                                                                                                       /* Enable scroll if needed */
                                                                                                                                                                                                       background-color: rgb(0, 0, 0);
                                                                                                                                                                                                       /* Fallback color */
                                                                                                                                                                                                       background-color: rgba(0, 0, 0, 0.4);
                                                                                                                                                                                                       /* Black w/ opacity */
                                                                                                                                                                                                   }
                                                                                                                                                                                                   /* Modal Content/Box */
                                                                                                                                                                                                   
                                                                                                                                                                                                   .modal-content {
                                                                                                                                                                                                       background-color: #fefefe;
                                                                                                                                                                                                       margin: 15% auto;
                                                                                                                                                                                                       /* 15% from the top and centered */
                                                                                                                                                                                                       padding: 20px;
                                                                                                                                                                                                       border: 1px solid #888;
                                                                                                                                                                                                       width: 30vw;
                                                                                                                                                                                                       /* Could be more or less, depending on screen size */
                                                                                                                                                                                                   }
                                                                                                                                                                                                   /* The Close Button */
                                                                                                                                                                                                   
                                                                                                                                                                                                   .close {
                                                                                                                                                                                                       color: #aaa;
                                                                                                                                                                                                       float: right;
                                                                                                                                                                                                       font-size: 28px;
                                                                                                                                                                                                       font-weight: bold;
                                                                                                                                                                                                   }
                                                                                                                                                                                                   
                                                                                                                                                                                                   .close:hover,
                                                                                                                                                                                                   .close:focus {
                                                                                                                                                                                                       color: black;
                                                                                                                                                                                                       text-decoration: none;
                                                                                                                                                                                                       cursor: pointer;
                                                                                                                                                                                                   }

                                                                                                                                                                                                   
                                                                                                                                                                                                   .error {
                                                                                                                                                                                                       color:#ff3d4f;
                                                                                                                                                                                                       text-align: center;
                                                                                                                                                                                                       margin-bottom: 20px;
                                                                                                                                                                                                   }
                                                                                                                                                                                                   
                                                                                                                                                                                                   .modal-content p {
                                                                                                                                                                                                       text-align: center;
                                                                                                                                                                                                       margin: 00 auto;
                                                                                                                                                                                                   }
                                                                                                                                                                                                   
                                                                                                                                                                                                   .modal-content span {
                                                                                                                                                                                                       text-align: center;
                                                                                                                                                                                                       line-height: 20px;
                                                                                                                                                                                                       display: block;
                                                                                                                                                                                                       color: #333;
                                                                                                                                                                                                   }
                                                                                                                                                                                                   
                                                                                                                                                                                                   #popup_btn {
                                                                                                                                                                                                       height: 40px;
                                                                                                                                                                                                       width: 80%;
                                                                                                                                                                                                       margin-top: 11px;
                                                                                                                                                                                                       margin-left: 0px;
                                                                                                                                                                                                       cursor: pointer;
                                                                                                                                                                                                       border: none;
                                                                                                                                                                                                       background:#085da9;
                                                                                                                                                                                                       color: #fff;
                                                                                                                                                                                                       letter-spacing: .4px;
                                                                                                                                                                                                       border-radius:4px;
                                                                                                                                                                                                       margin: 0 auto;
                                                                                                                                                                                                       display: block;
                                                                                                                                                                                                       margin-top: 20px;
                                                                                                                                                                                                       
                                                                                                                                                                                                   }
                                                                                                                                                                                                    #popup_btn:hover {
                                                                                                                                                                                                     
                                                                                                                                                                                                       
                                                                                                                                                                                                      
                                                                                                                                                                                                       
                                                                                                                                                                                                    
                                                                                                                                                                                                      
                                                                                                                                                                                                   }
                                                                                                                                                                                                    .preloader {
   position: absolute;
   display: none;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background:rgba(255,255,255,.7) url('../img/load.gif');
   background-repeat: no-repeat; 
 
   background-position: center;        
}

                                                                                                                                                                                                                                       .srch img {
                                                                                                                                                                                                                                           cursor: pointer
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       @font-face {
                                                                                                                                                                                                                                           font-family: 'sansregular';
                                                                                                                                                                                                                                           src: url('../fonts/sansregular.ttf') format('truetype');
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       ol,
                                                                                                                                                                                                                                       ul {
                                                                                                                                                                                                                                           list-style: none;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       /* tables still need 'cellspacing="0"' in the markup */

                                                                                                                                                                                                                                       table {
                                                                                                                                                                                                                                           border-collapse: separate;
                                                                                                                                                                                                                                           border-spacing: 0;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       caption,
                                                                                                                                                                                                                                       th,
                                                                                                                                                                                                                                       td {
                                                                                                                                                                                                                                           text-align: left;
                                                                                                                                                                                                                                           font-weight: normal;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       blockquote:before,
                                                                                                                                                                                                                                       blockquote:after,
                                                                                                                                                                                                                                       q:before,
                                                                                                                                                                                                                                       q:after {
                                                                                                                                                                                                                                           content: "";
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       blockquote,
                                                                                                                                                                                                                                       q {
                                                                                                                                                                                                                                           quotes: """";
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .wrapper {
                                                                                                                                                                                                                                           overflow: hidden;
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           flex-direction: column;
                                                                                                                                                                                                                                           min-height: auto;
                                                                                                                                                                                                                                           position: relative
                                                                                                                                                                                                                                       }




                                                                                                                                                                                                                                       [class*="__container"] {
                                                                                                                                                                                                                                           padding: 0 15px;
                                                                                                                                                                                                                                           margin: 0 auto;
                                                                                                                                                                                                                                           max-width: 1200px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .hw__menu ul {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           margin-top: 45px;
                                                                                                                                                                                                                                       }
                                                                                                                                                                                                                                       .s1-r img{
                                                                                                                                                                                                                                             position: relative;
                                                                                                                                                                                                                                             top: 100px;
                                                                                                                                                                                                                                             margin-left:30px;
                                                                                                                                                                                                                                             

                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                        

    height: auto;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .hw__menu ul li {
                                                                                                                                                                                                                                           margin-right: 29px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .hw__menu ul li a {
                                                                                                                                                                                                                                           text-decoration: none;
                                                                                                                                                                                                                                           color: #BFA76C;
                                                                                                                                                                                                                                           font-weight: 00;
                                                                                                                                                                                                                                           font-size: 15px;
                                                                                                                                                                                                                                           transition: all .3s ease-in-out;
                                                                                                                                                                                                                                       }
                                                                                                                                                                                                                                        .hw__menu ul a:hover{text-shadow: 0 0px 1px #9738e6;}

                                                                                                                                                                                                                                       .header {
                                                                                                                                                                                                                                           height: 103px;
                                                                                                                                                                                                                                           background: #113826;
                                                                                                                                                                                                                                           margin-bottom: 500px;
                                                                                                                                                                                                                                           position: fixed;
                                                                                                                                                                                                                                           display: block;
                                                                                                                                                                                                                                           z-index:100;
                                                                                                                                                                                                                                           width:100%
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       li.srch {
                                                                                                                                                                                                                                           margin-left: -20px !important;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .hw__menu ul li img {
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           top: -1px
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .hw img {
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           cursor:pointer;
                                                                                                                                                                                                                                           top: 17px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .hw {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           justify-content: space-between;
                                                                                                                                                                                                                                       }
                                                                                                                                                                                                                                       .s1-btn{margin-top: 82px;
                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                           .s{
                                                                                                                                                                                                            display: grid;
                                                                                                                                                                                                            grid-template-columns:50% 50%;
                                                                                                                                                                                                            box-sizing: border-box;

                                                                                                                                                                                                            padding:87px 70px 0 ;
                                                                                                                                                                                                            height:390px;
                                                                                                                                                                                                            width:100%;
                                                                                                                                                                                                            border-radius: 8px;
                                                                                                                                                                                                            box-shadow: 0 2px 56px #33ffbb4d;
                                                                                                                                                                                                            background: #fff;
                                                                                                                                                                                                            margin-top: 150px;
                                                                                                                                                                                                            margin-bottom: 100px;
                                                                                                                                                                                                            


                                                                                                                                                                                                             }
                                                                                                                                                                                                             .s h2{font-size:41px;font-family: pitch;
                                                                                                                                                                                                                margin-bottom: 15px;
                                                                                                                                                                                                            
                                                                                                                                                                                                            
                                                                                                                                                                                                            }
                                                                                                                                                                                                            .s2 h2{word-spacing: 5px;
                                                                                                                                                                                                            font-size: 30px;
                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                            font-family: pitch;
                                                                                                                                                                                                            }
                                                                                                                                                                                                             .s2 h3{
                                                                                                                                                                                                            font-size: 30px;
                                                                                                                                                                                                            color:#0079ca;text-align: center;
                                                                                                                                                                                                            
                                                                                                                                                                                                            font-family: roboto;
                                                                                                                                                                                                            }
                                                                                                                                                                                                            .section-3 h3{font-size: 30px;
                                                                                                                                                                                                            color:#000;
                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                            font-family: pitch;
                                                                                                                                                                                                            
                                                                                                                                                                                                            font-family: pitch;}
                                                                                                                                                                                                            .section-3 h2{word-spacing: 5px;
                                                                                                                                                                                                            font-size: 30px;

                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                            font-family: pitch;}
                                                                                                                                                                                                            
                                                                                                                                                                            .s2-b{
                                                                                                                                                                               display: flex;
                                                                                                                                                                               justify-content: space-between;
                                                                                                                                                                              
                                                                                                                                                                            }
                                                                                                                                                                           
                                                                                                                                                                            .s2b{width:370px;height:550px;border-radius:10px;
                                                                                                                                                                                 transition:all .8s ease;
                                                                                                                                                                                 box-sizing: border-box;
                                                                                                                                                                                 padding:50px 40px 0;
                                                                                                                                                                                background: #BFA76C;
                                                                                                                                                                                color:#fff;
                                                                                                                                                                                margin-top: 70px;}
                                                                                                                                                                                 .s2b:hover {
  margin-top:39px ;
  cursor:pointer;
}

.s2b h2{
        
    font-size: 16px;
    font-weight: 800;line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.s2b p {line-height: 24px;
font-family: roboto;
}
                                                                                                                                                                                                             .s2 p{
                                                                                                                                                                                                            font-size: 17px;text-align: center;
                                                                                                                                                                                                            text-align: justify;
                                                                                                                                                                                                            letter-spacing: 1px;
                                                                                                                                                                                                            margin-top: 30px;
                                                                                                                                                                                                            color:#000;
                                                                                                                                                                                                            
                                                                                                                                                                                                            font-family: roboto;
                                                                                                                                                                                                            }

                                                                                                                                                                                    .section-3{
                                                                                                                                                                                        padding-top: 70px;
                                                                                                                                                                                        background: linear-gradient(to right, #39a17f, #FFFFFF);
                                                                                                                                                                                        height:800px;
                                                                                                                                                                                        color:#fff;
                                                                                                                                                                                        margin-top: 110px;
                                                                                                                                                                                    
                                                                                                                                                                                    }
                                                                                                                                                                                    .owl-carousel {
  margin: 0 auto;
  width: 90%;
  padding: 20px 0;
}
.section-4 .s4{height:auto;
    width:100%;
   margin-top: 5px;
}
.section-5 {
  padding: 40px 0;
  background: #f9f9f9;
}

.__container.s5 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

h2 {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #333;
}

.accordion {
  width: 100%;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-button {
  width: 100%;
  padding: 15px;
  background: #fff;
  border: none;
  text-align: left;
  font-size: 1.1em;
  cursor: pointer;
  position: relative;
  color: #333;
  transition: background 0.3s;
}
.account-actions a{margin-right: 20px;}

.order-summary{margin-top: 40px;}
.account a{color:#0079ca}
.downloads{margin-top: 30px;}
.accordion-button:after {
  content: '▼';
  position: absolute;
  right: 15px;
  transition: transform 0.3s;
}
.contact-details ul{margin-top: 30px;margin-bottom: 20px;}

.contact-details ul li a{color:#000}
.article-card a{text-decoration: none;margin-top: 10px!important;display: block;color:#0079ca}
.ebooks h2{margin-bottom: 90px!important;}
 .ebooks p{
    font-size:17px!important;
    color:#000!important;
    line-height: 21px!important;
    margin-bottom: 0px!important;
    margin-top: 40px!important;
 }
 .tags{margin:0 auto;width:fit-content}
 .articles-list{margin-top: 40px;}
 .article-card{margin-bottom: 30px;}

.accordion-button.active:after {
  transform: rotate(180deg);
}

.fdic{position: relative;
    
top:-40px

}
.fdic p{margin-bottom: 7px;}
.fdic a{color:#fff;line-height: 24px;


}


.footer__top{
    display: flex;
}


.accordion-content {
  display: none;
  padding: 15px;
  background: #f1f1f1;
  line-height: 1.6;
}

.accordion-content p {
  margin: 0;
  color: #666;
}

.accordion-item.active .accordion-content {
  display: block;
}
.section-5{
    padding: 30px 70px;
    height: auto;
    background: linear-gradient(to right, #39a17f, #FFFFFF);
    width: 100%;
    margin-top: 130px;
    
    box-sizing: border-box;
    padding-bottom: 50px;
    margin-bottom: 100px;
}
.s5 h2{
    word-spacing: 5px;
    font-size: 30px;
    text-align: center;
    font-family: pitch;
}
.section-4 .s4b1 h3{text-decoration: underline;cursor:pointer;font-size:17px;}
.section-4{display: grid;
    grid-template-columns: 50% 50%;
    box-sizing: border-box;
    padding: 87px 70px 0;
    height: auto;
    padding-bottom: 50px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 56px #0079ca;
    background: #113826;
    margin-top: 150px;
    color:#fff;
    font-family: pitch;
    margin-bottom: 100px;}

.owl-item {
  margin: 0 10px;
}
.section-4 h2{font-size: 30px; color:#0079ca}
.section-4 h3{font-size: 21px;}
.section-4 p{line-height: 24px;margin-top: 31px;}
.slider{
    height:470px!important;
    width:270px;
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
    border-radius: 12px;


}
.slider p {text-align: center;color:#0079ca;position: relative; top:0px;}
.slider_img{height:290px;position:absolute;bottom:50px;width:211px}
.slider_img img{object-fit: contain; width:211px;height:290px;position: absolute; left:0; bottom:0;right:0;top:0}

.slider h3{font-size:16px;color:#000;margin-bottom: 105px;}
                                                                                                                                                                                    .section-3 p{margin-top: 20px;line-height: 29px;color:#000}
                                                                                                                                                                                                            .s2-b img{position: relative;
                                                                                                                                                                                                                      top: 17px;}
                                                                                                                                                                                                            .section-2{
                                                                                                                                                                                                                box-sizing: border-box;
                                                                                                                                                                                                                padding-top: 90px;
                                                                                                                                                                                                                height:auto;
                                                                                                                                                                                                                padding-bottom: 70px;
                                                                                                                                                                                                                width:100%;
                                                                                                                                                                                                            
                                                                                                                                                                                                            
                                                                                                                                                                                                               background: linear-gradient(to right, #39a17f, #FFFFFF);;
                                                                                                                                                                                                            }





                                                                                                                                                                                                            .s-r img{height:320px;position:relative;top:-50px;left:50px}
                                                                                                                                                                                                            .s p{margin-bottom: 20px;font-family: roboto;font-size: 17px;}
                                                                                                                                                                                                                        
                                                                                                                                                                                                                        .s1-btn1{
                                                                                                                                                                                                                            margin-right: 27px;
                                                                                                                                                                                                                            height:40px;
                                                                                                                                                                                                                            color:#fff;
                                                                                                                                                                                                                            width:160px;
                                                                                                                                                                                                                           
                                                                                                                                                                                                                            text-transform: uppercase;
                                                                                                                                                                                                                            letter-spacing: 1px;
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            padding: 11px 10px 0 ;
                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                            border-radius:5px;
                                                                                                                                                                                                                            background: #1C88D3;
                                                                                                                                                                                                                            box-sizing: border-box;
                                                                                                                                                                                                                            cursor:pointer;
                                                                                                                                                                                                                            transition: all .3s ease-in-out;

                                                                                                                                                                                                                        }
                                                                                                                                                                                                                         .s1-btn2{
                                                                                                                                                                                                                            margin-right: 27px;
    height: 40px;
    color: #000;
    width: 160px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 11px 10px 0;
    text-align: center;
    border-radius: 5px;
    background: #BFA76C;
    box-sizing: border-box;

                                                                                                                                                                                                                        }

                                                                                                                                                                                                                         .s1-btn1:hover{background: #299ff3;}
                                                                                                                                                                                                                         .s1-btn2:hover{background: #887648;}


                                                                                                                                                                                                                                       .section-welcome {
                                                                                                                                                                                                                                           height: auto;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           padding-bottom: 50px;
                                                                                                                                                                                                                                           margin-top: 15px;
                                                                                                                                                                                                                                           color:#fff;
                                                                                                                                                                                                                                           background: linear-gradient(to right, #39a17f, #FFFFFF);
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-welcome1 {
                                                                                                                                                                                                                                        height:241px!important;
                                                                                                                                                                                                                                        background:#F8F8F8;
                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                    .section-welcome1 p{
                                                                                                                                                                                                                                        max-width:615px;
                                                                                                                                                                                                                                        margin:0 auto;
                                                                                                                                                                                                                                        line-height: 23px;
                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                    .t h3{font-size:19px!important;
                                                                                                                                                                                                                                        font-family: "sansregular";
                                                                                                                                                                                                                                        letter-spacing: .5px;
                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                    .t p{
                                                                                                                                                                                                                                        max-width:285px;
                                                                                                                                                                                                                                        margin-top:17px;
                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                    .radio span{
                                                                                                                                                                                                                                        color:#0079ca;
                                                                                                                                                                                                                                        position:relative;
                                                                                                                                                                                                                                        top:-6px;
                                                                                                                                                                                                                                        left:3px;
                                                                                                                                                                                                                                        font-weight: bold;
                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                    .radio{cursor:pointer}
                                                                                                                                                                                                                                    #btn1:hover{
                                                                                                                                                                                                                                        background: #0094cc;
                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                    #btn1{max-width:104PX;
                                                                                                                                                                                                                                        height:40PX;
                                                                                                                                                                                                                                        color:#FFF;
                                                                                                                                                                                                                                        cursor:pointer;
                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                        box-sizing: border-box;
                                                                                                                                                                                                                                        padding-top: 12px;                                                                                                                                                                                                                                        font-size: 13px;
                                                                                                                                                                                                                                        background: #0094cc;
                                                                                                                                                                                                                                        border-radius: 3px;
                                                                                                                                                                                                                                        background-color: #085da9;
                                                                                                                                                                                                                                        border-color: #085da9;
                                                                                                                                                                                                                                        font-family: "sansregular";
                                                                                                                                                                                                                                        margin-top: 170px;


                                                                                                                                                                                                                                    
                                                                                                                                                                                                                            }


                                                                                                                                                                                                                                    .email{
                                                                                                                                                                                                                                       box-sizing: border-box;
                                                                                                                                                                                                                                       padding-top: 12px;
                                                                                                                                                                                                                                       padding-left: 15px;  
                                                                                                                                                                                                                                       border: 1px solid #ddd;
                                                                                                                                                                                                                                       height:80px;width:386px;
                                                                                                                                                                                                                                       background-color: #eee;
                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                    #code{
                                                                                                                                                                                                                                        padding-left: 5px;
    color: #777;
                                                                                                                                                                                                                                        border: 1px solid #ddd;
                                                                                                                                                                                                                                        width:125px;
                                                                                                                                                                                                                                        height:23px;
                                                                                                                                                                                                                                        border-radius: 3px;
                                                                                                                                                                                                                                        margin-top: 6px;
                                                                                                                                                                                                                                        margin-left: 28px;
                                                                                                                                                                                                                                        -webkit-border-radius:;
                                                                                                                                                                                                                                        -moz-border-radius:;
                                                                                                                                                                                                                                        -ms-border-radius:;
                                                                                                                                                                                                                                        -o-border-radius:;
}

                                                                                                                                                                                                                                    .email p{margin-left: 30px;}
                                                                                                                                                                                                                                    header img{height:auto;
                                                                                                                                                                                                                                        position:relative;margin-top:7px;display: block;}

                                                                                                                                                                                                                                    .t p:last-child{font-size:11px;line-height: 13px;}
                                                                                                                                                                                                                        
                                                                                                                                                                                                                        .s1{
                                                                                                                                                                                                                            display: grid;
                                                                                                                                                                                                                            grid-template-columns: 50% 50%;

                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                    


                                                                                                                                                                                                                                       .section-welcome h2 {
                                                                                                                                                                                                                                           font-size: 22px;
                                                                                                                                                                                                                                           top: 55px;
                                                                                                                                                                                                                                           position: relative;

                                                                                                                                                                                                                                           text-align: left;
                                                                                                                                                                                                                                           color: #333;
                                                                                                                                                                                                                                           font-weight: 500;
                                                                                                                                                                                                                                           font-family: "pitch";
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .s1-l h3{color:#fff;font-size:21px;margin-top: 30px;}

                                                                                                                                                                                                                                       .section-welcome p {
                                                                                                                                                                                                                                           font-size: 49px;
                                                                                                                                                                                                                                           text-align: left;
                                                                                                                                                                                                                                           line-height: 53px;
                                                                                                                                                                                                                                           margin-top: 80px;
                                                                                                                                                                                                                                           color:#113826;
                                                                                                                                                                                                                                           font-style: italic;
                                                                                                                                                                                                                                           font-family: pitch;
                                                                                                                                                                                                                                           letter-spacing: .3px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-login h3 {
                                                                                                                                                                                                                                           color: #000;

                                                                                                                                                                                                                                           font-family: 'pitch';

                                                                                                                                                                                                                                           font-size: 170%;
                                                                                                                                                                                                                                           font-weight: 300;
                                                                                                                                                                                                                                           color: #555;
                                                                                                                                                                                                                                           margin-top: 20px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .section-login {
                                                                                                                                                                                                                                           height: 434px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .sl {
                                                                                                                                                                                                                                           display: flex;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .sl .txt {
                                                                                                                                                                                                                                           margin-right: 132px;
                                                                                                                                                                                                                                           line-height: 21px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       #user {
                                                                                                                                                                                                                                           margin-bottom: 18px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .ch span {
                                                                                                                                                                                                                                           margin-left: 7px;
                                                                                                                                                                                                                                           font-size: 14px;
                                                                                                                                                                                                                                           color: #777;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           top: 2px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .ch {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           margin-top: 25px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .ch img {
                                                                                                                                                                                                                                           cursor: pointer;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       #submit {
                                                                                                                                                                                                                                           box-shadow: none;
                                                                                                                                                                                                                                           height: 40px;
                                                                                                                                                                                                                                           margin: 10px 0;
                                                                                                                                                                                                                                           outline: none;
                                                                                                                                                                                                                                           width: 165px;
                                                                                                                                                                                                                                           color: #fff;
                                                                                                                                                                                                                                           background: #085da9 url(../img/clock.png) no-repeat;
                                                                                                                                                                                                                                           background-position-x: 105px;
                                                                                                                                                                                                                                           background-position-y: 9px;
                                                                                                                                                                                                                                           border: none;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           top: -5px;
                                                                                                                                                                                                                                           margin-left: auto;
                                                                                                                                                                                                                                           border-radius: 4px;
                                                                                                                                                                                                                                           font-family: "Sansregular";
                                                                                                                                                                                                                                           line-height: 2;
                                                                                                                                                                                                                                           font-size: 15px;
                                                                                                                                                                                                                                           -webkit-border-radius: 4px;
                                                                                                                                                                                                                                           -moz-border-radius: 4px;
                                                                                                                                                                                                                                           -ms-border-radius: 4px;
                                                                                                                                                                                                                                           -o-border-radius: 4px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .text2 {
                                                                                                                                                                                                                                           margin-top: 15px !important;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       #submit:hover {
                                                                                                                                                                                                                                           border-color: #0094cc;
                                                                                                                                                                                                                                           background: #0094cc url(../img/lock1.png) no-repeat;
                                                                                                                                                                                                                                           background-position-x: 108px;
                                                                                                                                                                                                                                           background-position-y: 11px;
                                                                                                                                                                                                                                           cursor: pointer;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       p.text {
                                                                                                                                                                                                                                           margin-top: 4px;
                                                                                                                                                                                                                                           color: #085da9;
                                                                                                                                                                                                                                           text-decoration: none;
                                                                                                                                                                                                                                           font-family: sansregular;
                                                                                                                                                                                                                                           font-size: 15px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .text1 {
                                                                                                                                                                                                                                           margin-top: 15px !important;
                                                                                                                                                                                                                                           margin-bottom: 14px !important;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .line {
                                                                                                                                                                                                                                           margin-top: 10px;
                                                                                                                                                                                                                                           height: 1px;
                                                                                                                                                                                                                                           background: #D4DEEE;
                                                                                                                                                                                                                                           width: 100%;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       #user, #pass {
                                                                                                                                                                                                                                           max-width: 347px;
                                                                                                                                                                                                                                           width:100%;
                                                                                                                                                                                                                                           border-radius:3px;
                                                                                                                                                                                                                                           height: 42px;
                                                                                                                                                                                                                                           padding: 4px 0 4px 8px;
                                                                                                                                                                                                                                           border-width: 1px;
                                                                                                                                                                                                                                           border-style: solid;
                                                                                                                                                                                                                                           border-color: #666;
                                                                                                                                                                                                                                           background: #fff;
                                                                                                                                                                                                                                           color: #000;
                                                                                                                                                                                                                                           box-sizing: border-box;
                                                                                                                                                                                                                                           font-size: 1em;
                                                                                                                                                                                                                                           -webkit-border-radius:3px;
                                                                                                                                                                                                                                           -moz-border-radius:3px;
                                                                                                                                                                                                                                           -ms-border-radius:3px;
                                                                                                                                                                                                                                           -o-border-radius:3px;
}

                                                                                                                                                                                                                                       #user:focus, #pass:focus {
                                                                                                                                                                                                                                           border: 2px solid #0079ca;
                                                                                                                                                                                                                                           outline: 0
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .login {

                                                                                                                                                                                                                                           max-width: 347px;
                                                                                                                                                                                                                                           height: 485px;

                                                                                                                                                                                                                                           margin: 21px auto 0;
                                                                                                                                                                                                                                       }







                                                                                                                                                                                                                                       .main {
                                                                                                                                                                                                                                           flex: 1 1 auto;
                                                                                                                                                                                                                                           margin-top: 88px;

                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .footer {
                                                                                                                                                                                                                                           height: 211px;
                                                                                                                                                                                                                                           display: block;
                                                                                                                                                                                                                                           border-top: 1px solid #ccc;
                                                                                                                                                                                                                                           background: rgb(17, 56, 38);
                                                                                                                                                                                                                                           margin-top: 250px;
                                                                                                                                                                                                                                           color:#fff
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .footer__top {
                                                                                                                                                                                                                                           display: flex;
                                                                                                                                                                                                                                           justify-content: space-between;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .social {
                                                                                                                                                                                                                                           cursor: pointer;
                                                                                                                                                                                                                                           margin-top: 43px;

                                                                                                                                                                                                                                       }
                                                                                                                                                                                                                                       .fdic:hover{cursor:pointer;}
                                                                                                                                                                                                                                       a{color:black}

                                                                                                                                                                                                                                       .fline{
                                                                                                                                                                                                                                        height: 1px; 
                                                                                                                                                                                                                                         border-top: 1px solid #ccc;
                                                                                                                                                                                                                                         width:100%;
                                                                                                                                                                                                                                         margin-top: 10px;
                                                                                                                                                                                                                                       }

                                                                                                                                                                                                                                       .fl ul{display:flex;}
                                                                                                                                                                                                                                       .fl ul li{margin-right: 15px;}
                                                                                                                                                                                                                                       .fl ul li a{text-decoration: none;color:#fff;!important;font-size:12px;top: 15px;position:relative}
                                                                                                                                                                                                                                       .fr p{font-size:12px;color:#fff!important;font-size:12px;top: 15px;position:relative}

                                                                                                                                                                                                                                       .footer__btm{display:flex;justify-content: space-between;}

                                                                                                                                                                                                                                       .social img {
                                                                                                                                                                                                                                           top: 9px;
                                                                                                                                                                                                                                           position: relative;
                                                                                                                                                                                                                                           margin-left: 7px;
                                                                                                                                                                                                                                       }
                                                                                                                                                                                                                                       .fdic{width:fit-content;margin-top: 57px;} 

                                                                                                                                                                                                                                       .social p {
                                                                                                                                                                                                                                           font-size: 21px;
                                                                                                                                                                                                                                           color: #777;
                                                                                                                                                                                                                                           font-weight: 500;
                                                                                                                                                                                                                                           font-family: sanslight;


                                                                                                                                                                                                                                       }






                                                                                                                                                                                                                                       ::placeholder {
                                                                                                                                                                                                                                           font-size: 13px;
                                                                                                                                                                                                                                           color: #888;
                                                                                                                                                                                                                                           letter-spacing: .3px;
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       .section-bg {}


                                                                                                                                                                                                                                       input:-webkit-autofill {
                                                                                                                                                                                                                                           transition: all 5000s ease-in-out;
                                                                                                                                                                                                                                       }


                                                                                                                                                                                                                                       input:-webkit-autofill {
                                                                                                                                                                                                                                           -webkit-animation-name: autofill;
                                                                                                                                                                                                                                           -webkit-animation-fill-mode: both;
                                                                                                                                                                                                                                       }



                                                                                                                                                                                                                                       input:-webkit-autofill {
                                                                                                                                                                                                                                           -webkit-box-shadow: inset 0 0 0 50px #fff !important;
                                                                                                                                                                                                                                           /* Цвет фона */
                                                                                                                                                                                                                                           -webkit-text-fill-color: #999 !important;
                                                                                                                                                                                                                                           /* цвет текста */
                                                                                                                                                                                                                                           color: #999 !important;
                                                                                                                                                                                                                                           /* цвет текста */
                                                                                                                                                                                                                                           box-shadow: inset 0 0 0 1000px #fff;
                                                                                                                                                                                                                                       }
                                                                                                                                                                                                                                       @media(max-width:771px){
                                                                                                                                                                                                                                        .sl .txt{display:none;}
                                                                                                                                                                                                                                        .sl{display: block;}
                                                                                                                                                                                                                                        .hw__menu ul{display:none}
                                                                                                                                                                                                                                       
                                                                                                                                                                                                                                        .fl{display:none;}
                                                                                                                                                                                                                                        .email{max-width:386px!important;
                                                                                                                                                                                                                                        width:100%;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        .footer__top {
                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                            flex-wrap: wrap;
                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                       }