@font-face { font-family: Archivo; font-style: normal; font-weight: 400; src: url("../archivo/Archivo-Regular.ttf"); }
@font-face { font-family: Archivo; font-style: normal; font-weight: 500; src: url("../archivo/Archivo-Medium.ttf"); }
@font-face { font-family: Archivo; font-style: normal; font-weight: 600; src: url("../archivo/Archivo-SemiBold.ttf"); }
@font-face { font-family: Archivo; font-style: normal; font-weight: 700; src: url("../archivo/Archivo-Bold.ttf"); }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
body {
    font-size: 17px;
    font-family: Archivo;
    font-weight: 400;
    overflow-x: clip;
    color: #222222;
}

ul {
    margin: 0;
    padding: 0;
}
html {
    font-size: 16px
}

a { text-decoration:none; color: inherit;}
a:hover { text-decoration:none; color: inherit;}
img {max-width:100%;}
img.w100{
    width: 100%;
}
.container { max-width:1200px!important; margin:0 auto; position:relative}

.meni-icon{
    display: none;
}

.meni-icon{
    display: none;
}

.close-icon{
    display: none;
}

.navBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#myNav ul li {
    display: inline-block;
    line-height: 111px;
    padding: 0px;
}

#myNav ul li a {
    color: #222222;
    font-size: 16px;
    padding: 1px 21px;
    font-weight: 400;
    text-transform: capitalize;
}

#myNav ul li.last a {
    background: #034c81;
    color: #fff;
    padding: 11px 18px;
    border-radius: 2px;
    border: 1px solid #034c81;
}
div#myNav {
    display: flex;
}

.navBar .logo img {
    height: 96px;
}

div#myHeader {
    padding: 0px;
}

.navigationBarSec {
    display: flex;
    align-items: center;
}

.navigationBarSec .spaLogo {
    margin-left: 21px;
}

section.mainBanner {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fefefe !important;
    background-size: cover!important;
}

section.mainBanner .bannerText {
    /* position: absolute; */
    width: 100%;
    text-align: center;
}

section.mainBanner .bannerText .bannerText-Area .fl {}

section.mainBanner .bannerText .headingtxt h1 {
    font-size: 72px;
    font-weight: 600;
    line-height: 82px;
}

section.mainBanner .bannerText .headingtxt .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 7px 0px;
}

section.mainBanner .bannerText .headingtxt h1 span {
    color: #034c81;
}

