:root {
    --background-color: #fff;
    --hover-color: #03a9f5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style-type: none;
}

html, body{
        overflow-x: hidden;
    }

body {
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}

.page-header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #253E87;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}


.page-header.is-sticky {
    position: fixed;
    z-index: 2001;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* top nav  */
.page-top {
    background-color: #fff;
    padding: 14px 0;
}

.mainowner {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mainowner p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
}

.rightstrip {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 32px;
}

.home-banner{
    background: url(../img/hederbg.png);
}

.products-banner{
    background: url(../img/products_banner.png);
}

.internal-header {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;

    /*background-image:
        linear-gradient(to bottom, rgb(0 0 255 / 85%), rgba(255, 255, 255, 0.5)),
        url(../img/hederbg.png);*/

/*    background-image: linear-gradient(to bottom left, rgb(40 65 138 / 90%), rgba(255, 255, 255, 0.5)), url(../img/hederbg.png);*/
}

.internal-shadow{
    background-color: #28418A;
    height: 550px;
    opacity: .8;
}

.intheadcont {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -71%);
    width: 63%;
}

.custonhedwidth {
    width: 75% !important;
    margin: auto;
}

.redbtn a {
    background-color: #E8446A;
    padding: 14px 20px;
    color: #fff;
/*    text-transform: uppercase;*/
    font-size: 14px;
    border-radius: 2px;
}
.redbtn a:hover{
    background-color: #ed5a7c
}


.wrap {
    position: relative;
    width: 0px;
    height: 37px;
    background: #9AB3FF;
    line-height: 36px;
    padding-right: 37px;
    transition: all 0.5s ease;
}

.wrap .input {
    border: 0;
    background: transparent;
    width: 0%;
    outline: none;
    font-family: sans-serif;
    font-size: 14px;
    color: #fff;
    font-style: italic;
    transition: all 0.3s ease;
    position: relative;
}

.wrap .fa {
    color: #fff;
    position: absolute;
    right: 11px;
    top: 11px;
    font-size: 16px;
    cursor: pointer;
}

.wrap.active {
    width: 250px;
    padding-left: 25px;
    transition: all 0.5s ease;
}

.wrap .input.active {
    width: 98%;
    padding-left: 5px;
    transition: all 0.5s 0.8s ease;
}



.intpera {
    font-size: 18px;
    color: #000;
    margin-bottom: 2.4rem;
    line-height: 25px;
    color: #fff;
}

.productlrft h3 {
    font-size: 44px;
    color: #384D90;
    font-weight: 600;
    margin-bottom: 1rem;
}

.productlrft .profisrt {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 28px;
    margin-bottom: 1rem;
}

.productsection {
    padding: 0px 0 6rem 0;
}

.produccraus {
    bottom: 4.5rem;
    position: absolute;
}

.main-bg {
    position: relative;
    background: url(../img/mainbg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.reserch {
    position: relative;
    background: url(../img/reserchbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0;
}

.newssec {
    padding: 4rem 0 0 0;
}

.newsarti .card-body {
    /* box-shadow: 0px 0px 20px 0px #0000001A; */
    padding: 1rem;
}

.newsarti .card-body .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #444444;
    margin: 0%;

}

.mainnewstitle .newsarti .item {
    margin: 16px 12px;
    box-shadow: 0px 0px 20px 0px #0000001A;
}

.contact-form input {
    height: 50px;
    border: 1px solid #dddddd6b;
    box-shadow: 6px 12px 20.2px -2px #253E870D;
}

.footitle ul li a {
    color: #fff;
    font-size: 13px;
    transition: .5s;
}

.footitle ul li {
    padding: 3px 0;
}

.socilicon {
    display: flex;
    gap: 14px;
    padding-bottom: 2.5rem;
    width: fit-content;
    border-bottom: 1px solid #ffffff6e;

}

.requestcallbox {
    background: #fff;
    padding: 40px 58px 56px;
    margin: 0 113px 0 0;
    border-radius: 0 0 6px 6px;
}

.requestcallbox p {
    font-size: 13px;
    color: #7D7D7D;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.requestcallbox input {
    box-shadow: none;
    border: 1px solid #898989;
    margin-bottom: 2.5rem;
}

.footitle h6 {
    font-size: 15px;
    color: #fff;
}

.footitle ul li a:hover {
    color: #fff;
    font: 13px;
    margin-left: 4px;
    transition: .5s;
}

.bluefoot {
    background-color: #253E87;
    padding-bottom: 2rem;
}

.contact-form textarea {
    border: 1px solid #dddddd6b;
    box-shadow: 6px 12px 20.2px -2px #253E870D;
}

.address p {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    margin: 2rem 0 1.6rem 0;
}

.newsarti .card-body .card-text {
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    margin: 2rem 0px 4rem 0px;

}

.authtitle p {
    color: #222222;
    font-size: 14px;
    font-weight: 500;
}

.authtitle p span {
    color: #253E87;
    font-size: 14px;
    font-weight: 500;
}

.reserchright {
    padding: 0px 0px 0 24px;
}

.reritop p {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #B0C4FF;
}

.reritop h4 {
    font-size: 31px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}

.reritop span {
    border: 2px solid #B0C4FF;
    width: 25px !important;
    position: absolute;
    margin-bottom: 1rem;
    opacity: .6;
}

.rericenter p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1.4rem;
    opacity: .8;
}

.reribottom {
    display: flex;
    align-items: center;
    gap: 22px;
}

.pilleria {
    border-left: 1px solid #FFFFFF;
    padding: 0 0 0 26px;
}

.pilltext p {
    font-size: 14px;
    margin: 0%;
    color: #fff;
}

.pilltext p span {
    font-size: 18px;
    margin: 0%;
    color: #fff;
}

.rericenter h6 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 9px;
}

