
/*---------------------Fonts---------------------*/
@font-face {
  font-family: 'Font-Bold';
  src: url('../fonts/MiriamLibre-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MiriamLibre-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MiriamLibre-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/MiriamLibre-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/MiriamLibre-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MiriamLibre-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Font-Regular';
  src: url('../fonts/MiriamLibre-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MiriamLibre-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MiriamLibre-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/MiriamLibre-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/MiriamLibre-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MiriamLibre-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/*---------------------End Fonts---------------------*/

 .embed-responsive {
     position: relative;
     display: block;
     width: 100%;
     padding: 0;
     overflow: hidden
 }
 
 .embed-responsive::before {
     display: block;
     content: ""
 }
 
 .embed-responsive .embed-responsive-item,
 .embed-responsive embed,
 .embed-responsive iframe,
 .embed-responsive object,
 .embed-responsive video {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border: 0
 }
 
 .embed-responsive-21by9::before {
     padding-top: 42.857143%
 }
 
 .embed-responsive-16by9::before {
     padding-top: 56.25%
 }
 
 .embed-responsive-4by3::before {
     padding-top: 75%
 }
 
 .embed-responsive-1by1::before {
     padding-top: 100%
 }


html ,
body {
    font-family: 'Font-Regular';
    width: 100%;
    color: #000;
    font-size:1.2vw;
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Font-Bold';
}
a {
    font-family: 'Font-Bold';
}
#main-wrapper {
  padding-top: 0;
  background: #000;
}
.ac-align-left {
    text-align: left;
}
.ac-align-center {
    text-align:center;
}
.ac-align-right {
    text-align: right;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.ac-white{
	color:#fff;
}
.ac-bg-white{
    background-color:#fff;
}
.ac-black{
	color:#000;
}
.ac-bg-black{
    background-color:#000;
}
.ac-color-nice-to-meet{
    color:#eb963e;
}
.ac-bg-color-nice-to-meet{
    background-color:#eb963e;
    padding: 20px 0;
}
.ac-color-video {
    color:#e9e9e9;
}
.ac-bg-color-video {
    background-color:#e9e9e9;
}
.ac-img-responsive {
    max-width:100%;
    width:100%;
    margin: 0 auto;
}
#ac-our-services {
    padding:1rem 0rem;
}
.ac-icon-main-div {
    border-bottom: 0.5rem solid #000;
}
.ac-all-icons-div {
    flex:12;
}
.ac-all-icons-div .ac-white-line {
    height: 0.1vw;
}
.fl {
    width:15%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
}
.fl * {
    transition: .5s;
    -webkit-transition: .5s;
}
.fl img {
    width: auto;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    height: 4vw;
}
.fl img.active {
  display: none;
}
.fl img.non-active {
  display: block;
}
.fl.active img.active,
.fl:hover img.active {
  display: block;
}
.fl.active img.non-active,
.fl:hover img.non-active {
  display: none;
}
.fl .ac-white {
    height: 100%;
    border-bottom: 1px solid #fff;
    font-size: 1vw;
    padding-bottom: 5px;
}
.fl:hover .ac-white,
.fl.active .ac-white {
  color: #000;
  border-bottom: 1px solid #000;
}
/*-------Input css--*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
/*-------End Input css--*/

/*------- Navbar ---------------*/
.Navbar {
    display: flex;
    /*padding: 0vw 0vw 1vw;*/
    padding-bottom: 20px;
    font-family: sans-serif;
    color: white;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    z-index: 9;
    background: rgba(0,0,0, .7);
    height: 9vw;
}
.ac-navbar-link {
    padding-right: 2vw;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}
.ac-navbar-link a {
    text-decoration: none;
    color:#fff;
    display: block;
    text-align: center;
    font-size: 1vw;
}
.ac-navbar-link:active a, .ac-navbar-link:hover a {
/*	font-family: 'Rubik-Bold';
	color: #2e2b6e;*/
    border-bottom: 0.1rem solid #eb963e;
}
.ac-navbar-items .links-wrapper {
  display: flex;
  flex-basis: 70%;
  align-items: center;
}
.ac-navbar-link1 {
    padding-right: 6vw;
}
.ac-navbar-items {
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.ac-navbar-items .logo-wrapper {
  display: flex;
  align-items: center;
} 
.ac-navbar-items-right {
    margin-left:auto;
    display: none;
}
.ac-navbar-link-toggle {
    display: none;
}
.ac-navbarLogo-img {
	width: 14vw;
}
.ac-rectangle {
    height: 0.9vw;
    background: transparent;
    margin-bottom: 1vw;
}
/*.ac-navbar-link-brand {
	position: relative;
    right: 3vw;
    top: 1vw;
}*/
.ac-rectangle1 {
    width: 6.3vw;
}
.ac-rectangle2 {
    width: 3.8vw;
}
.ac-rectangle3 {
    width: 7.5vw;
}
.ac-rectangle4 {
    width: 4.7vw;
}
/*.ac-navbar-link:active .ac-rectangle{
	background: #febb2e;
}
.ac-navbar-link:hover .ac-rectangle{
	background: #febb2e;
}*/
/*------- End Navbar ---------------*/


/*------- Flex --------*/
.ac-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ac-fl-dir-row {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
}
.ac-fl-dir-col {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
}
/*------- End Flex --------*/
.orange {
  color: #EB973F;
}
.ac-bold {
  font-weight: 800;
}
.img-responsive {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.nav-arrow-wrapper {
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: .5s;
  -webkit-transition: .5s;
  z-index: 999;
}
.nav-arrow-wrapper .nav-arrow-img {
  width: 80px;
  position: relative;
  animation: 1.5s upDown ease-out infinite;
  transition: .5s;
  -webkit-transition: .5s;
}
.nav-arrow-wrapper .move-down-text,
.nav-arrow-wrapper .move-up-text {
  opacity: 0;
  margin: 15px;
}
.nav-arrow-wrapper .nav-arrow-img.move-up {
  transform: rotate(180deg);
}
@keyframes upDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 0;
  }
}
.logo-digital {
    position: fixed;
    bottom: 5%;
    z-index: 999999;
    left: 10px;
}
.ac-video-top {
    /*height: 49vw;*/
    /*border-bottom: 1vw solid #fff;*/
    position: relative;
}
.videoContainer0, .videoContainer1 {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0vw;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ac-container-100 {
    width: 100vw;
    margin: 0 auto;
}
.ac-container-60 {
    width: 60vw;
    margin: 0 auto;
}
.ac-side {
    padding:1rem;
}
.show-on-mobile {
    display: none;
}
.ac-side-right {
    flex:4;
    text-align: center;
}
.ac-side-left {
    flex:8;
}
.ac-right-icon {
    width: 9vw;
}
.ac-white-line {
    width: 70%;
    height: 0.5vw;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 20px;
}
.ac-txt-rectangle {
    padding:1rem;
    display: flex;
    justify-content: center;
}
.ac-txt-rectangle p {
  font-weight: 800;
}
.ac-vid {
  position: relative;
}
.ac-vid .play-img {
  width: 3vw;
  margin-left: 15px;
}
.ac-vid .desc-wrapper {
  background-color: rgba(0,0,0, .8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 5px 0;
}
.ac-vid .desc-wrapper .desc {
  flex-basis: 60%;
}
.ac-vid .desc-wrapper p {
    color: #fff;
    text-align: right;
    padding-right: 10px;
    font-size: .8vw;
    direction: rtl;
}
#ac-video {
    padding:1rem 0rem;
    border-bottom: 0.5rem solid #fff;
}
#ac-video h2 {
    text-align: center;
    font-family: 'Font-Regular';
    font-weight: 100;
    font-size: 3vw;
    margin: 15px;
}
/*.ac-vid-2 {
    padding: 0.5rem;
}*/
.ac-content {
    margin:auto;
}
#contact-us {
    padding: 2rem 0rem;
}
.form {
    width:90%;
    margin: 0 auto;
     -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
            -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.form h3 {
    margin: 0vw;
    font-size: 1vw;
}
input {
    margin-bottom: 0.3rem;
    width: 15%;
    color: #fff;
    border: 0px;
    border-bottom: 3px solid #eb963e;
    background: transparent;
    font-family: 'Font-Bold';
    padding-bottom: 7px;
    font-size: 18px;
}
input.send {
    width:100%;
}
.form-wrapper {
    position: fixed;
    left: 50px;
    text-align: center;
    width: 170px;
    top: 40vh;
    z-index: 99;
    background: #000;
    padding: 15px;
    border: 3px solid #fff;
}
.form-wrapper .form-title {
    margin: 5px;
    font-size: 18px;
    margin-bottom: 10px;
}
.form-wrapper input {
  width: 100%;
  margin-bottom: 20px;
}
.form-wrapper input.send,
#bottom-form input.send {
    border: 3px solid #eb963e;
    width: 50%;
    padding: 8px 14px;
    margin-top: 25px;
    font-family: 'Font-Bold';
    cursor: pointer;
    text-align: center;
}
#bottom-form input.send {
  width: auto;
}
.ty-page #bottom-form h3 {
  margin: 0 auto;
}
.form-wrapper input.send {
    width: 85%;
    padding: 5px;
    margin-top: 20px;
}
.content-wrapper {
    position: absolute;
    left: 20vw;
    bottom: 10vh;
    z-index: 1;
    width: 600px;
}
.content-wrapper .icons-container {
  flex-wrap: wrap;
}
.content-wrapper .icons-container .icon-wrapper {
    flex-basis: 30%;
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 3px solid #eb963e;
    margin: 0 auto;
    background: rgba(0,0,0, .7);
    margin-bottom: 10px;
}
.content-wrapper .icons-container .icon-img {
  width: 3vw;
}
.content-wrapper .video-title {
  margin: 0;
  margin-right: 50px;
  font-size: 3.2vw;
}
.content-wrapper .video-title.bottom {
    margin-bottom: 10px;
    font-size: 3vw;
    font-family: 'Font-Regular';
    font-weight: 100;
    line-height: 1;
}
.content-wrapper .icon-wrapper .icon-title {
  margin-top: 15px;
  margin-bottom: 0;
}
.nicetomeet-title {
    font-size: 3vw;
    margin: 10px 0;
    font-family: 'Font-Regular';
    font-weight: 100;
}
.why-title {
    font-family: 'Font-Regular';
    font-weight: 100;
    font-size: 2.5vw;
    margin: 15px;
    line-height: 1;
    text-align: right;
    margin-bottom: 40px;
}
.ac-vid-main {
  padding: 0 4px;
}
.ac-sub-videos {
  direction: ltr;
}
.ac-sub-videos.slick-initialized {
  margin-top: 10px;
}
.ac-sub-videos.slick-initialized .slick-slide {
  cursor: pointer;
  outline: none;
  margin-right: 5px;
  margin-left: 5px;
}
.slick-prev:before, .slick-next:before {
    color: #000;
}
.ac-explaine.active .ac-side-right {
  opacity: 1;
  right: 0;
  position: relative;
  animation: 1.2s slideFromRight ease-in;
  -webkit-animation: 1.2s slideFromRight ease-in;
}
.ac-explaine.active .ac-side-left {
  opacity: 1;
  left: 0;
  position: relative;
  animation: 1.2s slideFromLeft ease-in;
  -webkit-animation: 1.2s slideFromLeft ease-in;
}
.ac-explaine:not(.active) .ac-side-right {
  right: -25%;
}
.ac-explaine:not(.active) .ac-side-left {
  left: -25%;
}
@keyframes slideFromRight {
  0% {
    opacity: 0;
    right: -25%;
  }
  50% {
    right: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes slideFromLeft {
  0% {
    opacity: 0;
    left: -25%;
  }
  50% {
    left: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
.ac-explaine .explain-side-img {
  width: 10vw;
}
.ac-explaine .ac-icon-main-div {
  height: 100%;
}
.ac-explaine .ac-icon-main-div .ac-color-nice-to-meet {
  margin-top: 10px;
}
@media all and (max-width: 1200px){
  .form-wrapper {
    left: 5px;
  }
}
@media  all and ( max-width:1000px ) { 
    html, body {
      font-size: 4vw;
    }
    .nav-arrow-wrapper {
      bottom: 0;
      right: 0;
    }
  .nav-arrow-wrapper .nav-arrow-img {
    width: 50px;
  }
  .ac-navbar-items, .Navbar {
      height: 13vw;
      /*height: auto;*/
  }
    #main-wrapper {
        padding-top: 65px;
    }
.videoContainer0, .videoContainer1, iframe {
  height: auto;
}
.ac-vid .play-img {
    width: 7vw;
    margin-left: 5px;
}
.ac-explaine .ac-icon-main-div {
    padding: 10px;
}
.ac-explaine .explain-side-img {
    width: 20vw;
}
.ac-side-left {
    flex: unset;
}
  .ac-video-top,
  .ac-side-right {
      height: auto;
  }
  .ac-container-60 {
    width: 80vw;
  }
  .ac-vid .desc-wrapper {
      height: 100%;
  }
  .ac-fl-dir-row {
    flex-direction: column;
  }
  .content-wrapper {
      position: relative;
      left: unset;
      bottom: unset;
      z-index: 1;
      width: auto;
      background: #000;
      padding: 20px 0;
  }
  .content-wrapper .icons-container .icon-wrapper {
      flex-basis: 45%;
  }
  .content-wrapper .icons-container .icon-img {
      width: 10vw;
  }
  .content-wrapper .video-title.bottom {
      font-size: 6vw;
  }
  .content-wrapper .video-title {
      margin-right: 10px;
      font-size: 13.2vw;
  }
  input {
      width: 100%;
      font-size: 5vw;
  }
  .form h3 {
      margin: 0vw;
      font-size: 5vw;
      margin-bottom: 15px;
  }
  .ac-right-icon {
      width: 24vw;
  }
  .nicetomeet-title {
    font-size: 8vw;
  }
  .why-title {
    font-size: 6.5vw;
  }
  .ac-all-icons-div {
    flex-wrap: wrap;
  }
  .fl {
      width: 35%;
  }
  .fl img {
      width: 15vw;
      height: auto;
  }
  .fl .ac-white {
      font-size: 3.5vw;
  }
  .fl:last-child {
    margin: 0 auto;
  }
  .btn-send {
    width: 100%;
    text-align: center;
  }
  #ac-video h2 {
      font-size: 4vw;
  }
  .show-on-mobile {
    display: block;
  }
  .hide-on-mobile {
    display:none;
  }
    br {
        display: none;
    }
	/*------ Navbar ------*/
	.ac-navbar-items,
	.Navbar {
	    -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #000;
        color:#fff;
	  }
	.ac-navbar-items {
	    display:none;
	}
	.ac-navbar-items-right {
	    margin-right:0;
	    width: 100vw;
            position: relative;
            /*top: 12vw;*/
            top: 12vw;
            background: #000;
            height: auto;
            padding-bottom: 10px;
            border-bottom: 1px solid #EB963E;
	  }
        .ac-navbar-items-right.opened {
            display: block;
        }
	.Navbar__ToggleShow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
	}
	.ac-navbar-link {
            margin: 1vw 0vw;
	}
        .ac-navbar-link a {
            text-decoration: none;
            font-size: 4vw;
            color: #EB963E;
        }
	.ac-navbar-link-toggle {
	    align-self: flex-end;
	    display: initial;
	    position: absolute;
	    cursor: pointer;
	    width: 10vw;
	    right: 0vw;
            top: 1vw;
            background: transparent;
	} 
      .ac-navbar-link-brand {
          position: absolute;
          right: unset;
          top: 1.8vw;
          left: 10px;
      }
	.ac-navbarLogo-img {
	    width: 80px;
	}
	.btn-bar {
		font-size:10vw;
	}

    .ac-container-70 {
        width:90vw;
    }
  .ac-vid .desc-wrapper p {
      font-size: 2.5vw;
  }
	/*------ End Navbar ------*/
}
@media all and (min-height: 1000px){
  #ac-our-services {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ac-explaine {
    height: 24vw;
  }
}
@media all and (min-width: 1800px){
  .content-wrapper {
      bottom: 25vh;
  }
}

@media all and (max-width: 999px){
  .calls-responsive{
    display: block;
  }
}

@media all and (min-width: 1000px){
  .calls-responsive{
    display: none;
  }
}