section.mainBanner .bannerText .bannerText-Area {
    width: 81%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.mainBanner .bannerText .bannerText-Area .bannerCounter .counter-list {
    color: #fff;
    text-transform: uppercase;
    padding: 12px 0px;
    text-align: right;
}

section.mainBanner .bannerText .bannerText-Area .bannerCounter .counter-list span {
    font-size: 64px;
    font-weight: 600;
    background: linear-gradient(180deg, #35F8F7 0%, #3C6EFF 100%), linear-gradient(0deg, #43C5F3, #43C5F3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading h2, .heading .headline {
    font-size: 47px;
        line-height: 57px;
}

.heading {
    padding-bottom: 22px;
}

section.honeAbout {
    padding: 60px 0px;
    width: 100%;
}

section.honeAbout .about-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

section.honeAbout .about-flex .fl {
    width: 48%;
}

section.honeAbout .about-flex .fr {
    width: 46%;
}

p {line-height: 27px;font-size: 16px;}

section.estimated-Clients {
    width: 100%;
    padding: 60px 0px;
    text-align: center;
}

.heading p {
    position: relative;
    width: 68%;
    margin: 0px auto;
    font-size: 19px;
}

section.estimated-Clients .clients-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.estimated-Clients .clients-list .clients-img {
    width: 23%;
    margin: 1%;
}

section.estimated-Clients .clients-list .clients-img .img {
    width: 100%;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #034c8142;
    /* box-shadow: 0px 0px 10px #cccccc5e; */
    padding: 12px;
}
section.estimated-Clients .clients-list .clients-img .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    /* filter: grayscale(1); */
    transition: 0.5s ease-in-out;
}
section.people-say {
    padding: 60px 0px;
    background: #F4F7FA;
    text-align: center;
}

section.people-say .people-sayArea {
    padding-top: 22px;
}

section.people-say .people-sayArea .peopleList {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* padding-top: 25px; */
}

section.people-say .people-sayArea .peopleList .mainSec {
    /* width: 33.33%; */
    padding: 25px;
}

section.people-say .people-sayArea .peopleList .mainSec:nth-child(2) {
    border-right: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
}

section.people-say .people-sayArea .peopleList .mainSec .tagline {
    padding: 32px 0px 15px 0px;
    font-weight: 600;
    /* color: #000; */
    font-size: 18px;
}



section.people-say .people-sayArea .peopleList .mainSec .peopleDetail {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 25px;
}

section.people-say .people-sayArea .peopleList .mainSec .peopleDetail .img img {
    width: 60px;
}

section.people-say .people-sayArea .peopleList .mainSec .peopleDetail .nameDesig {
    font-size: 12px;
}

section.people-say .people-sayArea .peopleList .mainSec .peopleDetail .nameDesig .name {
    font-weight: 600;
    /* color: #000; */
    font-size: 16px;
}

section.ourServices {
    text-align: center;
    padding: 60px 0px;
}

section.ourServices .mainSec-Service {
    /* padding: 22px; */
    position: relative;
}

section.ourServices .serviceSlider {
    padding-top: 25px;
}

section.ourServices .serviceSlider .owl-carousel .owl-stage {
    display: flex;
    position: relative;
}


section.ourServices .serviceSlider .owl-carousel .owl-stage .owl-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 85%;
    background: #F4F7FA;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

section.ourServices .mainSec-Service .content {
    padding-top: 24px;
}

section.ourServices .mainSec-Service .content .service-name h3 {
    font-size: 22px;
    line-height: 30px;
    color: #000;
    margin-bottom: 12px;
}

section.ourServices .mainSec-Service .content .txt p {
    /* font-size: 15px; */
    /* line-height: 28px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.ourServices .owl-dots {
    display: none;
}

.owl-nav button, .owl-nav button:hover {
    background: #034c81 !important;
    margin: 10px 0px!important;
    border-radius: 0px!important;
    opacity: 1!important;
    padding: 0px 22px 4px 22px!important;
}

.owl-nav button.owl-next, .owl-nav button.owl-next:hover {
    background: #1379c2 !important;
}

 button.owl-next span:after {
    content: "\2192";
    color: #ffffff;
    font-size: 27px;
    font-weight: 800;
}

 button.owl-next span, button.owl-prev span{color: #fff0;}

 button.owl-prev span:after {
    content: "\2190";
    color: #ffffff;
    font-size: 27px;
    font-weight: 800;
}

 button.owl-next.disabled span:after,  button.owl-prev.disabled span:after{
    color: #ffffffcc;
}

section.technology-expert .experarea {
    background: #2C539B;
    padding: 32px;
    color: #fff;
}

section.technology-expert .experarea .flexEx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.technology-expert .experarea .flexEx .fl {
    width: 46%;
}

section.technology-expert .experarea .flexEx .fr {
    width: 48%;
}

section.technology-expert .experarea .flexEx  .heading p {
    margin: 0px;
    width: 100%;
}

section.technology-expert .experarea .flexEx .heading h2 {
    color: #fff;
}

section.technology-expert .experarea .flexEx .button a, .apply-btn a {
    background: #5FCD6F;
    display: block;
    width: fit-content;
    padding: 16px 22px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #6ec83d;
}

section.technology-expert .experarea .flexEx .button a i {
    padding-left: 15px;
}

section.ourProduct {
    text-align: center;
    padding: 60px 0px;
}

section.ourProduct .productList {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

section.ourProduct .productList .mainSec-Product {
    width: 24%;
    padding: 32px 22px;
    text-align: left;
    border: 1px solid #fff;
    margin: 0.5%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: relative;
    border-radius: 9px;
}
/*section.ourProduct .productList .mainSec-Product:nth-child(3){margin-right: 10px;}*/

section.ourProduct .productList .mainSec-Product .productName h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 19px;
    margin: 22px 0px 12px 0px;
}

section.ourProduct .productList .mainSec-Product .txt p {
    font-size: 15px;
    line-height: 27px;
    color: #666666;
}

section.ourProduct .productList .mainSec-Product .txt {
    max-height: 87px;
    text-overflow: ellipsis;
    overflow: hidden;
}

section.ourProduct .productList .mainSec-Product .readmore i {
    padding-top: 12px;
    color: #CCCCCC;
}
.chnatbot {
    position: absolute;
    right: 0px;
    top: -24px;
    width: 24%;
}

section.blogs {
    padding: 20px 0px 20px 0px;
    text-align: center;
    position: relative;
}


section.blogs .blogList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.blogs .blogList .blogArea {
    width: 31.33%;
    background: #F4F7FA;
    transition: 0.3s ease-in-out;
    text-align: left;
    margin: 1%;
}

section.blogs .blogList .blogArea .blogImg {
    width: 100%;
}

section.blogs .blogList .blogArea .blogImg img {
    width: 100%;
}

section.blogs .blogList .blogArea  .content {
    width: 100%;
    padding: 18px 22px;
}

section.blogs .blogList .blogArea .content .date {
    color: #000;
    border: 1px solid #CECECE;
    width: fit-content;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 2px 15px;
}

section.blogs .blogList .blogArea .content .blogTitle h3 {
    font-size: 19px;
    line-height: 29px;
    margin-top: 14px;
    color: #000;
}

footer {
    color: #fff;
    padding: 40px 0px 32px 0px;
    background-blend-mode: multiply;
    background: #222222;
}

footer .flexf {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .flexf .connectLink ul li {list-style: none;display: inline-block;padding: 7px;font-size: 16px;}

footer .flexf .connectLink ul li.email i {
    background: #034c81;
    padding: 9px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
}

footer .footer {
    padding: 36px 0px;
}

footer .footer .footerArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .footer .footerArea .footerLinks:nth-child(1) {
    width: 34%;
    display: none;
}

footer .footer .footerArea .footerLinks:nth-child(2) {
    width: 16%;
}

footer .footer .footerArea .footerLinks:nth-child(3) {
    width: 40%;
}

footer .footer .footerArea .footerLinks:nth-child(4) {
    width: 30%;
}

footer .footer .footerArea .footerLinks:nth-child(5) {
    width: 23%;
}

footer .footer .footerArea .footerLinks ul li {list-style: none;padding-bottom: 4px;}

footer .footer .footerArea .footerLinks .headline {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: 'Archivo';
}

footer .footer .footerArea .footerLinks ul li a, footer .footer .footerArea .footerLinks p {
    color: #ede9e9;
    font-size: 14px;
    line-height: 22px;
}

footer .footer .footerArea .footer-txt {
    font-size: 24px;
}

footer .copyRight {
    text-align: center;
    padding: 15px 0px 0px 0px;
    font-size: 15px;
}

footer .footer .footerArea .footerLinks  input.form-control {
    border-radius: 0px;
    border: none;
    font-size: 14px;
    padding: 12px 15px;
}

footer .footer .footerArea .footerLinks button, .tnp-field input[type="submit"] {
    background: #034c81!important;
    display: block;
    width: fit-content;
    padding: 12px 33px!important;
    text-transform: uppercase;
    color: #fff;
    border: none;
    font-size: 15px!important;
    margin-top: 10px;
}

section.inner-service{
    background: linear-gradient(rgb(1 27 75 / 93%), rgb(44 83 155 / 70%)),url(../img/inner.jpg);
    background-color: rgba(34, 34, 34, 1);
    width: 100%;
    display: flex;
    align-items: center;
    color: #Fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
     height: 244px; 
    flex-wrap: wrap;
    position: relative;
}

section.inner-service.inner-page{
 /* height: 218px; */
}

section.inner-service .inner-text {
    width: 100%;
    position: absolute;
    z-index: 99;
}

section.inner-service .inner-text .breadcrumb ul {
    display: flex;
}

section.inner-service .inner-text .breadcrumb ul li {
    position: relative;
    font-size: 14px;
    list-style: none;
}

section.inner-service .inner-text .breadcrumb ul li:not(:last-child) {
    color: #6ec83d;
}

section.inner-service .inner-text .breadcrumb ul li:not(:last-child):after {
    content: "/";
    color: #fff;
    padding: 0px 8px;
}

section.inner-service .inner-text .heading h1 {
    font-size: 41px;
    font-weight: 600;
}

section.inner-service .inner-text .breadcrumb {
    padding-bottom: 15px;
}
section.contactUs {
    text-align: center;
    padding: 60px 0px;
}

section.contactUs .AddressListing {
    display: flex;
    flex-wrap: wrap;
}

section.contactUs .AddressListing .MainSec-Address {
    width: 48%;
    text-align: left;
    background: #F4F7FA;
    margin: 1%;
}

section.contactUs .AddressListing .MainSec-Address .add {
    padding: 25px;
}

section.contactUs .AddressListing .MainSec-Address .add .location {
    font-size: 22px;
    color: #000;
}

section.contactUs .AddressListing .MainSec-Address .add .location img {
    width: 52px;
}

section.contactUs .AddressListing .MainSec-Address .locDet {
    position: relative;
    padding-left: 36px;
}

section.contactUs .AddressListing .MainSec-Address .locDet i {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #1c79b4;
    font-size: 22px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
}

section.contactUs .AddressListing .MainSec-Address .locDet {margin: 15px 0px;}

section.getTouch-Form {
    background: #f4f7fa;
    padding: 60px 0px;
}

section.getTouch-Form .contcatFlex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.getTouch-Form .contcatFlex .fl {
    width: 36%;
}

section.getTouch-Form .contcatFlex .fr {
    width: 54%;
}

section.getTouch-Form .contcatFlex .fr .getForm .form-control {
    border-radius: 0px;
    border: none;
    font-size: 15px;
    padding: 16px 18px;
    margin-bottom: 18px;
}



 input.btn_main, .apply-from-btn a {
    background: #5FCD6F;
    display: block;
    width: fit-content;
    padding: 12px 33px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    font-size: 15px;
    margin-top: 10px;
}

 input.btn_main:hover, .apply-from-btn a:hover{
    background: #2853a0;
 }

section.knowledheCenter {
    padding: 60px 0px 0px 0px;
    text-align: center;
}

section.technology-expert .experarea .flexEx input.btn_main {
    background: #5FCD6F;
    display: block;
    width: fit-content;
    padding: 12px 33px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    font-size: 15px;
    margin-top: 10px;
}

section.blogs.knowledheCenterBlogs:after {
    display: none;
}

section.blogs.knowledheCenterBlogs {
    padding: 60px 0px 60px 0px;
}

section.blogs.knowledheCenterBlogs .blogArea {
    display: block;
    width: 31.33%;
    margin: 1%;
}

section.blogs.knowledheCenterBlogs .blogArea .blogImg {
    width: 100%;
}

section.blogs.knowledheCenterBlogs .blogArea .content {
    width: 100%;
    padding: 10px 15px;
}

section.caseStudy {
    text-align: center;
    padding: 60px 0px;
}

section.career .imagesGroup {
    display: flex;
    flex-wrap: wrap;
}

section.career .imagesGroup .img {
    width: 24%;
    margin: 0.5%;
    position: relative;
    padding: 0px;
}

section.career .imagesGroup .img:after {
    content: "";
    position: absolute;
    width: 85%;
    height: 85%;
    background: #F4F7FA;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

section.career {
    padding: 60px 0px 30px 0px;
    text-align: center;
}

section.job-listing {
    width: 100%;
    background: #F4F7FA;
    padding: 40px 0px;
}

section.job-listing .job-list {
    padding: 20px 0px;
}

section.job-listing .job-list .listing-jpb-area ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.job-listing .job-list .listing-jpb-area ul li {
    width: 48.5%;
    background: white;
    /* box-shadow: 0px 0px 10px #ebe8e8; */
    padding: 18px 22px;
    border-radius: 7px;
    margin-bottom: 17px;
    list-style:none;
}

section.job-listing .job-list .listing-jpb-area ul li .job-short .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #000;
}


section.job-listing .job-list .listing-jpb-area ul li .job-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.job-listing .job-list .listing-jpb-area ul li .jpb-button a, section.job-listing .job-list .listing-jpb-area ul li .jpb-button a:last-child:hover {
    padding: 9px 21px;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    background: #2853a0;
    text-transform: uppercase;
    color: #fff;
    display: block;
}
section.job-description {
    width: 100%;
    padding: 40px 0px;
}

section.job-description .main-heading h2 {
    font-size: 27px;
    color: #000;
}

section.job-description .jd-flex .jd-full .description-area {
    padding: 15px 0px;
}

section.job-description .jd-full .txt ul li {
    line-height: 25px;
    position: relative;
    padding-left: 28px;
    list-style: none;
    margin: 10px 0px;
}

section.job-description .jd-full .txt ul li:before {
    content: "\2713";
    color: #6ec83d;
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: 5px;
}

section.job-description .jd-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.job-description .jd-flex .jd-full {
    width: 100%;
}

section.job-description .jd-flex .jd-short {
    width: 34%;
}
#myNav ul li.last a:hover {
    background: #2C539B;
    border: 1px solid #2C539B;
}

section.technology-expert .experarea .flexEx .button a:hover, .apply-btn a:hover {
    background: #2C539B;
    border: 1px solid #fff;
}

section.ourProduct .productList .mainSec-Product:hover .readmore, section.ourProduct .productList .mainSec-Product:hover .readmore i {
    color: #6ec83d;
}

section.blogs .blogList .blogArea:hover .content .blogTitle h3 {
    color: #ffffff;
}

#myNav ul li:hover a, #myNav ul li:hover:after{
    color: #4576d1;
}
#myNav ul li.last:hover a{
    color: #fff;
}
section.ourServices .serviceSlider .owl-carousel .owl-stage .owl-item:hover:after {
    background: #6ec83d40;
}
section.people-say .people-sayArea .peopleList .mainSec .compnayLogo .img img {
    width: auto!important;
}

