@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400;500;600;700&display=swap);
.catglist h4:after,
.sidebar2::after {
    content: "";
    position: absolute;
    left: 0;
}
.address-box,
.animation-blue,
.animation-blue2,
.btn-flip,
.catglist h4,
.certified-logo,
.comp-logo,
.d-circleBox,
.divider,
.emailBox,
.f-email,
.flex-5-col,
.flexBox ul > li,
.iconBox,
.iconBox img,
.learnmore,
.listItem2 > li,
.listItem > li,
.overlay,
.panel,
.ps-realtive,
.sidebar2,
.slider-bg,
.team-post,
.toContact-sec,
.upload-btn,
.wh-animation-dots {
    position: relative;
}
#CaptchaDiv,
#button,
.action,
.bottom_slide.slick-slide,
.button,
.center,
.certified-sec .col_3:nth-child(2),
.credit,
.intro,
.subCard-flags > .cards.reverd .inner-card,
.text-overlay,
.toContact-sec p {
    text-align: center;
}
.decBox h4,
.textBox h5,
h1 span,
h2 span,
h3 span {
    font-family: fonts-l, sans-serif;
}
.certified-sec .col_3 .certified-box:nth-child(2),
p,
span.select2.select2-container.select2-container--default.select2-container--below {
    margin-bottom: 0;
}
.btnCss,
.button,
.fqa-main:after,
.list-items > li > a:hover,
a {
    transition: 0.4s ease-in-out;
}
.intro,
article li,
article p {
    line-height: 1.5;
}
#button::after,
.btn:before,
.credit a:hover:after,
.credit span:before {
    font-family: FontAwesome;
}
*,
.capbox {
    box-sizing: border-box;
}
#CaptchaDiv,
h6 {
    font-weight: 700;
}
.presence-list > li > a:hover,
.simple-btn {
    text-decoration: underline;
}
.catglist > ul > li,
.prcess-divider-sec .decBox p {
    white-space: nowrap;
}
.btn-flip,
.textBox h5 {
    text-transform: uppercase;
}
@font-face {
    font-family: fonts-b;
    src: url(../fonts/GOTHICB.TTF);
    font-display: swap;
}
@font-face {
    font-family: fonts-l;
    src: url(../fonts/GOTHIC.TTF);
    font-display: swap;
}
@font-face {
    font-family: fonts-ar;
    src: url(../fonts/arabic1.ttf);
    font-display: swap;
}
@font-face {
    font-family: fonts-ar2;
    src: url(../fonts/arabic2.ttf);
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Poppins, sans-serif;
}
.steps-counts small,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: fonts-b, sans-serif;
}
.font_ar {
    font-family: fonts-ar, sans-serif;
}
.font_ar2 {
    font-family: fonts-ar1, sans-serif;
}
.rtl {
    direction: rtl !important;
}
.ltr {
    direction: ltr !important;
}
p {
    text-align: justify;
    color: #626262;
}
.blue-color,
.catglist > ul > li a:hover,
.main_menu > ul > li > a:hover,
a {
    color: #5bacc6;
}
.btn-flip,
.credit a,
.icons a,
.simple-btn:hover,
a,
a.btn {
    text-decoration: none;
}
.cards:hover h4,
.cards:hover p,
.cards:hover span.city,
.learnmore:hover,
.learnmore:hover::before,
h1 span,
h2 span,
h3 span:not(.question, .black-color) {
    color: #fff;
}
.textBox h5 {
    font-size: 28px;
}
.mb_20 {
    margin-bottom: 20px;
}
.cards .inner-card img,
.mb_10 {
    margin-bottom: 10px;
}
.mb_50 {
    margin-bottom: 85px;
}
.black-color {
    color: #1e1e1e;
}
.w-800px {
    width: 880px !important;
    margin: 0 auto;
}
.catglist p,
.flexBox ul > li > a,
.gray-color {
    color: #626262;
}
.delta-video {
    width: 98%;
    height: 365px;
    border-radius: 30px;
    margin-top: 50px;
}
.authorImg img {
    border-radius: 50%;
    border: 2px solid #03b5d2;
    padding: 5px;
    object-fit: contain;
}
.button-black:hover {
    background-color: #1e1e1e !important;
    border-color: #1e1e1e !important;
    color: #fff;
}
.button:hover,
.buttons .button:nth-child(2) {
    background-color: transparent;
    border-color: #fff;
}
.container {
    width: 1280px;
    margin: 0 auto;
}
.logo img {
    max-width: 150px;
}
.job-detail-icon {
    background-color: #03b5d2;
    border-radius: 50%;
    color: #fff;
    height: 50px;
    width: 50px;
    padding: 10px 13px;
}
.job-detail-icon.book {
    padding: 10px !important;
}
.nav_box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}
.ceo-icon img {
    width: 60px !important;
    background-color: #03b5d2 !important;
    padding: 12px 10px;
}
.sidebar2::after {
    background-image: url(../images/service2.png);
    background-size: 200px;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    bottom: 0;
    animation: 2s infinite alternate move;
}
@keyframes move {
    0% {
        transform: scale(1.2) skewX(10deg);
    }
    50% {
        transform: scale(1) skewX(0);
    }
    100% {
        transform: scale(1.1) skewX(-10deg);
    }
}
.min-section-height .col_5 {
    min-height: 400px;
}
.main_menu > ul {
    display: flex;
    gap: 70px;
}
.main_menu > ul > li,
.tab-content > .active {
    display: block;
}
.upload-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.upload-btn {
    display: flex;
    gap: 12px;
}
.upload-btn span {
    color: #000;
    font-size: 17px;
}
.recruit-manpower > a {
    padding: 14px 15px;
    background: #5bacc6;
    color: #fff;
    border-radius: 100px;
}
#button,
span.full_time {
    background-color: #5bacc7;
}
.main_menu > ul > li > a {
    color: #353535;
}
.top-banner {
    background-image: url(../images/top-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    min-height: 950px;
}
.contentBox {
    max-height: 950px;
    min-height: 950px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.contentBox h1 {
    font-size: 61px;
    line-height: 65px;
    margin-bottom: 30px;
}
.contentBox p {
    width: 50%;
    font-size: 19px;
    color: #fff;
    margin-bottom: 20px;
}
.catglist h4,
.textBox p:nth-child(5) {
    margin-bottom: 30px;
}
.button {
    padding: 12px 25px;
    background: #5bacc6;
    color: #fff;
    border-radius: 100px;
    border: 2px solid #5bacc6;
}
.about-us,
.blog-sec,
.certified-sec,
.footer-sec {
    background-image: url(../images/bg-building.png);
    background-repeat: repeat-x;
    background-position: bottom left;
}
.buttons .button:nth-child(2) {
    color: #fff;
    transition: 0.4s ease-in-out;
}
.buttons .button:nth-child(2):hover {
    background: #5bacc6;
    border: 2px solid #5bacc6;
}
.buttons {
    display: flex;
    gap: 15px;
}
.row-col-2 {
    display: flex;
    gap: 100px;
    align-items: center;
}
.buttons.center,
.d-circleBox,
.send-btn,
.subCard-flags .cards .inner-card {
    justify-content: center;
}
span.full_time {
    padding: 9px 7px;
    border-radius: 5px;
}
.textBox p {
    width: 90%;
}
.upload_about {
    padding: 250px 0 !important;
}
.about-us,
.blog-sec,
.certified-sec {
    background-size: 100% 100px;
    padding-bottom: 100px;
}
.footer_nav {
    display: grid;
    grid-gap: 3%;
    grid-template-columns: 28% 24% 20% 19%;
    grid-row-gap: 20px;
}
.catglist h4 {
    display: table;
    font-size: 23px;
    color: #1e1e1e;
    font-weight: 400;
}
.decBox h4,
h4 {
    font-size: 20px;
}
.catglist h4:after {
    bottom: -8px;
    width: 50%;
    background: #626262;
    height: 2px;
}
.listItem2 > li:before,
.listItem > li:before {
    background-image: url(../images/check-icon.png);
    background-size: 15px;
    height: 20px;
    width: 20px;
    top: 4px;
    content: "";
}
.social_icons li a i {
    font-size: 22px;
}
article li,
article p {
    font-size: 15px;
}
.social_icons li {
    display: inline-block;
    padding: 9px;
    margin-top: 7px;
    margin-right: 15px;
}
.catglist > ul > li {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.footer-sec {
    padding: 80px 0;
    background-size: 100% 130px;
}
.achievements-sec,
.services-sec {
    background-image: url(../images/services_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 100px 0;
}
.f-email {
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 100px;
    height: 50px;
    border: 1px solid #626262;
}
.send-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 87px;
    background: #5bacc6;
    border: none;
    display: flex;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
}
.dot,
.flexBox ul > li:after {
    right: -10px;
    position: absolute;
}
.send-btn img {
    width: 20px;
}
.catglist > ul > li a {
    font-size: 15px;
    color: #626262;
}
.copyright-sec {
    background: #f7f7f7;
    padding: 20px 0;
}
.flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flexBox ul > li {
    display: inline-block;
    margin-right: 20px;
}
.flexBox ul > li:last-child,
.navbar-expand-lg .navbar-nav li.nav-item:last-child {
    margin-right: 0;
}
.flexBox ul > li:after {
    content: "";
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #626262;
}
.bottom_slide.slick-slide h4,
.bottom_slide.slick-slide p,
.flexBox ul > li:last-child:after {
    display: none;
}
.row-flex-gap > .row_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.row-flex-gap > .row_col .colBox {
    flex: 0 0 34%;
    position: relative;
    text-align: center;
    padding-top: 40px;
}
.display-grid {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
    gap: 20px;
}
.display-grid:nth-child(2n) {
    flex-direction: row;
}
.decBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: end;
}
.display-grid:nth-child(2n) .decBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
}
.iconBox {
    z-index: 9;
}
.decBox h4 {
    margin-bottom: 6px;
}
.d-circleBox {
    display: flex;
    align-items: center;
    margin-bottom: -166px;
    z-index: 99;
}
.iconBox img {
    width: 100%;
    min-height: 55px !important;
    min-width: 55px !important;
    background: #fff;
    padding: 12px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.listItem2 > li,
.listItem > li {
    display: block;
    margin-bottom: 15px;
}
.iconBox:before {
    content: "";
    position: absolute;
    background: #ebf0f1;
    width: 97px;
    height: 250px;
    border-radius: 20px;
    top: 51%;
    left: 39px;
    z-index: 9;
}
.iconBox:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 150px;
    border: 2px dashed #5bacc6;
    border-radius: 20px;
    top: 43%;
    left: 39px;
    animation: 0.45s linear infinite border-dance;
}
@keyframes border-dance {
    0% {
        border-radius: 20px;
    }
    100% {
        border-radius: 15px;
    }
}
.display-grid:nth-child(2n) .iconBox::before,
.display-grid:nth-child(2n) .iconBox:after {
    left: auto;
    right: 39px;
}
.display-grid:first-child .iconBox:after,
.display-grid:nth-child(2) .iconBox:after {
    content: "";
    width: 170px;
    height: 500px;
}
.display-grid:nth-child(3) .iconBox:after,
.display-grid:nth-child(4) .iconBox:after {
    content: "";
    width: 135px;
    height: 320px;
}
.display-grid:nth-child(3) .iconBox:before,
.display-grid:nth-child(4) .iconBox:before {
    content: "";
    width: 132px;
    height: 250px;
}
.display-grid:nth-child(5) .iconBox:after,
.display-grid:nth-child(6) .iconBox:after {
    content: "";
    z-index: 10;
}
.display-grid:nth-child(5) .iconBox::before,
.display-grid:nth-child(6) .iconBox::before {
    content: "";
    z-index: 11;
    height: 175px;
}
.grid-row-3 {
    display: grid;
    grid-gap: 4%;
    grid-template-columns: 31% 31% 30%;
    grid-row-gap: 20px;
    align-items: center;
}
.webaddress.grid-row-3 {
    display: grid;
    grid-gap: 0%;
    grid-template-columns: 25% 25% 25% 25%;
    grid-row-gap: 20px;
    align-items: center;
}
.address-box {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.address-box::after {
    content: "";
    position: absolute;
    height: 80%;
    width: 2px;
    background-color: #e0e0e5;
    right: 0%;
    top: 20%;
}
.comp-logo:nth-child(16)::after,
.comp-logo:nth-child(8)::after,
.custom-style .nav-link:last-child::before,
.webaddress > .grid-col:last-child .address-box:after {
    content: "";
    display: none;
}
.grid-col .address-box:nth-child(2),
.mt-20 {
    margin-top: 20px;
}
.dot {
    height: 10px;
    width: 10px;
    background: #5bacc6;
    top: 38%;
    z-index: 99;
    border-radius: 100px;
}
.icons-box > .fa {
    font-size: 18px;
    color: #5bacc6;
}
span.icons-box > span {
    display: table;
}
.address-box > a,
.intro p {
    font-size: 14px;
}
.copyRight > .col_5 {
    flex: unset;
}
.display-grid:nth-child(2n) .dot {
    left: -12px;
    right: auto;
}
.webaddress {
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.blog-sec,
.company-sec,
.ourCompany-sec {
    padding: 100px 0;
}
.align-item-center {
    align-items: center;
}
.d-shapePost-box,
.listItem,
.services-from span,
.team-post > img {
    width: 100%;
}
.listItem > li {
    padding-left: 30px;
}
.listItem2 > li {
    padding-right: 30px;
}
.listItem > li:before {
    position: absolute;
    background-repeat: no-repeat;
    left: 10px;
}
.listItem2 > li:before {
    position: absolute;
    background-repeat: no-repeat;
    right: -10px !important;
}
.flex-5-col {
    display: grid;
    grid-gap: 4%;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    margin: 30px 0;
    grid-row-gap: 50px;
}
.comp-logo:after {
    content: "";
    position: absolute;
    top: -24px;
    right: -25px;
    height: 140%;
    width: 1px;
    border-right: 3px dotted #d1d6d6;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 28px;
    border: 1px solid #959595;
    min-height: 50px;
    padding: 10px;
    border-radius: 10px;
    color: #757575;
    font-size: 16px;
}
.comp-logo:before {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% + 46px);
    border-bottom: 3px dotted #d1d6d6;
    bottom: -22px;
    left: -5px;
}
.blogBox > img,
.comp-logo img {
    width: 100%;
    border-radius: 10px;
}
.ourCompany-sec {
    background-image: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
}
.cat2 h4:after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 50%;
    left: auto !important;
    background: #626262;
    height: 2px;
    right: 0 !important;
}
.row-col-3 {
    display: flex;
    gap: 100px;
    align-items: baseline;
}
span#select2-service-container {
    border: 1px solid #959595;
    min-height: 50px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #757575;
    font-size: 16px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    min-height: 50px;
    margin-bottom: 0;
}
.select2-container--default .select2-selection--single {
    border: none !important;
}
.certified-sec .col_3 .certified-box {
    margin-bottom: 50px;
    position: relative;
}
.certified-sec .col_3 .certified-box:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #5bacc6;
    border: 1px solid #b4b4b4;
    padding: 1px;
    border-radius: 10px;
    background-clip: content-box;
    top: 5px;
    right: -20px;
}
.certified-sec .col_3 {
    text-align: end;
}
.certified-sec .col_3:nth-child(3) {
    text-align: start;
}
.certified-logo {
    margin-top: -20px;
    z-index: 9;
}
.certified-sec .col_3:nth-child(3) .certified-box:after {
    content: "";
    right: 0;
    left: -20px;
}
.social_icons > ul {
    padding-left: 0;
    margin-top: 15px;
}
.services_liisting > li {
    list-style: auto;
}
ul.row-col-2.services_liisting {
    flex-wrap: wrap;
}
.row-col-2 > li {
    flex: 0 0 49%;
    flex-wrap: wrap;
    display: flex;
}
.display_inline {
    display: flex !important;
}
.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    min-height: 200px;
    max-width: 350px;
}
li.country {
    display: flex;
    align-items: center;
    gap: 10px;
}
.intl-tel-input {
    width: 100%;
    margin-bottom: 16px;
}
li.country > span {
    margin: 0;
}
.certified-sec .col_3 .certified-box:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50%;
    right: -55%;
    border-bottom: 2px dashed #5bacc6;
    top: 9px;
    animation: 0.45s linear infinite border;
}
@keyframes border {
    0% {
        width: 52%;
    }
    100% {
        width: 50%;
    }
}
.certified-sec .col_3:nth-child(3) .certified-box:before {
    content: "";
    left: -55%;
    right: 0;
}
.grid-row-4 .grid-col {
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    grid-row-gap: 20px;
}
.achiementBox {
    background: #fff;
    border: 2px solid #2e6b7b;
    border-radius: 10px;
    padding: 20px 10px 10px;
}
.dropdown-menu.shadow.show,
.grid-divider-3 > .team-post > img,
.innerdev,
.overlay {
    border-radius: 10px;
}
.innerdev {
    background: #eef7f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.achiementBox img {
    width: 100px;
    display: table;
    margin: 0 auto;
    transform: translateY(-49px);
}
.accordion,
.mt-40,
.mt_40 {
    margin-top: 40px;
}
.innerdev span {
    font-size: 50px;
    transform: translateY(-50px);
    color: #2e6b7b;
}
.innerdev small {
    margin-top: -55px;
    padding-bottom: 12px;
}
.achievements-sec {
    padding: 100px 0 150px;
    margin-top: -33px;
}
.blog-row {
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 32% 32% 32%;
    grid-row-gap: 20px;
}
.grid-row-2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.overlay {
    width: 95%;
    margin: -50px auto 0;
    background: #fff;
    padding: 20px;
}
.testimonials-sec,
.toContact-sec {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
}
.overlay > p {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccc;
    margin-bottom: 10px;
}
.blog-row .grid-col:last-child .blogBox > img {
    transform: skewY(-5deg);
}
.blog-row .grid-col:first-child .blogBox > img {
    transform: skewY(5deg);
}
.blog-row .grid-col:first-child {
    transform: translateY(-10px);
}
.blog-row > .grid-col:first-child,
.blog-row > .grid-col:last-child {
    transform: translateY(-17px);
}
.blog-row > .grid-col:first-child .overlay,
.blog-row > .grid-col:last-child .overlay {
    margin-top: -77px;
}
.mb_40 {
    margin-bottom: 40px;
}
.toContact-sec {
    background-image: url(../images/get_started.webp);
    padding: 140px 0 80px;
}
.ourCompany-sec .flex-5-col {
    height: 270px !important;
    overflow: visible;
}
.ourCompany-sec.show-data .flex-5-col {
    height: unset;
    overflow: visible;
}
.view-btn {
    cursor: pointer;
}
.toContact-sec:after {
    content: "";
    height: 100%;
    width: 335px;
    background-image: url(../images/get_started-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    background-position: top right;
}
.white-color {
    color: #fff;
    margin-bottom: 30px;
}
.toContact-sec p {
    width: 39%;
    line-height: 30px;
    margin: 30px auto;
}
.toContact-sec .button {
    background: #fff;
    border-color: #fff;
    color: #5bacc6;
    min-width: 200px;
}
.btnCss:hover,
.toContact-sec .button:hover {
    background: 0 0;
    color: #fff;
}
.testimonials-sec {
    background-image: url(../images/testimonial.png);
    padding: 100px 0;
}
.slider-bg,
.slider-bg:before {
    background: #fff;
    border-radius: 10px;
}
.slider-bg {
    display: block;
    min-height: 225px;
    margin-top: 78px;
    padding: 40px 125px;
}
#button,
.animation-blue2,
.capbox,
.space-shadow,
a.btn {
    display: inline-block;
}
.slider-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: -79px;
    width: 100%;
    height: 120px;
    -webkit-clip-path: polygon(0 70%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 70%, 100% 0, 100% 100%, 0% 100%);
    z-index: 6;
}
.list-items > li:after,
.slider-bg:after {
    position: absolute;
    height: 20px;
    width: 20px;
}
.slider-bg:after {
    content: "";
    display: block;
    background-color: #fff;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
}
.slick-arrow {
    position: absolute;
    top: -28px;
    height: 200px;
    left: -125px;
    border: 0;
    width: 100px;
    background: #5bacc6;
    z-index: 10;
    overflow: hidden;
    border-radius: 0 400px 400px 0;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.slick-next.slick-arrow {
    border-radius: 400px 0 0 400px;
    right: -125px;
    left: unset;
    overflow: hidden;
}
.Sliderbg-danger {
    width: 90%;
    margin: 50px auto 0;
}
#button::after,
.d-shapePost-box > img,
.display-table {
    margin: 0 auto;
    display: table;
}
.bottom_slide img {
    height: 95px;
    width: 95px;
    border-radius: 100px;
    border: 2px solid #5bacc6;
}
.bottom_slide.slick-slide.slick-current.slick-active.slick-center h4,
.bottom_slide.slick-slide.slick-current.slick-active.slick-center p {
    display: block !important;
    color: #fff !important;
}
.bottom_slide.slick-slide {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    opacity: 0.6;
    align-items: center;
}
.bottom_slide.slick-slide.slick-current.slick-active.slick-center {
    display: flex;
    opacity: 1 !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.space-shadow {
    position: relative;
    z-index: 9;
}
.space-shadow:before {
    content: "";
    position: absolute;
    height: 53%;
    width: 100%;
    left: 0;
    background: #bde7f76b;
    border-radius: 100px;
    bottom: -1px;
    z-index: -1;
}
.slick-arrow:before {
    content: "";
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    content: "\276F";
    display: flex;
    justify-content: center;
    align-items: center;
    background: #62abc3;
}
#button,
.flag-list > li > a > img,
.navbar-toggler .hamburger-toggle {
    width: 50px;
    height: 50px;
}
.animation-blue2:after,
.animation-blue:after,
.wh-animation-dots2:after,
.wh-animation-dots:after {
    background-size: contain;
    animation: 1.5s linear infinite rotate;
    position: absolute;
    width: 50px;
    height: 50px;
    content: "";
}
.animation-blue2:after,
.animation-blue:after,
.blue-card,
.cards.reverd::after,
.cards.reverd:hover::before,
.cards::after,
.cards:hover::before,
.list-items > li:after,
.recruitment-sec,
.wh-animation-dots2:after,
.wh-animation-dots:after {
    background-repeat: no-repeat;
}
button.slick-prev.slick-arrow:before {
    content: "\276E";
}
.d-shapePost-box > img {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.wh-animation-dots:after {
    background-image: url(../images/wh-animate-arrows.png);
    top: 0;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(30deg);
    }
    100% {
        -webkit-transform: rotate(-10deg);
    }
}
.animation-blue:after {
    background-image: url(../images/animate-arrows.png);
    top: -10px;
}
.wh-animation-dots2:after {
    background-image: url(../images/wh-animate-arrows.png);
    top: -12px;
    right: -50px;
}
.display-table {
    position: relative;
}
.animation-blue2:after {
    background-image: url(../images/animate-arrows.png);
    top: -22px;
    right: -46px;
}
.margin-0 {
    margin-bottom: 0 !important;
}
.mb-40 {
    margin-bottom: 60px;
}
h5 {
    color: #2e6b7b;
    font-size: 28px;
}
.col_5,
.list-items > a {
    flex: 0 0 49%;
}
.copyright-sec p {
    text-align: left;
}
.copyright-sec ul {
    text-align: end;
    margin-bottom: 0;
}
#button {
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
    content: "\2039";
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    color: #fff;
    line-height: 13px;
    transform: rotate(90deg) translateX(15px);
    width: 20px;
}
#button:hover {
    cursor: pointer;
    background-color: #333;
    border-radius: 30px 30px 5px 5px;
}
#button:active {
    background-color: #555;
}
#button.show {
    z-index: 9999999999999999;
    opacity: 1;
    visibility: visible;
}
.blue-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-image: url(../images/about-us/bg-2.png);
    background-size: 100%;
    padding: 82px 100px;
    row-gap: 40px;
    flex-direction: column;
}
.navbar-expand-lg .navbar-nav li.nav-item {
    margin-right: 25px;
}
.mega-content.presence ul.sub-menu li {
    flex: 0 0 48%;
    display: inline-block;
    padding: 10px;
    padding-left: 0 !important;
}
.blue-dark {
    background-color: #2e6b7b;
}
.organization img {
    width: 100%;
    padding: 60px;
}
.height-240 {
    min-height: 240px !important;
}
.inner-card.height-240 {
    padding: 40px !important;
}
.bg-whilte .ourCompany-sec,
.bg-white,
.bg-white .inner-card,
.credit,
.intro,
.white-bg .bg-green-sec,
main {
    background: #fff;
}
.bg-green-sec {
    background: #ebf0f1;
    padding: 100px 0;
}
.list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    align-content: space-around;
    align-items: center;
    padding: 35px 20px;
    background: #f2f7f8;
    border-radius: 10px;
    grid-column-gap: 30px;
}
.list-items > li {
    flex: 0 0 45%;
    position: relative;
    display: block;
    border-bottom: 1px solid #d4e8ee;
    padding-left: 20px;
}
.list-items > li > a {
    font-size: 14px;
    padding: 8px 10px;
    min-height: 40px;
    display: table;
    min-width: 80px;
    border: 2px solid transparent !important;
    line-height: 30px;
}
.scope-sec h3,
h3,
h4.text-size {
    font-size: 30px;
}
.list-items > li > a:hover {
    background: #5bacc6;
    color: #fff;
    border-radius: 100px;
    border: 2px solid #5bacc6 !important;
    transform: translateX(-24px);
    display: table;
    position: relative;
    z-index: 99;
}
.custom_col {
    max-width: 49%;
    width: 49%;
}
.list-items > li:after {
    content: "";
    background-image: url(../images/check-icon.png);
    background-size: 15px;
    top: 15px;
    left: 10px;
    mix-blend-mode: darken;
}
.catglist > ul {
    padding-left: 0;
}
.list-items > a.button {
    max-width: 151px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flag-list {
    display: flex;
    flex-wrap: wrap;
}
.flag-list > li {
    flex: 0 0 49%;
    margin-bottom: 10px;
    display: block;
}
.flag-list > li > a {
    display: flex;
    align-items: center;
    gap: 20px;
}
.normal-listing > li > a,
.sub-menu > li > a,
span.fulltext > a {
    gap: 10px;
    display: flex;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.dropdown-menu.show {
    -webkit-animation: 0.3s alternate fadeIn;
    animation: 0.3s alternate fadeIn;
}
.nav-item.dropdown.dropdown-mega {
    position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 60%;
    top: 93px;
    left: 12%;
    padding: 0;
    border: 2px solid #5bacc7;
}
.navbar-toggler {
    border: none;
    padding: 0;
    outline: 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    z-index: 11;
    float: right;
}
.prcess-divider-sec:after,
.prcess-divider-sec:before {
    z-index: 100;
    background-size: 100%;
    background-repeat: no-repeat;
}
.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), 0.2s ease-in-out;
    left: 0;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0 -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}
.icons {
    display: inline-flex;
    margin-left: auto;
}
.icons a {
    transition: 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
}
.icons a:hover {
    color: #fff;
    text-shadow: 0 0 30px #fff;
}
.intro {
    padding: 60px 30px;
    color: #333;
    margin-bottom: 15px;
}
.intro h1 {
    font-size: 18pt;
    padding-bottom: 15px;
}
.action {
    display: block;
    margin-top: 20px;
}
a.btn {
    color: #666;
    border: 2px solid #666;
    padding: 10px 15px;
    margin-left: 5px;
}
.credit,
.credit a {
    color: #333;
}
a.btn:hover {
    background: #666;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.btn:before {
    font-weight: 400;
    margin-right: 10px;
}
.github:before {
    content: "\f09b";
}
.down:before {
    content: "\f019";
}
.back:before {
    content: "\f112";
}
.credit {
    padding: 12px;
    font-size: 9pt;
    margin-top: 40px;
}
.credit span:before {
    color: #e41b17;
    content: "\f004";
}
.credit a:hover {
    color: #1dbf73;
}
.credit a:hover:after {
    content: "\f08e";
    font-size: 9pt;
    position: absolute;
    margin: 3px;
}
main {
    min-height: 500px;
    padding: 20px;
}
article li {
    color: #444;
    margin-left: 33px;
    padding: 5px;
}
article h1,
article h2,
article h3,
article h4,
article p {
    padding: 14px;
    color: #333;
}
@media only screen and (min-width: 1280px) {
    main {
        max-width: 1160px;
        margin-left: auto;
        margin-right: auto;
        padding: 24px;
    }
}
.set-glass,
.set-overlayer,
.set-sticky {
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    color: #333;
    font-size: 16px;
}
.set-glass:after,
.set-overlayer:after,
.set-sticky:after,
.to-active:after {
    font-family: FontAwesome;
    font-size: 18pt;
    position: relative;
    float: right;
}
.set-glass:after,
.set-overlayer:after,
.set-sticky:after {
    content: "\f204";
    transition: 0.6s;
}
.to-active:after {
    content: "\f205";
    color: teal;
    transition: 0.6s;
}
.set-glass,
.set-overlayer,
.set-sticky,
.source,
.theme-tray {
    margin: 10px;
    background: #f2f2f2;
    border-radius: 5px;
    border: 2px solid #f1f1f1;
    box-sizing: border-box;
}
pre.prettyprint {
    padding: 15px !important;
    margin: 10px;
    border: 0 !important;
    background: #f2f2f2;
    overflow: auto;
}
.source {
    white-space: pre;
    overflow: auto;
    max-height: 400px;
}
code {
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 2px;
}
.navbar {
    position: unset !important;
}
.mega-content.presence ul.sub-menu {
    gap: 12px;
}
.custom-style .nav-link h4 {
    font-size: 20px;
    text-align: left;
    color: #5bacc6;
    margin-bottom: 3px;
}
.custom-style .nav-link p {
    text-align: left;
    color: #353535;
    border-bottom: 1px solid #ebf0f1;
    margin-bottom: 0;
    padding-bottom: 1rem;
    font-size: 14px;
}
.nav-link:last-child p,
span.fulltext:nth-child(2) {
    border-bottom: 0;
}
.custom-style .nav-link.active {
    background: 0 0 !important;
    position: relative;
}
.cards.reverd::after,
.cards.reverd:hover::before {
    background-size: 40px;
    content: "";
}
.cards.reverd:hover::before,
.cards:hover::before {
    background-image: url(../images/services/dark-icon.png);
}
.cards.reverd::after,
.cards::after {
    background-image: url(../images/services/d-icon.png);
}
.custom-style .nav-link:after,
.presence-list > li:after,
.sub-menu > li:before {
    background-color: #5bacc6;
    background-clip: content-box;
}
.custom-style .nav-link {
    padding-left: 60px !important;
    position: relative;
}
.custom-style .nav-link:before {
    content: "";
    height: 100%;
    width: 10px;
    border-right: 2px dotted #2e6b7b;
    position: absolute;
    left: 30px;
    top: 22px;
}
.mega-content {
    background-image: url(../images/bg-building.png);
    background-repeat: repeat-x;
    background-size: 100% 100px;
    background-position: bottom left;
}
.custom-style .nav-link:after {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    border: 1px solid #b4b4b4;
    padding: 2px;
    border-radius: 10px;
    top: 9px;
    left: 30px;
}
.custom-style .nav-link.active h4 {
    color: #2e6b7b;
    position: relative;
}
.custom-style .nav-link.active h4::after {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    top: 10px;
    transform: rotate(45deg);
    right: -47px;
    background: #5bacc7;
}
.align-items-start > .col-md-6 {
    max-width: 100% !important;
    width: 100%;
    padding-bottom: 70px;
}
.cards::after,
.cards:hover::before {
    bottom: 0;
    width: 50px;
    height: 50px;
    background-size: 40px;
    right: 0;
    content: "";
}
.align-items-start {
    display: grid !important;
    grid-gap: 0;
    grid-template-columns: 40% 60%;
    width: 100%;
    margin: 0;
}
.tab-content {
    background: url(../images/drop-down-bg.png) 0 0/100% #5bacc7;
    min-height: 100%;
}
.cards.detail-height-2,
.cards.detail-height > .inner-card-2,
.fixed-min-height {
    min-height: 300px !important;
}
.sub-menu {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom right;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    row-gap: 12px;
    padding: 30px 10px 10px 20px;
}
.candinates-page,
.services-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}
.sub-menu > li {
    flex: 0 0 100%;
    position: relative;
    display: block;
    padding-left: 15px;
    padding-right: 50px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    transition: 0.5s ease-in-out;
}
.sub-menu > li:hover {
    border-color: #2e6b7b;
}
.sub-menu > li > a {
    position: relative;
    color: #fff;
    font-size: 14px;
}
.sub-menu > li:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 10px;
    top: 6px;
    left: -12px;
}
.icons-white > li > a > span > img {
    filter: brightness(3.1);
}
.mega-content.single .active h4::after {
    content: "";
    opacity: 0;
}
span.fulltext {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #ebf0f1;
    text-align: left;
    display: table;
    margin: 0 auto;
}
.main-body {
    overflow: hidden;
}
.grid-divider-3 {
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 32% 32% 32%;
    grid-row-gap: 40px;
    margin-top: 40px;
}
span.fulltext > a {
    position: relative;
    color: #fff;
    font-size: 14px;
    align-items: center;
}
.bg-gray {
    background-color: #ebf0f1;
}
.inner-card img,
span.fulltext > a > img {
    width: 30px;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgb(91 172 198);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
    font-weight: 600;
}
.cards.detail-height > .inner-card {
    min-height: 397px;
}
.cards.detail-height {
    min-height: 400px;
    background-color: #5bacc6 !important;
}
.cards.detail-height > .inner-card > h4 {
    display: block !important;
    width: 100%;
}
.text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    z-index: 15;
}
.text-overlay > h5 {
    margin-bottom: 5px;
}
a.linkdin-icon {
    display: table;
    margin: 0 auto;
    padding: 12px;
    background: #5bacc6;
    border-radius: 100px;
    transform: translateY(40px);
}
a.linkdin-icon:hover img {
    filter: invert(1) !important;
}
.our-team {
    padding: 80px 0 120px;
}
.grid-divider-3 > .team-post:nth-child(3n + 3) > img {
    transform: skewY(3deg) translateY(10px);
}
.grid-divider-3 > .team-post:nth-child(3n-2) > img {
    transform: skewY(-3deg) translateY(10px);
}
.grid-divider-3 > .team-post:nth-child(3n + 3) > .blue-shade {
    transform: skewY(3deg) translateY(10px);
}
.grid-divider-3 > .team-post:nth-child(3n-2) > .blue-shade {
    transform: skewY(-3deg) translateY(10px);
}
.page-banner .contentBox {
    max-height: 520px;
    min-height: 550px;
}
.services-page {
    background-image: url(../images/services/banner.png);
}
.candinates-page {
    background-image: url(../images/candinantes.png);
}
section.faq-sec {
    padding: 50px 0;
}
.services-from {
    position: absolute;
    bottom: -520px;
    right: -100px;
    width: 50%;
    background: #fff;
    padding: 55px 20px 0;
    border: 10px solid #bde7f76b;
    border-radius: 10px;
    transform: skewY(-10deg);
}
.services-from input,
.services-from select,
.services-from textarea {
    float: left;
    width: 100%;
    border: 1px solid #959595;
    min-height: 50px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.services-from #submit_form {
    margin-bottom: 0;
    display: table;
    width: unset;
    border: 0;
    background: #5bacc6 !important;
    padding: 10px 20px !important;
    color: #fff !important;
    border-radius: 10px;
}
.capbox {
    background-color: #ebf0f1;
    border: 2px solid #5bacc6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 5px;
    border-radius: 10px;
}
#CaptchaDiv,
.capbox-inner {
    border-radius: 4px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.capbox-inner {
    font: bold 12px arial, sans-serif;
    margin: 0 auto;
    padding: 3px 10px 5px;
}
#CaptchaDiv {
    font-style: italic;
    font-size: 20px;
    user-select: none;
    padding: 3px 0 3px 8px;
    margin-right: 4px;
}
#CaptchaInput {
    border: 2px solid #5bacc6;
    margin: 3px 0 1px;
    width: 105px;
    min-height: 30px;
}
.cards,
.cards .inner-card {
    display: flex;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    border-radius: 10px;
}
.services-from textarea {
    max-height: 200px;
}
.cardBox {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top: 70px;
    row-gap: 30px;
    flex-wrap: wrap;
}
.g_card {
    flex: 0 0 34% !important;
    flex: 0 0 40% !important;
}
.bpo_card {
    flex: 0 0 46% !important;
}
.single_card {
    flex: 0 0 100% !important;
}
.double_card {
    flex: 0 0 44% !important;
}
.cards {
    flex: 0 0 31%;
    background: #313131;
    flex-direction: column;
    filter: none;
    position: relative;
    z-index: 9999999;
    padding: 1px;
}
.top-lg-0::after {
    content: "";
    top: -21px !important;
}
.cards_ar::after {
    left: 10px !important;
}
.cards::after {
    position: absolute;
}
.cards:hover::before {
    position: absolute;
    z-index: 9;
}
.cards .inner-card {
    flex-direction: column;
    min-height: 160px;
    justify-content: space-around;
    padding: 15px 20px;
    background: #ebf0f1;
    height: 100%;
}
.fixed-min-height {
    padding: 35px 20px !important;
}
.cards.reverd,
.cards.reverd .inner-card {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    text-align: end;
}
.cardBox.map-cards .cards,
.cards:hover,
.cards:hover .inner-card {
    background: #2e6b7b;
}
.recruitment-sec.bg-white .cardBox .cards:hover .inner-card img {
    filter: brightness(5.5);
}
.row-col-1 p {
    margin-bottom: 15px;
}
.top-0::after {
    content: "";
    top: -10px;
}
.sub-menu > li > a > span > img {
    width: 20px;
    margin-right: 0;
}
.cards > img {
    width: 35px;
    margin-bottom: 10px;
}
.about-us {
    padding: 130px 0;
}
.contact_form span {
    margin-top: -6px;
    margin-bottom: 12px !important;
}
.space-span span {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}
.services-from option {
    overflow: hidden;
    word-wrap: wrap;
}
.services-from span {
    color: #1e1e1e;
    font-size: 18px;
    margin-bottom: 15px;
    display: table;
}
.recruitment-sec {
    background-image: url(../images/services/achivement-bg.png);
    background-size: cover;
    background-position: top left;
    padding: 100px 0 150px;
}
.services-from > form {
    transform: skewY(10deg);
}
.accordion-item,
.bg-plan .achievements-sec {
    background: 0 0 !important;
}
.bg-plan,
.team-page {
    background-position: bottom left;
}
.bg-plan {
    background-image: url(../images/bg-building.png);
    background-repeat: repeat-x;
    background-size: 100% 100px;
    padding-top: 1.5rem !important;
}
.recruitment-sec.dark-bg {
    background-image: url(../images/services/dark-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top left;
    padding: 100px 0 150px;
}
.blue-card .content_area .inner-card a,
.blue-card .content_area p a:hover,
.blue-card .content_area ul li a:hover,
.dark-bg .cards .inner-card h4,
.dark-bg .cards .inner-card p {
    color: #fff !important;
}
.dark-bg .cards {
    background: #ffff !important;
}
.dark-bg .cards .inner-card {
    background: #2e6b7b !important;
    color: #fff;
    padding: 35px 18px;
}
.presenc-page {
    display: block;
    min-height: 600px;
}
.presenc-page .services-from {
    bottom: -80px;
}
.subCard-flags > .cards {
    flex: unset;
    text-align: center;
}
.subCard-flags {
    flex: 0 0 32%;
    position: relative;
}
.subCard-flags > img {
    transform: translateY(10px);
    position: absolute;
    z-index: 99999999;
    top: -75px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.flags-sec .cardBox {
    grid-row-gap: 90px;
}
.flags-sec {
    padding: 100px 0 180px;
}
ul.presence-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}
.presence-list > li {
    flex: 0 0 49%;
    display: block;
    padding-left: 4px;
    position: relative;
    margin-bottom: 10px;
}
.presence-list > li > a {
    color: #000;
}
.presence-list > li > a:hover {
    color: #2e6b7b;
}
.presence-list > li:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border: 1px solid #b4b4b4;
    padding: 2px;
    border-radius: 10px;
    top: 9px;
    left: -20px;
}
.display-inline {
    display: inline;
}
.display-inline::after {
    content: "";
    right: -75px;
}
.display-table-left {
    display: table;
    position: relative;
}
.display-table-left::after {
    content: "";
    right: -44px;
}
.team-page {
    background-image: url(../images/our-team.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.decBox p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-wrap;
    text-overflow: ellipsis;
}
ul.listItem {
    padding: 0;
}
.dark-blue-bg-sec {
    background: #2e6b7b;
    padding: 100px 0 0;
    overflow: hidden;
}
.prcess-divider-sec {
    position: relative;
    padding-bottom: 100px;
}
.dark-blue-bg-sec .iconBox::before {
    background: #2e6b7b;
    left: 31px;
    border-radius: 60px;
}
.dark-blue-bg-sec .display-grid:nth-child(2n) .iconBox::before {
    left: auto;
    right: 30px;
}
.accordion .accordion-item {
    border-bottom: 1px solid #91666600;
    border-color: #91666600;
    margin-bottom: 20px;
}
.accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 1px solid #03b5d2;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1.5rem;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: 1px solid #5bacc6;
    background: 0 0;
    outline: 0;
    border-radius: 10px;
}
.blog_date span,
.btn-flip {
    font-weight: 600;
}
.accordion button:focus,
.accordion button:hover {
    cursor: pointer;
    color: #03b5d2;
}
.accordion button:focus::after,
.accordion button:hover::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 26px;
    right: 1rem;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}
