.theme_bg1 {
background: #D3DEDC;
}
.theme_bg2 {
background: #efe9e7;
}
.theme_bg3 {
background: #F0EBE3;
}
.theme_bg4 {
background: #c4d8d9;
}
.theme_color1 {
color: #b6c8c5;
}
.theme_color2 {
color: #708f8e;
}
.theme_color3 {
color: #d3c5ab;
}
.theme_color4 {
color: #a2c2c3;
}
.theme_color5 {
color: #708e8f;
}
.bg_grad1 {
background-color: #000000;
background-image: linear-gradient(90deg, #000000 0%, #333333 45%, #333333 55%, #000000 100%);
}
.bg_grad2 {
background-color: #000000;
background-image: linear-gradient(90deg, #111111 0%, #333333 45%, #333333 55%, #111111 100%);
}
.text_grad1 {
background-color: #5c5c5c;
background-image: linear-gradient(90deg, #5c5c5c 0%, #ffffff 50%, #5c5c5c 100%);
}
.theme_grad1 {
background-color: #d57eeb;
background-image: linear-gradient(135deg, #43cbff 10%, #9708cc 100%);
}
.theme_grad2 {
background-color: #3e85ee;
background-image: radial-gradient(circle farthest-corner at 10% 20%, #3e85ee 1.1%, #e389f0 43.7%, #f3c17c 89.7%);
}
.theme_grad3 {
background-color: #e2d1c3;
background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
}
.fade10 {
opacity: 0.1;
filter: alpha(opacity=10);
}
.fade20 {
opacity: 0.2;
filter: alpha(opacity=20);
}
.fade30 {
opacity: 0.3;
filter: alpha(opacity=30);
}
.fade40 {
opacity: 0.4;
filter: alpha(opacity=40);
}
.fade50 {
opacity: 0.5;
filter: alpha(opacity=50);
}
.fade60 {
opacity: 0.6;
filter: alpha(opacity=60);
}
.fade70 {
opacity: 0.7;
filter: alpha(opacity=70);
}
.fade80 {
opacity: 0.8;
filter: alpha(opacity=80);
}
.fade90 {
opacity: 0.9;
filter: alpha(opacity=90);
}
.gap10 {
gap: 10px;
}
.gap20 {
gap: 20px;
}
.gap30 {
gap: 30px;
}
.gap40 {
gap: 40px;
}
.gap50 {
gap: 50px;
}
.gap60 {
gap: 60px;
}
.gap70 {
gap: 70px;
}
.gap80 {
gap: 80px;
}
.gap90 {
gap: 90px;
}
html {
font-size: 16px;
}
body {
max-width: 100%;
background: #ffffff;
}
body .container-fluid {
max-width: 100%;
margin: 0 auto;
}
blockquote .has-quotes {
text-indent: -9px;
}
@media (min-width: 1200px) {
.container {
width: 1140px;
}
}
@media (min-width: 1400px) {
.container {
width: 1300px;
}
}
@media (min-width: 2001px) {
body .container-fluid {
max-width: 1920px;
}
}
@media (max-width: 767px) {
html {
font-size: 15px;
}
} .logo {
height: 59px;
position: absolute;
left: 30px;
z-index: 1010;
}
.logo.text-logo {
border: 1px dotted transparent;
}
.logo.text-logo:focus {
color: #ffffff;
}
.logo.text-logo:focus-visible {
border: 1px dotted;
}
@supports not selector(:focus-visible) {
:focus {
border: 1px dotted;
}
}
.logo a {
height: 60%;
}
.home header.site-header.dark {
background-color: transparent;
position: absolute;
width: 100%;
}
header.site-header.dark {
background-color: #173345;
}
@media (max-width: 767px) {
.logo {
height: 50px;
left: 15px;
}
header.site-header .logo img {
max-height: 30px;
margin-top: 0px;
position: relative;
left: -10px;
}
} .main-navigation.dark .navbar-mainbar .navbar-nav > li > a {
color: rgba(255, 255, 255, 0.7);
}
.main-navigation.dark .navbar-mainbar .navbar-nav > li.current-menu-item:not(.active-button) > a,
.main-navigation.dark .navbar-mainbar .navbar-nav > li.current-menu-ancestor:not(.active-button) > a {
color: #ffffff !important;
}
.main-navigation .navbar-mainbar .navbar-nav {
justify-content: center;
}
.main-navigation .navbar-mainbar .navbar-nav > li {
padding-left: 18px;
padding-right: 18px;
}
.main-navigation .navbar-mainbar .navbar-nav > li.current-menu-item:not(.active-button) > a,
.main-navigation .navbar-mainbar .navbar-nav > li.current-menu-ancestor:not(.active-button) > a {
font-weight: 600;
}
.main-navigation .navbar-mainbar .navbar-nav > li.pos-right {
position: absolute !important;
right: -4px;
padding-right: 0;
}
.main-navigation .navbar-mainbar .navbar-nav > li.accent a {
color: #ea9966;
font-weight: 700;
}
.main-navigation .navbar-mainbar .navbar-nav > li.accent:hover a {
color: #ea9966;
font-weight: 700;
}
.main-navigation .navbar-mainbar .navbar-nav > li.search a i {
font-size: 1rem;
}
.main-navigation .navbar-mainbar .navbar-nav > li > a {
height: 59px;
font-size: 0.9rem;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled.hover .mega-menu-wrapper {
top: 59px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper {
top: calc(59px + 11px);
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .sub-menu:before {
content: none;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.hover > .sub-menu {
top: 59px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children > .sub-menu {
top: calc(59px + 11px);
}
@media (max-width: 1023px) {
.main-navigation .navbar-mainbar .navbar-nav > li {
padding-left: 0;
}
.main-navigation .navbar-mainbar .navbar-nav > li.search {
margin-left: 15px;
}
}
@media (max-width: 767px) {
.fixed-header-wrapper .main-navigation.dark .navbar-mainbar .navbar-nav > li {
background-color: #204760;
}
.main-navigation.dark {
background-color: transparent;
}
.main-navigation.dark .navbar-mainbar .navbar-nav > li {
background-color: #173345;
}
.main-navigation .navbar-mainbar .navbar-nav > li.pos-right {
position: relative !important;
right: 0;
}
.main-navigation .navbar-mainbar .navbar-collapse {
top: 49px;
}
.main-navigation .navbar-mainbar .navbar-brand {
height: 49px;
}
.main-navigation .navbar-mainbar .navbar-brand .logo {
line-height: 49px;
height: 49px;
}
.main-navigation .navbar-mainbar .navbar-brand .logo img {
max-height: 58%;
}
.main-navigation .navbar-mainbar .navbar-toggle {
height: 49px;
}
.main-navigation .navbar-mainbar .navbar-toggle .icon-bar {
top: calc((49px / 2) - 6px);
}
.main-navigation .navbar-mainbar .navbar-toggle .icon-bar.second {
top: calc((49px / 2));
}
.main-navigation .navbar-mainbar .navbar-toggle .icon-bar.third {
top: calc((49px / 2) + 6px);
}
.main-navigation .navbar-mainbar .navbar-toggle.times .icon-bar {
width: 18px;
left: 16px;
}
.main-navigation .navbar-mainbar .navbar-toggle.times .icon-bar.first,
.main-navigation .navbar-mainbar .navbar-toggle.times .icon-bar.third {
top: calc((49px / 2));
}
.main-navigation .navbar-mainbar .navbar-header .search {
line-height: 49px;
height: 49px;
}
} .page-header-breadcrumbs {
background-color: transparent;
padding: 0 15px;
}
@media (max-width: 767px) {
.page-template-default.page .page-header-breadcrumbs {
display: none !important;
}
} .page-banner {
margin-bottom: 0;
}
.page-banner.dark.full {
border-bottom: 0 solid #204760;
}
@media (max-width: 1023px) {
.page-banner.dark.full {
border-bottom: none;
}
}
@media (max-width: 767px) {
.page-banner h3 {
font-size: 1.25rem;
}
}   .back-to-top {
z-index: 10101;
}
#primary.content-area {
clear: both;
overflow: hidden;
}
#primary.content-area.back-white {
background-color: #ffffff;
}
.vjs-theme-fantasy video:focus-visible {
outline: none;
}
.vjs-theme-fantasy .vjs-control-bar {
display: none;
}
.vjs-theme-fantasy .vjs-big-play-button {
color: rgba(69, 116, 140, 0.7);
font-size: 54px;
}
.vjs-theme-fantasy .vjs-big-play-button .vjs-icon-placeholder:before {
content: "\f144";
font-family: 'FontAwesome';
}
.vjs-theme-fantasy:hover .vjs-big-play-button {
color: #45748c;
} #footer-static {
background: #111111;
padding: 20px 0;
clear: both;
}
#footer-static .developed-by {
position: absolute;
right: 12px;
top: 0;
}
#footer-static .developed-by img {
max-width: 130px;
height: auto;
}
#footer-static p {
color: #ffffff;
font-size: 17px;
position: relative;
top: 20px;
}
#footer-static p i {
margin: 0 5px 0 0;
}
#footer-static p i:before {
margin: 0;
}
#footer-static .header-social-links {
padding-top: 0;
margin: 0 0 10px 0px;
}
#footer-static .header-social-links li {
padding: 0 11px;
position: relative;
}
#footer-static .header-social-links li:last-child {
padding-right: 0;
}
#footer-static .header-social-links li a {
background: transparent;
color: #ffffff;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 26px;
padding: 0;
}
#footer-static .header-social-links li a:hover {
opacity: 0.8;
filter: alpha(opacity=80);
}
.copyright {
padding: 20px 0;
background-color: #204760;
position: relative;
}
.copyright p {
color: rgba(255, 255, 255, 0.55);
font-size: 0.85rem;
}
.copyright p a {
color: rgba(255, 255, 255, 0.75);
}
.copyright .footer-socials a {
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
opacity: 0.55;
filter: alpha(opacity=55);
padding: 5px;
border: 1px dotted transparent;
}
.copyright .footer-socials a:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.copyright .footer-socials a:focus-visible {
border: 1px dotted #ffffff;
opacity: 1;
filter: alpha(opacity=100);
}
@supports not selector(:focus-visible) {
:focus {
border: 1px dotted #ffffff;
opacity: 1;
filter: alpha(opacity=100);
}
}
.copyright .footer-socials .charm-svg svg {
fill: #ffffff;
}
@media (max-width: 767px) {
#footer-static p {
top: 0;
}
}   .multi-rows .stripe .images-box .curve-before {
bottom: auto;
top: 0;
left: 0;
z-index: 1;
}
.multi-rows .stripe .images-box .curve-before:after {
border-width: 0;
}
.charm-arrowed-box {
-ms-border-radius: 35px;
-o-border-radius: 35px;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
background-color: #e9ebed;
padding-top: 56px;
padding-right: 56px;
padding-left: 56px;
padding-bottom: 42px;
position: relative;
}
.charm-arrowed-box .charm-svg {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
color: #e9ebed;
width: 70px;
position: absolute;
top: 100%;
left: 50%;
height: auto;
}
.charm-arrowed-box .img-rounded {
-o-box-shadow: 0 0 0 8px #ffffff;
-ms-box-shadow: 0 0 0 8px #ffffff;
-moz-box-shadow: 0 0 0 8px #ffffff;
-webkit-box-shadow: 0 0 0 8px #ffffff;
box-shadow: 0 0 0 8px #ffffff;
-ms-border-radius: 15px;
-o-border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
margin: auto;
}
.charm-arrowed-box.problems-section hgroup {
position: relative;
max-width: 280px;
text-align: center;
}
.charm-arrowed-box.problems-section hgroup h2 {
color: #333333 !important;
}
.charm-arrowed-box.problems-section hgroup h2 span {
-webkit-transform: translate(-100%, 36px);
-ms-transform: translate(-100%, 36px);
transform: translate(-100%, 36px);
position: absolute;
left: 0;
font-size: 1.77rem;
letter-spacing: 0;
}
.charm-arrowed-box.problems-section hgroup h2 b {
font-size: 3.75rem;
}
.charm-arrowed-box.problems-section hgroup h3 {
color: #333333 !important;
text-align: right;
padding-right: 5px;
font-size: 1.1rem;
}
.charm-arrowed-box.problems-section .content p:last-child {
margin-bottom: 0;
}
.projects-left:hover .charm-project-block > a,
.projects-right:hover .charm-project-block > a {
opacity: 0.8;
filter: alpha(opacity=80);
}
.projects-left:hover .charm-project-block > a:hover,
.projects-right:hover .charm-project-block > a:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.projects-left .charm-project-block > a {
-ms-border-radius: 7px;
-o-border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-o-box-shadow: 20px 0 #f1f3f4, -250px 0 #f1f3f4, -500px 0 #f1f3f4, -750px 0 #f1f3f4, -1000px 0 #f1f3f4;
-ms-box-shadow: 20px 0 #f1f3f4, -250px 0 #f1f3f4, -500px 0 #f1f3f4, -750px 0 #f1f3f4, -1000px 0 #f1f3f4;
-moz-box-shadow: 20px 0 #f1f3f4, -250px 0 #f1f3f4, -500px 0 #f1f3f4, -750px 0 #f1f3f4, -1000px 0 #f1f3f4;
-webkit-box-shadow: 20px 0 #f1f3f4, -250px 0 #f1f3f4, -500px 0 #f1f3f4, -750px 0 #f1f3f4, -1000px 0 #f1f3f4;
box-shadow: 20px 0 #f1f3f4, -250px 0 #f1f3f4, -500px 0 #f1f3f4, -750px 0 #f1f3f4, -1000px 0 #f1f3f4;
-o-box-shadow: 20px 0 #f1f3f4, -20px 0 #f1f3f4;
-ms-box-shadow: 20px 0 #f1f3f4, -20px 0 #f1f3f4;
-moz-box-shadow: 20px 0 #f1f3f4, -20px 0 #f1f3f4;
-webkit-box-shadow: 20px 0 #f1f3f4, -20px 0 #f1f3f4;
box-shadow: 20px 0 #f1f3f4, -20px 0 #f1f3f4;
}
.projects-left .charm-project-block > a:hover {
-o-box-shadow: 20px 0 #ffffff, -250px 0 #ffffff, -500px 0 #ffffff, -750px 0 #ffffff, -1000px 0 #ffffff;
-ms-box-shadow: 20px 0 #ffffff, -250px 0 #ffffff, -500px 0 #ffffff, -750px 0 #ffffff, -1000px 0 #ffffff;
-moz-box-shadow: 20px 0 #ffffff, -250px 0 #ffffff, -500px 0 #ffffff, -750px 0 #ffffff, -1000px 0 #ffffff;
-webkit-box-shadow: 20px 0 #ffffff, -250px 0 #ffffff, -500px 0 #ffffff, -750px 0 #ffffff, -1000px 0 #ffffff;
box-shadow: 20px 0 #ffffff, -250px 0 #ffffff, -500px 0 #ffffff, -750px 0 #ffffff, -1000px 0 #ffffff;
-o-box-shadow: 20px 0 #ffffff, -20px 0 #ffffff;
-ms-box-shadow: 20px 0 #ffffff, -20px 0 #ffffff;
-moz-box-shadow: 20px 0 #ffffff, -20px 0 #ffffff;
-webkit-box-shadow: 20px 0 #ffffff, -20px 0 #ffffff;
box-shadow: 20px 0 #ffffff, -20px 0 #ffffff;
}
.projects-right .charm-project-block > a {
-ms-border-radius: 7px;
-o-border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-o-box-shadow: -20px 0 #f1f3f4, 250px 0 #f1f3f4, 500px 0 #f1f3f4, 750px 0 #f1f3f4, 1000px 0 #f1f3f4;
-ms-box-shadow: -20px 0 #f1f3f4, 250px 0 #f1f3f4, 500px 0 #f1f3f4, 750px 0 #f1f3f4, 1000px 0 #f1f3f4;
-moz-box-shadow: -20px 0 #f1f3f4, 250px 0 #f1f3f4, 500px 0 #f1f3f4, 750px 0 #f1f3f4, 1000px 0 #f1f3f4;
-webkit-box-shadow: -20px 0 #f1f3f4, 250px 0 #f1f3f4, 500px 0 #f1f3f4, 750px 0 #f1f3f4, 1000px 0 #f1f3f4;
box-shadow: -20px 0 #f1f3f4, 250px 0 #f1f3f4, 500px 0 #f1f3f4, 750px 0 #f1f3f4, 1000px 0 #f1f3f4;
-o-box-shadow: 20px 0 #f1f3f4, -20px 0 #f1f3f4;
-ms-box-shadow: 20px 0 #f1f3f4, -20px 0 #f1f3f4;
-moz-box-shadow: 20px 0 #f1f3f4, -20px 0 #f1f3f4;
-webkit-box-shadow: 20px 0 #f1f3f4, -20px 0 #f1f3f4;
box-shadow: 20px 0 #f1f3f4, -20px 0 #f1f3f4;
}
.projects-right .charm-project-block > a:hover {
-o-box-shadow: -20px 0 #ffffff, 250px 0 #ffffff, 500px 0 #ffffff, 750px 0 #ffffff, 1000px 0 #ffffff;
-ms-box-shadow: -20px 0 #ffffff, 250px 0 #ffffff, 500px 0 #ffffff, 750px 0 #ffffff, 1000px 0 #ffffff;
-moz-box-shadow: -20px 0 #ffffff, 250px 0 #ffffff, 500px 0 #ffffff, 750px 0 #ffffff, 1000px 0 #ffffff;
-webkit-box-shadow: -20px 0 #ffffff, 250px 0 #ffffff, 500px 0 #ffffff, 750px 0 #ffffff, 1000px 0 #ffffff;
box-shadow: -20px 0 #ffffff, 250px 0 #ffffff, 500px 0 #ffffff, 750px 0 #ffffff, 1000px 0 #ffffff;
-o-box-shadow: 20px 0 #ffffff, -20px 0 #ffffff;
-ms-box-shadow: 20px 0 #ffffff, -20px 0 #ffffff;
-moz-box-shadow: 20px 0 #ffffff, -20px 0 #ffffff;
-webkit-box-shadow: 20px 0 #ffffff, -20px 0 #ffffff;
box-shadow: 20px 0 #ffffff, -20px 0 #ffffff;
}
.charm-project-block:hover + .charm-project-block .inner {
border-color: transparent;
}
.charm-project-block > a {
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
-moz-transition-delay: 0.12s;
-o-transition-delay: 0.12s;
-ms-transition-delay: 0.12s;
-webkit-transition-delay: 0.12s;
transition-delay: 0.12s;
display: block;
}
.charm-project-block > a:hover {
background-color: #ffffff;
overflow: hidden;
}
.charm-project-block > a:hover .inner {
border-color: transparent;
}
.charm-project-block > a:hover .title,
.charm-project-block > a:hover .link-text {
color: #111111 !important;
}
.charm-project-block > a:hover .title .charm-svg {
opacity: 0;
filter: alpha(opacity=0);
}
.charm-project-block > a:hover .link {
color: #444444;
}
.charm-project-block.has-subtitle .inner,
.charm-project-block.has-button .inner {
min-height: 100px;
}
.charm-project-block.has-desc.has-button .inner {
min-height: 120px;
}
.charm-project-block .inner,
.charm-project-block .title,
.charm-project-block .subtitle,
.charm-project-block .link,
.charm-project-block .link-text,
.charm-project-block .desc {
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
-moz-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
-ms-transition-delay: 0.1s;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.charm-project-block .inner {
border-top: 1px solid #e0e4e6;
min-height: 70px;
align-items: center;
}
.charm-project-block .title {
color: #444444;
font-size: 1.15rem;
line-height: 1.2;
}
.charm-project-block .title .charm-svg {
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
-moz-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
-ms-transition-delay: 0.15s;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
opacity: 0;
filter: alpha(opacity=0);
display: inline-block;
width: 25px;
height: 25px;
color: #999999;
margin-left: 10px;
position: relative;
top: 4px;
display: none;
}
.charm-project-block .subtitle {
font-size: 0.85rem;
color: #999999;
}
.charm-project-block .link {
color: #777777;
display: block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
font-weight: 300;
}
.charm-project-block .link-text {
justify-content: right;
font-size: 0.85rem;
}
.charm-project-block .right {
max-width: 50%;
text-align: right;
}
.charm-project-block .desc {
font-size: 0.85rem;
color: #999999;
line-height: 1.4;
}
.charm-project-block .charm-svg {
height: 17px;
width: 17px;
}
.charm-service-box {
padding-top: 28px;
padding-bottom: 56px;
}
.charm-service-box .content-wrap {
-ms-border-radius: 0 0 0 25px;
-o-border-radius: 0 0 0 25px;
-webkit-border-radius: 0 0 0 25px;
-moz-border-radius: 0 0 0 25px;
border-radius: 0 0 0 25px;
border: 1px solid #e9ebed;
border-width: 0 0 10px 1px;
position: relative;
padding: 0 15px;
}
.charm-service-box .content-wrap:after {
content: '';
position: absolute;
left: 100%;
width: 1000px;
height: 10px;
background-color: #e9ebed;
bottom: -10px;
}
.charm-service-box .image-wrapper {
margin-left: 10px;
}
.charm-service-box > h2 {
margin-left: -3px !important;
}
.charm-image-project-card .charm-card-wrap {
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
-ms-border-radius: 20px;
-o-border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #d8dcdf;
background-color: #ffffff;
margin: 20px 0 53px;
padding: 10px;
overflow: hidden;
}
.charm-image-project-card.charm-product-card {
-ms-border-radius: 0px;
-o-border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-o-box-shadow: none;
-ms-box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border-width: 0;
background-color: transparent;
overflow: visible;
}
.charm-image-project-card.charm-product-card:hover,
.charm-image-project-card.charm-product-card a:focus {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-o-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
border-width: 0;
-o-box-shadow: none;
-ms-box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.charm-image-project-card.charm-product-card:hover img,
.charm-image-project-card.charm-product-card a:focus img {
-webkit-transform: scale(1.04, 1.04);
-moz-transform: scale(1.04, 1.04);
-o-transform: scale(1.04, 1.04);
-ms-transform: scale(1.04, 1.04);
transform: scale(1.04, 1.04);
-o-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.15);
}
.charm-image-project-card.charm-product-card img {
-o-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
-ms-border-radius: 20px;
-o-border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #d8dcdf;
padding: 7px;
}
.charm-image-project-card.charm-product-card .wrap {
-o-box-shadow: none;
-ms-box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-ms-border-radius: 0;
-o-border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
position: static;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
background-color: transparent;
padding: 30px 0 30px 0;
margin: 0 -5px 0 0;
}
.charm-image-project-card.charm-product-card .wrap .right p {
font-size: 0.85rem;
color: #444444;
line-height: 20px;
padding-bottom: 5px;
}
.charm-image-project-card.charm-product-card .wrap .right p .charm-svg {
width: 20px;
height: 20px;
}
.charm-image-project-card a {
text-decoration: none;
}
.charm-image-project-card:hover .charm-card-wrap,
.charm-image-project-card a:focus .charm-card-wrap {
-webkit-transform: scale(1.04, 1.04);
-moz-transform: scale(1.04, 1.04);
-o-transform: scale(1.04, 1.04);
-ms-transform: scale(1.04, 1.04);
transform: scale(1.04, 1.04);
-o-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.15);
border-color: #c1c8cd;
display: block;
}
.charm-image-project-card:hover .charm-card-wrap img,
.charm-image-project-card a:focus .charm-card-wrap img {
border-color: #c1c8cd;
}
.charm-image-project-card img {
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
-ms-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
-ms-border-radius: 20px 20px 0 0;
-o-border-radius: 20px 20px 0 0;
-webkit-border-radius: 20px 20px 0 0;
-moz-border-radius: 20px 20px 0 0;
border-radius: 20px 20px 0 0;
background: #ffffff;
max-width: calc(100% + 20px);
width: calc(100% + 20px);
margin: -10px -10px 0;
position: relative;
padding: 0;
}
.charm-image-project-card .wrap {
-o-box-shadow: 0 -30px 55px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 -30px 55px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 -30px 55px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 -30px 55px rgba(0, 0, 0, 0.15);
box-shadow: 0 -30px 55px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
-ms-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
-ms-border-radius: 0 0 15px 15px;
-o-border-radius: 0 0 15px 15px;
-webkit-border-radius: 0 0 15px 15px;
-moz-border-radius: 0 0 15px 15px;
border-radius: 0 0 15px 15px;
position: relative;
padding: 25px 30px 28px;
margin: 0 -10px -10px;
}
.charm-image-project-card .wrap h3,
.charm-image-project-card .wrap p,
.charm-image-project-card .wrap h4,
.charm-image-project-card .wrap .charm-svg {
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
.charm-image-project-card .wrap h3 {
line-height: 1.3;
}
.charm-image-project-card .wrap .charm-svg {
opacity: 0.6;
filter: alpha(opacity=60);
fill: #204760;
}
.charm-image-project-card .wrap .charm-svg.charm-caret-down-curved {
color: #ffffff;
width: 42px;
position: absolute;
top: -20px;
opacity: 1;
left: 26px;
}
.charm-image-project-card .wrap .right {
flex-direction: column;
align-items: flex-end;
}
.charm-image-project-card .wrap p {
color: #444444;
margin-top: 8px;
max-width: 183px;
line-height: 1.3;
text-align: right;
}
.charm-product-popup {
background-color: #e0e4e6;
position: fixed;
top: 20px;
left: 20px;
bottom: 0;
right: 20px;
height: calc(100vh - 20px);
z-index: 1010101;
display: none;
}
.charm-product-popup .charm-overlay {
background-color: rgba(0, 0, 0, 0.75);
display: block;
position: absolute;
top: -100px;
z-index: 0;
left: -20px;
right: -20px;
}
.charm-product-popup header {
-ms-border-radius: 20px 20px 0 0;
-o-border-radius: 20px 20px 0 0;
-webkit-border-radius: 20px 20px 0 0;
-moz-border-radius: 20px 20px 0 0;
border-radius: 20px 20px 0 0;
background-color: #ffffff;
padding: 15px 40px 20px;
position: relative;
}
.charm-product-popup header h2:focus {
outline: none;
}
.charm-product-popup header h4 {
line-height: 1;
}
.charm-product-popup header .charm-svg {
opacity: 0.75;
filter: alpha(opacity=75);
width: 25px;
height: 25px;
fill: #204760;
color: #204760;
}
.charm-product-popup header a,
.charm-product-popup header button {
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 10px;
}
.charm-product-popup header button {
background-color: transparent;
}
.charm-product-popup header a,
.charm-product-popup header button {
border: 2px dotted transparent;
}
.charm-product-popup header a:focus-visible,
.charm-product-popup header button:focus-visible {
border: 2px dotted #ea9966;
}
@supports not selector(:focus-visible) {
:focus {
border: 2px dotted #ea9966;
}
}
.charm-product-popup main {
-o-box-shadow: 0 5px 300px rgba(0, 0, 0, 0.05) inset;
-ms-box-shadow: 0 5px 300px rgba(0, 0, 0, 0.05) inset;
-moz-box-shadow: 0 5px 300px rgba(0, 0, 0, 0.05) inset;
-webkit-box-shadow: 0 5px 300px rgba(0, 0, 0, 0.05) inset;
box-shadow: 0 5px 300px rgba(0, 0, 0, 0.05) inset;
padding: 70px 50px 100px;
background-color: #e0e4e6;
overflow-y: auto;
position: relative;
}
.charm-product-popup main .tagline {
margin: auto;
width: 100%;
}
.charm-product-popup main .inner {
width: 1200px;
max-width: 100%;
margin: auto;
}
.charm-product-popup main .main-slider {
position: relative;
overflow: visible;
margin-bottom: 140px;
}
.charm-product-popup main .main-slider img {
-ms-border-radius: 20px;
-o-border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding: 10px;
background-color: #ffffff;
width: 100%;
}
.charm-product-popup main .main-slider .owl-nav [class*='owl-'] {
-webkit-transform: translate(0, 50%);
-ms-transform: translate(0, 50%);
transform: translate(0, 50%);
bottom: 50%;
background-color: #ffffff;
}
.charm-product-popup main .main-slider .owl-nav [class*='owl-'] i {
color: #204760;
}
.charm-product-popup main .main-slider .owl-nav [class*='owl-'].owl-prev {
right: auto;
left: -70px;
}
.charm-product-popup main .main-slider .owl-nav [class*='owl-'].owl-next {
right: -70px;
}
.charm-product-popup main .main-slider .owl-dots {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
bottom: -58px;
display: inline-block;
width: auto;
left: 50%;
}
.charm-product-popup main p.large {
line-height: 1.9;
}
.charm-product-popup main .created-for,
.charm-product-popup main .unique-features {
width: 100%;
max-width: 60%;
-ms-border-radius: 20px;
-o-border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background-color: #ffffff;
padding: 40px 40px 40px;
position: relative;
}
.charm-product-popup main .created-for ul,
.charm-product-popup main .unique-features ul {
margin-bottom: 0;
}
.charm-product-popup main .created-for h3,
.charm-product-popup main .unique-features h3 {
position: absolute;
top: -55px;
margin: 0;
left: 0;
}
.charm-product-popup main .created-for {
max-width: 40%;
}
.charm-product-popup main .video-wrap {
padding: 10px;
}
@media (max-width: 1023px) {
.charm-service-box .content-wrap > .wrap {
flex-direction: column-reverse;
}
}
@media (max-width: 1023px) {
.vc_row.vc_column-gap-15 > .vc_column_container {
padding: 5px;
}
.charm-project-block .inner {
padding: 15px 0;
}
.charm-project-block .right {
-ms-border-radius: 7px;
-o-border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
min-width: 100%;
margin-top: 7px;
text-align: left;
}
.charm-image-project-card {
-o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05), 0 6px rgba(0, 0, 0, 0.04);
-ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05), 0 6px rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05), 0 6px rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05), 0 6px rgba(0, 0, 0, 0.04);
box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05), 0 6px rgba(0, 0, 0, 0.04);
-ms-border-radius: 15px;
-o-border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
margin-top: 10px;
margin-bottom: 43px;
}
.charm-image-project-card:first-child {
margin-top: 0;
}
.charm-image-project-card.no-awards .wrap hgroup {
max-width: calc(100% - 28px);
}
.charm-image-project-card.charm-product-card img {
-ms-border-radius: 15px;
-o-border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
padding: 5px;
}
.charm-image-project-card.charm-product-card .wrap {
margin: 0 -13px 0 -10px;
}
.charm-image-project-card.charm-product-card .wrap hgroup {
max-width: calc(100% - 100px);
}
.charm-image-project-card.charm-product-card .wrap .right p {
font-size: 0.85rem !important;
}
.charm-image-project-card h3 {
margin-bottom: 5px !important;
}
.charm-image-project-card img {
-ms-border-radius: 15px 15px 0 0;
-o-border-radius: 15px 15px 0 0;
-webkit-border-radius: 15px 15px 0 0;
-moz-border-radius: 15px 15px 0 0;
border-radius: 15px 15px 0 0;
}
.charm-image-project-card .wrap {
-ms-border-radius: 0 0 15px 15px;
-o-border-radius: 0 0 15px 15px;
-webkit-border-radius: 0 0 15px 15px;
-moz-border-radius: 0 0 15px 15px;
border-radius: 0 0 15px 15px;
padding: 15px 15px 18px;
}
.charm-image-project-card .wrap .charm-svg {
width: 16px;
height: 16px;
}
.charm-image-project-card .wrap p {
margin-top: 11px;
font-size: 0.65rem !important;
}
.charm-image-project-card .wrap hgroup {
max-width: 60%;
}
.charm-image-project-card .wrap hgroup h4 {
font-size: 0.85rem;
line-height: 1.4;
}
.charm-product-popup {
left: 0;
right: 0;
}
.charm-product-popup header {
padding: 15px;
}
.charm-product-popup header .charm-svg {
width: 20px;
height: 20px;
}
.charm-product-popup header .gap30 {
gap: 20px;
}
.charm-product-popup main {
padding: 50px 10px 50px;
}
.charm-product-popup main .tagline {
font-size: 1.777rem;
line-height: 32.5px;
letter-spacing: -0.05rem;
}
.charm-product-popup main .tagline br {
display: none;
}
.charm-product-popup main .main-slider img {
-ms-border-radius: 12px;
-o-border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
padding: 4px;
}
.charm-product-popup main .main-slider .owl-nav [class*='owl-'] {
bottom: -36px;
background-color: transparent;
}
.charm-product-popup main .main-slider .owl-nav [class*='owl-'].owl-next {
right: 10px;
}
.charm-product-popup main .main-slider .owl-nav [class*='owl-'].owl-prev {
left: 10px;
}
.charm-product-popup main .created-for,
.charm-product-popup main .unique-features {
-ms-border-radius: 12px;
-o-border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
max-width: 100%;
padding: 20px;
}
.charm-product-popup main .unique-features {
padding-left: 35px;
}
.charm-product-popup main .created-for {
margin-bottom: 70px;
}
}
@media (max-width: 767px) {
.charm-service-box {
padding-top: 36px;
padding-bottom: 24px;
}
.charm-arrowed-box {
-ms-border-radius: 20px;
-o-border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding-top: 42px;
padding-right: 28px;
padding-left: 28px;
padding-bottom: 7px;
}
.charm-arrowed-box .charm-svg {
width: 50px;
}
.charm-arrowed-box .img-rounded {
-o-box-shadow: 0 0 0 5px #ffffff;
-ms-box-shadow: 0 0 0 5px #ffffff;
-moz-box-shadow: 0 0 0 5px #ffffff;
-webkit-box-shadow: 0 0 0 5px #ffffff;
box-shadow: 0 0 0 5px #ffffff;
-ms-border-radius: 12px;
-o-border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.charm-arrowed-box.problems-section hgroup {
max-width: 210px;
}
.charm-arrowed-box.problems-section hgroup h2 b {
font-size: 3rem;
line-height: 0.8;
}
.charm-arrowed-box.problems-section hgroup h2 span {
-webkit-transform: translate(-90%, 30px);
-ms-transform: translate(-90%, 30px);
transform: translate(-90%, 30px);
}
.charm-arrowed-box.problems-section hgroup h3 {
font-size: 1rem;
}
.charm-image-project-card {
margin-bottom: 33px;
}
.charm-product-popup main .video-wrap {
padding: 4px;
}
} .home-banner {
background-color: #f1f3f4;
}
.home-banner.dark {
background-color: #173345;
position: relative;
padding-top: 60px;
}
.home-banner.dark:before {
background-color: #173345;
background-repeat: no-repeat;
background-position: center bottom;
background-size: auto 80%;
opacity: 0.007;
filter: alpha(opacity=0.7);
filter: blur(0px);
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0;
top: 0;
display: none;
}
.home-banner.dark hgroup .text_3 {
color: rgba(255, 255, 255, 0.6) !important;
}
.home-banner.dark hgroup h1.text_3 {
line-height: 1.1;
}
.home-banner.dark hgroup:hover .text_3 {
color: rgba(255, 255, 255, 0.71) !important;
opacity: 1;
filter: alpha(opacity=100);
}
.home-banner.dark .slogan {
overflow: hidden;
}
.home-banner.dark .slogan h3 {
color: rgba(255, 255, 255, 0.51) !important;
}
.home-banner.dark .slogan h3:before,
.home-banner.dark .slogan h3:after {
background-color: rgba(255, 255, 255, 0.06);
}
.home-banner.dark .slogan h3 > .left .charm-svg,
.home-banner.dark .slogan h3 > .right .charm-svg {
color: #333333;
}
.home-banner.dark .slogan h3 .text_4 {
font-weight: 600;
color: rgba(255, 255, 255, 0.9) !important;
}
.home-banner.dark .topbar h3 {
background-color: #173345;
color: rgba(255, 255, 255, 0.55) !important;
}
.home-banner.dark .topbar button {
color: rgba(255, 255, 255, 0.7);
font-weight: 400 !important;
}
.home-banner.dark .topbar button:before {
background-color: #555555;
}
.home-banner.dark .topbar .divider {
border-color: rgba(255, 255, 255, 0.15);
}
.home-banner.dark .briefs .vdivider {
border-color: rgba(255, 255, 255, 0.08);
}
.home-banner.dark .briefs p {
color: rgba(255, 255, 255, 0.45) !important;
}
.home-banner.dark .briefs p .text_3 {
color: rgba(255, 255, 255, 0.75) !important;
}
.home-banner .hgroup-wrap {
padding-top: 98px;
padding-bottom: 112px;
}
.home-banner hgroup {
display: inline-block;
}
.home-banner hgroup h1,
.home-banner hgroup h3,
.home-banner hgroup .h3 {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-moz-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
-ms-transition-delay: 0.1s;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
position: relative;
}
.home-banner hgroup:hover h3,
.home-banner hgroup:hover .h3 {
-webkit-transform: scale(0.8, 0.8);
-moz-transform: scale(0.8, 0.8);
-o-transform: scale(0.8, 0.8);
-ms-transform: scale(0.8, 0.8);
transform: scale(0.8, 0.8);
}
.home-banner hgroup:hover h1 {
transform: translateY(20px) scale(0.75);
}
.home-banner hgroup:hover .profile-pic {
opacity: 1;
filter: alpha(opacity=100);
transform: scale(2);
}
.home-banner .profile-pic {
opacity: 0;
filter: alpha(opacity=0);
-ms-border-radius: 100px;
-o-border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-moz-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
-ms-transition-delay: 0.1s;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
transform: scale(0) translateY(50px);
border: 3px solid rgba(255, 255, 255, 0.05);
left: calc(50% - 25px);
position: absolute;
max-width: 50px;
height: auto;
top: 40px;
}
.home-banner .slogan {
margin-bottom: 98px;
}
.home-banner .slogan h3 {
max-width: 600px;
width: 80%;
padding: 0 50px;
line-height: 1.5;
position: relative;
}
.home-banner .slogan h3:before,
.home-banner .slogan h3:after {
-ms-border-radius: 0 7px 7px 0;
-o-border-radius: 0 7px 7px 0;
-webkit-border-radius: 0 7px 7px 0;
-moz-border-radius: 0 7px 7px 0;
border-radius: 0 7px 7px 0;
content: '';
position: absolute;
top: 0;
right: 100%;
height: 100%;
width: 2000px;
background-color: rgba(0, 0, 0, 0.1);
}
.home-banner .slogan h3:after {
-ms-border-radius: 7px 0 0 7px;
-o-border-radius: 7px 0 0 7px;
-webkit-border-radius: 7px 0 0 7px;
-moz-border-radius: 7px 0 0 7px;
border-radius: 7px 0 0 7px;
right: auto;
left: 100%;
}
.home-banner .slogan h3 > .left,
.home-banner .slogan h3 > .right {
position: absolute;
top: calc(50% - 15px);
}
.home-banner .slogan h3 > .left .charm-svg,
.home-banner .slogan h3 > .right .charm-svg {
color: #e0e4e6;
width: 30px;
height: 30px;
display: none;
}
.home-banner .slogan h3 > .left {
left: -9px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.home-banner .slogan h3 > .right {
right: -9px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.home-banner .topbar .divider {
-ms-border-radius: 7px 7px 0 0;
-o-border-radius: 7px 7px 0 0;
-webkit-border-radius: 7px 7px 0 0;
-moz-border-radius: 7px 7px 0 0;
border-radius: 7px 7px 0 0;
width: calc(55% + 16px);
margin: -14px auto 0;
height: 14px;
border: 1px solid rgba(0, 0, 0, 0.15);
border-bottom-width: 0;
}
.home-banner .topbar h3 {
background-color: #f1f3f4;
color: rgba(0, 0, 0, 0.4) !important;
display: inline-block;
padding: 0 10px;
position: relative;
z-index: 1;
}
.home-banner .topbar button {
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
-ms-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
padding: 10px;
position: relative;
letter-spacing: 0.03rem;
line-height: 1.3;
display: inline-block;
background-color: transparent;
border: none;
}
.home-banner .topbar button.left {
padding-right: 10%;
}
.home-banner .topbar button.right {
padding-left: 10%;
}
.home-banner .topbar button:before {
background-color: transparent;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
content: '';
width: 1px;
height: 0;
position: absolute;
left: 50%;
top: 0;
}
.home-banner .briefs .vdivider {
border-left: 1px solid #e0e4e6;
position: relative;
left: -1px;
}
.home-banner .briefs p {
line-height: 1.7;
}
.technical-skills .charm-tabs-outer-wrapper.main > .bootrstap-tabs-wrapper > .nav-tabs {
-ms-border-radius: 8px;
-o-border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-o-box-shadow: 300px 0 #204760, 600px 0 #204760, 900px 0 #204760, 1200px 0 #204760;
-ms-box-shadow: 300px 0 #204760, 600px 0 #204760, 900px 0 #204760, 1200px 0 #204760;
-moz-box-shadow: 300px 0 #204760, 600px 0 #204760, 900px 0 #204760, 1200px 0 #204760;
-webkit-box-shadow: 300px 0 #204760, 600px 0 #204760, 900px 0 #204760, 1200px 0 #204760;
box-shadow: 300px 0 #204760, 600px 0 #204760, 900px 0 #204760, 1200px 0 #204760;
background-color: #204760;
padding-left: 10px;
border-width: 0;
}
.technical-skills .charm-tabs-outer-wrapper.main > .bootrstap-tabs-wrapper > .nav-tabs .floater {
display: none;
}
.technical-skills .charm-tabs-outer-wrapper.main > .bootrstap-tabs-wrapper > .nav-tabs li > button {
color: rgba(255, 255, 255, 0.35);
padding: 15px 25px;
}
.technical-skills .charm-tabs-outer-wrapper.main > .bootrstap-tabs-wrapper > .nav-tabs li > button .charm-svg {
width: 30px;
height: 30px;
}
.technical-skills .charm-tabs-outer-wrapper.main > .bootrstap-tabs-wrapper > .nav-tabs li > button:after {
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
-ms-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
content: '';
left: 50%;
bottom: -6px;
border-width: 0 6px 6px 6px;
border-color: transparent transparent #ffffff transparent;
border-style: solid;
}
.technical-skills .charm-tabs-outer-wrapper.main > .bootrstap-tabs-wrapper > .nav-tabs li:hover > button {
color: #ffffff;
}
.technical-skills .charm-tabs-outer-wrapper.main > .bootrstap-tabs-wrapper > .nav-tabs li.active > button {
color: #ea9966;
}
.technical-skills .charm-tabs-outer-wrapper.main > .bootrstap-tabs-wrapper > .nav-tabs li.active > button {
position: relative;
}
.technical-skills .charm-tabs-outer-wrapper.main > .bootrstap-tabs-wrapper > .nav-tabs li.active > button:before {
content: none;
}
.technical-skills .charm-tabs-outer-wrapper.main > .bootrstap-tabs-wrapper > .nav-tabs li.active > button:after {
opacity: 1;
filter: alpha(opacity=100);
bottom: -1px;
}
.technical-skills .charm-tabs-outer-wrapper.sub > .bootrstap-tabs-wrapper > .nav-tabs .floater {
width: 73px;
}
.technical-skills .charm-tabs-outer-wrapper.sub > .bootrstap-tabs-wrapper > .nav-tabs li > button {
font-size: 1rem;
font-weight: 700;
letter-spacing: 0;
}
.charm-skills.d-flex {
gap: 0 15px;
}
.charm-skills li {
list-style: none;
margin-bottom: 19.6px;
}
.charm-skills li a,
.charm-skills li span {
-ms-border-radius: 50px;
-o-border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
color: #444444 !important;
background-color: #f1f3f4;
padding: 10px 20px;
display: inline-block;
font-weight: 400;
line-height: 1.4;
}
@media (max-width: 767px) {
.home-banner.dark .topbar button {
color: rgba(255, 255, 255, 0.2);
font-weight: 700 !important;
}
.home-banner.dark .topbar button.active {
color: rgba(234, 153, 102, 0.95);
}
.home-banner.dark hgroup h1.text_3 {
opacity: 1;
filter: alpha(opacity=100);
}
.home-banner.dark hgroup .text_3 {
color: rgba(255, 255, 255, 0.65) !important;
opacity: 1;
filter: alpha(opacity=100);
}
.home-banner.dark .slogan h3 {
color: rgba(255, 255, 255, 0.55) !important;
}
.home-banner.dark .slogan h3 .text_4 {
opacity: 0.95;
filter: alpha(opacity=95);
}
.home-banner.dark .briefs p {
color: rgba(255, 255, 255, 0.55) !important;
}
.home-banner.dark .briefs p .text_3 {
color: rgba(255, 255, 255, 0.85) !important;
}
.home-banner .topbar .divider {
position: relative;
margin-top: -15px;
}
.home-banner .topbar .divider:before {
-ms-border-radius: 5px 0 0 0;
-o-border-radius: 5px 0 0 0;
-webkit-border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
border-radius: 5px 0 0 0;
opacity: 0.5;
filter: alpha(opacity=50);
border: 1px solid #ffffff;
position: absolute;
content: '';
width: 50%;
left: 0;
height: 100%;
top: 0;
border-width: 1px 0 0 1px;
}
.home-banner .topbar .divider.active-right:before {
-ms-border-radius: 0 5px 0 0;
-o-border-radius: 0 5px 0 0;
-webkit-border-radius: 0 5px 0 0;
-moz-border-radius: 0 5px 0 0;
border-radius: 0 5px 0 0;
left: auto;
right: 0;
border-width: 1px 1px 0 0;
}
.home-banner .topbar button {
border: 1px dotted transparent;
}
.home-banner .topbar button:focus-visible {
border: 1px dotted;
}
@supports not selector(:focus-visible) {
:focus {
border: 1px dotted;
}
}
.home-banner .hgroup-wrap {
padding-top: 48px;
padding-bottom: 60px;
}
.home-banner hgroup:hover .profile-pic {
-moz-transform: scale(1.5) translateY(-40%);
-webkit-transform: scale(1.5) translateY(-40%);
-o-transform: scale(1.5) translateY(-40%);
transform: scale(1.5) translateY(-40%);
}
.home-banner hgroup:hover .h3,
.home-banner hgroup:hover h3 {
-moz-transform: scale(0.8, 0.8) translateY(10px);
-webkit-transform: scale(0.8, 0.8) translateY(10px);
-o-transform: scale(0.8, 0.8) translateY(10px);
transform: scale(0.8, 0.8) translateY(10px);
}
.home-banner .slogan {
margin-bottom: 48px;
background-color: #0e1f2a;
padding: 6px 15px;
}
.home-banner .slogan h3 {
padding: 0 15px;
padding-top: 36px;
padding-bottom: 36px;
-o-box-shadow: none !important;
-ms-box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 1px solid rgba(255, 255, 255, 0.1);
border-width: 4px 0;
width: 100%;
}
.home-banner .slogan h3:before,
.home-banner .slogan h3:after {
display: none;
}
.technical-skills .charm-tabs-outer-wrapper.main > .bootrstap-tabs-wrapper > .nav-tabs li > a {
padding: 15px 25px 16px;
}
}