* {
    outline: 0;
}
body,
html {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-family: Montserrat, sans-serif;
}
.main_sec {
    background: url("../images/index-bg.webp") no-repeat fixed center;
    position: relative;
    width: 100%;
    background-size: cover;
}
a:hover {
    text-decoration: none;
}
li {
    list-style-type: none;
}
.sec-heading span,
.text-shadow,
h2,
p {
    text-shadow: 1px 5px 6px rgb(0 0 0 / 60%);
}
h2,
h4 {
    font-weight: 600;
}
.text-light-blue {
    color: #5b9cc1;
}
h1 {
    font-weight: 700;
    font-size: 3.2rem;
}
.fw-bold-600 {
    font-weight: 600;
}
.py-sm-100 {
    padding: 100px 0 !important;
}
.footer_bottom h6,
.footer_mid h5,
.sec-heading span,
h1 {
    font-family: "Josefin Sans", sans-serif;
    z-index: 9;
    text-shadow: 1px 6px 8px rgb(0 0 0 / 60%);
}
.banner::after,
.banner::before,
.best_diffrent .sec-heading h2::before,
.comm_sec .sec-heading::before,
.leading_sec .img_center:after,
.leading_sec .sec-heading h2::before,
.portfolio .sec-heading h2::before,
.sec-heading span::before,
.software_sec::before,
.testimonial_sec .sec-heading h2::before {
    content: "";
    position: absolute;
    width: 65px;
    height: 75px;
    z-index: -1;
    background: url(../images/yellow-purpal-icon.png);
    background-repeat: no-repeat;
    bottom: -10px;
    left: -32px;
}
.banner::before {
    left: -15px;
    z-index: 1;
    transform: rotate(158deg);
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}
.banner::after,
.leading_sec .img_center:after,
.software_sec::before {
    z-index: 1;
    top: 25px;
    right: 60px;
    left: auto;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}
.portfolio .sec-heading::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 2px;
    top: 30%;
    right: 33%;
    background-color: #fc1185;
}
.best_diffrent .sec-heading::after,
.h5::after,
.sec-heading span::after,
.sec-meet .sec-heading::after,
.speed_pro_sec .sec-heading::after,
.testimonial_sec .sec-heading::after {
    content: "";
    position: absolute;
    width: 84px;
    height: 1.5px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    margin: 0 auto;
    right: 0;
}
.best_diffrent .best_center::after,
.best_diffrent .best_center::before,
.best_diffrent .sec-heading::before,
.h5:before,
.sec-meet .sec-heading::before,
.speed_pro_sec .sec-heading::before,
.technologies_sec::before,
.testimonial_sec .sec-heading::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    bottom: -4px;
    background-color: #f12abb;
    margin: 0 auto;
    right: 0;
    border-radius: 50%;
    z-index: 1;
    -webkit-animation: run 10s linear infinite;
    animation: run 10s linear infinite;
}
.best_diffrent .sec-heading::before,
.technologies_sec::before,
.testimonial_sec .sec-heading::before {
    -webkit-animation-name: runcenter;
    animation-name: runcenter;
}
.best_diffrent .best_center::after,
.best_diffrent .best_center::before {
    animation: none;
}
.sec-meet::before {
    transition: 0.5s linear;
    animation: mymove 20s infinite linear;
}
.best_diffrent .best_center::before {
    top: 0;
    z-index: 9;
    background-color: #fad41b;
}
.sec-heading span::before {
    top: -20px;
}
.text-yellow {
    color: #f5db53 !important;
}
.border-warning {
    border-color: #f5db53 !important;
}
.btn-outline-warning {
    border-color: #f5db53;
    border-radius: 25px;
    border-width: 2px;
    font-weight: 600;
    box-shadow: 0 3px 13px rgb(0 0 0 / 51%);
}
.border_radius_box {
    border: 2px solid;
    border-radius: 30px;
    box-shadow: 0 2px 20px 2px rgb(0 0 0 / 25%);
}
.portfolio_sec img.border_radius_box {
    border-radius: 60px;
}
.portfolio_sec img.rounded-top-left {
    border-top-left-radius: 0;
}
.portfolio_sec img.rounded-top-right {
    border-top-right-radius: 0;
}
.text-sky-blue {
    color: #72b6ff;
}
.head_banner {
    background: url("../images/home-banner.webp") no-repeat  top center;
    background-size: cover;
    height: 100%;
}
.banner {
    padding-top: 0 !important;
    min-height: 720px;
    display: flex;
    align-items: center;
}
.banner embed,
.banner img {
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}
.banner .anim-banner img {
    max-width: unset;
    position: unset;
}
.banner .anim-banner-rot img {
    -webkit-animation: rotation 4s infinite linear;
    animation: rotation 4s infinite linear;
}
.banner .anim-banner-sc img {
    -webkit-animation: scaleup ease-in-out 2s infinite alternate;
    animation: scaleup ease-in-out 2s infinite alternate;
}
.comm-bann {
    max-width: 650px;
    min-height: 450px;
}
.banner embed,
.banner img {
    max-width: 540px;
    right: 0;
    left: 0;
    position: absolute;
    top: -5rem;
}
.header_sec {
    position: relative;
    min-height: 96px;
    width: 100%;
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.fixed {
    position: fixed;
    transition: 0.5s linear;
    background: linear-gradient(0deg, #00226a 0, #0075f4 0, #00226a 100%);
    box-shadow: 0 0 20px 8px rgb(49 108 232 / 25%);
    z-index: 99;
}
.header_sec .header-nav .navbar-nav li.nav-item {
    padding: 3px 0 0;
    border-radius: 6px;
    margin: 0 12px;
}
.header_sec .header-nav .navbar-nav li.nav-item a {
    color: #fff;
    line-height: 23px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    text-shadow: 1px 6px 8px rgb(0 0 0 / 60%);
    text-transform: uppercase;
    padding: 3px 10px;
}
.header_sec .header-nav .navbar-nav li a:focus,
.header_sec .header-nav .navbar-nav li a:hover,
.header_sec .header-nav .navbar-nav li.active a {
    color: #fbd719;
}
.navbar-brand img {
    max-height: 55px;
}
.header_sec .dropdown-menu {
    top: 40px;
    border: none;
    border-radius: 25px;
    background-color: rgb(49 108 232 / 75%);
}
.header_sec.fixed .dropdown-menu {
    background-color: rgb(49 108 232 / 100%);
}
.header_sec .header-nav .navbar-nav .dropdown-menu li {
    padding: 4px 16px;
}
.header_sec .header-nav .navbar-nav .dropdown-menu .dropdown-item {
    color: #fff;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    margin-left: 6px;
    border-bottom: 1px solid transparent;
    max-width: fit-content;
    transition: 0.5s ease-in;
}
.header_sec .header-nav .navbar-nav .dropdown-menu .dropdown-item.active,
.header_sec .header-nav .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #fbd719;
    background-color: transparent;
    border-bottom: 1px solid;
}
.header_sec .header-nav .navbar-nav .dropdown-menu .dropdown-item.active:hover,
.header_sec .header-nav .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}
.header_sec .header-nav .navbar-nav .dropdown-menu .dropdown-item::before {
    content: "-";
    position: absolute;
    left: 10px;
    opacity: 0;
}
.header_sec .header-nav .navbar-nav .dropdown-menu .dropdown-item.active::before {
    opacity: 1;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    font-style: italic;
    transition: 0.4s ease-in-out;
}
.active .dropdown-toggle::after {
    border: solid #fbd719;
    border-width: 0 2px 2px 0;
}
.header_sec .header-nav .navbar-nav li:hover .dropdown-toggle::after {
    border: solid #fbd719;
    border-width: 0 2px 2px 0;
}
.show.dropdown-toggle::after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transition: 0.4s ease-in-out;
    vertical-align: 0;
}
.social-icons .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    color: #fff;
    transition: 0.5s linear;
    box-shadow: 0 2px 1px 1px rgb(0 0 0 / 25%);
}
.best_diffrent .border,
.counter_sec,
.sec-meet .border-top,
.social-icons .nav-item:hover,
.technologies_sec .test_hover h6 span,
.test_hover span {
    border-color: #fbd719 !important;
}
.social-icons .nav-item:hover i {
    color: #fbd719 !important;
    transition: 0.5s ease-in-out;
}
.footer_mid .social-icons .nav-item:hover {
    border-color: #fff !important;
}
.footer_mid .social-icons .nav-item:hover i {
    color: #fff !important;
}
.footer_mid .social-icons .nav-item:hover {
    transform: scale(0.9);
}
.services_sec .slick-track {
    display: flex;
    align-items: center;
    min-height: 450px;
}
.services_sec .slick-slide {
    perspective: 1000px;
}
.services_sec .slick-slide.slick-current {
    perspective: none;
}
.services_sec .slick-slide.slick-current .bg_img {
    background: #00226a;
}
.services_sec .slick-slide.slick-current div span img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.services_sec .slick-slide.slick-current h4 {
    color: #fad41b;
}
.services_sec .slick-slide > div {
    background: #0075f4;
    background: radial-gradient(circle, #0075f4 0, #00226a 100%);
    border-radius: 38px;
    min-height: 360px;
}
.services_sec .slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    right: 61px;
    min-height: 100%;
    width: 225px;
    border-radius: 30px;
    box-shadow: 0 2px 2px #00226a54;
    /* background: radial-gradient(circle, rgb(0 117 244 / 32%) 100%, rgb(0 34 106) 25%); */
    z-index: 0;
}
.services_sec .slick-track > .slick-active > div {
    transition: 0.3s;
    transform: rotateY(36deg);
}
.services_sec .slick-track > .slick-active + .slick-active + .slick-active > div {
    transition: 0.3s;
    transform: rotateY(-36deg);
}
.services_sec .slick-track > .slick-slide.slick-current > div {
    min-height: 450px;
    width: 95%;
    margin: 0 auto;
    transform: rotateY(0);
}
.services_sec .slick-slide .bg_img {
    background-color: #d2e2f8;
    border-radius: 20px 0 20px 20px;
    display: inline-block;
    height: auto;
}
.services_sec .slick-slide .bg_img img {
    width: 100px;
}
.services_sec .slick-center > div {
    border-radius: 60px;
    border: 2px solid rgb(49 108 232) !important;
    opacity: 1 !important;
    outline: 3px solid #ffffff;
}
.services_sec .slick-list.draggable {
    padding: 40px 0 !important;
}
.slick-active {
    opacity: 0.9 !important;
}
body .slick-dots li {
    margin: 0;
}
body .slick-dots li button:before {
    color: #d2e2f8;
    font-size: 38px !important;
}
body .slick-dots li.slick-active button:before {
    color: #ff0;
    opacity: 1;
}
.services_sec::after,
.software_sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    z-index: 1;
    width: 78px;
    height: 103px;
    background: url(../images/circle-icon.png) no-repeat;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}
