.only_desktop, .only_mobile{
	display:none !important;
}
.only_tablet{
	display:inline !important;
}
:root{
	font-size:14px;
}
.h-title{
	font-size: 1.2rem;
}
.m-title{
	font-size: 2.5rem;
}
.m-title br{
	display:none;
}
.s-title{
	font-size: 1.2rem;
}
main > section > .container-fluid > .container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.bgc.oflow{
	margin:0;
}

.btn.action{
	padding: 1rem 2rem;
    font-size: 1.025rem;
}
.bgc .btn-outline-secondary {
    font-size: .95rem;
    padding: 0.75rem 1.5rem;
}
.dropdown-menu {
    --bs-dropdown-padding-x: 0.25rem;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0;
    --bs-dropdown-font-size: .95rem;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    margin: -1px 0 0 0;
}
.va-title-container {
    width: 100%;
}
.va-long-title span {
    display: block;
    font-size: 1.05rem;
    font-family: 'Semibold', sans-serif;
}
.va-long-title ul span {
    font-family: 'Regular', sans-serif;
}
.va-mobile-content {
    margin-top: 1.5rem;
    display: block !important;
}
.modal{
	--bs-modal-width: 950px;
    --bs-modal-padding: 1.5rem 2rem .5rem;
	--bs-modal-header-padding: 1.5rem 2rem 1rem;
	--bs-modal-footer-gap: 2rem;
}
.modal-body{
	font-size:95rem;
}
p.modalHeading {
    font-size: 1.15rem;
}
.modal-body p {
	margin: 0 0 1.25rem;font-size:.95rem;
}
.modal-body em {
	font-size: .8rem;
}
.modal-body td{
	padding: 7px 5px;
}
.modal-body table p{
	font-size: .8rem;
}
.modal-body td:first-child {
	width: 20%;
}
sup.tt {
    font-size: .7rem;
}
.ratings {
    margin-bottom: 0.5rem;
    line-height: 16px;
}
.rating-stars {
    margin-right: 0.25rem;
    font-size: 16px;
    line-height: 16px;
}
.full-stars {
    left: 0px;
    top: 0px;
}
.ratings .times {
	font-size: .95rem;
}
.video-bg{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index:9;
	display: flex;
}
.video-embed {
    position: absolute;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
	z-index:5;
    overflow: hidden;
    border-radius: 1rem;	
}
main{
	margin-bottom:2rem;
}
.arrow.down {
	position: absolute;
    bottom: -55px;
    left: 50%;
    transform: rotate(360deg);
    cursor: default;
    z-index: 0;
}
.arrow.down span {
	display: block;
    width: 20px;
    margin: -8px;
    height: 20px;
    border-bottom: 2px solid #b2a4f3;
    border-right: 2px solid #b2a4f3;
    transform: rotate(45deg);
    animation: animatearrd 2s infinite;
	z-index:0;
}
.arrow.down span:nth-child(2) {
	animation-delay: -0.2s;
}
.arrow.down span:nth-child(3) {
	animation-delay: -0.4s;
}
@keyframes animatearrd {
0% { opacity: 0; transform: rotate(45deg) translate(-10px, -10px); }
50% { opacity: 1;}
100% {opacity: 0;transform: rotate(45deg) translate(10px, 10px);}
}


/* menu */
.navbar-brand{
	background-image:url(../images/penta-logo.svg);
	width: 40px;
    height: 40px;
    margin-right: 0.5rem;
}
.header-menu{
    padding: 1rem 0;
	border-bottom:1px solid var(--border-color);
}
.header-menu .nav-link{
	font-size:.95rem;
	padding: 25px .5rem;
}
.navbar-collapse {
    top: 69px;
}
/* countdown */
.countdown{
    margin-left: -225px;
    width: 450px;
	padding: 1rem;
	border-radius:0 0 1rem 1rem;
}
.cd_text {
	font-size: 1.25rem;
}
.ct_clock {
	min-width: 220px;
}
.timeLeft{
    max-width: 220px;
} 
.timeLeft .dots{
	right: 4px;
    font-size: 2rem;
    line-height: 30px;
} 
.timeLeft .nr{ 
	width: 45px;
	height: 30px;
	padding: 0;
	margin: 0 5px;
	line-height: 30px;
	font-size: 2.25rem;
}
.timeLeft .lbl{
	width: 45px;
	margin:0px 5px 0;
	font-size:.95rem;
}

