.ch__clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.one__fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}
.cm__scroll {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.ch__onewidth {
    margin: 0 auto;
    padding: 0 20px;
}

.cl__one {
    float: left;
    padding-right: 30px;
    box-sizing: content-box !important;
}
.cl__one a {
    display: block;
}
.elementor .cl__one img {
    width: auto;
    display: block;
}

.cm__one {
    float: right;
    font-size: 16px;
}

.cmo__nav {
    float: left;
}
.cmo__nav .cm__desktop li {
    float: left;
    display: block;
    position: relative;
}

.cmo__nav .cm__desktop li a {
    position: relative;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0 15px;
    white-space: nowrap;
}

.cmo__nav .cm__desktop li ul {
    visibility: hidden;
    position: absolute;
    right: 0px;
    padding: 15px 0;
    z-index: 400;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    transition: all 0.1s ease;
    margin-top: 30px;
}
.cmo__nav .cm__desktop li:hover ul {
    visibility: visible;
    margin-top: 0;
    transition: all 0.1s ease;
}
.cmo__nav .cm__desktop li ul li,
.cmo__nav .cm__desktop li ul li.menu-item-has-children {
    float: none;
    display: block;
    line-height: 1.2;
    min-width: 240px;
    padding: 0;
    margin: 0;
}
.cmo__nav .cm__desktop li ul li a,
.cmo__nav .cm__desktop li.menu-item-has-children ul li a {
    position: relative;
    line-height: 1.2 !important;
    padding: 8px 20px;
    border-radius: 0;
    border: 0 !important;
}
.cmo__nav .cm__desktop li ul li:hover a:after {
    opacity: 1;
}
.cmo__nav .cm__desktop li ul li ul {
    visibility: hidden;
    position: absolute;
    top: -15px !important;
    right: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    transition: all 0.1s ease;
    margin-top: 30px;
}

.cmo__nav .cm__desktop li:hover ul li ul,
.cmo__nav .cm__desktop li ul li:hover ul li ul,
.cmo__nav .cm__desktop li ul li ul li:hover ul li ul {
    visibility: hidden;
    transition: all 0.1s ease;
    margin-top: 30px;
}
.cmo__nav .cm__desktop li ul li:hover ul,
.cmo__nav .cm__desktop li ul li ul li:hover ul,
.cmo__nav .cm__desktop li ul li ul li ul li:hover ul {
    visibility: visible;
    transition: all 0.1s ease;
    margin-top: 0;
}

/* Header 1 */
.hs__s1 .cmo__nav .cm__desktop li.menu-item-has-children a {
    padding: 0 22px 0 15px;
}
.hs__s1 .cmo__nav .cm__desktop li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 5px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.hs__s1 .cmo__nav .cm__desktop li.menu-item-has-children:hover:after {
    transform: rotate(-135deg);
}

.hs__s1 .cmo__nav .cm__desktop li.menu-item-has-children ul li a {
    position: relative;
    line-height: 1.2 !important;
    padding: 8px 20px;
    border-radius: 0;
    border: 0 !important;
}
.hs__s1 .cmo__nav .cm__desktop ul li.menu-item-has-children:after {
    right: 15px;
    display: none;
}
.hs__s1 .cmo__nav .cm__desktop li:hover ul li.menu-item-has-children:after {
    display: block;
}

/* Header 2 */
.hs__s2 .cmo__nav .cm__desktop li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: calc(50% + 15px);
    right: calc(50% - 15px);
    left: calc(50% - 15px);
    height: 2px;
    transition: all 0.3s ease;
}
.hs__s2 .cmo__nav .cm__desktop li.menu-item-has-children:hover:after {
    left: 15px;
    right: 15px;
}
.hs__s2 .cmo__nav .cm__desktop ul li.menu-item-has-children:after {
    right: calc(100% - 50px);
    left: 20px;
    height: 1px;
    transition: all 0s ease;
}
.hs__s2 .cmo__nav .cm__desktop ul li.menu-item-has-children:hover:after {
    right: calc(100% - 80px);
    left: 20px;
    transition: all 0.3s ease;
}

/* Header 3 */
.hs__s3 .cmo__nav .cm__desktop li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    box-sizing: content-box !important;
}
.hs__s3 .cmo__nav .cm__desktop li a {
    z-index: 2;
}
.hs__s3 .cmo__nav .cm__desktop li:hover ul {
    transition: all 0.1s ease 0.5s;
}
.hs__s3 .cmo__nav .cm__desktop ul li.menu-item-has-children:after {
    right: 10px;
}
.hs__s3 .cmo__nav .cm__desktop li ul li:before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 15px;
    height: 8px;
    width: 12px;
    border-radius: 8px;
}
.hs__s3 .cmo__nav .cm__desktop li.menu-item-has-children ul li a {
    padding: 8px 20px 8px 40px;
}
.hs__s3 .cmo__nav .cm__desktop li.menu-item-has-children ul li a:hover {
    padding: 8px 20px 8px 55px;
    transition: all 0.3s ease;
}

/* Header 4 */
.hs__s4 .cmo__nav .cm__desktop li.menu-item-has-children:before {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    right: 3px;
    width: 12px;
    height: 9px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transition: all 0.3s ease;
}
.hs__s4 .cmo__nav .cm__desktop li.menu-item-has-children:hover:before {
    width: 32px;
}

