/*
html, body{
  font-family: "Josefin Sans", sans-serif;
}*/


.league-gothic-<uniquifier> {
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

@font-face {
  font-family: 'tungsten-medium';
  src: url(fonts/tungsten-medium.eot);
  src: url(fonts/tungsten-medium.eot?#iefix) format('embedded-opentype'),
       url(fonts/tungsten-medium.woff) format('woff'),
       url(fonts/tungsten-medium.ttf) format('truetype'),
       url(fonts/tungsten-medium.svg#tungsten-medium) format('svg');
}


.heading {
  font-size: 2.5vw;
  letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6{
  font-family: "League Gothic", sans-serif;
  color: var(--c-white);
}
a{
  text-decoration: none!important;
   transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -webkit-transition: .5s all;
    color:var(--color-black);
}
p {
  font-size: 0.9vw;
  font-family: "Open Sans", sans-serif;
}

:root {
/*background-color*/
  --bg-black: #000;
  --bg-main: #1F2024;
  --bg-grey:#313234;
  --bg-white:#fff;
  --bg-purple:#4D1465;
/*background-color*/

/*Text-color*/
  --c-main:#4D1465;
  --c-white:#fff;
  --c-grey:#8A8A8A;
  --c-black:#000000;
  --c-purple:#4D1465;
/*Text-color*/

}

.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top: 30px!important;
}
.mt50{
  margin-top: 50px;
}
.mt100{
  margin-top: 100px!important;
}
.mt150{
  margin-top: 150px!important;
}
.mb150{
  margin-bottom: 150px;
}
.pt180{
  padding-top: 200px;
}
.mt200{
  margin-top: 200px;
}
.mb50{
  margin-bottom: 50px;
}
.pbt50{
   padding-top: 50px;
   padding-bottom: 50px;
}
.pbt70{
   padding-top: 70px;
   padding-bottom: 70px;
}
.pt70{
   padding-top: 70px;
}
.pbt100{
  padding: 100px 0;
}
.pbt150{
   padding-top: 150px;
   padding-bottom: 150px;
}
.mtb20{
  margin: 20px 0;
}

.mb20{
  margin-bottom: 20px;
}
.mb30{
  margin-bottom: 30px;
}
.pt100{
  padding-top: 100px;
}
.pdt50{
  padding: 50px 0 0;
}
.pb100{
  padding-bottom: 100px;
}
.mb100{
  margin-bottom: 100px;
}
.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  margin-right: 120px;
}
.pr0{
  padding-right: 0!important;
}
.tr{
  text-align: right;
}
.transition {
    transition: .2s all;
    -o-transition: .2s all;
    -moz-transition: .2s all;
    -webkit-transition: .2s all
}
.transition-slow {
    transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -webkit-transition: .5s all
}
.transition-slow1 {
    transition: 1s all;
    -o-transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all
}
.relative{
  position: relative;
}



/*header*/
.hero_header {
  padding: 1.6vw 0;
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  transition: all .3s ease;
}

.hero_header.hide {
  top: -90px;
}


.logo {
  position: absolute;
  left: 75px;
  top: -12px;
}
.menu li{
  display: inline-block;
  margin: 0 15px;
}
.menu li a {
  color: var(--c-white);
  font-size: 0.8vw;
  font-weight: 600;
}
.menu li a:hover{
  color:#F9B231;
}
.menu li a.active_menu{
  color: #FBA019 ;
  position: relative;
}
 .language{
  color: var(--c-white);
  cursor: pointer;
 }
 .language:hover{
  color: #F9B231;
 }
.menu li a.active_menu::after{
  background-color: #fff;
  content:"";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  bottom: -10px;
}
.language {
  position: absolute;
  right: 63px;
  font-size: 15px;
  top: 2px;
  font-weight: 600;
  width: 75px;
}
.hero_header.bg_white {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.logo_purple {
  display: none;
}
.hero_header.bg_white .logo_purple {
  display: block;
}
.hero_header.bg_white .logo_white{
  display: none;
}

.hero_header.bg_white .menu li a, .hero_header.bg_white  .language {
  color: #39134e;
}
.hero_header.bg_white  .menu li a.active_menu::after {
  background-color: #000;
}


/*.hero_header.bg_white .menu li a, .hero_header.bg_white .language{
  color: var(--c-main);
}

.hero_header.bg_white .menu li a.active_menu::after{
  background-color: #000;
}*/
/*.logo_purple{
  display: none;
}*/
/*.hero_header.bg_white .logo_purple{
  display: block;
}
.hero_header.bg_white .logo_white{
  display: none;
}*/

/*header*/

.meet_winng h1{
  color: var(--c-white);
  font-size:3vw;

}
.meet_winng h3 {
  font-size: 1.5vw;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.meet_winng p {
  color: var(--c-white);
  font-size: 1.2vw;
}


/*banner*/
.banner_area .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  left: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.banner_area{
  background-color: var(--bg-main);
}
 
 .banner_vedio{
  width: 100%;
/*  opacity: 0.7;*/
 }

.banner_vedio_text {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 150px;
}
.banner_area h2 {
  color: #fff;
  padding-top: ;
  font-size: 36px;
  width: 100%;
  position: absolute;
  right: 0px;
  bottom: 130px;
  text-align: center;
}
.banner_area h2 span{
  display: block;
  width: 100%;
  margin-top: 50px;
}
/*banner*/

/*At_WINNG*/
.At_WINNG{
  background-color:#fff  !important;

}


.At_WINNG h2 {
  line-height: 60px;
  color: #333333;
  position: relative;
  z-index: 1;
}
.at_winng_heading{
  position: relative;
}
.quotes {
  position: absolute;
  top: -40px;
}
.At_WINNG p{
  color: #333333;
  margin-top: 30px;
  font-size: 18px;
}
/*At_WINNG*/

/*carousel*/
.carousel-indicators [data-bs-target] {
  width: 7px!important;
  height: 7px!important;
  border-radius: 100%;
  background-clip: padding-box;
  border: 0;
  border-top: 0!important;
  border-bottom: 0!important;
  opacity: 1!important;
  background: #fff !important;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #F9B231!important;
  position: relative;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image:none!important;
}

.carousel-control-prev-icon{
  background: url("../images/left.png") no-repeat!important;
}
.carousel-control-next-icon{
  background: url("../images/right.png") no-repeat!important;
}
.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
  filter: none!important;
}
.carousel-control-prev, .carousel-control-next {
  opacity: 1!important;
}
.carousel-indicators [data-bs-target] {
  margin-left: 15px!important;
}
.carousel-indicators .active::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #F9B231;
  border-radius: 100%;
  margin: 0 auto;
  left: -5px;
  right: 0;
  top: -5px;
}
/*carousel*/

/*no_more_headaches*/
.no_more_headaches{
  background-color: var(--bg-main);
  text-align: center;
}
.no_more_headaches p {
  font-size: 1.3vw;
  color: #fff;
  margin-bottom: 60px;
}
.no_more_headaches h2{
  margin-top: 60px;
}
/*no_more_headaches*/


/*accounting_is_better*/
.accounting_is_better{
  background: url("../images/accounting_is_better.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.accounting_is_better_text{
  list-style: none;
  margin: 0;
  padding: 0;
}
.accounting_is_better_text li p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: #333;
  line-height: 24px;
}
.img_curve {  
  position: absolute;
  left: 0;
  top:190px;
}
.accounting {
  border-top-right-radius: 500px;
}
.accounting_is_better_heading h2 .text1{
  font-size: 46px;
  display: block;
}
.accounting_is_better_heading h2 .text2 {
  font-size: 60px;
  display: block;
  letter-spacing: 7.8px;
}
.at_winng_heading.accounting_is_better_heading {
  margin-top: 50px;
}
.heading.accounting_is_better_heading {
  padding-top: 60px;
  margin-bottom: 30px;
  color: #000000;
}
/*accounting_is_better*/


/*winng_works*/
/*  .winng_works, .quality_assurance {
    background: linear-gradient(135deg,  rgba(253,217,163,1) 0%,rgba(191,166,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }*/
  .winng_works .quotes {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
  }

  .at_winng_heading.accounting_is_better_heading.winng_works h2 .text1 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .winng_works_text img {
    width: 28px;
    position: relative;
    top: -5px;
    margin-right: 3px;
  }
  .winng_works_block {
    margin-top: 30px!important;
  }

  .winng_works_text {
    background-color: #F7ECFE;
    padding: 22px;
    min-height: 360px;
    position: relative;
    border-radius: 20px;
  }
  .winng_works_text h3 {
    /* margin-bottom: 15px; */
    /* padding-bottom: 15px; */
    /* border-bottom: 1px solid rgba(255,255,255,0.3); */
    font-size: 27px;
    font-weight: normal;
    letter-spacing: 1px;
  }
  .winng_works_dutch h3 svg{
    width: 28px;
  }
  .winng_works_dutch h3 svg path{
    fill:#4D1465;
  }
  .winng_works_text p {
    font-size: 15px;
    color: #333;
  }
  .winng_works_dutch .winng_works_text {
    min-height: 323px;
  }
  .winng_works_text h3 img {
    position: absolute;
    left: 20px;
    top: 24px;
  }
  .winng_works_dutch h3 {
    color: #333;
  }
/*winng_works*/

/*Who Are We?*/
.who_are_We {
  background-color: #D2D2D2;
  padding-bottom: 250px;
}
.who_are_We h2 {
  padding-bottom: 50px;
  color: #333;
}
.quote_1 {
  position: absolute;
  top: 0;
  left: 0;
}
.quote_2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.carousel-item h4 {
  font-size: 23px;
  line-height: 34px;
  padding: 110px 0 25px;
  margin-top: 30;
  font-family: "Open Sans", sans-serif !important;
  color: #333;
}
.carousel-item p {
  font-size: 20px;
  color: #333
  font-weight: lighter;
}
.slider_testimonial .carousel-control-prev, .slider_testimonial .carousel-control-next {
  top: -100px;
  width: 36px;
  height: 36px;
  bottom: auto;
  /* border: 1px solid #fff; */
  /* border-radius: 5px; */
}
.slider_testimonial .carousel-control-next {
  left: auto;
  right: 0;
}
.slider_testimonial .carousel-control-prev {
  right: 72px!important;
  left: auto!important;
}
.slider_testimonial  .carousel-control-prev-icon, .slider_testimonial  .carousel-control-next-icon {
  width: 36px;
  height: 36px;
}
.slider_testimonial .carousel-control-prev-icon {
    background: url("../images/left_arrow.svg") no-repeat!important;
}
.slider_testimonial .carousel-control-next-icon {
    background: url("../images/right_arrow.svg") no-repeat!important;
}
.img_curve.who_are_we_curve {
  left: auto;
  top: 90px;
  right: 0;
}
.img_curve.who_are_we_curve  .accounting {
  border-top-right-radius: 0;
  border-top-left-radius: 500px;
}
/*Who Are We?*/

/*quality_assurance*/
.quality_assurance h3{
  color: var(--c-black);
}
.quality_assurance_block span {
  display: inline-block;
  margin-right: 3%;
}
.quality_assurance_block img {
  width: 150px;
}
.marquee {
  position: relative;
  width: 100%;
  height: 90px;
  overflow: hidden;
  padding-top: 50px;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.content {
  font-size: 24px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}
/*quality_assurance*/

/*software_logos*/

.software_logos_list {
  list-style: none;
  padding: 0;
  margin: 0;
/*  margin-top: 50px;*/
}
.software_logos_list li {
  display: inline-block;
  width: 16%;
  text-align: center;
  height: 114px;
  vertical-align: middle;
}
.software_logos_list li img {
  width: 80%;
}

/*software_logos*/

/*conact_us*/
 .conact_us {
    background-color: #1F2024;
    /* border-top: 10px solid #fba019; */
  }
  .address p, .address a{
    color: var(--c-white);
    font-size: 20px;
  }
  .address a{
    opacity: 0.8;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
  }
  .address a:hover{
    opacity: 1;
    color: var(--c-white);
  }
  .contact_form h4{
    color: var(--c-white);
    font-size: 36px;
  }
  .contact_form input, .contact_form textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    color: #fff!important;
  }
  .form-control:focus {
    color: #212529;
    background-color: transparent!important;
    border-color: transparent!important;
    outline: transparent!important;
    box-shadow: none!important;
    border-bottom: 1px solid #FBA019!important;
  }
  .form-floating > label {
    color: #C4C4C4C2 !important;
  }
  .submit_btn {
    background: var(--bg-white);
    font-size: 16px;
    border: 0;
    padding: 10px 60px;
    color: #4D1465;
    border: 1px solid transparent;
  }
  .submit_btn:hover {
    color: var(--bg-white);
    background-color: #4D1465;
    border: 1px solid #fff;
  }
  .map iframe {
    width: 100%;
    height: 180px;
  }
  .contact_block h4 {
    margin-top: 50px;
  }

/*conact_us*/

/*.copy_right*/
.copy_right{
  background-color: #1F2024;
}
.copy_right p{
  margin: 0;
  font-size: 14px;
  color: var(--c-white);
  padding-bottom: 30px;
}
/*.copy_right*/



.pl0{
  padding-left:0!important ;
}

.form_block .form-control.form-control-lg {
  margin-top: 40px;
  border: 0;
  font-size: 14px;
  color: var(--c-grey);
  height: 54px;
}


/*Menu Icon */

.carousel-indicators {
  margin-bottom: 3rem!important;
}
.menu_toggle {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 13px;
  right: 20px;
  display: none; 
  border: 0;
  background: transparent;
}
.menu_toggle .fa{
  color: var(--c-white);
}

.desktop2, .mb_banner2{
  display: none!important;
}
.dtop {
  display: block!important;
}
#PROCESS, #TEAM, #CONTACT{
  height: 100vh;
}
#BENEFIT .heading{
    color:#333;
}
.accounting_is_better_text h3{
    color: #333!important;
    font-weight: lighter;
  }



/*banner*/
.banner_area{
   background-image: url("../images/banner_back.jpg");
   height: 100vh;
   overflow: hidden;
}
.banner_pic {
  position: absolute;
  right: 0;
  bottom: -30px;
}
.banner_text {
  position: absolute;
  top: 300px;
  left: 75px;
  max-width: 40%;
}
.banner_text h1 {
  color: #fff;
  font-size: 70px;
  font-weight: lighter;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.banner_text p{
  color: #fff;
  font-size: 30px;
}
.banner_text a {
  border: 2px solid #fff;
  padding: 10px 32px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.banner_text a:hover{
  color: #fff;
  opacity: 0.8;
}
/*Banner*/

@media (max-width: 1650px) {
 .banner_pic {
    width: 880px;
  }
  .banner_text h1 {
    font-size: 55px;
  }
  .banner_text p {
    font-size: 23px;
  }
  .banner_text {
    max-width: 34%;
  }
}

@media (max-width: 1620px) {
 .accounting.img-fluid {
    width: 600px;
  }
}
@media (max-width: 1578px) {
  .winng_works_text h3 {
    font-size: 23px;
  }
  .winng_works_text p {
    font-size: 14px;
  }
  .winng_works_text {
    padding: 22px 10px;
  }
  .winng_works_text {
    min-height: 340px;
  }
}


@media (max-width: 1490px) {
  .banner_pic {
    bottom: 0;
    width: 820px;
  }
  .banner_text {
    max-width: 36%;
  }
  .banner_text h1 {
    font-size: 50px;
  }
}
@media (min-width: 1366px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 70%!important;
  } 
}

@media (max-width: 1366px) {
   
  .desktop{
    display: none!important;
  }
  .desktop2{
    display: block!important;
  }
  .menu li a {
    font-size: 14px;
  }
  .hero_header {
    padding: 30px 0;
  }
  .banner_area h2 {
    bottom: 80px;
    font-size: 26px;
  } 
  #PROCESS, #BENEFIT, #TEAM, #CONTACT, #SERVICE{
    height: auto;
  }
  p  {
    font-size: 1vw;
  } 
  .who_are_We {
    padding-bottom: 100px;
  }
  .language {
    top: 4px;
  }
  .banner_pic {
    right: -160px;
  }
  .banner_text {
    max-width: 40%;
  }

}