/* home header */
.homepage-header .row {
    padding: 3rem 0;
}
.homepage-header .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.homepage-header h2.s-title{
	font-size: 1.75rem;
	margin-bottom:.5rem;
}
.header-logo{
   width: 70px;
    height: 70px;
    margin-right: 0.75rem;
    margin-left: -20px;
}
.site-buttons .btn{
	margin: .25rem 0;
	min-width: 150px;
}
.homepage-header .btn.action {
    padding: 0.75rem 1.5rem;
    margin-right: 0.75rem;
}
.homepage-header .row.slide{
	padding: 2.5rem;
}
.homepage-header .slide .content{
    padding: 2rem;
}
header.homepage-header .row .col-lg-6:last-child {
    height: unset;
	margin-bottom:0;
}
header.homepage-header .m-title{
	font-size: 3.2rem;
}
header.homepage-header .m-title br {
  display: block;
}
.site-slogan span {
    font-size: 1.25rem;
}
.homepage-header li{
    font-size: 1.25rem;
    line-height: 1.75;
}
.homepage-header li i{
    font-size: 1.5rem;
	margin-right: 0.75rem;
}
/* home-boxes */
.home-boxes{
    margin: 0 -2%;
}
.home-box .box{
	padding: 0 2rem;
    border-right: 0px solid var(--border-color);
    margin-bottom: 1.5rem;
}
.home-box:nth-child(1) .box, .home-box:nth-child(3) .box, .home-box:nth-child(5) .box{
    border-right: 1px solid var(--border-color);	
}
.home-box.featured{
	margin-bottom:2rem;
}
.home-box.featured .box{
	padding:2.5rem;
	border-right: 0px solid var(--border-color);	
}
.home-box .box-head{
    margin-bottom: .75rem;
}
.home-box.featured .box-head{
    margin-bottom: 1.5rem;
}
.home-box h2{
    font-size: 1.25rem;
}
.home-box.featured h2{
    font-size: 1.75rem;
}
.home-box p a{
	padding: 5px;
}
.home-box .content p{
    margin-bottom: 0;
    font-size: 1rem;
	line-height:1.5;
}
.home-box.featured .content p{
    font-size: 1.25rem;
    padding: 0.3rem 0.1rem;
    line-height: 1.25;
    margin-left: 2.15rem;
}
.home-box i.fal {
	margin-left: -1.5rem;
    width: 1rem;
}
.home-box.featured i.fal {
    margin-left: -1.75rem;
    width: 1.25rem;
    font-size: 1.05rem;
}
.home-box .box-head i.fal{
	margin-left: -0.5rem;
    width: 1.75rem;
    font-size: 1.25rem;
    margin-right: 0.15rem;
}
.home-box.featured .box-head i.fal {
    margin-left: -0.5rem;
    width: 2.25rem;
    font-size: 1.75rem;
    margin-right: 0.25rem;
}
.home-box > .row > .home-box{
	margin-top:1rem;
}
.home-box .content p {
	padding-left: 1.25rem;
    margin-left: 0.4rem;
}

