@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

html {
    scroll-behavior: smooth;
}

@font-face {
    src: url("../font/Aileron-Black.otf");
    font-family: "Aileron-Black";
    font-display: swap;
}

@font-face {
    src: url("../font/Aileron-Bold.otf");
    font-family: "Aileron-Bold";
    font-display: swap;
}

@font-face {
    src: url("../font/Aileron-Heavy.otf");
    font-family: "Aileron-Heavy";
    font-display: swap;
}

@font-face {
    src: url("../font/Aileron-Light.otf");
    font-family: "Aileron-Light";
    font-display: swap;
}

@font-face {
    src: url("../font/Aileron-Regular.otf");
    font-family: "Aileron-Regular";
    font-display: swap;
}

@font-face {
    src: url("../font/Aileron-SemiBold.otf");
    font-family: "Aileron-SemiBold";
    font-display: swap;
}

@font-face {
    src: url("../font/Aileron-Thin.otf");
    font-family: "AAileron-Thin";
    font-display: swap;
}

@font-face {
    src: url("../font/Aileron-UltraLight.otf");
    font-family: "Aileron-UltraLight";
    font-display: swap;
}

@font-face {
    src: url("../font/FontsFree-Net-04B_03__.ttf");
    font-family: "04b03";
    font-display: swap;
}

@font-face {
    src: url("../font/Acumin-RPro.otf");
    font-family: "AcuminConcept-Regular";
    font-display: swap;
}

@font-face {
    src: url("../font/GeneralSans-Regular.ttf");
    font-family: GeneralSans-Regular;
    font-display: swap;
}

@font-face {
    src: url("../font/GeneralSans-Bold.otf");
    font-family: GeneralSans-bold;
    font-display: swap;
}

@font-face {
    src: url("../font/GeneralSans-Medium.otf");
    font-family: GeneralSans-med;
    font-display: swap;
}

@font-face {
    src: url("../font/GeneralSans-Semibold.otf");
    font-family: GeneralSans-Semibold;
    font-display: swap;
}

@font-face {
    src: url("../font/Amiri-Italic.ttf");
    font-family: amiri;
    font-display: swap;
}

@font-face {
    src: url("../font/Acumin-RPro.otf");
    font-family: "AcuminConcept-Regular";
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
    font-family: GeneralSans-Regular;
}

body {
    padding: 0px;
    margin: 0px auto;
    overflow-x: hidden;
}

.container {
    max-width: 1510px !important;
    width: 1510px !important;
    margin: 0px auto;
}

.stickyCall {
    display: none;
}

.headerMenu ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    height: 100%;
    align-items: center;
}

.headerMenu ul li a {
    font-size: 16px;
    font-family: GeneralSans-med;
    font-weight: 500;
    padding: 0 12px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    color: #050748;
    text-decoration: none;

}

.reponse-nav {
    margin-right: 20px !important;
}

li.first-nav {
    display: none;
}

.homeBanner {
    background-image: url("../image/background.webp");
    width: auto;
    height: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.homeBanner .topMblText h2 {
    font-size: 51px;
    color: #fff;
    font-family: Aileron-Black;
    margin: 0px;
    margin-top: 9px;
}

.homeBanner .topMblText h2 span {
    font-family: "04b03";
    margin-left: 5px;
}

.homeBanner .col-md-9 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.homeBanner .col-md-9 .topRight {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 13px;
}

.homeBanner .col-md-9 .topRight .topText h3 {
    font-size: 23px;
    color: #132163;
    font-family: "Aileron-Bold";
    margin: 0px;
}

.homeBanner .col-md-9 .topRight .topText h4 {
    color: #132163;
    font-family: "Aileron-SemiBold";
    font-size: 17px;
    margin: 0px;
}

.homeBanner .col-md-9 .topImg {
    padding-right: 30px;
}

.homeBanner .col-md-9 .topImg img {
    width: 85%;
    height: auto;
}

.homeBanner .col-md-9 .topRight .textImg {
    padding-right: 10px;
}

.homeBanner .col-md-9 .topRight .textImg img {
    width: auto;
    height: 38px;
}

.homeBanner .topRow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 40px;
}

.homeBanner .secondRow .col-md-7 img {
    width: 1016px;
    height: auto;
    margin-top: 0px;
    margin-left: -127px;
}

.homeBanner .secondRow .col-md-5 .textCenter h3 {
    font-size: 36px;
    color: #132163;
    letter-spacing: 0px;
    margin: 0px;
    font-family: GeneralSans-Regular;
}

.homeBanner .secondRow .col-md-5 .textCenter h4 {
    font-size: 84px;
    color: #132163;
    margin-bottom: 0px;
    margin-top: -15px;
    font-family: GeneralSans-bold;
}

.homeBanner .secondRow .col-md-5 .textCenter h5 {
    font-size: 40px;
    color: #132163;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0px;
    margin-top: -15px;
    font-family: GeneralSans-med;
    font-weight: 800;
}

.homeBanner .secondRow .col-md-5 .textCenter {
    margin-top: 65px;
}

.homeBanner .secondRow {
    padding-bottom: 29px;
    padding-top: 42px;
}

.homeBanner .bannerBtn .getFree {
    font-family: "Aileron-SemiBold";
    text-decoration: none;
    color: #152264;
    background-color: #02ffc6;
    padding: 27px 36px;
    border-radius: 10px;
    transition: 0.9s;
    border: 5px solid transparent;
    font-size: 23px;
    display: grid;
    align-items: center;
    border: 3px solid transparent;
    box-shadow: inset 0px 0px 7px transparent;
    margin-right: 15px;
}

.homeBanner .bannerBtn .getFree:hover {
    color: #02ffc6;
    background-color: #152264;
    border: 3px solid #02ffc6;
    box-shadow: inset 0px 0px 7px #02ffc6;
}

.homeBanner .bannerBtn .letsTalk {
    padding: 19px 78px !important;
    background-color: #162d79;
    color: #fff;
    font-family: "Aileron-SemiBold";
    text-decoration: none;
    border-radius: 10px;
    transition: 0.9s;
    font-size: 23px;
    border: 3px solid transparent;
    box-shadow: inset 0px 0px 7px transparent;
    display: flex;
    align-items: center;
}

.homeBanner .bannerBtn .letsTalk:hover {
    color: #162d79;
    background-color: #fff;
    border: 3px solid #162d79;
    box-shadow: inset 0px 0px 7px #162d79;
}

.homeBanner .bannerBtn {
    display: flex;
    justify-content: flex-start;
    margin-top: 47px;
}

.homeBanner .bannerIcons {
    display: flex;
    justify-content: start;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 128px;
    margin-left: 0;
    gap: 59px;
}

.recognizedSec .recognizedContent {
    text-align: center;
}

.recognizedSec .recognizedContent h2 {
    font-size: 35px;
    color: #5e5b5e;
    padding: 1px 329px;
    line-height: 35px;
    margin-bottom: 58px;
    font-family: GeneralSans-bold;
}

.recognizedSec .recognizedContent p {
    font-size: 22px;
    font-family: "Aileron-Light";
    color: #4c4c4c;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 0px 207px;
}

.recognizedSec .recognizedContent p.paraOne {
    padding: 0px 171px;
}

.recognizedSec {
    padding-top: 75px;
    padding-bottom: 97px;
    border-bottom: 1px solid #eaeaea;
}

.tecnologySec .topText {
    text-align: center;
    margin-bottom: 35px;
}

.tecnologySec .topText h2 {
    font-size: 22px;
    color: #4c4c4c;
    text-transform: uppercase;
    letter-spacing: 23px;
    margin: 0px;
    font-family: GeneralSans-Regular;
}

.tecnologySec .row .col-md-2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.tecnologySec .row .col-md-2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
}

.tecnologySec .row .col-md-2 .borderRight {
    border-right: 1.5px solid #01c99c;
    margin-top: 88px;
}

