* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html,
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    height: 100%;
    width: 100%;
    color: #444;
    background-color: #fff;
    user-select: none;
    /* supported by Chrome and Opera */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
} 
/* width */
::-webkit-scrollbar {
  width: 0px;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


#main {
    overscroll-behavior: none;
    overflow: hidden;
}
#hero-banner.has-video video {
    position: absolute;
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 50%;
    object-fit: cover;
    transform: translateX(-50%);
}

video {
    object-fit: contain;
}
.banner-content {
    z-index: 2;
}
.hero-title {
    padding-top: 260px;
    padding-bottom: 0px;
}
.hero-title span {
    display: block;
    color: #fff;
    font-size: 5vw;
    line-height: 6vw;
    font-weight: 600;
    position: relative;
    margin-top: 0px;
    vertical-align: top;
    width: auto;
    overflow: hidden;
    padding: 0;
    text-shadow: 0 4px 10px #00000038;
}
.hero-text {
    padding-top: 40px;
    padding-bottom: 100px;
}
.hero-text > span {
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 0px;
    width: 100%;
    z-index: 2;
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
}
a.ajax-link {
    font-size: 18px!important;
    font-weight: 500;
    margin: 15px 0;
    transition: all .3s ease-out;
    line-height: 30px;
    position: relative;
    display: inline-block;
    text-align: right;
    width: auto;
    transform-origin: 100% 0%;
}
a.light {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
a.dark {
    color: #000;
    text-decoration: none;
    outline: 0;
}
.ajax-link .button-text span::before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.3s ease-out;
}
.ajax-link .button-text span::before {
    background: rgba(255, 255, 255, 0.4);
}
.dark.ajax-link .button-text span::before {
    background: rgba(0, 0, 0, 0.3);
}
.button_wrapper {
    align-items: center;
    max-width: 240px !important;
}
.icon-wrap {
    margin-left: 15px;
    margin-top: 8px;
}
.button-icon i {
    height: 40px;
    line-height: 40px;
    width: 40px;
    transform: scale(0.25) translateX(-40px);
    -webkit-transform: scale(0.25) translateX(-40px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: transparent;
    font-size: 14px;
    border-radius: 100%;
    box-sizing: border-box;
    transition: all .3s ease-out;
    text-indent: -100px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}
.dark .button-icon i {
    border: 1px solid rgba(0, 0, 0, 1);
}
.button_wrapper:hover .button-icon i {
    transform: scale(1.2) translateX(0px);
    -webkit-transform: scale(1.2) translateX(0px);
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 1);
    text-indent: 0px;
}
.button_wrapper.dark:hover .button-icon i {
    transform: scale(1.2) translateX(0px);
    -webkit-transform: scale(1.2) translateX(0px);
    background-color: #000;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 1);
    text-indent: 0px;
}

