@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(bootstrap.min.css);
@import url(fancybox.css);
@import url(offcanvas-menu.min.css);
@import url(../fontawesome/css/fontawesome.min.css);
@import url(../fontawesome/css/all.min.css);
@import url(owl-carousel.min.css);
@import url(main-min.css);

/* font-family: "Poppins", sans-serif; */
/* font-family: "Lato", sans-serif; */
:root {
    --color_1: #BF0A30;
    --color_2: #00184B;
    --color_3: #000;
    --color_4: #000;
    --color_5: #000;
    --color_7: #000;
    --color_8: #000;
    --color_9: #000;
}

.heading-top {
    font-size: 18px;
    font-weight: 600;
    color: #FD0800;
}

.heading-01 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.heading-01 span {
    font-weight: 300;
    color: #BF0000;
}

.heading-01 span.b {
    font-weight: 300;
    color: #00184B;
}

.para {
    font-family: poppins;
    font-size: 16px;
    color: #666666;
}

.btn1 {
    width: 150px;
    background: linear-gradient(to bottom, #4F80E8, #002868);
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'Poppins';
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    transition: .5s;
}

a.btn1:hover {
    color: #002868;
    background: #fff;
    border: 1px solid #002868;
    box-shadow: 0 0 15px #002868;
}

.btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 151px;
    height: 54px;
    color: #fff;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #fff;
    transition: .5s;
    border-radius: 5px;
}

a.btn2:hover {
    color: #fff;
    background: #000;
}

.banner-lint {
    display: flex;
    align-items: center;
    gap: 22px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;

}

header {
    z-index: 99;
    position: relative;
}

header .top {
    padding: 12px 0 14px;
    position: relative;
    background: #fff;
}

header .top:before {
    content: '';
    position: absolute;
    left: -4%;
    top: 0;
    background: #bd002d;
    width: 42.3%;
    height: 100%;
    transform: skew(-30deg, 0deg);
    border-bottom: 1px solid #fff;
}

header .top ul.social {
    gap: 12px;
    font-size: 16px;

}

header .top a.ccontact {
    margin: 0;
    font-size: 16px;
    font-family: lato;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

header .top a.ccontact i {
    color: #bf0a30;
}

header .top ul li a {
    color: #001a49;
}

header .main-nav {
    padding: 25px 0;
    position: relative;
}

header .main-nav ul.nav {
    gap: 35px;
}

header .main-nav ul.nav a {
    font-size: 18px;
    font-family: lato;
    color: #FFF;
    font-weight: 600;
}


header .main-nav ul.nav a.navBtn {
    background: #00184B;
    padding: 14px 30px;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
}

header .main-nav:before {
    content: '';
    position: absolute;
    left: -4%;
    top: 0;
    background: #ffffff;
    z-index: -1;
    width: 40%;
    height: 100%;
    transform: skew(-30deg, 0deg);
}

.banner {
    margin: -106px 0 0;
    position: relative;
}
.banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img002/banner-flag.png) no-repeat;
    background-size: contain;
    width: 432px;
    height: 414px;
}
.banner.inner-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img002/banner-flag.png) no-repeat;
    background-size: contain;
    width: 432px;
    height: 414px;
}

/* .banner.inner-banner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img002/banner-globe.png) no-repeat;
    background-size: contain;
    width: 214px;
    height: 192px;
}

.banner.inner-banner .c:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img002/inner-banner-001.png) no-repeat;
    background-size: contain;
    width: 589px;
    height: 318px;
} */

.banner .content {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
}

.banner.inner-banner .content {
    top: 56%;
}

.banner .bg-img img {
    height: 850px;
    object-fit: cover;
}

.banner .content h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.banner .content h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    margin: 0 0 30px;
    color: #fff;
}

.banner .content h1 span.sp2 {
    font-size: 114px;
}

.banner .content h1 span.sp3 {
    font-size: 60px;
    font-weight: 300;
    color: #fff;
}

.banner .content p {
    font-family: poppins;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 30px;
}

.banner.inner-banner .content h1 span.sp2 {
    font-size: 80px;
}

.banner.inner-banner .content h1 span.sp3 {
    font-size: 60px;
}

.banner.inner-banner .content p {
    margin: 0;
}

.banner .content .bnner-img {
    transform: scale(1.2) translate(0px, 0px);
}

.after-banner {
    background: #000;
    padding: 25px 0;
    display: flex;
    overflow: hidden;
    align-items: center;
    position: relative;
    z-index: 1;
}

.after-banner img {
    display: inline-block;
    font-size: 20px;
    position: relative;
    left: 100%;
    animation: marquee 30s linear infinite;
}

.after-banner img:nth-child(1) {
    animation-delay: 0s;
}



.after-banner img:nth-child(5) {
    animation-delay: 3.2s;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }


}

.first-section {
    padding: 80px 0;
}

.fbg {
    background: url(../img002/first-bg.jpg) no-repeat;
    background-size: cover;
}

.first-section h5,
.fourth-section h5,
.fifth-section h5,
.secH5 {
    color: #00184B;
    font-size: 24px;
    font-weight: 600;
}

.first-section .side {
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;
    height: 637px;
    position: relative;
}

.first-section .side:before {
    content: '';
    position: absolute;
    right: 0;
    top: 60px;
    background: url(../img002/first-number.png) no-repeat;
    background-size: contain;
    width: 65px;
    height: 285px;
}










.second-section {
    position: relative;
}

.second-section .accordion-item {
    border: none;
    padding: 0 0 0 18px;
    border-left: 12px solid #00184b;
    border-radius: 0;
    margin: 0 0 20px;
    position: relative;
    /* outline: solid red; */
    /* outline-width: 11px; */
}

.second-section .accordion-item:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 0;
    width: 3px;
    background: #001a49;
    height: 100%;
}

.second-section .accordion-button {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0px 0;
    border-radius: 0;
    font-size: 24px;
    color: #00184B;
    font-weight: 600;
    margin: 0 0 15px;
}

.second-section .accordion-body {
    border: none;
    padding: 0;
}

.second-section .accordion-button::after {
    display: none;
}

.second-section .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.second-section .content .cc {
    background: #fff;
    padding: 50px 50px 40px;
    position: relative;
    left: 60px;
}

.second-section .content .mm:before {
    content: '';
    background: #BF0A30;
    position: absolute;
    left: 62px;
    top: 0px;
    width: 96%;
    height: 102.2%;
    border-radius: 0px 14px 14px;
}

.third-section {
    padding: 80px 0;
    background: url(../img002/third-bg.jpg) no-repeat;
    background-size: cover;
}

.third-section .content {
    filter: grayscale(1) opacity(0.7);
    display: flex;
    align-items: center;
    position: relative;
    transition: .5s;
}

.third-section .content:hover {
    filter: grayscale(0) opacity(1);
}


.third-section .content:before {
    content: '';
    clip-path: circle(50% at 44.6% 50%);
    border: beige;
    position: absolute;
    left: 17.8px;
    width: 0;
    height: 0;
    background: #002868;
    z-index: -31;
    transform: rotateY(-12deg);
}

.third-section .content .icon-img {
    border: 1px solid #002868;
    width: 190px;
    height: auto;
    padding: 25px;
    border-radius: 50%;
    outline: 6px solid #fff;
    /* position: relative; */
    z-index: 99;
    background: #fff;
}

.third-section .content:hover .icon-img {
    border: 1px solid #BF0000;
    background: #BF0000;
}

.third-section .content:hover .icon-img img {
    filter: invert(1);
}

.third-section .content .cc {
    margin: 0 0 0 -12px;
    border: 1px solid #002868;
    padding: 10px 10px 10px 31px;
}

.third-section .content:hover .cc {
    border: 1px solid #BF0000;
    background: #BF0000;
}

.third-section .content .cc h5 {
    color: #333333;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 5px;
}

.third-section .content .cc p {
    margin: 0;
    font-family: 'Poppins';
    font-size: 13px;
    line-height: 1.3;
}


.third-section .content:hover .cc h5,
.third-section .content:hover .cc p {
    color: #fff !important;
}

