*{	-webkit-transition: .7s ease-out;
 	-moz-transition: .7s ease-out;
 	-o-transition:  .7s ease-out;
 	transition: .7s ease-out;
    list-style: none;
}

/*================================
TYPOGRAPHY
================================*/
body {
    font-family: Roboto;
    line-height: 1.8em;
    min-height: 100vh;
}

.bigicon {font-size: 3em;}
h2{font-size: 42px;}
h3{font-size: 28px;}
h4{font-size: 18px; line-height: 1.4em;}
p{
    letter-spacing: 1px;
    color: #666;
    font-weight: lighter;
}


/*================================
DEFAULT STYLE & FORMATING
================================*/
ul{padding: 0;}
a{color: #FFF;}
a:hover{color: #FFF; text-decoration: none;}
img{max-width: 100%;}

#services{text-align: center;}
.col-md-4, .col-md-6{padding-bottom: 10px;}
.col-md-3 {padding: 0;}

.sectionhead{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.navbar-head {
    background-color: #006798;
    border-color: #006798; 
    opacity: 0.9;
}

 .navbar-footer {
	  bottom: 10px;

//    background-color: #FFF;
//    border-color: #FFF;
//    box-shadow: 0 0 15px 15px white;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

hr.separetor{
    width: 80px;
    color: #006798;
    border-top: 2px solid #ea9312;
}


.btn-default{
    background: none;
    border: none;
    text-transform: uppercase;
    margin: 50px 0;
    color: #c3c3c3;
    letter-spacing: 2px;
}

.btn-default:hover{
    background: none;
    color: #ea9312;
}

.btnicon, .brandicon{
    margin-right: 10px;
}


/*================================
HERO AREA
================================*/


#hero{
    color: #4b4b4b;
    text-align: center;
    background: url(../img/mainimg.png)no-repeat; 
    background-size: cover;
    max-height: 880px;
    overflow: hidden;
    position: relative;
    height: 100vh;
}

.herocontent{
    padding-top: 110px;
    width: 100%;
    max-width: 900px;
}
.heroshot{
    margin-top: 30px;
    width: 100%;
    max-width: 1200px;
}

.overlay{
  position: absolute;
  top: 20%;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}


.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
//  min-width: 100px;
//  max-width: 100%;
  color: #777;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #777;
  box-sizing: border-box;
  opacity: 0.66;
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #777;
  z-index: 1;
}

.balloon p {
  margin: 0;
  padding: 0;
}

.position1 {
	right: -50px;
	bottom: 40px;
	animation: fuwafuwa 3s infinite;
}

.position2 {
	right: 30px;
	bottom: -20px;
	animation: fuwafuwa2 5s infinite;
}

.position3 {
	right: 30px;
	bottom: -20px;
	animation: fuwafuwa 5s infinite;
}

.position4 {
	right: 20px;
	bottom: 50px;
	animation: fuwafuwa 3s infinite;
}

.position5 {
	right: 70px;
	bottom: -10px;
	animation: fuwafuwa2 6s infinite;
}

.position6 {
	right: 80px;
	bottom: 20px;
	animation: fuwafuwa 4s infinite;
}

.position7 {
	right: 100px;
	bottom: 50px;
	animation: fuwafuwa 2s infinite;
}

.position8 {
	right: 150px;
	bottom: -20px;
	animation: fuwafuwa 3s infinite;
}

.position9 {
	right: 80px;
	bottom: 10px;
	animation: fuwafuwa2 6s infinite;
}

.position10 {
	right: 30px;
	bottom: 150px;
	animation: fuwafuwa2 7s infinite;
}

.position11 {
	right: 0px;
	bottom: 20px;
	animation: fuwafuwa 3s infinite;
}
.position12 {
	right: 0px;
	bottom: 0px;
	animation: fuwafuwa2 5s infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes fuwafuwa2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}

/*================================
CLIENTS SECTION
================================*/
#clients{
    padding: 50px 0;
    text-align: center;
}
#clients h4{
    padding-top: 10px;
}

#clients .col-md-4{
    padding-bottom: 0;
}

#clients ul{float: right}

#clients li{
    display: inline;
    margin-right: 35px;
}

#clients li:last-child{
    margin-right: 0px;
}


