﻿
/*///////////////////////////////////////////////////END  PRE LOADER  //////////////////////////////////////////////////////////////////////*/

.Font_24 {
font-size:24px;
}
.Font_28 {
    font-size: 28px;
}
.Font_30 {
    font-size: 30px;
}
.Font_36 {
    font-size: 36px;
}
.Font_40 {
    font-size: 40px;
}



.img_150x150 {
    height: 150px;
    width: 150px;
}

.img_250x250 
{
height:250px;
width:250px;
}

.leadership_bg {
background-color:rgb(42, 57,144);

}

/*////////////////////////////////////////////////Gallery///////////////////////////////////////////////////////////////////////////*/
 
.highlight {
    background: var(--navbar-bg-color);
    padding-bottom: 16px;
}

.highlight-thumb {
    position: relative;
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 24px;
}

    .highlight-thumb::after {
        content: "";
        background: rgba(0, 0, 0, 0.45);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .highlight-thumb:hover .highlight-title {
        opacity: 0;
        visibility: hidden;
    }

    .highlight-thumb:hover .highlight-icon {
        opacity: 1;
        visibility: visible;
    }

    .highlight-thumb:hover .highlight-image {
        transform: scale(1.2);
    }

.highlight-info {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.highlight-image {
    display: block;
    width: 100%;
    transition: transform 2s;
}

.highlight-title {
    color: var(--white-color);
    transition: opacity 1s;
    margin-bottom: 0;
}

.highlight-icon {
    color: var(--highlight-icon-color);
    font-size: var(--h1-font-size);
    opacity: 0;
    transition: transform 1s;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .highlight-icon:hover {
        color: var(--white-color);
    }


/*////////////////////////////////////////////////End Gallery///////////////////////////////////////////////////////////////////////////*/
.border_Bottom {
    width: 30%;
    height: 6px;
    background-color: #0063b0;
    transition: all 0.5s;
}

.h2_grad_blue {
    margin-top: 30px;
    padding-top: 20px;
    margin-bottom: 45px;
    font-size: 60px;
    font-weight: 800;
    color: #0063b0;
    line-height: 72px;
    background: -webkit-linear-gradient(to right, #2bbbfd 0%, #0063b0 100%);
    background: -moz-linear-gradient(to right, #2bbbfd 0%, #0063b0 100%);
    background: linear-gradient(to right, #2bbbfd 0%, #0063b0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* ---------------------------------------------
                preloader
---------------------------------------------  */

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

    .js-preloader.loaded {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

    .preloader-inner .dot {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 12px;
        left: 15px;
        background: #33ccc5;
        border-radius: 50%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: dot 2.8s infinite;
        animation: dot 2.8s infinite;
    }

    .preloader-inner .dots {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin-top: 12px;
        margin-left: 31px;
        -webkit-animation: dots 2.8s infinite;
        animation: dots 2.8s infinite;
    }

        .preloader-inner .dots span {
            display: block;
            float: left;
            width: 16px;
            height: 16px;
            margin-left: 16px;
            background: #33ccc5;
            border-radius: 50%;
        }


/* 
---------------------------------------------
Features Style
--------------------------------------------- 
*/

#features {
    padding-top: 30px;
}

.features .features-content {
    z-index: 2;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.features-item {
    text-align: center;
    padding: 30px;
    border-radius: 50px;
    background: rgb(255,255,255);
    background: linear-gradient(105deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
}

    .features-item:hover {
        background: rgb(0, 99, 176);
        background: linear-gradient(105deg, rgb(42, 57,144) 0%, rgb(3, 107, 188) 100%);
    }

        .features-item:hover h4 {
            color: #fff;
        }

        .features-item:hover p {
            color: #fff;
        }

        .features-item:hover .line-dec {
            background-color: rgba(255,255,255,0.3);
        }

.first-feature:hover .icon {
    background-image: url(assets/images/features-icon-white-01.png);
}

.second-feature:hover .icon {
    background-image: url(assets/images/features-icon-white-02.png);
}

.features-item .number h6 {
    background-repeat: no-repeat;
    width: 110px;
    height: 69px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 69px;
    margin-top: -65px;
    margin-bottom: 30px;
}

.features-item .first-number h6 {
    background-image: url(assets/images/features-number-01.png);
   
}

.features-item .second-number h6 {
    background-image: url(assets/images/features-number-02.png);
}

.features-item .third-number h6 {
    background-image: url(assets/images/features-number-03.png);
}

.features-item .fourth-number h6 {
    background-image: url(assets/images/features-number-04.png);
}

.first-feature .icon {
    background-image: url(assets/images/features-icon-black-01.png);
}

.second-feature .icon {
    background-image: url(assets/images/features-icon-black-02.png);
}

.features-item .icon {
    width: 63px;
    height: 63px;
    margin: 0 auto;
    transition: all 0.5s;
}

.features-item h4 {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #2a2a2a;
    position: relative;
    transition: all 0.5s;
}

.features-item .line-dec {
    width: 100px;
    height: 2px;
    background-color: rgba(51,204,197,0.3);
    margin: 10px auto;
    transition: all 0.5s;
}

.features-item p {
    position: relative;
    margin-top: 0px;
    transition: all 0.5s;
}



/*////////////////////////////////////////Text Scroller styling//////////////////////////////////////////////////////*/
.side-by-side 
{
    display: inline-block;
    padding: 5px;
}


.scroller 
{
    height: 1.2em;
    line-height: 1.2em;
    position: relative;
    overflow: hidden;
    margin-bottom:-2px;
}

.scroller > span 
    {
        position: relative;
        top: 0;
        animation: slide 7s infinite;
        font-weight: bold;
    }

@keyframes slide 
{
    0% {
        top: 0;
    }

    25% {
        top: -1.2em;
    }

    50% {
        top: -2.4em;
    }

    75% {
        top: -3.6em;
    }
}

/*////////////////////////////////////////Text Animation Fade up//////////////////////////////////////////////////////*/

.fadeup 
{
    position: relative;
    transform: translateX(150px);
    opacity: 0;
    transition: 2s all ease;
}
    .fadeup.active 
    {
        transform: translateY(0);
        opacity: 1;
    }
 
/*////////////////////////////////////////Line Spacings//////////////////////////////////////////////////////*/

.line_spacing_1_5 
{
    line-height: 1.5;
}

.line_spacing_2 {
    line-height: 2;
}

.line_spacing_2_5 {
    line-height: 2.5;
}


/*//////////////////////////////////////////Scrolling down button////////////////////////////////////////////////////*/

.scroll-button {
    text-align: center;
    position: relative;
    z-index: 1; /* Adjust this value */
}

    .scroll-button li a {
        text-align: center;
        position: relative;
        z-index: 1;
        background: #ffffff;
        border-radius: 50%;
        display: block;
        width: 60px;
        height: 60px;
        box-shadow: 0px 11px 10px 0px rgba(0, 0, 0, 0.07);
        text-align: center;
        padding-top: 20px;
        position: absolute;
        bottom: -30px; /* Adjust this value to position the button vertically */
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer;
        transition: bottom 0.3s ease; /* Add smooth transition effect */
    }

/*//////////////////////////////////////////////////////////rotating circle/////////////////////////////////////////////*/
.rotating-triangle {
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 50px solid rgb(48, 158, 244);
    border-right: 50px solid #0063b0;
    border-bottom: 87px solid #0063b0; /* Red color */
    animation: rotateObject 50s linear infinite;
}
.moving-circle2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%; /* Adjust the circle size as a percentage of the container width */
    padding-bottom: 10%; /* Maintain the aspect ratio for a perfect circle */
    border-radius: 50%;
    border: 4px dashed;
    animation: rotateObject 50s infinite;
    border-color: rgb(2, 19, 46, 0.67);
}


.moving-circle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%; /* Adjust the circle size as a percentage of the container width */
    padding-bottom: 10%; /* Maintain the aspect ratio for a perfect circle */
    border-radius: 50%;
    border: 2px dashed #000;
    animation: rotateObject 50s linear infinite;
    border-color: rgb(14, 78, 173, 0.67);
}

@keyframes rotateObject {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/*//////////////////////////////////Aim command Objective///////////////////////////////////////////////////*/
.background-container_aim {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.moving-image_aim {
    position: absolute;
    width: 150%;
    animation: moveImage 450s linear infinite; /* Adjust the animation duration and timing function as needed */
    top: 0;
    left: 0;
    background-repeat: repeat-x;
}


.overlay_slider4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(15, 17, 21, 0.31); /* Adjust the overlay color and opacity as needed */
}


.overlay_Aim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(39, 66, 102, 0.92); /* Adjust the overlay color and opacity as needed */
}

.content-container_aim {
    position: relative;
    z-index: 1;
    padding: 20px;
    color: white; /* Adjust text color for better visibility on the overlay */
}


@keyframes moveImage {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
/*
////////////////////////////////////End/////////////////////////////////////////////////*/
.menuBg {
    height: 85px;
    background-color: #023e69;
}

section.timeline {
    margin-top: 25px;
    background-color: rgb(226, 235, 241, 0.29);
    padding: 20px 0px;
}


section.visionn {
    background-image: url('assets/images/calculator-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 20px 0px;
}

.Sewarth_div_bg {
    color: red;
    background-color: rgb(18, 123, 205, 0.29);
    height: 450px;
}

.index_Section1 {
    background-image: url('../../images/bg/bg1_multipleicons.jpg');
    height: 100%;
    width: 100%;
}



.index_img_icon {
    width: 120px;
    height: 80px;
}


.jhbsph {
    background-image: url('../../images/sewarth/jhbsph.jpg');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}


.dgmfwh_up {
    background-image: url('../../images/sewarth/mhfwup.jpg');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}

.desclaimer_heading {
    background-image: url('../../images/bg/disclaimer-banner.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px 60px 0px;
    text-align: center;

}

.SMedia_heading {
    background-image: url('../../images/sewarth/smedia1.jpg');
   
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px 60px 0px;
    text-align: center;
    background-size: cover;
}


.contactus_heading {
    background-image: url('../../images/bg/contact-us1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px 60px 0px;
    text-align: center;
}

.Heaader_h2 {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
}

.Header_div_dec {
    width: 80px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    margin: 20px auto 0 auto;
}


.SewFont_H1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(0, 99, 176);
}

.SewFont_H2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(0, 99, 176);
}

.SewFont_H3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(0, 99, 176);
}


.SewFont_H4 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(0, 99, 176);
}

.SewFont_H5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(0, 99, 176);
}

.visionBg {
    font-size: 32px;
    color: red;
    background-image: url('~/images/bg/bg1_multipleIcons.jpg');
    margin-top: 20px;
    padding-top: 20px;
}

.hr_light {
    height: .1px;
    background-color: #f0f0f0; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, yellow, gray);
}

.overlayy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(10, 10, 12, 0.70); /* Adjust the alpha (fourth value) for transparency */
}


.hr_green2_grad {
    height: 1px;
    background-color: red; /* For browsers that do not support gradients */
    background-image: linear-gradient(to left, rgb(16, 143, 243), #013003);
}

.hr_yellow_grad {
    height: 1px;
    background-color: red; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, yellow, gray);
}


.hr_blue_grad {
    height: 1px;
    background-color: red; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, cyan, #4d5c73);
}


.hr_red_grad {
    height: 1px;
    background-color: red; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #f7d0db, red);
}

.hr_green_grad {
    height: 1px;
    background-color: green; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, green, black);
}
