@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
   font-family: 'Plus Jakarta Sans', sans-serif;
}
/*main{*/
/*    overflow-x: hidden;*/
/*}*/
a {
    text-decoration: none;
}
figure {
    margin: 0;
    padding: 0;
}
.btn:focus {
    outline: none;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
a,button{
    display: inline-block;
}
button:focus {
    outline: none;
    box-shadow: none;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.swiper-pagination-bullet-active {
    display: none !important;
}
/************************** Header css **************************/

header .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 11px;
}
header .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}
.searchsec ul {
    display: flex;
}
.searchsec ul li {
    margin: 0 25px;
}
header .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}
header .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 11px;
    color: #fff;
}
header {
    position: absolute;
    width: 100%;
    z-index: 3;
    top: 4px;
    border-bottom: 1px solid #fff;
}
.searchsec ul li a i {
    color: #fff;
}
header img {
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(75deg) brightness(100%) contrast(100%); */
    width: 120px;
}
.nav-search{
    position: relative;
}
header .navbar-brand {
    padding: 0;
}
.nav-search:before {
    content: "";
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    margin-left: 0.75rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    /* border-right: 1px solid rgba(255, 255, 255, 0.22); */
    margin-right: 0;
    height: 68px;
    left: -38px;
    top: -29px;
}
.nav-search:after {
    content: "";
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    margin-left: 0.75rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    /* border-right: 1px solid rgba(255, 255, 255, 0.22); */
    margin-right: 0;
    height: 68px;
    right: -78px;
    top: -29px;
}

.navbar .has-megamenu {
    position: static !important;
}
.navbar .megamenu {
    left: 0;
    right: 0;
    top: 44px;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0;
    background: #FFFFFF;
    border: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 10px 3px 20px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    display: flex;
    min-width: 100% !important;
}
.media-img img {
    filter: inherit;
    width: auto;
    margin-bottom: 20px;
}
.col-megamenu h5 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.3;
}
.col-megamenu a {
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 500;
    color: #f26223;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.col-megamenu a:after {
    display: block;
    content: "";
    border-bottom: solid 2px #f26223;
    transform: scaleX(0.1);
    transition: transform 250ms ease-in-out;
    transform-origin: 0% 50%;
}
.col-megamenu a:hover:after {
    transform: scaleX(0.785);
}
.white-bg-sapce {
    background: #fff;
    padding: 1.9rem 2rem 1.2rem 3rem;
}
header .navbar {
    padding-top: 0;
}
.navbar .megamenu > .row.w-100 {
    position: relative;
    z-index: 1;
    background: #fff;
}
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
    -webkit-transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1), top 0.75s ease, -webkit-transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1), top 0.75s ease, -webkit-transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1), top 0.75s ease, -webkit-transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1), top 0.75s ease, -webkit-transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.navbar .megamenu li {
    display: flex;
    margin-bottom: 0px;
    padding: 0;
}
.navbar .megamenu li a {
    color: #262b3f;
    font-size: 1rem;
    padding-left: 0;
    font-weight: 400;
    line-height: 2;
    text-decoration: none;
    position: relative;
}
.navbar .megamenu li:after {
    content: "";
    position: relative;
    top: 10px;
    width: 12px;
    height: 12px;
    background: url(../images/arrow-right.svg) no-repeat right center;
    display: inline-block;
    vertical-align: middle;
    transition: width 250ms ease-in-out;
    margin-left: 5px;
}
.navbar .megamenu li a:hover {
    color: #f26223;
}
.navbar .megamenu li:hover:after {
    width: 24px;
}
.navbar .megamenu li:first-child a {
    font-size: 1.125rem;
    font-weight: 600;
}
.grey-bg-sapce {
    background: #F0F0F0;
    padding: 1.5rem 2rem 2rem 3rem;
}
/*hero sec css start*/
swiper-container {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  overflow: hidden;
}
video {
    width: 100%;
}

