@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body {
   -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
    margin: 0;
    padding: 0;
     font-family: "Rubik", sans-serif;;
   
}

*{ font-family: "Rubik", sans-serif  !important;}
.fa{font-family:fontawesome !important;}
ul li{ font-family: "Rubik", sans-serif;;}

.dropdown-toggle {
    white-space: normal;
}

a {
     font-family: "Rubik", sans-serif;;
    text-decoration: none !important;
}

p {
     font-family: "Rubik", sans-serif;;
    color: #3d3d3d;
    font-size: 16px;
    letter-spacing: .2px;
    margin: 0 0 10px 0;
    line-height: 1.6;
    font-weight: 400;
}

.custom-btn {
    border:1px solid #e69d2f;
    background: #e69d2f;
    color: #fff;
    display: inline-block;
    padding: 14px 50px;
    font-size: 18px;
    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-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);
    }
}

.heading {
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 25px 0;
    color: #003d6d;
    position: relative;
     font-family: "Rubik", sans-serif;;
}

.heading span {
    position: relative;
    z-index: 3;
}

.heading::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 5px;
    background: #e69d2f;
    left: 0;
    right: 0;
    top: 50px;
    border-radius: 3px;
}
.navbar-toggler{padding:0 !important;}
.toggler-btn {
    /* width: 100%; */
    cursor: pointer;
    /* height: 90px; */
    display: flex;
    flex-direction: column;
    padding: 32.5px 18px;
    background: #fff;
}

.toggler-btn .top-bar,
.toggler-btn .middle-bar,
.toggler-btn .bottom-bar {
    width: 30px;
    height: 3px;
    background: #034d82;
    border-radius: 3px;
}

.toggler-btn .top-bar {
    animation: toggler 1.7s infinite;
}

.toggler-btn .middle-bar {
    animation: toggler 1.3s infinite;
}

.toggler-btn .bottom-bar {
    animation: toggler 2.2s infinite;
}

/*======================== Top header ====================*/
.top-header {
    background: #034d82;
    padding: 10px 0;
}

.top-header p {
    margin: 0;
    color: #fff;
}

.top-header p a {
    color: #f4f4f4;
    font-size: 15px;
    margin: 0 5px;
}

.top-header p a i {
    font-size: 13px;
    margin: 0 7px 0 0;
}

.top-header .login-icon i {
    padding: 6px;
    background: #fff;
    border-radius: 50%;
    color: #e69d2f;
    font-size: 11px;
    margin: 0 4px 0 0;
}

header {
    z-index: 2;
    width: 100%;
    position: absolute;
    background: rgb(200 200 200 / 20%);
    backdrop-filter: blur(3px);
}

.navbar .nav-item .nav-link {
    color: #034d82;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 2px;
    position: relative;
}

.navbar .nav-item .nav-link:hover {
    color: #e69d2f;
}

.navbar .nav-item .custom-btn {
    margin-top: -7px;
}

.right-nav {
    position: absolute;
    z-index: 9;
    background: #fff;
    right: 0;
    top: 0;
    height: 100vh;
    width: 450px;
    overflow: hidden;
    padding: 50px;
    display: none;
    text-align: center;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: #355f90;
    color: #fff;
}
.right-nav img {
    background: #fff;
    margin: 10px 0 30px 0;
}

.right-nav .social-icon a {
    color: #212121;
    margin: 7px;
}

.right-nav .social-icon a:hover {
    color: #003d6d;
}

.banner-section {
    position: relative;
}

.banner-section video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* border-bottom-right-radius: 150px; */
}

.banner-section .banner-content {
    width: 100%;
    height: 99%;
    position: absolute;
    background: linear-gradient(90deg, rgba(3, 77, 130, .7), rgb(18 18 18 / 40%));
    top: 0;
    left: 0;
}

.banner-section .banner-content .text {
    position: absolute;
    left: 90px;
    top: 30%;
    width: 50%;
}

.banner-section .banner-content .text h2 {
    color: #fff;
    font-size: 50px;
    /* font-weight: 700; */
    margin: 0;
    font-family: "Rubik", sans-serif;
}

.banner-section .banner-content .text h6 {
    color: white;
    text-align: end;
    font-size: 25px;
    margin: 0 0 30px 0;
}

.about-section {
    padding: 7% 0;
}

.about-section .pic {
    position: relative;
    margin-left: 8px;
}

.about-section .pic .text {
    position: relative;
    z-index: 3;
    padding: 40px 10px;
}

.about-section .pic .text h2 {
    font-size: 38px;
    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: 190px;
    object-fit: cover;
    z-index: 2;
}

.about-section .img2 img {
    width: 90%;
    margin-top: -5px;
    margin-left: 7%;
    border-radius: 10px;
    height: 300px;
    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;
}


#WhatsNewControl{margin-top:30px;padding:0 20px;}


.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: 22px;
    color: #003d6d;
    font-weight: 700;
    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: 3;
    border-radius: 10px;
}

