body {
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
}

p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-bottom: 0 !important;
}

img {
    width: 100%;
    display: block;
    object-fit: cover;
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0 !important;
    margin-bottom: 0 !important;
    list-style: none;
}

button:focus {
    box-shadow: unset !important;
}

.co_header {
    background: white;
    background-image: url('../image/header-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.newClass {
    position: sticky;
    top: 0;
    z-index: 9999;
    display: block;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 15%);
    transition: all 0.5s ease;
}
/*.co_header .row {*/
/*    background-color: #fff;*/
/*    padding: 10px 0px;*/
/*}*/
.co_header .container {
    background-color: #fff;
    padding: 10px 10px;
}
.co_header .navbar-nav .nav-link {
     padding-right: 0 !important; 
     padding-left:0 !important; 
}
.logo {
    width: 18%;
}

.menu ul {
    display: flex;
    justify-content: flex-end;
}

.menu a {
    font-weight: 500;
    display: inline-block;
    margin: 0 15px;
    color: black;
    font-size: 17px;
    position: relative;
}

.menu a:after {
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background-color: #004AAD;
    transform: skewX(-45deg);
    transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1);
}

.menu a:hover {
    color: #004AAD;
}

.menu a.active {
    color: #004AAD;
}

.menu a.active::after {
    width: 100%;
}

.menu a:hover:after {
    width: 100%;
}
.navbar-toggler {
    padding: 3px 5px !important;
    border: 2px solid #004aad !important;
}
.co_banner {
    position: relative;
}

.banner {
    position: relative;
}
.banner-img::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: url('../image/banner-slider-overly.png');
    z-index: 1;
}

.banner-content {
    width: 810px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
    color: #fff;
}

.banner-content h6 {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    background: rgb(255 255 255 / 20%);
    display: inline-block;
    padding: 8px 19px;
    border-radius: 100px;
    border: 2px solid #004aad;
    font-family: 'Playfair Display', serif;
}

.banner-content h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 10px;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.banner-img img {
    height: 750px;
}
.slick-slider {
    margin-bottom: 0 !important;
}
.co_about {
    padding: 100px 0px;
}

.title h6 {
    font-size: 16px;
    text-transform: uppercase;
    color: #2857ff;
    display: flex;
    font-weight: 700;
}

.title h6 img {
    width: auto;
    display: inline-block;
    object-fit: contain;
    margin-right: 10px;
}

.title h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: capitalize;
    margin: 10px 0PX 20PX;
}

.about-content p {
    line-height: 30px;
}

.main-list {
    display: flex;
    margin-top: 20PX;
    cursor: pointer;
    align-items:center;
}

.about-list-icon {
    width: 16%;
    position: relative;
}

.about-list-icon i {
    font-size: 32px;
    border-radius: 50%;
    color: #fff;
    margin: auto;
    line-height: 65px;
    width: 65px;
    height: 65px;
    background: #2857ff;
    text-align: center;
    transition: .5s ease-in-out !important;
}

.number {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #2857ff;
    bottom: -10px;
    left: 0;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: .5s ease-in-out !important;
    opacity: 0;
}

.number:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #2857ff;
    border-radius: 50px;
    top: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease-in-out !important;
}

.main-list:hover .number {
    bottom: 17px;
    opacity: 1;
}

.main-list:hover .about-list-icon i {
    left: -5px;
    opacity: 0;
}

.main-list:hover .number:before {
    top: -12px;
    right: -12px;
    opacity: 1;
}

.list-content h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.list-content p {
    font-size: 14px;
    line-height: 23px;
}

.about-img {
    position: relative;
}

.compant-exp {
    animation: animation-wobble-vertical-ring 2.8s ease-in-out infinite;
    animation-delay: 3s;
    position: absolute;
    top: 19%;
    left: 33px;
}

.compant-exp-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(#0c1947, #2857ff);
    padding: 20px;
    width: 230px;
}

.compant-exp-number {
    font-size: 45px;
    font-weight: bold;
    color: #ffffff;
}

.compant-exp-title {
    font-weight: 800;
    color: #ffffff;
    font-size: 33px;
}

.compant-exp-inner:after {
    position: absolute;
    content: "";
    bottom: -14px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 15px solid #2857ff;
    border-left: 19px solid transparent;
}

@keyframes animation-wobble-vertical-ring {
    16.65% {
        transform: translateY(0px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-6px);
    }

    83.25% {
        transform: translateY(4px);
    }
}

