.inner_banner {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.inner_banner::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #001b47;
    opacity: 0.4;
    z-index: 9;
}

.inner_banner::after {
    background: linear-gradient(#fff, transparent);
    top: 0;
    position: absolute;
    content: "";
    z-index:9;
    right: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 200px;
}

.ban_img {
    width: 100%;
    z-index: 1;
    position: relative;
}

.ban_img img {
    width: 100%;
    display: block;
    height: 547px;
    object-fit: cover;
    object-position: center center;
}

.innertxt1 {
    position: absolute;
    width: 100%;
    text-align: left;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
}

.innertxt1 ul {
    list-style: none;
    text-align: left;
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 50px;
}

.innertxt1 ul li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
}

.innertxt1 ul li:last-child {
    padding-right: 0;
}

.innertxt1 ul li:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #446ab8;
    border-radius: 10px;
}

.innertxt1 ul li:last-child:after {
    display: none;
}

.innertxt1 ul li a {
    color: #fff;
    text-decoration: none;
}

.inner_banner h1 {
    font-size: 60px;
    margin: 0 0 10px;
    line-height: 1.2;
    font-weight: 500;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
}

.inner_banner h3 {
    font-size: 20px;
    /* font-style: italic; */
    margin: 0 0 10px;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
    color: #fff;
}

/*solutions*/
.solutionsinnerliks {
    clear: both;
    width: 100%;
    background-color: #f2f2f2;
    /* position: sticky;
    top: 90px;
    left: 0; */
    /* padding: 0 70px; */
    display: flex;
    /* justify-content: space-around; */
    height: 80px;
    position: relative;
    /* left: 0;
    bottom: -30px; */
    box-shadow: 0 5px 10px -5px rgba(11, 11, 17, 0.1),
        0 20px 60px -20px rgba(11, 11, 17, 0.1);
    z-index: 1;
}

.fixed111 {
    position: fixed;
    top: 90px;
    height: 80px;
    z-index: 9;
    box-shadow: 0 5px 10px -5px rgba(11, 11, 17, 0.1),
        0 20px 60px -20px rgba(11, 11, 17, 0.1);
}

.solutionsinnerliks ul {
    list-style-type: none;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    /* padding-top: 18px; */
    /* border-top: 1px solid #f1f1f1; */
}

.solutionsinnerliks ul li {
    float: left;
    display: inline-block;
    margin-right: 1px;
}

.solutionsinnerliks ul li a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    transition: all 0.3s;
    height: 80px;
    /* background-color: #fff; */
    line-height: 80px;
    padding: 0 50px;
}

.solutionsinnerliks ul li a:hover {
    color: #1a4f9b;
}

.solutionsinnerliks ul li.active a {
    color: #fff;
    background-color: #1a4f9b;
    border-bottom: 4px solid #001738;
}

.solutions_btm_bx1 {
    padding: 50px 0;
    background-color: #fff;
}

.grid {
    display: grid;
    align-items: center;
}

.solutions_btm_bx1 .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}

img {
    max-width: 100%;
    display: block;
}

a {
    outline: 0;
}

.solutions_bx1_r img {
    width: 100%;
}

h3 {
    font-weight: 500;
}

h3 span {
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 15px;
    margin-bottom: 15px;
    border-radius: 19px;
    font-size: 18px;
    background-color: #73b519;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
}

/* .solutions_bx1_l h2,
h2 {
    font-size: 46px;
    color: #013469;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.2;
} */

.solutions_bx1_l h2,
h2 {
    font-size: 50px;
    color: #222;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 400;
}