.team-section .left-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 109%;
    background: #e69d2f;
    top: -15px;
    left: -15px;
    border-radius: 10px;
}

.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: 23px;
    margin: 0;
    font-weight: 800;
     font-family: "Rubik", sans-serif;
}

.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: #003d6dd6;
    padding: 7% 0 0 0;
    position:relative;
}
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body {
   -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
    margin: 0;
    padding: 0;
     font-family: "Rubik", sans-serif;;
   
}

*{ font-family: "Rubik", sans-serif  !important;}
.fa{font-family:fontawesome !important;}
ul li{ font-family: "Rubik", sans-serif;;}

.dropdown-toggle {
    white-space: normal;
}

a {
     font-family: "Rubik", sans-serif;;
    text-decoration: none !important;
}

p {
     font-family: "Rubik", sans-serif;;
    color: #3d3d3d;
    font-size: 16px;
    letter-spacing: .2px;
    margin: 0 0 10px 0;
    line-height: 1.6;
    font-weight: 400;
}

.custom-btn {
    border:1px solid #e69d2f;
    background: #e69d2f;
    color: #fff;
    display: inline-block;
    padding: 14px 50px;
    font-size: 18px;
    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-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);
    }
}

.heading {
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 25px 0;
    color: #003d6d;
    position: relative;
     font-family: "Rubik", sans-serif;;
}

.heading span {
    position: relative;
    z-index: 3;
}

.heading::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 5px;
    background: #e69d2f;
    left: 0;
    right: 0;
    top: 50px;
    border-radius: 3px;
}

.toggler-btn {
    /* width: 100%; */
    cursor: pointer;
    /* height: 90px; */
    display: flex;
    flex-direction: column;
    padding: 32.5px 18px;
    background: #fff;
}

.toggler-btn .top-bar,
.toggler-btn .middle-bar,
.toggler-btn .bottom-bar {
    width: 30px;
    height: 3px;
    background: #034d82;
    border-radius: 3px;
}

.toggler-btn .top-bar {
    animation: toggler 1.7s infinite;
}

.toggler-btn .middle-bar {
    animation: toggler 1.3s infinite;
}

.toggler-btn .bottom-bar {
    animation: toggler 2.2s infinite;
}

/*======================== Top header ====================*/
.top-header {
    background: #034d82;
    padding: 10px 0;
}

.top-header p {
    margin: 0;
    color: #fff;
}

.top-header p a {
    color: #f4f4f4;
    font-size: 15px;
    margin: 0 2px;
}

.top-header p a i {
    font-size: 13px;
    margin: 0 3px 0 0;
}

.top-header .login-icon i {
    padding: 6px;
    background: #fff;
    border-radius: 50%;
    color: #e69d2f;
    font-size: 11px;
    margin: 0 4px 0 0;
}

header {
    z-index: 2;
    width: 100%;
    position: absolute;
    background: rgb(200 200 200 / 20%);
    backdrop-filter: blur(3px);
}

.navbar .nav-item .nav-link {
    color: #034d82;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 2px;
    position: relative;
}

.navbar .nav-item .nav-link:hover {
    color: #e69d2f;
}

.navbar .nav-item .custom-btn {
    margin-top: -7px;
}

.right-nav {
    position: absolute;
    z-index: 9;
    background: #fff;
    right: 0;
    top: 0;
    height: 100vh;
    width: 450px;
    overflow: hidden;
    padding: 50px;
    display: none;
    text-align: center;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: #355f90;
    color: #fff;
}
.right-nav img {
    background: #fff;
    margin: 10px 0 30px 0;
}

.right-nav .social-icon a {
    color: #212121;
    margin: 7px;
}

.right-nav .social-icon a:hover {
    color: #003d6d;
}

.banner-section {
    position: relative;
}

.banner-section video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* border-bottom-right-radius: 150px; */
}

.banner-section .banner-content {
    width: 100%;
    height: 99%;
    position: absolute;
    background: linear-gradient(90deg, rgba(3, 77, 130, .7), rgb(18 18 18 / 40%));
    top: 0;
    left: 0;
}

.banner-section .banner-content .text {
    position: absolute;
    left: 90px;
    top: 30%;
    width: 50%;
}

.banner-section .banner-content .text h2 {
    color: #fff;
    font-size: 50px;
    /* font-weight: 700; */
    margin: 0;
    font-family: "Rubik", sans-serif;
}

.banner-section .banner-content .text h6 {
    color: white;
    text-align: end;
    font-size: 25px;
    margin: 0 0 30px 0;
}

.about-section {
    padding: 7% 0;
}

.about-section .pic {
    position: relative;
    margin-left: 8px;
}

.about-section .pic .text {
    position: relative;
    z-index: 3;
    padding: 40px 10px;
}

.about-section .pic .text h2 {
    font-size: 38px;
    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: 190px;
    object-fit: cover;
    z-index: 2;
}

