<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: 	Alpha Web Customized
Template:		betheme
*/


/*   http://lzy1.alphawebdemo.info/  */

/* Theme customization starts here
-------------------------------------------------------------- */

#Top_bar #logo img {
    vertical-align: top;
}

.aw-logo-text {
    padding-left: 15px;
    font-family: "Lato", Arial, Tahoma, sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    height: 60px;
    vertical-align: top;
}

/* the slogan on main image */
h2.aw-main-message {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}



/* ------------------------------------------------------ Header &amp; Menu --------------------------------------------------- */
#Top_bar {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2) !important;
} 

/* Hamburger menu icon */
.icon-menu-fine:before {
    font-weight: 600;
}

/* Side menu */
#Side_slide {
    box-sizing: border-box;
    border-left: 5px solid #00cb14 !important;
}



/* ----------------------------------------------------- END Header &amp; Menu ------------------------------------------------ */


/* --------------------------------------------------------- Home page ---------------------------------------------------- */
.aw-home-services-wrap {
    border-top: 20px solid #353535;
}


/* Essential grid custom "George Bush" skin */
.aw-home-services-wrap .eg-george-bush-alpha-web-element-0 {
    font-family: "Lato", Arial, Tahoma, sans-serif !important;
    letter-spacing: 1px;
}



/* ------------------------------------------------------- END Home page -------------------------------------------------- */



/* ------------------------------------------------------- About Us page -------------------------------------------------- */

ul.aw-list_custom {
    list-style: none outside;
    margin-left: 20px;
}

.aw-list_custom li {
    position: relative;
    list-style: none;
    margin-bottom: 15px !important;
}


/* the custom list bullet */
.aw-list_custom li:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 0.75rem;
    height: 0.175rem;
    width: 0.6rem;
}


.aw-list_custom.aw-blue li:before {
    background: #3253A0;
}

.aw-list_custom.aw-green li:before {
    background: #00CB14;
}

.aw-list_custom li span {
    color:#2c2a2a;
    line-height: 17px;
}

.aw-list_custom.aw-white-list li span {
    color: white;
    line-height: 17px;
}



.aw-about-us-gallery .gallery-item {
    pointer-events: none;
}
/* ---------------------------------------------------- END About Us page ------------------------------------------------- */



/* ------------------------------------------------------ Services page --------------------------------------------------- */
h2.aw-service-heading {
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 700;
}


.aw-services-2-col-section {
    padding-bottom: 70px !important;
}

.aw-services-2-col-section .wrap {
    width: 47%;
    margin: 0 1.5%;
}

/* use float right "trick" to alternate, howver on small screen, text and image must be shown alternately */  
.aw-float-right {
    float: right;
}

/* ---------------------------------------------------- END Services page ------------------------------------------------- */



/* ------------------------------------------------------ Contact page ---------------------------------------------------- */

.aw-custom-contact-list {
    list-style-type: none !important;
    color: #2c2a2a !important;
}    

.aw-custom-contact-list li {
    position: relative;
    margin-bottom: 20px !important;
}

/* Icon wrapper */
.aw-custom-contact-list i {
    position: absolute;
    left: -30px;
    top: 1px;
}


/* Change the color of icons */
.aw-custom-contact-list i:before {
    color: #00cb14;
}

.aw-custom-contact-list li.aw-contact-name {
    margin-bottom: 0 !important;
}    

.aw-contact-name p {
    position: relative;
    left: -30px;
    margin-bottom: 0 !important;
    font-weight: 600;
    font-style: italic; 
}

.aw-custom-contact-list li a {
    word-break: break-word;
}

.icon_bar_facebook {
    background-color: #3A589B !important;
    background-image: none !important;
}


/* The facebook "f" sign */
a.icon_bar_facebook {color:white !important;}

a.icon_bar:hover{
    border-color: #5475bc;
} 

/* when hover, this is the span that will appear */
a.icon_bar_facebook span.b {
    background-color: #5475bc;
} 


input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    font-size: 17px;
    line-height: 22px;
}


/* ---------------------------------------------------- END Contact page -------------------------------------------------- */

/* --------------------------------------------------------- Footer ------------------------------------------------------- */

.copyright {
    font-size: 15px; 
    line-height: 24px;
}

