/* -- << Made BY WWW.XHTMLHUB.COM >> -- */


/* -- << Best Coding Experts >> -- */


/* -- << We Always Serve Your Better >> -- */

@import "font-awesome.min.css";
@import url("chrome://DEMO GOOGLE WEBFONT");

/* --** Reset CSS **-- */

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

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,
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 {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/* #blockquote */

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote {
    margin: 12px 0 0 20px;
    border-left: 4px solid #ececec;
}

blockquote p {
    padding-left: 18px;
}

::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

:-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}


/* #Forms */

fieldset {
    border: 0 none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
    border: none;
    padding: 12px 13px;
    outline: none;
    font-size: 24px;
    color: #c1c1c1;
    margin: 0;
    width: 280px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #f5f5f5;
    height: 65px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border: 1px solid #ececec;
    color: #747474;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

select {
    padding: 0 0 1px 9px;
    letter-spacing: 0.9px;
    border-bottom: 2px solid #d3d3d3;
    color: #747474;
    height: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #ececec url(../images/select-arrow.png) no-repeat scroll 100% center;
    cursor: pointer;
    /*Removes border*/
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /* Removes Default Firefox style*/
    appearance: none;
    /* background: #45bf54 url(../images/select-img.png) no-repeat 100% center; */
    text-indent: 0.01px;
    /* Removes default arrow from firefox*/
    text-overflow: "";
    /*Removes default arrow from firefox*/
    /*My custom style for fonts*/
    background-size: 24px 40px;
}

select::-ms-expand {
    /* for IE 11 */
    display: none;
}

select option {
    padding: 7px 9px;
    border: 1px solid #ececec;
    border-left: none;
    border-right: none;
    outline: none;
}

select:focus {
    padding: 0 0 1px 9px;
    border: 1px solid #ececec;
    color: #747474;
    background: #fff url(../images/select-arrow.png) no-repeat scroll 100% center;
    cursor: pointer;
    /*Removes border*/
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /* Removes Default Firefox style*/
    appearance: none;
    /* background: #45bf54 url(../images/select-img.png) no-repeat 100% center; */
    text-indent: 0.01px;
    /* Removes default arrow from firefox*/
    text-overflow: "";
    /*Removes default arrow from firefox*/
    /*My custom style for fonts*/
    background-size: 24px 40px;
}

textarea {
    min-height: 60px;
}

label,
legend {
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
}

label {
    cursor: pointer;
    margin-right: 50px;
}

label:last-child {
    margin-right: 0;
}

label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}


/* #Input Buttons */

.button,
button,
input[type="button"],
input[type="Reset"] {
    padding: 11px 29px 11px 30px;
    border: 0 none;
    outline: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background: #f2a755;
    font-size: 15px;
    border-radius: 6px;
    letter-spacing: 0.8px;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="Reset"]:hover {
    text-decoration: underline;
}


/* #Input Submit */

input[type="submit"] {
    padding: 8px 26px 8px 27px;
    border: 0 none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    border: 3px solid #586778;
    color: #586778;
    font-size: 15px;
    border-radius: 6px;
    letter-spacing: 0.8px;
}

input[type="submit"]:hover {
    text-decoration: underline;
}


/* Fix for odd Mozilla border & padding issues */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* <<< Input Radio >>> */

input[type="radio"] {
    display: none;
}

input[type="radio"]+label .check {
    display: inline-block;
    margin: -4px 4px 0 0;
    vertical-align: middle;
    width: 20px;
    height: 19px;
    background: url(../images/radio-icn.png) left top no-repeat;
    background-size: 20px 19px;
    cursor: pointer;
}

input[type="radio"]:checked+label .check {
    background: url(../images/radio-icn-active.png) left top no-repeat;
    background-size: 20px 19px;
}

input[type="radio"]:disabled+label .check {
    background: url(../images/radio-icn.png) left top no-repeat;
    background-size: 20px 19px;
    cursor: not-allowed;
}