.overlaycontent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    bottom: 0;
}
.overlaycontent h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 85px;
}
section.herosec .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(194deg) brightness(106%) contrast(102%);
}
.parasec {
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 5%;
    font-weight: 700;
    line-height: 25px;
}
/*hero sec css end*/
/*services sec start*/
section.servicessec {
    padding: 50px 0 100px;
}
.servicestext h5 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.servicestext h2 {
    display: block;
    color: #000000;
    --gradient-position: 50%;
    background: -webkit-linear-gradient(348deg, #000000 0%, #000000 28.66%, #FC66BD 32.66%, #FFC5E3 33%, #000000 37%, #000000 45%, #28E5FF 47.5%, #0064DA 48%, #000000 50.5%, #000000 64%, #FF31A1 69%, #000000 70%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 200% 100%, 100% 100%;
    background-position: var(--gradient-position) 50%, 50% 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 5;
    margin: 0 0 2rem;
    font-size: 50px;
    line-height: 60px;
}
.servicestext .shape-image {
    position: absolute;
    z-index: 1;
    top: 16%;
   right: 20%;
    max-height: 100%;
}
.servicessec {
    position: relative;
}
.servicestext{
     position: relative;
}



section.servicessec:before {
    content: "";
    position: absolute;
    border-left: 1px solid #00000063;
    height: 100%;
    top: 0;
    left: 50%;
    right: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    z-index: -1;
}
.servicesmain {
    padding: 0px 40px;
    overflow-y: scroll;
    height: 493px;
}
.servicesmain::-webkit-scrollbar {
  width: 1px;
}
 
.servicesmain::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.servicesmain::-webkit-scrollbar-thumb {
  background-color: #ffff;
  outline: 1px solid #fff;
}
.serviceslist h3 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.serviceslist p {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.serviceslist {
    padding: 0 0 30px 0;
}
.serviceslist a {
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 500;
    color: #f26223;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.serviceslist a:after{
    display: block;
    content: "";
    border-bottom: solid 2px #f26223;
    transform: scaleX(0.1);
    transition: transform 250ms ease-in-out;
    transform-origin: 0% 50%;
}

.serviceslist a:hover:after {
    transform: scaleX(0.785);
}
.serviceslist a .arrow-right {
    width: 12px;
    height: 12px;
    background: url(../images/arrow-right.svg) no-repeat right center;
    display: inline-block;
    vertical-align: middle;
    transition: width 250ms ease-in-out;
    position: absolute;
    left: calc(100% + 5px);
    top: 3px;
}
.serviceslist a:hover .arrow-right {
    width: 24px;
}

.fixed{
    position: fixed;
    top: 0;
}
/*services sec end*/

section.marqsec {
    padding: 100px 0 100px;
    background-color: #000;
    position: relative;
}


/*.marqueetext ul {
    display: flex;
}
.marqueetext ul {
    display: inline-flex;
}
.marqueetext ul li {
    color: #fff;
    font-size: 100px;
    line-height: 85px;
    font-weight: 600;
    margin: 0 6px;
    text-transform: uppercase;
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.marqueetext marquee {
    height: 100px;
}*/

.c-marquees {
    width: 100%;
    grid-row-gap: 3.75em;
    flex-direction: column;
    display: flex;
    overflow: hidden;
}
.marqueetext.c-marquee-wrapper {
    flex-direction: row;
    align-items: center;
    display: flex;
}
.c-marquee-wrapper ul {
    white-space: nowrap;
    will-change: transform;
    animation: marquee 36s linear infinite;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
}

.c-marquee_logo {
    width: auto;
    max-height: none;
    max-width: 9em;
    flex: none;
    margin-right: 7em;
}
.c-marquee-wrapper:last-child ul {
    white-space: nowrap;
    will-change: transform;
    animation: marquee 36s linear infinite reverse;
}
 @-webkit-keyframes marquee /* Safari and Chrome */ {
        from {
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        }
        to {
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        }
        }
        @keyframes marquee {
        from {
        -ms-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        }
        to {
        -ms-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        }
        }
        [marquee] {
        -webkit-animation: marquee 20s linear infinite;
        -moz-animation: marquee 20s linear infinite;
        -ms-animation: marquee 20s linear infinite;
        -o-animation: marquee 20s linear infinite;
        animation: marquee 20s linear infinite;
        }



/*our work sec start*/
section.worksec {
    padding: 0 0 0px;
}

.xlHeader--left .xlHeader__header {
    position: absolute;
    top: -32px;
    left: 34%;
    transform: translate(0,50%);
    right: 0;
}
.worktext {
    position: relative;
}
.workmainbox {
    padding: 110px 0;
}
.worktext h2 {
    font-size: 150px;
    text-align: center;
    line-height: 155px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #000;
}
.secondDiv {
    position: relative;
    top: 140px;
}
.workbox img {
    height: 500px;
    width: 85%;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
    transition: 5s all ease;
}
.workbox:hover img {
    object-position: bottom;
    transition: 8s all ease;
}

section {
    overflow: hidden;
}
.workbox {
    margin: 0 0 120px 0px;
}


/*our work sec end*/

/*cta css start*/
.videoreveal {
    width: 800px;
    margin: 0 auto;
    display: table;
}
section.ctasec {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, black, transparent);
    z-index: 1;
    -webkit-mask-image: linear-gradient(transparent, black 85%);
    mask-image: linear-gradient(transparent, black 85%);
   
}

.ctatext {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 0;
    z-index: 99;
}
.ctatext h3 {
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.ctatext p {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 40px;
}

.ctatext a {
    display: inline-block;
    background-color: #262B3F;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.1;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 25px;
}
/*cta css end*/
/*testimonail sec start*/

.testimonials_sec {
    position: relative;
    background-size: 100%;
    background-position: center top;
    padding: 65px 0 100px;
    text-align: center;
    margin-top: 0;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, .1));
}

