@media only screen and (min-width:320px) {
  .mymaxwidth {
    width: 100%;
    margin: 0 auto
  }

  a:hover {
    text-decoration: none
  }

  .btn, .btn:active:focus, .btn:focus, a, a:active, a:focus, button, button:active, button:focus {
    outline: transparent !important;
    outline: 0
  }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 0px;
}



/* PRELOADER */

.clientslink p {margin: 0 0 3px !important;}
.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/frame/preloader-2.gif) center no-repeat #fff
}

.loader-logo {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-bottom: 30px;
  height: 30px;
  width: 200px;
  background: url(../images/frame/loader-logo.gif) center no-repeat;
  z-200000;
  background-size: contain;
  position: absolute;
}
.intro-hr {
  border: none;
  border-left: 1px solid rgba(116, 116, 116, 0.3);
  height: 20%;
  width: 1px;
  margin-top: 0px;
}

/* PRODUCTS */

.lightbox {
    position: fixed !important;
    top: 9% !important;
}
#prod-pad img {width: 100%;}
#prod-pad {}
#prod-div { }
#portfolio-div {}


  /* CONTACTS PAGE */

.controls .btn {font-family: regular !important;}

.contact-address span {font-family: regular !important; color: #818181;}
.control-label {font-family: regular !important;}
.page-header h3 {font-size: }

  .page-header {
      padding-bottom: 9px;
      margin: 0 0 20px;
      border-bottom: 0px;
      display: none;

  }

.contact-name { display: none;}




select, textarea, input[type="text"], input[type="email"], input[type="tel"], .inputbox {
    border: 1px solid #DEDEDE !important;
}

  .btn-primary {
    background-color: #f58220 !important;
    border: 0 !important;
  }

  .btn-primary:hover {
    background-color: #b01f24 !important;
    border: 0 !important;
  }
  /********************   CONTACT FORM   ********************/
  .contact-form legend {
    font-family: regular !important;
  }
  .contact-name {
    color: #f58220;
    font-family: regular !important;
  }
  .optional {
    color: #000;
  }
  .itemscope {
    max-width: 500px;
  }
  .contact h1 {
    color: #f58220 !important;
    font-family: regular !important;
  }
  .contact h3 {
    color: #f58220 !important;
    font-family: regular !important;
  }
  .contact-name {
    display: nonee !important;
    font-family: regular !important;
  }
  .say-hey {
    text-align: center;
  }
  legend {
    color: #f58220;
  }
  #jform_contact_name {
    width: 100%;
    font-size: 14px;
    font-family: regular !important;
  }
  #jform_contact_email {
    width: 100%;
    font-size: 14px;
    font-family: regular !important;
  }
  #jform_contact_emailmsg {
    width: 100%;
    font-size: 14px;
    font-family: regular !important;
  }
  #jform_contact_message {
    width: 100%;
    font-size: 14px;
    font-family: regular !important;
  }
  #jform_contact_name-lbl {
    display: none;
  }
  #jform_contact_email-lbl {
    display: none;
  }
  #jform_contact_emailmsg-lbl {
    display: none;
  }
  #jform_contact_message-lbl {
    display: none;
  }
  #contact-form label {
    font-weight: normal !important;
    color: #666;
  }
  .con-bg {
    background-color: #dedede;
    padding-top: 15px;
    border-radius: 0 !important;
    margin-bottom: 60px;
  }
  .well-bg {
    background-color: #dedede;
    border: 0;
    box-shadow: none !important;
  }
  select, textarea, input[type="text"], input[type="email"], input[type="tel"], .inputbox {
    border: #F5F5F5;
    border-radius: 4px;
    box-shadow: none !important;
  }
  input.invalid {
    border: 1px solid #f58220 !important;
  }
  input[type="text"] {
    border-radius: 0 !important;
  }
  input[type="email"] {
    border-radius: 0 !important;
  }
  legend {
    border-bottom: 1px solid #fff;
    padding-bottom: 7px !important;
  }

  /*   -----    place-holder color Start  ------*/
  input::-webkit-input-placeholder {
    color: #bababa !important;
  }
  input:-moz-placeholder {
    /* Firefox 18- */
    color: #bababa !important;
  }
  input::-moz-placeholder {
    /* Firefox 19+ */
    color: #bababa !important;
  }
  input:-ms-input-placeholder {
    color: #bababa !important;
  }
  /*   ///////    place-holder color  End       */
  /*   -----    place-holder color  "text areas" Start  ------*/
  textarea::-webkit-input-placeholder {
    color: #bababa !important;
  }
  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #bababa !important;
  }
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #bababa !important;
  }
  textarea:-ms-input-placeholder {
    color: #bababa !important;
  }
  /*................./////////  Custom Contact....................../




  /* OUR CLIENTS */

  #div-ball5 {
    position: absolute;
    margin-top: -2.51px;
    height: 7px;
    width: 7px;
    border-radius: 10px;
    margin-left: 0px;
}


  #cli-logodiv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    align-content: flex-start;
  }

