@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body{
    background-color:#edeef1 !important;
    line-height: 1.4; 
    margin-bottom: 1em; 
    font-family: "Montserrat", sans-serif !important;
    font-size:17px !important;
    min-height:100vh !important;
    
/* add to keep footer at bottom */
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.main-heading{
    color: #0060a5c2 !important;
  }

.sub-heading{
    font-size: 1.50rem;
    color: #858796;
  }

h2{
    /* background-color:#0073aa !important; */
    background-color: #0060a5c2 !important;
    font-weight:700 !important;
}
.custom-button
{
    background-color: #0073aa !important;
    list-style: none;
    color:white;
    text-decoration: none;
    font-weight:700 !important;
}
.custom-button:hover{
    color:white;
}

.card-header{
    font-size:20px !important;
}

.card-text{
    font-weight:550 !important;
    margin-top:10px !important;
    font-size: 1em !important;
}

button{
    font-size:20px !important;
}
.container{
    margin-top:10px !important;
}

.card-header{
    background-color: #0060a5c2 !important;
}

.custom{
    text-align: center;
    font-family:  Helvetica, Arial, sans-serif !important;
    font-weight:700 !important;
    font-size:25px !important;
    height:180px !important;
    /* width:305px !important; */
    width:auto !important;
    margin: 10px !important;
    color: #000000 !important;
    background-color: #fff !important;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,.17);
    transition: all 0.2s !important;
    border-radius: 5px !important;
}

.custom:hover{
    text-align: center;
    font-family:  Helvetica, Arial, sans-serif !important;
    font-weight:700 !important;
    font-size:25px !important;
    height:180px !important;
    width:auto !important;
    margin: 10px !important;
    color: #000000 !important;
    background-color: #fff !important;
    transform: translateY(-5px);
}

.subtitle{
    margin-top:20px !important;
    color:#0060a5c2;
    font-size:1em !important;
    width: auto !important;

   /* margin-left:0 !important; */
  }



/* .title{
    font-size:15px !important;
    color:#626870 !important;
} */


  /* .h5, h5 {
    font-size: 1.5rem !important;
    margin-top: 20px !important;
  } */

.hr{
    color:3px solid #000000 !important;
  }

a{
   text-decoration: none !important;
 }

/* .custom-card1{
    background-color:#2a80bc !important;
}

.custom-card2{
    background-color:#8979cd !important;
}

.custom-card3{
    background-color:#67cfbb !important;
}

.custom-card4{
    background-color:#2d3c50 !important;
}

.custom-card5{
    background-color:#4db70b !important;
}

.custom-card6{
    background-color:#518428 !important;
}

.custom-card7{
    background-color:#b46d3c !important;
}

.custom-card8{
    background-color:#868a08 !important;
}

.custom-card9{
    background-color:#27897c !important;
}

.custom-card10{
    background-color:#bf7127 !important;
}

.custom-card11{
    background-color:#003366 !important;
}

.custom-card12{
    background-color:#411145 !important;
}

.custom-card13{
    background-color:#281334 !important;
}

.custom-card14{
    background-color:#55754e !important;
}

.custom-card15{
    background-color:#261f19 !important;
} */

.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}
 
input,textarea{
    border:2px solid black !important;
    
} 
input,textarea:focus{
    /*outline: 0px none transparent !important;*/
     box-shadow: none !important;
} 

/* header{

    font-weight:550 !important;
    color:#fff !important;
    margin-right:25px !important;
   
} */

footer{
    font-weight:550 !important;
    color:#fff !important;
    background-color:#0060a5c2 !important;
    width:100% !important;
    bottom: 0 !important;
    overflow-x: hidden;

}

.dropdown:hover>.dropdown-menu {
    display: block;
   
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
    margin-right:25px !important;
    overflow-x: hidden;
}

.dropdown-menu > li > a {
    color: #000000 !important; 
    font-size: 17px !important;
    font-weight:500 !important;
    line-height: 1 !important;
    /* right: 0;
    left: auto; */
}