.hs__s4 .cmo__nav .cm__desktop li ul:after {
    content: "";
    position: absolute;
    right: 32px;
    top: -12px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 0;
    clear: both;
}
.hs__s4 .cmo__nav .cm__desktop ul li ul:after {
    display: none;
}
.hs__s4 .cmo__nav .cm__desktop ul li.menu-item-has-children:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 12px;
    width: 8px;
    height: 0;
    border-width: 2px 0 0 0;
    transition: all 0s ease;
}
.hs__s4 .cmo__nav .cm__desktop ul li.menu-item-has-children:before {
    transition: all 0.3s ease;
}

/* Header 5 */
.hs__s5 .cmo__nav .cm__desktop li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    height: 2px;
    transition: all 0.3s ease;
}
.hs__s5 .cmo__nav .cm__desktop li.menu-item-has-children:hover:after {
    display: none;
}
.hs__s5 .cmo__nav .cm__desktop li ul {
    border-radius: 8px;
}
.hs__s5 .cmo__nav .cm__desktop li ul:after {
    content: "";
    position: absolute;
    right: 32px;
    top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}
.hs__s5 .cmo__nav .cm__desktop ul li ul:after {
    display: none;
}
.hs__s5 .cmo__nav .cm__desktop li.menu-item-has-children ul li a {
    margin: 0 20px;
    padding: 15px 20px;
    border-radius: 5px;
}
.hs__s5 .cmo__nav .cm__desktop ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    left: auto;
    top: calc(50% - 4px);
    right: 20px;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    box-sizing: content-box !important;
    transition: all 0s ease;
}

.cc__one {
    float: right;
}
.call__center {
    float: right;
    height: 44px;
    position: relative;
    margin-left: 40px;
}
.hs__s1 .call__center a {
    display: block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    box-sizing: content-box !important;
    transition: all 0.3s ease;
}

.hs__s2 .call__center a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
    border-style: solid;
    border-width: 2px;
    box-sizing: content-box !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.hs__s2 .call__center:hover a {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.hs__s2 .call__center:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 6px;
    right: -6px;
    height: 38px;
}
.hs__s3 .call__center a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-style: solid;
    border-width: 2px;
    border-radius: 40px;
    box-sizing: content-box !important;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.hs__s3 .call__center a:hover {
    border-style: solid;
    border-width: 2px;
}
.hs__s4 .call__center a {
    position: relative;
    display: block;
    padding: 0;
    height: 40px;
    line-height: 40px;
    box-sizing: content-box !important;
}
.hs__s4 .call__center a span {
    position: relative;
    z-index: 2;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
.hs__s4 .call__center a:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    width: 40px;
    clip-path: polygon(0% 0%, 100% 0, 60% 100%, 0% 100%);
    transition: all 0.5s ease;
}
.hs__s4 .call__center:hover a:before {
    width: 70%;
}
.hs__s4 .call__center a:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    width: 40px;
    clip-path: polygon(40% 0%, 100% 0, 100% 100%, 0% 100%);
    transition: all 0.5s ease;
}
.hs__s4 .call__center:hover a:after {
    width: 70%;
}

.hs__s5 .call__center a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    border-radius: 40px;
    box-sizing: content-box !important;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}
.hs__s5 .call__center:hover a {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0);
}
.hs__s5 .call__center a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    z-index: -1;
}
.hs__s5 .call__center a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    z-index: -1;
}
.hs__s5 .call__center:hover a:after {
    background: none !important;
}

.cpen__one {
    display: none;
    right: 40px;
}
.hs__s1 .cpen__one {
    position: absolute;
    top: calc(50% - 22px);
    width: 40px;
    height: 40px;
    border-style: solid;
    border-width: 2px;
    box-sizing: content-box !important;
    border-radius: 5px;
    cursor: pointer;
}
.hs__s1 .cpen__one span {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
}
.hs__s1 .cpen__one span:before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    border-style: solid;
    border-width: 2px 0 2px 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s1 .cpen__one span:before {
    top: 9px;
    bottom: 9px;
    transition: all 0.3s ease;
}
.hs__s1 .cpen__one span:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 12px;
    right: 12px;
    border-style: solid;
    border-width: 2px 0 0 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s1 .cpen__one span:after {
    left: 6px;
    right: 6px;
    transition: all 0.3s ease;
}

.hs__s2 .cpen__one {
    position: absolute;
    top: calc(50% - 22px);
    width: 34px;
    height: 34px;
    border-style: solid;
    border-width: 2px;
    box-sizing: content-box !important;
    cursor: pointer;
}
.hs__s2 .cpen__one:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 6px;
    left: 6px;
    width: 36px;
    height: 36px;
}

