﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
    font-family: "Inter", serif;
}

body{overflow-x: hidden;}

h1,
h2, 
h3,
h4,
h5,
h6 {
    /* margin: 0; */
    padding: 0;
}

.inter-<uniquifier> {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.short_container {
    width: 88%;
    margin: 0 auto;
}


body {
    font-family: "Inter", serif;
    box-sizing: border-box;
}

input,
select,
textarea,
label,
button,
fieldset {
    border: none;
    outline: none;
}

ul li {
    list-style: none;
}

/*
.container { max-width: 1603px; margin: 0 auto;  width: 100%; position:relative;}
.container-inner { max-width: 1282px; margin: 0 auto;  width: 100%; position:relative;} */
.clear {
    clear: both;
}

.img-responsive {
    width: 100%;
}

a,
button {
    text-decoration: none;
    transition: 0.5s;
}

a:hover,
button:hover {
    transition: 0.5s;
    text-decoration: none !important;
}

hr {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 20px 0;
}

.imgfloat {
    float: left;
    margin-right: 30px;
    border;
    1px solid #ccc;
    width: 400px;
}

header {
    padding: 5px 0px 0; 
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999999;
    transition: 0.5s all ease;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px #ccc;
}


.hdr_logo img { 
    padding-bottom: 5px;
}

.searchbx { 
    margin-left: 20px;
}

.clogobox {
    display: flex;
    flex: 0 0 236px;
    width: 236px;
}

.clogobox a.hdr_logo {
    display: block;
    width: 100%;
}


.a {
    color: #ec3237;
    font-size: 26px;
    text-transform: uppercase;
    font-family: "Inter", serif;
    font-weight: 600;
}

.menu_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.hdr_logo img {
    transition: 0.5s all ease;
    width: 100%;
}


.sticky {
   position:fixed; 
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    box-shadow: 0 0 10px #ccc;
    tarnsition: 0.5s;
    background: #fff;
}

.sticky img {
    max-height: 70px;
    transition: 0.5s all ease;
}

.mobtx {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.mobtx img {
    max-height: 24px;
    margin-left: 0;
    vertical-align: middle;
    margin-top: -7px;
}

.header_fixed .mobtx img {
    max-height: 25px;
}

.mobtx ul {
    margin: 0px;
    padding: 0;
}

.mobtx ul li {
    list-style: none;
    float: left;
    margin-right: 0px;
}

.mobtx ul li a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}

/*****  Mobile number css End  *****/

/*****  Header Navigation css Start *****/
header .nav {
    padding-left: 10px;
}

/* header .nav ul li {display: inline-block;margin-left: 18px;} */
header .navbar {
    padding: 0;
    min-height: 0px;
    margin-bottom: 0px;
}

header .nav ul li {
    margin-left: 5px;
}

header .nav ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.2;
    padding:10px 24px 10px 14px !important;
    text-transform: capitalize;
    display: block;
    color: #5E5B5B;
    font-family: "Inter", serif;
    transition: 0.5s all ease;
    position: relative;
    text-decoration: none;
    position: relative;
}

.header_fixed .nav ul li a {
    transition: 0.5s all ease;
}

header .nav ul li:hover a {
    color: #04165d;
    transition: 0.5s all ease;
}

header .dropdown:hover>.dropdown-menu {
    display: block;
    margin: 0;
    padding: 0px;
    border: 0;
    background: #fff;
    padding: 20px;
}

header .dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

header .dropdown:hover>.dropdown-menu li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

header .dropdown:hover>.dropdown-menu li a {
    padding: 10px;
    color: #04165d;
}

header .dropdown:hover>.dropdown-menu li a:hover {
    background: #166aa9;
    color: #fff;
}

header .nav .navbar-toggle {
    display: none;
}

header .nav ul li a.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: baseline;
    content: "\f107";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 14px;
}

header .nav ul li a.dropdown-toggle:hover::after {
    color: #166aa9;
}

.searchbx .input-group {
    display: block;
}

.searchbx .input-group input {
    width: 100%;
    padding-left: 40px;
    border-radius: 5px !important;
    background: #F5F5F5;
}
li.nav-item.search_item {
    width: 180px;
}

.searchbx .input-group .input-group-btn {
    position: absolute;
    top: 0;
    z-index: 9;
}

.searchbx .input-group .input-group-btn i {
    line-height: 22px;
    font-size: 20px;
}
.searchbx .input-group input:hover, .searchbx .input-group input:focus{box-shadow:0 0 10px #adadad;}
.searchbx button.btn.btn-default img:hover{box-shadow:0 0 10px #adadad;}

header .nav ul li:last-child {
    margin-left: 20px;
}

.pd_t50 {
    padding: 50px 0;
}


/* .header_fixed  .nav ul li a.dropdown-toggle::after{color: #333;} */
/*****  Header Navigation css End *****/
.banner-home {
    width: 100%;
    margin: 0px auto 0px auto;
    position: relative;
}

.banner-home img {
    width: 100%;
    height: auto;
}

.banner {
    width: 100%;
    position: relative;
	    z-index: 9; 
}

.banner img {
    width: 100%;
    height: auto;
}

.banner .banner_caption {
    position: absolute;
    top: 40%;
    left: 0%;
    font-size: 42px;
    line-height: 50px;
    width: 100%;
    color: #fff;
    font-weight: 700;
}

.banner .banner_caption h2 , .banner .banner_caption h1{
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
	margin: 0;
	width: 100%;
}

.banner .banner_caption p {
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0px;
}

.banner-home .banner_caption {
    position: absolute;
    top: 32%;
    width: 100%;
    left: 0;
    text-align: left;
}
.banner-home .banner_caption a{ /* margin-top: 70px; */}
.home_banner01 {
    min-height: 295px;
}
.banner-home .banner_caption h2 , .banner-home .banner_caption h1{
    font-size: 53px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1.2px;
}

.banner-home .banner_caption p {
	    font-size: 20px;
		line-height: 34px;
		color: #fff;
		font-weight: 300;
		margin-bottom: 20px;
}

.banner-home .banner_caption .banner_btn {
    margin-top: 95px;
}

.banner-home .banner_caption .banner_btn a {
    background-image: linear-gradient(90deg, #04165D 20%, #27BDF2 54%, #8DD531 100%);
    font-size: 20px;
    line-height: 1.5;
    padding: 9px 33px;
    color: #fff;
    font-weight: 700;
    border-radius: 13px;
    transition: 0.5s;
    display: inline-block;
    letter-spacing: 2px;
}

.banner-home .banner_caption .banner_btn a:hover {
    background-image: linear-gradient(90deg, #04165D 1%, #27BDF2 90%);
    transition: 0.5s;
}

#home-banner .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 5%;
    text-align: center;
}

#home-banner .owl-dots .owl-dot span {
    background: #D9D9D9;
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

#home-banner .owl-dots .owl-dot.active span,
#home-banner .owl-dots .owl-dot:hover span {
    background: #27BDF2
}

.maintext {
    padding: 100px 0 50px;
    width: 100%;
	position:relative;
}

.heading {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.heading h3 , .heading h2{
    font-size: 50px;
    font-size: 43px;
    line-height: 58px;
    margin-bottom: 5px;
    padding: 0 85px;
    color: #04165D;
    text-align: center;
    padding-bottom: 0px;
    display: inline-block;
    font-weight: 700;
	    border-bottom: 3px solid #8DD532;
    padding: 0;
}

.heading h3 span , .heading h2 span{
    color: #29CFF8;
    letter-spacing: 1px;
}



.heading h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px;
    color: #04165D;
    text-align: center;
    padding-bottom: 0px;
    display: inline-block;
}

.heading h4 span {
    color: #29CFF8;
}

.heading .hborder {
   /* width: 35%;
    height: 2px;
    background: #8DD532;
    margin: auto; */
	
}

.wtwedo {
    margin: 50px auto 0;
    width: 100%;
    max-width: 850px;
    display: flex;
    align-items: flex-start;
	    margin-top: 0;
}

.wtwedo h4 {
    letter-spacing: 2px;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 0px;
    color: #04165D;
    width: 33%;
    font-weight: 900;
}


.wtwedo .wtwedotxt {
    width: 70%;
}

.wtwedo .wtwedotxt h5 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
    color: #04165D;
    font-weight: 400;
}

.wtwedo .wtwedotxt h6 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
}

.wtwedo .wtwedotxt p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #000;
}

.wtwedo .wtwedotxt a {
    /* background: #8DD532; */
   /* font-size: 20px;
    line-height: 24px;
    padding: 6px 12px;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    transition: 0.5s;
    display: inline-block;
    letter-spacing: 1px; */
}

.aboutbx {
    margin: 0px auto 0;
    width: 100%;
    /* max-width: 1004px; */
    display: flex;
    align-items: flex-start;
    padding-left: 4%;
    padding-right: 6%;
}

