@font-face {
    font-family: fontBold;
    src: url("../fonts/HelveticaBold.ttf");
}
@font-face {
    font-family: fontRegular;
    src: url("../fonts/HelveticaRegular.ttf");
}
body {
    margin: 0;
    padding: 0;
}
.navbar {
    height: 100px;
    border-radius: 0;
    margin-bottom: 0;
}
.img_logo {
    width: 250px;
}
/*choose language*/
.lang1 {
    position: absolute;
    top: 35px;
    right: 50px;
}
.lang_item {
    width: 30px;
    margin: 4px;
}
/*body*/
.cantainer-fluid {
    position: relative;
    background-color: #E7E7E7;
    height: 100%;
    padding-top: 5vh;
    padding-bottom: 25vh;
}
.h2 {
    position: relative;
    font-family: fontRegular;
    text-transform: uppercase;
    color: #202020;
    text-align: center;
    padding-bottom: 3vh;
    font-size: 38px;
}
.txt_product {
    position: relative;
    font-family: fontRegular;
    width: 64%;
    font-size: 22px;
    color: #202020;
    line-height: 35px;
    letter-spacing: 0.5px;
    text-align: justify;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.h3 {
    position: absolute;
    font-family: fontRegular;
    width: auto;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2% 8%;
    background-color: #E7E7E7;
}
.process {
    padding: 40px;
    border-radius: 10px; 
    border: 2px solid black !important;
    position: relative;
    width: 70%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 8vh;
    margin-bottom: 8vh;
}
.process_div {
    position: relative;
    width: auto;
    display: flex;
}
.process_part {
    position: relative;
    width: calc(100%/5);
    padding-left: 5%;
    padding-right: 5%;
}
.process_img {
    position: relative;
    display: block;
    width: 100%
}
.process_p {
    position: relative;
    width: 160px;
    font-family: fontRegular;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 10px;
}
.process_p:hover {
    font-weight: bold;
}
.circle {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #A35a37;
    top: 0;
    right: 0;
}
.circle_1 {
    position: absolute;
    font-family: fontBold;
    color: #D8D8D8;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slider {
    position: relative;
    width: 700px;
    height: 500px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 3vh;
    margin-bottom: 20vh;
}
.w3-content {
    position: relative;
    max-width: 800px;
    margin-bottom: 1vh;
}
.slider_section {
    position: relative;
    /*width: 677px;*/
    width: 638px;
    margin: 0 auto;
    box-sizing: border-box;
}
.mySlides {
    width: 100%;
}
.arrow {
    width: 20px;
    height: 20px;
}
.img_icon {
    width: 35px;
    height: 35px;
}
.dots_group {
    position: relative;
    align-items: center;
    display: flex;
    color: #828282;
    width: 20%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 1vh;
}
.dot  {
    list-style: none;
    border: 1px solid #828282;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #828282;
    margin-left: 4px;
}
.analisis_head {
    position: relative;
    font-family: fontRegular;
    text-align: center;
    margin-top: 9vh;
    margin-bottom: 3vh;
}
.analisis_body {
    position: relative;
   /* width: 60%;*/
    width: 1100px;
    height: auto;
    background-color: #A35a37;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-top: 4vh;
    padding-bottom: 4vh;
    margin-bottom: 6vh;
}
.buttons-group {
    position: relative;
    display: flex;
    width: 85%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.pdf-button {
    position: relative;
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #fff;
    margin: 20px;
    width: calc(100%/4);
}
.pdf-button a {
    position: relative;
    text-decoration: none;
    color: #202020;
    display: flex;
    padding: 3px 5px;
    /*width: 200px;*/
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);  
}
.pdf-img {
    position: relative;
    width: 40px;
    height: 40px;
    top: 50%;
    -ms-transform: translate(-30%, -50%);
    -moz-transform: translate(-30%, -50%);
    -webkit-transform: translate(-30%, -50%);
    -o-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
}
.pdf-name {
    position: relative;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: fontRegular;
    text-transform: uppercase;
    text-align: left;
}
.txt_table {
    position: relative;
    font-family: fontRegular;
    width: 64%;
    font-size: 18px;
    font-weight: bold;
    color: #202020;
    line-height: 35px;
    letter-spacing: 0.5px;
    text-align: justify;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.table {
    position: relative;
    width: 70%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 1vh;
    margin-bottom: 5vh;
    font-family: fontRegular;
}
.table thead th {
    border: 2px solid #D8D8D8 !important; 
}
.table tbody th {
    border: 2px solid #D8D8D8 !important;
}
.table tbody td {
    border: 1px solid #D8D8D8 !important;
}
.table td, .table th {
    padding: .5rem;
}
#back2Top {
    width: 74px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 10px;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
.slideControls  {
    width: 14% !important;
}
/*Media Query*/
@media screen and (max-width:1550px){
    .circle {
        width: 40px;
        height: 40px;
    } 
    .analisis_body {
        width: 900px;
    }
    .pdf-button {
        margin: 10px;
    }
    .pdf-button a {
        padding: 0;
    }
    .pdf-name {
        font-size: 13px;
    }
    .pdf-img {
        width: 35px;
        height: 35px;
    }
    #back2Top {
        width: 50px;
    }
    #back2Top img {
        width: 50px;
    }
}
@media screen and (max-width:1350px){
    .h2 {
        font-size: 33px;
    }
    .circle {
        width: 35px;
        height: 35px;
    }
    .h3 {
        font-size: 22px
    }
    .txt_product {
        font-size: 20px;
        line-height: 30px;
    }
    .process_p {
        width: 130px;
        font-size: 15px;
    }
    .analisis_head {
        margin-top: 7vh;
    }
    .cantainer-fluid {
        padding-bottom: 20vh;
    }
    .slideControls  {
        width: 17% !important;
    }
}
@media screen and (max-width:1200px){
    .col-md-12 {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }
    .arrow-control {
        width: 200px !important;
    }
    .arrow-control img {
        width: 35px;
    }
    .arrow-control .carousel-indicator {
        width: 8px !important;
        height: 8px !important;
    }

}
@media screen and (max-width:1100px){
    .navbar {
        height: 90px
    }
    .img_logo {
        width: 230px;
    }
    .lang1 {
        top: 28px;
        right: 30px;
    }
    .lang_item {
        width: 28px;
        margin: 3px;
    }
    .h2 {
        font-size: 30px;
    }
    .process_p {
        width: 65px;
        font-size: 13px;
        line-height: 15px;
    }
    .circle {
        width: 28px;
        height: 28px;
    }
    .h3 {
        padding: 2% 6%;
    }
    .txt_product {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }
    .slider {
        height: 400px;
        margin-bottom: 15vh;
    }
    .mySlides {
        height: 400px;
    }
    .table {
        font-size: 13px;
    }
    .table td, .table th {
        padding: 7px;
    }
    .analisis_body {
        width: 700px;
        padding-top: 3vh;
        padding-bottom: 3vh;
        margin-bottom: 5vh;
    }
    .buttons-group {
        width: 96%;
    }
    .pdf-name {
        font-size: 11px;
    }
    .pdf-img {
        width: 30px;
        height: 30px;
    }
    .pdf-button {
        margin: 5px;
    }
    .carousel {
        width: 700px;
       /* left: 50%;
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);*/
    }
    .arrow-control ol {
        width: 100px;
    }
}
@media screen and (max-width:1000px){
    .navbar::before {
    content: none !important;
    }
    .txt_table {
        font-size: 16px;
        left: 15%;
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 0;
    }
    .item.active {
        display: flex;
    }
    .slideControls {
        width: 22% !important;
    }
}
@media screen and (max-width:900px) {
    .navbar {
        height: 70px;
    }
    .img_logo {
        width: 200px;
    }
    .lang1 {
        top: 23px;
        right: 25px;
    }
    .lang_item {
        width: 25px;
        margin: 2px;
    }
    .h2 {
        font-size: 25px;
    }
    .txt_product {
        width: 72%;
    }
    .process {
        width: 80%;
        padding: 30px;
    }
    .circle {
        width: 26px;
        height: 26px;
    }
    .slider {
        height: 300px;
    }
    .w3-content {
        max-width: 600px;
        left: 50%;
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }
    .mySlides {
        height: 300px;
    }
    .slider_section {
        /*width: 595px;*/
        width: 561px;
    }
    .img_icon {
        width: 30px;
        height: 30px;
    }
    .txt_table {
        font-size: 15px;
        line-height: 20px;
    }
    .table-responsive {
        border: none;
    }
    .table {
        font-size: 10px !important;
    }
    .table td, .table th {
        padding: 5px !important;
    }
    #back2Top {
        width: 40px;
    }
    #back2Top img {
        width: 40px;
    }
    .carousel {
        width: 660px;
    }
}
@media screen and (max-width:750px){
    .h2 {
        font-size: 20px;
    }
    .process {
        padding: 25px;
    }
    .h3 {
        font-size: 18px;
        padding: 1% 4%;
    }
    .txt_product {
        width: 80%;
        font-size: 17px;
        line-height: 25px;
    }
    .slider {
        width: 100%;
    }
    .analisis_body {
        width: 500px;
    }
    .pdf-img {
        -ms-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 27px;
        height: 27px;
    }
    .carousel {
        width: 580px;
        margin-top: 8%;
    }
    .arrow-control img {
        width: 100%;
    }
    .cantainer-fluid {
        padding-bottom: 10vh;
    }
    .arrow-control {
        width: 27% !important;
    }
    .arrow-control li {
        margin-left: 4% !important;
    }
    .arrow-control ol {
        left: -6% !important;
    }
}
@media screen and (max-width:650px){
    .circle {
        width: 20px;
        height: 20px;
    }
    .circle_1 {
        font-size: 12px;
    }
    .process {
        padding: 20px;
        margin-top: 5vh;    
        margin-bottom: 5vh;
    } 
    .slider {
        height: 250px;
    } 
    .w3-content {
        width: 500px;
    }
    .mySlides {
        height: 250px;
    }
    .slider_section {
       /* width: 467px;*/
       width: 441px;
    }
    .img_icon {
        width: 22px;
        height: 22px;
    } 
    .arrow {
        height: 15px;
    }
    .dot {
        width: 3px;
        height: 3px;
    }
    .table {
        font-size: 8px !important;
    }
    .table td, .table th {
        padding: 3px;
    } 
    .analisis_body {
        width: 300px;
    }
    .buttons-group {
        display: block;
    }
    .pdf-button {
        width: 180px;
        height: 44px;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin: 6px 2px;
    }
    .pdf-img {
        margin-right: 10px;
    }
    .pdf-button a {
        left: 10%;
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);   
    }
    .cantainer-fluid {
        padding-bottom: 20vh;
    }
    .carousel {
        width: 550px;
    }  
    .slideControls {
        width: 30% !important;
    }
}
@media screen and (max-width:570px){
    .navbar {
        height: 60px;
    }
    .img_logo {
        width: 150px;
    }
    .lang1 {
        top: 16px;
        right: 20px;
    }
    .lang_item {
        width: 20px;
    }
    .h2 {
        font-size: 18px;
    }
    .txt_product {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .h3 {
        font-size: 16px;
    }
    .process_p {
        width: 56px;
        font-size: 12px;
        line-height: 13px;
    }
    .process_part {
        padding-left: 6%;
        padding-right: 6%;
    }
    .w3-content {
        width: 400px;
    }
    .slider_section {
        /* width: 391px; */
        width: 369px;
    }
    .arrow {
        width: 14px;
        height: 12px;
    }
    .img_icon {
        width: 18px;
        height: 18px;
    }
    .txt_table {
        font-size: 13px;
        line-height: 16px;
    }
    .table td, .table th {
        padding: 2px !important;
    } 
    #back2Top {
        width: 30px;
        bottom: 20px;
    }
    #back2Top img {
        width: 30px;
    } 
    .carousel {
        width: 500px;
    } 
    .arrow-control ol {
        padding-top: 4% !important; 
    }
    .carousel-indicators .active {
        margin-left: 1px !important;
    }
}
@media screen and (max-width:500px){
    .h3 {
        font-size: 15px;
        padding: 0% 2%;
    }
    .txt_product {
        font-size: 14px;
        line-height: 23px;
    }
    .table {
        font-size: 7px !important;
    }
    .circle {
        width: 17px;
        height: 17px;
    }
    .circle_1 {
        font-size: 8px;
    }
    .process_p {
        font-size: 11px; 
    }
    .carousel {
        width: 440px;
    }
    .arrow-control ol {
        padding-top: 6% !important; 
    }
    .carousel-indicators li {
        width: 7px !important;
        height: 7px !important; 
    }
    .carousel-indicators .active {
        width: 7px !important;
        height: 7px !important; 
    }
    .slideControls {
        width: 41%;
    }
}
@media screen and (max-width:440px){
    .navbar {
        height: 50px;
    }
    img {
        vertical-align: initial;
    }
    .img_logo {
        width: 110px;
    }
    .lang_item {
        width: 17px;
    }
    .h2 {
        padding-bottom: 0vh;
    }
    .txt_product {
        font-size: 13px;
        line-height: 20px;
    }
    .process_p {
        font-size: 10px;
        line-height: 11px;
    }
    .circle {
        width: 15px;
        height: 15px;
    }
    .slider {
        height: 150px;
    }
    .w3-content {
        width: 300px;
    }
    .mySlides {
       /*height: 150px;*/
       height: 110px;
    }
    .slider_section {
        /* swidth: 343px; */
        width: 324px;
    }
    .img_icon {
        width: 15px;
        height: 15px;  
    }
    .txt_table {
        font-size: 11px;
        line-height: 13px;
    }
    .table {
        font-size: 6.2px !important;
    }
    .table td, .table th {
        padding: 1px !important;
    }
    .h3 { 
        font-size: 12px;
    }
    .analisis_body {
        width: 200px;
    }
    .carousel {
        width: 360px;
    }
    .carousel-indicators li {
        width: 6px !important;
        height: 6px !important;
    }
    .carousel-indicators .active {
        width: 6px !important;
        height: 6px !important;
        margin-left: 10px !important;
    }
    .arrow-control ol {
        left: -13% !important;
    }
    .slideControls {
        width: 38% !important;
    }
}
@media screen and (max-width:360px){
    .h2 {
        font-size: 16px;
    }
    .txt_product {
        font-size: 12px;
        line-height: 17px;
    }
    .h3 {
        font-size: 10px;
    }
    .circle {
        width: 14px;
        height: 14px;
    }
    .circle_1 {
        font-size: 6px;
    }
    .process {
        padding: 15px; 
    }
    .process_p {
        width: 49px;
        font-size: 9px;
        line-height: 10px;
    }
    .process_part {
        height: 50px;
    }
    .slider_section {
        /*width: 327px; */
        width: 310px;
    }
    .img_icon {
        width: 14px;
        height: 14px;
    }
    .table td, .table th {
        padding: 0px !important;
    }
    .carousel {
        width: 290px;
    }
}