.testimonials_sec h2 {
    font-size: 40px;
    line-height: 45px;
}

.testimonials_sec .testimonial_slider {
    margin: 30px auto 0;
    padding-top: 55px;
    width: 80%;
    background-image: url(../images/quote.webp);
    background-size: 200px contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.testimonials_sec .testimonial_slider .testi_slide p {
    font-style: italic;
    color: #000;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px;
    width: 90%;
    margin: 0 auto 35px;
}

.testimonials_sec .testimonial_slider .testi_slide h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.testimonials_sec .testimonial_slider .testi_slide h6 {
    font-size: 13px;
    font-weight: 500;
    color: #9e9e9e;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonials_sec .testimonial_slider .testi_slide .review {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.testimonials_sec .testimonial_slider .testi_slide .review li {
    padding: 0 2px;
    color: #929292;
}

.testimonials_sec .testimonial_slider .testi_slide .review li.selected {
    color: #ffce22;
}

.testimonials_sec .owl-dots {
    margin-top: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}



.testimonials_sec .owl-dots .active {
    position: relative;
    z-index: 1;
}

.testimonials_sec .owl-dots .active::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 5px;
    width: 5px;
    background-color: #000;
    border-radius: 50%;
    z-index: 0;
}

.testimonials_sec .owl-dots .active span {
    background-color: #fff !important;
    border: 2px solid #000;
    height: 14px;
    width: 14px;
}

.testimonials_sec .testimonial_profile_img a {
    position: absolute;
    width: 100px;
}

.testimonials_sec .testimonial_profile_img a:first-child {
    top: 10rem;
    left: 7rem;
}

.testimonials_sec .testimonial_profile_img a:nth-child(2) {
    top: 17rem;
    left: 15rem;
}

.testimonials_sec .testimonial_profile_img a:nth-child(3) {
    top: 24rem;
    left: 3rem;
}