.co_mission {
    background-image: url('../image/mission-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

/*.mission {*/
/*    position: relative;*/
/*    animation: MoveUpDown 2s linear infinite alternate;*/
/*}*/
.mission {
    position: relative;
    animation: MoveUpDown 2s linear infinite alternate;
    background-image: url(../image/mission-image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px;
}
/*.mission-content {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 65%;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*}*/
.mission-content {
    text-align: center;
    color: #fff;
}

.mission-content h3 {
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 16PX;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}

.mission-content p {
    font-style: italic;
    font-size: 15px;
    line-height: 27px;
}

@keyframes MoveUpDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-30px);
    }
}

.co_project {
    padding: 100px 0px;
}

.center-title {
    text-align: center;
}

.center-title h6 {
    justify-content: center;
}
.co_project .row{
    margin-top: 60px;
}

.flip {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.flip>.front,
.flip>.back {
    display: block;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 2s;
    transition-property: transform, opacity;
}
.flip>.front,
.flip>.back {
    display: block;
    color: white;
    width: inherit;
    background-size: cover !important;
    background-position: center !important;
    height: 300px;
    padding: 1em 2em;
    background: #2857ff;
    border-radius: 10px;
    width: 100%;
}

.flip>.front {
    transform: rotateY(0deg);
    padding: 0 !important;
}
.front img{
    border-radius: 10px;
    height: 100%;
}
.front:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgb(32 33 36 / 93%) 20%, rgba(20, 33, 43, 0) 50%);
    transform: rotate(-180deg);
    z-index: 1;
    transition: all 0.3s;
    border-radius: 8px;
}

.flip>.back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
}

.flip:hover>.front {
    transform: rotateY(180deg);
}

.flip:hover>.back {
    opacity: 1;
    transform: rotateY(0deg);
}

.flip.flip-vertical>.back {
    transform: rotateX(-180deg);
}

.flip.flip-vertical:hover>.front {
    transform: rotateX(180deg);
}

.flip.flip-vertical:hover>.back {
    transform: rotateX(0deg);
}