.hs__s2 .cpen__one span {
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
}
.hs__s2 .cpen__one span:before {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 9px;
    left: 12px;
    right: 12px;
    border-style: solid;
    border-width: 2px 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s2 .cpen__one span:before {
    left: 6px;
    right: 6px;
    transition: all 0.3s ease;
}
.hs__s2 .cpen__one span:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 6px;
    right: 6px;
    border-style: solid;
    border-width: 2px 0 0 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s2 .cpen__one span:after {
    left: 12px;
    right: 12px;
    transition: all 0.3s ease;
}

.hs__s3 .cpen__one {
    position: absolute;
    top: calc(50% - 22px);
    width: 40px;
    height: 40px;
    border-style: solid;
    border-width: 2px;
    border-radius: 44px;
    box-sizing: content-box !important;
    cursor: pointer;
}

.hs__s3 .cpen__one span {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
}
.hs__s3 .cpen__one span:before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    border-style: solid;
    border-width: 2px 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s3 .cpen__one span:before {
    top: 9px;
    bottom: 9px;
    transition: all 0.3s ease;
}
.hs__s3 .cpen__one span:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 12px;
    right: 12px;
    border-style: solid;
    border-width: 2px 0 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s3 .cpen__one span:after {
    left: 6px;
    right: 6px;
    transition: all 0.3s ease;
}

.hs__s4 .cpen__one {
    position: absolute;
    top: calc(50% - 22px);
    width: 44px;
    height: 44px;
    box-sizing: content-box !important;
    cursor: pointer;
}
.hs__s4 .cpen__one:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    width: 40px;
    clip-path: polygon(0% 0%, 100% 0, 60% 100%, 0% 100%);
    transition: all 0.5s ease;
    z-index: 1;
}

.hs__s4 .cpen__one span {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    z-index: 2;
}
.hs__s4 .cpen__one span:before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    border-style: solid;
    border-width: 2px 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s4 .cpen__one span:before {
    top: 9px;
    bottom: 9px;
    transition: all 0.3s ease;
}
.hs__s4 .cpen__one span:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 12px;
    right: 12px;
    border-style: solid;
    border-width: 2px 0 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s4 .cpen__one span:after {
    left: 6px;
    right: 6px;
    transition: all 0.3s ease;
}

.hs__s5 .cpen__one {
    position: absolute;
    top: calc(50% - 22px);
    width: 44px;
    height: 44px;
    box-sizing: content-box !important;
    border-radius: 44px;
    cursor: pointer;
}

.hs__s5 .cpen__one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    z-index: 1;
}
.hs__s5 .cpen__one:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    z-index: 1;
}

.hs__s5 .cpen__one span {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    z-index: 2;
}
.hs__s5 .cpen__one span:before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    border-style: solid;
    border-width: 2px 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s5 .cpen__one span:before {
    top: 9px;
    bottom: 9px;
    transition: all 0.3s ease;
}
.hs__s5 .cpen__one span:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 12px;
    right: 12px;
    border-style: solid;
    border-width: 2px 0 0;
    transition: all 0.3s ease;
}
.cm__omenu .hs__s5 .cpen__one span:after {
    left: 6px;
    right: 6px;
    transition: all 0.3s ease;
}

/* CL - HEADER 2 */

body {
	transition: all .2s ease !important;
}
.body__menu__two {
	margin: 0 400px 0 -400px;
}

.before__two__fixed {
	height: 116px;
}

.two__fixed {
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    transition: all .2s ease;
}
.body__menu__two .two__fixed {
	margin: 0 400px 0 -400px;
}
.com__head__twoboxed {
	padding: 0 25px;
	margin: 0 auto;
	position: relative;
}
.open__contact {
	display: none;
  position: absolute;
  left: -45px;
  top: 45px;
  width: 116px;
  height: 26px;
  line-height: 26px;
  transform: rotate(90deg);
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.1);
  z-index: 10;
}
.com__logo__two {
	float: left;
	height: 46px;
	padding: 35px 35px 35px 0;
	margin: 0;
	box-sizing: content-box !important;
}
.com__logo__two a {
	display: block;
}
.com__logo__two img {
	height: 46px !important;
	width: auto;
	display: block;
}

/* Menu 2 */
.menu__two {
	float: left;
}

