:root {
    --blue-color: #201D3C;
    --white-color: #ffffff;
    --black-color: #222222;
    --dark-text: #2D2D2D;
    --red-color: #e63619;
    --green-color: #64ca15;
    --gold-color: #ffd700;
    --orange-color: #ff5e14;
    --facebook-color: #4267b2;
    --google-color: #4285f4;
    --insta-color: #E1306C;
    --primary-color: #5D3B2A;
    --secondary-color: #895C42;
    --invert-text: #FBDCBF;
    --transparent-color: transparent;
    --text: #787878;
    --quick-transition: all ease 0.5s;
    --smooth-transition: all ease 1s;
    --heading-color: #65676b;
    --bg-color: #fff;
    --svg-icon-color: #6c757d;
    --svg-icon-color-hover: #5a6268;
    --search-input-color: #f0f2f5;
    --highlight-bg-color: #F2BF93;
    --highlight-play-btn-color: 228, 230, 235;
    --border-color: #dddddd;
    --surface-bg-color: #f8f8f8;
    --dark-toggle-color: #242526;
    --btn-bg-color: transparent;
    --blue-hover-color: rgba(45, 136, 255, 0.1);
    --grayscale-full: grayscale(100%);
    --grayscale-zero: grayscale(0%);
    --card-shadow: rgba(218, 218, 218, 1);
}


.text-tacniz {
    color: #433a56 !important;
}


.d-grid {
    display: grid;
}

.cursor-pointer {
    cursor: pointer;
}

.break-all {
    word-break: break-all;
}

.break-word {
    word-break: break-word;
}

.invalid-feedback strong {
    color: inherit !important;
}

.display-none {
    display: none;
}

.min-w-80 {
    min-width: 80px;
}

.min-w-100 {
    min-width: 100px;
}

.object-fit-cover {
    object-fit: cover !important;
}

.object-fit-fill {
    object-fit: fill !important;
}

.object-fit-contain {
    object-fit: contain !important;
}

.f-8 {
    font-size: 8px;
}

