@media only screen and (min-width: 992px) {
    .navbar ul li .dropdown-menu { display: block; opacity: 0; visibility: hidden; transition: 0.35s all; }
    .navbar ul li:hover .dropdown-menu { opacity: 1; visibility: visible; }
}

/*==========================================================================================================*/
@media only screen and (max-width: 1400px) {
	.section-row { padding: 4rem 0; }
    h1, .h1 { font-size: 3.1rem; }
    h2, .h2 { font-size: 2.725rem; } 
    h3, .h3 { font-size: 2.3rem; }
    h4, .h4 { font-size: 1.675rem; }
    .section-title { margin-bottom: 2.5rem; }

}

/*==========================================================================================================*/
@media only screen and (max-width: 1199px) {
    h1, .h1 { font-size: 2.9rem; }
    h2, .h2 { font-size: 2.425rem; }
    h3, .h3 { font-size: 2.2rem; }
    h4, .h4 {font-size: 1.575rem; }
    h6, .h6 { font-size: 1.15rem; }
    .navbar ul li { margin-right: 0; font-size: 0.9rem; }
    .header-contact a figure { height: 35px; width: 35px; margin: 0 0.5rem 0 0; }
    body { font-size: 15px; }
    .social-links a { height: 35px; width: 35px; margin: 0 0.5rem 0 0; }
    .social-links a figure { width: 14px; height: 14px; }
    .feature-list-box h6 { font-size: 1rem; }
    .story-bg-img { height: 450px; }
    .feature-list-box { width: 50%; }
    

}

/*==========================================================================================================*/
@media only screen and (max-width: 991px) {
    body { font-size: 15px; }
    .section-row { padding: 3rem 0; }
    .section-title { margin-bottom: 2rem; }
    h2, .h2 { font-size: 2.225rem; }
    h3, .h3 { font-size: 2rem; }
    .navbar .navbar-toggler { display: block; }
    .right-menubar .navbar { position: static; }
    .header-bottom { position: relative; padding: 1rem 0; }
    .navbar-collapse { background: #fff; position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100vh - 78px); overflow: auto; border-bottom: 1px solid rgba(0,0,0,0.1); }
    .navbar ul li { border-top: 1px solid rgba(0,0,0,0.1); font-size: 1.05rem; margin-bottom: 0; } 
    .navbar ul.navbar-nav li a { padding: .5rem 1rem !important; position: relative; }
    .navbar ul li a.active, .navbar ul li:hover > a { background: #302571; color: #fff; }
    .dropdown .dropdown-toggle::after { position: absolute; top: 1.15rem; right: 0.8rem; }
    .navbar ul li .dropdown-menu { background-color: transparent; border: 0; border-radius: 0; box-shadow: none; margin: 0; padding: 0; }
    .navbar ul.navbar-nav li li a { padding: .5rem 2rem; }
    .logo { max-width: 90px; }
    .navbar ul li a::after { display: none; }
    .container { width: 90%; }
    .feature-list-box figure { height: 60px; width: 60px; }
    .about-img { max-width: 100%; }
    .story-bg-img { height: 400px; }
    .map-box iframe { width: 100%; height: 350px; }

}

/*==========================================================================================================*/
@media only screen and (max-width: 767px) {
	.btn { font-size: 0.9rem; }
    h1, .h1 { font-size: 2.6rem; }
    h2, .h2 { font-size: 1.925rem; }
    h3, .h3 { font-size: 1.8rem; }
    h4, .h4 { font-size: 1.375rem; }
    h5, .h5 { font-size: 1.2rem; }
    h6, .h6 { font-size: 1.05rem; }
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin: 0 0 0.5rem; }
    .navbar-collapse { max-height: calc(100vh - 72px); }
    .navbar ul.navbar-nav li a { padding: 0.7rem 1rem; }
    .navbar ul li { font-size: 0.95rem; }
    .navbar .navbar-toggler span, .navbar .navbar-toggler span::before, .navbar .navbar-toggler span::after { height: 2px; border-radius: 50px; }
    .navbar .navbar-toggler { height: 32px; width: 32px; }
    .navbar .navbar-toggler span::before { top: -10px; }
    .navbar .navbar-toggler span::after { bottom: -10px; }
    .reveal { visibility: visible !important; opacity: 1 !important; transform: scale(1) !important; }
    .container { width: 100%; }
    .about-img { max-width: 80%; margin-bottom: 2rem; }
    .f-logo { margin-left: 0; }
    .feature-list-right { display: none; }
    .story-bg-img { height: 350px; }
     .projects-list-text { margin: 0.25rem auto; }
}

/*==========================================================================================================*/
@media only screen and (max-width: 575px) {
    .section-row { padding: 2.5rem 0; }
    h1, .h1 { font-size: 2.3rem; }
    h2, .h2 { font-size: 1.4rem; }
    h3, .h3 { font-size: 1.5rem; }
    h4, .h4 { font-size: 1.175rem; }
    h5, .h5 { font-size: 1rem; }
    h6, .h6 { font-size: 1rem; }
    .section-title { margin-bottom: 1.2rem; }
    .story-bg-img { height: 300px; }
    .projects-list-text h3 { font-size: 1.8rem; }

}

/*==========================================================================================================*/
@media only screen and (max-width: 479px) {

}