.head__icon__two {
	position: relative;
	float: left;
	height: 46px;
	box-sizing: content-box !important;
	padding: 35px 30px;
	border-width: 0 1px;
	border-style: solid;
}
.social_icon {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	border-width: 3px;
	border-style: solid;
	box-sizing: content-box !important;
	margin: 0 3px;
	border-radius: 42px;
	overflow: hidden;
}
.two__side .social_icon,
.two__square .social_icon,
.two__border .social_icon {
	width: 44px;
	height: 44px;
	border-width: 0;
}
.two__side .head__icon__two .social_icon:first-child:before {
	content: '';
	position: absolute;
	top: -12px;
	left: -12px;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
}
.two__side .head__icon__two .social_icon:last-child:before {
	content: '';
	position: absolute;
	bottom: -12px;
	right: -12px;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
}
.two__freeze .head__icon__two {
	float: right;
}
.two__side .social_icon,
.two__square .social_icon {
	border-radius: 0;
}
.two__border .social_icon {
	border-radius: 0;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
.two__freeze .social_icon {
	border-radius: 50px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}
.social_icon svg,
.social_icon i {
	width: 22px;
	height: 22px;
	float: left;
	font-size: 22px;
	text-align: center;
}
.two__flip .social_icon svg,
.two__freeze .social_icon svg,
.two__flip .social_icon i,
.two__freeze .social_icon i {
	margin: 9px;
}
.two__side .social_icon svg,
.two__square .social_icon svg,
.two__border .social_icon svg,
.two__side .social_icon i,
.two__square .social_icon i,
.two__border .social_icon i {
	margin: 11px;
}
.two__border .head__icon__two {
	overflow: hidden;
	border: 0 !important;
}



.side__menu__two {
	position: fixed;
	top: -20px;
	bottom: -20px;
	right: -400px;
	width: 400px;
	padding: 20px 0;
	transition: all .2s ease;
}
.side__menu__inner {
	position: relative;
	height: 100%;
	overflow-y: auto;
}
.body__menu__two .side__menu__two {
	right: 0;
}
.side__menu__logo {
	padding: 50px 50px 0;
	box-sizing: content-box !important;
}
.side__menu__logo img {
	display: block;
	max-width: calc( 100% - 50px ) !important;
	height: auto;
}
.menu__two__nav {
	padding: 50px 50px 20px 50px;
	margin: 0 0 30px;
}
.menu__two__class {
	list-style: none;
}
.menu__two__class li {
	padding: 20px 0;
	border-width: 1px 0 0;
	border-style: solid;
	position: relative;
}
.two__flip .menu__two__class li.menu-item-has-children:after {
	content: '';
	position: absolute;
	top: calc( 32px - 5px );
	right: 20px;
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	transform: rotate(135deg);
}

.two__side .menu__two__class li.menu-item-has-children:after,
.two__square .menu__two__class li.menu-item-has-children:after,
.two__freeze .menu__two__class li.menu-item-has-children:after {
	content: '';
	position: absolute;
	top: calc( 32px - 5px );
	right: 20px;
	width: 10px;
	height: 10px;
}
.two__border .menu__two__class li.menu-item-has-children:after {
	content: '';
	position: absolute;
	top: calc( 32px - 5px );
	right: 20px;
	width: 6px;
	height: 6px;
	border-width: 2px;
	border-style: solid;
	box-sizing: content-box !important;
}
.two__freeze .menu__two__class li.menu-item-has-children:after {
	border-radius: 10px;
}
.menu__two__class li a {
	font-size: 18px;
	line-height: 1.3;
}


    .menu__two__class li > .sub-menu {
        position: relative;
        width: 100% !important;
        max-height: 0;
		margin: 0;
        overflow: hidden;
        transition: all 0.5s ease-in;
    }
    .menu__two__class li.active > .sub-menu {
        max-height: 500px;
		margin: 20px 0 0;
        transition: all 0.5s ease-in;
    }

.menu__two__class ul li:last-child {
    padding: 20px 0 0;
}	


.head__foot__two {
	padding: 0 50px 50px;
	line-height: 1.6;
}



.call__two {
	float: right;
	margin: 33px 0;
	height: 50px;
}
.two__square .call__two,
.two__freeze .call__two,
.two__border .call__two {
	margin: 33px 60px 33px 0;
}

.two__flip .call__twocenter a {
	position: relative;
	display: block;
	box-sizing: content-box !important;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding: 0 20px;
	font-weight: bold;
}
.two__flip .call__twocenter a:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 20px;
  transform: rotate(-40deg);
  left: -22px;
  top: -10px;
  border-width: 0 0 1px;
  border-style: solid;
}
.two__flip .call__twocenter a:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 20px;
  transform: rotate(-40deg);
  right: -22px;
  bottom: -10px;
  border-width: 1px 0 0;
  border-style: solid;
}

.two__side .call__twocenter a {
	position: relative;
	display: block;
	box-sizing: content-box !important;
	height: 50px;
	line-height: 50px;
	margin-right: 20px;
	font-size: 16px;
	padding: 0 20px;
	font-weight: bold;
}
.two__square .call__twocenter a {
	position: relative;
	display: block;
	box-sizing: content-box !important;
	height: 50px;
	line-height: 50px;
	margin: 0;
	font-size: 16px;
	padding: 0 20px;
	font-weight: bold;
}
.two__freeze .call__twocenter a {
	position: relative;
	display: block;
	box-sizing: content-box !important;
	height: 50px;
	line-height: 50px;
	margin: 0;
	font-size: 16px;
	padding: 0 20px 0 50px;
	font-weight: bold;
	border-radius: 50px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}
.two__freeze .call__twocenter a:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  left: 20px;
  top: calc( 50% - 5px );
  animation: plus 2s infinite;
}
.two__freeze .call__twocenter a:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  left: 20px;
  top: calc( 50% - 5px );
  animation: plus 2s infinite 1s;
}

@keyframes plus {
  from { transform: scale(0); opacity: 1; }
  to { transform: scale(3); opacity: 0; }
}
.two__border .call__twocenter a {
	position: relative;
	display: block;
	box-sizing: content-box !important;
	height: 46px;
	line-height: 46px;
	margin: 0;
	border-style: solid;
	border-width: 2px;
	font-size: 16px;
	padding: 0 20px;
	font-weight: bold;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
.two__side .call__twocenter a:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 20px;
  transform: rotate(-40deg);
  left: -22px;
  top: -10px;
}
.two__side .call__twocenter a:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 20px;
  transform: rotate(-40deg);
  right: -22px;
  bottom: -10px;
}