.aboutbx h4 , .aboutbx h2{
    letter-spacing: 1px;
    font-size: 41px;
    margin-bottom: 0px;
    color: #04165D;
    width: 29%;
    font-weight: 900;
    line-height: 1.3;
}

.aboutbx .aboutbxtxt {
    width: 71%;
}

.aboutbx .aboutbxtxt h5 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 40px;
    color: #04165D;
}

.aboutbx .aboutbxtxt h6, .aboutbx .aboutbxtxt h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #000;
    font-weight: 700;
}

.aboutbx .aboutbxtxt p {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0px;
    color: #000;
}

.timelinebx {
    padding: 50px 0 0;
}

.whatwebel {
    padding: 50px 0 0;
}

.whatwebel .visionbx {
    background-image: linear-gradient(to left, #95D623, #4E7012);
    padding: 40px;
    color: #fff;
    border-radius: 10px;
}

.whatwebel .missionbx {
    background-image: linear-gradient(to left, #29C4F8, #187392);
    padding: 40px;
    color: #fff;
    border-radius: 10px;
}

.valuebx {
    /* border-image: linear-gradient(to right, #29CFF8 0%, #95D623 100%) 1; 
    border-radius: 5px; 
    border-width: 2px; 
    border-style: solid; 
    padding:30px;    
    min-height: 290px; */
    padding: 30px;
    min-height: 320px;
    background: url(../images/about_bg_value.png) top center no-repeat;
    background-size: 100% 100%;



}

.value_slider .owl-stage .owl-item:nth-child(odd) .valuebx,
.about_bg_value_rotate {
    background-image: url(../images/about_bg_value_rotate.png);
}



.valuebx h4 {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 35px;
    color: #04165D;
}

.valuebx img {
    margin-right: 20px;
    display: inline-block !important;
    height: 60px;
    vertical-align: middle;
    width: auto !important;
}

.whatwebel .our_strenghts .heading {
    text-align: center !important;
}

.Personality_Traits .heading {
    text-align: center !important;
}


.banner.inner_banner .banner_caption {
    top: 50%;
    /* transform: translate(0px, -33%); */
	transform: translate(0px, -50%);
}
/*
span.breadcrumb_last {
    display: none;
}
*/
.banner.inner_banner .banner_caption h2 {
    margin: 0;
}

.awards .areasbx ul li p {
    font-weight: 700;
}

.valuebx p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
}


.value_slider .owl-nav .owl-prev:hover {
    background: none;
}

.value_slider .owl-nav .owl-next:hover {
    background: none;
}

.whatsnew {
    padding-top: 20px;   /* adjust to control top space */
    padding-bottom: 60px; /* add bottom padding */
}

.whatsnew .whatsnewbx {
    width: 100%;
    position: relative;
    margin: 40px 0 0px;
}

.whatsnew .whatsnewbx .whatsnewimg {
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
}

.whatsnew .whatsnewbx .whatsnewimg img {
    width: 100%;
    border-radius: 20px;
    transition: 0.5s;
	    object-fit: cover;
}
 
.featured-slider .item {
    margin: 8px 20px !important;
}

.whatsnew .whatsnewbx:hover .whatsnewimg img {
    transform: scale(1.1);
    transition: 0.5s;
}

.whatsnew .whatsnewbx .whatsnewbxtxt {
    position: absolute;
    top: 0%;
    left: 0px;
    padding: 15px 32px 40px;
    height: 100%;
    transition: all 0.5s ease-out;
    border-radius: 20px;
    width: 100%;
    opacity: 1;
    z-index: 2;
    background: linear-gradient(126.54deg, #04165D 1.82%, rgba(4, 22, 93, 0) 99.29%);
}

.whatsnew .whatsnewbx .whatsnewbxtxt h5, .whatsnew .whatsnewbx .whatsnewbxtxt h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 25px;
    color: #fff;
}

.whatsnew .whatsnewbx .whatsnewbxtxt h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

.whatsnew .whatsnewbx .whatsnewbxtxt p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #fff;
    transition: 0.5s;
    opacity: 0;
}

.whatsnew .whatsnewbx .whatsnewbxtxt button,
.whatsnew .whatsnewbx .whatsnewbxtxt a {
  /*   letter-spacing: 1px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 10px;
    transition: 0.5s;
    opacity: 0;
    background: none; */
	opacity: 0;
}

.whatsnew .whatsnewbx:hover .whatsnewbxtxt {
    opacity: 1;
    transition: all 0.5s ease-out;
    /*background:rgba(4,22,93,0.8); */
    background: linear-gradient(126.54deg, rgb(4 22 93 / 80%) 80%, rgb(4 22 93 / 80%) 80%)
}

.whatsnew .whatsnewbx:hover .whatsnewbxtxt ul {
    opacity: 1;
    transition: all 0.5s ease-out;
}

.whatsnew .whatsnewbx:hover .whatsnewbxtxt p,
.whatsnew .whatsnewbx:hover .whatsnewbxtxt button,
.whatsnew .whatsnewbx:hover .whatsnewbxtxt a {
    opacity: 1;
    transition: all 0.5s ease-out;
}


.industrybxinn .industrybx .industrybxtxt {}

.industrybxinn .industrybx .industrybxtxt button {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: 400;
    transition: 0.5s;
    opacity: 0;
    background: linear-gradient(126.54deg, #04165D 1.82%, rgba(4, 22, 93, 0) 99.29%);
}

.industrybxinn .industrybx:hover .industrybxtxt {
    opacity: 1;
    transition: all 0.5s ease-out;
    background: rgba(4, 22, 93, 0.8);
    background: linear-gradient(126.54deg, rgb(4 22 93 / 80%) 80%, rgb(4 22 93 / 80%) 80%)
}

.industrybxinn .industrybx:hover .industrybxtxt ul {
    opacity: 1;
    transition: all 0.5s ease-out;
}

.industrybxinn .industrybx:hover .industrybxtxt p,
.industrybxinn .industrybx:hover .industrybxtxt button {
    opacity: 1;
    transition: all 0.5s ease-out;
}

.industrybxinn .industrybx:hover .industrybximg h4 {
    transition: 0.5;
}

.secupport_section01 {
    padding: 0 20px;
}

.awards .awardsiner ul {
    padding: 0;
}


.ss_impact {
    /* padding:50px 50px; */
    padding: 50px 0px;
}

.ss_impactin {
    background: url(../images/bg1.png) top center no-repeat;
    padding: 75px 60px 50px;
    background-color: #F4F4F4;
    border-radius: 25px;
    background-size: cover;

    background: rgb(244, 244, 244);
    background: linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 35%, rgba(0, 0, 0, 0) 100%);
    padding-bottom: 0;
}

.ss_impact .ss_impactbx {
    padding: 80px 40px 20px 0;
}

.ss_impact .ss_impactbx p {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #04165D;
}

.ss_impact .ss_impactbx h5 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
    color: #04165D;
}

.ss_impact .ss_impact_img {
    position: relative;
    padding: 40px 0 0;
}

.ss_impact .ss_impact_img img {
    width: 100%;
}

.ss_impact .ss_impact_img {
    padding-left: 50px;
}


.Service {
    width: 100%;
    padding: 50px 0px;
}

.Servicebx {
    width: 100%;
    position: relative;
    margin-top: 00px;
}

.Servicebx .ServicebxL {
        width: 22%;
    padding: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    border-radius: 26px;
    text-align: center;
    box-shadow: 0px 6px 6px #a1a1a1;
    transform: translate(0, -50%);
}

.Servicebx .ServicebxL .ServicebxLin {
        padding: 38px 20px;
    background-image: linear-gradient(to top right, #04165D, #27BDF2 50%, #8DD532);
    border-radius: 22px;
    text-align: center;
}

.Servicebx .ServicebxL h2, .Servicebx .ServicebxL h3{
    font-size: 130px;
    font-size: 120px;
    line-height: 140px;
    margin-bottom: 6px;
    color: #fff;
    text-shadow: 0px 4px 4px #00000040;
    text-shadow: 0px 4px 4px 0px #00000040;
    font-weight: 700;
    letter-spacing: 3px;
}

.Servicebx .ServicebxL h5 , .Servicebx .ServicebxL h4{
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 3px;
}

.Servicebx .ServicebxR {
    width: 90%;
    margin-left: 10%;
    background: url(../images/border.png) top center no-repeat;
    background-size: 100% 100%;
    /* border-image: linear-gradient(to bottom, #04165D 0%, #29CFF8 , #89CA23 100%) 1;  border-radius: 10px; border-width: 2px;  border-style: solid; */
    padding: 57px 40px 57px 179px;
}

.Servicebx .ServicebxR .ServicebxRin {}

.Servicebx .ServicebxR ul li {
    width: 21%;
    margin: 20px 10px 10px;
    display: inline-block;
}

.Servicebx .ServicebxR ul li:nth-child(4n) {
    width: 24%;
}

.Servicebx .ServicebxR ul li h4, .Servicebx .ServicebxR ul li h5 {
    font-size: 65px;
    font-size: 55px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 6px;
    color: #04165D;
    letter-spacing: 2px;
}

.Servicebx .ServicebxR ul li p {
    font-size: 24px;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
    color: #04165D;
    font-weight: 700;
    letter-spacing: 2px;
}

.awards {
    padding: 20px 0;
}

.awards .awardsiner {
    padding: 50px 0 0;
    text-align: center;
}

.awards .awardsiner ul li {
    display: inline-block;
    /* margin: 2px 23px;*/
	    margin: 8px 48px;
    min-height: 142px
}


.awards .areasbx {
    padding: 50px 0 0;
    text-align: center;
}

.awards .areasbx ul li {
    display: inline-block;
    margin: 20px 10px;
    width: 18%;
}

.awards .areasbx ul li p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #04165D;
    display: block;
    margin-top: 20px;
}

