*, p{
    margin: 0;
    padding: 0;
    font-family: 'poppins';
    font-style: normal;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'poppins';
    font-style: normal;
}

body{
    max-width: 1920px;
    overflow-x: clip;
}
a {
    text-decoration: none;
    color: #e43846;
}
.bg-darkblue{
    background-color: #0F2D4D;
}
.bg-reddishpink{
    background-color: #E43846;
}
.ic_bg_skyblue {
    background-color: #F6FBFF;
}
.lightgrey-color{
    color: #606267;
}
.reddishpink-color{
    color: #E43846;
}
.valign{
    display: grid;
    align-items: center;
}
.ic-big-title{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
}
.ic-light-title{
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 36px;
    line-height: 54px;
}
.ic-med-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
}
.btn-style-1{
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid #FFFFFF;
    border-radius: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 15px 40px;
    transition: 0.25s ;
}
/* .btn-style-1:hover{
    background-color: #E43846;
    bor
} */
.lang-mega-menu-link {
    height: 40px;
    padding: 7px 25px 10px;
    color: #fff;
    background: #E74045;
    font-size: 14px;
    text-decoration: none;
    border: 2px solid #E74045;
    border-radius: 8px;
    transition: .25s;
}
.lang-mega-menu-link:hover {
    background: #e7404500;
    color: #E74045;
    border: 2px solid #E74045;
}
.counter-heading p, .ic-simplify-content h3{
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    
}
.ic-hero-section{
    background-image: url(../assets/images/ic-hero-bg-new.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom center;
}
.ic-advancing{
    background-image: url(../assets/images/bg-light.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 20%;
}
.ic-advancing-counter-wrap{
    padding-block: 10px 15px;
    border-radius: 100%;
    margin-inline: 45px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.icon-wrap{
    background-image: url(../assets/images/Ellipse-205.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100px;
    display: grid;
    place-content: center;
}
.icon-wrap.alter-bg{
    background-image: url(../assets/images/Ellipse-red.png);
}
.icon-wrap img{
    transform: scale(1.1);
}
.ic-advancing-counter-wrap{
    position: relative;
}
.ic-advancing-counter-wrap::before{
    content: '';
    background-image: url(../assets/images/vector-art1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
    display: block;
    position: absolute;
    top: -10px;
    left: -8px;
}
.ic-advancing-counter-wrap.alter-vector::before{
    background-image: url(../assets/images/vector-art2.png);
}
.ic-advancing-content-wrap{
    position: relative;
}
.ic-advancing-content-wrap p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #606267;
}
.ic-advancing-content-wrap::after{
    border-radius: 5px;
    content: '';
    width: 3px;
    height: 48px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin-inline: auto;
    background-color: #7F7F7F;
    display: block;
    transform: rotate(90deg);
}
.ic-simplifying{
    background-image: url(../assets/images/bg-dark.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;   
}
.ic-simplify-content-wrap{
    background-color: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-inline: auto;
    display: grid;
    place-content: center;
}
.ic-simplify-content h3{
    font-weight: 600;
}
.ic-simplify-content-wrap{
    position: relative;
}
.ic-simplify-content-wrap::before{
    content: '';
    background-image: url(../assets/images/semicirlcle-vector.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 245px;
    height: 245px;
    display: block;
    position: absolute;
    top: -21px;
    left: -22px;
    z-index: -1;
}
.ic-simplify-content-wrap.alter-bg::before{
    background-image: url(../assets/images/semicircle-flipped.png);
}
.ic-simplifying .container{
    z-index: 9;
    position: relative;
}

.ic-revenue-team{
    background-image: url(../assets/images/flipped-bg-white.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ic-logo-wrap{
    display: grid;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 20px rgba(27, 61, 107, 0.1);
    border-radius: 12px;
    padding: 25px 0px;
    min-height: 115px;
}
.ic-elevate{
    background-image: url(../assets/images/light-blue.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.icon1{
    width: 120px;
    height: 120px;
    display: grid;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(27, 61, 107, 0.1);
    border-radius: 90px;
    margin-bottom: 20px;
    margin-inline: auto;
}

.industries {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #1B3D6B;
    background-color: #eff7fc;
    width: fit-content;
    margin-inline: auto;
    z-index: 99;
    position: relative;
    padding-inline: 25px;
}
.iconname{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.icon2{
    width: 120px;
    height: 120px;
    display: grid;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(27, 61, 107, 0.1);
    border-radius: 100px;
    margin-inline: auto;
}
.ic-cta-group h3{
    font-family: 'Poppins';
font-weight: 300;
font-size: 32px;
line-height: 48px;
}
.ic-cta-group{
    display: flex;
    justify-content: space-between;
}
.ic-footer-links{
    justify-content: flex-end;
    display: grid;
    align-items: center;
}
.ic-footer-links a{
    text-decoration: none;
}

.custom-hr {
    position: relative;
    top: -66px;
}
hr{
    opacity: 1;
    background-color: #D9D9D9;
    border-color: #d9d9d9;
    border-width:2px;
}

.custom-hr hr:after, .custom-hr hr:before {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    background-color: #D9D9D9;
    top: -5px;
    border-radius: 20px;
}
.custom-hr hr:before {
    left: 0%;
}
.custom-hr hr:after {
    right: 0%;
}
/* form */
.ic_form_title {
    font-family: 'Poppins' , sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1B3D6B;
}
.ic_form_title_container img {
    height: 50px;
    width: 50px;
    padding: 12px;
    background-color: #1b3d6b;
    border-radius: 8px;
}
.ic_form_title_container {
    display: flex;
    column-gap: 15px;
    margin-bottom: 15px;
    align-items: center;
}
.ic_banner_form input {
    background: #FFFFFF;
    border: 1px solid rgba(27, 61, 107, 0.2);
    box-shadow: 0px 1px 4px rgba(27, 61, 107, 0.1);
    border-radius: 8px;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.ic_banner_form .ic_form_submit {
    background-color: #E43846;
    border-radius: 12px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    min-height: 75px;
}
.ic_form_desc {
    font-family: 'Poppins' , sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #202124;
}
.ic_banner_form textarea {
    background: #FFFFFF;
    border: 1px solid rgba(27, 61, 107, 0.2);
    box-shadow: 0px 1px 4px rgba(27, 61, 107, 0.1);
    border-radius: 8px;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.intl-tel-input {
    width: 100%;
    margin-bottom: 15px;
}
.ic-landing-form{
    max-height: 600px;
    max-width: 90%;
    margin-left: auto;
    padding: 75px;
    display: grid;
    place-content: center;
    border-radius: 20px;
}
.ic-flipped{
    transform: scalex(-1);
}
.ic-direction{
    direction: rtl;
}
.ic-lang-ar .ic-landing-form{
    margin-right: auto;
    margin-left: 0;
}
.ic-lang-ar .ic-footer-links {
    justify-content: flex-start;
}
.ic-footer-logo-ar{
    text-align: right;
}

@media screen and (max-width:1024px){
    .ic-landing-form {
        max-width: 100%;
        padding: 30px;
        margin-bottom: 3em;
    }
    .ic-footer-links-ar.ic-footer-links {
        justify-content: flex-start;
    }
    
}
@media screen and (max-width:991px) {
    .ic-big-title {
        font-size: 30px;
        line-height: 1.4;
    }
    .ic-light-title {
        font-size: 24px;
        line-height: 1.4;
    }
    .navbar{
        justify-content: center;
    }
    .section{
        background-size: cover;
        background-position: center;
    }
    .ic-hero-img .img-fluid {
        max-width: 90%;
        display: block;
        margin: auto;
    }
    .ic-advancing-counter-wrap{
        width: 250px;
        height: 250px;
        align-items: center;
        display: grid;
        margin-inline: auto;
    }
    .ic-advancing-counter-wrap::before{
        width: 280px;
        height: 280px;
        left: -7px;
    }
    .icon-wrap{
        min-height: 115px;
    }
    .ic-cta-group {
        display: grid;
        justify-content: center;
        text-align: center;
    }
    .btn-style-1{
        justify-content: center;
        width: max-content;
        margin: auto;
    }
    
}
@media screen and (min-width:768px) and (max-width:1024px){
    .ic-simplify-content-wrap {
        width: 175px;
        height: 175px;
    }
    .ic-simplify-content-wrap::before {
        width: 205px;
        height: 205px;
        top: -15px;
        left: -16px;
    }
.ic-simlify-icon img{
    transform: scale(0.8);
}
}
@media screen and (max-width:767px) {
    .custom-hr hr:after, .custom-hr hr:before {
        top: -4px;
    }
    .industries{
        padding-inline: 10px;
    }
    .ic-landing-form {
        margin-bottom: 3em;
        max-height: 600px;
        max-width: 100%;
        padding: 35px;
        border-radius: 20px;
    }
    
}