body{
  font-family: 'Roboto', sans-serif !important;
  font-weight: 900 !important;
}

#preloadedImages {
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url(../images/digital_color.png);
       background-image: url(../images/retail_color.png);
       background-image: url(../images/travel_color.png);
       background-image: url(../images/campaign_color.png);
       background-image: url();
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #39b3bf;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #39b3bf;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #39b3bf;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;
                transition: all 0.3s 1s ease-out;
    }

    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }


  .test{

    background-image: url(../images/bar.png) ;
    background-repeat: no-repeat;
    background-position: top center;

      -webkit-animation: mymove 0.1s forwards; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0.1s; /* Safari 4.0 - 8.0 */

  animation: mymove 0.1s forwards ;
  animation-delay: 0.1s;
    height:auto !important;
    margin-top: 51px !important;
  }

  @-webkit-keyframes mymove {
  from {height: 17px;}
  to {height: 100px;
    animation-play-state: paused;}
}

@keyframes mymove {
  from {height: 17px;}
  to {height: 100px ;
animation-play-state: paused;}
}
#myVideo{
		position: absolute;
		right: 0;
		bottom: 0;
		top:0;
		right:0;
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
 		background-color: black; /* in case the video doesn't fit the whole page*/
  		background-image: /* our video */;
  		background-position: center center;
  		background-size: cover;
   		object-fit: cover; /*cover video background */
   		z-index:0;
	}
  #slide1{
		overflow: hidden;
	}
  #slide1 .layer{

		z-index: 4;



		/*
		* Preventing flicker on some browsers
		* See http://stackoverflow.com/a/36671466/1081396  or issue #183
		*/
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
  video::-webkit-media-controls {
  	  display:none !important;
  	}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
  top:0px !important;

  }
.carousel-indicators{
bottom:-15px !important;
}
  #header, #footer{

  position:fixed;

  height: 50px;

  display:block;

  width: 100%;



  z-index:9;

  text-align:center;

  color: #f2f2f2;

  padding: 20px 0 0 0;

}

.logo{

margin-left:30px;

}
.logo img{
  width:80px;
  height: 100px;
}

#header{

  top:0px;

}



#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
width: 25px;
height: 25px;
position: absolute;
right:77px;
top:30px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #b3b3b3;
border-radius: 6px;
opacity: 1;
right: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.gray{
  background: #58595b !important;
}
.grayc{
  color: #58595b !important;
}
.graybar{
background-image:url("../images/bargray.png") !important
}

#nav-icon1 span:nth-child(1) {
top: 0px;
}

#nav-icon1 span:nth-child(2) {
top: 10px;
}

#nav-icon1 span:nth-child(3) {
top: 20px;
}

#nav-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
opacity: 0;
right: 18px;
}

#nav-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
  .mnu{
    display:block !important;
      opacity:1 !important;
    width:auto !important;
  }
.number{
    position: absolute;top: -30px;display: none;
    color: #FFF;
font-size: 30px;
letter-spacing: 5px;
  }
  .actnumber{
    position: absolute;
    top: -47px;
    display:block !important;
    left: -2px;

  }


#fp-nav ul li, .fp-slidesNav ul li{


margin:20px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
background:#fff;
height:8px;
width: 8px;
}
#fp-nav ul li .fp-tooltip{


}

#fp-nav.fp-show-active a.active + .fp-tooltip{
top:-10px;
}
#slide1{
  background-size: cover;
  background-image: url(../images/bg.png);
  padding: 6% 0 0 0;
}
#slide2{
  background-size: cover;
  background-image: url(../images/bg2.png);
  padding: 6% 0 0 0;
}
#slide3{
  background-size: cover;
  background-image: url(../images/bg3.png);
  padding: 6% 0 0 0;
}
#slide4{
  background-size: cover;
  background-image: url(../images/bg4.png);
  padding: 6% 0 0 0;
}
#slide5{
  background-size: cover;
  background-image: url(../images/bg5.png);
  padding: 0% 0 0 0;
}
.maintext{
top:50%;
}
.we{
color:#FFFFFF !important;
font-size:6vmin;
z-index:1;
line-height: 109px;
letter-spacing:18px;
margin-top: 40px;
font-family: 'Roboto', sans-serif !important;
font-weight: 900 !important;
}
.hi{

opacity: 0.7;
color:#39b3bf !important;
margin-left:-300px;

z-index:2;
}
.hi1{

opacity: 0.7;
color:#39b3bf !important;
margin-left:-300px;

z-index:2;
}
#fp-nav ul li .fp-tooltip{
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing:5px;
}
.tag{
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing:5px;
font-size:14px;
  color:#b3b3b3;
  text-align: left;
}

