@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
}

input,
textarea,
a {
    outline: none;
    box-shadow: 0px 0px !important;
}

.bg-darkblue {
    background-color: #08526a;
}

.bg-lightpurple {
    background-color: #f1f4ff;
}

.form-style ::-webkit-input-placeholder {
    color: #333;
    font-weight: 600;
    font-size: 15px;
}

.outlinebtn:hover,
.outlinebtn:active,
.outlinebtn:focus {
    background-color: #022a41;
}

.text-blue {
    color: #08526a;
}

.talk-bg {
    background-image: url('/banner-img01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.talk-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#022a41b3, #022a41b3);
    top: 0;
    opacity: 0.8;
}

.before-bottom:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background-color: #38acd2;
    bottom: -2px;
}

.contact-form ::-webkit-input-placeholder {
    color: #333;
    font-size: 15px;
}

.hoverbtn:hover,
.hoverbtn:active {
    background-color: #1ea1cc;
    color: #fff;
    border-color: #1ea1cc;
}

.service-banner {
    background-image: url('/about-breadcumb.webp');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
    object-fit: cover;
}

.service-banner:before {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: rgb(8 82 106 / 76%);
}

/* 
.bg-banner {
    background-position: bottom;
    background-size: 115%;
} */