body {
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.menu {
    top: 32px !important;
    margin-left: 40px !important;
}

.centered-logo .nav-menu {
    padding-top: 0px !important;
}

.nav-menu {
    padding-top: 0px !important;
}

.main-container {
    margin-top: 0px !important;
}

.dsprIbis {
    margin-bottom:50px !important;
    color: black;
}

.bg-primary {
    background-image: url(../photo/background.webp);
    background-size: cover; 
}

.head-container-first, .head-container-second, .head-container-third {
   /* width: 100%;
    display: inline-block;
    margin:0px !important;
    padding:0px !important;
    float:left;*/
    display:-webkit-box;
 
}

.header-image {
    width: 100%;
    /*float: left;*/
}


@media only screen and (max-width: 1200px) {
    .iconsSET {
    display: none !important;
    }
}

@media only screen and (max-width: 1200px) {
    .card-container {
    height: 150px !important;
    }
}

@media only screen and (min-width: 1900px) {
    .card-container {
    height: 220px !important;
    }
}

@media only screen and (min-width: 2300px) {
    .card-container {
    height: 270px !important;
    }
}


@media only screen and (max-width: 995px) {
    .center-icon {
    float: right;
    margin-right: calc(50% - 65px);
    }
    .header-cont {
        display: none;
    }
    
    .hidden-image-header {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .hideXSlogo {
        display:none;
    }
    
    .showXSlogo {
        display: block !important;
    }
    
    .menu {
        margin-left:0px !important;
        margin-top:32px !important;
        padding-bottom: 30px;
    }
    
    .menu li a {
        width:100% !important;
    }
    
    .dropdown-content {
        position: relative !important;
    }
    /*
    .dropdown:hover .dropdown-content {
    display: block;
}
    */
}


.card-container {
    height: 186px;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
     perspective: 1000;
    position: relative;
    width: 33.33vw;
    display: inline-block;
    margin: 0px !important;
    padding: 0px !important;
    float: left;
}


.card {
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  animation: mymove 3s;
  animation-delay: 40s;
  animation-direction: alternate, reverse, normal;
  animation-iteration-count: 2;
  width: 100%;
}

.card .side {
  backface-visibility: hidden;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.card .back { 
  text-align: center;
  transform: rotateX(180deg);
}

@keyframes mymove {
     from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(180deg);     
  }
}

.card1 {
  height: 100%;
  
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  animation: mymove 3s;
  animation-delay: 80s;
  animation-direction: alternate, reverse, normal;
  animation-iteration-count: 2;
  width: 100%;
}

.card1 .side {
  backface-visibility: hidden;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.card1 .back { 
  text-align: center;
  transform: rotateX(180deg);
}



.card2 {
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  animation: mymove 3s;
  animation-delay: 60s;
  animation-direction: alternate, reverse, normal;
  animation-iteration-count: 2;
  width: 100%;
}

.card2 .side {
  backface-visibility: hidden;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.card2 .back { 
  text-align: center;
  transform: rotateX(180deg);
}



.card3 {
  height: 100%;
  
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  animation: mymove 3s;
  animation-delay: 20s;
  animation-direction: alternate, reverse, normal;
  animation-iteration-count: 2;
  width: 100%;
}

.card3 .side {
  backface-visibility: hidden;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.card3 .back { 
  text-align: center;
  transform: rotateX(180deg);
}


.card4 {
  height: 100%;
  
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  animation: mymove 3s;
  animation-delay: 70s;
  animation-direction: alternate, reverse, normal;
  animation-iteration-count: 2;
  width: 100%;
}

.card4 .side {
  backface-visibility: hidden;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.card4 .back { 
  text-align: center;
  transform: rotateX(180deg);
}

.card5 {
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  animation: mymove 3s;
  animation-delay: 30s;
  animation-direction: alternate, reverse, normal;
  animation-iteration-count: 2;
  width: 100%;
}

.card5 .side {
  backface-visibility: hidden;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.card5 .back { 
  text-align: center;
  transform: rotateX(180deg);
}

.card6 {
  height: 100%;
  
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  animation: mymove 3s;
  animation-delay: 1s;
  animation-direction: alternate, reverse, normal;
  animation-iteration-count: 2;
  width: 100%;
}

.card6 .side {
  backface-visibility: hidden;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.card6 .back { 
  text-align: center;
  transform: rotateX(180deg);
}

.card7 {
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  animation: mymove 3s;
  animation-delay: 50s;
  animation-direction: alternate, reverse, normal;
  animation-iteration-count: 2;
  width: 100%;
}

.card7 .side {
  backface-visibility: hidden;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.card7 .back { 
  text-align: center;
  transform: rotateX(180deg);
}


.card8 {
  height: 100%;
  
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  animation: mymove 3s;
  animation-delay: 10s;
  animation-direction: alternate, reverse, normal;
  animation-iteration-count: 2;
  width: 100%;
}

.card8 .side {
  backface-visibility: hidden;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.card8 .back { 
  text-align: center;
  transform: rotateX(180deg);
}

.header-cont {
    margin:auto;
    margin-top:69px;
    width: 99.99vw;
    background-color: #f1f1f1;
}

.readmore {
    color:#1783C6;
}

.center-icon {
    text-align: center;
}

.pclass {
    margin-bottom: 50px !important;
    color: black;
}

.dsprERP {
background-color: rgba(23, 131, 198, 0.7); 
color:aliceblue;
}

.title-dspr {
    padding-bottom:30px;
    padding-top:10px;
    color:#fff;
}

.footer-text {
    padding-top: 50px;
}

.menu li a {
    font-size: 0.9em !important;
    color: black !important;
}

.title-c {
    text-align: center;
}

.hidden-image-header {
    height:400px;
    background-image: url(../photo/backgroundXS2.webp);
    background-size: cover; 
    display: none;
}

.showXSlogo {
    display: none;
    max-height: 40px;
    /*float: right;
    margin-right: calc(50% - 100px);
    margin-top: 10px;*/
}

.centerXSlogo {
    width: 100%;
    text-align: center;
}

.contact-thirds {
    background-color: #f1f1f1;
}


.dropbtn {
    background-color: transparent;
    font-size: 0.9em !important;
    color: black;
    border: none;
    cursor: pointer;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 14px;  
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    text-align: left;
    font-size: 0.8em;
    padding-left: 10px;
}


.dropdown-content a {
    color: black;
    padding-top: 10px;
    text-decoration: none;
    display: block;
}


.dropdown:hover .dropdown-content {
    display: block;
}


.dropdown-content a:hover {
    color: #1783C6 !important;
}

.pIbisF {
    text-align: center;
}

.boldI {
    font-weight: 600;
}

.ulIbis {
    list-style-type: circle;
    margin-top: -30px;
    margin-left: 20px;
    font-size: 1.2em;
    font-weight:400;
    color: black;
}

.iBisTxt {
    padding-top:50px;
    /*
    background: url(../photo/background-slice/1r2backT2Filter.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    */
}

.leftLI {
    margin-left: 50px;
}

.ulIbis2 {
    list-style-type: circle; 
    margin-left: 20px;
    font-size: 1.2em;
    font-weight:400;
    color: black;
}

.dropdown-content {
    font-size: 0.91em !important;
    
}

.circle-container {
    position: relative;
    width:40%;
    text-align: center;
    margin: auto;
    padding:20px;
    margin-bottom:50px;
}

.circleSpin {
    width:100%;
      -webkit-animation: rotation 120s infinite linear;
    animation: rotation 120s infinite linear;
}

.centerCircle {
    width:20%;
    position: absolute;
    left:0px;
    right:0px;
    margin:auto;  
    top:40%;
  
}

@keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
                transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
                transform: rotate(359deg);
		}
}

/*
.back-filter{
    background-color: rgba(255, 255, 255, 0.9) !important;    
}
*/

.feature-icon-large i:hover {
    animation-name: changeColor;
    animation-duration: 3s;
}

@keyframes changeColor {
    from {color: #FF950F;}
    to {color: #1783C6;}
}

.iconSmall i {
    height:50px;
    width:50px;
    font-size: 25px;
    padding: 10px;   
}

.iconsSET {
    padding-top:20px;
    margin-bottom: -80px !important;
}

.iconText {
    opacity: 0;
    padding:0px;
    text-align: center;
    top:-35px;
    color: black;
     transition: opacity .50s ease-in-out;
   -moz-transition: opacity .50s ease-in-out;
   -webkit-transition: opacity .50s ease-in-out;
    margin-left: 4px;
}



.boxERPsmall:hover .iconText  {
    opacity: 1;
}