
@font-face {
	font-family: "uvidstudio";
	src: url('../fonts/uvidstudio.eot');
	src: url('../fonts/uvidstudio.woff') format('woff'), url('../fonts/uvidstudio.ttf') format('truetype'), url('../fonts/uvidstudio.svg') format('svg')
}

body
	{
	background: #ffffff;
   	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
	

	}
section#video{
    
    display:none;
}

@media only screen and (max-width:768px){
    
    img.centerimg{
        
        display:none;
    }
}

html,body {
      width: 100%;
     overflow-x: hidden;
	 
  }

h1,h2,h3,h4 {
  font-weight: 400;
  font-family: 'uvidstudio', sans-serif;
  letter-spacing: 6px;
}

.heading {
  font-size: 20px;
}
.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}
.bold {
  font-weight: bold;
}

p {
  letter-spacing: 1px;
  line-height: 28px;
}

a {
  outline: none !important;
}

hr {
  width: 100px;
}

strong {
  font-size: 50px;
}

.section-title {
  text-align: center;
  padding-bottom: 32px;
}

.medium-icon {
  font-size: 32px !important;
}

#feature,
#video,
#team, 
#work,
#services,
#testimonial,
#pricing, 
#contact {
   padding-top: 100px;
  padding-bottom: 100px;
}

#feature, 
#team, 
#work,
#services,
#testimonial,
#pricing {
  text-align: center;
  
}

#video {
  background: #f9f9f9;
}

#testimonial {
  background: #b3efe9;
}

#testimonial img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 42px;
}

#testimonial h5 {
  color: #ffffff;
}

#team, footer {
  background: #2b2b2b;
  color: #ffffff;
}

/*
  navigation section
===================== */
.sticky-navigation {
    opacity: 0;
  }
.navbar-default {
    background: #fff;
    font-family: 'uvidstudio', sans-serif;
    border: none;
    box-shadow: 0px 0px 40px 0px rgba(50, 50, 50, 5.8);
    margin: 0 !important;
    text-align:center;
     padding: 0;
  }
.navbar-default .navbar-brand {
    color: black 	;
    font-weight: bold;
    font-size: 26px;
    line-height: 40px;
  }
.navbar-default .navbar-nav li a {
    color: #f96321;;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
  }
.navbar-default .navbar-nav li a:hover {
    color: #21d1d6 !important;
  }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #606060;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #21d1d6;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }
.navbar-default .navbar-toggle .icon-bar {
    background: #21d1d6;
    border-color: transparent;
  }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent 
}


/*
  home section
===================== */
#home {
  background: black;
  color: #ffffff;
  min-height: 600px;
  padding-top: 120px;
  text-align: center;

}
#home h1,
#home h3 {
  font-size: 100px;
  font-weight: 600;

}
#home .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in;
}
#home .btn:hover {
  background: #21d1d6;
  border-color: transparent;

}
#home .btn-danger {
  background: #21d1d6;
  border-color: transparent;
}




/*
  feature section
===================== */
#feature .col-md-12 {
  padding-top: 30px;
  padding-bottom: 40px;
}
#feature h3 {
  font-size: 16px;
}


/*
  team section
===================== */
#team {
  padding-bottom: 0;
}
#team .col-md-4 {
  padding: 10px;
}
#team h3 {
  color: #009988;
  font-size: 14px;
  font-weight: bold;
}
#team .team-wrapper .team-des {
  position: relative;
  cursor: pointer;
  padding-top: 60px;
  padding-bottom: 60px;
  bottom: 40px;
  transition: all 0.4s ease-in-out;
}
#team .team-wrapper:hover .team-des {
  background: #3b3b3b;
  bottom: 60px;
}

#team a:link, a:visited {
    background-color: #f44336;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

#team a:hover, a:active {
    background-color: #42f4d4;
    color: black;
}
/*
  work section
===================== */
#work .col-md-3 {
  display: block;
  width: 100%;
  padding-bottom: 1rem;

}

/*
  screenshot_a section
===================== */
#services .col-md-3 {
  display: block;
  width: 100%;
  padding-bottom: 1rem;

}



/*
  pricing section
===================== */
#pricing .plan {
  background: #21d1d6;
  padding: 40px 0px 60px 0px;
  margin-top: 60px;
  margin-bottom: 32px;
}
#pricing .plan .plan_title {
  background: #f9f9f9;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
#pricing h2 {
  border-bottom: 1px solid #bbc1bf;
}
#pricing .plan h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 180px;
}
#pricing .plan h2 {
  font-weight: bold;
  padding: 30px;
}
#pricing .plan ul {
  padding: 0px;
}
#pricing .plan ul li {
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 30px 0px 10px 0px;
}
#pricing .plan .btn {
  background: #ffffff;
  border: none;
  border-radius: 0px;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 60px;
  transition: all 0.4s ease-in;
  margin-top: 20px;
  text-transform: uppercase;
}
#pricing .plan .btn:hover {
  background: #eeeeee;
}