.produccraus .owl-nav {
    position: absolute;
    display: flex;
    bottom: -19px;
    left: -5.5rem;
}

.produccraus .owl-nav .owl-prev {
    border: 1px solid #253E87 !important;
    padding: 20px !important;
    border-radius: 46px;
    height: 20px;
    width: 20px;
    position: relative;
    height: 50px;
    width: 50px;
}

.produccraus .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #253E87;
    color: #fff;
}

.produccraus .owl-nav .owl-next {
    border: 1px solid #253E87 !important;
    border-radius: 46px;
    height: 20px;
    background-color: #253E87 !important;
    color: #fff !important;
    width: 20px;
    position: relative;
    height: 50px;
    width: 50px;
}

.produccraus .owl-nav i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 22px;
    transform: translate(-50%, -50%);

}

.productlrft .prosecnd {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 1rem;
    color: #6C6C6C;
}

.inttitle {
    font-size: 42px;
    color: #000;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
}

.inthedcont {
    font-size: 64px;
    color: #000;
    font-weight: 700;
    margin-bottom: 1.4rem;
    color: #fff;
}

.transparent-blue {
    background-color: #1e3883;
}

.produccraus .card-title {
    font-size: 18px;
    color: #253E87;
    font-weight: 600;
    margin-bottom: 1rem;
}

.produccraus .card-text {
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 1rem;
}

.produccraus .card-link {
    font-size: 14px;
    color: #253E87;
    font-weight: 600;
    text-decoration: underline;
}

.produccraus .card-body {
    padding: 1.3rem 2rem;
    background-color: #F7F9FF;
}



.rightstrip a {
    color: #444444;
    font-size: 13px;
    padding: 2px 0px;
}

.aboutsec {
    position: relative;
    width: 100%;
    top: -8rem;
}

.aboutsec .card {
    border-radius: 17px;
    box-shadow: 23px 22px 106.1px -37px #11255F24;
}

.aboutsec .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.aboutsec .card .img-fluid {
    height: 100%;
}

.form-control:focus {
    box-shadow: none;
}

.aboutsec .card-title {
    font-size: 42px;
    color: #384D90;
    font-weight: 600;
/*    margin-bottom: 1rem;*/
}

.aboutsec .card-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
/*    margin-bottom: 1rem;*/


}

.aboutsec ul {
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 24px;
}

.aboutsec ul li::marker {
    color: #E8446A;
}

.aboutsec ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;

}

.transbtn a {
    border: 2px solid #253E87;
    background-color: transparent;
    padding: 14px 20px;
    color: #384D90;
    /* text-transform: uppercase; */
    font-size: 14px;
    font-weight: bold;
}

