html,
body{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
body{
    background-color: #ffffff;
    font-size: 17px;
    line-height: 27px;
    overflow-x: hidden;
    color: #000000;
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0 0 25px;
}

h1{
    font-size: 70px;
    line-height: 78px;  
}

h2{
    font-size: 40px;
    line-height: 48px;
}

h3{
    font-size: 36px;
    line-height: 44px;
}

h4{
    font-size: 30px;
    line-height: 38px;
}

h5{
    font-size: 24px;
    line-height: 32px;
}

h6{
    font-size: 21px;
    line-height: 29px;
}

p {
	margin: 0 0 25px;
}

em,
i {
	font-style: italic;
}

hr {
	background-color: #cccccc;
	border: 0;
	height: 1px;
	margin: 0 0 25px;
}

ul,
ol {
	margin: 0 0 25px 20px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 20px;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

/**
 * Forms
 */

::-webkit-input-placeholder {
	color: #2163b7;
}

:-moz-placeholder {
	color: #2163b7;
}

::-moz-placeholder {
	color: #2163b7;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #2163b7;
}

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    background-color: #efdaad;
    border: 1px solid #ffffff;
    box-shadow: 0px 2px 2px #999999;
        -moz-box-shadow: 0px 2px 2px #999999;
        -webkit-box-shadow: 0px 2px 2px #999999;
        -o-box-shadow: 0px 2px 2px #999999;
    color: #2163b7;
    font-weight: 700;
    text-align: center;
    border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #ffffff;
    background-color: #999999;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
textarea {
	background-color: #ffffff;
	border: 1px solid #2163b7;
	padding: 10px 10px;
	width: 100%;
    color: #2163b7;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	outline: 0;
}

/**
 * Links
 */

a {
	color: #3f74b8;
	text-decoration: none;
    outline: none;
}

a:hover,
a:focus,
a:active {
	color: #999999;
    text-decoration: none;
}

/**
 * Alignments
 */

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}

.clearfix:after{
    clear: both;
    content: "";
    display: table;
}

/**
 * Content
 */

.site-main {
    padding: 0;
}

.no-margin{
    margin-bottom: 0 !important;
}

.margin-xs{
    margin-bottom: 5px !important;
}

.margin-sm{
    margin-bottom: 10px !important;
}

.margin-md{
    margin-bottom: 30px !important;
}

.margin-lg{
    margin-bottom: 50px !important;
}

.no-padding-bottom{
    padding-bottom: 0 !important;
}
.no-padding-top{
    padding-top: 0 !important;
}

.font-900{
    font-weight: 900;
}
.font-600{
    font-weight: 600;
}
.font-400{
    font-weight: 400;
}

.text-white{
    color: #ffffff;
}
.text-blue{
    color: #0a3c78;
}
.text-right{
    text-align: right;
}

.container-fluid{
    padding: 0;
    width: 100%;
}
.row-fluid{
    margin: 0;
}
.row-fluid .col{
    padding: 0;
}

.btn{
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    background-color: #efdaad;
    border: 1px solid #ffffff;
    box-shadow: 0px 2px 2px #999999;
        -moz-box-shadow: 0px 2px 2px #999999;
        -webkit-box-shadow: 0px 2px 2px #999999;
        -o-box-shadow: 0px 2px 2px #999999;
    color: #2163b7;
    font-weight: 700;
    text-align: center;
    border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
    font-size: 17px;
    line-height: 25px;
}
.btn-login{
    padding: 5px 12px;
}
.btn-sm{
    padding: 5px 12px;
}
.btn:hover,
.btn:focus{
    color: #ffffff;
    background-color: #999999;
}

.video-wrapper {
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 0; 
    height: 0; 
    overflow: hidden;
    width: 100%; 
    max-width: 100%; 
    height: auto; 
}
.video-wrapper iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    border: none;
    margin: 0;
}

/**
 * Header
 */

