@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
#HeaderControl {
    top: 46px;
    width: 100% !important;
}
*{font-family: "Nunito", sans-serif !important;}
.fa{font-family:FontAwesome !important;}
.right-nav .close-btn{
    background: #e90f0f;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    float: inline-end;
    }
    .right-nav .content{text-align: left;}
    .right-nav .content i{    color: #cd9546;}
body {
    margin: 0;
    padding: 0;
    
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #1b4a80;
}
#WidgetControl4{padding: 0;}
a {
    text-decoration: none !important;
}

p {
    color: #3d3d3d;
    font-size: 16px;
    letter-spacing: .2px;
    margin: 0 0 10px 0;
    line-height: 26px;
    font-weight: 500;
    font-family: "Nunito", sans-serif !important;
}
ul,li,ol {font-size: 16px;color: #3d3d3d;/* line-height: 25px; */font-family: "Nunito", sans-serif !important;}
.custom-btn {
    background: #e69d2f;
    color: #fff;
    display: inline-block;
    padding: 11px 27px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    margin-top: 4%;
}

.custom-btn:hover {
    color: #fff;
    animation: zoom-in-zoom-out .5s ease-in-out;
    transform: scale(1.1, 1.1);
}

.custom-btn1 {
    background: #003d6d;
    color: #fff;
    display: inline-block;
    padding: 12px 40px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 5px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.custom-btn1:hover {
    color: #fff;
    animation: zoom-in-zoom-out .5s ease-in-out;
    transform: scale(1.1, 1.1);
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    40% {
        transform: scale(1.1, 1.1);
    }

    75% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.1, 1.1);
    }
}


.about-section {
    padding: 5% 0;
}

.about-section .pic {
    position: relative;
}

.about-section .pic .text {
    position: relative;
    z-index: 3;
    padding: 40px 20px;
}

.about-section .pic .text h2 {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

.about-section .pic .text p {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #f6f6f6;
}

.about-section .pic::after {
    content: '';
    position: absolute;
    width: 40%;
    height: 95%;
    top: 2%;
    background: #003d6d;
    z-index: 1;
    left: -3%;
}

.about-section .img1 img {
    position: absolute;
    width: 60%;
    right: 0;
    top: 0;
    border-radius: 10px;
    height: 220px;
    object-fit: cover;
    z-index: 2;
}

.about-section .img2 img {
    width: 90%;
    margin-top: 10px;
    margin-left: 7%;
    border-radius: 10px;
    height: 320px;
    filter: brightness(92%);
    position: relative;
    z-index: 3;
}

.about-section p {
    font-size: 16px;
}

.about-section .about-card {
    margin: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 10px;
    padding: 20px;
}

.about-section .about-card p {
    color: #141414;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.counts {
    padding: 7% 0;
    background-image: url('Image/count-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.counts .count-bx {
    border: 3px solid #e69d2f;
    padding: 35px 10px;
}

.counts .count-bx h2 {
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
}

.counts .count-bx p {
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.section-3 {
    padding: 7% 0;
    background: #ddd;
}

.section-3 .cliente_box {
    padding: 25px 15px;
    background: #003d6d;
    border-radius: 10px;
    text-align: center;
    margin: 0 0 20px 0;
}

.section-3 .cliente_box .cliente_box_icon i {
    display: inline-block;
    color: #fff;
    background: #e69d2f;
    width: 60px;
    height: 60px;
    font-size: 27px;
    line-height: 2.1;
    margin: 0 0 10px 0;
    text-align: center;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
}

.section-3 .cliente_box h2 {
    font-size: 23px;
    color: #ffffff;
    font-weight: 800;
    margin: 0 0 10px 0;
}

.section-3 .cliente_box p {
    font-size: 16px;
    color: #d8d8d8;
    margin: 0 0 5px 0;
}

.section-3 .cliente_box a {
    color: #e69d2f;
    font-weight: 800;
    transition: all .2s ease-in-out;
}

.section-3 .cliente_box a:hover {
    letter-spacing: 1.5px;
}

.section-3 .left-img {
    position: relative;
}

.section-3 .left-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e69d2f;
    top: 5%;
    left: -5%;
}

.section-3 .left-img img {
    position: relative;
    z-index: 2;
}

.service-section {
    padding: 7% 0;
}

.service-section .heading {
    margin: 0 0 40px 0;
}

.service-section .heading::after {
    margin: 0 auto;
}

.service-section .nav-pills .nav-link {
    text-align: left;
    background: #fff !important;
    margin: 0 0 30px 0;
    padding: 12px;
    border-radius: 50px;
    box-shadow: 0px 10px 30px 0px rgba(0, 68, 167, 0.5);
}

.service-section .nav-link .icon {
    background: #e69d2f;
    padding: 12px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.service-section .nav-pills .nav-link h4 {
    font-size: 20px;
    color: #003d6d;
    font-weight: 800;
    margin: 0;
}

.service-section .nav-pills .nav-link.active {
    background: #003d6d !important;
}

.service-section .nav-pills .nav-link.active h4 {
    color: #fff;
}

.service-section .ser-text .ser-img {
    position: relative;
    margin: 0 0 20px 0;
}

.service-section .ser-text .ser-img img {
    border-radius: 12px;
}

.service-section .ser-text .ser-img .title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, .0)0%, rgba(0, 61, 109, 1) 100%);
    width: 100%;
    padding: 50px 25px 15px 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.service-section .ser-text .ser-img .title h4 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
}

.service-section .ser-text p {
    margin: 0 0 30px 0;
}

.team-section {
    padding: 6% 0;
    background: #003d6d;
}

.team-section .heading {
    color: #fff;
}

.team-section .heading::after {
    margin: 0 auto;
}

.team-section .left-img,
.team-section .right-img {
    position: relative;
}

.team-section .left-img img,
.team-section .right-img img {
    position: relative;
    z-index: 8;
    width: 243px;
    border-radius: 10px;
    background-color: #fff;
}

.team-section .left-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e69d2f;
    top: 16px;
    left: 23px;
    border-radius: 10px;
}

