/* body  */

body {
    font-family: Poppins-Medium;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: DMSANS-MEDIUM;
}

p,
li,
input,
a,
label {
    font-family: Poppins-Medium;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

.margin_top {
    margin-top: 100px;
}

.margin_bottom {
    margin-bottom: 100px;
}

.heading h2 {
    font-size: 35px;
    letter-spacing: -2px;
    margin-top: 10px;
}

.heading span {
    text-transform: uppercase;
    font-family: Poppins-Bold;
}

.text_blue {
    color: #2f6297;
}

.text_orange {
    color: #ee6a33;
}

.text_green {
    color: #248b38;
}

.bg_green {
    background-color: #248b38;
}

.bg_orange {
    background-color: #ee6a33;
}

.moretext {
    display: none;
}

.know_more {
    margin-top: 40px;
}

.know_more a {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.know_more a p {
    margin-bottom: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ee6a33;
    border-radius: 30px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.know_more a p img {
    width: 17px;
}


@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1180px !important;
    }

}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1290px !important;
    }
}

/* fonts start */


@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.woff);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.woff);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins-Bold.woff);
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.woff);
}

@font-face {
    font-family: Poppins-light;
    src: url(../fonts/Poppins-Light.woff);
}

@font-face {
    font-family: Poppins-ExtraLight;
    src: url(../fonts/Poppins-ExtraLight.woff);
}

@font-face {
    font-family: DMSANS-BOLD;
    src: url(../fonts/DMSANS-BOLD.woff);
}

@font-face {
    font-family: DMSANS-MEDIUM;
    src: url(../fonts/DMSANS-MEDIUM.woff);
}

@font-face {
    font-family: DMSANS-REGULAR;
    src: url(../fonts/DMSANS-REGULAR.woff);
}

/* fonts end */

/* header css start  */


header {
    padding: 12px 0px;
}

header .logo img {
    width: 160px;
}

header .navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

header .navbar-nav {
    align-items: center;
}

header .navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #000000;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    font-family: Poppins-SemiBold;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 15px;
}

header .navbar-nav .nav-item:nth-child(6) {
    border-right: 1px solid #cdcdcd;
    padding-right: 10px;
    margin-right: 20px;
}

header .navbar-light .navbar-nav .nav-link.active {
    color: #2f6297;
}

header .navbar-light .navbar-nav .contact_btn a {
    background-color: #248b38;
    border-radius: 50px;
    padding: 10px 30px;
    width: 100%;
    color: #ffffff;
    text-transform: capitalize;
    font-family: Poppins-light;
}

header .navbar-light .navbar-nav .contact_btn a:hover {
    color: #ffffff;
}

header .navbar-light .navbar-nav .contact_btn a img {
    width: 12px;
    margin-left: 10px;
}

header .dropdown-menu {
    width: 12rem;
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: rgb(17 17 26 / 8%) 0px 0px 16px;
}

header .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    top: 11px;
    left: 94px;
    width: 8px;
    height: 8px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    transform: rotate(-135deg);
    border-right: none;
}

header .dropdown-menu li a {
    transition: .3s;
    padding: 8px 15px;

}

header .dropdown-menu li a:hover {
    background-color: #2f6297;
    color: #ffffff;
}

header .navbar-light .navbar-nav .menu-item:last-child .nav-link {
    background-color: #248b38;
    border-radius: 50px;
    padding: 10px 30px;
    width: 100%;
    color: #ffffff;
    text-transform: capitalize;
    font-family: Poppins-light;
}

/* header css end  */

.banner_services {
    position: relative;
}

/* icn_slider section start  */


section.icn_slider .heading {
    text-align: center;
    margin: 0px auto;
    position: relative;
    z-index: 9;
}

section.icn_slider .heading h1 {
    font-size: 55px;
    letter-spacing: -2px;
    color: #ffffff;
}


section.icn_slider .owl-carousel .owl-item .know_more img {
    width: 17px;
}

section.icn_slider .icn_slider_wrp .owl-nav {
    display: block !important;
}

section.icn_slider .icn_slider_wrp .owl-nav .owl-next span img {
    width: 45px;
    position: absolute;
    top: 40%;
    right: 80px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
}

section.icn_slider .icn_slider_wrp .owl-nav .owl-prev span img {
    width: 45px;
    position: absolute;
    top: 40%;
    left: 80px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
}