section.people-say .people-sayArea .peopleList .mainSec .compnayLogo .img {
    display: flex;
    justify-content: center;
}

section.people-say .people-sayArea .peopleList .owl-dots {
    display: none;
}

section.people-say .people-sayArea .peopleList .owl-dots {
    margin-top: 25px;
}

section.ourProduct .productList .mainSec-Product:hover {
    /* box-shadow: 0px 0px 10px #cccccc73; */
    /* border-radius: 8px; */
    /* border: 1px solid #aaff7b; */
}

section.ourProduct .productList .mainSec-Product .img img {
    width: 38px;
}

footer .footer .footerArea .footerLinks ul li a:hover {
    color: #6ec83d;
}

ul.sub-menu {
    display: none;
}

button.sub-menu-toggle {
    display: none;
}

#myNav ul li.menu-item-has-children:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #000;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 15px;
}

#myNav ul li {
    position: relative;
}

#myNav ul li:not(:last-child):before {
    content: "";
    width: 0%;
    height: 4px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: auto;
    background: linear-gradient(180deg, #6ec83d 0%, #6ec83d 100%), linear-gradient(0deg, #6ec83d, #6ec83d);
    margin-right: auto;
    transition: 0.5s ease-in-out;
}

#myNav ul li:hover:before {
    width: 93%;
}