/* home numbers */
.number-box .icon i {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
.number-box .nmbr {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.number-box .txt {
    max-width: 185px;
    font-size: 1rem;
}

/* home recommendation */
body.index .recommendation .content p{
	font-size:1rem;
}

/* home blog */
.r-post h2{
	margin-bottom: 0.75rem;
    font-size: 1.25rem;
}
.home-blog .post-image {
    min-height: 250px;
    margin-bottom: 1rem;
}

/* header  */
header .container-fluid{
	position:relative;
}
header .container{
	padding-top: 50px;
	padding-bottom: 30px;
}
header .row .col-lg-6:first-child{
	margin-bottom: 3rem;
}
header .s-text{
	width: 35%;
    top: 2rem;
    left: 2rem;
    padding: 2rem;	
}
header .row .col-lg-6:last-child{
    height: 320px;
}
header .s-image{
    border-radius: 1rem;
}
header .m-title{
	font-size:2.75rem;
    line-height: 1.1;
    margin: 0 0 1.1rem;
}
header .s-title, .training-end .s-title{
	margin-bottom:1.5rem;
}
header .s-title{
	line-height: 1.25;
}

/* questions */
.question {
	padding:0;
}
.question:nth-child(1), .question:nth-child(2){
	margin-bottom:2rem;
}
.question .box{
	padding: 1.25rem 3rem;
}
.question:nth-child(3) .box {
    border-right: 1px solid transparent;
}
.question .icon .fal {
    font-size: 2rem;
    margin: 0 0 1rem;
}
.question .content p{
    font-size: 1.175rem;
    line-height: 1.3;
}

/* short video */
.s-video-desc, .d-video-desc{
	padding:0 0 20px;
}
.s-video-desc .startvideo, .d-video-desc .startvideo{
	display:none;
}
.s-video-cont, .d-video-cont{
	padding: 0;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0px 4px 12px -8px rgb(0 0 0);
}
.s-video-desc .s-title, .d-video-desc .s-title{
	margin-bottom:1.5rem;
}
.s-video-desc .s-title br, .d-video-desc .s-title br{
	display:none;
}
.bgc.oflow .video-container{
   height: 0;
   padding-top: 56%;
   display: flex;
   align-items: flex-end;
   background-size: cover;
   border-radius: 1rem;
   box-shadow: 0px 4px 12px -8px rgb(0 0 0);
   overflow:hidden;
}
.video-container p {
    padding: 0.5rem 1rem;
	font-size:1.15rem;
	margin-bottom:1.5rem;
}
.video-container small {
	font-size:.85rem;
}

/* arguments */
.arguments{
    margin: 0 -2%;
}
.argument{
	width: 46%;
    padding: 25px;
    margin: 2%;
}
.argument .icon{
    font-size: 2rem;
    margin-bottom: 1rem;
}
.argument .content p{
    margin-bottom: 0;
    font-size: 1.05rem;
}
.argument p.title{
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

/* carrier */
.carrier-path .m-title{
	font-size: 2rem;
    line-height: 1.15;
    margin-bottom: 2rem;
    margin-right: 10%;
}
.carrier-path .s-title{
	font-size: 1.2rem;
    line-height: 1.25;
    margin-bottom: 2.25rem;
    margin-right: 10%;
}
.carrier-path .arrow.down{
	display:none;
}
.c-box {
    padding: 25px 0;
    width: 70%;
}
.c-box-cont:nth-child(2), .c-box-cont:last-child {
    min-height: 340px;
}
.c-box-cont:nth-child(3) {
    min-height: 220px;
}
.c-box-inner {
    padding: 25px;
    width: 110%;
    margin-left: -22%;
    font-size: .95rem;
}
.c-box.b1 .c-box-inner {
    margin-left: 12%;
}
.c-box.b2 .head{
	font-size: 1.35rem;
}
.c-box.b2 .c-box-inner {
    margin-left: -5%;
    width: 110%;
}
.c-box-inner .head{
	font-size: 1.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.25;
}
.c-line{
    height: 51%;
    width: 50%;
}
.c-line.l1 {
    right: 20px;
    top: 50%;
}
.c-line.l2{
	right:20px;
	bottom:50%;
}
.c-line.l3{
	left:20px;
	top:50%;
}
.c-line.l4{
	left:20px;
	bottom:50%;
	width:50%;
}

/* teachers */
.row.teachers{
	margin: 2rem calc(-5% - 0.75rem);
}
.teachers .teacher{
    width: 40%;
    margin: 0 5% 2rem;
}
.teachers h3 {
    font-size: 1.2rem;
	margin-bottom: 0;
}

/* reviews */
.reviews-headers .m-title{
	margin-bottom:0;
}
.reviews-slider-cont{
	margin-top:2rem;
}
.reviews .box.slide{
    padding: 2.75rem;
	height:350px;
    margin: 30px 30px 15px 30px;
}
.slide .quote{
	font-size: 1.15rem;
    margin: auto 3rem -1.5rem;
}
.owl-nav button.owl-next i, .owl-nav button.owl-prev i{
	color:#eee;
}
.owl-nav button.owl-next:hover i, .owl-nav button.owl-prev:hover i{
	color:#fff;
}
	
/* recommendation */
.recommendation{
	margin-bottom:2rem;
}
.training-recommendation .image{ 	
	text-align: center;
    overflow: hidden;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
}

/* tabs */
.nav.nav-tabs{
    border-bottom: 4px solid var(--border-color);
    margin-bottom: 2rem;
}
.nav-tabs .nav-link{
	margin-bottom: -4px;
	padding: 15px 30px;
}
.nav-tabs .nav-link .fal{
    margin: 0 auto 1.2rem;
    font-size: 2rem;
	padding-top: 2px;
}
.nav-tabs .nav-link p{
    font-size: 1.2rem;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	border-bottom: 4px solid var(--primary);
}

/* combinated */
#tab-ccoverview{
	padding-top:2rem;
}
#tab-ccoverview .m-dot, .rline{
	display:none;
}
#tab-ccoverview .col-lg-6{
	display: flex;
    flex-direction: column;
}
.r-box-bg {
	background: rgb(234,220,254);
	background: linear-gradient(135deg, #e5e8fd 0%, rgb(249 247 255) 50%, #f8ebff 100%);
	padding: 2rem;
    border-radius: 1rem;
    width: 75%;
    margin-bottom: 0;
}
.r-box {
	position: relative;
    padding: 30px;
    background: #fff;
    box-shadow: 2px 2px 20px -10px rgb(0 0 0 / 35%);
    border-radius: 1rem;
    width: 100%;
    z-index: 3;
}
.r3 .r-box-bg {
	width: 90%;
}
.r3 .r-box {
    padding: 35px;
}
.r-box-rel{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
}
.r-box-rel .circle-pulse i {
	color: #b2a4f3;
	background:transparent;
}
.r-box-rel .circle-pulse  {
	position: absolute;
    bottom: -50px;
    left: calc(50% - 20px);
    font-size: 2.4rem;
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
    animation: pulse-animation 2s infinite;
    align-items: center;
    justify-content: center;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(189, 99, 231, 0.9);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.r-box-rel.r2 .arrow.down {
    bottom: -40px;
}
.r-box h3 {
    font-size: 1.2em;
	margin-bottom: 1rem;
}
.r-box .price{
    margin-bottom: 1rem;
    font-size: 1.05rem;
}
/* detailed rules */
#tab-ccdetails{
	margin: 4rem 0;
}
#tab-ccdetails .ccline, #tab-ccdetails .m-dot{
	display:none;
}
#tab-ccdetails .m-title{
	font-size: 1.5rem;
	margin-bottom: 3rem;
}
.crel, .crel .c1, .crel .c2{
	position:relative;
}
.exp-block-cont {
    width: 100%;
    position: relative;
    padding: 1.5rem 1.5rem 0.5rem;
    z-index: 2;
	margin-bottom: 7rem;
}
.exp-block .head h3{
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}
.milestone {
    margin-bottom: 7rem;
    padding: 30px 30px 15px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.milestone strong {
    font-size: 1.2rem;
}
.c3 .milestone {
    padding: 40px 40px 30px;
	margin-bottom:0;
}
.c3 .milestone strong {
    font-size: 1.5rem;
}

/* packages */
.pct-cont {
    max-width: 990px;
    margin: 0 auto .75rem;
}
.pb-table td {
    font-size: 1.05rem;
	padding: 1rem .5rem;
}
.pb-standard, .pb-pro, .pbh-standard, .pbh-pro {
    width: 105px;
}
.pb-table tbody tr:last-child td .standard, .pb-table tbody tr:last-child td .premium {
    font-size: 1.25rem;
	line-height: 1;
    margin: 0.75rem 0 -0.75rem;
}
/*
.pb-label i {
	font-size: 1.5rem;
    line-height: 1rem;
    line-height: 1;
}
*/
.pb-table .yes span:after, .pp-boxes .yes span:after {
    width: 15px;
    height: 15px;
}
.pb-table .no span:after, .pp-boxes .no span:after {
    font-size: 1.25rem;
}
.pb-footer {
    margin-top:2rem;
}
.pb-d-rows td.pb-standard, .pb-d-rows td.pb-pro{
	font-size:.85rem;
}
.pb-table tbody .pb-d-rows td .standard, .pb-table .pb-d-rows td .premium{
	font-size: 1.25rem;
    line-height: 1.5;
}
.pb-table tbody tr:last-child td.pb-standard, .pb-table tbody tr:last-child td.pb-pro{
	font-size:1.25rem;
}
.pb-table tbody tr:last-child td.pb-standard .standard, .pb-table tbody tr:last-child td.pb-pro .premium{
	font-size:1.05rem;
}
.pb-table tbody tr:last-child td.pb-standard small, .pb-table tbody tr:last-child td.pb-pro small{
	font-size:.85rem;
}


/* detailed */
#tab-pdetails{
	margin-top:3rem;
}
.detailed{
    padding: 30px;
}
.detailed .box{
    margin: 0 0 2rem;
}
.detailed .title{
    font-size: 1.2rem;
    margin: 0 0 0.75rem 0;
}
.detailed .title i{
    font-size: 1.5rem;
}

