/** Clients Css*/
html{
    overflow-x: hidden;
}
.mobile-contact{
    display: none;
}
#digg-clients{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center !important;
}
.client-img{
    margin: 20px 0;
    text-align: center !important;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #333;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
}
.client-img .img-responsive{
    text-align: center;
    margin: 0 auto;
}
.client-img img{
   height: 45px;
    transition: 1s;
}
.client-img:hover .diggimg{
    transform: scale(1.1);
}

/**Client Testimonials*/

.client-testimonial{
    padding: 30px 20px;
    border: 1px solid lightgray;
    min-height: 400px;
    border-radius: 10px;  
    cursor: pointer;  
}
.client-testimonial:hover{
    background: lightgray;
}
.client-testimonial img{
    border-radius: 50%;
}

/** Top Nav Bar*/

.digg-top-bar{
    width: 100%;
    height: 40px;
    background: black;
    text-align: right;
}
.contact-details{
    width: 80%;
    float: left;
}
.contact-details ul li , .request-btn ul li{
display: inline-block;
line-height: 35px;
padding-right: 30px;
}
.contact-details ul li a , .request-btn ul li a{
    font-size: 15px;
    color: #E93197;
    font-weight: 700;
}
.contact-details ul li a:hover{
    text-decoration: none;
}
.request-btn ul li a{
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    
}
.r-btn{
    font-size: 12px;
    padding: 8px 15px;
    background: #e93197;
    color: white;
    border-radius: 5px;
    margin-top: -2px;
}
/** Nav Bar */
.title-container .menu{
    background: white;
}
.menu{
    position: sticky;
    top: 0;
    box-shadow:2px 2px 4px gray;
    z-index: 99999;
    background: white;
}
.navbar-nav > li > .dropdown-menu{
    background: #333;
}
.navbar-nav > li > .dropdown-menu li{
    padding: 5px 10px;
}
.navbar-nav > li > .dropdown-menu li:hover{
    background: black;
    color:white;
}
.dropdown-menu > li > a:hover{
    background: transparent;
    color:white;
}
.navbar-toggle {
    margin-top: 22px;
}

/**Addition */
.navbar-default .navbar-nav > li > a{
    color: black;
    font-weight: 700;
}
.navbar-nav.navbar-right{
    margin-top: -17px;
}
.navbar-header img{
    margin-top: -5px;
}
.navbar-nav > li > .dropdown-menu{
    width: 310px;
    left: 0;
    top: 94px;
    background: white;
    box-shadow: 2px 2px 4px gray;
}
.navbar-nav > li > .dropdown-menu ul li a:hover{
    color: #E93197;
}
.dropdown-menu > li > a{
    color: black;
    font-weight: 700;
}
.dropdown-menu > li > a:hover{
    color: #E93197;
}
.navbar-nav > li > .dropdown-menu li:hover {
    background: transparent;
    color: #E93197;
}

/** Team */
.digg-team{
    box-shadow: 2px 2px 5px gray;
    padding: 30px;
    padding-bottom: 50px;
    cursor: pointer;
}
.digg-team:hover{
    box-shadow: 5px 10px 20px gray;
}
.team-img{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
}
.digg-team a{
    padding: 20px;
    background: lightgray;
}

/** Floating Ions */
.floating-icons{
    position: fixed;
    right:-40px;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 99999999;
}
.floating-icons .social-icons{
    background: #107575;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top-left-radius:30px; 
    border-bottom-left-radius:30px; 
    
}
.floating-icons .social-icons p{
    padding: 5px 20px;
    border-bottom: 1px solid black;
    cursor: pointer;
    transition: 400ms
}
.floating-icons .social-icons p:last-child{
    border-bottom: 1px solid transparent;
}
.floating-icons .social-icons p:hover .fa{
    transform: scale(1.3);
}
.floating-icons .social-icons a .fa{
    font-size: 25px;
    color: white;   
    transition: 400ms;
}
.floating-icons .social-icons a:hover .floating-icons{
    left: 50px;
}

.contact{
    display:none;
}