.f-10 {
    font-size: 10px;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

.f-26 {
    font-size: 26px;
}

.f-28 {
    font-size: 28px;
}

.f-30 {
    font-size: 30px;
}

.f-32 {
    font-size: 32px;
}

.f-34 {
    font-size: 34px;
}

.f-36 {
    font-size: 36px;
}

.f-80 {
    font-size: 80px;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.txt-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.txt-overflow-1 {
    -webkit-line-clamp: 1;
}

.txt-overflow-2 {
    -webkit-line-clamp: 2;
}

.txt-overflow-3 {
    -webkit-line-clamp: 3;
}

.txt-overflow-4 {
    -webkit-line-clamp: 4;
}

.txt-overflow-5 {
    -webkit-line-clamp: 5;
}

.txt-overflow-6 {
    -webkit-line-clamp: 6;
}

.txt-overflow-7 {
    -webkit-line-clamp: 7;
}

.txt-overflow-8 {
    -webkit-line-clamp: 8;
}

.txt-overflow-9 {
    -webkit-line-clamp: 9;
}

.txt-overflow-10 {
    -webkit-line-clamp: 10;
}

.txt-line-through {
    text-decoration: line-through;
}

.m-1rem {
    margin: 1rem;
}

.mt-1rem {
    margin-top: 1rem;
}

.mb-1rem {
    margin-bottom: 1rem;
}

.ml-1rem {
    margin-left: 1rem;
}

.mr-1rem {
    margin-right: 1rem;
}

.m-2rem {
    margin: 2rem;
}

.mt-2rem {
    margin-top: 2rem;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.ml-2rem {
    margin-left: 2rem;
}

.mr-2rem {
    margin-right: 2rem;
}

.m-3rem {
    margin: 3rem;
}

.mt-3rem {
    margin-top: 3rem;
}

.mb-3rem {
    margin-bottom: 3rem;
}

.ml-3rem {
    margin-left: 3rem;
}

.mr-3rem {
    margin-right: 3rem;
}

.m-4rem {
    margin: 4rem;
}

.mt-4rem {
    margin-top: 4rem;
}

.mb-4rem {
    margin-bottom: 4rem;
}

.ml-4rem {
    margin-left: 4rem;
}

.mr-4rem {
    margin-right: 4rem;
}

.p-15 {
    padding: 15px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-2rem-4rem {
    padding: 2rem 0 4rem 0;
}

.py-2rem {
    padding: 2rem 0;
}

.py-4rem {
    padding: 4rem 0;
}

.py-6rem {
    padding: 6rem 0;
}

.py-8rem {
    padding: 8rem 0;
}

.py-10rem {
    padding: 10rem 0;
}

.px-2rem {
    padding: 0 2rem;
}

.px-4rem {
    padding: 0 4rem;
}

.px-6rem {
    padding: 0 6rem;
}

.px-8rem {
    padding: 0 8rem;
}

.px-10rem {
    padding: 0 10rem;
}

.w-50-pre {
    width: 50%;
}

.w-60-pre {
    width: 60%;
}

.w-75-pre {
    width: 75%;
}

.w-10-px {
    width: 10px;
}

.w-20-px {
    width: 20px;
}

.w-25-px {
    width: 25px;
}

.w-32-px {
    width: 32px;
}

.w-36-px {
    width: 36px;
}

.w-40-px {
    width: 40px;
}

.w-50-px {
    width: 50px;
}

.w-60-px {
    width: 60px;
}

.w-65-px {
    width: 65px;
}

.w-70-px {
    width: 70px;
}

.w-80-px {
    width: 80px;
}

.w-100-px {
    width: 100px;
}

.w-120-px {
    width: 120px;
}

.w-150-px {
    width: 150px;
}

.w-160-px {
    width: 160px;
}

.w-170-px {
    width: 170px;
}

.w-200-px {
    width: 200px;
}

.w-210-px {
    width: 210px;
}

.w-220-px {
    width: 220px;
}

.w-250-px {
    width: 250px;
}

.w-270-px {
    width: 270px;
}

.min-w-10-px {
    min-width: 10px;
}

.min-w-20-px {
    min-width: 20px;
}

.min-w-25-px {
    min-width: 25px;
}

.min-w-32-px {
    min-width: 32px;
}

.min-w-36-px {
    min-width: 36px;
}

.min-w-40-px {
    min-width: 40px;
}

.min-w-50-px {
    min-width: 50px;
}

.min-w-60-px {
    min-width: 60px;
}

.min-w-70-px {
    min-width: 70px;
}

.min-w-80-px {
    min-width: 80px;
}

.min-w-100-px {
    min-width: 100px;
}

.min-w-120-px {
    min-width: 120px;
}

.min-w-150-px {
    min-width: 150px;
}

.min-w-160-px {
    min-width: 160px;
}

.min-w-170-px {
    min-width: 170px;
}

.min-w-180-px {
    min-width: 180px;
}

.min-w-200-px {
    min-width: 200px;
}

.min-w-210-px {
    min-width: 210px;
}

.min-w-220-px {
    min-width: 220px;
}

.min-w-250-px {
    min-width: 250px;
}

.min-w-270-px {
    min-width: 270px;
}

.max-w-200 {
    max-width: 200px;
}

.w-100-calc-20 {
    width: calc(100% - 20px);
}

.w-100 {
    width: 100% !important;
}

.min-w-100 {
    min-width: 100px;
}

.min-w-100-pr {
    min-width: 100%;
}

.m-w-unset {
    min-width: unset !important;
}

.min-w-fit-content {
    min-width: fit-content;
}

.w-fit {
    width: fit-content;
}

.h-100 {
    height: 100% !important;
}

.h-fit {
    height: fit-content !important;
}

.h-400-overflow {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* width */
.h-400-overflow::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.h-400-overflow::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 8px;
}

/* Handle */
.h-400-overflow::-webkit-scrollbar-thumb {
    background: #192c49;
    border-radius: 8px;
}

/* Handle on hover */
.h-400-overflow::-webkit-scrollbar-thumb:hover {
    background: #192c49;
}

.h-10px {
    height: 10px;
}

.h-20px {
    height: 20px;
}

.h-28px {
    height: 28px;
}

.h-30px {
    height: 30px;
}

.h-32px {
    height: 32px;
}

.h-34px {
    height: 34px;
}

.h-36px {
    height: 36px;
}

.h-38px {
    height: 38px;
}

.h-40px {
    height: 40px;
}

.h-50px {
    height: 50px;
}

.h-56px {
    height: 56px;
}

.h-60px {
    height: 60px;
}

.h-64px {
    height: 64px;
}

.h-70px {
    height: 70px;
}

.h-72px {
    height: 72px;
}

.h-80px {
    height: 80px;
}

.h-90px {
    height: 90px;
}

.h-100px {
    height: 100px;
}

.h-120px {
    height: 120px;
}

.h-150px {
    height: 150px;
}

.h-160px {
    height: 160px;
}

.h-170px {
    height: 170px;
}

.h-180px {
    height: 180px;
}

.h-200px {
    height: 200px;
}

.h-250px {
    height: 250px;
}

.h-270px {
    height: 270px;
}

.h-300px {
    height: 300px;
}

.h-400px {
    height: 400px;
}

.h-500px {
    height: 500px;
}

.h-600px {
    height: 600px;
}

.m-h-28 {
    max-height: 28px;
}

.m-h-30 {
    max-height: 30px;
}

.m-h-32 {
    max-height: 32px;
}

.m-h-34 {
    max-height: 34px;
}

.m-h-36 {
    max-height: 36px;
}

.m-h-38 {
    max-height: 38px;
}

.m-h-56 {
    max-height: 56px;
}

.m-h-60 {
    max-height: 60px;
}

.m-h-64 {
    max-height: 64px;
}

.m-h-70 {
    max-height: 70px;
}

.m-h-72 {
    max-height: 72px;
}

.m-h-80 {
    max-height: 80px;
}

.m-h-90 {
    max-height: 90px;
}

.m-h-100 {
    max-height: 100px;
}

.m-h-120 {
    max-height: 120px;
}

.m-h-150 {
    max-height: 150px;
}

.m-h-160 {
    max-height: 160px;
}

.m-h-170 {
    max-height: 170px;
}

.m-h-180 {
    max-height: 180px;
}

.m-h-200 {
    max-height: 200px;
}

.m-h-250 {
    max-height: 250px;
}

.m-h-270 {
    max-height: 270px;
}

.min-h-unset {
    min-height: unset !important;
}

.min-h-28 {
    min-height: 28px;
}

.min-h-30 {
    min-height: 30px;
}

.min-h-32 {
    min-height: 32px;
}

.min-h-34 {
    min-height: 34px;
}

.min-h-36 {
    min-height: 36px;
}

.min-h-38 {
    min-height: 38px;
}

.min-h-48 {
    min-height: 48px;
}

.min-h-56 {
    min-height: 56px;
}

.min-h-60 {
    min-height: 60px;
}

.min-h-64 {
    min-height: 64px;
}

.min-h-70 {
    min-height: 70px;
}

.min-h-80 {
    min-height: 80px;
}

.min-h-90 {
    min-height: 90px;
}

.min-h-100 {
    min-height: 100px;
}

.min-h-120 {
    min-height: 120px;
}

.min-h-150 {
    min-height: 150px;
}

.min-h-160 {
    min-height: 160px;
}

.min-h-170 {
    min-height: 170px;
}

.min-h-180 {
    min-height: 180px;
}

.min-h-200 {
    min-height: 200px;
}

.min-h-250 {
    min-height: 250px;
}

.min-h-270 {
    min-height: 270px;
}

.line-height-1 {
    line-height: 1;
}

.line-height-1-1 {
    line-height: 1.1;
}

.line-height-1-2 {
    line-height: 1.2;
}

.line-height-1-3 {
    line-height: 1.3;
}

.line-height-1-4 {
    line-height: 1.4;
}

.line-height-1-5 {
    line-height: 1.5;
}

.line-height-1-6 {
    line-height: 1.6;
}

.line-height-1-7 {
    line-height: 1.7;
}

.line-height-1-8 {
    line-height: 1.8;
}

.line-height-1-9 {
    line-height: 1.9;
}

.line-height-2 {
    line-height: 2;
}

.text-sub {
    color: var(--text);
}

.red-text {
    color: var(--red-color) !important;
}

.b-t-1 {
    border-top: 1px solid var(--border-color)
}

.b-t-2 {
    border-top: 2px solid var(--border-color)
}

.b-l-1 {
    border-left: 1px solid var(--border-color)
}

.b-l-2 {
    border-left: 2px solid var(--border-color)
}

.b-r-1 {
    border-right: 1px solid var(--border-color)
}

.b-r-2 {
    border-right: 2px solid var(--border-color)
}

.b-b-1 {
    border-bottom: 1px solid var(--border-color)
}

.b-b-2 {
    border-bottom: 2px solid var(--border-color)
}

.outline-border-0 {
    border: unset;
    outline: unset;
}

.outline-border-0:active,
.outline-border-0:focus,
.outline-border-0:hover {
    outline: unset;
    border: unset;
    box-shadow: unset;
}

.border-2 {
    border-radius: 2px;
}

.border-3 {
    border-radius: 3px;
}

.border-4 {
    border-radius: 4px;
}

.border-top-left-4 {
    border-radius: 4px 0 0 0;
}

.border-top-right-4 {
    border-radius: 0 4px 0 0;
}

.border-bottom-left-4 {
    border-radius: 0 0 0 4px;
}

.border-bottom-right-4 {
    border-radius: 0 0 4px 0;
}

.border-8 {
    border-radius: 8px;
}

.border-top-left-8 {
    border-radius: 8px 0 0 0;
}

.border-top-right-8 {
    border-radius: 0 8px 0 0;
}

.border-bottom-left-8 {
    border-radius: 0 0 0 8px;
}

.border-bottom-right-8 {
    border-radius: 0 0 8px 0;
}

.border-12 {
    border-radius: 12px;
}

.border-top-left-12 {
    border-radius: 12px 0 0 0;
}

.border-top-right-12 {
    border-radius: 0 12px 0 0;
}

.border-bottom-left-12 {
    border-radius: 0 0 0 12px;
}

.border-bottom-right-12 {
    border-radius: 0 0 12px 0;
}

.border-circle {
    border-radius: 50%;
}

.border-none {
    border: none !important;
}

.border-1-solid {
    border: 1px solid var(--border-color);
}

.border-top-1-solid {
    border-top: 1px solid var(--border-color);
}

.border-bottom-1-solid {
    border-bottom: 1px solid var(--border-color);
}

.border-left-1-solid {
    border-left: 1px solid var(--border-color);
}

.border-right-1-solid {
    border-right: 1px solid var(--border-color);
}

.border-2-solid {
    border: 2px solid var(--border-color);
}

.border-top-2-solid {
    border-top: 2px solid var(--border-color);
}

.border-bottom-2-solid {
    border-bottom: 2px solid var(--border-color);
}

.border-left-2-solid {
    border-left: 2px solid var(--border-color);
}

.border-right-2-solid {
    border-right: 2px solid var(--border-color);
}

.border-4-solid {
    border: 4px solid var(--border-color);
}

.border-top-4-solid {
    border-top: 4px solid var(--border-color);
}

.border-bottom-4-solid {
    border-bottom: 4px solid var(--border-color);
}

.border-left-4-solid {
    border-left: 4px solid var(--border-color);
}

.border-right-4-solid {
    border-right: 4px solid var(--border-color);
}

.border-transparent-1-solid {
    border: 1px solid transparent;
}

.primary-bg {
    background-color: #192c49
}

.bg-transparent {
    background-color: var(--transparent-color);
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}


input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus{
    color: #0A192F;
}

/*Icons Sizing*/
.material-icons-round.md-18 {
    font-size: 18px;
}

.material-icons-round.md-24 {
    font-size: 24px;
}

.material-icons-round.md-36 {
    font-size: 36px;
}

.material-icons-round.md-40 {
    font-size: 40px;
}

.material-icons-round.md-48 {
    font-size: 48px;
}

.material-icons-round.md-56 {
    font-size: 56px;
}

/*Image Overlay After*/
.img-overlay-after * {
    position: relative;
    z-index: 2;
}

.img-overlay-after:after {
    content: '';
    position: absolute;
    z-index: 1 !important;
    top: 0;
    left: 15px;
    width: calc(100% - 29px);
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.img-overlay-after-p-0 * {
    position: relative;
    z-index: 2;
}

.img-overlay-after-p-0:after {
    content: '';
    position: absolute;
    z-index: 1 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

/*Home*/
.home-about-video {
    background-image: url('../../img/home/about-cusolid/1.webp');
    border-radius: 30px;
}

.misc-box-bg1 {
    background-image: url('../../img/home/why-choose-us/1.webp');
}

.misc-box-bg2 {
    background-image: url('../../img/home/why-choose-us/2.webp');
}

.cta {
    background-image: url('../../img/home/lets-talk/1.webp');
    background-attachment: fixed;
}

.technology-v1 {
    background-image: url('../../img/home/technologies/1.webp');
}

.page-header {
    /* background-image: url('../../img/about-us/banner/1.webp'); */
    background: #4a425d center center no-repeat;
}

.split-right-img {
    background-image: url('../../img/technologies/banner-side/1.webp');
}

.technology-v1 {
    background-image: url('../../img/technologies/technolgies-cards/1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section-consultation {
    background-image: url('../../img/home/lets-talk/1.webp');
}

/*Staff Augmentation Images*/
.icon-box-s2.staff-bg1:before {
    background-image: url('../../img/services/staff/cards/1.webp');
}

.icon-box-s2.staff-bg2:before {
    background-image: url('../../img/services/staff/cards/4.webp');
}

.icon-box-s2.staff-bg3:before {
    background-image: url('../../img/services/staff/cards/5.webp');
}

.icon-box-s2.staff-bg4:before {
    background-image: url('../../img/services/staff/cards/8.webp');
}

.icon-box-s2.staff-bg5:before {
    background-image: url('../../img/services/staff/cards/14.webp');
}

.icon-box-s2.staff-bg6:before {
    background-image: url('../../img/services/staff/cards/18.webp');
}

/*Staff Augmentation Images*/

/*IT Services Images*/
.icon-box-s2.it-bg1:before {
    background-image: url('../../img/services/it/cards/2.webp');
}

.icon-box-s2.it-bg2:before {
    background-image: url('../../img/services/it/cards/3.webp');
}

.icon-box-s2.it-bg3:before {
    background-image: url('../../img/services/it/cards/7.webp');
}

.icon-box-s2.it-bg4:before {
    background-image: url('../../img/services/it/cards/12.webp');
}

.icon-box-s2.it-bg5:before {
    background-image: url('../../img/services/it/cards/13.webp');
}

.icon-box-s2.it-bg6:before {
    background-image: url('../../img/services/it/cards/17.webp');
}

.icon-box-s2.it-bg7:before {
    background-image: url('../../img/services/it/cards/18.webp');
}

/*IT Services Images*/

/*Recruitment Images*/
.icon-box-s2.recruitment-bg1:before {
    background-image: url('../../img/services/recruitment/cards/6.webp');
}

.icon-box-s2.recruitment-bg2:before {
    background-image: url('../../img/services/recruitment/cards/9.webp');
}

.icon-box-s2.recruitment-bg3:before {
    background-image: url('../../img/services/recruitment/cards/10.webp');
}

.icon-box-s2.recruitment-bg4:before {
    background-image: url('../../img/services/recruitment/cards/15.webp');
}

.icon-box-s2.recruitment-bg5:before {
    background-image: url('../../img/services/recruitment/cards/16.webp');
}

.icon-box-s2.recruitment-bg6:before {
    background-image: url('../../img/services/recruitment/cards/17.webp');
}

/*Recruitment Images*/

/*IT Services*/
.all-services-arrow-btn span {
    transition: var(--quick-transition);
}

.all-services-arrow-btn[aria-expanded="true"] span {
    transform: rotate(180deg);
}

/*IT Services*/

/*About Us*/
.ot-image-box .ot-img-box-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ot-image-box h4 {
    color: #fff;
    position: unset;
    top: unset;
    left: unset;
    width: unset;
    font-size: 26px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.ot-image-box p {
    color: #fff;
    font-weight: 600;
}

.about-v5 {
    background-image: unset;
}

/*Footer*/
.footer-text {
    color: var(--invert-text) !important;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.footer-text:hover,
.footer-text:active,
.footer-text:focus {
    color: var(--white-color) !important;
}

.footer-social-links li a span svg {
    margin-right: 5px;
    padding-right: 5px;
}

.footer-social-links li a span {
    position: relative;
}

.footer-social-links li a span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 4px;
    width: 2px;
    height: 26px;
    background-color: var(--white-color);
}

.footer-social-links li:last-child a span:after {
    content: none;
}

.footer-social-links li a span svg,
.footer-social-links li a span.material-icons-round {
    color: #AEAACB;
    fill: #AEAACB;
    line-height: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.footer-social-links li a span.material-icons-round {
    font-size: 40px;
}

.footer-social-links li a span svg:hover,
.footer-social-links li a span.material-icons-round:hover,
.footer-social-links li a span svg:active,
.footer-social-links li a span.material-icons-round:active,
.footer-social-links li a span svg:focus,
.footer-social-links li a span.material-icons-round:focus {
    color: var(--white-color);
    fill: var(--white-color);
}

/*Careers*/
.filter-job-category-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #7e7e7e;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: none;
    padding: 0 20px;
    background-image: linear-gradient(45deg, transparent 50%, #c3c7c9 50%), linear-gradient(135deg, #c3c7c9 50%, transparent 50%);
    background-position: calc(100% - 24px) calc(1em + 6px), calc(100% - 19px) calc(1em + 6px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

/*Careers*/

/*Job Details*/
.otf-social-share a.share-whatsapp {
    background-color: #25D366;
}

.otf-social-share a.share-youtube {
background-color: #433a56;
}

.otf-social-share a.share-instagram {
background-color: #97559c;
}

.job-summary-list {
    color: #1b1d21;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    line-height: 42px;
}

.job-summary-list li {
    position: relative;
    padding-left: 30px;
    line-height: 2;
}

.job-summary-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "?";
    color: #43baff;
    font-family: "Flaticon";
    font-size: 15px;
    font-weight: 400;
}

/*Job Details*/

/*Contact Us*/
.contact-form {
    background-image: none !important;
    background-color: #0a192f00;
}

.cusolid-offer-blur {
    /* padding: 35px 45px; */
    padding: 5% 5% 5% 5%;
}

.icon-box-s2 .cusolid-offer-blur * {
    position: relative;
    z-index: 2;
}

.icon-box-s2:hover .cusolid-offer-blur:after,
.icon-box-s2:active .cusolid-offer-blur:after,
.icon-box-s2:focus .cusolid-offer-blur:after {
    content: '';
    position: absolute;
    z-index: 1 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.map {
    filter: none;
}

/*Contact Us*/

/*Service Augmentation*/
.cusolid-offer-p {
    min-height: 150px;
}

.recruitment-offer-title {
    min-height: 48px;
}

#qa-pro-outsourcing .recruitment-offer-title{
    min-height: inherit;
}

.recruitment-offer-p {
    min-height: 120px;
}

/*Service Augmentation*/

/*IT Software Services*/
.it-services-p {
    /* min-height: 240px; */
    min-height: 150px;
}

/*IT Software Services*/

/*Home Banner Arrows*/
.tparrows.nav-home-1 {
    top: calc(100% - 50px) !important;
    transform: unset !important;
}

.bullet-home-1 {
    top: calc(100% - 40px) !important;
    left: 60px !important;
    width: 76px !important;
    margin: unset !important;
    transform: unset !important;
}

.tparrows.nav-home-1.tp-leftarrow {
    left: 22.200px !important;
}

.tparrows.nav-home-1.tp-rightarrow {
    left: 130px !important;
}

/*Home Banner Arrows*/

/*Technologies*/
.process-box h6 {
    font-size: 16px;
}

/*Technologies*/

/*Video Player*/
.video-play-btn {
    position: relative;
    width: 65px;
    height: 65px;
    display: inline-block;
    background: #02465d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    line-height: 68px;
    font-size: 19px;
    color: #fff;
}

.video-play-btn:hover,
.video-play-btn:active,
.video-play-btn:focus {
    background-color: var(--white-color);
}

.video-player-modal .modal-content {
    border: none !important;
}

.video-player-modal .modal-header {
    border: none !important;
}

.video-player-modal .modal-header button.close {
    color: var(--white-color) !important;
    opacity: 1;
}

#closeVideoPlayer:hover,
#closeVideoPlayer:active,
#closeVideoPlayer:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/*Video Player*/

/*Theme Change*/
.header-topbar {
    color: var(--white-color);
    background: var(--dark-text);
}

.header-topbar a {
    color: var(--invert-text);
}

.topbar-info li i {
    color: var(--invert-text);
}

.header-topbar a:hover {
    color: var(--highlight-bg-color);
}

.main-navigation ul>li>a:hover {
    color: var(--secondary-color);
}

.main-navigation>ul>li:before {
    /* background: var(--secondary-color); */
    color: #02465d;
}


.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-item>a,
.main-navigation ul ul li.current-menu-ancestor>a {
    color: var(--secondary-color);
}

.main-navigation ul li li a:before {
    color: var(--secondary-color);
}

.main-navigation ul>li.menu-item-has-children>a:hover:after {
    color: #0A192F;
}

.octf-btn {
    background: #192c49;
}

.octf-btn:hover,
.octf-btn:focus {
    background: #192c49;
}

.btn-play {
    background: var(--secondary-color);
}

.video-btn a span {
    border-color: #02465d;
}

.btn-play:hover {
    color: var(--secondary-color);
}

.ot-heading>span {
    color: var(--secondary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* color: var(--dark-text); */
    color: #0A192F;
}

h6 {
    font-size: 14px !important;
    font-weight: bold;
}

.icon-box-s1 .icon-main {
    color: var(--secondary-color);
}

.icon-box-s1 .line-box:after {
    /* background: var(--secondary-color); */
        background: #105e7f;
}

.bg-dark-primary {
    background-color: #192c49;
}

.serv-box-2 {
    background: var(--secondary-color);
    color: var(--invert-text);
}

.serv-box-2 .big-number {
    color: rgba(251, 220, 191, 0.17);
}

.serv-box-2 .content-box h5 {
    color: #fff;
}

.serv-box-2:hover .big-number {
    color: var(--invert-text);
}

.text-primary-light {
    color: var(--invert-text) !important;
}

.serv-box-2 {
    border: 1px solid var(--highlight-bg-color);
}

.serv-box-2 .icon-main {
    background: #192c49;
}

.serv-box-2:hover .icon-main {
    background: var(--highlight-bg-color);
}

.serv-box-2:hover .content-box h5 {
    color: var(--dark-text);
}

.btn-details {
    color: var(--highlight-bg-color);
}

.serv-box-2 .content-box h5 {
    color: var(--white-color);
}

.icon-box-s2.s1 .icon-main,
.icon-box-s2.s3 .icon-main {
    color: var(--secondary-color);
}

.icon-box-s2:hover .icon-main {
    color: var(--highlight-bg-color);
}

.tech-box i,
.tech-box span {
    color: var(--secondary-color);
}

.tech-box:hover h5 {
    color: #162d4e;
}

.tech-box:hover {
    background: var(--white-color);
    border-color: var(--white-color);
}

#back-to-top {
    color: #162d4e;
}

.footer-v1 {
    /* background-color: var(--dark-text); */
    background-color: #fafafa;
    color: #463e58;
}

.list-items a {
    /* color: white; */
    color: #433a56 !important;
}

.mc4wp-form-fields .subscribe-inner-form input[type=email] {
    background: white;
    color: #0A192F;
    border-radius: 45px;
    border: 1px groove;
}

.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon {
    background: #0a192f00;
    color: #433a56;
    /* border: 1px solid white; */
    border-radius: 50px 50px 50px 50px;
}

.octf-btn.octf-btn-second:visited {
    background: #0A192F;
    color: #fff;
}

.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon:hover {
    background: #97559c;
    color: #ffffff;
}
#submitBtnSubscribe:hover i::before {
    color: #ffffff;
}

.octf-btn.octf-btn-second {
    background: #0A192F;
    color: #fff;
}

.octf-btn.octf-btn-second:hover,
.octf-btn.octf-btn-second:focus {
    background: #192c49;
}

.ot-accordions .acc-item.current .acc-toggle,
.ot-accordions .acc-item.current .acc-toggle i {
    color: var(--secondary-color);

}
.faq .ot-accordions .acc-item.current .acc-toggle,
.ot-accordions .acc-item.current .acc-toggle i{
    color: #192c49;
}

.faq .ot-accordions .acc-item .acc-toggle:hover{
    color: #192c49;
}

.cta-faq {
background-image: linear-gradient(80deg, #4e5f82 0%, #16123b 100%);
}

.support-box .overlay {
background: #163b5f;
    color: #ffffff;
}

.support-box .number-box {
    color: rgba(251, 220, 191, 0.17);
}

.ot-image-box .overlay {
    background: rgba(0, 0, 0, 0.2);
    /* backdrop-filter: blur(2px); */
    -webkit-backdrop-filter: blur(2px);
}

.ot-image-box:hover .overlay {
    background: rgba(0, 0, 0, 0.2);
}

.ot-image-box:after {
    background: var(--secondary-color);
}

.video-popup a:hover span {
    border-color: var(--secondary-color);
}

.video-popup.style-2 a {
    background-color: #192c49;
}

.style-2 .circle-1,
.style-2 .circle-2 {
    border-color: #192c49;
}

.video-popup.style-2 a:hover {
    background-color: var(--secondary-color);
}

a:hover,
a:focus,
a:active {
    /* color: var(--secondary-color); */
    color: #5d8c9f;
}

.s-counter4 {
    /* background-image: linear-gradient(90deg, var(--highlight-bg-color) 0%, var(--secondary-color) 100%); */
    /* background: #5d3b2a; */
    background: #f9f9f9;
}




.ot-progress .progress-bar {
    background: var(--secondary-color);
}

.page-header .breadcrumbs li a {
    /* color: var(--secondary-color); */
    color: white;
    font-size: 10px;
}

.page-header .breadcrumbs li {
    font-size: 10px;
}

.page-header .breadcrumbs li:before {
    /* color: var(--secondary-color); */
    color: white;
}

.service-web-video {
    background-color: #192c49;
}

.ot-tabs .tab-link.current,
.ot-tabs .tab-link:hover {
    background: var(--secondary-color);
}

.tab-video .ot-heading>span {
    color: var(--secondary-color);
}

.ot-heading>span {
    color: var(--secondary-color);
}

.process-box .step {
    color: var(--secondary-color);
}

.search-form .search-submit {
    background: #02465d;
}

.search-form .search-submit:hover {
    background: #0579a1;
}

.page-pagination li span,
.page-pagination li a:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

.contact-info i {
    color: #0a192f;
}

.ot-accordions .acc-item .acc-toggle:hover {
    color: var(--secondary-color);
}

.about-v5 {
    /* background-color: #192c49; */
    background-color: #f9f9f9;
}

.pabout-right .ot-heading span {
    color: var(--invert-text);
}

.bullet-home-1 .tp-bullet,
.bullet-home-1:after,
.nav-home-1.tparrows:before,
.nav-home-1.tparrows:hover:before {
    color: #192c49;
}

.tech-box h5 {
    color: var(--secondary-color);
}

.tech-box {
    /*background-color: #FBDCBF;*/
    background-color: rgba(255, 255, 255, 0.8);
}

.icon-box-s2.s2 .icon-main {
    /* color: var(--secondary-color); */
    color: #02465d;
}

.icon-box-s2:hover .cusolid-offer-blur .icon-main {
    color: var(--white-color);
}

.icon-box-s2.s2:after {
    /* background: var(--highlight-bg-color); */
    background: #2069b3;
}

.service-description .pabout-right .ot-heading span {
    color: var(--secondary-color);
}

.service-description .pabout-right h2,
.service-description .pabout-right p {
    color: initial;
}

.otf-social-share a,
.otf-social-share a:hover {
    color: var(--white-color) !important;
}

a:visited {
    /* color: var(--highlight-bg-color); */
}

.btn-details:visited {
    color: #0A192F;
}

.otf-social-share a {
    color: #fff;
}

/*Theme Change*/

.error-alert {
    color: #991414 !important;
}

.required-mark {
    /* color: #d3d0d1 !important; */
    color: #c83636 !important;
}
.new-form-field{
    height: calc(1.6em + 0.75rem + 2px) !important;
    border-radius: 0 !important;
}
.client-detail-form input::placeholder , textarea::placeholder {
    color: #0A192F !important;
}
.cv-upload-validation-alert {
    color: #991414 !important;
    font-size: 12px !important;
}



#software-career-filter #category-fltr-title {
    text-align: end;
}

.software-services-img{
    margin-top: -130px;
}


/* IT staff augmentation page style */
#what-augmentaion p span{
    font-weight: 600;
    color: #482f1d;
}
#what-augmentaion span {
 text-align: justify;
}
#what-augmentaion h4 {
    color: #482f1d;
}

#advantages-of-augmentation ul li{
    list-style: none;
    margin: 1.5em;
    display: flex;
}

#advantages-of-augmentation h4{
    color: #163b5f;
}

#advantages-of-augmentation ul li i{
    color: #0e7da6;
    font-size: larger;
}
#advantages-of-augmentation ul li span{
    padding: 0.5em;
    margin-left: 0.4em;
    background: #163b5f0a;
    color: black;
    border-radius: 4px;
}

#project-calculater{
    /* background: #f7f7f7; */
}
#project-calculater h4{
    color: #482f1d;
}