/* <<< Input Checkbox >>> */

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label .check {
    display: inline-block;
    margin: -4px 4px 0 0px;
    vertical-align: middle;
    width: 31px;
    height: 31px;
    background: url(../images/check-icn.png) left top no-repeat;
    background-size: 31px 31px;
    cursor: pointer;
}

input[type="checkbox"]:checked+label .check {
    background: url(../images/check-icn-active.png) left top no-repeat;
    background-size: 31px 31px;
}

input[type="checkbox"]:disabled+label .check {
    background: url(../images/check-icn.png) left top no-repeat;
    background-size: 31px 31px;
    cursor: not-allowed;
}


/* Global */

.clear {
    content: "";
    display: block;
    line-height: 0;
    clear: both;
    overflow: hidden;
    height: 0;
}


/* <<< Outer >>> */

.Outer {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
}


/* <<< Header >>> */

header {
    position: fixed;
    padding: 25px 0 21px;
    width: 100%;
    height: 134px;
    z-index: 99;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header:after {
    display: block;
    position: absolute;
    bottom: -28px;
    left: 0;
    width: 100%;
    height: 28px;
    background: url(../images/header-shadow.png) top left repeat-x;
}

header .site-logo {
    padding-left: 0;
}

header .site-logo a {
    display: inline-block;
}

header .right {
    padding-right: 2px;
}

header.smaller {
    padding-top: 15px;
    height: 80px;
}

header.smaller .site-logo a img {
    width: 184px;
}

header.smaller .Nav {
    padding-top: 0;
}

header.smaller .Nav ul {
    margin-top: -8px;
}

header.smaller .Nav li {
    line-height: 70px;
}

header.smaller .Nav li li {
    line-height: normal;
}

header.smaller .flag {
    padding-top: 12px;
}


/* <<< Navigation >>> */

.Nav {
    padding: 8px 0 0 87px;
}

.Nav ul {
    float: right;
    list-style: none;
    margin: 0;
}

.Nav li {
    position: relative;
    padding-right: 41px;
    float: left;
    font-size: 22px;
    margin: 0;
    line-height: 68px;
    letter-spacing: 0.2px;
}

.Nav li a {
    color: #1d3b8b;
    text-decoration: none;
    display: inline-block;
}

.Nav li a:hover,
.Nav li:hover a,
.Nav li.active a {
    color: #96c11f;
}

.Nav li:last-child {
    padding-right: 0;
}

.Nav li ul {
    display: none;
    padding: 15px 22px 8px 23px;
    position: absolute;
    top: 68px;
    left: -15px;
    width: 283px;
    background: #1d3b8b;
    z-index: 99;
}

.Nav li ul:after {
    bottom: 100%;
    left: 68px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(29, 59, 139, 0);
    border-bottom-color: #1d3b8b;
    border-width: 10px;
    margin-left: -10px;
}

.Nav li:hover ul {
    display: block;
}

.Nav li li {
    padding: 0 0 7px;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin: 0;
    width: 100%;
    letter-spacing: -0.1px;
    line-height: normal;
}

.Nav li li a {
    color: #fff!important;
    width: 100%;
}

.Nav li li a .fa {
    padding-right: 6px;
}

.Nav li li a:hover {
    color: #96c11f!important;
}


/* <<< Mobilemenu >>> */

.mobilemenu {
    padding: 0;
    width: 100%;
    position: absolute;
    top: 17px;
    left: 0%;
    display: none;
}

.mobilemenu #mainmenu {
    width: 100%;
}

.mobilemenu .slicknav_menu {
    padding: 2px 0 0 0;
    overflow: hidden;
}

.mobilemenu .slicknav_menu .slicknav_btn {
    margin-right: 15px;
    color: #fff;
    font-size: 16px;
    z-index: 9999;
    text-decoration: none;
    position: absolute;
    right: 0px;
    display: block;
    vertical-align: middle;
    text-align: center;
    line-height: 1.125em;
    cursor: pointer;
    width: 35px;
    height: 35px;
    z-index: 99999;
}

