@font-face {
    font-family: "PlayfairDisplay-Regular";
    src: url("fonts/playfair-display/PlayfairDisplay-Regular.ttf");
}

@font-face {
    font-family: "BigShouldersDisplay-Regular";
    src: url("fonts/big-shoulders-display/BigShouldersDisplay-Regular.ttf");
}

@font-face {
    font-family: "BigShouldersDisplay-500";
    src: url("fonts/big-shoulders-display/BigShouldersDisplay-SemiBold.ttf");
}

@font-face {
    font-family: "BigShouldersDisplay-600";
    src: url("fonts/big-shoulders-display/BigShouldersDisplay-Bold.ttf");
}

@font-face {
    font-family: "BigShouldersDisplay-700";
    src: url("fonts/big-shoulders-display/BigShouldersDisplay-ExtraBold.ttf");
}

@font-face {
    font-family: "jost-400";
    src: url("fonts/jost/Jost-400-Book.ttf");
}

@font-face {
    font-family: "jost-500";
    src: url("fonts/jost/Jost-500-Medium.ttf");
}

body {
    font-family: "jost-400";
    font-size: 16px;
    color: #1c1c1c;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #171717;
}

p {
    font-size: 18px;
    line-height: 30px;
    font-family: "jost-400";
}

a {
    text-decoration: none;
    display: inline-block;
}

img {
    max-width: 100%;
}

header nav.fixed-top {
    box-shadow: 0px 0px 10px #000;
}

header nav.fixed-top .leftlogoimg img,
header nav.fixed-top .rightlogoimg img {
    filter: brightness(10);
}

.navbarheader .fixed-top a.navbar-brand {
    display: block;
}

.navbarheader .fixed-top ul.navbar-nav.justify-content-center {
    justify-content: end !important;/**/
}

.navbartopheader .card {
    background-color: #fff0;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    width: 350px;
}

.borderline {
    width: 60px;
    height: 2px;
    background: #c81414;
    margin-bottom: 25px;
}

#wrapper {
    overflow: hidden;
}

.homebanner h2 {
    color: #fff;
    text-shadow: 0 0 18px #1c1c1c;
    font-size: 80px;
    font-family: "BigShouldersDisplay-700";
    font-weight: 700;
    margin-bottom: 25px;
}

.homebanner p {
    color: #c81414;
    font-weight: 500;
    font-family: "jost-500";
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 32px;
    margin-top: 40px;
}

.homebanner .carousel-caption.d-none.d-md-block {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
}

.hometext {
    position: relative;
    text-align: left;
}

.homebanner .carousel-indicators {
    bottom: 65px;
}

.bannerbtn,
.bannerbtn:hover {
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.bannerbtn:hover {
    color: #c81414;
    text-shadow: 0 0 0px #1c1c1c52;
    transition: all 1s ease-in-out;
    transition: 0.5s;
}

.bannerbtn:hover img {
    margin-left: 20px;
    transition: all 1s ease-in-out;
}

.shapersection {
    background: #fff;
    padding: 20px 0px;
    margin-top: -35px;
}

.navbartopheader .bg-light {
    padding: 0;
}

.navbarheader .navbar-nav .nav-link,
.navbarheader .navbar-nav .btn-link { 
    padding: 30px;
    font-size: 19px;
    color: #c81414;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "jost-500";
    text-decoration: none;
}

.navbarheader .navbar-nav .btn-link.active { 
    color: rgba(0,0,0,.9);
}

.navbarheader .navbar-nav .btn-link:focus {
    box-shadow: none;
}

.dropdown-item {
    border-left: 4px solid transparent;
}

.dropdown-item:hover {
    border-left: 4px solid #c81414;
    color: #c81414;
    background: transparent;
}

.navbarheader .navbar-nav .btn-link i {
    font-size: 12px;
    position: relative;
    top: -2px;
    left: 5px;
}

.dropdown-toggle::after {
    display: none;
}

.navbartopheader .card .card-text {
    font-weight: 500;
    font-family: "jost-500";
    font-size: 18px;
    color: #0c0c0c;
}

.navbartopheader .card .card-title {
    color: #878787;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
    font-family: "jost-500";
}

.dropdown-item {
    padding: 10px;
    padding-left: 30px;
    font-size: 19px;
    line-height: 29px;
    border-bottom: 1px solid #ddd;
    text-transform: capitalize;    
}

ul.dropdown-menu {
    padding: 0px;
}

li.nav-item {
    position: relative;
}

li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
    border-radius: 0px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #c81414;
}

.sectionpadding {
    padding: 6vw 0px;
}

.content-heading {
    font-weight: 700;
    font-size: 27px;
    font-family: "BigShouldersDisplay-700";
    letter-spacing: 1.5px;
}

.numbercount {
    font-weight: 500;
    font-family: "jost-500";
    margin-bottom: 28px;
    font-size: 17px;
}

.content-heading i {
    color: #c81414;
    font-size: 7px;
    position: relative;
    top: -5px;
}

.readmorecss {
    color: #1c1c1c;
    border-bottom: 2px solid #1c1c1c;
    padding-right: 16px;
}

.readmorecss:hover {
    color: #c81414;
    border-bottom: 2px solid #c81414;
    padding-right: 0px;
    transition: 0.5s;
}

/* Global Classes start */
/* Padding Margin Classes start */
.mt-50 {
    margin-top: 4vw;
}

.mt-100 {
    margin-top: 8vw;
}

.mt-130 {
    margin-top: 10vw;
}

.mt-30 {
    margin-top: 2vw;
}

.mb-50 {
    margin-bottom: 4vw;
}

.mb-100 {
    margin-bottom: 8vw;
}

.mb-75 {
    margin-bottom: 5vw;
}

.pt-20 {
    padding-top: 1.5vw;
}

.pt-30 {
    padding-top: 2vw !important;
}

.pl-65 {
    padding-left: 65px;
}

.ptb-30 {
    padding: 30px 0px;
}

.plr-25 {
    padding: 0px 25px;
}

.plr-0 {
    padding: 0px 0px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-170 {
    padding-left: 170px;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pr-170 {
    padding-right: 170px !important;
}

.pr-120 {
    padding-right: 120px !important;
}

.mb-10 {
    margin-bottom: 1vw !important;

}

.mt-20 {
    margin-top: 1.5vw;
}
.pt-35 {
    padding-top: 60px;
}

.pb-100 {
    padding-bottom: 8vw;
}

.pb-50 {
    padding-bottom: 4vw !important;
}

.mt-70 {
    margin-top: 5.5vw;
}

.pl-35 {
    padding-left: 35px;
}
.pr-35 {
    padding-right: 35px;
}

.pl-75 {
    padding-left: 75px;
}

.pt-50 {
    padding-top: 4vw !important;
}

.mb-20 {
    margin-bottom: 1vw;
}

.mb-25 {
    margin-bottom: 1.5vw !important;
}

.pt-100 {
    padding-top: 8vw;
}

.pt-250 {
    padding-top: 20vw !important;
}

.pt-150 {
    padding-top: 12vw !important;
}

.mb-30 {
    margin-bottom: 2vw !important;
}

.pr-80 {
    padding-right: 80px;
}
/* Padding Margin Classes end */
.fontw-400 {
    font-weight: 400 !important;
}

.noborderright {
    border-right: 0px solid #fff !important;
}

.noborderbtm {
    border-bottom: 0px solid #fff !important;
}

.bgnone {
    background: none;
}

.width-auto {
    width: auto !important;
}

.dropdown-menu.show {
    display: none;
    margin-top: 0;
}

.navbar-light .navbar-nav .nav-link.dropdown-toggle {
   pointer-events: none;
   cursor: pointer;
   display: block;
}
/* Global Classes end */


.titlin .container {
    transform: skewY(2deg) scaleX(1);
}

.shapersection1 {
    background: #fff;
    padding: 40px 0px;
    margin-top: -50px;
}

.shapersection1.csr {
    transform: skewY(-3deg) scaleX(1);
    padding: 60px 0px;
    margin-top: -70px;
}

.shapersection1.lifeScience {
    padding: 25px 0px;
}


.titlin1 {
    transform: skewY(1deg) scaleX(1);
}

.sec-heading b {
    font-weight: 500;
    font-family: "jost-500";
    color: #2c2c2c;
    font-size: 30px;
}

.industriessecrow {
    justify-content: center;
}

.industriessecrow .content-heading {
    text-transform: uppercase;
}

.industriessecrow p.numbercount {
    background: #e4e4e4;
    display: inline-block;
    padding: 20px 5px 0px;
    color: #CC2121;
}

.ourexpertise {
    background: url(../img/red-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 160px;
}

.ourexpertise .readmorecss {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-right: 2px;
    text-transform: uppercase;
}

.ourexpertise .readmorecss:hover {
    color: #fff;
    border-bottom: 2px dashed #fff;
    padding-right: 2px;
    transition: 0.5s;
}

.ourexpertisebox {
    position: relative;
    padding: 0px 45px;
    transition: all 0.3s ease-in-out;
}

.ourexpertisebox:hover {
    margin-top: -20px;
}

.ourexpertisebox img {
    margin-bottom: 25px;
}

.ourexpertisebox h2 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "BigShouldersDisplay-500";
    letter-spacing: 1.5px;
    line-height: 44px;
    text-transform: uppercase;
}

.ourexpertisebox p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}

@keyframes hang {
    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(8px);
    }
}

