.ie-panel{display: none;background: #212121;padding: 10px 0;box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3);clear: both;text-align:center;position: relative;z-index: 1;} html.ie-10 .ie-panel, html.lt-ie-10 .ie-panel {display: block;}

.rd-navbar-fixed .rd-navbar-brand {
    margin-left: 25%;
}

.quote-modern-figure img {
    border: 1px solid #f4a210;
}
.clients-modern img {
    opacity: .7;
}
.mb{margin-bottom: 10px; }

.box-icon-modern-count {
    color: rgb(244, 162, 16);
}
.parallax-content {
    background: black;
    opacity: 0.56;
}
.unit > * {
    /*margin-right: 10px;*/
}
.box-icon-creative {
    border: 1px solid #f4a210;
    background: transparent;
}
@media (min-width: 1200px){
    .box-icon-creative {
        padding: 22px;
    }
}


#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.about-us-section {
    background: rgba(255, 255, 255, 0.90);
}
video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('../images/poster.png') no-repeat;
    background-size: cover;
    -webkit-transition: 1s opacity;
    -moz-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
}
.stops{color: #f4a210;}

.lefHd::before {
    background: #656565;
    bottom: 0;
    content: "";
    height: 2px;
    /*left:25px;*/
    left: calc(% - 30px);
    position: absolute;
    width: 70px;
}
.lefCont{
    padding-top: 20px;
}
.lefHd{
    color: #333;
    /*font-family: 'Open Sans', sans-serif; */
    font-size: 15px;
    font-weight: 700;
    margin: 15px 0 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
}


/*LOGO UPDATE*/
/*Clienteles*/

.wrong-item:hover, .wrong-item:active {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    -webkit-transform: scale(1.1, 1.1);
    border-radius: 5px;
    transform: scale(1.1, 1.1);
}
.wrong-item {
    box-shadow: 1px 2px 10px rgba(0,0,0,0.20);
    border-radius: 5px !important;
    -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.modal-content {
    border-radius: 0px;
}

.logo {
    -webkit-background-size: 100% 100px;
    -moz-background-size: 100% 100px;
    background-size: 100% 100%;
}
.logos-image{
    border-radius: 5px;
}
/*client logo*/
/*.logo-image {
    background-image: url(../../assets/images/logo/Picture1.png);
    background-repeat: no-repeat;
    background-color: white;
    width: 325px;
    height: 24vh;
    border-radius: 5px;
    margin: 10px;
}*/
/*@media (min-width: 1200px){

.wrong-item:hover, .wrong-item:active {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    -webkit-transform: scale(1.25, 1.25);
    border-radius: 5px;
    transform: scale(1.25, 1.25);
}
.wrong-item {
    box-shadow: 1px 2px 10px rgba(0,0,0,0.20);
    border-radius: 5px !important;
    -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.modal-content {
    border-radius: 0px;
}

.logo {
    -webkit-background-size: 90% 100px;
    -moz-background-size: 90% 100px;
    background-size: 100% 100%;
}*/

/*client logo*/
/*.logo-image {
    background-image: url(../../assets/images/logo/Picture1.png);
    background-repeat: no-repeat;
    background-color: white;
    width: 260px;
    height: 160px;
    border-radius: 5px;
    margin: 10px;
}


}*/


/*contact social icon*/
.social-container {
  margin: 0 auto;
  text-align: center;
}

.social-icons {
  padding: 0;
  list-style: none;
  margin: 1em;
}
.social-icons li {
  display: inline-block;
  margin: 0.15em;
  position: relative;
  font-size: 1.6em;
}
.social-icons i {
  color: #fff;
  position: absolute;
  top: 21px;
  left: 21px;
  transition: all 265ms ease-out;
  font-style: normal;
}
.social-icons a {
  display: inline-block;
}
.social-icons a:before {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  content: " ";
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: block;
  background: linear-gradient(45deg, #00B5F5, #002A8F);
  transition: all 265ms ease-out;
}
.social-icons a:hover:before {
  transform: scale(0);
  transition: all 265ms ease-in;
}
.social-icons a:hover i {
  transform: scale(2.2);
  -ms-transform: scale(2.2);
  -webkit-transform: scale(2.2);
  color: #00B5F5;
  background: -webkit-linear-gradient(45deg, #00B5F5, #002A8F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 265ms ease-in;
}




.networks {
/*  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
*/}

.netbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f4a210;
    color: #f4a210;
}
.netbox .icons {
  padding: 0.6rem 1.2rem;
  color: #444;
  transition: color 140ms ease;
  margin: 0 0.4rem;
}
.netbox .icons:after {
  position: absolute;
    right: 0;
    bottom: 6.5rem;
    z-index: 20;
    content: attr(data-tip);
    display: block;
    width: auto;
    font-size: 15px;
    color: #ffffff;
    background-color: #f4a210;
    padding: 1rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    transition: all 300ms ease 200ms;
}
.netbox .icons:hover {
  color: #f4a210;
}
.netbox .icons:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.netbox:before {
    position: absolute;
    top: -19px;
    right: 0;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #f4a210;
    border-radius: 8px;
}
.netbox:after {
    position: absolute;
    top: -35px;
    right: -1px;
    content: 'Find me on my networks!';
    font-size: 14px;
    padding: 6px;
    background-color: #f9faf9;
}
.icons{
    font-size: 30px;
}

/****************Mobile bottom*********************/
.mobile_bottom{display:none;}
@media (max-width:767px){
  .mobile_bottom{
    border-top:1px solid #ccc;
    display:block;
  }
  .mobile_bottom ul{
    display:-webkit-box;
    display:-moz-box;
    display:box;
    margin:auto;
    width:100%;
    height:50px;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    box-orient:horizontal;
    position: fixed;
    bottom: 0;
    box-shadow:0 0 6px rgba(0,0,0,0.16);
    background: #fff;z-index:1000;
  }
  .mobile_bottom ul li{
    -webkit-box-flex:1;
    -moz-box-flex:1;
    box-flex:1;
    text-align:center;
    line-height:56px;
    font-size:28px;
  }
  .mobile_bottom ul li a{
    display:inline-block;
    width: 100%;
    height: 100%;
    color:#999;
    text-decoration: none;
  }
  .mobile_bottom ul li a:hover,
  .mobile_bottom ul li a:focus{
    text-decoration: none;
    color:#999;
  }
  .mobile_bottom .glyphicon{
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top:1px;
  }
  .mobile_bottom ul{
    list-style: none;
  }
}


.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}


.ui-project {
  position: fixed;
  left: 0;
  top: 50%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1002;
}

.ui-project li {
  position: relative;
}

.ui-project li:nth-of-type(1) .social-link,
.ui-project li:nth-of-type(1) .social-link:hover {
  background: #f4a210 url("../../assets/images/project.png") 50% 50% no-repeat;
  background-size: 40px auto;
}

.ui-project li:nth-of-type(1) .nav-label {
  -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
  -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: background 0.4s ease, transform 0.4s ease 0.1s;
  background: #f4a210;
}

.ui-project li:nth-of-type(1) .social-link:hover .nav-label {
  -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
  -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
  -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: transform 0.4s ease, background 0.4s ease 0.1s;
  background: #f4a210;
}

.ui-project li:nth-of-type(2) .social-link,
.ui-project li:nth-of-type(2) .social-link:hover {
  background: #f4a210 url("https://i.imgur.com/QzPDsIB.png") 50% 50% no-repeat;
  background-size: 25px auto;
}

.ui-project li:nth-of-type(2) .nav-label {
  -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
  -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: background 0.4s ease, transform 0.4s ease 0.1s;
  background: #0065d9;
}

.ui-project li:nth-of-type(2) .social-link:hover .nav-label {
  -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
  -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
  -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: transform 0.4s ease, background 0.4s ease 0.1s;
  background: #f4a210;
}

.ui-project li .social-link {
  padding: 0;
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 15px 20px;
}

.ui-project li .social-link .nav-label {
  /*font-family: sans-serif;*/
  font-size: 12px;
  color: white;
  display: block;
  height: 60px;
  position: absolute;
  top: 0px;
  top: 0rem;
  margin-left: 40px;
  line-height: 64px;
  padding: 0 20px;
  white-space: nowrap;
  z-index: 4;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
  -moz-transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  border-radius: 0 50px 50px 0;
}

.ui-project li .social-link .nav-label span {
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
  -moz-transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.ui-project li .social-link:hover .nav-label,
.ui-project li .social-link:hover .nav-label span {
  -moz-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.hidden{
  display: none;
}

.bg-socialtitli {
  background: #f4a210;
  background: -webkit-linear-gradient(top left, #f4a210 0%, #ffb020 100%);
  background: linear-gradient(to bottom right, #f4a210 0%, #ffb020 100%);
  height: auto;
  width: 100%;
}

.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: flex;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.3);
  bottom: -320px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
}

.bg-bubbles li:nth-child(1) {
  left: 10%;
}

.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}

.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 120px;
  height: 120px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
}

.bg-bubbles li:nth-child(5) {
  left: 70%;
}

.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 240px;
  height: 240px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 320px;
  height: 320px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 40px;
  height: 40px;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}

.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 320px;
  height: 320px;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1500px) rotate(600deg);
            transform: translateY(-1500px) rotate(600deg);
  }
}


label {
    font-size: .8rem;
    color: #9e9e9e;
}