.back p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-weight: 500;
    color: #fff;
    width: 100%;
    padding: 20px 30px;
    font-size: 24px;
    line-height: 37px;
}
.number-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px;
    width: 100%;
    z-index: 9;
}
.number-title span {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 700;
}
.number-title h4 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 5px;
}
.co_gallery{
    padding-bottom: 100px;
}
.gallery-img{
    position: relative;
}
.gallery-img img{
    height: 450px;
}
.gallery-img:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(0 0 0 / 80%);
}
.gallery-top {
    margin-top: -350px;
    z-index: 9;
    position: relative;
}
.gallery-top .title{
    color: #fff;
}
.gallary-main{
    margin-top: 60px;
}
.box {
    margin: 0px 15px;
}
.box img{
    height: 350px;
    border-radius: 10px;
}
.box a{
    position: relative;
}
.box a i {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #2857ff;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    z-index: 9;
    transition: all 0.5s ease;
}
.box a:after{
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background-color:rgb(0 0 0 / 50%);
    transition: all 0.5s ease;
}
.box a:hover:after{
    height: 100%;
}
.box a:hover i{
    top: 50%;
}
.contact-form {
    max-width: 550px;
    position: absolute;
    background: #FFF;
    box-shadow: 0px 10px 30px rgba(4, 33, 63, 0.05);
    top: 0;
    right: 10%;
    padding: 40px;
    z-index: 9;
}
.co_contact{
    position: relative;
}
.form1{
    margin-top: 50px !important;
}
.part-1{
    margin-bottom: 20px;
}
.part-1 input{
    width: 100%;
    height: 52px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 20px;
    border: 2px solid rgba(0,0,0,.05);
}
.part-1 input:focus, .part-1 textarea:focus{
    outline: none;
}
.part-1 textarea{
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 15px;
    border: 2px solid rgba(0,0,0,.05);
}
.sub1{
    width: 100%;
    margin: 0px auto;
}
button.sub1{
    display: inline-block;
    color: #fff;
    padding: 12px 25px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #2857ff;
    background-color: #2857ff;
    font-weight: 600;
    border-radius: 6px;
    width: auto;
}
button.sub1:hover{
    background: transparent;
    color: #000;
    border: 1px solid #2857ff;
    transition: .3s;
}
button.sub1:focus{
    outline: none;
}
.co_contact iframe {
    width: 100%;
    height: 615px;
}
.co_contact .location-img {
    width: 100%;
    height: 500px;
}
.co_footer{
    margin-top: -65px;
}
img.footer-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 34%;
    opacity: 0.6;
    z-index: 0;
    animation: float-bob 2s infinite linear;
}
@keyframes float-bob {
    0% {
        transform: translateX(-30px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-30px);
    }
    
}
.inner-footer{
    padding: 250px 0px 100px;
    background-image: url('../image/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;  
    position: relative;
}
.footer{
    color: #fff;
    text-align: center;
}
.footer1{
    margin-top: 70px;
}
.footer h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
}
.footer a{
    font-size: 16px;
    color: #fff;
}
.footer a:hover{
    color: #fff;
}
.footer img{
    width: 32%;
    margin: 0px auto 20px;
}
.inner-footer .row{
    z-index: 9;
    position: relative;
}
.bottom-footer {
    text-align: center;
    padding-top: 47px;
    color: white;
    background-image: url(../image/bottom-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -84px;
    position: relative;
}
.bottom-footer .row{
    padding-top: 35px;
}
.social-link {
    display: flex;
    justify-content: center;
 }
 .social-link li {
    display: flex;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid white;
    align-items: center;
 }
 .social-link a{
    color: #fff;
    font-size: 15px;
    display: block;
    text-align: center;
    width: 100%;
 }
 .social-link li:hover{
    background-color: #2857ff;
 }
 .social-link li:hover a{
    color: #fff;
    text-decoration: none;
 }
.scrollToTop {
    position: fixed;
    bottom: 0;
    right: 30px;
    padding: 20px 10px;
    background: #2857ff;
    font-weight: 800;
    color: white;
    font-size: 12px;
    text-align: center;
    border-radius: 25px;
    z-index: 99;
    cursor: pointer;
    transition: all 1s;
    transform: translateY(100%);
 }
 .scrollToTop.active {
    bottom: 30px;
    transform: translateY(0%);
 }
 .scrollToTop i {
    font-size: 15px;
    margin-bottom: 10px;
    animation: mover 1s infinite  alternate;
 }
 @keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
 }
 .scrollToTop span {
    display: block;
 }
 a.scrollToTop.active:hover {
    color: #fff;
    text-decoration: none;
 }
 
 .mobile_header{
     display:none;
     background-color:white;
 }
 .mobile_header .row{
    align-items:center;
    justify-content: space-between;
 }
 .mobile-menu {
    text-align: end;
}
.mobile-menu .offcanvas-header{
    justify-content:end!important;
}
.mobile-menu .menu ul li{
    text-align:start;
    margin-bottom:6px;
}
.mobile-menu .menu a:after{
    bottom:0px;
}

 
 /*......Responsive.......*/