#cli-logodiv img {
    width: 80%;
    margin-left: 10%;
}


  .cli-logo {
  }

  .clientslink a {
    color: #000;
  }

  .clientslink a:hover {
    color: #b01f24;
  }

  .client-cont {
    z-index: 1;
    background: url(../images/frame/logo-line.png);
    background-color: #fff;
    background-size: auto, auto;
    background-size: 40%, auto;
    background-repeat: no-repeat;
    background-position: right;
  }

  /* MAST */

  .t3-mainbody {
    padding-top: 0px;
    padding-bottom: 0px;
}

.t3-content {
    padding-top: 0px;
    padding-bottom: 0px;

}

.contact-head {margin-top: 54px;}

.article-header {display: none;}
.article-aside {display: none;}


.mast-outdoor {background-image: url(../images/frame/mast-outdoor-2.jpg);}

.mast-office {background-image: url(../images/frame/mast-office-1.jpg);}

.mast-tech {background-image: url(../images/frame/mast-tech-2.jpg);}

.mast-home {background-image: url(../images/frame/mast-home-1.jpg);}

.mast-leather {background-image: url(../images/frame/mast-leather-2.jpg);}

.mast-drinkware {background-image: url(../images/frame/mast-drinkware-2.jpg);}

.mast-bags {background-image: url(../images/frame/mast-bags-1.jpg);}

.mast-apparel {background-image: url(../images/frame/mast-apparel-1.jpg);}

.mast-awards {background-image: url(../images/frame/mast-awards-5.jpg);}

.mast-contacts {background-image: url(../images/frame/mast-contact-1.jpg);}