.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.accordion button[aria-expanded="true"] {
    background: #5bacc6;
    color: #fff;
}
.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
    opacity: 1;
    max-height: fit-content;
    transition: 0.2s linear;
    will-change: opacity, max-height;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #5bacc6;
    border-radius: 0 0 10px 10px;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.2s linear, max-height 0.2s linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 1rem;
}
.certified-logo > img:nth-child(2),
.prcess-divider-sec:after,
.prcess-divider-sec:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.cardBox.map-cards .cards .inner-card:hover > img {
    filter: inherit !important;
}
.map-cards .cards {
    flex: 0 0 23.5%;
}
.cardBox.map-cards .cards.reverd {
    text-align: start !important;
    justify-content: left;
}
.cardBox.map-cards .cards.reverd .inner-card {
    justify-content: center;
    align-items: self-start;
}
.cardBox.map-cards .cards.reverd .inner-card img {
    margin-right: unset;
    margin-left: 0;
}
.cardBox.map-cards .cards .inner-card {
    align-items: flex-start;
}
.cardBox.map-cards .cards.reverd .inner-card {
    justify-content: center;
    align-items: self-start;
    text-align: left;
    min-height: 315px;
    padding: 40px 20px;
}
.cardBox.map-cards .cards .inner-card {
    align-items: flex-start;
    text-align: left;
    min-height: 315px;
    padding: 40px 20px;
}
.map-sec {
    margin-top: -310px;
    position: relative;
}
.map-sec::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2e6c7b33;
}
.dark-blue-bg-sec .iconBox::after {
    border-color: #fff;
    border-radius: 55px;
}
.prcess-divider-sec .grid-col2 .colBox.display-grid:first-child {
    transform: translateX(22px);
}
.prcess-divider-sec .grid-col2 .colBox.display-grid:nth-child(2) {
    transform: translateX(-22px);
}
.grid-col2 {
    display: grid;
    grid-gap: 64%;
    grid-template-columns: 18% 18%;
    grid-row-gap: 70px;
}
.steps-counts {
    padding: 0;
    background: #fff;
    display: flex;
    width: 80px;
    height: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
    border-radius: 100px;
    font-size: 20px;
    color: #2e6b7b;
}
.steps-counts small {
    font-size: 25px;
    line-height: 15px;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: right !important;
}
.prcess-divider-sec:after {
    content: "";
    height: 100%;
    width: 572px;
    bottom: -34px;
    background-image: url(../images/services/delt-2.png);
}
.prcess-divider-sec:before {
    content: "";
    height: 644px;
    width: 644px;
    bottom: -267px;
    background-image: url(../images/services/dotted-cicle.png);
    animation: 2s linear infinite move3;
}
@keyframes move3 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.certified-logo > img:nth-child(2) {
    top: 9%;
}
.certified-logo > img:first-child {
    animation: 10s linear infinite move4;
}
@keyframes move4 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@media screen and (max-width: 1440px) {
    .navbar-expand-lg .navbar-nav li.nav-item {
        margin-right: 0px;
    }
}
.display-grid:nth-child(2) .iconBox2:after {
    content: "";
    width: 85px !important;
}
.display-grid:nth-child(2n) .iconBox2:after,
.display-grid:nth-child(2n) .iconBox3:after {
    left: auto !important;
    right: -10px !important;
}
.display-grid:nth-child(2n) .iconBox2::before,
.display-grid:nth-child(2n) .iconBox3::before {
    left: auto !important;
    right: -18px !important;
}
.blog_card {
    border-radius: 20px;
    border: 2px solid #03b5d2;
}
.blog_page .contentBox h1,
.blog_page .contentBox h2 {
    font-size: 30px !important;
    line-height: initial !important;
}
.blog-content h1,
h1,
h2 {
    font-size: 35px;
}
.blog-content h2 {
    margin-top: 20px;
    font-size: 25px;
}
.blog-content h3 {
    color: #2e6b7b;
    font-size: 20px;
}
.blog-content p {
    margin-bottom: 10px !important;
}
.no_wrap {
    white-space: normal !important;
}
.services-sec .row-flex-gap .row_col::before {
    position: absolute;
    content: "";
    opacity: 0 !important;
    width: 71px;
    border-left: 2px dashed #5bacc6;
    height: 105%;
    top: 50px;
    left: 50%;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    animation: 8s linear infinite lineUpDown;
}
@keyframes lineUpDown {
    from {
        top: 50px;
    }
    to {
        top: 150px;
    }
}
.li_ar li::after {
    right: 0 !important;
}
.li_ar > li > a {
    padding: 8px 20px !important;
}
.li_ar > li > a:hover {
    transform: translateX(15px) !important;
}
.accordion_ar button,
.custom_ar2 .nav-link h4,
.custom_ar2 .nav-link p,
.sub_menu_ar {
    text-align: right !important;
}
.accordion_ar button .icon {
    left: 1rem !important;
    right: auto !important;
}
.panet_ar .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-right: 28px !important;
    padding-left: 0 !important;
}
.panet_ar .intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.2rem !important;
    margin: auto;
}
.ani2_ar:after {
    right: -50px !important;
}
.about-us_ar {
    padding: 100px 0 400px !important;
}
.services-from_ar {
    bottom: -700px !important;
    padding: 56px 20px 10px !important;
}
.banner_heading {
    margin-bottom: 300px;
}
.presence-list_ar > li:after {
    right: -20px !important;
    left: auto !important;
}
.custom_ar2 .nav-link:before {
    left: auto !important;
    right: 30px !important;
}
.custom_ar2 .nav-link:after {
    left: auto !important;
    right: 22px !important;
}
.custom_ar2 .nav-link {
    padding-left: 0.5rem !important;
    padding-right: 60px !important;
    position: relative;
}
.custom_ar2 .nav-link.active h4::after {
    right: auto !important;
    left: -30px !important;
}
.divider::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        0deg,
        rgba(91, 172, 198, 0.34506302521008403) -22%,
        #5bacc6 75%,
        rgba(91, 172, 198, 0.3534663865546218) 90%
    );
    top: 0;
    left: 48%;
}
.dataIncard .card {
    border: 1px solid #cecece;
    box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14);
    -webkit-box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14);
    -moz-box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14);
}
.dataIncard .card .overlayedimg {
    height: 280px;
    position: relative;
    overflow: hidden;
}
.dataIncard .card .overlayedimg::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: #5bacc6;
    z-index: 1;
    opacity: 0.6;
    transition: 0.5s ease-in-out;
}
.dataIncard .card:hover .overlayedimg::after {
    height: 0% !important;
}
.dataIncard .card .overlayedimg img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.dataIncard .card:hover .overlayedimg img {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}
.dataIncard .card .card-body .hiddenContent {
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: max-height 1s ease-in-out;
}
.about-us .col-md-6 img,
.about-us .col_5 img {
    max-width: 100%;
    height: auto;
}
.learnmore::before {
    position: absolute;
    top: -3px;
    content: "→";
    left: 100px;
    color: #5bacc6;
    transition: 0.2s ease-in;
    font-size: 20px;
}
.blue-card .content_area p {
    padding-bottom: 20px;
    text-align: justify !important;
    color: #fff !important;
}
.blue-card .content_area .inner-card a:hover,
.blue-card .content_area p a,
.blue-card .content_area ul li a {
    color: #000 !important;
}
.showContent {
    max-height: 100% !important;
    overflow: visible !important;
    -webkit-line-clamp: initial !important;
    transition: max-height 1s ease-in-out !important;
}
.service.bg-plan {
    background-image: none !important;
}
.service.bg-plan .achievements-sec {
    padding-bottom: 0 !important;
}
.fqa-main.last:before {
    height: 0;
}
.fqa-main {
    width: 100%;
    background-color: #ffffff91;
    transition: 0.4s ease-in-out;
    position: relative;
    border-radius: 15px;
    margin-bottom: 5px;
}
.fqa-main:before {
    content: "";
    width: 3px;
    height: 110%;
    background-color: #5bacc6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 28px;
    margin-top: 30px;
    z-index: 1;
}
.fqa-main .accordion {
    border-radius: 15px 15px 0 0;
    color: #231f20;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 20px;
    background: #fff !important;
    font-weight: 300;
    transition: 0.4s;
    padding: 0 70px;
    position: relative;
    min-height: 60px;
    margin-top: 0 !important;
}
.col-md-12 .overlayedimg.video {
    height: 500px !important;
}
.fqa-main .accordion.active {
    background-color: #5bacc6 !important;
    color: #fff;
}
.col-md-8.bg_parallex.trust::before {
    background: url(../images/trust_us.jpg);
    background-position: bottom right !important;
}
.bg_parallex.trust .mainHeading {
    font-size: 45px !important;
}
.bg-main.trust .singleHeading {
    font-size: 40px !important;
}
.accordion.active:before {
    content: "\f056";
}
.fqa-main.faq-active:after {
    background-color: #5bacc6;
    border-color: #fff;
}
.fqa-main .accordion:before {
    content: "＋";
    font-family: "Font Awesome 5";
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    width: 53px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 55px;
    background-color: #5bacc6;
    border-radius: 0 5px 5px 0;
}
.panel {
    padding: 10px 60px 20px;
    display: none;
    background-color: #fff;
    overflow: hidden;
}
.accordion.active:before {
    content: "−";
    background-color: #58585b;
}
.panel p,
.panel ul li {
    font-size: 16px;
    color: #0b0b0b;
    font-weight: 300;
    line-height: 1.7;
}
.fqa-main:after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #5bacc6;
    background-color: #5bacc6;
    position: absolute;
    top: 20px;
    left: 20px;
}
.btn-flip:after,
.btn-flip:before {
    border-radius: 20px;
    transition: 0.5s;
    display: block;
    left: 0;
    top: 0;
    color: #fff;
}
.btn-flip {
    opacity: 1;
    outline: 0;
    color: #fff;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
}
.btn-flip:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}
.btn-flip:hover:before {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
}
.btn-flip:after {
    opacity: 0;
    width: 100%;
    position: absolute;
    background: #000;
    font-size: 25px !important;
    content: attr(data-back);
    transform: translateY(-50%) rotateX(90deg);
}
.btn-flip:before {
    opacity: 1;
    padding: 0 30px;
    position: relative;
    background: #5bacc6;
    content: attr(data-front);
    transform: translateY(0) rotateX(0);
}
.cards.reverd .inner-card a,
.cards.reverd .inner-card h4 {
    text-align: start !important;
}
h4.text {
    font-size: 30px !important;
}
.listItem {
    padding-left: 0 !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-around;
    align-items: center;
    grid-column-gap: 30px;
}
.list-items2 > li {
    flex: 0 0 45%;
    position: relative;
    display: block;
    padding-left: 20px;
    padding-top: 15px;
}
.list-items2 > li:after {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    background-color: #5bacc6;
    border: 1px solid #b4b4b4;
    padding: 2px;
    border-radius: 10px;
    background-clip: content-box;
    top: 20px;
    left: 0;
}
.cards.reverd::after {
    right: 12px !important;
    left: unset;
}
.bg_parallex .listItem > li::before {
    background-image: url(../images/check-icon2.svg) !important;
    background-size: 15px;
    position: absolute;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    top: 4px;
    left: 10px;
}
.cards.reverd:hover::before {
    right: 12px !important;
    left: unset !important;
}
.inner-card p {
    max-height: 135px;
    padding: 0 10px 0 0 !important;
    overflow-y: auto !important;
    margin: 30px 0 !important;
}
.inner-card p::-webkit-scrollbar {
    width: 3px;
}
.cards:hover .inner-card p::-webkit-scrollbar-track {
    background: #2e6b7b;
}
.inner-card p::-webkit-scrollbar-track {
    background: 0 0;
}
.bg-main {
    background: #5bacc6 !important;
}
.bg_fixed {
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff !important;
}
.bg_fixed::before {
    content: "";
    background-image: url(../assets/images/saudi_embassy.jpg) !important;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: -2;
}
.form-check-input:checked {
    background-color: #5baac3 !important;
    border-color: #5baac6 !important;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.75em !important;
}
.bg_fixed::after,
.col-md-8.bg_parallex::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.col-md-8.bg_parallex::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../assets/images/attestImage.jpg);
    background-position: center !important;
    background-size: 100% 100% !important;
    background-attachment: fixed !important;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.inner-card p::-webkit-scrollbar-thumb {
    background: #5bacc6;
}
.inner-card p::-webkit-scrollbar-thumb:hover {
    background: #5bacc6;
}
.cards:hover .inner-card img {
    filter: brightness(3.5);
    position: absolute;
    width: 60%;
    top: 18%;
    left: 20%;
    opacity: 0.1;
    z-index: -1;
    transition: 0.2s;
    margin-bottom: 10px;
    filter: brightness(0);
}
.document .inner-card {
    height: 350px !important;
}
.dataIncard .card-body p {
    width: 100% !important;
}
.cards.reverd .inner-card > img {
    margin: 0 auto;
    margin-left: 0 !important;
}
.prcess-divider-sec .grid-col2 .colBox .lineMob {
    display: none !important;
    position: absolute;
    rotate: 57deg;
    top: -60px;
    left: 0px;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.prcess-divider-sec .grid-col2 .colBox:nth-child(2) .lineMob {
    rotate: -56deg;
    top: -157px;
    left: 75px;
}
.prcess-divider-sec .grid-col2 .colBox .decBox p {
    background-color: #2e6b7b !important;
}
.prcess-divider-sec .grid-col2 .colBox:nth-child(3) .lineMob {
    top: -15px;
    left: -10px;
}
.prcess-divider-sec .grid-col2 .colBox:nth-child(4) .lineMob {
    rotate: -48deg;
    top: -112px;
    left: 75px;
}
.prcess-divider-sec .grid-col2 .colBox .lineMob::before {
    position: absolute;
    content: "";
    width: 10px;
    border-left: 2px dashed #fff;
    height: 45vh;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    animation: 5s linear infinite lineUpDown2;
}
@keyframes lineUpDown2 {
    from {
        top: 0;
    }
    to {
        top: 5%;
    }
}
@media (max-width: 1440px) {
    p {
        font-size: 15px;
    }
    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 70%;
        top: 93px;
        left: 12%;
        padding: 0;
        border: 2px solid #5bacc7;
    }
    .bg_parallex.trust .mainHeading {
        font-size: 35px !important;
    }
    .services-from {
        right: -100px;
        width: 48%;
    }
}
@media (max-width: 600px) {
    h4.text-size {
        font-size: 25px;
    }
    .col-md-12 .overlayedimg.video {
        height: 250px !important;
    }
    .dataIncard {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    #button {
        width: 40px !important;
        height: 40px !important;
    }
    #button::after {
        font-size: 1.5em !important;
    }
    .contentBox h3 {
        font-size: 25px !important;
    }
}
@media screen and (max-width: 1024px) {
    .navbar-expand-lg > .container-fluid {
        padding-left: 20px;
    }
    .logo img {
        max-width: 120px;
        margin-left: 20px;
    }
    .header-sec > .container {
        padding: 0;
    }
    .recruit-manpower > a {
        padding: 14px 10px;
        display: block;
        font-size: 14px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
    .services-from {
        padding: 88px 20px 45px;
        display: table;
        position: unset;
        right: 0;
        margin-top: 0;
        width: 100% !important;
    }
    .comp-logo:before {
        content: "";
        position: absolute;
        height: 1px;
        width: calc(100% + 46px);
        border-bottom: 3px dotted #d1d6d6;
        bottom: -11px;
        left: -5px;
    }
}
@media screen and (max-width: 1280px) {
    .navbar-expand-lg .navbar-nav li.nav-item {
        margin-right: 0;
    }
    .container {
        width: 100%;
    }
    .nav_box {
        gap: 10px;
    }
    .ourCompany-sec .flex-5-col {
        height: 270px;
        overflow: hidden;
    }
    .w-800px {
        width: 700px !important;
        margin: 0 auto;
    }
    .comp-logo:after {
        content: "";
        position: absolute;
        top: -24px;
        right: -16px;
        height: 140%;
        width: 1px;
        border-right: 3px dotted #d1d6d6;
    }
    .services-from {
        right: -40px;
        width: 48%;
    }
    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 70%;
        top: 93px;
        left: 12%;
        padding: 0;
        border: 2px solid #5bacc7;
    }
    .row-col-2 {
        display: flex;
        gap: 30px;
        align-items: center;
    }
}
@media screen and (max-width: 991px) {
    .flex-5-col,
    .grid-row-3 {
        grid-row-gap: 20px;
    }
    .grid-col2,
    .grid-row-3 {
        grid-template-columns: 100% !important;
    }
    .about-us .row > .col-md-6 > img,
    .col_5 img,
    .textBox p {
        width: 100%;
    }
    .nav-item.dropdown.dropdown-mega .dropdown-menu,
    .services-from {
        width: 100% !important;
    }
    .d-circleBox2 img {
        margin-top: -35px !important;
    }
    .banner_heading {
        margin-bottom: 0 !important;
    }
    .wh-animation-dots:after {
        position: absolute;
        content: "";
        height: 35px;
        width: 35px;
        background-image: url(../images/wh-animate-arrows.png);
        background-repeat: no-repeat;
        background-size: contain;
        animation: 1.5s linear infinite rotate;
        top: -5px;
    }
    .dataIncard h3,
    h4.text-size {
        font-size: 20px;
    }
    .divider::before {
        left: 49.6% !important;
    }
    .animation-blue:after {
        height: 35px;
        width: 35px;
    }
    .services-from {
        display: table;
        position: unset;
        margin-top: 0;
        margin-bottom: 100px;
    }
    .row-col-2,
    .row-col-3 {
        display: block;
    }
    .address-box::after,
    .comp-logo:after,
    .flex-5-col:after,
    .iconBox:after,
    .iconBox:before {
        content: "";
        display: none;
    }
    .d-shapePost-box > img {
        max-width: 65%;
    }
    .row-flex-gap > .row_col .colBox {
        flex: 0 0 47%;
        position: relative;
        text-align: center;
        padding-top: 40px;
        display: flex;
        flex-direction: column;
    }
    .prcess-divider-sec {
        padding-bottom: 150px;
    }
    .decBox,
    .display-grid:nth-child(2n) .decBox {
        justify-content: center;
        text-align: center;
    }
    .flex-5-col {
        grid-gap: 2%;
        grid-template-columns: 32% 32% 32%;
    }
    .blog-row,
    .footer_nav,
    .grid-row-4 .grid-col {
        grid-template-columns: 49% 49%;
    }
    .col_5 img {
        margin-top: 40px;
    }
    .certified-sec .col_3 .certified-box:before {
        content: "";
        display: none;
        animation: 0.45s linear infinite border;
    }
    .certified-sec .col_3 .certified-box {
        text-align: center;
    }
    .certified-sec .col_3:nth-child(2) {
        text-align: center;
        margin: 25px 0;
    }
    .grid-row-4 .grid-col {
        grid-row-gap: 50px;
    }
    .blog-row {
        display: grid;
        grid-gap: 2%;
    }
    .toContact-sec {
        background: #366f88;
        padding: 100px 20px;
    }
    .contentBox h1 {
        font-size: 33px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .contentBox p {
        width: 99%;
        font-size: 19px;
        color: #fff;
        margin-bottom: 20px;
    }
    .services-from_ar {
        padding: 56px 20px 50px !important;
    }
    h1,
    h2,
    h3 {
        font-size: 32px;
    }
    .toContact-sec:after {
        opacity: 0;
        display: none;
    }
    .page-banner .contentBox {
        max-height: unset;
        min-height: 300px;
    }
    .top-auto::after {
        content: "";
        top: auto !important;
    }
    .nav_box {
        display: block;
        padding: 25px 0 0 !important;
    }
    .dot {
        display: none;
    }
    .cardBox,
    .explore_buttons {
        display: flex;
    }
    .prcess-divider-sec:before {
        content: "";
        height: 500px;
        width: 500px;
    }
    .prcess-divider-sec:after {
        content: "";
        height: 100%;
        width: 427px;
        bottom: -518px;
    }
    .certified-logo > img:nth-child(2) {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 4%;
        width: 52%;
    }
    .blue-card {
        background-size: cover !important;
    }
    .cardBox {
        justify-content: center;
        gap: 40px;
        margin-top: 70px;
        row-gap: 30px;
        flex-wrap: wrap;
    }
    .g_card {
        flex: 0 0 40% !important;
    }
    .delta-video {
        width: 98%;
        height: 430px;
        border-radius: 30px;
    }
    .toContact-sec p {
        width: 80%;
    }
    .cards {
        flex: 0 0 46% !important;
    }
    .custom_col {
        max-width: 100%;
        width: 100%;
    }
    .custom_col p {
        text-align: justify !important;
    }
    .catglist > ul > li {
        margin-bottom: 15px;
        display: block;
        font-size: 14px;
        font-weight: 400;
        white-space: normal;
    }
    .cards .inner-card {
        padding: 25px 20px;
    }
    .explore_buttons .full_time {
        background-color: #5bacc7;
        padding: 5px 1px;
        border-radius: 5px;
        margin: 0 2px;
    }
    .grid-divider-3 {
        display: grid;
        grid-gap: 2%;
        grid-template-columns: auto auto;
        grid-row-gap: 40px;
        margin-top: 40px;
    }
    .ourCompany-sec .flex-5-col {
        height: 410px !important;
        overflow: hidden;
    }
    .comp-logo:before {
        content: "";
        position: absolute;
        height: 1px;
        width: calc(100% + 46px);
        border-bottom: 3px dotted #d1d6d6;
        bottom: -11px;
        left: -5px;
    }
    .top-banner {
        background-image: url(../images/top-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: unset;
        min-height: 850px;
    }
    .ourCompany-sec.show-data .flex-5-col {
        height: unset !important;
        overflow: visible;
    }
    .ourCompany-sec.show-data {
        padding: 200px 0;
    }
    .upload_about {
        padding: 100px 0 !important;
    }
    .trust-staff img {
        height: 500px !important;
    }
    .adv_sec {
        padding-bottom: 220px !important;
    }
    .cntry {
        padding-bottom: 300px !important;
    }
    .about-us_ar {
        padding: 0 0 100px !important;
    }
    .fqa-main .accordion {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 650px) {
    .align-items-start,
    .blog-row,
    .footer_nav,
    .grid-row-4 .grid-col {
        grid-template-columns: 100%;
    }
    .sub-menu,
    .top-banner {
        background-repeat: no-repeat;
    }
    .custom_ar2 .nav-link.active h4::after {
        right: auto !important;
        left: -45px !important;
    }
    .about_2 {
        padding: 0 !important;
    }
    .txt_center {
        text-align: center !important;
    }
    .prcess-divider-sec .grid-col2 .colBox .lineMob {
        display: block !important;
    }
    .prcess-divider-sec .decBox {
        margin-top: 25px;
    }
    .panel p,
    .panel ul li {
        font-size: 14px !important;
    }
    .services-sec .row-flex-gap .row_col::before {
        opacity: 1 !important;
    }
    .list-items > li:after {
        top: 13px;
        left: 5px;
    }
    .about-us .row > .col-md-6 > img,
    .nav-item.dropdown.dropdown-mega .dropdown-menu,
    .textBox p,
    .toContact-sec p {
        width: 100%;
    }
    .top-auto::after,
    .top-lg-0::after {
        content: "";
        top: auto !important;
    }
    .sidebar2::after {
        background-size: 150px;
        width: 150px;
        height: 150px;
        bottom: -30px;
    }
    .fqa-main:before {
        left: 18px !important;
    }
    .fqa-main:after {
        left: 10px !important;
    }
    .why-us p {
        text-align: justify !important;
        width: 100% !important;
    }
    .catglist ul,
    .catglist:not(:first-child) p,
    .copyright-sec p,
    .textBox h5 {
        text-align: center;
    }
    .wh-animation-dots:after {
        top: -25px;
        right: -35px;
    }
    .mega-content.presence ul.sub-menu li {
        display: block !important;
        padding: 10px;
    }
    .sub-menu > li {
        padding-bottom: 10px;
        padding-top: 10px !important;
    }
    .nav_box {
        display: block;
        padding: 25px 0 0 !important;
    }
    .sub-menu {
        background-size: 100% 100%;
        background-position: bottom right;
        display: block;
        row-gap: 12px;
        padding: 30px 10px 10px 20px;
    }
    .sub-menu > li > a {
        display: flex !important;
        align-items: center !important;
    }
    .slick-slider {
        z-index: 9;
    }
    .prcess-divider-sec:after,
    .prcess-divider-sec:before {
        content: "";
        display: none;
    }
    .custom_col {
        max-width: 100%;
        width: 100%;
    }
    .img_size_mob,
    .services-from {
        width: 100% !important;
    }
    .copyright-sec p {
        margin-top: 20px;
    }
    .services-from_ar {
        padding: 56px 20px 50px !important;
    }
    .services-from {
        display: table;
        margin-top: 0;
    }
    .bpo_card,
    .cards,
    .double_card,
    .g_card,
    .map-cards .cards {
        flex: 0 0 90% !important;
    }
    .dot {
        display: none;
    }
    .flag-list {
        display: block;
    }
    .certified-logo img {
        top: 5% !important;
        width: 90%;
    }
    .slick-arrow {
        position: absolute;
        top: 30%;
        height: 100px;
        left: -60px;
        width: 53px;
    }
    .slider-bg {
        padding: 25px 60px;
    }
    .slick-next.slick-arrow {
        right: -60px;
    }
    .blog-row {
        display: grid;
        grid-gap: 2%;
        margin-bottom: 50px;
    }
    .flexBox {
        flex-direction: column;
    }
    .flexBox .col_5:nth-child(2) {
        display: flex;
        order: 1;
    }
    .flexBox .col_5:first-child {
        display: flex;
        order: 2;
    }
    .catglist h4 {
        margin: 0 auto 20px;
    }
    .social_icons ul {
        display: flex !important;
        justify-content: center;
    }
    .textBox {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .fixed-min-height {
        padding: 35px 20px !important;
    }
    .catglist ul {
        justify-content: center;
    }
    .flex-5-col {
        grid-template-columns: 49% 49%;
    }
    .row-flex-gap > .row_col .colBox {
        flex: 0 0 100% !important;
    }
    .buttons {
        display: flex;
        gap: 15px;
    }
    .d-circleBox {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -70px;
        position: relative;
        z-index: 99;
        margin-top: 70px;
    }
    .achievements-sec {
        padding: 100px 0 250px;
        margin-top: -33px;
    }
    .achievements-sec small::after {
        right: -50px;
        top: -5px;
    }
    .animation-blue2:after {
        right: 0;
        height: 35px;
    }
    .blue-card {
        background-size: cover !important;
        padding: 82px 20px;
    }
    .wh-animation-dots:after {
        height: 40px;
    }
    .wh-animation-dots2:after {
        height: 35px;
        width: 35px;
        right: -40px;
    }
    .animation-blue2-right::after {
        height: 35px;
        right: -40px !important;
    }
    .scope_ani::after {
        content: "";
        top: 10px;
    }
    .accordion button .icon {
        display: inline-block;
        position: absolute;
        top: 40px;
        right: 0.23rem;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
    }
    .btnMob {
        flex-direction: column !important;
    }
    .advantages-section {
        padding: 100px 0 260px !important;
    }
    .trust-section {
        margin-top: -100px !important;
    }
    .delta-video {
        width: 98%;
        height: 200px !important;
        border-radius: 30px;
        margin-bottom: 50px;
    }
    .ourCompany-sec .flex-5-col {
        height: 320px !important;
        overflow: hidden;
    }
    .grid-divider-3 {
        display: grid;
        grid-gap: 2%;
        grid-template-columns: auto;
        grid-row-gap: 40px;
        margin-top: 40px;
    }
    .w-800px {
        width: 390px !important;
        margin: 0 auto;
    }
    .comp-logo:before {
        content: "";
        position: absolute;
        height: 1px;
        width: calc(100% + 46px);
        border-bottom: 3px dotted #d1d6d6;
        bottom: -11px;
        left: -5px;
    }
    .certified-logo > img:nth-child(2) {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 4%;
        width: 90%;
    }
    .top-banner {
        background-image: url(../images/top-bg.png);
        background-size: cover;
        background-position: unset;
        min-height: 850px;
    }
    .ourCompany-sec.show-data .flex-5-col {
        height: unset !important;
        overflow: visible;
    }
    .ourCompany-sec {
        padding: 145px 0;
    }
    .ourCompany-sec.show-data {
        padding: 365px 0;
    }
    .upload_about {
        padding: 100px 0 !important;
    }
    .prcess-divider-sec .grid-col2 .colBox.display-grid:first-child,
    .prcess-divider-sec .grid-col2 .colBox.display-grid:nth-child(2) {
        transform: translateX(0);
    }
    .subCard-flags {
        flex: 0 0 90% !important;
        position: relative;
    }
    .country-section {
        padding: 100px 0 530px !important;
    }
    .cnt_sec {
        margin-top: -420px !important;
    }
    .why_2 {
        padding: 50px 0 !important;
    }
    .list-items > li > a {
        font-size: 13px;
        padding: 5px 10px !important;
        min-height: 40px;
        display: table;
        min-width: 80px;
        border: 2px solid transparent !important;
        line-height: 30px;
    }
    .list-items > li {
        flex: 0 0 40%;
        position: relative;
        display: block;
        border-bottom: 1px solid #d4e8ee;
        padding-left: 14px;
    }
    .list-items {
        padding: 35px 0 !important;
    }
    .organization img {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 20px;
    }
    .blog-col {
        height: 100% !important;
    }
    .banner_heading {
        margin-bottom: 0 !important;
    }
    .about-us_ar {
        padding: 0 0 100px !important;
    }
    .mega-content.presence,
    .mega-content.services-icon {
        overflow-y: auto;
        height: 76vh;
        overflow-x: hidden;
    }
    .certified-sec .animation-blue2:after,
    .company-sec .animation-blue2::after {
        right: -50px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    .contentBox h1 {
        font-size: 27px !important;
    }
    .scope-sec .display-table-left::after {
        right: -10px !important;
    }
    h1,
    h2 {
        font-size: 22px;
    }
    .animation-blue:after {
        height: 35px;
    }
    h4 {
        font-size: 18px;
    }
    .bg_parallex.trust .mainHeading {
        font-size: 30px !important;
    }
    .dataIncard > div.col-lg-6 {
        padding: 0 2rem;
        margin-bottom: 50px;
    }
}
.top-auto::after {
    content: "";
    top: auto !important;
}
.iconBox2::after,
.iconBox3::after {
    content: "";
    position: absolute;
    top: 43%;
    left: -5px !important;
    animation: 0.45s linear infinite border-dance;
}
.question {
    font-family: fonts-b !important;
}
.iconBox2::after {
    width: 85px !important;
    height: 300px !important;
    border: 2px dashed #5bacc6;
    border-radius: 20px;
}
.iconBox2:before,
.iconBox3::after {
    width: 70px !important;
}
.iconBox3::after {
    height: 250px !important;
    border: 2px dashed #5bacc6;
    border-radius: 20px;
}
.iconBox2:before,
.iconBox3:before {
    content: "";
    background: #fff;
    height: 250px !important;
    border-radius: 20px;
    top: 2px !important;
    left: -15px !important;
    z-index: 9;
    position: absolute;
}
.iconBox3:before {
    width: 65px !important;
}
.dot2 {
    height: 10px;
    width: 10px;
    background: #5bacc6;
    top: -4px;
    position: absolute;
    right: -10px;
    z-index: 99;
    border-radius: 100px;
}
.website-dd {
    position: absolute;
    right: 60px;
    top: 35px;
}
.web-dd-ar {
    left: 60px !important;
    right: auto;
}
.website-dd > .dropdown-menu {
    min-width: 105px !important;
    top: 35px;
    text-align: center !important;
}
.web-dd-ar > .dropdown-menu {
    min-width: 83px !important;
    top: 35px;
    left: 0;
    text-align: center !important;
}
.website-dd > a {
    padding: 14px 15px;
    background: #5bacc6;
    border: 2px solid #5bacc6;
    color: #fff;
}
.website-dd > a:hover {
    background: #1e1e1e;
    border: 2px solid #1e1e1e;
    color: #fff;
}
.xmark_sm {
    position: absolute !important;
    top: -35px !important;
    right: 9px !important;
}
.btnCss {
    padding: 12px 25px;
    border-radius: 100px;
    border: 2px solid #fff;
    text-align: center;
    background: #fff;
    color: #5bacc6;
    min-width: 200px;
}
.text_center {
    text-align: center !important;
}
.bg-white div.blue-card {
    padding: 135px 200px 80px !important;
    background-size: 100% 100% !important;
    background-image: url(/assets/images/about-us/bg-3.png);
}
@media screen and (max-width: 991px) {
    .bg-white div.blue-card {
        padding: 120px 50px !important;
        background-size: cover !important;
    }
    .bg-white div > h3 {
        font-size: 30px !important;
    }
}
@media screen and (max-width: 600px) {
    .bg-white div.blue-card,
    .col-md-8.bg_parallex::before {
        background-size: cover !important;
    }
    .about-us {
        padding: 85px 0;
    }
    .text_center {
        text-align: justify !important;
    }
    .bg-white div.blue-card {
        padding: 165px 20px !important;
    }
    .bg-white div > h3 {
        font-size: 18px !important;
    }
    .dataIncard .col-md-6 > .card {
        margin-bottom: 50px;
    }
    .bg_fixed .divider::before {
        width: 0 !important;
    }
    .col-lg-12 .delta-video {
        height: 300px;
    }
    .fqa-main .panel {
        padding: 10px 30px 20px !important;
    }
    h5.blue-color,
    h6.blue-color {
        margin-bottom: 20px !important;
    }
    .fqa-main .accordion {
        font-size: 13px !important;
        padding: 0px 65px 0px 35px !important;
    }
    .services-sec {
        background-image: url(../images/services_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom left;
        padding: 100px 0 235px;
    }
    .services-sec .d-circleBox img {
        width: 300px !important;
    }
    .marginFor {
        margin-top: -150px !important;
    }
    .dnoneFormob.display-none {
        display: none !important;
    }
}
.blue-color {
    color: #5bacc6 !important;
}
.white-color > p {
    color: #fff;
}