#myNav ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
    position: absolute;
    display: block;
    z-index: 9999;
    background: #034c81;
    width: 362px;
    box-shadow: 4px 3px 10px #575757;
    padding: 21px 7px;
    top: 100%;
    /* border-radius: 8px; */
    /* border-top: 3px solid #6ec83d; */
    left: 7px;
    color: #fff;
}

#myNav ul li.menu-item-has-children ul.sub-menu li {
    padding: 4px 15px;
    line-height: 21px;
    display: block;
}

#myNav ul li.menu-item-has-children:hover ul.sub-menu li:after, #myNav ul li.menu-item-has-children:hover ul.sub-menu li:before {
    display: none;
}

#myNav ul li.menu-item-has-children ul.sub-menu li a {
    color: #000000;
    font-size: 15px;
}

#myNav ul li.menu-item-has-children ul.sub-menu li a:hover{
    /* color: #90fb55; */
}

ul.sub-menu:after {
    content: '';
    border-right: 10px solid transparent;
    border-bottom: 10px solid #6ec83d;
    border-left: 10px solid transparent;
    position: absolute;
    left: 43px;
    top: -9px;
    display: none;
}

footer .footer .footerArea .footerLinks button:hover {
    background: #4185f1;
}


.carousel-indicators [data-bs-target] {width: 14px;height: 14px;border-radius: 50%;background-color: #fff0!important;border: 1px solid #fff;opacity: 1!important;}



.carousel-indicators button.active {
    background: #6ec83d!important;
    border: 1px solid #6ec83d!important;
}

.carousel-indicators {
    left: 0px;
    display: flex;
    justify-content: flex-start;
    bottom: 12%;
    margin: 0px 12%;
}

button.carousel-control-prev {
    display: none;
}

button.carousel-control-next {
    display: none;
}

section.job-listing .job-list .listing-jpb-area ul li .job-area .job-short {
    width: 100%;
}

section.job-listing .job-list .listing-jpb-area ul li .job-short .txt p {
    margin: 0px;
    font-size: 15px;
}

section.job-listing .job-list .listing-jpb-area ul li .job-short .txt p b {
    color: #000;
    font-weight: 400;
}

section.job-listing .job-list .listing-jpb-area ul li .job-area .jpb-button {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

section.job-listing .job-list .listing-jpb-area ul li .jpb-button a:last-child, section.job-listing .job-list .listing-jpb-area ul li .jpb-button a:hover {
    background: #6ec83d;
}

h4.modal-title {
    color: #000;
}

.jd {
    padding: 0px 15px;
}

.jd .headingMain {
    color: #000;
    font-size: 21px;
    margin: 15px 0px 7px 0px;
}

.jd ul li {
    list-style: none;
    position: relative;
    margin: 8px 0px;
    padding-left: 32px;
}

.jd ul li:after {
    content: "\2713";
    color: #6ec83d;
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.form-group {
    margin-bottom: 1rem;
}
.apply-from-btn {
    display: grid;
    justify-content: center;
    margin: 15px 0px;
}

.modal-body {
    max-height:82vh;
    overflow-y:auto;
}
/* width */
.modal-body::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.modal-body::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.modal-body::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.headetTop {
    background: #034c81;
}

.headetTop .flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 13px;
    padding: 5px 0px;
}

.headetTop .flx .laste ul li {
    display: inline-block;
    padding-left: 12px;
    line-height: 12px;
}

.headetTop .flx .laste ul li:not(:last-child){
    padding: 0px 12px;
    border-right: 1px solid #fff;
}

.headetTop .flx .email i {
    margin-right: 4px;
}

section.estimated-Clients .clients-list .clients-img .img:hover img {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
    padding: 0px;
}

section.estimated-Clients .clients-list .clients-img .img:hover img {
    filter: grayscale(0);
}

section.blogs .blogList .blogArea:hover {
    background: #034c81;
    transition: 0.3s ease-in-out;
}

section.blogs .blogList .blogArea:hover .content .date {
    color: #fff;
}

section.ourProduct .productList .mainSec-Product:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 7px;
    -webkit-backface-visibility: hidden;
}

section.ourProduct .productList .mainSec-Product .serStart {
    z-index: 2;
    position: relative;
}

section.ourProduct .productList .mainSec-Product:hover:after {
    z-index: -1;
    background: none;
    /* -webkit-transform: rotateY(180deg); */
    -webkit-backface-visibility: hidden;
    transition: 1.5s ease-in-out;
}

section.ourProduct .productList .mainSec-Product .hoverContnet {
    display: none;
}

section.ourProduct .productList .mainSec-Product:hover .serStart {
    display: none;
}

section.ourProduct .productList .mainSec-Product:hover .hoverContnet {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: end;
}

section.ourProduct .productList .mainSec-Product:hover .hoverContnet .flex-hover {
    background: #ffffffde;
    padding: 10px 25px;
    border-radius: 10px;
}

section.ourProduct .productList .mainSec-Product .hoverContnet .flex-hover .proName {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

section.ourProduct .productList .mainSec-Product .hoverContnet .flex-hover .readmore {
    color: #000;
    font-size: 15px;
}

section.ourProduct .productList .mainSec-Product .hoverContnet .flex-hover .readmore:hover {
    color: #6ec83d;
}

section.people-say .people-sayArea .peopleList .mainSec .compnayLogo img {
    height: 31px;
    background: #fff;
    /* filter: grayscale(1); */
    padding: 0px 26px;
}
section.people-say .people-sayArea .peopleList .mainSec:hover .compnayLogo img, section.people-say .people-sayArea .owl-item.center .mainSec .compnayLogo img {
    filter: grayscale(0);
}

section.people-say .people-sayArea .owl-item {
    background: #ffffffbd;
    padding: 25px 0px;
    margin: 20px 0px;
}

section.people-say .owl-nav button, section.people-say .owl-nav button:hover {
    background: #439ddf !important;
}

.dots-br {
    position: absolute;
    right: -45px;
    bottom: 0px;
}

.dots-tl {
    position: absolute;
    left: -45px;
    text-align: 0px;
}

section{
    position: relative;
}

section.people-say .people-sayArea .owl-item.center {
    background: #034c81;
    transform: scale(1.1);
    border: 1px solid #034c81;
    z-index: 99;
    border-top: 3px solid #034c81;
    color: #fff;
}

section.people-say .people-sayArea .peopleList .mainSec .compnayLogo img {
    height: 58px;
    /* filter: grayscale(1); */
}
section.people-say .people-sayArea .peopleList .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #5f84cb;
    border-radius: 50%;
    margin: 3px;
    opacity: 0.5;
}

section.people-say .people-sayArea .peopleList .owl-dots {
    display: none;
    justify-content: center;
}

section.people-say .people-sayArea .peopleList .owl-dots .owl-dot.active {
    opacity: 1;
}

.header.sticky {
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    top: 0px;
    box-shadow: 0px 0px 10px #ccc;
}

.flip-container {
        -webkit-perspective: 1000;
        background: transparent;
        margin: 100px auto;
    }
    /* flip the picture when hover */
    
    .flip-container:hover .flipper,
    .flip-container.hover .flipper {
        /* -webkit-transform: rotateY(180deg); */
        height: 100%;
    }
  
    
    .flipper {
        -webkit-transition: 1.5s;
        -webkit-transform-style: preserve-3d;
        position: relative;
        z-index: 2;
    }
    /* hide back  during flip */
    
    .front,
    .back {
        -webkit-backface-visibility: hidden;
        /* position: absolute; */
        /* top: 0; */
        /* left: 0; */
    }
    /* front placed above back */
    
    .front {
        z-index: 2;
    }
    /* back, initially hidden */
    
    .back {
        -webkit-transform: rotateY(180deg);
    }

section.ourProduct .productList .mainSec-Product:hover {
    -webkit-transform: rotateY(180deg);
    -webkit-transition: 1.5s;
    -webkit-transform-style: preserve-3d;
    position: relative;
    
}

#myNav ul li.menu-item-has-children ul.sub-menu li:hover a {
    color: #2885c5;
}