.mast-about { background-image: url(../images/frame/mast-about-3.jpg);}

  .mast-clients {
    background-image: url(../images/frame/mast-clients-5.jpg);
  }

  .inside-mast {}

  #inside-mast {
    height: 130px;
    background-position: center;
    background-size: cover;
  }

  #mytag {
    height: 90px;
    width: 120px;
    position: absolute;
    right: 0;
    margin-right: 0;
    bottom: 0;
    margin-bottom: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right
  }

  .mytag2 {
    background-image: url(../images/page-image/atara-tag.png)
  }

  .mytag {
    background-image: none
  }

  #sticky-social ul {
    list-style: none;
    margin: 0;
    padding: 0
  }

  #sticky-social {
    right: 0;
    position: fixed;
    top: 42%;
    z-index: 7000
  }

  #sticky-social a {
    background: #333;
    color: #fff;
    display: block;
    height: 35px;
    font: 13px "Open Sans", sans-serif;
    line-height: 35px;
    position: relative;
    text-align: center;
    width: 35px
  }

  #sticky-social a span {
    line-height: 35px;
    left: -150px;
    position: absolute;
    text-align: left;
    width: 90px;
    opacity: 0;
    padding-left: 15px;
    pointer-events: none
  }

  #sticky-social a:hover span {
    left: -257%;
    text-align: left;
    padding-left: 15px;
    opacity: 1;
    pointer-events: auto
  }

  #sticky-social a[class*=facebook], #sticky-social a[class*=facebook] span, #sticky-social a[class*=facebook]:hover {
    background: #3b5998
  }

  #sticky-social a[class*=twitter], #sticky-social a[class*=twitter] span, #sticky-social a[class*=twitter]:hover {
    background: #00aced
  }

  #sticky-social a[class*=youtube], #sticky-social a[class*=youtube] span, #sticky-social a[class*=youtube]:hover {
    background: #b00
  }

  #sticky-social a[class*=gplus], #sticky-social a[class*=gplus] span, #sticky-social a[class*=gplus]:hover {
    background: #dd4b39
  }

  #sticky-social a[class*=linkedin], #sticky-social a[class*=linkedin] span, #sticky-social a[class*=linkedin]:hover {
    background: #007bb6
  }

  #sticky-social a[class*=instagrem], #sticky-social a[class*=instagrem] span, #sticky-social a[class*=instagrem]:hover {
    background: #517fa4
  }

  #sticky-social a[class*=stumbleupon], #sticky-social a[class*=stumbleupon] span, #sticky-social a[class*=stumbleupon]:hover {
    background: #eb4924
  }

  #sticky-social a[class*=pinterest], #sticky-social a[class*=pinterest] span, #sticky-social a[class*=pinterest]:hover {
    background: #cc2127
  }

  #sticky-social a[class*=flickr], #sticky-social a[class*=flickr] span, #sticky-social a[class*=flickr]:hover {
    background: #ff0084
  }

  #sticky-social a[class*=tumblr], #sticky-social a[class*=tumblr] span, #sticky-social a[class*=tumblr]:hover {
    background: #32506d
  }

  .q-div {
    padding: 20px 0;
    width: 100%
  }

  .mygrad-bg {
    background: linear-gradient(135deg, #be3900 10%, #ffc700 100%);
  }

  .quote-div {
    background: url(../images/frame/logo-line.png);
    background-size: 550px, auto;
    background-position: right center;
    animation: animatedBackground 150s linear infinite;
    background-repeat: repeat-y;
  }

  @keyframes animatedBackground {
    from {
      background-position: right 160px
    }

    to {
      background-position: right -750px;
    }
  }

  .quote-img {
    height: 70px;
    background-image: url(../images/frame/sapphire-quotemark.jpg);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center
  }

  .quote-text {
    font-size: 36px;
    line-height: 36px;
    text-align: center
  }

/* FOOTER */

  .footer-border-r {
    border-right: 1px solid #393939
  }

  #footer-links {
    border-left: 1px solid #393939
  }

  #footer-links .ser-links {
    line-height: 13px !important;
    font-size: 13.5px;
    padding-left: 15px
  }

  .footer-hr {
    width: 60px;
    text-align: left;
    border-top: 1px solid rgba(176, 31, 36, 1)
  }

  .footer-1 {
    height: 74px;
    background-repeat: no-repeat;
    background-size: 170px;
    background-image: url(../images/logos/sapphire-logo.svg);
    background-position: top left
  }

  .t3-footer {
    border-top: 0;
    background: #1a1b20;
    color: #7c7c7c
  }

  .t3-copyright img {
    width: 400px
  }

  .t3-copyright {
    border-top: 0;
    font-size: 12px;
    padding: 20px 0 0;
    background: #171717
  }

  .t3-logo, .t3-logo-color {
    background-size: 70%
  }

  .clent-header {
    height: 100px;
    border-top: 1px solid #e9e9e9
  }

  .t-b-border {
    border-bottom: 1px solid #e9e9e9
  }

  .sec-divider-3 {
    margin-left: 0;
    width: 150px;
    height: 1.5px
  }

  .btn {
    border: 0
  }

  .servlink a {
    color: #d7d7d7
  }

  .servlink:hover {
    margin-left: 10px;
    cursor: pointer;
    color: #fff
  }

  .servlink a:hover {
    color: #fff
  }

  .servlink2 a {
    color: #7c7c7c
  }

  .servlink2:hover {
    margin-left: 10px;
    cursor: pointer;
    color: #fff
  }

  .servlink2 a:hover {
    color: #fff
  }

  .myfade-l, .myfade-r {
    z-index: 500;
    position: absolute;
    height: 200px;
    width: 7%
  }

  .clients-div {
    padding-left: 30px;
    padding-right: 30px
  }

  .slick-dots {
    bottom: -50px
  }

  .client-logos .slick-dots {
    bottom: -25px
  }

  .myfade-l {
    background-image: url(../images/clients-logos/logicool-slider-prev-fade.png)
  }

  .myfade-r {
    background-image: url(../images/clients-logos/logicool-slider-next-fade.png);
    left: 0;
    right: 11px;
    margin: auto 0 auto auto;
    background-position: right
  }

  .slick-slide img, .slider {
    width: 100%
  }


  element {
}
.slick-dots li {
    height: 20px;
    width: 12px !important;}

  .slick-dots li.slick-active button::before {
    color: #b01f24;
    opacity: 1;
    font-size: 25px;
    line-height: 25px;
    margin-top: -4px
  }

  .slick-dots li button:before {
    font-size: 10px;
    line-height: 15px;
    color: #f58220;
    opacity: 1
  }

  .ser-float-l .slick-dots li.slick-active button::before {
    color: #b01f24;
    opacity: 1;
    font-size: 25px;
    line-height: 25px;
    margin-top: -4px
  }

  .ser-float-l .slick-dots li button:before {
    font-size: 15px;
    line-height: 15px;
    color: #f3f3f3;
    opacity: 1
  }



  .slider {
    margin: 15px auto;
    width: 70%
  }

  .slick-slide {
    margin: 0 20px
  }

  .slick-active, .slick-current, .slick-slide {
    opacity: 1
  }

  .slick-next, .slick-prev {
    background-size: 70%;
    background-repeat: no-repeat
  }

  .slick-next:hover, .slick-prev:hover {
    height: 50px;
    width: 40px;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .9
  }

  .slick-next::before, .slick-prev::before {
    content: "←";
    display: none
  }


