.anim, .anim svg {
    z-index: 9999999;
    position: absolute;
    width: 100vw;
    height: 500px;
    padding: 0;
}

.anim path {
    stroke-width: 2;
    opacity: 0.1;
    color: #fff;
}

begins
.text-js {
    opacity: 0;
}

.cursor {
    display: block;
    position: absolute;
    height: 30px;
    top: 0;
    left: -5px;
    width: 4px;
    background-color: white;
    z-index: 1;
    animation: flash 0.5s none infinite alternate;
}
/*@media only screen and (max-width: 477px) {
  .cursor {
    left: 133px;
    top: 35px;
  }
}
*/
@keyframes flash {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.section_cloud_reports {
    background-color: #6f42c1;
    -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
    /*height: 650px;*/
    padding-top: 150px;
    color: #fff;
}
.section_cloud_reports span,.section_cloud_reports .material-icons{
    color: #fff!important
}
.section_team {
    padding-top: 200px;
    background: #ff8b06;
    background: -moz-linear-gradient(-45deg, #ff8b06 0%, #c56900 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #ff8b06), color-stop(100%, #c56900));
    background: -webkit-linear-gradient(-45deg, #ff8b06 0%, #c56900 100%);
    background: -o-linear-gradient(-45deg, #ff8b06 0%, #c56900 100%);
    background: -ms-linear-gradient(-45deg, #ff8b06 0%, #c56900 100%);
    background: -webkit-linear-gradient(315deg, #ff8b06 0%, #c56900 100%);
    background: -o-linear-gradient(315deg, #ff8b06 0%, #c56900 100%);
    background: linear-gradient(135deg, #ff8b06 0%, #c56900 100%);
    -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
    /*height: 600px;*/
    text-align: center;
    padding-bottom: 200px;
    color: #fff;
}

.section_team .overlay {
    /*z-index: 1;*/
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #ff8b06;
    background: -moz-linear-gradient(-45deg, #ff8b06 0%, #c56900 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #ff8b06), color-stop(100%, #c56900));
    background: -webkit-linear-gradient(-45deg, #ff8b06 0%, #c56900 100%);
    background: -o-linear-gradient(-45deg, #ff8b06 0%, #c56900 100%);
    background: -ms-linear-gradient(-45deg, #ff8b06 0%, #c56900 100%);
    background: -webkit-linear-gradient(315deg, #ff8b06 0%, #c56900 100%);
    background: -o-linear-gradient(315deg, #ff8b06 0%, #c56900 100%);
    background: linear-gradient(135deg, #ff8b06 0%, #c56900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#3a31ea', GradientType=1);
    opacity: .96;
    z-index: -1;
}
.section_payroll .overlay {
    /*z-index: 1;*/
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #2c94c3 ;
    background: -moz-linear-gradient(-45deg, #2c94c3  0%, #2c94c3  100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #2c94c3 ), color-stop(100%, #c56900));
    background: -webkit-linear-gradient(-45deg, #2c94c3  0%, #2c94c3  100%);
    background: -o-linear-gradient(-45deg, #2c94c3  0%, #2c94c3  100%);
    background: -ms-linear-gradient(-45deg, #2c94c3  0%, #2c94c3  100%);
    background: -webkit-linear-gradient(315deg, #2c94c3  0%, #2c94c3  100%);
    background: -o-linear-gradient(315deg, #2c94c3  0%, #2c94c3  100%);
    background: linear-gradient(135deg, #2c94c3  0%, #2c94c3  100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#3a31ea', GradientType=1);
    opacity: .96;
    z-index: -1;
}
.section_contact_us {
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
    height: 600px;
}

.section_galary {
    margin-top: -250px;
    /*background-color: red;*/
    -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
    /*height: 1000px;*/
}

.section_services {
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
    /*height: 600px;*/
}

.section_main {
    /*background-image: url(../images/cover_img_1.jpg);*/
    background: #499bea;
    background: -moz-linear-gradient(-45deg, #499bea 0%, #3a31ea 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #499bea), color-stop(100%, #3a31ea));
    background: -webkit-linear-gradient(-45deg, #499bea 0%, #3a31ea 100%);
    background: -o-linear-gradient(-45deg, #499bea 0%, #3a31ea 100%);
    background: -ms-linear-gradient(-45deg, #499bea 0%, #3a31ea 100%);
    background: -webkit-linear-gradient(315deg, #499bea 0%, #3a31ea 100%);
    background: -o-linear-gradient(315deg, #499bea 0%, #3a31ea 100%);
    background: linear-gradient(135deg, #499bea 0%, #3a31ea 100%);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #6f42c1;
    height: 700px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 calc(100% - 50px));
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 calc(100% - 50px));
}

section {
    margin-top: -51px;
    padding-top: 100px;
    padding-bottom: 120px;
}

footer {
    direction: ltr;
    color: #908a8e;
    margin-top: -51px;
    background-color: #212529;
    min-height: 150px;
    text-align: center;
    padding: 75px;
    -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
}

.hr-theme-slash {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}

.hr-line {
    width: 100%;
    position: relative;
    margin: 15px;
    border-bottom: 5px solid #F5F5F5;
}

.hr-icon {
    position: relative;
    top: 10px;
}

.img-circle {
    border-radius: 50%;
    height: 90px;
    width: 90px;
}

.form-inline {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

nav {
    z-index: 99999;
    background-color: transparent;
}

.section_main .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.95;
    background: #499bea;
    background: -moz-linear-gradient(-45deg, #499bea 0%, #3a31ea 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #499bea), color-stop(100%, #3a31ea));
    background: -webkit-linear-gradient(-45deg, #499bea 0%, #3a31ea 100%);
    background: -o-linear-gradient(-45deg, #499bea 0%, #3a31ea 100%);
    background: -ms-linear-gradient(-45deg, #499bea 0%, #3a31ea 100%);
    background: -webkit-linear-gradient(315deg, #499bea 0%, #3a31ea 100%);
    background: -o-linear-gradient(315deg, #499bea 0%, #3a31ea 100%);
    background: linear-gradient(135deg, #499bea 0%, #3a31ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#3a31ea', GradientType=1);
    z-index: -1;
}

.video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -100;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.animate-box {
    margin-bottom: 25px;
}

.text-js {
    display: none;
}
#products{
        height: auto;
        padding-bottom: 200px;
}
#contact-us{
    height: auto;
    padding-bottom: 100px;
}
.contact-details{
    /*border-bottom: 1px solid #ccc;*/
    /*padding-top: 30px;*/
    /*padding-bottom: 10px;*/
    /*direction: ltr;*/
    text-align: justify;
}
.contact-details a{
    color: #212f3d;
}
.contact-icon{
    font-size: 20px;
    padding: 10px;
}
.agent-image{
    width: 100%;
    padding-bottom:30px;
}

/*.services:hover{
        background: #a8a8a84d;
    box-shadow: 0px 20px 50px 0 rgba(105, 0, 255, 0.1);
    padding: 5px 10px;    
}*/
.services.material-icons{
    color: #fff;
}
/*.item_icon{
    font-size: 50px;
    border-radius: 50px;
    color: #fff !important;
    background-color: #e5e5e5;
    
    padding: 5px;
}*/


/**************/
/*.swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 300px;

    }*/
.col-md-6.text-right ul li,.col-md-6.text-left ul li{
    list-style: none;
    color: #848484;
    padding: 10px;
}
.col-md-6.text-right p,.col-md-6.text-left p{
    color: #848484;
    direction: rtl
}
.col-md-6.text-right .material-icons,.col-md-6.text-left .material-icons {
    color: #dd3333;
    position: absolute;
}
@media only screen and (max-width: 999px){
    .col-md-6.text-left img,.col-md-6.text-right img{
    width: 100%
}
}

.col-md-6.text-right span{
    padding-left: 15px;
    direction: rtl
}
.col-md-6.text-left span{
    padding-right: 40px;
    direction: rtl
}
.printer .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.95;
    background: #499bea;
    background: -moz-linear-gradient(-45deg, #499bea 0%, #3a31ea 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #499bea), color-stop(100%, #3a31ea));
    background: -webkit-linear-gradient(-45deg, #499bea 0%, #3a31ea 100%);
    background: -o-linear-gradient(-45deg, #499bea 0%, #3a31ea 100%);
    background: -ms-linear-gradient(-45deg, #499bea 0%, #3a31ea 100%);
    background: -webkit-linear-gradient(315deg, #499bea 0%, #3a31ea 100%);
    background: -o-linear-gradient(315deg, #499bea 0%, #3a31ea 100%);
    background: linear-gradient(135deg, #499bea 0%, #3a31ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#3a31ea', GradientType=1);
    z-index: -1;
}
.printer hr,#RONGATA_section hr{
        border-top: 1px solid rgba(255, 255, 255, 0.65) !important;
}
.printer h1,.printer p,.printer h2{
    color: #fff;
    padding: 10px;
}
#printer h2{
    color: #fff
}

#RONGATA_section ul li {
       color: #fff !important;
    padding: 10px;
}
#RONGATA_section .material-icons {
    /*color: #dd3333;
    background-color: #fff;
    border-radius: 18px;
    padding: 5px;*/
    color: #212529
    
}

.image-settings-slow{
    -webkit-animation: rotate-center 8s linear infinite ;
            animation: rotate-center 8s linear infinite ;
}
.image-settings-fast{
    -webkit-animation: rotate-center 2s linear infinite ;
            animation: rotate-center 2s linear infinite ;
            height: 50px;margin-bottom: 90px
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.image-settings-normal{
    -webkit-animation: rotate-center-normal 4s linear infinite ;
            animation: rotate-center-normal 4s linear infinite ;
            height: 80px;
}
@-webkit-keyframes rotate-center-normal {
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center-normal {
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}



.typewriter h3 {
  color: white;
  text-transform: uppercase;
}
.span-cursor {
  border-right: .05em solid;
  animation: caret 1s steps(1) infinite;
}
.material-icons.span-cursor{
    border-right: 4px solid #fff;
  animation: caret 1s steps(1) infinite;
  color: #4a8fe8;
  font-size: 20px;
  margin-right: 5px;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}




.main-btn {
  background-color: #4c4c4c;
  border: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  font-weight: bold;
  font-size: 2em;
  color: white;
  left: 50%;
  border-radius: 50%;
  filter: drop-shadow(16px 16px 20px blue);
  -webkit-filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.5));
  cursor: pointer;
  transition: background-color 0.1s ease-out;
  padding: 45px 45px !important;
  z-index: 1
}
.main-btn:hover {
  background-color: #c7c7c7;
}
.main-btn .material-icons {
    margin: -30px;
    font-size: 60px;
}

.btn-home{

    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #4c4c4c;
    z-index: 999;
    font-weight: 100;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px #4c4c4c85;
   /*-webkit-transition-property: padding;*/ /* Safari */
   /*-webkit-transition-duration: 2s;*/ /* Safari */
   /*transition-property: padding;
   transition-duration: 2s;*/

}
.btn-home .material-icons{

    font-size: 25px;
    color: #fff;
    padding: 10px;

}
.btn-home:hover{
    /*padding: 7px;*/
    background: #4986e8;
}

.image-row{
    padding-top: 50px;
}
#products article:hover{
    background: #487ee8;
    padding: 10px;
    border-radius: 25px;
    cursor: pointer;
}
.article-content{
    color: #fff;
}
.article-link{
    color: #000
}
.article-link:hover{
    text-decoration: none !important;
}
@media only screen and (max-width: 430px) {
  .image-resp img {
    width: 100%
  }
}
@media only screen and (max-width: 991px){
    .image-resp img{
        width: 100%
    }
}

.section_products{
    background: #ff8b06;
    background: -moz-linear-gradient(-45deg, #138ee6  0%, #84bce4  100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #138ee6), color-stop(100%, #c56900));
    background: -webkit-linear-gradient(-45deg, #138ee6  0%, #84bce4  100%);
    background: -o-linear-gradient(-45deg, #138ee6  0%, #84bce4  100%);
    background: -ms-linear-gradient(-45deg, #138ee6  0%, #84bce4  100%);
    background: -webkit-linear-gradient(315deg, #138ee6  0%, #84bce4  100%);
    background: -o-linear-gradient(315deg, #138ee6  0%, #84bce4  100%);
    background: linear-gradient(135deg, #138ee6  0%, #84bce4  100%);
}
.section_products .overlay {
    /*z-index: 1;*/
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #ff8b06;
    background: -moz-linear-gradient(-45deg, #138ee6  0%, #84bce4  100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #138ee6), color-stop(100%, #c56900));
    background: -webkit-linear-gradient(-45deg, #138ee6  0%, #84bce4  100%);
    background: -o-linear-gradient(-45deg, #138ee6  0%, #84bce4  100%);
    background: -ms-linear-gradient(-45deg, #138ee6  0%, #84bce4  100%);
    background: -webkit-linear-gradient(315deg, #138ee6  0%, #84bce4  100%);
    background: -o-linear-gradient(315deg, #138ee6  0%, #84bce4  100%);
    background: linear-gradient(135deg, #138ee6  0%, #84bce4  100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#3a31ea', GradientType=1);
    opacity: .96;
    z-index: -1;
}

.section_products h1,.section_products h2,.section_products .material-icons,.section_products article{
    color:#fff;
}
#world-img{    
    /*background-image: url("../images/wordlmap.jpg");*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}


.flip-box {
  height: 200px;
  margin-top: 30px;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}


/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
 
}

/* Style the back side */
.flip-box-back {
  color: white;
  transform: rotateY(180deg);
  cursor: pointer;
  padding: 30px;
}

.carousel-control-prev-icon,.carousel-control-next-icon{
    background-color: #000 !important
}
.col-12.text-center h2{
    margin-bottom: 30px
}
#products .col-12.text-center p{
    color: #fff
}
.carousel.slide{
    height: 380px
}
.carousel.slide img{
    height: 400px;
    width: 60%
}

.section_payroll h2 ,.section_payroll p{
    color: #fff;
}
/*************************/
.list-style {
  padding: 0;
}

.list-style li {
  list-style: none;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}


.section-wrap {
  padding: 4% 3%;
}

.wrapper {
  max-width: 960px;
  width: 100%;
  padding: 0 3%;
  margin: 0 auto;
}


.acc-wrap {
  max-width: 700px;
  width: 100%;
}
.acc-wrap input[type="radio"] {
  display: none;
}
.acc-wrap .acc-box {
  position: relative;
  height: 50px;
  margin-top: 5px;
  overflow: hidden;
}
.acc-wrap .acc-trigger {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  color: #ffc627;
  font-weight: bold;
  padding: 0 5%;
  background: #0d223f;
  cursor: pointer;
  z-index: 2;
  transition: border-radius 0.1s ease-in-out 0s, letter-spacing 0.1s ease-in-out 0s;
}
.acc-wrap .acc-trigger.close {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  transition: background 0.3s ease-in-out 0s;
}
.acc-wrap .acc-trigger i {
  position: absolute;
  top: 50%;
  left: 20px;
  transform-origin: center;
}
.acc-wrap .acc-trigger i:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: translate3d(-3px, 0, 0) rotate(45deg);
  transition: transform 0.3s ease-in-out 0s;
}
.acc-wrap .acc-trigger i:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: translate3d(3px, -2px, 0) rotate(-45deg);
  transition: transform 0.3s ease-in-out 0s;
}
.acc-wrap .acc-trigger:hover {
  border-radius: 10px;
  letter-spacing: 1px;
}
.acc-wrap .acc-trigger:hover.close {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3);
}
.acc-wrap .acc-con {
  height: 0;
  padding: 0;
  transition: 0.3s ease-in-out;
}
.acc-wrap .acc-con > * {
  transform: scale(0);
  transition: transform 0.3s ease-in-out 0.3s;
}
.acc-wrap .acc-con > *.pop-in {
  transform: scale(0);
}
.acc-wrap .acc-con > *.top-in {
  transform: translate3d(0, -146%, 0);
}
.acc-wrap .acc-con > *.right-in {
  transform: translate3d(100%, 0, 0);
}
.acc-wrap .acc-con > *.left-in {
  transform: translate3d(-100%, 0, 0);
}
.acc-wrap .acc-con > *.bottom-in {
  transform: translate3d(0, 100%, 0);
}
.acc-wrap .acc-con p {
  background: #ffc627;
  padding: 2% 5%;
}
.acc-wrap .acc-con .list li {
  display: block;
  color: #0d223f;
  width: 100%;
  background: #ffc627;
  padding: 2% 5%;
  margin-top: 1px;
}
.acc-wrap .acc-con li {
  margin-top: 1px;
}
.acc-wrap .acc-con li a {
  display: block;
  color: #0d223f;
  width: 100%;
  background: #ffc627;
  padding: 2% 5%;
}
.acc-wrap input:checked + .acc-box {
  height: auto;
}
.acc-wrap input:checked + .acc-box .close {
  display: block;
}
.acc-wrap input:checked + .acc-box i:before {
  transform: translate3d(3px, 0, 0) rotate(45deg);
}
.acc-wrap input:checked + .acc-box i:after {
  transform: translate3d(-3px, -2px, 0) rotate(-45deg);
}
.acc-wrap input:checked + .acc-box .acc-con {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 1% 0;
}
.acc-wrap input:checked + .acc-box .acc-con > *.pop-in {
  transform: scale(1);
}
.acc-wrap input:checked + .acc-box .acc-con > *.left-in, .acc-wrap input:checked + .acc-box .acc-con > *.right-in, .acc-wrap input:checked + .acc-box .acc-con > *.top-in, .acc-wrap input:checked + .acc-box .acc-con > *.bottom-in {
  transform: translate3d(0, 0, 0);
}





.swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
    .gallery-top {
      height: 100%;
      width: 100%;
    }
    .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
@media only screen and (max-width: 767px) {
  .gallery-top{
    height: 300px;
  }
  .swiper-container {
    margin-top: 30px !important; 
   }
   .order-col{
    margin-top: 100px;
   }
}

.order-col,.line-sp{margin-top: 100px !important}
.col-md-6{margin-top: 100px;}
.line-sp{margin-top: 100px;}
    .arrow{
        position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    }
#printer .material-icons{
    position: absolute;
    color: #fff
}
#printer ul{
    color: #fff;
    list-style: none;
    padding: 10px;
}
#printer li,#printer p{
    color: #fff
}