.site-header {
    background-color: transparent;
    padding: 20px 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.navbar-default {
    background-color: transparent;
    border: none;
    margin: 35px 0 0;
    min-height: 0;
}
.navbar-nav > li > a{
    padding: 0 25px;
}
.navbar-default .navbar-nav > li > a {
    color: #2163b7;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}
.navbar-default .navbar-nav > li > a > span{
    border-bottom: 3px solid transparent;
    margin-bottom: 8px;
    padding-bottom: 5px;
    display: inline-block;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active > a{
    color: #2163b7;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus{
    color: #2163b7;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover > span,
.navbar-default .navbar-nav > li > a:focus > span,
.navbar-default .navbar-nav > li.active > a > span{
    border-color: #2163b7;
}
.dropdown-menu{
    margin: 0;
    float: none;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    background-color: #efdaad;
    padding: 5px 0;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
    border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
    border: none;
}
.dropdown-menu > li{
    display: block;
    margin: 0;
    padding: 0;
}
.dropdown-menu > li > a{
    color: #2163b7;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    padding: 8px 15px;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus{
    color: #999999;
    background-color: transparent;
}
.navbar-nav > li:hover > .dropdown-menu{
    display: block;
}
.header-login{
    margin-top: 30px;
    text-align: right;
}


/**
 * Main Content
 */

.site-banner{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 280px;
}
.banner-home{
    background-image: url(images/banner_home.jpg);
}
.banner-services{
    background-image: url(images/banner_services.jpg);
}
.banner-help{
    background-image: url(images/banner_help.jpg);
}
.banner-about{
    background-image: url(images/banner_about.jpg);
}
.banner-team{
    background-image: url(images/banner_team.jpg);
}
.banner-contact{
    background-image: url(images/banner_contact.jpg);
}
.banner-thank{
    background-image: url(images/banner_thanks.jpg);
}
.page-title{
    font-weight: 900;
    color: #0a3c78;
}
.page-sub-title{
    color: #0a3c78;
    font-style: italic;
    margin: 0;
}

.section{
    padding-top: 60px;
    padding-bottom: 60px;
}
.home-01{
    background-color: #2d5383;
}
.service{
    text-align: center;
    color: #ffffff;
}
.service a{
    display: inline-block;
}
.service img{
    margin-bottom: 10px;
}
.service .title{
    margin-bottom: 5px;
    color: #ffffff;
}
.service a:hover img{
    opacity: 0.7;
}
.service .info{
    color: #efdaad;
    font-style: italic;
}
.service:hover .title,
.service:hover .info{
    color: #3f74b8;
}
.service-1 .title a{
    color: #ffffff;
}
.service-1 .info a{
    color: #efdaad;
}
.service-1 .title a:hover,
.service-1 .info a:hover{
    color: #3f74b8;
}
.container-fluid .col-left,
.container-fluid .col-right{
    width: 585px;
}
.container-fluid .col-left{
    float: right;
    padding-right: 30px;
}
.container-fluid .col-right{
    padding-left: 30px;
}
.section.home-02{
    background-color: #def0ff;
    padding: 0;
}
.home-02 .col-left,
.home-02 .col-right{
    padding-top: 80px;
    padding-bottom: 55px;
}
.home-02 .col-right{
    height: 100%;
}
.bg-tax{
    background: url(images/tax.jpg) no-repeat scroll 0 0;
    background-size: cover;
}
.home-03{
    
}
.link-border{
    display: inline-block;
    border-bottom: 4px solid #efdaad;
}
.section.home-04{
    background-color: #f3e5c8;
    padding: 0;
}
.bg-customer{
    background: url(images/customer.jpg) no-repeat scroll 0 0;
    background-size: cover;
}
.home-04 .col-right{
    height: 100%;
}
.home-04 .col-left,
.home-04 .col-right{
    padding-top: 80px;
    padding-bottom: 55px;
}

.home-05{
    background-color: #e1e8ee;
}
.consultation h2{
    font-style: italic;
    font-weight: 900;
    margin-bottom: 10px;
}
.consultation h4{
    text-transform: uppercase;
    margin-bottom: 30px;
}
.service-include{
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-include > li{
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #91aad1;
}
.service-include > li > a{
    display: inline-block;
    padding: 15px 0;
    font-weight: 700;
}
.section.tax-services-02{
    border-top: 10px solid #2d5383;
    padding-bottom: 0px;
}
.service-list-item{
    margin-bottom: 50px;
}
.service-list-item .thumb{
    padding-right: 30px;
}
.service-list-item h4{
    margin-bottom: 15px;
}

.help-01{
    background-color: #f3e5c8;
}
.help-item{
    margin-bottom: 50px;
    text-align: center;
}
.help-item .thumb,
.help-item h4{
    margin-bottom: 20px;
}
.help-item .thumb{
    padding: 0;
}
.section.about-02{
    padding-top: 0;
}
.about-02 .inner{
    background-color: #def0ff;
    padding: 50px 25px;
}
.about-03{
    background-color: #f8eed9;
}
.bg-location{
    background: url(images/locations.png) no-repeat scroll center top;
    background-size: 50px;
    padding-top: 90px;
}
.loc-item{
    position: relative;
    padding-bottom: 100px;
}
.loc-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.loc-item .btn{
    width: 170px;
    max-width: 100%;
}
.contact-item{
    position: relative;
    padding-bottom: 50px;
}
.section.about-04{
    background: url(images/about_04.jpg) no-repeat scroll 0 0;
    background-size: cover;
    padding: 250px 0 200px;
}
.about-04 h2 span{
    border-bottom: 1px solid #91aad1;
    padding-bottom: 4px;
    display: inline-block;
}
.team{
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #91aad1;
}
.team.last{
    padding-bottom: 0;
    margin-bottom: 0;
}
.teamtitle{
    padding-top: 60px;
}
.contact-01{
    background-color: #ffffff;
}
.thank-01 .inner{
    padding-bottom: 50px;
    border-bottom: 1px solid #91aad1;
}
.error{
    color: #ff0000;
    font-size: 14px;
}

/**
 * Footer
 */

.site-footer {
	padding: 35px 0;
    font-size: 22px;
    line-height: 26px;
}
.footer-logo{
    margin-bottom: 35px;
}
.footer-nav{
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
}
.footer-nav > li{
    margin: 0;
    padding: 0 20px;
    display: inline-block;
}
.footer-nav > li > a{
    font-weight: 700;
}
.copyright{
    text-transform: uppercase;
    font-size:12px;
}


/**
 * Media
 */
 
embed,
iframe,
object,
video {
	margin: 25px;
	max-width: 100%;
	vertical-align: middle;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media(min-width: 768px){
    .row-eq{
        display: flex;
        margin: 0;
    }
    .row-eq .col{
        padding: 0;
    }
    .right-sm{
        float: right;
    }
    .navbar-default{
        text-align: center;
    }
    .navbar-nav{
        float: none;
        width: 100%;
    }
    .navbar-nav > li{
        display: inline-block;
        float: none;
    }
    .ab-thumb{
        margin: 0;
    }
}

@media (min-width: 992px){
    .engl{
        padding-left: 0;
    }
}

@media (min-width: 1200px){
    .help-item{
        padding: 0 30px;
    }
}

@media (max-width: 1199px){
    .navbar-nav > li > a {
        padding: 0 15px;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 18px;
        line-height: 26px;
    }
    .dropdown-menu > li > a{
        font-size: 18px;
        line-height: 26px;
    }
    .site-banner{
        padding-top: 200px;
        padding-bottom: 150px;
    }
    .container-fluid .col-left, 
    .container-fluid .col-right {
        width: 485px;
    }
}

@media (max-width: 991px){
    body{
        font-size: 15px;
        line-height: 25px;
    }
    h1{
        font-size: 50px;
        line-height: 58px;
    }
    
    h2{
        font-size: 35px;
        line-height: 43px;
    }
    
    h3{
        font-size: 30px;
        line-height: 38px;
    }
    
    h4{
        font-size: 24px;
        line-height: 32px;
    }
    
    h5{
        font-size: 21px;
        line-height: 29px;
    }
    
    h6{
        font-size: 17px;
        line-height: 25px;
    }
    
    .navbar-default{
        margin: 20px 0 0;
    }
    .navbar-nav > li > a {
        padding: 0 10px;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 15px;
        line-height: 23px;
    }
    .dropdown-menu > li > a{
        font-size: 15px;
        line-height: 23px;
    }
    
    .site-banner {
        padding-top: 160px;
        padding-bottom: 120px;
    }
    .container-fluid .col-left, 
    .container-fluid .col-right {
        width: 375px;
    }
    .header-login {
        margin-top: 15px;
    }
    .btn{
        font-size: 15px;
        line-height: 23px;
    }
    .service-list-item .thumb{
        padding-right: 0px;
    }
    .section.about-04{
        padding: 200px 0 150px;
    }
    .bg-location{
        background-size: 40px;
        padding-top: 70px;
    }
}

@media (max-width: 767px){
    h1{
        font-size: 35px;
        line-height: 43px;
    }
    
    h2{
        font-size: 30px;
        line-height: 38px;
    }
    
    h3{
        font-size: 25px;
        line-height: 33px;
    }
    
    h4{
        font-size: 21px;
        line-height: 29px;
    }
    
    h5{
        font-size: 18px;
        line-height: 26px;
    }
    
    h6{
        font-size: 15px;
        line-height: 23px;
    }
    .logo {
        text-align: center;
        margin-bottom: 10px;
    }
    .logo img{
        width: 160px;
    }
    .navbar-default {
        margin: 0;
    }
    .navbar-default .navbar-toggle {
        border-color: #0a3c78;
        box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            -o-box-shadow: none;
        border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            -o-border-radius: 0;
        margin-top: 0;
        margin-right: 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #0a3c78;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
        background-color: #2d5383;
    }
    .navbar-nav > li > a {
        padding: 8px 15px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 17px;
        line-height: 25px;
        color: #ffffff;
    }
    .navbar-default .navbar-nav > li > a > span{
        display: block;
        margin: 0;
        padding: 0;
        border: none;
    }
    .dropdown-menu{
        position: static;
        width: 100%;
        padding: 0 0 0 20px;
        margin: 0;
        background-color: transparent;
        display: block;
    }
    .dropdown-menu > li > a{
        text-align: left;
        color: #ffffff;
        font-size: 17px;
        line-height: 25px;
        font-weight: 400;
    }
    .dropdown-menu > li > a:hover, 
    .dropdown-menu > li > a:focus{
        color: #2163b7;
    }
    .header-login{
        position: absolute;
        top: 0;
        left: 15px;
        z-index: 9999;
        margin: 0;
    }
    .section.home-01{
        padding-bottom: 30px;
    }
    .service{
        margin-bottom: 30px;
    }
    .service img{
        width: 160px;
    }
    .bg-tax{
        background: none;
    }
    .container-fluid{
        padding: 0 15px;
    }
    .container-fluid .col-left, 
    .container-fluid .col-right {
        width: 100%;
    }
    .container-fluid .col-left {
        float: none;
        padding-right: 0px;
    }
    .container-fluid .col-right {
        padding: 0;
    }
    .home-02 .col-left, 
    .home-02 .col-right {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .home-02 .col-right{
        padding-top: 0;
    }
    .bg-customer{
        background: none;
    }
    .home-04 .col-left, 
    .home-04 .col-right {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .home-04 .col-right{
        padding-top: 50px;
        padding-bottom: 0
    }
    .service-list-item {
        text-align: center;
    }
    .service-list-item .thumb{
        text-align: center;
        padding: 0 50px;
    }
    .about-02 {
        text-align: center;
    }
    .about-02 .text-right{
        text-align: center;
    }
    .loc-item{
        margin-bottom: 50px;
        padding: 0;
    }
    .loc-btn{
        position: static;
    }
    .section.about-03{
        padding-bottom: 20px;
    }
    .section.about-04 {
        padding: 150px 0 80px;
    }
    .footer-nav > li{
        padding: 5px 12px;
    }
    .copyright span{
        display: block;
    }
}