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

body {
    font-size: 16px !important;
    font-family: 'GraphikLight' !important;
    color: #010101 !important;
    font-weight: 300 !important;
}

html {
    overflow-x: hidden;
}
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  /* * { */
    /* scrollbar-width: auto; */
    /* scrollbar-color: #9b268c #fff; */
  /* } */

  /* Chrome, Edge, and Safari */
  /* *::-webkit-scrollbar { */
    /* width: 12px; */
  /* } */

  /* *::-webkit-scrollbar-track { */
    /* background: #fff; */
  /* } */

  /* *::-webkit-scrollbar-thumb { */
    /* background-color:#ff8a00; */
    /* border-radius: 10px; */
    /* min-height: 30px; */
  /* } */

/*** Navbar ***/
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav>.nav-link:hover, .navbar .navbar-nav>.nav-item>.nav-link:hover{color: #ff8b00 !important;}

.extraclass {
    top: 0;
    margin-top: 0px;
    transition: 1s;
    position: fixed !important;
    width: 100%;
}

/* ham */

.navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

.navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #000;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #000;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

.navbar-light .navbar-toggler {
    border: 0 !important;
    color: transparent;
}

button:focus {
    outline: 0 !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}



.navbar .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .navbar-brand img {
    width: 150px;
}
.navbar .nav-link.dropdown-toggle::after {
    border: 0px !important;
}

.nav-link.nav-link.dropdown-toggle img {
    position: absolute;
    top: 38px;
    right: -10px;
	height:9px;
}

.drp-ico {
    position: absolute;
    right: 20px;
    top: 27px;
}
.drp-ico img{
    height: 9px;
}

.navbar .nav-link.dropdown-toggle {
    position: relative;
}

.navbar .navbar-nav .nav-item.nav-link:last-child {
    margin-right: 30px !important;
}

.navbar .navbar-nav .nav-link {
    margin-right: 40px;
    padding: 0px 0px !important;
    color: #000027 !important;
    font-size: 16px !important;
    letter-spacing: 0.5px;
    font-family: 'Gellix-Regular';
    text-transform: initial !important;
}

.navbar .header-btn{text-transform: initial;}

.banner-btn {
    padding: 0px 0px !important;
    color: #000 !important;
    font-size: 18px !important;
    letter-spacing: 0px;
    font-family: 'Gellix-Regular';
    text-transform: capitalize;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar .nav-item:hover .dropdown-menu {
    padding: 0px !important;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.04));
}

.navbar .nav-item:hover .dropdown-menu a {
    padding: 10px 20px !important;
    font-family: 'Gellix-Regular';
}

.navbar .nav-item:hover .dropdown-menu a:hover {
    background:#ff8a00;
    color: #fff !important;

}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 130%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
		min-width: 12rem;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/* common css */

.pos-relative {
    position: relative;
}

.sec-pad {
    padding: 90px 0px;
}

.container {
    max-width: 1170px !important;
    padding: 0px 0px !important;
}

a {
    text-decoration: none !important;
}


a:hover {
    color: #ff8b00 !important;
}

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


.font-gellix-med{font-family: 'Gellix-Medium';}
.lh-32p{line-height: 32px;}


/* Top Header */
.top-nav {
    height:35px;
    background-color: #e8e8e6;
}

.top-d-flex-c {
    display: flex;
}

.top-nav a {
    font-size: 14px;
    font-family: 'GraphikRegular';
    color: #000048;
}

/* .first-top>div>a{display: flex;align-items: center;} */
.first-top a:first-child {
    letter-spacing: 1px;
}

.first-top a:last-child {
    letter-spacing: .5px;
}

.first-middle a {
    letter-spacing: .3px;
}

.top-nav .top-bdr>div:not(:last-child) {
    margin-right: 60px;
}

.top-nav .top-bdr>div {
    position: relative;
}

.top-nav .top-bdr>div:not(:first-child)::before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #64649a;
    left: -30px;
    position: absolute;
	top: 3px;
}

.top-nav .first-top>div:last-child {
    margin-left:30px;

}

.first-middle>a {
    position: relative;
}

.first-middle>a:not(:first-child) {
    margin-left: 30px;
}

.first-middle>a:not(:first-child)::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000048;
    position: absolute;
    left: -16px;
    top: 8px;
}

.first-bottom>a:not(:first-child) {
    margin-left: 17px;
}


/* Main Header section */
.navbar-nav .nav-link {
    line-height: 80px;
    margin-top: -3px;
}

.nav-sec {
    min-height: 80px;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.04));
    background-color: #ffffff;
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
}