/*ignots slider*/
.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
  }
  .carousel-showmanymoveone .carousel-control.left {
    margin-left: 15px;
  }
  .carousel-showmanymoveone .carousel-control.right {
    margin-right: 15px;
  }
  .carousel-showmanymoveone .cloneditem-1,
  .carousel-showmanymoveone .cloneditem-2,
  .carousel-showmanymoveone .cloneditem-3 {
    display: none;
}
@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
      left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
      left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
      display: block;
    }
  }
  @media all and (min-width: 768px) and (transform-3d),
    all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
    }
  }
  @media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
      left: -33.3%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
      left: 33.3%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
      display: block;
    }
  }
  @media all and (min-width: 992px) and (transform-3d),
    all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
      -webkit-transform: translate3d(33.3%, 0, 0);
      transform: translate3d(33.3%, 0, 0);
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-33.3%, 0, 0);
      transform: translate3d(-33.3%, 0, 0);
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
    }
  }

  .carousel-control:hover,
  .carousel-control:focus {
    opacity: 1;
  }

  .carousel-control,
  .carousel-control {
    opacity: 1;
  }

  @media all and (min-width: 1600px) {
    .carousel-main-container {
      width: 66.66666667%;
      margin-left: 16.66666667%;
    }
  }
  .glyphicon {
    color: #46166b;
    top: 60px;
  }
  @media all and (min-width: 768px) {
    .glyphicon {
      top: 62px;
    }
  }
  @media all and (min-width: 992px) {
    .glyphicon {
      top: 65px;
    }
  }
  @media all and (max-width: 767px) {
    .glyphicon-menu-right {
      margin-left: 20px;
    }

    .glyphicon-menu-left {
      right: 28px;
    }
  }



    .arrow-control {
      position: relative;
      display: flex;
      width: 280px;
      padding: 0;
      left: 50%;
      transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0s);
      margin-top: 10px;
  }
  .arrow-control ol {
      width: 50%;
      bottom: 0;
      margin: 0 auto;
      padding-top: 3%;
      top: 0; 
      left: 0;  
  }
  .arrow-control li {
      border: none;
      background-color: #828282;
      margin-left: 10px;
  }
  .carousel-control-next, .carousel-control-prev {
      opacity: 1;
      transition: none;
  }
  .carousel-indicators li {
    width: 8px;
    height: 8px;
  }
  .carousel-indicators .active {
    background-color: #A35A36;
    width: 8px;
    height: 8px;
    margin: 0.5px !important;
    margin-left: 15px !important;
}
  .arrow-control a {
      position: relative;
      margin: 0; 
      padding: 0;
  }
  .carousel-control-next {
    left: 70%;
}
/*loader*/
#preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9999999;
      background:#FFFFFF;
  }
  #loader {
      display: block;
      position: relative;
      left: 50%;
      top: 50%;
      width: 150px;
      height: 150px;
      margin: -75px 0 0 -75px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #202020;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
  }
  #loader:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #202020;
      -webkit-animation: spin 3s linear infinite;
      animation: spin 3s linear infinite;
  }
  #loader:after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #202020;
      -webkit-animation: spin 1.5s linear infinite;
      animation: spin 1.5s linear infinite;
  }
  @-webkit-keyframes spin {
      0%   {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
      }
      100% {
          -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }
  @keyframes spin {
      0%   {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
      }
      100% {
          -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }








