/*Fonts*/

@font-face {
  font-family: 'Myriad Pro';
  src: url('./fonts/MyriadPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro Bold';
  src: url('./fonts/MyriadPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro Semibold';
  src: url('./fonts/MyriadPro-Semibold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
    
/*Defualt*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-650 {
    max-width: 600px;
    float: left;
}

.wrapper {
  margin: 0 auto;
  width: 1100px;
}

.side_buttons {
    position: fixed;
    z-index: 999;
    top: 190px;
    overflow: hidden;
}

.contact-fixed {
 position: relative;
top: 0px;
left: -5px;
color: #1a3660;
text-decoration: none;
font-family: 'Myriad Pro Bold', sans-serif;
text-transform: uppercase;
font-size: 14px;
padding: 0px 0px 0px 0px;
display: block;
}

.contact-fixed.hover {
  -webkit-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
  transition-property: left !important;
  transition-delay: 0s !important;
}

.contact-fixed:hover {
  left: 0px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  font-family: 'Myriad Pro', sans-serif;
  color: #000;
  background-image: url(./images/repeat_bk3.png);
  background-repeat: repeat;
  background-size: 80%;
  background-position: 20px;
}

::placeholder {
  color: #575756;
  opacity: 1;
  /* Firefox */
}

p:empty {
  display: none;
}

br {
  height: 0px;
  display: block;
    line-height: 0px;
    font-size: 0px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
    
input[type=text],input[type=submit],input[type=button], input[type=email],input[type=password], textarea{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border-radius:0;
}

main {
    position: relative;
    overflow: hidden;
    max-width: 1680px;
    margin: 0px auto;
    background: #fff;
}
    
.clear::after {
  content: "";
  clear: both;
  display: table;
}

#breadcrumbs a {
    color: #618dc9;
}

#breadcrumbs {
    margin-bottom: 25px;
    font-size: 13px;
}

.page-template-template_service #breadcrumbs {
    padding: 0px 15px;
}

    
/*Header*/

.has-cookie-bar .menu_wrap {
    top: 220px;
}
.has-cookie-bar .header {
    top: 157px;
}
    
.header {
    padding: 40px 50px 40px 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: transparent;
    max-width: 1680px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: background-color 100ms linear;
}

.header.scrolled {
    background-color: #fff;
}
    
/*Menu*/

.menu {
  font-size: 14px;
  font-family: 'Myriad Pro Bold', sans-serif;
  color: #fff;
}

.menu li {
  float: left;
  position: relative;
  margin: 0px 10px;
}

.menu li:after {
    content: '';
    height: 86%;
    position: absolute;
    background: #3d4554;
    top: 0px;
    width: 2px;
    right: -10px;
}

.menu li:last-child {margin-right: 0px;}
.menu li:last-child:after {display: none;}

.menu li.select:before {
  opacity: 1;
  bottom: -10px;
}
    
.menu li a {color: #3d4554; text-decoration: none;position: relative;}

.menu li a:before {
  content: '';
  display: block;
  height: 9px;
  width: 100%;
  background-color: #367dbe;
  position: absolute;
  bottom: -13px;
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
    left: 0px;
}

.menu li:hover a:before, .menu li.current-menu-item a:before, .menu li.current_page_parent a:before, .menu li.current-page-ancestor a:before {
  opacity: 1;
  bottom: -10px;
}

.menu .space:before {
  display: none;
}

.menu .space {
  margin: 0px 8px;
  pointer-events: none;
  position: relative;
  top: -1px;
}

.menu_wrap {
    position: fixed;
    top: 63px;
    right: 50px;
    z-index: 1000;
}
    
/*Mobile Menu*/

.mobile_menu_button {
    height: 32px;
    width: 32px;
    cursor: pointer;
    z-index: 4;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    margin: 0 auto;
    position: absolute;
    top: 52px;
    right: 50px;
    display: none;
}

.mobile_menu_button span {
    background: #3d4554;
    border: 0;
    height: 4px;
    width: 32px;
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
    margin-left: -16px;
    border-radius: 30px;
}

.mobile_menu_button span:nth-of-type(2) {
    top: 16px;
}

.mobile_menu_button span:nth-of-type(3) {
    top: 24px;
}

.mobile_menu_button.active .middlebar {
    opacity: 0;
    background: #fff;
}

.mobile_menu_button.active .topbar {
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    -ms-transform: translateY(7px) translateX(0) rotate(45deg);
    transform: translateY(7px) translateX(0) rotate(45deg);
    background: #3d4554;
}

.mobile_menu_button.active .bottombar {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
    background: #3d4554;
}

/*Page Background*/

.bk_1 {
    position: absolute;
    top: -12%;
    right: 0px;
    z-index: 3;
    opacity: 0.7;
    pointer-events: none;
}

.bk_2 {
    position: absolute;
    top: 48%;
    left: 0px;
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

.bk_3 {
    position: absolute;
    top: 326px;
    left: 0px;
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
}

.bk_4 {
    position: absolute;
    top: -608px;
    z-index: 3;
    opacity: 0.7;
    pointer-events: none;
}

.bk_4.rot {
    top: -934px;
}

/*Page Image*/

.page_image {
    background-size: cover;
    height: 220px;
    margin-top: 147px;
    background-position: center;
    position: relative;
    padding: 0px 50px;
}

.page_image .image {
background-image: url('images/home.png'); 
position: absolute; 
background-size: cover;
width: 100%; 
height: 100%; 
top:0px; 
left:0px; 
background-position: center;
}

.page_image .side_btn {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: -12px;
      -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.page_image .side_btn:hover {
    left: 0px;
}

/*Logo Flip*/

.flip_wrap {
    position: relative;
    z-index: 8;
    width: 350px;
    height: 350px;
    margin-top: -45px;
    float: right;
}

.flip-container {
  perspective: 1000px;
  transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    z-index: 1;
}

.flip-container:hover .back {
  transform: rotateY(0deg);
}

.flip-container:hover .front {
  transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 350px;
    height: 350px;
    float: right;
    z-index: 99999;
    position: relative;
}

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
-webkit-transform-style: preserve-3d;
    z-index: 1;
}

.front, .back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('images/logo_ad.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0px;
}

.front a, .back a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.front {
  z-index: 2;
  transform: rotateY(0deg);
}

.back {
  transform: rotateY(-180deg);
    z-index: 1;
}

.vertical.flip-container {
  position: relative;
}

.vertical .back {
  transform: rotateX(180deg);
}

.vertical.flip-container:hover .back {
  transform: rotateX(0deg);
}

.vertical.flip-container:hover .front {
  transform: rotateX(180deg);
}

/*Content*/

.container {
    position: relative;
    z-index: 4;
}

.content {padding: 65px 0px; position: relative;}

.content .row {
    overflow: auto;
    width: 100%;
    margin: 0px -15px 30px -15px;
}

.content .row:last-of-type {margin-bottom: 0px}

body.page-id-22 .content .row {
    overflow: visible;
    margin-bottom: 80px;
}

.content .row .column {width: 50%; float: left; padding: 0px 15px;}

.content h1 {
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 32px;
    margin: 0px;
    line-height: 40px;
    position: relative;
    z-index: 1;
    margin: 0px 0px 27px 0px;
    color: #3d4554;
}
    
.content h1::after {
    content: ' ';
    width: 35px;
    height: 11px;
    background-color: #367dbe;
    display: block;
    position: absolute;
    bottom: -11px;
}
    
.content h2 {
    font-family: 'Myriad Pro Semibold', sans-serif;
    margin: 0px 0px 12px 0px;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.content h3,.content h4,.content h5,.content h6 {
    font-family: 'Myriad Pro Semibold', sans-serif;
}


/*.content h2:last-child {
    margin: 0px;
}*/

.content p {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.content p strong, .content ul strong, .content ol strong {
    font-family: 'Myriad Pro Bold', sans-serif;
    font-weight: normal;
}

.content ul,.content ol {
    list-style: initial;
    padding: 0px 0px 0px 20px;
    margin: 16px 0px;
}

.content a {
    color: #618dc9;
}

.content img.homebk {
    position: absolute;
    height: 100%;
    width: auto;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    pointer-events: none;
}

.arden_btn_wrap {
    clear: both;
    margin-top: 8px;
}

.arden_btn_wrap a {
    background: #2b68b0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 13px 20px 9px 20px;
    line-height: 14px;
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
          -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.arden_btn_wrap a:hover {background: #1c548c;}

.imgwrap {position: relative;}

.imgwrap svg {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
z-index: 2;
	display: none;
}

.imgwrap p {
    margin: 0px;
    line-height: 0px;
}

.imgwrap img {
    width: 100%;
}

/*Sidebar*/

.sidebar {
    width: 420px;
    float: right;
    padding: 65px 65px 65px 65px;
    background-color: #3d4554;
    position: relative;
    z-index: 4;
    background-image: url(images/sidebar_bk1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    overflow: hidden;
    position: relative;
    top: -85px;
}

.sidebar svg {
    display: block;
    margin: 50px auto 65px auto;
    position: relative;
    z-index: 4;
}

.sidebar .product {
    margin-bottom: 65px;
    position: relative;
    z-index: 4;
}

.sidebar .product:last-of-type {
    margin-bottom: 0px;
}

/*Homepage Products*/

.homepage_products {
    overflow: hidden;
        padding: 65px 0px;
    position: relative;
    background-color: #3d4554;
    background-image: url(images/product_bg.png);
    background-repeat: repeat-y;
    background-position: right;
}

.product {
    width: 300px;
    height: 300px;
    float: left;
    background: #bfbfbf;
    transform: scale(1.0) translate3d( 0, 0, 0);
      -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
    position: relative;
}

.product.middle {
    margin: 0px 100px;
}

.product:hover {
    transform: scale(1.1) translate3d( 0, 0, 0);
    backface-visibility: hidden;
    cursor: pointer;
    background: #367dbe;
}

.product.selected {
    transform: scale(1.1) translate3d( 0, 0, 0);
    backface-visibility: hidden;
    cursor: pointer;
    background: #367dbe;
    pointer-events: none;
}

.product .icon {
    position: relative;
}

.product .icon svg {
    display: block;
    margin: 0px auto 15px auto;
}

.product .icon svg.box_1 {
    position: relative;
}

.product .icon svg.box_2 {
    position: absolute;
    display: none;
}

.product:hover .icon svg.box_1 {
    position: absolute;
    display: none;
}

.product:hover .icon svg.box_2 {
    position: relative;
    display: block;
}

.product.selected .icon svg.box_1 {
    position: absolute;
    display: none;
}

.product.selected .icon svg.box_2 {
    position: relative;
    display: block;
}

.product .product_wrap {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
}

.product .title {
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 20px;
    line-height: 26px;
    position: relative;
    z-index: 1;
    margin: 0px;
    color: #fff;
    text-align: center;
}

.product .title span {
    font-family: 'Myriad Pro', sans-serif;
}

.product .bar {
    width: 50%;
    background: #fff;
    height: 4px;
    margin: 12px auto;
}

.product .text {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-family: 'Myriad Pro Bold', sans-serif;
    text-align: center;
    padding: 0px 22px;
    margin-bottom: 10px;
}

.product .button {
    background: #fff;
    color: #bfbfbf;
    text-decoration: none;
    padding: 11px 20px 9px 20px;
    line-height: 14px;
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 12px;
    margin: 0px auto;
    display: inline-block;
}

.product:hover .button {
    color: #367dbe;
}

.product.selected .button {
    color: #367dbe;
}

/*Homepage Gallery*/

.homepage_gallery {
    padding: 65px 0px 65px 0px;
    position: relative;
    z-index: 4;
}

.homepage_gallery .wrapper {position: relative; width:1140px; }

.gallery_nav {
    position: absolute;
    margin-top: -29px;
    line-height: 0px;
    top:50%;
}

#gallery_prev {
    left: -40px;
            -webkit-transition: 0.3s ease;
transition: 0.3s ease;
    
}

#gallery_prev:hover {left: -45px;cursor: pointer;}

#gallery_next {
    right: -40px;
            -webkit-transition: 0.3s ease;
transition: 0.3s ease;
}

#gallery_next:hover {right: -45px;cursor: pointer;}

.gallery {
    overflow: auto;
        width: 100% !important;
    height: 760px !important;
}

.gallery div.slide {
    background: transparent !important;
    width: 100% !important;
}

.gallery .gallery_item {
    float: left;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
    position: relative;
    padding: 0px 20px;
    cursor: pointer;
}

.gallery .gallery_item:hover {
    cursor: pointer;
}

.gallery .gallery_item svg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    opacity: 0;
        -webkit-transition: 0.6s ease;
transition: 0.6s ease;
    z-index: 2;
	display: none;
}

.gallery .gallery_item:hover svg {
    opacity: 1;
}

.gallery .gallery_item.active svg {
    opacity: 1;
}

.gallery .gallery_item .image_overflow {
    overflow: hidden;
    line-height: 0px;
    background: #b8c8d9;
}

.gallery .gallery_item .img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    width:100%;
    opacity: 0.2;
    filter: grayscale(100%);
        width: 340px;
    height: 340px;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

.gallery .gallery_item:hover .img {
    filter: grayscale(0%);
    opacity: 1;
    cursor: pointer;
}

.gallery .gallery_item .img:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
    cursor: pointer;
}

.gallery .gallery_item.active .img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
opacity: 1;
filter: grayscale(0%);
}

/*Gallery 1*/

.content .product_gallery {
    position: relative;
    z-index: 4;
    margin-bottom: 30px;
}

body.page-id-307 .content .product_gallery {
    margin: 0px 0px 16px 0px;
}

.content .product_gallery:last-of-type {margin-bottom: 0px;}

.product_gallery .viewer {
    height: 400px;
    display: block;
    margin-bottom: 18px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.product_gallery .viewer svg {
    opacity: 0.4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    z-index: 2;
    pointer-events: none;
	display: none;
}

.product_gallery .gallery1 {
    overflow: auto;
    margin: 0px -9px;
}

.product_gallery .gallery1 .gallery_item:hover {
    cursor: pointer;
}

.product_gallery .gallery1 .gallery_item svg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    opacity: 0;
        -webkit-transition: 0.6s ease;
transition: 0.6s ease;
    z-index: 2;
	display: none;
}

.product_gallery .gallery1 .gallery_item svg {
    height: 30px !important;
    pointer-events: none;
}

.product_gallery .gallery1 .gallery_item:hover svg {
    opacity: 1;
}

.product_gallery .gallery1 .gallery_item.active svg {
    opacity: 1;
}

.product_gallery .gallery1 .gallery_item .image_overflow {
    overflow: hidden;
    line-height: 0px;
    background: #b8c8d9;
}

.product_gallery .gallery1 .gallery_item .img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    width:100%;
    opacity: 0.2;
    filter: grayscale(100%);
    width: 188px;
    height: 188px;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

.product_gallery .gallery1 .gallery_item:hover .img {
    filter: grayscale(0%);
    opacity: 1;
    cursor: pointer;
}

.product_gallery .gallery1 .gallery_item .img:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
    cursor: pointer;
}

.product_gallery .gallery1 .gallery_item.active .img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
opacity: 1;
filter: grayscale(0%);
}

.product_gallery .gallery1 .gallery_item {
    width: auto;
    height: auto;
    float: left;
    background-size: cover;
    background-position: center;
    margin-bottom: 18px;
    position: relative;
    background: transparent;
    padding: 0px 9px;
}

/*Gallery 2*/

.product_gallery .gallery2 {
    overflow: auto;
    margin: 0px -9px;
}

.product_gallery .gallery2 .gallery_item:hover {
    cursor: pointer;
}

.product_gallery .gallery2 .gallery_item svg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
	display: none;
}