.mobilemenu .slicknav_btn .close_icn {
    display: none;
    width: 24px;
    height: 24px;
    background: url(../images/mobile-close-icn.png) top center no-repeat;
    background-size: 24px 24px;
    margin-top: 0;
}

.mobilemenu .slicknav_btn.slicknav_open .close_icn {
    display: inline-block;
    vertical-align: middle;
}

.mobilemenu .slicknav_btn.slicknav_open .slicknav_icon {
    display: none;
}

.mobilemenu .slicknav_menu .slicknav_menutxt {
    line-height: 1.188em;
    display: none;
    float: left;
    font-weight: bold;
}

.mobilemenu .slicknav_menu .slicknav_icon {
    margin: 0em 0 0 0em;
    display: inline-block;
    float: right;
    font-size: 22px;
}

.mobilemenu .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 35px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background: #1d3b8b;
}

.mobilemenu .slicknav_menu .slicknav_arrow {
    float: right;
}

.mobilemenu .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 8px;
}

.mobilemenu .slicknav_nav .slicknav_item a,
.mobilemenu .slicknav_nav .slicknav_parent-link a {
    padding: 0px;
    display: inline;
}

.mobilemenu #mainmenu ul {
    position: fixed;
    padding-top: 30px;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99;
    list-style: none;
    float: none;
    clear: both;
    background: rgba(52, 80, 153, 0.9);
    padding-left: 0px;
    margin: 0
}

.mobilemenu #mainmenu li {
    width: 100%;
    font-size: 16px;
    display: block;
    margin: 0;
}

.mobilemenu #mainmenu li a {
    padding: 0px 15px 0px 15px;
    color: #fff;
    margin: 0;
    line-height: 40px;
    text-decoration: none;
    display: block;
}

.mobilemenu #mainmenu li a:hover,
.mobilemenu #mainmenu li.slicknav_open a {
    color: #96c11f;
}

.mobilemenu #mainmenu li a a {
    padding: 0px;
    display: inline-block;
}

.mobilemenu #mainmenu li a:hover a {
    color: #96c11f;
}

.mobilemenu #mainmenu li .flag_mobile {
    padding-top: 28px;
    float: right;
}

.mobilemenu #mainmenu li .flag_mobile {
    padding: 0 15px;
    width: 100%;
}

.mobilemenu #mainmenu li .flag_mobile li {
    padding-right: 15px;
    width: auto;
}

.mobilemenu #mainmenu li .flag_mobile li a {
    padding: 0;
}

.mobilemenu #mainmenu li .flag_mobile li a:hover img,
.mobilemenu #mainmenu li .flag_mobile li.active a img {
    opacity: 0.3;
}

.mobilemenu #mainmenu li:hover {
    color: #fff;
}

.mobilemenu #mainmenu li:last-child {
    border: 0px;
}

.mobilemenu #mainmenu li ul {
    padding: 0;
    position: relative;
    top: 0px;
    left: 0px;
    border: 0px;
    width: 100%;
    background: none;
}

.mobilemenu #mainmenu li li {
    text-align: left;
    float: left;
    width: 100%;
    border-bottom: 0px;
}

.mobilemenu #mainmenu li li a {
    padding: 0px 20px 0px 40px;
    color: #fff!important;
}

.mobilemenu #mainmenu li li a:hover {
    color: #96c11f!important;
}


/* <<< Banner Section >>> */

.Banner_sec {
    position: relative;
    padding-top: 134px;
}