.about-section .img2 img {
    width: 90%;
    margin-top: -5px;
    margin-left: 7%;
    border-radius: 10px;
    height: 300px;
    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;
}


#WhatsNewControl{margin-top:30px;padding:0 20px;}


.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: 22px;
    color: #003d6d;
    font-weight: 700;
    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: 3;
    border-radius: 10px;
}

.team-section .left-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 109%;
    background: #e69d2f;
    top: -15px;
    left: -15px;
    border-radius: 10px;
}

.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: 23px;
    margin: 0;
    font-weight: 800;
     font-family: "Rubik", sans-serif;
}

.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: #012b4c; */
    padding: 7% 0 0 0;
    position:relative;
}
footer:before{
    background-image: url(../Image/testimonial1.png);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:'';
       background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: overlay;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

footer img{background:#fff;}
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);
}

@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;
    }
    #MenuControl {
                top: 22%!important;
                background: #00000000;
            }
        .heading-innerpage {
    margin-top: 0px;
}

    .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;
    }

    /*======================== Top header ====================*/
    .top-header {
        background: #034d82;
        padding: 8px 0;
    }

    .top-header p a {
        font-size: 14px;
    }

    .top-header p a i {
        font-size: 12px;
    }

    .top-header .login-icon i {
        padding: 5px;
    }

    header {
        margin-top: -1px;
    }

    .banner-section {
        position: relative;
    }

    .banner-section video {
        height: 300px;
    }

    .banner-section .banner-content .text {
        left: 15px;
        top: 47%;
        width: 65%;
    }

    .banner-section .banner-content .text h2 {
        font-size: 24px;
    }

    .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 .left-img::after {
        width: 100%;
        height: 103.5%;
        background: #e69d2f;
        top: -5px;
        left: -5px;
    }

    .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: #003d6d;
        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);
    }

}


.bg-light {
    background: transparent !important;
}

#HeaderControl {
    position: absolute;
    /* left: -14px; */
    top: 46px;
    z-index: 9;
    width: 24%;
    text-align: center;
    background: #fff;
}

#HeaderControl_C {
    display: flex;
    align-items: center;
}

#HeaderControl.RadDock_Default .rdMiddle .rdCenter,
#HeaderControl.RadDock_Default .rdBottom .rdCenter {
    background-color: transparent !important;
}

#WidgetControl5 {
    position: absolute;
    right: 0%;
    top: 46px;
    z-index: 9;
    width: 5%;
    padding: 0px;
    background: #fff;
}

#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;
}

#MenuControl {
    position: absolute;
    right: 5%;
    top: 46px;
    z-index: 8 !important;
    background: #fff;
    width: 71%;
    /* display: flex; */
    /* align-items: center; */
}

@media (min-width: 320px) and (max-width:768px) {
    #HeaderControl {
        width: 78%;
        text-align: center;
        top: 66px;
        left: 0px;
    }

    #MenuControl {
        right: 0% !important;
        width: 22%;
        background: #ffffff !important;
        /* margin-top: -5px; */
        /* padding-top: 14px; */
        /* padding-bottom: 4%; */
        /* background: rgb(200 200 200 / 20%) !important; */
        top: 18% !important;
    }

    .navbar {
        padding: 8.5px 5px;
    }

    #navbarNavDropdown {
        height: auto;
        position: absolute;
        right: -9%;
        background: #034d82;
        width: 544%;
        margin-top: 33px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        color: #fff !important;
    }
}

/* #HeaderControl, #HeaderControl_C, #MenuControl #MenuControl_C} */
center #form1 #MenuControl .nav-link {
    color: #034d82;
    font-size: 14px;
}

center #form1 .nav-btn .nav-bar {
    background: #212121 !important;
}

center #form1 .nav-right .user-icon {
    color: #121212;
    border-color: #121212
}

center #form1 #HeaderControl {
    position: relative;
    top: 0;
    background: #ffffff;
}

center #form1 #MenuControl,
center #form1 #WidgetControl5.RadDock_Default .rdMiddle .rdCenter {
    /* background: #ffffff !important; */
}

/*nav-bar*/
.dropdown-toggle {
    position: relative;
}

.nav-item ul li .dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 10px;
}

#MenuControl_C .bg-light {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
    height: 100%;
    width: 96%;
}

/* #MenuControl .nav-link:focus,#MenuControl .nav-link:hover{color: #fff !important;border-bottom: 1px solid #fff;} */
.nav-item {
    margin: 2px 2px;
}

.nav-link {
    font-weight: 600;
    font-size: 17px;
    padding: 0px;
    margin: 0 5px;
}

.nav-fill {
    font-size: 15px;
}

.navbar-brand {
    margin: 0;
}

/*nav-bar*/
@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;
    }

    .toggler-btn {
        /* width: 100%; */
        cursor: pointer;
        /* height: 90px; */
        display: flex
    ;
        flex-direction: column;
        padding: 8.5px 18px;
    }
}