#myNav ul li.menu-item-has-children ul.sub-menu li a{
    width: 100%;
    display: block;
    color: #fff;
}

section.people-say .owl-nav button.disabled,
section.ourServices .owl-nav button.disabled,
section.people-say .owl-nav button.owl-prev{
    background: #034c81 !important;
}


section.people-say .owl-nav.disabled {
    /* display: block!important; */
}

section.mainBanner.inner .img {
    width: 100%;
    position: relative;
}

section.mainBanner.inner .img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #253c6545;
    top: 0px;
    left: 0px;
}

section.mainBanner.inner .bannerText .headingtxt h1 span {
    color: #ffffff;
    background: none;
    -webkit-text-fill-color: inherit;
    font-size: 38px;
}

section.mainBanner.inner .bannerText .headingtxt h1 {
     color: #5FCD6F;
     text-transform: unset;
     font-weight: 200;
     font-size: 62px;
     line-height: 68px;
}

section.honeAbout .about-flex .fr .img {
    position: relative;
}

section.honeAbout .about-flex .fr .img:after {
    content: "";
    width: 15%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: linear-gradient(to bottom right, #fff0 0%, #fff0 50%, white 50%, white 100%);
}
section.ourDirectors {
    padding: 60px 0px;
    text-align: center;
}

section.ourDirectors .heading {
    width: 74%;
    position: relative;
    margin: 0px auto;
}

section.ourDirectors .directors {
    background: #F4F7FA;
    margin-top: 22px;
    padding: 30px 0px;
}


section.ourDirectors .directors .director-list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

section.ourDirectors .directors .director-list ul li {
    list-style: none;
    text-align: center;
    margin: 3% 5%;
}

section.ourDirectors .directors .director-list ul li .main img {
    width: 315px;
    height: 315px;
    border-radius: 50%;
}

section.ourDirectors .directors .director-list ul li .main .img {
    position: relative;
}

section.ourDirectors .directors .director-list ul li .main .img .linkedin {
    position: absolute;
    bottom: 74px;
    right: 0px;
    background: #1da2ce;
    color: #fff;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    border: 3px solid #FFF;
}

section.ourDirectors .directors .director-list ul li .main .img .linkedin .icon {
    width: 24px;
    height: 24px;
    background: #fff;
    color: #1da2ce;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.ourDirectors .directors .director-list ul li .name {
    font-size: 27px;
    color: #000;
    margin: 10px 0px 0px 0px;
}

section.our-leaders {
    text-align: center;
    padding: 15px 0px 30px 0px;
}

section.our-leaders .leaderList ul li {
    list-style: none;
    width: 29.33%;
    margin: 3% 2%;
}

section.our-leaders .leaderList ul {
    display: flex;
    flex-wrap: wrap;
}


section.our-leaders .leaderList ul li .main img {
    width: 248px;
    height: 248px;
    border-radius: 50%;
}

section.our-leaders .leaderList ul li .main .img {
    position: relative;
}

section.our-leaders .leaderList ul li .main .img .linkedin {
    position: absolute;
    bottom: 20px;
    right: 53px;
    background: #1da2ce;
    color: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #FFF;
}

section.our-leaders .leaderList ul li .main .img .linkedin .icon {
    width: 21px;
    height: 21px;
    background: #fff;
    color: #1da2ce;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.our-leaders .leaderList ul li .name {
    font-size: 23px;
    color: #000;
    margin: 10px 0px 0px 0px;
}

section.our-leaders .leaderList ul li .desig {
    font-size: 14px;
}

section.cloud-solution {
    position: relative;
    padding: 60px 0px;
}

section.cloud-solution:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    background: url("../img/cloud-back.png");
    top: 0px;
    left: 0px;
        background-color: #E1FFFB;
    z-index: -1;
}

section.cloud-solution .flex-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

section.cloud-solution .flex-banner .fl {
    width: 50%;
}

section.cloud-solution .flex-banner .fr {padding-top: 125px;}

section.cloud-solution .flex-banner .fl .banner-txt h1 {
    color: #000;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 22px;
}

section.cloud-solution .flex-banner .fl .banner-txt p {
    font-size: 17px;
    line-height: 30px;
}

section.cloudServices {
    padding: 0px 0px 30px 0px;
}