.header-btn {
    width: 164px;
    height: 44px;
    border-radius: 22px;
    display: flex;
    color: #000027 !important;
    font-size: 16px !important;
    letter-spacing: 0px;
    font-family: 'Gellix-Regular';
    text-transform: capitalize;
    align-items: center;

    justify-content: space-evenly;
    border: double 2px transparent;
    border-radius: 44px;
    background-image:linear-gradient(white, white), linear-gradient(to right, #ff7800, #ffad00);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.header-btn:hover {
    background-image: linear-gradient(white, white), linear-gradient(to right, #ffad00, #ff7800);
}
 .header-btn img {
    margin-top: 2px;
}

.header-btn span {
    display: inline-block;
    margin-top: -3px;
}
.cal-ico, .mail-ico{margin-right:5px;}
.mail-ico{transform: translateY(-1px);}

/* banner section */

.banner-head {
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 58px;
    color: #fff;
    font-family: "Gellix-Bold";
}
.banner-title{
	margin-bottom:20px !important;
}
.banner-des {
    /* width: 58%; */
    font-size: 18px !important;
	margin-bottom:40px !important;
}
.banner-sec p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #fff;
    font-family: "GraphikLight";
}

.banner-btn {
    font-size: 18px;
    letter-spacing: 0px;
    color: #000;
    font-family: 'GraphikLight';
}

.carousel-indicators [data-bs-target] {
    border-top-left-radius: 10.5px;
    border-bottom-left-radius: 10.5px;
    border-top-right-radius: 10.5px;
    border-bottom-right-radius: 10.5px;
    border-top: 0px !important;
    border-bottom: 0px !important;
    height: 5px !important;
    background-color: #ff8a00 !important;
    opacity: .4 !important;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.carousel-indicators .active {
    opacity: 1 !important;
}

.banner-sec .carousel-captions {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
	width: 50%;
}

.carousel-captions .banner-head {
    margin-bottom: 40px;
    margin-top: 20px;
}
.carousel-captions p{margin-bottom: 0px;}
.banner-btn {
    width: 164px;
    height: 45px;
    border-radius: 23px;
    filter: drop-shadow(0px 5px 3px rgba(68, 38, 1, 0.1));
    background-image: linear-gradient(90deg, #ff8a00 0%, #ffffff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-btn:hover {
    background-image: linear-gradient(90deg, #ffffff 0%, #ff8a00 100%);
    color: #000 !important;
}

/* About section */

.about-home {
    background-color: #000048;
}

.about-d-flex-c {
    display: flex;
    align-items: center;
}

.about-d-flex-c>div:last-child {
    padding: 13px 20px;
    color: #fff;
}

.about-home-head {
    font-size: 30px;
    /* letter-spacing: 1px; */
    line-height:38px;
    color: #ffffff;
    font-family: "Gellix-SemiBold";
    margin-bottom: 10px;
}

.about-home-btn {
    margin-top: 15px;
    display: inline-block;
    color: #26efe9 !important;
}

.about-d-flex-c p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
}

/* service setion */

.service-sec {
    padding: 70px 0px;
}

.sec-title {
    font-size: 42px;
    line-height: 42px;
    color: #000048;
    font-family: "Gellix-SemiBold";
	margin-bottom: 5px;
}
.ser-p.mt-1 {
    margin-top: 20px !important;
}
.ser-p {
    font-size:18px;
    letter-spacing: 0px;
    line-height: 30px;
    text-align: center;
    /* margin-top: 20px !important; */
    margin-bottom: 20px;
}

.swiper-container {
    position: relative;
}

.swiper-container>.swiper-slide__content {
    position: absolute;
    top: 0;
}

.swiper-slide {
    display: block;
    background: #fff;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transform: scale(0.8);
    margin-top: 20px;
    /* overflow: hidden; */
}

/* .service-box .re-t {
    position: absolute;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 1s;

} */

.service-box:hover>div:first-child {
    overflow: hidden !important;
}

.service-box:hover>div img {
    transform: scale(1.10);
    transition: all 1s ease;
    cursor: pointer;
}

/* .service-box:hover .re-t {
    opacity: 1;
    transition: 1s;
} */

.service-box .red-btn1 {
    border: 1px solid transparent;
    width: 80px;
    height: 80px;
    border-radius: 60px;
    display: inline-block;
    border-radius: 50%;
    text-transform: lowercase;
    font-size: 14px;
    transition-duration: 1s;
    background-color: #9b268c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000048 !important;
}
.swiper-button-prev .mob-img, .swiper-button-next .mob-img{display: none }

.service-box p {
    display: none;
}
.service-box>div img{overflow: hidden;transition: 1s;}
.service-box>div{overflow: hidden;transition: 1s;}
.swiper-slide-active .service-box p {
    transition: 5s;
    display: block !important;
}


.swiper-slide-active::before {
    background-color: #eeeded;
    padding: 20px;
    margin-top: -20px;
    content: '';
    position: absolute;
    height: 112%;
    width: 112%;
    z-index: -1;
    left: -18px;
}
.swiper-slide-active{
    min-height: 500px;
}
.service-head {
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #0b0b0b;
    margin-top: 23px;
    margin-bottom: 18px;
}

.service-head:hover {
    color: #010183;
}

.swiper-button-prev {
    background: none !important;
    left: 32% !important;
}

.swiper-button-next {
    background: none !important;
    right: 34% !important;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    bottom: 14% !important;
    top: auto !important;
}

.swiper-button-prev img,
.swiper-button-next img {
    width: 50px;
}

.service-box p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 24px;
    margin-bottom: 0px !important;
    padding-bottom: 30px;
    min-height: 125px;

}

/* .swiper-slide p{display: none;} */


/* help section */
.help-sec {
    background-color: #eeeded;
}

.help-sec .banner-head {
    font-family: 'Gellix-SemiBold';
    letter-spacing: .5px;
}

#demotwo .carousel-control-next,
#demotwo .carousel-control-prev {
    width: 102px !important;
}

#demotwo .carousel-captions {
    width: 570px;
    height: 312px;
    border-radius: 10px;
    background-color: #00013e;
    display: flex;
    align-items: center;
    padding: 20px 50px;
    color: #fff !important;
}

#demotwo .banner-head {
    font-size: 47px;
    letter-spacing: 1px;
    line-height: 54px;
    color: #ffffff;

}

.banner-btm-btn {
    font-size: 20px;
    line-height: 28px;
    color: #26efe9;
    font-family: "Gellix-Regular";
    display: flex;
    align-items: center;
    margin-top: 40px;
    letter-spacing: .2px;
}

.banner-btm-btn:hover {
    color: #26efe9 !important;
}

.banner-btm-btn img {
    display: inline-block;
    margin-left: 10px;
    margin-top: 3px;
}

.pos-ab-ca {
    position: absolute;
    top: 40px;
    right: -140px;
}

.help-head {
    font-size: 47px;
    letter-spacing: 0.15px;
    line-height: 56px;
    color: #000048;
    font-family: "Gellix-Regular";
    padding: 56px 0px 59px 0px;
}