#project-calculater .stack-title{
    text-align: start;
}
#project-calculater .cal-cards .text-left{
  line-height: 1.4rem;
    font-size: 0.9em;
}



/* Style For count + / - buttons */
  .quantity-container {
      display: flex;
      align-items: center;
      border: 1px solid #0e7da630;
      border-radius: 4px;
      padding: 0 0.2em;
      width: fit-content;
      height: fit-content;
  }

  .quantity-input {
      width: 5rem;
      text-align: center;
      margin: 0 10px;
      padding: 3px 0px !important;
      background: #f6f6f600 !important;
  }

  .quantity-btn {
      cursor: pointer;
      font-size: 20px;
      /* padding: 5px 10px; */
      padding: 1px 6px;
        background-color: #0a192f;
        color: white !important;
      border: 1px solid #0e7da630;
      border-radius: 20px;
      outline: none;
      font-weight: 900;
  }

  #project-calculater .cal-cards .text-left span{
    color: #0a192f;
  }

  #project-calculater .cal-cards .text-left span{
    color: #0a192f;
  }

  #technology-fields-section input[type=number]{
    color: #0e7da6;
  }
  #specialists-fields-section input[type=number]{
    color: #0e7da6;
  }
  #industury-fields-section .industry-name{
    color: #0e7da6;
  }



  .quantity-container a {
      line-height: 20px;
  }
  /* Style For count + / - buttons */


  .client-detail-form input::placeholder{
    color: white;
  }
   .client-detail-form textarea::placeholder {
      color: white;
  }

   .client-detail-form .form-control {
    background-color: #f7f7f7 !important;
    color: #0A192F;
    border-radius: 6px !important;
   }


   /* Input range style */
   output {
        background: #0a192f;
            padding: 0px 4px;
            border-radius: 3px;
            color: #fff;
            font-size: 15px;
   }


   input[type="range"] {
       -webkit-appearance: none;
       margin-right: 15px;
    width: 100%;
       height: 7px;
       background: rgb(188 188 188 / 37%);
       border-radius: 5px;
    background-image: linear-gradient(#0a192f, #0a192f);
       background-size: 0% 100%;
       background-repeat: no-repeat;
       padding: 0 !important;
   }

   [dir="rtl"] input[type="range"] {
       background: #0a192f;
       background-image: linear-gradient(#fff, #fff);
       background-size: 30% 100%;
       background-repeat: no-repeat;
   }

   input[type="range"]::-webkit-slider-thumb {
       -webkit-appearance: none;
       height: 20px;
       width: 20px;
       border-radius: 0%;
       background: #0a192f;
       cursor: ew-resize;
       box-shadow: 0 0 2px 0 #555;
       transition: background .3s ease-in-out;
   }

   input[type="range"]::-moz-range-thumb {
       -webkit-appearance: none;
       height: 20px;
       width: 20px;
       border-radius: 50%;
       background: #0a192f;
       cursor: ew-resize;
       box-shadow: 0 0 2px 0 #555;
       transition: background .3s ease-in-out;
   }

   input[type="range"]::-ms-thumb {
       -webkit-appearance: none;
       height: 20px;
       width: 20px;
       border-radius: 50%;
       background: #0a192f;
       cursor: ew-resize;
       box-shadow: 0 0 2px 0 #555;
       transition: background .3s ease-in-out;
   }

   input[type="range"]::-webkit-slider-thumb:hover {
       background: #0a192f;
   }

   input[type="range"]::-moz-range-thumb:hover {
       background: #0a192f;
   }

   input[type="range"]::-ms-thumb:hover {
       background: #0a192f;
   }

   input[type=range]::-webkit-slider-runnable-track {
       -webkit-appearance: none;
       box-shadow: none;
       border: none;
       background: transparent;
   }

   input[type=range]::-moz-range-track {
       -webkit-appearance: none;
       box-shadow: none;
       border: none;
       background: transparent;
   }

   input[type="range"]::-ms-track {
       -webkit-appearance: none;
       box-shadow: none;
       border: none;
       background: transparent;
   }
   /* Input range style */



   #advantages-of-augmentation .form-check {
        padding-left: 2.45rem !important;
        color : white;
   }

   #pro-key-benifits .icon-box-s2{
    height: 100%;
   }

   #our-it-service-are .icon-box-s2{
      height: 100%;
   }


   /* START MEDIA QUERIES */
   /* @media (max-width: 1024px) {
        .cal-cards {
                width: 50% !important;
            }
   }


   @media (max-width: 992px){
    .col-lg-3 {
            max-width:50% !important;
        }
   } */
   /* START MEDIA QUERIES */


   #footer-des{
    text-align: justify;
        word-spacing: -3px;
   }

   .ot-image-box{
    border-radius: 20px;
   }


   #appoinment-profile-img{
        width: 130px;
        border-radius: 100%;
        border: 2px solid white;
            padding: 3px;
            animation: border-fill 4s linear forwards;
   }

   .seccess-message{
    background: #7d716a00;
        padding: 2em;
        color: white;
        /* border: 1px solid #0a192f; */
        border-radius: 15px;
   }

   .seccess-message .para{
    color: #0a192f;
   }