@media (max-width: 1199px) {
  .winng_works_dutch h3 {
    min-height: 59px;
  }

  .menu li a {
    font-size: 13px;
  }
  .menu li {
    margin: 0 8px;
  }
  .logo {
    left: 20px;
  }
  .language {
    right: 20px;
  }
  p {
    font-size: 15px;
    line-height: 26px;
  }
  .panel_heading h2 {
    font-size: 32px!important;
  }
  .panel_img {
    width: 34px;
  }
  .carousel-item h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .carousel-item p {
    font-size: 14px;
  }
  .accounting.img-fluid {
    width: 450px;
  }
  .accounting_is_better_text li p {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  
  .winng_works_text p {
    font-size: 14px;
  }
  .heading {
    font-size: 2.3vw;
  }
  .address p, .address a {
    font-size: 20px;
  }
  .banner_vedio_text {
    bottom: 50px;
  }
  .winng_works_text h3 {
    font-size: 20px;
  }
  .winng_works_text {
    min-height: 412px;
  }
}
@media (max-width: 1160px) {
  .banner_pic {
    display: none;
  }
  .banner_area {
    height: 600px;
  }
  .banner_text {
    position: absolute;
    top: 150px;
    left:5%;
    max-width: 90%;
    right: 5%;
  }
  .banner_text p {
    font-size: 23px;
    line-height: 35px;
  }
}

@media (max-width: 991px) {
  .winng_works_dutch .winng_works_text {
    min-height: auto;
  }
  .img_curve {
    position: inherit;
    left: 0;
    top: 300px;
  }
  #PROCESS .col-md-6, #SERVICE .col-md-6, #TEAM .col-md-6, .quality_assurance .col-md-4, .quality_assurance .col-md-8, #CONTACT .contact_block, #CONTACT .contact_block{
    width: 100%!important;
  }
   #CONTACT .contact_block{
    margin-left: 0;
   }
  .accounting.img-fluid {
    width: 100%;
  }
  .accounting {
    border-top-right-radius:0;
    margin-bottom: 50px;
  }
  .pbt100 {
    padding: 100px 0;
  }
  .at_winng_heading br{
    display: none;
  }
  #PROCESS h2{
    margin-bottom: 50px;
  }
  .panel_img {
    right: 6px!important;
  }
  .panel {
    margin: 0 2px!important;
  }  
  .panel_heading h2 {
    font-size: 30px !important;
  }
  .panel_body p {
    font-size: 20px!important;
  }
  .panel_body {
    width: 100%;
    padding: 50px 30px!important;
  }
  .img_curve.who_are_we_curve .accounting {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: 80px;
  }
  .quality_assurance h3 {
    margin-bottom: 50px;
    text-align: center;
  }
  .col-md-8.quality_assurance_block {
    text-align: center;
  }
  .menu {
    display: none;
    position: absolute;
    right: -100px;
    width: 220px;
    background: #fff;
    box-shadow: 3px 4px 9px rgba(0,0,0,0.1);
    top: 40px;
  }
  .menu li {
    display: block;
    margin: 0;
    text-align: left;
    padding: 13px 17px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .menu li a {
    color: #000;
    font-size: 14px;
  }
  .hero_header {
    padding: 40px 0;
  }
  .logo {
    left: 30px;
    top: -22px;
  }
  .language {
    right: 100px;
    top: -12px;
  }
  .menu_toggle {
    display: block;
  }
  .meet_winng h1 {
    font-size: 45px;
  }
  .meet_winng p {
    font-size: 16px;
  }
  .banner_area h2 {
    bottom: 64px;
    font-size: 24px;
  }
  .meet_winng h3 {
    font-size: 2vw;
  }
  .heading {
    font-size: 32px;
    line-height: 34px !important;
  }
  .no_more_headaches p {
    font-size: 14px;
  }
  .quality_assurance_block span {
    margin-right: 0;
  }
  .col-md-3.quality_assurance_block, .col-md-9.quality_assurance_block {
    width: 100%;
    text-align: center;
  }
  .content {
    margin-top: 20px;
    font-size: 18px;
  }
  .quality_assurance_row.pdt50{
    padding: 0!important;
  }
  .winng_works_text {
    min-height: 287px;
  }
  .winng_works_text h3 {
    font-size: 32px;
  }
  .col-md-3.winng_works_block {
    width: 100%;
  }
  .winng_works_text {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .mb_banner{
    display: block!important;
  }
  .dtop {
    display: none!important;
  }
  .panel_heading h2{
    -webkit-transform: rotate(0deg)!important;
  -moz-transform: rotate(0deg)!important;
  -o-transform: rotate(0deg)!important;
  -ms-transform: rotate(0deg)!important;
  transform: rotate(0deg)!important;
  position:inherit;
  }
  .quality_assurance_block span {
    width: 100%;
    margin-bottom: 39px;
  }

   .winng_works_text {
    min-height: auto;
  }
  .software_logos_list li {
    width: 23%;
  }
  .software_logos_list{
    text-align: center;
  }
  .software_logos_list li:nth-child(4), .software_logos_list li:nth-child(5)  {
   margin-top: 5px;
  }
}



@media (max-width: 650px) {
  .marquee {
    position: relative;
    width: 80%!important;
    height: 90px;
    overflow: hidden;
    padding-top: 50px;
    margin: 0 auto;
  }

}

@media (max-width: 600px) {
  .mb_banner2{
    display: block!important;
  }
  .desktop2{
    display: none!important;
  }
  .software_logos_list li {
    height: 105px;
    line-height: 93px;
  }
}

@media (max-width: 530px) {
  .banner_text h1 {
    font-size: 40px;
  }
  .banner_text p {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .content {
    margin-top: 20px;
    font-size: 15px;
  }
}


@media (max-width: 450px) {
  .logo.logo_white img {
    width: 109px;
  }
  .language {
    right: 51px;
    top: -13px;
  }
  .software_logos_list li {
    width: 49%;
  }
  .banner_text h1 {
    font-size: 35px;
  }
  .banner_text p {
    font-size: 16px;
  }
  .banner_text a {
    padding: 9px 22px;
    font-size: 15px;
    margin-top: 20px;
  }
}

@media (max-width: 384px) {
  .content {
    margin-top: 20px;
    font-size: 13px;
  }
}
@media (max-width: 365px) {
  .banner_text h1 {
    font-size: 28px;
  }
}

.select_language {
  background: #fff;  
  color: #000;
  display: none;
}
.select_language a{
  color: #000;
  display: block;
  text-align: left;
  border-bottom:1px solid rgba(0, 0, 0, 0.3) ;
  padding: 5px 10px;
}
.select_language a:hover{
  color: #F9B231;
}

/*.winng_works_text.easy_access{
  background-color: #5F2082 !important;
}
.flexible{
  background-color:#5F2082 !important;
}
.Cost_block{
  background: linear-gradient(to bottom,  rgba(95,32,130,1) 0%,rgba(182,110,7,1) 100%);
}*/
.bg_white .menu_toggle .fa {
  color: #39134e;
}





@media (max-width:1862px) {
  .banner_pic {
    width: 690px;
  }
}