.Banner_sec .item {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.Banner_sec .text {
    padding-top: 156px;
    float: left;
    width: 50.41%;
    height: 100%;
    background: url(../images/green-bg.png) center right no-repeat;
    /*background: rgba(150, 193, 31, 0.9);*/
    display: none;
}

.Banner_sec .text .over {
    float: right;
    width: 636px;
}

.Banner_sec .text h1 {
    padding: 0 40px 6px 6px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    letter-spacing: -0.041px;
}

.Banner_sec .text p {
    padding: 0 0 33px 6px;
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    margin: 0;
    letter-spacing: -0.1px;
}

.Banner_sec .text a {
    padding: 17px 27px 17px 27px;
    font-size: 22px;
    font-family: 'museo_sans300';
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: #1d3b8b;
    letter-spacing: -0.9px;
}

.Banner_sec .text a .fa {
    padding-left: 13px;
    color: #7da445;
    display: inline-block;
}

.Banner_sec .text a:hover {
    background: #fff;
    color: #96c11f;
}

.Banner_sec .owl-theme .owl-dots .owl-dot {
    display: none;
}

.Banner_sec .owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    height: 34px;
    background: url(../images/prev-icn.png) top no-repeat;
    text-indent: -99999px;
    margin: 0;
    padding: 0;
}

.Banner_sec .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background: rgba(0, 0, 0, 0) url(../images/prev-icn.png) top no-repeat;
}

.Banner_sec .owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 34px;
    background: url(../images/next-icn.png) top no-repeat;
    text-indent: -99999px;
    margin: 0;
    padding: 0;
}

.Banner_sec .owl-theme .owl-controls .owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, 0) url(../images/next-icn.png) top no-repeat;
}

.Banner_sec .scroll {
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -35px;
    z-index: 9;
}

.Banner_sec.inner .text {
    padding-top: 118px;
}

.Banner_sec.inner .text .over {
    width: 642px;
}


/* <<< Welcome Side >>> */

.Welcomeside {
    padding: 63px 0 64px;
    text-align: center;
}

.Welcomeside h2 {
    padding-bottom: 48px;
    font-weight: 300;
    color: #1d3b8b;
    margin: 0 0 0 -2px;
    letter-spacing: 0.1px;
}

.Welcomeside p {
    padding: 0 50px 44px;
    font-weight: 300;
    color: #666;
    margin: 0 0 0 -1px;
    line-height: 34px;
    letter-spacing: -0.081px;
}

.Welcomeside a {
    padding: 16px 29px 18px 26px;
    font-size: 22px;
    font-family: 'museo_sans300';
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: #96c11f;
    letter-spacing: -1.2px;
    margin-left: -4px;
}

.Welcomeside a .fa {
    padding-left: 13px;
    color: #1d3b8b;
    display: inline-block;
}

.Welcomeside a:hover {
    background: #1d3b8b;
    color: #fff;
    text-decoration: none;
}

.Welcomeside a:hover .fa {
    color: #fff;
}


/* <<< Service Side >>> */

.Serviceside {
    padding: 10px 0;
}

.Serviceside ul {
    margin-bottom: 0;
    list-style: none;
}

.Serviceside li {
    margin: 0;
}

.Serviceside.inner li {
    margin: 0 0 42px;
    cursor: pointer;
}

.Serviceside li img {
    padding: 0;
    width: 100%;
}

.Serviceside li .text {
    padding: 26px 19px 32px 24px;
    width: 100%;
    background: #f4f9e8;
    min-height: 364px;
}

.Serviceside li .text h3 {
    padding-bottom: 22px;
    font-weight: 300;
    color: #1d3b8b;
    margin: 0;
    line-height: 34px;
    letter-spacing: -0.1px;
}

.Serviceside li .text .border {
    padding: 0 10px 35px 0;
    margin-bottom: 25px;
    border-bottom: 2px solid #e2e6d8;
}

.Serviceside li .text p {
    font-weight: 300;
    color: #666;
    margin: 0;
    line-height: 34px;
    letter-spacing: -0.2px;
}

.Serviceside li .text a {
    color: #96c11f;
    display: block;
    text-decoration: none;
}

.Serviceside li .text a .fa {
    padding: 3px 18px 0 0;
    float: right;
}

.Serviceside li:hover .text {
    background: #96c11f;
}

.Serviceside li:hover .text p {
    color: #fff;
}

.Serviceside li:hover .text a {
    color: #1d3b8b;
}