#success-page-wrapper{
    background: #ededed61;
    padding: 2rem;
    border-radius: 30px;
}

#success-page-row .right-div{
border-left: 1px solid #d0d0d078;
}

#success-page-row .right-div{
    display: flex;
        flex-direction: column;
        justify-content: center;
}


#qa-process-outsourcing-form{
    margin-top: 35px;
}

 .para-one{
   color : white;
   font-size: 14px;
}
 .para-two {
     color: white;
 }

.success-hedding{
    color: white !important;
    margin: 0;
}

.appoinment-profile-para-one{
color: white !important;
}

.whatsapp img{
animation: grow-shrink2 2s infinite;
transition: transform 0.9s;
width: 57px;
}

 @keyframes grow-shrink2 {

     0%,
     100% {
         transform: scale(1);
         /* Original size */
     }

     50% {
         transform: scale(1.2);
         /* Grows 20% larger */
     }
 }



#calendarIframeContainer button{
    color: rgb(255, 255, 255);
        background-color: rgb(10, 25, 47);
        border: 1px solid #e7e7e7;
        border-radius: 37px;
        /* animation: bounce 2s infinite; */
        animation: grow-shrink 2s infinite;
            /* Infinite grow and shrink animation */
            transition: transform 0.9s;
}

  @keyframes grow-shrink {

      0%,
      100% {
          transform: scale(1);
          /* Original size */
      }

      50% {
          transform: scale(1.2);
          /* Grows 20% larger */
      }
  }