.team-section .right-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e69d2f;
    top: 21px;
    right: 21px;
    border-radius: 10px;
}
.team-section .profile-details1 h4 {
    color: #e69d2f;

    font-size: 30px;
    margin: 0;

    font-weight: 800;

}

.team-section .profile-details1 p {
    color: #e2e2e2;

}

.team-section .profile-details1 .custom-btn1 {
    background: #fff;
    color: #003d6d;
    font-weight: 700;
    margin-top: 20px;
}

.team-section .profile-details h4 {
    color: #e69d2f;
    font-size: 30px;
    font-weight: 800;
}

.team-section .profile-details p {
    color: #e2e2e2;
    letter-spacing: .3px;
}

.team-section .profile-details .custom-btn1 {
    background: #fff;
    color: #003d6d;
    font-weight: 700;
    margin-top: 20px;
}

.contact-section {
    padding: 7% 0;
    background: linear-gradient(90deg, #e69d2f 33%, #fff 33%);
}

.contact-section .contact-bx {
    background: #fff;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 12px;
}

.contact-section .contact-bx .contact-form {
    padding: 20px;
}

.contact-section .contact-bx .form-control {
    padding: 14px;
    margin: 0 0 20px 0;
}

.contact-section .contact-img {
    position: relative;
}

.contact-section .contact-img img {
    height: 480px;
    object-fit: cover;
}

.contact-section .contact-img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, .2), #003d6d);
    opacity: .8;
    left: 0;
    top: 0;
}

.contact-section .contact-img .call {
    position: absolute;
    bottom: 0;
    padding: 20px;
}

.contact-section .contact-img .call p {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    z-index: 9;
    margin: 0;
}

.contact-section .contact-img .call p i {
    background: #fff;
    padding: 10px;
    font-size: 16px;
    border-radius: 50%;
    color: #003d6d;
    margin: 0 5px 0 0;
}

footer {
    background: #101010;
    padding: 5% 0 0 0;
}

footer h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

footer p,
footer p a {
    color: #c9c9c9;
    font-size: 15px;
    margin: 0 0 10px 0;
}

footer p a:hover {
    color: #e69d2f;
}

footer .footer-bottom {
    margin: 2% 0 0 0;
    border-top: 1px solid rgba(204, 204, 204, .4);
    padding: 15px 0;
}

footer .footer-bottom p {
    margin: 0;
}

footer .contact-details .icon i {
    color: #fff;
    font-size: 20px;
    margin: 0 12px 0 0;
    display: inline-block;
}

footer .contact-details .text h5 {
    color: #fff;
    font-size: 19px;
    margin: 0 0 6px 0;
    font-weight: 700;
}