.awards .areasbxtxt {
    padding: 20px 15% 0;
    text-align: center;
}

.awards .areasbxtxt p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
    color: #171717;
}

.clients {
    padding: 50px 0;
}

.clients #client-slider {
    padding: 50px 0 0;
}

#client-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

#client-slider .owl-dots .owl-dot span {
    background: #D9D9D9;
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

#client-slider .owl-dots .owl-dot.active span,
#home-banner .owl-dots .owl-dot:hover span {
    background: #27BDF2
}

/* #client-slider  .owl-nav .owl-prev{position:absolute; top:40%; left:-35px;}
#client-slider  .owl-nav .owl-next{position:absolute; top:40%; right:-35px;} */
#client-slider .owl-nav img {
    width: 40px;
}

#client-slider .owl-nav button:hover {
    background: none;
}


.testimonials {
    padding: 20px 0;
}

.testimonials #testi-slider {
    padding: 30px 0;
}

.testimonials-client-trust .testibx {
    border-radius: 20px;
    background: #04165D;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
}

/* Stars container: flex for horizontal row */
.starbx {
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}

/* Stars images */
.starbx img {
    display: block;
    width: 21px !important;
    margin-right: 0;
}

.testimonial_content {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: left;
}

.namebx {
    text-align: left;
}

.namebx h4, .namebx h5, .namebx h6 {
    margin: 5px 0;
}

/* Video + text layout */
.testimonial-with-video {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; /* ✅ video aligned to top with text */
    gap: 20px;
}

.testimonial-with-video .testimonial-text {
    flex: 1 1 60%;
    text-align: left;
    align-self: flex-start; /* Keep text aligned to top */
}

.testimonial-with-video .testimonial-video {
    flex: 0 0 350px !important;
    width: 350px !important;
    height: 197px !important; /* 16:9 ratio */
    border: none !important;
    text-align: left;
    box-sizing: border-box;
}

.testimonial-with-video .testimonial-video img {
    width: 100% !important;
    height: 100% !important;
    max-width: 350px !important;
    max-height: 197px !important;
    border-radius: 12px !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 auto !important;
}

.testimonial-with-video .testimonial-video img:hover {
    transform: scale(1.05);
}

/* When no video, keep text left aligned */
.testimonials-client-trust .testimonial-full {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}

@media (max-width: 767px) {
    .testimonial-with-video {
        flex-direction: column;
        text-align: left;
    }
    .testimonial-with-video .testimonial-video {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 12px;
        border: none !important;
        width: auto !important;
        height: auto !important;
    }
    .testimonial-with-video .testimonial-video img {
        max-width: 100% !important;
        height: auto !important;
    }
}




.linear-text-gradient {
    /*background-image: linear-gradient(to top right, #04165D, #29C4F8 10%, #95D623 100%); -webkit-background-clip: text; background-clip: text; color: transparent; */

    background: linear-gradient(85.64deg, #04165D -70.5%, #29C4F8 9.47%, #95D623 80.45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


#testi-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

#testi-slider .owl-dots .owl-dot span {
    background: #D9D9D9;
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

#testi-slider .owl-dots .owl-dot.active span,
#home-banner .owl-dots .owl-dot:hover span {
    background: #27BDF2
}

.susbox {
    width: 100%;
    display: flex;
    align-items: center;
    /* background: linear-gradient(180deg, rgba(4,22,94,1) 0%, rgba(39,188,242,1) 100%), url('../images/susbgtest.jpg') no-repeat left center / 100% 100%;*/

    background:
        linear-gradient(180deg, rgba(4, 22, 94, 1) 0%, rgba(39, 188, 242, 1) 100%) left / 50% 100% no-repeat,
        url('../images/susbgtest.jpg') right / 50% 100% no-repeat;


}

.susbox h4 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 20px;
    color: #fff;
    min-height: 80px;
    font-weight: 700;
    letter-spacing: 2px;
}

.susbox .susboxL .susform input.form-control {
    padding: 10px;
    border-radius: 10px !important;

}

.susbox p {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0px;
    color: #fff;
    min-height: 150px;
    font-weight: 300;
    width: 65%;
}

.susbox .susboxL {
    /*  background:url(../images/susbg1.jpg) top center no-repeat; */
    padding: 43px 30px 50px 0px;
    height: 400px;
    background-size: cover;
}

.susbox .susboxL .susform {
    width: 75%;
}

.susbox .susboxL .susform input {
    border-radius: 8px !important;
}

.susbox .susboxL .susform .input-group-btn {
    position: absolute;
    right: 5px;
    top: 3px;
    z-index: 9;
}

.susbox .susboxL .susform .input-group-btn button {
    background: #8DD532;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    border-radius: 6px;
    padding: 8px 15px;
    font-weight: 600;
    margin-top: 1px;
}