.greenbar{
height:0px;
width:1px;
border-bottom:5px solid #39b3bf;
padding-top:15px;

-webkit-animation: increase 3s;
-moz-animation:    increase 3s;
-o-animation:      increase 3s;
animation:         increase 3s;
animation-fill-mode: forwards;
}

@keyframes increase {
  100% {
      width: 100px;
  }
}
.readmore{
  padding-top:15px;
    letter-spacing:5px;
    font-weight: 400;
}
.readmore a {

color:#FFF;
}
.readmore a:hover{
  color:#39b3bf;
  text-decoration: none;
}
.readmore a:after {
  content: "";
  display: inline-block;
  background: url("../images/readmore_arrow.png") no-repeat center right;
  width: 25px;

  height: 10px;
}





/* Style the tab */
.tab {
  overflow: hidden;
text-align: left;
}
.tab ul{
list-style: none;


margin-top: 100px;
margin-left: -50px !important;
}
.tab ul li{
margin-left: 0px !important;
padding-left:0px !important;

}
/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
color:#737373;
font-family: 'Roboto', sans-serif !important;
font-weight: 900 !important;
letter-spacing: 4px;
}

/* Change background color of buttons on hover */
.tab button:hover {
color:#b3b3b3;
}

/* Create an active/current tablink class */
.tab button.active {
color:#b3b3b3;

}
.tab button:focus{
outline: none;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  font-weight: 400;
color: #999999;

font-size:14px;

}
.tabcontent .capi{
font-size:100px;
font-weight: 800;
color:#39b3bf;
 opacity: 0.3;
 position: absolute;
  top: -58px;
}
.tabcontent .h3services{
margin-left: 20px;
font-size:25px;
letter-spacing: 4px;
line-height: 50px;
}
.tabcontent ul {
list-style: none;
margin-left:-40px;
}
.tabcontent ul li{
color:#39b3bf;

}
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.feature.map {
height: 100%;
}
.feature.map iframe {
height: 100%;
width: 100%;
border: 0;
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
/* Firefox 10+ */
filter: gray;
/* IE6-9 */
-webkit-filter: grayscale(99%);
/* Chrome 19+ & Safari 6+ */
-webkit-backface-visibility: hidden;
/* Fix for transition flickering */
}

.lefticons{

position:absolute;right:0;top:50%;padding-right:30px;color:#FFF;text-align:center;
}
.lefticons ul{
list-style: none;
}
.lefticons li{
margin:15px;
}
.contactheading{
font-family: 'Roboto', sans-serif !important;
font-weight: 900 !important;
letter-spacing: 13px;
  font-size:31px;
color:#FFFFFF;
line-height: 31px;
text-align: left;
}
.aboutheading{
font-family: 'Roboto', sans-serif !important;
font-weight: 900 !important;
letter-spacing: 13px;
  font-size:81px;
color:#FFF;
line-height: 81px;
}
.serviceheading{

font-family: 'Roboto', sans-serif !important;
font-weight: 900 !important;
letter-spacing: 13px;
  font-size:31px;
line-height: 31px;
text-align: left;
color: #FFFFFF;
}
.greenbar1{
height:0px;
width:1px;
border-bottom:5px solid #39b3bf;
padding-top:15px;

-webkit-animation: increase1 3s;
-moz-animation:    increase1 3s;
-o-animation:      increase1 3s;
animation:         increase1 3s;
animation-fill-mode: forwards;
}

@keyframes increase1 {
100% {
    width: 100%;
}
}
.greenbar2{
height:0px;
width:1px;
border-bottom:5px solid #39b3bf;
padding-top:15px;

-webkit-animation: increase2 3s;
-moz-animation:    increase2 3s;
-o-animation:      increase2 3s;
animation:         increase2 3s;
animation-fill-mode: forwards;
}

@keyframes increase2 {
100% {
    width: 200px;
}
}

