/*
Theme Name: ACF
Text Domain: ACF
Version: 1.4
Keyword:
*/
:root {
    --blue: #20526d;
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: var(--darkblue);
}

p {
    margin-bottom: 1em;
}

.gray {
    color: var(--gray);
}

body {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Libre Franklin', sans-serif;
    color: #2a2a2a;
    font-weight: 300;
}

h1,h2,h3,h4 {
    color: #222;
}

h2 {
    font-size: 30px;
    font-family: 'Libre Franklin', sans-serif;
    margin-bottom: 20px;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #d5d6db;
    z-index: 22;
}

.admin-bar #header {
    position: fixed;
    top: 32px;
    z-index: 11;
}

.hdsection {
    padding-top: 80px;
}

.swiper-image-stretch .swiper-slide img.swiper-slide-image {
    display: block;
}

.wpcf7 {
}

.wpcf7 label {
    display: block;
}

.wpcf7 p {
    margin: 0;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea {
    background: #f5f5f5;
    border: 2px solid #dbdbdb;
    height: 30px;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 19px;
}

.wpcf7 textarea {
    height: 124px;
    padding: 10px;
}

.wpcf7 .row1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.wpcf7 .note {
    font-size: 14px;
    margin-bottom: 15px;
}

.wpcf7 input[type=submit] {
    background: #000000;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.wpcf7 input[type=submit]:hover {
    background: #20526d;
}

.sectiontitle:before {
    content: '';
    display: block;
    height: 5px;
    width: 150px;
    background: #33aeb8;
    margin: auto auto 20px;
}

.close-intro>div {
    background: #e6e6e6;
    padding: 20px;
    border-radius: 30px;
    color: var(--blue);
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
}

.close-intro h2 {
    color: var(--blue);
    font-size: 50px;
}

#gallery-1 img {
    border: none !important;
}

.gallery-icon {
    position: relative;
}

.gallery-icon:before {
    pointer-events: none;
    background: #000000bd;
    position: absolute;
    content: '';
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.gallery-icon:hover:before {
    animation: imagehover 0.7s;
    transform: scale(1,1);
}

@keyframes imagehover {
    0% {
        transform: scale(0.1,0.03);
    }

    60% {
        transform: scale(1,0.03);
    }

    100% {
        transform: scale(1,1);
    }
}

.gallery-icon:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='200px' height='200px' viewBox='0 0 200 200' style='enable-background:new 0 0 200 200;' xml:space='preserve'%3E%3Cpolygon fill='%23ffffff' points='200,95 105,95 105,0 95,0 95,95 0,95 0,105 95,105 95,200 105,200 105,105 200,105 '/%3E%3C/svg%3E%0A");
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-size: contain;
    pointer-events: none;
    opacity: 0;
}

.gallery-icon:hover:after {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.6s;
}

.intro h2 {
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    max-width: 350px;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: normal;
line-height: 1.2;}

#sliderhero {
    width: 100%;
}

#sliderhero img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

#sliderhero .cap {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    font-size: 25px;
    font-weight: 300;
    padding-left: 70px;
    font-family: 'Oxygen', sans-serif;
}

#sliderhero .cap h3 {
    color: #fff;
    font-size: 40px;
}

#sliderhero .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

#sliderhero .swiper-pagination-bullet {
    width: 50px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 0;
    margin: 0 10px;
    background: transparent;
    opacity: 1;
}

#sliderhero .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.elementor-tab-content {
    font-weight: 300;
    line-height: 1.8;
}

.elementor-tab-content h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.elementor-tab-content ul {
    margin-left: 30px;
}

.elementor-tab-content li {
    margin-bottom: 10px;
}

.elementor-tabs-wrapper {
    background: #b9b4bd;
    font-weight: normal;
    display: flex;
    overflow: visible !important;
}

.elementor-tab-title {
    font-weight: 300 !important;
    color: #222;
}

.elementor-tabs-wrapper>div {
    flex: 1 1 0px;
    border-right: 1px solid #fff !important;
    text-align: center;
    padding: 25px 0 !important;
}

.elementor-tab-title.elementor-active {
    background: var(--blue);
    color: #fff;
}

.elementor-tab-title.elementor-active:after {
    display: block;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-width: 10px 10px 0 10px !important;
    border-color: #21546f transparent transparent transparent !important;
    left: 50% !important;
    top: 100%;
    bottom: auto !important;
}

.rightimg .elementor-tab-content {
    padding-right: 450px !important;
    position: relative;
}

.rightimg .elementor-tab-content img {
    position: absolute;
    right: 0;
    top: 60px;
    width: 400px;
}

