@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
:root {
    --c2rowGutter: -12px;
    --c2SlideWidth: 20%;
    --c2SlideGutter: 12px;
    --c2SlideSpeed: 500ms;
    --c2SlideSliderWidth: 134%;
}
@font-face {
	font-family: 'Segoe UI Regular';
	font-style: normal;
	font-weight: normal;
	src: local('../fonts/Segoe UI Regular'), url('../fonts/Segoe UI.woff') format('woff');
}

body {
font-family: 'Segoe UI Regular';
    font-size: 16px;
    color: #101010;
    line-height: 24px;    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 0;
}
.pt-50{padding-top:50px;}.pb-50{padding-bottom:50px;}.pb-20{padding-bottom:20px;}
.hd-sec{padding:6px 0px;}
.parsley-errors-list{color:#f00;text-align: left;
    font-size: 13px;}
/*==================================================================
                        BANNER
===================================================================*/

.hero-blog-banner-section {
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat; 
    padding: 4% 0;
}
.banner-content-section {
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.banner-img-section {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.banner-img-section h2 {
   font-size: 45px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -2px;
  background: -webkit-linear-gradient(#fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content-section p {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}
.content-section p a {
    color: #ffffff;
    text-decoration: none;
}
.content-section p span {
    margin: 0 5px;
}
.content-section p a {
    color: #ffffff;
    text-decoration: none;
}
@media screen and (width: 1366px)
.down-arrow {
    bottom: -5%;
}
.down-arrow {
    position: absolute;
    display: block;
    bottom: -9%;
    left: 49%;
     background: -webkit-linear-gradient(#e63b32, #b82922);
    border-radius: 50%;
    padding: 10px;
    height: 45px;
    text-align: center;
    width: 45px;
    cursor: pointer;
  box-shadow: 0 4px 15px rgba(37, 37, 37, 0.56);
}
.down-arrow img.img-fluid {
    width: 60%;
}


/*-----------------------------------------------
                Contact Page
-----------------------------------------------*/
.rs-features .features-wrap {
  padding: 55px 0px;
  transition: all 0.3s ease 0s;
  background: #ffffff;
    height: 400px;
}
.rs-features .features-wrap .icon-part {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto 25px;
  position: relative;
}
.rs-features .features-wrap .icon-part .shape {
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease 0s;
  animation: none;
}
.rs-features .features-wrap .icon-part i {
  color: #636363;
}
.rs-features .features-wrap .icon-part i:before {
  font-size: 43px;
}
.rs-features .features-wrap .icon-part:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 112px;
  height: 112px;
  border-radius: 100%;
  border: 1px solid;
  transition: all 0.3s ease 0s;
  z-index: 0;
}
.rs-features .features-wrap .icon-part.primary {
 background: #dedede;
    box-shadow: 0 28px 28px 0 rgba(156, 156, 156, 0.2);
}
.rs-features .features-wrap .icon-part.primary:after {
  border-color:#afafaf;
}
.rs-features .features-wrap .icon-part.secondary {
  background: #dedede;
  box-shadow: 0 28px 28px 0 rgba(156, 156, 156, 0.2);
}
.rs-features .features-wrap .icon-part.secondary:after {
  border-color: #afafaf;
}
.rs-features .features-wrap .icon-part.red {
  background: #dedede;
  box-shadow: 0 28px 28px 0 rgba(156, 156, 156, 0.2);
}
.rs-features .features-wrap .icon-part.red:after {
  border-color: #afafaf;
}
.rs-features .features-wrap .content-part .title {
  margin-bottom: 17px;
}
.rs-features .features-wrap .content-part .title a {
  color: #04004d;
}
.rs-features .features-wrap .content-part .title a:hover {
  color: #f97a09;
}
.rs-features .features-wrap:hover .icon-part:after {
  opacity: 0;
  transform: scale(0.85);
}
.rs-features .hover-effect:hover .features-wrap:hover,
.rs-features .hover-effect:not(:hover) .active {
  box-shadow: 3px 7px 25px 0 rgba(0, 0, 0, 0.05);
}
.rs-features .hover-effect:hover .features-wrap:hover .icon-part .shape,
.rs-features .hover-effect:not(:hover) .active .icon-part .shape {
  animation: move-y 2s alternate infinite;
  -webkit-animation: move-y 2s alternate infinite;
}
.rs-features .ball {
  position: absolute;
  right: -30px;
  bottom: -20px;
  z-index: -1;
}section-title {
    text-align: left;margin: 0 0 50px;
}.section-title h4 {
       color: #0a5b2d;
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 10px;
}.section-title h4 span {
   color: #0a5b2d;
    font-size: 34px;
    display: block;
    text-transform: uppercase;
    margin: 0;
    padding: 0px;
 font-weight: bold;
}.section-title h4:after {
   position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: #b82922;
    width: 60px;
    height: 2px;
    left: 41%;
}
.section-title .left:after {
   
    left: 0;
}
.section-title .center:after {
    left: 47% !important;
}

.section-title .left{color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;}
/*------------------from -----------*/
.contact-area {
    background: #f7f7f7;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.contact-form .input-icon,.contact-form-2 .input-icon {
    position: relative;
}
.contact-form .input-wrap {
    text-align: center;
    position: relative;
   margin-bottom: 14px;
}

.contact-form .input-icon:before {
   content: "\f303";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    top: 16px;
    color: #b5b5b5;
    right: 30px;
    pointer-events: none;
}
.contact-form .input-wrap input, .contact-form .input-wrap textarea {
    padding: 12px 15px;
    color: #8E8E8E;
    font-weight: 500;
    font-size: 18px;
  border:1px solid #dcdcdc;
    width: 100%;
}
.contact-form .input-icon {
    position: relative;
}

.contact-form .input-wrap select {
    padding: 12px 15px;
    color: #8E8E8E;
    font-weight: 500;
    font-size: 18px;
    border: 3px solid #fff;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.contact-form .icon-email:before {
   content: "\f2b6";
}
.contact-form .icon-phone:before {
   content: "\f095";
}
 
.contact-form .icon-name:before {
    content: "\f007";
}
.contact-form .icon-select:before {
   content: "\f0dd";
}
.contact-form .icon-msg:before {
    content: "\f303";
}
.contact-form .icon-country:before {
   content: "\f59f";
}
.contact-form .icon-city:before {
   content: "\f041";
}
.contact-form-2 .input-wrap input,
.contact-form-2 .input-wrap textarea {
	border: 3px solid #dfe8f0;
}

.contact-form-2 .input-wrap input:focus,
  .contact-form-2 .input-wrap textarea:focus {
	border-color: #b82922;
}

.contact-form-2 .input-wrap select {
	border: 3px solid #dfe8f0;
}

.contact-form-2 .input-wrap select:focus {
	border-color: #b82922;
}
.btn-three-outer {
    position: relative;
    padding-left: 7px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-top: 6px;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.btn-three-outer {
    position: relative;
    padding-left: 7px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-top: 6px;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
		

/*------------------ BUTTON ---------------*/
 /* Btn Style Three */
.btn-three-outer {
    position: relative;
    padding-left: 7px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-top: 6px;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.btn-three-outer:before {
    position: absolute;
    content: "";
   left: 0px;
    bottom: -4px;
    width: 44px;
    height: 44px;
    z-index: -1;
    border-left: 2px solid #0a5b2d;
    border-bottom: 2px solid #0a5b2d;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.btn-three-outer:after {
    position: absolute;
    content: "";
    right: 3px;
    top: 9px;
    width: 44px;
    height: 44px;
    opacity: 0;
    z-index: -1;
    border-right: 2px solid #0a5b2d;
    border-top: 2px solid #0a5b2d;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    padding: 10px 36px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 0px;
    text-transform: capitalize;
    border: 2px solid #0a5b2d;

    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    background: #0a5b2d;
}
.btn-style-three .txt {
    position: relative;
    z-index: 1;
}
.btn-style-three:hover {
    color: #ffffff;
    border-color: #0a5b2d;
}
.btn-style-three:before {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    border-bottom: 55px solid #0a5b2d;
    border-right: 30px solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.btn-style-three:after {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    border-left: 30px solid transparent;
    border-bottom: 55px solid #0a5b2d;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.btn-style-three:hover::before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}
.btn-style-three:hover::after {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}
.btn-three-outer:hover::after {
    opacity: 1;
    width: 100%;
    height: 100%;
}
.btn-three-outer:hover::before {
    opacity: 0;
}
.btn-three-outer:hover .btn-style-three {
    color: #ffffff;
    transform: translate(-7px, 10px);
} 


/*-----------------------------------------------
                Quality Page
-----------------------------------------------*/
.rs-features .features-wrap {
  position: relative;
}
.rs-features .features-wrap .features-inner {
  position: relative;
}
.rs-features .features-wrap .features-inner .number {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin: -40px auto 0;
  color: #ffffff;
  border-radius: 100%;
  background: #fca719;z-index: 1;
    position: relative;
}.rs-features .features-wrap .features-inner .number img{width:55px;}
.rs-features .features-wrap .features-inner .features {
  text-align: center;
  padding:20px 15px 20px;
  background: #ffffff;
  box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.05);
    z-index: 1;
    display: block;
    position: relative;
}
.rs-features .features-wrap .features-inner .features .icon-part {
  margin-bottom: 8px;
}
.rs-features .features-wrap .features-inner .features .icon-part i {
  font-size: 60px;
  line-height: 1;
  color: #fca719;
  transition: all 0.3s ease 0s;
}
.rs-features .features-wrap .features-inner .features .icon-part i:before {
  font-size: 60px;
}
.rs-features .features-wrap .features-inner .features .title {
  margin-bottom: 15px;
}
.rs-features .features-wrap .features-inner .features .title a {
  color: #101010;
  transition: all 0.3s ease 0s;
}
.rs-features .features-wrap .features-inner .features .title a:hover {
  color: #fca719;
}
.rs-features .features-wrap .features-inner .features:hover .icon-part i {
  color: #101010;
}
.rs-features .features-wrap .features-inner:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  height: 50%;
  border: 1px dashed #fca719;
 
}
.bgcolor1 {
  background: #efefef !important;
}
.bgcolor2 {
  background: #efefef !important;
}
.bgcolor3 {
  background: #efefef !important;
}
.bgcolor4 {
  background: #efefef !important;
}
.bgcolor5 {
  background: #efefef !important;
}
.bgcolor6 {
  background: #efefef !important;
}
.bgcolor7 {
  background: #efefef !important;
}
.bgcolor8 {
  background: #efefef !important;
}
.colors1.features-inner:after {
  border-color: #fca719 !important;
}
.colors1 .icon-part i {
  color: #fca719 !important;
}
.colors2.features-inner:after {
  border-color: #25aae3 !important;
}
.colors2 .icon-part i {
  color: #25aae3 !important;
}
.colors3.features-inner:after {
  border-color: #b3ca34 !important;
}
.colors3 .icon-part i {
  color: #b3ca34 !important;
}
.colors4.features-inner:after {
  border-color: #ef4023 !important;
}
.colors4 .icon-part i {
  color: #ef4023 !important;
}

.mt-122 {
    margin-top: 122px;
}
.mt-57 {
    margin-top: 57px;
}
.rs-features .features-wrap .features-inner .icon-part:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 112px;
  height: 112px;
  
  border: none;
  transition: all 0.3s ease 0s;
  z-index: 0;
}

.rs-features .features-wrap .features-inner .desc {text-align: center;
    font-size: 15px;}




/*----------------------------------  about us image box border --------------*/
.box{
 position: relative;
    width: 300px;
    height: 300px;
    background: #0e0e0e00;
    /* box-sizing: border-box; */
    overflow: hidden;
    /* box-shadow: 0 20px 50px rgba(165, 165, 165, 0.62); */
    /* border: 2px solid #0a0c1785; */
    color: white;
    padding: 20px;
}

.box:before{
  content: '';
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.1);
  transition:0.5s;
  pointer-events: none;
}

.box:hover:before{
  left:-50%;
  transform: skewX(-5deg);
}



.box span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}

.box span:nth-child(1)
{
  transform:rotate(0deg);
}

.box span:nth-child(2)
{
  transform:rotate(90deg);
}

.box span:nth-child(3)
{
  transform:rotate(180deg);
}

.box span:nth-child(4)
{
  transform:rotate(270deg);
}

.box span:before
{
  content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #b82921;
    animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }
  
  
} 

.list-unstyled {
    margin-left: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-unstyled li{margin-bottom: 15px;}
.list-unstyled li:last-child{margin-bottom: 0px !important;}
.list-unstyled li:before {
    content: "";
    padding-right: 19px;
    color: #137ab5;
    background-image: url(../img/icon/ico.png);
    background-size: 60%;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-position: 0px 4px;
}

.why-us-box {
    margin-bottom: 0px; 
}


 .icon-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
 .icon-list li {
    margin-bottom: 15px;padding-left:20px;text-align:justify;
    
}
 .icon-list li:before  {
    content: "\f560";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #999;
   
    left: 15px;
}


/*=========================== whats app button ==========================*/

page-id-45 .wpwab-button-template-15, .page-id-48 .wpwab-button-template-15 {
    display: block;
}
.page-id-45 .wpwab-button-wrap, .page-id-48 .wpwab-button-wrap {
    display: none;
}
.wpwab-button-wrap *, .wpwab-button-wrap, .wpwab-button-wrap *:before, .wpwab-button-wrap *:after, .wpwab-menu-button-wrap * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpwab-top.wpwab-enable-sticky > .wpwab-text-inner-wrapper, .wpwab-left.wpwab-enable-sticky > .wpwab-text-inner-wrapper, .wpwab-bottom.wpwab-enable-sticky > .wpwab-text-inner-wrapper, .wpwab-right.wpwab-enable-sticky > .wpwab-text-inner-wrapper {
    position: fixed;
    z-index: 99999;
}
.wpwab-bottom > .wpwab-text-inner-wrapper {
    bottom: 20px;
}
.wpwab-left > .wpwab-text-inner-wrapper {
    right: 20px;
}
.wpwab-top > .wpwab-text-inner-wrapper, .wpwab-left > .wpwab-text-inner-wrapper, .wpwab-bottom > .wpwab-text-inner-wrapper, .wpwab-right > .wpwab-text-inner-wrapper {
    position: absolute;
}
.wpwab-button-wrap *, .wpwab-button-wrap, .wpwab-button-wrap *:before, .wpwab-button-wrap *:after, .wpwab-menu-button-wrap * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpwab-button-wrap.wpwab-button-template-15 .wpwab-tooltip-enable-text{}
.st-iconbox.st-style1 {
    text-align: center;
    box-shadow: 0px 5px 10px 0px rgba(68, 68, 68, 0.1);
    padding: 30px 30px 28px;
    border-radius: 4px;
    transition: all 0.4s ease;
}.st-iconbox.st-style1 .st-iconbox-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: auto;
    color: #82b541;
    border: 1px solid #dcdcdc;
    font-size: 50px;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}.st-iconbox.st-style1 .st-iconbox-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.st-iconbox.st-style1:hover {
    transform: translateY(-8px);
}.st-iconbox.st-style1:hover .st-iconbox-icon {
    color: #fff;
    background-color: #f1f1f1;
}
.plist{padding:0px;}
.plist li{padding-bottom: 14px;
    padding-left: 38px;
    position: relative;
    font-weight: 400;}
.plist li::before {
    position: absolute;
    left: 0;
    content: "";
    font-family: "Font Awesome 5 Pro";
    top: 1px;
    color:#b82922;
}.share-button .plist li{padding-left:0px;}
.share-button .plist li:before{display:none;}
#preloader .imagewrap{ top:50%;
  position: absolute;
  left:50%;
  transform:translateX(-50%)translateY(-50%);}
#preloader .imagewrap:before {
    content: "";
    position: absolute;
    background: linear-gradient(transparent, #fff 60%, transparent);
    height: 100%;
    transform: rotate(90deg) scale(7);
    width: 310px;
    left: 0;
    -webkit-animation: fadeAnimate2 3s;
    -moz-animation: fadeAnimate2 3s;
    -ms-animation: fadeAnimate2 3s;
    -o-animation: fadeAnimate2 3s;
    animation: fadeAnimate2 3s;
    animation-iteration-count: infinite;
}
@keyframes fadeAnimate2 {
  from { left:0 }
  to   { left: 100%; }
}
#preloader .imagewrap img{transform: scale(1);
	animation: pulse 2s infinite;}
	@keyframes pulse {
	0% {
		transform: scale(0.3);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.3);
	}
}.goog-te-gadget-simple{background:transparent !important;border:none !important;}
.goog-te-gadget-simple .goog-te-menu-value span{color:#fff !important;}
.tt-list01 {
   list-style: none;
    margin: 0;
    padding: 0;
}.tt-list01 li {
    color: #303442;
    padding: 0 0 0 27px;
    position: relative;
}.tt-list01 li:before {
    content: '\f058';
    font-family: "Font Awesome 5 Pro";
    color: #f47629;
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 13px;
    line-height: 1;
}.modal-header .close {
    margin-top: -25px;
}
a{text-decoration:none !important;}
    .application-slider[data-v-4feb7841] {
    padding-top: 36px;
    padding-bottom: 36px
}

@media screen and (max-width: 767px) {
    .application-slider[data-v-4feb7841] {
        padding-top:20px;
        padding-bottom: 20px
    }
}

.application-slider .application-headings[data-v-4feb7841] {
    display: flex;
    align-items: center;
    margin-bottom: 33px
}

@media screen and (max-width: 767px) {
    .application-slider .application-headings[data-v-4feb7841] {
        margin-bottom:17px
    }
}

.application-slider .application-headings h2[data-v-4feb7841] {
    flex: 1;
    margin-bottom: 0
}

.application-slider .applications-link[data-v-4feb7841] {
    display: flex;
    align-items: center
}

.application-slider .applications-link span[data-v-4feb7841] {
    font-size: 16px;
    color: var(--secondary-text-on-light);
    font-weight: 500
}

body.mn-body .application-slider .applications-link span[data-v-4feb7841] {
    color: var(--primary-300)
}

.application-slider .applications-link[data-v-4feb7841] svg {
    margin: 0 17px
}

.application-slider .applications-link[data-v-4feb7841] svg path {
    fill: var(--gray-400)
}

body.mn-body .application-slider .applications-link[data-v-4feb7841] svg path {
    fill: var(--primary-300)
}

.application-slider .applications-link:hover span[data-v-4feb7841] {
    color: var(--primary-300)
}

body.mn-body .application-slider .applications-link:hover span[data-v-4feb7841] {
    color: var(--primary-100)
}

.application-slider .applications-link[data-v-4feb7841]:hover svg path {
    fill: var(--primary-300)
}

body.mn-body .application-slider .applications-link[data-v-4feb7841]:hover svg path {
    fill: var(--primary-100)
}

@media screen and (max-width: 767px) {
    .application-slider .applications-link.applications-link-desktop[data-v-4feb7841] {
        display:none
    }
}

.application-slider .applications-link.applications-link-mobile[data-v-4feb7841] {
    display: none
}

@media screen and (max-width: 767px) {
    .application-slider .applications-link.applications-link-mobile[data-v-4feb7841] {
        display:flex;
        margin-top: 23px
    }
}

.application-slider[data-v-4feb7841] .c2-slider-component {
    overflow: visible;
    position: relative
}

@media screen and (max-width: 767px) {
    .application-slider[data-v-4feb7841] .c2-slider-component {
        padding:0 8px
    }

    .application-slider[data-v-4feb7841] .c2-slider-component .c2-slider>div {
        padding: 0 8px
    }
}

.application-slider[data-v-4feb7841] .c2-slider-component .c2-slider {
    min-width: 100%
}

.application-slider[data-v-4feb7841] .c2-nav-wrapper {
    position: absolute;
    top: -78px;
    padding: 0;
    left: calc(25% - 12px);
    width: 75%;
    margin: auto
}

@media screen and (max-width: 1023px) {
    .application-slider[data-v-4feb7841] .c2-nav-wrapper {
        left:50%
    }
}

@media screen and (max-width: 767px) {
    .application-slider[data-v-4feb7841] .c2-nav-wrapper {
        display:none
    }
}

.application-slider[data-v-4feb7841] .c2-nav-arrows button {
    background-color: #fff;
    color: var(--primary-300)
}

.application-slider[data-v-4feb7841] .c2-nav-arrows button .button-label {
    color: var(--primary-300)
}

.application-slider[data-v-4feb7841] .c2-nav-arrows button .button-icon {
    display: flex
}

.application-slider[data-v-4feb7841] .c2-nav-arrows button svg {
    margin-left: 12px;
    margin-right: 0
}

.application-slider[data-v-4feb7841] .c2-nav-arrows button svg path {
    fill: var(--primary-300)
}

.application-slider[data-v-4feb7841] .c2-nav-arrows button[disabled] .button-label {
    color: var(--gray-300)
}

.application-slider[data-v-4feb7841] .c2-nav-arrows button[disabled] .button-icon svg path {
    fill: var(--gray-300)
}

.application-slider[data-v-4feb7841] .c2-nav-arrows button:hover .button-label {
    color: var(--primary-500)
}

.application-slider[data-v-4feb7841] .c2-nav-arrows button:hover svg path {
    fill: var(--primary-500)
}

.application-slider[data-v-4feb7841] .c2-nav-arrows button:first-of-type svg {
    margin-right: 12px;
    margin-left: 0
}

.application-slider[data-v-4feb7841] .card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 431px;
    background-position: center;
    background-size: cover;
    position: relative
}