.software_sec::after {
    right: 0;
}
.services_sec::after {
    width: 90px;
    height: 90px;
    background: url(../images/circle-icon-1.png) no-repeat;
    left: -15px;
    -webkit-animation: moveleftbounce 2.1s linear infinite;
    animation: moveleftbounce 2.1s linear infinite;
}
.services_sec .slick-prev {
    left: -40px;
}
.services_sec .slick-prev:before {
    content: "❮";
    font-size: 40px;
}
.services_sec .slick-next {
    right: -40px;
}
.services_sec .slick-next:before {
    content: "❯";
    font-size: 40px;
}
.slick-prev:before {
    content: "❮";
}
.slick-next:before {
    content: "❯";
}
.software_sec .sec-heading span::after {
    display: none;
}
.counter_sec {
    background: url(../images/counter_bg.webp) no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}
.counter_sec:hover {
    background-position: left center;
}
.counter-box {
    display: block;
    padding: 25px 22px;
    text-align: center;
}
.counter-box:hover p {
    color: #f5db53;
}
.counter-box:hover span {
    color: #fff !important;
}
.counter {
    display: block;
    font-size: 35px;
    font-weight: 600;
}
.best_diffrent .best_diffrent-elem1::before {
    content: "";
    position: absolute;
    left: 12%;
    top: auto;
    border: 2px solid #f5db53;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    box-shadow: -6px 1px 7px 1px #000000b3;
    background-color: transparent;
    -webkit-animation: scaleup ease-in-out 2s infinite alternate;
    animation: scaleup ease-in-out 2s infinite alternate;
}
.best_diffrent .best_diffrent-elem2::before {
    content: "";
    position: absolute;
    left: 12%;
    top: auto;
    border: 2px solid #f5db53;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    box-shadow: -6px 1px 7px 1px #000000b3;
    background-color: transparent;
}
.best_diffrent .border {
    border-radius: 20px;
}
.best_diffrent::after {
    content: "";
    width: 100px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3979d3;
    margin: 0 auto;
    z-index: 1;
}
.best_diffrent .best_center .shadow {
    box-shadow: 1px 4px 14px 6px rgb(0 34 106 / 50%) !important;
}
.best_diffrent .best_center::after {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 1px 4px 14px 6px rgb(0 34 106 / 50%);
}
.best_diffrent .best_center .left_col::before,
.best_diffrent .best_center .right_col::before {
    content: "";
    width: 48px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #1a74f6;
    margin: 0 auto;
    transform: translate(0, -50%);
}
.best_diffrent .best_center .left_col::before {
    right: 0;
    left: auto;
}
.portfolio .tab-content {
    width: 68%;
    overflow: visible;
}
.portfolio .sec-heading h2 {
    z-index: 1;
}
.best_diffrent .sec-heading h2,
.leading_sec .sec-heading h2,
.portfolio .sec-heading h2,
.process_sec .sec-heading h3,
.sec-meet .sec-heading h2,
.section-we-combine h4,
.testimonial_sec .sec-heading h2,
.vision_sec .sec-heading h3 {
    font-family: "Josefin Sans";
}
.portfolio .portfolio_hover {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #00226a;
    background: linear-gradient(0deg, #00226a 0, #0075f4 100%);
    border-radius: 15px 15px 0 0;
    box-shadow: -12px 0 25px -5px rgb(0 0 0 / 75%);
    opacity: 0;
}
.portfolio .slick-slide .portfolio-hover:hover .portfolio_hover,
.portfolio .tab-pane .portfolio-hover:hover .portfolio_hover {
    opacity: 1;
    transition: 0.5s;
}
.rounded-top-right {
    border-top-right-radius: 0;
}
.rounded-top-left {
    border-top-left-radius: 0;
}
.rounded-bottom-left {
    border-bottom-left-radius: 0;
}
.rounded-bottom-right {
    border-bottom-right-radius: 0;
}
.nav-pills .nav-link,
.nav-pills .nav-link.active {
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    font-family: "Josefin Sans", sans-serif;
    padding: 5px 15px;
    text-align: left;
    text-transform: uppercase;
}
.nav-pills .nav-link.active {
    color: #fbd719;
    text-decoration: underline;
}
.opennav {
    cursor: pointer;
    background: linear-gradient(0deg, #00226a 0, #0075f4 48%, #00226a 100%);
    border: 1px solid rgb(49 108 232);
    border-radius: 40px;
    height: 400px;
}
.sidenav {
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    margin-left: 45px;
}
.sidenav .closebtn {
    top: 10px;
    right: 10px;
    font-size: 36px;
    text-align: right;
}
.sidenav,
.sidenav .nav {
    background-color: #00226a;
}
.cursor-pointer {
    cursor: pointer;
}
.portfolio .slick-prev {
    position: absolute;
    left: -48px;
    margin-top: -20px;
}
.portfolio .slick-prev::before {
    font-size: 40px;
}
.portfolio .slick-next {
    position: absolute;
    right: -48px;
    margin-top: -20px;
}
.portfolio .slick-next:before {
    content: "❯";
    font-size: 40px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
}
.testimonial_sec {
    background: url(../images/map.webp) no-repeat;
    width: 100%;
    background-position: center center;
}
.testimonial_sec .slick-track {
    display: flex;
    align-items: center;
}
.testimonial_sec .slick-slide img {
    width: 60px;
    height: 60px;
    top: 0;
    z-index: 1;
    cursor: pointer;
}
.testimonial_sec .test_hover {
    width: 100%;
    top: 29px;
    opacity: 0;
    margin-left: 16px;
    border-color: #0f398f;
    border-radius: 20px;
    background-color: white;
}
.testimonial_sec .slick-slide:hover .test_hover {
    opacity: 1;
    transition: 0.5s;
}
.testimonial_sec .slick-next,
.testimonial_sec .slick-prev {
    background: #00226a;
    width: 50px;
    height: 35px;
}
.testimonial_sec .slick-next:focus,
.testimonial_sec .slick-next:hover,
.testimonial_sec .slick-prev:focus,
.testimonial_sec .slick-prev:hover {
    background: #0075f4;
}
.testimonial_sec .slick-next:focus::before,
.testimonial_sec .slick-next:hover::before,
.testimonial_sec .slick-prev:focus::before,
.testimonial_sec .slick-prev:hover::before {
    color: #fbd719;
    opacity: 1;
}
.testimonial_sec .slick-next {
    right: -50px;
    border-radius: 0 15px 15px 0;
}
.testimonial_sec .slick-prev {
    left: -50px;
    border-radius: 15px 0 0 15px;
}
.footer_sec {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background: #802fc3;
    background: radial-gradient(circle, #802fc3 0, #5a36a7 45%, #2b3e84 100%);
    height: inherit;
    font-size: 14px;
    line-height: 22px;
}
.footer_logo {
    max-width: 265px;
}
.text-yellow-lt {
    color: #fbd719;
}
.footer_top h6 {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.615;
    text-shadow: 0 5px 7.28px rgba(17, 21, 70, 0.6);
    -moz-transform: matrix(0.9693030905562, 0, 0, 0.96930309055622, 0, 0);
    -webkit-transform: matrix(0.9693030905562, 0, 0, 0.96930309055622, 0, 0);
    transform: matrix(0.9693030905562, 0, 0, 0.96930309055622, 0, 0);
}
.footer_mid {
    background-color: #262172;
    border-radius: 35px 35px 0 0;
}
.footer_mid a {
    color: #fff;
    background-color: rgb(49 108 232 / 10%);
    margin: 7px 0 7px 0;
}
.footer_mid a.hvr-sweep-to-right {
    box-shadow: 0 2px 1px 0 rgb(0 0 0 / 20%);
    text-shadow: 1px 6px 8px rgb(0 0 0 / 60%);
}
.footer_mid .input-group {
    border-color: #fbd719 !important;
    border-radius: 25px;
}
.footer_bottom {
    min-height: 28px;
    background-color: #453fab;
    border-radius: 24px 24px 0 0;
}
.footer_bottom p {
    font-size: 14px;
}
.social-icons-footer i,
.social-icons-footer li,
.social-icons-footer ul {
    color: #fbd719 !important;
    border-color: #fbd719 !important;
    border-top-color: #fbd719 !important;
}
.sec-meet {
    min-height: 650px;
    background-color: #223e98;
}
.sec-meet .pink-rectangle svg {
    -webkit-animation: rotation 4s infinite linear;
    animation: rotation 4s infinite linear;
}
@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
.sec-meet .sec-heading {
    border-bottom: 1.5px solid #b1dbf8;
}
.speed_pro_sec h2 {
    font-family: "Josefin Sans", sans-serif;
}
.sec-meet .sec-heading:after,
.speed_pro_sec .sec-heading::after {
    top: 0;
    right: auto;
}
.sec-cnt .sec-heading::before,
.sec-meet .sec-heading::before,
.speed_pro_sec .sec-heading::before {
    top: -4px;
    right: auto;
    background: #a6293a;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 10s;
    animation: linear infinite;
    animation-name: run;
    animation-duration: 10s;
}
.bg-meet::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0f0;
    top: 3em;
    left: 24em;
    -webkit-animation: moveleftbounce 2.1s linear infinite;
    animation: moveleftbounce 2.1s linear infinite;
}
.img-pos-rotate::before {
    content: "";
    position: absolute;
    right: 0;
    top: 32%;
    width: 131px;
    height: 107px;
    background-image: url(../images/meet_pos.png);
    background-size: 48%;
    background-repeat: no-repeat;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}
.img-pos-footer::before {
    right: -75px;
    top: 0;
    -webkit-animation: scaleup ease-in-out 2.5s infinite alternate;
    animation: scaleup ease-in-out 2.5s infinite alternate;
}
.pentagon {
    margin: 0 auto 1.5rem;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pentagon:before {
    content: "";
    position: absolute;
    background-image: url(../images/outer_polygon.png);
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.pentagon embed {
    position: relative;
    top: 0;
    left: 33.33%;
    transform: translateX(-50%);
    height: 50px;
}
.pentagon embed.delivery_ic {
    width: 50px;
    left: 25px;
    top: 5px;
}
.border-rht::before {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    height: 60px;
    border-right: 3px solid #b3daf4;
}
.discover h5 {
    font-family: "Josefin Sans", sans-serif;
    color: #f6f6f6;
    text-transform: uppercase;
    line-height: 0.561;
    text-shadow: 1px 5px 2px rgb(17 21 70 / 50%);
}
.section-we-combine {
    background: #1d3585;
    background: radial-gradient(circle, #1d3585 23%, #142660 52%, #1d3585 100%);
}
.section-we-combine h4 {
    text-shadow: 1px 5px 2px rgb(17 21 70 / 50%);
}
.main_sec {
    background-color: #14203d;
}
.text-yellow-dark {
    color: #fcca1a;
}
.about-banner h2 {
    font-size: 35px;
    font-family: "Josefin Sans", sans-serif;
}
.about-banner p {
    border-bottom-color: #fcca1a !important;
}
.outer-mis h3,
.outer-vis h3 {
    -webkit-animation: moveleftbounce 8s linear infinite;
    animation: moveleftbounce 8s linear infinite;
    animation-duration: 8s !important;
}
.vision_sec .outer-mis h3::before,
.vision_sec .outer-vis h3::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    top: 15px;
    margin-left: 15px;
    background-color: #fc1185;
}
.vision_sec .outer-mis h3::before {
    margin-left: -65px;
}
.outer-comm {
    border: 2px solid #fcca1a;
    height: 125px;
    box-sizing: content-box;
}
.outer-vis .outer-comm {
    border-left: none;
    border-radius: 0 25px 25px 0;
}
.outer-mis .outer-comm {
    border-right: none;
    border-radius: 25px 0 0 25px;
}
.outer-comm::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 113px;
    height: 115px;
    top: 21px;
}
.outer-vis .outer-comm::before {
    left: -56px;
    border-left: 2px solid #fcca1a;
    border-top: 2px solid #fcca1a;
    border-bottom: 2px solid transparent;
    transform: rotate(-45deg);
}
.outer-mis .outer-comm::before {
    border-right: 2px solid #fcca1a;
    border-bottom: 2px solid #fcca1a;
    border-top: 2px solid transparent;
    transform: rotate(-45deg);
    right: -56px;
}
.div1 {
    background: #e5028d;
    height: 361px;
    clip-path: url(#wave);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.div1::after {
    content: "";
    position: absolute;
    background: #0944a7;
    height: 361px;
    clip-path: url(#wave);
    top: 4px;
    left: 0;
    width: 100%;
}
.testimonial_sec .sec-heading::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    bottom: -4px;
    background-color: #f12abb;
    margin: 0 auto;
    right: 0;
    border-radius: 50%;
    z-index: 1;
    -webkit-animation: run 10s linear infinite;
    animation: run 10s linear infinite;
}
.best_diffrent .sec-heading::before,
.explore_services_sec::before,
.testimonial_sec .sec-heading::before {
    -webkit-animation-name: runcenter;
    animation-name: runcenter;
}
.explore_services_sec .nav-pills .nav-link,
.explore_services_sec .nav-pills .nav-link.active {
    color: #fff;
    font-size: 13px;
    text-shadow: 0 -8px 16px rgb(0 0 0 / 75%);
}
.explore_services_sec .nav-pills .nav-link.active {
    color: #fcc91a;
    text-decoration: none;
    text-shadow: none;
    border-radius: 50px;
    border: 2px solid #fcc91a;
    background-color: #0075f4;
    box-shadow: 0 -18px 20px 1.89px rgba(0, 0, 0, 0.15);
}
.explore_services_sec .img-fluid {
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}
.text-14 {
    font-size: 14px;
}
.text-lht-blue {
    color: #a4dafc;
}
.text-dark-blue {
    color: #050c53;
}
.border-dark-blue {
    border-left-color: #050f5c !important;
}
.bg-dark-blue {
    background-color: #050f5c;
}
.bg-sky-blue {
    background-color: #0097e7;
}
.bg-dark-yellow {
    background-color: #fcc81e;
}
.bor-bot-pink {
    border-bottom: 2px solid #f0f;
}
.bor-top-pink {
    border-top: 2px solid #f0f;
}
.abt-hg {
    height: 48px;
    width: 48px;
}
.process-box {
    bottom: 50px;
    border-radius: 25px;
    box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.35);
}
.process-box::after {
    content: "";
    position: absolute;
    border-top: 40px solid #fff;
    border-bottom: 25px solid transparent;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, 0);
}
.process-box p {
    text-shadow: none;
}
.process-des {
    min-height: 250px;
    border-radius: 25px;
    box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.35);
}
.process-des::after {
    content: "";
    position: absolute;
    border-top: 60px solid #fff;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    border-right: 110px solid transparent;
    bottom: -58px;
    right: -40px;
    transform: translate(-50%, 0);
}
.pr-blue,
.pr-sky {
    position: relative;
}
.pr-blue::after,
.pr-blue::before,
.pr-sky::after,
.pr-sky::before {
    content: "";
    position: absolute;
}
.pr-sky::before {
    border-top: 61px solid #0097e7;
    border-bottom: 10px solid #0097e7;
    border-left: 5px solid #0097e7;
    border-right: 5px solid #0097e7;
    bottom: 110px;
    right: 5px;
    transform: rotate(150deg);
}
.pr-sky::after {
    border-top: 61px solid #0097e7;
    border-bottom: 10px solid #0097e7;
    border-left: 5px solid #0097e7;
    border-right: 5px solid #0097e7;
    bottom: 55px;
    right: 7px;
    transform: rotate(215deg);
}
.pr-blue::before {
    border-top: 61px solid #050f5c;
    border-bottom: 10px solid #050f5c;
    border-left: 5px solid #050f5c;
    border-right: 5px solid #050f5c;
    bottom: 110px;
    right: 5px;
    transform: rotate(150deg);
}
.pr-blue::after {
    border-top: 61px solid #050f5c;
    border-bottom: 10px solid #050f5c;
    border-left: 5px solid #050f5c;
    border-right: 5px solid #050f5c;
    bottom: 55px;
    right: 7px;
    transform: rotate(215deg);
}
.process-des.bg-sky-blue::after {
    border-top: 60px solid #0097e7;
}
.process-des.bg-dark-blue::after {
    border-top: 60px solid #050f5c;
}
.process-des.bg-dark-yellow::after {
    border-top: 60px solid #fcc81e;
}
.wh-we-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}
.wh-we-text h5 {
    width: initial;
    max-width: min-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.hg-md {
    min-height: 500px;
    display: flex;
    align-items: center;
}
.hex-data {
    position: relative;
    border-top: 3px solid #6bbedf;
    width: 65px;
}
.phase1 .hex-data {
    border-top: 3px solid #0ff;
}
.phase2 .hex-data {
    border-top: 3px solid #6bbedf;
}
.phase3 .hex-data {
    border-top: 3px solid #419ef5;
}
.phase4 .hex-data {
    border-top: 3px solid #5671f5;
}
.hex-data::after,
.hex-data::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    bottom: -2px;
    background-color: #6bbedf;
    border-radius: 50%;
}
.hex-data::after {
    right: 0;
}
.hexagon {
    position: relative;
    height: 115px;
    width: 100px;
    background-color: #6bbedf;
}
.phase1 .hex-data::after,
.phase1 .hex-data::before,
.phase1 .hexagon {
    background-color: #0ff;
}
.phase2 .hex-data::after,
.phase2 .hex-data::before,
.phase2 .hexagon {
    background-color: #6bbedf;
}
.phase3 .hex-data::after,
.phase3 .hex-data::before,
.phase3 .hexagon {
    background-color: #419ef5;
}
.phase4 .hex-data::after,
.phase4 .hex-data::before,
.phase4 .hexagon {
    background-color: #5671f5;
}
.double:after,
.hexagon:before {
    position: absolute;
    content: "";
}
.hexagon:before {
    top: 4px;
    left: 4px;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background: #16244b;
}
.double:after,
.hexagon,
.hexagon:before {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.num-hex-rht h3 {
    right: 66px;
}
.num-hex-lft h3 {
    left: 66px;
    z-index: 1;
}
.about_main_sec {
    background-image: url(../images/about-bg.webp);
}
.about_main_sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/about_lft_img.png);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    height: 600px;
    width: 180px;
}
.about-banner::after,
.about-banner::before {
    content: unset;
}
.about-banner .img-fluid {
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}
.line-at-bot {
    position: relative;
    width: 100%;
    top: 60px;
}
.ball-ht::before {
    content: "";
    position: absolute;
    width: 65px;
    height: 75px;
    background: url(../images/yellow-purpal-icon.png);
    background-repeat: no-repeat;
    bottom: 27px;
    left: 23%;
    z-index: 1;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}
