.sticky-logo{
    width: 150px;
}
.site-branding .sticky-logo{
    width: 150px;
}

.how-work{
    /*padding-top: 100px;*/
    position: relative;
}

.offer .service-box:hover .h3-title {
    color: #F1B74D;
}
.offer .service-box:hover .sevice-icon img {
    filter: inherit;
}

.offer .service-box:before {
    background: inherit;
}

.how-do-it {
   padding-top: 100px;
   padding-bottom: 100px;
   position: relative;
}
.how-do-it img{
    width: 75px;
    margin-bottom: 10px;
}

.how-do-it .main-counter-box:before, .main-counter-box:after{
    content: none;
}

.contact-details li{
    padding-top: 15px;
}

.contact-details .contact-link-box a img{
    top: 0;
}
.service-box{
    height: 215px;
    text-align: center;
}

.head-logo{
    width: 150px;
}

.team-box p{
    color: #fff;
}

.copy-right, .footer-bottom-link{
    display: block;
}

.footer-bottom-link ul.social li{
    border-right: none;
}

.site-footer{
    background: linear-gradient(45deg, #767676, #767676);
}

.h2-title{
    color: #767676;
}
.form-input{
    color: #767676;
}

.main-our-team{
    background: linear-gradient(45deg, #767676, #767676);
}


.h3-title{
    font-size: 22px;
    font-weight: inherit;
    color: #767676;
    text-align: center;
}

.sevice-icon img{
    height: 150px;
}

.container-fluid{
    width: 80%;
}
.ic-part i{
  background-color: #767676;
  padding: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 12px;
  margin-right: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.about-img-box{
    display: inherit;
    height: auto;
}

#map-canvas {
  width: 100%;
  height: 740px;
  position: absolute;
  z-index: 2;
  top: 0px;
}

.main-contact-us .contact-form{
    margin-bottom: 50px ;
}


#why-go-digital .h3-title {
    font-size: 28px;
    font-weight: 700;
}

.main-services{
    padding-top: 50px;
    padding-bottom: 300px;
}

.main-have-project {
    position: relative;
    background: #ffffff;
    margin-top: 80px;
}

hr{
    margin-top: 50px;
    margin-bottom: 50px;
}

.text-center{
    height: 80;
    width: 80;
}


/*// Extra small devices (portrait phones, less than 576px)*/
/*// No media query since this is the default in Bootstrap*/


/*// Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) { 
    .about-img-box {
        height: inherit ;
    }
    .container-fluid{
        width: 100%;
    }
 }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
     .container-fluid{
        width: 100%;
    }
 }

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

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