.sticky-logo{
    width: 150px;
}
.counter-box{
    text-align: justify;
}
.counter-box img {
    text-align: center;
}
.counter-box p {
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
}
.service-box .h3-title{
    cursor: pointer;
}
.offer .service-box p{
    display: none   ;
}
.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, .main-blog{
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-have-project {
    position: relative;
    background: #ffffff;
    /*margin-top: 80px;*/
    /*padding-top: 100px;*/
    /*padding-bottom: 100px;*/
}

hr{
    margin-top: 50px;
    margin-bottom: 50px;
}
.main-about-us {

}
.counter-box{
    height: 200px;
    padding: 10px;
}

.counter-box-text small{
    text-align: justify !important;
}
.counter-box-text span{
    display: none;
}

.services-list.offer .service-box {
    height: 220spx;
}
.services-list.offer .service-box p{
    text-align: justify;
    /*-webkit-line-camp*/
    -webkit-line-clamp : initial;
    -webkit-box-orient:  initial;
}
.services-list.offer .service-box:hover p{
    color: #000;
}
.blog-post-text .h3-title{
    text-align: left;
}
.main-blog img{
        width: 400px;
}
/*section{
    padding-top: 100px;
    padding-bottom: 100px;
}*/

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots li button{
    border: 1px solid #F1B74D;
}

/*// 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) { ... }