@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300..700&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=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@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&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap'); * {
    font-family: "Poppins", sans-serif;
}

p {
    font-size: 15px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

.section-title h1 {
    color: #1f1f1f;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 25px;
    font-size: 42px;
}

.main-table {
    text-align: left;
    padding-bottom: 40px;
}

header img {
    padding: 8px 0px;
}

.section-title h6 {
    color: #012c82;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.main-table p {
    margin-bottom: 10px;
    font-size: 15px;
    color: rgba(17, 17, 17, 1);
    text-align: justify;
    line-height: 30px;
}

.nav-top {
    position: relative;
    width: 100%;
    /* overflow: hidden; */
    padding: 18px;
    z-index: 999999999999999!important;
}

.nav-top .container::after {
    position: absolute;
    content: "";
    /* right: -240px; */
    left: 280px;
    top: 0;
    height: 80px;
    width: 100%;
    background-color: #002060;
    z-index: -1;
    clip-path: polygon(30px 0, 100% 0%, 100% 100%, 7% 100%);
}

.nav-top ul {
    margin-bottom: 0px;
    margin-left: 30px;
}

.nav-top ul li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
}

.nav-top ul li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.nav-top ul li a i {
    padding-right: 5px;
}

.nav-top p {
    text-align: right;
    margin-bottom: 0px;
}

.nav-top p a {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
}

.nav-top p a i {
    padding-right: 10px;
}

/*--------------------------------------------------------------
# banner-section--------------------------------------------------------------*/
#widgetsControl, #widgetsControl_C {
    height: auto !important;
}

.banner-section {
    overflow: hidden;
}

/* .banner-section::before{position:absolute;content:'';left:0px;top:0px;right:0px;bottom:0px;z-index:2;background-color: rgb(21 22 22 / 66%);} */
.banner-section .carousel-caption {
    background-color: rgba(31, 31, 31, 0.74);
    width: 41%;
}

.banner-section .carousel-caption::before {
    position: absolute;
    content: '';
    background-color: #0645c5;
    width: 5px;
    height: 100%;
    top: 25%;
}

.content-column {
    padding: 0px 40px;
}

.banner-section .active .content-column .title {
    opacity: 1;
}

.banner-section .content-column h1 {
    color: #ffffff;
    opacity: 0;
    font-size: 47px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.2em;
    font-weight: 700;
}

.banner-section .active .content-column h1 {
    opacity: 1;
}

.banner-section .content-column .text {
    color: #ffffff;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.6em;
    max-width: 580px;
    opacity: 0;
}

.banner-section .active .content-column .text {
    opacity: 1;
}

.banner-section .carousel-caption {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 7%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    display: flex !important;
    align-items: center;
}