/** Icons*/
.highlights .social-icons , .services-box{
   width: 150px;
   background:lightgray;
   padding: 30px;
   border-radius: 50%;
   text-align: center;
   cursor: pointer;
   opacity: 1;
   margin: 0 auto;
   box-shadow: 3px 3px 10px gray;
}
.highlights .social-icons img{
    opacity: 0.7;
}
.services-box img{
   opacity: 0.8;

}


/** Whats App */

.whatsapp{
    position: fixed;
    bottom: 0;
    left: 10px;
}
.whatsapp .whatsapp-link{
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.whatsapp .whatsapp-link img{
    width: 50px;
}
/**Request Quote*/
#request-form{
    width: 60%;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 15px;
    padding: 40px;
    margin-bottom: 50px;
    box-shadow: 3px 3px 10px gray;
}
#request-form span{
   color: red;
}
#request-form b{
    color: gray;
   font-size: 15px;
}
#request-form b:after{
content:" *" ;
color:red ;
font-size: 30px;
position: absolute;
top: -5px;
margin-left:5px;
}
.form-title{
    text-align: center;
    text-transform: uppercase;
}
#request-form input{
    font-size: 15px;
}
.request-button button{
    padding: 10px 50px;
    font-weight: 700;
}
/** Carrer */
.career-digg{
    padding: 30px;
    margin: 30px 0;
    box-shadow: 1px 1px 2px gray;
}
.career-digg ol li{
    padding: 30px 20px;
    border-bottom: 1px solid lightgray;
    margin: 20px ;
}
.career-digg ol li:last-child{
    border-bottom: 1px solid transparent;
}
.career-digg ol li b{
    font-size: 18px;
    text-transform: uppercase;
    color: black;
}
.apply-btn{
    float: right;
    padding: 10px 20px;
    background: #e93197;
    border-radius: 10px;
    color: white;
    border: 1px solid transparent;
    transition: 400ms;
}
.apply-btn:hover{
    border: 1px solid #DC0083;
    background: white;
    color: #DC0083;
}

/**Model Content*/
.modal-content{
    min-height: 80vh;
}
.modal-title{
    padding: 20px 30px;
    text-align: center;
    font-weight: 700;
}
.modal-body{
    padding: 20px;
    border-bottom: transparent;
}
.modal-body p , .modal-body ul li{
    font-size: 15px;
}
.modal-body ul {
    padding: 30px;
}

/** Additions*/

.highlights h3  a{
    color: black;
    font-weight: 700;
}
#servicescont{
    margin: 5px;
  border: 1px solid lightgray;
   min-height: 300px;
   padding: 20px;
   border-radius: 20px;
}
.copyright-digg p{
    line-height: 1.5;
}

/**Career form */
#career-form{
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 15px;
    padding: 40px;
    margin-bottom: 50px;
    box-shadow: 3px 3px 10px gray;
}
#career-form span{
   color: red;
}
#career-form b{
    color: gray;
   font-size: 15px;
}
#career-form b:after{
content:" *" ;
color:red ;
font-size: 30px;
position: absolute;
top: -5px;
margin-left:5px;
}
.form-title{
    text-align: center;
    text-transform: uppercase;
}
#career-form input{
    font-size: 15px;
}
#career-form select{
    width: 100%;
    padding: 6px;
    font-size: 15px;
    border-radius: 5px;
}
.request-button button{
    padding: 10px 50px;
    font-weight: 700;
}