footer .contact-details .text p {
    color: #c9c9c9;
    margin: 0;
    font-size: 14px;
}

footer .social-icon a {
    position: relative;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    font-size: 19px;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 2.8;
    transition: all .2s ease-in-out;
}

footer .social-icon a i {
    position: relative;
    z-index: 3;
}

footer .social-icon a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #e69d2f;
    left: 0;
    transform: scale(0);
    transition: all .4s ease-in-out;
}

footer .social-icon a:hover {
    color: #212121;
}

footer .social-icon a:hover::before {
    transform: scale(1);
}

@keyframes toggler {
    0% {
        width: 30px;
    }

    50% {
        width: 18px;
    }

    100% {
        width: 30px;
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.3, 1.3);
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    p {
        font-size: 15px;
    }

    .custom-btn {
        padding: 12px 38px;
        font-size: 16px;
    }

    .custom-btn1 {
        padding: 10px 30px;
        font-size: 14px;
    }

    .heading {
        font-size: 32px;
        margin: 0 0 20px 0;
    }

    .heading::after {
        width: 50px;
        height: 3px;
        top: 35px;
    }

   

    .about-section .pic {
        margin: 0 0 20px 0;
    }

    .about-section .pic .text {
        position: relative;
        z-index: 3;
    }

    .about-section .pic .text h2 {
        font-size: 32px;
    }

    .about-section .pic .text p {
        font-size: 21px;
    }

    .about-section .img1 img {
        height: 165px;
        object-fit: cover;
    }

    .about-section .img2 img {
        width: 90%;
        margin-top: -15px;
        height: 250px;
        object-fit: cover;
    }

    .about-section p {
        font-size: 15px;
    }

    .counts {
        padding: 10% 0;
    }

    .counts .count-bx {
        border: 2px solid #e69d2f;
        padding: 20px 0;
        margin: 0 0 10px 0;
    }

    .counts .count-bx h2 {
        font-size: 32px;
    }

    .counts .count-bx p {
        font-size: 16px;
        margin: 0;
    }

    .service-section .nav-pills .nav-link {
        padding: 12px;
        margin: 0 0 20px 0;
    }

    .service-section .nav-link .icon {
        padding: 10px;
        width: 55px;
        height: 55px;
    }

    .service-section .nav-pills .nav-link h4 {
        font-size: 19px;
    }

    .team-section {
        padding: 8% 0;
    }

  

    .team-section .right-img::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 109%;
        background: #e69d2f;
        top: -15px;
        right: -15px;
        border-radius: 10px;
    }

    .team-section .profile-details h4 {
        color: #e69d2f;
        font-size: 30px;
        margin: 0;
        font-weight: 800;
    }

    .team-section .profile-details p {
        color: #e2e2e2;
        letter-spacing: .3px;
    }

    .team-section .profile-details .custom-btn1 {
        background: #fff;
        color: #003d6d;
        font-weight: 700;
        margin: 10px 0 0 0;
    }

    .contact-section {
        padding: 7% 0;
        background: linear-gradient(90deg, #e69d2f 33%, #fff 33%);
    }

    .contact-section .contact-bx {
        background: #fff;
        padding: 30px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
    }

    .contact-section .contact-bx .contact-form {
        padding: 20px;
    }

    .contact-section .contact-bx .form-control {
        padding: 14px;
        margin: 0 0 20px 0;
    }

    .contact-section .contact-img {
        position: relative;
    }

    .contact-section .contact-img img {
        height: 480px;
        object-fit: cover;
    }

    .contact-section .contact-img::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(255, 255, 255, .2), #003d6d);
        opacity: .8;
        left: 0;
        top: 0;
    }

    .contact-section .contact-img .call {
        position: absolute;
        bottom: 0;
        padding: 20px;
    }

    .contact-section .contact-img .call p {
        color: #fff;
        font-size: 20px;
        font-weight: 800;
        position: relative;
        z-index: 9;
        margin: 0;
    }

    .contact-section .contact-img .call p i {
        background: #fff;
        padding: 10px;
        font-size: 16px;
        border-radius: 50%;
        color: #003d6d;
        margin: 0 5px 0 0;
    }

    footer {
        background: #101010;
        padding: 7% 0 0 0;
    }

    footer h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 12px 0;
    }

    footer p,
    footer p a {
        color: #c9c9c9;
        font-size: 15px;
        margin: 0 0 10px 0;
    }

    footer p a:hover {
        color: #e69d2f;
    }

    footer .footer-bottom {
        margin: 4% 0 0 0;
        border-top: 1px solid rgba(204, 204, 204, .4);
        padding: 15px 0;
    }

    footer .footer-bottom p {
        margin: 0;
    }

    footer .contact-details .icon i {
        color: #fff;
        font-size: 20px;
        margin: 0 12px 0 0;
        display: inline-block;
    }

    footer .contact-details .text h5 {
        color: #fff;
        font-size: 19px;
        margin: 0 0 6px 0;
        font-weight: 700;
    }

    footer .contact-details .text p {
        color: #c9c9c9;
        margin: 0;
        font-size: 14px;
    }

    footer .social-icon a {
        position: relative;
        color: #fff;
        background: rgba(255, 255, 255, .1);
        font-size: 19px;
        width: 50px;
        height: 50px;
        margin: 0 5px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        line-height: 2.8;
        transition: all .2s ease-in-out;
    }

    footer .social-icon a i {
        position: relative;
        z-index: 3;
    }

    footer .social-icon a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #e69d2f;
        left: 0;
        transform: scale(0);
        transition: all .4s ease-in-out;
    }

    footer .social-icon a:hover {
        color: #212121;
    }

    footer .social-icon a:hover::before {
        transform: scale(1);
    }

}