.head__add__two {
	float: left;
	width: 300px;
	font-size: 14px;
	line-height: 20px;
	margin: 38px 35px;
}
.two__flip .open__two {
	position: fixed;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	transition: all .2s ease;
}
.body__menu__two .two__flip .open__two {
	right: 400px;
}
.two__flip .open__two span {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	background: linear-gradient(45deg, #fff 10%, #888);
	box-shadow: -5px 5px 10px rgba(0,0,0,0.15);
	
}
.two__flip .open__two span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  border-bottom: 48px solid transparent;
  border-right-width: 48px;
  border-right-style: solid;
  border-top: 0;
  clear: both;
  z-index: 1;
}
.two__flip .open__two span:before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 4px;
  width: 42px;
  height: 40px;
  background: #000;
  z-index: -1;
  transform: rotate(-7deg);
  opacity: 0.4;
}
.two__square .open__two span {
	position: relative;
	display: block;
	width: 46px;
	height: 46px;
	margin: 2px;
}
.two__square .open__two span:before {
	content: '';
	position: absolute;
	top: -4px;
	bottom: -4px;
	left: 12px;
	right: 12px;
}
.two__square .open__two span:after {
	content: '';
	position: absolute;
	left: -4px;
	right: -4px;
	top: 12px;
	bottom: 12px;
}

.two__border .open__two span {
	position: relative;
	display: block;
	width: 46px;
	height: 46px;
	margin: 2px;
}
.two__border .open__two span:after {
	content: '';
	position: absolute;
	left: 14px;
	right: 14px;
	top: 14px;
	height: 2px;
	background: #fff;
}