/*================================
ABOUT SECTION
================================*/
#about{padding-top: -50px;}

#about h1{
	margin-bottom: 15px;
}
.myapps li{display: inline}
.myapps li img{
    width: 30px;
}

/*================================
PORTFOLIO SECTION
================================*/
#portfolio{
    background: #006798;
    margin-top: 50px;
    padding: 30px 0;
    text-align: center;
}

#portfolio h3{    
    color: #fff;
}

#portfolio p{    
    color: #fff;
    text-align: right;
}

#portfolio table{    
    background-color: #fff;
}

#portfolio table .l2{    
    background-color: #f1f1f1;
}

#portfolio .fa-check{    
    color: #008040;
}

#portfolio .title{    
    color: #31708f;
    background-color: #d9edf7;
}

#portfolio .title-l2{    
    color: #2b637d;
    background-color: #cae7f4;
}


#portfolio img{    
    border: 5px solid #fff;
}

/* solid018 */
.button_solid018 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px auto;
//    max-width: 240px;
    padding: 10px 25px;
//    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 400;
//    background: #eee;
    filter: drop-shadow(0px 2px 4px #5f5f5f);
    border-radius: 3px;
}
.button_solid018 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
.button_solid018 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-48%);
    position: absolute;
    top: 48%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

/*================================
TESTIMONIAL SECTION
================================*/

.clientsphoto img{
    width: 200px;
    float: left;
    margin-right: 20px;

}

/*.clientsphoto img:hover{
    border-radius: 15%;
}
*/
blockquote{
    margin: 0;
    padding: 0 0 10px 0;
    border: none;
}

blockquote p{   
    font-style: italic;
    font-size: 14px;
}

.quote{overflow: hidden}
.quote h5{margin-bottom: 5px;}


/*================================
FOOTER SECTION
================================*/

footer{
    text-align: center;
    padding: 20px 0;
    background: #006798;
}

footer p, footer .bigicon {color: #7e7e7e;}

.footerlinks{margin: 30px 0;}
.footerlinks li{
    display: inline;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.footersocial {margin-top: 30px;}

.footersocial li{
    display:inline;
    padding: 0 15px;
    font-size: 2em;
}

.footersocial li a {color: #7e7e7e;}
.footersocial li a:hover {color: #ea9312;}

/*================================
FOLLOW BUTTON
================================*/
.dribbble-follow-button {
	display: inline-block;
    margin-top: 15px;
}

.dribbble-follow-button .label, .dribbble-follow-button .count {
    font: bold 11px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    border: 1px solid #ccc;
    text-decoration: none;
    display: inline-block;
    position: relative;
    border-radius: 3px;
}

.dribbble-follow-button .label {
    padding: 0 3px 0 1px;
    white-space: nowrap;
    background: #e3e3e3;
    background: linear-gradient(top, white, #dedede);
}

.dribbble-follow-button .label i {
    height: 18px;
    width: 18px;
    float: left;
    background: url(../img/icon.png) no-repeat top left;
}

.dribbble-follow-button .label:hover {
    border-color: #bbb;
    background: #fff;
    color: #333;
}

.dribbble-follow-button .label:active {            
     box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
}

.dribbble-follow-button .count {
    margin-left: 5px;
    padding: 0 3px;
    color: #333;
    border-color: #bbb;
    font-weight: normal;
    background: white;
}

.dribbble-follow-button .count:hover {
    text-decoration: underline;
}

.dribbble-follow-button .count > * {
	top: 50%;
	left: 0;
	margin: -4px 0 0 -4px;
	border: 4px solid transparent;
	border-right-color: #aaa;
	border-left: 0;
	position: absolute;
}

.dribbble-follow-button .count u {
    margin-left: -3px;
    border-right-color: white;
}


@media (max-width: 767px){
    .shots img{margin-bottom: 15px; max-width: 90%}
}

#pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0;
    
}
#pagetop a{
    position: relative;
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    background:#006798;
    transition: opacity .6s ease;
    color: #FFF;
    align-items: center;
    text-decoration: none;
    /* font-size: 38px; */
    /* border-radius:100%; */
}
#pagetop a:hover {
    opacity: .3;
}
@media screen and (max-width:767px) {
#pagetop a {
    width: 40px;
    height: 40px;
}
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}