.sec_padding {
    padding: 100px 0;
}
.sec_padding_bottom {
   padding-bottom: 100px;
}
.sec_margin {
    margin-top: 100px;
}
.sec_margin_bottom{
    margin-bottom: 100px;
}
.sec-title {
    font-weight: 600;
    font-size: 52px;
    line-height: calc(1rem + 3.4vw);
    color: #000;
    margin-bottom: 10px;
}
.sec-title1 {
    font-weight: 600;
    font-size: 45px;
    line-height: calc(1rem + 3.4vw);
    color: #000;
    line-height: 1.2;
}
.abouts .sec-title {
    font-size: calc(1rem + 0.6vw);
    line-height: calc(1rem + 2.15vw);
    font-weight: 500;
}
.abouts .left-side {
    padding-right: 85px;
    text-align: justify;
}
@media screen and (max-width: 1399px) {
    .abouts .left-side {
        padding-right: 72px;
        text-align: justify;
    }
}
.has-mask-fill span {
    -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-image: linear-gradient(#000, #000);
    position: relative;
    width: auto;
    background-size: 0% 100%;
    display: block;
}
.framework .img-wrapper {
    background: #252836;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 25%) !important;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 50px 50px 70px;
    margin-top: 80px;
}



/*Solution*/
.boxed-text {
    display: inline-block;
    margin: 0px 0px 20px 0px;
    padding: 5px 10px 5px 10px;
    background-color: #F7F4FF;
    border-radius: 5px;
    color: #5842BC;
    font-size: 16px;
}
span.grd-text {
    background-image: linear-gradient(90deg, #501E9C 0%,#8169F1 40%,#A44CEE 75%,#FF847F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
    background-size: 0% 100%;
    margin-left: 0px;
    display: inline-block;
}
.content-boxes {
    padding: 0 50px;
}
ul.icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.icon-list li {
    margin-bottom: 15px;
}
ul.icon-list.d-flex li {
    width: 50%;
}
ul.icon-list li i {
    background-color: #EEF4F8;
    font-size: 14px;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    line-height: 28px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    color: #5842BC;
}
ul.icon-list li span {
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}
.rotating-img {
    animation-duration: 100s;
    z-index: -1;
    animation: rotate-center 100s linear infinite both;
}
@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.s_items {
    margin-bottom: 80px;
}
.s_items:last-child {
    margin-bottom: 00px;
}
.row.reverse {
    flex-direction: row-reverse;
}

.solution_wrapper {
    width: 100%;
}
.solution_wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
}
.video-box.position-relative {
    padding: 40px;
    height: 575px;
    margin-bottom: 15px;
    background: #000;
}
.hover-box.position-relative.z-index1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.hover-box img {
    width: 75%;
    margin-bottom: 20px;
}
.item-cat {
    color: #fff;
    opacity: 0;visibility: hidden;
    height: 0;
    transition: all 0.3s linear;
    transform-origin: bottom;
    margin-bottom: 8px;
}
.solution_wrapper:hover .item-cat {
    color: #fff;
    height: 30px;
    opacity: 1;visibility: visible;
}
.solution_wrapper:hover .video-box video  {
    opacity: 0.5;visibility: visible;
}


.team-box {
    background-color: #cbcbcc;
    position: relative;
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 50px;
}
.team-box .img-fluid {
    filter: grayscale(1);
    transition: all 0.3s linear;
}
.team-box:hover .img-fluid {
    filter: grayscale(0);
    transition: all 0.3s linear;
}
.col-md-4:nth-child(2) .team-box {
    margin-top: 0;
}
.team-details {
    bottom: 40px;
    left: 40px;
}
.team-details a i {
    background-color: #1d60fd;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.team-details i, .team-details p {
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s linear;
}
.team-box:hover .team-details i, .team-box:hover .team-details p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.email-framework .container-fluid {
    padding: 0 0 80px 0;
}
.cv-container {
    margin-top: 50px;
    background-image: url(images/intg_back.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: flex;
    overflow: hidden;
    height: auto;
    left: 0;
}

.cv-container .content {
    display: flex;
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
    margin: 30px auto;
/*    height: 100vh;*/
    justify-content: flex-start;
    align-items: center;
    padding: 0px 2vw;
}

.cv-container .content .item {
    width: 20%;
    padding: 22px;
    text-align: center;
    -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
    animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}

.cv-container .content h4 {
    font-size: 24px;
    line-height: 32px;
    padding-top: 20px;
    font-weight: 600;
}

.cv-container .content .item p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.cv-container .content .item .cv-img img {
    border-radius: 50%;
    box-shadow: 0 5px 25px #0000001f;
}

@-webkit-keyframes slide_up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes slide_up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

.cv-container .content .item:nth-of-type(1) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.cv-container .content .item:nth-of-type(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.cv-container .content .item:nth-of-type(3) {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
}

.cv-container .content .item:nth-of-type(4) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.cv-container .content .item:nth-of-type(5) {
    -webkit-animation-delay: -2.5s;
    animation-delay: -2.5s;
}

/*
.awards .sec-title, .recognision .sec-title {
    font-size: calc(1rem + 4vw);
    line-height: calc(1rem + 5vw);
}
*/
.awards_wrapper, .r-wrapper{
    display: flex;
    overflow: hidden;
    height: auto;
    left: 0;
}
.awards_wrapper .content, .r-wrapper .r-pin {
    display: flex;
    margin: 30px auto;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 2vw;
}
.awards_wrapper .content .items, .r-wrapper .r-pin .r-box {
    width: 50%;
    min-width: 250px;
    padding: 14px;
    text-align: center;
}



/*map*/


.global-presence-container {
    width: 1170px;
    margin: auto;
    text-align: center;
    position: relative;
}

.global-presence-container .global-map img {
    width: 100%;
}

    .dot {
        position: absolute;
        border-radius: 50%;
        box-sizing: content-box;
    }
    
    .dot.large {
        width: 14px;
        height: 14px;
        background: #ffad33;
    }
    
    .dot.small {
        width: 7px;
        height: 7px;
        background: #ffad33;
    }
    
    .tooltips {
        position: absolute;
    }
    
    .tooltips:hover {
        cursor: pointer;
    }
    
    .tooltips [class*=tooltips-] {
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        width: 200px;
        padding: 10px;
        border-radius: 6px;
        font-size: 14px;
        line-height: 1.4em;
        background: #fff;
        color: #2196f3;
        text-align: center;
        box-shadow: 0 0 30px #0070bb3e;
    }
    
    .tooltips [class*=tooltips-] a {
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        color: #2a3e50;
        font-weight: 600;
        font-size: 16px;
        display: inline-block;
        text-decoration: none;
        padding-bottom: 1px;
        margin-bottom: 4px;
    }
    
    .tooltips [class*=tooltips-] a:hover {
        color: #0070bb;
    }
    
    .tooltips [class*=tooltips-] i {
        color: #f44336;
        margin-right: 3px;
    }
    
    .tooltips [class*=tooltips-]:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
    }
    
    .tooltips:hover [class*=tooltips-] {
        visibility: visible;
        opacity: 1;
        z-index: 1;
    }
    
    .tooltips .tooltips-top {
        bottom: 100%;
        left: 50%;
        margin: 0 0 15px -103px;
    }
    
    .tooltips .tooltips-top:before {
        top: 100%;
        left: 50%;
        margin-left: -10px;
        border-color: white transparent transparent transparent;
    }
    
    .pulse {
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        animation: out 2s infinite linear;
        background: #0c71bb;
    animation-delay: 0.4s;
        cursor: pointer;
    }
.tooltips:nth-child(2) .pulse {
    animation-delay: 0.8s;
    animation: out2 2.5s infinite linear;
}
.tooltips:nth-child(3) .pulse {
    animation-delay: 1.2s;
    animation: out3 2s infinite linear;
}
.tooltips:nth-child(4) .pulse {
    animation-delay: 0.6s;
    animation: out4 2.5s infinite linear;
}
.tooltips:nth-child(5) .pulse {
    animation-delay: 0.8s;
    animation: out5 2s infinite linear;
}
/*
.tooltips:nth-child(5) .pulse {
    animation: out2 2s infinite linear;
}
*/
    
    @keyframes out {
        20% {
            box-shadow: 0px 0px 0px 0px rgba(244, 64, 64, 0.6);
        }
        50% {
            box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.0);
        }
        70% {
            box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.0);
        }
        100% {
            box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.0);
        }
    }
    
    @keyframes out2 {
        20% {
            box-shadow: 0px 0px 0px 0px rgba(244, 64, 64, 0.6);
        }
        50% {
            box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.0);
        }
        70% {
            box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.0);
        }
        100% {
            box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.0);
        }
    }
    
    @keyframes out3 {
        20% {
            box-shadow: 0px 0px 0px 0px rgba(244, 64, 64, 0.6);
        }
        50% {
            box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.0);
        }
        70% {
            box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.0);
        }
        100% {
            box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.0);
        }
    }
    
    @keyframes out4 {
        20% {
            box-shadow: 0px 0px 0px 0px rgba(244, 64, 64, 0.6);
        }
        50% {
            box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.0);
        }
        70% {
            box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.0);
        }
        100% {
            box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.0);
        }
    }
    @keyframes out5 {
        20% {
            box-shadow: 0px 0px 0px 0px rgba(244, 64, 64, 0.6);
        }
        50% {
            box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.0);
        }
        70% {
            box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.0);
        }
        100% {
            box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.0);
        }
    }
    
    #HQ {
        top: 30%;
        left: 20.5%;
    }
    
    #India {
        top: 46.8%;
        left: 70%;
    }
    
    
    #Pune {
        top: 43.8%;
        left: 68.8%;
    }
    
    #Philippines {
        top: 48.5%;
        left: 85.2%;
    }
    
    #Dominican {
        top: 43%;
        left: 22.2%;
    }