.product_gallery .gallery2 .gallery_item {
    width: auto;
    height: auto;
    float: left;
    background-size: cover;
    background-position: center;
    margin-bottom: 18px;
    position: relative;
    background: transparent;
    padding: 0px 9px;
}

.product_gallery .gallery2 .gallery_item .image_overflow {
    overflow: hidden;
    line-height: 0px;
}

.product_gallery .gallery2 .gallery_item .img {
    width:100%;
    width: 188px;
    height: 188px;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

/*Gallery 3*/

.product_gallery .gallery3 {
    overflow: auto;
}

.product_gallery .gallery3 .main {
    height: 395px;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    max-width: 395px;
    float: left;
    width: 100%;
}

.product_gallery .gallery3 .main svg,.product_gallery .gallery_side .gallery_item svg {
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
    pointer-events: none;
	display: none;
}

.product_gallery .gallery3 .gallery_side {
    float: left;
}

.product_gallery .gallery_side .gallery_item {
    width: 189px;
    height: 189px;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-left: 16px;
    margin-bottom: 16px;
}

.product_gallery .gallery_side .gallery_item:last-child {
    margin-bottom: 0px;
}

/*Gallery 4*/

.product_gallery .gallery4 {
    overflow: auto;
    margin: 0px -9px;
}

.product_gallery .gallery4 .gallery_item:hover {
    cursor: pointer;
}

.product_gallery .gallery4 .gallery_item svg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
	display: none;
}