/* .banner-section .carousel-control-prev , .banner-section .carousel-control-next {z-index: 10;width: 4%;} */
.btn-style-one {
    position: relative;
    display: inline-block;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    overflow: hidden;
    font-size: 14px;
    border-radius: 0px;
    padding: 11px 44px 11px;
    /* letter-spacing: 1px; */
    border: 1px solid #074bd4;
    background-image: linear-gradient(to right, #002060 0%, #074bd4 100%);
    cursor: pointer;
}

.btn-style-one:hover {
    background-image: linear-gradient(to right, #074bd4 0%, #002060 100%);
    color: #fff;
}

.btn-style-three {
    position: relative;
    background-color: #ffffff;
    display: inline-block;
    line-height: 24px;
    color: #010101;
    padding: 11px 44px 11px;
    overflow: hidden;
    font-size: 14px;
    /* letter-spacing: 1px; */
    border-radius: 0px;
    font-weight: 700;
    border: 1px solid #fff;
}

.btns-box a i {
    margin-left: 5px;
}

.btns-box a {
    text-decoration: none;
}

.banner-section .carousel-indicators {
    display: none;
}

.banner-section .carousel-control-prev {
    text-decoration: none;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.60);
    ;opacity: 1;
    left: 10px;
    border-radius: 100%;
    color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.banner-section .carousel-control-next {
    text-decoration: none;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.60);
    ;opacity: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    border-radius: 100%;
    color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all .2s;
    transition: all .2s;
}

/* about us section */
.about-section {
    padding: 60px 0px;
}

.about-section p {
    color: #000000;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 20px;
    text-align: center;
}

.custom-btn a {
    line-height: 24px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 4px;
    padding: 11px 46px 11px;
    background-color: #213e79;
    text-transform: capitalize;
    text-decoration: none;
    /* display: table; */
    margin: 0 auto;
}

.custom-btn a:hover {
    color: #ffffff;
    background-color: #012265;
}

/* services section */
.services {
    padding: 50px 0px;
    background-color: #0423610d;
    margin-top: 25px;
}

.services-section-two {
    position: relative;
    padding: 50px 0px 50px;
    background: #0423610d;
}

.services-box {
    position: relative;
}

.services-box .inner-box {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.services-box .inner-box .image {
    position: relative;
}

.services-box .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-box .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-box .inner-box:hover .overlay-box {
    opacity: 0;
    visibility: hidden;
}

.services-box .inner-box .overlay-box .overlay-inner {
    position: absolute;
    left: 40px;
    bottom: 25px;
}

.services-box .inner-box .overlay-box .overlay-inner .icon-box {
    position: relative;
    line-height: 1em;
    color: #ffffff;
    font-size: 44px;
    margin-bottom: 20px;
}

.services-box .inner-box .overlay-box .overlay-inner .icon-box img {
    width: 50px;
    filter: invert(1);
}

.services-box .inner-box .overlay-box .overlay-inner h5 {
    position: relative;
    font-weight: 700;
    line-height: 1.4em;
}

.services-box .inner-box .overlay-box .overlay-inner h5 a {
    position: relative;
    color: #ffffff;
}

.services-box .inner-box .overlay-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgb(0, 32, 96));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgb(0, 32, 96));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgb(0, 32, 96));
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgb(0, 32, 96));
}