.main-tool-bar {
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: ease 0.4s;
    z-index: 9;
}
.main-tool-bar.header--scrolled nav {
    background: #fff;
}
.main-tool-bar.header--scrolled nav li a, .main-tool-bar nav li ul li a {
    color: #000;
    opacity: 1;
    font-size: 15px;
}
.main-tool-bar.header--scrolled nav li a.nav-link:hover {
    color: #2196f3;
    opacity: 1;
}
.main-tool-bar.header--scrolled nav .navbar-nav .nav-link.active {
    color: #2196f3;
}
.navbar>.container-fluid {
    padding:  0 5%;
}
.navbar-brand {
    width: 230px;
    height: 80px;
}
.navbar-brand img {
    max-height: 100%;
    padding: 8px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: contain;
}

.navbar-brand img.dark-logo, .main-tool-bar.header--scrolled nav .navbar-brand img {
    opacity: 0;
    visibility: hidden;
}
 
.main-tool-bar.header--scrolled nav .navbar-brand img.dark-logo {
    opacity: 1;
    visibility: visible;
}
nav {
    transition: all 0.3s linear;
}
nav ul.navbar-nav {
    margin-left: auto;
    font-size: 15px;
}
nav ul.navbar-nav li {
    margin: 0 15px;
}
nav ul.navbar-nav li a {
    color: #fff;
    opacity: 0.8;
}
nav ul.navbar-nav li a:hover {
    color: #fff;
    opacity: 1;
}
nav ul.navbar-nav li ul li a:hover {
    background: #2196f3;
}
.navbar-toggler-icon {
    filter: invert(1);
}


.footer {
    background: #e5e8f6;
    padding: 40px 15px 40px;
    margin-top: 150px;
}
.animated-wave {
    position: absolute;
    left: -3%;
    top: -175px;
    width: 106%;
    max-width: unset;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    display: inline-block;
    -webkit-animation: wave 2s ease-in-out infinite alternate both;
    animation: wave 2s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes wave {
    0% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }

    100% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
}