.line-at-bot::before {
    position: absolute;
    content: "";
    width: 84px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    margin: 0 auto;
    right: 0;
}
.line-at-bot::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    bottom: -4px;
    background-color: #f12abb;
    margin: 0 auto;
    right: 0;
    border-radius: 50%;
    z-index: 1;
    -webkit-animation: runcenter 10s linear infinite;
    animation: runcenter 10s linear infinite;
}
.curve-bt {
    position: absolute;
    bottom: 30px;
    left: 0;
}
.mis-img {
    position: relative;
    left: 5rem;
    top: 28px;
}
.vision_sec .img-pos-rotate::before {
    top: 40%;
    background-image: url(../images/rectangle_svg.svg);
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}
.solution_partner_sec .sec-heading h3::before,
.vision_sec .sec-heading h6::before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 40px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #0f0;
    -webkit-animation: moveleftbounce 2s linear infinite;
    animation: moveleftbounce 2s linear infinite;
}
.pr-yellow::after,
.process_sec .sec-heading::before,
.process_sec::before,
.services_offered_sec::before {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    width: 131px;
    height: 107px;
    background-image: url(../images/shape_camera.svg);
    background-size: 48%;
    background-repeat: no-repeat;
    -webkit-animation: movebounce 2s linear infinite;
    animation: movebounce 2s linear infinite;
}
.process_sec .sec-heading::before {
    left: 0;
    right: unset;
    top: 0;
    width: 78px;
    height: 78px;
    background-position: top;
    background-image: url(../images/shape_polygon.svg);
    -webkit-animation: scaleup ease-in-out 2s infinite alternate;
    animation: scaleup ease-in-out 2s infinite alternate;
}
.pr-yellow::after {
    left: 38%;
    top: unset;
    width: 78px;
    height: 78px;
    background-position: bottom;
    background-image: url(../images/shape_polygon.svg);
    margin-top: 20px;
    -webkit-animation: moveleftbounce 2s linear infinite;
    animation: moveleftbounce 2s linear infinite;
}
.devlop_sec .phase1::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    background: url(../images/yellow-purpal-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    bottom: 50%;
    right: 0;
    -webkit-animation: scaleup ease-in-out 2s infinite alternate;
    animation: scaleup ease-in-out 2s infinite alternate;
}
.services_offered_sec::before {
    left: 10%;
    right: unset;
    top: unset;
    bottom: 38%;
    width: 78px;
    height: 78px;
    background-position: top;
    background-image: url(../images/shape_polygon_pink.svg);
    -webkit-animation: rotation 4s infinite linear;
    animation: rotation 4s infinite linear;
}
.services_offered_sec .img_center::before {
    content: "";
    position: absolute;
    right: 6%;
    top: 15%;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-position: center;
    background-image: url(../images/rectangle_svg.svg);
    background-repeat: no-repeat;
    -webkit-animation: moveleftbounce 2.1s linear infinite;
    animation: moveleftbounce 2.1s linear infinite;
}
.services_offered_sec::after {
    content: "";
    position: absolute;
    left: 33%;
    bottom: 10%;
    width: 44px;
    height: 70px;
    background-size: 48%;
    background-position: center;
    background-image: url(../images/shape_sq.svg);
    background-repeat: no-repeat;
    -webkit-animation: moveleftbounce 2.1s linear infinite;
    animation: moveleftbounce 2.1s linear infinite;
}
.mis-img {
    left: 0;
}
.best_diffrent .sec-heading h2::before,
.comm_sec .sec-heading::before,
.leading_sec .img_center:after,
.leading_sec .sec-heading h2::before,
.portfolio .sec-heading h2::before,
.sec-heading span::before,
.software_sec::before,
.testimonial_sec .sec-heading h2::before {
    -webkit-animation: rotation 4s infinite linear;
    animation: rotation 4s infinite linear;
}
.rocket-hg {
    height: 400px;
    width: 90%;
    position: relative;
    top: 30px;
}
.rocket-1 {
    position: absolute;
    width: 245px;
    height: 270px;
    bottom: 0;
    left: 33%;
    -webkit-animation: MoveUpDown 10s linear infinite;
    animation: MoveUpDown 10s linear infinite;
}
.speed_pro_sec::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    border-bottom: 0.5px solid rgb(49 108 232);
    border-radius: 50%;
    box-shadow: 0 1px 4px 1px #316ce8d6;
}
@font-face {
    font-family: "Myriad Pro Regular";
    font-style: normal;
    font-weight: 400;
    src: local("Myriad Pro Regular"), url("../fonts/Myriad%20Pro/MYRIADPRO-REGULAR.html") format("woff");
}
.font-myriad {
    font-family: "Myriad Pro Regular";
}
.font-josefin {
    font-family: "Josefin Sans", sans-serif;
}
.services_main_sec {
    background-image: url(../images/services-bg.webp);
    background-position: left top;
}
.services_main_sec::after,
.services_main_sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/about_lft_img.png);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    height: 600px;
    width: 180px;
}
.services_main_sec::after {
    left: unset;
    right: 0;
    background-image: url(../images/service/service_rht_img.png);
    background-position: right;
}
.service-banner.banner::before {
    content: unset;
}
.solution_partner_sec .sec-heading h3::after {
    content: "";
    position: absolute;
    right: 0;
    top: 32%;
    width: 131px;
    height: 107px;
    background-image: url(../images/rectangle_svg.svg);
    background-size: 48%;
    background-repeat: no-repeat;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}