.two__flip .omenu__text {
	position: absolute;
  top: 18px;
  left: 12px;
  transform: rotate(45deg);
  width: 48px;
  height: 15px;
  cursor: pointer;
  z-index: 3;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.two__side .open__two {
	position: fixed;
	top: 0;
	right: 0;
	width: 26px;
	height: 116px;
	transition: all .2s ease;
}
.body__menu__two .two__side .open__two {
		right: 400px;
}
.two__square .open__two {
	position: absolute;
	top: 33px;
	right: 25px;
	width: 50px;
	height: 50px;
	transition: all .2s ease;
}
.two__border .open__two {
	position: absolute;
	top: 33px;
	right: 25px;
	width: 50px;
	height: 50px;
	transition: all .2s ease;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
.two__side .omenu__text {
	width: 116px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	letter-spacing: 4px;
	margin-left: -45px;
	margin-top: 45px;
	transform: rotate(90deg);
}
.two__square .omenu__text {
	position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  z-index: 3;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}

.two__freeze .open__two {
	position: absolute;
	top: 33px;
	right: 25px;
	width: 50px;
	height: 50px;
	transition: all .2s ease;
	background: #04f;
	border-radius: 50px;
  box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}
.two__freeze .omenu__text {
	position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  z-index: 3;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.two__border .omenu__text {
	position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  line-height: 60px;
  text-align: center;
  text-align: center;
  cursor: pointer;
  z-index: 3;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.one_heading {
    font-size: 60px;
line-height: 1.0;	
}

.com__out {
	position: relative;
	z-index: 2;
}
.com__out svg {
	position: absolute;
	bottom: -5%;
	top: 5%;
	left: 0px;
	right: 5px;
	width: calc( 100% + 5px );
	display: none;
	z-index: 1;
}
.ho__3 .com__out svg {
	display: block;
}
.com__in {
	position: relative;
	z-index: 3;
}
.ho__2 .com__out {
	-webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  padding-right: 5px;
}
.ho__2 .com__out .com__in {
	-webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.image_heading {
	font-size: 180px;
	line-height: 0.8;
	text-transform: uppercase;
}
.hi__stroke .image_heading {
-webkit-text-stroke-width: 2px;
color: transparent;
  }
.image_heading .com__in {
	-webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-text-stroke-width: 0px;
}

/* Start Icon Box */
.cl_icon_block {
	transition: all .3s ease;
	box-shadow: -30px 10px 60px 10px rgba(0, 0, 0, 0.02);
}
.cl_shadow_left {
	box-shadow: -30px 30px 60px 10px rgba(0, 0, 0, 0.07);
}
.cl_shadow_right {
	box-shadow: 30px 30px 60px 10px rgba(0, 0, 0, 0.07);
}
.cl_icon_block:hover {
	box-shadow: -30px 30px 60px 10px rgba(0, 0, 0, 0.07);
}
.out_icon_block {
	position: relative;
	overflow: hidden;
}
.ib_iconshape .out_icon_block:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	transition: all .5s ease;
}
.the_icon_block {
	padding: 15px 0;
}
.the_icon_in {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	box-sizing: content-box !important;
}
.ib_iconshape .the_icon_in {
	padding: 15px;
}
.ib_iconcircle .the_icon_in {
	padding: 35px;
	border-radius: 100px;
	position: relative;
	box-shadow: 0px 15px 30px 10px rgba(0, 0, 0, 0.12);
}
.ib_iconcircle .the_icon_in:after,
.ib_iconcircle .the_icon_in:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 100px;
	z-index: 1;
}
.ib_iconcircle .the_icon_in i,
.ib_iconcircle .the_icon_in svg {
	position: relative;
	z-index: 2;
}
.ib_iconshape .the_icon_in:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 8px;
	bottom: 8px;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;
	opacity: 0.1;
}
.ib_iconshape .the_icon_in:before {
	content: '';
	position: absolute;
	top: 30px;
	left: 30px;
	right: 0px;
	bottom: 0px;
	border-radius: 62% 38% 41% 59% / 60% 41% 59% 40%  ;
	opacity: 0.1;
}
.the_icon_block i {
	position: relative;
	z-index: 2;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 60px;
	transition: all .5s ease;
}
.the_icon_block svg {
	position: relative;
	z-index: 2;
	width: 70px;
	height: 70px;
	transition: all .5s ease;
}
.the_icon_block svg:after {
	content: '';
	
}
.the_icon_head {
	padding: 8px 0 15px 0;
	font-family: Archivo;
	font-weight: 400;
	font-size: 24px;
}
.the_icon_head,
.the_icon_head a {
	transition: all .5s ease;
}
.the_icon_desc {
	padding: 5px 0 15px;
	font-family: Archivo;
	font-weight: 400;
	font-size: 16px;
}
.the_div_link {
	padding: 15px 0;
	position: relative;
	z-index: 2;
}
.the_icon_link {
	display: inline-block;
	position: relative;
	overflow: hidden;
	font-family: Archivo;
	font-weight: 400;
	font-size: 15px;
}
.ib_border .the_icon_link,
.ib_iconcircle .the_icon_link {
	box-shadow: 0px 15px 30px 10px rgba(0, 0, 0, 0.12);
}
.the_icon_link span {
	display: inline-block;
	position: relative;
	z-index: 2;
}
.ib_border .the_icon_link span,
.ib_iconcircle .the_icon_link span {
	border-width: 2px;
	border-style: solid;
}
.the_icon_link:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}
.icon_overlay {
	position: absolute;
	bottom: -30px;
	right: -50px;
	width: 260px;
	height: 260px;
	opacity: 0.1;
	z-index: 1;
}
.icon_overlay i {
	font-size: 230px;
	width: 260px;
	height: 260px;
	line-height: 260px;
	text-align: center;
}
.icon_circle {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.icon_circle:before {
	content: '';
  width: 260px;
  height: 260px;
  position: absolute;
  border-radius: 50%;
  bottom: -87px;
  left: -94px;
  z-index: 1;
  opacity: 0.1;
}
.icon_circle:after {
	content: '';
  width: 260px;
  height: 260px;
  position: absolute;
  border-radius: 50%;
  bottom: -147px;
  left: -54px;
  z-index: 1;
  opacity: 0.1;
}
/* End Icon Box */

/* Start Time Work */
.the_timework_block.cl_shadow_left {
	box-shadow: -30px 30px 60px 10px rgba(0, 0, 0, 0.07);
}
.the_timework_block.cl_shadow_right {
	box-shadow: 30px 30px 60px 10px rgba(0, 0, 0, 0.07);
}
.the_time_head {
		padding: 8px 0;
	font-family: Archivo;
	font-weight: 400;
	font-size: 24px;
}
.the_time_desc {
		padding: 0 0 25px 0;
	font-family: Archivo;
	font-weight: 400;
	font-size: 16px;
}
.time_work_flat .tw_day {
	box-shadow: -30px 30px 60px 10px rgba(0, 0, 0, 0.07);
}
.time_work_flat .tw_day {
	padding: 12px 15px;
	margin: 0 0 8px;
}

.the_timework_block .tw_day span {
	display: inline-block;
}
.the_timework_block .tw_day .time__left {
	float: left;
}
.the_timework_block .tw_day .time__right {
	float: right;
}

.time_work_fade .tw_day {
	padding: 0;
	margin: 0 0 8px;
}
.time_work_fade .tw_day span {
	padding: 6px 10px;
	position: relative;
}
.time_work_fade .tw_day span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.1;
	z-index: 1;
}

.time_work_border .tw_day {
	padding: 0;
	margin: 0 0 15px;
}
.time_work_border .tw_day span {
	padding: 6px 15px;
	position: relative;
	border-width: 2px;
	border-style: solid;
	border-radius: 30px;
}

.time_work_list .tw_day {
	padding: 6px 15px 6px 40px;
	position: relative;
}
.time_work_list .tw_day:before {
	content: '¬';
	position: absolute;
	left: 10px;
	top: calc( 50% - 10px );
	height: 20px;
	width: 20px;
	line-height: 22px;
	text-align: center;
	transform: rotate(130deg);
	border-radius: 20px;
}

.time_work_full .tw_day {
	padding: 10px 15px;
	margin: 0 0 10px;
	position: relative;
}
.time_work_full .tw_day:last-child {
	padding: 10px 15px;
	margin: 0;
}
.time_work_full .tw_day:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.time_work_full .tw_day span {
	position: relative;
	z-index: 2;
}
/* End Time Work */








@media screen and (max-width: 982px) {
    .ch__onewidth {
        padding: 0 40px;
    }

    .cpen__one {
        display: block;
    }
    .ch__one {
        height: 100px !important;
    }
    .cc__one {
        float: none;
        text-align: center;
    }
    .call__center {
        float: none;
        margin-left: 0;
        display: inline-block;
    }
    .one__fixed .cm__one {
        position: fixed;
        top: 100px;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto !important;
        display: none;
        transition: all 0.3s ease;
        overflow-y: scroll;
        z-index: 1000;
    }
    .one__scroll .cm__one {
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        height: auto !important;
        display: none;
        transition: all 0.3s ease;
        z-index: 1000;
    }
    .cm__omenu .cm__one {
        display: block;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    }
    .cmo__nav {
        float: none;
        width: 100%;
    }
    .cmo__nav .cm__accordion {
        border-top: 1px solid rgba(125, 125, 125, 0.2);
        height: auto;
        padding: 20px 0 40px;
    }
    .cmo__nav .cm__accordion li {
        display: block;
        float: none;
        position: relative;
    }
    .hs__s1 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        content: "";
        position: absolute;
        top: 23px;
        right: 40px;
        width: 10px;
        height: 10px;
        border-style: solid;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
        transition: all 0.3s ease;
    }
    .hs__s1 .cmo__nav .cm__accordion li.menu-item-has-children.active:after {
        transform: rotate(-135deg);
    }
    .hs__s2 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        content: "";
        position: absolute;
        left: 40px;
        top: 50px;
        height: 2px;
        width: 80px;
        transition: all 0.3s ease;
    }
    .hs__s2 .cmo__nav .cm__accordion li.menu-item-has-children.active:after {
        width: 140px;
    }
    .hs__s2 .cmo__nav .cm__accordion ul li ul li.menu-item-has-children:after {
        left: 60px;
    }
    .cmo__nav .cm__accordion li a {
        display: block;
        line-height: 1.1 !important;
        padding: 15px 40px;
        font-size: 24px;
    }
    .hs__s1 .cmo__nav li.menu-item-has-children a {
        padding: 15px 0 15px 40px;
        margin-right: 80px;
    }
    .cmo__nav .cm__accordion li ul li a {
        padding: 15px 40px;
        font-size: 24px;
    }
    .cmo__nav .cm__accordion li a:after {
        left: 20px;
        bottom: 10%;
    }

    .cmo__nav .cm__accordion li > .sub-menu {
        position: relative;
        width: 100% !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out;
    }
    .cmo__nav .cm__accordion li.active > .sub-menu {
        max-height: 500px;
        transition: max-height 0.5s ease-in;
    }
    .cmo__nav .cm__accordion li > .sub-menu > li {
        width: 100%;
    }
    .cmo__nav .cm__accordion li > .sub-menu > li:first-child {
        margin-top: 20px;
    }

    .cmo__nav .cm__accordion li > .sub-menu > li:last-child {
        margin-bottom: 20px;
    }
    .cmo__nav .cm__accordion li.menu-item-has-children:after {
        top: 20px;
        right: 20px;
    }
    .cmo__nav .cm__accordion ul li > .sub-menu {
        padding: 0;
    }
    .cmo__nav .cm__accordion ul li > .sub-menu li {
        margin: 0 !important;
        background: rgba(0, 0, 0, 0.05);
    }
    .cmo__nav .cm__accordion ul li > .sub-menu a {
        padding: 15px 20px 15px 60px;
    }
    .hs__s3 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        content: "";
        position: absolute;
        top: 22px;
        right: 40px;
        width: 12px;
        height: 12px;
        border-radius: 10px;
    }
    .hs__s3 .cmo__nav .cm__accordion li ul li:before {
        content: "";
        position: absolute;
        top: 22px;
        left: 40px;
        height: 12px;
        width: 16px;
        border-radius: 8px;
    }
    .hs__s3 .cmo__nav .cm__accordion li ul li a {
        padding: 15px 20px 15px 70px;
    }

    .hs__s4 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        content: "";
        position: absolute;
        top: 28px;
        right: 40px;
        width: 30px;
        height: 2px;
        transition: all 0.3s ease;
    }
    .hs__s4 .cmo__nav .cm__accordion li.menu-item-has-children.active:after {
        width: 45px;
    }
    .hs__s4 .cmo__nav .cm__accordion ul li.menu-item-has-children.active:after {
        width: 45px;
    }
    .hs__s5 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        content: "";
        position: absolute;
        top: 28px;
        right: 40px;
        width: 30px;
        height: 2px;
        transition: all 0.3s ease;
        background: #333;
    }
    .hs__s5 .cmo__nav .cm__accordion li.menu-item-has-children.active:after {
        width: 10px;
    }
    .hs__s5 .cmo__nav .cm__accordion ul li.menu-item-has-children:after {
        content: "";
        position: absolute;
        top: 22px;
        right: 40px;
        width: 16px;
        height: 16px;
        border-radius: 16px;
        transition: all 0.3s ease;
    }
    .hs__s5 .cmo__nav .cm__accordion li > .sub-menu > li a {
        margin: 0 20px;
        border-radius: 8px;
        padding: 15px 40px 15px 20px;
    }
	
