/* CSS Document */


html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 16px/1.8 'Didact Gothic', sans-serif;
	color: #333;
	height: 100%;
	line-height: 1.6;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

.DNNEmptyPane{
	display: none!important;
}
 
#dnn_SKINPLUGIN1_ThemePlugin_Panel{
	position: fixed;
    z-index: 1000;
    writing-mode: vertical-rl;
    left: 80px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 200px;
    color: #333;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    border-radius: 0 6px 6px 0;
    border-top: 2px solid #e3e3e3;
    border-right: 2px solid #e3e3e3;
    border-bottom: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    background-color: #f5f5f5;
    box-shadow: -3px 0 3px rgb(64 64 64 / 40%);
    cursor: pointer;
}
#dnn_SKINPLUGIN1_ThemePlugin_Panel a.Options_Button{
    color: #333;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
#setting-message-info-full{
    display: none;
}



#dnn_SKINPLUGIN1_hlTemplates{
	display: none;
}

#Body,
html,
body,
.Head,
.SubTitle,
.SubSubTitle {
	font-family: 'Didact Gothic';
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0;
	color: #5C5C5C;
}

.Normal {
	color: inherit;
	font: "Didact Gothic";
	line-height: 1.6;
	font-style: normal;
	font-size: 18px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Didact Gothic";
	font-weight: 500;
	line-height: 1.1;
	margin-top: 0px;
	margin-bottom: 12px;
	color: inherit;
}

h1 {
	font-weight: 500;
	font-size: 39px;
	line-height: 1.1;
	letter-spacing: 0;
	color: #0A0A0A;
}

h2 {
	font-weight: 500;
	font-size: 33px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #0A0A0A;
}

h3 {
	font-weight: 500;
	font-size: 27px;
	line-height: 1.4;
	letter-spacing: 0;
	color: #0A0A0A;
}

h4 {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0;
	color: #0A0A0A;
}

h5 {
	font-weight: 500;
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: 0;
	color: #0A0A0A;
}

h6 {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0;
	color: #0A0A0A;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.9;
}

:-moz-placeholder {
	color: inherit;
	opacity: 0.9;
}

::-moz-placeholder {
	color: inherit;
	opacity: 0.9;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.9;
}

:placeholder {
	color: inherit;
	opacity: 0.9;
}

a,
a:link {
	color: var(--accent-color);
	transition: all 0.2s;
	text-decoration: none;
}

a:visited {
	color: var(--accent-color);
}

a:hover {
	color: #1A616C;
}

a:active {
	color: #1A616C;
}

@media (max-width: 767px) {
    h1{
        font-size: 36px;
    }
	h2 {
		font-size: 26px;
	}

	h3,
	h4 {
		font-size: 24px;
	}

}


@media (min-width: 1600px) {
	.container {
		max-width: 1200px;
	}
}

p {
	margin-bottom: 18px;
}





/*header*/
.header-replace{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
    z-index: 990;
}
.header-InsidePage .nav_box{
    margin: 0 auto;
}
.header-InsidePage .header-replace{
    position: relative;
}


.desktop-header {
	z-index: 991;
	width: 100%;
}
.header-InsidePage .desktop-header {
    background-color: #FFF;
}
.desktop-header .header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 170px;
    padding: 10px 40px 10px 40px;
    transition: all ease-in 300ms;
}

.desktop-header .header-bottom {
	align-items: flex-start;
}

.desktop-header p{
    margin: 0;

}


.desktop-header .dnn_logo {
	max-width: 211px;
 }

.desktop-header .dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}


.desktop-header.floating-active{
    position: fixed;
}
.desktop-header.floating-active .header-row {
	height: 70px;
    background-color: #FFF;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.desktop-header .header-row .LogoPane img{
    width: auto !important;
    height: auto !important;
    transition: all ease-in 300ms;
}

.desktop-header.floating-active .header-row .LogoPane img,
.desktop-header.floating-active2 .header-row .LogoPane img{
    width: auto !important;
    height: 70px !important;
}

.personabar-visible .header-replace{
    padding-left: 80px;
}



@media (min-width: 992px) {
    .HomePage .desktop-header{
        top: 0 !important;
    }
    .HomePage .desktop-header.floating-active2{
        position: fixed;
    }
    .HomePage .desktop-header.floating-active2 .header-row {
        height: 70px;
        background-color: #FFF;
        box-shadow: 0 0 15px rgba(0,0,0,.1);
    }
}