.btn-rounded-corner{
border-radius: 80px !important;
}

.service-form-submit-btn{
    border: 1px solid;
    background-color: #97559c;
        border-color: #97559c;
        color: #ffffff;
        font-weight: 700;
        font-size: large;
        border-radius: 80px !important;
        padding: 5px 30px 5px 30px;
}
.service-form-submit-btn:hover {
    background-color: #433a5600;
    border-color: #433a56;
    color: #433a56;
}
.service-form-card-body-dark{
border-radius: 30px;
background: #0a192f;
color: white;
}

.lets-talk-button{
    border: 1px solid white;
    border-radius: 31px;
        background: rgba(255, 255, 255, 0);
        color: #ffffff;
        padding: 10px 30px;
        font-weight: bold;
}

.lets-talk-button:hover {
    background: rgba(255, 255, 255, 0.993);
    color: #1d1b43;
    padding: 10px 30px;
}

/* #about-our-expertise .ico-box p{
 margin-bottom: 0;
} */

.hero-contact-btn{
font-size: 21px;
    border: 1px solid #97559c;
    padding: 6px 25px;
    border-radius: 40px;
    background: #97559c;
    color: white;
    font-weight: 500;
}
.hero-contact-btn:hover {
    border: 1px solid #97559c;
    border-radius: 40px;
    background: #eff6ff00;
    color: #97559c;
    font-weight: 700px;
}

