@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
    font-family: 'Roboto', sans-serif;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

/* COLORS */

.active {
    background: #075489 !important;
}

.bgcolor1 {
    background-color: #f4cc06 !important;
}

.bgcolor2 {
    background-color: #075489 !important;
}

.bgcolor3 {
    background: rgb(244, 204, 6);
    background: linear-gradient(90deg, rgba(244, 204, 6, 1) 11%, rgba(7, 84, 137, 1) 43%);
}

.bgcolor4 {
    background-color: #9acbed !important;
}

.bbox:hover {
    background-color: #f4cc06 !important;
}

.ybox:hover {
    background-color: #075489 !important;
}

.fontcolor1 {
    color: #f4cc06 !important;
}

.fontcolor2 {
    color: #075489 !important;
}

.bordercolor1 {
    border-color: #f4cc06 !important;
}

.bordercolor2 {
    border-color: #075489 !important;
}

.subhead {
    color: #f4cc06 !important;
}

.mainhead {
    color: #075489 !important;
}

/* END COLORS */

#homeslidertext .carousel-caption {
    bottom: 200px important;
}

#about2 {
    background-image: url('https://via.placeholder.com/1920x450.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.profile .img-box {
    opacity: 1;
    display: block;
    position: relative;
}

.profile .img-box:after {
    content: "";
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.img-box ul {
    position: absolute;
    z-index: 2;
    bottom: 200px;
    text-align: center;
    width: 100%;
    padding-left: 0px;
    height: 0px;
    margin: 0px;
    opacity: 0;
}

.profile .img-box:after,
.img-box ul,
.img-box ul li {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.img-box ul i {
    font-size: 20px;
    letter-spacing: 10px;
}

.img-box ul li {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid white;
    border-radius: 5px;
    margin: 2px;
    padding: 5px;
    display: inline-block;
}

.img-box a {
    color: #fff;
}

.img-box:hover:after {
    opacity: 0.3;
    border-radius: 0.25rem;
}

.img-box:hover ul {
    opacity: 1;
}

.img-box ul a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.img-box a:hover li {
    border-color: white;
    color: white;
}

.serviceboxdata {
    height: 100px;
}

.serviceboxanimation:hover img {
    border: 2px solid #f4cc06;
    padding: 10px;
}

.serviceboxanimation:hover h3 {
    color: #075489 !important;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}
.design-link {
    text-decoration: none;
    color: #F15A29;
}
.design-link:hover{
    text-decoration: none;
    color: #262262;
}