* {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

img {
    width: 100%;
}

.banner {
    width: 100%;
    height: auto;
    background: url('img/banner-bg.png');
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
}

.navbar {
    align-items: flex-start;
}

a.navbar-brand {
    width: 100%;
    max-width: 230px;
    padding: 8px 12px;
}

.navcon {
    margin-top: 15px;
    width: 100%;
    display: inline-block;
}

.banner ul.navbar-nav li a {
    font-size: 17px;
    font-weight: 400;
    transition-duration: 0.3s;
    color: #fff;
    padding: 4px 0;
}

.banner ul.navbar-nav li {
    margin-right: 20px;
}

.banner ul.navbar-nav li:last-child {
    margin-right: 0;
}

.banner ul.navbar-nav li.special {
    background: linear-gradient(90deg, #E8C140 0%, #FAE474 50%, #E3B82E 100%);
    border-radius: 31px;
    padding: 0 20px;
}

.banner ul.navbar-nav li.special a {
    color: #000E27;
    font-weight: 500;
}

.banner ul.navbar-nav li.special a:hover {
    color: #000E27;
}

.banner ul.navbar-nav li a:hover {
    color: #f8b71b;
    transition-duration: .3s;
}

.banner ul.navbar-nav li a.active {
    font-weight: 700;
}

.caption .row {
    align-items: center;
}

.caption h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.caption h1 {
    margin-bottom: 30px;
    color: #ecc94b;
    font-weight: 900;
    font-size: 60px;
}

.caption h1 span {
    color: #fff;
}

.bn-img {
    width: 100%;
    max-width: 88%;
}

.common-btn {
    background: linear-gradient(90deg, #E8C140 0%, #FAE474 50%, #E3B82E 100%);
    border-radius: 31px;
    padding: 7px 16px;
    font-weight: 500;
    text-decoration: none;
    color: #000E27;
    font-size: 15px;
    width: 100%;
    max-width: 200px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.common-btn img {
    margin-left: 10px;
    transition-duration: .6s;
}

.common-btn:hover img {
    margin-left: 20px;
    transition-duration: .6s;
}

.banner .common-btn {
    margin-top: 20px;
}

.about {
    width: 100%;
    padding: 50px 0;
    padding-bottom: 160px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #EEFBFF 15.1%, #F2FCFF 100%);

}

.about::after {
    content: '';
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    top: 30px;
    width: 111px;
    background-image: url(img/abt-vec1.png);
    height: 165px;
}

.about::before {
    content: '';
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    bottom: 100px;
    width: 95px;
    background-image: url(img/abt-vec2.png);
    height: 206px;
}


.about .abt-img {
    width: 100%;
}

.common-hed {
    font-weight: 900;
    font-size: 41px;
    display: inline-block;
    position: relative;
    color: #052868;
}

.common-hed::after {
    content: "";
    width: 70px;
    border-radius: 3px;
    height: 6px;
    position: absolute;
    left: 14px;
    bottom: -23px;
    background-color: #F8B71B;
    transition: 0.15s linear;
}

.common-hed::before {
    content: "";
    width: 11px;
    border-radius: 3px;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: -23px;
    background-color: #F8B71B;
    transition: 0.15s linear;
}

.about h4 {
    color: #070707;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 15px;
}

.about p {
    font-size: 17px;
}

.about .common-btn {
    background: linear-gradient(90deg, #0A3178 0%, #1A4FAF 100%);
    color: #fff;
    padding: 8px 0;
    max-width: 177px;
    margin-top: 20px;
    font-weight: 400;
}

.promise-con {
    width: 100%;
    background: url('img/promise.png');
    background-repeat: no-repeat;
    padding: 90px 0;
    position: relative;
    margin-top: -62px;
    background-size: cover;
    text-align: center;
}

.promise-con .common-hed {
    color: #fff;
    text-align: center;
    margin-bottom: 70px;
}

.promise-con .common-hed:after {
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -16px;
    width: 180px;
}

.promise-con .common-hed:before {
    transform: translate(-50%, -50%);
    left: 23%;
    width: 15px;
    bottom: -16px;
}

.promise-con .item {
    width: 31%;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 4px 11px 11px rgba(0, 0, 0, 0.27);
    text-align: left;
}

.promise-con .item h4 {
    color: #052868;
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: solid 1px #0528684F;
}

.promise-con .item p {
    color: #070707;
    font-size: 15px;
    line-height: 25px;
    z-index: 2;
    position: relative;
}

.promise-con .item::after {
    background: url(img/prom-itm.png);
    top: 4rem;
    opacity: 0.7;
    background-repeat: no-repeat;
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 30px;
}

.pro-con {
    width: 100%;
    padding: 50px 0;
    padding-bottom: 70px;
    position: relative;
    color: #052868;
}

.pro-con::after {
    content: '';
    position: absolute;
    background: url(img/pro-vec1.png);
    top: 35px;
    right: 0;
    width: 69px;
    height: 138px;
    background-repeat: no-repeat;
}

.pro-con::before {
    content: '';
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    bottom: 65px;
    width: 72px;
    background-image: url(img/abt-vec1.png);
    height: 115px;
    background-size: contain;
}

.pro-con ul {
    padding: 0;
    margin-top: 60px;
}

.pro-con li {
    background-color: #E0EBFF;
    border-radius: 23px;
    list-style: none;
    padding: 20px 20px;
    color: #070707;
    box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.07);
    margin-bottom: 25px;
    min-height: 80px;
    display: flex;
    font-weight: 500;
    align-items: center;
}

.pro-con .prod-img {
    width: 100%;
    max-width: 70%;
}

.client {
    width: 100%;
    background: url('img/clientbg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 300px;
    display: flex;
}

.client .detail {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 370px; */
}

.client .detail h3 {
    text-align: center;
    text-shadow: 0px 4px 27px rgba(0, 0, 0, 0.25);
    color: #f8b71b;
    font-size: 6rem;
    font-family: fantasy;
    margin-top: 30px;
    line-height: 40px;
}

.client .detail h3 span {
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
}

.client-con {
    background: url(img/clientbg-old.png);
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.venture {
    width: 100%;
    display: inline-flex;
    padding: 50px 0;
    padding-bottom: 75px;
    text-align: center;
}

.venture .common-hed::after {
    transform: translate(-26%, -50%);
    left: 50%;
    bottom: -16px;
    width: 80px;
}

.venture .common-hed::before {
    transform: translate(-50%, -50%);
    left: 37%;
    width: 20px;
    bottom: -16px;
}

p.alt {
    font-size: 19px;
    text-align: center;
}

.venture .common-hed,
.testi-con .common-hed,
.future-con .common-hed {
    display: inline-block;
    margin-bottom: 40px;
}

.future-con .common-hed {
    margin-bottom: 4rem;
}

.venture ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.venture ul li {
    border-radius: 13px;
    background: linear-gradient(91deg, #1A4FAF 4.3%, #174CAA 95.9%);
    box-shadow: 0px 4px 10px 6px rgba(0, 0, 0, 0.07);
    color: #fff;
    width: 100%;
    max-width: 286px;
    margin: 0 13px;
    line-height: 52px;
}

.testi-con {
    width: 100%;
    display: inline-block;
    padding-top: 5rem;
    background: url('img/testibg.png');
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    padding-bottom: 5rem;
    /* background-position: bottom;
    background-size: cover; */
}

.testi-con .common-hed::after {
    transform: translate(-37%, -50%);
    left: 50%;
    bottom: -16px;
    width: 133px;
}

.testi-con .common-hed::before {
    transform: translate(-50%, -50%);
    left: 24%;
    width: 20px;
    bottom: -16px;
}

.testi-con .tes-slider {
    margin-top: 2rem;
}

.testimonial-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 15px #0042ff40;
    border: solid 1px #F8B71B;
    padding: 25px;
    padding-bottom: 35px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}

.testimonial-card::after {
    content: '';
    position: absolute;
    background: url(img/quoat.png);
    right: 25px;
    bottom: 15px;
    width: 57px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

.tcard-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
}

.tcard-header figure.avatar {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    position: relative;
    margin-bottom: 0;
}

.img-fit {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.tcard-header h4 {
    font-size: 17px;
    margin: 0;
    color: var(--txtClr);
    text-align: left;
    font-weight: 600;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    line-height: 22px;
}

.tcard-header h4 span {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    text-align: left;
}

.tcard-header figure.social-media {
    margin-left: auto;
}

.tcard-body p {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    line-height: 23px;
    color: #616161;
}

.testimonial-card ul {
    padding: 0;
    display: flex;
}

.testimonial-card ul li {
    list-style: none;
    font-size: 17px;
    margin-left: 5px;
    color: #F8B71B;
}

i.bx.bx-star {
    color: #E1E1E1;
}

.slideritem {
    width: 100%;
    padding: 0 20px;
    padding-bottom: 15px;
}

.controll {
    position: absolute;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: space-between;
    top: 29rem;
}

.controll img {
    width: 18px;
}

.controll a.slick-arrow {
    width: 70px;
    display: inline-flex;
    height: 76px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
}

.controll a.prev {
    transform: rotate(180deg);
}

.future-con {
    width: 100%;
    display: inline-block;
    padding-bottom: 5rem;
    /* padding-top: 3rem; */
}

.future-con .common-hed::after {
    transform: translate(-37%, -50%);
    left: 50%;
    bottom: -16px;
    width: 80px;
}

.future-con .common-hed::before {
    transform: translate(-50%, -50%);
    left: 30%;
    width: 20px;
    bottom: -16px;
}

.future-con .item {
    position: relative;
    border-radius: 33px;
    overflow: hidden;
    box-shadow: 0px 4px 11px 8px #00000045;
    width: 96%;
    margin: 0 auto;
}

.future-con .item::after {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 29px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.94) 100%);
    box-shadow: 0px 4px 11px 8px rgba(0, 0, 0, 0.27);
    /* backdrop-filter: blur(2px); */
    position: absolute;
}

.future-con .caption {
    position: absolute;
    height: 44%;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: left;
    padding: 0 35px;
    z-index: 2;
}

.future-con .caption h4 {
    font-weight: 900;
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 50px;
}

.future-con .caption p {
    color: #fff;
}

footer {
    width: 100%;
    display: inline-block;
    background-image: url('img/footer.png');
    background-repeat: no-repeat;
    padding: 50px 0;
    background-size: cover;
}

footer .ftr-logo {
    width: 100%;
    max-width: 200px;
    padding: 8px 10px;
}

footer p.alt {
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin-top: 40px;
}

footer .ftr-hed {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}

footer ul.link {
    padding: 0;
    list-style: none;
}

footer ul.link li {
    position: relative;
    margin-bottom: 13px;
}

footer ul.link li a {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
}

footer ul.link li a:hover {
    color: #F8B71B;
}

footer ul.link li a span {
    color: #fff;
    font-size: 36px;
    position: absolute;
    left: 0;
    line-height: 0;
    top: 4px;
}

ul.social {
    padding: 0;
    margin: 0;
    float: right;
}

ul.social li {
    list-style: none;
    margin-bottom: 15px;
}

ul.social li a {
    background-color: #001843;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 43px;
    height: 42px;
    font-size: 22px;
}

ul.social li i {
    color: #fff;
}

ul.social li a:hover i {
    color: #F8B71B;
}

.terms {
    width: 100%;
    background-color: #001E56;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    display: inline-block;
    text-decoration: none;
}

.terms:hover {
    color: #F8B71B;
}

ul.social.sticky {
    padding: 0;
    margin: 0;
    float: right;
    position: fixed;
    right: 2rem;
    z-index: 9;
    top: 14rem;
}

ul.social.sticky li a {
    background: #1A4FAFBA;
}

ul.social.sticky li {
    margin-bottom: 25px;
}

/* innerpage style */
.innerpage .banner {
    height: 350px;
    background-position-y: center;
}

.opening-con {
    width: 100%;
    padding: 3rem 0;
}

.innerpage .banner .caption {
    text-align: center;
    margin-top: 2rem;
}

.innerpage .banner .common-hed {
    font-size: 55px;
    color: #EAC445;
    background: linear-gradient(90.34deg, #EAC445 0.08%, #F9E272 45.67%, #FCC237 99.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.innerpage .banner .common-hed::after {
    left: 77px;
    transform: translate(-50%, -50%);
    bottom: -10px;
    width: 24px;
}

.innerpage .banner .common-hed::before {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177px;
    bottom: -10px;
}

.innerpage .banner .common-hed.contactpg::before {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85px;
    bottom: -10px;
}

.innerpage .opening-con .common-hed::after {
    left: 0;
    bottom: -10px;
    width: 24px;
}

.innerpage .opening-con .common-hed::before {
    left: 28px;
    width: 177px;
    width: 145px;
    bottom: -10px;
}

.opening-con .jobcard {
    padding: 0;
    margin: 0;
    margin-top: 40px;
}

.opening-con .jobcard li {
    list-style: none;
    background-color: #EFF6FF;
    padding: 20px 25px;
    border-radius: 15px;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
}

.opening-con .jobcard h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
}

.opening-con .jobcard h3 span {
    font-weight: 300;
    font-size: 15px;
    color: #2B2B2B;
}

.opening-con a.common-btn {
    background: linear-gradient(92.54deg, #052868 1.01%, #1A4FAF 98.99%);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    max-width: 128px;
}

.opening-con a.common-btn:hover {
    background: linear-gradient(92.54deg, #1A4FAF 1.01%, #052868 98.99%);
}

.opening-con p.alt {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-align: left;
    color: #2B2B2B;
    margin-bottom: 0;

}

.opening-con .show p.alt {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;

}

.opening-con .readmore {
    color: #26286D;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: end;
}

.opening-con .readmore img {
    width: 7px;
    transform: rotate(267deg);
    margin-left: 6px;
    transition-duration: .5s;
}

.opening-con .show .readmore img {
    transform: rotate(90deg);
    transition-duration: .5s;
}

.opening-con {
    position: relative;
}

.opening-con::before {
    content: '';
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    bottom: 8rem;
    width: 72px;
    background-image: url(img/abt-vec1.png);
    height: 115px;
    background-size: contain;
}


.contact-con {
    width: 100%;
    padding: 5rem 0;
    position: relative;
}

.contact-card {
    background: #E1ECFF;
    padding: 40px;
    margin-top: -27px;
    z-index: 9;
    position: relative;
    border-radius: 12px;
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.18);
}

.contact-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 600;
    text-align: left;
}


.contact-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #2B2B2B;
}

.contact-con #contact input {
    border-radius: 5px;
    background: #FFF;
    width: 100%;
    height: 47px;
    padding: 0 20px;
    flex-shrink: 0;
    border: none
}

.contact-con #contact .form-group {
    margin-bottom: 15px;
}

.contact-con #contact input::placeholder {
    color: #444;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

input:focus {
    outline: none;
}

.contact-con #contact button {
    border-radius: 5px;
    background: linear-gradient(93deg, #001843 1.01%, #052868 98.99%);
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    height: 46px;
    width: 100%;
    border: none;
    margin-top: 10px;
}

.contact-con #contact button:hover {
    background: linear-gradient(93deg, #052868 1.01%, #001843 98.99%);
}

.contact-con ul.social.contact {
    width: 100%;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-con ul.social.contact li {
    margin-right: 14px;
    margin-bottom: 0;
}

.contact-con ul.social.contact li a {
    width: 48px;
    height: 48px;
    font-size: 23px;
    border-radius: 5px;
}

.contact-con .list h3 a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    width: 100%;
    margin-top: 23px;
    display: flex;
    text-decoration: none;
    color: #000;
    line-height: 23px;
    align-items: start;
}

.contact-con .list h3 i {
    font-size: 19px;
    margin-right: 10px;
    line-height: 22px;
}

.assist-con {
    width: 100%;
    padding-bottom: 3rem;
}

.assist-con .common-hed::before,
.assist-con .common-hed::after {
    bottom: -9px;
}

.assist-con p.alt {
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    margin-top: 40px;
}

.innerpage .banner .common-hed.aboutpg::before {
    transform: none;
    left: 41%;
    bottom: -7px;
    width: 70px;
}

.assist-con.aboutpg {
    padding-top: 4rem;
}

.assist-con .pdlft {
    padding-left: 3rem;
}

.mission {
    background: url(img/testibg.png);
    background-size: cover;
    padding-top: 6rem;
    padding-bottom: 8rem;
    background-repeat: no-repeat;
    position: relative;
}


.contact-expert {
    background: url(img/about-contact.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 28px;
    margin-top: -4rem;
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}

.contact-expert h4 {
    font-size: 31px;
    font-weight: 700;
    color: #FFD600;
}

.contact-expert p {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
    margin-bottom: 40px;
}

.contact-expert input {
    border-radius: 5px;
    background: #0E3DAB;
    box-shadow: 0px 4px 6px 5px rgba(0, 0, 0, 0.04);
    height: 45px;
    padding: 0 15px;
    border: none;
    width: 100%;
    color: #fff;
}

.contact-expert form {
    width: 79%;
    margin: 0 auto;
    margin-top: 30px;
}

.contact-expert input::placeholder {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.contact-expert .form-group {
    margin-bottom: 20px;
}

.contact-expert button {
    border-radius: 5px;
    background: linear-gradient(91.25deg, #F8B71B 3.25%, #E8BA16 98.45%);
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    height: 45px;
    width: 100%;
    border: none;
}

.contact-expert button:hover {
    background: linear-gradient(91.25deg, #c4b375 3.25%, #F8B71B 98.45%);
}

.mission::before {
    content: '';
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    top: -5rem;
    width: 72px;
    background-image: url(img/abt-vec1.png);
    height: 115px;
    background-size: contain;
}

.contact-con::before {
    content: '';
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    top: 25rem;
    width: 72px;
    background-image: url(img/abt-vec1.png);
    height: 115px;
    background-size: contain;
}

#careerfrm input {
    border-radius: 5px;
    background: #E1ECFF;
    width: 100%;
    height: 43px;
    padding: 0 20px;
    flex-shrink: 0;
    border: none;
    font-size: 14px;
}

#careerfrm .modal-container textarea {
    padding: 19px;
    font-size: 14px;
    width: 100%;
    background: #E1ECFF;
    border: none;

}

textarea:focus {
    outline: none;
}

#careerfrm .modal-footer {
    justify-content: center !important;
    padding-top: 0;
    border: none;
    padding-bottom: 20px;
}

#careerfrm .common-btn:hover {
    background: linear-gradient(92.54deg, #1A4FAF 1.01%, #052868 98.99%);
}
#careerfrm .modal-content{

}

#careerfrm .modal-footer button {
    border-radius: 5px;
    background: linear-gradient(93deg, #001843 1.01%, #052868 98.99%);
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    height: 38px;
    width: 100%;
    border: none;
    margin-top: 10px;
    max-width: 140px;
    margin-top: 0;

}

#carrerfrm .modal-footer button:hover {
    background: linear-gradient(93deg, #052868 1.01%, #001843 98.99%);
}
#careerfrm .modal-content{
    border-radius: 13px;
    border:none;
}
#careerfrm .modal-title{
    color: #052765;
}
#careerfrm .modal-header{
    justify-content: space-between;
    position: relative;
}
#careerfrm .close-frm {
    font-size: 23px;
    color: #052765;
    cursor: pointer;
}
ul.parsley-errors-list{
    padding: 0;
    margin: 0;
}
li.parsley-required, li.parsley-type {
    font-size: 12px;
    list-style: none;
    color: red;
    text-align: left;
    text-shadow: none;
}
ul.parsley-errors-list li.parsley-required {
    color: red;
}