@media(min-width : 2560px){
    .hero-slider .owl-item .hero-wraper{
        /* display: flex;
            justify-content: center; */
    }

}



.outer-line-btn{
    background: #0a192f00;
        border: 1px solid #97559c;
        color: #97559c;
        padding: 6px 25px;
        border-radius: 40px;
}
.outer-line-btn:hover {
    background: #97559c;
    border: 1px solid #97559c;
    color: #ffffff;
}

.our-products{
    padding-top: 25px;
    padding-bottom: 20px;
}
.our-solutions{
    padding-top: 55px;
    padding-bottom: 15px;
}
#meet-the-team{
        padding-bottom: 60px;
        padding-top: 40px;
}

#news-room-section{
    padding-top: 50px;
    padding-bottom: 20px;
}

#about-our-expertise{

}

.contact-form-submit-btn{
    border: 1px solid;
    background-color: #ffffff00;
    border-color: #ffffff;
    color: #ffffff;
    font-weight: 700;
    font-size: large;
    border-radius: 80px !important;
    padding: 5px 30px 5px 30px;
}
.contact-form-submit-btn{
    background-color: #ffffff00 !important;
        border-color: #ffffff;
        color: #ffffff;
width : 35%;
}
.contact-form-submit-btn:hover {
    background-color: #97559c !important;
    border-color: #97559c;
    color: white;
}