.solutions_bx1_l h2 span,
h2 span {
    background: #db8c37;
    background: linear-gradient(90deg, #446ab8 0%, #1a4f9b 50%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solutions_bx1_l p,
p {
    color: #212937;
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
    margin-bottom: 20px;
}

.solutions_btm_bx2 {
    padding: 50px 0;
    width: 100%;
    display: block;
    background-color: #F1F1F1;
}

.solutions_btm_bx2 .grid {
    grid-template-columns: 40fr 60fr;
    gap: 100px;
    align-items: center;
}

.solutions_bx2_r {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.sol_bx2_r_box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 400px;
    height: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.sol_bx2_r_box h4 {
    font-size: 22px;
    position: relative;
    font-weight: 500;
    color: #73b519;
    margin: 0 0 20px;
}

.sol_bx2_r_box h4::before {
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    background-color: #73b519;
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: width .3s ease;
}

.sol_bx2_r_box:hover h4::before {
    width: 90%;
}

.sol_bx2_r_box p {}

.sol_bx2_r_box:hover {
    background-color: #1b2d59;
}

.sol_bx2_r_box:hover h3 {
    color: #73b519;
}

.sol_bx2_r_box:hover p {
    color: #fff;
}

.solutions_btm_bx3 {
    padding: 50px 0;
    background-color: #fff;
    width: 100%;
}

.solutions_btm_bx3 .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
    align-items: normal;
}

.solutions_btm_bx3 .grid a {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* justify-content: center; */
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
    text-align: left;
    transform: all 0.3s;
    padding-bottom: 30px;
    border: 6px solid transparent;
    /* text-align: center; */
}

.solutions_btm_bx3 .grid a:hover {
    border: 6px solid #c2dda1;
}

.solutions_btm_bx3 .grid a .img {
    width: 90px;
    height: 90px;
    background: #e9f2ff;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.solutions_btm_bx3 .grid a .img img {
    width: 50px;
}

.solutions_btm_bx3 .grid a h4 {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.3;
    color: #1a4f9b;
    margin: 20px 0;
}

.solutions_btm_bx3 .grid a p {
    margin: 0;
}

.solutions_btm_bx4 {
    padding: 50px 0;
    background-color: #eff5ff;
}

.solutions_btm_bx5 {
    padding: 60px 0;
    background-color: #fff;
}

.solutions_btm_bx5 .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.sol_box1 {
    background: #fff;
    padding: 30px 15px;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    /* margin-bottom: 2rem; */
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}

.visible_box {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
    align-items: center;
}

.visible_box .img {
    width: 90px;
    height: 90px;
    background: #fff8f3;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.visible_box .img img {
    width: 50px;
    height: auto;
}

.visible_box h4 {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.3;
    color: #1a4f9b;
    margin: 0;
}

.visible_box img {
    height: 69px;
}

.hidden_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1a4f9b;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    display: none;
}

.hidden_box p {
    margin: 0;
}

.sol_box1:hover .hidden_box {
    display: block;
}

.hidden_box h4 {
    font-size: 26px;
    margin: 20px 0 30px;
    color: #fff;
}

.hidden_box p {
    font-size: 18px;
    color: #fff;
}

.card-container {
    display: flex;
    gap: 10px;
    /* padding: 40px; */
    justify-content: center;
}

.card {
    position: relative;
    width: 20%;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s ease;
    background-color: #000;
}

/* Active card expands */
.card.active {
    width: 40%;
}

.card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.overlay p {
    opacity: 0;
    transition: opacity 0.4s;
}

.overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)); */
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    transition: background 0.3s;
}

.overlay h2 {
    margin: 0;
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 30px;
}

.overlay p {
    font-size: 16px;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 0.4s;
    color: #fff;
    display: none;
    width: 55%;
}

/* Hover Effects */
.card:hover img {
    /* transform: scale(1.1); */
}

.card:hover .overlay {
    /* background: rgba(0, 0, 0, 0.75); */
}

.card.active .overlay p {
    opacity: 1;
    display: block;
}

/*solutions*/

/*industries*/
.industries_bx1 {
    padding: 50px 0;
}

.industries_bx1 .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.industries_bx1_bx {
    position: relative;
    padding: 30px;
    border: 1px solid #ECECEC;
    box-shadow: 40px -40px 0px -25px #073067;
}

.industries_bx1_bx:nth-child(2),
.industries_bx1_bx:nth-child(4),
.industries_bx1_bx:nth-child(6) {
    box-shadow: 40px -40px 0px -25px #149d00;
}

.industries_bx1_bx h4 {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.3;
    color: #1a4f9b;
    margin: 0 0 10px 0;
}

.industries_bx1_bx p {
    margin: 0;
}

.industries_bx2 {
    padding: 70px 0;
    background-color: #f1f1f1;
}

.industries_bx2 img {
    box-shadow: -50px 50px 0px -20px #073067;
}

.industries_bx3 {
    padding: 50px 0;
}

.industries_bx3 .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: normal;
    margin-top: 40px;
}

