
/* CSS  */

.btn-nw {
    background-color: #33c1d4;
    color: #fff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
	padding: 10px 25px 10px 25px;
	border: 0;
    border-radius: 6px;
}
a.btn-link {
    color: #fff;
    text-decoration: none;
}
.navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: space-evenly;
}
	
	a.nav-link {
    color: #06518d;
    font-weight: 700;
    font-size: 20px;
    padding: 20px !important;
}

.bg-darkblue {
    background-color: #06518d;
	padding-top: 80px;
    padding-bottom: 80px;
}
.bg-grey {
    background-color: #edf2f7;
	padding-top: 80px;
    padding-bottom: 80px;
}
.font-blue {
    color: #06518d;
    font-size: 48px;
    font-weight: 700;
}
.textarea-blue {
    color: #06518d;
    letter-spacing: .025em;
    font-size: 18px;
    text-align: center;
	line-height: 2;
}
.center-greybg-inner-content p
 {
    margin-left: 350px;
    margin-right: 350px;
}
.image-box {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    border-radius: 4px;
	transition: 0.3s ease-out;
	height: 910px;
}
.image-box img {
    border-radius: 4px;
}
.image-box h2 {
    color: #06518d;
    font-size: 36px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 10px;
}
.image-box p {
    font-size: 18px;
    line-height: 1.625;
    color: #06518d;
}
.image-box:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
	    transition: 0.3s ease-in-out;
}
.font-blue-h3 {
    color: #06518d;
    font-size: 30px;
    font-weight: 700;
}
.bg-blue {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #33c1d4;
}
.blue-textarea {
    font-size: 18px;
    line-height: 2;
    color: #06518d;
	letter-spacing: .025em;
}
.left-side-inner-content h1 {
    color: #63b3ed;
    font-size: 48px;
    font-weight: 700;
}
.left-side-inner-content p {
font-size: 18px;
    line-height: 2;
    color: #63b3ed;
    letter-spacing: .025em;
}
.left-side-inner-content ul li {
	font-size: 18px;
    line-height: 2;
    color: #63b3ed;
    letter-spacing: .025em;
}
.left-side-inner-content ul  {
	padding-left:1rem;
}
.hide-ds {
	display:none!important;
}
   .navbar-collapse {
    justify-content: space-around;
}
form {
    display: grid;
}
form {
    margin-left: 300px;
    margin-right: 300px;
}
label {
    color: #718096;
    margin-top: 15px;
    margin-bottom: 5px;
}
button.sub-btn {
    background: #33c1d4;
    color: #fff;
    font-weight: 700;
    margin-top: 25px;
}
button, input, optgroup, select, textarea {
    border: 1px solid #cbd5e0;
    border-radius: 5px;
    padding: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1180px) {

.center-greybg-inner-content p
 {
    margin-left: 10px;
    margin-right: 10px;
}
form {
    margin-left: 150px;
    margin-right: 150px;
}
a.nav-link {
    color: #06518d;
    font-weight: 700;
          font-size: 14px;
        padding: 10px !important;
}
.btn-nw {
    background-color: #33c1d4;
    color: #fff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 20px 10px 20px;
    border: 0;
    border-radius: 6px;
}
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: space-around;
    }
	.hide-ds {
	display:none!important;
}
.image-box {
	height: auto;
}
}

@media screen and (min-width: 1px) and (max-width: 767px) {
.image-box {
	height: auto;
}
form {
    margin-left: 10px;
    margin-right: 10px;
}
.center-greybg-inner-content p
 {
    margin-left: 10px;
    margin-right: 10px;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-evenly!important;
}
.hide-mb {
	display:none!important;
}
.hide-ds {
	display:block!important;
}
}

