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: 'Noto Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 10px 0;
    font-weight: bold;
    color: #000000;
    font-family: 'Playfair Display', serif;
}
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: url(../images/bg.svg) center top no-repeat;
    padding: 30px 0;
}
body.home_page #header {
    background: transparent;
    position: absolute;
    top: 58px;
    width: 1350px;
    left: 50%;
    padding: 0;
    transform: translateX(-50%);
    z-index: 2;
}
#header .container, .inline.topinfo {
    display: flex;
    gap: 40px;
}
.inline.topinfo a {
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
}
.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: 200px;
}
.top {
    display: inline-block;
}
.logo {
    max-width: 350px;
    display: inline-block;
}
img.logoim {
    max-width: 100%;
}
#topimage .custom.container >div {
    max-width: 630px;
    position: relative;
}
#topimage .custom.container img {
    position: absolute;
    right: -60px;
    bottom: -180px;
}
#topimage {
    background: url(../images/bg.svg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 90px;
    padding: 16vw 5vw 80px 5vw;
}

#topimage h1 {
    font-size: 63px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 40px;
}
#topimage .custom h3 {
    font-size: 46px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 44px;
}
#topimage .custom p {
    color: #fff;
    font-size: 17px;
}
.inline.topinfo td {
    vertical-align: middle;
}

.inline.topinfo .custom {
    width: 235px;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
}
.inline.topinfo .custom a {
    color: #fff;
    font-size: 20px;
}

.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 {
    font-size: 35px;
    margin-bottom: 60px;
    color: #4B0E5A;
    font-weight: 400;
    max-width: 440px;
}
.moduletableservbl td {
    display: inline-block;
    width: 260px;
    margin: 0 10px 20px 0;
    overflow: hidden;
    padding: 50px 30px;
    box-sizing: border-box;
    position: relative;
    height: 455px;
    color: #fff;
    border-radius: 15px;
}
.moduletableservbl td > div {
    position: absolute;
    width: 80%;
    left: 30px;
    line-height: 22px;
    height: 253px;
    bottom: -400px;
}
.moduletableservbl td:hover > div {
    bottom: 50px;
    transition: all .5s;
}
.moduletableservbl td  h3 {
    margin:  0;
    color: #fff;
    font-size: 22px;
    position: absolute;
    bottom: 30px;
    max-width: 200px;
}
.moduletableservbl td:hover  h3 {
    bottom: 340px;
    transition: all .4s;
}
.moduletableservbl td:last-child {
    margin-right: 0;
}
.moduletableservbl td:hover {
    background: linear-gradient(180deg, #71098C 0%, #582A93 100%);
    box-shadow: 0 0 50px rgb(0 0 0 / 20%);
}
.moduletableservbl td img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}

.moduletablegmap {
    width: 800px;
    margin-left: -300px;
    border-radius: 0 400px 400px 0;
    overflow: hidden;
    height: 670px;
    padding-right: 80px;
}
.moduletablegmap iframe {
    height: 670px !important;
    border-radius: 0 400px 400px 0;
    box-shadow: 80px 0px 0 #ffffff29;
}
#botmap {
    background: url(../images/bg.svg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 130px 0 50px 0;
    height: 670px;
}
#botmap .container {
  position: relative;
}
.moduletableadre {
    position: absolute;
    top: 50%;
    right: 150px;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.moduletableadre > h3 {
    font-size: 55px;
    color: #fff;
    margin-bottom: 19px;
}
.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;
}