.aw-alphaweb-link  {
    font-size: 13px; 
    line-height: 22px;
}

/* Change the icon of back to top button */
#back_to_top .icon-up-open-big:before { content: '\e941';}
    
/* Back to top, circle shape */                   
#back_to_top {border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%; }  
              

a#back_to_top.button.button_js {background-color:transparent !important;
                                border: 5px solid #07CD1A;}

a#back_to_top.button.button_js:hover {background-color:rgba(207, 181, 59, 0.1) !important;}   

/* ------------------------------------------------------- END Footer ----------------------------------------------------- */


/* ============================================================================================================================*/
/* ============================================================================================================================*/
/* --------------------------------------------------------- Responsive  ----------------------------------------------------- */
/* ============================================================================================================================*/
/* ============================================================================================================================*/
/* ============================================================================================================================*/
@media only screen and (max-width: 1239px){
    
.section_wrapper,
.container{
    max-width: 92%;
    padding-left: 2.5%!important;
    padding-right: 2.5%!important;
}


}
/* ============================================================================================================================*/
@media only screen and (min-width: 960px) and (max-width: 1239px){
    
h3.aw-home-slogan {
    font-size: 32px !important;
    line-height: 37px !important;
}

   
}
/* ============================================================================================================================*/
@media only screen and (max-width: 959px){
    
h2 {font-size: 40px !important;
    line-height: 50px !important;
}     
  
h3 {font-size: 38px !important;
    line-height: 42px !important;
}
    
h3.aw-home-slogan {
    font-size: 32px !important;
    line-height: 37px !important;
}    


/* Hide ethe "br" tag on main slogan */
.aw-main-image-text-column br {
    display: none;
    
}

}
/* ============================================================================================================================*/
@media only screen and (max-width: 959px) and (min-width: 768px){

/* home intro "p" tag */    
.aw-hide-768-959 {
    display: none;
}  


.aw-home-small-slogan {
    margin-bottom: 5px;
}





}

/* ============================================================================================================================*/
@media only screen and (max-width: 767px){
    
h2 {font-size: 36px !important;
    line-height: 45px !important;
}        

/* The column for text on main image of each page */
.aw-main-image-text-column {
    max-width: 70%;
    
}



/* The wrap with DG symbols */
.aw-home-special-wrap .one-fourth.column.column_image {
    width: 50% !important;
    clear: none;
    margin-bottom: 10px;
}

.aw-home-slogan-column {padding-bottom: 30px;}

.aw-services-2-col-section .wrap {
    margin: 0%;
}
    
/* About Us page */
.aw-vision-mission-wrap {
    background-color: #3253a0 !important;
}    

}
/* ============================================================================================================================*/
@media only screen and (max-width: 639px){
/* This break point is added manually by KYP */  

h2 {font-size: 28px !important;
    line-height: 36px !important;
}  

/* The small font on main image and on home page  */
h5 {font-size: 15px !important;
    line-height: 22px !important;}


.text-logo {
    width: 100% !important;
}

.mobile-header-mini #Top_bar .logo #logo {
    height: auto !important;
    margin-top: 10px;
}

/* During stickly menu */
.logo-no-sticky-padding.mobile-sticky #Top_bar.is-sticky #logo {
    height: auto !important;
}

#Top_bar .logo #logo img {
    max-height: 50px;
}

.aw-logo-text {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    height: auto !important;
}

/* For all pages with a main image on top */
.aw-main-image-wrap {
    padding-left: 40px !important;
}

}
/* ============================================================================================================================*/
@media only screen and (max-width: 479px){
    
h2 {font-size: 24px !important;
    line-height: 32px !important;
}     


/* For services page */
h2.aw-service-heading {
    font-size: 18px !important;
    line-height: 25px !important;
}
    
    
h3 {
    font-size: 27px !important;
    line-height: 31px !important;
}

h3.aw-home-slogan {
    font-size: 27px !important;
    line-height: 31px !important;
}


/* For all pages with a main image on top */
.aw-main-image-wrap {
    padding-left: 25px !important;
}
    
.aw-about-us-col .column_attr {
    padding: 60px 20px 50px !important;
}

.aw-vision-mission-col .column_attr {
    padding: 60px 20px 50px !important;
}  
    
}</pre></body></html>