.breaker-01 {
    background: url(../img002/breaker-01bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.breaker-01:before {
    z-index: -1;
    content: '';
    background: linear-gradient(59deg, #bf0a30, #590516);
    position: absolute;
    width: 33%;
    height: 100%;
    right: -50px;
    top: 0;
    transform: skewX(-15deg);
    border-left: 2px solid #fff;
}

.breaker-01 .cc {
    position: relative;
}

.breaker-01 .cc:before {
    content: '';
    position: absolute;
    left: 25px;
    bottom: 0;
    border-left: 4px solid #BF0000;
    height: 100%;
}



.breaker-01 .cc:after {
    content: '';
    position: absolute;
    left: 25px;
    bottom: 0;
    border-left: 4px solid #fff;
    height: 100%;
    animation: heightAnim 3s infinite;
}

@keyframes heightAnim {
    0% {
        height: 100%;
    }

    50% {
        height: 40%;
    }

    100% {
        height: 100%;
    }
}

.breaker-01 .cc h5 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 0 0 5px;
    text-align: center;
    justify-content: center;
    gap: 8px;
}

.breaker-01 .cc p {
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.breaker-01 .side-right {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.breaker-01 .side-right .c {
    display: flex;
    align-items: center;
    gap: 7px;
}


.breaker-01 .side-right .c h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    /* margin: 0; */
}

.breaker-01 .side-right h5 {
    text-align: left;
    color: #fff;
    font-size: 26px;
    margin: 0;
    font-weight: 600;
}

.ff-main {
    background: url(../img002/ff-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.fourth-section {
    padding: 90px 0;
    position: relative;
    z-index: 1;
}

.fourth-section:before {
    content: '';
    background: url(../img002/fourth-after.png) no-repeat;
    background-size: contain;
    width: 45%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.fifth-section:before {
    content: '';
    background: url(../img002/fifth-after.png) no-repeat;
    background-size: contain;
    width: 846px;
    height: 577px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.fifth-section {
    padding: 0 0 90px 0;
    position: relative;
    z-index: 1;
}

.breaker-02 {
    background: url(../img002/breaker-02bg.jpg) no-repeat;
    background-size: cover;
    padding: 61px 0;
    position: relative;
}

.breaker-02:before {
    content: '';
    position: absolute;
    left: 0;
    top: 45.8%;
    background: url(../img002/breaker-aftr.png) no-repeat;
    background-size: contain;
    width: 480px;
    height: 392px;
    transform: translateY(-50%);
}

.sixth-section {
    padding: 80px 0;
    background: url(../img002/sixth-bg.jpg) no-repeat;
    background-size: cover;
}

.sixth-section .cc {

    padding: 20px 20px 20px 150px;
    margin: -10px 0 0px;
    z-index: 99;
    position: relative;
    border-radius: 16px 0 16px 16px;
}

.sixth-section .cc.v1 {


    background: url(../img002/sixth-bor.jpg) no-repeat #bd0000;
    background-size: cover;


}

.sixth-section .cc.v2 {
    background: url(../img002/sixth-bor2.jpg) no-repeat #012969;
    background-size: cover;
}





.sixth-section .cc ol {
    padding: 0;
    margin: 0 0 0;
    color: #fff;
    font-family: 'Poppins';
    /* line-height: 3; */
}

.sixth-section .cc ol li {
    line-height: 1.4;
    margin: 0 0 14px;
}

.sixth-section .content {
    position: relative;
    z-index: 1;
    background: #BF0001;
    border-radius: 18px;
}



.sixth-section .content.v2 {
    background: #002868;
}


.sixth-section .content.v1:before, .sixth-section .content.v2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img002/sixth-side-tag01.png) no-repeat;
    background-size: contain;
    width: 109px;
    height: 473px;
    z-index: 999;
}

.sixth-section .content.v2:before {
    background: url(../img002/sixth-side-tag02.png) no-repeat;
    background-size: contain;
}


.sixth-section .content.v1:after,
.sixth-section .content.v2:after {
    content: '';
    position: absolute;
    right: -12px;
    top: -11px;
    background: #BF0001;
    width: 350px;
    height: 360px;
    z-index: -1;
    border-radius: 12px;
}

.sixth-section .content.v2:after {
    bottom: -12px;
    right: -12px;
    top: unset;
}

.seventh-section {
    background: url(../img002/seventh-bg.png) no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.seventh-section .testimonial {
    margin: 60px 0 0;
}

.seventh-section .testimonial .slide {
    background: #ffffff42;
    padding: 25px 35px;
    border-radius: 10px;
    position: relative;
    margin: 20px 0;
}

.seventh-section .testimonial .slide:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 10px;
    background: url(../img002/qout.png) no-repeat;
    background-size: contain;
    width: 64px;
    height: 46px;
}

.seventh-section .testimonial .slide:after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 10px;
    background: url(../img002/qout.png) no-repeat;
    background-size: contain;
    width: 64px;
    height: 46px;
    transform: rotateX(180deg) rotateY(180deg);
}

.seventh-section .testimonial .slide p {
    font-size: 16px;
    font-family: 'Poppins';
    color: #fff;
    margin: 0 0 20px;
}

.seventh-section .testimonial .slide .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seventh-section .testimonial .slide .cc {
    display: flex;
    gap: 15px;
    align-items: center;
}

.seventh-section .testimonial .slide img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 6px solid #370101;
}


.seventh-section .testimonial .slide h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 4px;
}

.seventh-section .testimonial .slide h5 {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.seventh-section .testimonial .slide .star {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 17px;
    color: #fff;
}

.seventh-section .testimonial .owl-dots {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 40px 0 0;
}

.seventh-section .testimonial .owl-dot {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
}

.seventh-section .testimonial .owl-dot.active {
    background: #BE0102;
    transform: scale(1.4);
}

.eight-section {
    padding: 80px 0;
    background: url(../img002/eight-bg.jpg) no-repeat;
    background-size: cover;
}

.eight-section .form-control {
    background: #F2F2F2;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-family: poppins;
    padding: 15px 20px;
    resize: none;
    box-shadow: 0 0 10px #0002;
}

.eight-section form {
    margin: 50px 0 0;
}

.eight-section form .row {
    gap: 15px 0;
}

.eight-section form button {
    gap: 8px;
    border: none;
    width: 195px;
}


.eight-section .ccc {
    box-shadow: 0 0 10px #0003;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.eight-section .cs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.eight-section .cs h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.eight-section .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.eight-section .con button {
    gap: 8px;
    width: 165px;
}

.eight-section .con .in {
    display: flex;
    align-items: center;
    gap: 16px;
}

.eight-section .con .in i {
    background: #012868;
    color: #fff;
    font-size: 30px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.eight-section .con .in h5 {
    color: #252525;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}

.eight-section .con .in h5 span {
    font-weight: 400;
    font-size: 18px;
}

.eight-section .con .btn1 {
    width: 165px;
    gap: 8px;
}

.eight-section .content-right p.para {
    border-left: 4px solid #BF0000;
    padding: 0 0 0 20px;
}

.breaker-03 {
    padding: 40px 0;
    border-top: 3px solid #BF0000;
}

.breaker-03 .clients {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;


}

.breaker-03 .clients img {
    width: auto !important;
}

footer {
    background: url(../img002/footer-bg.png) no-repeat;
    background-size: cover;
    padding: 60px 0 0;
}
footer .bottemLine{
    padding: 20px 0 20px;
    margin: 40px 0 0;
    border-top: 1px solid #b8c0ca;
}
footer .bottemLine ul {
    gap: 12px;
}
footer .bottemLine ul li {
    color: #fff;
}
footer .bottemLine ul li a{
    margin: 0;
    font-size: 14px;
}
footer h4 {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin: 40px 0 60px;
    position: relative;
}

footer h4:before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 55px;
    height: 5px;
    background: #fff;
}

footer h4:after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 35px;
    height: 5px;
    background: #C10030;
    animation: footerLine 5s infinite;
}

@keyframes footerLine {
    0% {
        width: 0%;
    }

    50% {
        width: 35px;
    }

    100% {
        width: 0;
    }
}

footer .para {
    font-size: 14px;
}

footer ul {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}

footer ul li a {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
    margin: 0 0 12px;
    transition: .5s;
}



footer ul.flink li a:hover {
    transform: translateX(10px);
    color: #fff;
}


footer ul a:hover{
    color: #fff;
}

footer ul.f-social li a {
    color: #ffffff7a;
    background: #00000075;
    font-size: 22px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

footer ul.f-social {
    gap: 10px;
    padding: 15px 0 0 !important;
    margin: 15px 0 0 !important;
    border-top: 1px solid #ffffffb5;
}

footer ul.f-social li a:hover {
    color: #fff;
    background: #000000be;
}

.trans {
    color: transparent;
    pointer-events: none;
}

.extraTop {
    margin: 130px 0 0;
}

footer .ss {
    font-size: 15px;
    margin: 15px 0 15px;
}

footer form {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 4px 5px 4px 10px;
    border-radius: 5px;
}

footer .form-control {
    border: none;
    font-family: poppins;
}

footer button {
    border-radius: 4px;
    background: #BF0001;
    color: #fff;
    border: none;
    padding: 4px 13px;
    font-size: 18px;
}

.sr-first-sec {
    background: url(../img002/sr-first-bg.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0px;
    background-position: center;
}


.sr-first-sec .row {

    gap: 40px;
}

.sr-first-sec .row .col-xl-5 {

    left: 30px;
    position: relative;
}

.sr-second-section {
    background: url(../img002/sr-second-bg.jpg) no-repeat;
    background-size: 100% 80%;
    padding: 100px 0;
    position: relative;
}

/* Style the tab */
.sr-second-section .tab {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    /* background-color: #f1f1f1; */
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 22px;
}

/* Style the buttons that are used to open the tab content */
.sr-second-section .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    /* padding: 14px 16px; */
    transition: 0.3s;
    color: #fff;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

/* Create an active/current tablink class */
.sr-second-section .tab button.active {
    padding: 0 0 0 80px;
}

.sr-second-section .tab button:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    background: #fff;
    /* height: 4px; */
    bottom: 0px;
    transition: .5s;
    border-bottom: 5px solid #fff;
}

.sr-second-section .tab button.active:after {
    width: 75px;
    transition: .5s;
}

/* Style the tab content */
.sr-second-section .tabcontent {
    display: none;
    border-top: none;
    animation: fadeEffect 1s;
    position: absolute;
    right: 0;
    top: 170px;
    width: 60%;
    background: url(../img002/sr-tab-01.jpg);
    background-size: cover;
    height: 620px;
    padding: 0 45px;
    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
    background-position: center center;
    align-items: center;
}

.sr-second-section .tabcontent.active {
    display: flex;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.sr-second-section .content {
    background: linear-gradient(to left, #590516, #bf0a30);
    padding: 40px 125px 40px 40px;
}

.sr-second-section .tabcontent h3 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 38px;
    margin: 0 0 20px;
}

.sr-third-section {
    padding: 80px 0 80px;
}

.sr-fourth-section .cc {
    position: absolute;
    bottom: 40px;
    max-height: 125px;
    left: 0;
    display: flex;
    transition: max-height 0.5s ease-out;
    flex-direction: column;
    /* justify-content: end; */
    padding: 40px;
    overflow: hidden;
    transform-origin: bottom;
}

.sr-fourth-section .cc h6 {
    color: #FD0800;
    font-size: 20px;
    font-weight: 600;
}

.sr-fourth-section .cc h5 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}

.sr-fourth-section .content.pos-rel:before {
    content: '';
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
    width: 100%;
    transition: .5s;
    height: 100%;
}

.sr-fourth-section .content {
    transition: max-height 0.5s ease-out;

}

.sr-fourth-section .content:hover .cc {
    transition: max-height 0.5s ease-out;
    max-height: 720px;
    bottom: 0;
}

.sr-fourth-section .content.pos-rel:hover:before {
    content: '';
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, black, #bf0a30c7);
    width: 100%;
    height: 100%;
    transition: .5s;
}

.sr-fourth-section .content.pos-rel:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 94%;
    height: 94%;
    border: 1px solid #fff;
    transform: translate(-50%, -50%);
}

.sr-fourth-section {
    padding: 50px 0 100px;
}

.two-secmix {
    background: url(../img002/sr-mix-bg.jpg) no-repeat;
    background-size: cover;
    margin: -150px 0 0 0;
    padding: 150px 0 0 0;
}

.container-right {
    padding-left: 15px;
    margin-left: auto;
    width: calc(1320px + (50% - 1320px / 2));


}


.sr-fifth-section {
    background: url(../img002/sr-fifth-bg.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.sr-fifth-section ul li img {
    width: auto !important;
    display: inline-block !important;
}

.sr-fifth-section .slide .iccMain {
    width: 50% !important;
    margin: -80px 0 -10px;
    background: #fff;
    padding: 17px;
}

.sr-fifth-section .slide {
    border: 1px solid #FC251F;
    padding: 25px;
    margin: 50px 0 0;
    filter: grayscale(1);
    transform: scale(0.9);
    transition: .3s;
}



.sr-fifth-section .firstActiveItem .slide {
    filter: grayscale(0);
    transform: scale(1);
    transition: .3s;

}

.sr-fifth-section .slide h5 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin: 20px 0 15px;
}

.sr-fifth-section .slide ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sr-fifth-section .slide ul li {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato';
    display: flex;
    align-items: center;
    gap: 10px;
}

.sr-fifth-section .owl-item.active:first-child {
    background: red;
}



.pr-first-section {
    background: url(../img002/pr-first-bg.jpg) no-repeat;
    background-size: cover;
    padding: 150px 0 100px;
}



.pr-first-section .content .cc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pr-first-section .content .cc h5 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px;
}

.pr-first-section .content.v2 {
    top: -50px;
}

.pr-second-section {
    background: url(../img002/pr-second-bg.jpg) no-repeat;
    background-size: 100% 70%;
    padding: 100px 0 0;
}

/* Style the tab */
.pr-second-section .tab {
    border-bottom: 2px solid #fff;
    display: flex;
    /* flex-direction: column; */
    align-items: start;
    gap: 22px;
    justify-content: center;
    margin: 50px 0 120px;
    position: relative;
    padding: 0 0 18px;
}

.pr-secondTab.tab:before {
    content: '';
    position: absolute;
    left: -9px;
    bottom: -8px;
    width: 15px;
    height: 15px;
    background: #fff;
    transform: rotate(45deg);
}

.pr-secondTab.tab:after {
    content: '';
    position: absolute;
    right: -9px;
    bottom: -8px;
    width: 15px;
    height: 15px;
    background: #fff;
    transform: rotate(45deg);
}





/* Style the buttons that are used to open the tab content */
.pr-second-section .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 14px;
    transition: 0.3s;
    color: #ffffff9e;
    font-family: 'Lato';
    font-size: 17px;
    font-weight: 600;
    position: relative;
    border-radius: 5px;
}

/* Create an active/current tablink class */
.pr-second-section .tab button.active {
    background: #fff;
    color: #002868;

}

.pr-second-section .tab button.active:after {
    width: 75px;
    transition: .5s;
}

/* Style the tab content */
.pr-second-section .tabcontent {
    display: none;
    animation: fadeEffect 1s;
}

.pr-second-section .tabcontent.active {
    display: block;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.pr-second-section .tabcontent .con {
    z-index: 1;
    margin: 90px 75px 0 -75px;
    position: relative;
}


.pr-second-section .tabcontent .con .heading-01 {
    font-size: 45px;
}

.pr-second-section .tabcontent .con .in {
    padding: 50px 50px;
    background: #EAEAEA;
}



.pr-second-section .tabcontent .con:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -8px;
    background: #fff;
    width: 59px;
    height: 410px;
    z-index: -1;
}

.pr-third-section {
    background: url(../img002/pr-client-bg.jpg) no-repeat;
    background-size: cover;
    padding: 400px 0 100px;
    margin: -310px 0 0;
}

.pr-fourth-section {
    background: url(../img002/pr-fourth-bg.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.ap-first-section {
    background: url(../img002/ap-first-bg.jpg) no-repeat;
    background-size: cover;
    padding: 150px 0;
    position: relative;
}

.innerHead {
    font-size: 40px;
}

.ap-third-section {
    background: url(../img002/ap-second-bg.jpg) no-repeat;
    background-size: 85% 85%;
    /* margin: 70px 0; */
    background-position: left center;
}

.ap-second-section {
    margin: -40px 0 120px;
    z-index: 99;
    position: relative;
}

.twoMix-sec {
    background: url(../img002/ap-bg-2.jpg) no-repeat;
    background-size: cover;
    padding: 0 0 120px;
    margin: 0px 0 0;
}



.ap-fourth-section {
    background: url(../img002/ap-bg-3.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.eli-top-sec .content {
    background: #002868;
    padding: 40px 70px;
    box-shadow: inset 0px 50px 40px -48px #000;
    border-radius: 0 0 12px 12px;
}


.eli-first-section {
    background: url(../img002/eli-bg-01.jpg) no-repeat;
    background-size: cover;
    padding: 250px 0 200px;
    margin: -200px 0 0px;
}

.eli-second-section {
    background: url(../img002/eli-bg-02.jpg) no-repeat;
    background-size: 100% 75%;
    padding: 100px 0 0;
}

.eliTwoSec {
    position: relative;
}

.eliTwoSec:before {
    content: '';
    position: absolute;
    background: url(../img002/float-02.png) no-repeat;
    background-size: contain;
    left: 0;
    bottom: 0;
    width: 650px;
    height: 375px;
}

.eli-second-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
}

.eli-second-section ul li {

    display: flex;
    gap: 12px;
    align-items: center;
}


.eli-third-section {
    background: url(../img002/eli-bg-03.jpg) no-repeat;
    background-size: cover;
    padding: 300px 0 60px;
    margin: -210px 0 0;
}



.eli-third-section .content {
    padding: 25px;
    border-left: 3px solid #BF0A30;
    transition: .5s;
    background: url(../img002/eli-img-hover-01.jpg) no-repeat #fff;
    background-size: cover;
    background-blend-mode: color;
    margin: 0 0 40px;
}

.eli-third-section .content h6 {
    font-size: 95px;
    font-weight: 800;
    line-height: 1;
    color: #01296930;
}

.eli-third-section .content h5 {
    font-size: 20px;
    color: #00184B;
    font-weight: 600;
    margin: 0 0 10px;
}

.eli-third-section .content p {
    font-size: 16px;
}

.eli-third-section .content:hover {
    transition: .5s;
    background: url(../img002/eli-img-hover-01.jpg) no-repeat #fff0;
    background-size: cover;
    border-left: 3px solid #002868;
    background-position: center;
    border-radius: 10px;
}

.eli-third-section .content:hover h6,
.eli-third-section .content:hover h5,
.eli-third-section .content:hover p {
    color: #fff;
}

.eli-fourth-section {
    background: url(../img002/eli-bg-04.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.eli-fourth-section .content .cc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px;
}

.eli-fourth-section .content .cc h5 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 12px;
}

.eli-fourth-section .content:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border: 4px solid #ffffffb5;
    width: 96%;
    height: 96%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}









.wiki-first-section {
    background: url(../img002/wiki-bg-01.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
}


.wiki-second-section {
    background: url(../img002/wiki-bg-02.jpg) no-repeat;
    background-size: cover;
    padding: 0 0 140px;
    position: relative;
}

.wiki-second-section:before {
    content: '';
    position: absolute;
    left: 290px;
    bottom: -50px;
    background: url(../img002/float-01.png) no-repeat;
    background-size: contain;
    width: 586px;
    height: 569px;
}

.wiki-second-section .content .cc {
    background: #BF0A30;
    padding: 50px;
    margin: -50px 0 0;
    position: relative;
    z-index: 9;
}

.wiki-second-section .content {
    position: relative;
    z-index: 9;
}

.wiki-second-section .content::before {
    content: '';
    position: absolute;
    right: -22px;
    top: 22px;
    width: 100%;
    height: 100%;
    border: 8px solid #fff;
    z-index: -1;
}

.wiki-third-section {
    background: url(../img002/eli-bg-04.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.wiki-fourth-section {
    background: url(../img002/ap-bg-3.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;

}

.faq-first-section {
    background: url(../img002/faq-bg-01.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.faq-first-section .accordion-item {
    background: none;
    border: none;
    padding: 15px 20px;
    border-top: 1px solid #000;
    border-radius: 0;
    position: relative;
}

.faq-first-section .accordion-item:last-child {
    border-bottom: 1px solid #000;
}

.faq-first-section .accordion-item .accordion-header {
    border: none;
}

.faq-first-section .accordion-item .accordion-header .accordion-button {
    border: none;
    background: none;
    color: #00184B;
    font-size: 22px;
    box-shadow: none;
    font-weight: 600;
}

.faq-first-section .accordion-item:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -5px;
    background: #000;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

.faq-first-section .accordion-item:after {
    content: '';
    position: absolute;
    right: -10px;
    top: -5px;
    background: #000;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

.faq-first-section .accordion-button::after {
    filter: brightness(0);
}

.faq-first-section .accordion-item .cc:before {
    content: '';
    position: absolute;
    left: -10px;
    bottom: -5px;
    background: #000;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

.faq-first-section .accordion-item .cc:after {
    content: '';
    position: absolute;
    right: -10px;
    bottom: -5px;
    background: #000;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}



/* Style the tab */
.faq-first-section .tab {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    /* background-color: #f1f1f1; */
    display: inline-flex;
    /* flex-direction: column; */
    align-items: start;
    gap: 0;
    justify-content: center;
    box-shadow: 0 0 10px #0003;
    margin: 0 0 80px;
}

/* Style the buttons that are used to open the tab content */
.faq-first-section .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    /* padding: 14px 16px; */
    transition: 0.3s;
    /* color: #fff; */
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    background: #fff;
    padding: 14px 22px;
}

/* Create an active/current tablink class */
.faq-first-section .tab button.active {
    background: #002868;
    color: #fff;
}


/* Style the tab content */
.faq-first-section .tabcontent {
    display: none;
    border-top: none;
    animation: fadeEffect 1s;
}

.faq-first-section .tabcontent.active {
    display: block;
}

.map-area {
    position: relative;
}

.map-area .contentOption .inner {
    background: #BF0A30;
    padding: 40px 80px;
}

.map-area .contentOption .inner .content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.map-area .contentOption .inner .content h5 {
    color: #Fff;
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 20px;
}

.map-area .contentOption .inner .content p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.1;
}

.map-area .contentOption {
    position: absolute;
    top: 0;
    width: 100%;
}

.abt-first-section {
    background: url(../img002/abt-first-bg.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.abt-first-section .c {
    display: flex;
    align-items: center;
    gap: 15px;
}

.abt-first-section .c h5 {
    font-weight: 700;
    color: #2E2E2E;
    margin: 0px 0 2px;
    font-size: 22px;
}

.abt-first-section .c p {
    margin: 0;
    font-family: 'Poppins';
    font-size: 16px;
    color: #000;
    opacity: 0.8;
}

.abt-second-section {
    background: url(../img002/abt-second-bg.jpg) no-repeat;
    background-size: 100% 50%;
    padding: 100px 0 80px;
}

.abt-second-section .ms-auto {
    margin-top: 40px;
}

.abt-iccc {
    background: #fff;
    padding: 30px 25px;
    box-shadow: 0 0 10px #0004;
    border-radius: 11px;
    margin: -120px 0 0;
}

.abt-iccc .ac {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
    text-align: center;
    gap: 15px;
}



.abt-iccc .ac h5 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.abt-third-section {
    background: url(../img002/abt-third-bg.jpg) no-repeat;
    background-size: cover;
    padding: 90px 0;
}


.abt-third-section .content {
    border-radius: 6px;
    transition: .5s;

}

.abt-third-section .content img {
    border-radius: 6px;

}

.abt-third-section .content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, #AB0C2E, transparent);
    width: 100%;
    height: 100%;
    border-radius: 6px;
    transition: .5s;
}

.abt-third-section .content:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    width: 96%;
    height: 96%;
    border-radius: 6px;
}

.abt-third-section .content .cc {
    position: absolute;
    z-index: 9;
    bottom: 15px;
    padding: 0 20px;
    transition: .5s;
    overflow: hidden;
    max-height: 35px;
    left: 0;
}

.abt-third-section .content .cc h5 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 5px;
}

.abt-third-section .content .cc p {
    font-size: 14px;
    color: #fff;
    font-family: poppins;
    margin: 0;
}

.abt-third-section .content:hover:before {
    background: linear-gradient(0deg, #002868, transparent);

}

.abt-third-section .content:hover .cc {
    bottom: 20px;
    max-height: 145px;
}




.abt-fourth-section .content-left {
    padding: 35px;
    background: #fff;
    border-right: 8px solid #002868;
    border-bottom: 8px solid #002868;
    position: relative;
    top: 10px;
    left: 70px;
}

.abt-fourth-section .content-right {
    padding: 35px;
    background: #fff;
    border-left: 8px solid #002868;
    border-bottom: 8px solid #002868;
    position: relative;
    top: 10px;
    right: 70px;
}

.hhr {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
}

.abt-fourth-section {
    background: url(../img002/abt-fourth-bg.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
}

@media (max-width:1780px) {
    .banner.inner-banner .c:before {
        width: 499px;
        height: 270px;
    }
}

@media (max-width:1700px) {
    .banner {
        margin: -185px 0 0;
    }

    .banner .bgimg img {
        height: 975px;
        object-fit: cover;
        object-position: left;
    }

    .banner:after {
        width: 173px;
        height: 155px;
    }

    .banner.inner-banner .bgimg img {
        height: 740px;
    }
}

@media (max-width:1650px) {
    .banner.inner-banner .c:before {
        width: 450px;
        height: 243px;
    }
}

@media (max-width:1600px) {
    header .main-nav:before {
        width: 38%;
    }

    .breaker-01:before {
        width: 29%;
        right: -50px;
    }

    header .top:before {
        width: 40.8%;
    }

    .second-section .bg-img img {
        height: 670px;
        object-fit: cover;
    }

    .banner .content .bnner-img {
        transform: scale(1.2) translate(-20px, -20px);
    }

    .banner .content h5 {
        font-size: 22px;
    }

    .banner .content h1 {
        font-size: 60px;
    }

    .banner .content h1 span.sp2 {
        font-size: 95px;
    }

    .banner {
        margin: -110px 0 0;
    }

    .banner .bgimg img {
        height: 790px;
        object-fit: cover;
        object-position: left;
    }

    .banner .content .bnner-img {
        transform: scale(1.1) translate(-20px, 0px);
    }

    .banner .content h1 span.sp3 {
        font-size: 60px;
    }

    .banner .content p {
        font-size: 16px;
    }

    .second-section .content .cc {
        padding: 40px 40px 30px;
    }

    .third-section .content .icon-img {
        width: 220px;
    }

    .third-section .content:before {
        display: none;
    }

    .fourth-section:before {
        width: 49.2%;
        height: 100%;
    }

    .fifth-section:before {
        width: 715px;
        height: 488px;
        top: 80px;
    }

    .breaker-02 .col-xl-9 {
        transform: translateX(140px);
    }

    .sr-fifth-section .slide h5 {
        font-size: 22px;
    }

    .sr-fifth-section .slide ul li {
        font-size: 14px;
        gap: 8px;
    }

    .sr-fifth-section .slide {
        border: 1px solid #FC251F;
        padding: 18px;
    }

    .sr-fifth-section .slide ul {
        gap: 8px;
    }

    .container-right {
        padding-left: 15px;
        margin-left: auto;
        width: calc(1280px + (50% - 1280px / 2));
    }

    .sr-second-section .tabcontent {
        height: 700px;
    }

    .sr-fourth-section .cc h6 {
        font-size: 18px;
    }

    .sr-fourth-section .cc h5 {
        font-size: 26px;
    }

    .ap-first-section {
        background-position: center;
        padding: 70px 0 90px;
    }

    .eliTwoSec:before {
        width: 530px;
        height: 305px;
    }

    .wiki-second-section:before {
        left: 200px;
        bottom: -50px;
        width: 480px;
        height: 466px;
    }
}

@media (max-width:1550px) {
    .banner.inner-banner .c:before {
        width: 350px;
        height: 189px;
    }

    .banner.inner-banner .bgimg img {
        height: 630px;
    }
    .banner:before {
     
        width: 350px;
        height: 335px;
    }

    .banner.inner-banner:before {
        width: 362px;
        height: 350px;
    }

    .banner.inner-banner:after {
        width: 170px;
        height: 153px;
    }
}

@media (max-width:1399px) {
    .second-section .accordion-button {
        font-size: 22px;
    }
    .abt-iccc .ac h5 {
        font-size: 16px;
    }

    .banner.inner-banner .content h1 span.sp2 {
        font-size: 60px;
    }

    .banner.inner-banner .content h1 span.sp3 {
        font-size: 50px;
    }

    header .main-nav:before {
        width: 36%;
    }

    .banner.inner-banner .bgimg img {
        height: 580px;
    }

    .breaker-01 .cc:after,
    .breaker-01 .cc:before {
        left: 12px;
    }

    header .top:before {
        width: 39%;
    }

    .breaker-01 .side-right .c h6 {
        font-size: 18px;
    }

    .breaker-01 .side-right .c img {
        width: 65px;
    }

    .breaker-01 .side-right h5 {
        font-size: 22px;
    }

    .banner .content h5 {
        font-size: 18px;
    }

    .banner .content h1 {
        font-size: 52px;
    }

    .banner .content h1 span.sp2 {
        font-size: 72px;
    }

    .banner .content h1 span.sp3 {
        display: inline-block;
        font-size: 52px;
    }

    .banner .content p {
        font-size: 15px;
        margin: 0 0 20px;
        line-height: 1.2;
    }

    .banner .content h1 {
        font-size: 52px;
        margin: 0 0 15px;
    }

    .banner {
        margin: -100px 0 0;
    }

    header .main-nav ul.nav a {
        font-size: 16px;
    }

    header .main-nav ul.nav {
        gap: 20px;
    }

    header .main-nav ul.nav a.navBtn {
        padding: 12px 22px;
    }

    .banner .content .bnner-img {
        transform: scale(1.1) translate(-15px, 8px);
    }

    .heading-01 {
        font-size: 42px;
    }
    .first-section h5, .fourth-section h5, .fifth-section h5, .secH5 {
        font-size: 20px;
    }
    .para {
        font-size: 15px;
    }

    .btn1, .btn2 {
        width: 135px;
        height: 46px;
        font-size: 16px;
    }

    .second-section .bg-img img {
        height: 690px;
        object-fit: cover;
    }

    .third-section .content .cc {
        margin: 0 0 0 -10px;
        padding: 8px 8px 8px 20px;
    }

    .breaker-01 .cc h5 {
        font-size: 30px;
    }

    .fourth-section:before {
        width: 49%;
        height: 100%;
    }

    .fifth-section:before {
        width: 628px;
        height: 488px;
        top: 108px;
    }

    .breaker-02:before {
        width: 425px;
        height: 347px;
    }

    .breaker-02 {
        padding: 58px 0;
    }

    .sixth-section .cc ol li {
        font-size: 14px;
    }

    footer h4 {
        font-size: 20px;
    }

    .sr-fourth-section .cc {
        padding: 17px;
        bottom: 18px;
        max-height: 75px;
    }

    .sr-fourth-section .content.pos-rel:after {
        width: 97%;
        height: 97%;
    }

    .ap-second-section {
        padding: 70px 0 80px;
        margin: 0;
    }

    .ap-first-section {
        padding: 70px 0 70px;
    }

    .ap-third-section {
        background-size: 90% 96%;
    }

    .pr-first-section .content .cc h5 {
        font-size: 24px;
    }

    .pr-first-section .content .cc {
        padding: 20px;
    }

    .pr-second-section .tab {
        margin: 30px 0 80px;
    }

    .pr-second-section .tabcontent .con .heading-01 {
        font-size: 36px;
    }

    .pr-second-section .tabcontent .con .in {
        padding: 35px 35px;
        background: #EAEAEA;
    }

    .wiki-second-section:before {
        left: 80px;
        bottom: -50px;
        width: 470px;
        height: 456px;
    }

    .map-area .contentOption .inner {
        padding: 40px 40px;
    }

    .map-area .contentOption .inner .content p {
        font-size: 14px;
    }

    .map-area .contentOption .inner .content h5 {
        margin: 0 0 5px;
        font-size: 16px;
    }

    .banner:before {
        top: 50px;
        width: 266px;
        height: 255px;
        transform: rotate(0);
    }
    .banner .bgimg img {
        height: 650px;
    }

    .banner:after {
        width: 150px;
        height: 135px;
    }
}

@media (max-width:1320px) {

    /* .banner .bgimg img {
        height: 800px;
        object-fit: cover;
    } */
    .abt-first-section .c h5 {
        font-size: 18px;
    }

    .abt-first-section .c p {
        font-size: 14px;
    }

}

@media (max-width:1280px) {
    .container-right {
        padding-left: 15px;
        margin-left: auto;
        width: calc(1199px + (50% - 1199px / 2));
    }

    .sr-second-section .tabcontent h3 {
        font-size: 30px;
    }

    .sr-second-section .tabcontent {
        height: 770px;
    }

    .two-secmix {
        margin: -175px 0 0 0;
        padding: 240px 0 0 0;
    }

    .eliTwoSec:before {
        width: 420px;
        height: 242px;
    }
    .banner:before {
        top: 20px;
        width: 266px;
        height: 255px;
        transform: rotate(15deg);
    }
    .banner.inner-banner .c:before {
        width: 267px;
        height: 144px;
    }

    .banner.inner-banner .bgimg img {
        height: 510px;
    }

    .banner.inner-banner:before {
        width: 342px;
        height: 320px;
    }

    .banner.inner-banner:after {
        width: 150px;
        height: 133px;
    }
}

@media (max-width:1199px) {
    .second-section .accordion-item {
        border-left: 10px solid #00184b;
    }
    .second-section .accordion-button {
        font-size: 20px;
    }
    .banner .content h1 {
        font-size: 44px;
        margin: 0 0 15px;
    }
    .banner .content h1 span.sp3 {
        display: inline-block;
        font-size: 44px;
    }
    .abt-fourth-section .content-left {
        padding: 20px;
        top: 10px;
        left: 40px;
    }

    .abt-fourth-section .content-right {
        padding: 20px;
        top: 10px;
        right: 40px;
    }

    .abt-third-section .content .cc h5 {
        font-size: 18px;
        margin: 0 0 15px;
    }

    .abt-third-section .content .cc {
        max-height: 40px;
    }

    header .main-nav:before {
        width: 35%;
        transform: skew(-25deg, 0deg);
    }

    .breaker-01 .cc:after, .breaker-01 .cc:before {
        left: -9px;
    }

    .breaker-01 .side-right .c h6 {
        font-size: 16px;
    }

    .breaker-01 .side-right .c img {
        width: 60px;
    }

    .breaker-01 .side-right h5 {
        font-size: 19px;
    }

    .breaker-01:before {
        width: 31.5%;
        right: -50px;
    }

    header .top:before {
        width: 37.7%;
        transform: skew(-25deg, 0deg);
    }

    header .main-nav {
        padding: 20px 0;
    }

    header .top h5 {
        font-size: 14px;
    }

    header .top a.ccontact {
        font-size: 14px;
    }

    header .top {
        padding: 10px 0 12px;
    }

    header .main-nav ul.nav a {
        font-size: 14px;
    }

    .banner {
        margin: -90px 0 0;
    }

    .banner .bgimg img {
        height: 640px;
        object-fit: cover;
    }

    .banner:after {
        width: 100px;
        height: 90px;
        left: -20px;
    }

    .banner:before {
        top: 0;
        width: 271px;
        height: 260px;
        transform: rotate(10deg);
    }

    .banner .content .bnner-img {
        transform: scale(1.2) translate(-15px, -12px);
    }

    .first-section .col-xl-2 {
        display: none;
    }

    .third-section .content .cc p {
        font-size: 14px;
    }

    .third-section .content .icon-img {
        width: 160px;
    }

    .fifth-section:before {
        width: 480px;
        height: 328px;
        top: 150px;
    }

    .breaker-02 .col-xl-9 {
        transform: translateX(160px);
    }

    .breaker-02 .heading-top {
        font-size: 17px;
        font-weight: 600;
        color: #FD0800;
    }

    .breaker-02 .heading-01 {
        font-size: 30px;
        margin: 0;
    }

    .breaker-02:before {
        width: 345px;
        height: 282px;
    }

    .breaker-02 {
        padding: 41px 0;
    }

    footer h4 {
        font-size: 18px;
    }

    footer ul li a {

        font-size: 14px;
    }

    .extraTop {
        margin: 120px 0 0;
    }

    .eight-section .cs img {
        width: 50px;
    }

    .eight-section .cs h5 {
        font-size: 14px;
    }

    .eight-section .con .in h5 {
        font-size: 18px;
    }

    .eight-section .con .in h5 span {
        font-size: 14px;
    }

    .eight-section .con .in i {
        font-size: 24px;
        width: 55px;
        height: 55px;
    }

    .eight-section .con .in {
        gap: 10px;
    }

    .eight-section .con .btn1 {
        width: 130px;
    }

    .eight-section .form-control {
        font-size: 15px;
        padding: 12px 15px;
    }

    .eight-section form button {
        width: 170px;
    }

    .second-section .content .cc {
        padding: 25px 25px 25px;
    }
    .container-right {
        width: calc(991px + (50% - 991px / 2));
    }

    .sr-second-section .tabcontent {
        top: 350px;
        width: 62%;
        height: 530px;
    }

    .sr-first-sec .row {
        gap: 0;
    }

    .two-secmix {
        margin: -135px 0 0 0;
        padding: 350px 0 0 0;
    }

    .sr-fourth-section .content img {
        height: 700px;
        object-fit: cover;
    }

    .sr-first-sec .row .col-xl-5 {
        left: 0;
    }

    .ap-third-section {
        background-size: 100% 100%;
    }

    .eli-third-section .content p {
        font-size: 14px;
    }

    .eli-third-section .content {
        padding: 15px;

    }

    .eli-third-section {
        padding: 280px 0 60px;
    }

    .pr-first-section .content img {
        height: 479px;
        object-fit: cover;
        border-radius: 5px;
    }

    .pr-first-section .content .cc h5 {
        font-size: 22px;
    }

    .wiki-second-section:before {
        left: 20px;
        bottom: -50px;
        width: 400px;
        height: 388px;
    }

    .wiki-second-section .content .cc {
        padding: 40px;
    }

    .wiki-first-section {
        padding: 60px 0;
    }

    .faq-first-section .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
        padding: 0rem 1.25rem 0;
    }

    .faq-first-section .accordion-item .accordion-body {
        padding: 1rem 1.25rem 0;
    }

    .faq-first-section .tab button {
        font-size: 16px;
        padding: 13px 15px;
    }

    .map-area .contentOption .inner .content img {
        width: 48px;
    }
}

@media (max-width:991px) {
    .abt-third-section .content {
        margin: 0 0 30px;
    }

    .abt-iccc .ac {
        gap: 15px;
        margin: 0 0 30px;
    }

    .abt-iccc {
        padding: 30px 25px 0;
    }

    .abt-first-section .c img {
        width: 50px;
    }

    .abt-first-section .c {
        gap: 6px;
        justify-content: flex-end;
    }

    .banner.inner-banner .content h1 span.sp2 {
        font-size: 43px;
    }

    .banner .content h5 {
        font-size: 14px;
    }

    .banner .content h1 {
        font-size: 22px;
    }

    .banner.inner-banner .content h1 span.sp3 {
        font-size: 40px;
    }

    .banner.inner-banner:before {
        width: 282px;
        height: 260px;
        transform: rotate(0);
    }

    header .main-nav ul.nav {
        gap: 12px;
    }

    .breaker-01 .side-right .c h6 {
        font-size: 14px;
    }

    .breaker-01 .side-right .c img {
        width: 42px;
    }

    .breaker-01 .side-right h5 {
        font-size: 15.5px;
    }

    .breaker-01:before {
        width: 34.5%;
        right: -50px;
    }

    .breaker-01 {
        padding: 35px 0;
    }

    header .main-nav ul.nav a {
        font-size: 12px;
    }

    header .main-nav ul.nav a.navBtn {
        padding: 10px 12px;
        border-radius: 5px;
    }

    .banner .content h5 {
        font-size: 16px;
    }

    .banner .content h1 {
        font-size: 32px;
    }

    .banner .content h1 span.sp2 {
        font-size: 60px;
    }

    .banner .content h1 span.sp3 {
        font-size: 32px;
    }

    .banner .content p {
        font-size: 14px;
    }

    .btn1, .btn2 {
        width: 125px;
        height: 44px;
        font-size: 14px;
    }

    .banner .content .bnner-img {
        transform: scale(1.3) translate(4px, -0);
    }

    .heading-01 {
        font-size: 36px;
    }
    .first-section h5, .fourth-section h5, .fifth-section h5, .secH5 {
        font-size: 17px;
    }
    
    .heading-top {
        font-size: 16px;
    }

    .para {
        font-size: 13px;
        line-height: 1.2;
    }

    .second-section .bg-img img {
        height: 500px;
        object-fit: cover;
    }

    .third-section .content .cc h5 {
        font-size: 15px;
    }

    .third-section .content .cc p {
        font-size: 12px;
    }

    .breaker-01 .cc img {
        width: 30px;
    }

    .breaker-01 .cc h5 {
        font-size: 25px;
    }

    .breaker-01 .cc p {
        font-size: 12px;
    }

    .fourth-section:before {
        width: 42.3%;
        height: 100%;
    }

    .fifth-section:before {
        width: 320px;
        height: 328px;
        top: 122px;
    }

    .breaker-02 {
        padding: 20px 0;
    }

    .breaker-02 .heading-top {
        font-size: 15px;
    }

    .breaker-02 .heading-01 {
        font-size: 22px;
        margin: 0;
    }

    .breaker-02:before {
        width: 265px;
        height: 217px;
    }

    .sixth-section .row .col-sm-8:nth-child(2) {
        /* display: flex; */
        /* width: 66.6666666667%; */
        margin: 0 0 0 auto;
    }

    .sixth-section .row .col-sm-8:nth-child(1) .content {
        margin: 0 0 30px;
    }

    .eight-section .content-right {
        margin: 50px 0 0;
    }

    .seventh-section {
        padding: 50px 0;
    }

    header .main-nav:before {
        width: 37%;
        transform: skew(-25deg, 0deg);
    }

    header .top:before {
        width: 39.5%;
        transform: skew(-25deg, 0deg);
    }

    header .top h5 {
        font-size: 13px;
    }

    header .top a.ccontact {
        font-size: 12px;
    }

    header .top ul.social {
        font-size: 12px;
    }

    header .main-nav {
        padding: 15px 0;
    }

    .sr-first-sec {
        padding: 50px 0px;
    }

    .sr-fourth-section .content img {
        height: auto;
        object-fit: cover;
    }

    .sr-fourth-section {
        padding: 0 0 40px;
    }

    .sr-fourth-section .content {
        margin: 0 0 30px;
    }

    .container-right {
        width: calc(767px + (50% - 767px / 2));
    }

    .sr-fifth-section .content {
        margin: 0 0 20px;
    }

    .seventh-section .testimonial .owl-dots {
        margin: 25px 0 0;
    }

    .banner.inner-banner .bgimg img {
        height: 490px;
        object-fit: cover;
    }

    .sr-first-sec .row .col-xl-5 {
        left: 0;
    }

    .ap-second-section .row {
        align-items: center !important;
    }

    .ap-first-section {
        padding: 40px 0 40px;
    }

    .eliTwoSec:before {
        width: 370px;
        height: 213px;
    }

    .eli-second-section ul li {
        font-size: 14px;
    }

    .eli-second-section {
        padding: 60px 0 0;
    }

    .pr-first-section .content img {
        height: 320px;
        object-fit: cover;
        border-radius: 5px;
    }

    .pr-first-section .content {
        margin: 60px 0 0;
    }

    .pr-first-section {
        padding: 80px 0 80px;
    }

    .pr-second-section .tab button {
        padding: 6px 8px;
        font-size: 16px;
    }

    .pr-second-section .tab {
        gap: 5px;
    }

    .wiki-second-section:before {
        left: 20px;
        bottom: -25px;
        width: 280px;
        height: 272px;
    }

    .wiki-third-section {
        padding: 60px 0;
    }

    .faq-first-section .tab {
        flex-wrap: wrap;
    }

    .faq-first-section .tab button {

        width: 50%;
    }

    .map-area .contentOption .inner {
        padding: 20px 20px;
    }

    .map-area .contentOption .inner .content img {
        width: 35px;
    }

    .map-area .contentOption .inner .content p {
        font-size: 12px;
    }

    .map-area .contentOption .inner .content h5 {
        margin: 0 0 5px;
        font-size: 14px;
    }

    .map-area .contentOption .inner .content {
        gap: 8px;
    }
}

@media (max-width:820px) {
    .banner .content .bnner-img {
        transform: scale(1.2) translate(-16px, -42px);
    }

    .banner .content p {
        font-size: 13px;
        line-height: 1.3;
    }

    .btn1, .btn2 {
        width: 105px;
        height: 38px;
        font-size: 13px;
        border-radius: 5px;
    }

    .fourth-section:before {
        width: 40%;
        height: 100%;
    }

    .breaker-02:before {
        width: 242px;
        height: 196px;
        left: -50px;
    }

    footer .ss {
        font-size: 13px;
    }

}

@media (max-width:767px) {
    .seventh-section .testimonial .slide p {
        font-size: 14px;
    }

    .seventh-section .testimonial .slide h4 {
        font-size: 18px;
    }

    .seventh-section .testimonial .slide h5 {
        font-size: 14px;
    }

    .seventh-section .testimonial .slide .star {
        gap: 4px;
        font-size: 13px;
    }

    .seventh-section .testimonial .slide img {
        width: 55px;
        height: 55px;
        border: 4px solid #370101;
    }

    .seventh-section .testimonial .slide .cc {
        gap: 10px;
    }

    .seventh-section .testimonial .slide {
        padding: 20px 20px;
    }

    .seventh-section .testimonial {
        margin: 25px 0 0;
    }

    .sr-second-section .tabcontent {
        top: 370px;
        width: 55%;
        height: 530px;
    }

    .sr-second-section .tab button {
        font-size: 16px;
    }

    .sr-second-section .tab button.active {
        padding: 0 0 0 50px;
    }

    .sr-second-section .tab button.active:after {
        width: 48px;
        border-bottom-width: 3px;
    }

    .breaker-02 .col-xl-9 {
        transform: translateX(80px);
    }

    .breaker-02 .heading-01 {
        font-size: 20px;
    }

    .breaker-02 .heading-top {
        font-size: 14px;
        margin: 0;
    }

    .sr-fifth-section .slide .iccMain {
        width: 35% !important;
    }

    .ap-third-section {
        background-size: 100% 100%;
        padding: 40px 0;
    }

    .ap-second-section {
        padding: 50px 0 50px;
    }

    .twoMix-sec {
        background: url(../img002/ap-bg-2.jpg) no-repeat;
        background-size: cover;
        padding: 0 0 0;
        margin: 0px 0 0;
    }

    .eli-third-section .content h5 {
        font-size: 16px;
    }

    .eli-third-section .content p {
        font-size: 13px;
    }

    .pr-first-section .content img {
        height: 400px;
        object-fit: cover;
        border-radius: 5px;
    }

    .pr-second-section .tab button {
        padding: 6px 8px;
        font-size: 16px;
        width: 32%;
    }

    .pr-second-section .tab {
        flex-wrap: wrap;
    }

    .pr-second-section {
        background-size: 100% 50%;
        padding: 60px 0 0;
    }

    .pr-fourth-section {
        padding: 70px 0;
    }

    .map-area .contentOption .inner .content {
        gap: 8px;
        margin: 0 0 22px;
    }

    .map-area .contentOption .inner {
        padding: 20px 20px 0;
    }
}

@media (max-width:575px) {
    .second-section .accordion-button {
        font-size: 17px;
    }.third-section {
        background-position: center;
    }
    .heading-01 {
        font-size: 28px;
    }
    .abt-fourth-section .content-right {
        padding: 20px;
        top: -60px;
        right: 0;
        border: 8px solid #002868;
        border-top: 0;
    }

    .abt-fourth-section .row:nth-child(1) {
        flex-direction: column-reverse;
    }

    .abt-fourth-section .content-left {
        padding: 20px;
        top: -60px;
        left: 0;
        border: 8px solid #002868;
        border-top: 0;
    }

    .hhr {
        width: 90%;
        margin: -20px auto 0;
        padding: 0px 0 30px;
    }

    .abt-fourth-section {
        padding: 60px 0 20px;
    }

    .abt-iccc {
        padding: 30px 25px 0;
        margin: -40px 0 0;
    }

    .abt-iccc img {
        width: 70px;
        height: 70px;
        object-fit: contain;

    }

    .abt-first-section .c {
        gap: 10px;
        justify-content: flex-start;
        margin: 20px 0 0;
    }

    .banner.inner-banner .bgimg img {
        height: 480px;
        object-position: center;
    }

    .banner.inner-banner:before,
    .banner.inner-banner:after,
    .banner.inner-banner .c:before {
        display: none;
    }

    .breaker-02 .col-xl-9 {
        transform: translateX(0);
    }

    footer .col-xl-4:nth-child(3) ul.extraTop {
        margin: 30px 0 0;
    }

    footer h4 {
        margin: 25px 0 0;
    }

    footer ul {
        margin: 20px 0 0;
    }

    .extraTop {
        margin: 64px 0 0;
    }

    .breaker-01 .side-right, .breaker-01:before {
        display: none;
    }

    .breaker-01 .cc:after, .breaker-01 .cc:before {
        left: 22%;
    }


    .breaker-02:before {
        display: none;
    }

    .second-section .content .cc {
        left: 0;
    }

    .second-section .content .mm:before {
        left: 17px;
    }

    .third-section .content {
        margin: 0 0 20px !important;
    }

    .first-section .content {
        margin: 30px 0 0;
    }

    .top .col-xl-4:nth-child(1), .top .col-xl-4:nth-child(2) {
        display: none;
    }

    .top .row .row {
        justify-content: end;
    }

    .mobileClick {
        text-align: end;
    }

    .mobileClick i {
        background: #bd002d;
        color: #fff;
        font-size: 20px;
        padding: 7px 8px;
    }

    header .main-nav {
        padding: 22px 0;
    }

    header .main-nav:before {
        width: 50%;
        transform: skew(-25deg, 0deg);
    }

    header .top:before {
        width: 55%;
        transform: skew(-25deg, 0deg);
    }

    .banner .bgimg img {
        height: 500px;
        object-fit: cover;
    }

    .banner .content h5 {
        font-size: 16px;
        text-align: center;
    }

    .banner .content h1 br {
        display: none;
    }

    .banner .content h1 span.sp2 {
        font-size: 60px;
        display: block;
    }

    .banner .content h1 {
        text-align: center;
    }

    .banner .content p {
        text-align: center;
    }

    .banner-lint {
        justify-content: center;
    }



    .third-section .content .cc h5 {
        font-size: 18px;
    }

    .third-section .content .cc p {
        font-size: 14px;
        line-height: 1.4;
    }

    .breaker-01 .col-6:nth-child(1) .cc,
    .breaker-01 .col-6:nth-child(2) .cc {
        margin: 0 0 20px;
    }

    .fourth-section .content {
        margin: 20px 0 0;
    }

    .fourth-section:before {
        width: 62%;
        height: 100%;
    }

    .fifth-section:before {
        top: unset;
        bottom: 100px;
        height: 220px;
        /* bottom: 0; */
    }

    .fourth-section {
        padding: 50px 0;
    }

    .fifth-section {
        padding: 0 0 50px 0;
    }

    .seventh-section .testimonial .slide p {
        font-size: 14px;
    }

    .seventh-section .testimonial .slide h4 {
        font-size: 18px;
    }

    .seventh-section .testimonial .slide h5 {
        font-size: 14px;
    }

    .seventh-section .testimonial .slide .cc {
        gap: 10px;
    }

    .seventh-section .testimonial .slide img {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        border: 4px solid #370101;
    }

    .seventh-section .testimonial .slide .star {
        gap: 4px;
        font-size: 12px;
    }

    .seventh-section .testimonial .slide {
        padding: 25px 25px;
    }

    .breaker-02 .heading-01 {
        font-size: 18px;
    }

    .breaker-02 .heading-top {
        font-size: 13px;
        margin: 0 0 2px;
    }

    .second-section .bg-img img {
        height: 580px;
        object-fit: cover;
    }

    .sixth-section .content.v1:before, .sixth-section .content.v2:before {
        width: 75px;
        height: 325px;
    }

    .sixth-section .cc ol {
        margin: 0 0 0 45px;
    }

    .sixth-section .cc ol li {
        font-size: 13px;
        margin: 0 0 12px;
    }

    footer .f {
        text-align: center;
    }

    footer .f img {
        width: 55%;
        margin: 0 auto;
    }

    .container-right {
        width: 100%;
    }

    .sr-fifth-section .slide .iccMain {
        width: 25% !important;
    }

    .sr-second-section .content {
        padding: 40px 30px;
    }

    .sr-second-section .tab button.active:after {
        width: 100%;
        bottom: -7px;
    }

    .sr-second-section .tab {
        flex-direction: row;
        justify-content: space-between;
        overflow: visible;
    }

    .sr-second-section .tab button {
        font-size: 14px;
    }

    .sr-second-section .tabcontent {
        width: 100%;
        top: 395px;
        height: 440px;
    }

    .sr-second-section .tab button.active {
        padding: 0;

    }

    .two-secmix {
        padding: 475px 0 0 0;
    }

    .sr-first-sec {
        background: #fff;
    }

    .ap-first-section {
        background-color: #002b67;
        background-blend-mode: soft-light;
    }

    section.ap-third-section .content {
        margin: 30px 0 0;
    }

    .ap-fourth-section {
        background: url(../img002/ap-bg-3.jpg) no-repeat;
        background-size: cover;
        padding: 60px 0;
    }

    .eliTwoSec:before {
        display: none;
    }

    .eli-first-section {
        padding: 250px 0 70px;
    }

    .eli-top-sec .content {
        padding: 30px 50px 0;
    }

    .eli-second-section {
        padding: 60px 0 100px;
        background-size: cover;
    }

    .eli-third-section {
        padding: 170px 0 60px;
    }

    .eli-fourth-section .content {
        margin: 0 0 30px;
    }

    .eli-fourth-section .content .cc h5 {
        font-size: 20px;
    }

    .eli-fourth-section .content .cc {
        padding: 22px;
    }

    .pr-second-section .tabcontent .con {
        margin: -100px 0 0;
    }

    .pr-first-section .content.v2 {
        top: -30px;
    }

    .pr-first-section {
        padding: 60px 0 45px;
    }

    .wiki-second-section:before {
        display: none;
    }

    .wiki-second-section .content::before {

        right: 50%;
        top: 52px;
        width: 96%;
        height: 90%;
        border: 6px solid #fff;
        transform: translateX(50%);
    }

    .wiki-second-section {
        padding: 0 0 80px;
    }

    .wiki-first-section .content {
        margin: 30px 0 0;
    }

    .faq-first-section .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
        padding: 0rem 0.00rem 0;
    }

    .faq-first-section .accordion-item .accordion-body {
        padding: 1rem 0rem 0;
    }

    .faq-first-section {
        padding: 60px 0;
    }

    .banner:before {
        top: 10px;
        width: 230px;
        height: 220px;
        transform: rotate(0deg);
    }
}

@media (max-width:480px) {
    .sr-second-section .tabcontent {
        top: 440px;
        height: 440px;
    }

    .second-section .content .mm:before {
        left: 13px;
    }

    .breaker-01 .cc:after, .breaker-01 .cc:before {
        left: 10%;
    }

    .sr-third-section {
        padding: 40px 0 50px;
    }

    .sr-fourth-section .content img {
        height: 580px;
        object-fit: cover;
    }

    .sr-fourth-section .cc h5 {
        font-size: 17px;
    }

    .sr-fourth-section .cc h6 {
        font-size: 14px;
    }

    .sr-fourth-section .cc {
        padding: 17px;
        bottom: 18px;
        max-height: 70px;
    }

    .banner:before {
        top: 30px;
        width: 190px;
        height: 180px;
        transform: rotate(0deg);
    }
}

@media (max-width:400px) {
    .sr-second-section .tabcontent {
        top: 460px;
        height: 500px;
        padding: 0 35px;
    }

    .sr-third-section {
        padding: 110px 0 50px;
    }

    .wiki-second-section .content .cc {
        padding: 25px;
    }

    .banner .content h1 {
        font-size: 24px;
    }

    .banner .content h5 {
        font-size: 15px;
    }

    .banner .content h1 span.sp2 {
        font-size: 53px;
    }

    .banner .content h1 span.sp3 {
        font-size: 42px;
    }

    header .main-nav:before {
        left: -7%;
    }
}

@media (max-width:380px) {
    .sr-second-section .tab button {
        font-size: 14px;
        display: block;
        width: 45%;
    }

    .second-section .content .mm:before {
        left: 15px;
        width: 92%;
    }

    header .main-nav:before {
        width: 50%;
        transform: skew(-25deg, 0deg);
        left: -7%;
    }

    .banner:before {
        top: 30px;
        width: 150px;
        height: 180px;
        transform: rotate(0deg);
    }

    .sr-second-section .tab {
        flex-wrap: wrap;

    }

    .banner:after {
        width: 80px;
        height: 72px;
        left: -20px;
    }

    .sr-second-section .tabcontent h3 {
        font-size: 25px;
    }

    .sr-second-section .tabcontent {
        top: 490px;
        height: 540px;
        padding: 0 35px;
    }

    .two-secmix {
        padding: 510px 0 0 0;
    }

    .sr-fourth-section .cc {
        padding: 17px;
        bottom: 18px;
        max-height: 70px;
    }

    .sr-fourth-section .content img {
        height: 610px;
        object-fit: cover;
    }

    .eli-fourth-section .content img {
        height: 420px;
        object-fit: cover;
    }

    .eli-fourth-section {
        background: url(../img002/eli-bg-04.jpg) no-repeat;
        background-size: cover;
        padding: 60px 0 30px;
    }
}

@media (max-width:330px) {
    .sr-second-section .content {
        padding: 30px 20px;
    }

    .sr-second-section .tabcontent h3 {
        font-size: 24px;
        margin: 0 0 10px;
    }
}