@media (max-width: 991px) {
    .desktop-header .dnn_logo {
        margin-right: auto;
    }
}
@media (max-width:767px) {
    .desktop-header .header-row {
        padding: 10px 15px 10px 15px;
        height: 80px;
    }

    .desktop-header .header-row .LogoPane img,
    .desktop-header.floating-active .header-row .LogoPane img, 
    .desktop-header.floating-active2 .header-row .LogoPane img{
        height: 60px !important;
    }

    .desktop-header .dnn_logo {
        max-width: 120px;
    }
    .desktop-header .button-01{
        min-width: auto;
        padding: 8px 15px;
        font-weight: normal;
        font-size: 12px;
        white-space: nowrap;
    }
 
}






/*****************/
.Normal img {
	max-width: 100%;
}
#to_top {
	position: fixed;
	bottom: 0;
	right: 0;

	justify-content: center;
	align-items: center;

	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;

	font-size: 28px;
	margin-top: 10px;

	color: #fff;
	background-color: #00c5f2;

	cursor: pointer;
	z-index: 1000;
	display: none;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
}

#to_top:before {
    content: "\f102";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    font: normal normal normal 28px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate3d(-50%, -50%, 0);
}

#to_top:hover{
	background-color: #00c5f2;	
}



/*****************/

.dnnEditState{

}


.section-splitpage {
  overflow: hidden; 
}

