html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: top;
}
html {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    max-width: 100vw;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 10px 0;
    font-weight: bold;
    color: #000000;
}
a:link, a:visited {
    color: #181818;
}
a:hover {
    color: #333;
}
ul {
    margin: 0 0 0 15px;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 5px 0 5px;
}
.clr {
    clear: both;
}
.container {
    max-width: 1350px;
    margin: 0 auto;
}
#header {
    background: #0D4292;
    padding: 30px 0;
}
body.home_page #header {
    background: transparent;
    position: absolute;
    top: 76px;
    width: 1350px;
    left: 50%;
    padding: 0;
    transform: translateX(-50%);
    z-index: 2;
}
#header .container, .inline.topinfo {
    display: flex;
    gap: 40px;
}
.inline.topinfo {
    display: flex;
    gap: 40px;
    flex: 1;
    margin-left: 68px;
    justify-content: space-between;
}

.inline.topinfo a:hover {
    color: #fab329;
}
.inline.topinfo a img {
    margin-right: 20px;
}
.inline.topinfo p {
    margin-bottom: 0;
}
#topimage .container {
    position: relative;
    z-index: 2;
}
#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body.home_page  #header .container {
    padding-right: 62px;
}
.top {
    display: inline-block;
}
.logo {
    max-width: 350px;
    display: inline-block;
}
img.logoim {
    max-width: 100%;
}
#topimage .custom.container >div {
    max-width: 710px;
    position: relative;
}
#topimage .custom.container img {
    position: absolute;
    right: 40px;
    bottom: 22px;
}
#topimage {
    background: url(../images/bg.jpg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 130px;
    padding: 292px 5vw 160px 5vw;
    position: relative;
}

#topimage h1 {
    font-size: 96px;
    color: #fff;
    line-height: 93px;
    margin-bottom: 40px;
    font-family: 'Lobster', cursive;
}
#topimage .custom h3 {
    font-size: 46px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 44px;
}
#topimage .custom p {
    color: #fff;
    font-size: 21px;
    line-height: 40px;
}
#topimage .custom div p:last-child {
    display: inline-flex;
    margin-top: 64px;
}
#topimage .custom div p:last-child a {
    display: inline-block;
    border-radius: 70px;
    border: 2px solid #FCFCFC;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    padding: 12px 37px;
    text-decoration: none;
}
#topimage .custom div p:last-child a:last-child {
    font-size: 20px;
    border: 0;
}
#topimage .custom div p:last-child a:hover {
    opacity: .6;
}
#topimage:after {
    content: '';
    position: absolute;
    bottom: -1155px;
    right: -695px;
    width: 1300px;
    height: 1397px;
    background: url(../images/grande.svg) 0 0 no-repeat;
    z-index: 0;
}
.inline.topinfo td {
    vertical-align: middle;
}

.inline.topinfo .custom {
    color: #fff;
    font-size: 20px;
    line-height: 46px;
    font-family: 'Lobster', cursive;
}
.inline.topinfo .custom img {
    margin-left: 20px;
}
.inline.topinfo .custom a {
    color: #fff;
    line-height: 46px;
    text-decoration: none;
}

.moduletableabbl {
    margin: 160px 0 100px 0;
}
.customabbl tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customabbl tr td:first-child {
    max-width: 600px;
    padding-top: 142px;
}
.customabbl tr td {
    font-size: 22px;
    line-height: 40px; 
}
.customabbl tr td img {
    width: 640px !important;
    height: 606px !important;
}
.moduletableabbl > h3 {
    font-size: 50px;
    margin-bottom: -160px;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
}
.moduletableabbl > h3::after, #user-bottom .container > a::after, .user2 .custom:first-child::after  {
    content: '';
    display: inline-block;
    width: 6px;
    height: 70px;
    background: #212A53;
    box-shadow: 11px 0px 0px 0px #FAB329;
    position: absolute;
    top: 0;
    right: -38px;
}
.moduletableservbl > h3 {
    margin-bottom: 52px;
    max-width: 690px;
    color: #020068;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 50px;
    letter-spacing: -2px;
}
.customservbl > p {
    padding-left: 55px;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px;
    max-width: 680px;
}
.moduletableservbl td {
    display: inline-block;
    border-radius: 50px;
    border: 11px solid #EEE;
    background: #FFF;
    box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.15);
    padding: 160px 100px 70px 100px;
    position: relative;
    width: 48%;
    box-sizing: border-box;
    margin: 10px;
    font-size: 18px;
}
.customservbl table {
    margin-top: 150px;
}
.customservbl tbody tr:first-child {
    padding-bottom: 90px;
    display: block;
}