@media screen and (max-width: 767px) {
    .application-slider[data-v-4feb7841] .card {
        min-height:328px
    }
}

.application-slider[data-v-4feb7841] .card:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg,rgba(43,43,43,.6),rgba(43,43,43,.6))
}

.application-slider[data-v-4feb7841] .card:hover .card-description {
    visibility: visible
}

.application-slider[data-v-4feb7841] .card:hover:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, #0a5b2dbd, #0a5b2dad);
}

.application-slider[data-v-4feb7841] .card h2 {
    position: relative;
    color: #fff;
    padding: 32px;
    margin-bottom: 64px
}

.application-slider[data-v-4feb7841] .card .card-description {
    position: relative;
    visibility: hidden;
    color: #fff;
    flex: 1;
    padding: 0 32px
}

@media screen and (max-width: 767px) {
    .application-slider[data-v-4feb7841] .card .card-description {
        visibility:visible
    }
}

.application-slider[data-v-4feb7841] .card svg {
    position: relative;
    margin: 0 36px 39px auto
}

.application-slider[data-v-4feb7841] .card svg path {
    fill: var(--gray-100)
}
.c2-slider-component[data-v-3cfc431f] {
    overflow: hidden;
    touch-action: pan-y
}

.c2-slider-wrapper[data-v-3cfc431f] {
    overflow: hidden;
    position: relative;
    margin: 0 var(--c2rowGutter);
    touch-action: pan-y
}