section.cloudServices .service-list {}

section.cloudServices .service-list .ServiceMain {
    padding: 32px 0px;
}

section.cloudServices .service-list .ServiceMain .flex-service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section.cloudServices .service-list .ServiceMain .flex-service .fl {
    width: 32%;
}

section.cloudServices .service-list .ServiceMain .flex-service .fr {
    width: 62%;
}

h2.headLine {}

section.cloudServices .service-list .ServiceMain:nth-child(even) .flex-service {
    flex-direction: row-reverse;
}

section.cloudServices .service-list .ServiceMain .flex-service .fr .title .headLine {
    font-size: 39px;
    color: #000;
    padding-bottom: 22px;
}

section.cloudServices .service-list .ServiceMain:first-child {
    padding-top: 0px;
}

section.cloudServices .service-list .ServiceMain:nth-child(even) .flex-service .fl .img {
    text-align: right;
}

section.why-choose {
    padding: 60px 0px;
    text-align: center;
    background: #F4F7FA;
}

section.why-choose .why-list  ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.why-choose .why-list ul li {
    list-style: none;
    width: 31.33%;
    margin: 2% 1%;
    box-shadow: 0px 0px 30px 0px #0000000D;
    background: #fff;
    border-radius: 10px;
    padding: 25px 32px;
    text-align: left;
}

section.why-choose .why-list ul li .title {
    font-size: 21px;
    color: #000;
    padding: 10px 0px;
}

section.bookPup {
    text-align: center;
    padding: 60px 0px;
    /* background: #FFF9F3; */
}

section.bookPup .steps {
    position: relative;
}

section.bookPup .steps .wave {
    width: 100%;
    position: absolute;
    top: 0px;
}

section.bookPup .steps 
 .bookpupSteps ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.bookPup .steps .bookpupSteps ul li {
    list-style: none;
    width: 18%;
    text-align: left;
}

section.bookPup .steps .bookpupSteps ul li .stepsArea .img {
    width: 90px;
    height: 90px;
    background: #22A0D3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

section.bookPup .steps .bookpupSteps ul li .stepsArea .img img {
    width: auto;
    height: auto;
    max-height: 100%;
}


section.bookPup .steps .bookpupSteps ul li .stepsArea .step {
    color: #000000;
    padding: 18px 0px 10px 0px;
    font-weight: 600;
}

section.bookPup .steps .bookpupSteps ul li:nth-child(1) {
    padding-top: 232px;
}

section.bookPup .steps .bookpupSteps ul li:nth-child(2) {
    padding-top: 88px;
}

section.bookPup .steps .bookpupSteps ul li:nth-child(3) {
    padding-top: 112px;
}

section.bookPup .steps .bookpupSteps ul li:nth-child(4) {
    padding-top: 202px;
}

section.bookPup .steps .bookpupSteps ul li:nth-child(5) {
    padding-top: 55px;
}


section.bookPup .steps .bookpupSteps ul li .stepsArea .txt p {
    line-height: 26px;
    font-size: 15px;
}

section.why-choose .why-list ul li .icon img {
    width: 55px;
}

section.our-leaders .leaderList ul li .main .img .linkedin:hover .icon {
    background: #1da2ce;
    color: #fff;
    font-size: 20px;
}

section.why-choose .why-list ul li:hover {
    background: #6ec83d26;
}

section.getStarted {
    padding: 60px 0px;
    background: #2C539B;
    text-align: center;
    margin: 15px 0px 42px 0px;
}

section.getStarted .getmain .txt {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    padding: 30px 0px;
}

section.getStarted .getmain {
    position: relative;
    margin: 0px auto;
    width: 82%;
}

section.getStarted .getmain button {
    background: #5FCD6F;
    color: #fff;
    padding: 8px 18px;
    border-radius: 2px;
    border: 1px solid #5FCD6F;
    text-transform: uppercase;
}

section.getStarted .getmain button i {
    padding-left: 15px;
}

.header {
/*    position: absolute;*/
    width: 100%;
    /* top: 0px; */
    z-index: 2;
}

body.home .header {
    position: absolute;
    width: 100%;
}

section.mainBanner .bannerText-Area {
    padding-top: 144px;
    width: 86%;
    margin: 0px auto;
}

section.mainBanner .bannerText-Area .txt {
    padding: 17px 0px;
    width: 82%;
    margin: 0px auto;
}

section.mainBanner .bannerText-Area .txt p {
    font-size: 18px;
    line-height: 32px;
}

section.mainBanner .trac-img {
    text-align: center;
    padding-top: 22px;
}

section.mainBanner .trac-img img {
    width: 58%;
}

footer .flexf .footer-logo img {
    height: 98px;
}

section.value-proposition {
    padding: 30px 0px 60px 0px;
}

section.value-proposition .value-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 17px;
}

section.value-proposition .value-flex .fl {
    width: 46%;
}

section.value-proposition .value-flex .fr {
    width: 50%;
}

section.value-proposition .value-flex .fr .value-proposition-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.value-proposition .value-flex .fr .value-proposition-list ul li {
    background: #034c81;
    width: 49%;
    list-style: none;
    color: #fff;
    padding: 22px;
    margin: 1% 0px;
}

p {}

section.value-proposition .value-flex .fr .value-proposition-list ul li .img img {
    height: 52px;
}

section.value-proposition .value-flex .fr .value-proposition-list ul li .count-no {
    padding: 27px 0px 0px 0px;
    font-size: 48px;
    font-weight: 700;
}

section.value-proposition .value-flex .fr .value-proposition-list ul li .desc p {line-height: 24px;}

section.value-proposition .value-flex .fr .value-proposition-list ul li .desc p b {
    display: block;
}

.heading .heading-title {
    color: #999999;
    font-size: 27px;
}

section.value-proposition .value-flex .fl .txt ul li {
    list-style: none;
    font-weight: 400;
    padding-bottom: 11px;
    position: relative;
    padding-left: 20px;
}

section.value-proposition .value-flex .fl .txt ul li:before {
    content: "\2714";
    position: absolute;
    left: 0px;
    color: #034c81;
}

section.value-proposition .value-flex .fl .txt p {
    font-size: 17px;
}

section.value-proposition .value-flex .fl .txt ul {
    padding-bottom: 12px;
}

.header.sticky .navBar .logo img {
    height: 38px;
}

section.ourServices .services-items {
    display: flex;
    flex-wrap: wrap;
}

