@import url('https://fonts.googleapis.com/css2?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');


html {
    overflow-x: hidden;

}

body {
    font-family: "Poppins";
    overflow: hidden;
}
a{
    text-decoration: none;
    display: block;
}
p {
    font-size: 16px;
    line-height: 30px;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.form-control:focus {
    background-color: transparent;
    border-color: none;
    box-shadow: none;
}
.sec_pt {
    padding-top: 120px;
}

.sec_pb {
    padding-bottom: 120px;
}

.default_btns {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}



.default_btns a {
    padding: 16px 30px;
    text-align: center;
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    background-color: #da3511;
    border-radius: 50px;
    transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1);
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}

.default_btns a .original {
    background: #03344B;
    color: #ffffff;
    /* display: grid; */
    inset: 0;
    place-content: center;
    position: absolute;
    transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1);
}

.default_btns a:hover .original {
    transform: translateY(101%);
}

.default_btns .letters {
    display: inline-flex;
}

.default_btns a .letters span {
    opacity: 0;
    transform: translateY(-15px);
    transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1), opacity 0.2s;
}

.default_btns a span:nth-child(2n) {
    transform: translateY(15px);
}

.default_btns a:hover span {
    opacity: 1;
    transform: translateY(0);
}

.default_btns a:hover span:nth-child(2) {
    transition-delay: 0.1s;
}

.default_btns a:hover span:nth-child(3) {
    transition-delay: 0.2s;
}

.default_btns a:hover span:nth-child(4) {
    transition-delay: 0.3s;

}

.default_btns a:hover span:nth-child(5) {
    transition-delay: 0.4s;
}

.default_btns a:hover span:nth-child(6) {
    transition-delay: 0.5s;

}

.default_btns a:hover span:nth-child(7) {
    transition-delay: 0.6s;
}

.default_btns a:hover span:nth-child(8) {
    transition-delay: 0.7s;
}

.default_btns a:hover span:nth-child(9) {
    transition-delay: 0.8s;
}

.default_btns a:hover span:nth-child(10) {
    transition-delay: 0.9s;
}

.default_btns a:hover span:nth-child(11) {
    transition-delay: 1s;
}

.default_btns a:hover span:nth-child(12) {
    transition-delay: 1.1s;
}

.default_btns a:hover span:nth-child(13) {
    transition-delay: 1.2s;
}

.default_btns a:hover span:nth-child(14) {
    transition-delay: 1.3s;
}

.default_btns a:hover span:nth-child(15) {
    transition-delay: 1.4s;
}

.default_btns a:hover span:nth-child(16) {
    transition-delay: 1.5s;
}