.product_gallery .gallery4 .gallery_item {
    width: auto;
    height: auto;
    float: left;
    background-size: cover;
    background-position: center;
    margin-bottom: 18px;
    position: relative;
    background: transparent;
    padding: 0px 9px;
}

.product_gallery .gallery4 .gallery_item .image_overflow {
    overflow: hidden;
    line-height: 0px;
}

.product_gallery .gallery4 .gallery_item .img {
    width:100%;
    width: 291px;
    height: 291px;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

/*Benefits*/

.content .product_benefits {
    position: relative;
    z-index: 4;
    margin-bottom: 30px;
    margin-top: 50px;
}

.product_benefits .benefits {
    margin: 0px -15px;
    font-size: 0px;
    text-align: center;
}

.product_benefits .benefits p {
    margin: 0px;
    font-size: 0px;
    line-height: 0px;
}

.product_benefits .benefits .benefits_item {
    width: auto;
    height: auto;
    display: inline-block;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    position: relative;
    background: transparent;
    padding: 0px 10px;
}

.product_benefits .benefits .benefits_item .benefits_overflow {
    line-height: 0px;
}

.product_benefits .benefits .benefits_item .benefits_overflow a {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #b2b1b1;
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    font-family: 'Myriad Pro Bold', sans-serif;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

.product_benefits .benefits .benefits_item .benefits_overflow a[href="#"] {pointer-events: none;}

.product_benefits .benefits .benefits_item:hover .benefits_overflow a {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: #367dbe;
    cursor: pointer;
}

.product_benefits .benefits .benefits_item .benefits_overflow span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
    width: 100%;
text-align: center;
padding: 0px 12px;
}

/*Hisotry*/

.history.left {
  width: 50%;
  float: left;
  padding-right: 5px;
}

.history.left .title_history {
  position: relative;
  margin-right: 12px;
  margin-top: 5px;
  position: relative;
  z-index: 1;
}

.history.left .title_history h2 {
  font-family: 'Myriad Pro Bold', sans-serif;
  font-size: 32px;
  margin: 0px;
  line-height: 24px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  padding-right: 16px;
  color: #3d4554;
}

.history.left .title_history h2::after {
  content: ' ';
  width: 35px;
  height: 11px;
  background-color: #367dbe;
  display: block;
  position: absolute;
  bottom: -16px;
}

.history.left .line, .history.right .line {
  background-color: #b1b1b1;
  height: 2px;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -1px;
}

.dot {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: -17px;
  z-index: 1;
  top: 50%;
  margin-top: -11px;
  margin-right: -11px;
}

.dot .dot_middle {
  width: 12px;
  height: 12px;
  background-color: #618dc9;
  border-radius: 50%;
}

.dot .dot_middle {
  width: 12px;
  height: 12px;
  background-color: #618dc9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0px 0px -6px;
  animation-direction: alternate;
  animation: zoominoutsinglefeatured 1.3s infinite;
}

.dot .dot_middle.two {
  opacity: 1;
  animation: scaleIn 1s infinite cubic-bezier(.36, .11, .89, .32);
  display: none;
}

.history.left .wrap_date_history {
  text-align: right;
}

.history.left .date_history {
  width: 50%;
  position: relative;
  margin-right: 12px;
  display: inline-block;
  vertical-align: top;
}

.history.left .date_history .year_history {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border: 7px solid #b1b1b1;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}

.date_history .year_history .year {
  font-family: 'Myriad Pro Bold', sans-serif;
  font-size: 36px;
  line-height: 30px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #17233c;
  padding-top: 6px;
}

.date_history .year_history .year span {
  font-size: 27px;
}

.date_history .year_history .year small {
  display: block;
  text-align: center;
  color: #b1b1b1;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 12px;
  font-family: 'Myriad Pro Bold', sans-serif;
  margin-bottom: 5px;
}

.history.left .timeline_content {
  padding-right: 50px;
}

.history.right .timeline_content {
  padding-left: 50px;
}

.timeline_content .full_img_wrap {
  position: relative;
  line-height: 0px;
}

.timeline_content .half_img_wrap img {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}

.image_overflow {
  overflow: hidden;
    line-height: 0px;
}

.timeline_content .half_img_wrap img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.timeline_content .full_img_wrap img {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}

.timeline_content .full_img_wrap .image_overflow {
  overflow: hidden;
}

.timeline_content .full_img_wrap img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.timeline_content .full_img_wrap img, .timeline_content .half_img_wrap .left_img img, .timeline_content .half_img_wrap .right_img img {
  width: 100%;
}

.timeline_content .half_img_wrap {
  overflow: auto;
  position: relative;
}

.timeline_content .half_img_wrap .left_img, .timeline_content .half_img_wrap .right_img {
  width: 50%;
  line-height: 0px;
}

.timeline_content .half_img_wrap .left_img {
  padding-right: 8px;
  float: left;
}

.timeline_content .half_img_wrap .right_img {
  padding-left: 8px;
  float: right;
}

.img_caption {
  line-height: 14px;
  font-size: 12px;
  margin: 10px 0px 20px 0px;
  padding-left: 40px;
  position: relative;
}

.img_caption strong {
  font-family: 'Myriad Pro Bold', sans-serif;
}

.img_caption::after {
  content: ' ';
  width: 35px;
  height: 11px;
  background-color: #367dbe;
  display: block;
  position: absolute;
  top: 1px;
  left: 0px;
}

.history.left .timeline_content .text_wrap {
  text-align: right;
}

.history.right .timeline_content .text_wrap {
  text-align: left;
}

.timeline_content .text_wrap h3 {
  font-family: 'Myriad Pro Bold', sans-serif;
  margin: 0px 0px 12px 0px;
  font-size: 17px;
  line-height: 19px;
}

.timeline_content .text_wrap p {
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  line-height: 20px;
}

.timeline_content .text_wrap .text_line_wrap {
  line-height: 0px;
  margin: 0px 0px 15px 0px;
}

.timeline_content .text_wrap .text_line_wrap .text_line {
  width: 35px;
  height: 11px;
  background-color: #367dbe;
  display: inline-block;
  vertical-align: top;
  line-height: 0px;
}

/*Middle*/

.history.middle {
  border-top: 125px solid #fff;
  background-color: #b1b1b1;
  width: 10px;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 50%;
  margin-left: -5px;
    border-bottom: 45px solid #fff;
}

.history.middle::after {
  content: ' ';
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 20px;
  margin-left: -10px;
  height: 10px;
}

.history.middle::before {
  content: ' ';
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 20px;
  margin-left: -10px;
  height: 10px;
}

.history.middle .main_dot {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: 0px;
  overflow: hidden;
  z-index: 1;
}

.history.middle .main_dot .main_dot_middle {
  width: 20px;
  height: 20px;
  background-color: #15427f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0px 0px -10px;
  animation-direction: alternate;
  display: block !important;
}

.history.middle .main_dot .main_dot_middle.two {
  opacity: 0;
  animation: scaleIn 1.5s infinite cubic-bezier(.36, .11, .89, .32);
}

/*Right*/

.history.right .dot {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -28px;
  z-index: 1;
  top: 50%;
  margin-top: -11px;
  margin-right: -11px;
}

.history.right {
  width: 50%;
  float: right;
  padding-left: 5px;
}

.history.right .title_history {
  position: relative;
  margin-left: 12px;
  margin-top: 5px;
  text-align: right
}

.history.right .title_history h2 {
  font-family: 'Myriad Pro Bold', sans-serif;
  font-size: 32px;
  margin: 0px;
  line-height: 24px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  padding-left: 16px;
color: #3d4554;
}

.history.right .title_history h2::after {
  content: ' ';
  width: 35px;
  height: 11px;
  background-color: #367dbe;
  display: block;
  position: absolute;
  bottom: -16px;
}

.history.right .wrap_date_history {
  text-align: left;
}

.history.right .date_history {
  width: 50%;
  position: relative;
  margin-left: 12px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.history.right .date_history .year_history {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border: 7px solid #b1b1b1;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
}

@keyframes scaleIn {
  from {
    transform: scale(1, 1);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}

#section2 {margin: 60px 0px 150px 0px}
#section4 {margin: 60px 0px 190px 0px}
#section5 {margin: 0px 0px 50px 0px}
#section7 {margin: 60px 0px 150px 0px}
#section8 {margin: 0px 0px 240px 0px}
#section10 {margin: 90px 0px 0px 0px}
#section11 {margin: 400px 0px 250px 0px;}
#section12 {margin: 60px 0px 60px 0px}
#section13 {margin: 0px 0px 150px 0px}
#section14 {margin: 100px 0px 0px 0px}
#section16 {margin: 60px 0px 150px 0px}
#section17 {margin: 0px 0px 60px 0px}
#section19 {margin: 60px 0px 370px 0px;}
#section20 {margin: 0px 0px 280px 0px}
#section22 {margin: 60px 0px 700px 0px;}
#section23 {margin: 0px 0px 200px 0px;}
#section25 {margin: 60px 0px 140px 0px}
#section26 {margin: 0px 0px 0px 0px}
#section28 {
  margin: 140px 0px 60px 0px;
}

#section29 {
  margin: 0px 0px 200px 0px;
}

/*Animation*/

.animation_timeline {
  position: absolute;
  z-index: 99;
  color: red;
  font-size: 12px;
  width: 50px;
  height: 100%;
  padding-right: 20px;
  font-weight: bold;
  pointer-events: none;
  visibility: hidden;
 top:0px;
    left: 0px;
}

.animation_timeline div {
  width: 100%;
  text-align: right;
  border-top: 2px solid red;
  position: absolute;
  left: 0px;
  padding-top: 2px;
}

.animation_timeline div span {
  position: relative;
  top: -8px;
  right: -8px;
}

/*News*/

.content .article_post {
    margin-top: 50px;
}

.content .article_post .thumbnail {
    width: 20%;
    float: left;
    line-height: 0px;
}

.content .news_thumbnail {
    margin-bottom: 16px;
}

.news .arden_btn_wrap {
    margin-top: 20px;
}

.content .article_post .text {
    width: 80%;
    padding: 0px 0px 0px 40px;
    float: left;
}

.content .news h1 {
    padding-right: 40px;
}

.content .news h2 {
    padding-right: 40px;
}

.content .news h3 {
    padding-right: 40px;
}

.content .news ul,.content .news ol {
    padding: 0px 40px 0px 20px;
}

.content .news h3,.content .news h4,.content .news h5,.content .news h6 {
    padding-right: 40px;
}

.content .news p {
    padding-right: 40px;
}

.content .news .fulltd h1 {
    padding-right: 0px;
}

.content .news .fulltd h2 {
    padding-right: 0px;
}

.content .news .fulltd h3 {
    padding-right: 0px;
}

.content .news .fulltd h3,.content .news .fulltd h4,.content .news .fulltd h5,.content .news .fulltd h6 {
    padding-right: 0px;
}

.content .news .fulltd ul,.content .news .fulltd ol {
    padding: 0px 0px 0px 20px;
}

.content .news .fulltd p {
    padding-right: 0px;
}

.content .article_content .arden_btn_wrap {
    margin-top: 20px;
}

.news .image_overflow {
    margin-bottom: 20px;
	overflow: hidden;
	line-height: 0px;
}

.news td img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    width: 100%;
}

.news td {
    width: 50%;
    vertical-align: top;
}

.news td img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news .img_caption {
    line-height: 14px;
    font-size: 12px;
    margin: -5px 0px 20px 0px;
    padding-left: 40px;
    position: relative;
}

.news .img_caption::after {
    content: ' ';
    width: 35px;
    height: 11px;
    background-color: #367dbe;
    display: block;
    position: absolute;
    top: 1px;
    left: 0px;
}

.news .img_caption strong {
    font-family: 'Myriad Pro Bold', sans-serif;
}

/*Service Page*/ 

.page-template-template_service .content .row {
    padding: 0px 15px;
}

.page-template-template_service .content h1 {
    padding: 0px 15px;
}

.page-template-template_service .product_benefits {
    padding: 0px 15px;
}

.page-template-template_service .homepage_products {
        display: none;
}

/*Contact us*/

input[type="text"], input[type="email"] {
    width: 100%;
    padding: 15px 15px 13px 15px;
    background: #fff;
    margin: 0px;
    font-size: 18px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #000;
    border-radius: 0px;
    font-family: 'Myriad Pro', sans-serif;
    margin: 0px 0px 10px 0px;
    color: #000;
    line-height: 14px;
}

.wpcf7-textarea {
    padding: 0px;
    border: none;
    background: #fff;
    resize: none;
    height: 200px;
    width: 100%;
    box-sizing: border-box;
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    font-family: 'Myriad Pro', sans-serif;
    padding: 13px 15px;
    border: 1px solid #000;
    color: #000;
}

input[type="submit"] {
    background: #2b68b0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 13px 20px 9px 20px;
    line-height: 14px;
    font-family: 'Myriad Pro Bold', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    border: 0px;
}

input[type="submit"]:hover {
    background: #1c548c;
}

/*Footer*/

.footer .footer_icons {
    text-align: center;
    position: relative;
    padding: 30px;
    line-height: 0px;
}

.footer .footer_icons .bg {
    position: absolute;
    top:0px;
    left: 0px;
    background:#367dbe;
    width: 100%;
    height: 100%;
}

.footer .footer_icons a {
    margin: 0px 20px;
text-decoration: none
    line-height: 0px;
    display: inline-block;
    position: relative;
z-index: 4;
    
}

.footer .footer_icons a svg path,.footer .footer_icons a svg rect {
    fill:#fff; 
    stroke: #fff !important;
    stroke-miterlimit: 10;
        -webkit-transition: 0.3s ease;
transition: 0.3s ease;
}

.footer .footer_icons a:hover svg path,.footer .footer_icons a:hover svg rect {
    
    fill:#1e304d; 
    stroke: #1e304d !important;
    stroke-miterlimit: 10
}

.footer .footer_content {
 padding: 50px 50px 50px 50px;
  position: relative;
  line-height: 0px;
  overflow: hidden;
}

.footer .footer_content img.svg {
    transform: scale(1.0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0px;
    float: left;
}

.footer .footer_content img.bobst {
float: left;
margin: 2px 20px 0px 15px;
}

.footer .footer_content img.svg:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.footer .footer_content .text {
  color: #1a3660;
  width: 100%;
}

.footer .footer_content .text .right_text {
    float: right;
    font-size: 11px;
    line-height: 11px;
    margin-top: 21px;
    text-align: right;
}

.footer .footer_content .text .left_text {
    float: left;
    margin-top: 21px;
}

.footer .text p.last a {
    color: #1a3660;
    font-size: 11px;
    border-bottom: 1px dotted #000;
    cursor: pointer;
}

.footer .footer_content .text p {
  margin: 0px;
  color: #1a3660;
  line-height: 19px;
  font-size: 14px;
  text-decoration: none;
}

.footer .text a {
      margin: 0px;
  color: #1a3660;
  line-height: 19px;
  font-size: 14px;
  text-decoration: none;
    text-transform: none;
}

.footer .footer_content .text p.bold {
  font-family: 'Myriad Pro Bold', sans-serif;
}

.footer .footer_content .text p.middle {
  margin: 7px 0px 9px 0px;
  font-size: 17px;
}

.footer .footer_content .text p.last {
    margin: 0px;
        margin-top: 0px;
    color: #1a3660;
    font-size: 11px;
    line-height: 12px;
    margin-top: 7px;
}

/*Cerftificate*/

.quailty_overlay {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    padding: 50px 0px 50px 0px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.quailty_overlay img {
    height: 100%;
    width: auto;
    pointer-events: none;
}

/*Cookie*/

.cookies {
    padding: 30px;
    font-size: 15px;
    line-height: 25px;
}

button#catapultCookie {
    color: #000;
    border: 0;
    padding: 7px 15px !important;
    border-radius: 0px !important;
    background: #fff;
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 15px;
}

.ctcc-right-side {
    display: block;
    margin-top: 14px;
}

.grecaptcha-badge {
    pointer-events: none;
    opacity: 0;
}