/*









*/

header .header-icons{
    position: absolute;
    top: 25px;
    right: 15px
}

header .site-logo-img{
    width: 400px;
    height: unset
}

header .main-nav ul{
    margin-top: 80px
}

header .main-nav ul.sub-menu{
    margin-top: 0
}

header .main-nav>ul>.menu-item>ul.sub-menu:after{
    top: -20px;
    left: 50px;
    border: 10px solid transparent;
    border-bottom-width: 10px;
    border-bottom-color: #033a81
}

header .main-nav ul .menu-item:hover>ul{
    border-radius: 0;
    border: 2px solid #033a81;
    top: 80%
}

.siteheader-classic .logo-container{
    margin-top: 20px
}

header .main-nav>ul>.menu-item>a{
    padding: 6px 25px
}


header .header-icons img{
    margin: 0 3px
}

header .header-icons .linkedin-icon{
    width: 100%;
    max-width: 40px
}

header .header-icons .ageashop-icon{
    width: 100%;
    max-width: 130px
}

.footer-icons{
    text-align: right
}

.footer-icons .image-boxes{
    display: inline-block;
    margin-left: 8px
}

.footer-3rd{
    border-left: 2px solid #033a85
}

.brief-cta{
    margin-top: 20px;
    text-align: center
}

.brief-cta p,
.brief-cta img{
    display: inline-block;
    margin: 0 5px
}

.brief-cta img{
    width: 100%;
    max-width: 30px
}

.brief-cta p{
    font-size: 12px;
    color: #838383
}

.brief-cta a:hover{
    background: #00c5f4;
    padding: 8px 10px;
    border-radius: 30px
}

