@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;600;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Hind Siliguri', Fira Sans;
}

a {
    color: #000;
    text-decoration: none;
}

h2 {
    color: #007e95;
    font-weight: 600;
}

h2:hover {
    color: #035766;
}

.btn-paste {
    background: #007E94;
}

.bg-image {
    display: block;
}

.video-icon {
    position: absolute;
    left    : 45%;
    top     : 42%;
}

.pos-relative {
    position: relative;
}

.fire {
    cursor: pointer;
}

.img-bg-one {
    background-color: #f2f2f2;
}

.img-shadow {
    border-radius: 17px !important;
}

.img-shadow:hover {
    box-shadow: 0px 0px 4px 2px #cfcfcf;
}

.fw-600 {
    font-weight: 600 !important;
}

.nav-tabs {
    border-bottom: none;
    font-size: 12px;
}

.nav-link {
    color: #000 !important;
    background-color: transparent !important;
    border: 1px solid #1988ad !important;
    margin-right    : 10px ;
}

.nav-link:hover, .nav-link.active {
    color           : #fff !important;
    background-color: #1988ad !important;
}

nav {
    margin    : 15px auto;
    text-align: center;
}

.video-section {
    background-color: #007e95;
} 

@media only screen and (max-width: 767px) {    
    .video-section iframe {
        height: 200px !important;
        width: 100% !important;
    }

    .img-bg-one {
        width: 50% !important;
    }    
}