.rightimg a, a.elementor-button-link {
    text-transform: uppercase;
    color: var(--blue);
    font-size: 12px;
    font-weight: normal;
    border: 2px solid var(--blue);
    border-radius: 5px;
    padding: 10px 40px;
    display: inline-block;
    background-image: linear-gradient(90deg, #21546f 0%, #21546f 100%);
    background-repeat: no-repeat;
    transition: all 0.4s ease-in-out;
    background-size: 0% 100%;
}

.rightimg a:hover, a.elementor-button-link:hover {
    background-size: 100% 100%;
    color: #fff;
}

a.elementor-button-link:hover span {
    color: #fff;
}

.elementor-widget-text-editor ul {
    margin-left: 25px;
    margin-bottom: 20px;
}

.elementor-widget-text-editor li {
    margin-bottom: 5px;
    line-height: 1.8;
}

.elementor-widget-text-editor a {
    font-weight: 400;
    color: var(--blue);
    text-decoration: underline !important;
}

#header ul.menu {
    display: flex;
}

#header ul.menu li {
    position: relative;
    display: block;
}

#header ul.menu ul {
    position: absolute;
    background: var(--blue);
    position: absolute;
    min-width: 100%;
    padding: 10px 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateY(-20px);
    visibility: hidden;
}

#header ul.menu ul a {
    color: #fff;
    padding: 9px 20px;
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    z-index: 11;
}

#header ul.menu ul li>a:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 0%;
    width: 2px;
    background: #30a5ae;
    transition: all 0.3s ease-in-out;
}

#header ul.menu ul li:hover>a:before {
    height: 100%;
}

#header ul.menu li:hover>ul {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;	
}

#header ul.menu>li {
    flex: 1 1 0px;
    border-right: 1px solid #fff;
    display: block;
}

#header ul.menu>li.last {
    flex: 0 0 170px;
	background: #b2c43f;
}

#header ul.menu>li>a {
    background-color: var(--blue);
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    z-index: 11;
}

#header ul.menu>li>a:after {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    left: 0;
    bottom: 0;
    background: #30a5ae;
    height: 2px;
    transition: all 0.5s ease-in-out;
}

#header ul.menu>li:hover>a:after {
    width: 100%;
}

#header li.menu-item-has-children>a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='114px' viewBox='0 0 200 114' style='enable-background:new 0 0 200 114;' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M100,114c-3.6,0-7.2-1.4-9.9-4.1l-86-86c-5.5-5.5-5.5-14.3,0-19.8c5.5-5.5,14.3-5.5,19.8,0L100,80.2l76.1-76.1 c5.5-5.5,14.3-5.5,19.8,0c5.5,5.5,5.5,14.3,0,19.8l-86,86C107.2,112.6,103.6,114,100,114z'/%3E%3C/svg%3E");
    background-size: 14px;
    background-position: right 20px top 20px;
    background-repeat: no-repeat;
}


.content-title .elementor-heading-title:after {
    content: '';
    display: block;
    height: 3px;
    width: 110px;
    background: #333;
    margin: 20px auto 20px;
}

.plogo .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.plogo .wp-caption {
    position: relative;
    overflow: hidden;
}

.plogo .wp-caption-text {
    background: #000000c7;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    padding: 10px;
}

.plogo .wp-caption:hover .wp-caption-text {
    transform: translateY(0%);
}

.people {
    text-align: center;
}

.people .elementor-widget-text-editor p {
    max-width: 150px;
    text-align: center;
    margin: auto;
}

.people .elementor-widget-wrap {
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.people .elementor-column {
    padding: 10px;
}

.people .elementor-widget-wrap:hover {
    box-shadow: 0 0 10px #00000030;
}

/*menu btn*/
.m-menu {
    width: 22px;
    height: 16px;
    position: relative
}

.m-menu span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #222;
    opacity: 1;
    left: 0;
    border-radius: 0;
}

.m-menu span:nth-child(1) {
    top: 0
}

.m-menu span:nth-child(2) {
    top: 8px
}

.m-menu span:nth-child(3) {
    top: 16px
}

.m-menu {
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-right: 20px;
    z-index: 11;
    position: absolute;
    left: 20px;
    top: 17px;
    display: none;
}

.m-menu span {
    transform: rotate(0);
    transition: .25s ease-in-out
}

.mm-open .m-menu span:nth-child(1) {
    top: 9px;
    transform: rotate(135deg)
}

.mm-open .m-menu span:nth-child(2) {
    opacity: 0;
    left: -60px
}

.mm-open .m-menu span:nth-child(3) {
    top: 9px;
    transform: rotate(-135deg)
}

.mm-open .m-menu span {
    /* background: var(--blue); */
}

