<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
	{
		background: #ffffff;
        font-family: 'Raleway', sans-serif;
		font-weight: 400;
	}

html, body
    {
        overflow-x: hidden;
    }

p
    {
        line-height: 24px;
    }

/* start all section */
#divider, .newsletter, #about, #feature, #contact
    {
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative;
    }
/* end all section */

/* start title */
.title
    {
        text-align: center;
        padding-bottom: 40px;
    }
.title h2
    {
        font-size: 60px;
        line-height: 12px;
        padding-bottom: 30px;
    }
/* end title */

/* start nagivation */
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0 !important;
        padding: 0;
    }
.navbar-default .navbar-brand
    {
        color: #212227;
        font-weight: 600;
        font-size: 30px;
        line-height: 35px;
        padding: 10px 0px 0px 12px;
    }
.navbar-default .navbar-brand span
    {
        color: #93ca3a;
    }
.navbar-default .navbar-nav li a
    {
        font-weight: bold;
        line-height: 35px;
        font-size: 13px;
    }
.navbar-default .navbar-nav li a:hover
    {
        color: #93ca3a;
    }
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #93ca3a;
  background-color: transparent;
}
.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 16px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #93ca3a;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */        
#home
	{
    background: url('../images/home-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
	}
#home .home-des
    {
        padding-top: 240px;
        padding-bottom: 240px;
    }
#home h1
	{
        color: #ffffff;
		font-size: 80px;
        font-weight: bold;
        line-height: 60px;
        letter-spacing: 2px;
        padding-top: 10px;
	}
#home span
    {
        color: #93ca3a;
        font-weight: bold;
    }
#home .form-control
    {
        background: transparent;
        border: 2px solid #fff;
        border-radius: 0px;
        box-shadow: none;
        height: 50px;
        margin-top: 40px;
    }
#home input[type="submit"]
    {
        background: #ffffff;
        border-color: transparent;
        color: #93ca3a;
    }
/* end home */

/* start divider */
#divider
    {
        background: #ffffff;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#divider .media
    {
        padding: 10px;
    }
#divider .media .fa
    {
        color: #212227;
        font-size: 40px;
        margin-right: 20px;
    }
#divider .media .media-heading
    {
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
    }
/* end divider */

/* start newsletter */
.newsletter
    {
        background: url('../images/newsletter-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color: #ffffff;
        text-align: center;
    }
.newsletter .btn
    {
        background: transparent;
        border-radius: 0px;
        color: #ffffff;
        margin-top: 40px;
    }
.newsletter .form-control
    {
        background: transparent;
        border-color: #f2f2f2;
        border-radius: 0px;
        height: 50px;
    }
.newsletter input[type="submit"]
    {
        background: #93ca3a;
        border: 2px solid transparent;
        color: #ffffff;
    }
/* end divider */


/* start about */
#about
    {
        background: #212227;
        color: #ffffff;
    }
#about h3
    {
        color: #93ca3a;
        padding-bottom: 10px;
    }
#about h4
    {
        font-weight: bold;
        padding-bottom: 10px;
    }
#about .progress
    {
        background: #f9f9f9;
        box-shadow: none;
        border-radius: 0px;
        height: 6px;
    }
#about .progress .progress-bar-danger
    {
        background: #93ca3a;
    }
#about span
    {
       display: block;
       margin-top: 12px;
       margin-bottom: 6px;
    }
/* end about */

/* start feature */
#feature .media
    {
        padding-top: 10px;
        padding-bottom: 20px;
    }
#feature .media .fa
    {
        border: 2px solid #212227;
        border-radius: 50px;
        color: #212227;
        font-size: 22px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }
#feature .media h5
    {
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 14px;
    }
/* end feature */

/* start client */
.client
    {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        background: #f9f9f9;
        padding-top: 80px;
        padding-bottom: 80px;
    }
/* end client */

/* start contact */
#contact
    {
        background: url('../images/contact-bg.jpg');
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        color: #ffffff;
        padding-bottom: 0;
    }
#contact .container
    {
        width: 100%;
        padding: 0;
        margin: 0;
    }
#contact .col-md-6, 
#contact .col-sm-6
    {
        background: #212227;
        padding: 0;
        margin: 0;
    }
#contact h3
    {
        font-weight: bold;
        padding-bottom: 20px;
    }
#contact .fa
    {
        color: #93ca3a;
        font-size: 18px;
        padding-bottom: 14px;
        padding-right: 10px;
    }
#contact .form-control
    {
        background: transparent;
        border-radius: 0px;
        box-shadow: none;
        border: 2px solid #f2f2f2;
        color: #ffffff;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        border: 2px solid #93ca3a;
        font-weight: bold;
        margin-bottom: 80px;
    }
#contact input[type="submit"]:hover
    {
        background: #93ca3a;
    }
#contact address
    {
        padding-top: 60px;
        padding-left: 100px;
        height: 380px;
    }
#contact .google-map 
    {
        width: 100%;
        height: 400px;
        margin: 0;
        padding: 0;
    }
#contact .google-map iframe
    {
        border: none;
        width: 100%;
        height: 400px;
        margin: 0;
        padding: 0;
    }
/* end contact */

/* start footer */
footer
    {
        padding-top: 20px;
        padding-bottom: 10px;
        text-align: center;
    }
/* end footer */

/* start social icon */
.social-icon
    {
        position: relative;
        padding: 0;
        margin: 0;
        top: 20px;
    }
.social-icon li
    {
        display: inline-block;
        list-style: none;
    }
.social-icon li a
    {
        color: #333;
        font-size: 30px;
        text-decoration: none;
        transition: all 0.4s ease-in-out;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
.social-icon li a:hover
    {
        background: #93ca3a;
    }
/* end social icon */

/* start media 980 */
@media screen and ( max-width: 980px ){
    #home h1
        {
            font-size: 60px;
        }
    .newsletter h2
        {
            font-size: 50px;
        }
}
/* end media 980 */

/* start media 360 */
@media screen and ( max-width: 360px ){
    .navbar-default .navbar-brand
        {
            width: 120px;
            height: 60px;
        }
    .title h2
        {
            font-size: 34px;
        }
    .newsletter h2, .client h2
        {
            font-size: 24px;
        }
}
/* end media 360 */</pre></body></html>