.testimonials_sec .testimonial_profile_img a:nth-child(4) {
    top: 27rem;
    left: 18rem;
}

.testimonials_sec .testimonial_profile_img a:nth-child(5) {
    top: 8rem;
    right: 16rem;
}

.testimonials_sec .testimonial_profile_img a:nth-child(6) {
    top: 15rem;
    right: 2rem;
}

.testimonials_sec .testimonial_profile_img a:nth-child(7) {
    top: 20rem;
    right: 14rem;
}

.testimonials_sec .testimonial_profile_img a:nth-child(8) {
    top: 29rem;
    right: 18rem;
}
/*testimonail sec end*/


/*footer css start*/
.custom-shape-divider-top-1650998662 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.inputlist input:focus{
    background-color: transparent;
}
.custom-shape-divider-top-1650998662 svg {
    position: relative;
    display: block;
    width: calc(129% + 1.3px);
    height: 130px;
}
.custom-shape-divider-top-1650998662 .shape-fill {
    fill: #FFFFFF;
}
footer {
    position: relative;
    background: rgba(96, 105, 124, 0.1);
    padding: 70px 0 7px;
}
.footertext img {
    margin-bottom: 20px;
}
.footertext p {
    margin-bottom: 25px;
}
.footerlist h3 {
    font-size: 25px;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px;
}
.footerlist ul li a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.footerlist ul li a i {
    margin: 0 8px;
}
.footer_shape {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    text-align: center;
    max-width: 60%;
    z-index: 1;
    opacity: 0.2;
}
.footercontact h3 {
    font-size: 25px;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
}
.footercontact p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}
.inputlist input {
    float: left;
    width: 70%;
    background-color: transparent;
    border: 1px solid #00000082;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.inputlist button {
    background-color: transparent;
    border: 1px solid #00000082;
    margin: 0 4px;
    padding: 4px 13px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}
.socailicon {
    display: flex;
}
.socailicon li {
    margin: 0 5px;
}
ul.socailicon li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
  
}
.footer-shape svg {
    width: 100vw;
}
.copyright {
    border-top: 1px solid #0000003b;
    margin: 50px 0 0 0;
    padding: 50px 0 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright ul {
    display: flex;
}
.copyright ul li {
    margin: 0 13px 0 0;
}
.copyright ul li a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-right: 25px;
    opacity: .4;
}
.copyright p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.copyright img {
    width: 170px;
    height: 45px;
}
/*footer css end*/

/*about sec start*/
section.innersec {
    background-color: #262b3f;
    padding: 100px 0 100px;
}
.bannertext h1 {
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    text-transform: capitalize;
    margin: 36px 0 0;
}
section.philospysec {
    padding: 50px 0 50px;
}
.philospysec h3 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 20px;
}
.philospysec p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.aboutimg {
    box-shadow: 0 30px 100px rgba(0,0,0,.17);
}
.heading3 {
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
}
.body1 {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}
.flex-item-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.philospymainsec {
    margin-bottom: 65px;
}
.counterlist {
    border-top: 1px solid #00000017;
    padding: 60px 0;
}
section.corevaluesec {
    background-color: #262b3f;
    padding: 50px 0 50px;
}
.coretext h5 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.coretext h3 {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    width: 60%;
    margin-bottom: 50px;
}
.corelist ul {
    display: flex;
    justify-content: center;
}
.corelist ul li h4 {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}
.corelist ul li {
    margin: 0 10px;
    height: 100%;
    border-right: 1px solid #3f455f;
    padding: 1rem;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
}
.corelist p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
section.partnerssec {
    padding: 50px 0 50px;
}
.partnerbox img {
    width: 70% !important;
    height: 170px;
    object-fit: contain;
    margin: 0 auto;
    display: table;
}
.partnertext h3 {
    color: #000;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
}
section.peoplesec {
    padding: 100px 0 0px;
    position: relative;
    overflow: initial;
}
section.peoplesec:before {
    content: "";
    position: absolute;
    background-color: #262b3f;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 270px;
}