/* Header 2 */
.com__head__twoboxed {
  padding: 0 25px 0 60px;
}
.open__contact {
  display: block;
}
.menu__two {
	position: absolute;
	width: 400px;
	height: 1000px;
	top: 246px;
	left: -400px;
	text-align: center;
	transition: all .2s ease;
	z-index: 10;
}
.call__two {
	box-sizing: content-box !important;
	position: absolute;
	width: 300px;
	top: 116px;
	left: -400px;
	margin: 0;
	padding: 40px 50px;
	text-align: center;
	transition: all .2s ease;
	z-index: 10;
}
.body__contact .menu__two,
.body__contact .call__two {
	left: 0;
}
.two__flip .call__twocenter a,
.two__side .call__twocenter a,
.two__square .call__twocenter a,
.two__freeze .call__twocenter a,
.two__border .call__twocenter a {
  display: inline-block;
  margin: 0 auto;
}
.head__icon__two {
	float: none;
	text-align: center;
	border-width: 1px 0;
}
.head__add__two {
	float: none;
	width: auto;
}
.social_icon {
  float: none;
  display: inline-block;
}
}

@media screen and (max-width: 480px) {
    .one__fixed .cm__one {
        top: 70px;
    }
    .one__scroll .cm__one {
        top: 70px;
    }
    .before__one__fixed {
        height: 70px !important;
    }
    .ch__onewidth {
        padding: 0 20px;
    }
    .ch__one {
        height: 70px !important;
    }
    .cl__one {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .cl__one img {
        height: 40px !important;
    }
    .cpen__one {
        right: 20px;
    }
    .hs__s3 .cpen__one {
        position: absolute;
        top: calc(50% - 22px);
        height: 40px;
        width: 40px;
    }
    .cmo__nav .cm__accordion li a {
        padding: 10px 20px;
        font-size: 18px;
    }
    .hs__s1 .cmo__nav li.menu-item-has-children a {
        padding: 15px 0 15px 20px;
    }
    .hs__s1 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        top: 18px;
        right: 20px;
    }
    .cmo__nav .cm__accordion li ul li a {
        font-size: 18px;
    }
    .cmo__nav .cm__accordion li > .sub-menu a {
        padding: 10px 0 10px 20px;
    }
    .cmo__nav .cm__accordion ul li > .sub-menu a {
        padding: 10px 0 10px 40px;
    }
    .hs__s4 .cpen__one {
        top: calc(50% - 18px);
        width: 36px;
        height: 36px;
    }
    .hs__s4 .cpen__one span {
        width: 36px;
        height: 36px;
    }
    .hs__s4 .cpen__one:before {
        width: 30px;
    }
    .hs__s5 .cpen__one span:before {
        top: 14px;
        bottom: 14px;
        left: 14px;
        right: 14px;
    }

    .cm__omenu .hs__s5 .cpen__one span:before {
        top: 11px;
        bottom: 11px;
    }
    .hs__s5 .cpen__one span:after {
        left: 14px;
        right: 14px;
    }

    .cm__omenu .hs__s5 .cpen__one span:after {
        left: 9px;
        right: 9px;
    }
    .hs__s2 .cpen__one {
        top: calc(50% - 20px);
    }
    .hs__s2 .cpen__one:after {
        top: 4px;
        left: 4px;
    }
    .hs__s2 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        content: "";
        position: absolute;
        left: 20px;
        top: 35px;
        height: 1px;
        width: 50px;
    }
    .hs__s2 .cmo__nav .cm__accordion li.menu-item-has-children.active:after {
        width: 70px;
    }
    .hs__s2 .cmo__nav .cm__accordion ul li.menu-item-has-children:after {
        top: 35px;
    }
    .hs__s3 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        content: "";
        position: absolute;
        top: 16px;
        right: 20px;
        width: 8px;
        height: 8px;
    }
    .hs__s3 .cmo__nav .cm__accordion li ul li:before {
        top: 16px;
        left: 20px;
        height: 8px;
        width: 12px;
    }
    .hs__s3 .cmo__nav .cm__accordion li ul li a {
        padding: 10px 20px 10px 45px;
    }
    .hs__s3 .cmo__nav .cm__accordion ul li ul li:before {
        left: 40px;
    }
    .hs__s3 .cmo__nav .cm__accordion ul li ul li a {
        padding: 10px 20px 10px 65px;
    }
    .hs__s4 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        top: 20px;
    }
    .hs__s5 .cmo__nav .cm__accordion li.menu-item-has-children:after {
        top: 20px;
        right: 20px;
    }
    .hs__s5 .cmo__nav .cm__accordion ul li.menu-item-has-children:after {
        top: 19px;
        right: 40px;
        width: 12px;
        height: 12px;
    }
	
	
	.open__contact {
  left: -28px;
  top: 28px;
  width: 80px;
  font-size: 10px;
}
.two__side .omenu__text {
	width: 80px;
  font-size: 10px;
  margin-left: -26px;
  margin-top: 28px;
}
.two__side .open__two {
  height: 80px;
}
.com__head__twoboxed {
    padding: 0 25px 0 46px;
  }
.com__logo__two {
  height: 40px;
  padding: 20px 35px 20px 0;
}
.com__logo__two img {
  height: 40px !important;
}
.before__two__fixed {
  height: 80px;
}
 .call__two {
    top: 80px;
 }
  .menu__two {
    top: 210px;
  }
  .body__menu__two .two__side .open__two {
  right: calc( 100% - 48px );
}
.two__square .open__two,
.two__border .open__two {
  top: 18px;
  right: 12px;
  transform: scale(0.9);
}
.two__freeze .open__two {
  top: 16px;
  right: 18px;
}
.two__freeze .omenu__text {
	font-size: 11px;
}
.hi__stroke .image_heading {
-webkit-text-stroke-width: 1px;
  }
}


@media screen and (max-width: 420px) {
	.call__two {
    width: calc( 100% - 148px );
 }
  .menu__two {
    width: calc( 100% - 48px );
  }
  .side__menu__two {
	  width: calc( 100% - 48px );
  }
  .body__menu__two,
.body__menu__two .two__fixed  {
  margin: 0 calc( 100% - 48px ) 0 calc( -100% + 48px );
}
.body__menu__two .two__flip .open__two {
  right: calc( 100% - 48px );
}
}