@media only screen and (max-width:1399px)
{
    .footer h2 {
        font-size: 22px;
    }
    .banner-img img {
        height: 600px;
    }
    .banner-content h1 {
        font-size: 36px;
        line-height: 54px;
    }
    .banner-content {
        width: 770px;
    }
    .co_about {
        padding: 80px 0px;
    }
    .title h2 {
        font-size: 32px;
    }
    .about-list-icon {
        width: 20%;
    }
    .compant-exp-inner {
        padding: 15px 20px;
        width: 200px;
    }
    .compant-exp-title {
        font-size: 30px;
    }
    .mission-content h3 {
        font-size: 46px;
    }
    .co_project {
        padding: 80px 0px;
    }
    .co_project .row {
        margin-top: 50px;
    }
    .back p {
        padding: 20px 20px;
        font-size: 22px;
        line-height: 34px;
    }
    .form1 {
        margin-top: 40px !important;
    }
    .co_contact .location-img {
        height: 580px;
    }
    
    
    .mission {
        padding: 90px 85px;
    }
}
@media only screen and (max-width:1199px){
    .logo {
        width: 70px;
    }
    .banner-img img {
        height: 500px;
    }
    .banner-content h1 {
        font-size: 32px;
        line-height: 50px;
    }
    .banner-content {
        width: 680px;
    }
    .title h2 {
        font-size: 28px;
    }
    .co_about {
        padding: 60px 0px;
    }
    .about-list-icon i{
        font-size: 28px;
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
    .about-list-icon {
        width: 30%;
    }
    .co_mission {
        background-position: 28% 0%;
    }
    .compant-exp-inner {
        padding: 10px 20px;
        width: 170px;
    }
    .compant-exp-title {
        font-size: 26px;
    }
    .mission-content h3 {
        font-size: 42px;
    }
    .co_project {
        padding: 60px 0px;
    }
    .co_project .row {
        margin-top: 35px;
    }
    .number-title span {
        font-size: 20px;
    }
    .back p {
        font-size: 18px;
        line-height: 32px;
    }
    .flip>.front, .flip>.back{
        height: 270px;
    }
    .form1 {
        margin-top: 30px !important;
    }
    .co_contact .location-img {
        height: 560px;
    }
    .bottom-footer {
        padding-top: 30px;
    }
   .footer1 {
        margin-top: 50px;
    }
    .footer h2 {
        font-size: 18px;
    } 
    .inner-footer {
        padding: 150px 0px 80px;
    }
    
}

@media only screen and (max-width:991px){
    .menu a {
        margin: 0 12px;
        font-size: 16px;
    }
    .banner-img img {
        height: 450px;
    }
    .co_about {
        padding: 50px 0px;
    }
    .co_about .row{
        gap:30px;
    }
    .about-list-icon {
        width: 13%;
    }
    /*.mission-content {*/
    /*    width: 63%;*/
    /*}*/
    .mission {
        padding: 85px 65px;
    }
    .mission-content h3 {
        font-size: 36px;
    }
    .mission-content p {
        font-size: 13px;
        line-height: 22px;
    }
    .co_mission {
        background-position: 35% 0%;
    }
    .co_project .row {
        row-gap: 15px;
    }
    .co_project {
        padding: 50px 0px;
    }
    .back p {
        padding: 20px 50px;
    }
    .contact-form{
        height:auto;
        max-width: 500px;
    }
    .inner-footer {
        padding: 210px 0px 80px;
    }
    .footer img {
        width: 40%;
    }
    .footer1 {
        margin-top: 40px;
    }
    .bottom-footer .row {
        padding-top: 30px;
    }
    
}


@media only screen and (max-width:767px){
    .mobile_header{
        display:block;
    }
    .co_header{
        display:none;
    }
    
    
    p {
        font-size: 14px;
        line-height: 24px;
    }
    .banner-content {
        width: 100%;
        max-width: 540px;
        padding: 0px 10px;
    }
    .banner-img img {
        height: 350px;
    }
    .banner-content h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .co_about {
        padding: 40px 0px 60px;
    }
    .title h2 {
        font-size: 24px;
    }
    .about-content p {
        line-height: 26px;
    }
    .list-content h5 {
        font-size: 17px;
    }
    .about-list-icon {
        width: 0;
    }
    .list-content {
        padding-left: 70px;
    }
    .compant-exp-title {
        font-size: 22px;
    }
    .compant-exp-inner {
        width: 140px;
        padding: 5px 20px;
    }
    .mission {
        padding: 85px 125px;
        background-size: contain;
    }
    .co_project {
        padding: 40px 0px;
    }
    .co_project .row {
        margin-top: 25px;
    }
    .contact-form {
        position: unset;
        margin: 30px auto 0;
        padding: 30px;
        box-shadow: 0px 0px 30px rgba(4, 33, 63, 0.05);
    }
    .form1 {
        margin-top: 20px !important;
    }
    .part-1 {
        margin-bottom: 15px;
    }
    .co_footer {
        margin-top: 30px;
    }
    .inner-footer {
        padding: 50px 0px 80px;
    }
    .footer1 {
         margin-top:0; 
    }        
    .footer img {
        width: 100px;
        margin: 25px auto;
    }
    .co_contact .location-img {
        height: 300px;
    }
}
 
 
@media only screen and (max-width:575px){ 
    .title h2 {
        font-size: 20px;
        line-height:30px;
        margin: 10px 0px 15px;
        text-align: center;
    }
    .title h6 {
        font-size: 14px;
        justify-content: center;
    }
    .title h6 img {
        width: 40px;
    }
    .main-list {
        flex-wrap: wrap;
        justify-content: center;
        text-align:center;
        gap:15px;
    }
    .list-content {
        padding-left:0;
        width:100%;
    }
    .about-content p {
        text-align:center;
    }
    .about-list-icon {
        width: 60px;
    }
    .mission {
       padding: 30px;
        background-color: #2857ff;
        border-radius: 50%;
        width: 296px;
        height: 296px;
        max-width: 100%;
        margin:auto;
    }
    .mission-content {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .mission-content h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .banner-content h1 {
        font-size: 22px;
    }
    .contact-form .title h6 {
        justify-content: start;
    }
    .contact-form  .title h2 {
        text-align: left;
    }
    .part-1 input {
        height: 45px;
    }
}
    
    
    
    
    
    
    
    