.provide-div > div {
    min-height: 360px;
}
.provide-div > div::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    border: 3px solid transparent;
    background: linear-gradient(320deg, #fff, #2e77df, #c438c8) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.provide-div:hover > div::before {
    background: linear-gradient(-320deg, #fff, #2e77df, #c438c8) border-box;
}
.provider-img {
    border-radius: 15px;
}
.our_experts_sec {
    min-height: 425px;
}
.expertise_div {
    border-radius: 25px;
    border: 2px solid #173d82;
    background-color: #173d82;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.expertise_div:hover {
    border: 2px solid #0075f4;
    background-color: #172745;
    box-shadow: 0 -15px 35px 15px rgb(0 0 0 / 40%), inset 0 15px 34px 5px rgb(0 0 0 / 13%);
}
.our-techs .hexagon {
    height: 215px;
    width: 185px;
    background-color: #0075f4;
}
.our-techs:hover .hexagon {
    background-color: #ff0;
}
.our-techs .hexagon:before {
    top: 2px;
    left: 2px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    background: #11367a;
}
.our-techs img {
    max-width: 90px;
    min-height: 50px;
    max-height: 50px;
    object-fit: contain;
}
.we_work_on_sec .div-heading h5:before {
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    border-top: 1px solid #ff0;
}
.our-serves > div {
    height: 115px;
    width: 115px;
    padding: 1.5rem;
    margin: 0 auto;
    border-color: #0075f4 !important;
}
.our-serves:hover > div {
    border-color: #ff0 !important;
}
.our-serves > div > img {
    max-height: 60px;
    max-width: 60px;
    object-fit: contain;
}
.we_serve_sec {
    background: url(../images/service/we_serve_bg.webp) no-repeat;
    background-color: transparent;
    background-size: cover;
    min-height: 800px;
    width: 100%;
}
.bor-count {
    color: #fff;
    font-weight: 600;
    width: 60px;
    height: 30px;
    padding-top: 5px;
    margin-top: -15px;
    border-radius: 185px 185px 0 0;
    background-color: #0075f4;
}
.bor-box {
    border-color: #0075f4 !important;
    border-radius: 25px;
    height: 100%;
}
.bor-serve:hover .bor-count {
    color: #162543;
    background-color: #ff0;
}
.bor-serve:hover .bor-box {
    border-color: #ff0 !important;
}
.our_experts_sec::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    border: 2px solid #f5db53;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: -6px 1px 7px 1px #000000b3;
    background-color: transparent;
    -webkit-animation: movebounce 2s linear infinite;
    animation: movebounce 2s linear infinite;
}
.ser-bann::before,
.service-banner::after,
.we_work_on_sec::after {
    content: "";
    position: absolute;
    width: 78px;
    height: 78px;
    background-size: contain;
    background-position: top;
    background-image: url(../images/service/shape-circle-blue.svg);
    -webkit-animation: scaleup ease-in-out 2s infinite alternate;
    animation: scaleup ease-in-out 2s infinite alternate;
    z-index: 9;
}
.service-banner::after {
    top: 0;
    background-image: url(../images/career/career-icon.webp);
}
.ser-bann::before {
    top: 0;
    right: 11.5em;
    background-image: url(../images/service/shape-circle-blue.svg);
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}
.service-banner h2::after {
    content: ".";
    position: absolute;
    top: 0;
    border-radius: 50%;
    color: #00bff3;
    font-size: 75px;
    -webkit-animation: rotation 4s infinite linear;
    animation: rotation 4s infinite linear;
}
.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
    color: #fff;
}
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0075f4;
    border-radius: 6px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.border_cn_box {
    border: 2px solid #0075f4;
    border-radius: 15px;
}
.contact_main_sec {
    background-position: top center;
    background-image: url(../images/contact-bg.webp);
}
.cont-heading::after,
.cont-heading::before {
    content: "";
    position: absolute;
    width: 8em;
    top: 50%;
    border: 1px solid #f0f;
    transform: translateY(-50%);
}
.cont-heading::before {
    left: 0;
}
.cont-heading::after {
    right: 0;
}
.we-love-to .ball-ht::before {
    left: unset;
    right: 25px;
}
.we-love-to .line-at-bot::before {
    margin: 0;
    width: 200px;
    background-color: #f5db53;
}
.we-love-to .line-at-bot::after {
    margin: 0;
    background-color: #fff;
    -webkit-animation: runlg 10s linear infinite;
    animation: runlg 10s linear infinite;
}
.contact-banner-to .line-at-bot::before {
    margin: 0;
    width: 125px;
    background-color: #0777dc;
}
.contact-banner-to .line-at-bot::after {
    margin: 0;
    background-color: #fcc91a;
    -webkit-animation: runmd 10s linear infinite;
    animation: runmd 10s linear infinite;
}
.text-outer {
    -webkit-text-stroke: 1px #fcca1a;
    text-stroke: 2px red;
    color: transparent;
}
.cont-icon {
    height: 36px;
    width: 36px;
}
.cont-pro img,
.sec-comp embed,
.sec-comp img {
    height: 360px;
}
.cont-pro::after,
.cont-pro::before,
.sec-contact-us::after,
.sec-contact-us::before {
    content: "";
    position: absolute;
    position: absolute;
    right: 25%;
    top: -60px;
    width: 40px;
    height: 40px;
    background-image: url(../images/contact/layer-bot1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: scaleup ease-in-out 2s infinite alternate;
    animation: scaleup ease-in-out 2s infinite alternate;
}
.cont-pro::after {
    right: 10%;
    top: 0;
    background-image: url(../images/contact/layer-bot2.webp);
}
.sec-contact-us::before {
    background-image: url(../images/contact/layer-bot4.webp);
    right: unset;
    top: 0;
    left: 6%;
    height: 80px;
    width: 80px;
}
.sec-contact-us::after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAABMUlEQVQ4ja3VwStlURwH8I+XMFkRKWbJhqJmFrOYslEaG3Y2UvasbGRjIX+CksXUZDW7aZSSzbPWbFhYyFKIjZBnoWn61b3T7fHoPedbt27ndD7n1ul8b5PynRrpxAwmMIwOPOAUZfzASfXSl8AWLGVPe63d8BffsYj7WmAftvHpFag6xxjDZYyXCpPd2K8TiwxiFx+KYDN+ob9OLM8IVovgPL42iOVZQG8p+9Tld2KRNswGOImeBGBkPMCpRFhkKMDPCcGuAD8mBCv5oaTKWYBXCcE/pezqpMrvAPcSYefYCXALjwnAtfxQQl5/Jxalsqlwl1dw2CAWhTud9eN/sIJvDRzQAUZxnQ8U+zAK8gs28PQGdJsVSjTURXGi1j9lAHPZ7vHemiFHcZL4iZtnq/APOfA5KF7r868AAAAASUVORK5CYII=);
    right: 6%;
    top: 50%;
    height: 15px;
    width: 15px;
}
.banner.contact-banner::after {
    left: 60px;
    right: unset;
}
.cont-bann embed,
.cont-bann img {
    top: 0;
}
.cont-bann {
    min-height: 430px;
    transition: 1s linear;
}
.cont-bann::after,
.cont-bann::before,
.cont-bann > div::after,
.cont-bann > div::before,
.cont-bann > div > div {
    transition: 1s linear;
}
.banner .cont-bann > div > embed {
    transition: 0.5s linear;
    animation: scaleup ease-in-out 8s infinite alternate;
}
.cont-bann::after,
.cont-bann::before,
.cont-bann > div::after,
.cont-bann > div::before {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    background-image: url(../images/contact/layer-bot4.webp);
    background-size: contain;
    background-repeat: no-repeat;
}
.cont-bann::before {
    right: 0;
    top: -5em;
    background-image: url(../images/contact/layer-square.webp);
    -webkit-animation: up-down 6s linear infinite;
    animation: up-down 6s linear infinite;
}
.cont-bann::after {
    right: -3em;
    top: 5em;
    -webkit-animation: rotation 8s infinite linear;
    animation: rotation 8s infinite linear;
}
.cont-bann > div::before {
    left: -14em;
    right: unset;
    top: -2em;
    -webkit-animation: scaleup ease-in-out 3s infinite alternate;
    animation: scaleup linear 3s infinite alternate;
}
.cont-bann > div::after {
    left: -12em;
    right: unset;
    top: 10em;
    background-image: url(../images/contact/layer-circle.webp);
    -webkit-animation: up-down 5s linear infinite;
    animation: up-down 5s linear infinite;
}
.cont-bann > div > div {
    bottom: 5em;
    -webkit-animation: moveleftbounce 2s linear infinite;
    animation: moveleftbounce 2s linear infinite;
}
.ic-green::before {
    content: "";
    position: absolute;
    right: 33%;
    top: -7em;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    background-image: url(../images/shape_polygon.svg);
    -webkit-animation: rotation 4s infinite linear;
    animation: rotation 4s infinite linear;
}
.ic-green a:hover {
    color: #fcca1a;
    text-decoration: underline !important;
}
.career_main_sec {
    background-image: url("../images/career-bg.webp");
}
.join-us {
    width: 200px;
    height: 88px;
    background-image: url(../images/career/join_us_head.webp);
    background-size: contain;
    background-repeat: no-repeat;
}
.career-banner p {
    width: 175px;
    border-top: 1px solid #fcca1a;
}
.career-banner p::after,
.career-banner p::before {
    content: "";
    position: absolute;
    width: 150px;
    border-top: 1px solid #f0f;
}
.career-banner p::before {
    top: -10px;
}
.career-banner p::after {
    width: 200px;
}
.career-banner::after {
    content: "";
    position: absolute;
    left: 30%;
    top: 70%;
    width: 140px;
    height: 140px;
    background: url(../images/career/career-car.webp);
    background-size: contain;
    background-repeat: no-repeat;
}
.openings-col {
    width: 28px;
    height: 28px;
    background-color: #0075f4;
    box-shadow: 0 0 10px 4px #0075f4;
}
.openings-div .border_cn_box {
    cursor: pointer;
}
.op-div1 .openings-col {
    background-color: #0075f4;
    box-shadow: 0 0 10px 4px #0075f4;
}
.op-div1 .border_cn_box {
    border-color: #0075f4;
}
.op-div2 .openings-col {
    background-color: #00c9f4;
    box-shadow: 0 0 10px 4px #00c9f4;
}
.op-div2 .border_cn_box {
    border-color: #00c9f4;
}
.op-div3 .openings-col {
    background-color: #e03db8;
    box-shadow: 0 0 10px 4px #e03db8;
}
.op-div3 .border_cn_box {
    border-color: #e03db8;
}
.op-div4 .openings-col {
    background-color: #c374e8;
    box-shadow: 0 0 10px 4px #c374e8;
}
.op-div4 .border_cn_box {
    border-color: #c374e8;
}
.op-div5 .openings-col {
    background-color: #ffa311;
    box-shadow: 0 0 10px 4px #ffa311;
}
.op-div5 .border_cn_box {
    border-color: #ffa311;
}
.op-div6 .openings-col {
    background-color: #e4c913;
    box-shadow: 0 0 10px 4px #e4c913;
}
.op-div6 .border_cn_box {
    border-color: #e4c913;
}
.life-here {
    min-height: 420px;
}
.life-here .slick-prev::before {
    content: "❮";
    font-size: 40px;
}
.life-here .slick-next {
    right: -44px;
}
.life-here .slick-next::before {
    content: "❯";
    font-size: 40px;
}
.life-here .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}
.life-here .life-at {
    float: left;
    border-radius: 25px;
    margin: 0;
    height: 180px;
    aspect-ratio: 5/3;
}
.life-here .life-at.slick-center.slick-active {
    height: 300px;
}
.life-here .life-at iframe,
.life-here .life-at img,
.life-here .life-at video,
.life-here .life-at > div {
    height: 100%;
    border-radius: 25px;
}
.life-here .life-at > div {
    width: 80%;
    padding: 4px;
    box-shadow: 0 0 26px 5px rgb(0 0 0 / 40%), inset 0 8px 25px 2px rgb(0 0 0 / 13%);
}
.life-here .life-at iframe,
.life-here .life-at img,
.life-here .life-at video {
    opacity: 0.75;
    object-fit: cover;
    object-position: center;
    width: 100%;
    background-color: #fff;
}
.life-here .life-at.slick-center.slick-active iframe,
.life-here .life-at.slick-center.slick-active img,
.life-here .life-at.slick-center.slick-active video {
    opacity: 1;
    object-fit: contain;
    filter: blur(0px);
}
.life-here .life-at.slick-center.slick-active,
.life-here .life-at.slick-center.slick-active > div {
    min-width: 415px;
}
.sec-work-with-us::after,
.sec-work-with-us::before {
    content: "";
    position: absolute;
    top: 6em;
    right: 6em;
    height: 105px;
    width: 105px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/contact/layer-bot4.webp);
    -webkit-animation: movebounce 2s linear infinite;
    animation: movebounce 2s linear infinite;
}
.sec-work-with-us::after {
    top: unset;
    bottom: 0;
    left: 20%;
    right: unset;
    background-size: 70%;
    background-image: url(../images/rectangle_svg.svg);
    -webkit-animation: scaleup ease-in-out 2s infinite alternate;
    animation: scaleup ease-in-out 2s infinite alternate;
}
.work_with_us-bg {
    width: 1114px;
    height: 730px;
    margin: 0 auto;
    background: url(../images/career/work-with-us-bg.webp) no-repeat center;
    background-size: contain;
}
.reas-all {
    width: 106px;
    font-size: 13px;
}
.reas-1 {
    left: 9em;
    top: 30em;
}
.reas-2 {
    left: 9em;
    top: 9em;
}
.reas-3 {
    left: 17em;
    top: unset;
    bottom: 7em;
}
.reas-4 {
    left: 28.5em;
    top: unset;
    bottom: 14em;
}
.reas-5 {
    left: 37em;
    top: unset;
    bottom: 14.5em;
}
.reas-6 {
    left: 41em;
    top: unset;
    bottom: 13.25em;
}
.reas-7 {
    left: 48em;
    top: unset;
    bottom: 12em;
    text-align: right;
    width: 130px;
}
.reas-8 {
    left: 60.5em;
    top: unset;
    bottom: 19.5em;
    width: 125px;
}
.reas-9 {
    left: 69em;
    top: unset;
    bottom: 35.5em;
}
.reas-10 {
    left: 70em;
    top: unset;
    bottom: 52.5em;
}
.modal-career .modal-content {
    border-radius: 11px;
    border: none;
    background-image: linear-gradient(0deg, #00226a 0, #0075f4 0, #00226a 100%);
}
.modal-career .modal-body ul li {
    list-style-type: disc;
}
.modal-header {
    background-image: linear-gradient(9deg, #00226a 0, rgb(0 117 244 / 5%) 0, #00226a 100%);
}
.modal-title {
    font-family: "Josefin Sans";
    text-transform: capitalize;
    text-shadow: 0 1px 2px #000;
    font-weight: 600;
}
.fresher {
    display: none;
}
.form-control,
.form-control:focus {
    border-radius: 16px;
    background-color: transparent !important;
}
.form-control::placeholder {
    color: lightslategray;
}
.blog_main_sec {
    background-image: url(../images/blog/background-blog.webp);
    background-position: bottom;
}
.btn {
    font-size: 14px;
}
.blog_main_sec .btn,
.career_main_sec .btn,
.contact_main_sec .btn {
    font-family: "Josefin Sans";
    padding-top: 9px;
}
.input-group > .form-control::placeholder {
    color: #fff;
    opacity: 0.5;
    text-transform: capitalize;
}
.background-blue {
    background-color: #2e3192;
}
.bor-pink {
    border: 2px solid #f0f;
}
.bg-bl {
    border-radius: 20px;
    box-shadow: 0 24px 40.67px 8.33px rgba(0, 0, 0, 0.46);
    background-image: -webkit-linear-gradient(98deg, #d7d7d7 0, #4c80c9 0);
}
.blogs-dv.nav-pills .nav-item {
    margin: 5px 12px;
}
.blogs-dv.nav-pills .nav-link,
.blogs-dv.nav-pills .nav-link.active {
    text-decoration: dashed;
    background-color: #2f456d;
    border-radius: 12px;
    background: linear-gradient(44deg, rgb(37 82 153), rgb(0 0 0 / 35%));
}
.blogs-dv.nav-pills .nav-link.active,
.blogs-dv.nav-pills .nav-link:hover {
    background: linear-gradient(44deg, #76448a, #76448a);
}
.blog-div > div {
    background-color: #293f67;
    border-radius: 25px;
    background: linear-gradient(44deg, rgb(37 82 153), rgb(0 0 0 / 35%));
    box-shadow: 0 24px 40.67px 8.33px rgb(0 0 0 / 46%);
}
.blog-div:hover > div {
    background-color: #76448a;
    background: linear-gradient(44deg, #76448a, #76448a);
}
.blog-img,
.blog-img img {
    border-radius: 25px;
    height: 160px;
    object-fit: cover;
}
.blog-details-img {
    height: 400px;
}
.blog-us {
    min-height: 400px;
}
.blog-us::after,
.sec-blog-us::before {
    content: "";
    position: absolute;
    right: 10%;
    top: 0;
    height: 75px;
    width: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/light.webp);
    -webkit-animation: moveleftbounce 2s linear infinite;
    animation: moveleftbounce 2s linear infinite;
}
.sec-blog-us::before {
    top: 10%;
    background-image: url(../images/contact/layer-bot4.webp);
}
.sec-blog-us .cont-heading::after,
.sec-blog-us .cont-heading::before {
    width: 4em;
}
@keyframes movebounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes run {
    0% {
        left: 0;
    }
    50% {
        left: 84px;
    }
    100% {
        left: 0;
    }
}
@keyframes runcenter {
    0% {
        left: -84px;
    }
    50% {
        left: 84px;
    }
    100% {
        left: -84px;
    }
}
@keyframes runmd {
    0% {
        left: 0;
    }
    50% {
        left: 125px;
    }
    100% {
        left: 0;
    }
}
@keyframes runlg {
    0% {
        left: 0;
    }
    50% {
        left: 200px;
    }
    100% {
        left: 0;
    }
}
@keyframes runxlg {
    0% {
        left: 0;
    }
    50% {
        left: 70%;
    }
    100% {
        left: 0;
    }
}
@keyframes runfull {
    0% {
        left: 0;
    }
    50% {
        left: 90%;
    }
    100% {
        left: 0;
    }
}
@keyframes runvertical {
    0% {
        top: 0;
    }
    50% {
        top: 100%;
    }
    100% {
        top: 0;
    }
}
@keyframes moveleftbounce {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes MoveUpDown {
    0%,
    100% {
        bottom: 0;
    }
    50% {
        bottom: 100px;
    }
}
@keyframes up-down {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes scaleup {
    0% {
        transform: scale(0.5) rotate(0);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}
.scaleup {
    -webkit-animation: scaleup ease-in-out 2s infinite alternate;
    animation: scaleup ease-in-out 2s infinite alternate;
}
.moveupdown {
    -webkit-animation: MoveUpDown 5s linear infinite;
    animation: MoveUpDown 5s linear infinite;
}
.up-down {
    -webkit-animation: up-down 10s linear infinite;
    animation: up-down 10s linear infinite;
}
.moveleft {
    -webkit-animation: moveleftbounce 2s linear infinite;
    animation: moveleftbounce 2s linear infinite;
}
.rotatelinear {
    -webkit-animation: rotation 10s infinite linear;
    animation: rotation 10s infinite linear;
}
.rotatelinear_4s {
    -webkit-animation: rotation 4s infinite linear;
    animation: rotation 4s infinite linear;
}
.movebounce {
    -webkit-animation: movebounce 2s linear infinite;
    animation: movebounce 2s linear infinite;
}
.mvp_page .service-banner .col_left::after {
    left: 50%;
}
.mvp_page .service-banner .col_left::before {
    top: 0;
    left: 45%;
    background-image: url(../images/service/inner/shape-circle-yellow.svg);
}
.mvp_page .provide-div > div::before {
    border: 3px solid #c438c8;
    background: 0 0;
}
.mvp_page .provide-div > div {
    min-height: 276px;
}
.mvp_page .contact-banner-to .line-at-bot::before {
    background-color: #fff;
    width: 30%;
}
.mvp_page .contact-banner-to .line-at-bot::after {
    background-color: #c438c8;
}
.banner h2 {
    z-index: 0;
}
.text-justify {
    text-align: justify;
}
.text-pink {
    color: #f0f;
}
.ob-contain {
    object-fit: contain;
}
.ob-cover {
    object-fit: cover;
}
.rounded-25 {
    border-radius: 25px;
}
.me-15 {
    margin-right: -15px;
}
.ms-15 {
    margin-left: -15px;
}
.bor-pink-lft {
    border-left-color: #f0f !important;
}
.bor-pink-rht {
    border-right-color: #f0f !important;
}
.bor-bot-purple {
    border-bottom: 2px solid #cf26fa;
}
.service-inner-banner {
    min-height: 550px;
}
.services_inner_sec .sec-heading h3 {
    width: fit-content;
}
.services_inner_sec .sec-heading h3::before {
    content: "";
    position: absolute;
    width: 65px;
    height: 75px;
    z-index: -1;
    background: url(../images/yellow-purpal-icon.png);
    background-repeat: no-repeat;
    bottom: 20px;
    left: -40px;
    -webkit-animation: rotation 4s infinite linear;
    animation: rotation 4s infinite linear;
}
.inner-line-bot .line-at-bot::before {
    margin: 0;
    width: 70%;
    background-color: #f5db53;
}
.inner-line-bot .line-at-bot::after {
    width: 40px;
    margin: 0;
    border-radius: 10px;
    background-color: #e03db8;
    -webkit-animation: runxlg 15s linear infinite;
    animation: runxlg 15s linear infinite;
}
.inner-line-bot .line-at-bot-full::before {
    width: 100%;
}
.inner-line-bot .line-at-bot-full::after {
    -webkit-animation: runfull 20s linear infinite;
    animation: runfull 20s linear infinite;
}
.inner-line-bot .line-at-bot.line-at-bot-blue::before {
    background-color: #00e4ff;
}
.we_offer_sec .openings-div .border_cn_box {
    cursor: default;
}
.line-col-1 {
    width: 36px;
    height: 9px;
    margin-left: -9px;
    margin-top: -5px;
    border-radius: 10px;
    background-color: #e03db8;
}
.op-div1 .line-col-1 {
    background-color: #0075f4;
}
.op-div2 .line-col-1 {
    background-color: #00c9f4;
}
.op-div3 .line-col-1 {
    background-color: #e03db8;
}
.op-div4 .line-col-1 {
    background-color: #c374e8;
}
.op-div5 .line-col-1 {
    background-color: #ffa311;
}
.op-div6 .line-col-1 {
    background-color: #e4c913;
}
.dot-wh {
    width: 12px;
    height: 12px;
}
.dot-green {
    background-color: #0f0;
}
.dot-orange {
    background-color: #fcc91a;
}
.dot-pink {
    background-color: #ec008c;
}
.dot-blue {
    background-color: #00bff3;
}
.us-benifit::before {
    content: "";
    position: absolute;
    right: 99%;
    bottom: 97%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f0f;
    -webkit-animation: runvertical 10s linear infinite;
    animation: runvertical 10s linear infinite;
}
.steps_dev_sec .bor-count {
    color: #162542;
}
.soft-ic {
    width: 36px;
    height: 8px;
    border-radius: 10px;
    background-color: #00c9f4;
    transform: rotateZ(45deg);
    box-shadow: 0 1px 25px #000;
}
.anim-devlop::before {
    content: "";
    position: absolute;
    right: 0;
    width: 78px;
    height: 78px;
    background-position: top;
    background-size: 60%;
    background-repeat: no-repeat;
    background-image: url(../images/shape_polygon.svg);
    -webkit-animation: runvertical 15s linear infinite;
    animation: runvertical 15s linear infinite;
}
.anim-devlop::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 54%;
    width: 131px;
    height: 107px;
    background-image: url(../images/shape_camera.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    -webkit-animation: moveleftbounce 2.1s linear infinite;
    animation: moveleftbounce 2.1s linear infinite;
}
.banner .ser-bann-lft embed,
.banner .ser-bann-lft img {
    max-width: 430px;
    right: 2rem;
    -webkit-animation: moveleftbounce 2s linear infinite;
    animation: moveleftbounce 2s linear infinite;
}
.color-digit {
    color: rgb(252 26 191 / 100%);
}
.to_discover .openings-col {
    left: 25px !important;
}
.line-in-white > div {
    left: 42%;
}
.line-in-white .line-at-bot::before {
    margin: 0;
    width: 200px;
    background-color: #fff;
}
.line-in-white .line-at-bot::after {
    margin: 0;
    background-color: #f0f;
    -webkit-animation: runlg 10s linear infinite;
    animation: runlg 10s linear infinite;
}
.in-wh.inner-line-bot .line-at-bot::before {
    background-color: #fff;
}
.pm_devlopment-bg {
    width: 700px;
    height: 500px;
    margin: 0 auto;
    background-image: url(../images/service/inner/5-steps.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.pm-dev-txt {
    width: 250px;
}
.dev-txt1 {
    right: 8rem;
    top: 0.75rem;
}
.dev-txt2 {
    right: 3rem;
    top: 3.75rem;
}
.dev-txt3 {
    right: 2rem;
    top: 6.5rem;
}
.dev-txt4 {
    right: 3.5rem;
    top: 9.5rem;
}
.dev-txt5 {
    right: 8rem;
    top: 12.25rem;
}
.dev-txt-main {
    color: #0d2043;
    width: 190px;
    bottom: 11rem;
    left: 3rem;
}
.portal-desc {
    background: #fcc91a;
    width: 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.faq_div {
    width: 90%;
}
.faq_div .openings-col {
    left: 15px !important;
    z-index: 5;
}
.faq_div .accordion-item {
    transition: 2s linear;
}
.faq_div .accordion-button:focus {
    border-color: inherit;
}
.faq_div .openings-div .accordion-body.border_cn_box {
    width: 97%;
    margin-left: auto;
}
.faq_div .op-div1 .border_cn_box:focus {
    border-color: #0075f4;
}
.faq_div .op-div2 .border_cn_box:focus {
    border-color: #00c9f4;
}
.faq_div .op-div3 .border_cn_box:focus {
    border-color: #e03db8;
}
.faq_div .op-div4 .border_cn_box:focus {
    border-color: #c374e8;
}
.faq_div .op-div5 .border_cn_box:focus {
    border-color: #ffa311;
}
.faq_div .op-div6 .border_cn_box:focus {
    border-color: #e4c913;
}
.faq_div .accordion-item .accordion-button.collapsed {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.faq_div .accordion-button.rounded-25 {
    border-radius: 15px;
}
.faq_div .accordion-item .accordion-button {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.faq_div .accordion-body.border_cn_box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faq_div .accordion-body.border_cn_box li {
    list-style-type: disc;
}
.faq_div .accordion-button::after {
    display: none;
}
.modal-body a.text-yellow-dark:hover {
    color: #fcca1a;
    text-decoration: underline !important;
}
.blog-content a.text-yellow-dark:hover {
    color: #fcca1a;
    text-decoration: underline !important;
}
.truncate-in-three {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-lists-ty li {
    list-style-type: auto;
}
.blog-lists-dot li {
    list-style-type: disc;
}
.blog-content img {
    outline: #fff solid 2px;
    padding: 10px;
}
.blog-heading {
    z-index: 0;
}
body {
    overflow-x: hidden;
}
@media (max-width: 767px) {
    .header_sec {
        background: linear-gradient(0deg, #00226a 0, #0075f4 0, #00226a 100%);
        box-shadow: 0 0 20px 8px rgb(49 108 232 / 25%);
    }
    .navbar {
        display: flex !important;
    }
    .header_sec .header-nav .navbar-nav li.nav-item {
        margin: 2px 9px;
        border-bottom: 1px solid;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .header-nav .social-icons {
        border-left: none !important;
        margin: 10px 0;
        padding-left: 0 !important;
    }
    .pr-blue,
    .pr-sky,
    .pr-yellow {
        margin: 5rem 0 5rem;
    }
    .outer-mis .outer-comm,
    .outer-vis .outer-comm {
        height: auto;
        border-radius: 25px 25px 25px 25px;
    }
    .outer-vis .outer-comm::before {
        left: 0;
        border-left: 2px solid #fcca1a;
        border-top: 0 solid transparent;
        border-bottom: 0 solid transparent;
        transform: rotate(0);
        height: 100%;
        top: 0;
        padding-left: 0;
        border-radius: 25px;
    }
    .outer-mis .outer-comm::before {
        right: 0;
        border-right: 2px solid #fcca1a;
        border-top: 0 solid transparent;
        border-bottom: 0 solid transparent;
        transform: rotate(0);
        height: 100%;
        top: 0;
        padding-left: 0;
        border-radius: 25px;
    }
    .to_discover .openings-col {
        left: 15px !important;
    }
    .line-in-white > div {
        left: 36%;
    }
}
@media (max-width: 414px) {
    .dropdown-toggle {
        padding: 0 !important;
    }
    .dropdown-toggle::after {
        position: absolute;
        right: 15px;
        top: 10px;
    }
    .navbar {
        display: flex;
    }
    .navbar-collapse {
        background: #0d318d;
        padding: 10px 0 10px 10px;
    }
    .fixed .navbar-collapse {
        background: 0 0;
    }
    .best_diffrent .best_center::after,
    .best_diffrent::after,
    .border-rht:nth-child(2)::before {
        display: none;
    }
    h1 {
        font-size: 2.2rem;
    }
    .services_sec .slick-center > div {
        min-height: auto;
    }
    .counter_sec {
        border: 0 !important;
    }
    .counter_sec > div {
        border-radius: 30px;
        margin: 0 25px;
        border: 2px solid;
        border-color: #f5db53;
    }
    .portfolio .sec-heading::after {
        right: 0;
    }
    .navbar-light .navbar-toggler {
        border: 0;
    }
    .rocket-1 {
        left: 0;
    }
    .rocket-hg {
        height: 300px;
    }
    .cont-heading::after,
    .cont-heading::before {
        width: 2.5em;
    }
    .banner.contact-banner::after {
        left: 0;
        right: unset;
        top: -3px;
    }
    .career_main_sec .cont-heading::after,
    .career_main_sec .cont-heading::before {
        width: 0;
    }
    .life-here {
        min-height: 315px;
    }
    .life-here .life-at.slick-center.slick-active,
    .life-here .life-at.slick-center.slick-active > div {
        min-width: auto;
    }
    .life-here .life-at.slick-center.slick-active {
        height: auto;
    }
    .slick-prev {
        z-index: 9;
    }
    .blogs-dv.nav-pills .nav-item {
        width: 100% !important;
    }
    .sec-blog-us .cont-heading::after,
    .sec-blog-us .cont-heading::before {
        width: 3em;
    }
    .w-100-resp {
        width: 100% !important;
    }
    .py-resp-20 {
        padding: 20px 0 !important;
    }
    .banner {
        min-height: 550px;
    }
    .comm-bann {
        min-height: 325px;
    }
    .counter-box {
        padding: 0 20px;
    }
    .career-banner::after {
        top: 90%;
    }
    .banner .ser-bann-lft embed,
    .banner .ser-bann-lft img {
        right: 0;
    }
    .to_discover .openings-col {
        left: 0 !important;
    }
    .line-in-white > div {
        left: 22%;
    }
}
@media (max-width: 767px) and (min-width: 415px) {
    .header_sec .header-nav .navbar-nav li.nav-item {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }
    .best_diffrent .best_center::after {
        display: none;
    }
}
@media (max-width: 1024px) {
    .banner .comm-bann {
        position: relative !important;
    }
    .banner .comm-bann embed,
    .banner .comm-bann img {
        max-width: 100%;
        right: 0;
        position: relative;
        top: 0;
    }
    .img-pos-footer::before {
        right: 0;
    }
    .pr-blue,
    .pr-sky,
    .pr-yellow {
        margin: 5rem 0 5rem;
    }
    .navbar-expand-md {
        display: block;
    }
    .services_sec .slick-prev {
        left: 0;
        z-index: 9;
    }
    .services_sec .slick-next {
        right: 0;
    }
    .portfolio .slick-next {
        right: 0;
    }
    .portfolio .tab-content {
        overflow: hidden;
    }
    .bg-meet::after {
        left: 0;
    }
    .services_sec .slick-track > .slick-slide.slick-current > div {
        width: 76%;
    }
    .service-banner .ser-bann embed,
    .service-banner .ser-bann img {
        left: 0;
    }
    .ser-bann::before {
        right: 0;
    }
    .cont-bann::after {
        right: 0;
    }
    .cont-pro img,
    .sec-comp embed,
    .sec-comp img {
        width: 70%;
        height: auto;
    }
    .cont-bann > div::after {
        left: 0;
    }
    .cont-bann > div::before {
        left: 0;
        top: 0;
    }
    .banner .cont-bann > div > embed {
        right: 15%;
    }
    .resp-scroll {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .blogs-dv.nav-pills .nav-item {
        width: 45%;
    }
    .blog-details-img {
        height: auto;
    }
    .py-resp-20 {
        padding: 50px 0 20px !important;
    }
    .faq_div {
        width: 100%;
    }
    .faq_div .openings-div .accordion-body.border_cn_box {
        width: 92.5%;
    }
    .life-here .slick-next {
        right: 0;
    }
}
@media (max-width: 1024px) and (min-width: 660px) {
    .phase1,
    .phase4 {
        padding: 0;
    }
    .cont-heading::after,
    .cont-heading::before {
        width: 4em;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        justify-content: center !important;
    }
    .header_sec .header-nav .navbar-nav li.nav-item {
        margin: 0 7px;
    }
    .social-icons .nav-item {
        margin: 0 7px 0 2px !important;
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .cont-heading::after,
    .cont-heading::before {
        width: 6em;
    }
    .resp-scroll {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .counter-box {
        padding: 20px 0;
    }
    .header_sec .header-nav .navbar-nav li.nav-item {
        margin: 0 10px;
    }
}
@media (min-width: 1540px) {
    .curve-bt {
        bottom: 16px;
    }
}

.terms-cont-heading::before, .terms-cont-heading::after{
width: 230px !important;
}

.list-content li{
list-style: disc;

}
.list-content li::marker {
    font-size: 24px !important;
}