section.ourServices .services-items .items {
    width: 31.33%;
    text-align: left;
    margin: 1%;
}

footer {
    /* display: none; */
}

.copyright {
    /* display: none; */
}


section.service-offerings {
    padding: 40px 0px 60px 0px;
}

section.service-offerings .heading {
    text-align: center;
}


section.service-offerings .sreviceFlex.oneonly {
    margin: 0px;
}

section.service-offerings .sreviceFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 42px 0px;
}

section.service-offerings .sreviceFlex .service-img {
    width: 46%;
}

section.service-offerings .sreviceFlex .serviceContent {
    width: 48%;
}

section.service-offerings .sreviceSec .sreviceFlex:nth-child(even) {
    flex-direction: row-reverse;
}

section.service-offerings .sreviceFlex .headline {
    text-align: left;
    font-size: 32px;
    padding: 0px;
    line-height: 42px;
}


section.service-offerings .sreviceFlex .serviceContent .service-txt .title {
    font-size: 23px;
    margin: 22px 0px 10px 0px;
}

section.service-offerings .sreviceFlex:first-child {
    margin-top: 15px;
}

section.service-offerings .sreviceFlex:last-child {
    margin-bottom: 0px;
}

section.key-features {
    background: #034c81;
    color: #fff;
    padding: 60px 0px;
    text-align: center;
}

section.whyChoose {
    padding: 60px 0px;
    text-align: center;
}

section.inner-page-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

section.inner-page-banner .inner-page-banner-img img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

section.inner-page-banner .bannerText-Area {
    position: absolute;
    width: 100%;
}

section.inner-page-banner .inner-page-banner-img {
    width: 100%;
    position: relative;
}

section.inner-page-banner .inner-page-banner-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #034c81ad;
    top: 0px;
    left: 0px;
}

section.inner-page-banner .bannerText-Area .bannerText h1 {
    color: #fff;
    font-size: 72px;
    text-shadow: 1px 0px 2px #216899;
}

section.key-features .key-features-slider {
    margin-top: 12px;
    text-align: left;
}

section.key-features .key-features-slider .features-area {
    padding: 4px;
}

section.key-features .key-features-slider .features-area .feature-title {
    font-size: 22px;
    padding: 17px 0px 7px 0px;
}

section.key-features .owl-nav {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    background: #ffffff7a;
    margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span{
    background: #fff!important;
    width: 54px;
}

.owl-theme .owl-dots .owl-dot {
    margin: 0px!important;
    padding: 0px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background:#fff!important;
}

section.whyChoose .whyChoose-list ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

section.whyChoose .whyChoose-list ul li {
    text-align: left;
    width: 32.33%;
    margin: 0.5%;
    background: #F7F7F7;
    padding: 22px;
}

section.whyChoose .whyChoose-list ul li .img img {height: 64px;margin-bottom: 25px;}

section.whyChoose .whyChoose-list:has(li) {
    margin-bottom: 42px;
}

section.whyChoose .whyChoose-list:has(li) + .last-txt p {
    font-size: 23px;
    line-height: 35px;
}

section.industries-we-serve {
    text-align: center;
    padding: 60px 0px 0px 0px;
    position: relative;
    color: #fff;
}

section.industries-we-serve:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 79%;
    background: #034c81;
    top: 0px;
    left: 0px;
    z-index: -1;
    color: #fff;
}

section.industries-we-serve .industries-list ul {
    display: flex;
    flex-wrap: wrap;
}

section.industries-we-serve .industries-list ul li {
    list-style: none;
    width: 31.33%;
    margin: 1%;
    position: relative;
}

section.industries-we-serve .industries-list ul li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    color: #fff;
    background: linear-gradient(180deg, rgba(3, 3, 3, 0) 0%, rgb(0 0 0 / 81%) 100%);
    top: 0px;
}

section.industries-we-serve .industries-list ul li .industry-name {
    position: absolute;
    width: 100%;
    bottom: 32px;
    font-size: 21px;
    z-index: 2;
    text-align: left;
    padding: 0px 27px;
}

section.benifits {
    padding: 60px 0px;
    text-align: center;
}

section.benifits .benifits-list ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}

section.benifits .benifits-list ul li {
    width: 31.33%;
    background: #F8F8F8;
    margin: 1%;
    padding: 22px 32px;
    text-align: left;
    border-bottom: 2px solid #034c81;
}

section.benifits .benifits-list ul li .img img {
    height: 59px;
    margin-bottom: 27px;
    width: auto;
}

section.whyChoose .whyChoose-list ul li .title, section.benifits .benifits-list ul li .title {
    font-size: 21px;
    padding-bottom: 15px;
}

section.key-features .key-features-slider .features-area .feature-txt ul li {
    list-style: none;
    padding: 3px 0px;
    position: relative;
    padding-left: 27px;
}

section.key-features .key-features-slider .features-area .feature-txt ul li:before {
    content: "\2714";
    position: absolute;
    left: 0px;
    top: 6px;
}

section.service-offerings .sreviceFlex .serviceContent ul li {
    font-size: 16px;
    padding-bottom: 9px;
    position: relative;
    list-style: none;
    position: relative;
    padding-left: 24px;
}

section.service-offerings .sreviceFlex .serviceContent ul li:before {
    content: "\2714";
    position: absolute;
    left: 0px;
    top: 3px;
    color: #034c81;
}

section.connect-us {
    padding: 30px 0px 60px 0px;
}

section.connect-us .connect-sec {
    background: #034c81;
    color: #fff;
    text-align: center;
    padding: 60px 14% 92px 14%;
    position: relative;
    z-index: 1;
}

section.connect-us:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 52%;
    background: #222222;
    bottom: 0px;
    z-index: 0;
}

section.connect-us .connect-sec .truck-img {
    position: absolute;
    bottom: -33px;
    width: 100%;
    left: 0px;
}

section.connect-us .connect-sec .truck-img img {
    height: 76px;
}

section.connect-us .heading .headline {
    font-size: 34px;
    line-height: 44px;
}

section.connect-us .connect-sec .txt p {
    font-size: 18px;
    line-height: 29px;
}

section.connect-us .btn-sec {
    display: flex;
    justify-content: center;
}

section.connect-us .btn-sec a {
    background: #5FCD6F;
    margin-top: 27px;
    display: block;
    width: fit-content;
    padding: 10px 27px;
}


