@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

* {
    --bs-body-font-size: 1.1rem
}

.container-one {
    margin-top: 30vh;
}

.container-two {
    background: linear-gradient(80deg, var(--font-color), var(--white));
    padding: 5vh;
    text-align: justify;
    border-radius: 5px;
    font-family: 'DM Serif Display', sans-serif;
    position: relative;
    padding-left: 8vh;
}

.container-two1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 4vh;
    height: 100%;
    width: 2px;
    background-color: var(--white);
}

.txt-one {
    font-size: 1.1rem;
    text-decoration: double;
    font-weight: 500;
    color: var(--blue-color);
    font-family: 'DM Serif Display', sans-serif;
    letter-spacing: 0.8px;
}

.txt-one1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3498db;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    animation: colorChangex 2s infinite;
}

@keyframes colorChangex {
    0% {
        transform: scaleX(0);
    }

    50% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

.txt-two {
    font-size: 1rem;
     font-family: "Raleway", sans-serif;
    color: var(--dark-blue);
}

@keyframes colorChange {
    0% {
        color: var(--blue-color);
    }

    40% {
        color: var(--blue-color);
    }

    50% {
        color: var(--white);
    }

    60% {
        color: var(--blue-color);
    }

    100% {
        color: var(--blue-color);
    }
}

@keyframes colorBgChange {
    0% {
        background-color: var(--white);
    }

    50% {
        background-color: var(--font-color);
    }

    100% {
        background-color: var(--white);
    }
}


.container-three {
    margin-top: 5vh;
}

.animate-charcter {
    font-weight: 800;
    color: var(--blue-color);
    color: var(--white);
    padding: 1.5rem 1rem;
    width: 110%;
    margin-left: -5%;
    margin-top: -1%;
    font-family: Proxima-Nova-Condensed-Bold !important;
    font-size: 2.5rem !important;
    line-height: 120%;
    background: linear-gradient(#0E709F, #073850);
}
.deed,.animate-charcter{
    border-radius: 15px 15px 0px 0px !important; 
}

.container-three .animate-charcter {
    color: var(--white);
    width: 110%;
    margin-left: -5%;
    padding: 1.5rem 1rem !important;
    background: linear-gradient(#0E709F, #073850);
    margin-top: -5%;
}

@media only screen and (max-width: 1000px) {
    .container-three .animate-charcter {
        padding: 5% 4% 15% 4%;
        margin-top: -10%;
    }

}

@media only screen and (max-width: 600px) {
    .container-three .animate-charcter {
        margin-top: -15%;
    }

    .animate-charcter {
        font-size: 1.8rem !important;
    }
}

.container-four {
    padding: 0px 4% 2% 4%;
    box-shadow: 0px 0px 5px #63cef597, inset 0px 0px 5px #63cef597;
    background: linear-gradient(to left, #0E709F, #073850);
    margin: 2vh;
    border-radius: 5px;
    margin-top: 5vh;
    margin-left: 5%;
    width: 90%;
}

.container-five {
    text-align: justify;
    padding: 2vh 2vh 2vh 3vh;
}

.txt-three {
    font-size: 1.13rem;
    font-weight: 1000;
    color: var(--white);
     font-family: "Raleway", sans-serif;
    display: inline-block;
    text-align: center;
    width: 96%;
    padding-left: 0%;
}

.txt-four {
     font-family: "Raleway", sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    color: var(--white);
    width: 99%;
    padding-left: 0%;
    font-weight: 500 !important;
}

.line-one {
    color: var(--white);
    width: 99%;
    padding-left: 2
}



::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--font-color);
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    background-color: var(--white);
}

* {
    scrollbar-color: var(--font-color) var(--white);
    scrollbar-width: thin;
}

.container-six {
    /* background-color: var(--blue-color); */
    background: linear-gradient(to left, #0E709F, #073850);
    padding: 2% 5% 2% 5%;
    color: var(--white);
    margin-left: 5vh;
    margin-right: 5vh;
    border-radius: 5px;
}

.txt-five {
    font-weight: 500;
    letter-spacing: 0.5px;
}




.container-six {
    position: relative;
    border-top: -1px solid var(--white);
    border-right: -1px solid var(--white);
    border-bottom: -1px solid var(--white);
    border-left: -1px solid var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /* padding: 2rem 4rem 2rem 4rem; */
    padding: 2% 4%;
     font-family: "Raleway", sans-serif;
    align-items: center;
    margin: 8% 10% 0px 10%;
    font-weight: 500;
    line-height: 1.8rem;
    letter-spacing: 0.5px;
}

.container-six span {
    position: absolute;
    border-radius: 100vmax;
}

.container-six .top {
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: linear-gradient(90deg,
            transparent 50%,
            rgba(255, 255, 255, 0.5),
            rgb(255, 255, 255));
}

.container-six .bottom {
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0.5),
            rgb(255, 255, 255),
            transparent 50%);
}

.container-six .right {
    top: 0;
    right: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            transparent 30%,
            rgba(255, 255, 255, 0.5),
            rgb(255, 255, 255));
}