/* calculator */
.calculatorCont {
    width: 90%;
    margin: 30px auto 30px;
	padding: 2em;
}
.eduHelp {
	padding: 0px;
    height: 300px;
}
.eduHelp p {
    font-size: 1.25rem;
    line-height: 1.25;
    margin: 0;
}
.eduHelp .arrow {
    position: absolute;
    top: calc(50% - 80px);
    left: 50%;
    transform: translate(-50%, -50%);
    transform: rotate(180deg);
    cursor: pointer;
}
.eduHelp .arrow span {
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    transform: rotate(45deg);
    margin: -8px;
    animation: animatearr 2s infinite;
}
.cRd .desc {
    max-width: 65%;
}
.cPrice {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.25em;
    line-height: 2.75em;
}
.edu.switch {
    margin-bottom: 1em;
	padding:0;
}
.edu.switch span {
	padding: 0 0 0 25px;
    margin-right: 15px;
    position: relative;
    margin-bottom: 0.5em;
    display: inline-flex;	
}
.calculatorResults, .eduNote {
    padding:3rem 0 0
}

/* bonuses */
.training-bonuses .box {
    margin: 2rem 0;
	align-items: flex-end;
}
.training-bonuses figure{
	width:25%;
}
.training-bonuses .content{
	width:70%;
	padding: 30px;	
	font-size: 1.05rem;
	margin: auto;
}
.training-bonuses .content p{
	margin-bottom:0;
}
.training-bonuses .content .h4{
    margin-bottom: 1rem;
    font-size: 1.2rem;
}
.training-bonuses img{
	max-width:100%;
	margin-top:30px;
}