.c2-slider-wrapper.nav-bottom[data-v-3cfc431f] {
    padding-bottom: 50px
}

.c2-slider-wrapper.show-overflow[data-v-3cfc431f] {
    overflow: visible
}

.c2-slider[data-v-3cfc431f] {
    box-sizing: border-box;
    display: inline-flex;
    overflow: hidden;
    transition: var(--c2SlideSpeed) ease transform;
    width: var(--c2SlideSliderWidth)
}

.c2-slider>div[data-v-3cfc431f],.c2-slider>a[data-v-3cfc431f] {
    padding: 0 var(--c2SlideGutter);
    width: var(--c2SlideWidth)
}

.c2-nav-wrapper[data-v-3cfc431f] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    width: 100%
}

.c2-nav-arrows[data-v-3cfc431f] {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 100%
}

.c2-nav-arrows.align-left[data-v-3cfc431f] {
    justify-content: flex-start
}

.c2-nav-arrows.align-center[data-v-3cfc431f] {
    justify-content: center
}

.c2-nav-arrows .indicator[data-v-3cfc431f] {
    font-size: 12px;
    margin-right: 32px
}

.c2-nav-arrows button[data-v-3cfc431f] {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin-right: 12px
}

.c2-nav-arrows button[data-v-3cfc431f]:last-child {
    margin-right: 0
}