.container-six .left {
    left: 0;
    bottom: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.5),
            rgb(255, 255, 255),
            transparent 70%);
}

.container-six .top {
    animation: animateTop 5s ease-in-out infinite;
}

.container-six .bottom {
    animation: animateBottom 5s ease-in-out infinite;
}

.container-six .right {
    animation: animateRight 5s ease-in-out infinite;
}

.container-six .left {
    animation: animateLeft 5s ease-in-out infinite;
}

@keyframes animateTop {
    40% {
        width: 100%;
        opacity: 1;
    }

    41%,
    100% {
        opacity: 0;
    }
}

@keyframes animateBottom {

    0%,
    50% {
        opacity: 0;
        width: 0;
    }

    90% {
        opacity: 1;
        width: 100%;
    }

    91%,
    100% {
        opacity: 0;
    }
}

@keyframes animateRight {

    0%,
    39% {
        opacity: 0;
        height: 0;
    }

    50% {
        opacity: 1;
        height: 100%;
    }

    51%,
    100% {
        height: 100%;
        opacity: 0;
    }
}

@keyframes animateLeft {

    0%,
    90% {
        opacity: 0;
        bottom: 0;
        height: 0;
    }

    100% {
        opacity: 1;
        height: 100%;
    }
}

.addon-designs-1 {
    background-color: var(--font-color);
    padding: 2.5% 5% 2.5% 5%;
    border-radius: 5px;
    background: linear-gradient(130deg, var(--font-color), var(--white), var(--font-color));
    background-size: 200% 200%;
    font-size: 1rem;
    font-weight: 600;
}

@-webkit-keyframes Animation {
    0% {
        background-position: 10% 0%
    }

    50% {
        background-position: 91% 100%
    }

    100% {
        background-position: 10% 0%
    }
}

@-moz-keyframes Animation {
    0% {
        background-position: 10% 0%
    }

    50% {
        background-position: 91% 100%
    }

    100% {
        background-position: 10% 0%
    }
}

@keyframes Animation {
    0% {
        background-position: 10% 0%
    }

    50% {
        background-position: 91% 100%
    }

    100% {
        background-position: 10% 0%
    }
}



.txt-six {
    font-family: var(--bs-font-sans-serif);
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    transform: scale(1);
}

.txt-six:hover {
    transform: scale(1.1);
    transition: all 0.6s ease;
}

.txt-title-1 {
    letter-spacing: 0.5px;
    font-size: 1rem;
    font-weight: 900;
    color: var(--light-color);
    padding-left: 5%;
    float: left;
}

.txt-body-1 {
    margin-left: -1%;
    float: left;
}

.txt-title-common {
    font-family: var(--bs-font-sans-serif) !important;
    letter-spacing: 0.5px;
    font-size: 1.5rem !important;
}