.myitem-name {position: absolute; margin-top: 15px; margin-left: 15px;}

  .slick-next:hover {
    background-image: url(../images/frame/sapphire-services-next.svg);
    transition: all .5s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important
  }

  .slick-next {
    right: -36px;
    background-image: url(../images/frame/sapphire-services-next.svg)
  }

  .slick-prev, .slick-prev:hover {
    background-image: url(../images/frame/sapphire-services-prev.svg)
  }

  .slick-prev:hover {
    transition: all .5s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important
  }

  .slick-next, .slick-prev {
    height: 50px;
    width: 40px;
    opacity: .5;
    background-position: center
  }

  .slick-prev {
    left: -36px
  }

  #ser-img {
    height: 150px
  }

  .ser-float-l {
    padding: 0;
    padding-bottom: 55px
  }

  .ser-float-r {
    overflow: visible;
    z-index: 1;
  }

  .ser-float-r .ser-links {
    opacity: .8
  }

  .ser-cont {
    z-index: 1;
    background: url(../images/frame/logo-line.png), linear-gradient(135deg, #006aad 10%, #f5d100 100%);
    background-size: 40%, auto;
    background-repeat: no-repeat;
    background-position: right;
  }

  .ser-r {
    height: 100%;
    display: none
  }

  .ser-r2 {
    height: 100%;
    display: none;
    width: 33%;
  }

  .black-overlay {
    background-color: rgba(0, 0, 0, .2);
    height: 100%
  }


  .black-overlay2 {
    background-color: #F8F8F8;
    height: 100%;
}

  .sec-divider-2 {
    height: 1.5px;
    width: 150px;
    border-radius: 1px
  }

  .sec-divider-3 {
    height: 1.5px;
    width: 150px;
    border-radius: 1px
  }


  #div-ball4 {
    position: absolute;
    margin-top: -2.51px;
    height: 7px;
    width: 7px;
    border-radius: 10px;
    margin-left: 146px;
}

  #div-ball3 {
    position: absolute;
    margin-top: -2.5px;
    height: 6.7px;
    width: 6.7px;
    border-radius: 10px;
    margin-left: -2px
  }

  #bigger-l {
    text-align: center;
    line-height: 61px;
    background-color: rgba(245, 130, 32, .2);
    flex-direction: row;
    float: left;
    margin-right: 3px;
    font-size: 65px;
    height: 60px
  }

  .bigletter1 {
    width: 50px
  }

  .bigletter2 {
    width: 70px
  }

  #div-ball {
    position: absolute;
    margin-top: -2.5px;
    height: 6.7px;
    width: 6.7px;
    border-radius: 10px;
    margin-left: -2px
  }

  #div-ball2 {
    position: absolute;
    margin-top: -2.51px;
    height: 7px;
    width: 7px;
    border-radius: 10px;
    margin-left: 254px
  }

  .sec-divider {
    height: 1.5px;
    width: 150px;
    border-radius: 1px
  }

  .intro-r {
    height: 400px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/page-image/sapphire-halfimage-3.jpg);
    background-position: bottom;
    margin-bottom: 15px
  }

  .intro-r2 {
    height: 400px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/page-image/sapphire-halfimage-5.jpg);
    background-position: bottom;
    margin-bottom: 15px
  }

  #divghost-l {
    display: none;
    height: 500px
  }

  .divghost-r {
    display: none;
    height: 500px
  }

  .intro-float {
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3
  }

  /* FONTS */
  .thin {
    font-family: thin !important;
    font-weight: 100;
    font-style: normal
  }

  .light {
    font-family: light !important;
    font-weight: 300;
    font-style: normal
  }

  .regular {
    font-family: regular !important;
    font-weight: 400;
    font-style: normal
  }

  .semibold {
    font-family: semibold !important;
    font-weight: 600;
    font-style: normal
  }

  .bold {
    font-family: bold !important;
    font-weight: 700;
    font-style: normal
  }

  .black {
    font-family: black !important;
    font-weight: 900;
    font-style: normal
  }

  /* SLIDER */
  .carousel-control {
    margin-bottom: 0;
    margin: auto
  }

  .carousel-control.right {
    left: auto;
    right: 0;
    height: 60px;
    bottom: 0;
    margin-bottom: 0;
    top: 0;
    width: 60px !important
  }

  .carousel-control.left {
    left: auto;
    left: 0;
    height: 60px;
    bottom: 0;
    margin-bottom: 0;
    top: 0;
    width: 60px !important;
    margin-left: 0
  }

  .slider-next {
    background-image: url(../images/frame/sapphire-group-next.svg) !important;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat !important
  }

  .slider-prev {
    background-image: url(../images/frame/sapphire-group-prev.svg) !important;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat !important
  }

  #slider-image {
    height: 400px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-top: 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
  }

  .slider-icon-1 {
    background-image: url(../images/slider/sapphire-slider-icon-1.svg)
  }

  .slider-icon-2 {
    background-image: url(../images/slider/sapphire-slider-icon-2.svg)
  }

  .slider-icon-3 {
    background-image: url(../images/slider/sapphire-slider-icon-3.svg)
  }

  .slider-icon-4 {
    background-image: url(../images/slider/sapphire-slider-icon-1.svg)
  }

  .service-icon-1 {
    background-image: url(../images/frame/apparel-icon.svg)
  }

  .service-icon-2 {
    background-image: url(../images/frame/bag-icon.svg)
  }

  .service-icon-3 {
    background-image: url(../images/frame/leather-icon.svg)
  }

  .service-icon-4 {
    background-image: url(../images/frame/sewing-icon.svg)
  }

  #slider-img-1 {
    position: absolute;
    height: 100vh;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center 0
  }

  .slider-pop-1 {
    background-image: url(../images/slider/slider-image-1.png)
  }

  .slider-pop-2 {
    background-image: url(../images/slider/slider-image-5.png)
  }

  .slider-pop-3 {
    background-image: url(../images/slider/slider-image-3.png)
  }

  .slider-pop-4 {
    background-image: url(../images/slider/slider-image-4.png)
  }

  .carousel-indicators {
    bottom: 0
  }

  .sligradient-1 {
    background-image: linear-gradient(135deg, #e80505 10%, #fdd819 100%)
  }

  .sligradient-2 {
    background-image: linear-gradient(135deg, #f6416c 1%, #fff6b7 100%)
  }

  .sligradient-3 {
    background-image: linear-gradient(135deg, #006aad 10%, #f5d100 100%)
  }

  .sligradient-4 {
    background-image: linear-gradient(135deg, #3813c2 10%, #ff6fd8 100%)
  }

  .sligradient-5 {
    background-image: linear-gradient(135deg, #424700 10%, #ba8b02 100%)
  }

  .sli-stroke {
    height: 1.5px;
    width: 20%;
    margin-left: 40%;
    margin-top: 13px;
    border-radius: 1.5px
  }

  .carousel-indicators .active {
    width: 5%;
    height: 1px !important;
    opacity: 1;
    border-radius: 3px
  }

  .sli-intro {
    font-weight: 100 !important;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 14px;
    padding: 5px 15px
  }

  .slider-btn .btn {
    border-radius: 23px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 20px;
    opacity: .6;
    cursor: pointer
  }

  .slider-btn .btn:hover {
    opacity: 1
  }

  .bg-pri-1 {
    background-color: rgba(0, 0, 0, .5)
  }

  .slider-box-1 {
    width: 90%;
    margin-left: 5%;
    text-align: center
  }

  #slider-icon {
    height: 30px;
    width: 100%;
    background-repeat: no-repeat;
    opacity: .8;
    background-position: center;
    margin-bottom: 15px
  }

  .bounceIn {
    animation-delay: .3s !important;
    animation-duration: 1.3s
  }

  .fadeInDownBig {
    animation-delay: .2s !important
  }

  .bounceInUp {
    animation-delay: .4s !important;
    animation-duration: 2s
  }

  .fadeInUpBig {
    animation-delay: 1.5s !important;
    animation-duration: .7s
  }

  .carousel-caption {
    bottom: 25px;
    text-shadow: none !important
  }

  .slider-btn {
    text-align: center;
    margin-top: 20px
  }

  .mycaption {
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    margin-top: 15px;
    opacity: .9;
    letter-spacing: -1.2px
  }

  .slider-logo-bar {
    height: 90vh;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    background-color: rgba(0, 0, 0, .2)
  }

  .carousel, .carousel-inner, .carousel-inner .item {
    min-height: 90vh
  }

  .carousel-caption {
    bottom: 20px;
    text-shadow: none !important
  }

  .carousel-control.left, .carousel-control.right {
    background-image: none
  }

  .prev-ico img {
    position: absolute;
    left: 15%;
    top: 0;
    bottom: 0;
    margin: auto
  }

  .next-ico img {
    position: absolute;
    right: 15%;
    top: 0;
    bottom: 0;
    margin: auto
  }

  .carousel-indicators li {
    width: 5%;
    height: 1px;
    border: 0;
    background-color: #fff;
    margin: 0;
    opacity: .3;
    border-radius: 3px
  }

  .prev-cont {
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-position: center
  }

  .next-cont {
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-position: center
  }

  .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity
  }

  .carousel-fade .carousel-inner .active {
    opacity: 1
  }

  .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
  }

  .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1
  }

  .carousel-fade .carousel-control {
    z-index: 2
  }

  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.active.right, .carousel-fade .carousel-inner>.item.next {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
    }

    .carousel-fade .carousel-inner>.item.active.left, .carousel-fade .carousel-inner>.item.prev {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
    }

    .carousel-fade .carousel-inner>.item.active, .carousel-fade .carousel-inner>.item.next.left, .carousel-fade .carousel-inner>.item.prev.right {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
    }
  }

  .carousel-caption {
    font-size: 17px
  }

  .carousel-caption h3 {
    font-size: 30px;
    font-family: Lato, sans-serif
  }

  .item:nth-child(1) {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
  }

  .item:nth-child(2) {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
  }

  .item:nth-child(3) {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
  }

  .item:nth-child(4) {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
  }

  .carousel-control {
    width: 10%
  }

  /* NAVIGATION */

  .navbar-default .navbar-nav > .dropdown > a .caret {
      border-top-color: #f2f2f2;
      border-bottom-color:#f2f2f2;
      margin-left: 5px;
  }

  .navbar-default .navbar-nav > .dropdown > a:hover .caret {
      border-top-color: #fff;
      border-bottom-color: #fff;
  }

  .nav .open>a:focus, .nav .open>a:hover, .open>a {
    background-color: #f58220;
    color: rgba(255, 255, 255, 1)
  }

  .dropdown-menu {
    padding: 0;
  }

  .navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    border: 0;
    border-bottom: 3px solid #f58220;
    border-radius: 0px
  }