.tecnologySec .row .col-md-2 .bottomText {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tecnologySec .row .col-md-2 h5 {
    font-size: 18px;
    color: #4c4c4c;
    margin: 0px;
    font-family: GeneralSans-Regular;
}

.tecnologySec .row .col-md-2 .borderRight h5 {
    padding: 0px 0px;
    margin-top: 0px;
}

.tecnologySec .rowImg {
    background-image: url(../image/Layer-96.webp);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 1px 0px 93px;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 20px;
    border-radius: 10px;
}

.tecnologySec .row .col-md-2 .tecnologyImg img:hover {
    background-color: #00000017;
}

.tecnologySec .row .col-md-2 .tecnologyImg img {
    padding: 44px 71px;
    background-color: transparent;
    transition: 0.9s;
}

.tecnologySec .rowText {
    margin-left: 80px;
    margin-right: 80px;
    padding: 33px 0px;
    border-radius: 10px;
}

.tecnologySec .centerText {
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 44px;
}

.tecnologySec .centerText .col-md-4 {
    text-align: center;
}

.tecnologyContent .navTabs li a {
    font-size: 22px;
    color: #4c4c4c;
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    transition: 0.5s;
    font-family: GeneralSans-bold;
}

.tecnologyContent .navTabs li a:hover {
    border-color: transparent;
    color: #01c99c;
}

.tecnologyContent .tabsPanes {
    margin-top: 44px;
}

.tecnologyContent .navTabs li.active a {
    color: #01c99c;
    background-color: #fff;
    border: none;
    padding-left: 25px;
    padding-right: 25px;
}

.tecnologyContent .navTabs li {
    padding: 0px 130px 0px 130px;
    margin-bottom: -26px;
}

.tecnologyContent .navTabs ul {
    display: flex;
    justify-content: space-between;
}

.tecnologySec {
    padding-top: 100px;
    padding-bottom: 1px;
}

.tecnologyContent .navTabs {
    margin-right: 80px;
    margin-left: 80px;
}

.servicesSec .co-md-12 {
    text-align: center;
}

.servicesSec .co-md-12 h2 {
    font-size: 22px;
    color: #142d76;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 20px;
    margin-bottom: 40px;
    font-family: GeneralSans-Regular;
}

.servicesSec .co-md-12 p {
    font-size: 22px;
    color: #4c4c4c;
    font-family: "Aileron-Light";
    line-height: 30px;
    padding: 0px 185px;
}

.servicesSec {
    background-image: url(../image/bgglob.webp);
    background-position: center center;
    background-size: 550px auto;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 85px;
}

.servicesSec .col-md-4 {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.servicesSec .col-md-4 h3 {
    font-size: 22px;
    color: #4c4c4c;
    transition: 0.5s;
    font-family: GeneralSans-Semibold;
}

.servicesSec .col-md-4 h3:hover {
    color: #142d76;
}

.servicesSec .col-md-4 p {
    font-size: 18px;
    color: #4c4c4c;
    font-family: "Aileron-Light";
    line-height: 25px;
    padding: 0px 18px;
    margin-top: 34px;
}

.servicesSec .col-md-4 .borderRight {
    border-right: 1px solid #142d76;
}

.servicesSec .rowOne {
    width: 1100px;
    margin: 69px auto 0px;
}

.servicesSec .rowTwo {
    width: 1100px;
    margin: 65px auto 0px;
}

.servicesSec .col-md-4 .servicesImg {
    margin-bottom: 32px;
}

.testimonialSec .testimonialCarousel .empMain {
    text-align: center;
    margin: 0px 10px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 50px;
    overflow: visible;
    position: relative;
    padding-bottom: 30px;
    box-shadow: 1px 2px 24px 1px #d6d5d6;
    height: 350px;
}

.testimonialSec .testimonialHolder {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.testimonialSec .testimonialCarousel .empMain:before {
    content: "";
    width: 25%;
    height: 30%;
    background-image: url("../image/cot.png");
    display: block;
    position: absolute;
    top: -22px;
    left: 0px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: unset;
}

.testimonialSec .testimonialCarousel .empMain img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin: 0px auto 0px;
    overflow: visible;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    object-fit: cover;
}

.testimonialSec .testimonialCarousel .empMain p {
    font-size: 18px;
    font-family: "Aileron-Light";
    color: #4c4c4c;
    line-height: 25px;
    padding: 0px 25px;
    padding-top: 0px;
    margin-bottom: 40px;
}

.testimonialSec .testimonialCarousel .empMain a {
    font-size: 15px;
    font-family: "Aileron-SemiBold";
    text-decoration: none;
    color: #4c4c4c;
    text-transform: uppercase;
}

.testimonialSec .col-md-12 {
    text-align: center;
}

.testimonialSec .col-md-12 h2 {
    font-size: 35px;
    color: #013160;
    font-family: GeneralSans-Semibold;
}

.testimonialSec .col-md-12 p {
    font-size: 18px;
    color: #4c4c4c;
    font-family: "Aileron-Light";
}

.testimonialSec {
    padding-top: 77px;
    padding-bottom: 100px;
    background-image: url("../image/Layer130.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonialsContainer {
    overflow-x: hidden;
    display: inline-block;
    width: 100%;
}

.testimonialsContainer .container,
.testimonialsContainer .container testimonialCarousel,
.testimonialsContainer .container .testimonialCarousel .owl-stage-outer {
    overflow: visible !important;
}

.testimonialsContainer .owl-item:not(.active) {
    opacity: 0.5;
}

.testimonialSec .testimonialCarousel .owl-dots button {
    width: 10%;
    height: 8px;
    background-color: #d6d5d6;
    margin-right: 5px;
}

.testimonialSec .testimonialCarousel .owl-dots button.active {
    background-color: #142d76;
}

.testimonialSec .testimonialCarousel .owl-dots {
    text-align: center;
    margin-top: 94px;
}

.footer_top {
    display: flex;
    padding: 80px 0px;
}

.top1 {
    width: 25%;
}

.top2 {
    width: 35%;
    padding-left: 135px;
}

.top3 {
    width: 40%;
    padding-left: 150px;
}

.top1 p {
    padding-right: 30px;
    font-size: 17px;
    line-height: 28px;
    padding-top: 10px;
}

.top1 a {
    background: #673ab7;
    background: -moz-linear-gradient(left, #673ab7 0, #2196f3 100%);
    background: linear-gradient(to right, #31d1ac 0, #00c397 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
    box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    padding: 0 32px;
    line-height: 56px;
    text-align: center;
    outline: 0;
    color: #fff;
    background-color: #ff1f8e;
    border: 0;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 10px 15px 0 rgb(233 30 99 / 15%);
    box-shadow: 0 10px 15px 0 rgb(233 30 99 / 15%);
    text-decoration: none;
}

.top2 h3 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
    font-weight: 500;
}

.pricing_two .pricing_col_details {
    padding-left: 0px;
}

.pricing_three .pricing_col_details {
    padding-left: 0px;
}

.footer-address-list li p {
    font-weight: 600;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    line-height: 25px;
    margin: 0px;
}

.ftr-details li {
    padding: 0 0 15px 0;
}

.footer-address-list li>span {
    position: relative;
    top: 5px;
}

.footer-address-list li {
    color: #6a6a8e;
    display: flex;
    padding: 0 0 5px 0;
}

.footer-address-list li i {
    margin: 0 15px 0 0;
    display: initial;
    font-size: 21px;
}

.footer-address-list li a {
    text-decoration: none;
}

.footer-address-list li p a {
    font-weight: 100;
    color: #6a6a8e;
}

.footer-address-list li p span {
    display: flex;
    font-weight: 400;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}

.footer-address-list {
    padding: 0px !important;
}

.footer-address-list li a {
    color: #6a6a8e;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.top3 h3 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
}

ul.footer-address-list.link-hover {
    display: block;
    column-count: 2;
}

.res-nav {
    display: none;
}

.link-hover a::after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.link-hover a:hover {
    color: #02ffc6 !important;
}

.link-hover a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.footer-brands {
    background: #f8f9fa;
    padding: 30px 0;
}

footer .row {
    position: relative;
    z-index: 1;
}

.v-center {
    align-self: center;
    align-items: center;
}

html .mb10 {
    margin-bottom: 10px;
}

.f-head h5 {
    color: #050748;
    font-weight: 600;
}

.f-head {
    padding-right: 0px !important;
}

.footer-brands p {
    font-size: 17px;
    line-height: 28px;
}

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

.footer-badges- li {
    display: inline-block;
}

.footer-badges- li a img {
    filter: grayscale(1);
    transition: all 0.3s ease-in-out !important;
}

.footer-badges- li:hover a img {
    filter: none;
}

.footer-row3 {
    background: #fff;
    padding: 40px 0;
}

.copyright {
    text-align: center;
    color: #6a6a8e;
}

footer .row {
    position: relative;
    z-index: 1;
}

.footer-social-media-icons {
    margin: 0 0 30px 0;
}

.footer-social-media-icons a {
    color: #6a6a8e;
    font-size: 26px;
    border-radius: 4px;
    margin: 0 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
}

.fa-facebook:before {
    content: "\f09a";
}

.footer-social-media-icons a:hover {
    color: #02ffc6 !important;
}

.footer-row3 {
    background: #fff;
    padding: 30px 0;
    padding-bottom: 20px;
}

.side-bars .s-bar {
    display: block;
    margin-bottom: 8px;
    position: relative;
    background: #fff;
    height: 71px;
    cursor: pointer;
    border-radius: 0;
    line-height: 49px;
    text-decoration: none;
    margin-left: 0em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9999 !important;
    border-radius: 12px;
}

.side-bars .s-bar:hover {
    margin-left: -190px;
    z-index: 9999 !important;
}

.side-bars .s-bar a {
    font-size: 14px;
    padding: 0;
    color: #262626;
    float: left;
    margin-top: 0;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    z-index: 9999 !important;
    display: flex;
    align-items: center;
}

.clear {
    clear: both;
}

.side-bars {
    width: 230px;
    position: fixed;
    top: 20%;
    right: -211px;
    z-index: 9999 !important;
}

.side-bars .s-bar a span.sidebar-icon {
    width: 67px;
    height: 73px;
    background: url(../image/Vector-Smart-Object.png) !important;
    background-color: #152264 !important;
    float: left;
    margin-left: -47px;
    margin-top: 0;
    position: relative;
    margin-right: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 9999 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 37px auto !important;
}

.appDevelopmentSec .appDev-carousel .appDevText {
    padding-top: 29px;
}

.side-bars .s-bar a span.sidebar-icon.call {
    background-image: url(../image/Vector-Smart-Object.png) !important;
}

.side-bars .s-bar a span.sidebar-icon.two {
    background-image: url(../image/Layer481.png) !important;
}

.side-bars .s-bar a span.sidebar-icon.three {
    background-image: url(../image/Layer-1411.png) !important;
}

.appDevelopmentSec {
    background-image: url(../image/Group-12.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.appDevelopmentSec .appDev-carousel {

    width: 1170px;
    margin: auto;
}

.appDevelopmentSec .owl-carousel {
    display: block !important;
}

.appDevelopmentSec .appDev-carousel .col-md-6 img {
    width: 600px;
    height: auto;
}

.appDevelopmentSec .appDev-carousel .textTop p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    font-family: GeneralSans-Semibold;
}

.appDevelopmentSec .appDev-carousel .textTop h2 {
    font-size: 47px;
    color: #fff;
    margin-top: -8px;
    font-family: GeneralSans-Semibold;
}

.appDevelopmentSec .appDev-carousel .textCenter h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0px;
    font-family: GeneralSans-Semibold;
}

.appDevelopmentSec .appDev-carousel .textCenter p {
    color: #fff;
    font-size: 18px;
    font-family: "Aileron-Regular";
    margin-bottom: 18px;
}

.appDevelopmentSec .appDev-carousel .owl-nav button {
    width: 85px;
    height: 85px;
    background: #fff;
    font-size: 70px;
    color: #152d77;
    transition: 0.5s;
}

.appDev-carousel .owl-nav button {
    background: #fff !Important;
    opacity: 1 !Important;
}

.owl-nav button img {
    position: relative;
    top: 10px;
}

.appDevelopmentSec .appDev-carousel .owl-nav button:hover {
    opacity: 0.5;
}

.appDevelopmentSec .appDev-carousel .owl-nav {
    margin-top: 40px;
}

.appDevelopmentSec .appDev-carousel .owl-nav button span {
    position: relative;
    top: -18px;
}

.appDevelopmentSec .textCenter {
    margin-top: 51px;
}

.appDevelopmentSec .devTopSec h2 {
    font-size: 27px;
    color: #fff;
    font-family: "Aileron-Black";
    padding: 30px 45px;
}

.appDevelopmentSec .devTopSec h2 span {
    font-family: "04b03";
    margin-left: 3px;
}

.appDevelopmentSec .devTopSec p {
    color: #013160;
    font-size: 24px;
    margin-bottom: 0px;
    font-family: GeneralSans-Regular;
}

.appDevelopmentSec .devTopSec h3 {
    font-size: 35px;
    color: #013160;
    line-height: 35px;
    padding-right: 6px;
    margin-top: 0px;
    font-family: GeneralSans-bold;
}

.appDevelopmentSec .devTopSec {
    height: 200px;
    background-image: url(../image/Group-9-copy.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    position: relative;
    top: -108px;
    width: 1170px;
    margin: auto;
}

.appDevelopmentSec .devTopSec .devMiddle {
    padding-top: 43px;
}

.appDevelopmentSec .devTopSec .devRight {
    padding: 88px 0px 0px 73px;
}

.appDevelopmentSec .devTopSec .devRight a {
    font-size: 23px;
    font-family: "Aileron-SemiBold";
    text-decoration: none;
    color: #fff;
    background-color: #152d77;
    padding: 31.5px 77.9px;
    border-radius: 10px;
    border: 5px solid #152d77 !important;
    transition: 0.3s;
}

.owl-carousel .owl-stage-outer {
    width: 100%;
}

.appDevelopmentSec .appDev-carousel .owl-nav button img {
    width: 20px;
    margin: auto;
}

section#verticleSlide {
    max-width: 1920px;
    margin: 0 auto;
    display: block;
}

.appDevSectionBs .applicaltionContent .appDevSectionVerticle .topImg img {
    width: 11%;
    display: inline-block;
    margin-bottom: 26px;
}

.appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem {
    width: 50%;
    height: auto;
    margin-right: -20px;
}

.appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem img {
    width: 42%;
    display: inline-block;
}

.appDevSectionBs .applicaltionContent .appDevSectionVerticle .technologyImgs img {
    width: 11%;
    display: inline-block;
    margin-right: 5px;
}

.appDevSectionBs .applicaltionContent .appDevSectionVerticle .appBottomContent {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    margin-top: 86px;
}

.appDevSectionBs .applicaltionContent .appDevSectionVerticle .technologyContent {
    width: 50%;
    height: auto;
}

.appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleTop h2 {
    color: #3a3a3a;
    font-size: 22px;
    margin: 0px 0px 10px 0px;
    font-family: GeneralSans-Semibold;
}

.appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleTop p {
    font-size: 18px;
    font-family: "Aileron-Regular";
    color: #3a3a3a;
    margin: 0px;
}

.appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter {
    margin-top: 50px;
}

.appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter h2 {
    color: #3a3a3a;
    font-size: 27px;
    margin: 0px;
    margin-bottom: 34px;
    font-family: GeneralSans-Semibold;
}

.appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter p {
    font-size: 18px;
    font-family: "Aileron-Regular";
    color: #3a3a3a;
    margin: 0px;
    padding-right: 210px;
}

.appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem h2 {
    color: #3a3a3a;
    margin: 0px;
    font-size: 20px;
    margin-bottom: 14px;
    font-family: GeneralSans-Semibold;
}

.appDevSectionBs .applicaltionContent .appDevSectionVerticle .technologyContent h2 {
    color: #3a3a3a;
    margin: 0px;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: GeneralSans-Semibold;
}

.appDevSectionBs .applicaltionContent .appDevSectionVerticle .applicationText {
    padding-left: 86px;
    height: 100%;
    display: grid;
    align-items: center;
}

.appDevSectionBs {
    padding-bottom: 209px;
}

.appDevSectionBs .bckgrndImg {
    background-image: url(../image/Layer-109.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.appDevSectionBs .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
    flex: 1;
}

.appDevSectionBs .row {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

section#verticleSlide .owl-nav button {
    width: 50px;
    height: 50px;
    background: #00000087;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    border-radius: 100%;
    margin-left: 70px;
    font-size: 32px;
    line-height: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#verticleSlide .owl-nav button span {
    position: relative;
    top: -3px;
}

section#verticleSlide .owl-nav button.owl-next {
    margin-right: 70px;
    margin-left: auto;
    right: 0;
}

.modal.in {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.modal-dialog.ibsModal {
    max-width: 1305px;
    width: 100%;
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: relative;
    display: block;
    height: max-content;
    background: #fff;
    overflow: hidden;
    border-radius: 7px;
}

.ibsModal button.close,
.ibsModal button.close * {
    width: 65px;
    height: 65px;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-size: 36px !important;
    font-weight: 300;
}

.ibsModal button.close span {
    transform: rotate(45deg);
    color: #fff;
    font-family: "AcuminConcept-Regular";
}

.ibsModal button.close {
    background: #152264;
    opacity: 1;
}

.ibsModal .imagePopup {
    margin-right: -49.25px;
}

.modalContentBs {
    margin-left: 63px;
    margin-right: 34px;
}

.modalContentBs h3 {
    font-size: 32px;
    font-family: "Aileron-Black";
    color: #2f2a2ed9;
    margin: 0;
    line-height: 100%;
}

.modalContentBs h4 {
    font-size: 26px;
    margin: 28px 0 17px;
    color: #2f2a2e;
    opacity: 0.85;
    font-family: "Aileron-SemiBold";
    margin-top: 6px;
}

.modalContentBs .modalFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}

.modalContentBs .modalFooter .footerLogo {
    max-width: 140px;
}

.modalContentBs .modalFooter .footerLogo span {
    font-size: 10px;
    font-family: "Aileron-Regular";
    line-height: 20px;
    position: relative;
    top: 6px;
    left: 29px;
    margin-top: -17px;
    display: block;
}

.modalContentBs .fieldGroup {
    display: flex;
    height: 61px;
    background: #f6f6f6;
    align-items: center;
    margin-bottom: 5px;
    padding: 9px;
}

.modalContentBs .form-control {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    font-family: "Aileron-Light";
    padding: 0 22px;
    font-size: 18px;
}

.modalContentBs .fieldGroup:last-child {
    height: auto;
    margin-bottom: 0;
}

.modalContentBs textarea.form-control {
    height: 141px;
    min-width: 473px;
    margin-right: 9px;
    padding-top: 8px;
}

.modalContentBs input.form-control.submitBtn {
    background: #152264;
    color: #ffffffd9;
    font-size: 25px;
    font-family: "Aileron-SemiBold";
    text-transform: uppercase;
    height: 141px;
    min-width: 141px;
    max-width: 141px;
}

.modalContentBs .modalFooter .bannerIcons a {
    display: inline-block;
    float: left;
    margin-right: 35px;
}

.modalContentBs .modalFooter .bannerIcons a img {
    max-height: 32px;
    width: auto !important;
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .container {
        max-width: 1300px !important;
        width: 1300px !important;
        margin: 0px auto;
    }

    .homeBanner .topMblText h2 {
        font-size: 45px;
    }

    .homeBanner .col-md-9 .topRight .topText h3 {
        font-size: 20px;
    }

    .homeBanner .col-md-9 .topRight .topText h4 {
        font-size: 16px;
    }

    .homeBanner .col-md-9 .topRight .textImg img {}

    .homeBanner .secondRow .col-md-5 .textCenter h3 {
        font-size: 30px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h4 {
        font-size: 70px;
        margin-top: -15px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button img {
        margin: 26px auto 0px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h5 {
        font-size: 33px;
        margin-top: -12px;
    }

    .homeBanner .bannerBtn .getFree {
        padding: 18px 28px !important;
        font-size: 20px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter p {
        padding-right: 133px;
    }

    .homeBanner .bannerBtn .letsTalk {
        padding: 20px 64px !important;
        font-size: 20px;
    }

    .homeBanner .bannerIcons {
        display: inline-block;
        flex-direction: unset;
        flex-wrap: unset;
        justify-content: unset;
        align-content: unset;
        align-items: unset;
        margin-top: 49px;
        margin-left: 0px;
    }

    .homeBanner .bannerIcons img {
        margin: 0 0 0 31px;
        width: 70px;
    }

    .recognizedSec .recognizedContent h2 {
        padding: 0px 285px;
        font-size: 35px;
        margin-bottom: 44px;
    }

    .recognizedSec .recognizedContent p {
        font-size: 20px;
        padding: 0px 146px !important;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .recognizedSec .recognizedContent p.paraOne {
        padding: 0px 254px;
    }

    .servicesSec .rowOne {
        width: 1100px;
    }

    .servicesSec .co-md-12 h2 {
        font-size: 22px;
        letter-spacing: 19px;
    }

    .servicesSec .co-md-12 p {
        font-size: 20px;
        padding: 0px 129px;
        line-height: 26px;
    }

    .servicesSec .col-md-4 h3 {
        font-size: 22px;
    }

    .servicesSec .rowTwo {
        width: 1100px;
    }

    .servicesSec .col-md-4 p {
        font-size: 16px;
        padding: 0px 16px;
    }

    .tecnologyContent .navTabs li {
        padding: 0px 120px 0px 120px;
        margin-bottom: -27px;
    }

    .servicesSec .col-md-4 .servicesImg {
        margin-bottom: 42px;
    }

    .servicesSec .col-md-4 {
        padding-left: 15px;
        padding-right: 15px;
        min-height: 385px;
    }

    .tecnologySec .topText h2 {
        font-size: 20px;
        letter-spacing: 19px;
    }

    .testimonialSec .testimonialHolder {
        width: 1100px;
    }

    .tecnologyContent .navTabs li a {
        font-size: 20px;
    }

    .testimonialSec .testimonialCarousel .empMain p {
        font-size: 16px;
    }

    .tecnologySec .row .col-md-2 h5 {
        font-size: 16px;
        padding: 0px 3px !important;
    }

    .tecnologySec .row .col-md-2 .bottomText {
        margin-top: 20px;
    }

    .tecnologySec .rowImg {
        padding: 0px 0px 102px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .topImg img {
        margin-bottom: 10px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleTop h2 {
        margin: 0px 0px 5px 0px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter {
        margin-top: 30px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter h2 {
        margin-bottom: 25px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .technologyImgs img {
        width: 13%;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .appBottomContent {
        margin-top: 43px;
    }

    .homeBanner .secondRow .col-md-7 img {
        width: 904px;
    }

    .appDevelopmentSec .devTopSec h2 {
        padding: 30px 45px;
    }

    .appDevelopmentSec .devTopSec .devMiddle {
        padding-top: 30px;
    }

    .appDevelopmentSec .devTopSec .devRight {
        padding: 86px 0px 0px 73px;
    }

    .side-bars .s-bar a span.sidebar-icon {
        width: 50px;
        height: 50px;
        margin-left: -31px;
        background-size: 25px auto !important;
    }

    .side-bars .s-bar {
        height: 48px;
        line-height: normal;
        margin-bottom: 4px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button {
        width: 70px;
        height: 70px;
        font-size: 60px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button span {
        top: -13px;
    }

    .tecnologySec .row .col-md-2 .tecnologyImg img {
        padding: 32px 54px;
    }

    .modal-dialog.ibsModal {
        max-width: 1168px;
    }

    .modalContentBs textarea.form-control {
        height: 141px;
        min-width: calc(100% - 151px);
        margin-right: 9px;
        max-width: calc(100% - 151px);
    }

    .modalContentBs input.form-control.submitBtn {
        font-size: 20px;
    }

    .modalContentBs .fieldGroup {
        height: 51px;
        padding: 5px;
    }

    .modalContentBs .form-control {
        padding: 0 10px;
    }

    .modalContentBs h4 {
        margin: 15px 0;
    }

    .modalContentBs textarea.form-control {
        padding-top: 8px;
    }

    .ibsModal button.close,
    .ibsModal button.close * {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .headerMenu ul li a {
        font-size: 15px;
    }

    .container {
        max-width: 1170px !important;
        width: 1170px !important;
        margin: 0px auto;
    }

    .homeBanner .topMblText h2 {
        font-size: 40px;
    }

    .testimonialSec .testimonialHolder {
        width: 1000px;
    }

    .homeBanner .col-md-9 .topRight .topText h3 {
        font-size: 16px;
    }

    .homeBanner .col-md-9 .topRight .topText h4 {
        font-size: 15px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button img {
        margin: 13px auto 0px;
    }

    .homeBanner .col-md-9 .topRight .textImg img {
        margin-top: 0px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h3 {
        font-size: 26px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h4 {
        font-size: 60px;
        margin-top: -16px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h5 {
        font-size: 29px;
        margin-top: -12px;
    }

    .homeBanner .bannerBtn .getFree {
        font-size: 18px;
        padding: 0px 29px;
    }

    .homeBanner .bannerBtn .letsTalk {
        font-size: 18px;
        padding: 19px 61px !important;
    }

    .homeBanner .bannerIcons {
        display: inline-block;
        flex-direction: unset;
        flex-wrap: unset;
        justify-content: unset;
        align-content: unset;
        align-items: unset;
        margin-top: 70px;
        margin-left: 0px;
    }

    .homeBanner .bannerIcons img {
        margin: 0 0 0 31px;
        width: 66px;
    }

    .homeBanner .col-md-9 .topImg {
        margin-top: 15px;
    }

    .recognizedSec .recognizedContent h2 {
        font-size: 28px;
        padding: 0px 246px;
        margin-bottom: 25px;
    }

    .recognizedSec .recognizedContent p {
        font-size: 16px;
        padding: 0px 181px;
        line-height: 24px;
    }

    .recognizedSec .recognizedContent p.paraOne {
        padding: 0px 150px;
    }

    .tecnologyContent .navTabs li {
        padding: 0px 105px 0px 105px;
        margin-bottom: -26px;
    }

    .tecnologySec .topText h2 {
        font-size: 18px;
        letter-spacing: 16px;
    }

    .tecnologyContent .navTabs li a {
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .tecnologySec .rowImg {
        padding: 0px 0px 81px;
    }

    .tecnologySec .row .col-md-2 h5 {
        font-size: 15px;
        margin-top: 0px;
        padding: 0px 0px !important;
    }

    .tecnologySec .row .col-md-2 .bottomText {
        margin-top: 18px;
    }

    .tecnologySec .row .col-md-2 .borderRight h5 {
        padding: 0px 35px;
    }

    .appDevelopmentSec .devTopSec h2 {
        font-size: 25px;
        padding: 21px 36px;
    }

    .appDevelopmentSec .devTopSec {
        width: 1100px;
        height: 160px;
        top: -90px;
    }

    .appDevelopmentSec .devTopSec .devMiddle {
        padding-top: 25px !important;
    }

    .appDevelopmentSec .devTopSec p {
        font-size: 20px;
    }

    .appDevelopmentSec .devTopSec h3 {
        font-size: 28px;
        margin: 0px;
        line-height: 30px;
        padding-right: 54px;
    }

    .appDevelopmentSec .devTopSec .devRight a {
        font-size: 20px;
        padding: 22.5px 59.9px;
    }

    .appDevelopmentSec .devTopSec .devRight {
        padding: 69px 0px 0px 110px;
    }

    .appDevelopmentSec .appDev-carousel .col-md-6 img {
        width: 100%;
    }

    .appDevelopmentSec .appDev-carousel .textTop p {
        font-size: 18px;
    }

    .appDevelopmentSec .appDev-carousel .textTop h2 {
        font-size: 40px;
        margin-top: -11px;
    }

    .appDevelopmentSec .appDev-carousel .textCenter h2 {
        font-size: 28px;
    }

    .appDevelopmentSec .appDev-carousel .textCenter p {
        font-size: 16px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        font-size: 45px;
    }

    .appDevelopmentSec .appDev-carousel {

        width: 1100px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button span {
        top: -6px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav {
        margin-top: 35px;
    }

    .servicesSec .rowOne {
        width: 1000px;
        margin: 63px auto 0px;
    }

    .servicesSec .rowTwo {
        width: 1000px;
        margin-top: 50px;
    }

    .servicesSec .co-md-12 p {
        font-size: 16px;
        padding: 0px 126px;
        line-height: 24px;
    }

    .servicesSec .co-md-12 h2 {
        font-size: 19px;
        letter-spacing: 16px;
    }

    .servicesSec .col-md-4 h3 {
        font-size: 20px;
    }

    .servicesSec .col-md-4 p {
        font-size: 14px;
        padding: 0px 33px;
        line-height: 22px;
    }

    .footer-badges- li a img {
        width: 100%;
    }

    .footer-badges- li a img {
        width: 100%;
    }

    .testimonialSec .testimonialCarousel .owl-dots {
        margin-top: 43px;
    }

    .testimonialSec .testimonialCarousel .empMain p {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 0px;
    }

    .homeBanner .topRow {
        padding-top: 52px;
    }

    .homeBanner .secondRow {
        padding-bottom: 78px;
    }

    .recognizedSec {
        padding-top: 53px;
        padding-bottom: 73px;
    }

    .tecnologySec {
        padding-top: 76px;
        padding-bottom: 0px;
    }

    .servicesSec {
        padding-top: 57px;
        padding-bottom: 67px;
    }

    .testimonialSec {
        padding-top: 56px;
        padding-bottom: 65px;
    }

    .homeBanner .secondRow .col-md-7 img {
        width: 790px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter p {
        padding-right: 50px;
        font-size: 16px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .topImg img {
        margin-bottom: 5px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleTop h2 {
        margin: 0px 0px 0px 0px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter {
        margin-top: 20px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .appBottomContent {
        margin-top: 30px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter h2 {
        margin-bottom: 22px;
    }

    .side-bars .s-bar a span.sidebar-icon {
        width: 40px;
        height: 40px;
        margin-left: -21px;
        background-size: 25px auto !important;
    }

    .side-bars .s-bar {
        height: 39px;
        line-height: normal;
        margin-bottom: 3px;
    }

    .appDevSectionBs {
        padding-bottom: 151px;
    }

    .tecnologySec .row .col-md-2 .tecnologyImg img {
        padding: 24px 45px;
    }

    .testimonialSec .col-md-12 h2 {
        font-size: 32px;
    }

    .modal.in {
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding: 70px 0;
    }

    .modal-dialog.ibsModal {
        max-width: 950px;
    }

    .ibsModal button.close {
        width: 40px;
        height: 40px;
    }

    .ibsModal button.close span {
        font-size: 24px !important;
    }

    .modalContentBs h3 {
        font-size: 25px;
    }

    .modalContentBs input.form-control.submitBtn {
        font-size: 20px;
    }

    .modalContentBs .fieldGroup {
        height: 45px;
        padding: 5px;
    }

    .modalContentBs .form-control {
        padding: 0 10px;
        font-size: 14px;
    }

    .modalContentBs h4 {
        margin: 15px 0;
        font-size: 20px;
    }

    .modalContentBs textarea.form-control {
        padding-top: 8px;
        height: 100px;
        min-width: calc(100% - 108px);
        max-width: calc(100% - 108px);
    }

    .modalContentBs input.form-control.submitBtn {
        height: 100px;
        min-width: 100px;
        max-width: 100px;
        font-size: 16px;
    }

    .modalContentBs .modalFooter .bannerIcons a {
        margin-right: 15px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .container {
        max-width: 100% !important;
        width: 100% !important;
    }

    .homeBanner .topMblText h2 {
        font-size: 30px;
        margin-top: 8px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button img {
        margin: 16px auto 0px;
    }

    .homeBanner .col-md-9 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }

    .footer-social-media-icons a {
        margin: 0 0px;
        width: 20px;
        height: 28px;
        font-size: 18px;
    }

    .footer-social-media-icons {
        margin: 0 0 15px 0;
    }

    .homeBanner .topRow {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 0;
        justify-content: center;
        align-items: center;
    }

    .testimonialSec .testimonialCarousel .owl-dots button {
        width: 10%;
    }

    .homeBanner .col-md-9 .topImg {
        margin-top: 12px;
        padding-right: 0px;
    }

    .homeBanner .col-md-9 .topImg img {
        width: auto;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h3 {
        font-size: 18px;
    }

    .testimonialSec .testimonialHolder {
        width: auto;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h4 {
        font-size: 34px;
        margin-top: -5px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h5 {
        font-size: 16px;
        margin-top: -2px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter {
        margin-top: -20px;
    }

    .homeBanner .bannerBtn .getFree {
        padding: 10px 0px;
        font-size: 14px;
        margin-bottom: 10px;
        width: 120px;
        text-align: center;
        margin-right: 5px;
    }

    .homeBanner .bannerBtn {
        display: flex;
        margin-top: 30px;
        justify-content: flex-start;
        flex-direction: row;
        width: 100%;
    }

    .homeBanner .bannerBtn .letsTalk {
        padding: 10px 0px !important;
        font-size: 14px;
        width: 105px;
        text-align: center;
        display: block;
        height: 46px !important;
    }

    .homeBanner .bannerIcons {
        display: inline-block;
        flex-direction: unset;
        flex-wrap: unset;
        justify-content: unset;
        align-content: unset;
        align-items: unset;
        margin-top: 10px;
        margin-left: 0px;
    }

    .homeBanner .bannerIcons img {
        margin-bottom: 15px;
        margin-right: 15px;
        max-width: 45px;
    }

    .homeBanner .secondRow .col-md-7 {
        margin-top: 0px;
    }

    .homeBanner .secondRow {
        padding-bottom: 29px;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        padding-top: 46px;
    }

    .homeBanner .secondRow .col-md-5 {
        margin-top: 30px;
    }

    .recognizedSec .recognizedContent h2 {
        padding: 0px 0px;
        font-size: 18px;
        line-height: normal;
        margin-bottom: 15px;
    }

    .recognizedSec .recognizedContent p.paraOne {
        padding: 0px 0px;
    }

    .recognizedSec .recognizedContent p {
        padding: 0px 0px;
        line-height: normal;
        font-size: 14px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button img {
        margin: auto;
        width: 10px;
    }

    .recognizedSec {
        padding-top: 10px;
        padding-bottom: 32px;
    }

    .homeBanner .secondRow .col-md-7 img {
        width: 100%;
        margin-left: -25px;
    }

    .tecnologySec .topText h2 {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 10px;
    }

    .tecnologyContent .navTabs ul {
        border-bottom: 1px solid transparent;
        margin-left: 1px;
        text-align: center;
        width: auto;
        flex-direction: row;
        justify-content: center;
    }

    .tecnologyContent .navTabs li {
        padding: 0px 0px 0px 0px;
        margin-bottom: 0px;
        display: inline-block;
        width: 30%;
    }

    .tecnologyContent .navTabs {
        margin-right: 0px;
        margin-left: 0px;
    }

    .tecnologyContent .navTabs li a {
        font-size: 18px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .tecnologyContent .navTabs {
        margin-top: -29px;
    }

    .tecnologySec .rowImg {
        margin-left: 0px;
        margin-right: 0px;
        padding: 20px 0px 0;
        display: flex;
        flex-direction: revert;
        flex-wrap: wrap;
        background-size: cover;
        justify-content: center;
        margin-top: 0px;
    }

    .tecnologySec .row .col-md-2 .bottomText {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .tecnologySec .row .col-md-2 {
        justify-content: center;
        width: 50%;
        margin: 0 0 15px;
    }

    .tecnologySec .row .col-md-2 .borderRight {
        border: none;
    }

    .tecnologyContent .navTabs li.active a {
        padding-left: 0px;
        padding-right: 0px;
    }

    .tecnologySec {
        padding-top: 26px;
        padding-bottom: 0px;
    }

    .tecnologySec .row .col-md-2 h5 {
        padding: 0px 0px;
        font-size: 15px;
    }

    .tecnologySec .row .col-md-2 .tecnologyImg img {
        padding: 0px 0px;
        max-width: 50px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .applicationText {
        padding-left: 29px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .topImg img {
        margin-bottom: 3px;
        width: 15%;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleTop h2 {
        font-size: 24px;
        margin: 0px 0px 0px 0px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter {
        margin-top: 17px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter h2 {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter p {
        padding-right: 10px;
        font-size: 15px;
    }

    .appDevSectionBs .row {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    .appDevelopmentSec .appDev-carousel .appDevText {
        padding-top: 0px;
    }

    .appDevelopmentSec .textCenter {
        margin-top: 23px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .appBottomContent {
        margin-top: 35px;
    }

    .appDevSectionBs .bckgrndImg {
        padding: 50px 0px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem h2 {
        font-size: 15px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem {
        width: 50%;
        margin-right: 0px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem img {
        width: 43%;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .technologyContent h2 {
        font-size: 15px;
        margin-bottom: 11px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .technologyImgs img {
        width: 15%;
        margin-left: 3px;
    }

    .appDevSectionBs {
        padding-top: 34px;
        padding-bottom: 66px;
    }

    .appDevelopmentSec .devTopSec {
        width: auto;
        top: -50px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin-bottom: -10px;
    }

    .top1 a {
        font-size: 15px;
        padding: 0 20px;
    }

    .appDevelopmentSec .appDev-carousel .col-md-6 img {
        width: 300px;
        margin-top: 20px;
    }

    .appDevelopmentSec .devTopSec .devRight {
        padding: 0px 0px 0px 13px;
        margin-top: 26px;
        margin-bottom: 15px;
    }

    .appDevelopmentSec .appDev-carousel {
        width: 100%;
        height: auto;
    }

    .appDevelopmentSec .devTopSec h2 {
        font-size: 22px;
        padding: 0px 0px 0px 0px;
        margin: 0px;
    }

    .appDevelopmentSec .devTopSec p {
        font-size: 16px;
    }

    .appDevelopmentSec .devTopSec h3 {
        font-size: 20px;
        line-height: 20px;
        margin: 0px;
    }

    .appDevelopmentSec .devTopSec .devRight a {
        font-size: 14px;
        padding: 12px 20px;
    }

    .appDevelopmentSec .appDev-carousel .item.row {
        flex-direction: column-reverse;
        display: flex;
    }

    .appDevelopmentSec .devTopSec .devMiddle {
        padding-top: 5px;
    }

    .appDevelopmentSec .appDev-carousel .textTop p {
        font-size: 22px;
    }

    .appDevelopmentSec .appDev-carousel .textTop h2 {
        font-size: 32px;
        margin-top: -6px;
    }

    .appDevelopmentSec .appDev-carousel .textCenter h2 {
        font-size: 22px;
    }

    .appDevelopmentSec .appDev-carousel .textCenter p {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .appDevelopmentSec .appDev-carousel .textTop {
        margin-top: 0px;
    }

    .appDevelopmentSec {
        padding-bottom: 0;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }

    .appDevelopmentSec {
        padding-bottom: 0px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button span {
        top: 0px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav {
        margin-top: 25px;
    }

    .servicesSec .rowOne {
        width: auto;
        margin-top: 0px;
    }

    .servicesSec .col-md-4 {
        margin-top: 25px;
    }

    .servicesSec .rowTwo {
        width: auto;
        margin-top: 0px;
    }

    .servicesSec .co-md-12 p {
        padding: 0px 0px;
        font-size: 15px;
        line-height: normal;
    }

    .servicesSec .co-md-12 h2 {
        font-size: 18px;
        letter-spacing: 10px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .servicesSec .col-md-4 h3 {
        font-size: 18px;
        margin: 0px;
    }

    .servicesSec .col-md-4 .servicesImg {
        margin-bottom: 16px;
    }

    .servicesSec .col-md-4 p {
        font-size: 14px;
        padding: 0px 0px;
        margin-top: 10px;
        line-height: normal;
    }

    .testimonialSec .col-md-12 h2 {
        font-size: 26px;
    }

    .testimonialSec .col-md-12 p {
        font-size: 16px;
    }

    .servicesSec .col-md-4 .borderRight {
        border: none;
    }

    .servicesSec {
        padding-top: 8px;
        padding-bottom: 23px;
    }

    .footer-badges- {
        text-align: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding-left: 0px;
    }

    .footer_top {
        display: block;
        padding: 32px 15px 15px;
    }

    .top1 {
        width: 100%;
        padding: 0;
    }

    .top2 {
        width: 100%;
        padding: 0;
    }

    .top3 {
        width: 100%;
        padding: 0;
    }

    .top3 ul {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .top1 p {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 0 0 0;
    }

    .top1 p {
        font-size: 16px;
        line-height: 23px;
    }

    .footer-badges- li a img {
        width: 81%;
    }

    .footer-brands p {
        font-size: 16px;
        line-height: 23px;
    }

    .footer-brands {
        padding-top: 18px;
        padding-bottom: 13px;
    }

    .testimonialSec .testimonialCarousel .empMain p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .testimonialSec .testimonialCarousel .owl-dots {
        margin-top: 30px;
    }

    .testimonialSec .testimonialCarousel .empMain:before {
        width: 20%;
        height: 30%;
        background-size: 25px;
        top: -11px;
    }

    .testimonialSec {
        padding-top: 12px;
        padding-bottom: 31px;
    }

    .homeBanner .col-md-9 .topRight .topText h3 {
        font-size: 16px;
    }

    .homeBanner .col-md-9 .topRight .topText h4 {
        font-size: 14px;
    }

    .homeBanner .col-md-9 .topRight .textImg img {
        height: 33px;
    }

    .homeBanner .col-md-9 .topRight .textImg {
        padding-right: 5px;
    }

    .side-bars .s-bar a span.sidebar-icon {
        width: 50px;
        height: 50px;
        margin-left: -31px;
        background-size: 25px auto !important;
    }

    .side-bars .s-bar {
        display: none;
    }

    .tecnologyContent .tabsPanes {
        margin-top: 12px;
    }

    .top1 img {
        max-width: 210px;
        margin: 0 auto;
        display: block;
    }

    .stickyCall {
        display: block !important;
    }

    .stickyCall a {
        width: 40px;
        height: 40px;
        background: #23cda6;
        display: flex;
        position: fixed;
        bottom: 30px;
        left: 20px;
        border-radius: 100px;
        box-shadow: 0px 4px 10px #00000038;
        justify-content: center;
        align-items: center;
        color: #fff;
        z-index: 99;
    }

    .top2 h3 {
        margin-bottom: 14px;
        font-size: 18px;
        font-weight: 500;
        margin-top: 30px;
        font-weight: 500;
    }

    .footer-address-list li p {
        font-weight: 600;
        font-size: 16px;
        font-family: Poppins, sans-serif;
        line-height: 21px;
        margin: 0px;
    }

    .footer-address-list li p span {
        display: flex;
        font-weight: 400;
        font-size: 12px;
        font-family: "Open Sans", sans-serif;
    }

    .footer-address-list li p a {
        font-weight: 100;
        color: #6a6a8e;
        font-size: 14px;
    }

    .top3 h3 {
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: 500;
        margin-top: 30px;
    }

    .footer-address-list li a {
        color: #6a6a8e;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 16px;
    }

    .top3 ul li {
        min-width: 50%;
    }

    .footer- p {
        font-size: 11px;
    }

    .footer-row3 {
        background: #fff;
        padding-bottom: 0px;
        padding-top: 10px;
    }

    section#verticleSlide .owl-nav button {
        width: 35px;
        height: 35px;
    }

    .modal-dialog.ibsModal {
        max-width: 90%;
    }

    .modal-dialog.ibsModal .row {
        display: flex;
        width: 100%;
        margin: 0 0;
        flex-direction: column-reverse;
    }

    .modal-dialog.ibsModal .row>div {
        padding: 0;
    }

    .modal-dialog.ibsModal .row>div.col-md-5 {
        max-width: 100%;
    }

    .modal-dialog.ibsModal .row>.col-md-7 {
        max-width: 100%;
        width: 100%;
    }

    .imagePopup {
        display: none;
    }

    .ibsModal .imagePopup img {
        height: 100%;
        object-fit: cover;
        object-position: right bottom;
    }

    .modalContentBs h3 {
        font-size: 20px;
        margin: 20px 0 0;
    }

    .modalContentBs textarea.form-control {
        height: 60px;
        min-width: calc(100% - 69px);
        margin-right: 9px;
        max-width: calc(100% - 69px);
    }

    .modalContentBs input.form-control.submitBtn {
        min-width: 60px;
        max-width: 60px;
        min-height: 60px;
        max-height: 60px;
        font-size: 12px;
    }

    .modalContentBs .fieldGroup {
        height: 35px;
        padding: 5px;
    }

    .modalContentBs .form-control {
        padding: 0 5px;
        font-size: 14px;
    }

    .modalContentBs h4 {
        font-size: 16px;
        margin: 10px 0;
    }

    .modalContentBs textarea.form-control {
        padding-top: 5px;
    }

    .ibsModal button.close {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
    }

    .ibsModal button.close span {
        font-size: 18px !important;
    }

    .modalContentBs .modalFooter .bannerIcons a {
        margin-right: 5px;
    }

    .modalContentBs .modalFooter .bannerIcons a img {
        max-height: 28px;
        width: auto !important;
    }

    .modalContentBs .modalFooter .footerLogo {
        max-width: 120px;
    }

    .modalContentBs {
        margin: 15px 10px;
    }

    .modalContentBs .modalFooter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .modal.in {
        padding: 0px;
    }
}

@media (min-width: 1600px) and (max-width: 1700px) {
    .container {
        max-width: 1450px !important;
        width: 1450px !important;
        margin: 0px auto;
    }

    .homeBanner .secondRow .col-md-7 img {
        width: 955px;
        margin-left: -97px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h3 {
        font-size: 32px;
    }

    .appDevelopmentSec .devTopSec .devMiddle {
        padding-top: 45px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h4 {
        font-size: 74px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h5 {
        font-size: 35px;
    }

    .homeBanner .bannerBtn .getFree {
        padding: 27px 35px;
        font-size: 20px;
    }

    .homeBanner .bannerBtn .letsTalk {
        padding: 19px 71px !important;
        font-size: 20px;
    }

    .recognizedSec .recognizedContent p {
        padding: 0px 221px;
        font-size: 20px;
        line-height: 28px;
    }

    .side-bars .s-bar a span.sidebar-icon {
        width: 50px;
        height: 50px;
        margin-left: -22px;
        background-size: 25px auto !important;
    }

    .side-bars .s-bar {
        height: 59px;
        margin-bottom: 4px;
        line-height: normal;
    }

    .side-bars .s-bar a span.sidebar-icon {
        width: 60px;
        height: 60px;
        margin-left: -40px;
        background-size: 28px auto !important;
    }

    .servicesSec .col-md-4 p {
        padding: 0px 15px;
        line-height: 23px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter p {
        padding-right: 170px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button {
        width: 80px;
        height: 80px;
        font-size: 60px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button span {
        top: 0px;
    }

    .tecnologySec .row .col-md-2 .bottomText {
        margin-top: 20px;
    }

    .tecnologySec .row .col-md-2 .tecnologyImg img {
        padding: 42px 68px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        max-width: 100% !important;
        width: 100% !important;
    }

    .homeBanner .secondRow .col-md-7 img {
        width: 100%;
        margin-left: 0px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h3 {
        font-size: 18px;
    }

    .homeBanner .secondRow .col-md-7 img {
        padding-left: 50px;
        padding-right: 10px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h4 {
        font-size: 42px;
        margin-top: -7px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h5 {
        font-size: 19px;
        margin-top: -5px !important;
    }

    .homeBanner .bannerBtn .getFree {
        padding: 10px 4px;
        font-size: 15px;
        display: block;
        margin-right: 10px;
        width: 145px;
        height: 50px;
        text-align: center;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button img {
        margin: auto;
        max-width: 15px;
    }

    .homeBanner .bannerBtn .letsTalk {
        padding: 12px 34px !important;
        font-size: 15px;
        display: block;
        width: 145px;
        height: 50px;
        text-align: center;
    }

    .homeBanner .secondRow .col-md-5 .textCenter {
        margin-top: 65px;
    }

    .homeBanner .bannerIcons {
        display: inline-block;
        flex-direction: unset;
        flex-wrap: unset;
        justify-content: unset;
        align-content: unset;
        align-items: unset;
        margin-top: 45px;
        margin-left: 0px;
    }

    .homeBanner .secondRow .col-md-7 {
        width: 60%;
    }

    .homeBanner .bannerIcons img {
        margin: 0 0 0 11px;
        width: 55px;
    }

    .homeBanner .bannerBtn {
        margin-top: 20px;
        justify-content: flex-start;
    }

    .homeBanner .secondRow {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding-bottom: 38px;
    }

    .homeBanner .secondRow .col-md-5 {
        width: 40%;
    }

    .homeBanner .topMblText h2 {
        font-size: 36px;
    }

    .homeBanner .col-md-9 .topRight .topText h3 {
        font-size: 16px;
    }

    .homeBanner .col-md-9 .topRight .topText h4 {
        font-size: 15px;
    }

    .homeBanner .col-md-9 .topRight .textImg img {
        height: 34px;
    }

    .homeBanner .col-md-9 .topRight .textImg {
        padding-right: 10px;
    }

    .homeBanner .col-md-9 .topImg {
        padding-right: 21px;
    }

    .homeBanner .topRow .col-md-3 {
        width: 100%;
    }

    .homeBanner .navbar-toggle .icon-bar {
        background: #152264;
    }

    .navbar-toggle#header_humburger {
        display: block;
        background: #fff;
    }

    .homeBanner .topRow .col-md-9 {
        width: 100%;
        display: block;
    }

    .homeBanner .col-md-9 .topImg img {
        width: auto;
    }

    .homeBanner .headerMenu ul li:last-child {
        display: none;
    }

    .side-bars .s-bar a span.sidebar-icon {
        width: 40px;
        height: 40px;
        margin-left: -21px;
        background-size: 22px auto !important;
    }

    .side-bars .s-bar {
        height: 40px;
        margin-bottom: 4px;
        line-height: 38px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .topImg img {
        margin-bottom: 4px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleTop h2 {
        margin: 0px 0px 0px 0px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter {
        margin-top: 20px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter p {
        font-size: 16px;
        padding-right: 0px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .appBottomContent {
        margin-top: 30px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem {
        width: 40%;
        margin-right: 10px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .technologyImgs img {
        width: 13%;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem h2 {
        font-size: 18px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .technologyContent h2 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .recognizedSec .recognizedContent h2 {
        font-size: 30px;
        padding: 0px 87px;
        line-height: 30px;
        margin-bottom: 21px;
    }

    .recognizedSec .recognizedContent p {
        font-size: 18px;
        padding: 0px 43px;
        line-height: 25px;
    }

    .recognizedSec {
        padding-top: 20px;
        padding-bottom: 41px;
    }

    .tecnologyContent .navTabs ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .tecnologyContent .navTabs {
        margin-right: 0px;
        margin-left: 0px;
    }

    .tecnologyContent .navTabs li {
        display: inline-block;
        padding: 0px 0px 0px 50px;
        margin-bottom: -26px;
    }

    .tecnologyContent .navTabs li a {
        font-size: 20px;
    }

    .tecnologySec .rowImg {
        margin-left: 0px;
        margin-right: 0px;
        padding: 18px 0px 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 165px;
        background-size: 100% 110px;
    }

    .tecnologySec .row .col-md-2 .tecnologyImg img {
        padding: 0px 0px;
    }

    .tecnologySec .row .col-md-2 {
        width: 16%;
    }

    .tecnologySec .row .col-md-2 .bottomText {
        margin-top: 35px;
    }

    .tecnologySec .row .col-md-2 h5 {
        font-size: 16px;
    }

    .tecnologySec .topText h2 {
        font-size: 20px;
        letter-spacing: 13px;
    }

    .tecnologySec .topText h2 {
        font-size: 20px;
        letter-spacing: 13px;
    }

    .tecnologySec .topText {
        margin-bottom: 15px;
    }

    .tecnologyContent .tabsPanes {
        margin-top: 25px;
    }

    .tecnologySec {
        padding-top: 42px;
        padding-bottom: 25px;
    }

    .appDevelopmentSec .devTopSec {
        width: auto;
        top: -108px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        height: auto;
    }

    .appDevelopmentSec .devTopSec h2 {
        font-size: 25px;
        padding: 30px 33px;
        display: inline-block;
    }

    .appDevelopmentSec .devTopSec p {
        font-size: 20px;
        display: inline-block;
    }

    .appDevelopmentSec .devTopSec .col-md-4 {
        width: 33%;
        display: inline-block;
    }

    .appDevelopmentSec .devTopSec h3 {
        font-size: 25px;
        line-height: 26px;
        padding-right: 40px;
    }

    .appDevelopmentSec .devTopSec .devRight a {
        padding: 13.5px 34.9px;
        font-size: 20px;
    }

    .appDevelopmentSec .devTopSec .devMiddle {
        padding-top: 47px;
        padding-bottom: 35px;
    }

    .appDevelopmentSec .devTopSec .devRight {
        padding: 51px 42px 0px 28px;
        display: grid;
        align-items: start;
        justify-items: end;
    }

    .appDevelopmentSec .appDev-carousel .col-md-6 img {
        width: 371px;
        margin-left: auto;
    }

    .appDevelopmentSec .appDev-carousel {
        height: 424px;
        width: auto;
        margin-top: -53px;
    }

    .appDevelopmentSec .appDev-carousel .item {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .appDevelopmentSec .appDev-carousel .textTop p {
        font-size: 16px;
    }

    .appDevelopmentSec .appDev-carousel .textTop h2 {
        font-size: 32px;
    }

    .appDevelopmentSec .textCenter {
        margin-top: 20px;
    }

    .appDevelopmentSec .appDev-carousel .textCenter h2 {
        font-size: 22px;
    }

    .appDevelopmentSec .appDev-carousel .textCenter p {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 22px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button {
        width: 35px;
        height: 35px;
        font-size: 35px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav {
        margin-top: 14px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button span {
        top: 0px;
    }

    .servicesSec .rowOne {
        width: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 29px;
    }

    .servicesSec .col-md-4 .servicesImg {
        margin-bottom: 22px;
    }

    .servicesSec .rowTwo {
        width: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 34px;
    }

    .servicesSec .col-md-4 {
        width: 33%;
    }

    .servicesSec .co-md-12 h2 {
        font-size: 20px;
        letter-spacing: 13px;
        margin-bottom: 22px;
    }

    .servicesSec .co-md-12 p {
        font-size: 16px;
        line-height: 24px;
        padding: 0px 75px;
    }

    .servicesSec .col-md-4 h3 {
        font-size: 18px;
    }

    .servicesSec .col-md-4 p {
        padding: 0px 0px;
        margin-top: 22px;
        line-height: normal;
        font-size: 15px;
    }

    .servicesSec {
        padding-top: 21px;
        padding-bottom: 34px;
        background-size: 520px auto;
    }

    .testimonialSec .testimonialCarousel .empMain p {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .testimonialSec .col-md-12 p {
        font-size: 16px;
    }

    .testimonialSec .col-md-12 h2 {
        font-size: 28px;
    }

    .appDevSectionBs {
        padding-bottom: 133px;
    }

    .testimonialSec {
        padding-top: 21px;
        padding-bottom: 40px;
    }

    .testimonialSec .testimonialCarousel .owl-dots {
        margin-top: 42px;
    }

    .footer-badges- li a img {
        width: 100%;
    }

    .top1 {
        width: 33%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .top2 {
        width: 33%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .top3 {
        width: 33%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .top1 p {
        font-size: 16px;
        padding-right: 0px;
        line-height: 24px;
    }

    .top1 img {
        max-width: 80%;
        margin-top: 4px;
    }

    .top2 h3 {
        margin-top: 22px;
        font-size: 20px;
    }

    .footer-address-list li a {
        font-size: 14px;
    }

    .top3 h3 {
        margin-top: 22px;
        font-size: 20px;
    }

    .homeBanner .topRow {
        padding-top: 34px;
        display: block;
    }

    .footer_top {
        padding-top: 38px;
        padding-bottom: 29px;
    }

    .footer-brands {
        padding-top: 37px;
        padding-bottom: 28px;
    }

    .testimonialSec .testimonialHolder {
        max-width: 800px;
    }

    .footer-badges- {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }

    .f-head {
        padding-right: 0px !important;
        padding-top: 18px;
    }

    .footer-social-media-icons {
        margin: 0 0 5px;
    }

    .footer-social-media-icons a {
        color: #6a6a8e;
        font-size: 26px;
        border-radius: 4px;
        margin: 0 0px;
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        line-height: 34px;
    }

    .footer-row3 {
        background: #fff;
        padding: 10px 0;
        padding-bottom: 0px;
    }

    .topRow .col-md-9 .reponse-nav {
        text-align: left;
        width: 96%;
        background: #fff;
        position: absolute;
        z-index: 999;
        left: 0;
        top: -3px;
        height: auto;
        display: none;
        right: 0;
        margin: 0px auto;
    }

    .topRow .col-md-9 {
        display: block;
        width: 100%;
    }

    .topRow .col-md-9 .reponse-nav li {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .appDevSectionBs .row {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .appDevSectionBs .bckgrndImg {
        padding: 40px 0px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter p {
        padding-right: 49px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem img {
        width: 43%;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem {
        width: 40%;
        margin-right: 0px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .technologyImgs img {
        width: 10%;
    }

    .modal-dialog.ibsModal {
        max-width: 700px;
    }

    .modal-dialog.ibsModal .row {
        display: flex;
        width: 100%;
        margin: 0 0;
    }

    .modal-dialog.ibsModal .row>div {
        padding: 0;
    }

    .modal-dialog.ibsModal .row>div.col-md-5 {
        max-width: 45%;
    }

    .modal-dialog.ibsModal .row>.col-md-7 {
        max-width: 65%;
        width: 100%;
    }

    .ibsModal .imagePopup {
        margin-right: 0;
    }

    .ibsModal .imagePopup img {
        height: 100%;
        object-fit: cover;
        object-position: right bottom;
    }

    .modalContentBs h3 {
        font-size: 22px;
        margin: 10px 0 0;
    }

    .modalContentBs textarea.form-control {
        height: 60px;
        min-width: calc(100% - 69px);
        margin-right: 9px;
        max-width: calc(100% - 69px);
    }

    .modalContentBs input.form-control.submitBtn {
        min-width: 60px;
        max-width: 60px;
        min-height: 60px;
        max-height: 60px;
        font-size: 12px;
    }

    .modalContentBs .fieldGroup {
        height: 35px;
        padding: 5px;
    }

    .modalContentBs .form-control {
        padding: 0 5px;
        font-size: 14px;
    }

    .modalContentBs h4 {
        font-size: 16px;
        margin: 10px 0;
    }

    .modalContentBs textarea.form-control {
        padding-top: 5px;
    }

    .ibsModal button.close {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
    }

    .ibsModal button.close span {
        font-size: 18px !important;
    }

    .modalContentBs .modalFooter .bannerIcons a {
        margin-right: 5px;
    }

    .modalContentBs .modalFooter .bannerIcons a img {
        max-height: 28px;
        width: auto !important;
    }

    .modalContentBs .modalFooter .footerLogo {
        max-width: 120px;
    }

    .modalContentBs {
        margin: 0 15px;
    }

    .modalContentBs .modalFooter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .modal.in {
        padding: 50px 0;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem img {
        width: 47%;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .applicationText {
        padding-left: 50px;
    }

    .recognizedSec .recognizedContent h2 {
        padding: 0px 200px;
        font-size: 28px;
    }

    .recognizedSec .recognizedContent p {
        padding: 0px 50px;
        font-size: 16px;
    }

    .modal-dialog.ibsModal {
        max-width: 800px;
    }

    .modalContentBs h3 {
        font-size: 24px;
        margin-bottom: -5px;
        margin-top: 5px;
    }

    .modalContentBs textarea.form-control {
        height: 80px;
        min-width: calc(100% - 100px);
        margin-right: 9px;
        max-width: calc(100% - 100px);
    }

    .modalContentBs input.form-control.submitBtn {
        min-width: 90px;
        max-width: 90px;
        min-height: 90px;
        max-height: 90px;
        font-size: 16px;
    }

    .modalContentBs .fieldGroup {
        height: 45px;
        padding: 5px;
    }

    .modalContentBs .form-control {
        padding: 0 5px;
        font-size: 14px;
    }

    .modalContentBs h4 {
        font-size: 18px;
        margin: 10px 0;
    }

    .modalContentBs textarea.form-control {
        padding-top: 0px;
    }

    .ibsModal button.close,
    .ibsModal button.close * {
        width: 35px;
        height: 35px;
    }

    .ibsModal button.close span {
        font-size: 24px !important;
    }

    .modalContentBs .modalFooter .bannerIcons a {
        margin-right: 5px;
    }

    .modalContentBs .modalFooter .bannerIcons a img {
        max-height: 28px;
        width: auto !important;
    }

    .modalContentBs .modalFooter .footerLogo {
        max-width: 120px;
    }

    .modalContentBs {
        margin-left: 33px;
        margin-right: 15px;
        margin-top: -20px;
    }

    .modalContentBs .modalFooter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .modal.in {
        padding: 50px 0;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .headerMenu ul li a {
        font-size: 14px;
        padding: 0 7px;
    }

    .mainlogo img {
        width: 100%;
    }

    .container {
        max-width: 100% !important;
        width: 100% !important;
    }

    .homeBanner .secondRow .col-md-7 img {
        width: 662px;
        margin-left: -82px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button img {
        margin: 16px auto 0px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h3 {
        font-size: 25px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h4 {
        font-size: 58px;
        margin-top: -12px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem {
        margin-right: 15px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h5 {
        font-size: 28px;
        margin-top: -12px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .technologyImgs img {
        width: 15%;
    }

    .homeBanner .bannerBtn .getFree {
        padding: 10px 6px;
        font-size: 20px;
        display: block;
    }

    .homeBanner .bannerBtn .letsTalk {
        padding: 10px 42px !important;
        font-size: 20px;
        display: block;
    }

    .homeBanner .bannerBtn {
        margin-top: 37px;
    }

    .homeBanner .bannerIcons {
        display: inline-block;
        flex-direction: unset;
        flex-wrap: unset;
        justify-content: unset;
        align-content: unset;
        align-items: unset;
        margin-top: 49px;
        margin-left: 0px;
    }

    .homeBanner .bannerIcons img {
        margin: 0 0 0 28px;
        width: 55px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter {
        margin-top: 100px;
    }

    .homeBanner .topMblText h2 {
        font-size: 40px;
    }

    .homeBanner .col-md-9 .topRight .topText h3 {
        font-size: 20px;
    }

    .homeBanner .col-md-9 .topRight .topText h4 {
        font-size: 16px;
    }

    .homeBanner .col-md-9 .topRight .textImg img {
        height: 36px;
    }

    .homeBanner .topRow {
        padding-top: 35px;
    }

    .homeBanner .col-md-9 .topImg {
        padding-right: 5px;
    }

    .row.secondRow {
        padding-bottom: 7px;
    }

    .side-bars .s-bar a span.sidebar-icon {
        width: 40px;
        height: 40px;
        margin-left: -21px;
        background-size: 25px auto !important;
    }

    .side-bars .s-bar {
        height: 39px;
        line-height: normal;
        margin-bottom: 3px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .topImg img {
        margin-bottom: 10px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleTop h2 {
        font-size: 20px;
        margin: 0px 0px 0px 0px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleTop p {
        font-size: 16px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter {
        margin-top: 16px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter p {
        font-size: 16px;
        padding-right: 15px;
        line-height: normal;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .appBottomContent {
        margin-top: 42px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem img {
        width: 48%;
    }

    .recognizedSec {
        padding-top: 32px;
        padding-bottom: 51px;
    }

    .recognizedSec .recognizedContent h2 {
        font-size: 28px;
        padding: 1px 232px;
        line-height: 26px;
        margin-bottom: 23px;
    }

    .recognizedSec .recognizedContent p {
        font-size: 18px;
        padding: 0px 124px;
        line-height: 24px;
    }

    .tecnologyContent .navTabs li {
        padding: 0px 70px 0px 70px;
        margin-bottom: -26px;
    }

    .tecnologyContent .navTabs li a {
        font-size: 18px;
    }

    .tecnologySec .topText {
        margin-bottom: 35px;
    }

    .tecnologySec .topText h2 {
        font-size: 20px;
        letter-spacing: 17px;
    }

    .tecnologySec .rowImg {
        padding: 0px 0px 54px;
        background-size: 100% 130px;
        width: 1000px;
        margin: auto;
    }

    .tecnologySec .row .col-md-2 .tecnologyImg img {
        padding: 27px 45px;
    }

    .tecnologySec .row .col-md-2 .bottomText {
        margin-top: 20px;
    }

    .tecnologySec .row .col-md-2 h5 {
        font-size: 16px;
    }

    .tecnologySec {
        padding-top: 52px;
    }

    .appDevelopmentSec .devTopSec {
        height: auto;
        width: 90%;
        top: -80px;
    }

    .appDevelopmentSec .appDev-carousel {
        height: 479px;
        width: 100%;
    }

    .appDevelopmentSec .appDev-carousel .col-md-6 img {
        width: 419px;
        margin-left: auto;
    }

    .appDevelopmentSec .appDev-carousel .textTop p {
        font-size: 18px;
    }

    .appDevelopmentSec .appDev-carousel .textTop h2 {
        font-size: 40px;
    }

    .appDevelopmentSec .textCenter {
        margin-top: 30px;
    }

    .appDevelopmentSec .appDev-carousel .textCenter h2 {
        font-size: 25px;
    }

    .appDevelopmentSec .appDev-carousel .textCenter p {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        font-size: 40px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button span {
        top: -8px;
    }

    .appDevelopmentSec .devTopSec .devRight {
        padding: 54px 51px 0px 5px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .appDevelopmentSec .devTopSec .devMiddle {
        padding-top: 43px;
        padding-bottom: 32px;
    }

    .appDevelopmentSec .devTopSec h2 {
        font-size: 27px;
        padding: 27px 35px;
    }

    .appDevelopmentSec .devTopSec p {
        font-size: 20px;
    }

    .appDevelopmentSec .devTopSec h3 {
        font-size: 30px;
        line-height: 29px;
        padding-right: 8px;
    }

    .appDevelopmentSec .devTopSec .devRight a {
        font-size: 20px;
        padding: 18.5px 41.9px;
    }

    .appDevSectionBs {
        padding-bottom: 115px;
    }

    .servicesSec .rowOne {
        width: 1000px;
        margin-top: 44px;
    }

    .servicesSec .rowTwo {
        width: 1000px;
        margin-top: 35px;
    }

    .servicesSec .co-md-12 h2 {
        font-size: 18px;
        letter-spacing: 17px;
        margin-bottom: 24px;
    }

    .servicesSec .co-md-12 p {
        font-size: 18px;
        line-height: 24px;
        padding: 0px 50px;
    }

    .servicesSec .col-md-4 h3 {
        font-size: 20px;
    }

    .servicesSec .col-md-4 p {
        font-size: 16px;
        margin-top: 24px;
        line-height: 22px;
        padding: 0px 16px;
    }

    .servicesSec {
        padding-top: 33px;
        padding-bottom: 41px;
        background-size: 560px auto;
    }

    .servicesSec .col-md-4 .servicesImg {
        margin-bottom: 28px;
    }

    .testimonialSec .col-md-12 h2 {
        font-size: 30px;
    }

    .testimonialSec .col-md-12 p {
        font-size: 16px;
    }

    .testimonialSec .testimonialCarousel .empMain p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .testimonialSec {
        padding-top: 30px;
        padding-bottom: 52px;
    }

    .testimonialSec .testimonialCarousel .owl-dots {
        margin-top: 41px;
    }

    .top1 {
        width: 36%;
        padding-left: 14px;
    }

    .top2 {
        width: 30%;
        padding-left: 0px;
    }

    .top3 {
        width: 33%;
        padding-left: 0px;
    }

    .top1 p {
        padding-right: 20px;
        font-size: 16px;
        line-height: 26px;
    }

    .top2 h3 {
        font-size: 20px;
        margin-top: 19px;
    }

    .top3 h3 {
        font-size: 20px;
        margin-top: 19px;
    }

    .footer_top {
        padding: 56px 0px 36px;
    }

    .footer-badges- li a img {
        width: 100%;
    }

    .f-head {
        padding-right: 0px !important;
    }

    .footer-brands .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .footer-address-list li p {
        padding-right: 5px;
    }

    .testimonialSec .testimonialHolder {
        width: 800px;
    }

    .modal-dialog.ibsModal {
        max-width: 800px;
    }

    .modalContentBs h3 {
        font-size: 24px;
    }

    .modalContentBs textarea.form-control {
        height: 80px;
        min-width: calc(100% - 100px);
        margin-right: 9px;
        max-width: calc(100% - 100px);
    }

    .modalContentBs input.form-control.submitBtn {
        min-width: 90px;
        max-width: 90px;
        min-height: 90px;
        max-height: 90px;
        font-size: 16px;
    }

    .modalContentBs .fieldGroup {
        height: 45px;
        padding: 5px;
    }

    .modalContentBs .form-control {
        padding: 0 5px;
        font-size: 14px;
    }

    .modalContentBs h4 {
        font-size: 18px;
        margin: 10px 0;
    }

    .modalContentBs textarea.form-control {
        padding-top: 0px;
    }

    .ibsModal button.close,
    .ibsModal button.close * {
        width: 35px;
        height: 35px;
    }

    .ibsModal button.close span {
        font-size: 24px !important;
    }

    .modalContentBs .modalFooter .bannerIcons a {
        margin-right: 5px;
    }

    .modalContentBs .modalFooter .bannerIcons a img {
        max-height: 28px;
        width: auto !important;
    }

    .modalContentBs .modalFooter .footerLogo {
        max-width: 120px;
    }

    .modalContentBs {
        margin-left: 33px;
        margin-right: 15px;
        margin-top: -20px;
    }

    .modalContentBs .modalFooter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .modal.in {
        padding: 50px 0;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .technologyImgs img {
        width: 11%;
        margin-left: 3px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem img {
        width: 45%;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem {
        width: 38%;
        margin-right: 5px;
    }
}

.devLeft img {
    margin: 30px 0;
    width: 292px;
    height: 140px;
    object-fit: scale-down;
}

.boxerSection {
    position: relative;
    height: 100vh;
    width: 100%;
}

.dummy {
    height: 100vh;
    background: #343434;
}

.boxerTitle {
    position: absolute;
    width: 100%;
    font-size: 4rem;
    left: 50%;
    font-weight: 800;
    color: #333333;
    font-family: sans-serif;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 19%;
}

.inquire_form input {
    width: 100%;
    height: 37px;
    border-radius: 30px;
    padding: 2px 16px !important;
    font-family: "Aileron-Light";
    font-size: 16px;
    text-transform: unset;
    letter-spacing: -0.1px;
}

.inquire_form textarea {
    width: 100%;
    line-height: 50px;
    height: 120px;
    border-radius: 30px;
    padding: 2px 16px !important;
    font-family: "Aileron-Light";
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: -0.1px;
}

.inquire_form input[type="submit"] {
    background: #152264;
    color: #fff !important;
    font-weight: bold;
}

.top3.main_footer_form {
    position: relative;
}

.success_msg {
    background: #15c9a0;
    color: #fff;
    padding: 11px;
    position: absolute;
    width: 82%;
    bottom: 53px;
    display: none;
}

.main_footer_form .success_msg {
    position: initial;
    width: 100%;
}

.errorInput {
    border: 1px red solid;
}

.form_footer .errorInput {
    border-radius: 47px;
}

.main_footer_form .textareaerr.errorInput {
    border-radius: 30px;
}

.secondRow p {
    margin-top: 13px;
    font-size: 18px;
    color: #132163;
}

.secondRow ul {
    padding-left: 15px;
}

.secondRow ul li {
    font-size: 15px;
    color: #132163;
    margin-bottom: 5px;
}

.applicaltionContent .topImg {
    text-align: left;
}

.applicaltionContent h2 {
    text-align: left;
}

.applicaltionContent p {
    text-align: left;
}

.applicaltionContent .operatingImgs {
    text-align: left;
}

.appDevelopmentSec .devTopSec .devMiddle {
    padding-top: 60px;
}

.appDevelopmentSec .devTopSec p {
    font-size: 20px;
}

.appDevelopmentSec .appDev-carousel .owl-nav button span {
    position: relative;
    top: -14px;
}

.servicesSec .col-md-4 {
    height: 380px;
}

.devTopSec .devRight a:hover {
    transition: 0.3s;
    color: #162d79;
    background-color: #fff;
    border: 3px solid #162d79;
    box-shadow: inset 0px 0px 7px #162d79;
}

.main_footer_form p {
    font-size: 19px;
    font-weight: 600;
    margin-top: 20px;
}

.f-head h5 {
    color: #050748;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0px;
}

.footer-brands p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
}

.footer-address-list li p span,
.footer-address-list li a {
    font-size: 17px;
}

.top2 h3 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 26px;
}

.inquire_form input {
    font-size: 15px;
}

.textareaerr.row {
    padding: 0px 0px;
}

.inquire_form .row .col-md-6 {
    padding: 0px;
    margin: 0 0px;
}

.footer_top.container {
    padding: 0px 20px;
}

.footer_top.container {
    padding-right: 40px;
    padding-left: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.modalContentBs textarea.form-control {
    line-height: 18px;
}

.testimonialSec .testimonialCarousel .empMain h3 {
    padding-top: 110px;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 0px;
    color: #142d76;
    margin-bottom: 20px;
}

#thankyoupage .secondRow .col-md-5 .textCenter h5 {
    font-size: 20px;
    color: #132163;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0px;
    margin-top: 0px;
    width: 100%;
    font-weight: 100;
    line-height: 30px;
    margin-bottom: 20px;
}

#thankyoupage .row .col-md-5 {
    width: 100% !important;
}

#thankyoupage .secondRow .col-md-5 .textCenter {
    text-align: center;
}

@media (max-width: 1660px) {
    .appDevelopmentSec .appDev-carousel .owl-nav button img {
        width: 18px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button span {
        top: -10px;
    }
}

@media (max-width: 1660px) {
    .appDevelopmentSec .appDev-carousel .owl-nav button span {
        top: -8px;
    }
}

@media (max-width: 1440px) {
    .appDevelopmentSec .devTopSec .devRight a {
        padding: 20.5px 60.9px;
    }

    .appDevelopmentSec .devTopSec .devRight {
        padding: 65px 0px 0px 73px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button span {
        top: -27px;
    }

    .secondRow ul {
        padding-left: 18px;
    }

    .modalContentBs h4 {
        margin: 15px 0;
        margin-top: 5px !important;
        font-size: 22px;
    }

    .modalContentBs h3 {
        font-size: 32px;
    }
}

@media (max-width: 1366px) {
    .appDevelopmentSec .devTopSec .devMiddle {
        padding-top: 25px;
    }

    .devLeft img {
        margin: 10px 0;
    }

    .appDevelopmentSec .devTopSec .devRight {
        padding: 70px 0px 0px 73px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button img {
        width: 15px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button span {
        top: -18px;
    }

    section#verticleSlide .owl-nav button.owl-next {
        margin-right: 50px;
    }

    section#verticleSlide .owl-nav button {
        margin-left: 50px;
    }

    .testimonialSec .testimonialCarousel .empMain h3 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .testimonialSec .testimonialCarousel .empMain {
        height: 370px;
    }
}

@media (max-width: 1024px) {
    .homeBanner .secondRow .col-md-5 {
        width: 45%;
    }

    .homeBanner .secondRow .col-md-7 {
        width: 55%;
        padding-top: 15px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter {
        margin-top: 0px;
    }

    .homeBanner .secondRow .col-md-7 img {
        padding: 0px;
    }

    .homeBanner .secondRow {
        padding-top: 20px;
    }

    .recognizedSec .recognizedContent p {
        font-size: 14px;
    }

    .appDevelopmentSec .devTopSec p {
        font-size: 16px;
    }

    .appDevelopmentSec .devTopSec .devRight {
        padding: 80px 25px 0px 80px;
    }

    .appDevelopmentSec .devTopSec .devRight a {
        padding: 14.5px 40.9px;
    }

    .appDevelopmentSec .devTopSec .devRight {
        display: block;
    }

    .devLeft img {
        margin: 20px 0;
    }

    div#forimg {
        text-align: right;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button img {
        width: 10px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button span {
        top: -11px;
    }

    .servicesSec .rowOne {
        margin-top: 60px;
    }

    .servicesSec .rowTwo {
        margin-top: 0px;
    }

    .servicesSec .col-md-4 {
        height: 300px;
        padding: 10px;
    }

    .inquire_form .row .col-md-6 {
        padding: 0px 3px !important;
    }

    .textareaerr.row {
        padding: 0px;
    }

    .submitBtn {
        margin-top: 0px !important;
    }

    .modalContentBs h3 {
        font-size: 22px;
    }

    .modalContentBs h4 {
        margin-top: 10px;
        font-size: 18px;
    }

    .footer_top.container {
        padding-right: 15px;
    }

    section#verticleSlide .owl-nav button.owl-next {
        margin-right: 40px;
    }

    section#verticleSlide .owl-nav button {
        margin-left: 40px;
    }

    .appDevelopmentSec .devTopSec .devMiddle {
        padding-top: 55px;
    }

    .modalContentBs .modalFooter {
        margin-top: 20px;
    }

    .modalContentBs .modalFooter {
        margin-top: 15px;
    }

    .modalContentBs input.form-control.submitBtn {
        min-height: 60px;
        max-height: 60px;
    }

    .modalContentBs textarea.form-control {
        height: 60px;
    }
}

@media (max-width: 768px) {
    .secondRow p {
        font-size: 14px;
    }

    .secondRow ul li {
        font-size: 12px;
    }

    .homeBanner .bannerBtn .getFree,
    .homeBanner .bannerBtn .letsTalk {
        padding: 8px 4px !important;
        font-size: 12px;
        width: 132px;
        height: 40px;
    }

    .appDevelopmentSec .devTopSec .devMiddle {
        width: 60%;
    }

    .appDevelopmentSec .devTopSec .devRight {
        padding: 83px 0px 0px 0px;
    }

    .servicesSec .col-md-4 {
        height: 300px;
        width: 50%;
    }

    .homeBanner .secondRow .col-md-7 {
        width: 55%;
        padding: 0px;
        padding-top: 25px;
    }

    .servicesSec .col-md-4 p {
        padding: 0px 0px;
        margin-top: 7px;
        line-height: 20px;
        font-size: 12px;
    }

    .servicesSec .col-md-4 h3 {
        font-size: 14px;
        margin: 7px !important;
    }

    .servicesSec .col-md-4 .borderRight {
        border-right: 0px;
    }

    .servicesSec .col-md-4 .oddd {
        border-right: 1px solid #142d76;
    }

    .servicesSec .rowTwo {
        margin-top: 80px;
    }

    .applicaltionContent .topImg {
        text-align: center;
    }

    .applicaltionContent h2 {
        text-align: center;
        margin-top: 10px !important;
        font-size: 18px !important;
    }

    .applicaltionContent p {
        text-align: center;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .appBottomContent {
        display: block;
        text-align: center;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem {
        width: 100%;
    }

    .applicaltionContent .operatingImgs {
        text-align: center;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem img {
        width: 15%;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .technologyContent {
        width: 100%;
        margin-top: 30px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .technologyImgs img {
        width: 5%;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter p {
        font-size: 14px;
    }

    .footer_top {
        display: block;
    }

    .top1 {
        width: 50%;
        float: left;
    }

    .top2 {
        width: 50%;
        float: right;
    }

    .top3.main_footer_form {
        width: 100%;
        margin-top: 280px !important;
        padding: 0px 180px;
        text-align: center;
    }

    .form-group.text_field.row {
        margin: 0px;
    }

    .inquire_form input,
    .inquire_form textarea {
        font-size: 14px;
        margin: 0px 0px;
        margin-top: 0px;
    }

    ul.footer-address-list.ftr-details {
        padding-left: 30% !important;
    }

    .top2 h3 {
        text-align: center;
    }

    .f-head {
        text-align: center;
    }

    .modalContentBs h3 {
        font-size: 20px;
    }

    .modalContentBs h4 {
        margin-top: 5px;
        font-size: 16px;
    }

    .appDevelopmentSec .devTopSec .devMiddle {
        padding-top: 62px;
    }

    .modalContentBs input.form-control.submitBtn {
        margin-left: -36px !important;
        padding: 23px !important;
        min-width: 100px;
    }

    .inquire_form textarea {
        padding-right: 30px !important;
    }

    .submitBtn {
        margin-top: 15px !important;
    }

    .modalContentBs .modalFooter {
        margin-top: 15px;
    }

    .inquire_form .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .modalContentBs .submitBtn {
        margin-top: 0px !important;
    }

    .modalContentBs textarea.form-control {
        height: 50px;
    }

    .testimonialSec .testimonialCarousel .empMain {
        height: auto;
    }
}

@media (max-width: 767px) {
    .submitBtn {
        margin-top: 15px !important;
    }

    .inquire_form input,
    .inquire_form textarea {
        margin-top: 0px;
    }

    .homeBanner .secondRow .col-md-7 {
        width: 100%;
    }

    .homeBanner .secondRow .col-md-5 {
        width: 100%;
    }

    .homeBanner .secondRow .col-md-5 .textCenter {
        text-align: center;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h3 {
        font-size: 24px;
    }

    .homeBanner .secondRow {
        padding-top: 50px;
        flex-direction: column;
    }

    .homeBanner .col-md-9 .topImg {
        text-align: center;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h4 {
        font-size: 50px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h5 {
        font-size: 20px;
    }

    .secondRow p {
        font-size: 16px;
        text-align: center;
        font-weight: 600;
    }

    .secondRow ul {
        padding-left: 20px;
    }

    .secondRow ul li {
        font-size: 13px;
        font-weight: 600;
    }

    .homeBanner .bannerBtn {
        display: flex;
        margin-top: 30px;
        justify-content: space-evenly;
        width: 100%;
    }

    .homeBanner .bannerBtn .getFree,
    .homeBanner .bannerBtn .letsTalk {
        height: 40px !important;
    }

    .homeBanner .bannerIcons {
        display: block;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin-top: 10px;
        margin-left: 0px;
        text-align: center;
    }

    .homeBanner .secondRow {
        padding-top: 0px;
    }

    .topMblText {
        width: 100%;
    }

    .topRow .col-md-9 {
        display: block;
        width: 100%;
    }

    .topRow .col-md-9 .reponse-nav {
        margin: 0px !important;
        text-align: left;
        width: 100%;
        background: #fff;
        position: absolute;
        z-index: 999;
        left: 0;
        top: 13px;
        height: auto;
        display: none;
    }

    .topRow .col-md-9 .reponse-nav li {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .devLeft {
        min-height: auto;
        padding-top: 5px;
    }

    .devLeft img {
        height: 71px;
        margin: 0;
        width: 100%;
    }

    .appDevelopmentSec .devTopSec .devMiddle {
        width: 100%;
        text-align: center;
        padding: 10px 26px !important;
    }

    .appDevelopmentSec .devTopSec p {
        font-size: 14px;
        font-weight: 600;
    }

    .appDevelopmentSec .devTopSec .devRight {
        padding: 30px 0px 0px 0px;
        text-align: center;
    }

    .appDevelopmentSec .devTopSec .devRight a {
        font-size: 14px;
        color: #000000;
        background-color: #02ffc6;
        border: 5px solid #152d77 !important;
        transition: 0.3s;
    }

    .appDevelopmentSec .appDev-carousel .textTop {
        margin-top: 0px;
        text-align: center;
    }

    .appDevelopmentSec .appDev-carousel .textTop p {
        font-size: 24px;
    }

    .appDevelopmentSec .appDev-carousel .textTop h2 {
        font-size: 50px;
    }

    .appDevelopmentSec .appDev-carousel .textCenter h2 {
        text-align: center;
    }

    .appDevelopmentSec .appDev-carousel .textCenter p {
        text-align: center;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav {
        margin-top: 25px;
        text-align: center;
    }

    .servicesSec .col-md-4 {
        height: 280px;
        width: 100%;
    }

    .servicesSec .col-md-4 h3 {
        font-size: 20px;
    }

    .servicesSec .col-md-4 p {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .servicesImg,
    .servicesImg .borderRight,
    .servicesSec .col-md-4 .oddd {
        border-right: 1px solid #142d76 !important;
        border-left: 1px solid #142d76 !important;
    }

    .top1 {
        text-align: center;
    }

    .servicesSec .rowTwo {
        margin-top: 30px;
    }

    span.footer-details {
        width: 180px;
    }

    .footer-address-list li {
        justify-content: center;
    }

    .top2 h3 {
        text-align: center;
    }

    .top3.main_footer_form p {
        text-align: center;
    }

    .f-head {
        padding-right: 0px !important;
        text-align: center;
    }

    .servicesSec .co-md-12 p {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem {
        width: 100%;
        margin-right: 0px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .operatingSystem img {
        width: 25%;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .technologyImgs img {
        width: 10%;
        margin-left: 3px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .applicationText {
        padding-left: 0px;
    }

    .top1 {
        width: 101%;
    }

    .top2 {
        width: 100%;
        float: right;
    }

    .top3.main_footer_form {
        padding: 0px;
    }

    .top3.main_footer_form {
        padding: 0px;
        padding-top: 140px !important;
    }

    .footer-address-list li {
        display: block;
        text-align: center;
        padding: 0px;
    }

    .footer-address-list li p span,
    .footer-address-list li a {
        font-size: 17px;
        text-align: center !important;
        display: block;
        width: 100%;
    }

    ul.footer-address-list.ftr-details {
        padding-left: 0 !important;
    }

    .footer-address-list li p {
        margin-top: 10px;
    }

    .footer-address-list li p span {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .footer-address-list li p a {
        font-size: 17px;
    }

    .modalContentBs input.form-control.submitBtn {
        margin-left: -36px !important;
        padding: 23px !important;
        min-width: 100px;
    }

    .modalContentBs textarea.form-control {
        line-height: 14px;
    }

    .modalContentBs h3 {
        margin-top: 30px;
        font-size: 21px;
    }

    .inquire_form input {
        padding-top: 0px !important;
        margin: 0px;
    }

    .appDevSectionBs .applicaltionContent .appDevSectionVerticle .middleCenter {
        margin-top: 17px;
        padding: 10px;
    }

    .inquire_form .row .col-md-6 {
        padding: 0px 0px !important;
        margin-bottom: 15px;
    }

    .inquire_form .row {
        margin: 0px;
    }

    .top2 h3 {
        font-size: 22px;
    }

    .main_footer_form p {
        font-size: 22px;
        margin-top: 40px;
    }

    section#verticleSlide .owl-nav button {
        margin-left: 5px;
    }

    section#verticleSlide .owl-nav button.owl-next {
        margin-right: 5px;
    }

    div#forimg {
        text-align: center;
    }

    .homeBanner .topMblText button {
        background: #fff;
        margin-right: 0px;
    }

    .homeBanner .navbar-toggle .icon-bar {
        background: #152264;
    }

    .homeBanner .mainlogo {
        float: left;
        width: 155px;
    }

    .homeBanner .mainlogo img {
        width: 100%;
        margin-top: 7px;
    }

    .homeBanner .headerMenu ul li:last-child {
        display: none;
    }
}

@media (max-width: 375px) {
    .homeBanner .secondRow .col-md-5 .textCenter h4 {
        font-size: 40px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h3 {
        font-size: 22px;
    }

    .homeBanner .secondRow .col-md-5 .textCenter h5 {
        font-size: 18px;
    }

    .secondRow p {
        font-size: 14px;
    }

    .secondRow ul {
        padding-left: 35px;
    }

    .devLeft img {
        height: 50px;
    }

    .devLeft {
        min-height: auto;
        padding-top: 10px;
    }

    .appDevelopmentSec .appDev-carousel .appDevText {
        padding-top: 40px;
    }

    .appDevelopmentSec .appDev-carousel .textTop h2 {
        font-size: 40px;
    }

    .appDevelopmentSec .appDev-carousel .textTop p {
        font-size: 20px;
    }

    .appDevelopmentSec .appDev-carousel .textCenter h2 {
        font-size: 18px;
    }

    .secondRow ul {
        padding-left: 20px;
    }

    .modalContentBs h3 {
        font-size: 18px;
    }

    .modalContentBs h4 {
        font-size: 14px;
    }

    .appDevelopmentSec .appDev-carousel .owl-nav button span {
        top: -8px;
    }
}

@media (max-width: 320px) {
    .secondRow ul li {
        margin: 0px;
    }

    .servicesSec .col-md-4 h3 {
        font-size: 16px;
    }

    .servicesSec .col-md-4 p {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .servicesSec .col-md-4 {
        height: 270px;
        width: 100%;
    }
}

.thankyoumain a {
    background: #673ab7;
    background: -moz-linear-gradient(left, #673ab7 0, #2196f3 100%);
    background: linear-gradient(to right, #31d1ac 0, #00c397 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
    box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    padding: 0 32px;
    line-height: 56px;
    text-align: center;
    outline: 0;
    color: #fff;
    background-color: #ff1f8e;
    border: 0;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 10px 15px 0 rgb(233 30 99 / 15%);
    box-shadow: 0 10px 15px 0 rgb(233 30 99 / 15%);
    text-decoration: none;
}


.mainlogo img,
.footer .top1 img {
    width: 250px;
}

.footerLogo img {
    width: 250px;
}
















.modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.576);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal.show {
    display: flex;
}

.modal-dialog {
    background-color: #0071a0;
    border-radius: 12px;
    max-width: 1000px;
    width: 100%;
    padding: 50px;
}

.modal-content {
    background: transparent;
}

.modal-body {
    display: flex;
    gap: 40px;
}

@media (max-width: 768px) {
    .modal-body {
        flex-direction: column;
    }
}

.w-100 {
    width: 100%;
}

.w-75 {
    width: 75%;
}

.w-sm-50 {
    width: 50%;
}

@media (max-width: 768px) {
    .w-sm-50 {
        width: 100%;
    }
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.flex-sm-row {
    flex-direction: row;
}

@media (max-width: 576px) {
    .flex-sm-row {
        flex-direction: column;
    }
}

.p-0 {
    padding: 0;
}

.p-3 {
    padding: 16px;
}

.mt-4 {
    margin-top: 24px;
}

.mb-3 {
    margin-bottom: 16px;
}

.gap-2 {
    gap: 8px;
}

.form-control {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    border-radius: 7px;
    border: none;
    outline: none;
    background-color: #f1f1f1;
    color: #6c757d;
}

.form-control:focus {
    outline: 2px solid #0071a0;
}

.follow-up-button {
    background: #fff;
    color: #000;
    border-radius: 50px;
    padding: 7px 20px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.follow-up-button:hover {
    opacity: 0.9;
}

button[type="button"] {
    background: transparent;
    border: none;
    cursor: pointer;
}

.firstheading {
    font-size: 15px;
    font-weight: 500;
    color: white;
}

.secondheading {
    font-size: 32px;
    font-weight: 700;
    color: white;
    line-height: 1.3;
}

.thirdheading {
    font-size: 22px;
    font-weight: 400;
    color: white;
}

@media (max-width: 768px) {
    .secondheading {
        font-size: 26px;
    }

    .thirdheading {
        font-size: 18px;
    }
}

@media (min-width: 576px) {
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
}

.follow-up-button {
    background-color: #4a4a4a;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.arrow-container {
    background-color: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}

.close {
    opacity: 1 !important;
}

.modal-content {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 !important;
}

@media (max-width: 760px) {
    .mobileimg {
        display: none !important;
    }
}

@media (max-width: 760px) {
    .limited-offer {
        display: none !important;
    }
}

@media (max-width: 760px) {
    .secondheading {
        font-size: 24px !important;
    }
}

@media (max-width: 760px) {
    .thirdheading {
        display: none !important;
    }
}

@media (max-width: 760px) {
    .modal {
        padding: 20px !important;
    }
}

@media (max-width: 760px) {
    .modal-dialog {
        padding: 10px !important;
        height: 100%;
        overflow: scroll;
    }
}