.default_btns i {
    background-color: #DA3511;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    font-size: 23px;
    color: white;
    rotate: 0deg;
    margin-left: 15px;
    align-items: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.default_btns i:hover {
    transform: rotate(-35deg);
}

.title_block i {
    color: #DA3511;
    margin-right: 10px;
}

.title_block h4 {
    color: #03344B;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 15px;
}

.title_block h2 {
    color: #03344B;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.title_block h2 span {
    color: #DA3511;
    font-weight: 600;
}


/* HEADER CSS START */

header {

    position: absolute;
    z-index: 1;
    width: 100%;
    padding-top: 30px;

}

.navbar {
    padding: 0px 25px;
    background-color: #f7f7f763;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 3px hsla(0, 0%, 53%, 0.349);
}



.logo {
    max-width: 244px;
}

nav ul li a.nav-link {
    color: black;
    font-size: 15px;
    text-transform: uppercase;
    padding: 30px 0px;
}

.nav-link:focus,
.nav-link:hover {
    color: #0a58ca;
}
header .dropdown{
    position: static;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    min-width: 100%;
    left: 0;
    top: 83px;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    background-color: #f7f7f7;
    border: none;
    box-shadow: 0px 0px 15px 3px hsla(0, 0%, 53%, 0.349);
    /* height: 270px; */
    /* display: block !important; */
}



.sideContentDiv {
    background: #03344B;
    padding: 50px 30px;
    color: white;
    /* min-height: 276px !important; */
    align-items: center;
    height: 100%;
    margin-left: 20p;
}

.rightContentDiv button.btn.mega_btn {
    margin-top: 63px;
    padding: 8px 22px;
    text-align: center;
    color: white;
    font-size: 14px;
    text-decoration: none;
    background-color: #DA3511;
    border-radius: 50px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.sideContentDiv img {
    margin-left: 36px;
    margin-top: 33px;
}
header .navbar-expand-lg .navbar-nav .dropdown-menu.quicklinks {
    border-radius: 0px 0px 15px 15px;
    overflow: hidden;
    background-color: #f7f7f7;
    border: none;
    box-shadow: 0px 0px 15px 3px hsla(0, 0%, 53%, 0.349);
    top: 85px;
    min-width: auto;
    left: initial;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu.quicklinks a {
    padding: 10px 19px;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #da3511;
    transition: all 0.3s;
}
header .navbar-expand-lg .navbar-nav .dropdown-menu.quicklinks a:hover {
    background-color: #da3511;
    color: #fff;
}
header .navbar-expand-lg .navbar-nav .dropdown-menu.quicklinks a:last-child {
    border: none;
}
.mega_btn i {
    margin-left: 8px;
}
.sideContentDiv h3 {
    font-size: 31px;
}

.rightContentDiv h2 strong {
    color: #DA3511;
}


.custom-tabs .menu {
    padding: 45px 10px 20px;
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    /* height: 276px; */
    align-items: center;
    justify-content: space-between;
}
#menu-services li
 {
    /* width: 50% !important; */
    max-width: 50%;
    flex: 0 0 50%;
    flex: 0 0 auto;
    width: 43%;
}

.megamenu ul li
 {
    margin-left: 15px;
    display: inline-block;
}

.submenu ul li
 {
    padding: 0px 0px !important;
}

.menu li a {
    margin-bottom: 5px;
    color: #000;
    font-size: 13px;
    padding: 15px 12px 18px 31px;
    background: transparent;
    border-radius: 10px;
    transition: all 0.3s;
    position: relative;
}
.menu li a::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #f1f1f1;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 10px;
    box-shadow: 0px 0px 10px 3px hsl(0deg 0% 53% / 25%);
}
.menu li a::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -7px;
    top: 19px;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: #ce2f30;
    transition: all 0s;
}
.menu li a:hover::after
{
    content: url(../images/APPvf.png);
    background-color: transparent;
    font-size: 27px;
    line-height: 7px;
}
.menu li a:hover
 {
    color: #fff;
    background: #DA3511 !important;
}
.call_now {

    display: flex;
    list-style-type: none;
    font-size: 25px;
    color: white;
    align-items: center;


}

.call_now a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #DA3511;
    text-decoration: none;


}

header .phone {
    background-color: #DA3511;
    color: white;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    justify-content: center;
    margin-left: 15px;
    margin-right: 10px;
}