.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { background-color: #f58220; color: #fff;}

  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100vh !important;
  }

  .navbar-default .navbar-toggle {
    border-color: #b01f24
  }

  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #f58220;
    color: #fff;
  }

  .navbar-default {
    background-color: #000
  }

  .navbar-toggle .fa-bars {
    color: #b01f24
  }

  .navbar-toggle:hover .fa-bars {
    color: #fff
  }

  .navbar-toggle {
    line-height: 31px
  }

  .navbar-default {
    border: 0
  }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #b01f24
  }

  .navbar-default .navbar-nav>li>a {
    color: #bdbdbd
  }

  .navbar-brand {
    height: 60px
  }

  .t3-mainnav {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .2px
  }

  .navbar-fixed-bottom, .navbar-fixed-top {
    position: relative
  }

  .navbar-brand {
    padding-top: 0
  }

  .navbar-brand img {
    width: 120px;
    padding-top: 5px;
    transition: all .5s ease-in-out !important
  }

  .navbar-nav {
    margin: 0 -15px
  }

  .t3-navbar-collapse {
    background-color: #fff
  }

  .navbar-small .navbar-default .navbar-collapse {
    border-bottom: 0 !important
  }

  .navbar-toggle .icon-bar {
    margin-left: 5px
  }

  .navbar-toggle {
    margin-top: 12px !important
  }
}