#WidgetControl5 {
    position: absolute;
    right: -1%;
    top: 46px;
    z-index: 9;
    width: 6%;
    padding: 0;
}

#WidgetControl5.RadDock_Default .rdMiddle .rdCenter {
    background: rgb(200 200 200 / 20%);
    height: 100%;
}

#WidgetControl4.RadDock_Default .rdMiddle .rdCenter,
#WidgetControl4.RadDock_Default .rdBottom .rdCenter {
    background-color: transparent !important;
}

#MenuControl.RadDock_Default .rdMiddle .rdCenter,
#MenuControl.RadDock_Default .rdBottom .rdCenter {
    background-color: transparent !important;
}



/*nav-bar*/
.dropdown-toggle {
    position: relative;
}

.nav-item ul li .dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 10px;
}

#MenuControl_C .bg-light {
    /* padding: 102px; */
    /* width: 80%; */
    top: 15%;
    /* color: #000 !important; */!im;!imo;!imop;!imo;!i;!;
    /* margin-left: 120px; */
    --bs-bg-opacity: 1;
    background-color: #e69d2f !important;
    height: 85%;
}


.table-responsive {
    min-height: .01%;
    overflow: hidden !important;
    border: 0;
    padding: 0;
}

#widgetsControl_C,
#widgetsControl {
    height: auto !important;
}

#HomepagecontentControl p,
#HomepagecontentControl li {
    text-align: left;
    margin: 0 0 10px 0;
}




