.section-spacing{
    padding: 120px 0;
}
.inner-subtitle {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 33px;
    margin: 0;
    font-weight: var(--fw-500);
    color: var(--color-green);
    letter-spacing: 4.66px;
    font-family: var(--font-sfprodisplay);
}
.section-inner-head h2{
    margin-bottom: 20px;
}
/**/
.inner-page-banner {
    overflow: hidden;
    position: relative;
    background-color: #e2efff;
    padding: 100px 0 0;
    display: flex;
    align-items: center;
    background-image: linear-gradient(180deg, #e5f5fb 0%, #f5f9fb 100%);
}
.inner-banner-common-content{
    padding-bottom: 100px;
}
.inner-banner-common-content h1{
    text-transform: capitalize;
    margin: 0 0 25px;
}
.inner-banner-common-content h1 span {
    color: var(--color-green);
}
.inner-banner-common-content p {
    max-width: 740px;
    margin: 0 0 40px;
}
.inner-banner-common-content .cta-btn{
    border: solid 1px #000;
}
.inner-banner-common-content .cta-btn:hover{
    border: solid 1px var(--color-green) !important;
}


/*our-awards*/
.our-awards .section-inner-head {
    text-align: center;
    margin-bottom: 80px;
}

.bignumb {
    font-weight: 700;
    font-size: 115px;
    line-height: 125px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 14px;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px rgb(0 0 0);
}
.engagement-modal-left .bigumb-title {
    line-height: 27px;
    font-size: 25px;
    margin-bottom: 25px;
    color: var(--color-black);
    text-transform: uppercase;
}
.checklisted {
    margin: 40px 0;
    gap: 20px;
    display: grid;
}
.checklisted li {
    display: flex;
    gap: 10px;
    position: relative;
    font-size: 16px;
    padding: 0px 0px 0px 32px;
    line-height: 25px;
}
.checklisted li:before {
    content: "";
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #f8f7f3;
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url('data:image/svg+xml,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.2643 1.92603L4.71287 8.4775L1.73492 5.49955" stroke="%2302A738" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    background-size: 12px;
}
.checklisted li img {
    min-width: 25px;
}
.engagement-modal-right {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 82px;
    column-gap: 82px;
    row-gap: 73px;
    padding: 50px 30px;
}
.gradientbox {
    border-radius: 30px;
    height: 245px;
    right: 0;
    background: #F2F5F7;
    overflow: hidden;
    z-index: -1;
}
.gradientbox.top {
    top: 0;
}
.gradientbox.bottom {
    bottom: 0;
}
.engagement-modal-right .frame-box {
    padding: 20px;
    background: #fff;
    box-shadow: 7px 8px 30px rgba(23,22,71,.05);
    border-radius: 10px;
}
.engagement-modal-right .frame-box:nth-child(even) {
    text-align: right;
}
.engagement-modal-right .frame-boxicon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #f7f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.frame-boxicon img {
    max-width: 40px;
}
.engagement-modal-right h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.engagement-modal-right .stroke-title {
    font-size: 46px;
    margin-top: 45px;
}
.engagement-modal-right .frame-box:nth-child(even) .frame-boxicon, 
.engagement-modal-right .frame-box:nth-child(even) .stroke-title {
    margin-left: auto;
}
.circle-box {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 17px solid #F2F5F7;
    border-radius: 100%;
    background: #fff;
    max-width: 264px;
    height: 264px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
}
.gradientbox, .gradientbox::before, .circle-box {
    position: absolute;
    width: 100%;
    left: 0;
}
.project-specification {
    padding: 30px 51px;
    margin-top: 80px;
    background: #F8F7F3;
    border-radius: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.project-specification .specifications-item {
    display: flex;
    align-items: center;
}
.specifications-item .icon {
    width: 64px;
    height: 64px;
    box-shadow: 7px 8px 30px rgba(23,22,71,.05);
    background: #fff;
    border-radius: 100%;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.specifications-item .icon img {
    max-width: 35px;
}
.specifications-item .title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}
.specifications-item .title span {
    display: block;
}
.engagement-modal-main .cta-btn {
    border: solid 1px #000;
}
.engagement-modal-main .cta-btn:hover{
    border: solid 1px var(--color-green);
}
/*cta section*/
.cta-bg {
    background: #192C53;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 39px 64px 39px 50px;
    color: #fff;
}
.cta-bg .cta-text {
    width: calc(100% - 252px);
    padding-right: 50px;
}
.cta-bg  h2 {
    margin: 0 0 14px;
}
.cta-bg  p {
    max-width: 673px;
    margin: 0;
    font-size: 19px;
    line-height: 30px;
}
/*contact-sec*/
.contact-sec {
    padding: 75px 0 0;
    background: #fff;
}
.contact-sec .section-inner-head h2 {
    margin: 0 0 7px;
}
.contact-sec .section-inner-head .inner-subtitle {
    margin: 0;
}
.contact-sec .section-inner-head {
    margin: 48px 0 60px;
}
.contact-sec-inner {
    padding: 60px 0 120px;
    background:url(../images/home/contact-bg.svg), linear-gradient(180deg, #112C63 0%, #142547 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/**/
.contact-grid {
    display: flex;
}
.contact-grid .contact-left {
    width: calc(100% - 660px);
    padding-right: 30px;
    position: relative;
}
.contact-seprator {
    position: absolute;
    right: 54px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #294A8C;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.contact-seprator:after,.contact-seprator:before {
    height: calc(50% - 20px);
    top: 0;
    position: absolute;
    width: 1px;
    content: "";
    background: #294A8C;
    left: 8px;
}
.contact-seprator:before {
    top: auto;
    bottom: 0;
}
.contact-details {
    max-width: 577px;
}

.contact-details a {
    padding: 20px 27px;
    background: rgb(255 255 255 / 6%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    backdrop-filter: blur(80px);
}
.contact-details a .contact-data-inner {
    padding-left: 17px;
        font-size: var(--font-20);
    word-break: break-word;
    font-weight: var(--fw-500);
    color: var(--color-white);
}
.contact-data-inner p {
    text-transform: uppercase;
    margin-bottom: 3px;
    color: #FDCD56;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: var(--fw-700);
    line-height: 20px;
}
.contact-details a:not(:last-child) {
    margin: 0 0 20px;
}
.contact-get-outer {
    max-width: 577px;
    display: flex;
    gap: 28px;
    margin: 40px 0 0;
    width: 100%;
    color: #fff;
}
.contact-get-outer h3 {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 18px;
}
.contact-get-left ul li {
    position: relative;
    padding-left: 31px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
}
.contact-get-left ul li:not(:last-child) {
    margin: 0 0 10px;
}
.contact-get-left ul li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url('data:image/svg+xml,<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.3334 1L5.00002 8.33333L1.66669 5" stroke="%23FDCD56" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 8px;
}
.contact-get-right {
    width: calc(50% - 20px);
}
.contact-get-right .contact-get-col {
    display: flex;
    padding: 12px 40px;
    background: linear-gradient(90deg, hsl(0deg 0% 100% / 8%), hsl(0deg 0% 100% / 1%));
    align-items: center;
    gap: 13px;
    backdrop-filter: blur(80px);
    border-radius: 50px;
}
.contact-get-right .contact-get-col:not(:last-child) {
    margin: 0 0 13px;
}
.contact-get-right .contact-get-col .contact-get-text {
    font-size: 20px;
    font-weight: 700;
}
.contact-get-right .contact-get-col .contact-get-text span {
    display: block;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}
.contact-form-home {
    padding: 40px 30px;
    background: #fff;
    border-radius: 10px;
    width: 660px;
    margin-top: -255px;
    box-shadow: 21px 15px 41px hsl(208.89deg 49.69% 31.96% / 17%);
}
.contact-form-head {
    margin: 0 0 30px;
}
.contact-form-home form .form-group {
    margin-bottom: 24px;
}
.form-group {
    position: relative;
}
.form-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
}
.form-control {
    box-shadow: none !important;
    outline: none !important;
    padding: 20px 15px;
    border: 0;
    background-color: #F2F5F7;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    height: 55px;
    font-family: var(--font-sfprodisplay);
    border-radius: 5px;
}
.form-control:focus {
    color: #000;
    background-color: #F2F5F7;
    outline: 0;
    box-shadow: none;
}
.form-group select.form-control {
    padding: 15px;
    cursor: pointer;
    background-image: url('data:image/svg+xml,<svg width="11" height="6" viewBox="0 0 11 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5.5 5L10 1" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center right 20px;
}
/**/

input.form-control::placeholder,
input.form-control::placeholder{
  color: #000 !important;
  opacity: 1 !important;
}
textarea.form-control::-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder {
  color: #000 !important;
}
textarea::-webkit-input-placeholder {
color: #000  !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
color: #000  !important;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color: #000  !important;  
}

textarea:-ms-input-placeholder {
color: #000  !important;  
}
.contact-form-home .button-group button {
    max-width: 193px;
    width: 100%;
}
.contact-form-home form .form-group textarea.form-control {
    min-height: 133px;
    resize: none;
    padding-top: 5px;
}
.enter-value {
    display: flex;
}
.enter-value span {
    font-size: 16px;
    margin-right: 20px;
    white-space: nowrap;
    line-height: 16px;
    display: block;
    color: #000000;
    padding-top: 22px;
}

.filelabel {
    max-width: 281px;
    border: 1px dashed #FDCD56;
    border-radius: 5px;
    display: block;
    padding: 18px 23px;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: left;
    margin: 0;
    line-height: normal;
    color: #000000 !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgb(253 205 86 / 8%);
}
.filelabel svg path {
    stroke: #000;
}
.filelabel .title {
    color: #000000;
    transition: 200ms color;
}
.filelabel:hover {
  border: 1px dashed var(--color-green);
}
.filelabel:hover .title {
  color: #000;
}
#FileInput{
    display:none;
}
.radio-list p {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 13px;
}
.button-group .btn {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact-form-home .button-group .btn {
    background: #fff;
    border-color: #fff;
}
.radio-list ul li:not(:last-child) {
    margin-bottom: 10px;
}
.radio-list ul li {
    line-height: 19px;
}
.radio-list ul li input[type="radio"]:checked,
.radio-list ul li input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-list ul li input[type="radio"]:checked + label, .radio-list ul li input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    display: inline-block;
    color: #000;
    line-height: normal;
    font-size: 14px;
}
.radio-list ul li input[type="radio"]:checked + label:before, .radio-list ul li input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #000;
}
.radio-list ul li input[type="radio"]:checked + label:after, .radio-list ul li input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #02A738;
    position: absolute;
    top: 4px;
    left: 1px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-list ul li input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-list ul li input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*blog-sec*/
.blog-sec .section-inner-head {
    text-align: center;
    margin: 0 0 60px;
}

.blog-card h3 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 36px;
    max-width: 600px;
}


@media only screen and (max-width:1441px){
    .section-spacing {
        padding: 80px 0;
    }
    .inner-subtitle {
        font-size: 16px;
        line-height: 28px;
        margin: 0 0 5px;
    }
    /*  home banner  */
    .inner-page-banner {
        padding: 80px 0 0;
    }
    .engagement-modal-right {
        -moz-column-gap: 35px;
        column-gap: 35px;
        row-gap: 40px;
    }
    /* contact us    */
    .contact-sec-inner {
        padding: 40px 0 80px;
    }
    .contact-sec .section-inner-head {
        margin: 28px 0 30px;
    }
    .contact-get-outer {
        gap: 20px;
        margin: 30px 0 0;
        max-width: 447px;
    }
    .contact-details {
        max-width: 447px;
    }
    .contact-seprator {
        right: 5px;
    }
    .contact-grid .contact-left {
        width: calc(100% - 560px);
    }
    .contact-form-home {
        padding: 30px 20px;
        width: 560px;
        margin-top: -205px;
    }
    .contact-get-left ul li {
        padding-left: 26px;
        line-height: 26px;
        font-size: 16px;
    }
    .contact-get-left ul li:before {
        top: 5px;
    }
    .contact-get-right .contact-get-col {
        padding: 10px 30px;
    }
    .contact-get-outer h3 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .contact-get-right .contact-get-col:not(:last-child) {
        margin: 0 0 10px;
    }
    .contact-form-home form .form-group {
        margin-bottom: 20px;
    }
    .form-control {
        padding: 16px 15px;
        font-size: 14px;
        height: 50px;
    }
    .contact-details a:not(:last-child) {
        margin: 0 0 15px;
    }
    .contact-details a {
        padding: 15px 20px;
    }
    .radio-list ul li:not(:last-child) {
        margin-bottom: 5px;
    }
    .contact-form-head {
        margin: 0 0 20px;
    }
    .contact-form-head p {
        line-height: 24px;
    }
    .contact-data-inner p {
        margin-bottom: 2px;
        letter-spacing: 2px;
        font-size: 12px;
        line-height: 18px;
    }
    .contact-get-right .contact-get-col .contact-get-text {
        font-size: 18px;
    }
    .contact-get-right .contact-get-col .contact-get-text span {
        font-size: 14px;
    }
    .radio-list ul li {
        line-height: 15px;
    }
    .contact-form-head h2 {
        line-height: normal;
    }
    .contact-form-home form .form-group textarea.form-control {
        min-height: 93px;
    }
    .filelabel {
        padding: 15px 20px;
    }
    .enter-value span {
        font-size: 14px;
        margin-right: 10px;
        line-height: 16px;
        padding-top: 16px;
    }
    .contact-seprator {
        right: 62px;
    }
    /* blog-sec   */
    .blog-sec .section-inner-head {
        margin: 0 0 30px;
    }
    .blog-card h3 {
        font-size: 20px;
        max-width: 540px;
    }
    
}   

@media only screen and (max-width:1199px){
    .engagement-modal-right h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .project-specification {
        gap: 20px;
        margin-top: 30px;
    }
    .engagement-modal-right .frame-box {
        padding: 12px;
    }
    /* contact us    */   
    .contact-seprator{
        display: none;
    }
}
@media only screen and (max-width:991px){
    .cta-btn {
        padding: 5px 5px 5px 20px;
        gap: 10px;
        line-height: 18px;
        font-size: var(--font-16);
    }
    .inner-banner-common-content {
        padding-bottom: 40px;
        max-width: 760px;
        text-align: center;
        margin: 0 auto;
    }
    /*    */
    .our-awards .section-inner-head {
        margin-bottom: 40px;
    }
    .bignumb {
        font-weight: 700;
        font-size: 75px;
        line-height: 75px;
    }
    .engagement-modal-left.pe-5 {
        padding-right: 0 !important;
    }
    .engagement-modal-left .bigumb-title {
        line-height: 25px;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .checklisted {
        margin: 20px 0 30px;
        gap: 10px;
    }
    .engagement-modal-main > .row {
        row-gap: 30px;
    }
    .engagement-modal-right {
        padding: 30px;
    }
    .project-specification {
        padding: 20px;
        border-radius: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .engagement-modal-left.ps-5{
        padding-left: 0px !important;
    }
    /* contact us    */
    .contact-sec {
        padding: 25px 0 0;
    }
    .contact-sec .section-inner-head{
        margin-top: 0;
    }
    .contact-grid {
        flex-wrap: wrap;
    }
    .contact-details {
        max-width: 100%;
    }
    .contact-get-outer {
        max-width: 100%;
        justify-content: space-between;
    }
    .contact-grid .contact-left {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 40px;
    }
    .contact-form-home {
        padding: 30px;
        width: 100%;
        margin-top: 40px;
    }
    .contact-seprator {
        display: flex;
        right: auto;
        bottom: 0;
        width: 100%;
        height: 1px;
        justify-content: center;
    }
    .contact-seprator:after, .contact-seprator:before {
        width: calc(50% - 20px);
        top: 50%;
        height: 1px;
        left: 0;
    }
    .contact-seprator:before {
        right: 0;
        left: auto;
    }
    .blog-card h3 {
        font-size: 18px;
        line-height: 28px;
        margin-top: 10px;
    }
    .row-gap{
        row-gap: 30px;
    }
}
@media only screen and (max-width:767px){ 
   .project-specification{
        grid-template-columns: 1fr 1fr;
    }
    .circle-box {
        border: 10px solid #F2F5F7;
        max-width: 200px;
        height: 200px;
    }
    .cta-bg {
        padding: 30px 20px;
    }
    .cta-bg .cta-text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    /* contact us    */
    .contact-sec .section-inner-head {
        margin: 0 0 30px;
    }
    .contact-form-home .button-group button {
        margin: 25px 0 0;
    }


}

@media only screen and (max-width:675px){ 
    
    /* contact us    */
    .contact-get-outer {
        flex-wrap: wrap;
    }
    .contact-get-right {
        width: 100%;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .contact-get-right .contact-get-col:not(:last-child) {
        margin: 0 0 0;
    }
    .contact-get-right .contact-get-col {
        width: calc(50% - 10px);
    }
    .contact-form-home {
        padding: 25px 15px;
    }
    .engagement-modal-right {
        padding: 25px 15px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 40px;
    }
}

@media only screen and (max-width:480px){
    .engagement-modal-right{
        grid-template-columns: 1fr;
    }
    .engagement-modal-right .frame-box .frame-boxicon, .engagement-modal-right .stroke-title {
        margin-left: auto;
        margin-right: auto;
    }
    .engagement-modal-right .stroke-title {
        margin-top: 20px;
    }
    .engagement-modal-right {
        row-gap: 22px;
    }
    .project-specification {
        grid-template-columns: 1fr;
    }
    .circle-box {
        position: unset;
        border: 0;
        max-width: 100%;
        height: auto;
        background: #fff;
        box-shadow: 7px 8px 30px rgba(23,22,71,.05);
        border-radius: 10px;
        padding: 22px;
    }
    .gradientbox {
        height: 100%;
    }
    .engagement-modal-right .frame-box:nth-child(even), .engagement-modal-right .frame-box {
        text-align: center;
    }
    /* contact us    */
    .contact-get-right {
        flex-direction: column;
    }
    .contact-get-right .contact-get-col {
        width: 100%;
    }
    .contact-data-inner p{display: none;}
    .contact-details a .contact-icon img {
        max-width: 24px;
    }
    .contact-details a .contact-data-inner {
        padding-left: 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width:374px){
    
    /* contact us    */
    .contact-details a {
        padding: 15px;
        gap: 10px;
        flex-direction: column;
    }
    .contact-details a .contact-data-inner {
        padding-left: 0;
    }
}