    @import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
    /* @import url('https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap'); */
    /* .year-highlight-text h4 {
    font-size: 25px;
    line-height: 60px;
    font-weight: 700;
    margin: 0;
    background: #7202bb url(../img/yers-bg.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}
.year-highlight-text h4 {
    font-size: 25px;
    line-height: 60px;
    font-weight: 700;
    margin: 0;
    background: #7202bb url(../img/s1.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}
.year-highlight-text h4 span {
    font-size: 215px;
    line-height: 220px;
} */
    
    body {
        font-size: 14px;
        color: #868894;
        text-transform: capitalize;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Raleway', sans-serif;
        margin: 0;
        padding: 0;
    }
    
    p {
        font-size: 14px;
        font-weight: 400;
        color: #868894;
        padding: 0px;
        margin: 0px;
        line-height: 26px;
    }
    /* #27ae61  - #00598e  -  #1abc9c -  61ae6d*/
    
    .color {
        background-color: #61ae6d;
    }
    
    .section {
        padding: 50px 0;
        border-bottom: 1px solid #ddd;
    }
    
    .TitleSec {
        text-align: center;
        margin-bottom: 50px;
    }
    
    .TitleSec h2 {
        font-size: 28px;
        color: #00598e;
        font-weight: 900;
        text-transform: uppercase;
    }
    
    .TitleSec h1 {
        font-size: 54px;
        font-weight: 900;
        color: #1a1d1f;
    }
    
    .TitleSec span {
        font-size: 160px;
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;
        color: #00598e;
        margin: 0;
        padding: 0;
        line-height: 60px;
        display: none;
        /* z-index: -1; */
    }
    
    #projects .TitleSec h1 {
        color: #fff;
    }
    
    #projects {
        background-color: #1a1d1f;
    }
    
    .section {
        padding: 100px 0px;
    }
    
    @media(max-width:578px) {
        .hid {
            display: none;
        }
    }
    /*=========================================*/
    /* #27ae61  - #00598e  -  #1abc9c -  61ae6d     1a1d1f*/
    
    .header {
        position: absolute;
        width: 100%;
    }
    
    .header .navTop {
        background-color: transparent;
        z-index: 1;
        position: relative;
    }
    
    .header .navbar {
        background-color: transparent;
    }
    
    .navTop {
        background-color: #00598e;
    }
    
    .header .navTop .nav-link {
        color: #777;
    }
    
    .header .navTop .nav-link i {
        color: #fff;
    }
    
    .navTop .nav-link {
        display: block;
        padding: 10px 10px;
        color: #fff;
        font-weight: 600;
    }
    
    .navTop .nav-link i {
        color: #fff;
    }
    
    .navbar {
        font-weight: 300;
        box-shadow: none;
        background-color: #fff;
        z-index: 999;
        /* padding: 0px; */
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .navbar-brand {
        font-size: 36px;
        font-weight: 700;
        padding: 0;
        margin: 0;
        color: #00598e;
        text-transform: uppercase;
    }
    
    .navbar-brand:hover {
        color: #1a1d1f;
    }
    
    .navbar-brand img {
        height: 80px;
        margin: 10px 0;
    }
    
    .navbar .nav-item .nav-link {
        display: block;
        padding: 15px 10px;
        color: #00598e;
        font-size: 14px;
        font-weight: 500;
        border-bottom: 2px solid transparent;
    }
    
    .navbar .nav-item .nav-link:hover {
        color: #00598e;
        border-bottom: 2px solid #00598e;
        transition: all 1s;
    }
    
    .navbar-toggler {
        padding: 5px 10px;
        font-size: 1.25rem;
        line-height: 1;
        color: #fff;
        background-color: #00598e;
        border: 1px solid transparent;
        border-radius: 0;
    }
    
    .paralax {
        background-image: url('../img/u4.jpeg');
        background-attachment: fixed;
        position: relative;
        width: 100%;
        text-align: center;
    }
    
    .paralax h1 {
        background-color: #00598e;
        display: inline-block;
        margin: 120px auto;
        font-size: 56px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
        padding: 10px 40px;
        font-family: "Roboto", sans-serif;
        /* border-top: 6px solid #000; */
    }
    
    .paralax2 {
        background-image: url('../img/u2.jpeg');
        background-attachment: fixed;
        position: relative;
        height: 600px;
        width: 100%;
    }
    
    .paralax2 h1 {
        font-size: 150px;
        font-weight: 500;
        color: #ffff;
        padding: 5%;
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: center;
        text-transform: lowercase;
    }
    /*==========================*/
    
    .new2 {
        background-color: #00598e;
        /* border-radius: 30% 70% 70% 30%/30% 30% 70% 70%; */
        height: 119px;
        width: 100%;
        /* background: 25%; */
        background-size: contain;
        /* background-attachment: fixed; */
        background-repeat: no-repeat;
        background-image: url('../img/p2.png');
        /* border-radius: 30% 70% 70% 30%/30% 30% 70% 70%; */
    }
    
    .new {
        background-color: #00598e;
        /* border-radius: 30% 70% 70% 30%/30% 30% 70% 70%; */
        height: 250px;
        width: 100%;
        /* background: 25%; */
        background-size: contain;
        /* background-attachment: fixed; */
        background-repeat: no-repeat;
        background-image: url('../img/p1.png');
        margin-top: -50px;
        /* border-radius: 30% 70% 70% 30%/30% 30% 70% 70%; */
    }
    
    .new3 {
        background-color: #00598e;
        height: 400px;
        width: 100%;
        /* border-radius: 56% 66% 66% 34%/22% 36% 60% 77%; */
        border-radius: 76% 44% 82% 49%/43% 36% 60% 77%;
        margin-top: -50px;
        position: relative;
        overflow: hidden;
    }
    /* .new3 span{} */
    
    .new3 img {
        width: 125%;
    }
    /*=================================================================*/
    
    .sliderhome {
        background-color: #fff;
        height: 100vh;
        width: 100%;
        position: relative;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-image: url('../img/bg21-3.png');
        background-position: center;
    }
    
    .slide {
        padding: 40% 0;
    }
    
    .slide h3 {
        color: #1a1d1f;
        font-size: 38px;
        font-weight: 600;
        line-height: 40px;
        font-family: "Roboto", sans-serif;
    }
    
    .slide p {
        font-size: 18px;
        line-height: 30px;
        padding: 15px 0;
    }
    /* .slide h1{
    font-size: 44px;
    color: #1a1d1f;
    font-weight: 900;
    padding: 15px 0px;
} */
    
    .btn.btnunetec {
        box-shadow: none;
        background: #00598e;
        color: #fff;
    }
    
    .slide .btn.actv {
        background-color: #fdbf05;
    }
    /*=================================================================*/
    
    #vision {
        background-image: url('../img/u2.jpeg');
        background-attachment: fixed;
        position: relative;
        width: 100%;
        /* background-color: rgba(0, 0, 20, 0.85); */
        /* background-color: rgba(0, 0, 0, 0.95); */
    }
    
    #history {
        background-image: url('../img/u2.jpeg');
        background-attachment: fixed;
        position: relative;
        width: 100%;
    }
    
    .history {
        background: rgba(0, 0, 0, 0.85);
        padding: 80px 40px;
    }
    
    .history h3 {
        font-size: 32px;
        color: #00598e;
        font-weight: 600;
        margin-bottom: 30px;
    }
    
    .history p {
        font-size: 16px;
        color: #ccc;
    }
    
    .history ul li {
        font-size: 16px;
        color: #999;
        font-weight: 400;
        padding: 5px 0;
    }
    /*=================================*/
    /*==========================*/
    
    .about {
        padding: 5px 0;
    }
    
    .about h3 {
        font-size: 24px;
        color: #00598e;
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    .about h5 {
        font-size: 18px;
        color: #00598e;
        font-weight: 600;
        margin-bottom: 30px;
    }
    
    .about ul li {
        font-size: 16px;
        color: #868894;
        font-weight: 400;
        padding: 5px 0;
    }
    /*=================================*/
    
    .service {
        /* border: 1px solid #ddd; */
        position: relative;
        background-color: #fff;
        padding: 0px;
        margin-bottom: 30px;
        box-shadow: 2px 2px 6px 2px #eee;
    }
    
    .service .image {
        position: relative;
        overflow: hidden;
    }
    
    .service .image img {
        width: 100%;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    
    .service .info {
        padding: 15px;
    }
    
    .service:hover img {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    /* 
.service:hover .info{
    padding-bottom: 30%;
    background: rgba(0, 0, 0, 0.2);

} */
    /* -ms-transform: translate(50px,100px);
-webkit-transform: translate(50px,100px);
transform: translate(44px,98px); */
    
    .service .info h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        padding: 10px 0;
        color: #1a1d1f;
    }
    
    .service .info p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: 400;
        color: #777;
    }
    /*====== Property =============*/
    
    .property {
        background-color: #fff;
        padding: 0px;
        margin-bottom: 30px;
        border: 0px solid #eee;
        border-radius: 6px;
        position: relative;
        overflow: hidden;
    }
    
    .property .image {
        position: relative;
    }
    
    .property .image img {
        width: 100%
    }
    
    .property .image p {
        font-size: 18px;
        font-weight: 900;
        padding: 10px 15px;
        position: absolute;
        bottom: 40px;
        background: #fff;
    }
    
    .property .image h2 {
        font-size: 18px;
        font-weight: 900;
        color: #fff;
        padding: 10px 15px;
        position: absolute;
        bottom: 0;
        background: #00598e;
    }
    
    .property .info {
        padding: 20px;
    }
    
    .property .info h3 {
        font-size: 18px;
        font-weight: 600;
        color: #1a1d1f;
        padding: 0 0 10px;
    }
    
    .property .info p {
        font-size: 14px;
        padding: 0;
        text-transform: initial;
    }
    
    .property .info h5 {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        border-top: 1px solid #ddd;
        padding: 10px 0 0 0;
        margin: 10px 0 0 0;
    }
    
    .property .detail {
        text-align: center;
        padding: 10px 0;
        margin: 0 0;
        border-top: 1px solid #ddd;
    }
    
    .pn {
        color: #1a1d1f;
        font-size: 26px;
        font-weight: 600;
    }
    
    .property h6 {
        font-size: 22px;
        color: #00598e;
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    .property .media {
        margin-bottom: 30px;
    }
    
    .property .media h5 {
        border-top: 0px solid #ddd;
        padding: 0;
    }
    
    .property .media img {
        width: 40px
    }
    /*=======  Clients ===================================*/
    
    .client {
        border: 1px solid #eee;
        padding: 10px;
        margin-bottom: 30px;
    }
    
    .client img {
        width: 100%;
    }
    
    .client h3 {
        border-radius: 0px;
        color: #3e3e3e;
        font-size: 18px;
        padding: 10px 0 5px 0;
        font-weight: 600;
        border-top: 1px solid #ddd;
    }
    
    .client p {
        padding: 10px 0 0;
    }
    
    .client p i {
        margin-right: 5px;
    }
    /*==========================*/
    
    .faqs {
        margin-bottom: 30px;
    }
    
    .faqs .btn {
        background: #41b585;
        width: 100%;
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        text-align: left;
        text-decoration: none;
    }
    
    .faqs .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.25rem;
        border: 1px solid #ddd;
    }
    /*==========================*/
    
    .career {
        background-color: #fff;
        padding: 30px;
        margin-bottom: 30px;
        border: 1px solid #ddd;
    }
    
    .career h3 {
        font-size: 24px;
        color: #00598e;
        font-weight: 600;
        margin-bottom: 15px;
    }
    /* .career h5{
    font-size: 18px;
    color: #00598e;
    font-weight: 600;
    margin-bottom: 30px;
} */
    
    .career ul li {
        font-size: 16px;
        color: #868894;
        font-weight: 400;
        padding: 5px 0;
    }
    /*============*/
    
    footer {
        /* background-color: #222222; */
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../img/u1.jpeg');
        /* background-color: rgba(0, 0, 0, 0.60); */
    }
    
    .footerOverlay {
        background-color: rgba(0, 0, 0, 0.85);
        padding: 50px 0;
    }
    
    .contact {
        background-color: rgba(0, 0, 0, 0.45);
        padding: 30px;
    }
    
    .contact h3 {
        font-size: 24px;
        color: #eee;
        margin-bottom: 30px;
    }
    
    .contact .form-control {
        border-radius: 0%;
        color: #ddd;
        background-color: transparent;
        border: 1px solid #333;
    }
    
    .contact .btn {
        box-shadow: none;
        background: #00598e;
        color: #fff;
        border-radius: 0;
        padding: 10px 50px;
        margin: 0;
        float: right;
    }
    
    footer .item {
        padding: 0px;
        margin-bottom: 30px;
    }
    
    footer .item h5 {
        color: #eee;
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 30px;
        position: relative;
        padding: 10px 0;
    }
    
    footer .item h5:after {
        content: "";
        position: absolute;
        width: 130px;
        height: 1px;
        background: #fff;
        left: 0;
        bottom: -5px;
    }
    
    footer .item p {
        color: #ddd;
        font-size: 16px;
    }
    
    footer .item a {
        display: block;
        font-size: 14px;
        color: #eee;
        padding-bottom: 10px;
    }
    
    .copyright {
        background-color: rgba(0, 0, 0, 0.9);
        padding: 15px 0px;
        border-top: 1px solid #333;
    }
    
    .copyright p {
        margin: 0;
        padding: 5px 0px;
        color: #bababa;
    }
    
    .copyright .nav-link {
        display: block;
        padding: .5rem 1rem;
        color: #00598e !important;
    }
    
    #wave {
        position: relative;
        height: 70px;
        width: 600px;
        background: #e0efe3;
    }
    
    #wave:before {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100% 50%;
        width: 340px;
        height: 80px;
        background-color: white;
        right: -5px;
        top: 40px;
    }
    
    #wave:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100% 50%;
        width: 300px;
        height: 70px;
        background-color: #e0efe3;
        left: 0;
        top: 27px;
    }
    /*============================================================*/
    /*============================================================*/
    /*============================================================*/
    
    .socilIcon {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
    
    .socilIcon .nav-link {
        display: block;
        color: #fff;
        padding: .5rem 1rem;
        margin: 5px 0;
        transition: all 1s;
    }
    
    .socilIcon .nav-link:hover {
        background-color: #00598e;
        color: #fff;
    }
    
    .first-circle {
        position: absolute;
        top: 5%;
        left: 25%;
        width: 20px;
        height: 20px;
        border: 2px solid #FB8965;
        background-color: #fff;
        border-radius: 50%;
        animation: animation 5s linear infinite;
    }
    
    .first1-circle {
        position: absolute;
        top: 35%;
        left: 5%;
        width: 32px;
        height: 32px;
        border: 2px solid #FB8965;
        background-color: #fff;
        border-radius: 0%;
        animation: animation 5s linear infinite;
        z-index: -1;
    }
    
    .first2-circle {
        position: absolute;
        top: 20%;
        left: 45%;
        width: 32px;
        height: 32px;
        border: 2px solid #FB8965;
        background-color: #fff;
        border-radius: 50%;
        animation: animationf 5s linear infinite;
        z-index: -1;
    }
    
    .first3-circle {
        position: absolute;
        bottom: 20%;
        left: 10%;
        width: 20px;
        height: 20px;
        border: 2px solid #FB8965;
        background-color: #fff;
        border-radius: 50%;
        animation: animation 5s linear infinite;
    }
    
    .first4-circle {
        position: absolute;
        top: 40%;
        right: 10%;
        width: 22px;
        height: 22px;
        border: 2px solid #00598e;
        background-color: transparent;
        border-radius: 50%;
        animation: animationf 5s linear infinite;
    }
    
    .first5-circle {
        position: absolute;
        bottom: 17%;
        left: 46%;
        width: 20px;
        height: 20px;
        border: 3px solid #00598e;
        background-color: transparent;
        border-radius: 50%;
        animation: animation 5s linear infinite;
    }
    
    @-webkit-keyframes animation {
        0%,
        100% {
            transform: translate(0, 30px) rotate(0deg);
        }
        25% {
            transform: translate(15px, 0px) rotate(8deg);
        }
        50% {
            transform: translate(0px, -30px) rotate(0deg);
        }
        75% {
            transform: translate(-15px, 0px) rotate(17deg);
        }
    }
    
    @-webkit-keyframes animationf {
        0%,
        100% {
            transform: translate(0, -100px) rotate(15deg);
        }
        25% {
            transform: translate(30px, -50px) rotate(40deg);
        }
        50% {
            transform: translate(0px, -190px) rotate(15deg);
        }
        75% {
            transform: translate(-60px, 0px) rotate(35deg);
        }
    }
    /*animated img video*/
    
    @-webkit-keyframes banner3Shake {
        0% {
            -webkit-transform: rotate3d(0, 1, 0, 0deg);
            transform: rotate3d(0, 1, 0, 0deg);
        }
        30% {
            -webkit-transform: rotate3d(0, 0, 1, 3deg);
            transform: rotate3d(0, 0, 1, 3deg);
        }
        60% {
            -webkit-transform: rotate3d(1, 0, 0, 0deg);
            transform: rotate3d(1, 0, 0, 0deg);
        }
        80% {
            -webkit-transform: rotate3d(0, 0, 1, 3deg);
            transform: rotate3d(0, 0, 1, 3deg);
        }
        100% {
            -webkit-transform: rotate3d(0, 1, 0, 0deg);
            transform: rotate3d(0, 1, 0, 0deg);
        }
    }
    
    @keyframes banner3Shake {
        0% {
            -webkit-transform: rotate3d(0, 1, 0, 0deg);
            transform: rotate3d(0, 1, 0, 0deg);
        }
        30% {
            -webkit-transform: rotate3d(0, 0, 1, 3deg);
            transform: rotate3d(0, 0, 1, 3deg);
        }
        60% {
            -webkit-transform: rotate3d(1, 0, 0, 0deg);
            transform: rotate3d(1, 0, 0, 0deg);
        }
        80% {
            -webkit-transform: rotate3d(0, 0, 1, 3deg);
            transform: rotate3d(0, 0, 1, 3deg);
        }
        100% {
            -webkit-transform: rotate3d(0, 1, 0, 0deg);
            transform: rotate3d(0, 1, 0, 0deg);
        }
    }
    /*======== Change file input style ===============*/
    
    #file-upload {
        display: none;
    }
    
    .custom-file-upload {
        border: 1px solid #ccc;
        display: inline-block;
        padding: 6px 30px;
        cursor: pointer;
        background: #ddd;
        border-radius: 4px;
    }
    
    .text-inherit {
        text-transform: initial !important;
    }
    
    .text-kagami {
        color: #00598e;
    }
    
    .form-control.has-error {
        border-color: #F00;
    }
    
    .error {
        color: #F00;
        text-transform: initial;
    }
    
    .swal-text {
        text-transform: initial;
    }
    
    @media (max-width: 992px) {
        .navbar-collapse {
            background: #00598e;
        }
        .navbar .nav-item .nav-link {
            color: #fff;
        }
        .navbar .nav-item .nav-link:hover {
            color: #fff;
        }
    }