.moduletableservbl td img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    position: absolute;
    left: 84px;
    top: -43px;
}
.customservbl td h3 {
    font-size: 28px;
    letter-spacing: -1px;
    margin-bottom: 32px;
}
.moduletablegmap {
    margin: 90px -5px 0 -5px;
}
.moduletablegmap iframe {
border: 0;
}
#botmap {
    margin: 130px 0 42px 0;
}
#botmap .container {
    position: relative;
    max-width: 1800px;
    background: #0D4292;
    padding-top: 80px;
}
.moduletableadre {
    color: #fff;
    font-size: 20px;
    max-width: 1250px;
    margin: 0 auto;
}
.moduletableadre > h3 {
    font-size: 64px;
    color: #fff;
    margin-bottom: 51px;
    letter-spacing: -3px;
}
.customadre tr {
    display: flex;
    justify-content: space-between;
    gap: 6vw;
}
.customadre tr td:last-child {
    max-width: 550px;
    font-size: 26px;
}
.customadre tr td:last-child img {
    margin: -5px 50px 0 0;
}
.customadre tr td {
    flex: 0 1 60%;
    line-height: 36px;
}
.customadre h3 {
    margin-top: 20px;
    color: #fff;
}
.moduletableadre a {
    color: #fff;
}


ul.breadcrumb {
    margin: 1% 0 0 0;
    padding: 1% 2%;
}
ul.breadcrumb li {
    display: inline-block;
    color: #777;
}
ul.breadcrumb li.active span {
    padding-left: 3px;
    font-size: 15px;
}
.wrapaft {
    width: 100vw;
    overflow: hidden;
}


#main {
    margin: 0 auto 0 auto;
    position: relative;
}