@media (max-width: 769px) {}

a {
    text-decoration: none;
}

@media (max-width: 767px) {
    
    .team-section .profile-details h4 {
        color: #e69d2f;
        font-size: 30px;
        margin-top:25px!important;
        margin-bottom:20px;
        font-weight: 800;
    }
    .about-section {
        padding: 2% 2% 6% 2%!important;
    }
    .ups1 {
        min-height: auto;}
    #WhatsNewControl{margin-top:0px}
    .nav-fill {
        font-size: 14px;
        padding: 14px 5px 14px 30px;
    }
    .navbar.navbar-expand-md {
        text-align: center;
    }
    .otherpagecss #MenuControl_C {
        margin-top: 51px;
    }

    .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 {
        color: #fff;
        font-size: 14px;
        padding-left: 15px;
    }
    .otherpagecss #navbarNavDropdown{margin-top:-3px;}
    #MenuControl_C
    {
        margin-top: 2px;
    }
    .otherpagecss .navbar {
        padding: 5.5px 5px;
    }

    .logo 
    {
        /* margin-top:70px; */
    }
}

.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;
}

.dropdown-menu {
    border-radius: 0 !important;
    padding: 0;
    min-width: 240px;
    background: #034d82;
}

.dropdown-menu .dropdown-item {
    font-size: 16px;
    color: #fff;
    white-space: normal;
    padding: 5px 10px!important;
}

/* .dropdown-menu .dropdown-item:hover {background: #c6c6c6;} */

@media (min-width:1023px) {

    .navbar-nav li:hover>ul.dropdown-menu {
        display: block;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0;
        right: 100%;
        left: auto;
        margin-top: -6px;
    }

    
    .dropdown-menu>li>a:hover:after {
      
        transform: rotate(180deg);
    }

    .dropend .dropdown-menu {
        right: 100% !important;
        top: 0;
        left: auto!important;
    }
}


#widgetsControl {
    height: auto;
}