.exp-btn{
	width: 164px;
    height: 44px;
    border-radius: 22px;
    display: flex;
    color: #000027 !important;
    font-size: 16px !important;
    letter-spacing: 0px;
    font-family: 'Gellix-Regular';
    text-transform: capitalize;
    align-items: center;
    justify-content: space-evenly;
    border: double 2px transparent;
    border-radius: 44px;
    background-image: linear-gradient(white, white), linear-gradient(to right, #ff7800, #ffad00);
    background-origin: border-box;
    background-clip: content-box, border-box;
	font-size:14px !important;
}

.cn-btn{text-align:end;}
.cn-btn a{
    color: #fff;
    font-size: 18px;
    font-family: 'Gellix-Regular';
    text-transform: capitalize;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 25px 13px 25px;
}

.cn-btn img{margin-left:10px;}

/* Talk form section */

.talk-form {
    padding: 90px 0px 100px 0px;
}

.form-control:focus {
    box-shadow: none !important;
}

.talk-form form input {
    border-radius: 28px;
    filter: drop-shadow(0px 1px 0px #d0d0ce);
    background-color: #f4f4f4;
    border: 0;
    min-height: 56px;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    font-size: 16px;
    letter-spacing: .2px;
}

.talk-form ::placeholder {
    color: #010101 !important;
}

.talk-form p {
    font-family: 'Gellix-Medium';
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 50px;
    color: #000048;
    padding-bottom: 10px;
    margin-top: 5px;
}

.talk-form .sec-title {
    margin-top: -12px;
}

.talk-form .header-btn {
    width: 178px;
    height: 50px;
    font-size: 20px;
    letter-spacing: .2px;
}

.talk-form .header-btn img {
    margin-top: 1px;
}

.cus-from-guuter {
    --bs-gutter-y: 31px !important;
    --bs-gutter-x: 30px !important;
}

.cus-from-guuter .form-control:focus {
    color: #101010 !important;
    background-color: #f4f4f4 !important;
}

/* footer section */
.foot-main-sec {
    padding: 45px 0px 30px 0px;
}

.foot-top-sec {
    background-color:#000;
    /* min-height: 105px; */
    display: flex;
    align-items: center;
	padding: 45px 0px;
}
.foot-top-sec .header-btn{border: 1px solid #fff;background-color: transparent;background-image: none;color: #fff !important;width: 180px;}
.foot-top-sec h3{font-size: 45px;color: #fff;}
.foot-ul {
    padding: 0px !important;
    margin: 0px !important;
    list-style: none;
}
/* .foot-top-sec a {
    background-color: transparent;
    border: 1px solid #fff;
    min-height: 48px;
    display: inline-flex;
    padding: 0px 31px;
    align-items: center;
    color: #fff;
} */
/* .foot-top-sec a:hover {background-color: #fff;color: #000;transition: .5s;border-color: #fff;} */
.footer-head {
    font-size: 22px;
    letter-spacing: 0.35px;
    line-height: 26px;
    color:#232425;
    font-family: "Gellix-SemiBold";
    margin-bottom: 8px;
    margin-top: -6px;
}

.foot-ul a {
    font-size:16px;
    letter-spacing: 0.2px;
    line-height: 31px;
    color: #000 !important;
}

.footer-logo {
    margin-bottom:5px;
 	margin-top:-10px;
}

.pl-fooot-one {
    padding-left: 0px;
}

.pl-fooot-two {
    padding-left: 0px;
}

.pl-fooot-three {
    padding-left: 0px;
}

.footer-add {
    line-height: 22px !important;
    padding-bottom: 10px;
    display: inline-block;
    margin-top: 4px;
}

.foot-ul li a:hover {
    margin-left: 10px;
    color:#ff8b00 !important;
    transition: all .5s;
    display: inline-block;
}

.foot-ul li a {
    transition: all .5s;
}

.foot-ul-not li a:hover {
    margin-left: 0px;
}

.foot2{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 160px;
}
.foot-main-sec p {
    font-size: 16px;
    letter-spacing: .2px;
    line-height: 26px;
    color: #000;
}
.c-info p {font-size: 16px;margin-bottom: 10px; line-height:22px;}
.c-info a{color:#000;}
.c-info i{color:#7d7272; margin-right:8px;}
.c-info .fa.fa-map {margin-top: 5px;}
.c-info .fa-phone-square {transform: rotate(90deg);}

.foot-top-sec .social-links a{
	/* width: 40px;height: 40px;background-color: #fff; border: 1px solid #fff;border-radius: 50%; */
	display: flex;align-items: center;justify-content: center;}
/* .foot-top-sec .social-links a img{max-width: 15px;max-height: 18px;} */
.foot-top-sec .sec-title{margin-top: -8px;}

.top-sicons a{margin-left: 8px !important;}
.top-sicons a img{height:25px;}
.btm-sicons a {margin-left:6px !important;}

.btm-sicons a img{height:30px;}

/*-------------------------- About us page--------------------------  */

.common-inner {
    /* height: 250px; */
    position: relative;
}

.common-inner img {
    /* position: absolute; */
    /* right: 0; */
	width:100%;
	height: 250px;
}

.common-inner-heading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 52px;
    letter-spacing: 1px;
    line-height: 55px;
    color: #fff;
    font-family: "Gellix-SemiBold";
    margin-top: -5px;
    text-transform: capitalize;
}

.common-main-body-sec {
    padding: 70px 0px;
}

.cmn-head {
    font-family: 'Gellix-SemiBold';
    font-size: 47px;
    line-height: 1.2;
    color: #000048;
}

.about-box {
    background-color: #92BBE6;
    padding: 15px;
    margin: 30px 0px;
    color: #000048;
}

.about-box-head {
    font-size: 84px;
    line-height: 92px;
    font-family: 'Gellix-SemiBold';
}

.about-box p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Gellix-Regular';
}

.about-details h4 {
    font-size: 36px;
    font-family: 'Gellix-Light';
    line-height: 1.2;
    font-style: normal;
    color: #2f78c4;
}

.about-details-box {
    margin: 30px 0px 20px 0px;
}

.about-details-box img {
    margin-bottom: 16px;
}

.about-details-box p {
    font-family: 'Gellix-SemiBold';
    font-size: 18px;
    line-height: 1.3;
    color: #000042;
}

/* contact page */

.common-main-body-sec .talk-form {
    padding: 0px;
}

.contact-page .top-d-flex-c {
    align-items: center;
}

.contact-page .top-d-flex-c>div:first-child {
    background-color: #f4f4f4;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 12px;
}

.contact-page .top-d-flex-c a {
    color: #000042;
}

.contact-page .top-d-flex-c {
    color: #000042;
}

.contact-box {
    border: 1px solid #cccccc59;
    padding: 22px 20px 30px 20px;
}

.contact-box>div:not(:last-child) {
    margin-bottom: 10px;
}

.contact-box .banner-head {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 31px;
    color: #000048;
    font-family: "Gellix-Bold";
}


/* Careers Page */

.career-box {
    padding: 20px;
    border: 1px solid #D7E0EB;
    border-radius: 5px;
}

.career-box .career-head {
    font-size: 22px;
    color: #000048;
    font-family: "Gellix-Bold";
    line-height: 32px;
    margin-bottom: 18px;
}

.career-box img {
    width: 100%;
    border-radius: 8px;
}

.career-box p {
    min-height: 125px;
}

.join-box {
    padding: 20px;
    border: 1px solid #D7E0EB;
    border-radius: 5px;
    margin-top: 25px;
}

.join-box .join-head {
    font-size: 30px;
    color: #000048;
    font-family: "Gellix-Bold";
    line-height: 38px;
    margin-bottom: 18px;
}

.join-box .banner-btn {
    font-size: 15px !important
}

.common-main-body-sec.career .cmn-head {
    font-size: 37px;
}

/* Service pages  */

/* managed Service */

.mgd-img{max-height: initial !important;}

/* digital transformation */

.cmn-img-high {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    object-position: center;
    margin-top: 20px;
    border-radius: 3px;
}



/* .service-cmn-box p{margin-bottom: 0px !important;} */

.ser-cmn-bg-sec {
    background-image: url(../content/images/btm-banner1.png);
    background-repeat: no-repeat;
    padding: 50px 0px;
    background-position: right center;
    background-size: cover;
    margin-top: 40px;
    margin-bottom: 80px;
}

.ser-cmn-bg-box:hover {
    background-color: #15a4d4;
    transition: .5s;
}

.ser-cmn-bg-box {
    background-color: #00013e;
    padding: 20px;
    transition: .5s;
    color: #fff !important;
    border-radius: 5px;
    height: 100%;
}

.ser-cmn-bg-sec .cmn-head {
    color: #fff;
    margin-bottom: 20px;
}

.ser-cmn-box-head {
    font-size: 22px;
    color: #fff;
    font-family: "Gellix-SemiBold";
    line-height: 28px;
    margin-bottom: 12px;
    margin-top: 15px;
    letter-spacing: .2px;
}

.contact-page.sec-pad>div>div.banner-head{font-family: 'Gellix-SemiBold';}

.error{color: #f30101 !important;}

.alert b{font-family: 'Gellix-Bold';padding-right: 10px;}
.foot-ul.foot-ul-not a img{padding-right: 4px;}

/* form loading */


  
.loading__anim {
    width: 30px;
    height: 30px;
    border: 5px solid rgba(189, 189, 189, 0.25);
    border-left-color: #15a4d4;
    border-top-color:#15a4d4;
    border-radius: 50%;
    display: inline-block;
    animation: rotate 600ms infinite linear;
  }
  
  @keyframes rotate {
    to {
      transform: rotate(1turn);
    }
  }
  
  
  
 /* Raju */

 /* service section */
/* .ser-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:30px;
}*/
 
 .ser-row-gap{row-gap:30px;}
 
 
.service-grid-item {
    padding: 20px 20px 22px 20px;
    border-radius: 8px;
    filter: drop-shadow(0px 6px 7.5px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
   /* margin-bottom: 20px;*/
 	height:100%;
}

.service-grid-item:hover {
    background-color:#232425;
    border-radius: 8px;
    transition: .3s;
    color: #fff !important;
}


.service-grid-item:hover .service-head,
.service-grid-item:hover p,
.service-grid-item:hover .ser-btn {
    color: #fff !important;
}

.service-grid-item .ser-btn:hover { color: #fff !important;}

.service-sec .service-head {
    font-family: 'GraphikLight';
    font-size: 24px;
    color: #090b19;
    letter-spacing: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.service-grid-item .ser-btn img{width: auto !important;}
.service-sec .service-grid-item p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #202020;
    font-family: 'GraphikLight';
}

.ser-btn {
    font-family: 'GraphikLight';
    color: #202020;
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 38px;
    text-transform: uppercase;
    text-align: left;
    border: 1px solid #ccc;
    width: 156px;
    height: 38px;
    border-radius: 20px;
    padding-left: 30px;
    position: absolute;
    bottom: 30px;
}
.h-s-img, .s-img{width:60px !important;}
.service-grid-item:hover .h-s-img {
    display: block !important;
}

.service-grid-item:hover .s-img {
    display: none !important;
}

.h-s-img {
    display: none !important;
}

.ser-btn img {
    float: right;
    margin: 2px;
}

.clr1 {
    color: #202020;
}


.sub-title{
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 26px;
	color: #fff;
	font-family: "GraphikLight";
}
/* why section */

.why-sec{background-image: url(images/expert-bg.png);padding: 100px 0px;background-position: center;}
.why-box {
    /* border: 1px solid #ffffff3d; */
    padding: 15px;
    height: 100%;
    background: #f9f9f930;
    color: #fff;
}
.why-p{font-size: 18px;line-height: 28px;margin:00px 0px 30px 0px;}
.why-box img{width: 40px;}
.why-content h5{font-family: 'GraphikLight';margin: 10px 0px;font-size: 23px;line-height: 32px;}

    /* values section */
    .read-case-sec .header-btn.w-auto{width: 250px !important;display: inline-flex;align-items: center;font-size: 16px !important;}
        .read-case-sec{padding: 80px 0px;}
        .read-case-sec .banner-btn{display: inline-flex;justify-content: flex-end;padding: 5px 20px !important;}
    .values-flex {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin-top:30px;
		column-gap: 10px;
		row-gap:30px;
    }
    
    .values-flex h3 {
        margin-top: 25px;
        margin-bottom: 0;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -.03em;
        font-family: 'GraphikLight';
    }
    
    .text-span {
        font-size: 18px;
        display: block;
    }
    
    .values-flex p {
        font-family: 'GraphikLight';
        color: #000;
        font-size: 16px;
        line-height: 1.6em;
        font-weight: 400;
        margin-top: 10px;
    }
    
    .values-flex .large-h {
        font-family: 'GraphikLight';
        font-size: 26px;
        line-height: 35px;
        margin-top: 20px;
    }
    
    .values-inner>div {
        position: relative;
        overflow: hidden;
    }
    
    .values-inner:hover .re-t {
        opacity: 1;
        transition: 1s;
    }
    
    .values-inner img {
        transition: 1s;
        object-fit: cover;
        object-position: center;
    }
    
    .values-inner:hover img {
        transform: scale(1.25);
        transition: all 1s ease;
    }
    
    .values-inner>div .re-t {
        opacity: 0;
        transition: 1s;
    }
    
    /* .values-inner:nth-child(2) { */
        /* margin-top: 80px; */
    /* } */
    
    /* .values-inner:nth-child(3) { */
        /* margin-top: 160px; */
    /* } */
    
    /* .values-inner:nth-child(4) { */
        /* margin-top: 240px; */
    /* } */
	
	
	/* TRAINING PAGE CSS STARTS HERE*/
	
	/* .trn-part .values-inner{ */
		/* margin-bottom: 120px; */
	/* } */
	/* .trn-part:nth-child(2) { */
        /* margin-top:100px; */
    /* } */
	/* .trn-part:nth-child(3) { */
        /* margin-top: 180px; */
    /* } */
	/* .trn-part:nth-child(4) { */
        /* margin-top: 260px; */
    /* } */
	
	/* TRAINING PAGE CSS ENDS HERE*/
      
    .re-t {
        position: absolute;
        color: #fff;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .re-t .red-btn1 {
        background:#ff8b00;
        color: #fff;
        border-color: transparent;
    }
    
    .read-grid-mid .re-t {
        bottom: 180px;
    }
    .red-btn1 {
        border: 1px solid;
        width: 80px;
        height: 80px;
        border-radius: 60px;
        display: inline-block;
        border-radius: 50%;
        text-transform: lowercase;
        font-size: 14px;
        transition-duration: 1s;
    }
    
    .red-btn1 span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin-top: 2px;
		/* text-transform: capitalize; */
    }
    
    .read-head {
        display: block;
        margin-top: -60px;
        text-align: center;
        font-size: 24px;
        font-family: 'Graphik-SemiBold'
    }
    
    .read-grid-mid .read-head {
        bottom: 17%;
    }

    .values-p-r{padding-right: 15%;}
	
	.values-p-r p{margin-bottom:0;}

    /* testimonials */

.testimonials {
    height: 100%;
    background: #eeeded;
    padding: 60px 0px 40px 0px;
}

.testi-box {
    background-image: url(../content/images/testi-bg.png);
    background-repeat: no-repeat;
    padding: 20px 120px 90px;
    text-align: center;
    background-position: bottom center;
    background-size: contain;
}

.testi-bdr {
    width: 80px;
    height: 3px;
    background-color:#fecb48;
    margin:25px auto 20px auto;
}

.testi-box p {
    color: #262626;
    margin-bottom: 8px;
    line-height: 28px;
}

.testi-head {
    color: #3a3500;
    font-family: 'GraphikMedium';
    font-size: 18px;
}

.testi-subhead {
    color: #1b1b1b;
    font-size: 14px;
}

.section-title {
    font-size: 48px;
    font-family: 'GraphikMedium';
    color: #0b0b0b;
 }

.testimonials .container {
    max-width: 1150px !important;
}

/* copy right sec */

.copy-right{padding: 20px 0px;border-top: 1px solid rgba(0,0,0,.1);}
.footer-sec{
    background-color: #fff;
}
.justify-space{justify-content: space-between;}


/* common css */

/* common css strats here */

ul {list-style-type:none; padding:0px; margin: 0px;}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/ 

a{text-decoration:none !important;}/* for removing underline for anchor*/

button:focus { outline: 0px !important; }

a:hover { text-decoration: none;}

textarea { resize: none;}

.w-100{width:100%;}

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

.h-100 {height:100%;}

/* for display */

.d-inline-flex{display:inline-flex ;}/* for display inline */

.d-inline-block{display:inline-block ;}

.d-flex{display:flex ;}/* for display inline */

/* for positions */

.pos-relative{position:relative;}

.pos-absolute{position:absolute;}

/* padding styles */

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

.p-5p{padding:5px;}

.p-10p{padding:10px;}

.p-15p{padding:15px;}

.p-20p{padding:20px;}

.p-30p{padding:30px;}

.p-40p{padding:40px;}

.pt-5p{padding-top:5px;}

.pt-10p{padding-top:10px;}

.pt-15p{padding-top:15px;}

.pt-20p{padding-top:20px;}

.pt-30p{padding-top:30px;}

.pt-40p{padding-top:40px;}

.pt-50p{padding-top:50px;}

.pt-60p{padding-top:60px;}

.pt-70p{padding-top:70px;}

.pt-80p{padding-top:80px;}

.pt-120p{padding-top:120px;}


.ptb-5p{padding-top:5px;padding-bottom:5px;}

.ptb-10p{padding-top:10px;padding-bottom:10px;}

.ptb-15p{padding-top:15px;padding-bottom:15px;}

.ptb-20p{padding-top:20px;padding-bottom:20px;}

.ptb-25p{padding-top:25px;padding-bottom:25px;}

.ptb-30p{padding-top:30px;padding-bottom:30px;}

.ptb-40p{padding-top:40px;padding-bottom:40px;}

.ptb-50p{padding-top:50px;padding-bottom:50px;}

.ptb-60p{padding-top:60px;padding-bottom:60px;}

.ptb-70p{padding-top:70px;padding-bottom:70px;}

.plr-0p{padding-left:0px;padding-right:0px;}

.plr-10p{padding-left:10px;padding-right:10px;}

.plr-20p{padding-left:20px;padding-right:20px;}

.plr-30p{padding-left:30px;padding-right:30px;}

.pb-10p{padding-bottom:10px;}

.pb-15p{padding-bottom:15px;}

.pb-20p{padding-bottom:20px;}

.pb-30p{padding-bottom:30px;}

.pb-40p{padding-bottom:40px;}

.pb-60p{padding-bottom:60px;}

.pb-70p{padding-bottom:70px;}

.pb-80p{padding-bottom:80px;}

.pb-140p{padding-bottom:140px;}

.ptb-4060p{padding-top:40px;padding-bottom:60px;}

.pt-0p{padding-top:0px;}

.pb-0p{padding-bottom:0px;}

.pr-0p{padding-right:0px;}

.pl-0p{padding-left:0px;}

.pl-5p{padding-left:5px;}

.pl-10p{padding-left:10px;}

.pl-15p{padding-left:15px;}

.pl-20p{padding-left:20px;}

.pl-25p{padding-left:25px;}

.pl-50p{padding-left:50px;}

.pr-5p{padding-right:5px;}

.pr-10p{padding-right:10px;}

.pr-20p{padding-right:20px;}

.pr-50p{padding-right:50px;}

/* margin styles */

.mlr-auto{margin-left:auto;margin-right:auto;}

.m-0{margin:0px;}

.m-15p{margin:15px;}

.m-lr-auto{margin:0px auto;}

.mt-5p{margin-top:5px;}

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

.mt-15p{margin-top:15px;}

.mt-20p{margin-top:20px;}

.mt-25p{margin-top:25px;}

.mt-30p{margin-top:30px;}

.mt-40p{margin-top:40px;}

.mt-50p{margin-top:50px;}

.mt-60p{margin-top:60px;}

.mt-70p{margin-top:70px;}

.mt-80p{margin-top:80px;}

.mt-90p{margin-top:90px;}

.mt-100p{margin-top:100px;}

.mt-120p{margin-top:120px;}

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

.mt-220p{margin-top:220px;}

.mb-0p{margin-bottom:0px;}

.mb-5p{margin-bottom:5px;}

.mb-10p{margin-bottom:10px;}

.mb-15p{margin-bottom:15px;}

.mb-20p{margin-bottom:20px;}

.mb-25p{margin-bottom:25px;}

.mb-30p{margin-bottom:30px;}

.mb-40p{margin-bottom:40px;}

.mb-50p{margin-bottom:50px;}

.mb-60p{margin-bottom:60px;}

.mb-70p{margin-bottom:70px;}

.mb-80p{margin-bottom:80px;}

.mtb-2040p{margin-top:20px;margin-bottom:40px;}

.mtb-5p{margin-top:5px;margin-bottom:5px;}

.mtb-10p{margin-top:10px;margin-bottom:10px;}

.mtb-15p{margin-top:15px;margin-bottom:15px;}

.mtb-20p{margin-top:20px;margin-bottom:20px;}

.mtb-30p{margin-top:30px;margin-bottom:30px;}

.mtb-40p{margin-top:40px;margin-bottom:40px;}

.mtb-50p{margin-top:50px;margin-bottom:50px;}

.mtb-60p{margin-top:60px;margin-bottom:60px;}

.mlr-10p{margin-left:10px;margin-right:10px;}

.mlr-20p{margin-left:20px;margin-right:20px;}

.ml-5p{margin-left:5px;}

.ml-10p{margin-left:10px;}

.ml-15p{margin-left:15px;}

.ml-20p{margin-left:20px;}

.ml-30p{margin-left:30px;}

.ml-50p{margin-left:50px;}

.mr-5p{margin-right:5px;}

.mr-10p{margin-right:10px;}

.mr-15p{margin-right:15px;}

.mr-20p{margin-right:20px;}

.mr-25p{margin-right:25px;}

.mr-30p {margin-right: 30px;}

.mr-40p {margin-right: 40px;}

.mr-50p {margin-right: 50px;}

/* for box shadow */


/* for border radius  */

.brad-0 {border-radius: 0;}

.brad-2 {border-radius: 2px;}

.brad-3 {border-radius: 3px;}

.brad-4 {border-radius: 4px;}

.brad-5 {border-radius: 5px;}

.brad-6 {border-radius: 6px;}

.brad-8 {border-radius: 8px;}

.brad-50 {border-radius: 50px;}

/* for borders  */

.br-0p {border: 0;}

.br-top-1p {border-top: 1px solid #e0dcdc;}

/* for letter spacing  */

.ls-1p {letter-spacing: 1px;}

.ls-2p {letter-spacing: 2px;}

.ls-3p {letter-spacing: 3px;}

.ls-4p {letter-spacing: 4px;}

.ls-7p {letter-spacing: 7px;}

.ls-po_3p{letter-spacing: .3px;}

/* for text-patterns*/

.txt-up {text-transform: uppercase;}

.txt-cap {text-transform: capitalize;}

.txt-undline {text-decoration: underline !important; }

.txt-und-position{text-underline-position: under;}

/* for text-alignment*/

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

.align-flex-end {align-items: flex-end;}

.justify-space {justify-content: space-between;}

.justify-center {justify-content: center;}

.justify-flex-end {justify-content: flex-end;}

.wh-space {white-space: pre-line;}

.obj-fit {object-fit: cover;}
    
.cursor-pointer {cursor: pointer;}

.overflow-hidden {overflow: hidden;}

.transform-y1p{transform: translateY(1px);}
.transform-y2p{transform: translateY(2px);}

/* for font-size */

.font11 {font-size: 11px;}

.font12 {font-size: 12px;}

.font13 {font-size: 13px;}

.font14 {font-size: 14px;}

.font15{font-size:15px;}

.font16{font-size:16px;}

.font17{font-size:17px;}

.font18{font-size:18px;}

.font20{font-size:20px;}

.font22{font-size:22px;}

.font23{font-size:23px;}

.font24{font-size:24px;}

.font26{font-size:26px;}

.font28{font-size:28px;}

.font30{font-size: 30px;}

.font34{font-size: 34px;}

.font36{font-size: 36px;}

.font40{font-size: 40px;}

.font44{font-size: 44px;}

.font48{font-size: 48px;}

.font50{font-size: 50px;}

.font52{font-size: 52px;}

/* for line-hieght */

.lh-15p {line-height: 15px;}

.lh-16p {line-height: 16px;}

.lh-18p {line-height: 18px;}

.lh-19p {line-height: 19px;}

.lh-20p {line-height: 20px;}

.lh-22p {line-height: 22px;}

.lh-23p {line-height: 23px;}

.lh-24p {line-height: 24px;}

.lh-25p {line-height: 25px;}

.lh-26p {line-height: 26px;}

.lh-27p {line-height: 27px;}

.lh-28p {line-height: 28px;}

.lh-32p {line-height: 32px;}

.lh-33p {line-height: 33px;}

.lh-34p {line-height: 34px;}

.lh-42p {line-height: 42px;}

.lh-44p {line-height: 44px;}

/* for font-weight */

.fw-600 {font-weight: 600;}

.fw-900 {font-weight: 900;}

/* for text-alignment*/

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

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

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

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

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

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

.common-section{
	padding-top:70px;
	padding-bottom:70px;
}


/* ------------------------------------------------------ */
		/* INNER PAGES COMMON CSS */
/* ------------------------------------------------------ */

.inban-theory {
    /* position: absolute; */
    /* top: 25%; */
    width: 40%;
    position: absolute;
    top: 50%;
    /* left: 34%; */
    transform: translate(0%, -50%);
}
.innbanner-title{
	font-size:45px;
    letter-spacing:0px;
    line-height: 58px;
    color:#1f1f1f;
    font-family: "Gellix-SemiBold";
	margin-top: -7px;
}

.innbanner-title img {
    position: absolute;
    margin: -45px -51px;
}

.innpage-title{
	font-size:30px;
    line-height:36px;
    color: #1f1f1f;
    font-family: "Gellix-SemiBold";
}

.inner-head {
    font-family: 'Gellix-SemiBold';
    font-size: 23px;
    color: #1f1f1f;
}

.csm-hd{font-family: 'GraphikLight'; margin-bottom: 8px; font-size:24px;}

.update-txt{
	padding-top:150px;
	padding-bottom:150px;
}
	
/* ------------------------------------------------------ */
		/* ABOUT PAGE CSS */
/* ------------------------------------------------------ */
.inner-page-pad{padding-top:50px;}
.valu-img img{filter: brightness(0)!important;}
.valu-img2:hover img{filter: none!important;}
.valu-img2 p{margin-bottom:0px;}
.innbanner-sub-title {
  font-size: 17px;
   line-height: 22px;
  color: #1f1f1f;
  font-family: 'Gellix-Regular';
  padding-top:8px;
  margin-bottom:0;
}

.ab-head-1{
 font-size: 40x!important;
line-height: 16px;
 font-family: "Gellix-SemiBold";
 }
.ab-bg{background-color:#000;}
.ab-bg2{border:1px solid transparent;}
.ab-bg3{border:1px solid transparent;}

.ab-bg3:hover{border:1px solid transparent;
    border-image: linear-gradient(-90deg, #e498cf 0%, #78aafd 100%) 1;border-radius: 50%!important; background-origin: border-box;
	background-clip: content-box, border-box;}
	
.ab-bg2:hover{border:1px solid transparent;
    border-image: linear-gradient(-90deg, #e498cf 0%, #78aafd 100%) 1; border-radius: 50%!important; background-origin: border-box;
	background-clip: content-box, border-box;}

.bg-l-r-pad{padding-left:40px; padding-right:40px;}

.ab-paad1{padding: 25px 25px 22px;}
.ab-mar{margin:40px;}
.t-b-pad{padding-top:50px; padding-bottom:50px;}


.gredent-text {
   background: linear-gradient(271.6deg, #78AAFD 0.72%, #E598CF 104.94%);
    background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
 
.ab-paad2{padding: 35px 33px 15px; border-radius:3px;}
.t-p5{padding-top:5px;}
.b-p5{padding-bottom:5px;}
.b-p0{padding-bottom:0px!important;}
.t-p0{padding-top:0px!important;}
.shadow-2{box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25)}
.valu-img img{height:60px; margin-bottom:12px;}

 
.counter-pad{padding-top:0px; padding-bottom:50px;}

/* counter start  */
 .counter-blk {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  }
.count-r-border{border-right: 1px solid #dbdbdb;}
.count-border{border: 1px solid #dbdbdb;}

  .coun-bg {
 	padding: 25px 15px 25px 15px;
	height:100%;
	/*background-color:#fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.08);*/
}

.counter {
	font-size: 40px;
	letter-spacing: -2px;
	line-height: 22px;
	color: #000048;
	font-family: 'Gellix-SemiBold';
	text-align:center;
}
.counter:after {
	content: '+';
	transform: translateY(-2px);
	display: inline-block;
}
 .countet-title2 {
	font-size: 15px;
	line-height: 20px;
	color: #282879;
	font-family: 'Gellix-Regular';
	margin-top: 20px;
	margin-bottom: 0;
	text-align:center;
}

/* counter end  */



.mission-box{
	background-color: #35b3e5;
	border-radius: 100px;
    color: #fff;
    padding: 14px 30px 14px 40px;
	height: 100%;
}
.m-con{display: flex;width: 100%;height: 100%;align-items: center;}
.work:nth-child(2) .mission-box {background-color: #fb4201;}
.work:last-child .mission-box {background-color: #fe922b;}
.mission-box img {
    position: absolute;
    top: -28px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    right: 28px;
    object-fit: contain;
}
.mission-box h5{font-family: 'GraphikMedium';}
.mission-box p{font-size:15px;}

.cou-li img{width:100%;}


/* ------------------------------------------------------ */
		/* SERVICES PAGE CSS */
/* ------------------------------------------------------ */

.srb{padding-right:0px !important;}
.service-left-blk {padding-right: 25px;}
.sideser-list-box {border:1px solid #ffd39f;}
.sideser-list-title {
    background-color:#ff8a00;;
    color: #FFFFFF;
    font-family: "Gellix-SemiBold";
    font-size: 25px;
	padding: 18px 10px 18px 25px;
}
.inner-ser-li li {
    font-family: 'Gellix-Medium';
    /* text-transform: capitalize; */
    border-bottom:1px solid #ffd39f;
    padding: 17px 10px 17px 20px;
}
.inner-ser-li a {
    color: #010101;
    display: flex;
    align-items: center;
	font-size: 16px;
}
.inner-ser-li li:last-child {border-bottom: none;}

.sideser-icon{height:180px; object-fit:cover;}

.inner-ser-li li.active a{color: #ff8b00;}


/* service pages common box css */

.innserv-box {
	border: 1px solid #D7E0EB;
	padding: 20px;
	border-radius: 3px;
	height: 100%;
	transition: .5s;
}
.innserv-icon {
    border-radius: 6px;
    margin-bottom: 20px;
}
.innserv-title{
    font-size: 22px;
    color: #1f1f1f;
    font-family: "Gellix-SemiBold";
}
.innserv-box:hover {
    border-color: #fba101;
    transition: .5s;
}

/* ------------------------------------------------------ */
		/* CLOUD SERVICES PAGE CSS */
/* ------------------------------------------------------ */

.vision-bor{
	border: 1px solid #D7E0EB;
    padding: 20px;
    border-radius: 3px;
    height: 100%;
    transition: .5s;
}
.vision-head{margin-bottom:15px;}
.vision-head img {filter: brightness(0);}
.vision-head img {width:40px;}
.vision-bor:hover img {filter: none;}


.list-li2 li {
    background: url(../content/images/list-li.png) no-repeat left 4px;
    margin-bottom: 1%;
    line-height: 26px;
    padding-left: 25px;
    vertical-align: middle;
}

/* ------------------------------------------------------ */
		/* QUALITY ASSURANCE PAGE CSS */
/* ------------------------------------------------------ */

.ser-f-r {float: left;}
.ser-pad-img {padding: 7px 25px 10px 0px;}
.ser-images img{height:250px;}

/* ------------------------------------------------------ */
		/* DEVOPS PAGE CSS */
/* ------------------------------------------------------ */
/* training pages common box css */

.devop-stack-ico{height:220px;}
.devop-stack-title{
	font-size: 22px;
    color: #1f1f1f;
    font-family: "Gellix-SemiBold";
	line-height:26px;
	margin:10px 0px;
}

.web-ico img{width:100%;}

/* sidebar training list css */

.tng-left-block{padding-right:0; margin-right:-40px;}
.tng-right-block {margin-left: 50px;}
.tng-right-block .sideser-list-title{padding: 14px 10px 14px 25px;}

.tng-list-li li { padding: 14px 10px 14px 20px;}
.tng-list-li a {font-size: 14px;}
/* ------------------------------------------------------ */
		/* CLOUD ENGINEERING PAGE CSS */
/* ------------------------------------------------------ */
.box-br {
    border: 1px solid #dcdcdc;
    padding: 35px;
    border-radius: 3px;
}

/* ------------------------------------------------------ */
		/* CONTACT PAGE CSS */
/* ------------------------------------------------------ */

.contact-blk {
    padding: 60px 60px 0px;
    background-color: #fff;
    border: 1px solid #dbdde3;
}
.enq-box {
    padding: 24px 12px;
    background-color: #ffffff;
    border: 1px solid #fff;
    box-shadow: 0 0.11rem 0.9rem rgb(0 0 0 / 12%);
}
.enq-box:hover {
    padding: 24px 12px;
    background-color: #ffffff;
    border: 1px solid #d7d7d8;
    box-shadow: none !important;
}

.ready-title{font-size:50px; line-height:54px;}
.contact-form input, .contact-form textarea {
    font-size: 16px;
    color: #8b8b8b;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.050980392156862744);
    border: 1px solid #393939;
	margin-top:15px;
}
.contact-form input, .contact-form textarea {
    color: #000 !important;
}
.contact-form input {
    height: 49px;
}
.contact-btn {
    background-color:#ff7800;
    padding: 10px 40px 11px 40px;
    text-transform: uppercase;
    font-size: 16px !important;
    color: #fff;
	font-family: "Gellix-SemiBold";
}
.ls-con {letter-spacing: 0.5px;}
.text-s2color {color: #131313;}
.pr-cgap{padding-right:5px !important;}
.pl-cgap{padding-left:5px !important;}



.img-f-r{float:right;}
.l-pad{padding-left:15px;}


/*   popup start    */

.Click-here {
  cursor: pointer;
  background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
  color: #fff;
  width: 180px;
  text-align: center;
  font-size:16px;
  padding: 18px 0;
  margin: 0 auto;
  transition:background-image 3s ease-in-out;
}
.Click-here:hover{
  transition:background-image 3s ease-in-out;
  background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 500px;
  margin: 15px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  /* width: 500px; */
  position: relative;
  background-color: #fff;
  /*border: 1px solid #999;*/
 /* border: 1px solid rgba(0, 0, 0, 0.2);*/
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  /*padding: 20px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*max-height: calc(100vh - 70px);*/
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
  /* height:600px; */
  overflow-y:scroll;
  scrollbar-width: none;
  scrollbar-height: none;
   -ms-overflow-style: none;
}
.scrool-none::-webkit-scrollbar { width: 0 !important }

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 9px;
  top: 9px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  padding: 0px 15px 0px 15px;
  border-radius: 50px;
}
.close-btn span{
	border: 1px solid #fff;
	color: #fff;
	padding: 2px 10px;
	border-radius: 50%;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  /* .custom-model-inner{margin-top: 45px;} */
}



/*   popup end    */


/* form css */

/* popup form */

.pop-form{padding:0px 30px 30px 30px !important;}
.pop-form .form-group {
	margin-top:20px !important;
}

.study-form-blk {
	border-radius: 5px;
	filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.15));
	background-color: #ffffff;
}

.study-form-hd {
	background-image: linear-gradient(90deg, #ffbd00 0%, #ff7501 100%);
	padding: 16px 25px;
	border-radius: 5px 5px 0px 0px;
}

.study-form {
	padding: 30px;
}

.study-form .form-group {
	margin-top: 38px;
}

.study-form .form-group:first-child {
	margin-top: 7px;
}

.study-form input,
.study-form select,
.study-form textarea {
	font-family: 'Gellix-Regular';
	font-size: 15px;
	color: #666a72;
	border-bottom: 1px solid #999fab !important;
	border: 0px;
	border-radius: 0px;
	padding-bottom: 10px !important;
	padding: 0px;
	position: relative;
}

.studyform-btn {
	/*filter: drop-shadow(0px 3px 0px #009994);*/
	background-color: #ff8401;
	padding: 10px 65px;
	font-family: 'Gellix-Regular';
	line-height: 28px;
}

.study-form ::placeholder {
	color: #666a72 !important;
	opacity: 1;
}

.preferred {
	font-size: 13px;
	color: #666a72;
}

.review input {
	width: 18px;
	height: 18px !important;
	border-radius: 2px;
	transform: translateY(4px);
	box-shadow: none;
	border: 1px solid gray;
	font-size: 15px;
	margin-right: 5px;
	transform: translateY(1px);
}

.review label {
	font-size: 14px;
}

.lable-t-m25n {
	margin-top: 15px !important;
}



.study-form-hd h4{
  font-size: 25px;
  line-height: 27px;
  color: #fff;
  font-family: "Gellix-SemiBold";
  margin-bottom: 5px;
}



.update-txt{
	padding-top:150px;
	padding-bottom:150px;
}



/* ------------------------------------------- */
	/* SERVICE PAGES COMMON CSS */
/* ------------------------------------------- */

/* native section */

.native-sec{padding:30px;background-position: center; background-repeat: no-repeat; border-radius:5px; margin-top:70px;}
.native-title{font-size:36px; line-height:38px; margin-bottom: 20px;}
.native-box {padding: 15px;height: 100%;background: #f9f9f930;color: #fff;}
.native-icon{width:32px;}
.native-p{font-size: 18px;line-height: 28px;margin:00px 0px 30px 0px;}
.native-content h5{font-family: 'GraphikLight';margin: 10px 0px;font-size: 20px;line-height:28px;}


.dg-box{}
.dg-ico{width: 60px;}

.dg-box:hover .dg-ico{filter: brightness(0) invert(1);}
/* client logos css */

.cl-sec{padding-bottom:70px;}
.client-block { display: grid; grid-template-columns: repeat(5,1fr); column-gap: 20px; row-gap: 20px;}
.client-flex-1 img{height: 150px;}



.client-block2 .client-flex-1{
	border: 1px solid #e5e3e3;
}

.client-block2 .client-flex-1 img{ height:100px; padding: 5px;}

.mig-title{font-size:36px;}

/* ------------------------------------------- */
	/* TRAINING PAGES COMMON CSS */
/* ------------------------------------------- */


.training-bantheory {
    width: 580px;
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(0%, -50%);
}

.training-ban-title{
	font-size:42px;
	letter-spacing: 1px;
	line-height:48px;
	font-family: "Gellix-Bold";
}
.training-ban-subtitle{
	font-size: 18px;
    line-height: 26px;
    font-family: "GraphikLight";
	margin: 10px 0px 30px 0px;	
}


/* stack section css */

.stack-block {
    padding: 45px;
    border-radius: 5px;
    background-image: url(../content/images/expert-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.stack-subtitle{
	font-family: "Gellix-SemiBold"; 
	text-transform:uppercase;
}
.metrix-box {
    text-align: center;
    margin-left: auto;
    width: 350px;
}
.metrix-box p {
    font-size: 18px;
    /* margin-bottom: 0; */
    border:1px solid #f9f9f930;
    padding: 10px;
}
.metrix-box p span {
    font-size: 30px;
    color: #ffbe35;
    display: block;
	font-family: 'Gellix-Bold';
}
.training-btn a{
	filter: drop-shadow(0px 5px 3px rgba(68, 38, 1, 0.1));
    background-image: linear-gradient(90deg, #ff8a00 0%, #ffffff 100%);
	color: #000;
    font-size: 18px;
	padding: 14px 38px;
    border-radius: 23px;
	cursor: pointer;
}
.training-btn a:hover{
	background-image: linear-gradient(90deg, #ffffff 0%, #ff8a00 100%);
    color: #000 !important;
}


/* ------------------------------------------- */
	/* CAREERs PAGE  CSS */
/* ------------------------------------------- */

.job-portal-blk{
	border: 1px solid #ddd;
    margin-bottom: 15px;
    /* padding: 20px; */
}
.portal-hd { background-color: #f8f8f8; padding: 25px;}
.portal-subname { margin: 0; font-size: 14px;}
.portal-name {
    font-size: 30px;
    color: #000048;
    font-family: "Gellix-SemiBold";
    margin-top: 7px;
    margin-bottom: 14px;
}
.portal-hd ul { display: flex; padding: 0; margin: 0; flex-wrap: wrap;}
.portal-hd ul li{ margin-right:30px;}
.portal-hd ul li i{font-size: 13px;color:#919191;}

.portal-cont{padding:12px 25px 35px 25px;}

.portal-cont-title{
	font-size: 18px;
    letter-spacing: 0.35px;
    color: #232425;
    font-family: "Gellix-SemiBold";
}
ul.respon-li {
    padding-left:20px;
}
.respon-li li {
	margin-top: 10px;
}
.respon-li li:before {
    content: '';
    border-radius: 50%;
    height: 5px;
    width: 5px;
    margin-right: 13px;
    background-color: #7e8185;
    margin-left: -18px;
    display: inline-block;
    /* margin-top: -12px; */
    transform: translateY(-2px);
}
/* upload file button css */
.resume-up {
    background: url(images/uploadresu-ico.png) no-repeat left top;
    display: inline-block;
    height: 38px;
    width: 39px;
    vertical-align: middle;
	margin-right:5px;
}
.file > label {
    cursor: pointer;
}
.file > input[type='file'] {
    display: none;
}


.job-portal-form input, .job-portal-form select, .job-portal-form textarea {
    padding-bottom: 16px !important;
}