@media(max-width : 450px){
.contact-form-submit-btn{
    	background-color: #ffffff00 !important;
        border-color: #ffffff;
        color: #ffffff;
	width : 100% !important;
}

}


/* .service-form-set .form-control{
    border: 2px solid #f7f7f7 !important;
} */

.btn-plus{
    border-radius: 66px;
        width: 35px !important;
            height: 35px !important;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        background: #0a192f;
        color: white;
        font-weight: 800;
        border: 1px solid #0a192f;
}
.btn-plus:hover {
    color: #0a192f !important;
    font-weight: 900;
    background: #0a192f00 !important;
    border: 1px solid #0a192f !important;
}

.btn-minus{
        border-radius: 66px;
            width: 35px !important;
            height: 35px !important;
            display: flex;
            text-align: center;
            align-items: center;
            justify-content: center;
            background: #d32a2a;
            color: white;
            font-weight: 800;
            border: 1px solid #d60e0e;
}

.btn-minus:hover{
    color: #d32a2a;
    font-weight: 900;
    background: #0a192f00;
    border: 1px solid #d60e0e;
}


.error-input{
color: #d92626 !important;
border: 1px solid #d92626 !important;
    border-color: #ae000061 !important;
}

.rt-error{
    color: #ff5959 !important;
    font-size: 14px;
}