/* starting courses */
.course {
    margin: 0 0 2.25rem 0;
}
.course .left {
    width: 100px;
}
.course .date {
	font-size: 1.6rem;
    padding: 20px;
    line-height: 1.1;
}
.course .center {
    margin-right: auto;
    padding: 30px 20px 25px 0;
    width: calc(100% - 127px);
}
.course .name {
    font-size: 1.2rem ;
}
.course .jel a {
    padding: 8px 20px;
    font-size: 1rem;
}

.course .show-schedule {
    padding: 8px 15px 6px;
}
.hidden-schedule {
    padding: 20px;
}
.more-body .s-row {
    margin-bottom: .5rem	;
	font-size: .95rem;
}
.more-body .start, .more-body .end {
    width: 90px;
}

/* teachers */
.training-help .bgg > .container{
	padding-bottom:120px;
}
.coordinators .content {
    font-size: 1.25rem;
}
.coordinators .content .name {
    font-size: 1.2rem;
}

/* sendmail */
.email-form{
    margin: 50px 0;	
}
.email-form input[type=text], .email-form textarea {
    padding: 10px 15px;
	margin-bottom:1rem;
    font-size: .9rem;
}
.email-form textarea {
	height:150px;
}
.form-check {
    width: 50%;
}
.submit-email {
    margin-top: -2.5rem;
}