@keyframes wave {
    0% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }

    100% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
}
.experts {
    margin: 1px auto 60px;
    width: 70%;
}
.experts h2 {
    font-size: calc(1.325rem + 2vw);
    margin-bottom: 50px;
}
.experts .form-control-plaintext {
    color: #000;
    border-radius: 0;
    border: 0px;
    border-bottom: 1px solid #000;
    padding: 10px 5px;
}
.experts .form-group.mb-2 {
    width: 75%;
}
.experts button[type="submit"] {
    width: 25%;
    color: #000;
    border: 1px solid #000;
    border-radius: 0px;
    margin-left: 20px;
    transition: all 0.3s linear;
    background: #fff0;
}
.experts button[type="submit"]:hover {
    color: #fff;
    background: #1765aa;
    border: 1px solid #1765aa;
}

.footer hr {
    margin-bottom: 50px;
    border-color: #000;
}
.footer .footer-logo {
    width: 180px;
}
.footer .row {
    justify-content: space-between;
}
.footer .row.footer-sec3 {
    align-items: center;
}
.footer p, .footer a, .footer-bottom {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s linear;
}
.footer p.d-flex i {
    margin-right: 12px;
    display: inline-block;
    padding-top: 6px;
}
.footer ul.footer-menu {
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: space-between;
}
.certified {
    margin: 0 auto 30px;
    width: 90%;
    max-width: 590px;
}
.certified img {
    width: 124px;
    object-fit: contain;
    margin: 10px;
}
.social_icon ul {
    position: absolute;
    top: -6px;
    right: -5px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
    margin-bottom: 0;
    background: #e5e8f6;
}
/* .social_icon:hover ul {
    opacity: 1;
    visibility: visible;
} */
.social_icon li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin: 0px 6px;
    color: #000;
}
.footer-bottom a:hover {
    color: #aaa !important;
}
.footer-bottom {
    margin-top: 50px;
    align-content: center;
}

.pp-breadcrumb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 150px 5%;
    color: #fff;
    background: url('assets/home/breadcrumb.jpg') no-repeat center / cover;
    background-color: #1c1c1cd1;
    background-blend-mode: hue;
    text-align: center;
    height: 75vh;
}

.about.pp-breadcrumb {
    background: url('assets/about/about_breadcrumb.jpg') no-repeat center / cover;
    background-color: #1c1c1c40;
    background-blend-mode: hue;    
}
.career.pp-breadcrumb {
    background: url('assets/career/Career-bredcrumb.jpg') no-repeat center / cover;
    background-color: #1c1c1c40;
    background-blend-mode: hue;    
}
.csr-policy.pp-breadcrumb {
    background: url('assets/home/csr/csr-policy_breadcrumb.jpg') no-repeat center / cover;
    background-color: #1c1c1c40;
    background-blend-mode: hue;    
}
.blog.pp-breadcrumb {
    background: url('assets/blogs/blog-bredcrumb.jpg') no-repeat center / cover;
    background-color: #1c1c1c40;
    background-blend-mode: hue;    
}
.team.pp-breadcrumb {
    background: url('assets/blogs/team-bg.jpg') no-repeat center / cover;
    background-color: #1c1c1ca1;
    background-blend-mode: hue;    
}
.pp-breadcrumb h2 {
    color: #fff;
    text-align: left;
    font-size: 16vh;
    -webkit-text-fill-color: #fff0; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    opacity: 0.8;
}

.form_wrapper {
    padding: 70px 50px;
    background: #fff;
/*    box-shadow: 0 3px 20px #00000015;*/
    border-radius: 5px;
}
form button.btn {
    background:#81c2f7;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s linear;
    padding: 12px 25px;
    border: 1px solid #81c2f7;
}
form button.btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

form .form-label {
    display: none;
}
form label {
    font-size: 14px;
    margin-bottom: 5px;
}
form .form-control, form .form-select {
    height: 50px;
}
/*
.c-details {
    padding-right: 60px;
}

.address.position-relative {
    padding-right: 70px;
    border-bottom: 1px solid #dadada;
}
*/
.c-details {
    padding: 30px 10px 30px 30px;
    overflow: hidden;
    margin-top: 50px;
    background: #fff;
    box-shadow: 0 3px 20px #00000015;
    border-radius: 5px;
}
.address.position-relative {
    padding-right: 15px;
    border-right: 1px solid #dadada;
    height: 100%;
    text-align: left;
    margin-top: 50px;
}
.c-details .col-md-4:nth-child(3) .address.position-relative {
    border-right: 0px solid #dadada;
    
}
.address span.fw-light {
    font-size: 14px;
    margin-top: 2px;
    display: block;
    color: #727272;
}
.address h5.mb-3 {
    color: #1765aa;
}
.address span.building {
    font-weight: 600;
    display: block;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
}
.address p {
    font-size: 16px;
    display: flex;
}
@media screen and (max-width: 1399px) {
    .address p {
        font-size: 14px;
        display: flex;
    }
}
.address p i {
    margin-top: 6px;
    color: #76bdf6;
}
.address img {
    width: 50px;
    display: none;
}