.main-table{font-weight:normal;Font-size:17px;color: #222 !important;line-height:24px;text-align:justify;padding: 0 5px;}
.sub-heading{font-weight: 700;Font-size: 20px;color:#023c6c;line-height: 34px;/* text-transform:uppercase; *//* margin-top:30px; */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;
    text-align: center;
    color: #111;
    font-size: 22px;
    margin-top: 0;
    text-transform: uppercase;}

.cont-p{font-size: 20px;
    font-weight:600;
    color: #034d82;
    text-align: center;}
.cont-page .st-feature-box{
    text-align: left;
    background: #034d82;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    padding-right: 10px;
    min-height: 131px;
    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:75px;
    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;}
.heading-innerpage {padding: 3% 0;background-image: linear-gradient(22deg,#e69d2f, #034d82);margin-top:-21px;}
.heading-innerpage h2 {color: #fff;font-size: 31px;font-weight: 600;margin: 0;text-transform: uppercase;letter-spacing: 1px;text-align: center;position: relative;font-family: 'Nunito Sans' , sans-serif;}
/* .heading-innerpage h2::after {position: absolute;content: '';background: #ffff;width: 140px;height: 2px;top: 48px;left: 0;right: 0;margin: 0 auto;}  */

@media (max-width: 600px) {
	.heading-innerpage h2{font-size:35px;}
	.heading-innerpage h2::after{
		display:none;
	}
}


.main-table {
    margin-bottom: 60px;
    margin-top: 18px;
}
.main-table h4{color:#3d3d3d;font-size:20px!important;}

.main-table p{
    color: #3d3d3d;
    font-size: 16px;
    letter-spacing: .2px;
    margin: 0 0 10px 0;
    line-height: 1.6;
    font-weight: 400;
    text-align: justify;
}


#RadDockZone1 {
    /* max-width: 100%; */
    overflow: visible !important;
    padding: 0px !important;
}

.service-section .title h4 
{
    padding-bottom: 20px;
}

.count-bx p 
{
    text-align: center!important;
}

.content p 
{
    color: #3d3d3d;
    font-size: 17px;
    letter-spacing: .2px;
    margin: 0 0 10px 0;
    line-height: 1.6;
    font-weight: 400;
    text-align: left;
}

h6.Team-Name {
    font-size: 20px;
    color: #034d82;
    font-weight: 800;
    padding-bottom: 2px;
}

.text a 
{
    margin-top:12px;
}

.about-section p 
{
    text-align: justify!important;
}
.profile-details
{
    text-align: justify!important;
}

.main-table ul li 
{
color: #3d3d3d;
    font-size: 16px;
    /* letter-spacing: .2px; */
    margin: 0 0 10px 0;
    /* line-height: 1.6; */
    font-weight: 400;
    text-align: justify;
/* margin-top: 35px; */
}

ul.updates {list-style-type: none;padding: 0;}
ul.updates>li>a{color:#034d82;}
ul.updates>li>i{font-size:25px; color:red;margin-right:10px;}

.feature-box-image i{
color: #fff;
    font-size: 29px;
}


.glry-page img {
    width:100%;
    height:300px;
    margin: 10px auto;
}
/* 
.bg-1 {
    background-color: #003d6d;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity))!important;
} */

.icon-pr{padding-right:10px;}
.due-dates marquee p{
 color: #003d6d;
    font-size: 16px;
    font-weight: 600;
}

/*============WHATSAPP==========*/
  
.whatsapp_btn{
    position: fixed;
    bottom: 5em;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}
.whatsapp_btn .icon_logo{
    position: relative;
    z-index: 100;
    padding: 5px;
}

.whatsapp_btn .icon_logo > a > img{
    width: 100%;
}

.whatsapp_btn .circle_waves{
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes waves {
    from {
        transform: scale(.55, .55);
        opacity: .6;
    }
    to {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

/* TEAM PAGE */

.tm_img {
    border-radius: 6%;
    border: 6px solid #003163;
}
.teamsub-head {
    font-weight: bold;
    Font-size: 18px!important;
    color: #003163!important;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0;
    text-align: left;
}


.team-pg h5{font-size: 19px; color: #023c6c; padding: 12px 0px;}

.team-pg h6{font-size: 19px;
    color: #023c6c;
    font-weight: 600;
    padding: 20px 0px 10px 0px;
}
.main-heading {
    font-weight: bold;
    Font-size: 18px;
    color: #003d6d;
    line-height: 36px;
    border-bottom: 1px #ccc dashed;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
    margin-top: 20px;
}

/* about us box */

.ups1 {
    min-height: 393px;
    background: #fff;
    padding: 30px 20px;
    margin: 20px 0 0 0;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ups1 img {
    width: 80px;
    margin: 0 0 20px 0;
}

.ups1 h5{color: #023c6c;font-weight: 600;font-size:21px;padding-bottom:10px;}


.about-section { padding: 2% 0 6% 0;}
.about-img, .feature-img { position: relative; height: 100%; min-height: 400px;}
.about-img img, .feature-img img {/* position: absolute; *//* width: 60%; *//* height: 80%; *//* object-fit: cover; *//* border: 2px solid gold; */border: 5px solid #e69d2f;}
.about-img img:last-child, .feature-img img:last-child {/* margin: 16% 0 0 40%; */}
.about-img::before, .feature-img::before {/* position: absolute; *//* content: ""; */width: 60%;height: 80%;top: 10%;left: 20%;border: 5px solid #e69d2f;z-index: 0;}
.heading1 h2 {
    font-size: 50px;
    margin: 0 0 20px 0;
    font-weight: 600;
    color: #252525;
}
.core-cont h3{font-weight: 600;
    font-size: 21px;
    color: #023c6c;
}
.abt-img{width:60px;}
.core-cont h6{font-size:18px;color:#023c6c;font-weight:600;}
.core-cont .ser-box { padding: 20px 20px 10px 20px; border-left: 5px solid #023c6c; box-shadow: 3px 3px 3px 3px gray; margin: 0 0 20px 0;}

/* service-page */
.service-page { padding: 3% 0;}
.service-page .list-group-item { padding: 12px 10px;  font-family: "Rubik", sans-serif; font-size: 23px; font-weight: 400;}
.service-page .list-group-item.active { background: #023c6c; border-radius: 0; border: 0;}
.sub-headings { font-weight:600;color:#023c6c;font-size: 36px; text-align: center; margin: 30px 0; position: relative; padding: 12px 0;}
.sub-headings::after { content: ''; position: absolute; width: 370px; height: 5px; bottom: 0; left: 0; right: 0; margin: 0 auto; background: #023c6c;}
.service-page .ser-box { padding: 20px 20px 10px 20px; border-left: 5px solid #023c6c; box-shadow: 3px 3px 3px 3px gray; margin: 0 0 20px 0;}
.service-page .ser-box p { font-weight: 500;}
.ser-box h3{color:#023c6c;font-size:22px;font-weight:600;line-height:40px;}
.service-page h5{font-weight:600;font-size:19px;}
.service-page ul p{color: #3d3d3d;font-size: 17px!important;}
.service-page ul li{color: #3d3d3d;font-size: 17px!important;}
.service-page h6{font-size: 18px; font-weight: 600;padding-top: 10px;}
.service-page ol li {color: #3d3d3d;font-size: 17px !important;  line-height: 1.8em;}

.dropend .dropdown-menu[data-bs-popper] {
    top: 16px!important;}
    .dropend .dropdown-menu{top: 16px!important;}


    @media (max-width: 420px) {
        .logo {
            /* margin-top: 12px!important; */
        }
        #HeaderControl{    
            top: 91px!important;}
            #MenuControl {
                top: 22%!important;
                background: #ffffff;
                /* background: #00000000; */
            }
        .heading-innerpage {
    margin-top: 0px;
}
            
            center #form1  #HeaderControl {
                top: 0px!important;
            }
            center #form1 #MenuControl {
                top: 28%!important;
                background: #00000000 !important;
            }
            center #form1 .top-header .login-icon i{display: none;}
             
            }


.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
    {padding:0 !important;}
footer:before{
    background-image: url(../Image/testimonial1.png);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:'';
       background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: overlay;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
footer img{background:#fff;}
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;
    position: relative;
    z-index: 3;
    text-align: justify;
}

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;
    position: relative;
    z-index: 3;
}

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;
    }
    #MenuControl {
                top: 22%!important;
                background: #00000000;
            }
        .heading-innerpage {
    margin-top: 0px;
}

    .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;
    }

    /*======================== Top header ====================*/
    .top-header {
        background: #034d82;
        padding: 8px 0;
    }

    .top-header p a {
        font-size: 10px;
    }

    .top-header p a i {
        font-size: 9px;
    }

    .top-header .login-icon i {
        padding: 5px;
    }

    header {
        margin-top: -1px;
    }

    .banner-section {
        position: relative;
    }

    .banner-section video {
        height: 300px;
    }

    .banner-section .banner-content .text {
        left: 15px;
        top: 47%;
        width: 65%;
    }

    .banner-section .banner-content .text h2 {
        font-size: 24px;
    }

    .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 .left-img::after {
        width: 100%;
        height: 103.5%;
        background: #e69d2f;
        top: -5px;
        left: -5px;
    }

    .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: #003d6d;
        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);
    }

}


.bg-light {
    background: transparent !important;
}

#HeaderControl {
    position: absolute;
    /* left: -14px; */
    top: 46px;
    z-index: 9;
    width: 24%;
    text-align: center;
    background: #fff;
}

#HeaderControl_C {
    display: flex;
    align-items: center;
}

#HeaderControl.RadDock_Default .rdMiddle .rdCenter,
#HeaderControl.RadDock_Default .rdBottom .rdCenter {
    background-color: transparent !important;
}

#WidgetControl5 {
    position: absolute;
    right: 0%;
    top: 46px;
    z-index: 9;
    width: 5%;
    padding: 0px;
    background: #fff;
}

#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;
}

#MenuControl {
    position: absolute;
    right: 5%;
    top: 46px;
    z-index: 8 !important;
    background: #fff;
    width: 71%;
    /* display: flex; */
    /* align-items: center; */
}

@media (min-width: 320px) and (max-width:768px) {
    #HeaderControl {
        width: 78%;
        text-align: center;
        top: 64px;
        left: 0px;
    }

    #MenuControl {
        right: 0% !important;
        width: 22%;
        background: #ffffff !important;
        /* margin-top: -5px; */
        /* padding-top: 14px; */
        /* padding-bottom: 4%; */
        /* background: rgb(200 200 200 / 20%) !important; */
        top: 64px !important;
    }

    .navbar {
        padding: 8.5px 5px;
    }

    #navbarNavDropdown {
        height: auto;
        position: absolute;
        right: 0;
        background: #034d82;
        width: 445%;
        margin-top: 33px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        color: #fff !important;
    }
}

/* #HeaderControl, #HeaderControl_C, #MenuControl #MenuControl_C} */
center #form1 #MenuControl .nav-link {
    color: #034d82;
    font-size: 14px;
}

center #form1 .nav-btn .nav-bar {
    background: #212121 !important;
}

center #form1 .nav-right .user-icon {
    color: #121212;
    border-color: #121212
}

center #form1 #HeaderControl {
    position: relative;
    top: 0;
    background: #ffffff;
}