.darkbtn a {
    background-color: #2F333C;
    padding: 14px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.rightstrip p {
    font-weight: 700;
    font-size: 14px;
}

.topcontect {
    display: flex;
    align-items: center;
    gap: 14px;

}

.page-header .nav-item a {
    font-size: 14px;
}


.fontstyle a:hover {
    background-color: #0000000f;
    border-radius: 6px;
}

.stripbox {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0 14px;
    border-right: 1px solid #EBEBEB;
}

.sl-nav {
    display: inline;
    color: #EBEBEB;
    font-size: 12px;
}

.sl-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
}

.sl-nav li {
    cursor: pointer;
    padding: 10px 12px;
}

.sl-nav li ul {
    display: none;
}

.sl-nav li:hover ul {
    position: absolute;
    right: -15px;
    display: block;
    background: #fff;
    width: auto;
    min-width: 120px;
    top: 38px;
    padding-top: 0px;
    z-index: 2;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li:hover .triangle {
    position: absolute;
    top: 24px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent;
}

.sl-nav li:hover .triangle:after {
    content: '';
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translateX(10px);
    height: 15px;
    background: #fff;
    border-radius: 2px 0px 0px 0px;
}

.sl-nav li:hover i.fa-angle-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

.sl-nav i.fa-angle-down {
    transition: transform 0.3s ease-in-out;
}

.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 10px 13px;
    padding-bottom: 0;
    z-index: 2;
    font-size: 13px;
    color: #3c3c3c;
}

.sl-nav li ul li:last-of-type {
    padding-bottom: 10px;
}

.sl-nav li ul li span {
    padding-left: 5px;
}

.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
    color: #146c78;
}

.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}

.flag-de {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==');
    background-size: cover;
    background-position: center center;
}


.flag-usa {
    background-size: cover;
    background-position: center center;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=');
}



/* nav bar css  */

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    color: #fff;
    padding: 8px 6px;
    margin: 0 7px;
}
.navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 1px solid #B0C4FF;
}

.nav-link:focus {
    color: #fff !important;
    border-bottom: 1px solid #B0C4FF;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.dropdown-toggle::after {
    content: "\f107";
    /* Unicode for fa-angle-down */
    font-family: "Font Awesome 6 Free";
    /* Specify Font Awesome as the font */
    font-weight: 900;
    /* Required for Font Awesome Free Solid icons */
    margin-left: 5px;
    /* Space between text and icon */
    vertical-align: middle;
    /* Align the icon with the text */
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: none;
}

.nav-wrapper .nav-link ul li {
    padding-left: 0% !important;
    padding-right: 0% !important;

}



/* footer css  */

.footersection {
    background-color: #000;
    padding: 10px 0px;
}

.footersection .rightstrip a {
    color: #EBEBEB;
    font-size: 13px;
    padding: 0px 12px;
}

.mainfooter {
    background: url(../img/fooerstrip.svg);
    padding: 0px 0px 11rem 0px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -40px;
}

.mainfooter ul li a {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    transition: .5s;
}

.mainfooter ul li a:hover {
    padding-left: 4px;
    font-weight: 600;
    transition: .5s;
}

.tringleborder {
    position: relative;
    padding: 1px;
}

.tringleborder h6 {
    left: 50%;
    z-index: 1;
    position: absolute;
    transform: translateX(-50%);
    background: #fff;
    padding: 0px 36px;
    top: -12px;
    margin: 0;
    font-size: 21px;
    font-weight: bold;
}

.tringleborder::before,
.tringleborder::after {
    content: '';
    position: absolute;
    width: 100%;
    border-style: solid;
    border-color: black;
    border-width: 3px;
}

.tringleborder::before {
    top: -10px;
    border-color: #F48113;
}

.tringleborder::after {
    bottom: -10px;
    border-color: #4EBD37;
}

.simple-title h2 {
    font-size: 38px;
    color: #000;
    margin-bottom: 16px;
    line-height: 40px;
}

.joinnowtext {
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: end;
}

.joinnowthum img {
    z-index: 1;
    position: relative;
}

.sectionstyle {
    margin: 3rem 4rem;
}

.siplesec {
    position: relative;
}

.leftbedg {
    position: absolute;
    bottom: 5rem;
    left: 0;
    z-index: 0;
}

.topbedg {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 60%;
    z-index: 0;
}

.rightbedg {
    position: absolute;
    transform: translateX(-14%);
    right: 0%;
    z-index: 0;
    bottom: 0;
}