.ourteamtext h3 {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
}
section.teamsectext {
    padding: 0 0 100px;
}
.teambox img {
    width: 226px;
    height: 226px;
    border-radius: 50%;
    margin: 0 auto 7%;
    display: table;
    filter: drop-shadow(2px 4px 6px black);
}
.teambox h4 {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
}
.teambox p {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}
.teambox {
    margin-bottom: 50px;
}

/*about sec end*/
/*servicess css start*/
.servicesinnertext h5 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 800;
    margin: 0 0 10px 0;
}
.servicesinnertext h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 10px;
}
.servicesinnertext p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    width: 80%;
    margin: 0 auto;
    display: table;
}
.serviceslisttext {
    padding-left: 50px;
}
.serviceslisttext h5 {
    font-size: 35px;
    line-height: 40px;
    color: #00000087;
    margin-bottom: 10px;
    font-weight: 600;
}
.serviceslisttext h3 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: #000;
    margin: 10px 0 20px 0;
}
.serviceslisttext p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.serviceslisttext ul li {
    font-size: 16px;
    line-height: 25px;
    list-style: disc;
    font-weight: 600;
    margin: 0 22px;
}
section.serviceslistsec {
    padding: 0px 0 0px;
    background-color: #eee;
}
.serviceslistimg img {
    height: 700px;
    object-fit: cover;
    max-width: 646px;
    object-position: center center;
}
section.servicessecinner {
    padding: 100px 0 100px;
}

.serviceslisttext ul li a {
    color: #000;
    text-decoration: underline;
}
/*servicess css end*/

/*carrers start*/
section.innersecareers {
    position: relative;
    overflow: visible;
}
section.innersecareers:before {
    content: "";
    position: absolute;
    background-color: #262b3f;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 61px;
}
section.careersec {
    padding: 100px 0 100px;
}
.careertext h1 {
    color: #000;
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 20px;
}
.careertext p {
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    width: 50%;
    margin: 0 auto;
    display: table;
}
.careertext i {
    font-size: 50px;
    margin: 5% auto 0;
}
.requirmentprocesssectext h2 {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 15px;
}
.requirmentprocesssectext p {
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    width: 50%;
    margin: 0 auto;
    display: table;
}
.processtext img {
    width: 50px;
    margin-bottom: 10px;
    height: 45px;
    vertical-align: bottom;
}
section.requirmentprocesssec {
    padding: 0 0 100px;
}
.processtext h4 {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 9px 0;
}
.processtext p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
section.perkssec {
    background-color: #f7f8fb;
    padding: 50px 0 50px;
}
.perkstext h3 {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 15px;
}
.perkstext p {
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    width: 50%;
    margin: 0 auto 7%;
    display: table;
}
.perksbox img {
    width: 50px;
    margin-bottom: 10px;
    height: 45px;
    vertical-align: bottom;
}
.perksbox h4 {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 9px 0;
}
.perksbox p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.perksbox {
    padding-bottom: 50px;
    text-align: center;
}
.processtext {
    text-align: center;
}
section.livesec {
    padding: 50px 0 0px;
}
.livetext h3 {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 15px;
}
.livetext p {
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    width: 50%;
    margin: 0 auto 0%;
    display: table;
}
.livebox img {
    height: 250px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 20px 0 20px 0;
}
.livebox {
    position: relative;
}
.livebox a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    margin: 0 auto;
    z-index: 999999;

}
.livebox:before {
    content: "";
    background: linear-gradient(45deg, black, transparent);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 20px 0 20px 0;
}
section.applysec {
    overflow: visible;
}
.applybox {
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 1px 12px 2px #ccc;
    padding: 30px 20px 20px;
    position: relative;
    top: 71px;
    z-index: 28;
    border-radius: 30px;
}
.applybox h3 {
    color: #000;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    margin: 0 0 31px 0;
}
.applyform label {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 10px;
}
.applyform button {
    margin: 4% auto;
    display: table;
    background-color: #262B3F;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.1;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 25px;
}
/*carrers start*/
/*carrers end*/

/*contact us start*/

section.contactussec {
    background-image: url(../images/bg-banner-blog.webp);
    padding: 100px 0 100px;
    background-repeat: no-repeat;
    background-size: cover;
}
.contacttext h5 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 21px 0;
}
.contacttext h1 {
    font-size: 50px;
    color: #fff;
    line-height: 55px;
    font-weight: 600;
}
section.contactsec {
    padding: 50px 0 50px;
}
.contactbox h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
}
.contactlist input {
    margin-bottom: 15px;
    color: #000;
}
.contactlist textarea {
    height: 150px;
    margin-bottom: 50px;
}
.contactlist button {
    background-color: #262B3F;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.1;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 25px;
    border: 0;
}
.footertext h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.footertext p {
    color: #181b31;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
}
.footertext a {
    color: #262B3F;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.footertext a i {
    margin: 0 3px 0 0;
}
.footertext h3 {
    font-size: 25px;
    line-height: 45px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.footertext span {
    color: #181b31;
    font-size: 16px;
    display: block;
    line-height: 35px;
}
.footerlist ul li {
    margin-bottom: 10px;
}
/*contact us end*/
@media only screen and (min-width: 520px) and (max-width: 767px) {
    .parasec {
    color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: 5%;
    font-weight: 700;
    line-height: 15px;
}
.overlaycontent h1 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20px;
}
section.herosec .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    display: none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    display: none;
}
.servicestext h2 {
    font-size: 20px;
    line-height: 30px;
}
.servicesmain{
    padding: 0px 0px;
}
section.marqsec {
    padding: 50px 0 50px;
}
.xlHeader--left .xlHeader__header {
    top: -100px;
    left: 20%;
    font-size: 40px;
}
.responsive-center{
    text-align: center;
}
.workbox {
    margin: 0 0 -78px 0px;
}
.videoreveal {
    margin-top: 57px;
}
.ctatext h3 {
    font-size: 40px;
    line-height: 43px;
}
.testimonials_sec h2 {
    font-size: 25px;
    line-height: 27px;
}
.testimonials_sec .testimonial_slider .testi_slide p {
    font-size: 15px;
    line-height: 30px;
    width: 100%;
}
.testimonials_sec .testimonial_profile_img a {
    position: absolute;
    width: 55px;
}
.testimonials_sec .testimonial_profile_img a:nth-child(5) {
    top: 13rem;
    right: 19rem;
}
.testimonials_sec .testimonial_profile_img a:first-child {
    top: 8rem;
    left: 1rem;
}
.testimonials_sec .testimonial_profile_img a:nth-child(7) {
    top: 18rem;
    right: 19rem;
}
.testimonials_sec .testimonial_profile_img a:nth-child(3) {
    top: 23rem;
    left: 1rem;
}
.testimonials_sec .testimonial_profile_img a:nth-child(2) {
    top: 22rem;
    left: 19rem;
}
.copyright {
    margin: 0 auto;
    width: 100%;
}
.copyright p {
    color: #000;
    font-size: 12px;
    line-height: 76px;
    text-align: center;
}
.copyright {
    margin: 20px 0 0 0;
    padding: 0px 0 0px 0;
}
.copyright {
     display: block; 
}
.navbar-nav {
    background: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 2px #ccc;
    height: 145px;
}
header .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #000;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 11px;
    color: #000;
}
section.ctasec video {
    transform: none !important;
}
.testimonials_sec .testimonial_slider{
    background-image: none;
}
.footertext {
    text-align: center;
}
.footerlist {
    text-align: center;
}
.copyright img {
    margin: 0 auto;
    display: flex;
}
.copyright ul {
    display: flex;
    justify-content: center;
}
.bannertext h1 {
    font-size: 30px;
     line-height: none; 
    margin: 20px 0 0;
    text-align: center;
}
section.innersec {
    padding: 100px 0 60px;
}
.philospysec {
    text-align: center;
}
.philospysec h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}
.philospymainsec {
    margin-bottom: 10px;
}
.coretext h3 {
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.coretext h5 {
    text-align: center;
}
.corelist ul li h4 {
    text-align: center;
    width: 100%;
}
.corelist ul {
     display: block; 
    /*justify-content: center;*/
    text-align: center;
}
.serviceslistimg img {
    height: 300px;
    max-width: 380px;
}
.serviceslisttext {
    padding-left: 0px;
    text-align: center;
}

}
/*responsive */
@media only screen and (min-width: 300px) and (max-width: 519px) {
    .parasec {
    color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: 5%;
    font-weight: 700;
    line-height: 15px;
}
.overlaycontent h1 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20px;
}
section.herosec .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    display: none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    display: none;
}
.servicestext h2 {
    font-size: 20px;
    line-height: 30px;
}
.servicesmain{
    padding: 0px 0px;
}
section.marqsec {
    padding: 50px 0 50px;
}
.xlHeader--left .xlHeader__header {
    top: -100px;
    left: 20%;
    font-size: 40px;
}
.responsive-center{
    text-align: center;
}
.workbox {
    margin: 0 0 -78px 0px;
}
.videoreveal {
    margin-top: 57px;
}
.ctatext h3 {
    font-size: 40px;
    line-height: 43px;
}
.testimonials_sec h2 {
    font-size: 25px;
    line-height: 27px;
}
.testimonials_sec .testimonial_slider .testi_slide p {
    font-size: 15px;
    line-height: 30px;
    width: 100%;
}
.testimonials_sec .testimonial_profile_img a {
    position: absolute;
    width: 55px;
}
.testimonials_sec .testimonial_profile_img a:nth-child(5) {
    top: 13rem;
    right: 19rem;
}
.testimonials_sec .testimonial_profile_img a:first-child {
    top: 8rem;
    left: 1rem;
}
.testimonials_sec .testimonial_profile_img a:nth-child(7) {
    top: 18rem;
    right: 19rem;
}
.testimonials_sec .testimonial_profile_img a:nth-child(3) {
    top: 23rem;
    left: 1rem;
}
.testimonials_sec .testimonial_profile_img a:nth-child(2) {
    top: 22rem;
    left: 19rem;
}
.copyright {
    margin: 0 auto;
    width: 100%;
}
.copyright p {
    color: #000;
    font-size: 12px;
    line-height: 76px;
    text-align: center;
}
.copyright {
    margin: 20px 0 0 0;
    padding: 0px 0 0px 0;
}
.copyright {
     display: block; 
}
.navbar-nav {
    background: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 2px #ccc;
    height: 145px;
}
header .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #000;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 11px;
    color: #000;
}
section.ctasec video {
    transform: none !important;
}
.testimonials_sec .testimonial_slider{
    background-image: none;
}
.footertext {
    text-align: center;
}
.footerlist {
    text-align: center;
}
.copyright img {
    margin: 0 auto;
    display: flex;
}
.copyright ul {
    display: flex;
    justify-content: center;
}
.bannertext h1 {
    font-size: 30px;
     line-height: none; 
    margin: 20px 0 0;
    text-align: center;
}
section.innersec {
    padding: 100px 0 60px;
}
.philospysec {
    text-align: center;
}
.philospysec h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}
.philospymainsec {
    margin-bottom: 10px;
}
.coretext h3 {
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.coretext h5 {
    text-align: center;
}
.corelist ul li h4 {
    text-align: center;
    width: 100%;
}
.corelist ul {
     display: block; 
    /*justify-content: center;*/
    text-align: center;
}
.serviceslistimg img {
    height: 300px;
    max-width: 380px;
}
.serviceslisttext {
    padding-left: 0px;
    text-align: center;
}

}



