
/* service-main-head */
#service-tile-container {
    background-color: #FF8C00;
    background-image: linear-gradient(to bottom right, #fedf00,#fdb415,#f7931e,#f58b1f, #FF8C00,#f47521);  
}
.service-main-head {
    padding-top: 150px !important;
}    
.service-main-head span {
    font-size: 18em;
    position: absolute;
    right: 5%;
    color: #faa41a;
    user-select: none;
}
.breadcrumb-item a{
    text-decoration: none;
    color: #000;
}
.breadcrumb-item {
    color: #000;
}
.service-head-info h1{
    font-size: 2.5em;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    text-shadow: 2px 2px 2px #FF8C00; 
}
.service-head-info hr {
    padding: 1px;
    background-color: #000;
    width: 50%;
}
.service-head-info p{
    font-size: 22px;
    text-align: justify;
    color: #000;
}
/* cyber defense services */
.cyberdef_tile {
    padding-top: 50px;
}
.cyberdef_head h2 {
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000;
    text-shadow: 1px 1px 1px #FF8C00;
}
.cyberdef_head hr {
    width: 15%;
    border: 2px solid #000;
    background-color: #000;
}
.cyberdef_head blockquote p {
    text-align: justify;
    color: #555353;
    font-weight: bold;
    margin-bottom: 50px !important;
}
.cyberdef_head blockquote p span{
    font-size: 30px;
    color: #FF8C00;
    text-shadow: 1px 1px #000;
}
.cyberdef_img img {
    width: 100%;
}
.cyberdef_info p {
    text-align: justify;
    margin-bottom: 10px;
    color: #555353;
}

/*****      EXTRA LARGE DEVICE ONLY         *****/
@media (min-width: 1200px) {
    
}

/*****      LARGE DEVICE ONLY           *****/
@media (min-width: 992px) and (max-width: 1199.99px) {
    /* service-main-head */
    .service-main-head {
        padding-top: 100px !important;
    }
    .service-main-head span {
        font-size: 17em;
        right: 5%;
    }
    .service-head-info h1{
        font-size: 2.5em;
    }
    .service-head-info p{
        font-size: 20px;
    }
    /* cyber defense services */
    .cyberdef_tile {
        padding-top: 50px;
    }
    .cyberdef_head h2 {
        font-size: 1.7em;
    }
    .cyberdef_head blockquote p {
        margin-bottom: 30px !important;
    }
    .cyberdef_head blockquote p span{
        font-size: 30px;
    }
    .cyberdef_img img {
        width: 100%;
    }
    .cyberdef_info p {
        margin-bottom: 8px;
    }

    
}


/*****      MEDIUM DEVICE ONLY          *****/
@media (min-width: 768px) and (max-width: 991.99px) {
    
    /* service-main-head */
    .service-main-head {
        padding-top: 100px !important;
    }
    .service-main-head span {
        font-size: 14em;
        right: 5%;
    }
    .service-head-info h1{
        font-size: 2.3em;
    }
    .service-head-info p{
        font-size: 18px;
    }
    /* cyber defense services */
    .cyberdef_tile {
        padding-top: 50px;
    }
    .cyberdef_head h2 {
        font-size: 1.7em;
    }
    .cyberdef_head blockquote p {
        margin-bottom: 30px !important;
        font-size: 18px;
    }
    .cyberdef_head blockquote p span{
        font-size: 30px;
    }
    .cyberdef_img {
        display: flex;
        justify-content: center;
    }
    .cyberdef_img img {
        width: 80%;
    }
    .cyberdef_info p {
        margin-bottom: 8px;
    }
    
   

}

/*****      SMALL DEVICE ONLY       *****/
@media (min-width: 576px) and (max-width: 767.99px) {
    
    /* service-main-head */
    .service-main-head {
        padding-top: 130px !important;
    }
    .service-main-head span {
        font-size: 7em;
        right: 5%;
    }
    .service-head-info {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .service-head-info h1{
        font-size: 2.1em;
    }
    .service-head-info p{
        font-size: 16px;
    }
    /* cyber defense services */
    .cyberdef_tile {
        padding-top: 50px;
    }
    .cyberdef_head h2 {
        font-size: 1.5em; 
    }
    .cyberdef_head blockquote p {
        margin-bottom: 20px !important;
        font-size: 16px;
    }
    .cyberdef_head blockquote p span{
        font-size: 25px;
    }
    .cyberdef_img {
        display: flex;
        justify-content: center;
    }
    .cyberdef_img img {
        width: 80%;
    }
    .cyberdef_info p {
        margin-bottom: 8px;
    }
    
    
}

/*****      EXTRA SUPER SMALL DEVICE ONLY       *****/
@media (max-width: 575.99px) {
   

    /* service-main-head */
    .service-main-head {
        padding: 10px !important;
        padding-top: 100px !important;
    }
    .service-main-head span {
        font-size: 3em;
        right: 5%;
    }
    .service-head-info {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        
    }
    .service-head-info h1{
        font-size: 1.8em;
    }
    .service-head-info hr {
        width: 100%;
    }
    .service-head-info p{
        font-size: 16px;
    }
    /* cyber defense services */
    .cyberdef_tile {
        padding-top: 30px;
    }
    .cyberdef_head h2 {
        font-size: 1.3em; 
    }
    .cyberdef_head blockquote p {
        margin-bottom: 20px !important;
        font-size: 15px;
    }
    .cyberdef_head blockquote p span{
        font-size: 20px;
    }
    .cyberdef_img {
        display: flex;
        justify-content: center;
    }
    .cyberdef_img img {
        width: 80%;
    }
    .cyberdef_info p {
        margin-bottom: 5px;
    }
    
    
}