section.icn_slider .icn_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.icn_slider .heading {
    position: absolute;
}

/* icn_slider section end  */


/* services section css start  */

section.services {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -190px;
}

section.services .owl-carousel .owl-stage-outer {
    padding-bottom: 60px;
}

section.services .service_box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px 15px 35px 15px;
    position: relative;
    background-color: #ffffff;
    transition: .5s;
}

section.services .service_box:hover {
    background-color: #ee6a33;
}

section.services .service_box:hover h5 {
    color: #ffffff;
}

section.services .service_box:hover p {
    color: #ffffff;
}

section.services .services_heading h5 {
    text-transform: uppercase;
    font-family: DMSANS-BOLD;
    margin-bottom: 15px;
    transition: .5s;
    color: #000000;
    letter-spacing: -1px;
    font-size: 17px;
}

section.services .services_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -40px;
    z-index: 1;
    right: 10px;
}

section.services .services_icon img {
    width: 40px !important;
    margin: 0px auto;
}

section.services .services_pera p {
    color: #676767;
    font-family: Poppins-Regular;
    font-size: 14px;
    transition: .5s;
}

/* services section css end  */


/* best feature section css start  */

section.best_feature {
    background-color: #f4f5f9;
    padding: 120px 0px 0px;
    position: relative;
}

section.best_feature:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 25%;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 0;
}

section.best_feature .feautre_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

section.best_feature .feature_wrp {
    width: 19%;
    position: relative;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    margin-right: 5px;
    margin-left: 5px;
}

section.best_feature .feature_wrp:hover .feature_heading {
    visibility: hidden;
}

section.best_feature .feature_heading h4 {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: -0.5px;
    font-family: DMSANS-MEDIUM;
    margin-bottom: 14px;
}

section.best_feature .feature_heading_two h4 {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: -0.5px;
    font-family: DMSANS-MEDIUM;
}

section.best_feature .feature_heading {
    position: absolute;
    bottom: -4px;
    padding: 0px 10px;
}

section.best_feature .feature_wrp:hover .feature_hover {
    visibility: visible;
    position: absolute;
    opacity: 1;
    top: 0%;
    height: 100%;
    background-color: #094685d9;

}

section.best_feature .feature_hover {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    top: 100%;
    height: 100%;
    padding: 10px;
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: end;
}

section.best_feature .feature_img {
    position: relative;
}

section.best_feature .feature_img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(359deg, rgb(0 0 0 / 39%), transparent);
    height: 100%;
    width: 100%;
}

section.best_feature .feature_img img {
    width: 100%;
}

section.best_feature .feature_pera p {
    color: #ffffff;
    font-size: 13px;
    font-family: Poppins-Light;
    margin-bottom: 0px;
}

section.best_feature .arrow_feature a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
}

section.best_feature .arrow_feature img {
    width: 14px;
}


/* best feature section css end  */


/* experiance counter section css start  */



section.experiance_counter .container {
    background-color: #f4f5f9;
    padding: 50px;
}