.dropdown-menu > li > a:hover {
    background-color: #0060a5c2 !important;  
    color:#fff !important;
}

    @media only screen and (min-width: 960px) {
        /* styles for browsers larger than 960px; */
        .main-heading{
            color: #0060a5c2 !important;
          }
        
        .sub-heading{
            font-size: 1.50rem;
            color: #858796;
          }
        .custom{
            text-align: center;
            font-family:  Helvetica, Arial, sans-serif !important;
            font-weight:700 !important;
            font-size:25px !important;
            height:180px !important;
            width:auto !important;
            margin: 10px !important;
            color: #000000 !important;
            background-color: #fff !important;
            box-shadow: 0px 0px 16px 0px rgba(0,0,0,.17);
            transition: all 0.2s !important;
            border-radius: 5px !important;
        }
        
        .custom:hover{
            text-align: center;
            font-family:  Helvetica, Arial, sans-serif !important;
            font-weight:700 !important;
            font-size:25px !important;
            height:180px !important;
            width:auto !important;
            margin: 10px !important;
            color: #000000 !important;
            background-color: #fff !important;
            transform: translateY(-5px);
        }
        
        .subtitle{
            margin-top:20px !important;
            color:#0060a5c2;
            font-size:25px !important;
           width: auto !important;
          }
    }

    @media (max-width: 320px) {
        .main-heading{
            color: #0060a5c2 !important;
          }
        
        .sub-heading{
            font-size: 1.50rem;
            color: #858796;
          }
        .custom{
            text-align: center;
            font-family:  Helvetica, Arial, sans-serif !important;
            font-weight:700 !important;
            font-size:25px !important;
            height:180px !important;
            width:auto !important;
            margin: 10px !important;
            color: #000000 !important;
            background-color: #fff !important;
            box-shadow: 0px 0px 16px 0px rgba(0,0,0,.17);
            transition: all 0.2s !important;
            border-radius: 5px !important;
        }
        
        .custom:hover{
            text-align: center;
            font-family:  Helvetica, Arial, sans-serif !important;
            font-weight:700 !important;
            font-size:25px !important;
            height:180px !important;
            width:auto !important;
            margin: 10px !important;
            color: #000000 !important;
            background-color: #fff !important;
            transform: translateY(-5px);
        }
        
        .subtitle{
            margin-top:20px !important;
            color:#0060a5c2;
            font-size:25px !important;
            width: auto !important;
          }
     }

     
     @media (min-width: 321px) and (max-width: 480px) {
        .main-heading{
            color: #0060a5c2 !important;
          }
        
        .sub-heading{
            font-size: 1.50rem;
            color: #858796;
          }
        .custom{
            text-align: center;
            font-family:  Helvetica, Arial, sans-serif !important;
            font-weight:700 !important;
            font-size:25px !important;
            height:180px !important;
            width:auto !important;
            margin: 10px !important;
            color: #000000 !important;
            background-color: #fff !important;
            box-shadow: 0px 0px 16px 0px rgba(0,0,0,.17);
            transition: all 0.2s !important;
            border-radius: 5px !important;
        }
        
        .custom:hover{
            text-align: center;
            font-family:  Helvetica, Arial, sans-serif !important;
            font-weight:700 !important;
            font-size:25px !important;
            height:180px !important;
            width:auto !important;
            margin: 10px !important;
            color: #000000 !important;
            background-color: #fff !important;
            transform: translateY(-5px);
        }
        
        .subtitle{
            margin-top:20px !important;
            color:#0060a5c2;
            font-size:25px !important;
            width: auto !important;
          }
     }


















    @media only screen and (min-width: 1440px) {
        /* styles for browsers larger than 1440px; */
        .custom{
            text-align: center;
            font-family:  Helvetica, Arial, sans-serif !important;
            font-weight:700 !important;
            font-size:25px !important;
            height:180px !important;
            width:auto !important;
            margin: 10px !important;
            color: #000000 !important;
            background-color: #fff !important;
            box-shadow: 0px 0px 16px 0px rgba(0,0,0,.17);
            transition: all 0.2s !important;
            border-radius: 5px !important;
        }
        
        .custom:hover{
            text-align: center;
            font-family:  Helvetica, Arial, sans-serif !important;
            font-weight:700 !important;
            font-size:25px !important;
            height:180px !important;
            width:auto !important;
            margin: 10px !important;
            color: #000000 !important;
            background-color: #fff !important;
            transform: translateY(-5px);
        }
        
        .subtitle{
            margin-top:20px !important;
            color:#0060a5c2;
            font-size:25px !important;
            width: auto !important;
          }
    }
    @media only screen and (min-width: 2000px) {
        /* for sumo sized (mac) screens */
        .custom{
            text-align: center;
            font-family:  Helvetica, Arial, sans-serif !important;
            font-weight:700 !important;
            font-size:25px !important;
            height:180px !important;
            width:auto !important;
            margin: 10px !important;
            color: #000000 !important;
            background-color: #fff !important;
            box-shadow: 0px 0px 16px 0px rgba(0,0,0,.17);
            transition: all 0.2s !important;
            border-radius: 5px !important;
        }
        
        .custom:hover{
            text-align: center;
            font-family:  Helvetica, Arial, sans-serif !important;
            font-weight:700 !important;
            font-size:25px !important;
            height:180px !important;
            width:auto !important;
            margin: 10px !important;
            color: #000000 !important;
            background-color: #fff !important;
            transform: translateY(-5px);
        }
        
        .subtitle{
            margin-top:20px !important;
            color:#0060a5c2;
            font-size:25px !important;
            width: auto !important;
          }
    }
    @media only screen and (max-device-width: 480px) {
       /* styles for mobile browsers smaller than 480px; (iPhone) */
       html, body {
            max-width: 100%;
            overflow-x: hidden;
        }
       footer{
            font-weight:550 !important;
            color:#fff !important;
            background-color:#0060a5c2 !important;
            width:100% !important;
        }

        .custom{
            text-align: center;
            font-family:  Helvetica, Arial, sans-serif !important;
            font-weight:700 !important;
            font-size:25px !important;
            height:180px !important;
            width:auto !important;
            margin: 10px !important;
            color: #000000 !important;
            background-color: #fff !important;
            box-shadow: 0px 0px 16px 0px rgba(0,0,0,.17);
            transition: all 0.2s !important;
            border-radius: 5px !important;
        }
        
        .custom:hover{
            text-align: center;
            font-family:  Helvetica, Arial, sans-serif !important;
            font-weight:700 !important;
            font-size:25px !important;
            height:180px !important;
            width:auto !important;
            margin: 10px !important;
            color: #000000 !important;
            background-color: #fff !important;
            transform: translateY(-5px);
        }
        
        .subtitle{
            margin-top:20px !important;
            color:#0060a5c2;
            font-size:25px !important;
            width: auto !important;
          }
    }
    @media only screen and (device-width: 768px) {
       /* default iPad screens */
       .custom{
        text-align: center;
        font-family:  Helvetica, Arial, sans-serif !important;
        font-weight:700 !important;
        font-size:25px !important;
        height:180px !important;
        width:auto !important;
        margin: 10px !important;
        color: #000000 !important;
        background-color: #fff !important;
        box-shadow: 0px 0px 16px 0px rgba(0,0,0,.17);
        transition: all 0.2s !important;
        border-radius: 5px !important;
    }
    
    .custom:hover{
        text-align: center;
        font-family:  Helvetica, Arial, sans-serif !important;
        font-weight:700 !important;
        font-size:25px !important;
        height:180px !important;
        width:auto !important;
        margin: 10px !important;
        color: #000000 !important;
        background-color: #fff !important;
        transform: translateY(-5px);
    }
    
    .subtitle{
        margin-top:20px !important;
        color:#0060a5c2;
        font-size:25px !important;
        width: auto !important;
      }
    }
    /* different techniques for iPad screening */
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
      /* For portrait layouts only */
      .custom{
        text-align: center;
        font-family:  Helvetica, Arial, sans-serif !important;
        font-weight:700 !important;
        font-size:25px !important;
        height:180px !important;
        width:auto !important;
        margin: 10px !important;
        color: #000000 !important;
        background-color: #fff !important;
        box-shadow: 0px 0px 16px 0px rgba(0,0,0,.17);
        transition: all 0.2s !important;
        border-radius: 5px !important;
    }
    
    .custom:hover{
        text-align: center;
        font-family:  Helvetica, Arial, sans-serif !important;
        font-weight:700 !important;
        font-size:25px !important;
        height:180px !important;
        width:auto !important;
        margin: 10px !important;
        color: #000000 !important;
        background-color: #fff !important;
        transform: translateY(-5px);
    }
    
    .subtitle{
        margin-top:20px !important;
        color:#0060a5c2;
        font-size:25px !important;
        width: auto !important;
      }
    }

    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
      /* For landscape layouts only */
      .custom{
        text-align: center;
        font-family:  Helvetica, Arial, sans-serif !important;
        font-weight:700 !important;
        font-size:25px !important;
        height:180px !important;
        width:auto !important;
        margin: 10px !important;
        color: #000000 !important;
        background-color: #fff !important;
        box-shadow: 0px 0px 16px 0px rgba(0,0,0,.17);
        transition: all 0.2s !important;
        border-radius: 5px !important;
    }
    
    .custom:hover{
        text-align: center;
        font-family:  Helvetica, Arial, sans-serif !important;
        font-weight:700 !important;
        font-size:25px !important;
        height:180px !important;
        width:auto !important;
        margin: 10px !important;
        color: #000000 !important;
        background-color: #fff !important;
        transform: translateY(-5px);
    }
    
    .subtitle{
        margin-top:20px !important;
        color:#0060a5c2;
        font-size:25px !important;
        width: auto !important;
      }
    }