.Serviceside .link {
    padding: 71px 0 78px;
    width: 100%;
    text-align: center;
}

.Serviceside .link a {
    padding: 16px 29px 18px 26px;
    font-size: 22px;
    font-family: 'museo_sans300';
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: #96c11f;
    letter-spacing: -1.2px;
    margin-left: -4px;
}

.Serviceside .link a .fa {
    padding-left: 18px;
    float: right;
    color: #1d3b8b;
}

.Serviceside .link a:hover {
    background: #1d3b8b;
}

.Serviceside .link a:hover .fa {
    color: #fff;
}


/* <<< Service Side >>> */

.Aboutside {
    padding: 61px 0 219px;
}

.Aboutside .image {
    padding-left: 0;
}

.Aboutside .image img {
    padding: 0;
    width: 100%;
}

.Aboutside .text {
    padding: 22px 0 0 72px;
}

.Aboutside .text h3 {
    padding-bottom: 21px;
    font-weight: 300;
    color: #094e81;
    margin: 0;
}

.Aboutside .text h3 i {
    padding-left: 5px;
    color: #96c11f;
}

.Aboutside .text p {
    padding: 0 100px 27px 0;
    font-size: 22px;
    font-weight: 300;
    color: #777;
    margin: 0;
    line-height: 36px;
    letter-spacing: -0.041px;
}

.Aboutside .text a {
    padding: 16px 33px 18px 29px;
    font-size: 22px;
    font-family: 'museo_sans300';
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background: #96c11f;
    letter-spacing: -1.3px;
}

.Aboutside .text a .fa {
    padding-left: 19px;
    float: right;
    color: #1d3b8b;
}

.Aboutside .text a:hover {
    background: #1d3b8b;
}

.Aboutside .text a:hover .fa {
    color: #fff;
}


/* <<< Sub Side >>> */

.Subside {
    padding: 64px 0 65px;
}

.Subside .left {
    padding: 0 70px 0 2px;
}

.Subside .left h3 {
    padding: 0 0 41px 1px;
    font-weight: 300;
    color: #1d3b8b;
    margin: 0;
    letter-spacing: -0.1px;
}

.Subside .left p {
    font-weight: 300;
    color: #666;
    margin: 0;
    line-height: 34px;
    letter-spacing: -0.1px;
}

.Subside .right {
    padding: 2px 0 0 26px;
}

.Subside .right ul {
    margin: 0;
    list-style: none;
}

.Subside .right li {
    padding-bottom: 23px;
    font-size: 26px;
    font-weight: 300;
    margin: 0;
    letter-spacing: -0.1px;
}

.Subside .right li a {
    color: #1d3b8b;
    text-decoration: none;
    display: inline-block;
}

.Subside .right li a .fa {
    padding-right: 8px;
    color: #96c11f;
}

.Subside .right li a:hover {
    color: #96c11f;
}


/* <<< Image Side >>> */

.Imageside {
    background: #1d3b8b;
}

.Imageside .left {
    padding: 0;
}

.Imageside .left img {
    width: 100%;
}

.Imageside .right {
    padding: 108px 15px 90px;
}

.Imageside .right p {
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}


/* <<< What Side >>> */

.Whatside {
    padding: 91px 0;
}

.Whatside p {
    font-size: 26px;
    font-weight: 300;
    color: #094e81;
    margin: 0;
}

.Whatside p a {
    color: #96c11f;
    text-decoration: none;
    display: inline-block;
}

.Whatside p a:hover {
    text-decoration: underline;
}


/* <<< Project Side >>> */

.Projectside {
    padding: 64px 0 57px;
}

.Projectside h3 {
    padding: 0 0 41px 2px;
    font-weight: 300;
    color: #1d3b8b;
    margin: 0;
    letter-spacing: -0.1px;
}

.Projectside p {
    padding-left: 2px;
    font-weight: 300;
    color: #666;
    margin: 0;
    line-height: 34px;
    letter-spacing: -0.1px;
}