.joinnowtext ul li {
    font-size: 22px;
    color: #000;
    font-weight: 500;
}

.joinnowtext ul p {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.greenbtn a {
    background-color: #53B96A;
    padding: 8px 18px;
    color: #fff;
    border-radius: 8px;
    transition: .3s;
    font-size: 16px;
}

.greenbtn a:hover {
    background-color: #F48113;
    color: #fff;
    border-radius: 8px;
    transition: .3s;
}

.viewall i,
a {
    transition: .5s;
    color: #4D59F5;
    font-size: 14px;
}

.viewall a:hover {
    color: #4D59F5 !important;
}

.viewall:hover i {
    padding-left: 4px;
    font-weight: 600;
    transition: .5s;
}

.gridcollom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.gridfirst {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    gap: 12px;
    z-index: 1;
}

.maxwidth1 {
    min-width: 330px;
}

.maxwidth1 h2 {
    line-height: 1em;
}

.maxwidth2 {
    max-width: 490px;
    margin-top: 2px;
}

.maxwidth2 p {
    font-size: 14px;
    color: #000;
    margin: 0 28px;
}

.maxwidth3 {
    min-width: 88px;
    margin-top: 2px;
    width: fit-content;
}

.bedgeleftbedg {
    position: absolute;
    top: 3.5rem;
    left: 0;
    z-index: 0;
}

.bedgetopbedg {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 70%;
    z-index: 0;
}

.secondpic {
    position: relative;
}

.firstpic {
    position: relative;
}

.badgestap {
    padding: 1px 8px;
    border-radius: 6px;
    display: inline-flex;
    position: absolute;
    bottom: 10px;
    left: 12px;
    background: #080808;
    width: 125px;
}

.badgestap a {
    color: #fff;
    font-size: 10px;
    width: -webkit-fill-available;
}

.countflex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    height: 100%;
}

/* .coloflex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
} */
.creatingtile h2 {
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin-bottom: 1.5rem;
}

.creatingtile p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 4.5rem;


}

.countdata h4 {
    margin: 0px;
    font-size: 40px;
    color: #fff;
}

.countdata p {
    margin: 0px;
    font-size: 16px;
    color: #fff;
}

.countdata {
    padding: 1rem 0rem;
    margin: .6rem 0px;

}

.toplevs {
    position: absolute;
    top: 0;
    right: 0%;
    z-index: 0;
}

.feedleftbedg {
    position: absolute;
    left: 0;
    bottom: 2rem;
    z-index: 0;
}

.feedtopbedg {
    position: absolute;
    top: 0;
    right: 0%;
    z-index: 0;
}

.leftintlevs {
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 0;
    transform: rotateY(180deg);
}

.singleslidewith {
    margin: 11rem 10rem 0rem 15rem;
}

.reporttitle h1 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.reporttitle p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 2rem;
    width: 61%;
    line-height: 32px;
}


/* tabs  */

.nav-pills .nav-link.active {
    background: transparent;
    color: #FFED17;
}

.nav-pills .nav-link {
    padding: 1px;
    margin-right: 26px;
    font-size: 24px;
    color: #fff;
}

/* tabs  */



/* flip card  */


.box-container {
    padding: 14px 0px;
    width: 100%;
}

@media screen and (min-width:1380px) {
    .box-container {
        flex-direction: row
    }
}

.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 100%;
    margin-bottom: 35px;
    max-width: 100%;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 475px;
    -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 24px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(0%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 0px;
}

.flipbadgebottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    text-align: start;
}

.flipbadge {
    margin-bottom: 21px;
}

.flipbadge span {
    font-size: 16px;
    background-color: #53B96A;
    padding: 4px 16px;
    color: #fff;
    border-radius: 6px;
}

.flippera {
    font-size: 12px;
    color: #000;
    margin-bottom: 16px;
}

.flipbak h6 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 16px;
}


/* flip card  */
.misstiontitle p {
    margin-bottom: 4rem;

}

.blankeriaflex2 {
    flex: 2;
}

.blankeriaflex3 {
    flex: 4;
}