/**Team banner*/
.team-banner{
    width:100%;
    height:200px;
    overflow:hidden;
    background:url('/img/Team.jpg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.team-details{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    
}
.team-details h1{
    padding:20px 30px;
    background:rgba(255,255,255,0.6);
    color:#DC0083;
    border:1px solid #DC0083;
}
.client-banner{
    width:100%;
    height:200px;
    overflow:hidden;
    background:url('/img/clients.jpg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.buzz-banner{
    width:100%;
    height:200px;
    overflow:hidden;
    background:url('/img/blog-writing.jpg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.job-banner{
     width:100%;
    height:200px;
    overflow:hidden;
    background:url('/img/Jobs.jpeg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.carrer-banner{
    width:100%;
    height:200px;
    overflow:hidden;
    background:url('/img/careers.jpeg');
    background-position:bottom;
    background-repeat:no-repeat;
    background-size:cover;
}
#digg-form{
    width: 80%;
    margin: 50px auto;
  }
  #digg-form input, #digg-form select{
    width: 50%;
    padding: 8px 16px;
    margin: 10px;
  }
  #digg-form input[type="file"]{
    font-size: 21px;
  }
  #digg-form button{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 10px 20px;
    font-size: 21px;
  }


































@media(max-width:786px){
    .floating-icons{
        right:0px;
    }
    .highlights .social-icons{
        width: 150px;
        text-align: center;
        margin: 0 auto;
     }
     .floating-icons{
        right:-5px;
    }
     .floating-icons .social-icons{
        border-top-left-radius:10px; 
        border-bottom-left-radius:10px;  
        padding-top: 10px;
    }
     .floating-icons .social-icons p{
        padding:3px 10px ;
    }
     .floating-icons .social-icons a .fa{
        font-size: 18px;
    }
    .contact-details{
        display: none;
    }
    .navbar-nav.navbar-right{
        margin-top: 0;
    }
    .navbar-header img{
        margin-top: 0;
    }
    .mobile-contact{
        width: 100%;
        display: block;
        text-align: center;
        margin-left: -10px;
    }
    .mobile-contact ul li{
        list-style: none;
    }
    .mobile-contact ul li a{
        color: #E93197;
        font-size: 12px;
        font-weight: 700;
    }
    .navbar-default .navbar-nav > li > a{
        text-align: center;
    }
    .copyright {
        text-align: center;
    }
    .copyright-digg p {
        text-align: center;
        line-height:1;
    }
    .client-testimonial{
        text-align:left;
        width:100%;
        height:auto;
    }
    #servicescont{
        margin:5px;
    }
    #request-form{
        width:100%;
    }
    #request-form b:after{
    content:" *" ;
    color:red ;
    font-size: 20px;
    position: absolute;
    top: 0px;
    margin-left:5px;
}
    .digg-team {
        margin:5px 0;
    }
    .team-banner , .client-banner , .buzz-banner{
        height:100px;
    }
    .team-details h1{
        font-size:15px;
    }
}


/** Landing page Css*/


.digg-title {
  margin-bottom: 30px;
  margin-left: 15px;
}

.landing-page {
  margin-bottom: 80px;
}

.landing-page .landing-banner {
  background-image: url("https://dummyimage.com/1500x1500");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
}

.landing-page .landing-banner .rform {
  width: 30%;
  float: right;
  margin: 50px;
  padding: 30px;
  background: lightgray;
  border: 5px solid rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.landing-page .landing-banner .rform h3 {
  color: #000;
  font-weight: bold;
  padding-bottom: 30px;
}

.landing-page .landing-banner .rform input {
  border: none;
  border-radius: 0;
}

.landing-page .landing-banner .rform textarea {
  border: none;
  border-radius: 0;
}

.landing-page .landing-banner .rform button {
  width: 100%;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
}

.landing-page .social {
  text-align: center;
}

.landing-page .social .nb {
  border-top: none !important;
}

.landing-page .social .social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid lightgray;
}

.landing-page .social .social-wrap .sm-detail {
  width: 300px;
  height: 300px;
  padding: 30px 20px;
}
.landing-page .social .social-wrap .sm-detail p {
  text-align:left;
}

.landing-page .client-wrap .client-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 2px lightgray;
          box-shadow: 1px 1px 2px lightgray;
}

.landing-page .client-wrap .client-inner .client-details {
  padding: 20px 30px;
}

.landing-page .client-wrap .client-inner .client-img-blk img {
  border-radius: 50%;
  margin-bottom: 20px;
}
@media (max-width:420px){
    .landing-page .landing-banner .rform {
        width: 100%;
        margin-right:0;
        height:100%;
    }
    
    
}