/* help accordion */
.training-help .accordion{
    width:100%;
}

/* detailed video */
.detailed-video .bgc.oflow{
	margin-top:0;
	margin-bottom:0;
}
.d-video-cont{
	margin: 1rem 0;
}

/* related */
.r-post {
    margin: 1rem 0 1.5rem;
}
.training-related .bgg > .container{
	padding-top:70px;
}
.r-post h3{
	margin-bottom: 0.5rem;
    font-size: 1.175rem;
}


/* end */
main > .training-end > .container-fluid > .container{
	padding:80px 0 80px;
}
.training-end .row .col-lg-6:first-child{
	order:2;
	margin-top: 3rem;
}
.training-end .row .col-lg-6:last-child{
	order:1;
}
.training-end .slider{
	height:360px;
}
.training-end .s-text {
    top: 30px;
    left: 30px;
    font-size: 1.2rem;
    line-height: 1.35;
    width: max-content;
    padding: 25px;
	width:40%;
}

/* footer */
#footer{
    padding: 1.25rem 0;
}
#footer .container{ 
	max-width:100%;
	padding:0 20px;
}
#footer .brand{
	font-size:1rem;
}
#footer p{
	font-size: .8rem;
}
#footer .col-sm-4{
	margin-bottom:.5rem;
}
#footer img {
    margin: 0.25rem 0 0.75rem;
}

/* dots */
.dot-cont{
	position:relative;
}
.m-dot{
	width: 20px;
    height: 20px;
    border-radius: 25px;
    background: var(--primary);
    z-index: 2;	
	position:absolute;
	padding:0;
}
#m_dot1 {
	offset-path: path("M 159.675 168.658 C 159.313 169.020, 159.519 169.920, 160.131 170.658 C 161.040 171.754, 172.384 172, 221.939 172 C 261.213 172, 284.727 172.382, 288.566 173.084 C 307.407 176.525, 322.475 191.593, 325.916 210.434 C 327.420 218.667, 327.420 399.333, 325.916 407.566 C 322.475 426.407, 307.407 441.475, 288.566 444.916 C 284.726 445.618, 261.195 446, 221.875 446 C 182.449 446, 160.901 446.351, 160.500 447 C 160.104 447.641, 144.560 448, 117.151 448 C 82.007 448, 73.376 448.272, 68.542 449.531 C 50.761 454.162, 36.162 468.761, 31.531 486.542 C 29.227 495.387, 29.227 682.613, 31.531 691.458 C 36.162 709.239, 50.761 723.838, 68.542 728.469 C 73.517 729.765, 84.038 730, 137.043 730 C 171.486 730, 199.963 729.704, 200.325 729.342 C 200.687 728.980, 200.481 728.080, 199.869 727.342 C 198.960 726.247, 187.697 726, 138.561 726 C 99.646 726, 76.270 725.617, 72.434 724.916 C 53.593 721.475, 38.525 706.407, 35.084 687.566 C 33.580 679.333, 33.580 498.667, 35.084 490.434 C 38.525 471.593, 53.593 456.525, 72.434 453.084 C 76.270 452.383, 99.664 452, 138.625 452 C 177.718 452, 199.099 451.649, 199.500 451 C 199.897 450.358, 215.607 450, 243.349 450 C 278.942 450, 287.618 449.729, 292.458 448.469 C 310.239 443.838, 324.838 429.239, 329.469 411.458 C 331.773 402.613, 331.773 215.387, 329.469 206.542 C 324.838 188.761, 310.239 174.162, 292.458 169.531 C 287.480 168.235, 276.911 168, 223.457 168 C 188.739 168, 160.037 168.296, 159.675 168.658 M 161.500 449 C 161.096 449.653, 167.303 450, 179.382 450 C 190.637 450, 198.124 449.608, 198.500 449 C 198.904 448.347, 192.697 448, 180.618 448 C 169.363 448, 161.876 448.392, 161.500 449");
	animation: movearr1 8000ms  infinite  linear;
	top:0%;
	left: calc(50% + 2px);
}
@keyframes movearr1 {
	0% { offset-distance: 0%;}
	100% { offset-distance: 50%;}
}