#header nav.mobile {
    transition: all .3s ease-in-out
}

.mm-open #header nav.mobile {
    right: 0
}

a.reg {
    display: block;
    height: 50px;
    background: #048a0f;
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    color: #fff;
    display: none;
}

#totop {
    opacity: 0;
    visibility: hidden;
    width: 80px;
    height: 100px;
    position: fixed;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 9;
    transition: all 0.3s ease;
}

.top #totop {
    opacity: 1;
    visibility: visible;
}

#totop:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='95.8px' height='200px' viewBox='0 0 95.8 200' style='enable-background:new 0 0 95.8 200;' xml:space='preserve'%3E%3Cpolygon fill='%2333afb9' points='48.2,0 0,47.6 13.1,60.9 38.8,35.5 38.8,200 57.5,200 57.5,35.7 82.6,60.9 95.8,47.7 '/%3E%3C/svg%3E") center no-repeat ;
    background-size: 16px;
}

#totop:before {
    content: '';
    display: block;
    position: absolute;
    background: #333333;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.7s cubic-bezier(0.7, -0.01, 0.33, 1);
    height: 0%;
}

#totop:hover:before {
    height: 100%;
}


.cta{
	background: #b2c43f;
}




@media(max-width: 1200px) {
    #header ul.menu>li>a{
        font-size:12px;
    }
    #header li.menu-item-has-children>a{
        background-position: right 10px top 20px;
    }
    #header ul.menu>li.menu-item-has-children>a{
        padding-right:29px;
        padding-left:22px;
    }
}

@media(max-width: 992px) {
    #header nav {
        display:none;
        margin-top: 50px;
    }

    #header ul.menu {
        display: block;
    }

    .m-menu {
        display: block;
    }

    .mm-open #header nav {
        display: block;
    }

    a.reg {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }

    #header ul.menu ul {
        position: relative;
        display: none;
        visibility: visible;
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media(max-width: 900px) {
    .rightimg .elementor-tab-content {
        padding-right:0 !important;
    }

    .rightimg .elementor-tab-content img {
        position: relative;
        width: 100%;
        top: 0;
    }
}

@media(max-width: 767px) {
    #sliderhero img {
        height:300px;
    }

    #sliderhero .cap {
        line-height: 1.2;
        left: 0;
        text-align: center;
        padding: 0;
        text-shadow: 0 0 10px #000000ab;
    }

    #sliderhero .cap h3 {
        line-height: 1.2
    }

    #sliderhero .swiper-pagination-bullet {
        border-width: 1px;
        width: 35px;
        height: 6px;
    }

    .close-intro h2 {
        font-size: 30px;
    }

    .intro h2 {
        font-size: 25px;
    }

    .elementor-widget-tabs .elementor-tab-mobile-title {
        background-color: var(--blue);
        color: #fff;
        border-bottom: 1px solid #fff !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='114px' viewBox='0 0 200 114' style='enable-background:new 0 0 200 114;' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M100,114c-3.6,0-7.2-1.4-9.9-4.1l-86-86c-5.5-5.5-5.5-14.3,0-19.8c5.5-5.5,14.3-5.5,19.8,0L100,80.2l76.1-76.1 c5.5-5.5,14.3-5.5,19.8,0c5.5,5.5,5.5,14.3,0,19.8l-86,86C107.2,112.6,103.6,114,100,114z'/%3E%3C/svg%3E");
        background-size: 14px;
        background-position: right 20px top 20px;
        background-repeat: no-repeat;
    }

    .plogo .elementor-widget-wrap{
        grid-template-columns:1fr;
    }
    .plogo .wp-caption-text{
        transform:translate(0)
    }
}

#sub_btn {
    background: #f96800;
    position: fixed;
    bottom: 0;
    right: 100px;
    color: #fff;
    border-radius:8px 8px 0 0;
    font-weight:bold;
    font-size:14px;
    padding:8px 25px;
    cursor:pointer;
    box-shadow:0 0 10px #00000070;
    text-align:center;
}
#sub_btn:hover{
    background:#2c506b;
}

@media(max-width:500px){
    #sub_btn{
        left:50%;
        right:auto;
        width:200px;
        margin-left:-100px;
        padding:6px 0px 4px;
        font-size:13px;
    }
}
/*
     FILE ARCHIVED ON 07:21:11 May 02, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:01:02 Jul 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.591
  exclusion.robots: 0.076
  exclusion.robots.policy: 0.063
  esindex: 0.011
  cdx.remote: 21.62
  LoadShardBlock: 301.967 (3)
  PetaboxLoader3.datanode: 64.716 (4)
  PetaboxLoader3.resolve: 79.112 (2)
  load_resource: 74.347
*/