center #form1 #MenuControl,
center #form1 #WidgetControl5.RadDock_Default .rdMiddle .rdCenter {
    /* background: #ffffff !important; */
}

/*nav-bar*/
.dropdown-toggle {
    position: relative;
}

.nav-item ul li .dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 10px;
}

#MenuControl_C .bg-light {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
    height: 100%;
    width: 100%;
}

/* #MenuControl .nav-link:focus,#MenuControl .nav-link:hover{color: #fff !important;border-bottom: 1px solid #fff;} */
.nav-item {
    margin: 2px 2px;
}

.nav-link {
    font-weight: 600;
    font-size: 17px;
    padding: 0px;
    margin: 0 5px;
}

.nav-fill {
    font-size: 15px;
}

.navbar-brand {
    margin: 0;
}

/*nav-bar*/
@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;
    }

    .toggler-btn {
        /* width: 100%; */
        cursor: pointer;
        /* height: 90px; */
        display: flex
    ;
        flex-direction: column;
        padding: 8.5px 18px;
    }
}

@media (max-width: 769px) {}

a {
    text-decoration: none;
}

@media (max-width: 767px) {
    
    .team-section .profile-details h4 {
        color: #e69d2f;
        font-size: 30px;
        margin-top:25px!important;
        margin-bottom:20px;
        font-weight: 800;
    }
    .about-section {
        padding: 2% 2% 6% 2%!important;
    }
    .ups1 {
        min-height: auto;}
    #WhatsNewControl{margin-top:0px}
    .nav-fill {
        font-size: 14px;
        padding: 10px;
    }
    .navbar.navbar-expand-md {
        text-align: center;
    }
    .otherpagecss #MenuControl_C {
        margin-top: 51px;
    }

    .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 {
        color: #fff;
        font-size: 14px;
        padding-left: 15px;
    }
    .otherpagecss #navbarNavDropdown{margin-top:-3px;}
    #MenuControl_C
    {
        margin-top: 2px;
    }
    .otherpagecss .navbar {
        padding: 5.5px 5px;
    }

    .logo 
    {
        /* margin-top:70px; */
    }
}

