body {
	font-family: 'Roboto', sans-serif;
}
img {
    max-width: 100%;
}
/*social media css*/
ul.social-network {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
    display: block;
    text-align: center;
        margin-bottom: 0;
            float: right;
}
ul.social-network li {
    display: inline-block;
    margin: 0 5px;
}
.social-network a.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoFacebook:hover {
    background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
    background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
    background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
    background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
    background-color:#ff7c00;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
    color:#44BCDD;
}

.social-circle li a {
    display:block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 40px;
    height: 40px;
    line-height:40px;
    font-size:18px;
    background: #5a5a5a;
}
.social-circle li i {
    margin:0;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

/*main carousel css*/
.slider .carousel-control-next, .slider .carousel-control-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #222222;
    width: 48px;
    height: 48px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
    transition: .5s all ease;
}
.slider:hover .carousel-control-next, .slider:hover .carousel-control-prev {
	opacity: .5;
}
.slider .carousel-control-next {
	right: 0;
}
.slider .carousel-control-prev {
	left: 0;
}
.slider:hover .carousel-control-next {
	right: 1%;
}
.slider:hover .carousel-control-prev {
	left: 1%;
}
.slider .carousel-indicators .active {
	background-color: #000;
	opacity: .8
}
.slider .carousel-indicators li {
	background-color: #000;
    opacity: .5;
}
.slide-container {
	position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 40%;
    left: 9%;
}
.slide-container .heading {
    font-size: 30px;
    font-weight: 100;
}
.slide-container .caption {
	font-size: 36px;
  line-height: 35px;
  margin-bottom: 12px;
}

/*latest work css*/
.latets-works audio {
    width: 100%;
    background: #4d9add;
}

.latets-works h5 {
    color: #4081bf;
    margin-top: 5px;
    margin-left: 21px;
    margin-bottom: 0px;
}

.latets-works p {
    font-size: 14px;
    margin-left: 21px;
    margin-bottom: 30px;
}


.blog-box {
     border-radius: 3px;
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
     padding: 40px 25px;
     display: block;
     background: #fff;
     text-align: center;
     margin-bottom: 10px 
}
.blog-box i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    border: 1px solid #346b9d;
    font-size: 30px;
    transition: 0.2s all;
    color: #346b9d;
}
.blog-box i:hover {
    background: #346b9d;
    color: #fff;
}
 .blog-box .title {
     color: #0b6b9d;
     ;
     min-height: 70px 
}
 .blog-box ul {
     margin-bottom: 6px 
}
 .blog-box ul li {
     font-size: 12px;
     display: inline-block;
     margin-right: 8px;
     color: #777 
}
 .blog-box ul li i {
     margin-right: 2px;
     color: #283A44 
}

.testimonials-wrapper {
    position: relative;
    border: 1px solid #cccccc;
    margin-top: 27px;
}
.testimonials-wrapper .quote-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -27px;
    text-align: center;
    background: #cccccc;
    color: #323232;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border-radius: 50%;
}
.testimonials-count {
    padding: 0 15px;
}
.testimonials-count img {
    max-width: 80px;
    margin: 0 auto;
}
.testimonials-count h5 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 15px;
        margin-bottom: 5px;
}
.testimonials-count h6 {
    font-weight: 400;
    font-size: 16px;
        margin-bottom: 15px;
}

/*logo strip css*/
 #owl-strip .logo-strip {
     border: 1px solid #d8d8d8;
     padding: 5px;
     border-radius: 5px;
     transition: .2s ease;
     background: rgba(23,60,90,0.1);
}
 #owl-strip .logo-strip:hover {
     background: rgba(77,154,221,0.5);
}
 #owl-strip .logo-strip img {
     filter: gray;
     -webkit-filter: grayscale(1);
     -webkit-transition: all .2s ease-in-out;
}
 #owl-strip .logo-strip:hover img {
     -webkit-filter: grayscale(0);
}

/* footer css */
.important-links {

}
.important-links li {
        display: inline-block;
    margin: 20px 10px;
}
.important-links a {
    color: #fff;
}
.copy-right {
    color: #fff;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.2)
}

/*To btn css*/
#toTop {
      padding: 5px 3px;
      background: rgba(0,0,0,0.5);
      color: #fff;
      position: fixed;
      bottom: 20px;
      right: 5px;
      display: none;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    transition: 0.2s all ease;
  }
  #toTop:hover {
    background: #000;
  }

  @media only screen and (min-width: 767px) and (max-width: 959px) { 
    .menu-mobile {
        padding-bottom: 59px;
    }
  }
  @media only screen and (max-width: 992px) {
    .menu > ul > li a i {
        display: none;
    }
    .slide-container {
        width: 80%;
    } 
    .slide-img {
        height: 350px;
    }
  }
  @media only screen and (max-width: 767px) {
    .logo {
        margin-top: 10px;
        width: 180px;
    }
    .slide-container {
        width: 100%;
        left: 0;
        padding: 2%;
    }
    .slide-container .heading {
        font-size: 24px;
    }
    .slide-container .caption {
        font-size: 30px;
    }
  }
  