.section-splitpage > .is-boxes{
	height: 100vh;
    width: 100%;
    position: relative;
	top: 0;
	left: 0;
	transform: translate3d(0,0,0);
    backface-visibility: hidden;
    display: flex;
    flex-wrap: wrap;
}
.section-splitpage > .is-boxes > .section-slide{
    position: absolute;
    height: 100vh;
    width: 50%;
    flex: 0 0 50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dnnEditState .section-splitpage > .is-boxes{
    height: auto;
}

.dnnEditState .section-splitpage > .is-boxes > .section-slide{
    position: relative;
}



.section-splitpage > .is-boxes > .section-slide.active,
.section-splitpage > .is-boxes > .section-slide.prev-active{
    transition:all 700ms cubic-bezier(0.895, 0.030, 0.685, 0.220) ;
}

.section-splitpage > .is-boxes > .is-box-left{
    left: 0;
}
.section-splitpage > .is-boxes > .is-box-right{
    right: 0;
}

.section-splitpage > .is-boxes > .section-slide:nth-child(2) ~ .is-box{
    z-index: 1002;
}


@media (max-width:991px){

    .Split_LeftPaneA{
        order: 1; 
    }
    .Split_RightPaneA{
        order: 2; 
    }
    .Split_LeftPaneB{
        order: 4; 
    }
    .Split_RightPaneB{
        order: 3; 
    }
    .Split_LeftPaneC{
        order: 5; 
    }
    .Split_RightPaneC{
        order: 6; 
    }
    .Split_LeftPaneD{
        order: 8; 
    }
    .Split_RightPaneD{
        order: 7; 
    }
    .Split_LeftPaneE{
        order: 9; 
    }
    .Split_RightPaneE{
        order: 10; 
    }

}

@media all and (max-width: 991px) and (min-width:768px) {

    .section-splitpage{
        height: 100vh !important;
    }
    .section-splitpage .is-boxes{
        display: flex;
    }
   
}

 



@media (max-width:767px), (orientation: portrait)  {
    .section-splitpage{
        height: auto !important;
    }
    .section-splitpage .is-boxes{
        display: flex;
        height: auto !important;
    }
    .section-splitpage > .is-boxes > .section-slide{
        position: relative; 
        flex: 0 0 100%;
        width: 100%;
        top: 0 ;
        left: 0;
        min-height: 100vh;
    }
    .section-splitpage > .is-boxes > .section-slide > .is-boxes{
        min-height: 100vh;
    }
}
@media (max-width:767px){
    .section-splitpage > .is-boxes > .section-slide,
    .section-splitpage > .is-boxes > .section-slide > .is-boxes{
        min-height: 50vh;
    }   
}

.section-splitpage .pagination{
    position: absolute;
    top: 50%;
    right: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1003;
    transform: translateY(-50%);
    display: block;
}

.section-splitpage .pagination .bullet{
    display: block; 
    margin: 30px 0;
    cursor: pointer;
    background-color: var(--accent-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    transition: all 300ms ease-in; 
}
.section-splitpage .pagination .bullet::after{
    content: "";
    position: absolute;
    top: -11px;
    left: -11px;
    right: -11px;
    bottom: -11px;
    border:1px solid transparent;
    border-radius: 50%;
    background-color: #FFF;
    transition: all 300ms ease-in; 
    z-index: -1;
}

.section-splitpage .pagination .bullet.active{
    box-shadow: 0 0 0 2px var(--accent-color);
}

.section-splitpage .pagination .bullet.active::after,
.section-splitpage .pagination .bullet.active::before{
   
    border-color: var(--accent-color);
}
.section-splitpage .pagination .text{
    margin-top: -6px;
}



.section-splitpage .pagination .text{
    position: absolute;
    right: 100%;
    white-space: nowrap;
    background-color: rgba(0,0,0,0.85) ;
    color: #FFF;
    margin-right: 20px;
    padding: 10px 15px;
    border-radius: 5px;
    line-height: 1;
    margin-top: -15px;
    opacity: 0;
    transition: all 300ms ease-in;
    pointer-events: none;
    font-size: 13px;
}
.section-splitpage .pagination .text::after{
    content: "";
    border: 5px solid transparent;
    border-left-color: rgba(0,0,0,0.85) ;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -5px;
}
.section-splitpage .pagination .bullet:hover .text{
    opacity: 1;
}
.section-splitpage[data-navigation="off"] .pagination{
    display:none;
}
.section-splitpage[data-navigation="left"] .pagination{
   left:30px;
   right:auto;
} 
.section-splitpage[data-navigation="left"] .pagination .text{
    left:100%;
    right:auto;
    margin:-15px 0 0 20px;
}
.section-splitpage[data-navigation="left"] .pagination .text::after{
    left:auto;
    right:100%;
    border-left-color:transparent;
    border-right-color: rgba(0,0,0,0.85);

}


.section-splitpage .scroll-down{
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    display: none !important;
}
.section-splitpage .scroll-down .icon,
.splitpage-scroll-up .icon{
    width: 18px;
    height: 18px;
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    display: block;
    transform: rotate(45deg);
    backface-visibility: hidden;
}
.section-splitpage .scroll-down::after,
.splitpage-scroll-up::after{
    content: "";
    width: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 4px;
    margin-left: -1px;
}


.has-sectionsplit{
    overflow: hidden;
    height: 100%;
}
#dnn_content{
    position: relative;
}

.splitpage-scroll-up{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000; 
    display: none !important;
}
.splitpage-scroll-up .icon{
    transform: rotate(-135deg);
}
.splitpage-scroll-up::after{
    top: 4px;
    bottom: 0;
}



/**/

.section-splitpage .section-slide{
    padding: 0% 10% !important;
    background-color: #FFF;
}
.pane-image-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.section-splitpage .section-slide .DnnModule{
    position: static;
}

.step-icon{
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--accent-color);
    margin-bottom: 30px;
    position: relative;
}
.step-icon::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid var(--accent-color);
    border-right-color: var(--accent-color2);
    border-radius: 50%;
    transform: rotate(-45deg);
}

.custom-title{
    font-size: 2.4vw;
    margin:0 0 40px;
}
.custom-title2{
    font-size: 2.4vw;
    margin:0 0 40px;
}
.custom-title2 span{
    color: var(--accent-color);
}


.big-text{
    color: #0A0A0A;
    font-size: 24px;
    margin-bottom: 20px;
    margin-bottom: 40px;
}

.tel-text{
    color: var(--accent-color);
    font-size: 24px;
    margin-bottom: 20px;
    margin-bottom: 40px;
}


.custom-button{
    height: 70px;
    min-width: 270px;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 400;
    background-color: var(--button-color);
    padding: 8px 45px;
    color: #FFF;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in 300ms;
}
.custom-button:link,
.custom-button:visited{
    color: #FFF;
    transition: all ease-in 300ms;
}
.custom-button:hover{
    color: var(--button-color);
    background-color: var(--button-color-hover);
}

.ScrollDown{
    position: absolute;
    bottom: 30px;
    font-size: 18px;
    color: #000;
}
.ScrollDown img{
    vertical-align: middle;
    margin: 0 0 0 4px;
}



.section-splitpage .Split_LeftPaneB ,
.section-splitpage .Split_LeftPaneD {
    background-color: var(--accent-color2);
}

.iconbox{
    display: flex;
    margin-top: 18px;
}
.iconbox .icon{
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    background-color: var(--accent-color);
    border-radius: 10px;
    font-size: 36px;
    margin-right: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iconbox .icon img{
    width: 36px;
}
.iconbox .title{
    margin-top: 12px;
    margin-bottom: 14px;
    color: var(--accent-color);
    font-size: 30px;
}

.item-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.item-list li{
    padding: 0 30px 15px 0;
    font-size: 24px;
    color: #0A0A0A;
}
.item-list li a{
    color: currentColor !important;
}


.footer-info{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    justify-content:space-between;
    align-items: center;
    font-size: 14px;
    border-top: 1px solid #bacfd3;
    padding-top: 20px;
}



@media only screen and (max-width:1200px) {
    .section-splitpage .section-slide{
        padding: 0% 4% !important;
    }
    .custom-title{
        font-size: 32px;
    }
    .custom-title2{
        font-size: 32px;
    }

    .iconbox .title{
        font-size: 24px;
        margin-top: 0;
    }
    .iconbox .icon{
        zoom: 0.8;
    }

}

@media only screen and (max-width: 991px) {
	.section-splitpage > .is-boxes > .section-slide{
		min-height: auto;
		height: auto;
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.pane-image-bg{
		position: relative;
	}
	.ScrollDown{
		display: none;
	}	
	#dnn_wrapper{
		padding-top: 100px;
	}

    .InsidePage #dnn_wrapper{
		padding-top: 0;
	}


    .header-replace{
        position: absolute;
    }
    .footer-info{
        position: static;
        margin-top: 30px;
    }
    .Split_LeftPaneE{
        order: 10;   
    }

}
@media only screen and (max-width: 767px) {
    .footer-info{
        display: block;
        text-align: center;
    }
    .footer-info > div{
        margin-bottom: 10px;
    }
      
}


#popup-menu{
    position: fixed;
    background-color: #FFF;
    padding: 50px 95px;
    z-index: 9999;
    right: 0;
    top: 0;
    height: 100vh;
    width: 745px;
    max-width: 100%;
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 300ms ease-in;
}
#popup-menu.active{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
   
}

#popup-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#popup-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#popup-menu ul li{
    padding: 14px 0;
}
#popup-menu ul a{
    line-height: 1.2;
    font-size: 42px;
    font-weight: bold;
    position: relative;
}
#popup-menu ul ul{
    padding-left: 50px;
}

#popup-menu ul a,
#popup-menu ul a:link,
#popup-menu ul a:visited,
#popup-menu ul a:active{
    color: var(--menu-color);
}
#popup-menu ul a::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    border-bottom: 1px solid currentColor;
    transition: width 300ms ease-in;
}
#popup-menu ul a:hover{
    color: var(--menu-hover-color);
}
#popup-menu ul a:hover::after{
    width: 100%;
}

#popup-menu .menu-close,
.pulldownsearch .search-close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 50px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24'%3E %3Cpath stroke='%23333333'  d='M6.34314575 6.34314575L17.6568542 17.6568542M6.34314575 17.6568542L17.6568542 6.34314575' /%3E%3C/svg%3E");
	background-size: 32px 32px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.popup-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.7);
    z-index: 9998;
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhAxYOChtZChx4AAAAkklEQVRIx72VSQ7AIAwDTdV/k748PbSiQqyxpXLiYI9YnCS5AclALTfgAJCdArghvxv3OKJyxRGNI4boqvcRQ+UeYqpaI5aKuWDrjGPR9iv1haF/asXhpNQGKqufiYt6MdL2gljYD5L9wxXERxS/UQySGGWxmMRyFhuK2NLEpiq2dXGwiKONr/fHeQK4uPGezAHcpe0eONJ5iW4AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDMtMjJUMTQ6MTA6MjcrMDE6MDBMbFg0AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTAzLTIyVDE0OjEwOjI3KzAxOjAwPTHgiAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=") 16 16,default;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in;
}
.popup-overlay.active{
    opacity: 1;
    visibility: visible;
}