.services-box .inner-box .overlay-box-two {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.services-box .inner-box:hover .overlay-box-two {
    opacity: 1;
    visibility: visible;
}

.services-box .inner-box .image .overlay-box-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
    background-image: -ms-linear-gradient(top, #002060 0%, #10409e 100%);
    background-image: -moz-linear-gradient(top, #002060 0%, #10409e 100%);
    background-image: -o-linear-gradient(top, #002060 0%, #10409e 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #002060), color-stop(100, #10409e));
    background-image: -webkit-linear-gradient(top, #002060 0%, #10409e 100%);
    background-image: linear-gradient(to bottom, #002060 0%, #10409e 100%);
}

.services-box .inner-box:hover .overlay-box-two:before {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    opacity: 1;
    visibility: visible;
}

.services-box .inner-box:hover .overlay-box-two {
    opacity: 1;
}

.services-box .inner-box .image .overlay-box-two .overlay-inner-two {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding: 10px 30px;
}

.services-box .inner-box .image .overlay-box-two .overlay-inner-two .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.services-box .inner-box .image .overlay-box-two .icon-box {
    position: relative;
    line-height: 1em;
    color: #ffffff;
    font-size: 46px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.services-box .inner-box .image .overlay-box-two .icon-box a {
    color: #fff;
}

.services-box .inner-box .image .overlay-box-two .icon-box a img {
    width: 50px;
    filter: invert(1);
}

.services-box .inner-box .image .overlay-box-two .text {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em;
}

/* team section */
.team-section {
    padding: 40px 0;
    margin-top: 20px;
}

.-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff!important;
}

.team-box {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.team-section .owl-theme .owl-dots .owl-dot span {
    width: 15px!important;
    height: 10px!important;
}

.img-team img {
    width: 200px;
}

@media(max-width: 767px) {
    .item .prod_bx img {
        width: 100%;
        height: 230px;
    }

    .team-hm .carousel-control-prev {
        display: none;
    }

    .team-hm .carousel-control-next {
        display: none;
    }

    .product-mob h2 {
        color: #000!important;
    }

    .banner-section .carousel-caption {
        display: none!important;
    }

    .nav-top p {
        margin-top: 18px;
    }
}

.team-hm .carousel-indicators {
    display: none;
}

.team-hm .carousel-control-prev {
    text-decoration: none;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.60);
    ;opacity: 1;
    left: 10px;
    border-radius: 100%;
    color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.team-hm .carousel-control-next {
    text-decoration: none;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.60);
    ;opacity: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    border-radius: 100%;
    color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all .2s;
    transition: all .2s;
}

/* footer */
footer {
    padding: 95px 0px 10px 0px;
    background-color: #002060;
}

footer h1 {
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 24px;
}

footer ul li {
    display: inline-block;
    list-style: none;
}

footer p {
    font-size: 14px;
    text-align: justify;
    color: #fff;
    line-height: 1.8em;
    padding-right: 25px;
    border-bottom: 1px solid #dddddd6e;
    padding-bottom: 30px;
}

footer .contact-link ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-right: 25px;
    display: flex;
    text-decoration: none;
}

footer .contact-link ul li a i {
    padding-right: 10px;
}

footer .social-links {
    display: flex;
    align-items: center;
}

footer .social-links h6 {
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    padding-right: 15px;
}

footer .social-links ul {
    list-style: none;
    padding-left: 0px;
}

footer .social-links ul li {
    padding-top: 8px;
    display: inline-block;
}

footer .social-links ul li a {
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #d4d4d4!important;
    align-items: center;
    text-decoration: none;
    margin-right: 10px;
    border-radius: 50%;
}

footer .social-links ul li a i {
    color: #002060;
    font-size: 18px;
}

footer .foot-links {
    border-top: 1px solid #dddddd6e;
    border-bottom: 1px solid #dddddd6e;
    padding: 5px;
}

footer .foot-links ul li a {
    color: #FFF;
    padding: 0 15px;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
}

.footer-bottom {
    padding: 20px 0px;
    background-color: #001a4e;
}

.footer-bottom p {
    color: #fff;
    margin-bottom: 0px;
}

/*--------------------------------------------------------------#innr-pg-bnnr
--------------------------------------------------------------*/
.otherpagecss #RadDockZone1.container {
    max-width: 100%;
}

.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table {
    margin-top: 0 !important;
}

.innr-pg-bnnr {
    margin-top: -21px;
    /* padding: 100px 0 0; */
    width: 100%;
    background-size: 100% 100%;
    min-height: 350px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 8%;
}

.innr-pg-bnnr:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -1px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0,0,0,0.55);
}

.main-table.innr-pg {
    padding-bottom: 50px;
}

.innr-pg-bnnr h1 {
    text-align: left;
    color: #d2d2d2;
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.innr-pg-bnnr h1:before {
    position: absolute;
    content: '';
    background-color: #0645c5;
    width: 4px;
    height: 116px;
    top: 2%;
    left: -24px;
}

.inner-pages ul, .innr-pg ul {
    padding: 0px;
    margin-bottom: 0;
}

.inner-pages li, .innr-pg li {
    position: relative;
    list-style: none;
    padding-left: 30px;
}

.innr-pg-bnnr-btm a {
    font-size: 14px;
    color: #fff;
    transition: 0.3s linear;
    font-weight: 400;
    margin: 0px 5px;
    display: inline-block;
}

.innr-pg-bnnr-btm {
    text-align: left;
}

/*innr-pg-bnnr*/
/* contact us page */
.hm-heading {
    font-size: 18px;
    color: #000;
    padding: 10px 0;
    font-weight: 500;
    margin: 0px;
}

.contact-pg label {
    font-size: 14px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    margin-bottom: .5rem;
}

.about-pg h1 {
    color: #002060;
    font-weight: 500;
    font-size: 30px;
}

/* .about-pg h1:before{content: '';position: absolute;background-color:#0645c5;width:3px;height:40px;margin-left:-24px;} */
@media(max-width: 991px) {
    .nav-top .container::after {
        position: absolute;
        left: 0px;
        height: 100%;
    }

    .offset-2 {
        margin-left: 0px!important;
    }

    .offset-1 {
        margin-left: 0px!important;
    }
}

.crd_wrp {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* min-height: 100px; */
    display: grid;
    place-items: center;
    padding: 10px;
    height: 100%;
}