.header-btn {
    padding: 10px 17px;
    text-align: center;
    color: white;
    font-size: 13px;
    text-decoration: none;
    background-color: #DA3511;
    border-radius: 50px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.header-btn:hover {
    background-color: #03344B;
    color: white;
    transition: all 0.5s ease 0s;
}

.header-btn i {
    color: white;
    margin-left: 5px;
}

/* Mobile menu */

.tp-header-slider-bar {
    transition: 0.3s;
    padding: 8px 17px;
    border-radius: 24px;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    display: none;
        background-color: #da3511;
}
.tp-header-slider-bar:hover
 {
    color: #000;
    background: #fff;
    border-color: #fff;
}

button.tp-header-slider-bar.tp-offcanvas-open-btn span svg
 {
    margin-right: 9px;
}
.tp-offcanvas-2-area {
    position: relative;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-left {
    background: #fff;
}
.tp-offcanvas-2-bg.left-box {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1111;
    left: 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: top center;
    background: var(--tp-common-black);
    transition-delay: 1s;
}

.tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-left {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0s;
}
.tp-offcanvas-2-left {
    visibility: hidden;
    opacity: 0;
    left: 0;
    transition: 0.3s;
    transition-delay: 0.8s;
}
.tp-offcanvas-2-wrapper .left-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    overflow-y: scroll;
    pointer-events: auto;
    scrollbar-width: none;
    padding: 40px 80px 50px 80px;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-left{
    visibility: visible;
    opacity: 1;
}
.tp-offcanvas-2-close {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transition-delay: 0.5s;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-close {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.9s;
}
.tp-offcanvas-2-logo {
    margin-bottom: 105px;
}
.tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0px 125px;
    margin-bottom: 40px;
}

.tp-offcanvas-menu ul {
    list-style: none;
}
.tp-offcanvas-menu ul li {
    position: relative !important;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul > li:not(:last-child) {
    margin-bottom: 45px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    color: #717172;
    letter-spacing: -0.02em;
        padding: 0;
    padding-left: 30px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li:not(:last-child) > a {
    border-bottom: 0;
}
.tp-offcanvas-menu ul li .tp-submenu {
    display: none;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 56px;
}
.tp-menu-close {
    position: absolute;
    right: 0;
    top: 6px;
    height: 30px;
    width: 30px;
    font-size: 12px;
    line-height: 29px;
    text-align: center;
    border: none;
    background: none;
}
.tp-offcanvas-2-wrapper .tp-menu-close i {
    font-size: 20px;
    color: #717172;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li.is-active .tp-menu-close i {
    color: var(--tp-common-black);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.3s;
}
button.tp-offcanvas-2-close-btn {
    border: none;
    background: none;
}
.tp-offcanvas-menu ul li {
    position: relative !important;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu li:not(:last-child) {
    margin-bottom: 30px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    transition: 0.3s;
    color: #000000;
    letter-spacing: -0.02em;
    padding-left: 30px;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li > a {
    color: #D5D5D5;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li.is-active > a {
    color: #000;
}
/* HEADER CSS END */


/* BANNER CSS START */
.main_banner {
    position: relative;
    min-height: 100vh;
    padding-top: 185px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.main_banner .banner-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.main_banner .banner-bg-video video {
    width: 100%;
    object-fit: cover;
    opacity: 0.25;
    height: 100%;
}

.main_banner h1 {
    font-size: 88px;
    font-weight: 300;
    color: #DA3511;
}

.main_banner h1 span {
    font-weight: 600;
    color: #03344B;
}

.main_banner h1 span:last-child {
    color: transparent;
}


.play_btn i {
    background-color: #DA3511;
    border-radius: 100%;
    height: 115px;
    width: 115px;
    align-items: center;
    text-decoration: none;
    font-size: 37px;
    display: flex;
    justify-content: center;
    color: white;
    position: relative;
    z-index: 1;
}

.play_btn {
    display: flex;
    align-items: center;
}

.play_btn span {
    position: relative;
    margin-left: -25px;
}

.bnr_arw {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.learn_more_circle {
    animation: infiniterotate 30s infinite linear;
}

@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.banner_content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
}

.banner_content {
    margin-top: 65px;
}

/* BANNER CSS END */

/* <!-- Scrolling Content Start --> */
.scrolling_ticker {
    background-color: #DA3511;
    padding: 26px 0px;
}

.scrolling_ticker_box {
    --gap: 40px;
    position: relative;
    display: flex;
    user-select: none;
    align-items: center;
    overflow: hidden;
    gap: var(--gap);
}

.scrolling_content {
    flex-shrink: 0;
    display: flex;
    min-width: 100%;
    gap: var(--gap);
    animation: scroll 40s linear infinite;
}

.scrolling_content h4 {
    margin-bottom: 0px;
}

.scrolling_content span {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
    color: #ffff;
    vertical-align: middle;
    text-transform: uppercase;
}

.scrolling_content span i {
    margin-right: 40px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

/* <!-- Scrolling Content Start --> */

/* About section start */

.about_us {
    position: relative;
}

.about_us::before {
    content: "";
    background-image: url(../images/sec-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 572px;
    width: 619px;
    z-index: -1;
    opacity: 0.30;
    bottom: 100px;
    left: -340px;
    animation: bg-rotate 20s linear infinite;
}

.about_us::after{
    content: "";
    background-image: url(../images/sec-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 690PX;
    width: 690PX;
    z-index: -1;
    opacity: 0.30;
    top: -113px;
    right: -420px;
    animation: bg-rotate 20s linear infinite;
}


@keyframes bg-rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.about_us {
    overflow: visible;
}

.stick {
    position: sticky;
    position: sticky;
    top: 100px;
    height: fit-content;
}

.about_us_list {
    border-left: 1px solid #0000002b;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
    padding-left: 50px;
}

.about_us_card h3 {
    position: relative;
}

.about_us_list .about_us_card h3:after {
    content: "";
    position: absolute;
    top: 0;
    left: -60px;
    background: url(../images/dot.png) no-repeat;
    background-position: left center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.about_us .about_us_card {
    padding-bottom: 20px;
}

.about_us .about_us_card h3 {
    color: #03344B;
    font-size: 26px;
    font-weight: 600;


}

.about_us .about_us_card p {
    line-height: 35px;
}


/* About section end */

/* Our Services section start */
.our_services {
    position: relative;
}


.our_services::before {
    content: "";
    background-image: url(../images/our-services-bg.png);
    background-position: center;
    background-size: cover;
    width: 1920px;
    height: 962px;
    z-index: -1;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: -249px;
}

.our_services .tab2 p {
    margin-bottom: 21px;

}

.our_services .title_block h2 {
    padding: 0 15px;
}

.service_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.service_box .card_img_top {
    transform: rotate(0deg);
    transition: all 0.5s ease 0s;
}

.service_box:hover .card_img_top {
    transform: rotate(360deg);
}

.service_box .logo_circle {

    transition: all 0.5s ease 0s;
}

.service_box:hover .logo_circle {
    transform: rotate(44deg);
}

.service_box {
    border-radius: 10px;
    box-shadow: 0px 0px 15px 3px #00000014;
    margin-top: 100px;
    padding: 20px 22px;
    background-color: #f7f7f7d1;
    transition: all 0.5s ease 0s;
}

.service_box:hover {
    background-image: linear-gradient(319deg, #03344b12 20%, rgb(0 0 0 / 0%) 110%);
    opacity: 1;
    transform: translateY(-4px);
}

.service_box .card_title {
    font-weight: 600;
    color: #03344B;
    font-size: 20px;
    margin-top: 70px;
    margin-bottom: 15px;
}

.service_box .card_text {
    color: #03344B;
    font-size: 14px;
}

/* Our Services section start */

/* expertise_box start */
.expertise_sec {
    position: relative;
}

.expertise_sec::before {
    content: "";
    background-image: url(../images/sec-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 460px;
    width: 700px;
    z-index: -1;
    opacity: 0.30;
    top: -39px;
    right: -430px;
    animation: bg-rotate 20s linear infinite;
}




.expertise_box .row {
    background-color: white;
    margin: 0;
    padding: 70px 50px;
}

.expertise_box {
    background: linear-gradient(180deg, #DA3511 53%, rgb(255 255 255) 95%);
    padding: 10px;
    border-radius: 10px;
}

.expertise_counter {
    margin-top: 70px;
    display: flex;
    gap: 30px;
}

.expertise_counter h3 {
    color: #DA3511;
    font-weight: 600;
    font-size: 60px;
}

.expertise_counter p {
    font-size: 14px;
    color: #03344B;
}

.expertise_content h3 {
    color: #03344B;
    font-size: 26px;
    font-weight: 600;
}

.expertise_content p {
    font-size: 15px;
    color: #03344B;
    margin-bottom: 74px;

}
.expertise_content p:last-child {
    margin-bottom: 0;
}
/* expertise_box end */


/* PORTFOLIO CSS START */
.portfolio_sec {
    height: 760px;
    position: relative;
}
.portfolio_sec::before{
    content: "";
    background-image: url(../images/sec-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 812px;
    width: 880px;
    z-index: -1;
    opacity: 0.30;
    top: -145px;
    left: -430px;
    animation: bg-rotate 20s linear infinite;
}
.portfolio_slider {
    position: relative;
    z-index: 1;
}

.portfolio_slider.owl-carousel .owl-stage-outer {
    position: absolute;
}

.portfolio_slider_wrapper {
    margin-top: 50px;
}

.portfolio_slider_wrapper .owl-nav {
    position: absolute;
    right: 0;
    top: -120px;
    display: flex;
}

.portfolio_slider_wrapper .owl-carousel .owl-nav button.owl-next,
.portfolio_slider_wrapper .owl-carousel .owl-nav button.owl-prev {
    background: #03344B;
    height: 42px;
    width: 42px;
    border-radius: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}

.portfolio_slider_wrapper .owl-carousel .owl-nav button i {
    font-size: 20px;
}

.portfolio_box img {
    height: 450px;
    object-fit: cover;
    border-radius: 35px;
    object-position: center center;
}

/* PORTFOLIO CSS END */

/* testimonial_sec start */
.testimonial_sec {
    position: relative;
}

section.testimonial_sec::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgb(255 255 255) 19%, rgb(0 0 0 / 0%) 90%);
}

section.testimonial_sec::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 1;
    top: 0;
    right: 0;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 19%, rgb(255, 255, 255) 82%);
}

.testimonial_section {
    padding-top: 40px;
    display: flex;
    gap: 20px;
}

.transition_x {
    animation: scrollX 25s linear infinite;
}

@keyframes scrollX {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.transition_y {
    animation: scrollY 25s linear infinite;
}

@keyframes scrollY {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.testimonial_box {
    max-width: fit-content;
    height: fit-content;
    flex: 0 0 30%;
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 3px hsl(0deg 0% 53% / 15%);
}

.testimonial_header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 26px;
}

.testimonial_img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial_name {
    font-size: 18px;
    font-weight: 600;
    color: #03344B;
    margin: 0;
}

.testimonial_designation {
    font-size: 13px;
    color: #777;
    margin: 0px 0 4px;
}

.testimonial_rating {
    color: #FFC107;
    font-size: 11px;
}

.testimonial_comment {
    font-size: 13px;
    color: #555;
    margin: 0;
    line-height: 18px;
}

/* testimonial_sec end */

/* Our_Industry sec start */
.our_industry{
    position: relative;
}
.our_industry::before {
    content: "";
    background-image: url(../images/sec-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 690PX;
    width: 690PX;
    z-index: -1;
    opacity: 0.30;
    top: -113px;
    right: -420px;
    animation: bg-rotate 20s linear infinite;
}
.our_industry::after {
    content: "";
    background-image: url(../images/sec-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 690PX;
    width: 690PX;
    z-index: -1;
    opacity: 0.30;
    bottom: -41px;
    left: -400px;
    animation: bg-rotate 20s linear infinite;
}
.industry_box {
    padding: 21px 10px;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px hsl(0deg 0% 37.8% / 16%);
    background-color: #f7f7f7d1;
    margin-bottom: 30px;
    transition: all 0.5s ease 0s;
}

.industry_box .industry_img {
    border-radius: 70px;
    margin-bottom: 21px;
    padding: 40px;
    box-shadow: 0px 4px 7.2px -1px hsl(0deg 0% 53% / 15%);
    background-color: #ffff;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease 0s;
}

.industry_box h4 {
    font-size: 17px;
    color: #03344B;
    margin-bottom: 10px;
    font-weight: 600;
}

.industry_box p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 30px;
}

.industry_box a {
    border-radius: 50px;
    border: 1px solid #03344B;
    padding: 6px 16px;
    color: #03344B;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    width: fit-content;
    transition: all 0.5s ease 0s;
}

.ind1 {
    margin-top: 182px;
}

.ind2 {
    margin-top: 60px;
}

.ind3 {
    margin-top: -60px;
}

.ind4 {
    margin-top: -179px;
}

.industry_box:hover {
    background-image: radial-gradient(196.16% 133.29% at 100% 98.08%, #03344b1f 0%, #f8f8f8 55.18%);
}

.industry_box:hover .industry_img {
    background-color: #03344B;
    ;
}

.industry_box .industry_img img {
    transition: all 900ms ease;
}

.industry_box:hover .industry_img img {
    filter: brightness(100);
    transform: rotateY(360deg);
}
.industry_box:hover a {
    color: #fff;
    background-color: #03344B;
}
/* Our_Industry sec end */

/*Faq_sec start */

.title {
    text-align: center;
}
.faq_sec{
    position: relative;
}

.faq_sec::before {
    content: "";
    background-image: url(../images/sec-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 690PX;
    width: 690PX;
    z-index: -1;
    opacity: 0.30;
    top: -113px;
    right: -420px;
    animation: bg-rotate 20s linear infinite;
}
/* accordians */
.accordion-item {
    margin-bottom: 21px;
    background-color: transparent;
    border: none;
}

.faqs_accordion .accordion-button {
    background-color: #f7f7f7d1;
    box-shadow: 0px 3px 9px 0px hsl(0deg 0% 37.8% / 18%);
    border-radius: 10px !important;
    font-size: 16px;
    font-weight: 600;
    /* line-height: 7px; */
    color: #03344B;
    padding: 20px;
}


.accordion-button:not(.collapsed) {
    color: #03344B;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #DA3511;
    border-bottom: 0;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.accordion-body {
    padding: 0 20px 20px;
    border: 2px solid #DA3511;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.accordion-body p {
    padding-top: 20px;
    border-top: 1px solid #0000001c;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}

.faqs_accordion .accordion-button::after {
    width: 26px;
    height: 26px;
    display: flex;
    content: "+";
    background-image: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    background-color: #03344B;
    border-radius: 100%;
    color: #fff;
}

.faqs_accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: initial;
    content: "-";
}
.faqa_wrapper {
    margin-top: 60px;
}
.faq_img  {
    position: relative;
}
img.faq_img1 {
    position: absolute;
    left: 30px;
    bottom: -60px;
    animation: faqimg1 3s infinite linear;
}

img.faq_img2 {
    position: absolute;
    right: 30px;
    top: 90px;
    animation: faqimg2 3s infinite linear;
}
.faq_img:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    background: url(../images/faq_imgbg.png) no-repeat;
    width: 515px;
    height: 451px;
    z-index: -1;
    animation: faqbg 12s infinite linear;
}
@keyframes faqbg {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(40deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(00deg);
    }
}
@keyframes faqimg1 {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-15px);
    }

    100% {
        transform: translateX(0px);
    }
}
@keyframes faqimg2 {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(0px);
    }
}
/*Faq_sec end */

/* form_sec start */
.form_sec{
    position: relative;
}

.form_sec::before {
    content: "";
    background-image: url(../images/sec-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 750px;
    width: 780px;
    z-index: -1;
    opacity: 0.30;
    bottom: -62px;
    left: -430px;
    animation: bg-rotate 20s linear infinite;
}


.form_icon {
    display: flex;
    gap: 15px;
}
.form_content h5 {
    font-size: 21px;
    color: #03344B;
    font-weight: 600;
}
.footer_form {
    background-color: #F5F5F5;
    border-radius: 20px;
    padding: 50px 30px;
}

.footer_form h3 {
    font-size: 30px;
    text-transform: capitalize;
    color: #03344B;
    margin-bottom: 30px;
}

.footer_form input.form-control, .footer_form textarea.form-control {
    border-bottom: 1px solid #0000001f !important;
    border: none;
    background: transparent;
    border-radius: 0;
    font-size: 14px;
}
.footer_form .field-group {
    margin-bottom: 23px;
}

.footer_form .field_p p {
    color: #00000066;
    font-size: 14px;
    /* display: flex; */
    text-transform: capitalize;
}

.footer_form .field_p a {
    color: #DA3511;
    text-decoration: underline;
    margin-left: 5px;
    display: inline;
}
/* form_sec end */

/* footer start */

footer {
    padding: 25px;
    position: relative;
    overflow: hidden;
}
footer::before {
    content: "";
    background-image: url(../images/sec-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 840px;
    width: 840px;
    z-index: 0;
    opacity: 10;
    bottom: -310px;
    left: 22%;
    animation: footer-bg 20s linear infinite;
}
@keyframes footer-bg {
    from {
         transform: rotate(0deg);
    }

    to {
         transform: rotate(360deg);
    }
}

.main_footer {
    background-color: #f7f7f7d1;
    border-radius: 20px;
    padding-top: 90px;
    position: relative;
}
.main_footer::before {
    content: "";
    background-image: url(../images/footer_img1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 157px;
    width: 124px;
    bottom: 0px;
    left: 1px;
    rotate: 359deg;
}
.main_footer::after {
    content: "";
    background-image: url(../images/footer_img2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 229px;
    width: 124px;
    top: 0px;
    right: 1px;
    rotate: 359deg;
}
.footer_title{
    padding-right: 30px;
}
.footer_title h1 {
    color: #da3511;
    font-size: 91px;
    font-weight: 600;
}
.footer_logo {
    width: 50%;
}

.footer_contact .footer_email {
    color: #03344B;
    font-size: 18px;
}


.footer_contact .footer_no {
    font-weight: 600;
    color: #03344B;
    font-size: 43px;
    margin-bottom: 20px;
}
.footer_icons {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    margin-bottom: 60px;
    width: 40%;
}
.footer_icons a {
    font-size: 24px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #03344B;
    color: #fff;
}
.footer_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
ul.footer_menu {
    margin: 30px 15px 0;
}

ul.footer_menu h5 {
    font-size: 20px;
    color: #03344B;
    margin-bottom: 22px;
}

ul.footer_menu li a {
    font-size: 15px;
    color: #000;
    line-height: 33px;
}
.copyright {
    text-align: center;
    padding: 15px 0;
    margin-top: 60px;
    border-top: 1px solid #00000036;
}
.copyright p {
    font-size: 15px;
    margin-bottom: 0;
}
/* footer end */

/* modal css start */
.mobile_modal .modal-dialog {
    background-image: url(../images/modal_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 480px;
    display: flex;
    align-items: center;
}

.mobile_modal .modal-content {
    background-color: transparent;
    border: none;
}
@media (min-width: 576px) {
    .mobile_modal .modal-dialog {
        max-width: 268px;
    }
}
.popup_form {
    padding: 0 39px;
    text-align: center;
}
img.popup_logo {
    height: 33px;
}
.popup_form h3 {
    font-size: 17px;
    margin-top: 35px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.popup_form input.form-control, .popup_form textarea.form-control {
    border-bottom: 1px solid #0000001f !important;
    border: none;
    background: transparent;
    border-radius: 0;
    font-size: 12px;
    text-align: center;
    height: 28px;
    padding: 0;
}
.popup_form .field-group {
    margin-bottom: 15px;
}
.popup_form .field_p p {
    color: #00000066;
    font-size: 11px;
    text-transform: capitalize;
    line-height: 18px;
}

.popup_form .field_p a {
    color: #DA3511;
    text-decoration: underline;
    margin-left: 5px;
    display: inline-block;
}

.popup_submit_btn input
 {
    background-color: #03344B;
    color: white;
    border-radius: 30px;
    padding: 4px 28px;
    border: none;
    font-size: 13px;
}

.mobile_modal .btn-close {
    opacity: 1;
    position: absolute;
    top: -33px;
    right: 39px;
    background: initial !important;
    background-color: #DA3512 !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile_modal .btn-close i {
    color: #fff;
    font-size: 13px;
}
/* modal css end */