#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;
} 
 #user-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#user-bottom {
    margin: 20px auto 0 auto;
    padding: 10px 0 80px 0;
    text-transform: uppercase;
    line-height: 35px;
}
.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: 300px 0 90px 0;
        background-size: auto;
    }
    #botmap {
        background-size: auto;
        background-attachment: inherit;
    }
    #topimage .custom.container img {
        position: absolute;
        right: -90px;
        bottom: -180px;
    }
}
@media screen and (max-width: 1430px) {
    #topimage {
        padding: 265px 0 82px 12px;
        overflow: hidden;
    }
    body.home_page  #header .container {
        padding-right: 0;
        width: 95vw;
    }
    .container {
        padding: 0 30px;
    }
    #topimage .custom.container img {
        position: absolute;
        right: -134px;
        bottom: -129px;
        width: 900px;
        z-index: -1;
    }
    body.home_page #header {
        width: 99vw;
        z-index: 5;
    }
    .moduletableservbl td {
        display: inline-block;
        width: 330px;
    }
}
@media screen and (max-width: 1300px) { 
    .moduletableservbl td  h3 {
        font-size: 25px;    
    }
 
}
@media screen and (max-width: 1100px) { 
   
    .customabbl tr td:first-child {
        max-width: 51vw;
        padding-top: 0;
        font-size: 20px;
    }
    .moduletableservbl td {
        width: 300px;
    }
    #topimage .custom.container img {
        width: 737px;
    }

}
@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 td {
        margin-right: 10px;
       padding: 17px 8px;
    }
    #topimage .custom h3 {
        font-size: 39px;
        margin-bottom: 36px;
    }
    #header .container, .inline.topinfo {
        display: flex;
        gap: 15px;
    }
    #botmap .container {
        gap: 40px;
        flex-direction: column;
    }
    .inline.topinfo a img {
        margin-right: 11px;
        max-width: 37px;
    }
    .inline.topinfo a {
        line-height: 36px;
        font-size: 15px;
    }
    .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: 70px 0 50px 0;
        height: auto;
        padding: 40px 0;
    }
    .moduletablegmap {
        width: 100%;
        margin-left: 0;
        border-radius: 400px;
        height: auto;
        padding: 0;
    }
    .moduletablegmap iframe {
        height: 500px !important;
        border-radius: 400px;
        box-shadow: none;
    }
    .moduletableadre {
        position: static;
        transform: none;
        font-size: 18px;
        margin: 30px 0;
    }
    .moduletableservbl {
        text-align: center;
    }
    .moduletableservbl td {
        text-align: left;
    }
    .moduletableservbl > h3 {
        margin: 0 auto 40px auto;
    }
    .moduletableservbl td {
        width: 300px;
        border-radius: 50px;
        margin: 10px;
    }
    #topimage .custom.container >div {
        max-width: 378px;
    }
    #topimage h1 {
        font-size: 49px;
        line-height: 48px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
 
    .inline.topinfo {
        flex-direction: column;
        gap: 5px;
    }
    body.home_page  #header .container {
        width: 90vw;
    }
    #header {
        top: 28px;
    }
    #topimage .custom.container >div {
        max-width: none;
        text-align: center;
        padding: 300px 15px 0 15px;
    }
    #topimage h1 {
        font-size: 52px;
    }
    #topimage .custom.container img {
        width: 109vw;
        bottom: 260px;
        right: 50%;
        transform: translateX(52%);
    }
    .moduletableservbl tr {
        display: contents;
    }
    .moduletableservbl td {
        width: 46%;
        margin: 8px;
    }
    #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;
    }
    #topimage {
        padding: 47vw 0 10vw 0;
        margin-bottom: 50px;
        background-attachment: scroll;
    }
    #botmap {
        background-attachment: scroll;
    }
    .customabbl tr td img {
        max-width: 100%;
    }
    
  
}
@media screen and (max-width: 690px) {
    #topimage .custom.container img {
        bottom: 345px;
    }
    #topimage h1 {
        font-size: 52px;
        line-height: 55px;
    }
    .moduletableservbl td  h3 {
        font-size: 22px;
    }
    .moduletableservbl td {
        padding: 50px 16px;
        border-radius: 20px;
    }
    .moduletableservbl td > div {
        left: 16px;
    }
    .moduletableservbl td:hover > div {
        bottom: 74px;
    }
}
@media screen and (max-width: 550px) {
    .logo {
        max-width: 100px;
        display: inline-block;
    }
    body.home_page #header .logo {
        max-width: 127px;
        display: inline-block;
    }
    #topimage .custom.container >div {
        padding: 74vw 15px 0 15px;
    }
