/* ----------------------------------

Template Name: Digalu - Digital Marketing Agency Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Roboto
Main Color   : #0f4f9e

-------------------------------------

[Typography]

Body copy:    15px 'Roboto', sans-serif
Header:     36px 'Roboto', sans-serif
Input, textarea:  15px 'Roboto', sans-serif
Sidebar heading:  20px 'Roboto', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03. Topbar
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Slide Effect
        - Fade Effect
    06. Features
    07. About Us
        - Full Width Version
        - Default Version
    08. Services
        - Version One
        - Version Two
        - Version Three
    09. Why Choose Us
    10. Company Analysis/Graph
    11. Companies/Clients/Partner
    12. Team
    13. Testimonials
    14. Projects
    15. Gallery
    16. Our Expertise
    17. Work Process
    18. FAQ
    19. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Error 404
    21. Footer
    22. PHP Contact Form
    23. Others

*/

/*
** General Styles for HTML tags
*/

:root {
    --color-primary: #0f4f9e;
    --color-secondary: #173f8a;
    --dark-secondary: #0d2f67;
    --dark-optional: #1f5cb0;
    --bg-gradient: linear-gradient(30deg, #173f8a 20%, #0f4f9e 80%);
}

.navbar-brand>img {
    
    height: 85px;
}


.bg-gray {
    background: #84a2d3;
}


.default-padding-65px {
    padding-top: 65px;
    padding-bottom: 65px;
}


p {
    color: #020202;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    font-family: var(--font-default);
    line-height: 1.7;
}


.feature-list-item.mb-20 {
    
    margin-bottom:20px;
}


.services-details-area h5.title-underline:after {
    content: '';
    width: 75px;
    height: 2px;
    position: relative;
    top: 5px;
    background-color: blue;
    display: block;
 }

  nav.navbar.validnavs ul li.dropdown ul.dropdown-menu li a:hover,nav.navbar.validnavs ul li.dropdown ul.dropdown-menu li a.active {
        color:#FFF;
        background-color: #0f4f9e  !important;
    }

.whatsapp{
position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 999;
}

.arrorw{
position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 999;
}



.default-padding-bottom {
    padding-bottom: 64px;
    padding-top: 87px;
}



.default-padding {
    padding-top: 120px;
    padding-bottom: 40px;
}