.privacy-policy table, .privacy-policy p {
    font-size: 16px;
}
label.form-check-label {
    font-size: 14px;
}
/*partners*/
.partners {
    margin: 0 0 80px 0;
}
.p-box {
    border: 1px solid #ebebeb;
    margin: 20px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 14px 25px -14px #0000001c;
}
.marquee-wrapper {
  display:  inline-block;
  white-space: nowrap;
    margin-top: 50px;
}
.marquee {
    display:  inline-block;
    white-space: nowrap;
    position: relative;
    animation-name: marquee;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee .col-md-3 {
    display:  inline-block;
    white-space: nowrap;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}



/* cookie */
#consent-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 1rem;
    background-color: #fff;
    transition: opacity 1s ease;
    box-shadow: 0px 0px 5px #0000005c;
    z-index: 999999;
}
#consent-popup p {
    font-size: 13px!important;
    text-align: justify;
}
#consent-popup .flex {
    padding-top: 15px;
    padding-right: 0px;
}
#consent-popup .flex a {
    padding: 8px 18px;
    border-radius: 4px;
    background: #339a41;
    color: #fff;
    display: inline-block;
    margin: 0 2px;
    font-size: 13px;
}
#consent-popup .flex a#deny {
    background: #f44336;
}
#consent-popup.hidden {
    opacity: 0;
    display: none;
}

.text-justify{text-align:justify!important}


/*about us page*/
.welcome .floating-card {
    width: 100%;
    max-width: 295px;
    padding: 24px;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: -33px 35px 96px -24px rgb(24 57 57 / 8%);
    white-space: nowrap;
    position: absolute;
    left: 5%;
    top: auto;
    right: auto;
    bottom: 11%;
}
.welcome .floating-card .icon {
    width: 64px;
    height: 64px;
    min-height: 64px;
    min-width: 64px;
    margin-right: 24px;
    padding: 12px;
    text-align: center;
    color: #1765aa;
    background-color: #ddf3f6;
    font-size: 24px;
}
.welcome .floating-card .p_count {
    margin-bottom: 0px;
    color: #172426;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -0.04em;
    text-align: left;
}
.welcome .floating-card .p_count span {
    color: #3f4e50;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: -0.02em;
    display: block;
}

.list-style li {
    font-size: 15px;
    margin-top: 15px;
    position: relative;
}
.list-style li i {
    font-size: 10px;
    top: 6px;
    left: -35px;
    background: #2196f3;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    padding: 5px;
    line-height: 11px;
    width: 20px;
    height: 20px;
}

/*Comapny Blogs*/

.blog-wrapper {
    box-shadow: 0 10px 25px -12px #0000003b;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
}
.bigger-blog .blog-wrapper img {
    max-height: 388px;
    object-fit: cover;
    width: 100%;
}
.bigger-blog .blog-wrapper .blog-cont h3 {
    font-size: 21px;
    min-width: 44%;
    line-height: 29px;
    padding: 20px 0 20px 20px;
    margin-bottom: 0;
}
.bigger-blog .blog-wrapper .blog-cont p {
    font-size: 16px;
    line-height: 27px;
    padding: 20px;
    margin-bottom: 0;
}
.smaller-blog .blog-wrapper img {
    max-width: 40%;
    margin-right: 20px;
}
.smaller-blog .blog-wrapper .blog-cont h3 {
    font-size: 21px;
    padding: 20px 20px 20px 0px;
    line-height: 29px;
    margin-bottom: 0;
}
.smaller-blog .blog-wrapper .blog-cont p {
    font-size: 16px;
    line-height: 27px;
    padding: 00px 20px 20px 0px;
    margin-bottom: 0;
}
.certis {
    display: flex;
    justify-content: space-around;
    width: 60%;
    margin: auto;
}

.certis img {
    max-height: 100px;
    max-width: 200px;
    object-fit: contain;
}



.gallery {
/*
  column-count: 1;
  column-gap: 20px;
  column-fill: balance;
*/
  margin: 20px auto 0;
  padding: 2rem 0;
}
.gallery .item {
  display: inline-block;
  margin: 0 0 20px;
/*
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
*/
  width: 100%;
  height: 240px;
}
.gallery .item img, .gallery .item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*
@media (min-width: 600px) {
  .gallery {
    column-count: 2;
  }
}
@media (min-width: 900px) {
  .gallery {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .gallery {
    column-count: 4;
  }
}
*/

.mw-50 {
    max-width: 50%!important;
}
.mw-100 {
    max-width: 100%!important;
}
.text-blue {
    color: #1867ad;
}

/*careers page*/

.career-img img {
    height: 350px;
    object-fit: cover;
}
.hr-call {
    border-left: 1px solid #cacaca;
    padding-left: 30px;
}
.job-box {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 10px 25px -12px #0000003b;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px 5px;
    border: 1px solid #ececec;
    padding: 35px;
    align-items: center;
}
.job-box ul.d-flex {
    padding: 0;
    margin: 0;
}
.job-box ul.d-flex i {
    color: #153cf5;
    margin-right: 12px;
}
.job-box ul.d-flex li {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #47505c;
    margin-right: 35px;
    position: relative;
}
.job-box ul.d-flex li:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #47505c;
    position: absolute;
    right: -17px;
}
.job-box ul.d-flex li:last-child::before {
    display: none;
}
p.j-cat {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: #f6f7fa;
    color: #47505c;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 8px 0 25px;
}
.apply-btn {
    padding: 18px 24px;
    border-radius: 4px;
    background: linear-gradient(90deg, #75bcf5, #1867ac);
    box-shadow: 0 2px 6px 0 rgb(5 21 46 / 12%), 0 14px 14px 0 rgb(21 60 245 / 20%);
    -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
    transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    max-height: 56px;
}
.apply-btn:hover {
    background-color: #0423b2;
    box-shadow: 0 3px 9px 0 rgb(5 21 46 / 16%), 0 14px 19px 0 rgb(21 60 245 / 23%);
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    color: #fff;
}

.csr-heading h2.sec-title {
    font-size: 45px;
    line-height: 58px;
    margin-right: 50px;
}
.button_wrapper.\33 _word {
    max-width: 215px;
}

.benefits .col-md-3 .d-flex {
    margin-top: 30px;
    transition: all 0.3s linear;
    padding: 10px;
    padding-bottom: 0px;
}
.benefits .col-md-3 .d-flex:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}
.benefits .col-md-3 .d-flex .icon-box {
    background: #1765aa;
    color: #fff;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-top: 2px;
}
.benefits .col-md-3 .d-flex small {
    font-size: 12px;
}
.r-prgm ul {
    padding-left: 0;
}
.r-prgm ul li i {
    font-size: 14px;
    margin-right: 08px;
    margin-top: 7px;
}