.aboutbx2_bx {
    background-color: #efefef;
    padding: 20px;
    border-radius: 10px;
}

.aboutbx2_bx .img {
    position: relative;
    width: 100%;
    display: block;
}

.aboutbx2_bx .img .sec2_corner {
    background-color: #f3f2f2;
}

.aboutbx2_bx .img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
}

.aboutbx2_bx .about_info {
    padding: 20px 0 0;
}

.aboutbx2_bx .about_info h4 {
    font-weight: 400;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.3;
    color: #1a4f9b;
    margin: 0 0 20px 0;
}

/*industries*/

/*aboutus*/
.about_section2 {
    padding: 50px 0;
    background-color: #fff;

    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.about_section2::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: #00060A;
    /* z-index: 9; */
    content: "";
}

.about_section2 .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    position: relative;
    text-align: center;
    margin-top: 30px;
    align-items: normal;
}

.about_section2_bx {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}

.about_section2 .grid img {
    width: 85px;
    display: block;
    margin: auto;
}

.about_section2 .grid h3,
.about_section2_btm .grid h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #1a4f9b;
    margin: 20px 0;
}

.about_section2 .grid p,
.about_section2_btm .grid p {
    margin: 0;
}

.about_section2_btm .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.about_section2_btm .grid .img {
    width: 140px;
    height: 140px;
    padding: 30px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.1);
    border: 5px solid #b3f393;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_section2_btm .grid .img img {
    height: 60px;
}

.about_section2_btm .grid p {
    line-height: 1.4;
}

/*aboutsec2*/
.aboutsec2 {
    padding: 50px 0;
    /* background-color: #f5f5f5; */
}

.aboutsec2_box h2 {
    margin-bottom: 40px;
}

.aboutsec2_in {
    display: grid;
    grid-template-columns: 45fr 55fr;
    gap: 50px;
}

.aboutsec2_in img {
    width: 100%;
    display: block;
    /* margin-top: -50px; */
}

.accordion {
    width: 90%;
    list-style: none;
}

.accordion>li {
    border-bottom: 1px solid rgba(24, 68, 98, 0.5);
}

.accordion>li:last-child {
    border-bottom: 0;
}

.accordion .link {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 25px 10px 25px 70px;
    position: relative;
    transition: all 0.3s;
    font-size: 19px;
    color: #333;
    font-weight: 500;
}

.accordion .link::before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #e9f2ff;
    content: "+";
    transition: all 0.3s;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #446ab8;
    font-size: 18px;
    /* box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.161); */
}

.accordion .link img {
    height: 40px;
}

.accordion .submenu {
    display: none;
    padding: 0;
    list-style: none;
}

.accordion .submenu>li {
    padding: 0 0 10px 70px;
    position: relative;
    border-top: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #3c424f;
}

.accordion .submenu>li p {
    margin-bottom: 10px;
}

.accordion .submenu>li a {
    color: #1972b9;
}

.accordion li.open .link::before {
    content: "-";
}

.accordion li.open .link {
    color: #446ab8;
}

.section3 .grid a {
    text-align: center;
    gap: 10px;
}

.section3 .grid .flex {
    justify-content: center;
}

.section3 .grid .flex span {
    color: #fff;
    background-color: #0072b1;
    display: flex;
    align-items: center;
    gap: 10px;
}

ul,
ol {
    list-style: none;
}

.accordion::before {
    display: none;
}

/*aboutsec2*/
/*aboutus*/

.inner_section6 {
    padding: 50px 0;
    width: 100%;
    display: block;
    background-color: #fff;
}

.inner_section6 .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: normal;
}

a.sec6bx {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: all 0.3s;
}

.section6 .owl-item.active.center a.sec6bx {}

a.sec6bx .img {
    overflow: hidden;
}

a.sec6bx .img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s;
    object-position: center center;
}

a.sec6bx:hover .img img {
    transform: scale(1.1);
}

a.sec6bx h5 {
    margin: 15px 0;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}

a.sec6bx p {
    font-size: 16px;
    font-weight: 500;
    color: #0b40b0;
}

.blogspg_info {
    padding: 0;
    display: block;
    /* background-color: #f5f3fa; */
    position: relative;
    margin-top: -100px;
    background-color: transparent;
    z-index: 9;
}

.blogspg_info::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    background-color: #fff;
}

