@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
    font-family: 'Roboto', sans-serif;
}


/* body animate */


/* body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    overflow-x: hidden;
    position: relative;
}

body::before,
body::after {
    content: "";
    width: 70vmax;
    height: 70vmax;
    position: absolute;
    background: rgba(255, 255, 255, 0.07);
    left: -20vmin;
    top: -20vmin;
    animation: morph 15s linear infinite alternate, spin 20s linear infinite;
    z-index: 1;
    will-change: border-radius, transform;
    transform-origin: 55% 55%;
    pointer-events: none;
}

body::after {
    width: 70vmin;
    height: 70vmin;
    left: auto;
    right: -10vmin;
    top: auto;
    bottom: 0;
    animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
    transform-origin: 20% 20%;
} */

@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 40% 60%;
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

.st0 {
    display: none;
}

.st1 {
    display: inline;
}

.st2 {
    opacity: 0.29;
}

.st3 {
    fill: #FFFFFF;
}

.st4 {
    clip-path: url(#SVGID_2_);
    fill: #FFFFFF;
}

.st5 {
    clip-path: url(#SVGID_4_);
}

.st6 {
    clip-path: url(#SVGID_6_);
}

.st7 {
    clip-path: url(#SVGID_8_);
}

.st8 {
    clip-path: url(#SVGID_10_);
}

.st9 {
    fill: none;
}

.st10 {
    clip-path: url(#SVGID_12_);
}

.st11 {
    opacity: 0.7;
}

.st12 {
    clip-path: url(#SVGID_14_);
}

.st13 {
    opacity: 0.2;
}

.st14 {
    clip-path: url(#SVGID_16_);
}

.st15 {
    opacity: 0.3;
    fill: #FFFFFF;
    enable-background: new;
}


/* ----------------------- */

* {
    margin: 0;
    padding: 0;
}

i {
    margin-right: 10px;
}


/*----------bootstrap-navbar-css------------*/


/* #014880 */

.navbar-logo {
    /* padding: 15px; */
    color: #fff;
}

.navbar-mainbg {
    background-color: #014880;
    padding: 0px;
}

#navbarSupportedContent {
    overflow: hidden;
    position: relative;
}

#navbarSupportedContent ul {
    padding: 0px;
    margin: 0px;
}

#navbarSupportedContent ul li a i {
    margin-right: 10px;
}

#navbarSupportedContent li {
    list-style-type: none;
    float: left;
}

#navbarSupportedContent ul li a {
    color: rgba(16, 255, 244);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}

#navbarSupportedContent>ul>li.active>a {
    color: #fff;
    background-color: transparent;
    transition: all 0.7s;
}

#navbarSupportedContent a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}

#navbarSupportedContent .active>a:not(:only-child):after {
    transform: rotate(90deg);
}

.hori-selector {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: #b7041a;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
}

.hori-selector .right,
.hori-selector .left {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #b7041a;
    bottom: 10px;
}

.hori-selector .right {
    right: -25px;
}

.hori-selector .left {
    left: -25px;
}

.hori-selector .right:before,
.hori-selector .left:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #014880;
}

.hori-selector .right:before {
    bottom: 0;
    right: -25px;
}

.hori-selector .left:before {
    bottom: 0;
    left: -25px;
}


/* custom */

nav::after {
    content: "";
    display: block;
    width: calc(100% - 220px);
    height: 55%;
    background-color: #b7041a;
    position: absolute;
    bottom: 0;
    top:60px;
    left: 220px;
}

.custom-nav {
    align-items: flex-start;
}

.custom-nav .custom-collapse {
    justify-content: flex-end;
}

@media(min-width: 992px) {
    .navbar-expand-custom {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
    .navbar-expand-custom .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media (max-width: 991px) {
    nav::after {
        display: none;
    }
    .custom-nav {
        align-items: center;
    }
    #navbarSupportedContent ul li a {
        padding: 12px 30px;
    }
    .hori-selector {
        margin-top: 0px;
        margin-left: 10px;
        border-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }
    .hori-selector .left,
    .hori-selector .right {
        right: 10px;
    }
    .hori-selector .left {
        top: -25px;
        left: auto;
    }
    .hori-selector .right {
        bottom: -25px;
    }
    .hori-selector .left:before {
        left: -25px;
        top: -25px;
    }
    .hori-selector .right:before {
        bottom: -25px;
        left: -25px;
    }
}


/* cards


*/


/* cards */

header,
.about-us {
    min-height: 500px;
    /* background-image: url(../images/8.jpg); */
    background-position: center;
    background-size: cover;
    position: relative;
}

.layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
}

.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header h2 {
    font-size: 70px;
    font-weight: bold;
    color: #014880;
}

header p {
    font-size: 40px;
    /* text-align: center; */
    color: #dfdfdf;
}

.startbtn {
    color: #dedede;
    font-size: 30px;
    background: linear-gradient(45deg, #b7041a, #014880);
    font-family: cursive;
    transition: all 0.4s;
    background-position: center;
    background-size: 200%;
}

.startbtn a {
    color: #dfdfdf;
    text-decoration: none;
}

.startbtn:hover {
    /* background: linear-gradient(45deg, #014880, #b7041a); */
    background-position: right;
}

#services {
    min-height: 100vh;
    background: linear-gradient(45deg, #014880, #a57171, #014880);
    position: relative;
}

#services>h2,
#contact>div>h2 {
    padding: 50px 0;
    margin: auto;
    width: fit-content;
    font-size: 41px;
    font-weight: bold;
}

#services>div>div>div {
    margin-bottom: 50px;
}

.custom-card {
    background-image: url(../images/wavy.jpg);
    background-position: bottom;
    background-size: cover;
    transition: 0.5s;
}
.custom-card1 {
    background-image: url(../images/bg/bg-1.jpg);

}

.custom-card .card-body {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-card .card-header {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    color: #174e7e;
}

.custom-card p {
    text-align: center;
    padding: 20px 0;
}

.custom-card:hover {
    background-position: center;
}


/* contact us */

#contact {
    background-image: url(../images/bg/contact.jpg);
    background-size: cover;
    position: relative;
    color: #fdfdfd;
}

.tel {
    font-size: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 0px;
}

.managerinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.managerinfo>h3 {
    font-size: 50px;
}

#contact svg {
    color: #014880;
    font-size: 31px;
    padding-right: 15px;
}

footer p {
    margin: 0;
    padding: 50px 10%;
    font-size: 25px;
    background: #01488091;
    color: white;
}

.about-us h3 {
    color: #014880;
}

.about-us h4 {
    color: #b7041a;
}

@media (max-width: 600px) {
    header h2 {
        font-size: 27px;
    }
    header p {
        font-size: 34px;
    }
    .tel {
        font-size: 17px;
        align-items: flex-start;
    }
}