.addon-designs-2 {
    padding: 3%;
    border-radius: 5px;
    background-image: url(../img/service_bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: var(--white);
    font-size: var(--para_txt);
    font-weight: 600;
    margin-top: 4rem;
}

.txt-seven {
    font-family: var(--bs-font-sans-serif);
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    font-weight: 800;
    transform: scale(1);
}

.txt-eight {
    font-size: 1.2rem;
    color: var(--blue-color);
}

.txt-title-1.color {
    color: var(--white);
}




/* hyper link start */

section.effect-5 {
    display: inline-block;
    cursor: pointer;
}

section.effect-5 .hyper-1 {
    text-decoration: underline !important;
    font-family: "Raleway", sans-serif !important;
    font-weight: 600 !important;
    text-underline-offset: 0.3rem !important;
    font-size: 1rem !important;
}



/* design 2 start - hyperlink */
section.effect-5.design-2 span.lt-rb .hyper-1:before {
    border-left: dashed 1px black;
    border-top: dashed 1px black;
}

section.effect-5.design-2 span.lt-rb .hyper-1::after {
    border-right: dashed 1px black;
    border-bottom: dashed 1px black;
}

section.effect-5.design-2 .hyper-1 {
    color: var(--white);
    font-family: ProximaNova-Semibold !important;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: underline !important;
    text-underline-offset: 0.3rem;
    text-wrap: nowrap;
}

section.effect-5.design-2 .hyper-1:hover {
    color: var(--font-color) !important;
}

/* hyper link design end */


.txt-nine {
    font-family: var(--bs-font-sans-serif);
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
}

.button-design-1 {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    background-color: #FFf;
    border: 2px solid var(--light-color);
    color: var(--light-color);
    border-radius: 0.5rem;
    font-weight: 600;
    padding: 0.3rem 2.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
     font-family: "Raleway", sans-serif;
    margin-top: 1rem;
}



/* service menu start */
.sevice_menu_card {
    display: flex;
    width: 100%;
}

.sevice_menu_card_inner {
    width: 18%;
    margin: 1%;
}

.serviceBoxDesign2 {
    color: var(--service-menu-color);
    background: linear-gradient(var(--white) 50%, var(--blue-color) 10%, var(--dark-blue) 40%);
    text-align: center;
    padding: 2rem 1rem 2rem 1rem;
    border-radius: 20px 20px 0 0;
    margin: 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
     font-family: "Raleway", sans-serif;
}

.serviceBoxDesign2:before,
.serviceBoxDesign2:after {
    content: "";
    background: var(--service-menu-color);
    background: var(--white);
    background: linear-gradient(var(--light-color), var(--blue-color));
    box-shadow: 0 0 5px var(--dark-blue);
    height: 60px;
    position: absolute;
    bottom: 0;
    left: -10px;
    right: -10px;
    z-index: -1;
}

.serviceBoxDesign2:after {
    background: var(--dark-blue);
    height: 40px;
    bottom: 21px;
    left: -1px;
    right: -1px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}

.serviceBoxDesign2 .title-service {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin: 1% 1% 15% 1%;
    min-height: 4rem;
}

.serviceBoxDesign2 .description-service {
    color: var(--white);
    text-align: center;
    height: 7rem;
    font-size: 0.8rem;
    margin: 10% 1% 15% 1%;
}

.card3 .description-service {
    height: 7.4rem;
}

@media only screen and (max-width: 1100px) {
    .card3 .description-service {
        height: 7.6rem;
    }
}

.serviceBoxDesign2 a {
    color: #053247;
    font-family: var(--bs-font-sans-serif);
    font-size: 1.2rem;
}

.serviceBoxDesign2 img {
    width: 3rem;
    height: 3rem;
}

.serviceBoxDesign2 .service-icon {
    color: var(--service-menu-color);
    font-size: 45px;
    margin-bottom: 30%;
}

@media only screen and (max-width: 1199px) {
    .serviceBoxDesign2 .service-icon {
        margin-bottom: 0%;
    }
}

.serviceBoxDesign2 .service-icon:before,
.serviceBoxDesign2 .service-icon:after {
    content: "";
    background: linear-gradient(to top left, var(--service-menu-light-color) 45%, transparent 50%);
    width: 10px;
    height: 12px;
    position: absolute;
    left: -10px;
    bottom: 60px;
}

.serviceBoxDesign2 .service-icon:after {
    transform: rotateY(180deg);
    left: auto;
    right: -10px;
}

.serviceBoxDesign2.color1 {
    --service-menu-color: #1d87b4;
    --service-menu-light-color: #137cac;
}

.serviceBoxDesign2.color2 {
    --service-menu-color: #13688f;
    --service-menu-light-color: #0d638b;
}

.serviceBoxDesign2.color3 {
    --service-menu-color: #0d638b;
    --service-menu-light-color: #084866;
}

.serviceBoxDesign2.color4 {
    --service-menu-color: #084866;
    --service-menu-light-color: #053247;
}

.serviceBoxDesign2.color5 {
    --service-menu-color: #053247;
    --service-menu-light-color: #032434;
}



@media only screen and (max-width: 1199px) {
    .serviceBoxDesign2 {
        margin: 0 10px 30px;
    }
}

/* ending */


.contact-container {
    width: 100%;
    position: relative;
    text-align: center;
}

.contact-container .title {
    width: 30%;
    margin-bottom: 1%;
}

.contact-container .address {
    color: #0d638b;
    position: relative;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
     font-family: "Raleway", sans-serif;
}

.contact-container .inner-container {
    color: var(--white);
    background: linear-gradient(to left, #0E709F, #073850);
    position: relative;
    font-size: 2rem;
    letter-spacing: 0.5rem;
    box-shadow: 2px 0px 4px 2px #63cef531;
    border: 0px;
    border-radius: 10px;
    min-height: 10rem;
    width: 50%;
    margin-left: 25%;
    margin-top: 4rem;
    padding: 2rem;
     font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    line-height: 2rem;
    margin-bottom: 25vh;
}

.top-background-design-1 {
    background: linear-gradient(to left, #0E709F, #073850);
    color: var(--white);
    padding: 10% 5% 2% 5%;
    margin-top: -6%;
    margin-bottom: 3%;
    line-height: 180%;
    letter-spacing: 0.5px;
    font-size: var(--para_txt);
     font-family: "Raleway", sans-serif;
    font-weight: 500;
    text-align: justify;
    border-radius: 0px 0px 5px 5px;
}

.top-background-design-1.service {
    margin-top: -12%;
    background: linear-gradient(to left, #0E709F, #073850);
}

.top-background-design-1.who-we {
    margin-top: -12%;
    background: linear-gradient(to left, #0E709F, #073850);
    z-index: -1;
    padding: 8% 5% 3% 5%;
}

@media only screen and (max-width: 1300px) {
    .top-background-design-1.who-we {
        padding: 10% 5% 3% 5%;
    }
}

@media only screen and (max-width: 1200px) {
    .top-background-design-1.who-we {
        padding: 15% 5% 3% 5%;
    }
}

@media only screen and (max-width: 500px) {
    .top-background-design-1.who-we {
        width: 90%;
        margin-left: 5%;
    }
}

.highlights-backgraound-removed {
    background-image: url('..img/background.png');
    background-size: cover;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1000px) {
    .contact-container .inner-container {
        width: 94%;
        margin-left: 3%;
        margin-bottom: 25vh;
    }

    .contact-container .title {
        width: 90%;
    }

    .sevice_menu_card {
        display: contents;
    }

    .sevice_menu_card_inner {
        width: 40%;
        margin-left: 30%;
    }

    .mobile-view-menu-removed {
        background-color: rgba(13, 99, 139, 0.75);
        padding: 5% 0% 5% 0%;
        border-radius: 10px;
        max-width: 70%;
    }

    .top-background-design-1.service {
        margin-top: -22%;
    }

    .serviceBoxDesign2 .description-service {
        font-size: 1.2rem;
    }

    .txt-three-removed,
    .txt-four-removed,
    .line-one-removed {
        width: 100%;
    }

    .mobile-view-request {
        width: 85%;
        margin-left: -3%;
    }

    .mobile-view-request .lname {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .sevice_menu_card_inner {
        width: 80%;
        margin: 10%;
    }
}

.service-request-fields {
    border: 0px;
    background-color: #0c0f1110;
    line-height: 2rem;
    padding: 5px;
    border-radius: 5px;
}

.service-request-fields {
    border-bottom: 1px solid white;
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    width: auto;
    color: white;
     font-family: "Raleway", sans-serif;
    height: 2rem;
    font-weight: 600;
    border-radius: 5px;
}

.service-request-fields::placeholder,
.captcha-box::placeholder,
.select_box.placeholder {
    color: rgba(255, 255, 255, 0.511) !important;
    font-weight: 500 !important;
}

.service-request-fields:focus,
.captcha-box:focus {
    outline: none;
    color: white;
    box-shadow: 0px 0px 5px rgba(145, 145, 145, 0.25);
}

.get_start:hover {
    background: linear-gradient(to bottom, #0E709F, #073850);
}

.white-text-new {
     font-family: "Raleway", sans-serif;
    letter-spacing: 0.5px;
    color: white;
    margin-top: 4%;
    position: relative;
}

#last_name option {
    background-color: #13688f;
}