.menu-icon{
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    color: var(--menu-icon-color);
    background: var(--menu-icon-bg);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.menu-icon .icon{
    width: 18px;
    height: 15px;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    position: relative;
}
.menu-icon .icon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid currentColor;
}

#popup-menu .menu_arrow {
    position: absolute;
    left: 100%;
    margin-left: 10px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
    #popup-menu{
        width: 500px;
        padding: 45px;
    }
    #popup-menu ul a{
        font-size: 22px;
    }

}

@media only screen and (max-width: 767px) {
    #popup-menu{
        padding: 20px;
    }
    #popup-menu ul a{
        font-size: 18px;
    }
    #popup-menu ul li{
        padding: 8px 0;
    }
    #popup-menu .menu-close, 
    .pulldownsearch .search-close{
        top: 15px;
        right: 25px;
    }
    .pulldownsearch{
        padding: 50px 25px !important;
    }
}




/*dng megamenu*/
#dnngo_megamenu .primary_structure{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
#dnngo_megamenu .primary_structure >li{
	position: relative;
	padding: 0px 18px;
}
#dnngo_megamenu .dnngo_menuslide{
	position: absolute;
	top:100%;
	left: 0;
	display: none;
}
#dnngo_megamenu .primary_structure >li > a{
	height: 47px;
	line-height: 47px;
	font-size: 18px;
	color: var(--menu-color);
	display: inline-block;
	border-radius: 5px;
	transition: all ease-in 300ms;
    font-weight: bold;
    position: relative;
}

#dnngo_megamenu .primary_structure >li.current > a,
#dnngo_megamenu .primary_structure >li:hover > a{
	text-decoration: none;
	color: var(--menu-hover-color);
}

#dnngo_megamenu .primary_structure >li > a::before{
    content: "";
    width: 0px;
    border-bottom: 2px solid currentColor;
    position: absolute;
    bottom: 0;
    left: 0;
	transition: width ease-in 300ms;
}
#dnngo_megamenu .primary_structure >li.current > a::before,
#dnngo_megamenu .primary_structure >li:hover > a::before{
    width: 20px;
}

#dnngo_megamenu .dnngo_boxslide{
	background-color: #FFF;
	margin-top: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}


#dnngo_megamenu .primary_structure >li.dir > a::after {
	content: "+";
	backface-visibility: hidden;
	transform-origin: center center;
    margin-left: 8px;
}


/*dnngo_slide_menu*/

#dnngo_megamenu .dnngo_slide_menu {
	margin:30px 0 0;
	padding: 0;
	white-space: nowrap;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 15px 0;
    border-radius: 10px ;
}

#dnngo_megamenu .dnngo_slide_menu ul,
#dnngo_megamenu .dnngo_slide_menu ul li {
	margin: 0;
	padding: 0;
}

#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 904;
}

#dnngo_megamenu .dnngo_slide_menu li {
	position: relative;
	list-style: none;
}

#dnngo_megamenu .dnngo_slide_menu li a {
	text-decoration: none;
	text-align: left;
	padding: 0px 60px 0px 20px;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease-in 200ms;
	transition: all ease-in 200ms;
}
 
 
#dnngo_megamenu .dnngo_slide_menu li.dir:before {
	content: "";
	right: 15px;
	top: 50%;
	position: absolute;
	margin-top: -4px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color ease-in 200ms;
	transition: border-color ease-in 200ms;
	backface-visibility: hidden;
	transform-origin: center center;
}
  

#dnngo_megamenu .dnngo_slide_menu li, 
#dnngo_megamenu .dnngo_slide_menu li a {
    color: var(--menu-color);
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}
#dnngo_megamenu .dnngo_slide_menu li:hover>a, 
#dnngo_megamenu .dnngo_slide_menu li>a:focus, 
#dnngo_megamenu .dnngo_slide_menu li.subcurrent>a{
    color: var(--menu-hover-color);
}


 



.search-icon,
.pulldownsearch .search{
    position: relative;
    width: 80px;
    height: 60px;
    right: 0;
    top: 0;
    color: #6c6d72;
    cursor: pointer;
} 
.search-icon::before,
.pulldownsearch .search::before{
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin:-9px 0 0 -9px;
    border: 2px solid currentColor;
    border-radius: 50%;
} 
.search-icon::after,
.pulldownsearch .search::after{
    content: "";
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 11px 0 0 -1px;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.pulldownsearch{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    position: fixed;
    background-color: #FFF;
    padding: 50px 95px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all ease-in 300ms;
}
.search-text{
    color: #646e83 ;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.pulldownsearch span{
    width: 100%;
    display: block;
}
.pulldownsearch .NormalTextBox{
    width: 100%;
    border: none;
    border-bottom: 2px solid rgba(34,51,84,.2);
    color: var(--menu-color);
    font-size: 30px;
    font-weight: 500;
    padding: 10px 45px 10px 0;
    height: 60px;
    font-weight: bold;
    outline: none !important;
}
.pulldownsearch .searchInputContainer a.dnnSearchBoxClearText{
    top: 16px;
    right: 75px;
}
.pulldownsearch #dnn_dnnSEARCH_ClassicSearch{
    position: relative;
}
.pulldownsearch .search{
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}
.pulldownsearch ul.searchSkinObjectPreview{
    width: 100%;
}


.search-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.7);
    z-index: 9998;
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhAxYOChtZChx4AAAAkklEQVRIx72VSQ7AIAwDTdV/k748PbSiQqyxpXLiYI9YnCS5AclALTfgAJCdArghvxv3OKJyxRGNI4boqvcRQ+UeYqpaI5aKuWDrjGPR9iv1haF/asXhpNQGKqufiYt6MdL2gljYD5L9wxXERxS/UQySGGWxmMRyFhuK2NLEpiq2dXGwiKONr/fHeQK4uPGezAHcpe0eONJ5iW4AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDMtMjJUMTQ6MTA6MjcrMDE6MDBMbFg0AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTAzLTIyVDE0OjEwOjI3KzAxOjAwPTHgiAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=") 16 16,default;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in;
 
}
.search-overlay.active{
    opacity: 1;
    visibility: visible;
}

.pulldownsearch.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.button-01{
    border-radius: 25px;
    background-color: var(--button-color);
    min-width: 150px;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 35px;
    font-weight: bold;
    font-size: 16px;
    transition: all ease-in 300ms;
}

.button-01,
.button-01:link,
.button-01:visited,
.button-01:active{
    color: #FFF;
}
.button-01:hover{
    color: var(--button-color);
    background-color: var(--button-color-hover);
}


.pagetitle-box{
    background-image: url("/Portals/0/background/breadcrumb.jpg");
    background-size: cover;
    background-position: center center;
    padding: 100px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
}
.pagetitle-box .PageTitlePaneA{
    margin-bottom: 20px;
}
.PageTitlePaneA h1{
    font-size: 60px;
    font-weight: bold;
}
@media only screen and (max-width:767px) {
    .PageTitlePaneA h1{
        font-size: 32px;
    }
    .pagetitle-box{
        padding: 60px 30px;
    }
    .search-icon{
        width: 40px;
        flex: 0 0 40px;
    }


}

.breadcrumbBox .dot{
    width: 3px;
    height: 3px;
    display: inline-block;
    background-color: currentColor;
    vertical-align: middle;
    margin: 0px 10px;
    border-radius: 50%;
}

.breadcrumbBox a,
.breadcrumbBox a:link,
.breadcrumbBox a:visited,
.breadcrumbBox a:active{
    color:var(--link-color);
}
.breadcrumbBox a:hover{
    color: var(--link-hover-color);
}