.blankeriaflex3 h6 {
    margin: 0 0 0 -100px;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.blankeriaflex3 p {
    margin: 0 0 0 -100px;
    font-size: 14px;
    line-height: 24px;
}

.readmoretop {
    margin: 0 0 0 -100px;
    display: flex;
    width: max-content;
}

.readmoretop a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    color: #000;
    background: #F1F1F1;
    padding: 8px 18px;
    width: fit-content;
    margin-right: 6px;
    border-radius: 18px;
}

.maxwidth4 p {
    margin: 0 114px 14px auto;
}

.galleryleftbedg {
    position: absolute;
    top: 5.5rem;
    left: 0;
    z-index: 0;
}

.gallerytopbedg {
    position: absolute;
    bottom: 8rem;
    /* transform: translateX(-50%); */
    right: 0%;
    z-index: 0;
}

.firechat h6 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: .6rem;
}

.firechat {
    padding: 4rem 3rem;
    background: #fff;
    border-radius: 10px;
}

.cahtsabsbox {
    position: relative;
    top: -5rem;
}

.upcmingbox {
    background-color: #FF5733;
    padding: 8px;
    border-radius: 10px;
}

.mainupcoming {
    margin: 1rem;
    margin: 1rem;
    display: flex;
    align-items: center;
    color: #fff;
}

.mainupcoming h5 {
    text-align: center;
    padding-right: 14px;
    font-size: 26px;
    line-height: 14px;
    font-weight: bold;
}

.mainupcoming h5 span {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

.upcominddis {
    border-left: 1px solid #C7492E;
    padding-left: 14px;
}

.upcominddis h6 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}

.upcominddis p {
    font-size: 14px;
    font-weight: 300;
}

.upcommingevent {
    padding-bottom: 3rem;
}



/* akshay start */
.p-rel{
    position: relative;
}
.formright .w-img {
    z-index: 2000;
    position: relative;
    width: 100%;
}
.image-shadow-custom{
    height: 349px;
    width: 359px;
    background-color: #253E87;
    border-radius: 50%;
    position: absolute;
    top: 89px;
    left: 88px;
    z-index: 200;
}
.image-shadow-custom-modal{
    height: 272px;
    width: 268px;
    background-color: #253E87;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: 110px;
    z-index: 200;
}
.md-img{
    position: relative;
    width: 360px;
    height: 300px;
    z-index: 2000;
}
/* akshay end */


blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}




.newssec{
    background-color: #e6e6e6;
}
.accordion-header strong{
    color: #384D90;
}

.accordion-item {
     background-color: transparent;
     border: 1px solid transparent;
}
.accordion-button{
    background-color: #ecf2fa;
    color: #384D90;
}
.accordion-item p strong{
    color: #7a7a7a
}
.accordion-item p{
    color: #575151;
}
.btn-vd{
    border: 1.4px solid #384D90;
    color: #384D90
}
.btn-vd:hover{
    background-color:#384D90;
    color: #fff
}
.bg-theme{
    background-color:#384D90;
    color: #fff
}
.bg-theme:hover{
    background-color:#3d549e
}



.right-shadow, .right-b-shadow, .left-shadow, .left-b-shadow{
    background-color: #44599A;
    border-radius: 50%;
    position: absolute;
}
.left-shadow{
    height: 100px;
    width: 100px;
    left: -50px;
    top: 130px;
}
.right-shadow{
    height: 350px;
    width: 350px;
    right: -175px;
    top: 60px;
}
.right-b-shadow{
    height: 100px;
    width: 100px;
    right: 150px;
    bottom: 140px;
}













/* .pimg-hover-single{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 0px 12%;
    height: 200px !important;
    background: url(../img/adenokon.png);
} */



.pimg-hover {
    position: relative;
    height: 250px;
    overflow: hidden;
    background-color: #e09d9d;
    padding: 0 !important;
}


/* .pimg-hover::after , .pimg-hover-single::after{
    content: '';
    position: absolute;
    background: #0000009c;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */

.pimg-1, .pimg-2 {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-in-out;
    margin-left: 115px;
    margin-top: 10px;
    height: 150px;
}

.pimg-1 {
    z-index: 1;
    width: 100%;
    left: 0;
    margin: 0;
    height: 100%;
    object-fit: cover;
    object-position: 0 10%;
}

.pimg-2 {
    z-index: 2;
    transform: translateY(180%);
    margin-top: 30px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    top: 50px;
}




.pimg-hover:hover .pimg-1 {
    transform: translateY(-100%); /* Move out of view */
    margin-top: -20px;
}