.main-table{font-family: "Nunito", sans-serif !important;font-weight:normal;Font-size:14px;color: #222 !important;text-align:justify;padding: 0 5px;}
.sub-heading{font-family: "Nunito", sans-serif !important;font-weight: 700;Font-size: 20px;color:#023c6c;line-height: 34px;/* text-transform:uppercase; */margin:0;text-align: left;position: relative;margin-bottom: 1rem;}
.sub-heading::after { position:absolute; content:''; width: 60px; height: 3px; background: #e69d2f; left: 0; bottom: -10px}

.sub-heading-1:before {
    bottom: -4px !important;
}
.sub-heading-1:after {
    bottom: -4px !important;
}

.cont-page h2{    font-weight:bold;
    color: #111;
    font-size: 19px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
	margin-top:10px;}

.cont-page .st-feature-box{
    background: #00295a;
    padding-top: 10px;
    padding-bottom: 17px;
    margin-bottom: 6px;
    padding-right: 25px;
    color: #fff;
    font-size: 15px;
    }
	
.cont-page .feature-box-image{    margin-top: 13px;}

.brnh-off p{margin-bottom:2px;}


.st-custom-heading-layout2.st-custom-heading-wraper {
    margin-bottom: 24px;
}

.st-custom-heading-layout2 .st-heading-title {
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px; font-weight:bold;
	margin-top: 0;
}

.st-custom-heading-layout2 .st-heading-title>span {
	    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin-bottom: 11px;
}

.st-custom-heading-layout2 .heading-line {
    width: 26px;
    height: 1px;
    background: #023c6c;
    margin: 0;
}

.st-feature-box {
    padding-left: 58px;
    position: relative;
    margin-bottom: 35px;
}

.st-feature-box .st-feature-box-icon {
    color: #111;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height:0px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.cont-soc img{margin-right:5px;}
::placeholder{font-family: "Nunito", sans-serif !important;}
/* innr-pg-c Start */
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
  .innr-pg-c{margin-bottom: 20px;padding: 32px 0;position: relative;background:url(../Image/inner-bg-img.jpg) no-repeat right/cover scroll;}
  .innr-pg-c h1{font-weight: 800;font-family: "Nunito", sans-serif !important;Font-size: 26px;color: #fff;text-align: left;border-left: 3px #fff solid;text-transform: uppercase;position:relative;z-index:1;border-radius: 4px;padding: 5px 0 5px 20px;}
  .innr-pg-c:after{content:'';position:absolute;left:0px;right:0px;top:0px;width:100%;height:100%;z-index: 0;background-image: linear-gradient(22deg,#e69d2f, #034d82);}
/* innr-pg-c End */

.team_img {
    width: 140px;
    border: 6px solid #777;
    border-radius: 50%;
}


@media (max-width: 600px) {
	.heading-innerpage h2{font-size:35px;}
	.heading-innerpage h2::after{
		display:none;
	}

}

.image-container img{aspect-ratio:1/1;object-fit:cover;}
.text-block {
            background-color: #034d82;
            color: white;
            padding-left: 20px;
            padding-right: 20px;
            display: flex;
            border-bottom-right-radius: 5px;
            min-height: 68px;
            align-items: center;
            justify-content: center;
    margin-bottom:2rem;
        }
.text-block h4{font-size:18px; text-align:center;}
.profile-card{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding:10px;
}
.profile-card h3{
    font-size: 16px;
    text-align:center;
    min-height: 41px;
    margin-top:1rem;
    margin-bottom:0;
    color:#034d82;
}

.profile-card p{
    text-align:center !important;    
}

#marquee1 a{
    font-size:16px !important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header{
    /* width: 100%; */
}
.header .header-item {display: flex;align-items: center;justify-content: flex-end;}
.header .header-icon {width: 40px;display: flex;align-items: center;justify-content: center;}
.header .header-text {padding-left: 15px;}
.header .header-text h3 {margin: 0 0 5px 0;color: #ffffff;font-size: 17px;font-weight: 400;}
.header .header-text p {margin: 0;color: #ffffff;font-size: 13px;font-weight: 400;}
@media (min-width: 992px) {
.header {padding: 0 60px;}
}
@media (max-width: 991.98px) {
    .header .logo {text-align: center;}
}  
/*--------------------------------------------------------------
# nav-bar
--------------------------------------------------------------*/
.dropdown-toggle{position:relative;}
.nav-item ul li .dropdown-toggle::after{position:absolute;right: 5px; top: 10px;}
/*#MenuControl*/ 
.navbar.bg-light{width: 82%;margin-left: 126px;background-color: #003d6d !important;height:100%;}
.nav-link:focus, .nav-link:hover{color: #FFFFFF;}
.nav-link{font-weight: 400;color: #fff;}
.nav-fill{width:100%; font-size: 15px;}
.navbar-brand{margin:0;}


@media (max-width: 1170px){
.navbar-expand-md .navbar-nav .nav-link{padding-right:1px; padding-left: 1px;}
}
@media (max-width: 991px){
#MenuControl, #MenuControl_C, #HeaderControl, #HeaderControl_C, #widgetsControl_C, #widgetsControl{ height: initial !important;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 12px;}
}

@media (max-width: 767px){
.navbar-toggler{background:#eee;}
.navbar.navbar-expand-md{text-align:center;}
.navbar.navbar-expand-md .container-fluid{display:block;}
.nav-fill .nav-item, .nav-fill>.nav-link{text-align:left;}
.navbar-nav>li{ display: block; text-align: left; padding: 4px 0; border-bottom: 1px solid #999; border-right:0; }
.nav-item ul li .dropdown-toggle::after{transform: rotate(90deg);}
.nav-item .nav-link.dropdown-toggle::after {position: absolute; right: 5px; top: 15px;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 14px;padding-right: 5px; padding-left: 5px;}}

/*--------------------------------------------------------------
# Banner-Section
--------------------------------------------------------------*/
.bnnr .carousel .carousel-inner .carousel-item {position: relative;overflow: hidden;}

.bnnr .carousel .carousel-inner .carousel-item img {animation-name: image-zoom ;animation-duration: 10s;animation-delay: 1s;animation-direction: alternate;animation-iteration-count: infinite;transition: 0.5s;}
@keyframes image-zoom {
    0%  {width: 100%; height: 100%; -webkit-filter: blur(0px); opacity: 1;}
    25% {width: 115%; height: 115%; -webkit-filter: blur(3px); opacity: 0.9; }
    50% {width: 130%; height: 130%; -webkit-filter: blur(10px); opacity: 0.7; }
    75% {width: 115%; height: 115%; -webkit-filter: blur(3px); opacity: 0.9; }
    100% {width: 100%; height: 100%; -webkit-filter: blur(0px); opacity: 1;}
}
.bnnr .carousel-indicators [data-bs-target]{margin-right: 15px;width: 10px;height: 10px;border: 6px solid #e69d2f;background: #030f27;transition: .5s;}
.bnnr .carousel-caption {bottom: 5.25rem;}
.bnnr .carousel-control-next, .bnnr .carousel-control-prev{width: 60px;  height: 60px; opacity: 1; background:#e69d2f; top: 40%;  transition: .3s;}
.bnnr .carousel-dark .carousel-control-next-icon, .bnnr .carousel-dark .carousel-control-prev-icon { filter: invert(0) grayscale(0);}
.bnnr .carousel-caption h2{font-size: 65px; font-weight: bold; margin-bottom: 16px; text-transform: uppercase; animation: fadeInRight 2000ms ease-in-out; color:#fdbe33;}
.bnnr .carousel-caption h4{font-size: 25px; font-weight: bold; margin-bottom: 16px; text-transform: uppercase; animation: fadeInRight 2000ms ease-in-out; color:#fdbe33;}
.bnnr .carousel-caption h2 span{color:#fff;    display: block; font-size: 48px;}
.bnnr .carousel-caption h4 span{color:#fff;}
.bnnr .carousel-caption .rd-mr{ animation: fadeInRight 2000ms ease-in-out;}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {padding: 60px 0;}
  /* background-color */
 .bg-1{background-color:#e69d2f;}
 .bg-2{background-color :#030f27;}
  /* Text-color */
 .cl-1{color:#e69d2f;}
 .cl-2{color :#030f27;}
 .cl-3{color :#a2a2a2;}
  /* Font-Size */
 .fs-15{font-size: 15px;}
 .fs-18{font-size: 18px;}
 .fs-22{font-size: 22px;}
 .fs-52{font-size: 52px;}
 /* hm-heading */
 .hm-head {position: relative;display: inline-block;text-transform: uppercase;}
.hm-head::before {content: "";width: 100px;position: absolute;bottom: 50%;left: 0;transform: translateY(-50%);margin-bottom: -6px;margin-left: -100px;border: 1px solid #fdbe33 !important;}
.hm-head::after {content: "";width: 50px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);margin-top: -8px;margin-left: -50px;border: 1px solid #030f27 !important;}
.sub-hm-head{font-size: 22px; margin-bottom: 2px; }
.sub-hm-head::before {content: "";width: 100px;position: absolute;bottom: 50%;right: 0;transform: translateY(-50%);margin-bottom: -8px;margin-right: -100px;border: 1px solid #fdbe33 !important;}
.sub-hm-head::after {content: "";width: 50px;position: absolute;top: 50%;right: 0;transform: translateY(-50%);margin-top: -6px;margin-right: -50px;border: 1px solid #030f27 !important;}
 
/*--------------------------------------------------------------
# nav-bar
--------------------------------------------------------------*/
.dropdown-toggle{position:relative;}
.nav-item ul li .dropdown-toggle::after{position:absolute;right: 5px; top: 10px;}
/*#MenuControl*/ 
.navbar.bg-light{/* background-color: transparent !important; */height:100%;}
.nav-link:focus, .nav-link:hover{color:#FFFFFF;;}
.nav-link{/* padding: 0px 58px 0px 86px; */font-weight: 600;font-size: 18px;color: #fff;}
.nav-fill{width:100%;font-size: 15px;/* color: #000; */}
.navbar-brand{margin:0;}
.nav-item{position:relative;}

@media (max-width: 1170px){
.navbar-expand-md .navbar-nav .nav-link{padding-right:1px; padding-left: 1px;}
}
@media (max-width: 991px){
#MenuControl, #MenuControl_C, #HeaderControl, #HeaderControl_C, #widgetsControl_C, #widgetsControl{ height: initial !important;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 12px;}
}

@media (max-width: 767px){
.navbar-toggler{background:#eee;}
.navbar.navbar-expand-md{text-align:center;width: 100%;margin-left: 0px;}
.navbar.navbar-expand-md .container-fluid{display:block;}
.nav-fill .nav-item, .nav-fill>.nav-link{text-align:left;}
.navbar-nav>li{ display: block; text-align: left; padding: 4px 0; border-bottom: 1px solid #999; border-right:0; }
.nav-item ul li .dropdown-toggle::after{transform: rotate(90deg);}
.nav-item .nav-link.dropdown-toggle::after {position: absolute; right: 5px; top: 15px;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 14px;padding-right: 5px; padding-left: 5px;}}
/*--------------------------------------------------------------
# icon
--------------------------------------------------------------*/
.line {background-image: -webkit-linear-gradient(45deg, #030f27 , #e69d2f ); height: 8px; width: 0%; position: fixed; top: 0; z-index: 99999999;} 

/*--------------------------------------------------------------
}
@media (max-width: 767px) {
  .abt_img{border-radius: 0; width: 100%;}
  

#header img{margin:inherit;}
  /* .navbar-toggler{position: absolute; top: -60px; right: 0;} */
.caption{width: 100%;}
.wback .caption{    top: 30%;}

}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {padding: 60px 0;}
  /* background-color */
 .bg-1{background-color: #003d6d;}
 .bg-2{background-color :#030f27;}
  /* Text-color */
 .cl-1{color:#e69d2fe69d2f;}
 .cl-2{color :#030f27;}
 .cl-3{color :#a2a2a2;}
  /* Font-Size */
 .fs-15{font-size: 15px;}
 .fs-18{font-size: 18px;}
 .fs-22{font-size: 22px;}
 .fs-52{font-size: 52px;}

 /* hm-heading */
 .hm-head {position: relative;display: inline-block;text-transform: uppercase;}
.hm-head::before {content: "";width: 100px;position: absolute;bottom: 50%;left: 0;transform: translateY(-50%);margin-bottom: -6px;margin-left: -100px;border: 1px solid #fdbe33 !important;}
.hm-head::after {content: "";width: 50px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);margin-top: -8px;margin-left: -50px;border: 1px solid #030f27 !important;}
.sub-hm-head{font-size: 22px; margin-bottom: 2px; }
.sub-hm-head::before {content: "";width: 100px;position: absolute;bottom: 50%;right: 0;transform: translateY(-50%);margin-bottom: -8px;margin-right: -100px;border: 1px solid #fdbe33 !important;}
.sub-hm-head::after {content: "";width: 50px;position: absolute;top: 50%;right: 0;transform: translateY(-50%);margin-top: -6px;margin-right: -50px;border: 1px solid #030f27 !important;}
 /* Scroll */
 ::-webkit-scrollbar{width: 10px;height: 10px;border-radius: 0px;}
 ::-webkit-scrollbar-thumb{background-color:#030f27;background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.3) 25%, transparent 20%, transparent 50%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.3) 75%, transparent 75%, transparent);border-radius: 0px;}
 ::-webkit-scrollbar-track{background: #757474;box-shadow: inset 0 0 6px rgba(0,0,0,0.3);-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 0px}
 /* text-justify */
 .text-justify{text-align: justify;}
 /* hm_sub_head */
 .hm_head span{font-style: italic;background: linear-gradient(to right, #e69d2f 0%, #9e7247 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
 /* read-more btn */
 .hm-btn{position: relative;display: inline-block;overflow: hidden;text-transform: uppercase;border: 1px solid currentColor;color: #030f27;padding: 10px 24px;border-radius: 2px;transition: 0.3s linear;}
 .hm-btn:hover{background-color:#e69d2f ; border: 1px solid#030f27;}
#MenuControl_C {
    /* color: #000; */
    background: #003d6d;
    overflow: visible !important;
    z-index: 9999999 !important;
}
@media (max-width: 767px) {
  .navbar.bg-light { 
  
  margin-left:0 px;
}}