/* Locat stylesheet file */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,400&display=swap');
/*Small devices (landscape phones, 576px and up)*/
@media (min-width:340px) and (max-width: 576px) { 
    .navbar-brand{display: contents;}
    .navbar-toggler:hover{border: none; outline: none;}
     .navbar-toggler:focus{border: none; outline: none;}
    .icon-menu h3{color: #0484ca;
   
}
    #ftco-navbar{padding: 0rem 0rem !important;}
    .dgtslogo {
    max-width: 70%;
    height: auto;
}
    .navbar-brand{display: block; max-width: 50%;}
    .icon-menu h3::before{
    content: "\e5d2";
}
.DGTS-textblock{display: none;}
.DGTS-quote-text{color: #fff;
text-align: center;
vertical-align: middle;
display: block;
float: none;
font-size: 2.5vh;}
.DGTS-quotebtn{float: none;
width: 100%;}
.DGTS-socialtext{float: none;
display: block;
text-align: center;
vertical-align: middle;
font-size: 3.5vh;
padding: 0.5em 0;
border: none;}
.DGTS-sociallinks ul{width: 100%; text-align: center; margin: 0 auto;}
.DGTS-about-textarea{margin: 1.5em 0;}
.DGTS-about-picarea{margin: 1.5em 0;}
    .DGTS-readmore-btn{width: 100%; font-size: 3vh; display: inline-block;}
    
.DGTS-service-textarea{margin: 1.5em 0;}
.DGTS-service-picarea{margin: 1.5em 0;}
 .DGTS-readmore-btn-white{width: 100%; font-size: 3vh; display: inline-block;}
    .DGTS-footer{font-size: 1rem;}
    .carousel img{height: auto;}
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width:577px) and (max-width: 768px) { 
.DGTS-textblock{display: block;}
}
/*Large devices (desktops, 992px and up)*/
@media (min-width:769px) and (max-width: 992px) { 
.DGTS-quoteblock{display: none;}
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width:993px) {
.DGTS-quoteblock{display: none;}
}