.ourexpertisebox img {
    display: inline-block;
    transition: 0.5s ease-in-out;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.ourexpertisebox:hover img {
    transform: translateY(8px);
    animation-name: hang;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}


.sec-heading {
    margin-bottom: 20px;
}

.sec-heading h2 {
    font-size: 52px;
    font-weight: 600;
    font-family: "BigShouldersDisplay-600";
    letter-spacing: 1.5px;
}

.sec-heading p {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    font-family: "jost-500";
}

.sec-heading p i {
    font-size: 6px;
    position: relative;
    top: -3px;
    margin-right: 10px;
}

ul.navbar-nav li {
    position: relative;
}

.navbar-light .navbar-nav .btn-link.active:before,
.navbar-light .navbar-nav .nav-link.active:before {
    content: '';
    position: absolute;
    background: #c81414;
    bottom: 0px;
    left: 16%;
    width: 70%;
    height: 2px;
    border-radius: 50px;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link:before {
    content: '';
    position: absolute;
    background: #c81414;
    bottom: 0px;
    left: 16%;
    width: 70%;
    height: 2px;
    border-radius: 50px;
    transition: 0.5s;
}

ul.opportunitieslist li p {
    padding-left: 36px;
    width: 90%;
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;
}

.single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #6aaf08;
    line-height: 30px;
    margin-top: -15px;
}

.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.ourteam {
    background: url(../img/bg-1.png);
    background-size: cover;
    background-position: center;
    padding-top: 0px;
	background: #fbfbfb;
}
.teamcard-box {
	box-shadow: 0 5px 20px rgb(34 34 34 / 7%);
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    transition: 0.4s;
    margin: 15px 0;
    min-height: 440px;
}
.teamcard {
    margin-bottom: 15px;
    text-align: center;
	position: relative;
	overflow: hidden;
}
.teamcard-box:hover {
    background: rgb(200 20 20 / 77%);
}

.teamcard-box:hover h2 a, .teamcard-box:hover p {
    color: #fff;
}
.teamcard img {
    border-radius: 5px;
	transform: scale(1);
    transition: 0.3s ease-in-out;
}
.teamcard-box .teamcard:hover img {
	transform: scale(1.1);
}

.teamcard-box h2 {
    font-size: 22px;
    margin-top: 20px;
    font-family: "jost-500";
    margin-bottom: 5px;
}
.teamcard-box h2 a {
    color: #171717;
}

.teamcard-box p {
    color: #c81414;
    font-size: 17px;
    margin-bottom: 10px;
	line-height: 20px;
}

.dashline {
    background: #c81414;
    width: 55px;
    height: 2px;
    position: relative;
    top: 15px;
    border-radius: 10px;
}

.sec-heading .sub-heading-content {
    font-size: 18px;
    margin-top: 15px;
    line-height: 26px;
}

.sec-heading.crm .sub-heading-content {
    font-weight: 400;
    line-height: 29px;
}

.sec-heading.infra .sub-heading-content {
    font-weight: 400;
    line-height: 29px;
}

.sub-heading {
    font-size: 19px;
}

.ourteamslides {
    margin-top: 30px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators [data-bs-target] {
    background-color: #c81414;
    height: 4px;
}

.whychooseaccordion {
    padding-right: 120px;
    margin-top: 35px;
}

.whychooseaccordion .accordion-header button {
    color: #323232;
    font-size: 26px;
    background: transparent;
    padding-left: 30px;
    letter-spacing: 1.5px;
    font-family: "BigShouldersDisplay-600";
    font-weight: 600;
}

.whychooseaccordion .accordion-button:focus {
    border-color: #fff;
    border-color: #fff;
    box-shadow: 0px 0 0 0px rgb(0 0 0 / 24%);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.whychooseaccordion .accordion-button {
    border-bottom: 1px solid transparent;
}

.whychooseaccordion .accordion-item {
    background-color: #fff0;
    border: 0px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgb(0 0 0 / 5%);
}

.whychooseaccordion .accordion-button:not(.collapsed)::before {
    content: "\2d";
    font-family: "Font Awesome";
    color: #c81414;
    background-image: none;
    font-size: 37px;
    position: relative;
    top: -16px;
    left: -10px;
}

.whychooseaccordion .accordion-button.collapsed::before {
    content: "\2b";
    color: #c81414;
    font-weight: 600;
    font-family: "Font Awesome";
    background-image: none;
    font-size: 25px;
    position: relative;
    left: -10px;
    top: -6px;
}

.whychooseaccordion .accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    transition: transform .2s ease-in-out;
}

.whychooseaccordion .accordion-body {
    font-size: 18px;
    line-height: 30px;
}

.whychooseaccordion .accordion-button::after {
    visibility: hidden;
}

.dashlinevertical {
    background: #c81414;
    width: 3px;
    height: 70px;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.dashlinevertical.whiteBg {
    background: #fff;
}

.whatwedo .dashlinevertical {
    height: 100px;
}

.whywestandoutbox {
    padding: 38px 30px;
    margin-top: 35px;
    transform: skewY(-6deg) scaleX(1);
}

.whywestandoutbox .innerbox {
    transform: skewY(6deg) scaleX(1);
}

.whywestandoutbox:hover {
    background: #c81414;
    transition: 0.5s ease-in-out;
}

.whywestandoutbox h2 {
    margin-bottom: 20px;
    font-family: "BigShouldersDisplay-600";
    font-size: 43px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.whywestandoutbox img {
    margin-bottom: 25px;
}

.whywestandoutbox:hover img {
    filter: invert(1);
}

.whywestandoutbox:hover h2,
.whywestandoutbox:hover p,
.whywestandoutbox:hover a {
    color: #fff;
    transition: 0.5s;
}

.whywestandoutboxfixed {
    background: #c81414;
}

.whywestandoutboxfixed img {
    filter: invert(1);
}

.whywestandoutbox:hover a {
    border-bottom: 2px solid #ffffff;
    transition: 0.5s;
}

.whywestandoutbox a {
    font-family: "BigShouldersDisplay-Regular";
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 0.8px;
    padding-right: 0;
}

.whywestandoutboxfixed a {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

.whychooseus {
    background: url(../img/bg-2.png);
    background-size: cover;
    background-position: center;
    padding-top: 8vw;
}

.whywestandoutbox .whywestandoutboxdisplay {
    display: none;
}

.whywestandoutbox:hover .whywestandoutboxdisplay {
    display: block;
}

.whywestandoutboxfixed .whywestandoutboxdisplay {
    display: block;
}

.whywestandoutboxfixed:hover {
    background: #fff;
    border: 1px solid #c81414;
}

.whywestandoutboxfixed:hover h2,
.whywestandoutboxfixed:hover p {
    color: #000 !important;
}

.whywestandoutboxfixed:hover img {
    filter: invert(0);
}

.whywestandoutboxfixed,
.whywestandoutbox {
    border: 1px solid transparent;
}

.partnerbox {
    padding: 25px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.partnerlogo {
    padding: 30px 0px;
    margin-top: 15px;
}

.partnerbox img {
    /* filter: grayscale(2); */
    max-width: 200px;
}

ul.opportunitieslist li b {
    font-size: 20px;
    font-weight: 500;
    font-family: "jost-500";
}

ul.opportunitieslist li i {
    font-size: 13px;
    position: relative;
    top: -2px;
    margin-right: 7px;
}

ul.opportunitieslist li {
    margin-bottom: 0px;
}

ul.opportunitieslist {
    list-style: none;
    padding-inline-start: 0px;
    margin-top: 20px;
}

.opportunitiesbtn i {
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    top: 5px;
}

.opportunitiesbtn a.readmorecss {
    padding-right: 0px;
    font-size: 18px;
    display: inline-block;
}

ul.opportunitieslist li img.tickcss {
    position: relative;
    top: -3px;
    margin-right: 10px;
}

p.opportunitiescontent {
    font-size: 20px;
    line-height: 30px;
}

.opportunitiesimg {
    padding-top: 30px;
    transition: all 1s ease-in-out;
}

.opportunities:hover img.opportunitiesimg {
    transform: scale(1.05);
}

.opportunities .sliderin {
    transition: all 1s ease-in-out;
}

.opportunities:hover .sliderin {
    padding-left: 40px;
}

.opportunities:hover .opportunitiesimgcol:before {
    content: '';
    position: absolute;
    top: 65px;
    left: 16px;
    background: transparent;
    width: 100%;
    height: 83%;
}

.opportunitiesimgcol {
    position: relative;
    transition: all 0.5s ease-in-out;
}

.reachborderbottom {
    width: 100px;
    height: 4px;
    background: #ff2c3f;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
}

.ourreach {
    background: url(../img/our-reach.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.opportunities {
    padding-bottom: 35px;
}

.ourreachbox .numbercount {
    margin-bottom: 20px;
    font-size: 25px;
}

.ourreachbox .counting {
    font-size: 45px;
    margin-bottom: 8px;
    position: relative;
    font-family: "jost-400";
}

.ourreachbox .countingafter:after {
    content: '+';
    position: absolute;
    top: 0;
    left: auto;
    width: 20px;
    height: 20px;
}

.ourreachbox .countingafter1:after {
    content: '%';
    position: absolute;
    top: 0;
    left: auto;
    width: 20px;
    height: 20px;
}

.testimonialsbox {
    margin: 0px 90px;
    margin-bottom: -67px;
    position: relative;
    margin-top: -25px;
}

.testimonialscard {
    padding: 0px;
    border: 0px;
}

.testimonialscard p i {
    font-size: 50px;
    color: #adadad9e;
    position: absolute;
    left: 30px;
}

.testimonialscard p i.fa.fa-quote-left {
    top: 13px;
}

.testimonialscard p i.fa.fa-quote-right {
    right: 40px;
    left: auto;
    bottom: 85px;
}

.testimonialscard p {
    font-weight: 400;
    color: #313131;
}

.testimonialscard h2 {
    margin-top: 0px;
    font-family: "PlayfairDisplay-Regular";
    font-weight: 400;
    color: #0c0c0c;
}

.testimonialscard h4 {
    color: #c81414;
    font-size: 17px;
}

.testimonials {
    background: url(../img/bg-1.png);
    background-size: cover;
    background-position: center;
}

.ctasection {
    background: url(../img/ctasection-bg.jpg);
    background-size: cover;
    background-position: center;
    margin-top: -40px;
    padding: 70px 0px;
    padding-top: 109px;
    background-attachment: fixed;
}

.ctasection .sec-heading b {
    font-size: 50px;
    font-weight: 400;
    font-family: "BigShouldersDisplay-Regular";
    letter-spacing: 0.6px;
}

.ctasection .sec-heading h2 {
    font-family: "BigShouldersDisplay-Regular";
    letter-spacing: 11px;
    margin-top: 15px;
}

.ctasectionbtn {
    margin-top: 45px;
}

.ctasectionbtn .bannerbtn {
    background: #c81414;
    padding: 10px 33px;
    border-radius: 30px;
}

footer {
    background-position: center;
    background: #fff;
}


.footercontent h2 {
    margin-top: 40px;
}

footer.sectionpadding {
    padding-top: 40px;
    background: #e5e5e5;
}

footer.sectionpadding.lifesciencesec {
    padding-top: 20px;
}

ul.socialicons {
    display: flex;
    list-style: none;
    padding-inline-start: 0px;
}

ul.socialicons li a {
    background: #fff;
    margin: 0px 5px;
    border-radius: 50px;
    font-size: 17px;
    border: 2px solid #cc2121;
    color: #cc2121;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.socialicons li:last-child a {
    margin-right: 0px;
}

.footercontent h2 {
    color: #cc2121;
    font-size: 24px;

}

.footercol h2 {
    color: #343434;
    font-size: 20px;
}

ul.footerlinks li a {
    color: #171717;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

ul.footerlinks li {
    margin-bottom: 13px;
    font-size: 20px;
    color: #0c0c0c;
}

ul.footerlinks {
    list-style: none;
    padding-inline-start: 0px;
}

ul.footerlinks li:hover a {
    border-bottom: 1px solid #c81414;
    transition: all 1s ease-in-out;
    padding-left: 20px;
}

ul.footerlinks li:hover a:before {
    content: '';
    position: absolute;
    top: 26px;
    left: 0;
    background: #c81414;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    transition: all 1s ease-in-out;
}

.footercol form .btn-primary {
    width: 100%;
    background: #cc2121;
    font-weight: 400;
    font-size: 18px;
}

.footercol form .form-control {
    background: #dfdfdf;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
}

.copryright {
    padding-bottom: 12px;
    font-size: 16px;
}

.copryright a {
    border-bottom: 1px solid transparent;
}

.copryright a:hover {
    border-bottom: 1px solid #c81414;
    transition: 0.5s;
}

.ctasectionbtn .bannerbtn:hover {
    background: #fff;
}

.testimonialsbox .carousel-control-prev-icon,
.testimonialsbox .carousel-control-next-icon {
    height: 50px;
    width: 50px;
    outline: #c81414;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 2.5px solid #c81414;
    background-image: none;
}

.testimonialsbox .carousel-control-next-icon:after {
    content: "\f054";
    font-size: 25px;
    color: #c81414;
    font-family: "FontAwesome";
    position: relative;
    top: 6px;
    left: 0px;
}

.testimonialsbox .carousel-control-prev-icon:after {
    content: "\f053";
    font-size: 25px;
    color: #c81414;
    font-family: "FontAwesome";
    position: relative;
    top: 6px;
    left: 0px;
}
.testimonialsbox .carousel-control-next {
    right: -150px;
}
.testimonialsbox .carousel-control-prev {
    left: -150px;
}

.whoweare {
    background: #CC2121;
    background-size: cover;
    background-position: center;
    padding-bottom: 120px;
}

.h4css {
    line-height: 32px;
    margin-bottom: 30px;
    font-size: 22px;
    font-family: "jost-500";
}

.imageone {
    padding-right: 25px;
}

.whowearesectionbtn,
.worklifesectionbtn {
    margin-top: 45px;
}

.whowearesectionbtn .bannerbtn {
    background: #ffffff;
    color: #333;
    padding: 10px 33px;
    border-radius: 2px;
    border: 1px solid #fff;
    text-shadow: 1px 4px 8px #cc212100;
}

.whowearesectionbtn .bannerbtn:hover {
    background: #cc2121;
    color: #fff;
    border: 1px solid #fff;
}

.worklifesectionbtn .bannerbtn {
    background: #c81414;
    color: #fff;
    padding: 10px 54px;
    font-size: 22px;
    border-radius: 2px;
    border: 1px solid #c81414;
    text-shadow: 1px 4px 8px #cc212100;
}
.worklifesectionbtn .bannerbtn:hover {
    background: #fff;
    color: #c81414;
    border: 1px solid #c81414;
    text-shadow: 1px 4px 4px #1c1c1c4f;
}

.worklifesectionbtn .bannerbtn.whitebg {
    background: #fff;
    color: #2b2b2b;
    font-size: 18px;
    border:0;
}
.worklifesectionbtn .bannerbtn.whitebg:hover {
    background: #fff;
    color: #c81414;
}

.worklifesectionbtn.spotlight .bannerbtn {
    background: #e9e9e9;
    color: #333;
    border: 1px solid #eee;
}

.text-redcss {
    color: #cc2121;
}

.worklifelistbox ul,
.learningdev {
    list-style: none;
    padding-left: 0;
}

.worklifelistbox {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.worklifelistbox .worklifelistinnerbox {
    width: 20%;
    margin-bottom: 5px;
    padding: 20px 5px 5px 5px;
    border-radius: 10px;
    position: relative;
}

.worklifelistbox .worklifelistinnerbox:before { 
    border: 1px solid #cc2121;
    border-radius: 10px;
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 5px;
    bottom: -10px;
    right: 5px;
    pointer-events: none;
}

.worklifelistinnerbox img {
    width: 55px;
}

.worklifelistbox .worklifelistinnerbox h2 {
    font-size: 19px;
    margin-top: 14px;
}

.containercustom {
    max-width: 1440px;
}

.learningdevh4 {
    line-height: 34px;
    font-weight: 500;
    font-family: "jost-500";
    color: #131313;
    font-size: 21px;
}

.businessethicsh4 {
    line-height: 30px;
    font-weight: 500;
    font-family: "jost-500";
    color: #131313;
    font-size: 18px;
    text-align: center;
    padding: 0px 45px;
}

ul.learningdev li i {
    color: #2f2f2f;
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

ul.learningdev {
    margin-top: 20px;
}

ul.learningdev li {
    margin-bottom: 8px;
    font-size: 18px;
    position: relative;
}

.empwellness {
    position: relative;
    padding-bottom: 600px;
    background: url(../img/about-us/bg-2.png);
    background-size: contain;
    background-position: 50% 116%;
    background-repeat: no-repeat;
}

.empwellnessredbox {
    background: #CC2121;
    padding: 60px;
    position: absolute;
    bottom: 250px;
    left: 0;
    right: 0;
    width: 100%;
    transform: skewY(-2deg) scaleX(1);
}

.empwellnessredbox .row {
    transform: skewY(2deg) scaleX(1);
}

.empwellnesswhitebox ul {
    border-left: 2px solid #cc2121;
}

.empwellnessredbox .dashlinevertical {
    margin: unset;
    background: #fff;
    position: relative;
    left: 3px;
    height: 40px;
    margin-bottom: 15px;
}

.empwellnesswhitebox {
    background: #fff;
    padding: 25px;
    padding-bottom: 10px;
    position: absolute;
    box-shadow: 0px 0px 15px #00000052;
    bottom: -295px;
}

.empwellnesswhitebox ul li {
    margin-bottom: 6px;
    font-size: 17px;
}

.empwellnesswhitebox ul li:last-child {
    margin-bottom: 0px;
}

.benefitssubheading {
    line-height: 29px;
}

.benefitssubheading b {
    color: #0c0c0c;
    font-size: 17px;
    line-height: 28px;
}

.benefitsleftone p {
    line-height: 28px;
    font-size: 18px;
    color: #0c0c0c;
    font-weight: 500;
    font-family: "jost-500";
}

.benefitsleftone {
    border-left: 2px solid #CC2121;
    padding-left: 20px;
    margin-top: 50px;
    padding-right: 125px;
}

.benefitslefttwo p {
    background: #CC2121;
    color: #fff;
    padding: 10px;
    padding-right: 23px;
    padding-left: 23px;
    width: auto;
    line-height: 33px;
}

.benefitslefttwo {
    border-left: 2px solid #CC2121;
    padding-left: 20px;
}

ul.benefitsul {
    padding-left: 45px;
    line-height: 29px;
}

ul.benefitsul li {
    color: #000;
    font-size: 18px;
    line-height: 29px;
}

.learningdevsec {
    position: relative;
    background: url(../img/about-us/bg-1.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.carnationiconimg {
    position: absolute;
    right: -210px;
    top: -150px;
    z-index: 1;
    width: 395px;
}

.carnationiconimg.analytics {
    position: absolute;
    right: -176px;
    top: -161px;
    z-index: 1;
    width: 320px;
}

.carnationiconimg.transformation {
    position: absolute;
    right: -200px;
    top: 65px;
    z-index: 1;
    width: 353px;
}

.carnationiconimg.softwareProduct {
    top: -490px;
    z-index: -1;
    width: 376px;
}

.carnationiconimg.infra {
    position: absolute;
    right: -176px;
    top: 120px;
    z-index: 1;
    width: 385px;
}

.businessethicssec {
    background: url(../img/about-us/bg-3.png);
    background-size: contain;
    background-position: 50% -60%;
    background-repeat: no-repeat;
}

.worklifesec {
    background: url(../img/about-us/bg-4.png);
    background-size: contain;
    background-position: 50% 18%;
    background-repeat: no-repeat;
    z-index: 5;
}

.borderbtmnone {
    border: none;
    padding-bottom: 50px;
}

.lifeatcarnationcss {
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.testimonialssecbox p {
    color: #fff;
    padding: 0px 0px;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
    height: 90px;
    overflow: hidden;
}
.testimonialssecbox:hover p {
    height: auto;
    overflow: visible;
}
.testimonialssecbox h2 {
    color: #fff;
    margin-bottom: 15px;
}
.testimonialssecbox:hover h2 {
    color: #000;
}

.testimonialssecbox img {
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-bottom: 20px;
    border-radius: 50%;
}

.testimonialssecbox {
    background: #CC2121;
    padding: 20px;
    text-align: center;
    border-radius: 2px;
    padding-bottom: 30px;
    margin-bottom: 100px;
    transition: 0.5s linear;
    max-height: 300px;
    min-height: 300px;
}
.testimonialssecbox:hover {
    max-height: 100%;
}

.testimonialsboxbtn a.bannerbtn:hover {
    color: #fff;
}

.testimonialsboxbtn a.bannerbtn {
    border: 1px solid #fff;
    padding: 5px 25px;
    border-radius: 20px;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.testimonialssecbox p i {
    margin: 0px 5px;
    font-size: 14px;
}

.testimonialssec {
    margin-top: 95px;
}

.testimonialssecbox:hover p i {
    color: #868686;
}

.testimonialssecbox:hover p {
    color: #000;
}

.testimonialssecbox:hover {
    background: #dbdbdb;
}

.testimonialssecbox:hover .testimonialsboxbtn a.bannerbtn {
    border: 1px solid #cc2121;
    color: #cc2121;
    text-shadow: none;
}

.culturetabs {
    text-align: center;
    padding: 10px;
}

.culturetabs a {
    color: #252525;
    font-weight: 500;
    font-family: "jost-500";
}

.culturetabs a:hover {
    color: #cc2121;
}

.culturetabsmain {
    width: 500px;
    margin: 0 auto;
    background: #EFEFEF;
    margin-top: 50px;
    box-shadow: 0px 0px 8px #00000040;
}

.tabborder {
    border-left: 1px solid #7e7e7e;
    border-right: 1px solid #7e7e7e;
}

.tabborderleft {
    border-left: none;
}

.titleswap h2 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 45px;
    transform: skewY(5deg) scaleX(1);
}

.titleswap {
    background: #CC2121;
    display: inline-block;
    padding: 30px 45px;
    transform: skewY(-5deg) scaleX(1);
}

.tenetsbox {
    margin-bottom: 60px;
    border-bottom: 1px solid #d1d1d1;
    padding: 20px 35px;
    padding-bottom: 10px;
}

.tenetsbox h4 {
    color: #cc2121;
    margin-bottom: 30px;
}

.tenetsbox .numb {
    background: #808080;
    display: inline-block;
    padding: 0 15px 0px;
    color: #fff;
}

.tenetsborderright {
    border-right: 1px solid #d1d1d1;
}

.tenetsbox p {
    color: #000;
    font-weight: 400;
    line-height: 29px;
}

.leadershipblogbox {
    padding:22px 10px 20px 10px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top left;
    background: #efefef;
    position: relative;
}
.leadershipblogbox:before {
    background: url(../img/life-at-carnation/colum-top.png) no-repeat;
    content: '';
    display: block;
    height: 45px;
    background-size: 100% 100%;
    /* margin: 0 -10px; */
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
}

.leadershipblogbox .leadershipbloginner {
    position: relative;
    z-index: 3;
}

.leadershipblogbox h2 {
    margin: 15px 0px;
    color: #171717;
}

/* .leftbox:before {
    background: url(../img/life-at-carnation/left-image.png);
}*/

.leadershipblogbox.rightbox:before {    
    transform: rotateY(180deg);
}


.leadershipbloginner p {
    padding: 0px 35px;
    margin-bottom: 0;
    color: #171717;
    line-height: 28px;
    text-align: justify;
}

.lifeatcarnationsec {
    background: #c81414;
}

.leadershipblogsec {
    padding-bottom: 125px;
}

.lifeatcarnationsec,
.lifeatcarnationslider {
    position: relative;
}

.lifeatcarnationslider .col-md-3 {
    width: 20%;
    padding: 0px 5px;
}

.lifeatcarnationslider button.carousel-control-next {
    right: -130px;
}

.lifeatcarnationslider button.carousel-control-prev {
    left: -130px;
}

.lifeatcarnationslider.spotlight button.carousel-control-prev {
    left: -88px;
    top: 50%;
    background: red;
    width: 50px;
    height: 50px;
}

.lifeatcarnationslider.spotlight button.carousel-control-next {
    right: -90px;
    top: 50%;
    background: red;
    width: 50px;
    height: 50px;
}

.lifeatcarnationcard {
    padding: 10px;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 10px #0c0c0c00;
    background: transparent;
}

.lifeatcarnationcard h2 {
    font-size: 22px;
}

.lifeatcarnationcard.spotlight h2 {
    border-bottom: 1px solid #ff2323;
    padding-bottom: 8px;
}

.lifeatcarnationcard h2,
.lifeatcarnationcard p {
    color: #fff;
    line-height: 25px;
}

.lifeatcarnationcard img {
    margin-bottom: 25px;
}

.lifeatcarnationslider {
    margin-top: 20px;
    padding-bottom: 20px;
}


.ourcluturesec {
    background: #fbfbfb url(../img/life-at-carnation/bg-image.jpg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.mainimage {
    position: relative;
}

.mainimagevideo a i {
    top: 10px;
    left: 30px;
    color: #eee;
    position: relative;
}

.mainimagevideo {
    position: absolute;
    top: 36%;
    left: 48%;
    font-size: 45px;
    color: #eee;
    text-shadow: 0 0 54px black;
    border: 8px solid #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.clientscard {
    position: relative;
    left: 130px;
}

.clientscardinner {
    border: none;
    background: transparent;
}

.clientscardinner img {
    width: 60%;
    transform: rotate(90deg);
}

.radiantcss {
    /* padding: 10px;
    background: rgb(112, 112, 112);
    background: radial-gradient(circle, rgba(112, 112, 112, 1) 0%, rgba(232, 232, 232, 1) 0%, rgba(112, 112, 112, 1) 70%);  */
    width: 20%;
    margin: 0 30px 0px 0;
}
.slide-content-box {
    width: 80%;
}


.rewardleft,
.rewardright,
.rewardsrecognitionssec,
.rewardsrecognitionsright {
    position: relative;
}

.certificatetagline {
    background: #fff;
    border: 1px solid #989898;
    display: inline-block;
    padding: 7px 16px;
    color: #323232;
    font-weight: 500;
    font-family: "jost-500";
    font-size: 20px;
}

.text-right {
    text-align: right;
}

.rewardlefttext {
    margin-top: 30px;
}

.rewardsrecognitionssec:before {
    content: '';
    position: absolute;
    right: 0;
    top: -75px;
    width: 80%;
    height: 60%;
    background: #efefefa1;
    z-index: -1;
}

.rewardsrecognitionssec:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 80%;
    height: 39%;
    background: #efefefa1;
    z-index: -1;
}

.rewardsrecognitionssec {
    margin-bottom: 0px;
}

.csr-activitiessec {
    padding-bottom: 450px;
    background: url(../img/csr-activities.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.csr-activitiesboxes {
    margin-top: -520px;
    z-index: 1;
    padding-bottom: 50px;
}

.csr-activitiesinner {
    transform: skewY(6deg) scaleX(1);
}

.csr-activitiesmain {
    transform: skewY(-6deg) scaleX(1);
    background: #fefefe;
    padding-top: 70px;
    height: 790px;
    box-shadow: 0px 0px 12px #00000030;
}

.rightcsr {
    transform: skewY(6deg) scaleX(1);
}

.rightcsr .csr-activitiesinner {
    transform: skewY(-6deg) scaleX(1);
}

.csr-activitiesinner h2 {
    color: #CC2121;
}

ul.activitieslist {
    list-style: none;
    margin-top: 30px;
}

ul.activitieslist li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 0 50px;
}

ul.activitieslist li:last-child {
    border-bottom: 0px solid #ddd;
}

ul.activitieslist li i {
    color: #323232;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

.spotlightsec {
    position: relative;
}

.spotlightimage {
    position: absolute;
    top: 0;
    width: 950px;
    right: 0;
}

.blogbox h2 {
    font-family: "BigShouldersDisplay-700";
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 32px;
    margin: 0px 0px 15px 0;
    font-size: 26px;
    padding-right: 0px;
    color: #191919;
}

ul.authorul li {
    display: inline-block;
    width: auto;
    text-transform: capitalize;
    font-size: 15px;
    border-right: 1px solid #939393;
    line-height: 16px;
}

ul.authorul li:last-child {
    border-right: 0px solid #333;
}

ul.authorul {
    list-style: none;
    padding: 18px 25px;
    border-top: dashed 1px #d1d1d1;
}

ul.authorul li:first-child {
    padding-right: 15px;
}

ul.authorul li:last-child {
    color: #CC2121;
    padding-left: 10px;
}

.blogborder {
    width: 65px;
    height: 1px;
    background: #939393;
    margin-bottom: 20px;
}

.blogbox p {
    line-height: 28px;
    font-size: 19px;
    font-weight: 400;
    padding-right: 20px;
}

.newsrow h2 {
    font-size: 21px;
    font-weight: 700;
    font-family: "BigShouldersDisplay-700";
    color: #191919;
    line-height: 29px;
}

.newsrow p {
    color: #484848;
    font-size: 17px;
    margin-bottom: 0px;
    line-height: 24px;
}
.newsrow span {
    color: #CC2121;
    font-size: 17px;
    margin-top: -5px;
    display: -webkit-box;
    margin-bottom: 10px;
}

.row.newsrow {
    margin-bottom: 30px;
}

.subscribeform input,
.subscribeform input:focus {
    padding: 10px 13px;
    outline: 0;
}

.subscribeform input[type="email"] {
    margin-right: 0px;
    width: 350px;
    color: #a09f9f;
    border: 1px solid #a09f9f;
}

.subscribeform input[type="submit"] {
    padding: 10px 15px;
    border: 1px solid #CC2121;
    color: #fff;
    background: #CC2121;
    text-shadow: 0 2px 2px #333;
    box-shadow: inset 0 0 0 transparent;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
}

.subscribeform input[type="submit"]:hover,
.subscribeform input[type="submit"]:focus {
    box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.3),
        0 0 10px rgba(255, 255, 255, 0.1);
    color: white;
    margin-left: 10px;
}

.subscribesec h2 {
    color: #1c1c1c;
    font-size: 45px;
    margin-bottom: 30px;
    font-weight: 600;
}

.subscribesec {
    background: #e7e7e7 url(../img/spotlight/subscribe.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 60px 0px;
    margin: 85px auto;
}

.spotlightbgimage {
    background: #f1f1f1;
    margin-top: -226px;
    position: relative;
}

.spotlightleftimage {
    position: absolute;
    left: 0;
    top: -22px;
    width: 264px;
    z-index: 1;
    transform: skewY(-10deg) scaleX(1);
}

.spotlightbgimageinner {
    padding-top: 40px;
}

.imageside {
    position: relative;
}

.subscriveimage {
    position: absolute;
    right: 0;
    bottom: -196px;
    width: 400px;
}

.spotlightspace {
    padding-top: 300px;
    background: #f1f1f1;
    transform: skewY(-10deg) scaleX(1);
    z-index: -2;
    position: relative;
    top: -40px;
}

.contactbox {
    background: #eee;
    transform: skewY(356deg) scaleX(1);
}

.contactinnerbox {
    padding: 54px 30px;
    transform: skewY(4deg) scaleX(1);
}

.contactinnerbox i {
    color: #fff;
    background: #CC2121;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 51px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.contactsec {
    position: relative;
}

.contactformbox {
    z-index: 100;
    width: auto;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5715em + 0.875rem + 2px);
    padding: 0.4375rem 0.875rem;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5715;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #7070704D;
    border-radius: 0.25rem;
    margin-bottom: 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

textarea.form-control {
    height: auto;
}

.submit-btn {
    background:#c81414;
    text-align: center;
    padding: 7px 20px;
    width: 114px;
    font-size: 19px;
    cursor: pointer;
    color: #fff;
    border: 0;
}

.contactsec .sec-heading h2 {
    font-size: 56px;
    font-weight: 700;
    font-family: "BigShouldersDisplay-700";
    letter-spacing: 1.2px;
}

.openpositionsec {
    background: #CC2121;
}

.open-position {
    width: 1150px;
    margin: 0 auto;
    color: #fff;
    margin-top: 60px;
}

.open-position ul#myTab {
    justify-content: center;
    border-bottom: 0;
}

.open-position ul li.nav-item {
    margin: 0 20px;
}

.nav-tabs .nav-item {
    position: relative;
    z-index: 4
}

.nav-tabs .nav-link.active:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    transform: skew(-13deg) rotate(-6deg);
}

.nav-tabs .nav-link {
    background: transparent !important;
    border: 0;
    padding: 13px 20px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #c81414;
    font-weight: 500;
    font-family: "jost-500";
    font-size: 18px;
    letter-spacing: 1px;
}

.openpositionsec .accordion-body {
    color: #151515;
    font-size: 18px;
    padding: 25px 65px;
    padding-top: 0;
}

.openpositionsec .accordion-button {
    font-size: 18px;
}

.openpositionsec button.accordion-button.collapsed {
    background: #cc2121;
    color: #fff;
    border: 0px;
    padding: 20px 65px;
    padding-bottom: 35px;
    transition: 0.1s ease-in-out;
}

.openpositionsec .accordion-button:not(.collapsed),
.openpositionsec .accordion-button {
    color: #cc2121;
    font-size: 19px;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
    padding-left: 60px;
    justify-content: space-between;
    font-weight: 600;
    transition: 0.2s ease-in-out;
    letter-spacing: 1.8px;
}

.openpositionsec .accordion-item {
    background-color: #cc2121;
    border: 0px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgb(255 255 255 / 34%);
    border-radius: 0px;
    margin-bottom: 27px;
    position: relative;
    transition: 0s ease-in-out;
}

.applybtn a.bannerbtn {
    background: #cc2121;
    padding: 5px 60px;
    border-radius: 25px;
    text-shadow: none;
    font-size: 20px;
    letter-spacing: 0;
}

.openpositionsec .accordion-button:not(.collapsed)::after,
.openpositionsec .accordion-button::after {
    position: absolute;
    left: 17px;
    content: '_';
    background: none;
}

.openpositionsec .accordion-button::after {
    content: '+';
    background: none;
}

.openpositionsec .accordion-button:not(.collapsed)::after {
    left: 5px;
    top: 27px;
}

.openpositionsec .accordion-button:not(.collapsed) .applybtn {
    display: none;
    transition: 0s ease-in-out;
    position: relative;
}

.openpositionsec .accordion-button:not(.collapsed):before {
    content: '';
    position: absolute;
    width: 135%;
    height: 100%;
    background: #fff;
    left: -155px;
    top: 0px;
    color: #cc2121;
    z-index: -1;
}

.openpositionsec button.accordion-button.collapsed .applybtn .bannerbtn {
    background: #fff;
    color: #cc2121;
    text-shadow: none;
    border-radius: 0;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 20px;
    position: relative;
}

.openpositionsec .accordion-item {
    width: 900px;
    margin: 30px auto;
    z-index: 15;
    transition: 0s ease-in-out;
}

.openpositionsec .accordion-item .accordion-button {
    z-index: 15;
    transition: 0s ease-in-out;
}

.openpositionsec .accordion-collapse.collapse {
    background: #fff;
    transition: 0s ease-in-out;
}

.openpositionsec .accordion-item .text-right.applybtn .bannerbtn {
    position: relative;
    right: 0px;
    top: 10px;
}

.openpositionsec .accordion-collapse.collapse:before {
    content: '';
    position: absolute;
    width: 135%;
    height: 102%;
    background: #fff;
    left: -155px;
    top: -2px;
    color: #cc2121;
    z-index: -1;
    transition: 0s ease-in-out;
}

.openpositionsec .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.openpositionsec .accordion {
    margin-top: 70px;
}

.careersubscribe {
    width: 900px;
    margin: 0 auto;
    background: transparent;
}

.patterconnect img {
    position: absolute;
    top: -138px;
    left: 26%;
    z-index: 0;
    width: 222px;
}

.careersubscribe .subscribesec {
    background-color: #cc2121;
    margin-bottom: 30px;
    background-blend-mode: overlay;
    border: 0px solid #d61919;
    box-shadow: 1px 1px 12px #941e1e;
}

.carnationicon {
    position: relative;
}

.carnationicon img {
    position: absolute;
    right: -235px;
    top: -88px;
    left: auto;
    width: 535px;
}

.carnationicon.crm img {
    top: auto;
    right: -392px;
    bottom: 40px;
    width: 425px;
}

.carnationicon.helpdesk img {
    top: auto;
    right: -272px;
    bottom: 40px;
    width: 425px;
}

.carnationicon.credentials img {
    top: auto;
    right: -392px;
    bottom: -89px;
    width: 425px;
}

.carnationicon.apMaSup img {
    top: auto;
    right: -166px;
    bottom: -34px;
    width: 328px;
}



.iconbox {
    background: #fff;
    display: inline-block;
    padding: 10px 10px 18px;
    clip-path: polygon(0 10%, 100% 0%, 100% 88%, 0 100%);
    position: relative;
    top: -12px;
}

.wehelpbox p {
    padding: 14px;
    margin-bottom: 0;
}

.wehelpbox {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-right: 40px;
}

.fourboxmain {
    background: #fff;
    padding: 40px 50px;
    margin-bottom: 15px;
}

.paddingbox {
    padding: 0px 7px;
}

.fourinnerbox .numb {
    background: #e6e6e6;
    display: inline-block;
    padding: 20px 5px 0px;
    color: #282828;
    font-weight: 500;
    font-family: "jost-500";
    font-size: 16px;
}

.fourinnerbox.media .numb {
    background: #8F8F8F;
    color: #ffffff;
}

.fourinnerbox.edTech  .numb {
    background: #8F8F8F;
    color: #ffffff;
}

.fourinnerbox p {
    line-height: 29px;
    font-size: 17.5px;
    font-weight: 500;
    font-family: "jost-500";
    color: #1d1d1d;
}

.fourinnerbox h2 {
    font-size: 35px;
}

.numbline {
    background: #e6e6e6;
    width: 100%;
    height: 1px;
    position: relative;
    top: -16px;
}

.fourboxborderleftbtm {
    background: #e6e6e6;
    width: 94%;
    height: 1px;
    position: relative;
    top: 0px;
    left: 78px;
}

.fourboxborderrightbtm {
    background: #e6e6e6;
    width: 88.5%;
    height: 1px;
    position: relative;
    top: 0px;
    left: 73px;
}

.colleftcss {
    padding: 60px 40px 248px;
    padding-top: 90px;
    background: #fff;
    clip-path: polygon(0% 11%, 100% 0%, 100% 77%, 0% 97%);
    left: -2px;
    top: 0;
    width: 100%;
    z-index: 0;
    position: relative;
    height: 750px;
}

.colrightcss {
    padding: 88px 40px 190px;
    background: #fff;
    clip-path: polygon(0% 0%, 100% 11%, 100% 97%, 0% 77%);
    right: -2px;
    top: 0;
    width: 100%;
    z-index: 0;
    position: relative;
    height: 750px;
}

.thirdboxsec {
    margin-top: -230px;
    background: #fff;
    clip-path: polygon(0% 27%, 50% 1%, 100% 27%, 100% 100%, 0% 100%);
}

.colleftcss .numb,
.colrightcss .numb,
.bfsileftcss .numb {
    background-color: #cc2121;
    color: #fff;
    display: inline-block;
    padding: 20px 5px 10px;
    font-weight: 500;
    font-family: "jost-500";
    font-size: 16px;
}

.thirdboxsec .numb {
    background-color: #cc2121;
    color: #fff;
    display: inline-block;
    padding: 20px 5px 10px;
    font-weight: 500;
    font-family: "jost-500";
    font-size: 16px;
}

.colleftinnercss {
    padding-left: 5vw;
    text-align: right;
}

.colrightinnercss {
    padding-right: 5vw;
}

.supplyendborder {
    padding-top: 50px;
}

.patterconnect {
    position: relative;
}

.bfsileftcss {
    padding: 0px 40px;
    background: #fff;
    clip-path: polygon(0 10%, 100% 0%, 150% 85%, 0 100%);
    right: -2px;
    top: 0;
    width: 100%;
    z-index: 0;
    position: relative;
    height: 370px;
}

.bfsileftcss .colleftinnercss {
    padding-left: 0;
    padding-top: 48px;
    padding-bottom: 40px;
}

.bfsirow {
    position: relative;
}

.bfsileftaligncss {
    position: relative;
    right: 0px;
}

.bfsirightaligncss {
    position: relative;
    right: 0px;
}

.bfsileftaligncss .bfsileftcss {
    padding-right: 100px;
}

.bfsirightaligncss .bfsileftcss {
    padding-left: 240px;
    height: 390px;
}

.softdevrow {
    margin: 30px 0px;
}

.softdevicon {
    background: #dedede;
    padding: 23px 0px;
    text-align: center;
}

.softdevicon img {
    width: 75px;
}

.sofdevleftdivcss {
    padding-top: 80px;
    padding-left: 50px;
}

.sodtdevimg {
    margin-top: -50px;
    z-index: 5;
}

.underlinecss {
    width: 80%;
    text-align: center;
    border-bottom: 1px solid #a9a9a9;
    line-height: 0.1em;
    margin: 0px 0px auto 123px;
    margin-bottom: 70px;
}

.underlinecss span {
    background: #fff;
    padding: 0 30px;
}

.softdevweofferbox {
    background: #CC2121;
    padding: 10px;
    width: 100%;
    margin: 50px auto;
    transform: skewY(-2deg) scaleX(1);
}

.softdevweofferinnerbox {
    color: #fff;
    transform: skewY(2deg) scaleX(1);
}

.softdevweofferinnerbox ul {
    list-style: none;
    padding-left: 0px;
}

.softdevweofferinnerbox ul li {
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0px 13px 0px 4px;
    font-size: 18px;
    margin-top: 8px;
}

.softdevweofferinnerbox ul li:last-child {
    border-right: 0px solid #fff;
}

.testservibtnp {
    background: #fff;
    display: inline-block;
    padding: 6px 25px;
    color: #cc2121;
    font-size: 21px;
    margin-top: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.testingboxmain h2,
.testingboxmain p {
    color: #fff;
}

.testingboxmain h2 {
    font-size: 22px;
}

.testingboxmain p {
    padding-left: 30px;
    margin-top: 15px;
}

.testingboxmain h2 .testingborder {
    background: #fff;
    width: 53px;
    height: 1px;
    display: inline-block;
    margin-right: -10px;
    position: relative;
    top: -8px;
    left: -16px;
}

.testingboxmain {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 20px 33px 0px 56px;
    padding-bottom: 26px;
}

.nobordercss {
    border-bottom: 0px solid #fff;
    border-right: 1px solid #fff;
}

.testinglastbox {
    padding-top: 55px;
}

.automationborder {
    width: 2px;
    height: 50px;
    background: #fff;
    margin: 0 auto;
}

.automationtopleft {
    border-top: 2px solid #fff;
    width: 332px;
    margin: 0px -11px 0px auto;
}

.automationtopright {
    border-top: 2px solid #fff;
    width: 332px;
    margin: 0px auto 0px -13px;
}

.autoborderline {
    width: 1px;
    height: 30px;
    background: #fff;
    margin: 0 auto;
}

.autoborderlineleft {
    position: relative;
    left: 9px;
    top: -2px;
}

.autoborderlineright {
    position: relative;
    right: 10px;
    top: -2px;
}

.automationboxrow .col-md-6 {
    padding: 0px;
    margin-bottom: 30px;
}

.applicationboxes {
    padding-right: 60px;
}




.businesslist {
    padding-left: 25px;
    font-size: 17px;
    line-height: 29px;
}

.businesslist li {
    margin-bottom: 5px;
}

.cloudulcss {
    padding-left: 20px;
    text-align: left;
}

.cloudulcss li {
    border-right: 1.5px solid #CC2121;
    padding: 0px 13px;
    font-size: 18px;
    margin-top: 8px;
    line-height: 29px;
}
.cloudulcss.transformation li {
    line-height: 33px;
}

.cloudulcss li:last-child {
    border-right: 0px solid #CC2121;
}

.businesssec {
    background: url(../img/Business-Model-Transformation/business-model-transformation-pattern.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
}

.sodtdevimg1 .carnationiconimg {
    position: absolute;
    left: -178px;
    top: 190px;
    z-index: 1;
    width: 320px;
}

.infowhitebox {
    background: #fff;
    padding: 25px;
    padding-bottom: 10px;
    position: absolute;
    box-shadow: 0px 0px 15px #00000052;
    bottom: -240px;
    left: 0;
    transform: skewY(-2deg) scaleX(1);
}

.infowhiteinnerbox {
    transform: skewY(4deg) scaleX(1);
}

.informationmainbox {
    padding: 60px;
    position: absolute;
    bottom: 250px;
    left: 0;
    right: 0;
    width: 85%;
    margin: 0 auto;
    transform: skewY(-2deg) scaleX(1);
}

.mobileapptstbrder {
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.mobileapptstboxes {
    padding-left: 40px;
    padding-right: 40px;
}

.mobileapptstboxes h2 {
    font-size: 25px;
    margin-top: 15px;
}

.redboxwidth {
    width: 920px;
    margin: 0 auto;
    margin-top: 40px;
}

.redboxcss {
    background: #CC2121;
    padding: 10px 12px;
    border-radius: 10px;
}

.redboxcss p {
    margin-bottom: 0;
}

.sysmoniulcss ul li {
    display: inline-block;
    color: #cc2121;
    padding: 0px 18px;
    border-right: 1px solid #8f8f8f;
}

.sysmoniulcss ul li:last-child {
    display: inline-block;
    color: #cc2121;
    padding: 0px 18px;
}

.sysmoniulcss ul {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
}

.sysmoniulcss {
    padding-top: 30px;
    margin-bottom: 80px;
}

.borderapplimaincss {
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin: 0;
    height: 240px;
    vertical-align: middle;
    align-items: center;
    padding-top: 18px;
}

.softdevweofferbox1 .softdevweofferbox {
    background: #CC2121;
    padding: 10px;
    width: auto;
    transform: skewY(-2deg) scaleX(1);
    z-index: -2;
    position: relative;
    padding-left: 130px;
    margin-top: 28px;
    padding-bottom: 18px;
}


.softdevweofferbox1 h2 {
    padding-left: 10px;
}

.cloudimg {
    margin-top: -107px;
}

.processimg img {
    position: absolute;
    z-index: 20;
    bottom: -575px;
    right: -35px;
    width: 550px;
}

.processimg {
    position: relative;
    z-index: 0;
}

.enterprisesec,
.carnationimgsccsi,
.helpdesksec {
    position: relative;
}

.weoffercss,
.whiteevdhs {
    list-style: none;
    padding-left: 0px;
    font-size: 18px;
}

.row.weoffercustomsec {
    align-items: center;
}

.weoffercss li {
    display: inline-block;
    border-right: 1px solid #cc2121;
    color: #cc2121;
    padding: 0px 8px 0px 0px;
    line-height: 30px;
    margin-bottom: 11px;
}

.weoffercss li:last-child,
.whiteevdhs li {
    border-right: 0px solid #989797;
}

.weoffercustomsec .col-md-2 {
    padding-right: 0px;
}

.weoffercustomsec .col-md-10 {
    padding-left: 0px;
}

.whiteevdhs li {
    display: inline-block;
    color: #fff;
    border-right: 1px solid #989797;
    padding: 0px 18px;
    line-height: 32px;
    margin-bottom: 11px;
}

.ulcsswidth {
    width: 1065px;
    margin: 0 auto;
}

.ulcsswidth .weoffercss li {
    border-right: 1px solid #cc2121;
    line-height: 28px;
}

.crmboxes p {
    color: #fff;
    margin-top: 20px;
    border-right: 1px solid #fff;
}

.whiteevdhs {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.whiteevdhs p {
    line-height: 32px;
    margin-bottom: 0;
}

.imghelpdesk {
    position: absolute;
    z-index: 1;
    width: 545px;
    bottom: -83px;
    right: 130px;
}

.borderboxmain {
    position: relative;
    border-bottom: 1px solid #ff7171;
    padding-left: 25px;
    margin: 0 15px;
    margin-bottom: 50px;
    border-left: 1px solid #ff7171;
    min-height: 220px;
}

.borderboxmain p {
    margin-top: 0;
}

.borderboxmain.apMaSup {
    margin: 0 0px;
    margin-bottom: 50px;
    margin-right: 30px;
    margin-top: 20px;
}

.borderboxmain.apMaSup:before {
    height: 85%;
}

.borderboxmain h2:before {
    content: '';
    position: absolute;
    background: #ff7171;
    width: 25px;
    height: 1px;
    top: 22px;
    left: -25px;
}

.borderboxheading i {
    color: #ff7171;
    font-size: 12px;
    position: relative;
    top: 17px;
}

.borderboxheading {
    display: flex;
    top: -22px;
    position: relative;
}

.borderboxheading h2 {
    padding-left: 15px;
    font-family: "BigShouldersDisplay-600";
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
}

.borderboxheading.apMaSup h2 {
    font-size: 32px;
}
.borderboxheading.apMaSup i {
    color: #ffffff;
    font-size: 9px;
    top: 19px;
}

.wcscu-box-cont {
    background-color: #f8f8f8;
    padding-top: 3rem;
}
.wcscu-box-cont h2 {
    font-family: "BigShouldersDisplay-600";
    font-size: 40px;
    font-weight: 600;
    color: #cc2121;
}
.wcscu-box {
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 100%;
    padding: 0 20px 10px;
    background-color: #fff;
  }
  .wcscu-box .staff-number {
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cc2121;
    box-shadow:0 0 5px 5px rgba(0, 0, 0, 0.05);  
  }
  .wcscu-box .staff-number img {
    width: 80px;
  }
  .wcscu-box h2 {
    font-size: 30px;
    font-weight: 700;
  }

.setwidthcss {
    width: 459px;
}

.ourreach .sec-heading h2 {
    font-weight: 400;
    font-size: 56px;
}

.testimonialscard p img.quotleftcss {
    position: absolute;
    top: 19px;
    left: 20px;
}

.testimonialscard p img.quoterightcss {
    position: absolute;
    bottom: 110px;
    right: 50px;
}

.separatecsssec {
    padding-top: 26px;
    padding-bottom: 17px;
    position: relative;
    top: -1px;
}

.whoweare .sec-heading h2 {
    font-size: 52px;
    margin-bottom: 35px;
    margin-top: 30px;
}
.whoweare.credclientsec .sec-heading h2 {
    margin-top: 0;
}

.whoweare .imageone {
    margin-top: 50px;
}

.softdevrow .col-md-9 {
    padding-left: 0px;
    border-top: 3px solid #e3e3e3;
    border-right: 3px solid #e3e3e3;
}
.softdevrow .col-md-9 p {
    margin-bottom: 0;
}

.softdevrow .col-md-3 {
    padding-right: 0;
    padding-left: 0;
}

.softdevrow p {
    font-size: 17.5px;
    line-height: 29px;
    font-weight: 500;
    font-family: "jost-500";
    padding-left: 12px;
}

header nav.fixed-top .container {
    border-top: none;
}

.imgrightsidecustom .imghelpdesk {
    position: absolute;
    z-index: 1;
}

.whiteevdhscustom p {
    padding: 15px 10px;
}

.applybtn a.bannerbtn:hover {
    color: #fff;
}

.contentsgjhdik {
    margin-top: 370px
}

.equaloppcss {
    margin-top: -130px;
}

.text-left {
    text-align: left;
}

.lastseccss .dashlinevertical {
    margin: 0 0 20px;
}

.sec-heading p i {
    display: none;
}

.content-heading i {
    display: none;
}

.dashlinevertical.dashlinemargin {
    margin: inherit;
}

.fontweightcss {
    font-weight: 500;
    font-family: "jost-500";
}

.footercol .ctasectionbtn .bannerbtn {
    padding: 10px 68px;
    border: 1.5px solid #c81414;
}

.bannertopdesk {
    margin-top: -70px;
}

.bannertopdesk h4 {
    padding-top: 40px;
}

.teamheading {
    font-family: "BigShouldersDisplay-600";
    font-size: 45px;
    font-weight: 600;
}

.homesliders .carousel-control-prev-icon {
    position: relative;
    left: -40px;
    border: 0;
    padding: 0;
    opacity: 1;
}

.homesliders .carousel-control-next-icon {
    position: relative;
    right: -40px;
    border: 0;
    padding: 0;
    opacity: 1;
}

.homesliders .carousel-caption {
    bottom: 270px;
}

.fbiconcss {
    padding: 6px 14px;
}



.ourteamdashline {
    margin: 0 auto;
    left: -50px;
}

.equaloppcss .dashlinevertical {
    margin-bottom: -10px;
}

.shapersectionredcss {
    background: #cc2121;
}

.appmainsup {
    background: #ffffff;
    /* padding: 30px 60px; */
    /* transform: skewY(-3deg) scaleX(1); */
}

.appmainsup h2 {
    color: #cc2121;
    transform: skewY(3deg) scaleX(1);
    line-height: 60px;
}

.bfsileftaligncss.bfsileftaligncss3 {
    margin-top: -12px;
}

.credclientsec {
    padding-bottom: 145px;
}

.salescrntestsec,
.datascisersec,
.dataquamlsec,
.cybersesec {
    background: none;
}

.ptb30css {
    padding: 30px 0px;
}

.fourboxmain1 {
    clip-path: polygon(0 0, 100% 12%, 100% 100%, 0% 100%);
}

.fourboxmain2 {
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
}

.fourboxmain3 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.fourboxmain4 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.qaservicesbox {
    bottom: -440px;
}

.mobileapptestimg {
    margin-top: -30px;
    z-index: -1;
    position: relative;
}

.suppoandmainsec {
    padding-bottom: 88em;
}

.suppoandmainsec .infowhitebox {
    bottom: -100px;
}

.spotlightbgimage .dashlinevertical {
    margin-left: 0;
    background: #323232;
}

.blogstitleswap {
    padding: 25px 70px;
}

.spotlightvideosec {
    background: #c8141400;
}

.spotlightvideosec .titleswap {
    position: relative;
    top: 12px;
    z-index: 1;
}

.techstaffaugsec .imghelpdesk {
    bottom: -150px;
    width: 445px;
}

.carnationimgsccsi .carnationiconimg {
    position: absolute;
    right: -212px;
    z-index: 1;
}

.carnationimgsccsi.techStaff .carnationiconimg {
    top: -60px;
    width: 370px;
}

.borderboxmainReqPro:before,
.borderboxmainincimgm:before {
    height: 81%;
}

.borderboxmainprohealt:before {
    height: 89%;
}

.borderboxcldsoln:before {
    height: 89%;
}

section.shapersection.titlin {
    padding: 25px 0px;
}

.career-popup.modal {
    top: 35%;
}
.career-popup .modal-header {
    border: 0;
    padding-bottom: 0;
}
.career-popup .modal-body {
    text-align: center;
}
.career-popup .modal-footer {
    border: 0;
    justify-content: center;
    padding-bottom: 20px;
}
.btn-red {
    padding: 7px 50px;
    border: 1.5px solid #c81414;
    background: #c81414;
    color: #fff;
    text-transform: uppercase;
}
.btn-red:hover {
    padding: 7px 50px;
    border: 1.5px solid #c81414;
    background: #fff;
    color: #c81414;
}

.team-popup.modal {
    top: 0;
}

.team-popup .left-img-width img {
    margin-bottom: 0;
}
.team-popup .modal-header {
    border: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}
.team-popup.modal .modal-dialog {
    max-width: 70%;
}
.teamcard-inner h2 {
    margin: 0;
}
.teamcard-inner span {
    display: block;
    color: #c81414;
    font-size: 20px;
}
.teamcard-inner p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
}
.team-picture img {
    width: 100%;
}
.success-msg .modal-header {
    border: 0;
    padding-bottom: 0;
}
.success-msg .modal-body {
    position: relative;
    padding: 0px 15px 40px 15px;
}
.success-msg .modal-header .close {
    margin-top: -12px;
}
.success-msg .modal-dialog {
    width: 30%;
    margin: 150px auto;
}
.success-icon {
    font-size: 50px;
    clear: both;
    color: #6ac50a;
}
.hidden-btn {
    display: none;
}
.success-msg .modal-body p {
    margin-bottom: 2px;
}
.styled-input .intl-tel-input.allow-dropdown {
    width: 100%;
}
.sectionpadding.ourcluturesec {
    padding-bottom: 0;
    margin-bottom: 10px;
}
.tenetsborderright.alignd-top {
    margin-top: -12%;
}
.crs-drive .fourinnerbox img {
    float: left;
    max-width: 400px;
    margin-right: 25px;
    margin-bottom: 35px;
}
.crs-drive .fourinnerbox.media {
    border-bottom: solid 1px #d1d1d1;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.crs-drive .fourinnerbox p {
    line-height: 24px;
    font-size: 16px;
}
.cybersecurity-width img {
    width: 50%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.right-img-width img {
    width: 45%;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}
.left-img-width img {
    width: 45%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
   }
    100% {
        transform: translateX(calc(-250px * 7));
   }
}
.slider {
    height: 100px;
    margin: auto;
    position: relative;
    width: auto;
}
.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}
.slider .slide {
    height: auto;
    width: 250px;
}
.homesliders.homebanner .carousel-control-prev, 
.homesliders.homebanner .carousel-control-next {
    opacity: 1;
}
.homesliders.homebanner .carousel-control-prev-icon {
    background-image: url(../img/perv.png);
    width: 33px;
    height: 58px;
}
.homesliders.homebanner .carousel-control-next-icon {
    background-image: url(../img/next.png);
    width: 33px;
    height: 58px;
}
.homesliders.homebanner a.bannerbtn {
    color: #000;
}
.enterprisesec .softdevweofferbox {
    width: 53%;
    float: right;
}

.mobileapptest .sec-heading {
    width: 50%;
    float: right;
}
.mobileapptest .softdevweofferbox1 {
    width: 50%;
    float: right;
}
.businesssec.carnationimgsccsi.techModern .borderboxmain {
    min-height: 350px;
    margin-bottom: 90px;
}
.diwali-popup.modal {
    top: 20%;
}
.diwali-popup.modal .modal-body {
    padding: 0;
}
.diwali-popup.modal .modal-dialog {
    max-width: 600px;
}
.diwali-popup.modal .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -40px;
    background: white;
    z-index: 1;
    color: #e50000;
    font-size: 28px;
    padding: 0;
    line-height: 15px;
    top: 0;
    border: 0;
}
.intl-tel-input.allow-dropdown ::placeholder {
    visibility: hidden;
    opacity: 0;
}
.btn.btn-sm.btn-read-more {
    padding: 10px 25px;
    font-size: 18px;
}
.bloger-name {
    font-size: 25px;
}
img.img-right-margin {
    margin-right: 30px;
}
.blog-sections ul li {
    font-size: 18px;
    line-height: 30px;
    font-family: "jost-400";
}
ol.font-italic li {
    font-size: 15px;
    font-style: italic;
}
.sec-heading h2 span {
    color: #000;
    font-family: "BigShouldersDisplay-500";
    font-weight: 500;
}
.worklifesectionbtn a.bannerbtn.btn-disabled {
    pointer-events: none;
    background: gray;
    opacity: 0.5;
    border: gray;
}
.blog-sections .left-img-width img {
    width: 35%;
}
.blog-sections .right-img-width img {
    width: 35%;
}
.sec-heading.infra b {
    font-size: 18px;
}
.radiantcss.hippa-logo img {
    width: 400px;
}
.slide-box {
    display: flex;
    align-items: center;
    min-height: 250px;
}
.blog-sections sup {
    color: red;
    font-weight: bold;
}
ul.cultural-tenets {
    list-style: none;
    padding-left: 0px;
}

.culture-section .left-img-width img {
    width: 50%;
    margin-right: 60px;
}
ul.cultural-tenets i.fa.lower-alpha {
    font-size: 18px;
    font-weight: bold;
    font-family: "jost-400";
    margin-right: 7px;
}
.work-life-balance .empwellnesswhitebox {
    position: relative;
    bottom: 0;
}
.enterprisesec ul.businesslist li {
    list-style-position: inside;
}
.address-box {
    padding: 40px;
    background: #f7f7f7;
  }
.address-box h4 {
    font-size: 22px;
    margin-bottom: 4px;
    color: #2391d3;
    font-weight: 500;
}
.address-box span {
    display: block;
    font-size: 17px;
    color: #e81207;
    margin-bottom: 8px;
    font-weight: 500;
}
.mt4 {
    margin-top: 2rem;
}
.blogbox {
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(151 151 151 / 15%);
}
.blog-box-centent {
    padding: 25px;
    min-height: 305px;
}
.heading-bold {
    font-size: 22px;
    color: #cc2121;
}
.sec2 .lh-3 {
    color: #cc2121;
}
.socialicons .fa.fa-twitter-new {
    width: 15px;
    height: 17px;
}
.socialicons .fa.fa-twitter-new svg {
    position: relative;
    top: -2px;
}

.mSolution {
        background-color: #fff;
        padding: 25px;
        border-radius: 15px;
        max-width: 1600px;
        margin: 0 auto 50px;
        box-shadow: 0 10px 5px rgba(0,0,0,0.1);
        
}
.mSolution h2 {
    font-family: "BigShouldersDisplay-700";
    font-size: 32px;
    font-weight: 600;    
}
.mSolution h2 span {
    font-size: 55px;
    display: inline-block;
    background-color: #CC2121;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mSolution .imgRight {
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0px 15px rgba(0,0,0,0.25);
}
.mSolution .imgLeft {
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0px 15px rgba(0,0,0,0.25);
}
/* Media Queries start */
@media (min-width: 1400px) {
    .ourexpertise .container {
        max-width: 1440px;
    }    
}
@media (max-width: 1400px) {
    section.sectionpadding.whoweare.pt-0.pb-0 {
        padding-bottom: 100px !important;
    }
    .right-img-width.device-img img {
        width: 35%;
    }
    .mt-50.device-margin {
        margin-top: 14vw;
    }
    .enterprisesec .softdevweofferbox {
        width: 100%;
        float: left;
    }
    section.sectionpadding.whoweare.cloudsec {
        padding-top: 100px;
    }
    .blog-box-centent {
        min-height: 330px;
    }
}
@media (max-width: 1300px) {
    .techstaffaugsec .imghelpdesk {
        bottom: 0;
        position: relative;
        right: 0;
        width: auto;
    }
    .testimonials .container-fluid {
        width: 95%;
    }
    .testimonialscard {
        padding: 25px 0px;
    }
    section.sectionpadding.whoweare.pt-0.pb-0 {
        padding-bottom: 100px !important;
    }
}
@media only screen and (max-width: 1199px) {
    .blog-box-centent {
        min-height: 360px;
    }
    ul.opportunitieslist li p {
        width: 100%;
    }
    .homebanner h2 {
        font-size: 65px;
    }
    .enterprisesec .sec-heading {
        float: inherit;
        width: 100%;
    }
    .enterprisesec .softdevweofferbox {
        width: 100%;
        float: left;
    }
    .mobileapptest .sec-heading {
        width: 100%;
        float: inherit;
    }
    .mobileapptest .softdevweofferbox1 {
        width: 100%;
        float: left;
    }
    .navbarheader .navbar-nav .nav-link, .navbarheader .navbar-nav .btn-link {
        padding: 30px 15px;
        font-size: 17px;
    }
    .csr-activitiesmain {
        height: 900px;
    }
    .bfsileftcss {
        width: 80%;
        height: 470px;
    }
    .bfsirightaligncss .bfsileftcss {
        padding-left: 160px;
        height: 510px;
    }
    .bfsileftaligncss .bfsileftcss {
        padding-right: 50px;
    }
    .spotlightimage {
        width: 700px;
    }
    .colrightcss, .colleftcss  {
        height: 800px;
    }
    .colrightinnercss {
        padding-right: 0;
    }
    .colleftinnercss {
        padding-left: 0;
    }
    .sectionpadding.openpositionsec.testingservicessec {
        padding-top: 250px !important;
    }
    .testingboxmain h2 .testingborder {
        display: none;
    }
    .testingboxmain p {
        padding-left: 0;
        margin-top: 10px;
    }
    .borderapplimaincss {
        border-right: 0;
        border-bottom: 0;
        margin: 0;
        height: auto;
        padding-top: 0;
    }
    .suppoandmainsec .infowhitebox .align-items-center {
        align-items: flex-start !important;
    }
    .techstaffaugsec .imghelpdesk {
        bottom: -100px;
        width: 430px;
        right: 60px;
    }
	.teamcard-box {
		min-height: 380px;
	}
}
@media only screen and (max-width: 991px) {
    .blog-box-centent {
        min-height: auto;
    }
    .culture-section .left-img-width img {
        width: 100%;
        margin-right: 0;
    }
    .radiantcss {
        width: 30%;
        margin: auto;
    }
    .slide-box {
        display: block;
        min-height: auto;
        text-align: center;
    }
    .slide-content-box {
        width: 100%;
    }
    .blog-sections .equaloppcss {
        margin-top: 20px;
    }
    .blog-sections .left-img-width img {
        width: 100%;
    }
    .blog-sections .right-img-width img {
        width: 100%;
    }
    .enterprisesec .sec-heading.text-left.mb-25 {
        float: left;
        width: 100%;
    }
    .team-popup .left-img-width img {
        margin-bottom: 15px;
    }
    .mt-50.device-margin {
        margin-top: 6vw;
    }
    .device-pl-20 {
        padding-left: 20px;
    }
    .sectionpadding.openpositionsec.testingservicessec {
        padding-top: 50px !important;
    }
    .homesliders.homebanner .carousel-control-prev-icon {
        background-size: 70%;
    }
    .homesliders.homebanner .carousel-control-next-icon {
        background-size: 70%;
    }
    .team-popup.modal .modal-dialog {
        max-width: 94%;
    }
    .slider {
        height: auto;
    }
    .partnerlogo {
        padding: 0;
    }
    .fontweightcss {
        text-align: justify;
    }
    .crs-drive .fourinnerbox img {
        max-width: 100%;
        margin-right: 0;
    }
    .cybersecurity-width img {
        width: 100%;
        margin-right: 0px;
    }
    .right-img-width img {
        width: 100%;
        margin-right: 0px;
    }
    .left-img-width img {
        width: 100%;
        margin-right: 0px;
    }
    .right-img-width img {
        width: 100%;
        margin-right: 0px;
    }
    .flex-mxlg-row-reverse {
        flex-direction: row-reverse!important;
    }
    .success-msg .modal-dialog {
        width: 50%;
        margin: 150px auto;
    }
    .device-width100 {
        width: 100%;
        margin: 15px 0;
    }

    .myDIV {
        display: none;
    }

    .myDIV2 {
        display: none;
    }

    .myDIV3 {
        display: none;
    }

    .navbarheader .navbar-nav .nav-link,
    .navbarheader .navbar-nav .btn-link {
        padding: 10px 0px;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #dbdbdb;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0rem;
    }

    .homebanner {
        margin-top: auto;
        padding: 0px 0px;
        padding-top: 0px;
    }

    .navbarheader {
        padding-top: 0;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbarheader .navbar-nav .nav-link,
    .navbarheader .navbar-nav .btn-link {
        padding-left: 0px;
        font-size: 17px;
        text-align: left;
    }

    .navbarheader .navbar-nav .btn-link i {
        font-size: 15px;
        top: 3px;
        right: 5px;
    }

    li.nav-item.dropdown:hover ul.dropdown-menu,
    li.nav-item.dropdown ul.dropdown-menu {
        display: none;
    }
    li.nav-item.dropdown:hover ul.dropdown-menu.show,
    li.nav-item.dropdown ul.dropdown-menu.show {
        display: block;
    }

    .navbar-light .navbar-nav .btn-link.active:before {
        left: 0;
        width: 100%;
    }
    
    .sec-heading h2 {
        font-size: 40px;
    }

    .homebanner h2 {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .borderline {
        margin-bottom: 5px;
    }

    .homebanner p {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 31px;
        margin-top: 10px;
    }

    .bannerbtn,
    .bannerbtn:hover {
        font-size: 16px;
    }

    .numbercount {
        margin-top: 50px;
    }

    .shapersection {
        padding: 8px 0px;
    }

    .ourexpertisebox {
        margin-bottom: 70px;
    }

    .mt-130 {
        margin-top: 10px;
    }

    .sec-heading .sub-heading-content {
        font-size: 16px;
        line-height: 29px;
    }

    .teamcard {
        margin: 0px 10px;
    }

    .whychooseus img {
        width: 100%;
        margin-bottom: 40px;
    }

    .whychooseaccordion {
        padding-right: 0px;
    }

    .whychooseus .sec-heading {
        padding-left: 20px;
        margin-bottom: 0px;
    }

    .whychooseaccordion .accordion-header button {
        font-size: 24px;
        font-weight: 700;
    }

    br {
        display: none;
    }

    p,
    .whychooseaccordion .accordion-body,
    p.opportunitiescontent {
        font-size: 18px;
        line-height: 29px;
    }

    .whywestandoutbox .innerbox img,
    .whiteevdhs {
        width: auto;
    }

    .whiteevdhs.whiteevdhscustom {
        margin-bottom: 30px;
    }

    .whiteevdhs.whiteevdhscustom p {
        line-height: 33px;
    }

    .whywestandoutbox {
        padding: 16px 30px;
    }

    .whywestandoutbox h2 {
        font-size: 40px;
    }

    .opportunitiesimg {
        padding-top: 0px;
        margin-bottom: 30px;
    }

    ul.opportunitieslist li p {
        width: 100%;
    }

    .ourreachbox .col-md-3.col-sm-12.plr-25.text-left.text-white {
        position: relative;
        text-align: center;
    }

    .ourreachbox .numbercount {
        margin-bottom: 0px;
    }

    .reachborderbottom {
        display: none;
    }

    .testimonialsbox {
        margin: 0px 50px;
        margin-bottom: 0;
    }
    .radiantcss {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .testimonialsbox .carousel-control-next {
        right: -80px;
    }
    .testimonialsbox .carousel-control-prev {
        left: -80px;
    }

    .testimonialscard {
        border-right: 0px solid #c81414;
        border-bottom: 2px solid #c81414;
    }

    .testimonials {
        margin: 0 15px;
        margin-top: 15px;
        padding-top: 15px;
    }

    .testimonialscard p i.fa.fa-quote-left {
        top: 0px;
        left: 10px;
    }

    .testimonialscard p i.fa.fa-quote-right {
        right: 10px;
    }

    .testimonialscard p br {
        display: none;
    }

    .ctasection .sec-heading b {
        font-size: 42px;
        line-height: 50px;
    }

    .ctasection .sec-heading h2 {
        margin-top: 35px;
    }

    .footercontent {
        padding-right: 0px;
    }

    .footercol.pl-35 {
        padding-left: 13px;
        margin-top: 15px;
        border-top: 1px solid #c1c1c1;
        padding-top: 30px;
        border-bottom: 1px solid #c1c1c1;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    footer hr {
        margin-top: 20px;
    }

    .navbartopheader.navbarheader.homepage .navbar-collapse {
        width: 100%;
        overflow: scroll;
        min-height: auto;
        height: 92vh;
    }

    .navbar-light .navbar-nav .nav-link img {
        top: 0;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.active:before,
    .navbar-light .navbar-nav .nav-item:hover .nav-link:before {
        visibility: hidden;
    }

    .navbarheader .navbar-nav .btn-link i {
        font-size: 12px;
        position: relative;
        top: 7px;
        left: auto;
        right: 0;
        float: right;
    }

    .dropdown-item {
        padding-left: 15px;
        padding-bottom: 0px;
        font-size: 18px;
        border-bottom: 0px solid #ddd;
        position: relative;
    }

    .dropdown-menu {
        border: 0px solid rgba(0, 0, 0, .15);
    }

    a.dropdown-item:before {
        content: '';
        position: absolute;
        top: 23px;
        left: 0px;
        background: #c81414;
        width: 5px;
        height: 5px;
        border-radius: 10px;
    }


    ul.dropdown-menu {
        width: 80%;
    }

    .industriesec .title-heading.mb-75 {
        margin-bottom: 0px;
    }

    .ourexpertise {
        padding-bottom: 70px;
    }

    .testimonialscard p img.quotleftcss {
        left: 15px;
    }

    .testimonialscard p img.quoterightcss {
        left: 360px;
    }

    .separatecsssec {
        top: -15px;
    }

    .sectionpadding.whoweare {
        padding-top: 50px;
    }

    .whoweare .imageone {
        margin-top: 0;
        padding-right: 0;
        margin-bottom: 40px;
        width: 100%;
    }

    .whoweare .sec-heading h2 {
        font-size: 45px;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .h4css,
    .learningdevh4 {
        line-height: 30px;
        font-size: 19px;
    }

    .sectionpadding.worklifesec.pt-50 {
        padding-top: 0px !important;
    }

    .worklifelistbox .worklifelistinnerbox {
        width: 50%;
        margin-bottom: 20px;
    }

    .carnationiconimg {
        z-index: -1;
    }

    .empwellnessredbox {
        bottom: 0;
        width: 100%;
        position: relative;
        top: -30px;
        padding: 35px 23px;
    }

    .empwellnesswhitebox {
        position: relative;
        bottom: 0;
    }

    .empwellnessredbox p.text-white.pt-50 {
        padding-top: 0px !important;
    }

    .learningdevsec {
        position: relative;
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .empwellness {
        padding-bottom: 0px;
    }

    .businessethicssec {
        padding-top: 20px;
    }

    .businessethicsh4 {
        padding: 0px 20px;
        border-bottom: 0px solid #d0d0d0;
    }

    section.sectionpadding.benefitssec {
        padding: 50px 0px;
        padding-left: 20px;
    }

    ul.benefitsul li {
        line-height: 35px;
    }

    .benefitsleftone {
        padding-right: 0;
        padding-left: 15px;
    }

    .benefitslefttwo p {
        padding-right: 10px;
        width: auto;
    }

    .benefitslefttwo {
        padding-left: 15px;
    }

    section.sectionpadding.benefitssec img {
        margin-bottom: 30px;
    }

    .equaloppcss {
        margin-top: -110px;
    }

    .titleswap {
        padding: 30px 25px;
    }

    .titleswap h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .equaloppcss .title-heading.text-center.mb-75 {
        margin-bottom: 30px;
    }

    .lastseccss .businessethicsh4 {
        padding: 0px 20px;
    }

    .learningdevsec img {
        width: 100%;
        right: 0;
        top: 0;
    }

    .lifeatcarnation .pt-20 {
        padding-top: 0px;
    }

    .lifeatcarnation .pr-80 {
        padding-right: 0px;
    }

    .lifeatcarnation {
        padding-left: 30px;
    }

    .testimonialssecbox {
        margin-bottom: 80px;
    }

    .lifeatcarnationslider,
    .culturetabsmain {
        width: auto;
    }

    .lifeatcarnationslider button.carousel-control-next {
        right: 0;
    }

    .lifeatcarnationslider button.carousel-control-prev {
        left: 0;
    }

    .lifeatcarnationslider {
        top: 0;
    }

    .mainimagevideo {
        top: 30%;
        left: 40%;
        font-size: 30px;
        border: 3px solid #fff;
        width: 73px;
        height: 73px;
    }

    .mainimagevideo a i {
        top: 13px;
        left: 25px;
    }

    .lifeatcarnationslider .col-md-3 {
        width: 100%;
    }

    .lifeatcarnationcard img {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .lifeatcarnationcard h2,
    .lifeatcarnationcard p {
        text-align: center;
    }

    .ourcluturesec .title-heading.mb-75,
    .leadershipblogsec .title-heading.mb-75,
    .careerseccustom .title-heading.mb-75,
    .contactussec .title-heading.mb-75 {
        margin-bottom: 0px;
    }

    .edtechsec .title-heading.mb-75,
    .mediaandentsec .title-heading.mb-75,
    .bfsaiseccustom .title-heading.mb-75,
    .speseccss .title-heading.mb-75 {
        margin-bottom: 30px;
    }

    .culturetabsmain .col-md-3 {
        width: 47.5%;
        margin: 5px;
        background: #EFEFEF;
    }

    .culturetabsmain .tabborder {
        border-left: 0px solid #7e7e7e;
        border-right: 0px solid #7e7e7e;
    }

    .culturetabsmain {
        background: transparent;
    }

    .tenetsrow .pt-100 {
        padding-top: 0px;
    }

    .tenetsbox {
        margin-bottom: 25px;
        padding-bottom: 0px;
    }

    .lifeatcarimg {
        width: 100%;
    }

    .leadershipbloginner p {
        height: auto;
        padding: 0px 0px;
    }

    .leadershipblogsec {
        padding-bottom: 40px;
    }

    .lifeatcarnationsec .mainimage {
        margin-bottom: 40px;
    }

    .lifeatcarnationsec {
        padding-bottom: 70px;
    }

    .carnationicon img {
        right: 0px;
    }

    .rewardlefttext {
        right: 0;
    }

    #clientsslider .carousel-inner {
        left: -50px;
    }

    .clienttextcol {
        margin-top: 85px;
        padding-left: 30px;
    }

    .clienttextcol .pr-80,
    .csr-activitiessec .pr-80 {
        padding-right: 30px;
    }

    .contentsgjhdik {
        margin-top: 50px;
        padding-right: 22px;
    }

    .rewardrighttext {
        left: 0;
        padding-left: 20px;
    }

    .rewardsrecognitionssec:before {
        top: 0;
        width: 100%;
        height: 100%;
    }

    .rewardsrecognitionsright .rewardright.pt-150 {
        padding-top: 30px !important;/**/
    }

    .spotlightimage {
        width: auto;
        position: relative;
        top: 10px;
    }

    .sectionpadding.spotlightsec.pb-100 {
        padding-top: 35px;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .spotlightsec .title-heading.text-left.mb-75 {
        margin-bottom: 8px;
    }

    .spotlightbgimage {
        margin-top: -329px;
    }

    .spotlightleftimage {
        z-index: 3;
        top: -15px;
    }

    .spotlightbgimageinner {
        padding-left: 0px;
    }

    .sectionpadding.imageside {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .lifeatcarnationslider button.carousel-control-prev {
        left: 0;
    }

    .lifeatcarnationslider button.carousel-control-next {
        right: 0;
    }

    .subscribesec h2 {
        font-size: 35px;
    }

    .subscribeform input[type="submit"] {
        width: 90%;
        margin-top: 15px;
        padding: 7px 15px;
    }

    .subscriveimage {
        bottom: -268px;
    }

    .csr-activitiessec p {
        text-align: left;
        padding-left: 20px;
    }

    .csr-activitiessec .sec-heading {
        padding-left: 20px;
        padding-top: 30px;
    }

    .csr-activitiesboxes {
        padding-top: 40px;
        margin-top: 0;
        padding-bottom: 0px;
    }

    .csr-activitiessec {
        padding-bottom: 40px;
    }

    .csr-activitiesmain {
        height: auto;
        background: #fefefe;
        padding-top: 30px;
        padding-bottom: 20px;
        transform: skewY(0deg) scaleX(1);
    }

    .csr-activitiesinner,
    .rightcsr .csr-activitiesinner {
        transform: skewY(0deg) scaleX(1);
    }

    ul.activitieslist {
        padding-left: 0;
    }

    .open-position,
    .openpositionsec .accordion-item,
    .careersubscribe {
        width: auto;
    }

    .patterconnect img {
        top: -95px;
        left: 0%;
        width: 118px;
    }

    .open-position ul li.nav-item {
        margin: 0 10px;
        margin-bottom: 14px;
    }

    .nav-tabs .nav-link.active:before {
        transform: skew(-7deg) rotate(-3deg);
    }

    .open-position {
        margin-top: 40px;
    }

    .open-position .tab-content.mt-50 {
        margin-top: 0px !important;/**/
    }

    .openpositionsec .accordion {
        margin-top: 0px;
    }

    .openpositionsec .accordion-collapse.collapse:before {
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    }

    .openpositionsec .accordion-button:not(.collapsed):before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0px;
    }

    .openpositionsec .accordion-body {
        padding: 25px 25px;
        padding-top: 0px;
    }

    .openpositionsec .accordion-body .col-md-8,
    .openpositionsec .accordion-body .col-md-4 {
        width: 100%;
    }

    .openpositionsec .accordion-item {
        margin-bottom: 0px;
    }

    .openpositionsec .accordion-collapse.collapse .applybtn {
        margin-top: 12px;
        margin-bottom: 10px;
    }

    .openpositionsec .applybtn a.bannerbtn {
        width: 100%;
        position: relative;
        top: 0px;
        display: block;
        text-align: center;
    }

    .openpositionsec .accordion-item .accordion-button {
        display: block;
    }

    .openpositionsec .accordion-button::after {
        top: 18px;
    }

    .openpositionsec .applybtn {
        margin-top: 20px;
    }

    .careersubscribe .subscribeform input[type="submit"] {
        width: 87%;
        border: 1px solid #ffffff;
    }

    .openpositionsec {
        padding-bottom: 40px;
    }

    .careerseccustom .row.mt-100 {
        margin-top: 30px;
    }

    .careerseccustom .sec-heading,
    .careerseccustom p,
    .careerseccustom .worklifesectionbtn {
        padding-left: 20px;
    }

    .careerseccustom .sec-heading p.lifeatcarnationcss {
        padding-left: 0;
    }

    .contactussec .row.mt-100 {
        margin-top: 30px;
    }

    .contactbox {
        margin-bottom: 15px;
        margin-top: unset;
    }

    .contactinnerbox {
        padding: 15px 18px;
    }

    .contactformbox {
        position: relative;
        padding: 25px;
        width: auto;
        right: 0;
        top: 5px;
        transform: skewY(0deg) scaleX(1);
    }

    .contactforminnerbox {
        transform: skewY(0deg) scaleX(1);
    }

    .contactsec {
        padding-bottom: 0px;
    }

    .equaloppcss .titleswap {
        padding: 20px 30px;
    }

    .lifesciencesec .equaloppcss,
    .supplychainsec .equaloppcss,
    .whoweare .equaloppcss,
    .spotlightsec .equaloppcss {
        margin-top: 20px;
    }

    .wehelpcss h2.mb-30 {
        margin-bottom: 5px !important;/**/
    }

    .wehelpbox {
        margin-bottom: 35px;
        margin-left: 8px;
        margin-right: 7px;
    }

    .fourboxes.mt-100 {
        margin-top: 0px;
        padding-bottom: 50px;
    }

    .fourboxmain {
        clip-path: none;
    }

    .fourboxmain {
        padding: 20px 25px;
        margin: 8px;
    }

    .mobiledisplaynone {
        padding: 15px;
    }

    .edtechmainrow img {
        width: 100%;
        margin-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .edtechsec {
        padding-bottom: 0px;
    }

    .edtechmainrow .fourinnerbox.pl-65,
    .edtechmainrow .fourinnerbox {
        padding-left: 10px;
        padding-right: 10px;
    }

    .edtechmainrow.ptb-30 {
        padding-bottom: 0px !important;/**/
    }

    .leftrightsecedtech {
        padding-bottom: 40px;
    }

    .leftrightsecedtech .pl-65 {
        padding-left: 0px;
    }

    .mediaandentsec .titleswap {
        padding: 25px 20px;
    }

    .mediaandentsec {
        padding-bottom: 15px;
    }

    .mediaentleftrightsec img {
        margin-bottom: 20px;
    }

    .colleftinnercss {
        padding-left: 0;
    }

    .colrightcss {
        right: 0;
        height: auto;
    }

    .supplychainnext .container-fluid.p-0,
    .bfsaiseccustom .container.p-0 {
        padding: 15px !important;/**/
    }

    .colleftcss,
    .colrightcss {
        clip-path: unset;
        padding-top: 15px;
        padding-bottom: 10px;
        left: 0;
        height: 710px;
        margin-bottom: 20px;
    }

    .colrightinnercss {
        padding-right: 0;
    }

    .thirdboxsec {
        margin-top: 0;
        clip-path: unset;
        padding-top: 25px;
        padding-bottom: 0px;
    }

    .supplychainnext {
        padding-bottom: 0px;
    }

    .supplyendborder {
        padding-top: 0;
    }

    .supplychainsec .equaloppcss p.mb-30 {
        margin-bottom: 0px !important;/**/
    }

    .bfsileftaligncss .bfsileftcss {
        padding-right: 20px;
        right: 0;
        height: auto;
        width: 100%;
    }

    .bfsileftaligncss,
    .bfsirightaligncss {
        right: 0;
        margin-bottom: 15px;
        margin-top: unset;
    }

    .bfsirightaligncss .bfsileftcss {
        padding-left: 20px;
        height: auto;
        width: 100%;
    }

    .bfsileftcss {
        padding: 0px 22px;
        clip-path: none;
        right: 0;
    }

    .bfsileftcss .colleftinnercss {
        padding-bottom: 10px;
    }

    .bfsaiseccustom .titleswap {
        padding: 20px 15px;
    }

    .infowhitebox {
        position: relative;
        bottom: 0;
    }

    .informationmainbox {
        position: relative;
        bottom: 0;
        padding: 0px;
        width: auto;
    }

    .softdevweofferbox,
    .redboxwidth,
    .automationtopleft,
    .automationtopright,
    .underlinecss {
        width: auto;
    }

    .sofdevleftdivcss {
        padding-left: 0;
        padding-top: 40px;
    }

    .automationtopleft,
    .automationtopright {
        margin: 0px 0px 0px auto;
        border-top: 0px solid #fff;
    }

    .automationtopright {
        margin: 0px auto 0px 0px;
    }

    section.sectionpadding.empwellness.bgnone {
        padding-bottom: 50px;
    }

    .underlinecss span {
        padding: 0 0px;
    }

    .informationmainbox .infowhitebox {
        bottom: 0px;
    }

    section.sectionpadding.learningdevsec.bgnone .carnationiconimg {
        top: 0;
        width: 100%;
    }

    .autoborderlineleft {
        left: 0;
        top: 0px;
        display: none;
    }

    .automationborder,
    .autoborderlineright {
        display: none;
    }

    .mobileapptstbrder {
        border-right: 0px solid #d3d3d3;
        border-bottom: 0px solid #d3d3d3;
    }

    .businesssec .container-fluid.p-0 {
        padding: 15px !important;
    }

    .speseccss .h4css {
        line-height: 35px;
        margin-bottom: 0;
    }

    .softdevrow .col-md-3 {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 3px;
    }

    .sodtdevimg {
        margin-top: 0;
    }

    .softdevrow p {
        padding-top: 0px;
        margin-bottom: 0;
    }

    .empwellness .informationmainbox .infowhitebox {
        padding-top: 20px;
    }

    .webuidesignsec {
        padding-top: 0px;
    }

    .mobilepbnone {
        padding-bottom: 30px;
    }

    .underlinecss {
        margin: 0px 0px 35px 0px;
    }

    .testingservicessec {
        padding-top: 1px;
    }

    .row.mt-100.testingboxrow {
        margin-top: 0px;
    }

    .testingboxmain {
        border-bottom: 0px solid #fff;
        border-right: 0px solid #fff;
    }

    .testinglastbox {
        padding-top: 0;
    }

    .row.mt-100.automationboxrow {
        margin-top: 30px;
    }

    .automationtopleft {
        border-top: 0px solid #fff;
    }

    .automationboxrow .col-md-6 {
        padding: 0px 10px;
        margin-bottom: 0px;
    }

    .applicationboxes {
        padding-right: 15px;
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .mobileapptestimg {
        margin-top: 20px;
        padding-left: 0px;
    }

    .mobileapptest .col-md-7.pl-75 {
        padding-left: 15px !important;
    }

    .mobileapptest .col-md-7.pl-75 .pr-170 {
        padding-right: 0px !important;
    }

    .aboutussec .row {
        flex-direction: column-reverse;
    }

    .aboutussec .imageone {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .bannertopdesk {
        margin-top: -40px;
    }

    .bannertopdesk h4 {
        padding-top: 0;
    }

    .softdevweofferinnerbox ul li,
    .sysmoniulcss ul li {
        padding-left: 25px;
        border-right: 0px solid #fff;
        position: relative;
    }

    .softdevweofferinnerbox ul li:before,
    .sysmoniulcss ul li:before,
    .ulcsswidth .weoffercss li:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        background: #fff;
        width: 5px;
        height: 5px;
    }

    .sysmoniulcss ul li:before,
    .ulcsswidth .weoffercss li:before {
        background: #c81414;
    }

    .ulcsswidth .weoffercss li:before {
        left: -18px;
    }

    section.sectionpadding.empwellness.bgnone.mobilepbnone {
        padding-top: 0px;
    }

    .mobileapptest {
        padding-bottom: 0px;
    }

    .redboxcss {
        margin-bottom: 10px;
    }

    .borderapplimaincss {
        border-right: 0px solid #d3d3d3;
        border-bottom: 0px solid #d3d3d3;
        height: auto;
    }

    .sysmoniulcss {
        padding-top: 0px;
        margin-bottom: 20px;
    }

    .sysmoniulcss ul {
        text-align: left;
    }

    .sysmoniulcss ul li:last-child {
        padding: 0px 25px;
    }

    footer .col-lg-9,
    footer .col-lg-3.footercol.text-right,
    footer .col-md-3.footercol .text-right.ctasectionbtn {
        text-align: center;
    }

    .ctasectionbtn {
        margin-top: 10px;
    }

    .footercol .ctasectionbtn .bannerbtn {
        width: 100%;
        display: block;
        text-align: center;
    }

    .enterprisesec .pl-75 {
        padding-left: 0px !important;
    }

    .enterprisesec .pr-170 {
        padding-right: 15px !important;
        margin-top: 25px;
    }

    .cloudimg {
        margin-top: 0;
    }

    .cloudsec .mt-100 {
        margin-top: 15px;
    }

    .processimg img {
        position: relative;
        z-index: 20;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .cloudsec {
        padding-bottom: 50px;
    }

    .mobiledisplaynone {
        display: none;
    }

    .enterprisesec img.carnationiconimg {
        right: 0;
    }

    .datascisersec {
        padding-top: 50px;
    }

    .datascisersec .sofdevleftdivcss.pr-170 {
        padding-right: 15px !important;/**/
        padding-left: 15px;
    }

    .datascisersec .container-fluid.p-0,
    .dataenggsec .container-fluid.p-0,
    .dataquamlsec .container-fluid.p-0,
    .salescrntestsec .container-fluid.p-0,
    .maginfsersec .container-fluid.p-0,
    .cybersesec .container-fluid.p-0,
    .helpdesksec .container-fluid.p-0 {
        padding: 0px 15px !important;/**/
    }

    .dataquamlsec {
        padding-top: 0px;
    }

    .dataquamlsec .sofdevleftdivcss.pr-100,
    .salesimpintsec .sofdevleftdivcss.pr-100 {
        padding-right: 0px !important;/**/
    }

    .shapersection1 {
        padding: 20px 0px;
    }

    .crmmarketechsec .bgiconpatternimgcss {
        display: none;
    }

    .salesimpintsec .sofdevleftdivcss.pl-30.pr-100 {
        padding-left: 0px !important;/**/
    }

    .ulcsswidth {
        width: 100%;
    }

    .carnationimgsccsi .carnationiconimg {
        right: 0;
    }

    ul.weoffercss {
        padding-left: 25px;
        text-align: left;
    }

    .weoffercss li {
        padding: 0px 5px 0px 0px;
        line-height: 30px;
        margin-bottom: 8px;

    }

    .ulcsswidth .weoffercss li {
        border-right: 0px solid #cc2121;
        position: relative;
    }

    .cybersesec .sofdevleftdivcss.pl-30.pt-0.pr-120 {
        padding: 20px 0px 50px 0px !important;/**/
    }

    .carnationimgsccsi .col-md-4.mt-100,
    .carnationimgsccsi .col-md-4.mt-50 {
        margin-top: 0;
    }

    .carnationimgsccsi .carnationiconimg {
        display: none;
    }

    .helpdesksec .col-md-7.pl-170 {
        padding-left: 15px;
    }

    .helpdesksec .col-md-7.pr-100 {
        padding-right: 15px !important;/**/
    }

    .techstaffaugsec .imghelpdesk {
        position: relative;
        z-index: 1;
        width: 100%;
        bottom: -130px;
        right: 0;
    }

    section.sectionpadding.carnationimgsccsi.pt-100.pb-50 {
        padding-top: 0px !important;/**/
    }

    .borderboxmain:before {
        height: 93%;
    }

    .homesliders .carousel-control-prev-icon {
        left: 0;
        padding: 15px;
    }

    .homesliders .carousel-control-next-icon {
        right: 0;
        padding: 15px;
    }

    .homebanner .carousel-indicators {
        bottom: 15px;
        bottom: 15px;
    }

    .homesliders .carousel-caption {
        bottom: 5rem;
        padding-top: 0px;
    }

    .homesliders .carousel-item img.d-block.w-100 {
        width: 145% !important;/**/
    }

    .ourteam .sec-heading.pl-75 {
        padding-left: 0px !important;/**/
    }

    .ourteam .dashline {
        left: -90px;
    }

    .dropdown-item:hover {
        border-left: 4px solid #ffffff;
    }

    .credclientsec .carnationicon {
        display: none;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: #c81414;
        background-color: #c8141400;
    }

    .navbarheader a.navbar-brand img.img-fluid {
        width: 294px;
    }

    br {
        display: none;
    }

    .whychooseus .col-md-6.text-center img {
        width: 100%;
    }
    .tenetsborderright.alignd-top {
        margin-top: -2%;
    }
	.teamcard-box {
		min-height: 400px;
	}
    .ourreachbox .col-md-3.col-sm-12 {
        width: 50%;
    }

    .mSolution .imgLeft,
    .mSolution .imgRight {
        margin-bottom: 30px;
    }
}

@media (min-width:768px) and (max-width: 1339px) {
    .myDIV4 {
        display: none;
    }

    .homesliders .carousel-caption {
        bottom: 7.25rem;
    }

    br {
        display: none;
    }

    .whychooseaccordion {
        padding-right: 0;
    }

    .ourexpertise .mt-130 {
        margin-top: 0;
    }

    .ourexpertise .col-md-4 {
        margin-bottom: 75px;
    }

    .footercontent {
        padding-right: 0;
    }

    .whychooseus .col-md-6.text-center img {
        width: 100%;
    }


    .navbartopheader .container {
        max-width: 100%;
    }

    .navbarheader a.navbar-brand {
        margin-right: 0px;
    }

    .ourexpertisebox {
        padding: 0px 10px;
    }

    .ourexpertise .col-md-4,
    .carnationimgsccsi .col-md-4 {
        width: 50%;
    }

    .shapersection1 {
        padding: 30px 0px;
    }

    .teamcard h2 {
        font-size: 17px;
        margin-top: 10px;
    }

    .testimonialscard p img.quoterightcss {
        left: 360px;
        bottom: 90px;
    }

    .shapersection {
        padding: 18px 0px;
    }

    .navbartopheader .navbar ul.navbar-nav {
        justify-content: end;
    }

    .navbarheader ul.navbar-nav li:last-child a {
        padding-right: 8px;
    }

    .fourinnerbox h2 {
        font-size: 26px;
    }

    .testingboxmain {
        padding: 0px 10px 0px 20px;
    }

    .ulcsswidth .weoffercss li {
        display: block;
    }

    .borderboxheading h2 {
        font-size: 32px;
    }

    .borderboxmain:before {
        height: 88%;
    }

    .carnationicon img,
    .carnationiconimg {
        display: none;
    }

    .carnationimgsccsi .borderboxmain:before {
        height: 94%;
    }

    .navbar-collapse,
    .navbar-nav .dropdown-menu {
        width: 300px;
    }

    li.nav-item.dropdown:hover ul.dropdown-menu,
    li.nav-item.dropdown ul.dropdown-menu {
        display: none;
    }
    li.nav-item.dropdown:hover ul.dropdown-menu.show,
    li.nav-item.dropdown ul.dropdown-menu.show {
        display: block;
    }

    .navbar-light .navbar-nav .btn-link.active:before {
        left: 0;
        width: 100%;
    }

    .dropdown-item {
        padding: 10px 18px 10px 30px;
        white-space: normal;
        font-size: 15px;
        line-height: normal;
        display: block;
        overflow: hidden;
    }

    a.dropdown-item:before {
        left: 18px;
        top: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .row.newsrow img {
        margin-bottom: 15px;
    }
    .row.newsrow {
        background: #fff;
        padding-bottom: 15px;
        margin-right: 0px;
        margin-left: 0;
        box-shadow: 0 0 10px 0 rgb(151 151 151 / 15%);
    }
    .row.newsrow .col-md-5.col-lg-4 {
        padding: 0;
    }
    .blogbox {
        margin-bottom: 20px;
    }
    .md-mt15 {
        margin-top: 15px;
    }
    .diwali-popup.modal .modal-dialog {
        max-width: 90%;
    }
    .diwali-popup.modal .modal-body img {
        width: 100%;
    }
    section.sectionpadding.whoweare.pt-0.pb-0 {
        padding-bottom: 0px !important;
    }
    .ourcluturesec .culturetabsmain {
        display: none;
    }
    .ourcluturesec .title-heading {
        margin-bottom: 30px !important;
    }
    .tenetsbox {
        text-align: center;
    }
    .leadershipblogsec .title-heading {
        margin-bottom: 30px !important;
    }
    .bannertopdesk {
        margin-top: 35px;
    }
    .device-text-center {
        text-align: center;
    }
    .device-text-center ul.weoffercss {
        text-align: center;
        padding: 0;
    }
    .device-text-center ul.weoffercss li {
        border: 0;
    }
    .sub-heading-content b {
        font-size: 16px;
        line-height: 28px;
        font-weight: normal;
    }
    .testimonialsbox .carousel-control-next {
        right: -40px;
        width: auto;
    }
    .testimonialsbox .carousel-control-prev {
        left: -40px;
        width: auto;
    }
    .testimonialsbox .carousel-control-prev-icon, .testimonialsbox .carousel-control-next-icon {
        height: 30px;
        width: 30px;
        border: 0;
    }
    .testimonialsbox {
        margin: 0px 20px;
    }
    .homesliders.homebanner .carousel-control-prev-icon {
        background-size: 55%;
    }
    .homesliders.homebanner .carousel-control-next-icon {
        background-size: 55%;
    }
    .sec-heading h2 {
        font-size: 30px;
    }
    .whowearesectionbtn, .worklifesectionbtn {
        margin-bottom: 50px;
    }
    .sec-heading.text-left {
        text-align: center;
    }
    .team-popup.modal {
        top: 8%;
    }
    .team-popup .modal-body {
        height: 86vh;
        overflow: auto;
    }
    .colleftcss,
    .colrightcss {
        height: auto;
    }
    .flex-mxmd-row-reverse {
        flex-direction: row-reverse!important;
    }
    .team-popup.modal .modal-dialog {
        max-width: 80%;
        margin: auto;
    }
    .team-picture {
        margin-bottom: 15px;
        margin-top: 30px;
    }
    .success-msg .modal-dialog {
        width: 70%;
        margin: 150px auto;
    }
    footer.sectionpadding,
    .footercol.text-right {
        text-align: center;
    }

    ul.socialicons.justify-content-end {
        justify-content: center !important;
        margin-bottom: 0;
    }

    .worklifelistbox .worklifelistinnerbox {
        width: 100%;
    }

    .softdevrow .col-md-9 {
        border-right: 0px solid #e3e3e3;
        border-top: 0px solid #e3e3e3;
    }

    .softdevweofferbox1 .softdevweofferbox {
        margin-left: 0;
    }

    .colrightinnercss,
    .colleftinnercss {
        text-align: center;
    }
    .navbarheader .navbar-nav .btn-link i {
        font-size: 15px;
        top: 3px;
        right: 5px;
    }
    .shapersection1 {
        margin-top: -15px;
    }
    .tenetsborderright.alignd-top {
        margin-top: 0;
    }
	.teamcard-box {
		min-height: auto;
		padding-bottom: 15px;
	}
	.navbartopheader .dropdown-menu.myDIV2 {
    width: 100%;
	}
	.navbartopheader a.dropdown-item {
		white-space: normal;
		font-size: 16px;
	}
}

@media only screen and (max-width: 575px) {
    .flex-mxsm-row-reverse {
        flex-direction: row-reverse!important;
    }
    .homesliders .carousel-item img.d-block.w-100 {
        height: 200px;
    }
    .homesliders .carousel-caption {
        bottom: 3rem;
    }
    .homebanner p {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 25px;
        margin-top: 0px;
    }
    .homebanner h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .navbarheader a.navbar-brand {
        width: 200px;
    }
}