section.feature-overview {
    background: #034c81;
    color: #fff;
    text-align: center;
    padding: 60px 0px;
}

section.feature-overview .mainSec-Service .img img {
    width: auto;
    height: 63px;
    margin: 36px 0px 27px 0px;
}

section.feature-overview .mainSec-Service {
    text-align: left;
    padding: 6px;
}

section.feature-overview .mainSec-Service .feature-overview-title {
    font-size: 22px;
    margin: 12px 0px;
}

section.feature-overview .owl-nav {
    display: none;
}

section.feature-overview .owl-dots {
    margin-top: 27px;
}


section.benifits.home .benifits-list ul li {
    width: 23%;
}


section.industries-serve-home {
    padding: 60px 0px 30px 0px;
    text-align: center;
}

section.industries-serve-home .industries-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.industries-serve-home .industries-list ul li {
    width: 48%;
    list-style: none;
    position: relative;
    margin: 1%;
}

section.industries-serve-home .industries-list ul li .industrySec {
    position: relative;
}

section.industries-serve-home .industries-list ul li .industrySec .industry-Content {
    position: absolute;
    bottom: 27px;
    color: #fff;
    text-align: left;
    width: 100%;
    padding: 0px 42px;
    z-index: 1;
}

section.industries-serve-home .industries-list ul li .industrySec .industry-Content .industry-name {
    font-size: 26px;
    padding-bottom: 7px;
}

section.industries-serve-home .industries-list ul li .industrySec:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    color: #fff;
    background: linear-gradient(180deg, rgba(3, 3, 3, 0) 0%, rgb(0 0 0 / 81%) 100%);
    top: 0px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px !important;
}

section.contact-form {
    padding: 60px 0px;
    position: relative;
    background: #f7f5f5;
}

section.contact-form .main-contact {
    display: flex;
    justify-content: space-between;
    background: #034c81;
}

section.contact-form .main-contact .form {
    width: 62%;
    background: #fff;
    padding: 25px 44px;
}

section.contact-form .main-contact .user-connect.map {
    width: 38%;
}

section.contact-form .main-contact .user-connect.map .card {
    background: none;
    border: none;
    padding: 25px 44px;
    color: #fff;
}

.form-group {
    margin-bottom: 9px;
}

input.btn_main {
    background: #034c81;
    border: none;
    padding: 12px 42px;
    border-radius: 5px;
    color: #fff;
}

label:has(.subservicelist:empty) {
    display: none;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    border: none;
    padding: 0px;
    width: auto;
    background: #fff;
}

.wc-block-components-validation-error p {
    font-size: 15px!important;
}
.add-loc {
    padding: 10px 0px;
    position: relative;
    padding-left: 33px;
}

.add-loc i {
    font-size: 18px;
    margin-right: 10px;
}

.card-body ul.social-media {
    display: flex;
    list-style: none;
    padding-top: 22px;
    font-size: 28px;
    display: none;
}

.card-body ul.social-media li {
    padding-right: 20px;
}

.card-body {
    padding: 0px;
}

.add-loc i {
    position: absolute;
    left: 0px;
    top: 19px;
}

.form-control {
    padding: 12px;
}

textarea.wpcf7-form-control {
    max-height: 82px;
}

section.contact-form .heading h2 {
    font-size: 36px;
}

footer .footer .footerArea .footerLinks:nth-child(3) ul {
    column-count: 2;
}

footer .flexf .connectLink ul li:not(:first-child) a {
    width: 34px;
    height: 34px;
    background: #ffffff70;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

section.leadership-content {
    padding: 30px 0px;
    text-align: center;
}

.headline span {
    color: #034c81;
}

.headline span.block {
    display: block;
    width: 100%;
}

.btn-sec {
    display: flex;
    justify-content: center;
    width: 100%;
}

.btn-sec a {
    background: #034c81;
    margin-top: 17px;
    display: block;
    width: fit-content;
    padding: 10px 27px;
    color: #fff;
}


.btn-sec a:hover{
    background: #439ddf;
}



.fixed-btns {
    position: fixed;
    top: 42%;
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    RIGHT: -72px!important;
    transform: rotate(90deg)!important;
    padding: 6px 14px;
    z-index: 9999;
    display: flex
}

.enquiry-btn-fixed a {
    margin: 0 7px;
    background: #22cb3b;
    box-shadow: 0 0 10px #66616175;
}

.enquiry-btn-fixed a,.store-btn-fixed a {
    width: 148px;
    padding: 11px;
    display: block;
    text-transform: uppercase
}

.enquiry-btn-fixed a:hover,.store-btn-fixed a:hover {
    color: #fff;
    background: #198fef
}

span.mobileOnly {
    display: none;
}

section.connect-us .btn-sec a:hover {
    background: #439ddf;
    color: #ffffff;
}


footer .flexf .connectLink ul li:not(:first-child) a:hover {
    background: #034c81;
}


footer .flexf .connectLink ul li:last-child a:hover {
    background: #12b712;
}

section.industries-we-serve + section.connect-us {
    margin-top: 60px;
}

.kow-more a {
    color: #fff;
    display: block;
    background: #034c81;
    width: max-content;
    padding: 10px 22px;
    font-size: 15px;
    margin-top: 21px;
}

.kow-more a:hover {
    background: #1566a1;
}

.owl-theme .owl-dots .owl-dot span {
    background: #9af374!important;
}

section.people-say .people-sayArea .owl-item.center .compnayLogo {
    display: flex;
    justify-content: center;
}

section.people-say .people-sayArea .owl-item.center .compnayLogo .img {
    background: #fff;
    padding: 5px 21px;
}


#myNav ul li.menu-item-has-children ul.sub-menu li a:hover {
    color: #42e07d;
}

section.ourServices .mainSec-Service:hover .content .service-name h3 {
    color: #034c81;
}

    section.people-say .people-sayArea .owl-item.active:nth-child(2) {
    border: 2px solid #034c81;
    margin: 6px 0px;
    background: #034c81;
    color: #fff;
    }


section.ourServices .mainSec-Service .solution-btn {
    width: fit-content;
    color: #034c81;
    font-weight: 600;
    margin-bottom: 12px;
}

section.ourServices .mainSec-Service .solution-btn:after {
    content: "\2192";
    padding-left: 9px;
}

.contact-mob a {
    display: block;
    margin-right: 21px;
    background: #fff;
    color: #034c81;
    padding: 7px 12px;
    border-radius: 2px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}