/*
  contact section
===================== */
#contact {
  background: #f9f9f9;
  padding-bottom: 0;
}
#contact .contact-address {
  color: #ffffff;
  position: relative;
  top: 140px;
}
#contact .contact-address p {
  line-height: 16px;
}
#contact .contact-email,
#contact .contact-phone, #contact .contact-website {
  padding: 100px;
}
#contact .contact-email {
  background: #009fff;
}
#contact .contact-phone {
  background: #2b2b2b;
}
#contact .contact-website {
  background: #454e54;
}
#contact h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 12px;
}
#contact .medium-icon {
  color: #ffffff;
  font-size: 28px !important;
}
#contact .contact-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}
#contact .form-control {
  background: none;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid #21d1d6;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in;
}
#contact .form-control:focus {
  border-bottom-color: #202020;
}
#contact input {
  height: 60px;
}
#contact input[type="submit"] {
  border: 2px solid #e4fafa;
  color: #2b2b2b;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 18px;
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 5.8);
}
#contact input[type="submit"]:hover {
  background: #21d1d6;
}


/*
  footer section
===================== */
footer {
  text-align: center;
  padding-top: 260px;
  padding-bottom: 60px;
}
footer p {
  padding-top: 20px;
}
.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 10px;
}
.social-icon li a {
  border: 1px solid #21d1d6;
  border-radius: 50%;
  color: #21d1d6;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in;
}
.social-icon li a:hover {
  background: #21d1d6;
  color: #2b2b2b;
}

/*
  marquee
===================== */
.rightTI { 
	color: #3399ff;
  white-space: nowrap;
  overflow: hidden;

  animation: marquee 12s linear infinite;
}

@-webkit-keyframes marquee {
  0% {text-indent: 100%;}
  100% {text-indent: -100%;}
}
.li {
  float: left;
  width: 80%;
  padding: 1%;
  margin: 1% 10%;
  height: 80px;
}

/*
  responsive mobile
===================== */
@media (max-width: 980px) {
  .navbar-default .navbar-nav li a {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    line-height: 18px;
  }
}

@media (max-width: 460px) {
  #home {
    padding-top: 120px;
  }
  #home h3 {
    font-size: 34px;
  }
  #contact .contact-address {
    text-align: center;
  }
  #contact .contact-email,
  #contact .contact-phone, #contact .contact-website {
  padding-top: 100px;
  padding-right: 60px;
  padding-bottom: 100px;
  padding-left: 60px;
}
  #contact .medium-icon {
    display: block;
    margin-bottom: 24px;
  }
}
/* Just for the example */


body::-webkit-scrollbar {
    width: 10px;
}


::-webkit-scrollbar-track {
    border-radius: 10px;
    background: white;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;

    background-image:url("https://blog.uvidstudio.com/wp-content/uploads/2018/09/download.jpg") ;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(100,100,100,0.4); 
}



img{
   -ms-user-select: none;      /* IE 10+ */
   -moz-user-select: none;     /* Firefox all */
   -webkit-user-select: none;  /* Chrome all / Safari all */
   user-select: none;          /* Likely future */      
}

body * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.goog-logo-link {
   display:none !important;
}
.goog-te-gadget{
   color: transparent !important;
}
.goog-te-gadget .goog-te-combo{
   color: blue !important;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }

.top-bar{
        width: 100%;
    }
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    border-radius: 0;
    opacity: 0.75;
}

.top{
    display: none;
    background: rgb(81, 255, 182);
    color: #fff;
    padding: 5px 10px;
    font-size: 22px;
    position: fixed;
    bottom: 45px;
    right: 35px;
}
.show-top{
    display: block;
    z-index: 99;
    transition: 2s;
}
.top:hover{
    background: rgb(87, 160, 255);
}


.text--transparent {
  fill: transparent; }

.usvhape {
  -webkit-transform-origin: 0x 100px;
  transform-origin: 0x 100px;
  -webkit-transform: scale(0, 1) translate(0, 0);
  transform: scale(0, 1) translate(0, 0);
  -webkit-animation: moving-panel 2s infinite alternate;
  animation: moving-panel 2s infinite alternate; }
  .colortext .usvhape:nth-child(1) {
    fill: #0E1826; }
  .colortext .usvhape:nth-child(2) {
    fill: #166973; }
  .colortext .usvhape:nth-child(3) {
    fill: #65BFA6; }
  .colortext .usvhape:nth-child(4) {
    fill: #F2CD5C; }
  .colortext .usvhape:nth-child(5) {
    fill: #F26444; }

.shadow {
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px); }

.usvhape--shadow {
  fill: #000;
  fill-opacity: .2; }

@-webkit-keyframes moving-panel {
  100% {
    -webkit-transform: scale(1, 1) translate(20px, 0);
    transform: scale(1, 1) translate(20px, 0); } }
@keyframes moving-panel {
  100% {
    -webkit-transform: scale(1, 1) translate(20px, 0);
    transform: scale(1, 1) translate(20px, 0); } }
/* Other stuff */


.content {
  font: 800 8.5em/1  'uvidstudio', Impact; }

svg {
  width: 90%;
  margin: 0 auto 50px;
  display: block;
  text-transform: uppercase; }
  	 	