.brief-cta a{
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.brief-cta a:hover p{
    color: #fff
}

.partner-logos .znSlickNav-arr{
    padding: 20px
}

.partner-logos .znSlickNav-arr svg{
    display: none
}

.partner-logos .znSlickNav-prev:before,
.partner-logos .znSlickNav-next:before{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.partner-logos .znSlickNav-prev:before{
    content: url(/wp-content/uploads/2021/06/prev-btn.svg);
}

.partner-logos .znSlickNav-next:before{
    content: url(/wp-content/uploads/2021/06/next-btn.svg);
}

.partner-logos .partners_carousel-link:hover{
    background: #fff;
    border: unset
}

.partner-logos .partners_carousel-link{
    background: #fff;
    border: unset
}

.featured-products .cta-desc p{
    font-size: 15px;
    font-weight: 400;
    color: #838383;
    margin-bottom: 0
}

.featured-products .cta-btn img{
    width: 100%;
    max-width: 30px
}

.featured-products .cta-btn,
.featured-products .cta-desc{
    display: inline-block;
}

.featured-products .cta-btn{
    float: right;
    margin-top: 10px
}

.featured-products-items .znColumnElement-innerWrapper{
    box-shadow: 5px 5px 10px 2px #b3b3b3
}

.the-group-carousel{
    margin-top: 75px
}

.the-group-carousel .slick-dots li button,
.testi-carousel .slick-dots li button{
    padding: 0;
    border-radius: unset;
    width: 100px;
    height: 1.5px
}

.the-group-carousel .slick-dots li.slick-active button,
.testi-carousel .slick-dots li.slick-active button{
    height: 4px;
    position: relative;
    top: -1px
}

.the-group-carousel .slick-dots{
    position: absolute;
    width: 100%;
    bottom: -65%;
    z-index: 9
}

.the-group-carousel .zn-SliderDots.zn-SliderDots--theme-light li button,
.testi-carousel .zn-SliderDots.zn-SliderDots--theme-light li button{
    background-color: #033a85
}

.the-group-carousel .slick-dots li.slick-active button,
.testi-carousel .slick-dots li.slick-active button{
    opacity: 1
}

.the-group-items{
    background: #fff;
    padding: 20px 30px
}

.the-group-items .cta-btn img{
    width: 100%;
    max-width: 30px
}

.the-group-items .cta-btn,
.the-group-items .cta-desc{
    display: inline-block
}

.the-group-items .cta-desc{
    width: 85%;
    text-align: right
}

.the-group-items .cta-btn{
    float: right
}

.the-group-items .group-thumb{
    margin-top: 45px;
    margin-bottom: 50px
}

.the-group-items .group-thumb img{
    width: 100%;
    max-width: 250px;
    margin: 0 auto
}

.the-group-items .cta-desc p{
    font-size: 15px;
    font-weight: 400;
    color: #838383
}

.our-projects .content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    cursor: pointer
  }
  
.our-projects .content .content-overlay {
    background: #0068f0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
.our-projects .content:hover .content-overlay{
    opacity: .9;
    z-index: 1;
    mix-blend-mode: multiply
}
  
.our-projects .content-image{
    width: 100%;
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

.our-projects .content:hover .content-image{
    transform: scale(1.2) rotateZ(-2deg);
    -moz-transform: scale(1.2) rotateZ(-2deg);
    -webkit-transform: scale(1.2) rotateZ(-2deg);
    -o-transform: scale(1.2) rotateZ(-2deg)
}
  
.our-projects .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 2
}
  
.our-projects .content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1
}
  
.our-projects .content-details h3{
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    border: 3px solid #fff;
    padding: 5px 10px;
    transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s
}
  
.our-projects .content-details p{
    color: #fff;
    font-size: 0.8em;
}

.testi-carousel .zn-SliderDots{
    margin-top: 35px
}

.testi-carousel-item{
    width: 100%;
    display: flex;
    align-items: end
}

.testi-carousel-item .testi-vid,
.testi-carousel-item .testi-desc{
    display: inline-block;
    width: 50%
}

.testi-carousel-item .testi-vid .fluid-width-video-wrapper{
    padding-top: 385px !important
}

.htn-thumb .fluid-width-video-wrapper{
    padding-top: 321px !important
}

.testi-carousel-item .testi-vid{
    display: table;
    width: 60%;
    height: 100%
}

.testi-carousel-item .testi-desc{
    width: 40%;
    background: #043a82;
    height: 100%;
    display: inline-block;
    min-height: 385px;
    padding: 30px 50px;
    position: relative
}

.testi-carousel-item .testi-desc h3{
    color: #fff;
    letter-spacing: 1px;
    font-size: 30px
}

.testi-carousel-item .testi-desc p{
    color: #fff;
    margin-top: 55px;
    letter-spacing: 1px;
    font-size:15px
}

.testi-carousel-item .testi-desc .testi-quote{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px
}

.testi-carousel-item .testi-desc .testi-quote img{
    width: 100%;
    max-width: 50px
}

.znSlickNav-prev:before {
    content: url(/wp-content/uploads/2021/06/prev-btn.svg);
}

.znSlickNav-next:before {
    content: url(/wp-content/uploads/2021/06/next-btn.svg);
}

.znSlickNav-prev:before,
.znSlickNav-next:before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page .znSlickNav-arr{
    width: 40px;
    height: 40px
}

.znSlickNav-prev svg,
.znSlickNav-next svg{
    display: none
}

.blogs-articles-carousel .znSlickNav-arr{
    padding: 20px
}

.blogs-articles-carousel .zn-SliderNav{
    position: absolute;
    top: -27%;
    right: 0
}

.blogs-articles-carousel .image-boxes{
    padding: 30px;
    box-shadow: 5px 5px 10px 2px #b3b3b3
}

.about-business-units .image-boxes.image-boxes--1 .image-boxes-img{
    box-shadow: unset
}

#the-group-carousel-page .the-group-items{
    background: unset;
    padding: unset
}

#the-group-carousel-page .the-group-items .group-thumb img{
    max-width: 350px
}

#the-group-carousel-page .slick-dots li button{
    width: 50px
}

#the-group-carousel-page .slick-dots{
    bottom: -30%
}

#the-group-carousel-page{
    margin-top: unset
}

.partners-section-page .image-boxes-img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.partners-section-page .image-boxes-img:hover{
    -webkit-filter: unset;
    filter: unset
}

.location-section .location-items .location-desc{
    text-align: center;
    padding: 10px 0
}

.location-section .location-items{
    height: 450px
}

.location-section .location-items .location-desc h5{
    font-size: 20px;
    color: #033a85;
    font-weight: 400;
    margin-bottom: 0
}

.location-section .location-items .location-desc h6{
    font-size: 20px;
    color: #033a85;
    font-weight: 700;
    margin-top: 5px
}

.location-section .location-items .location-desc ul{
    padding-left: 0;
    list-style: none;
    display: inline-block
}

.location-section .location-items .location-desc ul li{
    margin: 10px 0
}

.location-section .location-items .location-desc ul li img{
    width: 100%;
    max-width: 20px;
    float: left
}

.location-section .location-items .location-desc ul li p{
    font-size: 12px;
    color: #033a85;
    margin-bottom: 0;
    text-align: left;
    margin-left: 30px
}

.sg-items .sg-items-thumb{
    color: #fff
}

.sg-items .sg-items-thumb img{
    width: 100%;
    max-width: 150px;
    float: left;
    margin-right: 30px
}

.sg-items .sg-items-thumb h3{
    font-size: 35px;
    margin: 0
}

.sg-items.sg-items-nw .sg-items-thumb h3{
    color: #033a86
}

.sg-items.sg-items-nw .sg-items-thumb p{
    color: #0066e6
}

.sg-items .sg-items-thumb p{
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700
}

.sg-items .sg-items-desc{
    margin-top: 70px
}

.sg-items .sg-items-desc p{
    color: #fff;
    font-size: 15px;
    line-height: 20px
}

.sg-items.sg-items-nw  .sg-items-desc p{
    color: #033a89
}

.sg-items.sg-items-ndi .sg-items-thumb img{
    width: 75%;
    max-width: unset;
    float: unset;
    margin-bottom: 20px
}

.sg-items.sg-items-ndi  .sg-items-desc{
    margin-top: 45px
}

#bm{
    width: 100%;
    max-width: 500px;
    margin: 0 auto
}

.key-features-section ul{
    padding-left: 0;
    list-style: none
}

.key-features-section ul li{
    height: 60px;
    margin-bottom: 20px;
    width: 50%;
    display: table;
    float: left
}

.key-features-section ul li img{
    width: 100%;
    max-width: 60px
}

.key-features-section ul li p{
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    width: 70%;
    color: #003989;
    font-weight: 700
}

.how-to-navigate .htn-title,
.how-to-navigate .htn-thumb{
    width: 50%;
    height: 321px;
    float: left;
    overflow: hidden
}

.how-to-navigate .htn-title{
    background: #033a89;
    display: flex;
    align-items: center;
    padding: 35px
}

.how-to-navigate .htn-title h3{
    color: #fff;
    font-size: 40px;
    margin: 0 auto;
    margin-left: 25px
}

#shop-by-title{
    color: #fff;
    background: #3bb54a;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 10px 5px;
    font-size: 30px
}

#shop-by-title:after{
    content: '';
    position: absolute;
    left: 35px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #3bb54a;
    clear: both
}

.shop-by-categories{
    position: relative;
    height: 600px
}

.shop-by-categories .shop-by-wrapper h3{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
    color: #003989
}

.shop-by-categories .shop-by-wrapper.first-item h3{
    text-align: right;
    color: #0066e6
}

.shop-by-categories .shop-by-wrapper.second-item h3{
    text-align: right;
    color: #0066e6
}

.shop-by-categories .shop-by-wrapper.third-item h3{
    text-align: right;
    color: #00c5f4
}

.shop-by-categories .shop-by-wrapper{
    width: 100%;
    max-width: 500px;
    position: absolute;
    top: 0;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
    cursor: pointer
}

.shop-by-categories .shop-by-wrapper.first-item:hover{
    z-index: 9;
    transform: scale(1.8);
    transform-origin: -40% 40%
}

.shop-by-categories .shop-by-wrapper.second-item:hover{
    z-index: 9;
    transform: scale(1.8);
    transform-origin: 110% 60%
}

.shop-by-categories .shop-by-wrapper.third-item:hover{
    z-index: 9;
    transform: scale(1.8);
    transform-origin: 110% 100%
}

.shop-by-categories .shop-by-wrapper.second-item{
    top: 15%;
    left: 50%;
    transform: translate(-50%)
}

.shop-by-categories .shop-by-wrapper.third-item{
    right: 0;
    top: 30%
}

.footer-location-map a img{
    width: 100%;
    max-width: 10px;
    margin-bottom: 5px;
    margin-right: 5px
}

#video-modal .zn-videoBg video{
    width: 100% !important;
    min-width: unset;
    min-height: unset
}

.features-main-thumb img{
    position: relative;
    left: 70px
}

.znpb-footer-smart-area .tbk-symbol--line_border .tbk__symbol span{
    height: 1px;
    margin-left: unset;
    margin-right: unset
}

#video-modal .media-container{
    transform: translate3d(0px, 0px, 0px) !important
}

.home rs-bgvideo{
    display: block !important
}

#video-modal .mfp-close{
    border-radius: 50px;
    color: #004392;
    opacity: 1;
    background: #fff;
    top: 20px;
    right: 15px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.agea-shop-header{
    cursor: pointer
}

.page:not(.home) .the-group-items .group-thumb{
    margin-bottom: 0
}

.page #the-group-carousel-page .slick-dots{
    bottom: -20%
}

.home .partners_carousel .partners_carousel-img{
    opacity: 1
}

.get-in-touch-form .kl-material-form .form-control{
    border-width: 1px;
    border-style: solid;
    border-color: #043b85;
    border-radius: 5px
}

.get-in-touch-form .kl-material-form .kl-material-form-label{
    left: 25px
}

.get-in-touch-form .kl-material-form-input.input-has-content+.kl-material-form-label,
.get-in-touch-form .kl-material-form-input:focus+.kl-material-form-label,
.get-in-touch-form .kl-material-form-textarea.input-has-content+.kl-material-form-label,
.get-in-touch-form .kl-material-form-textarea:focus+.kl-material-form-label, .kl-material-form.zn_cf_select label{
    top: -20px
}

.zn-videoBg-controls .btn-toggleplay .circled-icon.paused:before{
    content: '\e072';
}

.zn-videoBg-controls .btn-toggleplay .circled-icon:before{
    content: '\e073';
}

.page .zn-videoBg-controls a{
    color: #033a85
}

.page .zn-videoBg .zn-videoBg-controls,
.page #page-header .zn-videoBg-controls{
    opacity: 1
}

.page .sh--light .zn-menuBurger span{
    background: #033a86
}

.modalGraph{
    background: rgb(0 0 0 / 70%)
}

.modalGraph .modal-dialog{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) !important;
	width: 100%;
	max-width: 1000px
}

.modalGraph .modal-dialog .modal-content{
	border-radius: 0;
	border: 0
}

.modalGraph .graph-left{
	width: 70%;
	padding: 30px;
	height: 500px;
	background: rgb(0,57,176);
	background: radial-gradient(circle, rgba(0,57,176,1) 0%, rgba(0,42,130,1) 100%)
}

.modalGraph .graph-left .left-title{
	height: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-align: center
}

.modalGraph .product-graph-wrapper{
	display: flex;
	justify-content: center;
	align-items: center
}

.modalGraph .graph-right{
	width: 100%;
}

.modalGraph .graph-right .right-thumb img{
	width: 100%;
	max-width: 300px
}

.modalGraph .graph-right .right-footer li img{
	width: 100%;
	max-width: 150px
}

.modalGraph .graph-right > div{
	display: flex;
	justify-content: center;
	align-items: center
}

.modalGraph .graph-right .right-footer ul{
	padding-left: 0;
	list-style: none
}

.modalGraph .graph-right .right-footer ul li{
	display: inline-block
}

.modalGraph button.close{
	position: absolute;
	right: 15px;
	top: 15px;
	background: #b4dfef;
	color: #013298;
	opacity: 1;
	padding: 5px 12px 10px 12px;
	border-radius: 30px
}

.modalGraph .modal-body{
	padding: 0
}

.modalGraph .left-footer{
	text-align: center;
	color: #fff
}

.modalGraph .left-footer a{
	color: #fff;
	text-decoration: none
}

.modalGraph .left-footer img{
	width: 100%;
	max-width: 150px
}