.inline.topinfo a {
    line-height: 25px;
    font-size: 15px;
}
.inline.topinfo a img {
    margin-right: 6px;
    max-width: 26px;
}
#header {
    padding: 25px 0;
}
#topimage .custom td img {
    width: 45px;
    height: 45px;
}
#topimage {
    padding: 34vw 0 70px 0;
}
#topimage .custom.container img {
    top: -77px;
    bottom: auto;
}
.moduletableservbl td > div {
    font-size: 15px;
}
.moduletablegmap iframe {
    height: 87vw !important;
    border-radius: 400px;
    box-shadow: none;
}
.moduletableservbl td {
    padding: 50px 30px;
    border-radius: 20px;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    margin-bottom: 10px;
}
.moduletableservbl td  h3 {
    font-size: 29px;
    max-width: 300px;
}
.moduletableservbl td:hover > div {
    bottom: 47px;
    left: 30px;
}
#user-bottom .container .custom:first-child p {
    display: flex;
    flex-direction: column;
    align-items: center;
}
div#user-bottom img {
    width: 35px;
}

}
@media screen and (max-width: 450px) {
.container {
    padding: 0 15px;
}
#botmap {
    margin: 70px 0 -10px 0;
}
.moduletableadre > h3 {
    font-size: 42px;
}
#user-bottom {
    margin: 10px auto 0 auto;
    padding: 30px 0 30px 0;
    text-transform: uppercase;
    line-height: 35px;
    background: #f1f1f1;
}

.inline.topinfo a {
    line-height: 25px;
    font-size: 13px;
}
#topimage {
    padding: 34vw 0 40px 0;
    margin-bottom: 40px;
}
#topimage .custom.container img {
    top: -19px;
    bottom: auto;
    width: 117vw;
    transform: translateX(52%);
}
#topimage .custom.container >div {
    padding: 90vw 15px 0 15px;
}
.inline.topinfo td:first-child {
    width: 30px !important;
}
.inline.topinfo .custom {
    width: 196px;
    color: #fff;
    font-size: 17px;
    line-height: 25px;
}
.inline.topinfo .custom a {
    color: #fff;
    font-size: 18px;
}
body.home_page #header {
    top: 45px;
}
#topimage h1 {
    font-size: 39px;
    line-height: 1em;
}
.moduletableservbl td:hover  h3 {
    bottom: 300px;
}
.moduletableservbl td:hover > div {
    bottom: 8px;
    left: 30px;
}
#topimage .custom h3 {
    font-size: 19px;
    margin-bottom: 8px;
}
#topimage .custom td {
    padding: 9px;
    margin: 4px 9px 6px 1px;
}
.moduletableservbl > h3 {
    font-size: 32px;
}
.customabbl tr td:first-child {
    line-height: 29px;
    font-size: 17px;
}

.inline.topinfo .custom:first-child a img {
    display: none;
}
.page-header h2 {
    font-size: 28px;
    margin-bottom: 7px;
}
.item-page {
    margin: 30px 0;
    font-size: 16px;
}
}

@media screen and (max-width: 400px) {
   
#topimage {
    padding: 31vw 0 12vw 0;
}
.customadre h3 {
    margin-top: 0px;
    color: #fff;
}
.moduletableservbl > h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.modulegmap iframe {
    max-height: 300px;
}
img.logoft {
    max-width: 58vw;
}
.user2 .custom {
    text-align: center;
}
#user-bottom {
    padding: 40px 0 20px 0;
}
body.home_page #header .logo {
    max-width: 114px;
    display: inline-block;
}


}