@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --bgcolor:#fff;
    --bgcolor2:#fff;
    --bglight:#eee;
    --bglight2:#ffddc7;
    --bodycolor:#000;
    --bodycolor2:#333;
    --bodycolor3:#666;
    --primarycolor:#fe6405;
    --primarycolorhover:#fd7b2a;
    --lightcolor:#fff;
    --lightcolorhover:#eeeeee;
    --secondarycolor:#1a1a1a;
    --secondarycolorhover:#3a3a3a;
    --RGBA-2:rgba(0,0,0,0.2);
    --RGBA-5:rgba(0,0,0,0.5);
}

body[data-theme="dark"] {
    --bgcolor:#1a1a1a;
    --bgcolor2:#2a2a2a;
    --bglight:#2a2a2a;
    --bodycolor:#fff;
    --bodycolor2:#ccc;
    --bodycolor3:#999;
    --primarycolor:#fe6405;
    --primarycolorhover:#fd7b2a;
    --lightcolor:#fff;
    --lightcolorhover:#eeeeee;
    --secondarycolor:#1a1a1a;
    --secondarycolorhover:#3a3a3a;
    --RGBA-2:rgba(255,255,255,0.2);
    --RGBA-5:rgba(255,255,255,0.5);
}

body[data-theme="dark"] .foot-contact .call:after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M22 17.0022C21.999 19.8731 19.9816 22.2726 17.2872 22.8616L16.6492 20.9476C17.8532 20.7511 18.8765 20.0171 19.4649 19H17C15.8954 19 15 18.1046 15 17V13C15 11.8954 15.8954 11 17 11H19.9381C19.446 7.05369 16.0796 4 12 4C7.92038 4 4.55399 7.05369 4.06189 11H7C8.10457 11 9 11.8954 9 13V17C9 18.1046 8.10457 19 7 19H4C2.89543 19 2 18.1046 2 17V12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12V12.9987V13V17V17.0013V17.0022ZM20 17V13H17V17H20ZM4 13V17H7V13H4Z'%3E%3C/path%3E%3C/svg%3E");}
body[data-theme="dark"] .foot-contact .email:after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M21 3C21.5523 3 22 3.44772 22 4V20.0066C22 20.5552 21.5447 21 21.0082 21H2.9918C2.44405 21 2 20.5551 2 20.0066V19H20V7.3L12 14.5L2 5.5V4C2 3.44772 2.44772 3 3 3H21ZM8 15V17H0V15H8ZM5 10V12H0V10H5ZM19.5659 5H4.43414L12 11.8093L19.5659 5Z'%3E%3C/path%3E%3C/svg%3E");}
body[data-theme="dark"] .wtheme {background: #ccc;}
body[data-theme="dark"] .wtheme:after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 15.3137 15.3137 18 12 18ZM12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM11 1H13V4H11V1ZM11 20H13V23H11V20ZM3.51472 4.92893L4.92893 3.51472L7.05025 5.63604L5.63604 7.05025L3.51472 4.92893ZM16.9497 18.364L18.364 16.9497L20.4853 19.0711L19.0711 20.4853L16.9497 18.364ZM19.0711 3.51472L20.4853 4.92893L18.364 7.05025L16.9497 5.63604L19.0711 3.51472ZM5.63604 16.9497L7.05025 18.364L4.92893 20.4853L3.51472 19.0711L5.63604 16.9497ZM23 11V13H20V11H23ZM4 11V13H1V11H4Z'%3E%3C/path%3E%3C/svg%3E");}
body[data-theme="dark"] .nav-icon svg {fill: #fff;}


*,::after,::before{box-sizing:border-box}
ul, ol, figure {padding: 0; margin: 0;}
ul, ol {padding-left: 30px;}
body {background: var(--bgcolor); color: var(--bodycolor); font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 16px; line-height: normal; padding: 0; margin: 0;}
a {text-decoration:none;}
.text-primary {color: var(--primarycolor);}
.btn {padding: 12px 20px; font-size: 16px; font-weight: 600; border-radius: 6px; text-decoration: none; display: inline-block; white-space: nowrap;}
.btn-sm {padding: 8px 17px; font-size: 14px; font-weight: 600; border-radius: 6px; text-decoration: none; display: inline-block;}
.btn .btn-arrow {transition: 0.5s ease-in-out; position: relative; margin-left: 3px; font-size: 13px; align-items: center;}
.btn:hover .btn-arrow {right: -5px;}
.btn-primary {background: var(--primarycolor); color: #fff !important;}
.btn-primary:hover {background: var(--primarycolorhover); color: #fff !important;}
.btn-light {background: var(--lightcolor); color: #000;}
.btn-light:hover {background: var(--lightcolorhover); color: #000;}
.btn-secondary {background: var(--secondarycolor); color: #fff;}
.btn-secondary:hover {background: var(--secondarycolorhover); color: #fff;}
.btn-outline-primary {background:none; color: var(--primarycolor); border:1px solid var(--primarycolor)}
.btn-outline-primary:hover {background: var(--primarycolorhover); color: #fff;}
.btn-outline-secondary {background: #fff; color: var(--secondarycolor); border:1px solid var(--secondarycolor)}
.btn-outline-secondary:hover {background: var(--secondarycolorhover); color: #fff;}

.header {background: var(--bgcolor); position: sticky; top: 0; box-shadow: 1px 2px 5px rgba(0,0,0,0.2); z-index:9999;}
.header:hover {background: #fff;}
.header:hover .menu .button, .header:hover .menu a {color: #000 !important;}
.header:hover .menu .button a {background: #fff; border:2px solid #000; color: #000;}
.header:hover .menu .button.hollow:hover a {background: #000; color: #fff !important;}
.top-bar {position: relative;}
.header .logo {line-height: 1px;}
.menu {padding: 0; margin: 0; list-style: none; position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap}
[data-whatinput=mouse] .menu li {outline: 0}
.menu .button,.menu a {line-height: 1; text-decoration: none; display: block; padding: .7rem 1rem}
.menu a,.menu button,.menu input,.menu select {margin-bottom: 0}
.menu input {display: inline-block}
.menu,.menu.horizontal {-ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-direction: row; flex-direction: row}
.menu.vertical {-ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-direction: column; flex-direction: column}
.menu.expanded li {-ms-flex: 1 1 0px; flex: 1 1 0px}
.menu.simple {-ms-flex-align: center; align-items: center}
.menu.simple li+li {margin-left: 1rem}
.menu.simple a {padding: 0}

.top-bar > .container {display: flex; justify-content: space-between; align-items: center; padding: 20px 15px;}

@media print,screen and (min-width: 40em) {
    .menu.medium-horizontal {-ms-flex-wrap:wrap; flex-wrap: wrap; -ms-flex-direction: row; flex-direction: row}
    .menu.medium-vertical {-ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-direction: column; flex-direction: column }
    .menu.medium-expanded li,.menu.medium-simple li {-ms-flex: 1 1 0px; flex: 1 1 0px }
}

@media print,screen and (min-width: 64em) {
    .menu.large-horizontal {-ms-flex-wrap:wrap; flex-wrap: wrap; -ms-flex-direction: row; flex-direction: row}
    .menu.large-vertical {-ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-direction: column; flex-direction: column }
    .menu.large-expanded li,.menu.large-simple li {-ms-flex: 1 1 0px; flex: 1 1 0px}
}
.menu.nested {margin-right: 0; margin-left: 1rem}
.menu.icon-bottom a,.menu.icon-left a,.menu.icon-right a,.menu.icon-top a,.menu.icons a {display: -ms-flexbox; display: flex}
.menu.icon-left li a {-ms-flex-flow: row nowrap; flex-flow: row nowrap}
.menu.icon-left li a i,.menu.icon-left li a img,.menu.icon-left li a svg {margin-right: .25rem}
.menu.icon-right li a {-ms-flex-flow: row nowrap; flex-flow: row nowrap}
.menu.icon-right li a i,.menu.icon-right li a img,.menu.icon-right li a svg {margin-left: .25rem}
.menu.icon-top li a {-ms-flex-flow: column nowrap; flex-flow: column nowrap}
.menu.icon-top li a i,.menu.icon-top li a img,.menu.icon-top li a svg {-ms-flex-item-align: stretch; align-self: stretch; margin-bottom: .25rem; text-align: center}
.menu.icon-bottom li a {-ms-flex-flow: column nowrap; flex-flow: column nowrap}
.menu.icon-bottom li a i,.menu.icon-bottom li a img,.menu.icon-bottom li a svg {-ms-flex-item-align: stretch; align-self: stretch; margin-bottom: .25rem; text-align: center}
.menu.align-left {-ms-flex-pack: start; justify-content: flex-start}
.menu.align-right li {display: -ms-flexbox; display: flex;-ms-flex-pack: end; justify-content: flex-end}
.menu.align-right li .submenu li {-ms-flex-pack: start; justify-content: flex-start}
.menu.align-right.vertical li {display: block; text-align: right}
.menu.align-right.vertical li .submenu li {text-align: right}
.menu.align-right .nested {margin-right: 1rem; margin-left: 0}
.menu.align-center li {display: -ms-flexbox; display: flex;-ms-flex-pack: center; justify-content: center}
.menu.align-center li .submenu li {-ms-flex-pack: start; justify-content: flex-start}
.menu .menu-text {padding: .7rem 1rem; font-weight: 700; line-height: 1; color: inherit}
.menu-centered>.menu,.menu-centered>.menu li {-ms-flex-pack: center; justify-content: center}
.menu-centered>.menu li {display: -ms-flexbox; display: flex}
.menu-centered>.menu li .submenu li {-ms-flex-pack: start; justify-content: flex-start}
.no-js [data-responsive-menu] ul {display: none}
.menu-icon {position: relative; display: inline-block; vertical-align: middle; width: 20px; height: 16px; cursor: pointer}
.menu-icon:after {position: absolute; top: 0; left: 0; display: block; width: 100%; height: 2px; background: #fefefe; box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe; content: ""}
.menu-icon:hover:after {background: #cacaca; box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca}
.menu-icon.dark {position: relative; display: inline-block; vertical-align: middle; width: 20px; height: 16px; cursor: pointer}
.menu-icon.dark:after {position: absolute; top: 0; left: 0; display: block; width: 100%; height: 2px; background: #0a0a0a; box-shadow: 0 7px 0 #0a0a0a,0 14px 0 #0a0a0a; content: ""}
.menu-icon.dark:hover:after {background: #8a8a8a; box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {top: 100%; right: 0; left: auto}
.dropdown.menu>li.opens-right>.is-dropdown-submenu {top: 100%; right: auto; left: 0}
.dropdown.menu>li.is-dropdown-submenu-parent>a {position: relative; padding-right: 1.5rem}
.dropdown.menu>li.is-dropdown-submenu-parent>a:after {display: block; width: 0; height: 0; border: 6px inset; content: ""; border-bottom-width: 0; border-top-style: solid; border-color: #1779ba transparent transparent; right: 5px; left: auto; margin-top: -3px}
[data-whatinput=mouse] .dropdown.menu a {outline: 0}
.dropdown.menu>li>a {padding: .7rem 1rem}
.dropdown.menu>li.is-active>a {background: transparent; color: #1779ba}
.no-js .dropdown.menu ul {display: none}
.dropdown.menu .nested.is-dropdown-submenu {margin-right: 0; margin-left: 0}
.dropdown.menu.vertical>li .is-dropdown-submenu {top: 0}
.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {top: 0; right: 100%; left: auto}
.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {right: auto; left: 100%}
.dropdown.menu.vertical>li>a:after {right: 14px}
.dropdown.menu.vertical>li.opens-left>a:after {display: block; width: 0; height: 0; border: 6px inset; content: ""; border-left-width: 0; border-right-style: solid; border-color: transparent #1779ba transparent transparent; right: auto; left: 5px}
.dropdown.menu.vertical>li.opens-right>a:after {display: block; width: 0; height: 0; border: 6px inset; content: ""; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #1779ba}

@media print,screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {top:100%; right: 0; left: auto}
    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {top: 100%; right: auto; left: 0}
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {position: relative; padding-right: 1.5rem}
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {display: block; width: 0; height: 0; border: 6px inset; content: ""; border-bottom-width: 0; border-top-style: solid; border-color: #1779ba transparent transparent; right: 5px; left: auto; margin-top: -3px}
    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {top: 0}
    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {top: 0; right: 100%; left: auto}
    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {right: auto; left: 100%}
    .dropdown.menu.medium-vertical>li>a:after {right: 14px}
    .dropdown.menu.medium-vertical>li.opens-left>a:after {display: block; width: 0; height: 0; border: 6px inset; content: ""; border-left-width: 0; border-right-style: solid; border-color: transparent #1779ba transparent transparent; right: auto; left: 5px}
    .dropdown.menu.medium-vertical>li.opens-right>a:after {display: block; width: 0; height: 0; border: 6px inset;  content: "";  border-right-width: 0;  border-left-style: solid;  border-color: transparent transparent transparent #1779ba}
}

@media print,screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {top:100%;  right: 0;  left: auto}
    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {top: 100%;  right: auto;  left: 0}
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {position: relative;  padding-right: 1.5rem}
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after {display: block;  width: 0;  height: 0;  border: 6px inset;  content: "";  border-bottom-width: 0;  border-top-style: solid;  border-color: #1779ba transparent transparent;  right: 5px;  left: auto;  margin-top: -3px}
    .dropdown.menu.large-vertical>li .is-dropdown-submenu {top: 0}
    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {top: 0; right: 100%; left: auto}
    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {right: auto; left: 100%}
    .dropdown.menu.large-vertical>li>a:after {right: 14px}
    .dropdown.menu.large-vertical>li.opens-left>a:after {display: block;  width: 0; height: 0; border: 6px inset; content: ""; border-left-width: 0; border-right-style: solid; border-color: transparent #1779ba transparent transparent; right: auto; left: 5px}
    .dropdown.menu.large-vertical>li.opens-right>a:after {display: block; width: 0; height: 0; border: 6px inset; content: ""; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #1779ba}
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {top: 100%; right: 0; left: auto}
.is-dropdown-menu.vertical {width: 100px}
.is-dropdown-menu.vertical.align-right {float: right}
.is-dropdown-submenu-parent {position: relative}
.is-dropdown-submenu-parent a:after {position: absolute; top: 50%; right: 5px; left: auto; margin-top: -6px}
.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {top: 100%; left: auto}
.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {right: 100%; left: auto}
.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {right: auto; left: 100%}
.is-dropdown-submenu {position: absolute; top: 0; left: 100%; z-index: 1; display: none; min-width: 200px; border: 1px solid #cacaca; background: #fefefe}
.dropdown .is-dropdown-submenu a {padding: .7rem 1rem}
.is-dropdown-submenu .is-dropdown-submenu-parent>a:after {right: 14px}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {display: block; width: 0; height: 0; border: 6px inset; content: ""; border-left-width: 0; border-right-style: solid; border-color: transparent #1779ba transparent transparent; right: auto; left: 5px}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {display: block; width: 0; height: 0; border: 6px inset; content: ""; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #1779ba}
.is-dropdown-submenu .is-dropdown-submenu {margin-top: -1px}
.is-dropdown-submenu>li {width: 100%}
.page-template-template-customers .header.light-header.scrolling .top-bar,.page-template-template-customers.fp-viewing-1 .header.light-header .top-bar {margin-top: -75px; margin-bottom: 0; transition: .25s all ease}
.header .menu {color: #1a1a1a}
.header .menu .button,.header .menu a {color: var(--bodycolor); border-color: var(--bodycolor)}
.dropdown.menu>li:not(.button)>a {padding-left: 0; padding-right: 0; padding-bottom: 16px; border-bottom: 0; position: relative}
.dropdown.menu>li:not(.button)>a::after {position: absolute; bottom: 0; top: auto; margin: auto; width: 0%; content: ''; color: transparent; background: #1a1a1a; transition: background 0.3s ease-in-out,width 0.15s ease-in-out; left: 0!important; right: 0!important; height: 2px!important; display: block!important; margin-bottom: 0; border: none!important; margin-top: auto}
.dropdown.menu>li:not(.button).current-menu-item>a::after,.dropdown.menu>li:not(.button).current-page-ancestor>a::after,.dropdown.menu>li:not(.button):hover>a::after {width: 100%}
.dropdown.menu>li {padding-left: 15px; padding-right: 15px;}

.header .menu .button {font-size: 16px; padding: 0; margin-left: 15px; margin-bottom: 0; position: relative; z-index: 90; border: none; align-self: start}
.header .menu .button.hollow:hover {background: transparent}
.header .menu .button a {padding-left: 20px; padding-right: 20px; transition: background 0.1s ease-in-out; border: 2px solid var(--bodycolor); background: var(--bgcolor);}
.header .menu .button.hollow:hover a {color: var(--bgcolor)!important; background: var(--bodycolor)}

.menu-item.mega-menu > a {position: relative; padding-right: 25px !important;}
.menu-item.mega-menu > a:before {position: absolute; top: 50%; transform: translateY(calc(-50% - 1px)); right:0; content: ''; width: 20px; height: 20px; opacity: 0.7; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");}

body.is-scrolling .light-header:not(.scrolling) .menu .button a {border-color: #fff}

@media (min-width: 1024px) {.header.light-header .top-bar:hover,.header.light-header .top-bar:focus-within {background:#fff}
}
.dropdown.menu>li.is-active>a {color: inherit}

#main-nav {float: right}
.header .menu>li:hover>a {border-color: var(--bodycolor); color: var(--bodycolor)}
.header .menu>li:hover li a {border-color: transparent}
.header .menu>li:hover li a:hover {opacity: .8}

.headeralt--menu-item-lines {position: relative; pointer-events: none}
.headeralt--menu-item-lines:after {content: ''; cursor: pointer; height: 18px; right: 0; top: 12px; width: 24px}
.headeralt--menu-item-line {background-color: #1a1a1a; height: 2px; pointer-events: none; right: 0; top: 20px; transition: transform 0.3s,background-color 0.8s; transform-origin: 0 0; width: 24px; margin-bottom: 5px}
.menu .headeralt--menu-item-line {opacity: 1}
.headeralt--menu-item-label-wrapper,.headeralt--menu-item-label {display: inline-block}
.headeralt--menu-item-label-wrapper {overflow: hidden}
.headeralt--menu-item-lines {position: relative; pointer-events: none}
.has-hamburger:not(.is-transition) .headeralt--menu-item-lines {pointer-events: auto}
.headeralt--menu-item-lines:after {content: ''; cursor: pointer; height: 18px; right: 0; top: 12px; width: 24px; margin-bottom: 4px}
.headeralt--menu-item-line {background-color: var(--brand); height: 2px; opacity: 0; pointer-events: none; right: 0; top: 20px; transition: transform 0.3s,background-color 0.8s; transform-origin: 0 0; width: 24px; margin-bottom: 5px}

@media screen and (max-width: 39.99875em) {.menu .headeralt--menu-item-lines {display:inline-block } .menu .headeralt--menu-item-line {position: static }
}

body:not(.is-scrolling) .light-header .headeralt--menu-item-line {background-color: #fff}
.js-off-canvas-overlay.is-overlay-fixed.is-visible {background: rgba(74,74,74,.5)}
.off-canvas-content.is-open-right.has-transition-push {opacity: .8}
.off-canvas,.off-canvas.is-closed {box-shadow: none!important; background: #fff}
.off-canvas-content .off-canvas.position-right,.position-right {transform: translateX(320px); transition: .25s transform ease}
.off-canvas {padding: 25px 25px 50px 35px; z-index: 99999; transition: .25s transform ease}
.off-canvas-content {display: flex; flex-direction: column; min-height: 100vh}
.menu {position: static; color: #fff}
.is-dropdown-submenu {position: absolute; border: 0; left: 0; background: #fff!important; z-index: 99; min-width: 200px; left: 50%!important; margin-left: -100px; margin-bottom: 0; padding-top: 20px; padding-bottom: 20px; box-shadow: inset 0 3px 5px -6px #1a1a1a; transform: translateY(-20px); opacity: 0; display: none; pointer-events: none; transition: transform 0.3s ease-in-out,opacity 0.3s ease-in-out}
.dropdown .is-dropdown-submenu a {padding: 20px 40px}
.menu .menu-item-has-children a {position: relative}

@media (max-width: 480px) {.menu .menu-item-has-children a {padding-right:2rem}
}
.menu .button,.menu a {font-size: 16px}
body:not(.is-scrolling) .light-header:not(:hover) .menu .active>a {color: #fff}
.header.menu-hovered.light-header .menu .active>a,.header.menu-hovered.light-header .menu .is-active>a {color: #1a1a1a!important}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {display: none}

@media print,screen and (min-width: 40em) {.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {padding-right:0 }
}

.mega-menu section {padding-top:20px; content: ''; width: 100%; border:0; position: absolute; left: 0; border: 0; opacity: 0; transform: translateY(-10px); pointer-events: none; transition: opacity 0.3s ease-in-out,transform 0.3s ease-in-out; visibility: visible; display: block; z-index: 9; box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 5px;}
.mega-menu .dropdown-pane {padding: 40px 0; background: #fff;}

li.mega-menu:hover section,li.mega-menu:hover section {transform: translateY(0); opacity: 1; pointer-events: all; z-index: 9}
.mega-menu .menu {background: none}
.mega-menu .dropdown-pane a.mega-menu-item {color: #1a1a1a}
.dropdown-pane .featured_products a {color: #1a1a1a; padding-left: 0}
.dropdown-pane .img-holder-wrapper {height: 150px; margin-bottom: 6px; overflow: hidden}

.megamenu .title {font-size: 16px;font-weight: 600;margin-bottom:10px; color: #000;}
.megamenu .title a {padding: 0; color: #000;}
.megamenu .mega-links {margin-bottom: 20px; padding: 0; margin: 0; list-style: none; line-height: normal;}
.megamenu .mega-links li {padding: 0;}
.megamenu .mega-links li:not(:last-child) {margin-bottom: 7px;}
.megamenu .mega-links a {color: #333;display: inline-block;font-size: 15px; line-height: 22px; padding: 0;}
.megamenu .mega-links a:hover {color:var(--primarycolor); text-decoration: underline;}


.slider-row {position: relative; overflow: hidden; background: #000;}
#hero-canvas {position: absolute; bottom: 0; left: 0; width: 100%; height: 100%;}
.slider-row .container {display: flex; height: 80vh; align-items: center; justify-content: center; position: relative; z-index: 1;}
.slider-content .title {font-size: 60px; font-weight: 600; margin:0 0 25px;}
.slider-content .desc {font-size: 18px; margin-bottom: 38px;}
.slider-content .title span {background: -webkit-linear-gradient(0.90turn, var(--primarycolor), #e31fdb, #fef25d); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 800;}

.head-inner {background:#1a1a1a; color: #fff;}
.head-inner .title {font-size: 45px; font-weight: 800; margin:0 0 20px;}
.head-inner .desc {font-size: 17px; line-height: 26px; font-weight: 300;}
.head-inner .desc > *:not(:last-child) {margin-bottom: 17px;}
.head-inner .desc a {color: var(--primarycolor); text-decoration: underline;}
.head-inner .desc a:hover {text-decoration: none;}
.head-inner .action {margin-top: 30px;}
.head-inner .action .btn {margin-right: 7px;}
.head-inner ul:where(:not([class])) li:before {background: #fff;}
.head-inner .left {padding: 50px 15px;}
.head-inner .right {padding: 30px 15px;}
.head-inner .right img{max-width: 100%;}
.head-inner .container {position: relative}



.breadcrumb{white-space:nowrap; width:100%; display: block; font-size:13px; line-height: 14px; font-weight:400; color:rgba(255,255,255,0.8); padding: 0; margin: 0; position: absolute; top:20px;}
.breadcrumb::-webkit-scrollbar{display:none}
.breadcrumb li{display:inline-block; position:relative; padding:0 5px 0 17px}
.breadcrumb li:after{position:absolute; content:"/"; left:2px; top:50%; transform:translateY(-50%); display:inline-block}
.breadcrumb li:first-child {padding-left: 0}
.breadcrumb li:first-child:after{content:''}
.breadcrumb li:last-child{padding-right:0}
.breadcrumb li a{color:rgba(255,255,255,1);}
.breadcrumb li a:hover{text-decoration: underline;}

.breadcrumb2 {position: relative; top: initial;}
.breadcrumb3 {position: relative; top: initial; color: var(--bodycolor2); text-overflow: ellipsis;overflow-x: auto; display: flex; line-height: 18px;}
.breadcrumb3 li a{color:var(--bodycolor)}

body[data-theme="dark"] {} {}


.mb130px {margin-bottom: 90px;}
.mb100px {margin-bottom: 60px;}


.section2 {padding: 34px 0;}
.sect-head {margin-bottom: 45px;}
.sect-head .sub-title {font-size: 14px; text-transform: uppercase; margin-bottom: 12px;}
.sect-head .sub-title span {display:inline-block; padding: 5px 17px; background:var(--bglight2); color: var(--primarycolor); border-radius: 5px;}
.sect-head .title {font-size: 38px; line-height: 50px; font-weight: 600; margin: 0; padding: 0;}
.text-center.sect-head .desc, .text-center .sect-head .desc {max-width: 800px; margin: 17px auto 0;}
.sect-head .desc {font-size: 17px; line-height: 25px; margin-top: 17px; color:var(--bodycolor2);}

.common-content {font-size: 16px; line-height: 26px;}
.common-content > *:not(:last-child) {margin-bottom: 15px;}
.common-content2 {font-size: 20px; line-height: 32px;}
.common-content ul {padding-left: 30px;}
.common-content ul li:not(:last-child) {margin-bottom: 7px;}
.common-content a {color: var(--primarycolor);}
.common-content a:hover {text-decoration: underline;}

.overview .container {border-bottom:1px dotted var(--RGBA-5); padding-bottom: 120px;}

.serv-section {margin-bottom: 45px;}
.srv-box {background: #fff; border-radius: 7px; padding: 30px 35px; display: flex; margin-bottom: 25px; box-shadow: 0px 0px 15px rgba(0,0,0,0.1); border:1px solid #ccc}
.srv-box:hover {border:1px solid var(--primarycolor)}
.srv-box .img {padding-right: 30px;}
.srv-box .img figure {width: 170px; margin: 0;}
.srv-box .img figure img {max-width: 100%; transition: 0.3s ease-in-out;}
.srv-box:hover figure img {transform: scale(1.1);}
.srv-box .content {flex:1}
.srv-box .title, .srv-box .title a {font-size: 30px; line-height: 35px; color: #000; font-weight: 600; margin-bottom: 15px; text-decoration: none;}
.srv-box .title a:hover, .srv-box:hover .title a {color: var(--primarycolor);}
.srv-box .srv-list {margin: 0; padding-left: 25px;}
.srv-list > li:not(:last-child) {margin-bottom: 6px;}
.srv-box .srv-list, .srv-box .srv-list a {font-size: 17px; color: #666666; text-decoration: none;}
.srv-box .srv-list a:hover {text-decoration: underline;}
.srv-box .link-arrow {line-height: 1px;}
.srv-box .link-arrow svg {fill: var(--primarycolor); width: 40px; height: 40px;}
.srv-box .link-arrow a {position: relative; transition: 0.2s ease-in-out;}
.srv-box .link-arrow:hover a {margin-right: -7px;}


.bg-light {background:var(--bglight);}
.case-box {margin-bottom: 45px;}
.case-box figure {position: relative; overflow: hidden; border-radius: 10px; margin: 0 0 15px; line-height: 1px;}
.case-box figure:after {position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; background: var(--primarycolor); opacity: 0.1; transition: 0.2s ease-in-out;}
.case-box figure img {width: 100%; border-radius: 10px; transition: 0.3s ease-in-out;}
.case-box figure span {position: absolute; left:15px; top:15px; display: inline-block; background: #fff; padding: 7px 10px; font-size: 12px; line-height: 12px; border-radius: 5px; color: #333; z-index: 2;}
.case-box figure:hover:after {opacity:0}
.case-box figure:hover img {transform: scale(1.1);}
.case-categ {list-style: none; padding: 0; margin: 0 0 17px; display: flex; display: none;}
.case-categ li:not(:last-child) {margin-right: 20px}
.case-categ a {font-size: 15px; color:var(--primarycolor); text-decoration: none;}
.case-categ a:hover {color:#333}
.case-box .title {font-size: 22px; line-height: 28px; font-weight: 600; color:var(--bodycolor); text-decoration: none; display: inline-block;}
.case-box .title:hover {color:var(--primarycolor);}
.case-box .desc {font-size: 17px; line-height: 26px; font-weight: 300; color: var(--bodycolor2); margin: 7px 0 12px;}

.whychoose-row .title2 {font-size: 23px; font-weight: 300; margin-bottom: 20px;}
.whychoose-list {font-size: 17px; font-weight: 300; margin-left: 15px; list-style: none;}
.whychoose-list li {position: relative; border-bottom: 1px solid var(--primarycolor); padding: 13px 0;}
.whychoose-list li:last-child {border-bottom: 0px;}
.whychoose-list li:after {position: absolute; content: ''; left: -40px; top: 15px; width: 28px; height: 28px; background: url('../images/icon-check.png'); background-repeat: no-repeat;}
.whychoose-list .title {margin-bottom: 5px;}

.faq {max-width: 1000px; margin: 0 auto;}
.faq .item {padding: 0 30px;}
.faq-box {border-bottom: 1px solid var(--RGBA-2); padding:15px 0;}
.faq .title {position: relative; cursor: pointer; padding:13px 35px 13px 0; font-size: 18px; font-weight: 600;}
.faq .title:after {position: absolute; content: ''; background: #e3e9f1; border-radius: 50%; top: 50%; right: 0; transform: translateY(-50%); width:25px; height:25px; transition: 0.3s ease-in-out; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E");}
.faq .desc {display: none;padding:17px 35px 0 0; line-height: 25px; opacity: 0.8;}
.faq .title.active:after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 11H5V13H19V11Z'%3E%3C/path%3E%3C/svg%3E");}

/* .cta-box {background: url('../images/cta-bg.jpg'); background-repeat: no-repeat; background-size:cover; border-radius: 7px;} */
.cta-box {background:#fff; border-radius: 7px; border:1px solid #ccc; box-shadow: 2px 10px 15px rgba(0,0,0,0.2); overflow: hidden;}
.cta-box .row {height: 100%; justify-content: center; align-items: center; margin: 0 auto;}
.cta-box .row > *:first-child { padding-left: 40px;}
.cta-box .row > *:nth-child(2) {line-height: 1px;}
.cta-box figure {line-height: 1px; margin: 0;}
.cta-box figure img {max-width: 100%;}
.cta-box .sect-head .title {color:#000;}
.cta-box .sect-head .desc {color:#666;}

.schedule-call {margin-top: 25px;}
.schedule-call figure {line-height: 1px; margin-bottom: 5px;}
.schedule-call .btn svg {width: 20px; height: 20px; vertical-align: middle; margin-left: 3px;}
.schedule-call .btn:hover svg {fill:#fff}

.schedule-call2 {margin-top: 25px;}
.schedule-call2 .btn {display: flex; align-items: center; background-position: -12px 100%;  background-repeat: no-repeat;  background-size: cover;  border: 0; color: #222; font-size: 16px; font-weight: 700; height: 64px; justify-content: flex-start; line-height: 24px; margin-top: 4px; padding:0 7px;}
.schedule-call2 img {transition: 0.3s ease-in-out; width: 50px;}
.schedule-call2 .btn span {padding-left: 10px;}
.schedule-call2 .btn:hover img {transform: rotate(-5deg);}

.box2-row {display: flex;}
.box2-row > .item {margin-bottom:25px;}
.box2 {box-shadow: 0 2px 5px 0 rgba(0,0,0,.1),0 -1px 5px 0 rgba(0,0,0,.05); padding:30px 15px; background:var(--bgcolor2); position: relative; height: 100%;}
.box2:after {position: absolute; content: ''; left: 0; bottom: 0; width: 0px; height: 3px; background: var(--primarycolor); transition: 0.2s ease-in-out;}
.box2:hover:after {width: 100%;}
.box2 figure {height: 100px; margin: 0 auto 12px; width: 100%; text-align: center;}
.box2 figure img {max-width: 100%; max-height: 100%;}
.box2 .title {font-size: 20px; font-weight: 600; text-align: center; color: var(--bodycolor);}
.box2-row a:hover {text-decoration: none;}
.box2-row a:hover .title {color: var(--primarycolor); text-decoration: none;}

.box3-row {display: flex;}
.box3-row > .item {margin-bottom:25px;}
.box3 {position: relative; height: 100%; overflow: hidden;}
.box3 figure {margin: 0; line-height: 1px; overflow: hidden; border-radius: 10px;}
.box3 figure img {max-width: 100%; transition: 0.3s ease-in-out;}
.box3 .content {padding: 20px 17px;}
.box3 .title {font-size: 18px; font-weight: 600;}
.box3:hover img {transform: scale(1.05);}

.we-serve .item {display: inline-block; background: var(--bgcolor); border: 1px solid var(--RGBA-2); color: var(--primarycolor); border-radius: 7px; padding: 10px 20px; font-weight: 500; font-size: 17px; margin:0 7px 22px;}

.we-serve-row .item {margin-bottom:15px}
.we-serve-box {display:flex; align-items:center; background: var(--bgcolor); border: 1px solid var(--RGBA-2); color: var(--primarycolor); border-radius: 7px; padding: 15px 20px; font-weight: 500; font-size: 17px;}
.we-serve-box figure {margin:0 15px 0 0; width:80px; height:80px; border-radius:7px; overflow:hidden; border:1px solid #ccc; padding:15px; background: #fff;}
.we-serve-box figure img {max-width:100%; max-height:100%}
.we-serve-box .title {flex:1; text-align:left}

.tech-box {color:var(--bodycolor);}
.tech-box > .item {background: var(--bglight); border-bottom: 1px solid var(--RGBA-2); padding:15px 20px;}
.tech-box > .item:last-child {margin-bottom:0; padding-bottom:0; border-bottom: 0px;}
.t-head {font-size:20px; font-weight: 600; margin-bottom: 15px;}
.tech-box .title {font-size: 16px; margin-bottom: 7px;}
.tech-list {display: inline-block; background:#fff; margin-bottom: 13px;}
.tech-list .item {display: inline-block; padding: 7px 15px; position: relative; margin: 0;}
.tech-list .item:not(:last-child) {border-right: 1px solid #ccc}
.tech-list .item:hover {background: #fff;}
.tech-list .item:hover .tech-content {display: block;}
.tech-list figure {margin: 0 auto; width: 60px; height: 60px; cursor: pointer;}
.tech-list figure img {width: 60px; height: 60px; object-fit: scale-down;}
.tech-addt {display: flex;}
.tech-title {font-size: 16px; margin-bottom: 5px;}
.tech-desc {font-size: 22px; font-weight: 600; margin-bottom: 10px;}
.tech-content {padding:20px; position: absolute; top: 100%; left: 0; width: 400px; z-index: 1; background: #fff; box-shadow: 2px 3px 5px rgba(0,0,0,0.2); display: none;}
.tech-content .desc {margin-bottom: 15px; font-size: 15px; line-height: 20px; color: #666;}

.case-search-wrap {margin:30px auto 0; max-width: 800px;}
.case-search {position: relative;}
.case-search-wrap .form-control, .case-search-wrap .form-select {padding: 13px 55px 13px 22px; border:1px solid var(--primarycolor) !important}
.case-search-wrap .button {position: absolute; top: 50%; transform: translateY(-50%); right: 17px; background: none; padding: 0; margin: 0; border:none}
.case-search-wrap .button svg {fill: var(--bodycolor);}


.bg-dark {background:#2a2a2a;}

.test-row {display: flex; padding:80px 0 20px;}
.test-row .left {padding:0 90px 0 70px;}
.test-row .left figure {width: 235px; height: 185px;border-radius:7px; position: relative;}
.test-row .left figure img {max-width: 100%; max-height: 100%; position: relative; z-index: 1; border-radius:7px;}
.test-row .left figure:after {position:absolute; content: ''; background: var(--primarycolor); width: 150px; height: 150px; border-radius: 50%; z-index: 0; left: -50px; bottom:-30px}
.test-row .desc {font-size: 22px; font-weight: 500; line-height: 30px; margin-bottom: 50px; position: relative;}
.test-row .desc:before {position:absolute; content: ''; background: url(../images/quote.png) no-repeat; top:-50px; left: 0; width: 43px; height: 35px;}
.test-row .title {font-size: 22px; margin-bottom: 5px; color: var(--primarycolor);}
.test-row .client-comp {font-size: 22px;}

.test-slide.owl-theme .owl-nav {display: inline-block; position: absolute;right: 0px;bottom: 40px; margin-top: 0px;}
.test-slide.owl-theme .owl-nav .disabled {background: none !important}
.test-slide.owl-theme .owl-nav button:hover {background:none !important}
.test-slide.owl-theme .owl-nav svg {width: 30px; height: 30px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: var(--primarycolor) !important;}
.owl-theme .owl-dots .owl-dot span {background: #ccc !important;}
.owl-theme .owl-nav [class*=owl-]:hover {color: #ccc !important;}

.clients-slider .item {margin-bottom: 17px;}
.client-box {border-radius:40px; padding: 40px 30px; border:2px solid #ccc; transition: 0.3s ease-in-out; height: 100%;}
.client-box * {white-space:normal;}
.client-box img {border-radius: 50px; filter: grayscale(100%); transition: 0.3s ease-in-out}
.client-box .name {font-size: 22px; text-transform: uppercase;}
.client-box .company {font-size: 13px; color: #999}
.client-box .desc {font-size: 15px; line-height: 22px; font-weight: 300; margin-top: 17px;}
.client-box:hover {background: rgb(9,65,168); background: linear-gradient(177deg, rgba(9,65,168,1) 0%, rgba(246,80,240,1) 50%, rgba(249,168,125,1) 100%); text-shadow: 1px 2px 1px rgba(0,0,0,0.2); color: #fff;}
.client-box:hover .company {color: #fff;}
.client-box:hover img {filter: initial; transform:scale(1.1);}

.cust-box-row > .item {margin-bottom: 22px;}
.cust-box {background:var(--bglight); position: relative; padding-top: 100%; border-radius: 5px;}
.cust-box img {position: absolute; top:50%; left:50%; transform:translate(-50%, -50%); max-width: 90%; max-height: 90%;}

.about-row figure {margin:7px 0 0; border-radius: 7px; line-height: 1px;}
.about-row figure img {border-radius: 7px;}

.box4-row > .item {margin-bottom: 17px;}
.box4-row .item:first-child .title {background: #444;}
.box4-row .item:nth-child(2) .title {background: #5d5d5d;}
.box4-row .item:nth-child(3) .title {background: #777;}
.box4-row .item:nth-child(4) .title {background: #909090;}
.box4-row .item:not(:last-child) {border-right: 1px solid var(--RGBA-2);}
.box4 .title {padding: 15px 20px; font-size: 18px; font-weight: 600; color: #fff; height: 82px;}
.box4 .content {padding:15px 20px;}
.list-check {font-size: 17px; font-weight: 300; margin: 0; padding: 0; list-style: none;}
.list-check li {position: relative; padding-left: 30px;}
.list-check li:not(:last-child) {margin-bottom:12px;}
.list-check li:after {position: absolute; content: ''; left: -0; top: 2px; width: 22px; height: 22px; background: url('../images/icon-check.png'); background-repeat: no-repeat; background-size: 100%;}

.box5-wrap > * {margin-bottom: 20px;}
.box5 {border:1px solid #ccc; padding: 25px 30px; height: 100%; background:var(--bgcolor2)}
.box5 figure {max-width: 70px; max-height: 70px; margin-bottom: 17px;}
.box5 .mauto {margin: 0 auto 17px;}
.box5 figure img {max-width: 100%; max-height: 100%;}
.box5 .title {font-size: 22px; color: #333; font-weight: 600; margin-bottom: 17px;}
.box5 .desc {font-size: 16px; color: #666;}
.box5 .desc > *:not(:last-child) {margin-bottom: 10px;}
.box5 .action {margin-top: 17px;}

.contact-row .right {padding-left: 40px;}
.contact-form {background: var(--bglight); padding: 25px 20px; border-radius: 10px;}
.contact-us-map {border-radius: 10px; line-height: 1px; overflow: hidden; border:1px solid var(--RGBA-2); margin-top: 40px;}

body[data-theme="dark"] .form-control, body[data-theme="dark"] .form-select {background: var(--bgcolor); border:1px solid var(--RGBA-2); color: #fff;}

.blog-inner-wrap img {height: auto !important; max-height: 100% !important;}
.blog-info ul li {padding: 0 0 7px !important;}
.blog-info ul li a.blog-category {text-transform: none !important; letter-spacing: 0 !important; font-size: 12px !important;}

.blog-section {padding: 70px 0 0;}
.blog-row {display: flex; justify-content: center;}
.bleft {/*width: calc(100% - 320px);*/ padding-right: 35px;}
.bright {width:320px}
.bbox-detail-row > .left {padding-right: 30px;}
.bbox-row {display: flex; flex-wrap: wrap;}
.bbox-row > * {margin-bottom: 35px;}
.bbox-row .col-4 {width: 33.33%; flex-basis: 33.33%;}
.bbox-img figure {margin-bottom: 0px; line-height: 1px; overflow: hidden;}
.bbox-img img {transition: 0.4s ease-in-out; max-width: 100%;}
.bbox:hover figure {box-shadow:0 10px 20px 0 rgba(28,27,26,.2)}
.bbox:hover figure img {transform:scale(1.05);}
.bbox-c {padding: 15px 0;}
.bbox .title a {font-size: 19px; font-weight: 600; color: var(--bodycolor2);}
.bbox .title:hover a {text-decoration: underline; color: var(--bodycolor);}
.bctag {display: flex; margin-bottom: 10px; list-style: none; padding-left: 0px;}
.bctag li:not(:last-child) {margin-right: 5px;}
.bctag a {font-size: 14px; line-height: 14px; color: var(--bodycolor3); border:1px solid #5b5a58; border-radius: 35px; padding:6px 15px; display: inline-block;}
.bctag a:hover {color: var(--bodycolor2);}
.bbox-addt {color:var(--bodycolor3); font-size: 14px; display: flex; margin-top: 13px; list-style: none; padding-left: 0px;}
.bbox-addt > li {padding: 0 15px; position: relative;}
.bbox-addt > li:first-child {padding-left: 0;}
.bbox-addt > li:after {position: absolute; content: '|'; left: 0;}
.bbox-addt > li:first-child:after {display: none;}
.bbox-addt svg {vertical-align: middle; margin-right: 3px;}
.bbox-big {display: flex;}
.bbox-big .bbox-img {margin-right:25px; width: 570px;}
.bbox-big .bbox-c {padding:0; flex: 1;}
.bbox-big .title, .bbox-big .title a{font-size: 35px; font-weight: 600;}
.bbox-detail.bbox-big .title, .bbox-detail.bbox-big .title a {font-size:40px;}
.bbox-big .bctag {margin-top:20px;}
.bbox-big .bctag a {font-size: 16px; line-height: 16px; padding: 8px 17px;}
.bbox-big .bbox-addt {margin-top: 20px;}
.pagination {display: flex; justify-content: center; margin-top:20px; list-style: none;}
.pagination .page-link {padding: 5px 10px; border-radius: 3px; background: #eee; color: #333;}
.pagination .page-link:hover {background: #ddd;}
.pagination .page-item {padding: 0 2px;}
.pagination .page-item.disabled .page-link{color: #ccc;}
.pagination .page-item.active .page-link {color:#fff; background: var(--primarycolor);}

.bsearch {border:2px solid var(--primarycolor); border-radius: 7px; background:var(--bgcolor); display: flex; overflow: hidden;}
.bsearch .item:first-child {flex: 1;}
.bsearch .item:last-child {background: var(--primarycolor);}
.bsearch input {background: none; border:none; padding: 14px 17px; color: var(--bodycolor);}
.bsearch input:focus {border:none; outline: none;}
.bsearch button {background: none; border:none; padding: 12px 17px; color: #fff; white-space: nowrap; font-size: 14px; cursor: pointer;}
.bsearch button svg {fill:#fff; width:20px; height:20px; vertical-align: middle; margin-right: 3px;}

.rbox {margin-bottom: 25px;}
.rbox .heading {font-size:22px; border-bottom: 2px solid #333; padding-bottom: 7px; margin-bottom: 15px;}
.rbox .desc {color: #666; font-size: 13px;}
.linklist {font-size:15px;list-style: none; padding-left: 0px;}
.linklist > *:not(:last-child) {border-bottom: 1px dashed #ccc;}
.linklist a {text-decoration: none; padding:8px 0; display: block; position: relative; transition: 0.3s ease-in-out; color:var(--bodycolor);}
.linklist a span {color: #999; position: absolute; top: 50%; transform: translateY(-50%); right: 0px; font-size: 13px;}
.linklist a:hover {padding-left: 7px; color: var(--primarycolor);}
.sbsbox {list-style: none; padding: 0px; margin-top: 12px;}
.sbsbox > *:not(:last-child) {margin-bottom:10px;}
.sbsbox input {border:1px solid #ccc; border-radius: 3px; width: 100%; padding: 5px 10px; font-weight: 300}
.rpostlist {list-style: none;}
.rpostlist li:not(:last-child) {margin-bottom:13px;}
.rpostlist li:nth-last-child(2) {margin-bottom:0px;}
.rpostlist a {color: #333; text-decoration: none;}
.rpostlist a:hover{color:var(--primarycolor);}
.rpost {display: flex;}
.rpost figure {width:90px; margin:0 10px 0 0; overflow: hidden;}
.rpost figure img {max-width: 100%; transition: 0.3s ease-in-out}
.rpost .title {flex:1; font-size: 15px; line-height:21px; margin: 0; height:45px; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; overflow: hidden; position: relative; top: -2px}
.rpost:hover img {transform: scale(1.1);}
.rpmore {font-size: 13px;color: var(--linkprimary) !important;font-weight: 500;}
.rpmore:hover {text-decoration: underline;}

.bbox-detail {flex-wrap: wrap;}
.bbox-detail > * {width: 100% !important; flex-basis: 100%; max-width: 100%;}
.bbox-detail .bbox-img {margin-right: 0;}
.bbox-detail .bbox-img figure {border-radius: 10px;}
.blog-content {font-size: 17px; line-height:25px; padding:30px 0 0;}
.blog-content > * {margin-bottom:20px;}
.blog-content a {color: var(--primarycolor); text-decoration: underline;}
.blog-content a:hover {text-decoration: none;}
.blog-content ul {list-style: disc; padding-left: 30px;}
.blog-content img {max-width: 100%; border-radius: 7px;}
.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {font-size:19px; margin-bottom: 10px;}
.blog-content table {background:var(--bgcolor)}
.blog-content table th {color: #333}
.blog-content table,.blog-content table th,.blog-content table td {border: 1px solid #ccc; border-collapse: collapse; padding: 8px 13px}


.cp {cursor: pointer;}
.bbox-detail .bbox-addt {margin-bottom:30px; padding: 17px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.bbox-detail .bbox-addt > li:nth-child(2) {flex: 1;}
.share-link {color: var(--primarycolor); cursor: pointer;}
.share-li {position: relative;}
.share-li:after {display: none;}
.share-box {position: absolute; top:calc(100% + 15px); right: 0; width:320px; background: #fff; border-radius: 7px; padding:20px 15px; z-index: 99; text-align: center; border:1px solid #ddd; box-shadow: -1px 0px 16px 3px rgba(0,0,0,0.18); display: none;}
.share-box:before {position: absolute; content: ''; top: -25px; right: 0; width: 100%; height: 30px; background: transparent;}
.share-box:after {position: absolute; content: ''; top: -25px; right: 20px; border: 15px solid; border-color: transparent transparent #fff transparent}
.share-box .title {font-size: 18px !important; font-weight: 600; color: #333; margin-bottom:17px;}
.social-icons {list-style: none; margin: 0 auto; padding: 0; display: inline-flex; justify-content: center;}
.social-icons svg {width: 20px; height: 20px; fill: #fff;}
.social-icons > * {padding: 0 12px;}
.social-icons .icon {display: inline-block; width: 40px; height: 40px; line-height:38px; border-radius:50%; background:rgba(0,0,0,0.2); text-align: center;}
.social-icons .icon svg {width: 17px; height: 17px; margin: 0;}
.social-icons .icon:hover {background: var(--bs-primary); color: #fff;}
.social-icons.color .icon {color: #fff;}
.social-icons .facebook {background:#3b5998}
.social-icons .facebook:hover {background:#3b5998; opacity: 0.9;}
.social-icons .twitter {background:#000}
.social-icons .twitter:hover {background:#000; opacity: 0.9;}
.social-icons .linkedin {background:#0077B5}
.social-icons .linkedin:hover {background:#0077B5; opacity: 0.9;}
.social-icons .pinterest {background:#c8232c}
.social-icons .pinterest:hover {background:#c8232c; opacity: 0.9;}
.social-icons .instagram {background:#3f729b}
.social-icons .instagram:hover {background:#3f729b; opacity: 0.9;}
.social-icons .email {background:#999}
.social-icons .email:hover {background:#999; opacity: 0.9;}
.social-icons .name {display: block; margin-top: 3px;}

.related-blogs .owl-nav [class*=owl-] {position: absolute; top:45%; transform: translateY(-50%); width: 45px; height: 45px; background: rgba(255,255,255,0.8) !important; border-radius: 50% !important; box-shadow: 2px 3px 5px rgba(0,0,0,0.2);}
.related-blogs .owl-nav [class*=owl-]:hover {background: rgba(255,255,255,1) !important; box-shadow: 2px 3px 5px rgba(0,0,0,0.5);}
.related-blogs .owl-nav .owl-prev {left:-22px;}
.related-blogs .owl-nav .owl-next {right:-22px;}
.related-blogs .owl-nav svg {position: absolute; top:calc(50% + 1px); left: 50%; transform: translate(-50%, -50%);}
.related-blogs .owl-nav:hover {color: #000 !important;}
.related-blogs .owl-nav:hover svg {fill: #000 !important;}
.prev-next-btn {padding: 17px 0 10px;}
.prev-next-btn svg {vertical-align: middle;}


.serv-section {padding-bottom:50px;}
.serv-row {display: flex;}
.serv-row > .left {width: calc(100% - 250px); padding-right: 45px;}
.serv-row > .right {width: 250px}

.serv-rbox-h {font-size: 22px; font-weight: 600; margin-bottom: 20px;}
.rnav-list {border-left: 1px solid var(--RGBA-2);}
.rnav-list a {color: var(--bodycolor2); padding: 7px 10px; display: block; position: relative;}
.rnav-list .active a {font-weight: 600;}
.rnav-list .active a:after {position:absolute; content:''; height: 100%; width: 3px; background: var(--primarycolor); top: 0; left: -2px;}
.rnav-list {list-style: none; padding: 0; margin:0;}
.serv-rbox {position: sticky; top: 105px;}

.serv-row .section {scroll-margin-top: 110px !important;}


.consult-box-sect {padding: 40px 0; background-color: #d6efff; background-image: url(../images/consult-background.jpg); background-position: 0 right;  background-repeat: no-repeat; background-size: cover;}
.consult-box-row .left {padding-right:40px;}
.consult-box {background:var(--bgcolor); padding: 20px;}
.consult-box-row .foot-contact {background:var(--bgcolor2); height: 100%; padding: 20px 20px 20px 50px;}
.consult-box-row .foot-contact-row {border-left: 1px solid var(--RGBA-2);}

body[data-theme="dark"] .consult-box-sect {background-image: url(../images/head-bg.jpg);}
body[data-theme="dark"] #getConsultation .modal-content {background-color: #d6efff; background-image: url(../images/head-bg.jpg) !important; background-position: 0 0;  background-repeat: no-repeat; background-size: cover;}
body[data-theme="dark"] .modal-content-wrap {border:1px solid #fff}


.footer {padding: 100px 0;}
.foot-logo {margin-bottom: 25px;}
.foot-contact {list-style: none; font-size: 16px;}
.foot-contact .title {font-size: 20px; font-weight: 800;}
.foot-contact a {color: var(--bodycolor); text-decoration: none;}
.foot-contact li {position: relative;}
.foot-contact li:after {position: absolute; content: ''; top: 1px; left: -32px; width: 22px; height: 22px; opacity: 0.6;}
.foot-contact .call:after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M22 17.0022C21.999 19.8731 19.9816 22.2726 17.2872 22.8616L16.6492 20.9476C17.8532 20.7511 18.8765 20.0171 19.4649 19H17C15.8954 19 15 18.1046 15 17V13C15 11.8954 15.8954 11 17 11H19.9381C19.446 7.05369 16.0796 4 12 4C7.92038 4 4.55399 7.05369 4.06189 11H7C8.10457 11 9 11.8954 9 13V17C9 18.1046 8.10457 19 7 19H4C2.89543 19 2 18.1046 2 17V12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12V12.9987V13V17V17.0013V17.0022ZM20 17V13H17V17H20ZM4 13V17H7V13H4Z'%3E%3C/path%3E%3C/svg%3E");}
.foot-contact .email:after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M21 3C21.5523 3 22 3.44772 22 4V20.0066C22 20.5552 21.5447 21 21.0082 21H2.9918C2.44405 21 2 20.5551 2 20.0066V19H20V7.3L12 14.5L2 5.5V4C2 3.44772 2.44772 3 3 3H21ZM8 15V17H0V15H8ZM5 10V12H0V10H5ZM19.5659 5H4.43414L12 11.8093L19.5659 5Z'%3E%3C/path%3E%3C/svg%3E");}
.foot-title {font-size: 18px; font-weight: 600; margin-bottom: 13px;}
.foot-links {margin: 0; padding: 0; font-size: 15px; list-style: none;}
.foot-links > li {position: relative; padding-left: 13px;}
.foot-links > li:not(:last-child) {margin-bottom: 5px;}
.foot-links a {color: var(--bodycolor3); text-decoration: none;}
.foot-links a:hover {color:var(--bodycolor2); text-decoration: underline;}
.foot-links > li:after {position: absolute; content: '-'; left: 0px; top: -2px;}

.copyright {color: var(--bodycolor3); border-top: 1px solid var(--RGBA-2); padding-top: 13px; margin-top: 20px;}
.copyright a {color: var(--bodycolor2); text-decoration: underline;}
.copyright a:hover {text-decoration: none;}
.social-links {display: inline-flex; list-style: none; margin: 0;}
.social-links li:not(:last-child) {margin-right: 7px;}
.social-links svg {width: 20px; height: 20px; fill: #fff;}
.social-links a {background: #59575c; border-radius: 3px; padding: 7px 7px; line-height: 1px; display: inline-block; position: relative; transition: 0.3s ease-in-out;}
.social-links a:hover {background: #78777a; top: -3px;}

.floating {position:fixed;bottom:25px;right:25px; display: inline-flex; flex-direction: column; flex-wrap: wrap; cursor:pointer;z-index:9;}

.step-wrap .steps_wrap.only-description .steps{padding-bottom:5px}
.step-wrap .step-break{display:flex;flex-direction:row}
.step-wrap .step-break .a-step-column{flex-basis:50%}
.step-wrap .step-break .a-step-column:first-child{padding-right:30px}
.step-wrap .steps{display:flex;max-width:100%;padding-bottom:30px;position:relative}
@media only screen and (max-width:767px){
    .step-wrap .steps{align-content:flex-start;align-items:flex-start;flex-direction:column;justify-content:flex-start}
}
.step-wrap .steps:hover .steps_number{border:1px solid #005eb8;color:#005eb8}
.step-wrap .steps:hover .steps_line:after{height:100%}
.step-wrap .steps:last-child{margin-bottom:30px;padding-bottom:0}
.step-wrap .steps:last-child .steps_line{display:none}
.step-wrap .steps_line{background:#dadfe3;content:"";display:block;height:100%;position:absolute;top:0;width:1px}
@media only screen and (max-width:767px){
    .step-wrap .steps_line{display:none}
}
.step-wrap .steps_line:after{background-color:#005eb8;bottom:0;content:"";display:block;height:0;left:0;position:absolute;top:0;transition:all .7s ease;width:1px}
@media only screen and (max-width:767px){
    .step-wrap .steps_line:after{display:none}
}
.step-wrap .steps_number{background:#fff;border:1px solid #dadfe3; border-radius: 5px; display:inline-block;font-size:18px;font-weight:700;height:40px;line-height:1;margin:0;padding:10px 14px;text-align:center;transition:all .3s ease;white-space:nowrap;z-index:1}
@media only screen and (max-width:767px){
    .step-wrap .steps_number{margin-bottom:20px}
}
.step-wrap .steps_content{margin-left:20px;max-width:100%;width:100%}
@media only screen and (max-width:767px){
    .step-wrap .steps_content{margin-left:0}
}
.step-wrap .steps_content-info .steps_description p{line-height:1.78}
@media (max-width:767px){
    .step-wrap .steps_content-info .steps_description p{line-height:1.75}
}
.step-wrap .steps_content-info ul{margin-top:0}
.step-wrap .steps_content-info ul li{line-height:1.78;margin-bottom:20px}
.step-wrap .steps_content-info ul li:before{margin:0;top:calc(.89em - 4px)}
@media (max-width:767px){
    .step-wrap .steps_content-info ul li{font-size:16px;line-height:1.75}
.step-wrap .steps_content-info ul li:before{margin:0;top:calc(.875em - 4px)}
}
.step-wrap .steps_content-info ul li:last-child{margin-bottom:0}
.step-wrap .steps_content-info ul li ul{margin-top:12px}
.step-wrap .steps_name{margin:0 0 20px}
.step-wrap .steps_name h4{color:#222;font-size:20px;font-weight:700;line-height:1.75}
.step-wrap .steps_name h3,.step-wrap .steps_name h4{margin:0; font-size: 23px;}
.step-wrap .steps_name h3 a {color: var(--primarycolor);}
.step-wrap .steps_name h3 a[href]:not([class]),.step-wrap .steps_name h4 a[href]:not([class]){text-decoration:underline;text-decoration-color:var(--primarycolor);text-underline-offset:2px}
.step-wrap .steps_image{margin-top:26px;text-align:left}
.step-wrap .steps_image img{max-height:200px;max-width:200px}
@media only screen and (min-width:768px){
    .step-wrap .steps_content-info{display:flex;justify-content:space-between}
.step-wrap .steps_content-info ul{margin-top:0}
.step-wrap .steps_content-info ul li{margin-bottom:10px}
.step-wrap .steps_content-info ul li:last-child{margin-bottom:0}
.step-wrap .steps_image{margin:0 0 0 30px;text-align:right}
.step-wrap .steps_image img{max-height:162px;max-width:162px}
.step-wrap .steps_name h4{font-size:22px}
}
@media only screen and (min-width:769px){
    .step-wrap .steps_image{margin:0 0 0 50px}
.step-wrap .steps_image img{max-height:200px;max-width:200px}
}
@media only screen and (min-width:1025px){
    .step-wrap .steps_image{margin:0 0 0 30px}
}
@media only screen and (max-width:1600px){
    .step-wrap .steps_name h4{font-size:18px;line-height:2.2}
}
@media only screen and (max-width:767px){
    .step-wrap .steps_name h4{font-size:16px}
}
.steps_admin-info{display:flex;justify-content:space-between}
.steps_admin-descr{width:100%}
.steps_admin-image{margin-left:30px}
.steps_admin-namePh{color:#b7b1b1;font-size:18px;margin-bottom:5px}
.steps_admin-name{margin-bottom:30px}
.steps_admin-number{margin-bottom:20px}
.icp .steps_name{margin:0 0 20px}
.steps_description > * {margin: 0 0 12px;}
.icp .steps_description ul{margin-top:0}
.icp .steps_description ul li{margin-bottom:10px}
.icp .steps_description ul li:last-child{margin-bottom:0}
.icp .steps_description ul li ul{margin-top:12px}







.wtheme{background:var(--primarycolor);color:#fff; border-radius:50%;width:45px;height:45px;text-align:center; position: relative; margin-bottom: 7px;}
.wtheme:after{position:absolute;content:''; width: 22px; height: 22px; top:50%;left:50%;transform:translate(-50%,-50%);transition:all .3s; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10 7C10 10.866 13.134 14 17 14C18.9584 14 20.729 13.1957 21.9995 11.8995C22 11.933 22 11.9665 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C12.0335 2 12.067 2 12.1005 2.00049C10.8043 3.27098 10 5.04157 10 7ZM4 12C4 16.4183 7.58172 20 12 20C15.0583 20 17.7158 18.2839 19.062 15.7621C18.3945 15.9187 17.7035 16 17 16C12.0294 16 8 11.9706 8 7C8 6.29648 8.08133 5.60547 8.2379 4.938C5.71611 6.28423 4 8.9417 4 12Z'%3E%3C/path%3E%3C/svg%3E");}
.wtheme:hover:after{transform: translate(-50%, -50%) scale(1.1)}
.wtheme:hover{background:var(--primarycolor)}

.scrollTop{background:var(--RGBA-5);color:#fff; border-radius:50%;width:45px;height:45px;text-align:center; position: relative; opacity:0;transition:all .3s;}
.scrollTop:after{position:absolute;content:''; width: 33px; height: 33px; top:50%;left:50%;transform:translate(-50%,-50%);transition:all .3s; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M11.9999 10.8284L7.0502 15.7782L5.63599 14.364L11.9999 8L18.3639 14.364L16.9497 15.7782L11.9999 10.8284Z'%3E%3C/path%3E%3C/svg%3E");}
.scrollTop:hover:after{transform: translate(-50%, -50%) scale(1.1)}
.scrollTop:hover{background:var(--primarycolor)}
.scrollTop.active{opacity:1}

.top-hsicon {line-height: 1px; display: none;}
.menu-head {display: none;}
.top-hsicon svg {width:28px; height: 28px;}
.top-hsicon .call-us svg {fill: #005eb8; width:26px; height: 26px;}

.cd-words-wrapper{display:inline-block;position:relative;text-align:left}
.cd-words-wrapper b{display:inline-block;position:absolute;white-space:nowrap;left:0;top:1px}
.cd-words-wrapper b.is-visible{position:relative}
.no-js .cd-words-wrapper b{opacity:0}
.no-js .cd-words-wrapper b.is-visible{opacity:1}
.cd-headline.clip span{display:inline-block;}
.cd-headline.clip .cd-words-wrapper{overflow:hidden;vertical-align:top}
.cd-headline.clip .cd-words-wrapper::after{content:'';position:absolute;top:0;right:0;width:2px;height:100%;background:rgba(0,0,0,0.4);}
.cd-headline.clip b{opacity:0; display: inline-block;}
.cd-headline.clip b.is-visible{opacity:1}

.oh {overflow: hidden;} .modal {display: none; position: fixed; z-index: 999999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6)} .modal-wrap {display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start; position: relative; padding:25px 15px 15px; overflow-y: auto;} .modal-content-wrap {min-width: 320px; max-width: 1200px; background-color: #fff; position: relative; border-radius: 7px} .modal .close {position: absolute!important; top: -12px!important; right: -12px!important; cursor: pointer; font-size: 25px!important; display: inline-block!important; width: 30px!important; height: 30px!important; line-height: 28px!important; background: #dbdbdb!important; color: #666!important; text-align: center; border-radius: 50%; z-index: 3;} .modal .close span,.modal .close2 span {transform: rotate(0) translate(0px,-1px)!important; background: none!important; width: auto!important; height: auto!important; padding: 0!important} .modal .close:hover {color: #000} .modal-content {padding:17px 17px; border:none} .modal-title span {font-size: 18px; color: #424242; font-weight: 400;} .modal-title {text-align: center; font-size: 21px; line-height: 25px; font-weight: 600; color: #000; position: relative; margin-bottom:20px;} .modal-title:after {position: absolute; content: ''; width: 60px; height: 2px; background: var(--bs-primary); left: 50%; transform: translateX(-50%); bottom: -10px;} .modal-head {margin-bottom: 7px;} .modal-head .desc {text-align: center; font-size: 16px; line-height: 20px; color: #666;} .otp-step {padding-top: 15px} .otp-heading {text-align: center; font-weight: 500; font-size: 17px; margin-bottom: 12px} .otp-desc {text-align: center; font-size: 20px; margin-bottom: 12px;} .otp-desc i {color: #0165ab} .otp-desc .si {background-position: -298px -30px; width: 13px; height: 13px;} .otp-desc b { font-weight: 500} .otp-input {text-align: center;} .otp-input input {width: 40px !important; border: 1px solid #ccc; height: 45px; display: inline-block; text-align: center; font-weight: 600; color: #000; font-size: 16px; border-radius: 5px !important;}


@media(max-width:991px) {
    .slider-content .title {font-size: 48px; line-height: 60px;}
    .slider-content .title br {display: none;}
    .slider-row .container {height:auto; padding: 40px 15px;}
    .mb130px, .mb100px {margin-bottom: 50px;}
    .section2 {padding: 50px 0;}
    .sect-head .sub-title {font-size: 13px;}
    .sect-head .title {font-size: 25px; line-height: 33px}
    .sect-head .title br {display: none;}
    .text-center.sect-head .desc, .text-center .sect-head .desc {margin:3px auto 0}
    .sect-head .desc {font-size: 15px;}
    .common-content {font-size: 15px;}
    .common-content2 {font-size: 17px; line-height: 25px;}
    .sect-head {margin-bottom: 27px;}
    .btn {padding: 7px 15px; font-size: 15px;}
    .overview .container {padding-bottom: 50px;} 
    .srv-box {padding: 20px 15px; margin-bottom: 15px;}
    .srv-box .img {padding-right:15px;}
    .srv-box .img figure {width: 100px;}
    .srv-box .title, .srv-box .title a {font-size: 20px; line-height: 25px;}
    .srv-box .srv-list, .srv-box .srv-list a {font-size: 15px;}
    .case-box {margin-bottom: 30px;}
    .case-box figure {margin-bottom:10px;}
    .case-box .title {font-size: 20px;}
    .case-box .desc {font-size: 15px; margin: 5px 0 12px;}
    .whychoose-row {text-align: center;}
    .whychoose-row > *:nth-child(2) {padding-top: 25px;}
    .whychoose-list {text-align: left;}
    .whychoose-row .title2 {font-size: 18px; line-height: 26px; margin-bottom:0px;}
    .whychoose-list {font-size: 15px;}

    .faq .item {padding: 0;}
    .faq-box {padding: 7px 0;}
    .faq .title {font-size: 16px; padding: 8px 35px 8px 0;}
    .faq .desc {padding: 3px 35px 0 0; font-size: 15px; line-height: 20px;}

    .cta-box .row > *:first-child {padding: 20px; width: 100%;}
    .cta-box .row > *:nth-child(2) {display: none;}

    .footer {padding: 50px 0;}
    .foot-contact .title {font-size: 17px; font-weight: 600;}
    .foot-links {font-size: 14px;}
    .foot-title {font-size: 17px; margin-bottom: 10px;}
    .copyright {font-size: 14px;}
    .copyright, .copyright .text-end {text-align: center !important;}
    .copyright > *:nth-child(2) {margin-top: 12px;}
    .floating {right: 15px; bottom: 20px;}
    .footer .foot-contact {margin-bottom: 25px;}
    
    .top-bar > .container {padding: 15px 15px;}
    .header .logo img {height: 22px;}
    .top-hsicon {display: inline-flex; align-items: center;}
    .top-hsicon > *:not(:last-child) {margin-right: 13px;}

    .oh {overflow: hidden; position: relative;}
    .oh:after {background:rgba(0,0,0,0.3); position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
    .oh .header-fixed:after {background:rgba(0,0,0,0.3); position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%;}

    .menu-wrap {width: 300px; background: #fff; position: fixed; top: 0; right: 0; height:100vh; z-index: 10; box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.2); display: none;}
    .menu-wrap.active {display: block;}
    .menu-head {display: flex; justify-content: space-between; align-items: center; padding:13px 13px 13px 18px; text-transform: uppercase; font-size: 16px; font-weight: 600; color: #000;}
    .menu-head svg {fill: #000; width: 35px; height: 35px;}
    .top-bar-right {height: calc(100vh - 66px); overflow:auto; padding-bottom: 25px;}
    .menu {display: flex; flex-wrap: wrap; margin: 0px;}
    .menu > .menu-item {width: 100%;}
    .header .menu .button a {text-align: center;}
    .mega-menu section {position: relative; padding: 10px 0; display: none;}
    .mega-menu .dropdown-pane {padding: 10px 0 0;}
    li.mega-menu:hover section,li.mega-menu:hover section {display: block;}
    .megamenu .mega-links {margin-bottom: 12px;}
    .megamenu .mega-links li:not(:last-child) {margin-bottom: 5px;}
    .megamenu .mega-links li {position: relative; padding-left: 15px;}
    .megamenu .mega-links li:after {position: absolute; content: '-'; top: 0; left: 0;}
    .mega-menu > a {position: relative;}
    .mega-menu > a:before {position: absolute; top: 50%; right: 0; transform: translateY(-50%); content: ''; width: 22px; height: 22px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");}

    .header .menu .button, .header .menu a {color: #000 !important;}
    .header .menu .button a {background: #fff !important;}
    .header .menu .button a:hover {background: #000 !important;}

    .test-row .left {padding-right: 30px;}
	.test-row .left figure {width: 160px; height: 125px;}
	.test-row .left figure:after {width: 50px; height: 50px; bottom: -25px; left: -25px;}
	.test-row .desc {font-size: 15px;font-weight: 300;}
	.test-row .title, .test-row .client-comp {font-size: 15px;}

    .head-inner .title {font-size: 26px;}
    .head-inner .desc {font-size: 15px;}

    .we-serve .item {padding: 5px 20px; font-size: 15px; margin: 0 2px 10px;}
    .we-serve-row .col-md-3 { width: 50%;}
    .we-serve-box {padding: 10px;}
    .we-serve-box figure {width: 50px; height: 50px; padding: 10px;}

    .client-box {padding: 30px 20px;}
    .client-box .name {font-size: 18px;}
    .client-box .desc {margin-top: 7px;}
    .box4-row .item {border:1px solid var(--RGBA-2)}
    .box4 .title {height:auto; font-size: 16px; padding:12px 15px;}
    .box4 .content {padding: 12px 15px;}
    .list-check {font-size: 15px;}

    .test-slide.owl-theme .owl-dots {bottom: -15px;}
    .contact-row .right {padding-left: 15px;}

    .blog-row {flex-wrap: wrap;}
    .blog-row > * {flex-basis: 100%; max-width: 100%; width: 100%;}
    .bleft {padding-right: 0px;}
    .bright {padding-top: 35px;}

    .consult-box-sect {padding: 20px 0;}
    .consult-img {display: none;}
    .consult-box-row .foot-contact-row {border:none}
    .consult-box-row .foot-contact-row .foot-contact {margin-top: 20px; height: auto;}
    .modal-wrap {align-items: flex-start; padding: 0;}
    .consult-box-row .left {order: 2; padding: 25px 15px 0;}
    .consult-box-row .right {order: 1;}
    .modal .close {top: 12px !important; right: 12px !important;}


    .serv-row > .left {padding-right: 0; width: 100%;}
    .serv-row > .right {display: none;}
}

@media(max-width:800px) {
    .bbox-big {flex-wrap: wrap;}
    .bbox-big > *{flex-basis: 100%; max-width: 100%; width: 100%;}
    .bbox-img img {width: 100%;}
    .bbox-big .bbox-img {margin-right: 0;}
    .bbox-big .bbox-c {padding: 15px 0;}
    .bbox-big .title, .bbox-big .title a {font-size:19px;}
    .bbox-detail.bbox-big .title, .bbox-detail.bbox-big .title a {font-size:28px;}
    .bbox-detail .title, .bbox-detail .title a {font-size:28px;}
    .bbox-big .bctag a {padding: 6px 15px; font-size: 14px; line-height: 14px;}
    .bbox-big .bctag {margin:10px 0 0;}
    .bbox-big .bbox-addt {margin-top: 15px;}
    .bbox-row > * {margin-bottom: 20px;}
    .bbox-detail .bbox-addt {margin-bottom:7px; padding: 12px 0;}
    .bbox-detail .bctag {margin:15px 0 5px;}
    .blog-content {font-size: 16px; padding: 15px 0 0;}
}

@media(max-width:767px) {
    .slider-content .title {font-size: 35px; line-height: 45px; margin-bottom: 13px;}
    .slider-content .title br {display: none;}
    .slider-content .desc {font-size: 16px; line-height: 25px;}
    .head-inner {background-position: top center;}
    .breadcrumb{width:calc(100vw - 30px); overflow: auto}
    .breadcrumb2 {width: 100%;}
    .client-box {padding: 25px 15px;} 
    .head-inner .right {display: none;}

    .why-reverse > *:first-child {order: 2;}
    .why-reverse > *:nth-child(2) {order: 1;}
    .why-reverse > * {padding: 0;}
}

@media(max-width:640px){

	.test-row {flex-wrap: wrap; justify-content: center; padding-top: 25px;}
	.test-row .left {padding: 0px;}
	.test-row .left figure {margin: 0 auto}
	.test-row .right {padding-top: 90px;}
}

@media(max-width:575px){

    .we-serve-box {flex-wrap: wrap;}
    .we-serve-box figure {width: 50px; height: 50px; padding: 10px; margin: 0 auto 12px;}
    .we-serve-box .title {width: 100%; flex:initial; text-align: center;}
}