@media(max-width:320px) {
    .pro-con ul {
        margin-top: 30px;
    }

    .client .detail h3 span {
        font-size: 15px;
    }

    .future-con .item {
        width: 100% !important;
    }
}

@media(max-width:767px) {
    .navbar-toggler {
        border-color: #fff !important;
        width: 45px;
        height: 36px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }

    a.navbar-brand {
        max-width: 181px;
    }

    .navbar-toggler-icon {
        background-image: url('img/menu.png');
        width: 100%;
    }

    .navbar {
        align-items: center;
    }

    .navcon {
        margin-top: 0;
    }

    .caption {
        text-align: center;
        padding: 15px;
        padding-top: 0;
    }

    .caption .row {
        flex-direction: column-reverse !important;
    }

    .banner {
        height: auto;
        padding-bottom: 15px;
    }

    .bn-img {
        max-width: 70%;
        margin: 0 auto;
    }

    .caption h1 {
        font-size: 37px;
        margin-bottom: 0;
    }

    .caption h3 {
        font-size: 13px;
        background: #020655;
        padding: 11px 6px;
        margin-bottom: 10px;
        border-radius: 20px;
        color: #ffffff;
    }

    ul.social.sticky {
        display: none !important;
    }

    .banner ul.navbar-nav li {
        margin-bottom: 10px;

    }

    .navbar-nav {
        display: inline-block;
    }

    .about::after {
        width: 84px;
        height: 84px;
        background-size: contain;
    }

    .about::before {
        width: 40px;
        height: 84px;
        background-size: contain;
    }

    .about .abt-img {
        width: 46%;
        margin: 0 auto;
    }

    .about {
        padding: 30px 0;
    }

    .about .common-hed {
        display: none;
    }

    .about h4 {
        font-size: 22px;
        margin-bottom: 9px;
    }

    .promise-con {
        margin-top: 0;
        background-position: 0 -4rem;
        padding: 30px;
    }

    .about .common-btn {
        margin-top: 10px;
    }

    .common-hed {
        font-size: 27px;
    }

    .promise-con .common-hed:after {
        width: 89px;
    }

    .promise-con .common-hed:before {
        display: none;
    }

    .promise-con .common-hed {
        margin-bottom: 45px;
    }

    .promise-con .item {
        width: 100%;
        margin-bottom: 25px;
    }

    .promise-con .item:last-child {
        margin-bottom: 0;
    }

    .promise-con .item h4 {
        font-size: 21px;
    }

    .promise-con .item p {
        font-size: 14px;
    }

    .pro-con li {
        font-size: 13px;
        padding: 10px 15px;
        min-height: 60px;
        margin-bottom: 18px;
    }

    .pro-con::after {
        width: 40px;
        height: 84px;
        background-size: contain;
    }

    .pro-con .prod-img {
        max-width: 30%;
    }

    .pro-con {
        padding: 30px 0;
    }

    .pro-con::before {
        opacity: 0.3;
    }

    .client .detail h3 {
        font-size: 3rem;
        font-family:'Roboto', sans-serif;
        font-weight: 800;
    }

    .client-con {
        padding: 0;
    }

    .client {
        background: none;
        height: auto;
        padding: 15px 0;
    }

    .client .detail h3 span {
        font-size: 18px;
    }

    .venture {
        padding: 30px 0;
    }

    .venture .common-hed::before {
        left: 31%;
    }

    .venture p.alt {
        font-size: 15px;
    }

    .common-hed {
        margin-bottom: 30px !important;
    }

    .venture ul {
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .venture ul li {
        margin-bottom: 10px;
    }

    .testi-con {
        padding: 3rem 0;
        background-size: cover;
    }

    .testimonial-card {
        box-shadow: none;
    }

    .testi-con .common-hed::after {
        transform: translate(-34%, -50%);
        width: 84px;
    }

    .testi-con .tes-slider {
        margin-top: 1rem;
    }

    .tcard-header {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .tcard-header figure.social-media {
        width: 100%;
        margin-bottom: 0;
    }

    .testimonial-card ul {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .future-con {
        padding: 2rem 0;
    }

    .future-con .item {
        box-shadow: none;
        width: 73%;
        margin-bottom: 20px;
    }

    .future-con .caption h4 {
        margin-top: 0;
        font-size: 26px;
    }

    .future-con .caption {
        padding: 0 15px
    }

    .future-con .common-hed::after {
        transform: translate(-29%, -50%);
        width: 55px;
    }

    footer {
        padding: 30px 0;
    }

    footer .ftr-logo {
        max-width: 150px;
    }

    footer p.alt {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    footer .ftr-hed {
        font-size: 17px;
        margin-bottom: 18px;
    }

    footer ul.link li a {
        font-size: 14px;
    }

    footer ul.link li {
        margin-bottom: 7px;
    }

    ul.social {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 17px;
    }

    ul.social li {
        margin: 0 6px;
    }

    .terms {
        padding: 15px 15px;
        font-size: 10px;
    }

    ul.social li a {
        font-size: 17px;
        width: 36px;
        height: 36px;
    }

    .controll {
        display: none;
    }

    .innerpage .banner .common-hed {
        font-size: 27px;
    }

    .innerpage .banner .caption {
        margin-top: 3rem;
    }

    .innerpage .banner .common-hed::before {
        left: 50%;
        transform: translate(-38%, -50%);
        width: 108px;
        bottom: -10px;
    }

    .innerpage .banner .common-hed::after {
        left: 33px;
        width: 21px;
    }

    .opening-con .jobcard h3 span {
        font-size: 13px;
    }

    .opening-con {
        padding: 2rem 0;
    }

    .opening-con .jobcard {
        margin-top: 10px;
    }

    .opening-con p.alt {
        text-align: justify;
    }

    .opening-con a.common-btn {
        max-width: 108px;
        font-size: 12px;
    }

    .opening-con .readmore {
        margin-top: 15px;
    }

    .innerpage .banner {
        height: auto;
    }

    .opening-con .jobcard h3 {
        font-size: 16px;
    }

    .contact-con {
        padding: 2rem 0;
    }

    .assist-con p.alt {
        margin-top: 0;
        font-size: 15px;
        text-align: justify;
    }

    .assist-con img {
        width: 50%;
    }

    .contact-card {
        padding: 20px;
    }

    .contact-con #contact input {
        height: 37px;
    }

    .assist-con {
        padding-bottom: 1rem;
    }

    .innerpage .banner .common-hed.aboutpg::before {
        width: 41px;
    }

    .assist-con.aboutpg {
        padding-top: 2rem;
    }

    .assist-con .pdlft {
        padding-left: 0rem;
    }

    section.assist-con.mission {
        padding-top: 3rem;
    }

    .contact-expert {
        margin: 2rem 0;
        padding: 15px;
    }

    .contact-expert form {
        width: 100%;
    }

    .contact-expert h4 {
        font-size: 25px;
    }

    .contact-expert p {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .contact-expert input {
        height: 38px;
    }

    .contact-expert .form-group {
        margin-bottom: 15px;
    }

    .mission::before {
        display: none;
    }

    .contact-con::before {
        display: none;
    }
    #careerfrm .modal-dialog {
        top: 5%;
    }
    #careerfrm .modal-dialog {
        width: 91%;
        margin: 0 auto;
    }
}


@media (min-width: 768px) and (max-width:991px) {
    .navbar-toggler {
        border-color: #fff !important;
        width: 45px;
        height: 36px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }

    a.navbar-brand {
        max-width: 136px;
    }

    .navbar-toggler-icon {
        background-image: url('img/menu.png');
        width: 100%;
    }

    .navbar {
        align-items: center;
    }

    .navcon {
        margin-top: 0;
    }

    .caption .row {
        flex-direction: column-reverse !important;
    }

    .banner {
        height: auto;
        padding-bottom: 15px;
    }

    .innerpage .banner {
        height: auto;
        padding-bottom: 4rem;
    }

    .bn-img {
        max-width: 35%;
        margin: 0 auto;
    }

    .caption h1 {
        margin-bottom: 0;
        text-align: center;
        font-size: 45px;
    }

    .caption h3 {
        margin-bottom: 10px;
        border-radius: 6px;
        color: #fff;
        text-align: center;
    }

    .navbar-nav {
        display: inline-block;
    }

    .caption {
        text-align: center;
    }

    .banner {
        padding-bottom: 50px;
    }

    .about::after {
        width: 84px;
        height: 84px;
        background-size: contain;
    }

    .about::before {
        width: 40px;
        height: 84px;
        background-size: contain;
    }

    .about {
        padding-bottom: 80px;
    }

    .promise-con .item {
        width: 47%;
        margin-bottom: 30px;
    }

    .promise-con .item:last-child {
        margin-bottom: 0;
    }

    .pro-con::after {
        width: 40px;
        height: 84px;
        background-size: contain;
    }

    .pro-con::before {
        opacity: 0.3;
    }

    .client-con {
        padding: 20px 30px;
    }

    .future-con .item {
        margin-bottom: 35px;
    }

    .future-con .row {
        justify-content: center;
    }

    .controll {
        display: none;
    }

    .future-con {
        padding-bottom: 2rem;
    }

    .testimonial-card {
        box-shadow: none;
    }

    .banner ul.navbar-nav li {
        margin-bottom: 10px;
    }

    ul.social.ftr {
        width: 100%;
        display: flex;
        justify-content: start;
        margin-top: 17px;
    }

    ul.social.ftr li {
        margin: 0 6px;
    }

    .terms {
        padding: 15px 15px;
        font-size: 14px;
    }

    ul.social.ftr li a {
        font-size: 17px;
        width: 36px;
        height: 36px;
    }

    .innerpage .banner .common-hed {
        font-size: 38px;
    }

    .innerpage .banner .caption {
        margin-top: 0rem;
    }

    .innerpage .banner .common-hed::before {
        left: 50%;
        transform: translate(-44%, -50%);
        width: 137px;
        bottom: -10px;
    }

    .innerpage .banner .common-hed::after {
        left: 50px;
    }

    .innerpage .banner .common-hed.aboutpg::before {
        width: 55px;
    }

    .assist-con .pdlft {
        padding-left: 2rem;
    }

    .mission {
        padding-top: 3rem;
    }
    #careerfrm .modal-dialog{
        top: 10%;
    }
}

@media (min-width: 992px) and (max-width:1199px) {

    .banner {
        height: auto;
    }

    .caption h3 {
        font-size: 21px;
    }

    .slideritem {
        margin: 0 30px;
    }

    .controll {
        z-index: 9;
    }

    .innerpage .banner .common-hed {
        font-size: 38px;
    }

    .innerpage .banner .caption {
        margin-top: 3rem;
    }

    .innerpage .banner .common-hed::before {
        left: 50%;
        transform: translate(-44%, -50%);
        width: 137px;
        bottom: -10px;
    }

    .innerpage .banner .common-hed::after {
        left: 50px;
    }

    .contact-con {
        padding: 3rem 0;
    }
}

@media (min-width: 1400px) and (max-width:1920px) {
    /* .bn-img{
        max-width: 100%;
        margin-top: 4rem;
    }
    .about .common-hed{
        margin-top: 60px;
    }
    .testi-con{
        background-position: top;
        background-size: cover;
    }
    .future-con{
        padding-top:3rem;
    }
    .controll{
        width: 87%;
        left: 50%;
        transform: translate(-50%, -50%);
    } */

}


@media(min-width:1921px) and (max-width:2560px) {
    .bn-img {
        max-width: 100%;
        margin-top: 4rem;
    }

    .about .common-hed {
        margin-top: 60px;
    }

    .testi-con {
        background-position: top;
        background-size: cover;
    }

    .future-con {
        padding-top: 3rem;
    }

    .controll {
        width: 87%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}