.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;
}

.dropdown-menu {
    border-radius: 0 !important;
    padding: 0;
    min-width: 240px;
    background: #034d82;
}

.dropdown-menu .dropdown-item {
    font-size: 16px;
    color: #fff;
    white-space: normal;
    padding: 5px 10px!important;
}

/* .dropdown-menu .dropdown-item:hover {background: #c6c6c6;} */

@media (min-width:1023px) {

    .navbar-nav li:hover>ul.dropdown-menu {
        display: block;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0;
        right: 100%;
        left: auto;
        margin-top: -6px;
    }

    
    .dropdown-menu>li>a:hover:after {
      
        transform: rotate(180deg);
    }

    .dropend .dropdown-menu {
        right: 100% !important;
        top: 0;
        left: auto!important;
    }
}


#widgetsControl {
    height: auto;
}


.main-table{font-weight:normal;Font-size:17px;color: #222 !important;line-height:24px;text-align:justify;padding: 0 5px;}
.sub-heading{font-weight: 700;Font-size: 20px;color:#023c6c;line-height: 34px;/* text-transform:uppercase; *//* margin-top:30px; */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;
    text-align: center;
    color: #111;
    font-size: 22px;
    margin-top: 0;
    text-transform: uppercase;}

.cont-p{font-size: 20px;
    font-weight:600;
    color: #034d82;
    text-align: center;}
.cont-page .st-feature-box{
    text-align: left;
    background: #034d82;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    padding-right: 10px;
    min-height: 131px;
    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:75px;
    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;}
.heading-innerpage {padding: 3% 0;background-image: linear-gradient(22deg,#e69d2f, #034d82);margin-top:-21px;}
.heading-innerpage h2 {color: #fff;font-size: 31px;font-weight: 600;margin: 0;text-transform: uppercase;letter-spacing: 1px;text-align: center;position: relative;font-family: 'Nunito Sans' , sans-serif;}
/* .heading-innerpage h2::after {position: absolute;content: '';background: #ffff;width: 140px;height: 2px;top: 48px;left: 0;right: 0;margin: 0 auto;}  */

@media (max-width: 600px) {
	.heading-innerpage h2{font-size:35px;}
	.heading-innerpage h2::after{
		display:none;
	}
}


.main-table {
    margin-bottom: 60px;
    margin-top: 18px;
}
.main-table h4{color:#3d3d3d;font-size:20px!important;}

.main-table p{
    color: #3d3d3d;
    font-size: 16px;
    letter-spacing: .2px;
    margin: 0 0 10px 0;
    line-height: 1.6;
    font-weight: 400;
    text-align: justify;
}


#RadDockZone1 {
    /* max-width: 100%; */
    overflow: visible !important;
    padding: 0px !important;
}

.service-section .title h4 
{
    padding-bottom: 20px;
}

.count-bx p 
{
    text-align: center!important;
}

.content p 
{
    color: #3d3d3d;
    font-size: 17px;
    letter-spacing: .2px;
    margin: 0 0 10px 0;
    line-height: 1.6;
    font-weight: 400;
    text-align: left;
}

h6.Team-Name {
    font-size: 20px;
    color: #034d82;
    font-weight: 800;
    padding-bottom: 2px;
}

.text a 
{
    margin-top:12px;
}

.about-section p 
{
    text-align: justify!important;
}
.profile-details
{
    text-align: justify!important;
}

.main-table ul li 
{
color: #3d3d3d;
    font-size: 16px;
    /* letter-spacing: .2px; */
    margin: 0 0 10px 0;
    /* line-height: 1.6; */
    font-weight: 400;
    text-align: justify;
/* margin-top: 35px; */
}

ul.updates {list-style-type: none;padding: 0;}
ul.updates>li>a{color:#034d82;}
ul.updates>li>i{font-size:25px; color:red;margin-right:10px;}

.feature-box-image i{
color: #fff;
    font-size: 29px;
}


.glry-page img {
    width:100%;
    height:300px;
    margin: 10px auto;
}
/* 
.bg-1 {
    background-color: #003d6d;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity))!important;
} */

.icon-pr{padding-right:10px;}
.due-dates marquee p{
 color: #003d6d;
    font-size: 16px;
    font-weight: 600;
}

/*============WHATSAPP==========*/
  
.whatsapp_btn{
    position: fixed;
    bottom: 5em;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}
.whatsapp_btn .icon_logo{
    position: relative;
    z-index: 100;
    padding: 5px;
}

.whatsapp_btn .icon_logo > a > img{
    width: 100%;
}

.whatsapp_btn .circle_waves{
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes waves {
    from {
        transform: scale(.55, .55);
        opacity: .6;
    }
    to {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

/* TEAM PAGE */

.tm_img {
    border-radius: 6%;
    border: 6px solid #003163;
}
.teamsub-head {
    font-weight: bold;
    Font-size: 18px!important;
    color: #003163!important;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0;
    text-align: left;
}


.team-pg h5{font-size: 19px; color: #023c6c; padding: 12px 0px;}

.team-pg h6{font-size: 19px;
    color: #023c6c;
    font-weight: 600;
    padding: 20px 0px 10px 0px;
}
.main-heading {
    font-weight: bold;
    Font-size: 18px;
    color: #003d6d;
    line-height: 36px;
    border-bottom: 1px #ccc dashed;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
    margin-top: 20px;
}

/* about us box */

.ups1 {
    min-height: 393px;
    background: #fff;
    padding: 30px 20px;
    margin: 20px 0 0 0;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ups1 img {
    width: 80px;
    margin: 0 0 20px 0;
}

.ups1 h5{color: #023c6c;font-weight: 600;font-size:21px;padding-bottom:10px;}


.about-section { padding: 2% 0 6% 0;}
.about-img, .feature-img { position: relative; height: 100%; min-height: 400px;}
.about-img img, .feature-img img {/* position: absolute; *//* width: 60%; *//* height: 80%; *//* object-fit: cover; *//* border: 2px solid gold; */border: 5px solid #e69d2f;}
.about-img img:last-child, .feature-img img:last-child {/* margin: 16% 0 0 40%; */}
.about-img::before, .feature-img::before {/* position: absolute; *//* content: ""; */width: 60%;height: 80%;top: 10%;left: 20%;border: 5px solid #e69d2f;z-index: 0;}
.heading1 h2 {
    font-size: 50px;
    margin: 0 0 20px 0;
    font-weight: 600;
    color: #252525;
}
.core-cont h3{font-weight: 600;
    font-size: 21px;
    color: #023c6c;
}
.abt-img{width:60px;}
.core-cont h6{font-size:18px;color:#023c6c;font-weight:600;}
.core-cont .ser-box { padding: 20px 20px 10px 20px; border-left: 5px solid #023c6c; box-shadow: 3px 3px 3px 3px gray; margin: 0 0 20px 0;}

/* service-page */
.service-page { padding: 3% 0;}
.service-page .list-group-item { padding: 12px 10px;  font-family: "Rubik", sans-serif; font-size: 23px; font-weight: 400;}
.service-page .list-group-item.active { background: #023c6c; border-radius: 0; border: 0;}
.sub-headings { font-weight:600;color:#023c6c;font-size: 36px; text-align: center; margin: 30px 0; position: relative; padding: 12px 0;}
.sub-headings::after { content: ''; position: absolute; width: 370px; height: 5px; bottom: 0; left: 0; right: 0; margin: 0 auto; background: #023c6c;}
.service-page .ser-box { padding: 20px 20px 10px 20px; border-left: 5px solid #023c6c; box-shadow: 3px 3px 3px 3px gray; margin: 0 0 20px 0;}
.service-page .ser-box p { font-weight: 500;}
.ser-box h3{color:#023c6c;font-size:22px;font-weight:600;line-height:40px;}
.service-page h5{font-weight:600;font-size:19px;}
.service-page ul p{color: #3d3d3d;font-size: 17px!important;}
.service-page ul li{color: #3d3d3d;font-size: 17px!important;}
.service-page h6{font-size: 18px; font-weight: 600;padding-top: 10px;}
.service-page ol li {color: #3d3d3d;font-size: 17px !important;  line-height: 1.8em;}

.dropend .dropdown-menu[data-bs-popper] {
    top: 16px!important;}
    .dropend .dropdown-menu{top: 16px!important;}


    @media (max-width: 420px) {
        .logo {
            /* margin-top: 12px!important; */
            /* width: 100%; */
        }
        #HeaderControl{
            top: 64px !important;
            }
            #MenuControl {
                top: 64px !important;
                /* padding-top: 19px; */
            }
        .heading-innerpage {
    margin-top: 0px;
}
            
            center #form1  #HeaderControl {
                top: 0px!important;
            }
            center #form1 #MenuControl {
                top: 28%!important;
                background: #00000000 !important;
            }
            center #form1 .top-header .login-icon i{display: none;}
             
            }


.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
    