.Projectside.inner {
    padding-bottom: 0;
}

.Projectside.inner .text {
    padding-top: 93px;
    width: 100%;
}

.Projectside.inner .text ul {
    list-style: none;
    margin: 0;
}

.Projectside.inner .text li {
    width: 100%;
    float: left;
    margin: 0 0 40px;
    background: #f3f5f9;
}

.Projectside.inner .text li .left {
    padding-left: 0;
}

.Projectside.inner .text li .left img {
    width: 100%;
    display: inline-block;
}

.Projectside.inner .text li .left a {
    padding: 19px 37px 19px 22px;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    display: block;
    text-decoration: none;
    background: #96c11f;
    line-height: 37px;
    letter-spacing: -0.9px;
}

.Projectside.inner .text li .left a span {
    margin-right: 12px;
    font-size: 21px;
    width: 37px;
    height: 37px;
    color: #96c11f;
    background: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.Projectside.inner .text li .left a .fa-angle-right {
    padding-top: 10px;
    float: right;
}

.Projectside.inner .text li .left a:hover {
    background: #1d3b8b;
}

.Projectside.inner .text li .left a:hover span {
    color: #1d3b8b;
}

.Projectside.inner .text li:last-child {
    margin-bottom: 0;
}

.Projectside.inner .text li .right {
    padding: 33px 45px 0 4px;
}

.Projectside.inner .text li .right h3 {
    padding-bottom: 38px;
}

.Projectside.inner .text li .right p {
    padding-bottom: 34px;
}

.Projectside.inner .text li .right p span {
    display: block;
}

.Projectside.inner .text li .right p:last-child {
    padding-bottom: 0;
}


/* <<< Map Section >>> */

.Map_sec {
    padding: 134px 0 0;
}

.Map_sec iframe {
    width: 100%;
    height: 333px;
    border: none;
}


/* <<< Contact Side >>> */

.Contactside {
    padding: 61px 0 150px;
}

.Contactside .Contact {
    padding-left: 2px;
}

.Contactside .Contact h3 {
    padding-bottom: 47px;
    font-weight: 300;
    color: #1d3b8b;
    margin: 0 0 0 -2px;
    letter-spacing: 0.041px;
}

.Contactside .Contact p {
    padding-bottom: 36px;
    font-size: 22px;
    font-weight: 300;
    color: #666;
    margin: 0;
    line-height: 36px;
    letter-spacing: -0.2px;
}

.Contactside .Contact p a {
    color: #666;
    display: inline-block;
    text-decoration: none;
}

.Contactside .Contact p a:hover {
    color: #1d3b8b;
    text-decoration: none;
}

.Contactside .Contact p.last {
    padding-top: 0;
}

.Contactside .Info {
    padding: 0 0 0 10px;
}

.Contactside .Info h3 {
    padding-bottom: 56px;
    font-weight: 300;
    color: #1d3b8b;
    margin: 0;
    letter-spacing: -0.041px;
}

.Contactside .Info form {
    padding: 0;
    border: 0;
}

.Contactside .Info form p {
    margin: 0 0 17px;
    overflow: hidden;
}

.Contactside .Info input {
    padding: 0 23px;
    width: 48.45%;
    margin: 0;
    font-weight: 300;
    color: #666;
}

.Contactside .Info input.left {
    float: left;
}

.Contactside .Info input.right {
    float: right;
}

.Contactside .Info input::-webkit-input-placeholder {
    color: #666;
}

.Contactside .Info input:-moz-placeholder {
    color: #666;
}

.Contactside .Info input::-moz-placeholder {
    color: #666;
}

.Contactside .Info input:-ms-input-placeholder {
    color: #666;
}

.Contactside .Info textarea {
    padding: 17px 24px;
    font-size: 24px;
    font-weight: 300;
    width: 100%;
    height: 137px;
    margin-bottom: 6px;
    border: 0;
    resize: none;
    letter-spacing: -0.4px;
    margin-bottom: 0;
}

.Contactside .Info textarea::-webkit-input-placeholder {
    color: #666;
}

.Contactside .Info textarea:-moz-placeholder {
    color: #666;
}

.Contactside .Info textarea::-moz-placeholder {
    color: #666;
}

.Contactside .Info textarea:-ms-input-placeholder {
    color: #666;
}

.Contactside .Info label input.check {
    padding: 0;
    margin: 0 10px 0 0;
    height: auto;
    width: auto;
    vertical-align: middle;
    display: inline;
}

.Contactside .Info button.btn {
    padding: 0;
    margin-top: 0;
    float: right;
    font-size: 22px;
    font-family: 'museo_sans100';
    width: 184px;
    height: 58px;
    background: #96c11f;
    color: #fff;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    border-radius: 0;
    letter-spacing: -0.44px;
    text-align: center;
}

.Contactside .Info button.btn .fa {
    padding-left: 20px;
    color: #1d3b8b;
}

.Contactside .Info button.btn:hover {
    background: #1d3b8b;
    color: #fff;
}

.Contactside .Info button.btn:hover .fa {
    color: #fff;
}

.Contactside .Info .checkbox label {
    padding: 10px 0 0 0;
    margin-right: 40px;
    font-size: 22px;
    font-weight: 300;
    color: #666;
}


/* <<< footer >>> */

footer {
    padding: 49px 0 57px;
    overflow: hidden;
    width: 100%;
    background: #1d3b8b;
}

footer .Address {
    padding-left: 6px;
    width: 35.65%;
    border-right: 2px solid #4a62a2;
}

footer .Address address {
    padding: 0;
    float: left;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin: -5px 0 0;
    line-height: 34px;
    letter-spacing: -0.081px;
}

footer .Address ul {
    padding-right: 54px;
    float: right;
    margin: 0;
    list-style: none;
}

footer .Address li {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    line-height: 24px;
    letter-spacing: -0.21px;
}

footer .Address li a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

footer .Address li a:hover {
    color: #96c11f;
}

footer .Address li:last-child {
    padding-bottom: 0;
}

footer .footermenu {
    padding-left: 53px;
    width: 25%;
}

footer .footermenu ul {
    margin: 0;
    list-style: none;
}

footer .footermenu li {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    line-height: 24px;
    letter-spacing: -0.11px;
}

footer .footermenu li a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

footer .footermenu li a .fa {
    padding-right: 5px;
    color: #96c11f;
}

footer .footermenu li a:hover {
    color: #96c11f;
}

footer .footermenu li:last-child {
    padding-bottom: 0;
}

footer .social {
    padding-right: 3px;
    float: right;
    text-align: right;
}

footer .social ul {
    margin: 0;
    list-style: none;
}

footer .social li {
    padding-right: 21px;
    display: inline-block;
    margin: 0;
}

footer .social li a {
    font-size: 24px;
    color: #1d3b8b;
    width: 43px;
    height: 43px;
    background: #fff;
    border-radius: 50%;
    display: block;
    line-height: 43px;
    text-align: center;
}

footer .social li a:hover {
    background: #96c11f;
}

footer .social li:last-child {
    padding-right: 0;
}

footer .social h4 {
    padding: 29px 12px 0 0;
    font-family: 'museo_sans100';
    color: #fff;
    margin: 0;
}

footer .social h4 a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

footer .social h4 a:hover {
    color: #96c11f;
}

.scrollToTop {
    position: fixed;
    width: 44px;
    height: 44px;
    bottom: 20px;
    right: 20px;
    display: none;
    background: url(../images/scrolltop-icn.png) top no-repeat;
    z-index: 9999;
}

.scrollToTop:hover {
    background: url(../images/scrolltop-icn-hover.png) top no-repeat;
}


/* Font */

@font-face {
    font-family: 'museo_sans300';
    src: url('museosans-300-webfont.woff2') format('woff2'), url('museosans-300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans100';
    src: url('museosans-100-webfont.woff2') format('woff2'), url('museosans-100-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
