body{
    color: #222;
    background-color: #fcfcfc;
}
.menu-container{
   width: 700px;
    margin: 0px auto;
    background-color: #f4f8f9;
    padding: 10px;
    margin-bottom: -50px;
    border-bottom: 5px solid #01aef0;
    border-radius: 30px;
}

.blue{
    color: #01aef0;
}

.darkBlue{
    color: #0f75bc;
}

.navyBlue{
    color: navy;
}

.menu-container 
.nav-link{
    text-transform: uppercase;
    font-weight: 600;
}

.topNav{
    padding: 10px;
    background-color: #0f75bc;
}

.topNav p{
    color: #fff;
    text-align: right;
}

.logo{
    width: 200px;
    display: block;
    margin: 20px;
}

.logo img{
    width: 150px;
    position: absolute;
    z-index: 1000;
}

.topImage{
    background: url('./../img/background.jpg') no-repeat;
    background-size: cover;
    height: 600px;
}

.topImage2{
    background: url('./../img/background.jpg') no-repeat;
    background-size: cover;
    height: 300px;
}

.topImage > .container{
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 170px;
}
.topImage2 > .container{
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 120px;
}

.topImage > .container > h3{
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: 900;
    color: #0f75bc;
}

.topImage2 > .container > h3{
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 900;
    color: #0f75bc;
}


.topImage > .container > p span{
    background-color: #01aef0;
    color: #fff;
    padding: 3px
}
.topImage > .container > p{
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
}

.topImage > .container > a{
    background-color: #0f75bc;
    padding: 20px;
    border: 1px solid #0f75bc;
    border-radius: 30px;
    color: #fff;
    transition: 0.4s ease-in-out;
    text-transform: uppercase;
    margin: 5px;
    text-decoration: none;
    display: block;
    width: 230px;
    text-align: center;
}

.topImage > .container > p > button:hover{
    background-color: #fff;
    color: #0f75bc;
}


.section1 > div{
    padding: 10px;
    border-bottom: 3px solid #0f75bc;
    padding-top: 20px;
}

.section1 > div i{
    color: #0f75bc;
}

.section1 > div h4{
    color: #0f75bc;
}
.section1 > div p{
    font-weight: 200;
    color: #000;
}

.section1 > div .col-sm-3{
    text-align: center;
}

.section1 > div:nth-child(2){
    /* background-color: #0f75bc; */
    margin-left: 15px;
    margin-right: 15px;
    /* color: #fff; */
}

/* .section1 > div:nth-child(2) i{
    color: #fff;
} */


.section2{
    padding-top: 45px;
    margin-bottom: 50px;
}
.section2 h1{
    color: #01aef0;
    font-weight: 900;
    margin-bottom: 30px;
}

.section2 h4{
    color: #01aef0;
    font-weight: 300;
    margin-top: 8px;
}

.section2 h4 i{
    font-size: 16px;
    color: #333;
    margin-top: 8px;
}

.section2 h2{
    font-weight: 700;
    margin-bottom: 20px;
}

.section2 > p{
    margin-bottom: 40px;
}

.section2 .serviceimg img{
    width: 100%;
}

.section2 ul{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.section2 ul li{
    list-style: none;
    line-height: 2em;
    color: #000;
}

.section2 ul li i{
    color: #333;
}

.section2 ul li i.fa-chevron-down, .section2 ul li.collapsed i.fa-chevron-down{
    display: none;
}

.section2 ul li[aria-expanded="true"] i.fa-chevron-down{
    display: inline;
}

.section2 ul li[aria-expanded="true"] i.fa-chevron-right{
    display: none;
}
.serviceHome h2{
    color: #01aef0;
    font-weight: 300;
}

.services h2{
    color: #01aef0;
}


.section3 .list{
    background-color: #fff;
    margin-top: 20px;
    box-shadow: -8px 4px 37px -15px rgba(0,0,0,0.33);
-webkit-box-shadow: -8px 4px 37px -15px rgba(0,0,0,0.33);
-moz-box-shadow: -8px 4px 37px -15px rgba(0,0,0,0.33);
text-align: center;
}
.section3 .list h4{
    color: #444;
    margin-top: 15px;
}
.section3 .list p{
    color: #999;
}

.section3 .list .col-2{
    background-color: #0f75bc;
    text-align: center;
}

.section3 .list i{
    margin-top: 15px;
    color: #0f75bc;
}

footer{
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #0f75bc;
    margin-top: 50px;
}

.form{
    background-color: #fff;
    box-shadow: -8px 4px 37px -15px rgba(0,0,0,0.33);
-webkit-box-shadow: -8px 4px 37px -15px rgba(0,0,0,0.33);
-moz-box-shadow: -8px 4px 37px -15px rgba(0,0,0,0.33);
padding-bottom: 20px;
padding-top: 10px;
margin-top: -120px;
border-radius: 20px;
}

form input, form select{
    margin-bottom: 10px;
}

form button{
    padding: 10px 20px;
    border: none;
    color: #fff;
    background-color: #0f75bc;
    width: 50%;
    margin-top: 20px;
}

.center{
    text-align: center;
}


.section2 h1{
    color: #0f75bc;
}