/*
Theme Name: OneMg
Author: Thiru
Author URI: https://in.linkedin.com/in/thirukumaran-selvaraj
Description: This was an OneMg custom theme for onemg.com
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}
p {
    font-family: 'Work Sans', sans-serif;
}
a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
main {
    padding-top: 83px;
}
.container {
    max-width: 100% !important;
}
.mobile, .fold_mbl, .mobile_home_bnr {
    display: none !important;
}
input[type="date"] {
    position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background-position: right;
    background-size: auto;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 10px;
    top: 0;
    width: auto;
    transform: translateY(50%);
}
@media (max-width: 992px) {
    .container {
        max-width: 90% !important;
    }
}
@media (min-width: 993px) and (max-width: 1400px) {
    .container {
        max-width: 85% !important;
    }
}
@media (min-width: 1401px) and (max-width: 1800px) {
    .container {
        max-width: 80% !important;
    }
}
@media (min-width: 1801px) and (max-width: 2000px) {
    .container {
        max-width: 65% !important;
    }
}
@media (min-width: 2001px) {
    .container {
        max-width: 55% !important;
    }
}

/* Header */
.navbar_bg {
    padding: 14px 0px;
    background-color: #f3f3f3;
    z-index: 101;
    -moz-box-shadow: 3px 3px 4px #bfb6b6;
    -webkit-box-shadow: 3px 3px 4px #bfb6b6;
    box-shadow: 3px 3px 4px #bfb6b6;
}
.navbar-toggler {
    border: none;
    outline: none;
    padding: 10px 20px 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler .toggler-icon {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.navbar-toggler[aria-expanded="true"] .toggler-icon:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}  
.navbar-toggler[aria-expanded="true"] .toggler-icon:nth-child(2) {
    opacity: 0;
}  
.navbar-toggler[aria-expanded="true"] .toggler-icon:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}
.navbar_skew {
    width: 70px;
    height: 83px;
    background-color: #00bff3;
    z-index: -1;
    position: absolute;
    top: 0px;
    right: 15px;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.navbar_menu {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto';
}
.work_list_tag.d-flex.flex-wrap {
    border: 1px solid #707070;
    padding: 3px 10px;
    font-size: 14px;
}
.navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.navbar-collapse.show {
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
    padding: 120px 0px 50px;
    z-index: 100;
}
.navbar-nav .nav-item a {
    font-size: 35px;
    font-weight: bold;
    display: block;
    color: #004e97;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
}
.navbar-collapse .navbar-nav li:last-child a {
    border-bottom: unset;
}
.navbar_social ul li a img {
    width: 35px;;
}

/* Footer */
.footer_location h3 {
    font-size: 24px;
    color: #242424;
}
.footer_location p {
    color: #575757;
    font-weight: 300;
    font-size: 20px;
}
.footer_location:after {
    content: "";
    background: #707070;
    top: 10px;
    right: 0px;
    height: 50px;
    position: absolute;
    width: 1px;
}
.footer_location:last-child::after {
    content: unset; 
}
.footer_title {
    color: #717171;
    border-top: 1px solid #707070;
    padding-top: 15px;
    font-weight: 600;
}
.footer_ul li {
    color: #666;
    margin: 12px 0px;
    font-family: 'Roboto';
    font-weight: 400;
    cursor: pointer;
}
.footer_social li, .footer_copywrite li {
    border-right: 1px solid #888;
}
.footer_social li:last-child, .footer_copywrite li:last-child {
    border-right: unset;
}
.footer_social li a img {
    width: 25px;
}
.footer_copywrite li, .footer_copywrite li a {
    color: #656565;
    font-family: 'Roboto';
}
.footer_bottom {
    border-top: 1px solid #888;
}
.talk_to_us_form .btn-group {
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    border-radius: unset;
}
.talk_to_us_form .btn-group button {
    border: unset;
    width: 100%;
    text-align: left;
    padding: 10px 0px;
    color: #000;
}
.talk_to_us_form .btn-group button span {
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    display: block;
    overflow: hidden
}
.talk_to_us_form .btn-group button::after {
    position: absolute;
    top: 50%;
    right: 15px;
}
.talk_to_us_form_open > .dropdown-menu {
    display: block;
    top: 45px;
    width: 100%;
    padding: 10px 20px 5px;
}
.talk_to_us_form_open > .dropdown-menu li {
    margin: 10px 0px;
}
.talk_to_us_form_open > .dropdown-menu li label {
    cursor: pointer;
}
.talk_to_us_form_open > .dropdown-menu li a, .talk_to_us_form .form-control::-webkit-input-placeholder,
.careers_form .form-control::-webkit-input-placeholder {
    color: #000;
}
.talk_to_us_form_open > .dropdown-menu li a input {
    margin-right: 3px;
}
.talk_to_us_form .form-control, .careers_form .form-control {
    font-family: 'Roboto', sans-serif;
    border: unset;
    border-bottom: 1px solid #000;
    border-radius: unset;
    padding: 10px 0px;
}
.careers_form input[type="file"] {
    border: 1px solid #000 !important;
    border-radius: .375rem !important;
    padding: .375rem .75rem !important;
    color: #000;
}
.talk_to_us_form input:focus, .talk_to_us_form textarea:focus,
.careers_form input:focus, .careers_form textarea:focus {
    box-shadow: none;
}
.talk_to_us_header {
    background: linear-gradient(90deg, #6FBCBC 0%, #DDC600 100%);
}
.talk_to_us_header .btn-close {
    top: 20px;
    right: 13px;
    background-size: 13px;
}
.talk_to_us_form_submit input, .talk_to_us_form_submit input:hover,
.careers_form_submit input, .careers_form_submit input:hover {
    background-color: #000;
    color: #fff;
}
.talk_to_us_form_submit p, .careers_form_submit p {
    display: flex;
    justify-content: center;
    align-items: center;
}
.enquiry_toast:has(> .show) {
    z-index: 99;
    background: #0000004d;
    height: 100vh;
}
.enquiry_toast .toast-body {
    background-color: #fff;
}
.lets_connect_img {
    width: 30%;
}
.whatsapp_img {
    width: 25%;
}
.home_banner .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 70px !important;
    transform: rotate(180deg);
}
.home_banner .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 70px !important;
}
.home_banner .owl-nav .owl-prev img, .home_banner .owl-nav .owl-next img {
    background: #02020275;
    border-radius: 50px;
    width: 40px;
    z-index: 1;
    cursor: pointer;
    filter: invert(1);
}
.owl-carousel .owl-dots {
    text-align: center;
}
.owl-carousel .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px; 
    background-color: #ddd !important; 
    border-radius: 50%; 
    transition: background-color 0.3s ease, transform 0.3s ease; 
}
.owl-carousel .owl-dot.active {
    background-color: #656565 !important;
    transform: scale(1.2); 
}
.home_banner .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.home_banner .owl-dot {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px solid #fff !important;
    padding: 0px;
}
.home_banner .owl-dot.active  {
    background-color: #fff !important;
}
.home_bnr_txt_1 {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translate(-50px, -50%);
    padding-bottom: 24px;
}
.home_bnr_txt_1_title {
    font-size: 44px;
    color: #000;
    text-align: left;
    font-family: 'ivyora-display', sans-serif;
    font-weight: 400;
    line-height: 53px;
}
.home_bnr_txt_1_subtitle {
    font-size: 99px;
    font-family: 'lust-display';
    font-weight: 900;
    font-style: normal;
    color: black;
    letter-spacing: 0px;
}
.home_bnr_txt_1_loca li {
    margin-right: 20px;
    font-size: 18px;
    font-family: 'Work Sans';
    color: #000;
    font-weight: 500;
    padding-right: 10px;
}
.home_bnr_txt_2 {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.home_bnr_txt_2_title {
    font-family: 'Work Sans', sans-serif;
    font-size: 45px;
    color: #000000;
    line-height: 1.1;
    letter-spacing: -3px;
    margin-bottom: 20px;
    font-weight: 300;
}
.home_bnr_txt_2_subtitle {
    padding: 0px 16px;
    font-weight: 600;
}
.home_bnr_txt_3 {
    position: absolute;
    left: 180px;
    top: 50%;
    transform: translate(-50px, -50%);
    padding-bottom: 24px;
    color: #fff;
}
.home_bnr_txt_3_title {
    font-size: 94px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0px;
}
.home_bnr_txt_3_subtitle {
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    width: 55%;
}
.home_bnr_txt_4 {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-50px, -50%);
    padding-bottom: 24px;
    color: #fff;
    width: 35%;
}
.home_bnr_txt_5 {
    right: 100px !important;
}
.industry_sec {
    background: #EEEEEE;
    margin-top: -7px;
    padding: 100px 0px;
}
.industry_row {
    background: linear-gradient(125deg, #e1effb, #d7e2f1);
    padding: 40px;
    border-radius: 30px;
    margin-bottom: 80px;
}
.industry_para {
    font-size: 22px;
    color: #575757;
    font-weight: 300;
    line-height: 30px;
}
.service_col {
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #6faca8, #d9b541);
    border-image-slice: 1;
    cursor: pointer;
}
.concept_sticky {
    top: 130px;
}
.accalaimed_sec {
    background-image: linear-gradient(125deg, #e8fff5, #ffe6de);
    padding: 100px 0px 50px;
}
.linear_gradient_container {
    background-image: linear-gradient(125deg, #eff8ef, #ffe6de);
}
.testimonials_title {
    color: #042e46;
    font-size: 60px;
    font-weight: 600;
}
.social_sec {
    margin-top: 9rem;
}
.testimonials_caption {
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 25%;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0px;
    color: #fff;
}
.testimonials_caption:hover {
    color: #fff !important;
}
.testimonials_cap_name {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}
.testimonials_cap_dest {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.testimonials_slider .owl-dots {
    margin-top: 15px;
}
.testimonials_slider .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #c1c1c1 !important;
    padding: 0px;
}
.testimonials_slider .owl-dot.active {
    background-color: #00ffff !important;
}
.acclaimed_row {
    width: 50%;
}
.career_bnr_text {
    font-size: 40px;
    font-weight: 300;
    bottom: 45px;
    letter-spacing: 2px;
}
.career_title {
    font-size: 80px;
    font-weight: 400;
    color: #042e46;
}
.career_li_postion {
    color: #606060;
    font-size: 20px;
}
.career_li_loca {
    font-size: 18px;
}
.career_li_desc {
    font-family: 'Roboto', sans-serif;
    color: #606060;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}
.career_li_readmore {
    border: 1px solid #337ab7;
    padding: 12px 25px;
    color: #337ab7;
}
.career_li_readmore:hover {
    color: #337ab7;
}
.career_li_apply {
    font-family: 'Roboto', sans-serif;
    background-color: #042e46;
    font-weight: 300;
    padding: 10px 25px;
    border: none;
}
.career_details p, .career_details ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
.blog_bnr_sec {
    background-color: #012a46;
    padding: 10% 0px;
}
.blog_bnr_wrap {
    width: 50%;
}
.blog_bnr_wrap .blog_bnr_subtitle {
    color: #00d1f2;
    font-weight: 600;
    font-size: 25px;
}
.blog_bnr_wrap h1 {
    font-size: 65px;
    font-weight: 600;
    letter-spacing: 1px;
}
.blog_bnr_wrap h1:before {
    content: "";
    position: absolute;
    bottom: 25px;
    background-color: #00d1f2;
    width: 70px;
    height: 5px;
}
.blog_bnr_wrap p {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
}
.blog_catagory_sec {
    background-color: #00bff3;
}
.blog_catagory_wrap p {
    width: 16.66%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px;
    cursor: pointer;
}
.blog_catagory_wrap .active {
    text-decoration: underline;
    text-underline-offset: 8px;
}
.blog_list h2 {
    font-size: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    min-height: 72px;
}
.blog_category {
    background-color: #012a46;
    font-size: 12px;
    font-weight: 300;
}
.blog_list .blog_desc {
    color: #747474;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 25px;
    min-height: 100px;
}
.blog_list .blog_rm_btn, .contact_form_wrap .talk_to_us_form .talk_to_us_form_submit input,
.client_all_btn, .export_btn {
    border: 1px solid #042e46;
    background: #042e46;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
.contact_form_wrap .talk_to_us_form .talk_to_us_form_submit input {
    padding: 10px 25px;
    margin-left: 10px !important;
}
.blog_pagination_prev, .blog_pagination_next, .blog_pagination_active {
    border: 1px solid #042e46;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.blog_pagination_prev:before, .blog_pagination_next:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 41%;
    right: 10px;
}
.blog_pagination_prev:before {
    left: 10px;
    right: unset;
    transform: rotate(-135deg);
}
.blog_details_wrap p, .blog_details_wrap ul li {
    font-size: 18px;
    color: #747474;
    font-family: 'Work Sans', sans-serif;
}
.blog_details_wrap ul {
    margin: 30px 0px;
}
.blog_details_wrap h2 {
    font-size: 23px;
    line-height: 30px;
    margin: 35px 0px 15px;
    color: #333;
}
.blog_details_title {
    line-height: 37px;
}
.blog_iframe {
    height: 600px;
}
.blog_details_wrap blockquote {
    background-color: #f6f6f6;
    padding: 25px 35px;
    border-left: 4px solid #012a46;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}
.about_who_sec, .awards_sec, .career_sec, .contact_sec, .clients_sec {
    background-color: #f4f4f4;
}
.about_sub_title {
    font-size: 60px;
    color: #042e46;
}
.about_man_waves img {
    -webkit-animation: about_waves 3s linear;
    animation: about_waves 3s linear;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    width: 30%;
    margin-left: 7px;
}

@keyframes about_waves {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.about_man img {
    -webkit-animation: about_man 2.5s linear;
    -o-animation: about_man 2.5s linear;
    animation: about_man 2.5s linear;
    -webkit-animation-iteration-count: 2;
    -o-animation-iteration-count: 2;
    animation-iteration-count: 2;
    width: 33%;
}
@keyframes about_man {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-8deg);
        -ms-transform: scale(.9) rotate(-8deg);
        -o-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg);
    }
    30%, 50%, 70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        -ms-transform: scale(1.3) rotate(8deg);
        -o-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg);
    }
    40%, 60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        -ms-transform: scale(1.3) rotate(-8deg);
        -o-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg);
    }
    80% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        -o-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
.about_title {
    font-size: 80px;
    font-weight: 300;
    color: #042e46;
}
.about_left_title {
    color: #042e46;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    padding-right: 50px;
}
.about_right_para {
    font-family: 'Roboto', sans-serif;
    color: #606060;
    font-size: 18px;
    font-weight: 300;
    width: 70%;
}
.about_category_title {
    color: #042e46;
    font-size: 21px;
    font-weight: 300;
}
.about_what_title {
    font-size: 70px;
}
.about_superman img {
    -webkit-animation: superman-bounce 0.9s infinite;
    -o-animation: superman-bounce 0.9s infinite;
    animation: superman-bounce 0.9s infinite;
    width: 30%;
    margin-left: 75px;
}
@keyframes superman-bounce {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0);
        -o-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }
    50% {
        -webkit-transform: translate3d(0px, -4px, 0);
        -o-transform: translate3d(0px, -4px, 0);
        transform: translate3d(0px, -4px, 0);
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0);
        -o-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }
}
.about_superman_wl {
    -webkit-animation: speed-bounce 0.9s infinite;
    -o-animation: speed-bounce 0.9s infinite;
    animation: speed-bounce 0.9s infinite;
}
@keyframes speed-bounce {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0);
        -o-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }
    50% {
        -webkit-transform: translate3d(0px, -16px, 0);
        -o-transform: translate3d(0px, -16px, 0);
        transform: translate3d(0px, -16px, 0);
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0);
        -o-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }
}
.about_superman_wr {
    -webkit-animation: speed-right-bounce 0.9s infinite;
    -o-animation: speed-right-bounce 0.9s infinite;
    animation: speed-right-bounce 0.9s infinite;
}
@keyframes speed-right-bounce {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0);
        -o-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }
    50% {
        -webkit-transform: translate3d(0px, -16px, 0);
        -o-transform: translate3d(0px, -16px, 0);
        transform: translate3d(0px, -16px, 0);
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0);
        -o-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }
}
.about_qoute_sec {
    border-left: 10px solid #16e1ff;
    border-right: 10px solid #16e1ff;
    padding: 0px 30px;
}
.about_qoute_sec p {
    font-family: 'Roboto', sans-serif;
    color: #042e46;
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
}
.about_quote_para {
    font-family: 'Roboto', sans-serif;
    color: #606060;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}
.awards_title {
    font-size: 60px;
    color: #042e46;
}
.awards_list_title {
    font-family: 'Roboto', sans-serif;
    color: #606060;
    font-size: 18px;
    font-weight: 500;
}
.awards_list_title span {
    font-weight: 400;
    color: #575757;
}
.awards_row {
    width: 85%;
}
.team_title_wrap {
    align-items: baseline;
}
.about_team_name {
    color: #042e46;
    font-size: 24px;
    font-weight: 600;
}
.about_team_name:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #042e46;
    width: 60px;
    height: 4px;
}
.about_team_dest {
    color: #042e46;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
}
.about_team_para {
    color: #606060;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    width: 80%;
}
.client_list_tit {
    color: #606060;
    font-size: 22px;
    font-weight: 400;
    border-color: #606060 !important;
}
.client_list_row {
    border-bottom: 1px solid #b7b7b7;
}
.client_list_row h5 {
    color: #042e46;
    font-size: 18px;
}
.client_list_row p {
    color: #606060;
    font-weight: 500;
}
.client_list_row a {
    color: #606060;
}
.client_list_row a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    background: #00ffff;
    height: 2px;
    width: 40%;
    transition-duration: 0.3s;
}
.client_list_row a:hover:after {
    width: 100%;
}
.contact_location, .contact_area, .contact_call {
    font-family: 'Roboto', sans-serif;
    color: #606060;
    font-size: 18px;
}
.contact_form_wrap .wpcf7-submit {
    color: #fff !important;
}
.contact_form_wrap .talk_to_us_form .form-control,
.contact_form_wrap .talk_to_us_form .btn-group {
    border-bottom: 2px solid #e1e1e1;
}
.contact_form_wrap .talk_to_us_form .form-control::-webkit-input-placeholder,
.contact_form_wrap .talk_to_us_form .btn-group button {
    color: #555;
    font-size: 18px;
    font-weight: 500;
}
.contact_form_wrap .talk_to_us_form_submit p {
    justify-content: start;
}
.contact_form_mail {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
}
.contact_form_mail a {
    color: #676868;
}
.client_list_img {
    padding: 2px;
}
.contact_country {
    color: #042e46;
}
.eye {
    width: 80px;
    height: 80px;
    background-color: #00bff3;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.eye_pupil {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    animation: movePupil 2s infinite ease-in-out;
    transform-origin: center center;
}
@keyframes movePupil {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-10px, -10px);
    }
    50% {
        transform: translate(10px, 10px);
    }
    75% {
        transform: translate(-10px, 10px);
    }
}
.job_view {
    cursor: pointer;
}
.job_title_modal {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; 
}
.career_dash_title  {
    font-weight: 400;
    color: #042e46;
}
.export_btn {
    font-size: 18px;
}
.wpcf7-form.submitting input[type="submit"] {
    pointer-events: none;
    opacity: 0.6;
}
.privacy-policy .container {
    padding-top: 70px;
}
.privacy-policy .privacy_policy_row p, .privacy-policy .privacy_policy_row ul li {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    color: #373737;
    line-height: 25px;
}