.listbox-01{
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.listbox-01 li a{
    padding: 10px 20px 10px 0;
    display: block;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
}
.listbox-01 li a:hover{
    background-color: var(--accent-color2);
    color: var(--accent-color);
    padding-left: 20px;
    padding-right: 0px;
}

.listbox-01 svg,
.listbox-01 img{
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    margin-right: 5px;
}

.img-radius{
    border-radius: 15px;
}

.list-check{
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.list-check li{
    padding: 5px 0;
    position: relative;
    padding-left: 25px;
}
.list-check li::before{
    content: "";
    position: absolute;
    width: 7px;
    height: 15px;
    left: 5px;
    top: 10px;
    transform: rotate(45deg);
    border-bottom: 1px solid var(--accent-color);
    border-right: 1px solid var(--accent-color);
}

.custom-button2{
    height: 60px;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--button-color); 
    padding: 8px 35px;
    color: #FFF;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in 300ms;
    min-width: 200px;
}
.custom-button2:link,
.custom-button2:visited{
    color: #FFF;
    transition: all ease-in 300ms;
}
.custom-button2:hover{
    color: var(--button-color); 
    background-color: var(--button-color-hover);
}


.inside-section01{
    background-image: url("/Portals/0/background/InsidePagePaneA-bg.jpg");
    background-size: cover;
    background-position: center center;
}


.InsidePagePaneA{
    padding: 100px 0px;
}

.custom-title02{
    margin-bottom: 40px;
}
.custom-title02 small{
    color: var(--accent-color);
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    padding: 0px 20px;
}
.custom-title02 small::before,
.custom-title02 small::after{
    position: absolute;
    content: "/";
    top: 50%;
    transform: translateY(-50%);
}
.custom-title02 small::before{
    left: 0;
}
.custom-title02 small::after{
    right: 0;
}
.custom-title02 .title{
    position: relative;
    z-index: 2;
    display: block;
    color: #223354;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-size: 48px;
}
@media only screen and (max-width: 991px) {
    .custom-title02 .title{
        font-size: 32px;
    }
}



.infobox01{
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}
.infobox01 .number{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    border-radius: 50%;
    color: #FF6B52;
    background: rgba(255,107,82,0.1);
    font-size: 24px;
    font-weight: 500;
}

.infobox01 .title{
    display: block;
    color: #223354;
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 30px;
    font-weight: 500;
}

.row > div:nth-child(2) > .infobox01 .number{
    color: #39B14A;
    background: rgba(57,177,74,0.1);
}
.row > div:nth-child(3) > .infobox01 .number{
    color: #1080D0;
    background: rgba(16,128,208,0.1);
}


.footer_box{
    background-color: var(--footer-bg);
    color: #B2B6BE;
}
.footer_box .Normal h1,
.footer_box .Normal h2,
.footer_box .Normal h3,
.footer_box .Normal h4,
.footer_box .Normal h5{
    color: #FFF;
}
.FootPaneA,
.FootPaneB{
    padding: 90px 0;
}

.footer_box .Normal{
    color: #B2B6BE;
}
.footer_box a,
.footer_box a:link,
.footer_box a:visited,
.footer_box a:active{
    color: var(--footer-accent-color);
}


.footer-white a,
.footer-white a:link,
.footer-white a:visited,
.footer-white a:active{
    color: #B2B6BE;
}
.footer_box a:hover{
    color: var(--footer-accent-color);
}
a.link-color-accent,
a.link-color-accent:link,
a.link-color-accent:visited,
a.link-color-accent:active{
    color: var(--footer-accent-color);
}
a.link-color-accent:hover{
    color: var(--footer-accent-color);
}

a.link-color-accent2,
a.link-color-accent2:link,
a.link-color-accent2:visited,
a.link-color-accent2:active{
    color: var(--accent-color);
}
a.link-color-accent2:hover{
    color: var(--accent-color);
}

 

.footer_box ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_box ul li{
    padding: 2px 0;
}

.footer-title{
    font-size: 24px;
    margin-bottom: 20px;
}

.footer-copyright{
    padding: 0 0 40px;
    font-size: 14px;
}
.footer-copyright .loginGroup{
    display: inline-block;
}
.footer-line{
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.FootPaneC,
.FootPaneD,
.FootPaneE,
.FootPaneF{
    padding: 50px 0;
}

.social-icons a{
    display: inline-block;
    margin: 0px 30px 10px 0px;
    font-size: 26px;
    opacity: 0.5;
}


.social-icons a,
.social-icons a:link,
.social-icons a:visited,
.social-icons a:active{
    color: var(--accent-color);
}
.social-icons a:hover{
    color: var(--accent-color);
    opacity: 1;
}

#dnn_content div[id *="_Pane"]{
    padding: 50px 0;
}

#dnn_content .Full_Screen_PaneH{
    padding-bottom: 0 !important;
}
.map-response iframe{
    width: 100%;
    vertical-align: middle;
    height: 600px;
}
@media only screen and (max-width:767px) {
    #dnn_content div[id *="_Pane"]{
        padding: 25px 0;
    }
    .InsidePagePaneA{
        padding: 50px 0;
    }
    .FootPaneC,
    .FootPaneD,
    .FootPaneE,
    .FootPaneF{
        padding: 25px 0;
    }
    .map-response iframe{
        height: 300px;
    }
}