article{
margin-top: 10px;
color:#999999;
font-weight: 100;
font-family: 'Roboto', sans-serif !important;
font-weight: 400 !important;
font-size: 14px;
color:333333;

}
.article{

}
.article a{
color:#FFF;
border:2px solid #FFF;
padding: 5px;
width:80px !important;
text-align: center;
font-size:12px;
margin-top: 10px;
}
.article a:hover{
border:2px solid #39b3bf;
color:#39b3bf;
text-decoration: none;
}
.services{
margin-top:120px;
}
.servicestext{

}
#slide5 .fp-scroller{

}
.form-control{
  border-radius: 0px !important;
  font-family: 'Roboto', sans-serif !important;
  font-size:14px !important;
}
.btn-primary{
    border-radius: 0px !important;
  font-family: 'Roboto', sans-serif !important;
  font-size:14px !important;
}
.contactinfo{
color:#b3b3b3;
font-family: 'Roboto', sans-serif !important;
font-weight: 100 !important;
margin-top:70px;
font-size:14px;
}
.contactinfo a{
color:#b3b3b3;
}
.contactinfo a:hover{
color:#39b3bf;
}
.contactinfo h2{
  font-family: 'Roboto', sans-serif !important;
  font-weight: 900 !important;
  font-size: 18px;
  letter-spacing: 5px;
color:#b3b3b3;
}
.contactform{
  position: absolute;
  bottom: 0;
padding:30px;
  background-color:#FFF;
}
.btn-primary{
  background-color:#39b3bf !important;
  border-color: #39b3bf !important;
}

.containerimg {
  height: auto;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.containerimg:hover .image {
  opacity: 0.3;
}

.containerimg:hover .middle {
  opacity: 1;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.contact{
  padding:0px !important;margin-top:150px !important;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {  .hidden-xs{
  display:none;
  }
  #fp-nav{
      display:none;
  }
  .lefticons{
    display:none;
  }
  .logo{
    margin-left: -19px;
  }
  .logo img{
    height:40%;
    width: 40%;
  }
.we{
  line-height: normal !important;
  margin-top: 0px !important;
  letter-spacing:10px;
}
.tag{
  letter-spacing:2px;
}
  .hi{

  opacity: 0.7;
  color:#39b3bf !important;
  margin-left:0px;
  z-index:2;
  padding-top: 40px;
  }
  .hi img{
    width:80%;
    height: 85%;
  }
  .services{
    margin-top:60px !important;
  }
  .tab ul{
    margin-top:20px !important;
  }
  #header{

    height:70px;
  }
  .serv{
    margin-top:10px !important;
  }
  .coninf{
    margin-top:10px !important;
  }
  .tabcontent{
    font-size:12px !important;
  }
  .tab button{

      padding: 3px 10px !important;
  }
  .contact{
    margin-top: 100px !important;
  }
  .contactinfo{
      font-size:12px !important;
  }
  .contactinfo h2{
      font-size:12px !important;
  }
  .aboutheading{
    font-size:39px;
    line-height: 39px;
  }
}

/*  Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { .hidden-xs{
  display:none;
  }
  #fp-nav{
      display:none;
  }
  .lefticons{
    display:none;
  }
  .logo{
    margin-left: -19px;
  }
  .logo img{
    height:30%;
    width: 30%;
  }
  .we{
    line-height: normal !important;
margin-top: 80px;
    letter-spacing:10px;
  }
  .hi{

  opacity: 0.7;
  color:#39b3bf !important;
  margin-left:0px;
  z-index:2;
  padding-top: 40px;
  }
  .hi img{

    height: 80%;
  }
  .aboutheading{
    font-size:39px;
    line-height: 39px;
  }
  .services{
    margin-top:50px !important;
  }
  .tab ul{
    margin-top:20px !important;
  }
  #header{

    height:70px;
  }
  .serv{
    margin-top:10px !important;
  }
  .tabcontent{
    font-size:12px !important;
  }
  .coninf{
    margin-top:10px !important;
  }
.contact{
      margin-top: 100px !important;
    }
    .contactinfo{
        font-size:12px !important;
    }
    .contactinfo h2{
        font-size:12px !important;
    }
 }

/*  Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { ... }

/*  Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

/*  Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }
