@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(black, #cc0000, #EE0000);
    border-radius: 50px;
}


::selection {
    background: #EE0000;
    color: white;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    top: 0;
    cursor: none !important;
    overflow-x: hidden;
}

a,
.btn,
button,
[type='submit'] {
    cursor: none !important;
}

/* cursor  */
.cursor {
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 100000000;
    transition-duration: 0s;
    transition-timing-function: ease-out;
    pointer-events: none;
}

.cursor-img {
    transition: transform 0s ease;

}

.cursor .expand {
    transform: skewX(-10deg);

}



.loader {
    animation: rotate 1.5s infinite;
    height: 50px;
    width: 50px;
}

.loader:before,
.loader:after {
    border-radius: 0%;
    content: '';
    display: block;
    height: 20px;
    width: 20px;
}

.loader:before {
    animation: ball1 1.5s infinite;
    background-color: #cc0000;
    box-shadow: 30px 0 0 #000000;
    margin-bottom: 10px;
}

.loader:after {
    animation: ball2 1.5s infinite;
    background-color: #EE0000;
    box-shadow: 30px 0 0 #EEEEEE;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 #000000;
    }

    50% {
        box-shadow: 0 0 0 #000000;
        margin-bottom: 0;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
        border-radius: 50%;

    }

    100% {
        box-shadow: 30px 0 0 #000000;
        margin-bottom: 10px;
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 #EEEEEE;
    }

    50% {
        box-shadow: 0 0 0 #EEEEEE;
        margin-top: -20px;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
        border-radius: 50%;
    }

    100% {
        box-shadow: 30px 0 0 #EEEEEE;
        margin-top: 0;
    }
}

.loader img {
    display: none;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 12s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/* spinner end  */
/* navbar */
hr {
    color: #000000 !important;
    opacity: 0.6 !important;
    margin-bottom: 3px !important;
}

.navbar.fixed {
    position: sticky !important;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    z-index: 3000;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s ease;
}

.navbar.stick {
    height: 60px;
}


.navbar.stick .logo .logo1 {
    width: 40px;
    height: 40px;
}

.navbar .logo {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .logo .logo1 {
    width: 50px;
    height: 50px;
    margin-left: 30px;
    margin-top: 3px;
    transition: 0.5s ease;

}


.navbar .logo .logo2 {
    width: 180px;
    height: 50px;
    margin-top: -4px;
    margin-left: 20px;
    overflow-x: hidden;

}

.navbar .logo .logo2 img {
    transform: translateX(-100%);
    transition: 0.5s ease;

}

.navbar .logo:hover .logo2 img {
    transform: translateX(0%);
}

.navbar .headings {
    right: 0;
    width: auto;
    margin-top: 10px;
    margin-right: 20px;
    display: flex;
}

.navbar .headings .links a {
    font-size: 17px;
    text-decoration: none;
    color: #000000;
    margin-right: 25px;
    transition: 0.5s ease;
}

.navbar .headings .links a.current {
    color: #cc0000;
}

.navbar .headings .links a:hover {
    color: #EE0000;

}

.navbar .headings .links {
    margin-right: 30px;
}

#navipanel {
    /* margin-top: 50px; */
    padding-top: 2%;
    padding-bottom: 4%;
    position: fixed;
    transform: translateY(-100%);
    background-color: #ffffff;
    z-index: 2900;
    height: auto;
    width: 100%;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}


#navipanel.opennav {
    transform: translateY(0%);


}

#navipanel h2 a {
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
}

#navipanel ul li a:hover {
    color: #EE0000;
}

#navipanel ul li a.current {

    color: #cc0000;
}

.list,
.list li a {
    text-decoration: none;
    color: #000000;
    list-style: none;
    padding-left: 0;
    font-size: 17px;
}

.toggle {
    width: 40px;
    height: 40px;
    background-color: transparent;
    margin-top: 0px;
    cursor: none;
}

.toggle:before,
.toggle:after,
.toggle div {
    background: #000000;
    content: "";
    display: block;
    height: 3px;
    border-radius: 3px;
    margin: 5px;
    transition: 0.5s;
}

.toggle.clicked:before {
    transform: translateY(8px) rotate(135deg);
    background: #EE0000;

}

.toggle.clicked:after {
    transform: translateY(-8px) rotate(-135deg);
    background: #EE0000;

}

.toggle.clicked div {
    transform: scale(0);
    background: #EE0000;

}

@media(max-width:440px) {
    #navipanel {
        padding-top: 1%;
        padding-bottom: 2%;
    }

    #navipanel h2 a {
        font-weight: 600;
        font-size: 16px;
    }

    .list,
    .list li a {
        text-decoration: none;
        color: #000000;
        list-style: none;
        padding-left: 0;
        font-size: 13px;
    }
}

@media(max-width:1150px) {
    .navbar .headings .links a {
        display: none;
    }

    .navbar .logo .logo2 {
        /* display: none; */
        width: 130px;
        height: 40px;
        margin-top: -4px;
        margin-left: 5px;
    }

    .navbar .logo .logo1 {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:900px) {



    .navbar .headings .cont {
        display: block;
    }
}

/* navbar end*/

/* main */
/* ourorigin and vision  */
.scountry {
    border-bottom: 1px solid #cc0000;
}

.headline {
    font-weight: 700;
    font-style: normal;
    margin: 0;
    padding: 0;
    font-size: 80px;
    line-height: 90px;
    text-transform: uppercase;
    color: #fff;
}

#hero {
    height: 930px;
}

@media (max-width:991px) {
    .headline {
        font-size: 70px;
        line-height: 70px;
    }

    #hero {
        height: 1100px;
    }
}

@media (max-width:767px) {
    .headline {
        font-size: 60px;
        line-height: 60px;
    }

    #hero {
        height: 1100px;
    }
}

@media (max-width:520px) {
    .headline {
        font-size: 40px;
        line-height: 40px;

    }

    #hero {
        height: 1050px;
    }
}

@media (max-width:321px) {
    .headline {
        font-size: 30px;
        line-height: 30px;
    }
}

.careersbg {
    position: relative;
    width: 100%;
    background-size: cover;
    background-color: hsla(0, 0%, 98%, .3);
    background-blend-mode: overlay;
    margin-top: 0;
    background-color: #FFFFFF;
    background-color: #FFFFFF;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 100 100'%3E%3Crect x='0' y='0' width='10' height='10' fill-opacity='0.69' fill='%23EE0000'/%3E%3C/svg%3E") repeat;
    animation: bg-scrolling-reverse 15s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    /* box-shadow: inset 0 80px 80px -10px white, inset 0 -130px 130px -10px white;   } */
}

@keyframes bg-scrolling-reverse {
    0% {
        background-position: 100px 100px;
    }

    50% {
        background-position: -100px -100px;
    }

    100% {
        background-position: 100px 100px;
    }

}

.reveal-text {
    display: block;
    animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

@keyframes reveal {
    0% {
        transform: translate(-100%, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.dash::after {
    content: '';
    width: 25% !important;
    height: 1px !important;
    display: block;
    margin-top: 2%;
    position: relative;
    background-color: #000000;
    transition: 0.6s ease;

}

.dash:hover::after {
    width: 100% !important;
}

.applybtn {
    font-weight: 500 !important;
}

.applybtn i {
    opacity: 0;
    transition: all 0.5s ease !important;
    transform: translateY(1px) scaleX(1);
}

.applybtn:hover {
    color: #eeeeeee4 !important;
    background-color: #cc0000 !important;
}

.applybtn:hover i {
    opacity: 1;
    transform: translateY(1px) translateX(20px) scaleX(2);

}

.herotext {
    transition: 0.5s ease;
    cursor: none;
}

.herotext:hover {
    color: #EE0000 !important;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 100%); */
    background-color: #0000005a;
}

@media(max-width:1100px) {
    .homebanner {
        object-position: 60%;
    }

    .expertisebanner {
        object-position: 60%;
    }

    .subbanners {
        object-position: 60% 60% !important;

    }

}

@media(max-width:900px) {
    .homebanner {
        object-position: 70%;
    }

    .expertisebanner {
        object-position: 60%;
    }

    .subbanners {
        object-position: 70% 60% !important;

    }
}

@media(max-width:700px) {
    .homebanner {
        object-position: 75%;
    }

    .expertisebanner {
        object-position: 64%;
    }

    .subbanners {
        object-position: 80% 60% !important;

    }

}

.cover-wrap {
    position: absolute;
    display: flex;
    align-items: flex-end;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cover-wrap3 {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cover-wrap1 {
    position: absolute;
    height: auto;
    display: flex;
    align-items: flex-start;
    margin-top: 3%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reachhead {
    font-size: 30px;
    color: #000000;
}

.headlines {
    width: fit-content !important;
}

.headlines:after {
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: block;
    margin-top: 3px;
    height: 1px;
    width: 0;
    position: relative;
    background: #EE0000;
    transition: width 0.6s ease 0s, left 0.6s ease 0s;

}

.headlines.appear::after {
    width: 100%;
}


.heads {
    font-size: 40px !important;
    font-weight: 700 !important;
    padding-bottom: 30px !important;
    color: #000000;
}

#exp.heads {
    font-size: 30px !important;
    font-weight: 700 !important;
    padding-bottom: 30px !important;
    color: #000000;
}

.expertise a {
    text-decoration: none;
}

.d-flex .btn {
    border-radius: 0;
}

.btn {
    border-radius: 0 !important;
}

.expertise .btn:hover {
    color: #000000;
    background-color: #EE0000;
}

.context {
    font-size: 17px !important;
    color: #000000;
    line-height: 25px;

}

.features {
    border: 1px solid black;
    padding-bottom: 0;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px 1px;
    transform: scale(1);
    transition: 0.5s ease;

}

.features:hover {
    transform: scale(1);
}


.feature-list-item {
    display: block;
    padding: 20px 0;

    margin-left: 10px;

    /* border-top: 1px solid #000; */
}

.feature-list-item h2 a {
    color: #fff;
    text-decoration: none;

    display: inline-block;
    position: relative;
}

.feature-list-item h2 a:after {
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: block;
    margin-top: 5px;
    height: 1px;
    left: 0;
    position: absolute;
    background: #000000;
    transition: width 0.6s ease 0s, left 0.6s ease 0s;
    width: 0;
}

.feature-list-item h2 a:hover:after {
    width: 100%;
    left: 0;
}

.feature-list-item h2 a {
    text-decoration: none !important;
    color: #000000 !important;
    transition: 0.5s ease;
}

.feature-list-item h2 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000000;

}

.feature-list-item h2:hover a {
    color: #cc0000 !important;
    letter-spacing: 0.5px;
}

.conts-images {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

/* global locations      */
.locations h2 a,
.locations h2 {
    font-size: 110px;
    line-height: 120px;
    font-weight: 900;
    color: #000000 !important;
    text-decoration: none !important;
}

.locations h2 a.country {
    transition: 0.5s ease;
}

.locations h2 a.country:hover {
    color: #cc0000 !important;
}

@media (max-width:991px) {

    .locations h2 a,
    .locations h2 {
        font-size: 100px;
        line-height: 110px;
    }

    .context {
        margin-top: 5%;
    }

    .expertise .context {
        margin-top: 0;
    }
}

@media (max-width:767px) {

    .locations h2 a,
    .locations h2 {
        font-size: 80px;
        line-height: 90px;
    }
}

@media (max-width:520px) {

    .locations h2 a,
    .locations h2 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width:321px) {

    .locations h2 a,
    .locations h2 {
        font-size: 40px;
        line-height: 60px;
    }
}

.bold {
    font-weight: 600;
}

#more {
    display: none;
}

#more.showmore {
    display: block;
}

/* global locations  end     */
/* subscribe */
.subs {
    background-color: #000000;
    background-size: cover;
    overflow: hidden;
}

.subs-overlay {
    width: 100%;
    height: 100%;
    background-color: #00000077;
}

.subs .heads {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    color: #EEEEEE;
}

.subs .context {
    color: #EEEEEE;
}

.reach {
    overflow: visible;
}

.form {
    background-color: transparent;
    box-shadow: rgba(236, 237, 238, 0.884) 0px 0px 2px 0px, rgba(233, 235, 237, 0.84) 0px 0px 2px 0px;
}

.contactform {
    background-color: transparent;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 5%;
    max-width: 100% !important;
}

.reach-input {
    color: gray;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    background-color: transparent;
    border: 2px solid #000000;
    transition: all 0.3s;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
}

form {
    max-width: 420px;
    margin: 50px auto;
}

.feedback-input {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: transparent;
    border: 2px solid #EE0000;
    transition: all 0.3s;
    padding: 8px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
}

.reach-input {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: transparent;
    border: 2px solid #EE0000;
    transition: all 0.3s;
    padding: 8px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
}

.feedback-input,
.reach-input:hover {
    border: 2px solid #EE0000;
}

.feedback-input:focus {
    border: 2px solid #EEEEEE;
}

.reach-input:focus {
    border: 2px solid #000000;
}

textarea {
    height: 150px;
    line-height: 150%;
    resize: vertical;
}

[type="submit"] {
    width: 100%;
    background: #cc0000;
    border-radius: 0%;
    border: 2px solid #EE0000;
    cursor: none;
    color: #fff;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.8s;
    margin-top: -4px;
    font-weight: 700;
}

[type="reset"] {
    cursor: none !important;
    width: 100%;
    background: #000000;
    border-radius: 0%;
    border: 2px solid #00000041;
    color: #fff;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.8s;
    margin-top: -4px;
    font-weight: 700;
}

/* [type="submit"]:hover {
    background: #EE0000;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 10px;
} */

[type="reset"]:hover {
    background: #000000e4;
    color: #EE0000;
    border: 2px solid #EE0000;
    border-radius: 10px;
}

/* subscribe end */
#india1,
#india2 {
    background-color: #EE0000;
    width: 50px !important;
    height: 50px !important;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    border: 2px solid #000000;
    transition: 0.5s ease;
}

#india2:hover {
    background-color: #000000;
    border-radius: 20px;
    border: 2px solid #EE0000;
}

#india1:hover {
    background-color: #000000;
    border-radius: 20px;
    border: 2px solid #EE0000;
}

#india1,
#india2:hover i {
    color: #EE0000;
}

#india1:hover i {
    color: #EE0000;

}

.contents {
    padding: 0 0 20px;
}

.blogtopic a:hover {
    color: #000000;
}

.heads.heading:hover {
    color: #cc0000;
}

.bloghigh {
    display: flex;
    position: relative;
    margin-bottom: 2em;
    justify-content: space-between;
    overflow: hidden;
    flex-direction: column;
}



@media (max-width: 1100px) {
    .reach-form {
        width: 90% !important;
    }
}

@media (max-width: 800px) {
    .reach-form {
        width: 95% !important;
    }
}

@media (max-width: 700px) {
    .reach-form {
        width: 100% !important;
    }
}

@media (max-width: 500px) {
    .reach-form {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;

    }
}

@media (min-width: 768px) {
    .bloghigh .bloghigh-img {
        position: absolute;
        width: 849px;
    }
}

.bloghigh .bloghigh-img {
    width: 100%;
}

@media (min-width: 768px) {
    .bloghigh {
        height: 513px;
    }
}

@media (min-width: 768px) {
    .bloghigh .bloghigh-image {
        width: 555px;
    }
}

.bloghigh .bloghigh-card {
    background-color: #fff;
    padding: 1.4em 0 0;
    align-self: flex-end;
    z-index: 999;
}

@media (min-width: 768px) {
    .bloghigh .bloghigh-card {
        width: 585px;
        padding: 30px;
    }
}

.bloghigh .blogtopic {
    font-size: .7em;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-bottom: 1em;
    letter-spacing: .02em;
}

.bloghigh .blog-title {
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 1rem;
}

.bloghigh .blog-summary {
    margin: 0;
    padding: 0;
}

#india1 i,
#india2 i {
    color: #000000;
}

/* main end  */
/* footer start */
footer {
    position: relative;
    bottom: 0;
    left: 0;
    border-bottom: 5px solid #cc0000;
}

.fas {
    margin-right: 10px;
}

/* footer end  */
/* backtotop */
#backtotop {
    display: inline-block;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #EE0000;
    text-align: center;
    font-size: 15px;
    color: black;
    border-radius: 50px;
    right: 25px;
    bottom: 25px;
    line-height: 40px;
    z-index: 1000000;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    overflow: hidden;
    border: 1px solid black;
}

#backtotop:hover {
    background-color: #cc0000;
    cursor: none;
    color: #fff;
    border-radius: 15px;
}

#backtotop.show {
    visibility: visible;
    opacity: 1;
}

/* backtotop end */
/* highlight */
.highlight {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    background-position: left;
    background-size: 0% 100%;
    color: #000000;
    background-image: linear-gradient(#EE0000, #EE0000);
    background-repeat: no-repeat;
    transition: all .7s;
}

.in-view .highlight {
    color: #ffffff;
    background-size: 100% 100%;
}

.inview .highlight {
    color: #ffffff;
    background-size: 100% 100%;
}

@media (max-width:700px) {
    .cursor {
        display: none;
    }
}

/* popup */
.popsection {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    transform: translate(-50%, -50%);
    z-index: 32143154;
    visibility: hidden;
    transition: visibility 0.5s ease;

}

.popup {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000;
    width: 50%;
    height: 45%;
    color: #fff;
    padding: 5%;
    border: 2px solid #EE0000;

}

.popup1 {
    visibility: visible;
    width: 100%;
    height: 100%;
}

.text .texts {
    text-align: center;
}

.buttons {
    display: flex;
    justify-content: center;
    margin-top: 10%;

}

.buttons a {
    background-color: #EE0000;
    padding: 1.5%;
    border-radius: 10%;
    text-decoration: none;
    color: #fff
}

@media(max-width:1200px) {
    .popup {
        width: 60%;
        height: 280px;
    }
}

@media(max-width:1000px) {
    .popup {
        width: 65%;
        height: 260px;


    }
}

@media(max-width:800px) {
    .popup {
        width: 70%;
        height: 240px;

    }
}

@media(max-width:600px) {
    .popup {
        width: 75%;
        height: 220px;

    }

}

@media(max-width:400px) {
    .popup {
        width: 80%;
        height: 200px;
    }
}