.pimg-hover:hover .pimg-2 {
    transform: translateY(0); /* Move into view */
    margin-top: 14px;
}






.fa-25{
        font-size: 3.25rem
    }
    .ch-color:hover i{
        color: #24aeb1;
    }


    @keyframes boomInOut {
      0%, 100% {
/*        opacity: .7;*/
        transform: scale(0.9);
      }
      50% {
/*        opacity: 1;*/
        transform: scale(1);
      }
    }

    .boom-in-out {
      animation: boomInOut 1s infinite;
    }



    .timeline-item .timeline-thumbnail:after {
        content: "";
        width: 15px;
        height: 15px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        bottom: 50%;
        left: 0;
        z-index: 1;
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        border-radius: 50%;
        position: absolute;

        background-color: #24aeb1;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }




    .timeline-thumbnail img{
        width: 100%;
        height: 250px;
    }
    .br-50{
        border-radius: 50%;
    }
    .hnrs-awrds svg{
        fill: #f5ad6e;
        height: 50px;
    }
    .ml--4{
        margin-left: -4px;
    }



    .gmap-cl{
        height: 500px;
        width: 100%;
    }
    .fa-24aeb1{
        color: #24aeb1;
        font-size: 30px
    }
    .d-hover-cl p{
        font-size: 15px;
    }
    .h4-div{
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .d-hover-cl:hover .h4-div{
        color: #24aeb1;
    }




.pimg-hover-single {
    display: inline-block;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    position: relative;
    height: 250px;
    overflow: hidden;
    background-color: #e09d9d;
    padding: 0 !important;
}


.pimg-hover-single img {
    transition: transform 0.3s ease-in-out;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pimg-1 {
    z-index: 1;
    width: 100%;
    left: 0;
    margin: 0;
    height: 100%;
    object-fit: cover;
    object-position: 0 10%;
}

.pimg-hover-single:hover {
    transform: scale(1.05); /* Scale up to create the boom effect */
}

@media only screen and (max-width: 768px) {
    .produccraus {
        bottom: 1rem;
        position: relative;
    }

    .productsection {
        padding: 0px 0 4rem 0;
    }

    .produccraus .owl-nav {
        position: absolute;
        display: flex;
        bottom: -5rem;
        left: 0;
        width: 100%;
        justify-content: space-between;
    }

    .aboutsec .card-body {
        padding: 0 2rem 3rem;
    }

    .productlrft {
        position: relative;
        top: -6rem;
        margin-bottom: -100px;
    }

    .intheadcont {
        width: 100%;
        z-index: 1;
    }

    .navbar-light .navbar-toggler {
        background-color: #9AB3FF;
    }

    /*.page-top {
        display: none;
    }*/

    .premium-reswearch-section {
        margin-top: 3rem; /* Adjusted for better layout */
    }

    .productlrft .prosecnd {
        margin-bottom: -40px;
    }

    .reribottom .redbtn{
        width: 50%;
    }

    .main-bg{
        padding-top: 70px;
    }
    .newssec{
        background-color: transparent;
    }

    .contact-us-section{
        margin-top: 50px;
    }

    .contact-us-section .contact-form{
        margin-top: -100px;
    }



    .image-shadow-custom {
        height: 275px;
        width: 275px;
        top: 50px;
        left: 58px;
    }


    .requestcallbox,.socilicon{
        width: 100%;
    }

    .mb-sm-4{
        margin-bottom: 1.5rem !important;
    }

    .custonhedwidth {
        width: 95% !important
    }


    .dis-sm-none{
        display: none;
    }


    .topcontect .darkbtn{
        width: 100%;
        display: block;
    }




}

/* pagination */

.product-holder {
    display: none;
}
.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
}
.pagination li {
    margin: 5px;
}
.pagination a {
    text-decoration: none;
    padding: 8px 12px;
    background: transparent;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #0d47a1;
    color: #0d47a1;
}
.pagination a:hover {
    background: #1976d2;
    color: #fff;
}
.pagination .active a {
    background: #0d47a1;
    color: #fff;
}

@media(max-width:767px){
    .productlrft {
        top: 0rem;
        margin-bottom: 0;
    }
    .filter-ex {
        display: flex;
        align-items: center;
        width: 110px;
    }
    .search-bar{
        flex: 1;
    }
}