@media only screen and (min-width:480px) {

/* CLIENTS */

#cli-logodiv img {
    width: 70%;
    margin-left: 15%;
}


  /* SLIDER */
  .slider-box-1 {
    width: 50%;
    margin-left: 25%
  }

  #slider-image {
    height: 100vh;
    margin-right: 100px;
    width: 70%;
    margin-left: 15%;
    background-position: top
  }

  .mycaption {
    font-size: 39px;
    line-height: 36px;
    margin-top: 15px;
    opacity: .9
  }
}

@media only screen and (min-width:768px) {
  .h1, h1 {
    font-size: 24px
  }



  /* MAST */
    #inside-mast {
      height: 230px;
    }


  /* OUR CLIENTS */
  .cli-logo {
    margin-top: 80px;
  }


  #cli-logodiv img {
      width: 100%;
      margin-left: 0%;
  }

  .client-div {
    background: url(../images/frame/logo-line.png);
    height: 1000px;
    background-repeat: no-repeat;
    background-size: 37%, auto;
    background-position: right center;
    margin-top: 98px 0 40px;
  }

  .client-cont {

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: none;
    background-color: transparent;
  }

  /* TAG */
  .mytag {
    background-image: url(../images/page-image/atara-tag.png)
  }

  .mytag2 {
    background-image: none
  }

  /* QUOTATION */
  .quote-img {
    background-size: 100px
  }

  .q-div {
    height: 200px;
    padding: 0
  }

  .quote-text {
    font-size: 52px;
    line-height: 60px;
    height: 200px
  }

  .quote-img {
    height: 200px
  }

  .quote-text {
    font-size: 52px;
    text-align: left;
    padding-left: 130px
  }

  /* FOOTER */
  #footer-links {
    padding-left: 1%
  }

  .footer-cont {
    display: flex;
    flex-direction: row
  }

  /* PRODUCTS */
  .ser-links {
    line-height: 12px !important
  }

  .ser-div {
    background: url(../images/frame/logo-line.png), linear-gradient(135deg, #006aad 10%, #f5d100 100%);
    height: 460px;
    background-repeat: no-repeat;
    background-size: 37%, auto;
    background-position: right center
  }

  .ser-r {
    display: block
  }

  .ser-r2 {
    display: block
  }


  .slider {
    width: 100%
  }


    #div-ball4 {
      margin-left: 246px;
  }

  #div-ball3 {
    position: absolute;
    margin-top: -2.51px;
    height: 7px;
    width: 7px;
    border-radius: 10px;
    margin-left: 199px
  }






  #div-ball5 { margin-left: 247px;}

  .sec-divider-2 {
    margin-left: 35%;
    width: 250px
  }

  .sec-divider-3 {
    margin-left: 0%;
    width: 200px
  }
  .ser-cont {
    height: 430px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: none;
  }

  .sec-divider {
    margin-left: -25%;
    width: 40%
  }

  .ser-float-l {
    padding: 80px 0 40px
  }

  /* INTRODUCTION */
  .intro-float {
    flex-direction: row;
    height: 400px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent
  }

  #divghost-l {
    display: block;
    background-position: center
  }

  .divghost-l-1 {
    background-image: url(../images/page-image/sapphire-halfimage-3.jpg)
  }


  .divghost-l-2 {
    background-image: url(../images/page-image/sapphire-halfimage-5.jpg)
  }



    .divghost-l-1b {
      background-image: url(../images/page-image/sapphire-halfimage-7.jpg)
    }

  .divghost-r {
    display: block
  }

  .intro-l {
    height: 400px;
    order: 2;
    padding: 0 0 0 30px
  }

  .intro-r {
    height: 400px;
    order: 1;
    background-image: none
  }

  .intro-r2 {
    height: 400px;
    order: 1;
    background-image: none
  }

  /* SLIDER */
  .slider-next {
    background-size: cover
  }

  .slider-prev {
    background-size: cover
  }

  .carousel-control.left {
    left: auto;
    right: 0;
    bottom: 0;
    width: 60px !important;
    margin-right: 61px
  }

  #slider-image {
    height: 100vh;
    margin-right: 100px;
    width: 550px;
    background-size: auto;
    background-position: center;
    margin-left: auto;
    margin-top: 58px;
    background-size: 87%;
  }

  .carousel, .carousel-inner, .carousel-inner .item {
    min-height: 100vh
  }

  .slider-logo-bar {
    height: 100vh
  }

  .slider-box-1 {
    width: 295px;
    text-align: center;
    margin-left: 0
  }

  #slider-icon {
    width: 100px;
    background-position: left
  }

  .sli-stroke {
    height: 1.5px;
    width: 260px;
    margin-top: 13px;
    margin-left: -17%
  }

  .slider-btn {
    text-align: left;
    margin-top: 20px
  }

  .mycaption {
    font-size: 52px;
    line-height: 52px;
    margin-top: 15px;
    text-align: left
  }

  .slider-logo-bar {
    width: 28%
  }

  .carousel-indicators {
    position: absolute;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
  }

  .carousel-caption {
    left: 10.3%;
    right: 12.6%
  }

  .carousel-caption {
    bottom: 115px
  }

  /* NAVIGATION */
  .nav-b-bottom {
    padding: 0
  }

  .navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed
  }

  .navbar-small .container {
    transition: all .5s ease-in-out !important;
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    height: 60px !important;
    border-bottom: 0 !important
  }

  .navbar-default .container {
    border-bottom: 0;
    transition: all .5s ease-in-out !important;
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    height: 100px
  }

  .dropdown-menu>li>a, .dropdown-menu>li>a:hover {
    line-height: 30px !important;
    font-size: 12px
  }


  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer !important;
  }

  .navbar-brand img {
    width: 173px;
    padding-top: 16px;
    transition: all .5s ease-in-out !important
  }

  .navbar-small .navbar-brand img {
    width: 120px;
    padding-top: 5px;
    transition: all .5s ease-in-out !important
  }

  .navbar-nav {
    float: right !important
  }

  .navbar-small .navbar-brand {
    height: 60px;
    width: 130px
  }

  .navbar-nav>li>.dropdown-menu {
    border: 0;
  }

  .navbar-brand {
    height: 100px;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    width: 200px
  }

  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(176, 31, 36, 1);
    -moz-box-shadow: inset 0 -2px 0 0 rgba(176, 31, 36, 1);
    box-shadow: inset 0 -2px 0 0 rgba(176, 31, 36, 1);
    background-image: url(../images/frame/nav-arrow-up.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 15px !important;
    transition: all .5s ease-in-out !important;
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .navbar-default .navbar-nav>li>a {
    color: #dadada;
    background-repeat: no-repeat;
    background-position: bottom;
    transition: all .5s ease-in-out !important;
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    background-image: url(../images/frame/nav-arrow-up.svg);
    background-repeat: no-repeat;
    background-size: 15px !important;
    background-position: center 99px
  }

  .navbar-default .navbar-nav>li>a:hover {
    color: rgba(255, 255, 255, .81);
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(176, 31, 36, 1);
    -moz-box-shadow: inset 0 -2px 0 0 rgba(176, 31, 36, 1);
    box-shadow: inset 0 -2px 0 0 rgba(176, 31, 36, 1);
    background-image: url(../images/frame/nav-arrow-up.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 15px !important
  }

  .navbar-large {
    background-color: transparent;
    border: 0
  }

  .navbar {
    transition: height .4s, line-height .4s;
    -webkit-transition: height .4s, line-height .4s !important;
    -moz-transition: height .4s, line-height .4s !important;
    -o-transition: height .4s, line-height .4s !important
  }

  .navbar .nav a, .navbar .navbar-brand {
    padding-bottom: 0;
    padding-top: 0;
    transition: height .4s, line-height .4s;
    -webkit-transition: height .4s, line-height .4s !important;
    -moz-transition: height .4s, line-height .4s !important;
    -o-transition: height .4s, line-height .4s !important
  }

  .navbar-large {
    height: 100px;
    line-height: 100px;
    transition: all .5s ease-in-out !important;
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    background-color: rgba(0, 0, 0, .6)
  }

  .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #f58220;
    background-color: transparent;
  }

  .navbar-large .navbar-brand {
    font-size: 32px;
    line-height: 100px
  }

  .navbar-large .nav a {
    line-height: 100px
  }

  .navbar-small {
    height: 60px;
    line-height: 60px;
    transition: all .5s ease-in-out !important;
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    background-color: rgba(26, 27, 32, .96)
  }

  .navbar-small .navbar-brand {
    font-size: 18px;
    line-height: 60px
  }

  .navbar-small .nav a {
    line-height: 60px
  }

  .sli-intro {
    font-weight: 100 !important;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: left
  }
}

@media only screen and (min-width:992px) {

/* CLIENTS */

.client-div {
  height: 1000px;}


#cli-logodiv img {
    width: 100%;
    margin-left: 0%;
}


  /* QUOTE */
  .quote-img {
    background-size: 130px
  }

  /* SLIDER */
  .slider {
    width: 97%
  }

  /* SERVICE */
  .ser-cont {
    height: 470px
  }

  .myitem-name {font-size: 24px;}

  .ser-div {
    height: 550px
  }
}

@media only screen and (min-width:1200px) {



/* CLIENTS */

.client-div {
  height: 1100px;
}

  /* SLIDER */
  .slider {
    width: 100%
  }

  /* SERVICE */
  .ser-float-l {
    padding: 98px 0 40px
  }

  .ser-cont {
    height: 545px
  }

  .ser-div {
    height: 600px
  }

  .h1, h1 {
    font-size: 36px
  }
}

@media only screen and (min-width:1400px) {
  .mymaxwidth {
    width: 1370px
  }
}