.susbox .susboxL .susform .input-group-btn button:hover{    background-image: linear-gradient(90deg, #27BDF2 1%, #04165D 90%);
    transition: 0.5s;}
.susbox .susboxR {
    /* background:url(../images/susbg2.jpg) top center no-repeat; */
    padding: 50px 60px;
    height: 400px;
    background-size: cover;
}

.susbox .susboxR a {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    color: #04165D;
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.susbox .susboxR a:hover {
    background: #04165D;
    color: #fff;
}
.breadcrum {
    width: 100%;
    margin: 20px 0;
}

.breadcrum a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.breadcrum i {
    margin: 0 5px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.bggray {
    background: #;
    padding;
    50px 0;
}

/* .sub_btn {  font-size: 14px;  color: #000;  font-weight: 500;  display: inline-block;
    align-items: center;  justify-content: center;  transition: 0.5s all ease-in-out;  border-radius: 60px;    padding: 10px 30px;    text-align: center;    margin-right: 0px;   background: #f3f3f3c2;    position: relative;    z-index: 1;    overflow: hidden;    box-sizing: border-box;    margin: 0;    width: inhernt;}
.sub_btn:before {background: #1b2945;    position: absolute;    height: 100%;    width: 0;    top: 0;    right: 0;    content: "";    z-index: -1;   -webkit-transition: all 0.8s ease;    -moz-transition: all 0.8s ease;    -o-transition: all 0.8s ease;   transition: all 0.8s ease;}
.sub_btn:hover:before {   color: #fff;    width: 100%;    left: 0;    -webkit-transition: all 0.65s ease;    -moz-transition: all 0.65s ease;   -o-transition: all 0.65s ease;   transition: all 0.65s ease;}
.sub_btn:hover {color: #fff;} */


.sub_btn {
    margin-top: 0px;
    background-image: linear-gradient(90deg, #8DD532 10%, #27BDF2 60%, #04165D);
    background: linear-gradient(90deg, #04165D 0%, #29CFF8 53.5%, #95D623 100%);

    font-size: 20px;
    line-height: 24px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    transition: 0.5s;

    /* ✅ Fix stretching */
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: unset !important;
    height: 40px !important;
}

.sub_btn:hover {
    background-image: linear-gradient(90deg, #27BDF2 1%, #04165D 90%);
    transition: 0.5s;
    box-shadow: #000 2px 3px 10px 1px;
}

form .sub_btn:hover {
    box-shadow: #000000 2px 3px 10px 1px;
}

.sub_btn img {
    margin-left: 8px;
    max-height: 16px;
    width: auto;
}

.industry {
    padding: 20px 0 20px;
}

.industry p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    line-height: 1.2;
    width: 100%;
    margin: 0 auto;
}

.industrybxinn .industrybx {
    width: 100%;
    position: relative;
    margin: 20px 0;
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.5s ease-out;
}

.industrybxinn .industrybx .industrybximg {
    width: 100%;
}

.industrybxinn .industrybx .industrybximg h4 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 30px;
    z-index: 3;
    padding-right: 32px;
    transition: 0.5s;
}

.industrybxinn .industrybx .industrybximg span {
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    display: block;
}

.industrybxinn .industrybx .industrybximg span img {
    width: 100%;
    border-radius: 20px;
    transition: 0.5s;
}

/* .industrybxinn .industrybx:hover .industrybximg span img{transform:scale(1.1); transition:0.5s;} */
.industrybxinn .industrybx .industrybxtxt {
    position: absolute;
    top: 0%;
    left: 0px;
    padding: 40px 32px 40px;
    height: 100%;
    transition: all 0.5s ease-out;
    border-radius: 20px;
    width: 100%;
    opacity: 1;
    z-index: 2;
    background: linear-gradient(126.54deg, #04165D 1.82%, rgba(4, 22, 93, 0) 99.29%);
}

.industrybxinn .industrybx .industrybxtxt h4 , .industrybxinn .industrybx .industrybxtxt h3{
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 30px;
    color: #fff;
}

.industrybxinn .industrybx .industrybxtxt p {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #fff;
    transition: 0.5s;
    opacity: 0;
}

.industrybxinn .industrybx .industrybxtxt ul {
    padding-left: 0;
    transition: 0.5s;
    opacity: 0;
}

.industrybxinn .industrybx .industrybxtxt ul li {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #fff;
    background: url(../images/dot.png) top 5px left no-repeat;
    padding-left: 25px;
    background-size: 14px;
    transition: 0.5s;
}

.industrybxinn .industrybx .industrybxtxt button {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: 400;
    transition: 0.5s;
    opacity: 0;
}

.industrybxinn .industrybx:hover .industrybxtxt {
    opacity: 1;
    transition: all 0.5s ease-out;
}

.industrybxinn .industrybx:hover .industrybxtxt ul {
    opacity: 1;
    transition: all 0.5s ease-out;
}

.industrybxinn .industrybx:hover .industrybxtxt p,
.industrybxinn .industrybx:hover .industrybxtxt button {
    opacity: 1;
    transition: all 0.5s ease-out;
}

.industrybxinn .industrybx:hover .industrybximg h4 {
    transition: 0.5;
}


.contact {
    /*background: linear-gradient(180deg, #000A31 0%, #04165D 97.5%);*/
    background: linear-gradient(180deg, #04165D 0%, #000A31 97.5%);
    border-radius: 20px;
    margin-bottom: 50px;
    padding: 30px 50px;
}


.contact h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}


button.btn.btn-gradient:hover {
    background: #8DD532;
    color: #fff;
}

button.btn.btn-gradient:hover img {}

.whatsnewbxtxt.case_study_content {
    height: initial !important;
    top: inherit !important;
    bottom: 0;
    border-radius: 0 !important;
}

.whatsnewbxtxt.case_study_content:hover {
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

.castu_list.whatsnew .whatsnewbxtxt.case_study_content h4 {
    opacity: 0;
    transition: all 0.5s ease-out !important;
}

.whatsnewbxtxt.case_study_content button,
.whatsnewbxtxt.case_study_content a {
    right: initial !important;
}

.whatsnew .whatsnewbx:hover .whatsnewbxtxt a {
  /*   font-size: 15px; */
}

.whatsnew_content {
    min-height: 400px;
}

.castu_list .whatsnewbx:hover .whatsnewbxtxt.case_study_content h4 {
    opacity: 1;
    margin-bottom: 40px;
    transition: all 0.5s ease-out !important;
}


.castu_list.whatsnew .whatsnewbx {
    margin: 0;
    margin-bottom: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    overflow: hidden;
}

.whatsnewbx.shortmax .whatsnewbxtxt.case_study_content h4 {
    font-size: 18px;
    margin-bottom: 16px !important;
}



.testimonials #testi-slider {
    padding: 50px 0;
    padding-bottom: 0;
}

.contact .contactbx {
    padding-top: 0px;
    color: #404040;
    width: 100%;
}

.contact .contactbx .formfeild {
    margin: 0px 0;
}

.contact .contactbx input {
    width: 100%;
    padding: 15px 30px;
    color: #404040;
}

.contact .contactbx input,
.contact .contactbx select,
.contact .contactbx textarea {
    border-radius: 10px;
}

.contact .contactbx select {
    width: 100%;
    padding: 15px 30px;
    color: #404040;
}

.contact .contactbx textarea {
    width: 100%;
    padding: 15px 30px;
    color: #404040;
}

.submitbx {
    margin-top: 60px;
}

.submitbx button {
    padding: 15px 40px;
    background: #29CFF8;
    display: inline-block;
    border-radius: 5px;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
}

.submitbx button:hover {
    background: #04165D;
    color: #fff !important;
}

.csbx {
    padding: 40px 0;
}

.csbx .csbxinn {
    padding: 50px 0 0;
    cursor: pointer;
}

.csbx .csbxinn .csbxinnimg {
    position: relative;
}

.csbx .csbxinn .csbxinnimg h6 , 
.csbx .csbxinn .csbxinn .csbxinnimg h4 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 3;
    padding: 20px 40px 20px 30px;
    width: 90%;
    transition: 0.5s;
    z-index: 9999;
}

.csbx .csbxinn .csbxinnimg span {
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    display: block;
}

.csbx .csbxinn .csbxinnimg span img {
    width: 100%;
    border-radius: 20px;
    transition: 0.5s;
}

.csbx .csbxinn .csbxinnimg:hover span img {
    transform: scale(1.05);
    transition: 0.5s;
}

/* ✅ Reduce spacing only between checkboxes */
.contact .contactbx .formfeild.checkbox-field {
    margin: 5px 0 !important;  /* tighten vertical gap */
    padding: 0 !important;
}

.contact .contactbx .formfeild.checkbox-field label {
    margin: 0 !important;
    line-height: 1.4; /* compact text spacing */
}


footer .socialbx ul li a img {
    max-width: 38px;
}

img {
    max-width: 100%;
}

.flogo img {
    width: 80%;
}

.expertsbx {
    padding-bottom: 80px;
}

.expertsbxin {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.expertsbxin .expertsbxinL {
    width: 25%;
    padding: 10px;
    position: absolute;
    top: 88px;
    transform: translate(0, -50%);
    left: 0;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    background: #DEDEDE;
}

.expertsbxin .expertsbxinL .expertsbxinLimg {}

.expertsbxin .expertsbxinL .expertsbxinLimg img {
    width: 100%;
	    margin: 0;
}

#leadership-slider .one_leader {
   /* border: 1px solid #eee;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px 50px;
    min-height: 410px; */
}

.expertsbxin .expertsbxinL h5 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
    color: #fff;
}

.expertsbxin .expertsbxinR {
    width: 83%;
    margin-left: 10%;
    border: 1px solid #04165D;
    border-radius: 20px;
	    box-shadow: 0px 4px 4px 0px #00000040;
    border: navajowhite;
    padding: 20px 20px 17px 90px;
}

.expertsbxin .expertsbxinR h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #04165D;
}

.expertsbxin .expertsbxinR p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #5E5B5B;
}

.expertsbxin .expertsbxinR .socialbx {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.expertsbxin .expertsbxinR .socialbx li {
    margin-right: 10px;
}

.expertsbxin .expertsbxinR .socialbx li a i {
    color: #000;
    font-size: 21px;
    line-height: 20px;
    margin-right: 4px;
}

.expertsbxin .expertsbxinR .socialbx li a:hover i {
    color: #29CFF8;
}

footer {
    background: #04165D;
    padding: 80px 0 30px
}

footer p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}

footer a {
    color: #bbbec1;
    font-size: 14px;
    line-height: 26px;
}

footer .fmenu {
    display: flex;
    align-items: center;
}

footer .fmenu ul {
    width: 33%;
}

footer .fmenu ul li {
    width: 100%;
    margin-bottom: 10px;
}

footer .fmenu ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

footer .fmenu ul li:hover a {
    margin-left: 5px;
    transition: 0.5s;
    color: #8DD532;
}

footer h4 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 0;
}


footer .socialbx {
    text-align: right;
    padding-top: 30px;
}

footer .socialbx ul {
    width: 100%;
}

footer .socialbx ul li {
    margin-left: 10px;
    display: inline-block;
}

footer .socialbx ul li a {
    display: block;
}

footer .socialbx ul li a:hover img {
    margin-bottom: 5px;
    transition: 0.5s;
}

footer .socialbx ul li a i {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #fff;
}

footer .footbtm {
    border-top: 1px solid #8DD532;
    padding-top: 30px;
    margin-top: 30px;
}

.footer {
    background: #04165D;
    padding: 50px 0 20px
}

.footer .flogo1 {
    padding: 10px 0 28px;
}

.footer h5 {
    font-size: 16px;
    line-height: 22px;
    color: #95D623;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer h5 a{
	 font-size: 16px !important;
    line-height: 22px !important;
    color: #95D623 !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    letter-spacing: 1px !important;
}
.footer .fmenu1 {
    display: flex;
    align-items: start;
	    width: 88%;
    margin: 0 auto;
}

.footer .fmenu1 ul {
    width: 33%;
}
.footer .fmenu1 ul.Quicklinks{width:25%;}
.footer .fmenu1 ul.patent_services_link{width:40%;}
.footer .fmenu1 ul.consulting_services_link{width:40%;}

.footer .fmenu1 ul li {
    width: 100%;
    margin-bottom: 10px;
}

.footer .fmenu1 ul li a {
    font-size: 14px;
    line-height: 26px;
    color: #BDBDBD;
    font-weight: 400;
}

.footer .fmenu1 ul li:hover a { 
}

.footer .footbtm {
    padding: 20px 0 0;
    margin-bottom: 0;
}

.footer p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
}

.footer .fotsusform {
    width: 80%;
}

.footer .fotsusform input {
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    width: 100%;
    border-radius: 5px !important;
}

.footer .fotsusform .group-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.footer .fotsusform .subscrb {
    background: #8DD532;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: 600;
    border-radius: 5px;
}

.footer .fotsusform .subscrb:hover {
    background: #29CFF8;
}

.footer .fotsusform small {
    margin-top: 10px;
    color: #BDBDBD;
    display: inline-block;
}

.footer .socialbx {
    text-align: right;
    width: 20%;
}

.footer .socialbx ul li {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

.footer .socialbx ul li a i {
    font-size: 24px;
    line-height: 20px;
    color: #fff;
}

.footer .socialbx ul li a i:hover {
    color: #29CFF8;
}

@media (max-width:1720px) {
    /* .container { max-width: 1280px; margin: 0 auto;  width: 92%;}
.container-inner { max-width: 1282px; margin: 0 auto;  width: 96%;}
*/
}

.menu_list_copy .footbtm p {
    font-weight: 300;
}

.container-fluid {
    max-width: 94%;
    width: 1415px;
}


header .dropdown:hover>.dropdown-menu li:last-child {
    border: none;
}

.whatwebel .pd_t50 .heading {
    text-align: left;
    padding-left: 20px;
}

.whatwebel .visionbx p,
.whatwebel .missionbx p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}


.our_values .heading {
    text-align: center !important;
}

.expertsbxin .expertsbxinR h5 {
    padding-top: 8px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact_us_sticky {
    background-image: linear-gradient(90deg, #04165d 10%, #04165d 40%, #27bdf2);
    bbackground: #04165d;
    position: fixed;border: 2px solid #fff;
    top: 50%;border-right: none;
    border-bottom: none;
    right: 4px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center;
    /*padding: 7px 27px; */
    font-weight: bold;
    text-align: center;
    border-radius: 6px 6px 6px 6px;
    margin-right: 18px;
    z-index: 9999;
}
.contact_us_sticky:hover{background-image: linear-gradient(90deg, #27BDF2 1%, #04165D 90%); box-shadow: -3px -2px 10px #ccc;
    transition: 0s;}
    
.contact_us_sticky a {
    color: #fff;
	padding: 7px 27px;
	display:block;
}

.footer .flogo1 img {
    max-width: 300px;
}

.menu_list {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #fff;
    padding: 50px 0 30px;
}

.footer .fmenu1 ul {
    padding: 0;
}

.footer .fmenu1 ul li:last-child {
    margin: 0;
}


section.stay_updated_section {
    padding: 50px 0;
    background: rgb(4, 22, 93);
    background: linear-gradient(180deg, rgba(4, 22, 93, 1) 0%, rgba(39, 189, 242, 1) 100%);
}


section.stay_updated_section h4 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #fff;
    padding: 34px 0;
    width: 75%;
}

.fotsusform_stay_updated h5 {
    /* font-family: Roboto; */
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0%;
    color: #fff;
    letter-spacing: 1.3px;
    width: 85%;
}

.fotsusform_stay_updated form .input-group input.form-control:focus {
    outline: none;
    box-shadow: none;
}



.fotsusform_stay_updated form .input-group .group-btn button.btn.subscrb {
    background: #8DD532;
    text-align: center;
    width: 100%;
    /* flex: 0 0; */
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 7px;
    padding: 5px 20px;
}


.fotsusform_stay_updated form .input-group input.form-control {
    width: 71%;
    flex: 0 0 71%;
    border: none;
}

.fotsusform_stay_updated form .input-group {
    background: #fff;
    border-radius: 10px;
    padding: 7px;
    width: 78%;
}

.fotsusform_stay_updated form .input-group .group-btn {
    width: 29%;
    flex: 0 0 29%;
}

.fotsusform_stay_updated form {
    margin-top: 40px;
}

.intext_text_box {
    min-height: 75%;
}

.knowleft_drive_page .industrybx button.sub_btn {
    background: none;
    float: right;
}



.patentabilitysections_bg {
    padding: 0px 50px;
    border-radius: 50px;
    box-shadow: 0px -11px 4px -6px #00000040;
    background: linear-gradient(180deg, #FFFFFF 0%, #EAFBFF 100%);
    float: left;
    width: 100%;
    position: relative;
}

.bakcomse {
    /* position: absolute; */
    background: linear-gradient(270deg, #89CA23 0%, #29CFF8 47.5%, #04165D 100%);
    width: 80%;
    height: 76px;
    border-radius: 110px 110px 0 0;
    z-index: 0;
    top: 27px;
    /* left: 10%; */
    /* float: left; */
    width: 88%;
    margin: -36px auto;
    position: relative;
}





.one_patentability {
    margin: 50px 0;
    float: left;
    width: 100%;
}


.one_patentability_text h4, .one_patentability_text h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    text-align: center;
}

.one_patentability_text p {
    font-weight: 300;
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0px;
    padding-left: 25px;
    margin-bottom: 20px;
}

.one_patentability_text .read_more_with_border {
    position: relative;
}


.read_more_with_border a {
    /*  background: linear-gradient(90deg, #29CFF8 0%, #04165D 100%);
    display: inline-block;
    color: #fff;
    padding: 10px 31px;
    margin-left: 25px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid transparent 
    */
}

.one_patentability_text .read_more_with_border {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

span.border_btn {
    display: inline-block;
    width: 63%;
    height: 2px;
    background: #04165D;
    margin-left: 3%;
    float: right;
}


.one_patentability_image_border {
    border-radius: 25px;
    overflow: hidden;
    margin-right: 3%;
    z-index: 9;
    position: relative;
}


.one_patentability_image_border img {
    width: 100%;
}

.one_patentability_image:after {
    content: "";
    width: 96%;
    height: 99%;
    position: absolute;
    background: #04165D;
    top: 20px;
    border-radius: 42px;
    right: 0;
}

.one_patentability_image {
    position: relative;
}

.gradient_text {

    background: linear-gradient(90deg, #29CFF8 0%, #04165D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.one_poer_text {
    min-height: 360px;
}

.clear {
    clear: both;
}


.one_patte_head {
    box-shadow: 0px 4px 4px 0px #00000040;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 35px;
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
}

.one_patentability.left_image_format .one_patentability_image_border {
    margin-right: 0;
    margin-left: 3%;
}

.one_patentability.left_image_format .one_patentability_image:after {
    left: 0;
    right: inherit;
    background: #29CFF8;
}

.one_patentability.left_image_format .read_more_with_border {
    flex-direction: row-reverse;
}


.one_patentability:nth-child(3) ::after,
.one_patentability:nth-child(6) ::after {
    background: #89CA23 !important;
}

section.patentabilitysections {
    float: left;
    width: 100%;
    margin: 50px 0;
}

section.maintext.prioart_search_page .industry.text-center {
    padding-bottom: 0;
}

.owl-nav button img {
    width: 45px;
}

.owl-nav button {
    margin-right: 10px !important;
    margin-left: 15px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

h3.black_title {
    font-size: 29px;
    margin-bottom: 14px;
    font-weight: 600;
}


.vm h3.black_title {
        font-size: 50px;
    font-size: 36px;
    line-height: 58px;
    margin-bottom: 5px;
    padding: 0 85px;
    color: #04165D;
    text-align: center;
    padding-bottom: 0px;
    display: inline-block;
    font-weight: 700;
}
.vm h3.black_title span{    color: #29CFF8;
    letter-spacing: 1px;}


.awards .areasbx ul li:hover .iconsime {
    box-shadow: 0px 4px 4px 0px #00000040;
    transition: all ease .5s;
}

.iconsime {
    border-radius: 50%;
    transition: all ease .5s;
}

.iconsime {
    /*  border: 4px solid #04165D; */
}

.iconsime {
    width: 100px;
    /* Adjust as needed */
    height: 100px;
    /* Adjust as needed */
    border-radius: 50%;
    background: linear-gradient(57.75deg, #04165D 100%, #29C4F8 50.6%, #95D623 88.66%);
    padding: 4px;
    /* Controls the border thickness */
    margin: 0 auto;
    position: relative;
    transition: all ease .5s;
}

.awards .areasbx ul li:hover .iconsime {
    background: linear-gradient(57.75deg, #04165D 12.54%, #29C4F8 50.6%, #95D623 88.66%);
    transition: all ease .5s;

}


.iconsime::after {
    content: "";
    position: absolute;
    inset: 4px;
    /* Shrinks the white background inside */
    border-radius: 50%;
    background: white;
    /* Inner background color */
}

.iconsime img {
    position: absolute;
    z-index: 999;
	left: 0px;
	margin-top: -6px;
}


.read_more_with_border a:hover {
    /* border: 1px solid #000;
    background: none;
    color: #000; */
}

.marquee {
    width: 100%;
    overflow: hidden;
    background: #fff;
    white-space: nowrap;
    position: relative;
}

.marquee-content {
    display: flex;
    gap: 20px;
    /* Adjust spacing between logos */
    animation: marquee-scroll 10s linear infinite;
    width: max-content;
}

.marquee-content img {
    width: 200px;
    /* Adjust logo size */
    height: auto;
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
        /* Moves exactly half of the duplicated content */
    }
}


.iconsime:hover img.nomr_aread {
    display: none !important;
}

img.nomr_aread_hovered {
    display: none;
}

.awards .areasbx ul li:hover img.nomr_aread_hovered {
    display: inline-block;
}

.btn.btn-gradient {
    /*  background: linear-gradient(90deg, #04165D 0%, #29CFF8 52.5%, #95D623 81%);*/
    background: linear-gradient(90deg, #04165D 0%, #29CFF8 52.5%, #95D623 81%);
    box-shadow: 0px 4px 3.9px 0px #00000040;
    color: #fff;
    border-radius: 40px;
    padding: 10px 26px 10px 35px;
    font-size: 20px;
    font-weight: 600;
}

.view_all_btn a.btn.btn-gradient {
    border-radius: 20px;
    padding: 5px 20px 5px 28px;
}

.whatsnewbx.shortmax .whatsnewimg img {
    height: 70% !important;
}

.whatsnewbx.shortmax .whatsnewimg img {
    max-height: 200px;
    object-fit: cover;
}


.btn.btn-gradient img {
    margin-left: 15px;
}

.whatsnew .whatsnewbx:hover .whatsnewbxtxt.case_study_content {
    background: linear-gradient(180deg, transparent 6.5%, #04165D 100%) !important;
}

.castu_list.whatsnew {
    padding: 0;
}

section.konowg_list .heading.text-lg-start {
    margin-bottom: 20px;
}


.list_ser_one_line {
    background: #04165D;
    color: #fff;
    border-radius: 20px;
    padding: 35px 44px 60px 44px;
}

.list_ser_one_line .heading h4 {
    line-height: 1;
    color: #fff !important;
    font-weight: 700;
    font-size: 32px;

}

section.list_ser_one_line01 {
    margin: 50px 0;
    float: left;
    width: 100%;
}



.one_inst_news .heading {
    margin-bottom: 10px;
    text-align: left;
}

.one_box_inst_new {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    width: 90%;
}

.list_ser_one_line .row .col-lg-4:nth-child(2) .one_box_inst_new {
    margin: 0 auto;
}


.list_ser_one_line .row .col-lg-4:nth-child(3) .one_box_inst_new {
    margin: 0 auto;
    float: right;
}


.list_ser_one_line .row .col-lg-4:nth-child(2) .one_inst_news .heading {

    padding-left: 5%;
}

.list_ser_one_line .row .col-lg-4:nth-child(3) .one_inst_news .heading {

    padding-left: 10%;
}





.one_box_inst_new .view_all_btn {
    position: absolute;
    bottom: 8%;
    left: 5%;
}

.one_box_inst_new .view_all_btn {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.one_box_inst_new:hover .view_all_btn {
    opacity: 1;
    visibility: visible;
}

.item_one_list_isnt {
    text-align: center;
}

.item_one_list_isnt p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #04165D;
    display: block;
    margin-top: 20px;
    font-weight: 700;
}

.item_one_list_isnt img.nomr_aread_hovered {
    display: none;
}

.item_one_list_isnt:hover .iconsime {
    box-shadow: 0px 4px 4px 0px #00000040;
    transition: allease .5s;
}

.item_one_list_isnt img {
    width: initial !important;
    margin: 0 auto;
}

section.our_inst_focus {
    padding: 50px 0;
}

.out_inst_list {
    padding-top: 50px;
}

.owl-nav {
    text-align: center;
    padding-top: 20px;
}

.eocjs-newsticker .eocjs-newsticker-container {
    height: 100px;
}

.eocjs-newsticker {
    background: none;
}

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
    height: 100px !important;
}

.eocjs-newsticker-container img {
    width: 200px;
}

.js-conveyor-1 {
    height: 100px !important;
    margin-top: 50px;
}

path#first_01:hover,
#second_path:hover,
#thirt_path:hover {
    fill: #115393;
}

#tpte01:hover,
#tpte02:hover,
#tpte03:hover {
    fill: #115393;
}

.ss_impact_img_one svg text {
   /* pointer-events: none; */
}

.industrybxinn {
    margin-top: 30px;
}

.one_box_inst_new:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}


.one_box_inst_new img {
    transition: 0.5s;
}



.carouselTicker {
    padding: 50px 0 0;
    text-align: center;
}

.one_box_inst_new:hover .boxso_image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 9;
    opacity: .3;
}

.boxso_image {
    z-index: 9;
    position: relative;
}

.one_box_inst_new .view_all_btn {
    z-index: 99999;
}

.castu_list.whatsnew .col-md-4 .view_all_btn {
    margin-top: 8px;
    float: left;
}



.csbx .csbxinn .csbxinnimg span {
    position: relative;
    overflow: hidden;
}


.csbx .csbxinn .csbxinnimg span:before {
    content: '';
    background: linear-gradient(180deg, rgba(4, 22, 93, 0) 0%, rgba(4, 22, 93, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.castu_list.whatsnew .whatsnewbxtxt.case_study_content {
    background: none;
}

.heading h5 {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 52.8px;
    letter-spacing: 0.2px;
}


.case_details p {
    font-family: Inter;
    font-weight: 300;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0px;
}

.case_study_page_details .heading h5 {
    text-transform: uppercase;
}

h6.sub_inner_head {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.2px;
    color: #04165D;
    margin: 50px 0 20px;
}

.case_details li {
    font-family: Inter;
    font-weight: 300;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.case_details li::before {}

.case_details li:before {
    position: absolute;
    content: '';
    background: #141414;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    left: 0;
    top: 10px;
}

ul.list_bullet {
    padding: 0;
    margin: 0;
}

.access_form .contact {
    padding: 20px 25px;
}

.access_form .contact h3 {
    margin-bottom: 10px;
}

.access_form .contact .contactbx input {
    padding: 10px 30px !important;
	
    /* height: 10px !important; */
}
.access_form .contact .contactbx input.sub_btn{color: #fff;}
.access_form span.wpcf7-not-valid-tip {
    font-size: 15px;
}
.access_form label.tern_cn_check span.wpcf7-not-valid-tip {
    bottom: -71px;
}

.heading.text-start h3 {
    padding: 0;
}

.heading.text-start .hborder {
    margin: 0;
}

.one_related_posts {}

.relat_psot_image {
    float: left;
    box-shadow: 0px 4px 4px 0px #00000040;
    /* width: 251px; */
    /* top: 1620px; */
    /* left: 940px; */
    width: 248px;
    flex: 0 0 141px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}


.related_posts_list {
    width: 100%;
    margin-top: 67px;
    float: left;
}



.relat_psot_content {
    width: 37%;
    float: left;
    text-align: left;
    padding-left: 16px;
}

.relat_psot_content h4 {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 19.36px;
    height: 112px;
    overflow: hidden;
}

.relat_psot_content a {
    font-family: Inter;
    font-weight: 600;
    font-size: 15px;
    line-height: 18.15px;
    color: rgba(41, 207, 248, 1);
}

.one_related_posts {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.related_posts {
    float: left;
    width: 100%;
}


.access_form {
    position: sticky;
    top: 20px;
}



.case_study_content_new:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 570px;
    background: rgba(210, 210, 210, 1);
    top: 0;
    right: 0;
}

.case_study_content_new {
    position: relative;
    padding-right: 20px;
}


.listof_etam_onCASER {
    position: relative;
    height: 100%;
    border-right: 1px solid rgba(210, 210, 210, 1);
}


.listof_etam_onCASER .expertsbx {
    position: sticky;
    top: 0px;
}


.related_posts.rela_sticky {
    position: sticky;
    top: 35px;
}

.related_posts.rela_sticky .related_posts_list {
    margin-top: 25px;
}

section.maintext.case_study_page_details.blog_details_page .case_study_content_new:after {
    display: none;
}


.sub_inner_head_bold {
    color: rgba(4, 22, 93, 1);
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;


}

.related_posts .heading h5 {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 3px;
}

.relat_psot_image img {
    width: 100%;
    width: 100%;
    transition: 0.5s;
}

.one_related_posts:hover .relat_psot_image img {
    transform: scale(1.05);
    transition: 0.5s;
}



.relat_psot_image:before {
    content: "";
    transition: 0.5s;
}

.one_related_posts:hover .relat_psot_image:before {
    content: '';
    background: linear-gradient(180deg, rgba(4, 22, 93, 0) 0%, rgba(4, 22, 93, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}


.pdt_50 {
    padding-top: 50px;
}

.pdb_50 {
    padding-bottom: 50px;
}

.pdt_100 {
    padding-top: 100px;
}

.pdb_100 {
    padding-bottom: 100px;
}


.out_nint_image_heading h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.out_nint_image img {
    width: 100%;
}

.out_nint_image {
    border-radius: 10px;
    overflow: hidden;
}

.out_nint_image img {
    width: 96%;
    border-radius: 10px;
    overflow: hidden;
}

.our_initiaties_box_line {
    margin: 50px 0;
}

.one_risde_left_box {
    margin-bottom: 50px;
}

.one_csr_logo img {
    width: initial !important;
}

.Collaborators_list {
    width: 75%;
    margin: 50px auto;
}

.footer .fmenu1 ul li a:hover {
    color: #fff !important;
}

li.new_social_links .socialbx {
    width: 70%;
}


li.new_social_links .socialbx ul {
    width: 100%;
}

li.new_social_links .socialbx ul {
    width: 100%;
    display: flex;
}

li.new_social_links {
    margin-top: 50px !important;
    float: left;
}

li.new_social_links .socialbx li a {
    display: block;
    text-align: center;
    font-size: 16px;
}

li.new_social_links .socialbx li a:hover i {
    color: #95d03b !important;
}

.one_assist h6 , .one_assist h3{
    background: #04165D;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    border-right: 20px solid #95D623;
    font-size: 18px;
}

.one_assist p {
    padding: 16px 0;
    font-size: 15px;
}

.one_assist {
    padding: 0 35px;
    margin-bottom: 30px;
}

.we_assitst_list {
    margin-top: 50px;
}

.one_risde_left_box .col-md-4:nth-last-child(-n+3) .one_assist {
    margin-bottom: 0;
    padding-bottom: 0;
}

.one_risde_left_box .col-md-4:nth-last-child(-n+3) .one_assist {
    margin-bottom: 0;
    padding-bottom: 0;
}

.one_risde_left_box .col-md-4:nth-last-child(-n+3) .one_assist p {
    margin-bottom: 0;
    padding-bottom: 0;
}


.we_assitst_list .one_risde_left_box {
    margin-bottom: 0;
}

.whyUs_tefchno {
    background: rgb(255, 255, 255);
    background: linear-gradient(183deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
    padding: 10px 30px;
    border-radius: 50px;
}

.why_usList {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
}
.one_why_imge {
    width: 82px;
    height: 82px;
    background: #fff;
    border-radius: 50%;
    padding: 3px 3px;
    margin: 0 auto;
    margin-bottom: 25px;
}


.whyone_img {
    padding: 12px 14px;
    background: #fff;
    border-radius: 50%;
    width: 176px;
    height: 176px;
}


.one_why_Us:hover .one_why_imge {
    /* background: #ccc; */
    background: rgb(5, 26, 96);
    background: linear-gradient(90deg, rgba(5, 26, 96, 1) 0%, rgba(40, 203, 245, 1) 100%);
}

section.csbx.onTechsub_page .csbxinn .csbxinnimg span:before {
    display: none;
}


.one_why_Us p {
    /* font-family: Roboto; */
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center; 
    margin: 0 auto;
    width: 75%;
}

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

.heading.text-left h3 {
    padding-left: 0;
}

.heading.text-left .hborder {
    margin: 0;
}

.webnair_page .listof_etam_onCASER {
    border-right: 0;
}
 
.webnair_page .case_study_content_new:after {
    display: none;
}




section.konowg_list.blogpagelist.vocl303 .col-md-4 .whatsnewbx.shortmax img {
    height: 230px !important;
    max-height: initial;
}

.pagination { 
    text-align: center;
    display: block;
}


.pagination  .page-numbers{
    background: #04155a;
    display: inline-block;
    padding: 10px;
    border-radius: 3px;
	color: #ffff;
}

span.page-numbers.dots {
    display: none;
}

.pagination a.page-numbers {
    color: #ffff;
	 background: #ccc;
}




a.btn_gradient {
       margin-top: 0px;
    /*background-image: linear-gradient(90deg, #8DD532 10%, #27BDF2 60%, #04165D); */
	background: linear-gradient(90deg, #04165D 0%, #29CFF8 53.5%, #95D623 100%);


    font-size: 20px;
    line-height: 24px;
    padding: 7px 16px;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    transition: 0.5s;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 16px;
    position: relative;
    padding-right: 30px;
}


a.btn_gradient:after {
    content: ' ';
    width: 22px;
    position: relative;
    height: 15px;
    background: url(../images/Arrow%201.png);
    position: absolute;
    top: 12px;
    right: 8px;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: right;
	display:none;
}

.sub_btn img {
    display: none;
}

a.btn_gradient:hover {
    background-image: linear-gradient(90deg, #27BDF2 1%, #04165D 90%);
    transition: 0.5s;
	    box-shadow: #3e3e3e59 2px 3px 10px 1px;
}

/*
.footer .fmenu1 ul.patent_services_link {
    width: 30%;
}

.footer .fmenu1 ul.consulting_services_link {
    width: 44%;
}*/

.footer .flogo1 img {
    max-width: 226px;
}

.footer .flogo1 {
    padding: 0 0 20px;
}
 
 .one_leader {
    text-align: center;
}

.one_lead_image_text {
    text-align: center;
	    margin-top: 30px;
}

.one_lead_image_text h5 {
    font-family: Inter;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    /* text-align: center; */
    margin: 10px 0;
}

.one_lead_image_text p {
    /* font-family: Roboto; */
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #717171;
    margin: 12px 0;
    /* margin-bottom: 0; */
}

.one_lead_image_text ul {
    padding: 0;
    margin: 0;
}

.one_lead_image_text ul li {
    display: inline-block;
}
.one_lead_image_text ul li a {
    color: #000;
    display: block;
    padding: 0 6px;
}


.one_lead_image {
   /* background: #04165D;
    background: linear-gradient(54deg, rgba(4, 22, 93, 1) 0%, rgba(41, 196, 248, 1) 50%, rgba(149, 214, 35, 1) 100%);*/
    background: rgb(5, 26, 96);
    background: linear-gradient(90deg, rgba(5, 26, 96, 1) 0%, rgba(40, 203, 245, 1) 100%);
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
	    width: 60%;
    margin: 0 auto;
}

.one_lead_image_text ul li a:hover {
    color: #04165d;
}

.one_lead_image01 img {
    transition: transform 0.3s ease;    width: 100%; height:100%; object-fit: cover;}
   


.one_leader:hover img {
    transform: scale(1.1);
}

.one_lead_image01 {
    overflow: hidden;
    padding: 0;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}

.one_leader {
    text-align: center;
    padding: 0 30px 20px;
	    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 24%, rgba(238, 238, 238, 1) 100%);
    border-radius: 20px;
	    min-height: 310px;
		    margin-bottom: 30px;
}

.leader_list {
    padding: 50px 0;
}



.breadcrumb {
    padding: 10px 0;
    font-size: 14px;
    color: #666;
}
 
.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb {
    color: #fff;
}

.breadcrumb a {
    color: #167cf7;
    text-decoration: none;
    display: inline-block;
    padding-right: 10px;
}


.value_slider .owl-nav{display: block !important;}

.banner.inner_banner.half_banner01 h1 {
    width: 100%;
}

.Knowledge_tabs {
       text-align: center;
     
}

.Knowledge_tabs ul {
    padding: 0;    
	display: flex;
    justify-content: space-between;
}

.Knowledge_tabs ul li {
    display: inline-block;
}

.Knowledge_tabs ul li a {
       font-size: 16px;
    padding: 6px 20px;
    display: block;
    background:#04165d;
    color: #fff;
    font-weight: 500;
	
    border-radius: 5px;
}

.Knowledge_tabs {
    text-align: center;
    margin-top: 50px;
}

.Knowledge_tabs ul li a:hover {
   /* background: #ffffff;
    color: #000; */
	background-image: linear-gradient(90deg, #8DD532 10%, #27BDF2 60%, #04165D);
	background: linear-gradient(90deg, #04165D 0%, #29CFF8 53.5%, #95D623 100%);

}
 .Knowledge_tabs ul li a.active {
	background-image: linear-gradient(90deg, #8DD532 10%, #27BDF2 60%, #04165D);
	background: linear-gradient(90deg, #04165D 0%, #29CFF8 53.5%, #95D623 100%);

}
 
 
 
 .blogmainbx{width:100%; padding-top:50px;}.blogmainbx .bloginnerbx{width:100%; margin-bottom:30px; clear:both;}.blogmainbx .bloginnerbx .bloginnerbxL{width:40%; margin-right:5%; float:left;     border-radius: 10px;
    overflow: hidden; }.blogmainbx .bloginnerbx .bloginnerbxR{width:55%; float:right; }.blogmainbx .bloginnerbx .bloginnerbxR h4{font-family: Inter; font-weight: 600; font-size: 22px; line-height: 30px;    letter-spacing: 0px; margin-bottom:20px;}.blogmainbx .bloginnerbx .bloginnerbxR p{font-family: Inter; font-weight: 300; font-size: 18px; line-height: 28px;    letter-spacing: 0px;}.blogmainbx .bloginnerbx:nth-child(2n){clear:both;}.blogmainbx .bloginnerbx:nth-child(2n) .bloginnerbxL{width:40%; margin-left:5%; margin-right:0; float:right; }.blogmainbx .bloginnerbx:nth-child(2n) .bloginnerbxR{width:55%; float:left; }.clear{clear:both}
 
 
 .blogmainbx .bloginnerbx .bloginnerbxR h4 a {
    color: #000;
}

.toolsdetailpage iframe , .toolsdetailpage img {
    margin: 30px 0;
	max-width:100%;
}
  
  
  .single-service_sec section.impect_csr ul li {
    margin: 10px;
}

.breadcrumb span {
    line-height: 2;
}


.case_study_page_details h2 {
    font-size: 23px;
    margin-top: 30px;
    margin-bottom: 10px;
}


.access_form { 
    top: 102px;
}

.whatsnew .whatsnewbx:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #04165d;
    opacity: .4;
}

.whatsnew .whatsnewbx:after:hover { 
   
}

.page-template-template-knowledge_drive .whatsnew .whatsnewbx:after {
    opacity: 0;
	    transition: all ease .5s;
}

.page-template-template-knowledge_drive .whatsnew .whatsnewbx:hover:after {
   opacity: .4;
   transition:
}
 


.big_thumb_post img {
    min-height: 481px;
    object-fit: cover;
}


.testimonial_text {
    min-height: 250px;
}


/*
.current-menu-item > a {
    color: #04165d !important;
}

.current-service_sec-ancestor > a, .current-menu-parent > a {
    color: #04165d !important;
}

.current-menu-parent .current-menu-item.menu-item-has-children > a {
    color: #fff !important;
	    background: #29CFF8;
}


.current-menu-parent .current-menu-item > a {
    color: #7fff5e !important;
}

.New_sub_dropdown.current-service_sec-ancestor .current-service_sec-ancestor > a {
    background: #29CFF8;
}

.current-menu-ancestor .menu-item-has-children > a {
    background: none !important;
}

.current-menu-ancestor .current-menu-parent {
    display: block;
}

.current-menu-parent .current-menu-item.menu-item-has-children > a {
    background: #29CFF8 !important;
}

.current-menu-parent .current-menu-parent > a {
    background: #29CFF8 !important;
}

 
.current-menu-parent ul.sub-menu li.current-menu-item ul.sub-menu {
    display: block !important;
}

.current-menu-ancestor ul.sub-menu .menu-item ul.sub-menu {
    display: none !important;
}

.current-menu-ancestor ul.sub-menu .menu-item.current-menu-parent ul.sub-menu {
    display: block !important;
}

.current-menu-ancestor ul.sub-menu li.current-menu-ancestor > a {
    background: #29CFF8 !important;
    color: #fff !important;
} */


header .menu_in ul#menu-main-menu .current-menu-item > a , header .menu_in ul#menu-main-menu .current-menu-parent > a, header .menu_in ul#menu-main-menu .current-menu-ancestor > a {
    color: #04165d;
} 

header .menu_in ul#menu-main-menu .current-menu-ancestor .current-menu-item.menu-item-has-children > a{    background: #29CFF8}


 
header .menu_in ul#menu-main-menu  .current-menu-ancestor .current-menu-ancestor .current-menu-item > a{    color: #7fff5e;}

header .menu_in ul#menu-main-menu .current-menu-ancestor .current-menu-ancestor > a {
   /* background: #29CFF8; */
}

header .menu_in ul#menu-main-menu .current-menu-ancestor .current-menu-ancestor ul.sub-menu {
    display: flex;
}

.Single_drop_down.current-menu-ancestor .current-menu-item > a{
	color: #04165D !important;
	    background: #F7F7F7;
}


header .menu_in ul#menu-main-menu .current-menu-ancestor > ul.sub-menu:hover > li ul.sub-menu {
    display: none;
}

header .menu_in ul#menu-main-menu .current-menu-ancestor > ul.sub-menu:hover > li:hover ul.sub-menu {
    display: flex;
}


 /*

header .menu_in ul#menu-main-menu .current-menu-parent ul.sub-menu ul.sub-menu {
    display: none;
}

header .menu_in ul#menu-main-menu .current-menu-parent ul.sub-menu li.current-menu-item ul.sub-menu,  {
    display: block;
}


header .menu_in ul#menu-main-menu .current-menu-parent ul.sub-menu li.current-menu-item > a , header .menu_in ul#menu-main-menu .current-menu-ancestor ul.sub-menu .current-menu-ancestor > a{
    background: #29cff8;
    color: #fff;
}

header .menu_in ul#menu-main-menu .current-menu-ancestor ul.sub-menu .current-menu-ancestor ul.sub-menu li.current-menu-item a {
    background: none;
    color: #ccc;
    color: #7fff5e;
}



header .menu_in ul#menu-main-menu 

*/

.filter-cols a {
    margin: 0 15px 10px 15px;
}


.access_form a {
    color: #95D623;
}


.awards .areasbx ul li p a{
	    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #04165D;
    display: block;
    margin-top: 20px;
}
 
.awards .areasbx ul li:hover p a{background: linear-gradient(57.75deg, #04165D 12.54%, #29C4F8 50.6%, #95D623 88.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Optional for cross-browser compatibility */
  background-clip: text;
  color: transparent;
  
  }
  
  
  .item_one_list_isnt:hover .iconsime img.nomr_aread {
    display: none !important;
}
.item_one_list_isnt:hover .iconsime img.nomr_aread_hovered {
    display: block !important;
}

.item_one_list_isnt:hover .iconsime {
    background: linear-gradient(57.75deg, #04165D 12.54%, #29C4F8 50.6%, #95D623 88.66%);
    transition: all ease .5s;
}

.item_one_list_isnt:hover p a {
    background: linear-gradient(57.75deg, #04165D 12.54%, #29C4F8 50.6%, #95D623 88.66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.item_one_list_isnt  p a {
   font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #04165D;
    display: block;
    margin-top: 20px;
}

.search-results .card-body h5.card-title a {
    font-weight: 500;
    color: #000;
}
  /*

.tern_cn_check span.wpcf7-list-item.first.last {
    margin: 0;
}



label.tern_cn_check {
    color: #818181;
	    position: relative;
}

label.tern_cn_check span.wpcf7-not-valid-tip {
    position: absolute;
    display: block;
    min-width: 200px;
}*/

.tern_cn_check .first.last {
    margin: 0;
}

.tern_cn_check .first.last label input[type="checkbox"] {
    width: initial;
    vertical-align: middle;
}

label.tern_cn_check {
    position: relative;
	    color: #ccc;
}

label.tern_cn_check span.wpcf7-not-valid-tip {
    position: absolute;
    width: 300px;
}


.access_form label.tern_cn_check {
    font-size: 16PX;
    line-height: 1.5;
}


.access_form  form.sent .wpcf7-response-output, .contactbx  form.sent .wpcf7-response-output  {
    color: #fff;
}

.access_form  form.invalid .wpcf7-response-output, .contactbx  form.invalid .wpcf7-response-output  {
    color: #ffb900;
}




.expertsbxin .expertsbxinL {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
}


.expertsbxin .expertsbxinL .expertsbxinLimg {
    width: 100%;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
}

.expertsbxin .expertsbxinL .expertsbxinLimg img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100%;
}

/* Flip the arrows ONLY in Media Presence */
.awardsiner .featured-slider .owl-nav .owl-prev {
    transform: scaleX(-1);
}

.awardsiner .featured-slider .owl-nav .owl-next {
    transform: scaleX(-1);
}


.date_and_time {
       position: absolute;
    bottom: 20px;
    z-index: 999;
    color: #fff;
    width: 100%;
    opacity: .5;
	font-weight:200;
}

.date_and_time span {
    display: inline-block;
    margin-right: 15px;
}
.date_and_time span:nth-child(2) { 
    margin-left: 15px;
}


span.breadcrumb_last {
    display: none;
}

span.bred_sepr.last_seperate {
    display: none;
}

.carouselTicker__wrap{position:relative;}
.carouselTicker__wrap:before{content:''; position:absolute; top:0; left:0; width:33%; height:100%; background: #ffffff;
background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%); z-index:99;}
.carouselTicker__wrap:after{content:''; position:absolute; top:0; right:0; width:33%; height:100%; background: #ffffff;
background: linear-gradient(-90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%); z-index:99;}