/* Loader */
.loader {
    height: 100vh;
    width: 100%;
    background: #00000061;
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader_main {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-animation: loader 1s linear infinite;
    animation: loader 1s linear infinite;
}
@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        -transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -transform: rotate(360deg);
    }
}
.loader_inside {
    width: 100%;
    height: 50%;
    position: absolute;
    margin-top: 50%;
    background: linear-gradient(90deg, #00fff8 0%, #ffe101 100%);
}
.loader_inside:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: -50%;
    background: linear-gradient(90deg, #9e9e9e 30%, #ffe100 100%);
}
.loader_inside:after {
    content: '';
    width: 80%;
    height: 160%;
    position: absolute;
    margin-top: -40%;
    margin-left: 10%;
    background: #9e9e9e;
    border-radius: 50%;
}
.work_list_tab {
    border-bottom: 2px solid #D5D3D3;
	align-items: center;
}
.work_list_tab h2 {
    color: #2B2B2B !important;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: .7px;
}
.work_list_tab h2.active {
    border-bottom: 2px solid #707070 !important;     
}
.work_list_tab .nav-link {
	position: relative;
    padding: 0px 0px 15px !important;
	font-size: 20px;
}
.work_list_title span {
    font-size: 14px;
}
.work_list_title b {
    font-weight: 500;
}
.work_list_col a:hover .work_list_title b, .work_ind_list a:hover .work_ind_title,
.work_all_list a:hover .work_all_title {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.work_menu img {
    width: 21px;
}
.work_list_col a {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    width: 100%;
}
.work_list_wrap a {
    color: #2B2B2B;
}
.work_list_col h3 {
	margin-top:10px;
    font-size: 24px;
}
.work_list_col h4 {
	margin-top:10px;
    font-size: 20px;
}
.work_list_category {
    border: 1px solid #707070;
    padding: 3px 10px;
    font-size: 14px;
}
.work_list_tag {
    gap: 10px;
}
.work_list_tag p {
    border: 1px solid #707070;
    padding: 5px 10px;
    font-size: 14px;
}
.work_list_col_left {
    width: 35%;
}
.work_list_col_right {
    width: 50%;
}
a.nav-link, button.nav-link {
    color: #2b2b2b !important;
    font-weight: 400 !important;
}
.nav-tabs .nav-link.active {
    border-bottom: 1px solid #2b2b2b !important;
}
ul.dropdown-menu.show {
    max-height: 30vh;
    overflow-y: scroll;
}
.work_list_tab p {
    margin-bottom: 0px;
    padding-bottom: 13px;
	font-size: 20px;
}
.work_list_tab .nav-link.dropdown-toggle::after {
    margin-left: 0em;
	vertical-align: 0em;
}
/* .work_list_tab .nav-link:after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
} */

/* Responsive */
@media (max-width: 576px) {
    .mobile_home_bnr {
        display: block !important;
    }
    .home_bnr_2_btn_mbl {
        bottom: 9%;
        left: 11%;
    } 
    .home_bnr_1_btn_mbl {
        top: 32%;
        left: 50%;
        transform: translateX(-50%);
    }
    .career_bnr_text {
        font-size: 18px !important;
        bottom: 30px !important;
    }
    .career_li_readmore {
        padding: 12px 20px;
    }
    .career_li_apply {
        padding: 10px 20px;
    }
    .about_banner .career_bnr_text {
        bottom: 10px !important;
    }
    .about_superman img {
        width: 45%;
        margin-left: 0px;
    }
    .about_superman_wl {
        width: 13%;
    }
    .about_superman_wr {
        width: 18%;
        margin-right: 50px;
    }
    .blog_iframe {
        height: 250px !important;
    }
    .contact_bnr_text.career_bnr_text {
        bottom: 5px !important;
    }
    .home_know_btn_mbl {
        width: 60%;
    }
    .whatsapp_img {
        width: 70%;
    }
    .lets_connect_img {
        width: 80%;
    }
    .footer_location:after {
        bottom: 10px;
        top: unset;
        height: 1px;
        width: 40%;
        left: 50%;
        transform: translateX(-50%);
    }
    .work_list_tab {
        flex-wrap: nowrap;
        white-space: nowrap;
        justify-content: unset !important;
        position: relative;
        width: 100%;
		flex-flow: column;
    }
    .work_list_tab .nav-link:first-child {
        margin-left: 0px !important;
    }
    .work_list_tab h2.active {
        border-bottom: 3px solid #707070 !important;
    }
    .work_list_wrap {
        margin-top: 100px;
    }
	.nav-tabs .nav-link.active {
		border-bottom: none !important;
	}
}
@media (min-width: 577px) and (max-width: 767px) {
    .fold_mbl {
        display: block !important;
    }
    .industry_16_years, .concept_img, .acclaimed_img, .footer_location_last {
        width: 70% !important;
        display: block;
        margin: 0 auto;
    }
    .lets_connect_img {
        width: 55%;
    }
    .home_know_btn_mbl, .footer_location {
        width: 50%;
    }
    .whatsapp_img {
        width: 40%;
    }
    .about_superman img {
        width: 35%;
        margin-left: 0px;
    }
    .about_superman_wl {
        width: 7%;
    }
    .about_superman_wr {
        width: 12%;
        margin-right: 65px;
    }
}
@media (max-width: 767px) {
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
    .navbar-nav .nav-item a {
        font-size: 25px;
    }
    .footer_logo {
        border-top: 1px solid #bdbdbd !important;
        padding: 30px 0px;
    }
    .concept_sticky {
        position: unset !important;
    }
    .home_banner .owl-nav .owl-prev img, .home_banner .owl-nav .owl-next img {
        width: 30px;
    }
    .home_banner .owl-nav .owl-prev {
        left: 5px !important;
    }
    .home_banner .owl-nav .owl-next {
        right: 5px !important;
    }  
    .home_bnr_txt_2 {
        width: 75%;
        top: 78%;
        display: inline-grid;
        justify-items: center;
    }  
    .home_bnr_txt_2_title {
        font-size: 30px;
    }
    .home_bnr_txt_2 img {
        width: 60% !important;
    }
    .home_banner .owl-dots {
        bottom: 10px;
    } 
    .industry_row {
        padding: 40px 20px;
    }
    .industry_para {
        font-size: 20px;
        line-height: 25px;
    }
    .acclaimed_row {
        width: 100%;
    }
    .accalaimed_sec {
        padding: 70px 0px 40px !important;
    }
    .industry_sec {
        padding: 80px 0px;
    }
    .testimonials_sec {
        padding-top: 20px !important;
    }
    .testimonials_title {
        font-size: 30px;
    }
    .social_sec {
        margin-top: 5rem;
    }
    .career_bnr_text {
        font-size: 25px;
        bottom: 0px;
    }
    .career_title {
        font-size: 40px;
    }
    .about_qoute_sec p {
        font-size: 30px;
    }
    .blog_bnr_sec {
        padding: 25% 0px;
    }
    .blog_bnr_wrap .blog_bnr_subtitle {
        font-size: 18px;
    }
    .blog_bnr_wrap h1 {
        font-size: 30px;
    }
    .blog_bnr_wrap p {
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
    }
    .blog_bnr_wrap {
        width: 80%;
    }
    .blog_catagory_wrap p {
        display: block;
        width: 100%;
        border-right: unset !important;
        border-bottom: 1px solid;
        padding: 15px 35px !important;
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize !important;
        position: relative;
    }
    .blog_catagory_wrap p:after {
        content: "";
        border: solid #ffffffeb;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(-45deg);
        position: absolute;
        left: 15px;
        top: 43%;
    }
    .blog_catagory_mbl {
        cursor: pointer;
        font-family: 'Roboto', sans-serif;
    }
    .blog_catagory_mbl:after {
        content: "";
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 25px;
        top: 45%;
    }
    .blog_list h2 {
        font-size: 20px;
        min-height: unset;
    }
    .blog_list .blog_desc {
        min-height: unset;
        margin: 20px 0px 30px !important;
    }
    .blog_details_title {
        font-size: 25px;
    }
    .blog_details_wrap h2 {
        font-size: 20px;
    }
    .blog_iframe {
        height: 400px;
    }
    .about_right_para, .awards_row {
        width: 100%;
    }
    .about_title {
        font-size: 50px;
    }
    .about_sub_title, .awards_title {
        font-size: 35px;
    }
    .about_left_title {
        width: 100%;
        font-size: 28px;
        line-height: 35px;
        padding-right: 0px;
    }
    .about_qoute_sec {
        font-size: 23px;
        line-height: 27px;
        padding: 0px 20px;
    }
    .about_team_para {
        width: 100%;
    }
    .awards_list {
        padding-bottom: 1px;
        text-align: center;
    }
    .client_list_row p, .client_list_row a {
        display: none;
    }
    .client_list_row {
        cursor: pointer;
        position: relative;
    }
    .client_list_row:after {
        content: "";
        border: solid #042e46;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        position: absolute;
        right: 10px;
        top: 17%;
    }
    .client_list_row h5 {
        width: 80%;
    }
    .contact_bnr_text {
        bottom: 0px !important;
    }
    .work_list_col_left, .work_list_col_right {
        width: 100%;
		margin-bottom: 35px !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .lets_connect_img {
        width: 55%;
    }
    .whatsapp_img {
        width: 50%;
    }
    .acclaimed_row {
        width: 90%;
    }
    .acclaimed_row img {
        width: 70% !important;
    }
    .testimonials_title {
        font-size: 55px;
    }
    .footer_location_ul {
        justify-content: end;
    }
    .footer_location:last-child {
        width: 40%;
    }
    .home_bnr_txt_1_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .home_bnr_txt_1_subtitle {
        font-size: 45px;
    }
    .home_banner .owl-nav .owl-prev img, .home_banner .owl-nav .owl-next img {
        width: 30px;
    }
    .home_banner .owl-nav .owl-prev {
        left: 15px !important;
    }
    .home_banner .owl-nav .owl-next {
        right: 15px !important;
    }
    .home_bnr_txt_1_loca li {
        font-size: 14px;
    }
    .home_bnr_txt_1 {
        width: 35%;
        right: -15px;
    }
    .home_bnr_txt_1 img {
        width: 80% !important;
        padding-top: 0px !important;
    }
    .home_banner .owl-dots {
        bottom: 10px;
    }
    .home_bnr_txt_2_title {
        font-size: 30px;
    }
    .home_bnr_txt_2 {
        top: 60%;
    }
    .home_bnr_txt_2 img {
        width: 60% !important;
        margin: 0 auto;
    }
    .home_bnr_txt_3_title {
        font-size: 35px;
    }
    .home_bnr_txt_3_subtitle {
        font-size: 22px;
        font-weight: 300;
        line-height: 30px;
    }
    .home_bnr_txt_3 {
        left: 110px;
    }
    .home_bnr_txt_3 img {
        width: 40% !important;
    }
    .home_bnr_txt_4 {
        right: -15px;
    }
    .home_bnr_txt_4 img {
        width: 80% !important;
    }
    .home_bnr_txt_5 {
        right: 15px !important;
    }
    .awards_list_title {
        margin-bottom: 10px;
    }
    .career_bnr_text {
        font-size: 35px;
        bottom: 0px;
    }
    .career_title {
        font-size: 55px;
    }
    .blog_bnr_sec {
        padding: 15% 0px;
    }
    .blog_bnr_wrap {
        width: 75%;
    }
    .blog_bnr_wrap h1 {
        font-size: 45px;
        padding-top: 0px !important;
    }
    .blog_bnr_wrap .blog_bnr_subtitle {
        font-size: 20px;
    }
    .blog_bnr_wrap p {
        font-size: 20px;
        line-height: 30px;
    }
    .blog_catagory_wrap p {
        font-size: 18px;
        font-weight: 400;
    }
    .blog_list h2 {
        font-size: 25px;
        min-height: 64px;
    }
    .blog_iframe {
        height: 420px;
    }
    .blog_details_title {
        font-size: 26px;
    }
    .about_title {
        font-size: 55px;
    }
    .about_sub_title, .awards_title {
        font-size: 40px;
    }
    .about_left_title {
        width: 100%;
        font-size: 30px;
        line-height: 40px;
        padding-right: 35px;
    }
    .about_right_para, .awards_row {
        width: 100%;
    }
    .about_qoute_sec {
        font-size: 25px;
        line-height: 30px;
    }
    .about_team_para {
        width: 90%;
    }
    .about_superman img {
        width: 45%;
    }
    .get_touch_title {
        margin-bottom: 30px !important;
    }
    .work_list_col_left, .work_list_col_right {
        width: 50%;
    }
}
@media (min-width: 993px) and (max-width: 1200px) {
    .home_banner .owl-nav .owl-prev img, .home_banner .owl-nav .owl-next img {
        width: 35px;
    }
    .home_banner .owl-nav .owl-prev {
        left: 35px !important;
    }
    .home_banner .owl-nav .owl-next {
        right: 35px !important;
    }
    .home_banner .owl-dots {
        bottom: 15px;
    }
    .home_bnr_txt_1_title {
        font-size: 26px;
        line-height: 30px;
    }
    .home_bnr_txt_1_subtitle {
        font-size: 60px;
    }
    .home_bnr_txt_1_loca li {
        font-size: 14px;
    }
    .home_bnr_txt_1 {
        width: 35%;
        right: 0px;
    }
    .home_bnr_txt_1 img {
        width: 80% !important;
    }
    .home_bnr_txt_2_title {
        font-size: 40px;
    }
    .home_bnr_txt_2 {
        top: 60%;
    }
    .home_bnr_txt_2 img {
        width: 80% !important;
        margin: 0 auto;
    }
    .home_bnr_txt_3_title {
        font-size: 50px;
    }
    .home_bnr_txt_3_subtitle {
        font-size: 30px;
        font-weight: 300;
        line-height: 40px;
    }
    .home_bnr_txt_3 {
        left: 130px;
    }
    .home_bnr_txt_3 img {
        width: 40% !important;
    }
    .home_bnr_txt_5 {
        right: 70px !important;
    }
    .awards_list_title {
        margin-bottom: 10px;
    }
    .career_bnr_text {
        font-size: 35px;
        bottom: 0px;
    }
    .blog_bnr_sec {
        padding: 15% 0px;
    }
    .blog_bnr_wrap {
        width: 75%;
    }
    .blog_bnr_wrap h1 {
        font-size: 55px;
    }
    .blog_bnr_wrap p {
        font-size: 25px;
        line-height: 35px;
    }
    .blog_catagory_wrap p {
        font-size: 18px;
    }
    .blog_list h2 {
        font-size: 27px;
        min-height: 65px;
    }
    .blog_iframe {
        height: 500px;
    }
    .blog_details_title {
        font-size: 30px;
        line-height: 40px;
    }
    .about_team_para, .about_right_para {
        width: 90%;
    }
    .about_title {
        font-size: 70px;
    }
    .about_sub_title, .awards_title {
        font-size: 50px;
    }
    .about_left_title {
        font-size: 35px;
        line-height: 45px;
        padding-right: 30px;
    }
    .about_qoute_sec {
        font-size: 30px;
        line-height: 40px;
    }
    .about_superman img {
        width: 35%;
    }
}
@media (min-width: 1201px) and (max-width: 1400px) {
    .home_banner .owl-nav .owl-prev img, .home_banner .owl-nav .owl-next img {
        width: 35px;
    }
    .home_banner .owl-nav .owl-prev {
        left: 35px !important;
    }
    .home_banner .owl-nav .owl-next {
        right: 35px !important;
    }
    .home_bnr_txt_1_title {
        font-size: 30px;
        line-height: 30px;
    }
    .home_bnr_txt_1_subtitle {
        font-size: 70px;
    }
    .home_bnr_txt_1 {
        width: 35%;
        right: 0px;
    }
    .home_bnr_txt_1 img {
        width: 80% !important;
    }
    .home_bnr_txt_2 {
        top: 60%;
    }
    .home_bnr_txt_2 img {
        width: 80% !important;
        margin: 0 auto;
    }
    .home_bnr_txt_3_title {
        font-size: 65px;
    }
    .home_bnr_txt_3_subtitle {
        font-size: 30px;
        line-height: 45px;
    }
    .home_bnr_txt_3 {
        left: 140px;
    }
    .home_bnr_txt_3 img {
        width: 40% !important;
    }
    .home_bnr_txt_5 {
        right: 60px !important;
    }
    .career_bnr_text {
        bottom: 10px;
    }
    .blog_bnr_wrap {
        width: 75%;
    }
    .blog_bnr_wrap h1 {
        font-size: 55px;
    }
    .blog_bnr_wrap p {
        font-size: 25px;
        line-height: 35px;
    }
    .blog_catagory_wrap p {
        font-size: 18px;
    }
    .blog_list h2 {
        font-size: 27px;
        min-height: 65px;
    }
    .blog_iframe {
        height: 500px;
    }
    .about_team_para, .about_right_para {
        width: 85%;
    }
    .about_title {
        font-size: 70px;
    }
    .about_sub_title, .awards_title {
        font-size: 50px;
    }
    .about_left_title {
        font-size: 35px;
        line-height: 45px;
    }
    .about_qoute_sec {
        font-size: 30px;
        line-height: 35px;
    }
}
@media (min-width: 1401px) and (max-width: 1600px) {
    .home_banner .owl-nav .owl-prev {
        left: 50px !important;
    }
    .home_banner .owl-nav .owl-next {
        right: 50px !important;
    }
    .home_bnr_txt_1_title {
        font-size: 30px;
        line-height: 30px;
    }
    .home_bnr_txt_1_subtitle {
        font-size: 85px;
    }
    .home_bnr_txt_1 {
        width: 35%;
        right: 0px;
    }
    .home_bnr_txt_2 {
        top: 65%;
    }
    .home_bnr_txt_3 {
        left: 155px;
    }
    .home_bnr_txt_3_title {
        font-size: 75px;
    }
    .home_bnr_txt_3_subtitle {
        font-size: 35px;
        line-height: 45px;
    }
    .career_bnr_text {
        bottom: 25px;
    }
    .blog_bnr_wrap {
        width: 60%;
    }
    .about_team_para, .about_right_para {
        width: 85%;
    }
    .about_qoute_sec {
        font-size: 32px;
        line-height: 40px;
    }
}
@media (min-width: 1601px) and (max-width: 1800px) {
    .home_bnr_txt_1 {
        right: 40px;
    }
    .home_bnr_txt_2 {
        top: 65%;
    }
    .home_bnr_txt_3_title {
        font-size: 85px;
    }
    .home_bnr_txt_3_subtitle {
        font-size: 40px;
        line-height: 50px;
    }
    .about_team_para {
        width: 85%;
    }
}
@media (min-width: 2001px) {
    .home_bnr_txt_1 {
        right: 120px;
    }
    .home_bnr_txt_2 {
        top: 75%;
    }
    .home_bnr_txt_3 {
        left: 200px;
    }
    .home_bnr_txt_4 {
        right: 149px;
        width: 25%;
    }
    .home_banner .owl-nav .owl-prev img, .home_banner .owl-nav .owl-next img {
        width: 50px;
    }
}