.blogspg_info_in {
    padding: 50px 80px;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
    border-top-right-radius: 100px;
    position: relative;
}

.blogspg_info_in>.flex {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
}

a.backbtn {
    width: auto;
    display: inline-flex;
    float: right;
    font-weight: 500;
    border-radius: 30px;
    padding: 15px 30px;
    background-color: transparent;
    background-color: #083264;
    color: #fff;
    font-size: 15px;
    gap: 10px;
    align-items: center;
    border: 0;
}

a.backbtn img {
    height: 15px;
    filter: brightness(0) invert(1);
}

a.backbtn:hover {
    background-color: #1491d0;
    color: #fff;
}

a.backbtn:hover img {
    filter: brightness(0) invert(1);
}

.blogspg_info_in>.flex .flex {
    display: flex;
    margin-top: 20px;
    align-items: center;
    gap: 5px;
    width: auto;
}

.blogspg_info_in>.flex .flex a:not(:first-child) {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f4;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.blogspg_info_in>.flex .flex a:not(:first-child):hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
}

.blogspg_info_in>.flex .flex a:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #858585;
    font-size: 16px;
    font-weight: 400;
    width: auto;
    background-color: transparent;
}

.blogspg_info_in>.flex .flex a:first-child:hove .blogspg_info_in>.flex .flex a:last-child:hover {
    color: #000;
    box-shadow: none;
}

.blogspg_info_in>.flex .flex a:first-child img {
    height: 15px;
}

.blogspg_info_in>.flex .flex a:first-child {
    margin-right: 10px;
}

.blogspg_info_in h1 {
    font-size: 46px;
    color: #013469;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.blogspg_info_in p {}

.blogspg_info_in h3 {
    color: #159d00;
    font-size: 21px;
    margin: 30px 0 15px;
    font-weight: 500;
}

.blogspg_info_in ul {}

.blogspg_info_in ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    background-image: url(../images/office-push-pin.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: left center;
    font-size: 18px;
    line-height: 1.8;
}

.blogspg_info_in span {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #4a4a4a;

    font-size: 16px;
}

.blogspg_info_in span img {
    height: 18px;
}

.blogspg_info_in .flex-just {
    justify-content: flex-start;
    gap: 40px;
}

.careers_banner::before {
    display: none;
}

label {
    font-weight: 600;
}

h5.modal-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0;
    color: #fff;
}

.modal-body label {
    color: #fff;
    font-size: 14px;
}

.modal-body label span {
    color: red;
}

button.close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #149d00;
    transition: all 0.3s;
    border-radius: 40px;
    opacity: 1;
    color: #fff;
    padding: 0px;
    margin: 0 !important;
    font-weight: 400;
}

button.close:hover {
    opacity: 1;
    background-color: #000;
    color: #fff;
}

.close span {
    font-size: 21px;
    color: #fff;
}

button.close:hover span {
    color: #fff;
}

.modal-backdrop {
    z-index: 99999;
}

.modal {
    z-index: 99999999 !important;
}

.modal-content {
    background-color: #083264 !important;
}

.btmcontright form input.form-control,
.modal-body form input.form-control,
.modal-body form select.form-control {
    border: 0px;
    background-color: rgb(255, 255, 255) !important;
    color: #000;
    box-shadow: none;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 25px;
    width: 100%;
    height: 40px;
    padding: 10px 20px;
}

.modal-body form select.form-control {
    cursor: pointer;
}

.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {}

.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
    border: 0px;
    background-color: rgb(255, 255, 255) !important;
    color: #000;
    box-shadow: none;
    border-radius: 10px;
    height: 60px;
    padding: 20px;
}

form input.btn-1 {
    width: auto;
    height: auto;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background-color: #000;
    padding: 12px 30px;
    border-radius: 5px;
    margin-top: 25px;
    font-weight: 600;
    transition: all 0.3s;
    cursor: pointer;
    border: 0px;
}

.modal-body input.btn-1 {
    display: table;
    margin: auto;
    margin-top: 20px;
    background-color: transparent;
    /* background-image: -webkit-linear-gradient(0deg, #006cc8 30%, #01abfa 70%); */
    background-color: #149d00;
    border-radius: 30px;
}

.modal-body input.btn-1:hover {
    /* background-image: -webkit-linear-gradient(0deg, #0a2342 40%, #184b8a 80%); */
    background-color: #0283b9;
    color: #fff;
}