.counter_wrp {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.counter_wrp .counter_icon img {
    width: 70px;
}

.counter_wrp .counter_box {
    margin-top: 20px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.counter_wrp .counter_box .plus {
    margin-bottom: 5px;
}

.counter_wrp .counter_box .plus span {
    font-size: 30px;
    font-family: DMSANS-BOLD;
    color: #2f6297;
}

.counter_wrp .counter_box h3 {
    font-size: 45px;
    font-family: DMSANS-BOLD;
    color: #2f6297;
    margin-bottom: 5px;
}

.counter_wrp .bottom_text p {
    margin-bottom: 0;
    width: 100%;
    color: #808287;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

/* experiance counter section css end  */

/* ICN Core strength section css start  */

section.core_strength {
    background: url(../img/core_strength_bg.png);
    background-position: center;
    background-size: cover;
}

section.core_strength .core_strength_img {
    position: relative;
}

section.core_strength .core_strength_img img {
    width: 100%;
}

section.core_strength .core_strength_right_content {
    margin-left: 30px;
}

section.core_strength .core_strength_points ul li img {
    width: 20px;
}

section.core_strength .core_strength_points ul li {
    display: flex;
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 18px;
    margin-bottom: 5px;
    align-items: start;
}

section.core_strength .point_text {
    margin-left: 15px;
}

section.core_strength .core_strength .know_more {
    margin-top: 20px;
}

section.core_strength .experiance_box {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 0 0 200px;
    border-color: transparent transparent transparent #ee6a33;

}

section.core_strength .experiance_bottom_text {
    position: absolute;
    left: -180px;
    top: -115px;
    color: #ffffff;
}

section.core_strength .experiance_bottom_text p {
    font-size: 28px;
    margin-bottom: 0;
}

section.core_strength .experiance_bottom_text span {
    padding-right: 100px;
    line-height: 20px;
}

section.core_strength .experiance_box {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 0 0 200px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
}

section.core_strength .experiance_box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    border-style: solid;
    border-width: 185px 0 0 185px;
    border-color: transparent transparent transparent #248b38;
    bottom: 0px;
    left: -200px;
    z-index: 0;
}

section.core_strength .know_more a p {
    background-color: #248b38;
}

/* ICN Core strength section css end  */

/* Market vertical section css start  */

section.market_verticals {
    background-color: #f4f5f9;
    padding: 100px 0px;
}

section.market_verticals .container {
    background-color: #ffffff;
    padding: 40px 50px;
}

section.market_verticals .vertical_wrp {
    width: 90%;
    margin: 0px auto;
    text-align: center;
    margin-top: 40px;
}

section.market_verticals .vertical_img img {
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

section.market_verticals .vertical_bottom_text p {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Poppins-SemiBold;
    margin-bottom: 0px;
    color: #000000;
    text-transform: uppercase;
}

/* Market vertical section css end  */


/* Project experiance section css start  */

section.project_experiance {
    margin-bottom: 0px;
}

section.project_experiance .project_wrp {
    text-align: center;
    margin-top: 40px;
}

section.project_experiance .project_img img {
    width: 100%;
}

section.project_experiance .project_img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.project_experiance .project_img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000063;
    top: 0;
    left: 0;
    transition: .3s all ease-in-out;
}

section.project_experiance .project_wrp:hover .project_img:after {
    background-color: #ee6a33a6;
}

section.project_experiance .project_text {
    position: absolute;
    z-index: 1;
}

section.project_experiance .project_text h3 {
    color: #ffffff;
    font-family: DMSANS-BOLD;
    font-size: 30px;
}

section.project_experiance .project_text p {
    margin-bottom: 0;
    color: #ffffff;
}

section.project_experiance .counting_text {
    position: absolute;
    bottom: -60px;
    z-index: 1;
}

section.project_experiance .owl-carousel .owl-stage {
    padding-bottom: 50px;
}

section.project_experiance .counting_text p {
    width: 90px;
    height: 90px;
    line-height: 70px;
    background-color: #ee6a33;
    border-radius: 70px;
    color: #ffffff;
    font-size: 25px;
    border: 10px solid #ffffff;
    font-family: DMSANS-MEDIUM;
    margin-bottom: 0px;
}


section.project_experiance .project_slider .owl-dots {
    display: none !important
}

section.project_experiance .project_slider .owl-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
}

section.project_experiance .project_slider .owl-nav.disabled .owl-prev span img {
    width: 35px;
    position: absolute;
    top: 170px;
    left: -50px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
}


section.project_experiance .project_slider .owl-nav.disabled .owl-next span img {
    width: 35px;
    position: absolute;
    top: 170px;
    right: -50px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
}


/* Project experiance section css end  */


/* solution portfolio section css start  */

section.solution_portfolio {
    background-color: #f4f5f9;
    padding: 100px 0px;
}

section.solution_portfolio .solution_pera p {
    margin-bottom: 0px;
}

section.solution_portfolio .solution_img {
    position: relative;
}

section.solution_portfolio .solution_img img {
    width: 100%;
}

section.solution_portfolio .solution_wrp {
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 10px;
}

section.solution_portfolio .solution_text {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 15px 20px;
    justify-content: space-between;
    margin: 0px 10px;
    margin-top: 0;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
}

section.solution_portfolio .solution_text h5 {
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: -1px;
}

section.solution_portfolio .center_transform {
    transform: scale(1.2);
    margin-right: 45px;
    margin-left: 45px;
}

section.solution_portfolio .know_more {
    margin-top: 100px;
}

section.solution_portfolio .know_more a p {
    background-color: #2666ad;
}

section.solution_portfolio .solution_text img {
    width: 17px;
}

/* solution portfolio section css end  */

/* our partner section css start  */



section.partners .partner_img img {
    width: 100%;
}

section.partners .partner_slider {
    margin-top: 10px;
}

section.partners .partner_slider .owl-stage-outer {
    padding: 20px 0px
}

section.partners .partner_wrp {
    background-color: #ffffff;
    padding: 10px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 90%;
    margin: 0px auto;
}

section.partners .partner_slider .owl-nav {
    display: none;
}

section.partners .partner_slider .owl-dots {
    display: none;
}

/* our partner section css end  */

/* testimonials section css start  */


section.testimonials .testimonials_slider .testimonials_img img {
    width: 60px !important;
}

section.testimonials .testimonials_slider .user_img img {
    width: 40px !important;
}

section.testimonials .testimonials_slider .user_details {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

section.testimonials .testimonials_slider .testimonials_wrp {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px 30px;
    background-color: #ffffff;
}

section.testimonials .testimonials_slider {
    margin-top: 20px;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}

section.testimonials .testimonials_slider::after {
    position: absolute;
    width: 100%;
    height: 35%;
    background-color: #248b38;
    content: "";
    z-index: -1;
}

section.testimonials .testimonials_slider .owl-stage {
    padding: 20px 0px;
}

section.testimonials .testimonials_slider .owl-nav {
    display: none;
}

section.testimonials .testimonials_slider.owl-carousel button.owl-dot {
    background: #dddddd;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0px 5px;
    outline: none;
    display: block !important;
}

section.testimonials .testimonials_slider.owl-carousel button.owl-dot.active {
    background: #248b38;
    border: #248b38;
    outline: none;
}

section.testimonials .testimonials_slider .owl-dots {
    display: flex !important;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

section.testimonials .testimonials_slider .testimonials_img {
    position: absolute;
    top: -20px;
}

section.testimonials .testimonials_slider .testimonials_pera {
    margin-top: 20px;
}

section.testimonials .testimonials_slider .user_name {
    margin-left: 10px;
}

section.testimonials .testimonials_slider .user_name h6 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #248b38;
    font-family: DMSANS-BOLD;
}

section.testimonials .testimonials_slider .user_name p {
    margin-bottom: 0;
}


/* testimonials section css end  */

/* contact us section css start  */

section.contact_us {
    background-color: #f4f5f9;
    padding: 100px 0px;
}

section.contact_us .contact_img img {
    width: 100%;
}

section.contact_us .contact_wrp {
    background-color: #ffffff;
    padding: 30px;
}

section.contact_us .form-group {
    margin-top: 27px;
}

section.contact_us .form-group p {
    margin-bottom: 0;
}

section.contact_us .form-group .form-control {
    border: 1px solid #f4f4f4;
    padding: 12px 20px;
    border-radius: 0;
}

section.contact_us .form-group .form-control:focus {
    border: 1px solid #ee6a33;
    box-shadow: none;
}

section.contact_us .check_box {
    display: flex;
    align-items: start;
}

section.contact_us .check_box label {
    margin-left: 10px;
    margin-top: -5px;
}

section.contact_us .form-group .send_btn {
    width: 100%;
    background-color: #ee6a33;
    padding: 14px 0px;
    border: none;
    color: #ffffff;
    letter-spacing: 1px;
}

/* contact us section css end  */



/* footer section css start  */


footer {
    background: url(../img/footer_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 40px 0px 0px;
}

footer .footer_logo {
    background-color: #ffffff;
    width: 20%;
    padding: 10px;
    border-radius: 10px;
}

footer .footer_logo img {
    width: 100%;
}

footer .footer_pera {
    margin-top: 30px;
}

footer .footer_pera p {
    color: #ffffff;
    font-family: Poppins-light;
}

footer .footer_links ul li {
    margin-bottom: 10px;
}

footer .footer_links ul {
    display: flex;
    align-items: center;
    /* column-gap: 10px; */
    flex-wrap: wrap;
    margin-top: 30px;
}

footer .footer_links ul li a {
    color: #ffffff;
    text-decoration: none;
    font-family: Poppins-light;
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    margin-right: 10px;
}

footer .footer_links ul li a span {
    font-family: Poppins-light;
}

footer .footer_links h4 {
    margin-bottom: 25px;
    font-family: Poppins-SemiBold;
    color: #ffffff;
}

footer .padding_left {
    padding-left: 110px;

}

footer .address_footer {
    margin-bottom: 25px;
    width: 100%;
}

footer .address_footer a {
    font-size: 17px;
    font-family: Poppins-Medium;
}

footer .address_flex ul li {
    display: flex;
}

footer .footer_links .icon {
    margin-right: 15px;
}

footer .footer_links .icon img {
    width: 30px;
}

footer .social_media {
    margin-top: 0;
    margin-bottom: 20px;
}

footer .social_media ul {
    display: flex;
    justify-content: start;
    align-items: start;
}

footer .footer_links.address_flex ul li a {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

footer .social_media ul li {
    margin-right: 15px;
    background-color: #ffffff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    transition: .3s;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

footer .social_media ul li:hover {
    background-color: #ee6a33;
}

footer .social_media ul li:hover i {
    color: #ffffff;
}

footer .social_media ul li:hover a {
    color: #000000;
}

footer .social_media ul li a {
    color: #000000;
    font-size: 20px;
    transition: .3s;
    font-family: Poppins-light;
}

footer .social_mob {
    display: none;
}

footer .social_desk {
    display: block;
}
footer .footer_links ul li:last-child a {
    border-right: 0;
}
section.copy_right ul li:nth-child(2) {
    border-right: 0;
}

section.copy_right {
    background-color: #2667ad;
    color: #ffffff;
    padding: 10px 0px;
}

section.copy_right .copy_right_text p {
    margin-bottom: 0;
    font-family: Poppins-light;
}

section.copy_right .copy_right_text {
    text-align: center;
}

section.copy_right ul li {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ffffff;
}

.footer_links.address_flex ul {
    display: block;
}

/* footer section css end  */



section.inner_banner .inner_img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

section.inner_banner .inner_img:before {
    content: "";
    position: absolute;
    background-color: #00000070;
    width: 100%;
    top: 0;
    height: 100%
}

section.inner_banner .inner_img img {
    width: 100%;

}

section.inner_banner .inner_img .inner_text {
    position: absolute;
    text-align: center;
    width: 50%;
}



/* --------------- about us page css start --------------- */



section.about_welcome .welcome_img img {
    width: 100%;
    border-radius: 40px 40px 0px 0px;
}

section.about_welcome .flex_about {
    background-color: #ee6a33;
    color: #ffffff;
    border-radius: 40px 40px 0px 0px;
    padding: 60px 50px 175px 50px;
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
    position: relative;
}

section.about_welcome .flex_box {
    width: 50%;
}

.flex_box .heading h2 {
    width: 80%;
    color: #ffffff;
}

section.about_welcome .counter_head {
    width: 93%;
    margin: 0px auto;
    margin-top: -120px;
    position: relative;
    z-index: 1;
}



section.vision_mission .vision_image_bg img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}

section.vision_mission .vision_mission_heading {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

section.vision_mission .vision_mission_heading h3 {
    font-size: 20px;
    margin-bottom: 0;
}

section.vision_mission .vision_icon img {
    width: 40px;
}

section.vision_mission .vision_mission_pera {
    margin-top: 20px;
}

section.vision_mission .vision_bottom_text h4 {

    width: fit-content;
    padding: 30px 20px;
    font-size: 18px;
    color: #ffffff;
    margin-left: 15px;
    margin-top: -40px;
    z-index: 1;
    position: relative;
}

section.vision_mission .vision_mission_wrp {
    position: relative;
    overflow: hidden;
}

section.vision_mission .vision_mission_display {
    border: 3px solid #a7a7a7;
}

section.vision_mission .vision_mission_wrp .vision_mission_hover {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: 0.9s;
    height: 100%;
    left: 0;
    padding: 15px;
    transform: scale(0);
}

section.vision_mission .vision_mission_wrp:hover .vision_mission_hover {
    position: absolute;
    top: 0;
    opacity: 1;
    visibility: visible;
    height: 100%;
    background: #ffffffb3;
    left: 0;
    transform: scale(1);

}

.vision_mission_pera p {
    font-size: 14px;
}

/* --------------- about us page css end --------------- */


/* --------------- Projects page css start --------------- */


section.project_experience .nav-tabs {
    justify-content: center;
    column-gap: 22px;
    border-bottom: 0;
    margin-top: 20px;
}

section.project_experience .nav-tabs .nav-link {
    transition: 0.3s all ease-in-out;
    width: 260px;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
}

section.project_experience .nav-tabs .nav-link.bg_green {
    background-color: #248b38;
    color: #ffffff;
}

section.project_experience .nav-tabs .nav-link.bg_orange {
    background-color: #ee6a33;
    color: #ffffff;
}

section.project_experience .tab-content .green_border {
    border: 3px solid #248b38;
}

section.project_experience .tab-content .orange_border {
    border: 3px solid #ee6a33;
}

section.project_experience .nav-tabs .nav-link.active {
    padding: 12px 0px;
}

section.project_experience .tab-content {
    position: relative;
    z-index: 1;
}

section.project_experience .tab-pane {
    padding: 20px;
}

section.project_experience .tab-pane .row {
    row-gap: 15px;
}

section.project_experience .project_image img {
    width: 100%;
}

section.project_experience .project_heading h4 {
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #000000;
    color: #ffffff;
    padding: 15px 0px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

section.project_experience .project_bottom_wrp {

    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

section.project_experience .project_bottom_child {
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: 50%;
}

section.project_experience .project_icon img {
    width: 35px;
}

section.project_experience .project_text p {
    margin-bottom: 0px;
    color: #ffffff;
    font-family: DMSANS-REGULAR;
}

section.project_experience .project_text h5 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
    font-family: DMSANS-REGULAR;
}

/* --------------- Projects page css end --------------- */



/* ---------- Project details page css start ---------- */


section.project_details .project_details_wrp {
    padding: 30px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

section.project_details .project_details_wrp .project_text p {
    font-family: Poppins-SemiBold;
}

section.project_details .project_details_wrp .project_image img {
    width: 100%;
}

section.project_details .project_check_points {
    margin-top: 30px;
}

section.project_details .project_check_points .check_wrp {
    background-color: #f4f5f9;
    padding: 30px;
    border: 1px solid #cfcfcf;
}

section.project_details .project_check_points .check_wrp ul li {
    display: flex;
    align-items: start;
    column-gap: 10px;
    margin-bottom: 10px;
}

section.project_details .project_check_points .check_text ol {
    padding: 0;
    margin-top: 5px;
}

section.project_details .project_check_points .check_text ol li {
    margin-bottom: 5px;
}

section.project_details .project_check_points .check_img img {
    width: 20px;
}

section.project_details .project_details_child_wrp:first-child {
    margin-top: 0px;
}

section.project_details .project_details_child_wrp {
    margin-top: 30px;
}

/* ---------- Project details page css end ---------- */


section.brands_partners .vertical_img img {
    padding: 10px;
}

section.brands_partners .vertical_wrp {
    width: 100%;
    margin-top: 20px;
}










/* ------------- contact us page css start ------------- */

section.contact {
    background-color: #f4f5f9;
    padding: 80px 0px;
}

section.contact .contact-left {
    background: #ee6b22;
    padding: 32px;
    color: #fff;
}

section.contact .heading span {
    text-transform: uppercase;
    color: #ffffff;
    font-family: Poppins-Medium;
}

section.contact .heading p {
    margin-bottom: 30px;
}

section.contact .form_wrp {

    padding: 40px;
}

section.contact .form_wrp .heading {
    text-align: center;
    margin-bottom: 35px;
}

section.contact .form_wrp .form-group {
    margin-bottom: 20px;
}

section.contact .form_wrp .form-group .resume {
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
    align-items: center;
    transition: 1s;
    width: 50%;
    margin: 0px auto;
    text-align: center;

}

section.contact .form_wrp .form-group input[type="file"]::file-selector-button {
    border: none;
    background-color: #ffffff;
    padding: 12px 20px;
}

section.contact .form_wrp .form-group .upload_resume {
    background-color: #efefef;
    border: none;
    padding: 16px;
    border-radius: 8px;
}

section.contact .form_wrp .form-group .form-control {
    border: none;
    background-color: #ffffff;
    padding: 12px 20px;
}

section.contact .form_wrp .form-group .form-control:focus {
    box-shadow: none;
    border: none;
}

section.contact .form_wrp .check_box {
    display: flex;
    align-items: start;
}

section.contact .form_wrp .check_box input {
    margin-top: 5px;
}

section.contact .form_wrp .check_box label {
    margin-left: 10px;
}

section.contact .form_wrp .send_message .send_btn {
    /* width: 100%; */
    padding: 10px 40px;
    background-color: #000000;
    color: #ffffff;
    letter-spacing: 0.5px;
}

section.contact .form_wrp .send_message {
    margin-top: 20px;
    /* text-align: center; */
}

section.contact .join_right_content {
    margin-left: 30px;
}

section.contact .join_right_content .heading h2 {
    color: #ffffff;
    margin-bottom: 20px;
}

section.contact .join_right_content .heading p {
    color: #ffffff;
}

section.contact .read_more {
    margin-top: 40px;
}

section.contact .read_more a {
    background-color: #da251c;
    padding: 16px 50px;
    color: #ffffff;
}


section.contact .address_flex ul li {
    display: flex;
}

section.contact .footer_links .icon {

    text-align: center;
    line-height: 50px;
    margin-right: 20px;
    border-radius: 50px;
}



section.contact .footer_links ul li {
    margin-bottom: 25px;
}

section.contact .footer_links ul li a {
    color: #000000;
    text-decoration: none;
}

section.contact .footer_links ul li a span {
    font-family: Poppins-Regular;
}

/* ------------- contact us page css end ------------- */


/* ------------- career page css start ------------- */



section.careers .team-detail-form form .form-control {
    background-color: #ebebeb;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 10px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

section.careers .team-detail-form-wrp {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

section.careers .team-detail-form {
    padding: 40px;
}


section.careers .team-detail-form-wrp .heading {
    text-align: center;
    background-color: #ee6b22;
    padding: 15px 0px;
    color: #ffffff;
}

section.careers .team-detail-form-wrp .heading h3 {
    margin-bottom: 0px;
}


section.careers .team-detail-form-wrp .floating-label-group .submit_btn {
    background-color: #000000;
    padding: 10px 50px;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
}

/* ------------- Career page css end ------------- */


/*  -------- ICN Practices page css start -------- */

section.main_wrp_icnpractices {
    background-color: #f4f5f9;
    padding: 50px 0px;
}

section.main_wrp_icnpractices .icnpractices {
    background-color: #ffffff;
    margin-bottom: 50px;
}

section.main_wrp_icnpractices .icnpractices:last-child {
    margin-bottom: 0px;
}

section.main_wrp_icnpractices .icnpractices_img img {
    width: 100%;
}

section.main_wrp_icnpractices .icnpractices_heading h3 {
    width: fit-content;
    font-size: 20px;
    color: #ffffff;
    padding: 10px 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

section.main_wrp_icnpractices .icnpractices:nth-child(odd) .icnpractices_heading h3 {
    background-color: #365aa9;
}

section.main_wrp_icnpractices .icnpractices:nth-child(even) .icnpractices_heading h3 {
    background-color: #ee6b22;
}

section.main_wrp_icnpractices .icnpractices:nth-child(odd) .icnpractices_pera {
    margin-right: 30px;
    text-align: justify;
}

section.main_wrp_icnpractices .icnpractices:nth-child(even) .icnpractices_pera {
    margin-left: 30px;
    text-align: justify;
}

section.main_wrp_icnpractices .icnpractices:nth-child(even) .icnpractices_heading {
    margin-left: 30px;
}

/*  -------- ICN Practices page css end -------- */

/*  -------- Technology Expertise page css start -------- */


section.technology_expertise .technology_main_wrp {
    text-align: center;
}

section.technology_expertise .technology_icon img {
    width: 70px;
}

section.technology_expertise .technology_bottom_text {
    background: linear-gradient(0deg, #ffffff, #e6e6e6);
    padding: 10px;
}

section.technology_expertise .technology_heading h4 {
    color: #248b38;
    font-size: 20px;
    margin-top: 15px;
    font-family: DMSANS-BOLD;
}

section.technology_expertise .technology_icon img {
    width: 65px;
}

/*  -------- Technology Expertise page css end -------- */