.blog-featured {
    background: #fff;
    color: #555;
}
.items-leading {
    position: relative;
    clear: both;
    padding: 3px 0 3px 4px;
    margin-top: 2px;
}
.item-page {
    position: relative;
    color: #000;
    line-height: 170%;
    font-size: 20px;
    margin: 50px 0;
}
.page-header h2 {
    font-size: 35px;
    margin-bottom: 37px;
}
.items-row {
    position: relative;
    clear: both;
    text-align: center;
}
.items-row .span3, .items-row .span4, .items-row .span6 {
    display: inline;
}
.cols-1 {
    width: 100%;
    clear: both;
}
.cols-2 .column-1 {
    width: 45%;
}
.cols-2 .column-2 {
    width: 45%;
}
.cols-3 .column-1 {
    width: 33%;
}
.cols-3 .column-2 {
    width: 33%;
}
.cols-3 .column-3 {
    width: 33%;
}
.cols-4 .column-1 {
    width: 24%;
}
.cols-4 .column-2 {
    width: 24%;
}
.cols-4 .column-3 {
    width: 24%;
}
.cols-4 .column-4 {
    width: 24%;
}
.column-1, .column-2, .column-3, .column-4 {
    position: relative;
    display: inline-block;
}
.blog .item {
    text-align: center;
    font-size: 15px;
    margin: 1% 0;
    padding-bottom: 1%;
}
.blog .item:hover {
    box-shadow: 0 0 20px #e8e8e8;
}
.blog .item .pull-left.item-image img {
    max-width: 100%;
}
.readmore {
    margin: 0;
    line-height: 20px;
}
ul.pagenav {
    display: block;
}
ul.pagenav li {
    list-style: none;
}
.pagenav-prev {
    float: left;
    padding-top: 10px;
}
.pagenav-next {
    float: right;
    padding-top: 10px;
}
.pagination {
    clear: both;
}
.pagination span, .pagination a, ul.pagenav li a {
    padding: 1px 8px;
    background: #fff;
    color: #555;
    font-weight: bold;
    font-size: 90%;
}
.pagination a, ul.pagenav li a {
    font-weight: bold;
    text-decoration: underline;
}
.button, .validate {
    padding: 3px 15px;
    border: 1px solid #999;
    background: #b9b8b8;
    color: #fff;
    font-weight: bold;
}
.button:hover, .validate:hover, .pagination a:hover, ul.pagenav li a:hover {
    background: #757474;
    color: #fff;
}
.inputbox, input, textarea, select {
    border: 1px solid #c0c0c0;
    color: #13618d;
    padding: 5px 10px;
}
.breadcrumbs {
    padding: 0 0 0 10px;
    color: #555;
}
div#user-bottom img {
    margin: 0 20px 0 0;
}
#user-bottom .container tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#user-bottom {
    margin: 0 auto;
    padding: 0 0 50px 0;
    text-transform: uppercase;
    line-height: 35px;
}
#user-bottom  a {
    text-decoration: none;
}
#user-bottom  a:hover {
    opacity: .6;
}
.inline {
    display: inline-block;
}
#navtoogle {
    display: none;
    background: #2c6301;
    background: linear-gradient(to bottom, #74a354, #2c6301);
    color: #fdfcfc;
    padding-right: 5%;
    text-align: right;
    margin-bottom: 2%;
}
.cmn-toggle-switch {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 6px;
    padding: 0;
    width: 58px;
    height: 38px;
    border: 0;
    font-size: 0;
    transition: background .3s;
}
.cmn-toggle-switch:focus {
    outline: none;
}
.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    height: 3px;
    background: white;
}
.cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: '';
}
.cmn-toggle-switch span::before {
    top: -8px;
}
.cmn-toggle-switch span::after {
    bottom: -8px;
}
.cmn-toggle-switch__htx {
    background-color: #b0b0b0;
}
.cmn-toggle-switch__htx span {
    transition: background 0 .3s;
}
.cmn-toggle-switch__htx span::before, .cmn-toggle-switch__htx span::after {
    transition-duration: .3s, .3s;
    transition-delay: .3s 0;
}
.cmn-toggle-switch__htx span::before {
    transition-property: top, transform;
}
.cmn-toggle-switch__htx span::after {
    transition-property: bottom, transform;
}
.cmn-toggle-switch__htx.active {
    background-color: #666;
}
.cmn-toggle-switch__htx.active span {
    background: none;
}
.cmn-toggle-switch__htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before, .cmn-toggle-switch__htx.active span::after {
    transition-delay: 0 .3s;
}
span.menutoog div {
    background: #000;
    width: 100%;
    height: .125rem;
    margin: .25rem auto;
    border-radius: 10px;
    transition: .3s cubic-bezier(.28, .55, .385, 1.65);
    transition-timing-function: cubic-bezier(.28, .55, .385, 1.65);
    transform: none;
    transform-origin: center;
}
@media screen and (min-width: 1920px) {
    #topimage {
        padding: 290px 0 180px 0;
        background-size: 1920px;
    }
  
    #botmap {
        background-size: auto;
        background-attachment: inherit;
    }
    #topimage .custom.container img {
        position: absolute;
        right: 40px;
        bottom: -82px;
    }
}
@media screen and (max-width: 1430px) {
    #topimage {
        padding: 265px 0 82px 12px;
    }
    body.home_page  #header .container {
        padding-right: 0;
        width: 95vw;
    }
    .container {
        padding: 0 30px;
    }
    body.home_page #header {
        width: 99vw;
        z-index: 5;
    }
  
    #topimage .custom.container img {
        right: 20px;
        max-width: 500px;
    }
    #topimage:after {
        content: '';
        position: absolute;
        bottom: -740px;
        right: -725px;
        width: 1148px;
        height: 990px;
        background: url(../images/grande.svg) 0 0 no-repeat;
        background-size: contain;
        z-index: 0;
    }
    .customservbl tbody tr:first-child {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 1300px) { 
    .moduletableservbl td  h3 {
        font-size: 25px;    
    }#topimage .custom.container >div {
        max-width: 570px;
        position: relative;
    }
    #topimage h1 {
        font-size: 70px;
        color: #fff;
        line-height: 67px;
        margin-bottom: 26px;
        font-family: 'Lobster', cursive;
    }
    #topimage .custom.container img {
        right: 33px;
        max-width: 406px;
    }
    #topimage .custom p {
        color: #fff;
        font-size: 17px;
        line-height: 26px;
    }
    #topimage .custom div p:last-child a {
        font-size: 17px;
        text-transform: uppercase;
        padding: 12px 21px;
    }
    .moduletableservbl td {
        padding: 130px 45px 52px 56px;
    }
    .moduletableservbl td div {
        height: 67px;
    }
    .customservbl table {
        margin-top: 150px;
        padding-bottom: 45px;
    }
    #botmap {
        margin: 50px 0 42px 0;
        overflow: hidden;
    }
    .moduletablegmap {
        margin: 90px -35px 0 -35px;
    }
 
}
@media screen and (max-width: 1200px) { 
    #topimage:after {
        content: normal;
    }
    #topimage {
        padding: 250px 0 82px 12px;
        margin-bottom: 50px;
    }
    .moduletableservbl > h3 {
        margin-bottom: 40px;
        font-size: 42px;
        padding-left: 10px;
    }
    .customservbl table {
        margin-top: 80px;
        padding-bottom: 45px;
    }
    .moduletableadre > h3 {
        font-size: 54px;
        color: #fff;
        margin-bottom: 34px;
        letter-spacing: -2px;
    }
    #botmap .container {
        padding-top: 34px;
    }
    .moduletableservbl td img {
        width: 108px;
        height: 108px;
    }
    .moduletableservbl td {
        padding: 80px 45px 52px 56px;
        width: 47%;
    }
    .moduletableadre {
        font-size: 18px;
    }
    .customadre tr td:last-child {
        max-width: 548px;
        font-size: 23px;
    }
    .customadre tr td {
        flex: 0 1 60%;
        line-height: 28px;
    }
}
@media screen and (max-width: 1100px) { 
   
    .customabbl tr td:first-child {
        max-width: 51vw;
        padding-top: 0;
        font-size: 20px;
    }
    #topimage .custom.container img {
        width: 325px;
    }
    .moduletablegmap {
        margin: 45px -35px 0 -35px;
    }
    .moduletableservbl td  h3 {
        font-size: 22px;
    }
    .customservbl > p {
        padding-left: 14px;
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        line-height: 31px;
        max-width: 783px;
    }

}
@media screen and (max-width: 1000px) {
    .customabbl tr td img {
        width: auto !important;
        height: auto !important;
    }
    .customabbl tr {
        flex-direction: column;
        gap: 40px;
    }
    .customabbl tr td:first-child {
        max-width: none;
    }
    #topimage .custom div p:last-child {
        display: inline-flex;
        margin-top: 24px;
        flex-wrap: wrap;
    }
    .customservbl > p {
        max-width: none;
    }
    #topimage .custom td {
        margin-right: 10px;
       padding: 17px 8px;
    }
    #topimage .custom h3 {
        font-size: 39px;
        margin-bottom: 36px;
    }
   .inline.topinfo {
        margin-left: 0;
        flex: initial;
    }
    #botmap .container {
        gap: 40px;
        flex-direction: column;
    }
    .inline.topinfo a img {
        margin-right: 11px;
        max-width: 37px;
    }
    #topimage {
        padding: 183px 0 39px 12px;
        margin-bottom: 50px;
        background-attachment: initial;
    }
   
    .customadre td {
        width: auto;
    }
    .moduletableabbl {
        margin: 50px 0;
    }
    .container {
        padding: 0 25px;
    }
    #user-bottom .container {
        flex-direction: column;
    }
    #user-bottom {
        margin: 10px auto 0 auto;
        padding: 0 0 30px 0;
        text-transform: uppercase;
        line-height: 35px;
    }
    #botmap {
        margin: 10px 0 10px 0;
        height: auto;
        padding: 20px 0;
    }
    .customservbl table {
        padding-bottom: 0;
    }
    .moduletableadre {
        position: static;
        transform: none;
        font-size: 18px;
    }
    .moduletableservbl td {
        padding: 76px 36px 52px 43px;
        width: 46%;
        margin: 2px;
    }
    .moduletableservbl td div {
        height: auto;
    }
    .moduletableservbl > h3 {
        margin: 0 auto 40px auto;
    }
    #user-bottom .container tr {
        flex-wrap: wrap;
    }
    #user-bottom .container tr td {
        width: 50%;
        margin-bottom: 20px;
    }
    #user-bottom .container tr td {
        width: 50%;
        margin-bottom: 20px;
    }
    body.home_page #header {
        top: 45px;
    }
       
    #topimage h1 {
        font-size: 49px;
        line-height: 48px;
        margin-bottom: 30px;
    }
    #topimage .custom.container img {
        width: 325px;
        top: 0;
        left: 17px;
    }
    #topimage .container {
        position: relative;
        z-index: 2;
        padding-top: 300px;
    }
    #topimage .custom.container >div {
        max-width: none;
        position: relative;
    }
    .inline.topinfo .custom:last-child {
        display: none;
    }
    .customadre tr {
        display: flex;
        justify-content: space-between;
        gap: 4vw;
        flex-wrap: wrap;
    }
    .customadre tr td {
        flex: 0 1 87%;
        line-height: 28px;
    }
}
@media screen and (max-width: 768px) {
 
    .inline.topinfo {
        flex-direction: column;
        gap: 5px;
    }
    body.home_page  #header .container {
        width: 90vw;
    }
    #header {
        top: 28px;
    }
    
    #topimage h1 {
        font-size: 52px;
    }
    
    .moduletableservbl tr {
        display: contents;
    }
    .customservbl tbody tr:first-child {
        padding-bottom: 0;
    }
    .moduletableservbl td {
        width: 97%;
        margin: 0 0 56px 0;
    }
    #topimage .custom td {
        padding: 10px;
        margin: 5px;
    }
    #topimage .custom td img {
        width: 60px;
    }
    #topimage table tr:after {
        content: normal;
    }
    #topimage .custom h3 {
        font-size: 31px;
        margin-bottom: 8px;
    }
  
    #botmap {
        background-attachment: scroll;
    }
    .customabbl tr td img {
        max-width: 100%;
    }
    
  
}
@media screen and (max-width: 690px) {
    #topimage .custom.container img {
        bottom: 280px;
        width: 282px;
    }
    #topimage .container {
        position: relative;
        z-index: 2;
        padding-top: 261px;
    }
    .logo {
        max-width: 209px;
        display: inline-block;
    }
    #topimage h1 {
        font-size: 52px;
        line-height: 55px;
    }
    .moduletableservbl td  h3 {
        font-size: 22px;
        margin-bottom: 13px;
    }
    
    .moduletableservbl td > div {
        left: 16px;
    }
    .moduletableservbl td:hover > div {
        bottom: 74px;
    }
    #topimage .custom div p:last-child {
        display: none;
    }
    #topimage {
        padding: 139px 0 39px 12px;
        margin-bottom: 50px;
        background-attachment: initial;
    }
    .moduletableadre > h3 {
        font-size: 40px;
        color: #fff;
        margin-bottom: 25px;
        letter-spacing: -2px;
    }
    .customadre tr {
        gap: 30px;
    }
    .customadre tr td {
        flex: 0 1 100%;
        line-height: 27px;
    }
    .customadre tr td:last-child img {
        margin: -5px 33px 0 0;
        width: 71px;
    }
    #user-bottom .container tr td {
        width: auto;
        margin-bottom: 20px;
    }
    #user-bottom .container tr {
        flex-wrap: wrap;
        gap: 15px;
    }
}
@media screen and (max-width: 550px) {
    .inline.topinfo {
        display: none;
    }
    #botmap {
        margin: -23px 0 10px 0;
    }
    .moduletableadre > h3 {
        font-size: 36px;
        color: #fff;
        margin-bottom: 17px;
        letter-spacing: -2px;
    }
    .customadre tr td:last-child {
        max-width: 548px;
        font-size: 19px;
    }
    .moduletablegmap {
        margin: 30px -30px 0 -30px;
    }
    #user-bottom {
        padding: 0;
    }

}
@media screen and (max-width: 450px) {
.container {
    padding: 0 15px;
}
body.home_page #header {
    top: 33px;
}
body.home_page  #header .container {
    width: 95vw;
}
.moduletableadre {
    position: static;
    transform: none;
    font-size: 18px;
    padding: 10px 28px;
}

}

@media screen and (max-width: 400px) {
   
    #topimage h1 {
        font-size: 46px;
        line-height: 55px;
    }
    .moduletableservbl > h3 {
        font-size: 39px;
        margin-bottom: 30px;
    }
    .moduletableservbl td {
        width: 97%;
        margin: 0 0 56px 0;
        border-radius: 35px;
    }
    .customadre tr td:last-child img {
        float: none !important;
        display: block;
        margin: 0 0 20px 0;
    }
    .moduletableadre {
        padding: 10px 17px;
    }


}