#m_dot1:before{
    content: "";
    display: block;
	z-index: 5;
    position: absolute;	
    margin-left: 7px;
    margin-top: 5px;
    text-align: center;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
}

@media(max-width:767.98px){
.v-accordion {
    padding: 3rem 0rem 3rem;
}
.header-logo {
    width: 60px;
    height: 60px;
    margin-right: 0.75rem;
    margin-left: -20px;
}
header.homepage-header .m-title {
    font-size: 3rem;
}
.homepage-header .row.slide {
    padding: 0;
}
.homepage-header .slide .content {
    padding: 1.75rem;
}
.number-box.mb{
    margin-bottom: 3rem;
}
.site-slogan span {
    font-size: 1.15rem;
    line-height: 1.15rem;
}
header .m-title {
	font-size: 2.5rem;
}	
.carrier-path .row {
    padding-top: 50px;
}
.c-line.l1 {
    top: 51%;
}
.c-line.l4 {
    bottom: 49%;
}
.dot-cont .col-md-6{
	position:relative;
}
#m_dot1 {
	offset-path: path("M 248.675 168.658 C 248.313 169.020, 248.519 169.920, 249.131 170.658 C 250.050 171.765, 268.657 172, 355.439 172 C 426.673 172, 462.548 172.350, 466.566 173.084 C 485.407 176.525, 500.475 191.593, 503.916 210.434 C 505.420 218.667, 505.420 399.333, 503.916 407.566 C 500.475 426.407, 485.407 441.475, 466.566 444.916 C 462.548 445.650, 426.655 446, 355.375 446 C 286.282 446, 249.906 446.344, 249.500 447 C 249.096 447.654, 218.393 448, 160.651 448 C 84.651 448, 71.605 448.212, 66.542 449.531 C 48.761 454.162, 34.162 468.761, 29.531 486.542 C 27.227 495.387, 27.227 682.613, 29.531 691.458 C 34.162 709.239, 48.761 723.838, 66.542 728.469 C 71.645 729.798, 86.681 730, 180.543 730 C 240.011 730, 288.963 729.704, 289.325 729.342 C 289.687 728.980, 289.481 728.080, 288.869 727.342 C 287.950 726.235, 269.261 726, 182.061 726 C 110.468 726, 74.453 725.650, 70.434 724.916 C 51.593 721.475, 36.525 706.407, 33.084 687.566 C 31.580 679.333, 31.580 498.667, 33.084 490.434 C 36.525 471.593, 51.593 456.525, 70.434 453.084 C 74.453 452.350, 110.485 452, 182.125 452 C 251.551 452, 288.094 451.656, 288.500 451 C 288.904 450.346, 319.440 450, 376.849 450 C 452.400 450, 465.396 449.787, 470.458 448.469 C 488.239 443.838, 502.838 429.239, 507.469 411.458 C 509.773 402.613, 509.773 215.387, 507.469 206.542 C 502.838 188.761, 488.239 174.162, 470.458 169.531 C 465.356 168.202, 450.370 168, 356.957 168 C 297.764 168, 249.037 168.296, 248.675 168.658 M 250.500 449 C 250.096 449.653, 256.303 450, 268.382 450 C 279.637 450, 287.124 449.608, 287.500 449 C 287.904 448.347, 281.697 448, 269.618 448 C 258.363 448, 250.876 448.392, 250.500 449");
	animation: movearr1 8000ms  infinite  linear;
	top:3px;
	left: 2px;
}
.nav-tabs .nav-link {
    padding: 15px 16px;
}
.training-help .accordion {
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.home-box:nth-child(1) .box, .home-box:nth-child(3) .box, .home-box:nth-child(5) .box {
    border-right: 0px solid var(--border-color);
}
}