        * {
            margin: 0px;
            padding: 0px;
        }
        
        .font {
            font-size: 25px;
            font-weight: bold;
        }
        
        .serviceheight {
            height: 250px;
        }
        
        .cardfont {
            font-size: 20px;
            font-weight: bold;
            color: #506982;
        }
        
        #bg {
            background-image: url('./images/2.jpg');
            height: 700px;
            width: 100%;
            background-repeat: no-repeat;
            background-size: 100% 700px;
            background-attachment: fixed;
        }
        
        .about {
            background-image: url('../assets/images/11.jpg');
            height: 600px;
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }
        
        .cards {
            border-right: 3px solid black;
        }
        
        .slider {
            /* height: 500px; */
            width: 100%;
        }
        
        #panal {
            background-image: url('./images/3.jpg');
            height: 400px;
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        
        .mapfont {
            font-size: 20px;
            font-weight: bold;
        }
        
        .form-control {
            height: 30px;
            color: #506982;
        }
        
        .form-control:hover {
            background-color: #C6C6C6;
        }
        
        .btn-primary {
            background-color: #C6C6C6;
            color: #506982;
            border: none;
        }
        
        .btn-primary:hover {
            background-color: #ECCD23;
            color: black;
        }
        
        .logos {
            height: 150px;
            width: 100%;
        }
        
        .video-container {
            height: 100%;
            width: 100%;
            position: relative;
        }
        
        .video-container video {
            width: 100%;
            height: 100%;
            position: absolute;
            object-fit: cover;
            z-index: 0;
        }
        /* Just styling the content of the div, the *magic* in the previous rules */
        
        .video-container .caption {
            z-index: 1;
            position: relative;
            text-align: center;
            color: black;
            font-size: 50px;
            padding-top: 200px;
        }
        
        .card-body {
            background: none;
        }
        
        .col-3 h1 {
            font-size: 60px;
            color: rgb(9, 82, 141)
        }
        /* team cards */
        
        .hov {
            height: 150px;
            width: 100%;
        }
        
        .hov:hover {
            filter: grayscale(100%);
        }
        
        .navv {
            font-weight: bold;
            font-size: 20px;
        }
        
        .features {
            border-left: 1px solid white;
        }
        
        @media screen and (max-width: 600px) {
            .about {
                background-position: cover;
            }
            .features {
                border: none;
            }
        }
        .team{
            background-color: #C0D2E5;
          
        }
        .team:hover{
            transform: translate(-10px, -10px);
            transition: 1s;
        }
        .trans:hover{
            transform: translate(-10px, -10px);
            transition: 1s;
        }
        .trans{
            background-color:rgb(204, 234, 221);
          
        }
        .teambtn{
            background-color:rgb(20, 95, 170);
            color: white;
        }