
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
body{
    font-family: montserrat;
}
nav{
    background: #0082e6;
    height: 80px;
    width: 100%;
}
label.logo{
    color: white;
    font-size: 28px;
    line-height: 76px;
    padding: 0 31px;
    font-weight: bold;
}
nav ul{
    float: right;
    margin-right: 80px;
}
nav ul li{
    display: inline-block;
    line-height: 66px;
    margin: 0 -7px;
}
nav ul li a{
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}
a.active,a:hover{
    background: #1b9bff;
    transition: .5s;
}
.checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;



}
.checkbtn.imglogo{
    display: none;
}
@media (min-width: 992px) and (max-width: 1199px)

 {
    label.logo{
        font-size: 30px;
        padding-left: 50px;
    }
    nav ul li a{
        font-size: 16px;
    }
    .checkbtn{
        display: block;
    }




    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c3e50;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 14px;
    }
    a:hover,a.active{
        background: none;
        color: #0082e6;
    }
    #check:checked ~ ul{
        left: 0;
    }
    #check:checked ~ section .imglogo{
        left: 0;
    }



    .containerr {
        position: relative;
        width: 10%;
        padding-right: 4px;
        padding-left: 41px;
        margin-right: auto;
        margin-left: auto;

    }
    .containerr .box1{
        position: relative;
        width: calc(320px - 20px);
        height: calc(300px - 30px);
        background: #33658A;
        float: left;
        margin: 10px;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 10px;
    }

}
@media (min-width: 858px) and (max-width: 992px)

{
    label.logo{
        font-size: 30px;
        padding-left: 50px;
    }
    nav ul li a{
        font-size: 16px;
    }
    .checkbtn{
        display: block;
    }




    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c3e50;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 14px;
    }
    a:hover,a.active{
        background: none;
        color: #0082e6;
    }
    #check:checked ~ ul{
        left: 0;
    }
    #check:checked ~ section .imglogo{
        left: 0;
    }
}
@media (min-width: 585px) and (max-width: 859px)
{
    .checkbtn{
        display: block;
    }




    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c3e50;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 14px;
    }
    a:hover,a.active{
        background: none;
        color: #0082e6;
    }
    #check:checked ~ ul{
        left: 0;
    }
    #check:checked ~ section .imglogo{
        left: 0;
    }

    .containerr {
        position: relative;
        width: 70%;
        padding-right: 4px;
        padding-left: 41px;
        margin-right: auto;
        margin-left: auto;

    }
    .containerr .box1{
        position: relative;
        width: calc(111% - 116px);
        height: calc(300px - 30px);
        background: #33658A;
        float: left;
        margin: 10px;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 10px;
    }
}


.containerr {
    position: relative;
    width: 100%;
   padding-right: 4px;
    padding-left: 41px;
    margin-right: auto;
    margin-left: auto;

}
.containerr .box1{
    position: relative;
    width: calc(606px - 17%);
    height: calc(300px - 30px);
    background: #33658A;
    float: left;
    margin: 10px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
}

.containerr .box1 .icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b7bfb4;
    transition: 0.5s;
    z-index: 1;

}
.containerr .box1 .icon2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ec815d;
    transition: 0.5s;
    z-index: 1;

}
.containerr .box1 .icon3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a3831;
    transition: 0.5s;
    z-index: 1;

}
.containerr .box1:hover .icon{
    top: 20px;
    left: calc(60% - 80px);
    width: 80px;
    height: 80px;
    border-radius: 50%;

}
.containerr .box1:hover .icon2{
    top: 20px;
    left: calc(60% - 80px);
    width: 80px;
    height: 80px;
    border-radius: 50%;

}
.containerr .box1:hover .icon3{
    top: 20px;
    left: calc(60% - 80px);
    width: 80px;
    height: 80px;
    border-radius: 50%;

}
.containerr .box1 .icon .fa{
    font-size: 30px;
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.containerr .box1 .icon2 .fa{
    font-size: 30px;
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.containerr .box1 .icon3 .fa{
    font-size: 30px;
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.content p{
    color: wheat;
    font-size: 10px;
    padding: 2px;
    margin: 10px;
    text-align: justify;
}
.content h3{
    color: wheat;
    font-size: 17px;
    padding: 86px 29px 0px 17px;
    margin: 19px;
    text-align: justify;
}