.uE25ec{
    display: none !important;
}
.L0Dvsd{
    margin-right: 0 !important;
}

#footer-botom .foot-btn{
    padding: 0.25rem 2rem;
    border: 1px solid white;
    border-radius: 26rem !important;
}
#footer-botom .foot-btn:hover {
    background: rgb(255 255 255);
    color: #0a192f;
    font-weight: 700;
}


@media(max-width : 768px){
    #success-page-row .right-div{
        border-left: none !important;
    }
}



.tacniz-form{
    border-radius: 15px;
    background: #ffffff;
}
.tacniz-form .text-tacniz {
    color: #433a56 !important;
}
.tacniz-form label{
  color: #433a56;
}
.tacniz-form p {
    color: #433a56;
}
.tacniz-form p a{
    color: #433a56;
}

 .form-title-main{
    font-size: 35px !important;
 }
 .form-para-main{
    font-size: 25px !important;
 }


 .style-rounded-file-upload{
    border-radius: 40px !important;
 }


 .tacniz-about-right{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
 }

  .tacniz-about-right ul{
     list-style: circle;
  }

 .awc-text-align-justify{
    text-align: justify;
 }


  .tacniz-form-student .form-heading{
        margin-bottom: 6px;
            margin-top: 10px;
 }

 .tacniz-form-student .form-group{
        margin-bottom: 6px !important;
 }

 .tacniz-form-supervisour .form-heading {
       margin-bottom: 6px;
       margin-top: 10px;
   }

 .tacniz-form-supervisour .form-group {
       margin-bottom: 6px !important;
   }

 .tacniz-form-customer .form-heading {
            margin-bottom: 6px;
            margin-top: 10px;
        }

 .tacniz-form-customer .form-group {
            margin-bottom: 6px !important;
        }