/*Blog page*/

.blog-left-pad{
        padding-left: 80px;
    padding-right: 80px;
}
.blog-wrapper-listing {
    /*box-shadow: 0 10px 25px -12px #0000003b;
    border-radius: 8px;*/
    overflow: hidden;
    margin-top: 30px;
    background: #fff;
    padding: 19px;
    height: 92%;
    transition: all 0.3s linear;

}
.bg-color-pink{
    background: #faf8f4;
}
.blog-cont {
    padding: 15px 2px 8px 2px;
}
.font-h{
    font-size: 21px;
    line-height: 30px;
     color:  #000000ab;
}
p.font-p {
        font-size: 16px;
    /*height: 104px;*/
        color: #0000008f;
}
p.date-update {
    font-size: 16px;
    margin-bottom: 2px;
    /* margin-top: 18px!important; */
    color: #00000078;
}


.blog-wrapper-listing:hover {
   box-shadow: 0px 2px 15px 0 rgb(0 0 0 / 10%);
    -webkit-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    transform: translate(0,-10px);
}

    
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    padding: 2px 12px !important;
    background: #1765aa;
    font-size: 34px;
    line-height: 1;
    color: #fff;
}

.g-recaptcha {
    display: inline-block;
}

@media (max-width: 1399px) {
    .apply-btn {
        white-space: nowrap;
        padding: 18px 12px;
    }
    .job-box h3 {
        font-size: 25px;
    }
    .button-text, .hr-call a {
        white-space: nowrap;
    }
    .job-box ul.d-flex i {
        color: #153cf5;
        margin-right: 0px;
    }
    .job-box ul.d-flex li {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    #consent-popup p {
        font-size: 10px!important;
        text-align: justify;
        line-height: 18px;
    }
}