.Custom_Slider.slick-slider {
    margin:30px 0 0px ;
}
@media only screen and (max-width:1200px) {
    .Custom_Slider.slick-slider{
        max-width: 75%;
        margin: auto;
    }
    .Custom_Slider .slick-prev{
        left: 30px !important;
    }
    .Custom_Slider .slick-next{
        right: 30px !important;
    } 
    .Custom_Slider.slick-slider img{
        width: 100%;
    }
}




.homepage-footer{
    background-color: transparent;
    color: inherit;
}
.homepage-footer .footer-copyright{
    padding-bottom: 20px;
}

.homepage-footer.footer_box .Normal, 
.homepage-footer.footer_box a, 
.homepage-footer.footer_box a:link, 
.homepage-footer.footer_box a:visited, 
.homepage-footer.footer_box a:active{
    color: inherit;
}
.homepage-footer.footer_box a:hover{
    color: var(--accent-color);
}

@media only screen and (min-width: 992px) {
    .HomePage #dnn_content{
        padding-top: 120px;
    }
}

.Custom_Slider .slick-prev, 
.Custom_Slider .slick-next,
.Custom_Slider .subtitle,
.Custom_Testimonial .title .name,
.Custom_Testimonial .slick-prev, 
.Custom_Testimonial .slick-next{
	color: var(--accent-color) !important;
}
.Custom_Testimonial .slick-prev, 
.Custom_Testimonial .slick-next{
    background-color:var(--accent-color2) !important;
}
.Custom_Slider .slick-prev:hover, 
.Custom_Slider .slick-next:hover,
.Custom_Testimonial .slick-prev:hover, 
.Custom_Testimonial .slick-next:hover{
    color: #FFF !important;
	background-color:var(--accent-color) !important;
}

.liveacccustom_01 .ui-state-active a, 
.liveacccustom_01 .ui-state-active a:link, 
.liveacccustom_01 .ui-state-active a:visited{
	color: var(--accent-color) !important;
}
.LiveForm.ArchiwpContacts ul.page-break-section .Field.Submitbutton input[type="submit"]{
    background-color:var(--button-color) !important;
}
.LiveForm.ArchiwpContacts ul.page-break-section .Field.Submitbutton input[type="submit"]:hover{
    color:var(--button-color) !important;
    background-color:var(--button-color-hover) !important;
}
.LiveForm.ArchiwpFooter ul.page-break-section .Field.Submitbutton input[type="submit"]{
    background-color: var(--footer-accent-color) !important;
}
.LiveForm.ArchiwpFooter ul.page-break-section .Field.Submitbutton input[type="submit"]:hover{
    background-color: var(--footer-accent-color) !important;
}

body .LiveForm.ArchiwpContacts .Field.Matrix input, 
body .LiveForm.ArchiwpContacts .Field.Birthdate input:not(.Calander-Icon), 
body .LiveForm.ArchiwpContacts .Field.Time select.datepicker_timeformat, 
body .LiveForm.ArchiwpContacts .Field.Number input, 
body .LiveForm.ArchiwpContacts .Field.Password input, 
body .LiveForm.ArchiwpContacts .Field.Currency input, 
body .LiveForm.ArchiwpContacts .Field.CreditCard input, 
body .LiveForm.ArchiwpContacts .Field.Fullname input[type="text"], 
body .LiveForm.ArchiwpContacts .Field.Phone input, 
body .LiveForm.ArchiwpContacts .Field.Datetime input:not(.Calander-Icon), 
body .LiveForm.ArchiwpContacts .Field.Address input, 
body .LiveForm.ArchiwpContacts .Field select:not(.datepicker_timeformat), 
body .LiveForm.ArchiwpContacts .Email .Field-Container-Wide input, 
body .LiveForm.ArchiwpContacts .Textbox .Field-Container-Wide input,
body .LiveForm.ArchiwpContacts .Field textarea{
    border-color: var(--form-border-color) !important;
}
