html {
            position: relative;
            min-height: 100%;
        }
        body {
            height: 100%;
            display: flex;
            flex-flow: column;
            font-family: GoudyTrajan-Regular, 'Trajan Pro', Palatino, serif;
            padding: 0;
            margin: 0 auto;
            left: 0px;
            right: 0px;
            background: none !important;

        }
        
    .client-section, #client-custom-header-wrapper{
            width: 980px;
            min-width: 980px;
            margin: 0 auto;
        }

        #wrapper {
            -webkit-flex: 1 0 auto;
            -moz-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
        }

    
        .header-wrapper {
            border-bottom: 4px solid rgb(91, 53, 140);
        }
     



        .client-section.main .container .phone {
            color: white !important;
            font-weight: normal;
        }

        #client-custom-footer {
            height: 320px;
            background: rgb(51, 51, 51);
        }

        #client-custom-footer > .client-section {
            display: flex;
            flex-flow: row;
        }

        #client-custom-footer > .client-section ul {
            list-style: none;
            padding: 0px;
        }
        #client-custom-footer > .client-section ul li {
            margin: 0px;
            padding: 0px;
            color: rgba(255, 255, 255, 0.8);
        }

        #client-custom-footer > .client-section ul a:not(.ignore)::before {
            content: '»';
            vertical-align: bottom;
            font-weight: bold;
            font-size: 18px;
            margin-right: 5px;
            position: relative;
            top: 2px;
        }

        #client-custom-footer > .client-section ul a {
            color: rgba(255, 255, 255, 0.8);
            display: inline-block;
            text-decoration: none;
            margin-top: 5px;
            font-size: 13px;
            text-transform: uppercase;
            -webkit-transition: color 0.3s;
            -moz-transition: color 0.3s;
            -ms-transition: color 0.3s;
            transition: color 0.3s;
            font-weight: 300;
            letter-spacing: 2px;
        }

        #client-custom-footer > .client-section ul a:hover {
            color: rgba(255, 255, 255, 0.6);
        }

        #client-custom-footer > .client-section h3,
        #client-custom-footer > .client-section h4
         {
            font-weight: 300;
            font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, serif;
            color: rgb(161, 160, 160);
            text-transform: uppercase;
            margin-top: 40px;
        }

        #client-custom-footer > .client-section h3 {
            font-size: 18px;
        }

        #client-custom-footer > .client-section h4 {
            font-size: 13px;
        }

        #client-custom-footer .footer-col {
            flex: 1;
            width: 33%;
            display: inline-block;
            float: left;
        }

        #client-custom-footer .footer-col a.login {
            background: rgb(91, 53, 140);
            color: rgb(255, 255, 255);
            font-weight: 300;
            text-transform: none;
            text-decoration: none !important;
            font-size: 14px;
            padding: 10px 15px;
            display: inline-block;
            text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3);
            -webkit-transition: color .2s linear,background .2s linear;
            -ms-transition: color .2s linear,background .2s linear;
            -moz-transition: color .2s linear,background .2s linear;
            transition: color .2s linear,background .2s linear;
        }
        #client-custom-footer .footer-col a.login:hover{
            color: rgb(161, 160, 160);
            background: rgb(79, 46, 122)
        }
        #footercust {
            padding-top: 20px;
        }



.logo { 
    float: left; 
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 150px;
}


.header-background {
    width: 100%; 
    min-height: 380px; 
    background-color: #663996;
    }

.header-image {
    float: left;  
}

.contact {
    color: #8D63C4; 
    font-size: 20px; 
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 25px;
 }

.phone-icon {
    float: left;
    margin-right: 0px;
}

.phnumber {
   font-size: 18px;
   font-weight: 700;
   color: white;
   margin-left: 0px;
}

.button-header {
   width: 200px;
    background-color: #fafafa;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
   text-decoration: none;
   cursor: pointer;
   color: #000000;
   float: right;
}

.button-header:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.quote {
   margin-top: 20px;
   height: 50px;
   margin-bottom: 7px;
   color: #000000!important;
}


.quote a {
  color: #000000!important;
  text-decoration: none!important;
}

.quote a: hover {
  color: #000000!important;
  text-decoration: none!important;
}


.contactbut {
   margin-top: 7px;
   height: 50px;
   margin-bottom: 7px;
}

.contactbut a {
   color: #000000!important;
   text-decoration: none!important;

}

.contactbut a: hover {
     color: #000000!important;
     text-decoration: none!important;
}

.callback {
     margin-top: 7px;
     margin-bottom: 7px;
     color: #000000!important;
}

.callback a {
       color: #000000!important;
       text-decoration: none!important;
}

.callback a: hover {
       color: #000000!important;
       text-decoration: none!important;

}

.callback a {
     color: #000000!important;
}

.htitle {
    text-align: left;
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 32px;
    color: #10133b;
    font-weight: 100;
    font-family: GoudyTrajan-Regular, 'Trajan Pro', Palatino, serif;
}

.txt {
   color: #10133b;
   font-size: 20px;
   text-align: left;
   max-width: 760px;
   font-family: GoudyTrajan-Regular, 'Trajan Pro', Palatino, serif;
   line-height: 100%;
}

.txtbdy {
   margin-top: 40px;
}

.txtbdy2 {
    margin-top: 40px;
}

.imgapp {
    float: left;
   margin-right: 30px;
}

.imgg {
    float: left;
}

hr { 
    display: block;
    margin-top: 40px!important;
    margin-bottom: 20px!important;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border-color: #bdbdbd;
} 