a {
    text-decoration: none;
}

.careers_pg {
    padding: 60px 0;
    background-color: #fff;
}

.careers_pg .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 30px;
    padding: 40px 50px;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    margin-bottom: 20px;
}

.careers_pg .grid:last-child {
    margin: 0;
}

.careers_pg a.backbtn {
    border-radius: 0;
    width: auto;
    display: inline-flex;
    float: right;
    font-weight: 500;
}

.careers_pg .grid h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    color: #000;
}

.careers_pg .grid span {
    font-size: 16px;
    color: #4b4b4b;
}

.careers_pg a.backbtn {
    width: auto;
    display: inline-flex;
    float: right;
    font-weight: 500;

    padding: 15px 30px;

    font-size: 16px;
    gap: 10px;
    align-items: center;
}

a.backbtn img {
    height: 15px;
}

a.backbtn:hover {
    background-color: #0283b9;
    color: #fff;
}

a.backbtn:hover img {
    filter: brightness(0) invert(1);
}

.careers_pg_top {
    margin-bottom: 30px;
}

.careers_pg_top p {
    text-align: center;
    font-size: 19px;
}

.contactpg1 {
    padding: 50px 0;
    position: relative;
}

.contactpg1 h2 {
    text-align: center;
    margin-bottom: 50px;
}

.contactpg1 .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-top: 20px;
}

.contact_pg_bx {
    padding: 50px;
    border: 2px solid #169c00;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.039);
}

.contact_pg_bx1 {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px;
    margin-bottom: 40px;
    align-items: center;
}

.contact_pg_bx1:last-child {
    margin-bottom: 0;
}

.contact_pg_bx1 span {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d3d3d3;
    border-radius: 100px;
}

.contact_pg_bx1 span img {
    height: 45px;
}

.contact_pg_bx1 h3 {
    font-size: 21px;
    margin: 0 0 10px;
    font-weight: 500;
    color: #000;
}

.contact_pg_bx1 p {
    font-size: 21px;
    margin-bottom: 10px;
}

.contact_pg_bx1 a {
    text-decoration: none;
    color: #169c00;
    font-size: 18px;
    font-weight: 500;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
    .inner_banner h1 {
        font-size: 24px;
    }

    .inner_banner h3 {
        font-size: 18px;
    }

    .solutions_btm_bx1 .grid,
    .about_section2 .grid,
    .aboutsec2_in,
    .solutions_btm_bx3 .grid,
    .solutions_btm_bx2 .grid,
    .solutions_bx2_r,
    .solutions_btm_bx5 .grid,
    .industries_bx1 .grid,
    .industries_bx3 .grid,
    .inner_section6 .grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .about_section2 .grid {
        gap: 20px;
    }

    .about_section2 {
        padding: 40px 10px;
    }

    .solutions_btm_bx3 .grid a h4 {
        font-size: 18px;
    }

    .solutionsinnerliks {
        display: none;
    }

    .card-container {
        flex-direction: column;
    }

    .card,
    .card.active,
    .sol_bx2_r_box {
        width: 100%;
    }

    .overlay p {
        display: block;
        width: 100%;
        opacity: 1;
    }

    .sol_bx2_r_box h4 {
        font-size: 18px;
    }

    .industries_bx1,
    .inner_section6 {
        padding: 40px 20px;
    }

    .solutions_btm_bx1 .grid {
        gap: 40px;
    }

    a.sec6bx h5 {
        font-size: 18px;
    }

    .blogspg_info_in {
        padding: 30px;
    }

    .blogspg_info_in>.flex {
        flex-direction: column;
        gap: 20px;
    }

    .blogspg_info_in h1 {
        font-size: 21px;
    }

    .blogspg_info_in ul li {
        background-position: left 10px;
    }

    .careers_pg_top h2 {
        text-align: center;
    }

    .careers_pg .grid {
        padding: 20px;
        grid-template-columns: repeat(1, 1fr);
    }

    .careers_pg a.backbtn {
        padding: 10px;
        font-size: 14px;
    }

    .careers_pg .grid h3 {
        font-size: 21px;
    }

    .contactpg1 .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact_pg_bx {
        padding: 30px;
    }

    .contact_pg_bx1 {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .contact_pg_bx1 span {
        width: 75px;
        height: 75px;

    }
}