@media screen and (max-width: 767px) {
    html, body {
        font-size: 16px;
    }
    .main-tool-bar .navbar-toggler-icon {
        filter: invert(0);
    }
    .main-tool-bar.header--scrolled .navbar-toggler-icon {
        filter: invert(1);
    }
    .pp-breadcrumb {
        padding: 140px 15px 60px;
        height: 240px;
    }
    .pp-breadcrumb h2 {
        font-size: calc(1.8em + 2.8vw);
        -webkit-text-stroke-width: 1px;
    }
    .privacy-policy {
        padding: 15px;
    }
    .privacy-policy p.font_8 br {
        display: none;
    }
    .privacy-policy p.font_8 span.fw-bold {
        display: block;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .main-tool-bar {
        height: auto;
    }
    nav ul.navbar-nav li {
        text-align: left;
    }
    .sec_padding {
        padding: 60px 15px;
    }
    .c-details {
        padding: 20px;
    }
    .address.position-relative {
        border-bottom: 1px solid #dadada;
        border-right: 0px;
        padding-top: 30px;
    }
    .form_wrapper {
        padding: 36px 24px;
        margin-top: 50px;
    }
    .address span.fw-light {
        font-size: 16px;
        word-break: break-word;
    }
    form button.btn {
        font-size: 18px;
    }
    .footer {
        margin-top: 125px;
    }
    .animated-wave {
        top: -72px;
        width: 106%;
        max-width: unset;
        height: 80px;
    }
    .experts, .certified, .global-presence-container, .experts .form-group.mb-2 {
        width: 100%;
    }
    .certified img {
        width: calc(25% - 10px);
        object-fit: contain;
        margin: 5px;
    }
    .footer .footer-logo {
        width: 160px;
        margin: auto;
        display: block;
    }
    .footer ul.footer-menu {
        padding: 0;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .footer ul.footer-menu li {
        width: 33.23%;
    }
    .text-end.social_icon p {
        display: none;
    }
    form.form-inline.d-flex {
        flex-direction: column;
    }
    .experts button[type="submit"] {
        width: 50%;
        margin: auto;
        padding: 8px 15px;
        margin-top: 12px;
    }
    div#backtotop {
        text-align: center;
        margin-bottom: 15px;
    }
    .text-end.social_icon ul {
        opacity: 1;
        visibility: visible;
        position: static;
        justify-content: center;
        padding: 0;
        margin-top: 18px;
        position: static;
    }
    .hero-title span {
        font-size: 36px;
        line-height: 44px;
    }
    .hero-title {
        padding-top: 160px;
    }
    .hero-text {
        padding-bottom: 60px;
    }
    .hero-text > span {
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
    }
    .content-boxes {
        padding: 0px 15px;
    }
    .video-box.position-relative {
        padding: 26px;
        height: 450px;
        margin-bottom: 30px;
    }
    .has-mask-fill span {
        -webkit-text-fill-color: rgba(0, 0, 0, 1);
    }
    .abouts .sec-title {
        font-size: 18px;
        line-height: 1.7;
        font-weight: 500;
    }
    .abouts .left-side {
        padding-right: 15px;
        text-align: left;
    }
    .sec-title, .csr-heading h2.sec-title {
        font-size: 34px;
        line-height: 40px;
    }
    .sec-title1 {
        font-weight: 600;
        font-size: 28px !important;
        line-height: calc(1rem + 3.4vw);
        color: #000;
        line-height: 1.2;
    }
    .global-presence-container {
        margin-bottom: 50px;
    }
    .cv-container .content {
        flex-wrap: wrap;
    }
    .cv-container .content .item {
        width: 100%;
    }
    .cv-container .content .item:nth-of-type(even) {
        display: flex;
        flex-direction: column-reverse;
    }
    .email-framework .container-fluid {
        padding: 0 0 0px 0;
    }
    .recognision .col-md-2.p-2 {
        padding: 2.5rem!important;
    }
    .col-md-4:nth-child(2) .team-box {
        margin-top: 40px;
    }
    .marquee .col-md-3 {
        width: 29%;
    }
    .p-box {
        margin: 8px;
    }
    .benefits .col-md-3 .d-flex {
        margin-top: 8px;
    }
    .benefits .col-md-3 .d-flex .icon-box {
        background: #1765aa;
        color: #fff;
        min-width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-right: 10px;
        text-align: center;
        line-height: 20px;
        font-size: 10px;
        margin-top: 2px;
    }
    .job-box {
        padding: 15px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
    .job-box h3 {
        font-size: calc(1rem + .6vw);
    }
    p.j-cat {
        padding: 5px 10px;
        font-size: 12px;
    }
    .job-box ul.d-flex li {
        font-size: 12px;
        margin-right: 20px;
    }
    .job-box ul.d-flex i {
        margin-right: 0px;
    }
    .job-box ul.d-flex li:before {
        right: -9px;
    }
    .apply-btn {
        padding: 8px 16px;
        font-size: 12px;
        margin-top: 15px;
    }
    
    .welcome .floating-card {
        padding: 14px;
        left: 10%;
        bottom: -15%;
    }
    .orders-1 {
        order: 1
    }
    .orders-2 {
        order: 2
    }
    .blog-cont.d-flex, .blog-wrapper.d-flex {
        flex-direction: column;
    }
    .smaller-blog .blog-wrapper img {
        max-width: 100%;
        margin-right: 0;
    }
    .smaller-blog .blog-wrapper .blog-cont h3,
    .smaller-blog .blog-wrapper .blog-cont p, .bigger-blog .blog-wrapper .blog-cont h3, .bigger-blog .blog-wrapper .blog-cont p {
        padding: 15px;
    }
    .button_wrapper.\33 _word {
        justify-content: center;
    }
    
    .certis {
        flex-direction: column;
    }
    .certis img {
        margin-bottom: 20px;
    }
}


/* new css  */

.result{
    /* background-color: #0070bb; */
    background: linear-gradient(170deg, #206fa3 28%, #72b1db 92%);
    height: auto;
    border-radius: 50px;
    padding: 50px;

}

.result .card1{
    background-color: #fff !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    align-items: center;
    padding: 10px 20px;
   
}
.result .card1 .icon{
    height: 70px;
    width: 75px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: linear-gradient(170deg, #206fa3 28%, #72b1db 92%);
}
.result .card1 .icon h5{
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    padding-top: 10px;
}

.result .card1 .content{
    width: 70%;
}
.result .card1 .content p{
    font-size: 20px;
    padding-top: 15px;
    line-height: 1.2;
    font-weight: 500;
}





.card2{
    transform: perspective(500px) rotateY(-7deg);
    background: linear-gradient(180deg, #e9e9e9 0%, rgba(255, 255, 255, 0.077) 100%);
    padding: 50px 30px 20px 30px;
    transition: .4s all;
    background-color: #ecf2f6;
    text-align: center;
    border-radius: 20px;
    height: 100%;
}

.card2:hover{
    transform: perspective(500px) rotateY(0deg);
    background: linear-gradient(180deg, #e9e9e9 0%, rgba(255, 255, 255, 0.077) 100%);
    transition: .4s all;
    background-color: #ecf2f6;
}

.card2 .icon1{
    position: relative;
    text-align: center;
   
}
/* .card2 .icon1::before {
    background: linear-gradient(180deg, #6e8595 0%, #7badcf 100%);
    position: absolute;
    content: "";
    right: 44%;
    top: -10%;
    height: 100%;
    width: 88px;
    z-index: -1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotateY(-10deg);
    box-shadow: 0 0 1px transparent;
    border-radius: 10px;
} */

.cv-container1 {
    background-image: url(images/intg_back.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

/* 
.range-slider {
    margin: 45px 0 0 0%;
  }
   */
  .range-slider {
    width: 100%;
  }
  
  .range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    background: #eee;
    outline: none;
    padding: 0;
    margin: 0;
  }
  .range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
  }
  .range-slider__range::-webkit-slider-thumb:hover {
    background: #ed1b2e;
  }
  .range-slider__range:active::-webkit-slider-thumb {
    background: #ed1b2e;
  }
  .range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
  }
  .range-slider__range::-moz-range-thumb:hover {
    background: #ed1b2e;
  }
  .range-slider__range:active::-moz-range-thumb {
    background: #ed1b2e;
  }
  
  .range-slider__value {
    display: inline-block;
    position: relative;
    width: 55px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #000;
    padding: 10px 10px;
    margin-left: 8px;
  }
  .range-slider__value:after {
    position: absolute;
    top: 12px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #000;
    border-bottom: 7px solid transparent;
    content: '';
  }
  
  ::-moz-range-track {
    background: #d7dcdf;
    border: 0;
  }
  
  input::-moz-focus-inner,
  input::-moz-focus-outer {
    border: 0;
  }
  

  .bg-gradient{
    background: linear-gradient(180deg, #fffcf5 0%, #EEEEFD 100%) !important;
  }   


.step-number{
    box-sizing: border-box;
    height: 100px;
    width: 100px;
    border: 1px solid #979797;
    opacity: 0.5;
    line-height: 100px;
    display: inline-block;
    color: #737387;
    font-size: 40px;
    border-radius: 100%;
    text-align: center;
}
 

.product__padding{
    padding: 80px 0;
}


@media screen and (max-width: 767px) {
    .result{
        border-radius: 15px;
        padding: 20px;
    }

    .result .card1{
        margin: 10px 0;
        border-radius: 10px;
        align-items: center;
        padding: 10px 20px;
       
    }
    .result .card1 .icon{
        height: 70px;
        width: 75px;
    }
    .card2{
        transform: perspective(500px) rotateY(0deg);
        background: linear-gradient(180deg, #e9e9e9 0%, rgba(255, 255, 255, 0.077) 100%);
        padding: 50px 30px 20px 30px;
        transition: .4s all;
        background-color: #ecf2f6;
        text-align: center;
        border-radius: 20px;
        height: auto;
        margin: 10px 0 !important;
    }
    .product__padding{
        padding: 30px 0;
    }
}


.newsletter-section{
    position: relative;
    margin-top: -50px;
}

.newsletter{
    padding: 30px 50px;
    background: linear-gradient(170deg, #206fa3 28%, #72b1db 92%);
    border-radius: 15px;
    /* margin-top: -50px; */
    z-index: 99999 !important;
   
}
.newsletter .input-group input{
    height: 50px;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 6px;
    padding-left: 15px;
    font-size: 14px;
}

.newsletter .input-group button{
    width: 100%;
    border: none;
    outline: none;
    background-color: #000;
    color: #fff;
    height: 50px;
    border-radius: 5px;
    transition: .4s all;
}
.newsletter .input-group button:hover{
   background-color: #333;
}


@media screen and (max-width: 767px) {
    .newsletter{
        padding: 30px 20px;
    }
    .newsletter .input-group input{
        height: 45px;
    }
    
    .newsletter .input-group button{
        height: 45px;
    }
}

/* .login-btn{
    background-color: #fff !important;
    color: #0070bb !important;
    border-radius: 5px;
    padding: 10px 20px;
    z-index: 99;
    opacity: 1 !important;
}

.login-btn i{
    padding-right: 7px;
    color: #0070bb;
    font-size: 17px;
} */









.login-btn {
    border-radius: .25rem;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    padding: 10px 25px;
    color: #0070bb !important;
    -webkit-clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
    clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);

    font-size: 15px;
    line-height: 14px;
    letter-spacing: 1px;
    transition: .2s .1s;
    background-color: #fff;
    border: 0 solid;
    overflow: hidden;
    opacity: 1 !important;

  }
  .login-btn i{
    margin-right: 5px;
  }
  .login-btn:hover {
    cursor: pointer;
    transition: all .3s ease-in;
    padding: 10px 25px;
  }

