/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
body {
    font-family: Arial, sans-serif;
    text-align: left;
    font-size: 14px;
    direction: ltr;
    line-height: 28px;
    font-weight: 300;
    color: #444;
    height: 100%;
    position: relative;
    --main-color2: #7381b2 !important;
    --main-color1: #12ddfd !important;
      --main-color4: #fcb913 !important;
}
html {
	scroll-behavior: smooth;
}
a {
    color: #7381b2;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover, a:active, a:focus {
    color: #12ddfd;
    outline: none;
    text-decoration: none;
}
button:focus {
    outline: 0;
}
li {
    list-style: none;
}
p, figure {
    margin-bottom: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}
::-webkit-selection {
    color: #646464;
    background: #f9f6f0;
}
::-moz-selection {
    color: #646464;
    background: #f9f6f0;
}
::selection {
    color: #646464;
    background: #f9f6f0;
}
body {
    background: #fff;
    overflow-x: hidden;
}
#chartex-page {
    /* z-index: 2; */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.chartex-overflow {
    overflow: hidden;
}
.chartex-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}
.chartex-nav-toggle.active i::before, .chartex-nav-toggle.active i::after {
    background: #fcb913;
}
.chartex-nav-toggle.dark.active i::before, .chartex-nav-toggle.dark.active i::after {
    background: #fcb913;
}
.chartex-nav-toggle:hover, .chartex-nav-toggle:focus, .chartex-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}
.chartex-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 3px;
    color: #fcb913;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fcb913;
    transition: all .2s ease-out;
}
.chartex-nav-toggle i::before, .chartex-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 3px;
    background: #fcb913;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.chartex-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    transition: all .2s ease-out;
}
.chartex-nav-toggle.dark i::before, .chartex-nav-toggle.dark i::after {
    background: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.chartex-nav-toggle i::before {
    top: -7px;
}
.chartex-nav-toggle i::after {
    bottom: -7px;
}
.chartex-nav-toggle:hover i::before {
    top: -9px;
}
.chartex-nav-toggle:hover i::after {
    bottom: -9px;
}
.chartex-nav-toggle.active i {
    background: transparent;
}
.chartex-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.chartex-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.chartex-nav-toggle {
    position: fixed;
    top: 40px;
    left: 20px;
    z-index: 9999;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .chartex-nav-toggle {
        /* display: block; */
        top: 6px;
    }
    body #chartex-page:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 0;
        z-index: 1;
        backdrop-filter: blur(0);
        -webkit-backdrop-filter: blur(0);
        -moz-backdrop-filter: blur(0);
        -ms-backdrop-filter: blur(0);
        transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;
    }
    body.chartex-overflow #chartex-page:before {
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        -moz-backdrop-filter: blur(6px);
        -ms-backdrop-filter: blur(6px);
        height: 100%;
    }
}
.chartex-loader-page {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}
.loader {
    border: 6px solid #7381b2;
    border-radius: 50%;
    border-top: 6px solid #fcb914;
    border-bottom: 6px solid #fcb914;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -30px;
    margin-right: -30px;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
h2, .h2 {
    font-size: 24px;
}
.home .container {
	margin: 0 auto !important;
}
.vc_section, .vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/*=====================================*/
#chartex-content {
	position: relative;
}
.home.page #chartex-content .chartex-content-inner {
    background: #fff;
	padding-bottom: 0;
}
.page #chartex-content .chartex-content-inner,
.error404 #chartex-content .chartex-content-inner,
.single #chartex-content .chartex-content-inner {
    background-color: #fff;
}
.page #chartex-content .chartex-content-inner .container,
.error404 #chartex-content .chartex-content-inner .container,
.single #chartex-content .chartex-content-inner .container {
	padding-bottom: 35px;
}
@media (min-width: 992px) {
    .page #chartex-content .chartex-content-inner,
    .error404 #chartex-content .chartex-content-inner,
    .single #chartex-content .chartex-content-inner {
        padding-top: 60px;
        transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;
    }
    .page .myHeader.smint.fxd ~ #chartex-content .chartex-content-inner,
    .error404 .myHeader.smint.fxd ~ #chartex-content .chartex-content-inner,
    .single .myHeader.smint.fxd ~ #chartex-content .chartex-content-inner {
        padding-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .page #chartex-content .chartex-content-inner,
    .error404 #chartex-content .chartex-content-inner,
    .single #chartex-content .chartex-content-inner {
        padding-top: 50px;
        transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;
    }
    .page .myHeader.smint.fxd ~ #chartex-content .chartex-content-inner,
    .error404 .myHeader.smint.fxd ~ #chartex-content .chartex-content-inner,
    .single .myHeader.smint.fxd ~ #chartex-content .chartex-content-inner {
        padding-top: 0;
    }
}
/* #Progress
================================================== */
.progress-wrap {
	position: fixed;
	right: 10px;
	bottom: 10px;
	height: 48px;
	width: 48px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(0,0,0,0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f102";
	text-align: center;
	line-height: 48px;
	font-size: 22px;
	color: #7281b2;
	right: 0;
	top: 0;
	height: 48px;
	width: 48px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f102";
	text-align: center;
	line-height: 48px;
	font-size: 26px;
	opacity: 0;
	background-image: linear-gradient(298deg, #fcb913, #fcb913);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	right: 0;
	top: 0;
	height: 48px;
	width: 48px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: #7281b2;
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
@media (max-width: 991px) {
    .progress-wrap {
        display: none;
    }
}
/*=============== Header ================*/
#chartex-header .right-menu > li:hover > ul.sub-menu,
#chartex-header .menu > li:hover > ul.sub-menu {
	display: block;
	transition: all ease 0.4s;
}
#chartex-header .right-menu > li > ul.sub-menu li:hover ul.sub-menu,
#chartex-header .menu > li > ul.sub-menu li:hover ul.sub-menu {
	display: block;
	transition: all ease 0.4s;
}
#chartex-header .right-menu ul.sub-menu li,
#chartex-header .menu ul.sub-menu li {
	line-height: 30px;
    display: block;
}
#chartex-header ul.sub-menu {
    position: absolute;
    display: none;
    left: 0;
    margin: 0;
    width: 100%;
    transition: all ease 0.4s;
    padding: 0;
    background: rgba(115,129,178,0.8);
    z-index: 1;
    min-width: 260px;
}
#chartex-header ul.sub-menu {
	text-align: left;
}
#chartex-header ul.sub-menu ul.sub-menu {
	left: 260px;
	top: 0;
}
#chartex-header .right-menu ul.sub-menu li a,
#chartex-header .menu ul.sub-menu li a {
	display: block;
	font-size: 13px;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
    color: #fff !important;
    padding: 0 10px !important;
    text-decoration: none;
}
#chartex-header .right-menu ul.sub-menu li,
#chartex-header .menu ul.sub-menu li {
    position: relative;
}
#chartex-header .right-menu ul.sub-menu li:last-child a,
#chartex-header .menu ul.sub-menu li:last-child a {
    border-bottom: 0 !important;
}
#chartex-header .right-menu ul.sub-menu li:after,
#chartex-header .menu ul.sub-menu li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    bottom: 0;
    background: #fcb913;
    transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;
}
#chartex-header .right-menu ul.sub-menu li:hover:after,
#chartex-header .menu ul.sub-menu li:hover:after {
    width: 100%;
}
#chartex-offcanvas li.menu-item-has-children ul.sub-menu {
	padding-left: 15px;
    display: none;
    transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;
}
#chartex-offcanvas li.menu-item-has-children.activeli ul.sub-menu {
    display: block;
}
#chartex-offcanvas ul.sub-menu li a {
	font-size: 12px;
    transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;
}
#chartex-offcanvas li.menu-item-has-children:before,
#chartex-offcanvas li.menu-item-has-children:after {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    width: 12px;
    height: 3px;
    background: #fff;
    transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;
}
#chartex-offcanvas li.menu-item-has-children:after {
    transform: rotate(90deg);
}
#chartex-offcanvas li.menu-item-has-children.activeli:after {
    width: 0;
    right: 6px;
}
#chartex-offcanvas ul.right-menu li.menu-item:hover > a,
#chartex-offcanvas ul.sub-menu li.menu-item:hover a {
	color: #fcb913;
}
#chartex-offcanvas ul li.active a {
    color: #00a695;
}
#chartex-offcanvas, .chartex-nav-toggle, #chartex-page {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#chartex-offcanvas {
    display: none;
    height: 100%;
    left: -275px;
    overflow-y: auto;
    position: fixed;
    z-index: 111;
    top: 0;
    width: 275px;
    background: #7381b2;
    padding: 45px 20px 10px 20px;
    box-shadow: 5px 0px 10px rgba(0,0,0,0.5);
}
.offcanvas-visible #chartex-offcanvas {
	left: 0;
}
#chartex-offcanvas ul {
    padding: 0;
    margin: 0;
}
#chartex-offcanvas #chartex-side-links > ul > li {
	padding: 5px 0;
	list-style: none;
	line-height: 28px;
    position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#chartex-offcanvas ul li a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    text-decoration: none;
}
#chartex-offcanvas ul li.active a {
    color: #fcb913;
}
#chartex-header #chartex-logo {
    position: relative;
}
#chartex-header #chartex-logo a {
	display: block;
}
#chartex-header #chartex-logo img {
    width: auto;
    padding: 10px 0;
    transition: .4s;-webkit-transition: .4s;
}
#chartex-header .topHeader nav ul {
    padding: 0;
    margin: 0;
}
#chartex-header .topHeader nav > ul > li {
	display: inline-block;
    position: relative;
}
#chartex-header .topHeader nav > ul > li > a {
	color: #444;
	display: block;
	padding: 0 8px;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    transition: .4s;-webkit-transition: .4s;
}
#chartex-header .topHeader nav > ul > li:hover a {
    color: #7381b2;
}
#chartex-header .topHeader nav > ul > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    left: 50%;
    width: 0;
    height: 3px;
    background: #7381b2;
    transition: .4s;-webkit-transition: .4s;
}
#chartex-header .topHeader nav > ul > li:hover a:after {
    width: calc( 100% - 16px);
    right: 8px;
    left: 8px;
}
#chartex-header .topHeader nav > ul > li.current-menu-item a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    background: #7381b2;
    transition: .4s;-webkit-transition: .4s;
    width: calc( 100% - 16px);
    right: 8px;
    left: 8px;
}
#chartex-header.myHeader {
    background: rgba(255,255,255,1);
    transition: .4s;-webkit-transition: .4s;
}
#chartex-header.myHeader.smint.fxd {
	background: rgba(255,255,255,0.8);
    box-shadow: 0 5px 8px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0 5px 8px rgb(0 0 0 / 40%);
}
@media (min-width: 768px) {
    #chartex-header.myHeader {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
    	z-index: 11;
    }
}
@media (min-width: 992px) {
    #chartex-header .topHeader nav > ul > li > a {
        line-height: 60px;
    }
    #chartex-header #chartex-logo img {
        max-height: 60px;
    }
    #chartex-header ul.sub-menu {
        top: 60px;
    }
    .myHeader.smint.fxd ul.sub-menu {
        top: 48px !important;
    }
    #chartex-header.myHeader.smint.fxd .topHeader nav > ul > li > a {
        line-height: 48px;
    }
    #chartex-header.myHeader.smint.fxd #chartex-logo img {
        max-height: 48px;
    }
    #chartex-header #chartex-logo:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 12px;
        height: 40px;
        width: 41px;
        border-radius: 50%;
        border: 3px solid #fcb914;
        transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;
        opacity: 0;
    }
    #chartex-header.myHeader.smint.fxd #chartex-logo:before {
        height: 28px;
        width: 28px;
    }
    #chartex-header #chartex-logo:hover:before {
        border: 3px solid #7281b2;
        opacity: 1;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #chartex-header .topHeader nav > ul > li > a {
        line-height: 50px;
    }
    #chartex-header #chartex-logo img {
        max-height: 50px;
    }
    #chartex-header.myHeader.smint.fxd .topHeader nav > ul > li > a {
        line-height: 40px;
    }
    #chartex-header.myHeader.smint.fxd #chartex-logo img {
        max-height: 40px;
    }
    #chartex-header ul.sub-menu {
        top: 50px;
    }
    .myHeader.smint.fxd ul.sub-menu {
        top: 40px !important;
    }
}
@media (min-width: 768px) {
    .chartex-nav-toggle {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    #chartex-header {
        background: #fff;
        box-shadow: 0 5px 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
        text-align: center;
    }
    #chartex-offcanvas {
        display: block;
    }
    #chartex-header .topHeader {
        display: none;
    }
    #chartex-offcanvas #chartex-side-links > ul > li.isMobile {
        float: left;
        width: 48%;
        border-bottom: none;
        text-align: center;
        background: var(--main-color1);
        border: 1px solid var(--main-color1);
        border-radius: 8px;
        margin: 5px 1% 0 1%;
        padding: 2px 0;
        transition: .4s;-webkit-transition: .4s;
    }
    #chartex-offcanvas #chartex-side-links > ul > li.isMobile:hover {
        border-color: rgba(255,255,255,0.5);
    }
    #chartex-header #chartex-logo img {
        max-height: 48px;
    }
}
/*================= Footer ==================*/
.nopadding {
    padding: 0;
}
#chartex-footer {
    background: #3a3f54;
    color: rgba(255,255,255,0.6);
}
#chartex-footer .logoFoot a {
    display: inline-block;
    vertical-align: middle;
}
#chartex-footer .logoFoot img {
    transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;
    max-width: 40px;
}
#chartex-footer .logoFoot img:hover {
    transform: rotate(360deg) scale(0.9);
    -webkit-transform: rotate(360deg) scale(0.9);
    -moz-transform: rotate(360deg) scale(0.9);
}
#chartex-footer .logoFoot ul {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    padding-left: 8px;
    position: relative;
    line-height: 22px;
    font-size: 12px;
}
#chartex-footer .logoFoot ul:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 5px;
    width: 2px;
    height: calc( 100% - 10px);
    background: #566083;
}
#chartex-footer .logoFoot p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}
#chartex-footer h2.widgettitle {
    color: #7281b2;
    font-size: 16px;
    margin-bottom: 10px;
}
#chartex-footer .menuFoot .menu {
	padding: 0;
	margin: 0;
}
#chartex-footer .menuFoot .menu li {
    line-height: 22px;
    position: relative;
    left: 0;
    padding-left: 20px;
    transition: 0.3s;-webkit-transition: 0.3s;
    -moz-transition: 0.3s;-ms-transition: 0.3s;
}
#chartex-footer .menuFoot .menu li:before {
    position: absolute;
    content: "\f105";
    top: 0px;
    left: 0;
    font-family: "FontAwesome";
    color: #7281b2;
    font-size: 15px;
    transition: 0.3s;-webkit-transition: 0.3s;
    -moz-transition: 0.3s;-ms-transition: 0.3s;
}
#chartex-footer .menuFoot .menu li:hover:before {
    color: #fcb914;
}
#chartex-footer .menuFoot .menu li:hover {
    left: 2px;
}
#chartex-footer .menuFoot .menu li a {
    color: rgba(233,233,233,0.6);
    display: block;
    text-decoration: none;
    font-size: 13px;
}
#chartex-footer .menuFoot .menu li:hover a {
    color: #fcb914;
}
#chartex-footer .contact ul {
    padding: 0;
    margin: 0;
}
#chartex-footer .contact ul li {
    line-height: 27px;
    transition: 0.3s;-webkit-transition: 0.3s;
    -moz-transition: 0.3s;-ms-transition: 0.3s;
}
#chartex-footer .contact ul li a,
#chartex-footer .contact ul li {
    color: rgba(233,233,233,0.6);
    text-decoration: none;
    font-size: 13px;
}
#chartex-footer .contact ul li:hover a,
#chartex-footer .contact ul li:hover {
    color: #fcb914;
}
#chartex-footer .chartex-copyright {
    padding: 8px 0 8px 0;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
}
@media (min-width: 768px) {
    #chartex-footer .chartex-top {
        padding: 40px 0;
    }
    #chartex-footer .logoFoot p {
        margin-top: 48px;
    }
}
@media (max-width: 767px) {
    #chartex-footer .chartex-top {
        padding: 20px 0;
    }
    #chartex-footer .menuFoot.second {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid rgba(255,255,255,0.15);
    }
    #chartex-footer .logoFoot p {
        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    #chartex-footer .contact {
        border-top: 1px solid rgba(255,255,255,0.15);
        padding-top: 12px;
        margin-top: 12px;
    }
}
/*=================== 404 page ==================*/
.page404 {
    text-align: center;
    background: rgba(114,129,178,0.07);
    padding-top: 50px;
}
.page404 .entry-title {
	color: #7381b2;
	margin-bottom: 20px;
	font-size: 25px;
}
.page404 .number404 {
    background: none repeat scroll 0 0 #12ddfd;
    border-radius: 150px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: inline-block;
    font-size: 50px;
    height: 150px;
    line-height: 130px;
    margin-top: 20px;
    perspective: 500px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #999999;
    width: 150px;
    margin-bottom: 40px;
}
.page404 .number404 span {
    backface-visibility: visible;
    bottom: 35px;
    font-size: 18px;
    right: 0;
    line-height: 16px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.page404 .number404.animated {
    -webkit-animation-duration:3s;
    -moz-animation-duration:3s;
    animation-duration:3s;
    -webkit-animation-iteration-count:Infinite;
    -moz-animation-iteration-count:Infinite;
    animation-iteration-count:Infinite;
}
.page404 .bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}
.page404 .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.page404 ul {
	padding: 0;
}
.page404 ul li {
	background: #7381b2;
	display: inline-block;
	transition: 0.3s;
}
.page404 ul li:hover {
	box-shadow: 0 0 2px rgba(0,0,0,0.8);
}
.page404 ul li a {
	color: #fff;
    padding: 3px 20px;
    display: block;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/*=================== develop ==================*/
.designBox .vc_sep_holder {
    display: none;
}
.designBox .vc_separator h4 {
    line-height: 28px;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0;
}
.designBox .vc_separator h4::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 122px;
    background: url(/wp-content/uploads/line.png);
    background-repeat: no-repeat;
}
.develop {
    display: flow-root;
    width: 100%;
    text-align: center;
}
.develop .develop-item-inner {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;
}
.develop .develop-item-inner:hover {
    background: #3a3f54;
    color: #fff;
}
.develop .description h3 {
    margin-bottom: 10px;
    font-size: 15px;
    transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;
}
.develop .develop-item-inner:hover .description h3 {
    color: #fff;
}
.develop .divImg {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;
}
.develop .develop-item-inner:hover .divImg {
    transform: rotate(20deg) scale(0.9);
    -webkit-transform: rotate(20deg) scale(0.9);
    -moz-transform: rotate(20deg) scale(0.9);
}
.develop .develop-item:nth-child(1) .divImg {
    background: #35ddfd url(/wp-content/uploads/design_1.svg) no-repeat center center / 50px auto;
}
.develop .develop-item:nth-child(2) .divImg {
    background: #45fda5 url(/wp-content/uploads/design_2.svg) no-repeat center center / 50px auto;
}
.develop .develop-item:nth-child(3) .divImg {
    background: #fcb914 url(/wp-content/uploads/design_3.svg) no-repeat center center / 50px auto;
}
.develop .title {
    margin-top: 12px;
    position: relative;
    margin-bottom: 20px;
}
.develop .title:after {
    content: "";
    position: absolute;
    width: 55%;
    height: 1px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.develop .develop-item:nth-child(1) .title:after {
    background: #35ddfd;
}
.develop .develop-item:nth-child(2) .title:after {
    background: #45fda5;
}
.develop .develop-item:nth-child(3) .title:after {
    background: #fcb914;
}
.develop .readMore {
    background: #7281b2;
    color: rgba(255,255,255,0.7);
    display: inline-block;
    text-decoration: none;
    width: 55%;
    transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;
}
.develop .readMore:hover {
    background: #fcb914;
    color: #444;
}
@media (min-width: 1200px) {
    .develop .develop-item-inner {
        padding: 25px 30px;
    }
    .develop .description p {
        height: 118px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .develop .develop-item-inner {
        padding: 25px 15px;
    }
    .develop .description p {
        height: 136px;
    }
}
@media (min-width: 992px) {
    .designBox {
        padding-top: 100px !important;
    }
    .develop .develop-item {
        padding: 0 15px;
    }
    .vc_section.designBox > div.vc_row,
    .vc_section.designBox .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .designBox {
        padding-top: 70px !important;
    }
    .develop .develop-item-inner {
        padding: 10px 5px;
    }
    .develop .description p {
        height: 154px;
    }
    .develop .description h3 {
        height: 36px;
    }
    .develop .develop-item {
        padding: 0 5px;
    }
    .vc_section.designBox > div.vc_row,
    .vc_section.designBox .vc_column-inner {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
@media (min-width: 768px) {
    .develop .develop-item {
        float: left;
        width: 33.33%;
    }
    .develop .readMore {
        line-height: 38px;
    }
    .designBox .vc_separator {
        margin-bottom: 60px;
    }
    .designBox .vc_separator h4 {
        font-size: 24px !important;
    }
    .develop .title {
        font-size: 20px;
    }
    .develop .description p {
        font-size: 13px;
        line-height: 18px;
        display: table-cell;
        vertical-align: top;
        padding-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .develop .divImg {
        display: none;
    }
    .develop .develop-item-inner {
        padding: 10px 5px;
    }
    .develop .develop-item-inner {
        padding: 1px 8px 10px 8px;
        margin-bottom: 15px;
    }
    .develop .develop-item:last-child .develop-item-inner {
        margin-bottom: 0;
    }
    .develop .description p {
        font-size: 12px;
        line-height: 16px;
    }
    .develop .readMore {
        line-height: 26px;
        padding: 0 10px;
    }
    .designBox .vc_separator h4 {
        font-size: 17px !important;
    }
    .designBox {
        margin-bottom: -35px;
    }
    .develop .title {
        font-size: 16px;
    }
    .vc_section.designBox > div.vc_row,
    .vc_section.designBox .vc_column-inner,
    .vc_section.productBox > div.vc_row,
    .vc_section.productBox .vc_column-inner,
    .vc_section.workBox > div.vc_row,
    .vc_section.workBox .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/*=================== product ==================*/
.productBox .vc_sep_holder {
    display: none;
}
.productBox .vc_separator h4 {
    line-height: 28px;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0;
}
.productBox .vc_separator h4::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 122px;
    background: url(/wp-content/uploads/line.png);
    background-repeat: no-repeat;
}
.products {
    display: flow-root;
    margin-left: -7px;
    margin-right: -7px;
}
.products .products-item {
    padding-bottom: 15px;
    padding-right: 7px;
    padding-left: 7px;
}
.products .products-item-inner {
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    display: flex;
}
.products .products-item-inner:hover {
    background: #3a3f54;
    color: #fff;
}
.products .products-item-inner .divImg {
    width: 25%;
}
.products .products-item-inner .divText {
    width: 75%;
    border-left: 3px solid #fcb914;
}
.products .products-item-inner .divText .title {
    position: relative;
    font-weight: bold;
}
.products .products-item-inner .divText .title span {
    display: block;
    margin-bottom: 5px;
}
.products .products-item-inner .divText .description p {
    margin: 0;
}
.products .products-item-inner .divText .readMore {
    text-align: right;
}
.products .products-item-inner .divText .readMore a {
    padding: 0 30px 0 0;
    color: #7281b2;
    font-size: 13px;
    position: relative;
    text-decoration: none;
    line-height: 20px;
}
.products .products-item-inner .divText .readMore a:after {
    position: absolute;
    content: "\f178";
    top: -2px;
    font-family: "FontAwesome";
    color: #fcb914;
    font-size: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    animation: move 1s infinite linear;
}
@keyframes move {
    from {right: 0;}
    to {right: -5px;}
}
.products .products-item .divImg {
    overflow: hidden;
}
.products .products-item .divImg .img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-clip: border-box;
    box-sizing: border-box;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transition: filter .5s cubic-bezier(0,.275,.125,1),-webkit-transform .5s cubic-bezier(0,.275,.125,1);
    -moz-transition: filter .5s cubic-bezier(0,.275,.125,1),-moz-transform .5s cubic-bezier(0,.275,.125,1);
    transition: filter .5s cubic-bezier(0,.275,.125,1),transform .5s cubic-bezier(0,.275,.125,1);
}
.products .products-item:hover .divImg .img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
}
.products .products-item:nth-child(1) .divImg .img {
    background-image: url(/wp-content/uploads/product_6.jpeg);
}
.products .products-item:nth-child(2) .divImg .img {
    background-image: url(/wp-content/uploads/product_5.jpeg);
}
.products .products-item:nth-child(3) .divImg .img {
    background-image: url(/wp-content/uploads/product_4.jpeg);
}
.products .products-item:nth-child(4) .divImg .img {
    background-image: url(/wp-content/uploads/product_3.jpeg);
}
.products .products-item:nth-child(5) .divImg .img {
    background-image: url(/wp-content/uploads/product_2.jpeg);
}
.products .products-item:nth-child(6) .divImg .img {
    background-image: url(/wp-content/uploads/product_1.jpeg);
}
@media (min-width: 768px) {
    .productBox .vc_separator {
        margin-bottom: 60px;
    }
    .productBox .vc_separator h4 {
        font-size: 24px !important;
    }
    .vc_section.productBox > div.vc_row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    section.products {
        display: flow-root;
    }
    .products .products-item {
        width: 50%;
        float: left;
    }
    .products .products-item-inner .divText .description {
        font-size: 13px;
        line-height: 18px;
        display: table-cell;
        vertical-align: top;
    }
}
@media (min-width: 992px) {
    .productBox {
        margin-top: 30px;
    }
    .productBox .vc_gitem-post-data-source-post_title h4 {
        font-size: 16px;
    }
    .products .products-item-inner .divText .title {
        font-size: 16px;
    }
    .products .products-item-inner .divText {
        padding: 15px 20px;
    }
    .products .products-item-inner .divText .title::before {
        content: "";
        position: absolute;
        top: 3px;
        left: -20px;
        border-style: solid;
        border-width: 6px 8px;
        border-color: transparent transparent transparent #fcb914;
    }
    .products .products-item-inner .divText .description {
        height: 145px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .productBox .vc_gitem-post-data-source-post_title h4 {
        font-size: 14px;
    }
    .products .products-item-inner .divText .title {
        font-size: 14px;
    }
    .products .products-item-inner .divText {
        padding: 15px 5px;
    }
    .products .products-item-inner .divText .description {
        height: 200px;
    }
}
@media (max-width: 767px) {
    .productBox .vc_separator h4 {
        font-size: 17px !important;
    }
    .productBox .vc_gitem-post-data-source-post_title h4 {
        font-size: 15px;
    }
    .productBox {
        margin-bottom: -35px;
    }
    .products .products-item-inner .divText .title {
        font-size: 14px;
        line-height: 18px;
    }
    .products .products-item-inner .divText {
        padding: 10px;
    }
    .products .products-item-inner .divText .description {
        font-size: 12px;
        line-height: 16px;
    }
    .products .products-item-inner .divText .readMore {
        margin-top: 8px;
    }
}
/*=================== workBox ==================*/
.workBox .container {
    background: url(/wp-content/uploads/backWork.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.workBox .vc_sep_holder {
    display: none;
}
.workBox .vc_separator h4 {
    line-height: 28px;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0;
}
.workBox .vc_separator h4::before {
    content: "";
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 122px;
    background: url(/wp-content/uploads/line.png);
    background-repeat: no-repeat;
}
.step ul {
    margin: 0 auto;
    text-align: center;
}
.step ul li {
    display: inline-block;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    animation: ani1 0.5s infinite alternate-reverse;
}
@keyframes ani1 {
    0% {box-shadow: 0 0 5px rgb(0 0 0 / 25%);}
    100% {box-shadow: 0 0 5px rgb(0 0 0 / 65%);}
}
.step ul li:nth-child(2n+1) {
    background: #fcb914;
}
.step ul li:nth-child(2n) {
    background: #7281b2;
}
.step ul li img {
    width: auto;
    transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;
}
.step ul li:hover img {
    transform: rotate(5deg) scale(0.95);-webkit-transform: rotate(5deg) scale(0.95);-moz-transform: rotate(5deg) scale(0.95);
}
.circleBottom {
    text-align: center;
    background: url(/wp-content/uploads/halfe_circle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.circleBottom p {
    margin-bottom: 0;
    line-height: 20px;
}
.circleBottom p.P1 {
    font-size: 16px;
    font-weight: bold;
}
.circleBottom p.P2 {
    font-size: 13px;
}
@media (min-width: 992px) {
    .workBox {
        margin-top: 15px;
        margin-bottom: 65px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .workBox {
        margin-bottom: 35px;
    }
}
@media (min-width: 768px) {
    .step {
        position: relative;
        margin: 0 auto;
        max-width: 624px;
    }
    .workBox .vc_separator h4 {
        font-size: 24px !important;
    }
    .circleBottom :nth-child(3) {
        margin-top: 10px;
    }
    .circleBottom {
        padding-bottom: 20px;
        padding-top: 70px;
    }
    .step ul li {
        width: 115px;
        height: 115px;
        border: 4px solid #fff;
        margin: 0 20px;
    }
    .step ul li img {
        height: 115px;
        padding: 15px;
    }
    .step::before {
        position: absolute;
        content: "";
        top: 75px;
        right: 57px;
        width: 512px;
        height: 282px;
        border-top-left-radius: 312px;
        border-top-right-radius: 312px;
        border: 2px solid #3a3f54;
        border-bottom-color: #fff;
        z-index: -1;
    }
    .step ul::before {
        top: 79px;
        right: 247px;
    }
    .step ul::after {
        top: 96px;
        right: 201px;
    }
    .step ul li:nth-child(1)::before {
        bottom: -12px;
        left: 47px;
    }
    .step ul li:nth-child(1)::after {
        bottom: -41px;
        left: 47px;
    }
    .step ul li:nth-child(2)::before {
        bottom: 6px;
        left: 6px;
    }
    .step ul li:nth-child(2)::after {
        bottom: -26px;
        left: -16px;
    }
    .step ul li:nth-child(3)::before {
        bottom: 49px;
        left: -12px;
    }
    .step ul li:nth-child(3)::after {
        bottom: 33px;
        left: -58px;
    }
    .step ul li:nth-child(4)::before {
        bottom: 6px;
        right: 6px;
    }
    .step ul li:nth-child(4)::after {
        bottom: -26px;
        right: -15px;
    }
    .step ul li:nth-child(5)::before {
        bottom: -12px;
        right: 48px;
    }
    .step ul li:nth-child(5)::after {
        bottom: -41px;
        right: 48px;
    }
    .step ul li:nth-child(2),
    .step ul li:nth-child(4) {
        top: 50px;
    }
    .step ul li:nth-child(1), 
    .step ul li:nth-child(5) {
        top: 180px;
        margin: 0 -45px;
    }
    .step ul {
        padding: 25px 0 35px 0;
    }
    .step ul li:before,
    .step ul li:after,
    .step ul:before,
    .step ul:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #3a3f54;
    }
}
@media (max-width: 767px) {
    .shortText p {
        font-size: 13px;
    }
    .workBox .vc_separator h4 {
        font-size: 17px !important;
    }
    .circleBottom {
        padding-top: 40px;
    }
    .step ul li {
        width: 80px;
        height: 80px;
        border: 2px solid #fff;
        margin: 0 4px;
    }
    .step ul li img {
        height: 80px;
        padding: 10px;
    }
    .step ul {
        padding: 0 0 10px 0;
    }
    .step ul li:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #3a3f54;
        top: 34px;
        right: -12px;
    }
    .step ul li:last-child:after,
    .step ul li:nth-child(3):after {
        content: none;
    }
}
/*=================== product ==================*/
.customerBox .vc_sep_holder {
    display: none;
}
.customerBox .vc_separator h4 {
    line-height: 28px;
    width: 100%;
    position: relative;
    padding: 0;
}
.customerBox a.vc_general {
    background: none !important;
    border: 1px solid #7281b2 !important;
    padding: 10px 8px;
}
.customerBox a.vc_general:hover {
    background-color: #7281b2 !important;
    color: #fff !important;
}
.customerBox .customerInner {
    border: 1px solid #edeff5;
    margin: -1px;
    transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;
}
.customerBox .customerInner:hover {
    background: #f4f5f9;
}
.customerInner .wpb_single_image {
    margin-bottom: 0;
}
.customerInner .wpb_wrapper.vc_figure a {
    display: block;
}
.customerInner .wpb_wrapper {
    display: block !important;
}
.customerInner .vc_column-inner {
    padding: 0 !important;
}
@media (min-width: 992px) {
    .customerBox {
        margin-top: 80px;
        margin-bottom: 50px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .customerBox {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}
@media (min-width: 768px) {
    .customerBox .vc_separator h4 {
        font-size: 24px !important;
    }
    .vc_section.customerBox > div.vc_row {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .customerBox a.vc_general {
        width: 43%;
        margin-top: 20px;
        position: relative;
        right: -5px;
    }
    .customerInner .wpb_wrapper.vc_figure a {
        height: 85px;
        padding: 25px 0;
    }
}
@media (max-width: 767px) {
    .customerBox {
        margin-bottom: 25px;
    }
    .customerBox .vc_separator h4 {
        font-size: 17px !important;
        text-align: center;
        padding: 0 !important;
    }
    .customerBox .shortText {
        text-align: center;
        margin-bottom: 0 !important;
    }
    .customerBox a.vc_general {
        width: 50%;
        margin-top: 10px;
        right: 25%;
    }
    .customerBox .customerInner {
        width: 50%;
        float: left;
    }
    .customerBox .customerInner:nth-child(5) {
        width: 100%;
    }
    .customerInner .wpb_wrapper.vc_figure a {
        height: 65px;
        padding: 12px 0;
    }
}
/*=================== slider ==================*/
.sliderTop div#n2-ss-1-arrow-previous,
.sliderTop div#n2-ss-1-arrow-next {
    border: 1px solid #7381b2;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    text-align: center;
}
.sliderTop div#n2-ss-1-arrow-previous:hover,
.sliderTop div#n2-ss-1-arrow-next:hover {
    background: #7381b2;
}
.sliderTop div#n2-ss-1 .nextend-arrow img {
    width: 20px;
    padding: 13px;
}
.textBottomSlide.pp1, .textBottomSlide.pp2,
.textBottomSlide1.pp1, .textBottomSlide1.pp2,
.textBottomSlide2.pp1 {
    margin-bottom: 0 !important;
}
.textBottomSlide1.pp1 p strong,
.textBottomSlide2.pp1 p strong {
    color: #fcb913;
}
@media (min-width: 992px) {
    .textTopSlide h1,
    .textTopSlide1 h1,
    .textTopSlide2 h1 {
        font-size: 46px !important;
        line-height: 55px !important;
    }
    .textBottomSlide.pp1 p {
        font-size: 44px !important;
        line-height: 55px !important;
    }
    .textBottomSlide1.pp1 p {
        font-size: 50px !important;
        line-height: 55px !important;
    }
    .textBottomSlide2.pp1 p {
        font-size: 51px !important;
        line-height: 55px !important;
    }
    .textBottomSlide.pp2 p {
        font-size: 41px !important;
        line-height: 55px !important;
    }
    .textBottomSlide1.pp2 p {
        font-size: 42px !important;
        line-height: 55px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .textTopSlide h1,
    .textTopSlide1 h1,
    .textTopSlide2 h1 {
        font-size: 42px !important;
        line-height: 45px !important;
    }
    .textBottomSlide.pp1 p {
        font-size: 40px !important;
        line-height: 45px !important;
    }
    .textBottomSlide1.pp1 p {
        font-size: 46px !important;
        line-height: 45px !important;
    }
    .textBottomSlide2.pp1 p {
        font-size: 47px !important;
        line-height: 45px !important;
    }
    .textBottomSlide.pp2 p {
        font-size: 37px !important;
        line-height: 45px !important;
    }
    .textBottomSlide1.pp2 p {
        font-size: 39px !important;
        line-height: 45px !important;
    }
}
@media (max-width: 767px) {
    .textTopSlide h1,
    .textTopSlide1 h1,
    .textTopSlide2 h1 {
        font-size: 17px !important;
        line-height: 20px !important;
    }
    .textBottomSlide.pp1 p {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .textBottomSlide1.pp1 p {
        font-size: 18px !important;
        line-height: 20px !important;
    }
    .textBottomSlide2.pp1 p {
        font-size: 19px !important;
        line-height: 20px !important;
    }
    .textBottomSlide.pp2 p {
        font-size: 15px !important;
        line-height: 20px !important;
    }
    .textBottomSlide1.pp2 p {
        font-size: 15px !important;
        line-height: 20px !important;
    }
}
/*=================== progress on scroll ==================*/
.progress-container {
    width: 120px;
    z-index: 1;
    position: fixed;
    top: 50%;
    right: -45px;
    border: 2px solid #d5dcef;
    padding: 3px;
    border-radius: 10px;
    transform: rotate(90deg) translateY(50%);
}
.progress-bar {
    height: 8px;
    background: #dcdeea;
    width: 0%;
    border-radius: 10px;
}
.progress-container span {
    color: #dcdeea;
    position: absolute;
    font-size: 14px;
    right: 10px;
    top: 15px;
    letter-spacing: 2px;
}
@media (max-width: 767px) {
    .progress-container {
        display: none;
    }
}
/*=================== Contact Form ==================*/
.contactForm .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #e0e0e2;
    border-top: 0;
    background: #fff;
    color: #7a7ea3;
    display: none;
}
.contactForm .chosen-container.chosen-with-drop .chosen-drop {
    display: block;
}
.contactForm .chosen-container {
    position: relative;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.contactForm .chosen-container-multi .chosen-choices {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    border: 1px solid #e0e0e2;
    cursor: text;
}
.contactForm .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 5px 5px;
    padding: 5px 35px 5px 5px;
    border: 1px solid #dcdfeb;
    max-width: 100%;
    color: #7a7ea3;
    line-height: 16px;
    cursor: default;
}
.contactForm .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.contactForm .chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}
.contactForm .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: rgba(114,129,178,0.2);
    border-radius: 50%;
    cursor: pointer;
    margin-top: -8px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;
}
.contactForm .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    position: relative;
    content: "×";
}
.contactForm .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-color: #7281b2;
    color: #fff;
}
.contactForm .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}
.contactForm .chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.contactForm .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.contactForm .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;
}
.contactForm .chosen-container .chosen-results li.active-result:hover {
    text-decoration: underline;
}
.contactForm .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.contactForm .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0!important;
    background: 0 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
}
.contactForm .grecaptcha-badge {
    margin: 0 auto;
    position: relative;
    top: -18px;
    width: 100% !important;
    background:  !important;
}