:root {
  --navyblue: #0d345f;
  --grey: #efefef;
  --lightBlack: #242424;
  --white: #ffffff;
  --yellow: #fdbb24; /*#fcc74e*/
  --heightServiceImage: 410px;
  --lightBlue: #f4f9ff;
  --black: #242424;
  --theme-color-1: #d95a5b;
  --theme-color-2: #3d93c3;
  --pink: #d3615e; 
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Regular.otf')  format('opentype'),
		 url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf')  format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-Semibold';
	src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Semibold.otf')  format('opentype'),
		 url('../fonts/MyriadPro-Semibold.woff') format('woff'), url('../fonts/MyriadPro-Semibold.ttf')  format('truetype'), url('../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
}
@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?atzh9h');
	src:  url('fonts/icomoon.eot?atzh9h#iefix') format('embedded-opentype'),
		  url('fonts/icomoon.ttf?atzh9h') format('truetype'),
		  url('fonts/icomoon.woff?atzh9h') format('woff'),
		  url('fonts/icomoon.svg?atzh9h#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-Light';
	src: url('../fonts/MyriadPro-Light.otf')  format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome/fonts/FontAwesome.otf')  format('opentype');
  font-weight: normal;
  font-style: normal;
}
html {
	height: 100%;
}
body {
	background: #fff;
	color: var(--lightBlack);
	font-family: 'MyriadPro-Light';
	line-height:26px;
	font-size: 15px; 
	padding:0; 
	margin:0;
	overflow-x:hidden;
}
a {
	text-decoration: none;
	color: var(--lightBlack);
}
p {
	font-size: 16px;
	color: var(--black);
}
.colorBg{
	background-color: var(--navyblue);
}
#header { 
	margin:0 auto;
	position: relative;
    z-index: 99999;
    width: 100%;
	/*background: transparent;*/
	transition: 0.3s;
	/*padding: 5px 0 5px 0;*/
	/*box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);*/
}
#header:focus {
	/*background: #002037ab;*/
} 
.normalHeader{
	/*background: transparent;*/
	transition: 0.3s;
	
}
.scrollHeader{
	position: fixed !important;
	background: rgba( 255, 255, 255, 0.9 ) !important;
	box-shadow: 0 2px 10px 0 rgb(193 194 195 / 27%) !important;
	backdrop-filter: blur( 12px ) !important;
	-webkit-backdrop-filter: blur( 4px ) !important;
	transition: 0.3s;
	-webkit-animation:slideInDown .5s;
	animation:slideInDown .3s;
}
#content {
	margin:40px auto 0 auto;
}
#outercontainer {
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
}
#wrapper {
	clear: both;
	margin:0 auto;
	padding: 0;
	position: relative;
}
#footer {
	clear: both;
	margin: 0 auto;
	max-width:100%;
    background: var(--theme-color-1);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#footer-wrapper {
	margin: 0;
	padding:40px 0 30px 0;
}
#footer-copyright {
	clear: both;
	margin: 0 auto;
	max-width:100%;
    background: var(--theme-color-2);
}
.desktop {
	display:block;
	visibility:visible;
}
.mobile {
	display:none;
	visibility:hidden;
}
.container { 
	/*max-width:1170px;*/
	max-width:1200px;
	margin:0 auto;
	padding:0;
}
.logo {
	float:left;
	padding:5px 0 5px 0;
	margin:0;
	position:relative;
	z-index:9999;
	width:19%;
	margin: 0;
}
.menuwrapper {
	float:left;
	position:relative;
	z-index:9999;
	margin:40px auto 0;
	width:1007px;
	text-align: center;
}
.menuwrapperhome {
	float:left;
	position:relative;
	z-index:9999;
	/*width: 1025px;*/
	width: 900px;
	display: inline-block;
	text-align: center;
}
.featuredimagewrapper {
	position:relative;
	display: flex;
	width: 100%;
}
.featuredimagewrapper h1 {
	position:absolute;
	left:0;
	right:0;
	text-align:center;
	font-size: 35px;
	top:45%;
	color:#fff;
	margin:0 auto;
}
.featuredimagewrapper img.wp-post-image {
	width:100%;
}
.featuredimagewrapper img {
	margin:0 auto;
	width:100%;
	height: 630px;
}
.featuredimagewrapper img.attachment-full {
	margin:0 auto; 
	width:100%;
}
.featuredimage {
	width:100%;
}
.featuredimage-inner {
	margin: 0 auto 40px auto;
	background: #696969;
	height: 5px;
}
.featuredimage-inner img {
	margin:0 auto;
	width:100%;
}
.link-white a {
	color: var(--white) !important;
}

.menu {
	clear: both;
	margin: 0 auto;
}
.main-nav {
	clear: both;
}
.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu li {
	border: 0;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
.menu li:hover {
	white-space: normal;
	z-index: 10000;
}
.menu li li {
	float: none;
}
.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}
.menu li:hover > ul {
	top: 100%;
	visibility: visible;
	margin-left: 15px;
}
.menu li li:hover > ul {
	left: 100%;
	top: 0;
}
.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.menu,
.menu ul {
	min-height: 0;
}
.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}
.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}
.menu ul {
	margin-top: 1px;
	min-width: 100%;
	width: auto;
	display: -webkit-inline-flex;
}
.menu a {
	color: #8e4d15;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0 40px;
	position: relative;
	text-decoration: none;
}
.menu a:hover {
	background-color: var(--white);
	color: #f8fd33;
}

ul.menu > li:hover {
	background-color: var(--white);
	color: #f8fd33;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	color:#f8fd33;
}
.menu li li {
	background: var(--white);
	color: #444444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}
.menu li li a {
	background: transparent !important;
	border: none;
	color: #8e4d15;
	font-size: 14px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 10px 30px 0;
	text-shadow: none;
	white-space: nowrap;
}
.menu-item-has-children ul li > a {
	padding: 10px 0 0 40px;
}
.menu-item-has-children ul li:first-child > a {
	padding: 10px 0 0 25px;
}
.menu li.menu-item-has-children > a:after {
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -6px;
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}
.menu li li a:hover {
	background: transparent !important;
	background-image: none;
	border: none;
	color: #f8fd33;
	filter: none;
}

.menu li li:hover {
	background: transparent !important;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}
.main-nav #responsive_current_menu_item {
	display: none;
}
.footerlogo {
	margin:0;
}
.footerbox1 {
	float:left;
	width:60px;
}
.footerbox2 { 
	float:none;
	font-size: 14px;
    width: 76%;
    margin-top: 36px;
    text-align: center;
	display: inline-block;
}
.footerbox3 {
	float:right;
	width:17%;
	margin-top: 24px;
}
.footerbox1 p {
	width:93%;
	line-height:24px;
	margin:0;
	text-align:justify;
}
ul.footerlinks {
	margin:0;
}
.footerlinks li {
	list-style:none;
	min-width:130px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
}
.footerlinks li a {
	color:#8e4d15;
}
.footerlinks li a:hover {
	color:#f8fd33;
}
.footertop {
	margin:0;
}
.footerbottom {
	margin:0;
}
.copyrightBg {
	background: #300b6c;
}
.copyrighttext {
	text-align: center;
	font-size:14px;
	color: var(--white);
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.ie8 img {
	height: auto;
	width: auto;
}
.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.justify {
	text-align:justify;
}
.clear {
	clear: both;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: ""!important;
}
.nocomments{
	display: none
}

.title-heading{
  font-size: 16px;
  line-height: 1.2em;
  color: var(--navyblue);
  font-family: 'MyriadPro-Semibold';
  text-transform: uppercase;
  text-align: center;
  left: 0;
  width: 100%;
  z-index: 99;
  letter-spacing: 0.5px;
}
.title-heading span {
	display: inline-block;
	position: relative;
}
.title-heading span:after {
	width: 40px;
	height: 1px;
	background: var(--yellow);
	content: "";
	position: absolute;
	right: 100%;
	margin-right: 10px;
	top: 35%;
}
.title-heading span:before {
	width: 40px;
	height: 1px;
	background: var(--yellow);
	content: "";
	position: absolute;
	left: 100%;
	margin-left: 10px;
	color: var(--black);
	top: 35%;
}

.title {
	font-size: 24px;
	padding: 0 0 20px 0
	line-height: 1.2em;
	/*color: var(--theme-color-1);*/
	font-family: 'MyriadPro-Regular';
	/*text-transform: uppercase;*/
	text-align: center;
	left: 0;
	width: 100%;
	z-index: 99;
	letter-spacing: 0.5px;
	padding: 0 0 20px 0;
}

.title span {
	display: inline-block;
	position: relative;
}

.first-letter {
  color: var(--theme-color-1);
}

.second-letter {
  color: var(--theme-color-2);
}

.title span {
  color: var(--theme-color-2);
}

.title span:after {
	width: 35px;
    height: 35px;
    background: url(../images/title-sides-left.png) no-repeat left 5px;
    content: "";
    position: absolute;
    right: 100%;
    margin-right: 0;
    top: 0;
	animation: moveLeftToRight 3s ease-in-out infinite;
}
.title span:before {
	width: 35px;
    height: 35px;
    background: url(../images/title-sides-right.png) no-repeat right 5px;
    content: "";
    position: absolute;
    left: 100%;
    margin-left: -5px;
    top: 0;
	animation: moveRightToLeft 3s ease-in-out infinite;
	
}

@keyframes moveLeftToRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes moveRightToLeft {
  0% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}

.title-white {
  font-size: 16px;
  line-height: 1.2em;
  color: var(--navyblue);
  font-family: 'MyriadPro-Semibold';
  text-transform: uppercase;
  text-align: center;
  left: 0;
  width: 100%;
  z-index: 99;
  letter-spacing: 4px;
}
.title-white span {
	display: inline-block;
	position: relative;
}
.title-white span:after {
	width: 40px;
	height: 1px;
	background: var(--yellow);
	content: "";
	position: absolute;
	right: 100%;
	margin-right: 10px;
	top: 35%;
}
.title-white span:before {
	width: 40px;
	height: 1px;
	background: var(--yellow);
	content: "";
	position: absolute;
	left: 100%;
	margin-left: 10px;
	color: var(--black);
	top: 35%;
}
.about-text{
	width: 85%;
    margin: 0 auto;
}
#footer h3{
	text-align: center;
    font-size: 18px;
    color: var(--white);
    font-family: 'MyriadPro-Semibold';
}
.footer-line{
	box-shadow: 2px 0 #ffffff2e;
}
#footer a {
	text-decoration: none;
	color: var(--white);
}
#footer p {
	color: var(--white);
}
.service-bg{
	background: var(--grey);
	/*height: auto;*/
	  /*background:linear-gradient(324deg, rgba(66, 62, 90, 0.9), rgba(65, 105, 225, 0.9)), url(../images/service-bg.png) no-repeat center center fixed;*/
	/*background: url(../images/service-bg.png) no-repeat center center fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
	backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.space-2{
	padding: 2% 0 2% 0;
}
.space-5{
	padding: 5% 0 5% 0;
}
.breadcrumb-top{
    background: #123C69;
	z-index: 9999;
    position: relative;
    padding: 1% 2% 1% 2%;
    margin: -6% 0 0 0;
    float: right;
    color: var(--white);
    border-radius: 50px 0 0 50px;
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	font-size: 14px;
	width: 35%;
}
.breadcrumb {
	margin: 0 0px 0 18px;
}
.breadcrumb a {
    color: var(--white);
    text-decoration: none;
}
.breadcrumb span {
    padding: 0 4px;
}
.testimonial-carousel-control-prev {
	left: 0;
}
.testimonial-carousel-control-next{
	right: 0;
}
.testimonial-carousel-control-next, .testimonial-carousel-control-prev {
	position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .1;
    transition: opacity .15s ease;
}
#testimonial p{
	font-size: 16px;
	text-align: justify;
}
#testimonial h3{
	font-family: 'MyriadPro-Semibold';
	color: var(--navyblue);
	font-size: 16px;
	text-align: justify;
	float: right;
}
.bnnerWave{
	font-size: 35px;
    fill: #fff;
}

.service-card {
	position: relative;
	margin: 13px;
	background: #fff;
	box-shadow: 0 0 10px rgb(65 105 225 / 25%);
	border-radius: 30px 0 0 30px;
	transition: all 0.3s;
}
.service-card:hover {
	transition: all 0.3s;
	box-shadow: none;
}
.service-card  a:hover img{
	animation: beat .4s infinite alternate;
}

.service-card-item {
	display: flex;
	flex-direction: column;
    align-items: center;
}
.service-card-img {
	width: 100px;
	flex-shrink: 0;
	height: 100px;
	background-color: var(--navyblue);
	border-radius: 20px 0 0 20px;
	transform: translateX(-30px);
	overflow: hidden;
	padding: 30px;
	z-index: 1;
}
.service-card .service-card-img{
	transition: all 0.3s;
}
.service-card:hover .service-card-img{
	background-color: var(--navyblue);
	transition: all 0.3s;
}
.service-card-img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.service-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 1;
	transition: all 0.3s;
}
.service-card-content{
	transform: translateY(-25px);
	transition: all 0.4s;
	margin: 0 10px;
	text-align: center;
}
.service-card-title {
	font-size: 16px;
	color: #0d0925;
	margin: 10px 0 10px 0;
}
.service-card:hover .service-card-title {
	color: var(--navyblue);
    transition: 0.5s;
}
.service-card-text {
	color: #4e4a67;
	margin-bottom: 30px;
	line-height: 1.5em;
}
.service-card:before,
.service-card:after {
	border: 0 solid transparent;
	box-sizing: border-box;
	content: '';
	position: absolute;
	pointer-events: none;
	width: 0rem;
	height: 0;
	bottom: 0;
	right: 0;
}
.service-card:before {
	border-bottom-width: 3px;
	border-left-width: 3px;
}
.service-card:after {
	border-top-width: 3px;
	border-right-width: 3px;
}
.service-card:hover:before,
.service-card:hover:after {
	border-color: var(--navyblue);
	-webkit-transition: border-color 0s, width 0.25s, height 0.25s;
	transition: border-color 0s, width 0.25s, height 0.50s;
	width: 100%;
	height: 100%;
}
.service-card:hover:before {
	-webkit-transition-delay: 0s, 0s, 0.25s;
	transition-delay: 0s, 0s, 0.50s;
}
.service-card:hover:after {
	-webkit-transition-delay: 0s, 0.25s, 0s;
	transition-delay: 0s, 0.50s, 0s;
}
.service-card-white {
	position: relative;
	/*margin: 15px;*/
	background: var(--white);
    backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	/*border-radius: 30px 0 0 30px;*/
	border-radius: 0;
		margin: 10% auto;
	transition: all 0.3s;
	border-radius: 20px;
}
.service-card-white:hover {
	transition: all 0.3s;
	box-shadow: none;
}

.service-card-img-white {
    width: 100px;
	flex-shrink: 0;
	height: 100px;
	background: var(--yellow);
	/*background: #2d4ca9;*/
    backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	/*border-radius: 20px 0 0 20px;
	transform: translateX(-30px);*/
	transform: translateY(-50%);
	border-radius: 50px;
	overflow: hidden;
	padding: 30px;
	z-index: 1;
}
.service-card-white .service-card-img-white{
	transition: all 0.3s;
}
.service-card-white:hover .service-card-img-white{
	background: var(--navyblue);
    transition: all 0.3s;
    border-color: var(--white);
    -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
    transition: border-color 0s, width 0.25s, height 0.50s;
}
.service-card-img-white:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.service-card-white  a:hover  img{
	animation: beat .4s infinite alternate;
}
/*.service-card-img-white .imgWhite{
	opacity: 1;
}
.service-card-img-white .imgYellow{
	opacity: 0
}
.service-card-white  a:hover .imgWhite{
	animation: beat .4s infinite alternate;
	opacity: 0;
}
.service-card-white  a:hover .imgYellow{
	animation: beat .4s infinite alternate;
	opacity: 1;
}*/
.service-card-img-white img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 1;
	transition: all 0.3s;
}
.service-card-title-white {
	font-size: 16px;
	color: var(--lightBlack);
	margin: 10px 0 10px 0;
}
.service-card-white:hover .service-card-title-white {
    color: var(--lightBlack);
    transition: 0.5s;
}
.service-card-white:before,
.service-card-white:after {
	border: 0 solid transparent;
	box-sizing: border-box;
	content: '';
	position: absolute;
	pointer-events: none;
	width: 0rem;
	height: 0;
	bottom: 0;
	right: 0;
}
.service-card-white:before {
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-radius: 20px;
}
.service-card-white:after {
	border-top-width: 3px;
	border-right-width: 3px;
	border-radius: 20px;
}
.service-card-white:hover:before,
.service-card-white:hover:after {
	border-color: var(--navyblue);
	-webkit-transition: border-color 0s, width 0.10s, height 0.10s;
	transition: border-color 0s, width 0.10s, height 0.10s;
	width: 100%;
	height: 100%;
}
.service-card-white:hover:before {
	-webkit-transition-delay: 0s, 0s, 0.10s;
	transition-delay: 0s, 0s, 0.10s;
}
.service-card-white:hover:after {
	-webkit-transition-delay: 0s, 0.10s, 0s;
	transition-delay: 0s, 0.10s, 0s;
}

.link a{
	display: inline-block;
	border: #fff 1px solid;
	color: var(--white);
	font-family: 'MyriadPro-Regular';
	font-size: 16px;
	line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
	overflow: hidden;
	padding: 9px 20px 6px 20px;
	position: relative;
	text-decoration: none;
	transition: 0.2s transform ease-in-out;
	z-index: 0;
	font-weight: 500;
}
.link a:after {
	background-color: #fff;
	border: #fff 1px solid;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-100%, 0) rotate(50deg);
	transform-origin: top left;
	transition: 0.2s transform ease-out;
	z-index: -1;
}
.link a:hover:after {
	transform: translate(0);
}
.link a:hover {
	border: #fff 1px solid;
	color: var(--navyblue);
}
.link-2 a{
	display: inline-block;
	background-color: var(--yellow);
	border: var(--yellow) 1px solid;
	color: var(--navyblue) !important;
	font-family: 'MyriadPro-Regular';
	font-size: 16px;
	line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
	overflow: hidden; 
	padding: 9px 20px 6px 20px;
	position: relative;
	text-decoration: none;
	transition: 0.2s transform ease-in-out;
	z-index: 0;
	font-weight: 500;
}
.link-2 a:after {
	background-color: var(--navyblue);
	/*border: var(--navyblue) 1px solid;*/
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-100%, 0) rotate(50deg);
	transform-origin: top left;
	transition: 0.2s transform ease-out;
	z-index: -1;
}
.link-2 a:hover:after {
	transform: translate(0);
}
.link-2 a:hover {
	border: var(--navyblue) 1px solid;
	color: var(--white) !important;
}

.useful-links {
	text-align: center;
}
.useful-links li{
	list-style-type: none;
}

@keyframes beat{
	to { transform: scale(1.08); }
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0);
    visibility:visible
  }
  to {
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0);
    visibility:visible
  }
  to {
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
  }
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.service-card-inner {
	position: relative;
	margin: 10px;
	background: #fff;
	box-shadow: 0 0 10px var(--grey);
	transition: all 0.3s;
	border-radius: 20px;
	border: 1px solid var(--grey);
}
.service-card-inner:hover {
	transition: all 0.3s;
	box-shadow: none;
}
.service-card-inner  a:hover img{
	animation: beat .4s infinite alternate;
}

.service-card-item-inner {
	display: flex;
	flex-direction: column;
    align-items: center;
}
.service-card-img-inner {
	width: 100px;
	flex-shrink: 0;
	height: 100px;
	background-color: var(--yellow);
	border-radius: 20px 0 0 20px;
	transform: translateX(-30px);
	overflow: hidden;
	padding: 30px;
	z-index: 1;
}
.service-card-inner .service-card-img-inner{
	transition: all 0.3s;
	transform: translateY(-50%);
    border-radius: 50px;
}
.service-card-inner:hover .service-card-img-inner{
	background-color: var(--navyblue);
	transition: all 0.3s;
}
.service-card-img-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.service-card-img-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 1;
	transition: all 0.3s;
}
.service-card-content-inner{
	transform: translateY(-25px);
	transition: all 0.4s;
	margin: 0 10px;
}
.service-card-title-inner {
	font-size: 16px;
	color: var(--lightBlack);
	margin: 10px 0 10px 0;
}
.service-card-inner:hover .service-card-title-inner {
	color: var(--lightBlack);
    transition: 0.5s;
}
.service-card-text-inner {
	color: var(--navyblue);
	margin-bottom: 30px;
	line-height: 1.5em;
}
.service-card-inner:before,
.service-card-inner:after {
	border: 0 solid transparent;
	box-sizing: border-box;
	content: '';
	position: absolute;
	pointer-events: none;
	width: 0rem;
	height: 0;
	bottom: 0;
	right: 0;
}
.service-card-inner:before {
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-radius: 20px;
}
.service-card-inner:after {
	border-top-width: 3px;
	border-right-width: 3px;
	border-radius: 20px;
}
.service-card-inner:hover:before,
.service-card-inner:hover:after {
	border-color: var(--navyblue);
	-webkit-transition: border-color 0s, width 0.10s, height 0.10s;
	transition: border-color 0s, width 0.10s, height 0.10s;
	width: 100%;
	height: 100%;
}
.service-card-inner:hover:before {
	-webkit-transition-delay: 0s, 0s, 0.10s;
	transition-delay: 0s, 0s, 0.10s;
}
.service-card-inner:hover:after {
	-webkit-transition-delay: 0s, 0.10s, 0s;
	transition-delay: 0s, 0.10s, 0s;
}
.common-card-inner {
	position: relative;
	margin: 10px;
	background: #fff;
	box-shadow: 0 0 10px var(--grey);
	transition: all 0.3s;
	border-radius: 20px
}
.common-card-item-inner {
	display: flex;
	flex-direction: column;
    align-items: center;
}
.common-card-img-inner {
	width: 100px;
	flex-shrink: 0;
	height: 100px;
	background-color: var(--navyblue);
	border-radius: 20px 0 0 20px;
	transform: translateX(-30px);
	overflow: hidden;
	padding: 30px;
	z-index: 1;
}
.common-card-inner .common-card-img-inner{
	transition: all 0.3s;
	transform: translateY(-50%);
    border-radius: 50px;
}
.common-card-inner:hover .common-card-img-inner{
	background-color: var(--navyblue);
	transition: all 0.3s;
}
.common-card-img-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.common-card-img-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 1;
	transition: all 0.3s;
}
.common-card-content-inner{
	transform: translateY(-25px);
	transition: all 0.4s;
	margin: 0 10px;
}
.common-card-title-inner {
	font-size: 16px;
	color: #0d0925;
	margin: 10px 0 10px 0;
}

.common-card-text-inner {
	color: var(--navyblue);
	margin-bottom: 30px;
	line-height: 1.5em;
}
.grideBgIcon {
	list-style: none;
}
.grideBgIcon li{
	position: relative;
    float: left;
    list-style: none;
    margin: 0;
    overflow: hidden;
    width: -webkit-calc(100% / 5);
    width: calc(100% / 5);
}
.grideBgIcon .imgBg {
	display: inline-block;
	background-color: var(--navyblue);
	margin: 50px;
	border-radius: 50%;
}
.grideBgIcon .imgBg:hover img {
	 animation: beat .4s infinite alternate;
}
.grideBgIcon .imgBg  img{
	color: var(--white);
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	height: 100px;
	width: 100px;
	padding: 25%;
}
.grideBgIcon .titleText{
	font-size: 16px;
    padding: 0;
    margin: -40px 0 0 0;
}
.pulse {
	margin:100px;
	display: block;
	border-radius: 50%;
	background: #123C69;
	box-shadow: 0 0 0 rgba(18, 60, 105, 0.6);
	animation: pulse 1s infinite;
}
.pulse:hover {
	animation: none;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(18, 60, 105, 0.6);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(18, 60, 105, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(18, 60, 105, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(18, 60, 105, 0.6);
		box-shadow: 0 0 0 0 rgba(18, 60, 105, 0.6);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(18, 60, 105, 0);
		box-shadow: 0 0 0 10px rgba(18, 60, 105, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(18, 60, 105, 0);
		box-shadow: 0 0 0 0 rgba(18, 60, 105, 0);
	}
}

.accordion-button:after {
    background-image: url("../images/arrow-up.png") !important;
}

.accordian-Bg-Color-1{
	background-color: var(--navyblue);
	opacity: 1;
	color: var(--white);
}
.accordian-Bg-Color-2{
	background-color: var(--navyblue);
	opacity: 0.95;
	color: var(--white);
}
.accordian-Bg-Color-3{
	background-color: var(--navyblue);
	opacity: 0.85;
	color: var(--white);
}
.accordian-Bg-Color-4{
	background-color: var(--navyblue);
	opacity: 0.75;
	color: var(--white);
}
.accordian-Bg-Color-5{
	background-color: var(--navyblue);
	opacity: 0.65;
	color: var(--white);
}
.accordian-Bg-Color-6{
	background-color: var(--navyblue);
	opacity: 0.55;
	color: var(--white);
}
.accordian-Bg-Color-7{
	background-color: var(--navyblue);
	opacity: 0.4;
	color: var(--white);
}
.accordian-Bg-Color-8{
	background-color: var(--navyblue);
	opacity: 0.35;
	color: var(--white);
}

.accordion-button:not(.collapsed) {
	background-color: var(--navyblue);
	color: var(--white);
    box-shadow: none !important;
}
.accordion-button:focus {
    box-shadow: none;
}
.header-page{
	position: relative;
	text-align: center;
	background: var(--navyblue);/*rgb(245 134 40 / 81%)*/
	/*background: linear-gradient(132deg, rgb(245 134 40 / 81%) 50%, rgb(202 201 208));
	background: linear-gradient(76deg, rgb(65 105 225 / 90%) 50%, rgb(33, 9, 139));*/
	color: white;
	padding: 12% 0 0 0;
}
.header-page h1 {
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 24px;
}
.header-page p {
	letter-spacing: 1px;
	font-size: 14px;
	color: var(--white);
}
.header-page p a {
	color: var(--white);
}
.inner-header {
	width: 100%;
	margin: 0;
	padding: 0;
	margin: -2% 0 0 0;
}
.waves {
	position: relative;
	width: 100%;
	height: 15vh;
	min-height: 100px;
	max-height: 150px;
}

.parallax > use {
	animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}
.parallax > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}
.parallax > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}
.parallax > use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.cardBorderBg {
	-webkit-box-shadow: inset 0px 13px 0px 0px var(--navyblue);
    -moz-box-shadow: inset 0px 13px 0px 0px var(--navyblue);
    box-shadow: inset 0px 5px 0px 0px var(--navyblue);
    border-top-right-radius: 0.5rem;
    border-top-left-radius: .5rem;
}
ul.arrow-list { 
	/*margin:0 0 20px 0; padding:0;*/
}
.arrow-list li { 
	margin:0 0 10px 0;
	padding:0 0 0 25px;
	background: url(../images/list-pointer.png) no-repeat left 5px;
	list-style:none;
	text-align: left;
	font-size: 16px;
}

ul.circle-list { 
	/*margin:0 0 20px 0; padding:0;*/
}
ul.circle-list li { 
	margin:0 0 10px 0;
	padding:0 0 0 0;
	background: none;
	list-style:none;
	text-align: left;
	font-size: 15px;
}
ul.circle-list li { 
	margin:0 0 10px 0;
	padding:0 10px 0 20px;
	background: url(../images/circle-list.png) no-repeat left 5px;;
	list-style:none;
	text-align: left;
	font-size: 16px;
	/*display: inline;*/
}
ul.arrow-list-white { 
	margin:0 0 20px 0; padding:0;
}
.arrow-list-white li { 
	margin:0 0 10px 0;
	padding:0 0 0 20px;
	background: url(../images/arrow-list-white.png) no-repeat left 8px;
	list-style:none;
	text-align: left;
	font-size: 16px;
}
.bullet-list-white li { 
	margin:0 0 2px 0;
	padding:0 0 0 20px;
	background: url(../images/bullent-point-white.png) no-repeat left 8px;
	list-style:none;
	text-align: left;
	font-size: 16px;
}
.website-development-bg{
	background: url(../images/website-design-bg.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
}
.title-1 {
	font-size: 16px;
	line-height: 1.2em;
	color: var(--navyblue);
	font-family: 'MyriadPro-Semibold';
	text-transform: uppercase;
	text-align: center;
	left: 0;
	width: 100%;
	z-index: 99;
	letter-spacing: 2px;
}
.title-1 span {
	display: inline-block;
	position: relative;
}
.title-1 span:after {
	width: 20px;
	height: 1px;
	background: var(--yellow);
	content: "";
	position: absolute;
	right: 100%;
	margin-right: 10px;
	top: 30%;
}
.title-1 span:before {
	width: 20px;
	height: 1px;
	background: var(--yellow);
	content: "";
	position: absolute;
	left: 100%;
	margin-left: 10px;
	color: #d7d7d7;
	top: 30%;
}
.website-card {
	position: relative;
	margin: 10px;
	background: var(--white);
	backdrop-filter: blur( 4px );
	-webkit-backdrop-filter: blur( 4px );
	transition: all 0.3s;
	border-radius: 20px !important;
}
.website-card:before,
.website-card:after {
	border: 0 solid transparent;
	box-sizing: border-box;
	content: '';
	position: absolute;
	pointer-events: none;
	width: 0rem;
	height: 0;
	bottom: 0;
	right: 0;
}
.website-card p {
	padding: 15px 0 15px 0;
	color: var(--lightBlack);
	font-size: 16px;
}

.open-source-card {
	position: relative;
	margin: 10px;
	background: #fff;
    box-shadow: 0 0 10px var(--grey);
	transition: all 0.3s;
	border-radius: 20px !important;
}
.open-source-card h3 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.open-source-card:before,
.open-source-card:after {
	border: 0 solid transparent;
	box-sizing: border-box;
	content: '';
	position: absolute;
	pointer-events: none;
	width: 0rem;
	height: 0;
	bottom: 0;
	right: 0;
}
.open-source-card p {
	padding: 10px 0 0 0;
	color: var(--lightBlack);
}
#to_top_scrollup {
	transition: 0.5s;
}

#to_top_scrollup:hover {
	background: var(--theme-color-1) !important;
	opacity: 1 !important;
	transition: 0.5s;
}
/*----Search-----------*/
.astm-search-menu{
	float: right;
	margin: 2% 0 0 0;
}
.is-ajax-search-details a, .is-ajax-search-result a {
    color: var(--navyblue) !important;
	text-decoration: none !important;
}
div.is-ajax-search-details, div.is-ajax-search-result{
	background: var(--white) !important;
}
.is-ajax-search-result .is-ajax-search-post:hover {
	background: none !important;
}
#is-popup-wrapper{
	/*background: rgb(65 105 225 / 91%) !important;*/
	background: rgb(30 29 29 / 77%) !important;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}
.popup-search-close:before, .search-close:before {
	border-left: 2px solid var(--white) !important;
}
.popup-search-close:after, .search-close:after {
	border-left: 2px solid var(--white) !important;
}
body .popup-search-close:before, body .search-close:before{
	border-color: var(--white) !important;
}
.is-menu path.search-icon-path{
	fill: var(--white) !important;
}
.whileLine {
	content: '';
	background: white;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	left: 0;
}
.sliderImage{
	height: 600px;
}
.sliderHeading{
	position: relative;
    right: 0;
    /*left: 8%;*/
    /*text-align: left;*/
	padding-top: 0 !important;
    padding-bottom: 0 !important;
	/*font-size: 20px !important;*/
	font-size: 30px !important;
	font-family: 'MyriadPro-Light' !important;
}
.sliderText{
	position: relative;
    right: 0;
    /*left: 8%;*/
	/*margin: 3% 0 0 0 !important;*/
	margin: 2% 0 0 0 !important;
    /*text-align: left;*/
	padding-top: 0 !important;
    padding-bottom: 0 !important;
	/*width: 40% !important;*/
	/*font-size: 20px !important;*/
	font-size: 18px !important;
	font-family: 'MyriadPro-Light' !important;
}
.sliderButton {
	position: absolute;
    right: 0;
    top: 3%;
	left: 7%;
}
.sliderButton div{
	font-family: 'MyriadPro-Regular' !important;
    font-size: 16px !important;
    line-height: 16px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    overflow: hidden;
    padding: 6px 10px 6px 10px;
}
.fadeUpText{
	animation-name: fadeInUp;
	animation-duration: 1s;
}
.testimonal-card {
	border-bottom: none;
    border-radius: 10px 10px 0 0;
	border-color: #d2d2d259;
}
.cardGlassBg {
    background: transparent;
	border: none;
    border-radius: 0
}
.Common-bg {
	background: var(--grey);
	height: auto;
}

.gridlayout li {
	position: relative;
	float: left;
	list-style: none;
	overflow: hidden;
	width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
}

/*.gridlayout li a div{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	border-radius: 20px;
    background: rgba(13, 52, 95, 0.6);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.gridlayout li a:hover div {
    opacity: 1;
}
.gridlayout a div h3 {
    width: 100%;
    color: var(--yellow);
    font-size: 20px;
    padding: 0;
    margin: 0;
	position: absolute;
    bottom: 13px;
}*/

.testimonial-title {
    font-size: 14px;
	color: var(--lightBlack);
	font-weight: 600;
    font-family: 'MyriadPro-Semibold';
    text-align: center;
    left: 0;
    width: 100%;
    z-index: 99;
	margin: 10px 0 0 0;
}
.work-bg {
	/*background: var(--navyblue);
    height: auto;*/
	background: var(--grey);
	/*height: auto;*/
	  /*background:linear-gradient(324deg, rgb(66 62 90), rgb(65 105 225));*/
	/*background: url(../images/service-bg.png) no-repeat center center fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
	backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.circle-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
ul.circle-grid { text-align:center; }
.circle-grid:after,
.circle-item:before {
	content: '';
    display: table;
}
.circle-grid:after {
	clear: both;
}
.circle-grid li {
	width: 190px;
	height: 190px;
	display: inline-block;
	margin: 20px;
}
.circle-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: inset 0 0 0 2px rgb(255 255 255 / 29%), 0 1px 1px rgba(0, 0, 0, 0.1)
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.circle-info {
	position: absolute;
	background: var(--yellow);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding: 60px 0 0 0;
}
.circle-info:hover{
	background: var(--navyblue);
	color: var(--white);
	box-shadow: 0px 9px 12px rgb(13 52 95 / 24%);
}
.circle-info:hover span{
	color: var(--white);
}
.circle-info h3 {
	color: var(--navyblue);
	font-size: 24px;
	/*font-weight: 600;*/
	padding: 60px 0 0 0;
}
.circle-info span {
	color: var(--navyblue);
	font-size: 24px;
	/*font-weight: 600;*/
}
.circle-info .smalltext{
	font-size: 16px;
}
.circle-info img {
	margin: 25% 0 -10% 0;
}
.circle-info:hover img {
	animation: bounce2 2s ease infinite;
}
.circle-info p {
	color: var(--white);
	font-size: 16px;
	padding: 10px;
	text-align: center;
}


/*.circle-grid-1{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}*/
.circle-grid-1{
	width: 190px;
	height: 190px;
	margin: 20px auto;
	text-align:center; 
}

.circle-grid-1:after,
.circle-item-1:before {
	content: '';
    display: table;
}
.circle-grid-1:after {
	clear: both;
}
.circle-item-1 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: inset 0 0 0 2px rgb(255 255 255 / 29%), 0 1px 1px rgba(0, 0, 0, 0.1)
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.circle-info-1 {
	position: absolute;
	background: var(--yellow);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding: 60px 0 0 0;
}
.circle-info-1:hover{
	background: var(--navyblue);
	color: var(--white);
	box-shadow: 0px 9px 12px rgb(13 52 95 / 24%);
}
.circle-info-1:hover span{
	color: var(--white);
}
.circle-info-1 h3 {
	color: var(--navyblue);
	font-size: 24px;
	/*font-weight: 600;*/
	padding: 60px 0 0 0;
}
.circle-info-1 span {
	color: var(--navyblue);
	font-size: 24px;
	/*font-weight: 600;*/
}
.circle-info-1 .smalltext{
	font-size: 16px;
}
.circle-info-1 img {
	margin: 25% 0 -10% 0;
}
.circle-info-1:hover img {
	animation: bounce2 2s ease infinite;
}
.circle-info-1 p {
	color: var(--white);
	font-size: 16px;
	padding: 10px;
	text-align: center;
}


.text-white{
	color: var(--white) !important;
}
.about-text{
	font-size: 18px;
	margin: 10px 0 10px 0;
}
.challenges-row-bg{
	/*background: linear-gradient(155deg, rgba(96, 163, 217, 1) 31%, rgba(248, 253, 51, 1) 88%);*/
	/*background: linear-gradient(155deg, var(--grey) 31%, var(--grey) 88%);*/
    /*display: flex;
    flex-wrap: wrap;*/
    overflow: hidden;
    /*margin: 1rem auto;*/
   /* padding: 0.4rem 0.4rem;*/
   padding: 0;
}
.challenges-bg-1 {
	background: var(--grey); /*rgb(65 105 225) !important;*/
	/*background: rgb(46 49 146);
	background: linear-gradient(150deg, rgb(46 49 146) 0%, rgba(27,255,255, 1) 100%);*/
	text-align: center;
}
.challenges-bg-2 {
	background: var(--lightBlue) !important;
	/*background: rgb(9255 255 255) !important;*/
}

.box-title {
	font-size: 18px;
	color: var(--lightBlack);
}
.blue-bg {
	background: #d0ccf15e;
}
.industry-card-inner {
	position: relative;
	margin: 10px;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 0 10px rgb(65 105 225 / 0.2);
	transition: all 0.3s;
}
.industry-card-inner:hover {
	transition: all 0.3s;
	box-shadow: none;
}
.industry-card-inner  a:hover img{
	animation: beat .4s infinite alternate;
}
.industry-card-item-inner {
	display: flex;
	flex-direction: column;
    align-items: center;
}
.industry-card-img-inner {
	width: 100px;
	flex-shrink: 0;
	height: 100px;
	background-color: #686ba1;
	border-radius: 20px 0 0 20px;
	transform: translateX(-30px);
	overflow: hidden;
	padding: 30px;
	z-index: 1;
}
.industry-card-inner .industry-card-img-inner{
	transition: all 0.3s;
	transform: translateY(-50%);
    border-radius: 50px;
	background: #686ba1;
}
.industry-card-inner:hover .industry-card-img-inner{
	background-color: #1e0776;
	transition: all 0.3s;
}
.industry-card-img-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.industry-card-img-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 1;
	transition: all 0.3s;
	
}
.industry-card-content-inner{
	transform: translateY(-33px);
	transition: all 0.4s;
	margin: 0 10px;
}
.industry-card-title-inner {
	font-size: 16px;
	color: var(--white);
	margin: 10px 0 10px 0;
}
.industry-card-inner:hover .industry-card-title-inner {
    color: var(--white);
    transition: 0.5s;
}

.industry-card-inner:before,
.industry-card-inner:after {
	border: 0 solid transparent;
	box-sizing: border-box;
	content: '';
	position: absolute;
	pointer-events: none;
	width: 0rem;
	height: 0;
	bottom: 0;
	right: 0;
}
.industry-card-inner:before {
	border-bottom-width: 3px;
	border-left-width: 3px;
}
.industry-card-inner:after {
	border-top-width: 3px;
	border-right-width: 3px;
}
.industry-card-inner:hover:before,
.industry-card-inner:hover:after {
	border-color: #686ba1;
	-webkit-transition: border-color 0s, width 0.25s, height 0.25s;
	transition: border-color 0s, width 0.25s, height 0.50s;
	width: 100%;
	height: 100%;
}
.industry-card-inner:hover:before {
	-webkit-transition-delay: 0s, 0s, 0.25s;
	transition-delay: 0s, 0s, 0.50s;
}
.industry-card-inner:hover:after {
	-webkit-transition-delay: 0s, 0.25s, 0s;
	transition-delay: 0s, 0.50s, 0s;
}
.fadeDownText{
	animation-name: fadeInDown;
	animation-duration: 1s;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounce2 {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-15px);
	}
	60% {
		transform: translateY(-15px);
	}
}

/*.carousel-control-prev, .carousel-control-next{
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
	
}

@media (min-width: 768px) {
  .carousel-inner {
    display: flex;
  }
  .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }
}*/

.main-slider-size{
	width: 100%;
	height: 650px;
}

.main-slider-text-content{
	position: absolute;
    right: 9%;
    left: 9%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    top: 35%;
	text-align: center;

}
.main-slider-size video{
	width: 100%;
}
.main-slider-size img{
	width: 100%;
}
.carousel-item {
   transition: transform .6s ease-in-out;
 }

.container-sticky {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	border: 2px dashed rgba(114, 186, 94, 0.35);
	height: 400px;
	background: rgba(114, 186, 94, 0.05);
}
.send-email {
    position: fixed;
	bottom: 20px;
    cursor: pointer;
    display: block;
	width: 45px;
    height: 45px;
    left: 20px;
    vertical-align: middle;
    z-index: 9999;
}
.font-18{
	font-size: 18px;
	font-weight: 700;
}
.link-slider{
	position: relative;
	margin: 2% 0 0 0 !important;
	/*right: 0;
    left: 8%;*/
}

.button-demo a{
	margin: -57px -25px;
	border: 2px solid var(--white);
	border-radius: 20px;
	text-align: right;
    float: right;
	display: inline-block;
	color: var(--white);
	font-size: 16px;
	line-height: 16px;
    letter-spacing: 1px;
	overflow: hidden;
	padding: 9px 20px 6px 20px;
	position: relative;
	text-decoration: none;
	transition: 0.2s transform ease-in-out;
	z-index: 0;
	font-weight: 500;	
}
.button-demo a:after {
	background-color: #fff;
	/*border: 2px solid var(--white);*/
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-100%, 0) rotate(50deg);
	transform-origin: top left;
	transition: 0.2s transform ease-out;
	z-index: -1;
}
.button-demo a:hover:after {
	transform: translate(0);
}
.button-demo a:hover {
	border: 2px solid var(--white) !important;
	color: var(--navyblue) !important;
}
.gs_logo_single img{
	width: 60px !important;
}
.mfp-wrap, .mfp-bg{
  z-index: 999999;
}
.mfp-bg{
	background: rgb(30 29 29 / 77%) !important;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}

.mfp-content{
	animation: zoom 0.5s;
}

.mfp-close-btn-in .mfp-close{
	color: var(--white);
}
@keyframes zoom {
  0% {
    scale: 100%
  }
  50% {
    scale: 105%;
  }
  100% {
    scale: 100%;
  }
}

/*.button-demo a{
	color: var(--white);
	transition: 0.2s transform ease-in-out;
}

.button-demo a:after {
transform: translate(-100%, 0) rotate(50deg);
	transform-origin: top left;
	transition: 0.2s transform ease-out;
}

.button-dem a:hover:after {
	transform: translate(0);
}
.button-demo a:hover{
	background: var(--white) !important;
	color: var(--navyblue) !important;
	border: 2px solid var(--white);
	
}*/
/*.button-demo:hover a{
	color: var(--navyblue) !important;
}*/
/*-------------Slick Slider-------------------------------------------*/
.slider{
	 display: block;
}
.slick-slide {
	margin: 0px 20px;
	 opacity: 0;
  transition: opacity 1s ease-in-out;
}
.slick-slide img {
	width: 100%;
	display: flex;
	flex-shrink: 0;
}
.slick-slide p {
	width: 100%;
	display: block;
}
.slick-slide .title-text {
	font-size: 22px;
	font-weight: 600;
}
.slider a:hover{
	color: var(--navyblue) !important;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	/*min-height: 1px;*/
}
[dir="rtl"] .slick-slide {
	/*float: right;*/
}

.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: flex;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slide-arrow{
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.prev-arrow{
	/*left: -30px;*/
	left: 0;
	width: 40px;
	color: var(--white);
}
.next-arrow{
	/*right: -30px;*/
	right: 0;
	width: 40px;
	color: var(--white);
}
.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: -1rem 0;
	list-style-type: none;
}
.slick-dots li {
	margin: 0 0.25rem;
}
.slick-dots li button {
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: var(--theme-color-2);
	border: 2px solid var(--theme-color-2);
	text-indent: -9999px;
}

.slick-dots li button:before{
	content: "";
}

.slick-dots li.slick-active button {
	background-color: var(--theme-color-1);
	border: 2px solid var(--theme-color-1);
	border-radius: 50%;
}

.slick-active {
  opacity: 1;
}
.g-6, .gy-6 {
	--bs-gutter-y: 5rem;
}
.ml-30{
	margin: 0 0 0 30px !important;
}

.simple-card-inner {
	position: relative;
	margin: 10px;
	background: #fff;
	box-shadow: 0 0 10px var(--grey);
	transition: all 0.3s;
	border-radius: 20px;
}
.simple-card-inner:hover {
	transition: all 0.3s;
	box-shadow: none;
}

.simple-card-inner:before,
.simple-card-inner:after {
	border: 0 solid transparent;
	box-sizing: border-box;
	content: '';
	position: absolute;
	pointer-events: none;
	width: 0rem;
	height: 0;
	bottom: 0;
	right: 0;
}
.simple-card-inner:before {
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-radius: 20px;
}
.simple-card-inner:after {
	border-top-width: 3px;
	border-right-width: 3px;
	border-radius: 20px;
}
.simple-card-inner:hover:before,
.simple-card-inner:hover:after {
	border-color: var(--navyblue);
	-webkit-transition: border-color 0s, width 0.10s, height 0.10s;
	transition: border-color 0s, width 0.10s, height 0.10s;
	width: 100%;
	height: 100%;
}
.simple-card-inner:hover:before {
	-webkit-transition-delay: 0s, 0s, 0.10s;
	transition-delay: 0s, 0s, 0.10s;
}
.simple-card-inner:hover:after {
	-webkit-transition-delay: 0s, 0.10s, 0s;
	transition-delay: 0s, 0.10s, 0s;
}

.h-410{
	height: 410px;
}
.h-350{
	height: 350px;
}
.h-250{
	height: 250px;
}
.video-bg {
	background: linear-gradient(41deg, #101010 30%, #0d345f);/*813714*/
	opacity: .8;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.footer-line-1{
	box-shadow: 0 2px 0 0 #1519592e;
}
.footer-line-2{
	box-shadow: 2px 0 #1519592e;
}

.caseStudy a:hover{
	color: var(--lightBlack);
}
.productImg {
	width: 500px;
}

/*---------------------------------Case Study Page CSS By Shreyas Patel--------------------------------------------*/
.af-gride-view {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.af-gride-view li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.af-gride-view li > a.af-programs-hover {
    margin: 3px;
}
.af-gride-view li > p{
	margin: 0;
}
.af-gride-view li > a,.af-gride-view li > a img {
    border: none;
    outline: none;
    display: block;
    position: relative;
}
.af-gride-view li > a img {
    width: 100%;
}
.af-gride-view li > a {
    border-radius: 4px;
}
#af-programs-main{
    padding: 10px 10px;
}

.af-programs-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.af-programs-list .af-programs {
    display: inline-block;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
	padding: 5px;
}
.af-programs-list .af-programs .af-programs-in {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: rgba(0,0,0,0.75);*/
	background: rgb(13 52 95 / 80%);
    backdrop-filter: blur(8px);
    height: 60px;
    text-align: center;
    transition: height 0.6s,background .6s 1s;
    -moz-transition: height 0.6s,background .6s 1s;
    -webkit-transition: height .6s;
    -ms-transition: height .6s;
    -o-transition: height .6s;
}
.af-programs-list .af-programs .af-programs-in span {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    /*font-weight: 600;*/
    transition: left 0.6s,bottom 0.6s,text-align .3s;
    -moz-transition: left 0.6s,bottom 0.6s,text-align .3s;
    -webkit-transition: left 0.6s,bottom 0.6s,text-align .3s;
    -ms-transition: left 0.6s,bottom 0.6s,text-align .3s;
    -o-transition: left 0.6s,bottom 0.6s,text-align .3s;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.af-programs-list .af-programs:hover .af-programs-in {
    height: 100%;
    background: rgb(13 52 95 / 80%);
    backdrop-filter: blur(8px);
	padding: 0;
	margin: 0;
    /*left: 0;*/
}
.af-programs-list .af-programs.selectedItem:hover .af-programs-in span,.af-programs-list .af-programs:hover .af-programs-in span {
    bottom: 46%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
}
/*-----------------------------------------------------------------------------*/

.procure-to-pay-1{
	background: url(../images/procure-to-pay-1.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.procure-to-pay-2{
	background: url(../images/procure-to-pay-2.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.procure-to-pay-3{
	background: url(../images/procure-to-pay-3.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}

.order-to-cash-1{
	background: url(../images/order-to-cash-1.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.order-to-cash-2{
	background: url(../images/order-to-cash-2.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.order-to-cash-3{
	background: url(../images/order-to-cash-3.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.quality-process-manufacturing-1{
	background: url(../images/quality-process-manufacturing-1.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.quality-process-manufacturing-2{
	background: url(../images/quality-process-manufacturing-2.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.quality-process-manufacturing-3{
	background: url(../images/quality-process-manufacturing-3.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.enterprise-asset-management-1{
	background: url(../images/enterprise-asset-management-1.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.enterprise-asset-management-2{
	background: url(../images/enterprise-asset-management-2.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.enterprise-asset-management-3{
	background: url(../images/enterprise-asset-management-3.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.financial-budgeting-1{
	background: url(../images/financial-budgeting-1.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.financial-budgeting-2{
	background: url(../images/financial-budgeting-2.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.financial-budgeting-3{
	background: url(../images/financial-budgeting-3.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.oracle-database-upgrade-1{
	background: url(../images/oracle-database-upgrade-1.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.oracle-database-upgrade-2{
	background: url(../images/oracle-database-upgrade-2.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.oracle-database-upgrade-3{
	background: url(../images/oracle-database-upgrade-3.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.oracle-e-business-suite-upgrade-1{
	background: url(../images/oracle-e-business-suite-upgrade-1.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.oracle-e-business-suite-upgrade-2{
	background: url(../images/oracle-e-business-suite-upgrade-2.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.oracle-e-business-suite-upgrade-3{
	background: url(../images/oracle-e-business-suite-upgrade-3.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.avdf-1{
	background: url(../images/avdf-1.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.avdf-2{
	background: url(../images/avdf-2.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.avdf-3{
	background: url(../images/avdf-3.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.rpa-1{
	background: url(../images/rpa-1.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.rpa-2{
	background: url(../images/rpa-2.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.rpa-3{
	background: url(../images/rpa-3.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.it-infra-1{
	background: url(../images/it-infra-1.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.website-1{
	background: url(../images/website-1.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.website-2{
	background: url(../images/website-2.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.website-3{
	background: url(../images/website-3.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.web-application-1{
	background: url(../images/web-application-1.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.web-application-2{
	background: url(../images/web-application-2.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.web-application-3{
	background: url(../images/web-application-3.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.mobile-app-1{
	background: url(../images/mobile-app-1.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.mobile-app-2{
	background: url(../images/mobile-app-2.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}
.mobile-app-3{
	background: url(../images/mobile-app-3.png) no-repeat center;
    background-size: cover;
    text-align: center;
    min-height: var(--heightServiceImage);
}

.title-bg{
	background: rgb(253 187 36 / 80%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(4px);
    color: var(--navyblue);
    font-size: 18px;
    border-radius: 20px;
    padding: 10px;
    font-weight: 600;
}
.tooltipIcon {
	position: relative;
	display: inline-block;
	transition: 0.5s;
}

.tooltipIcon .tooltipText {
	visibility: hidden;
    width: 120px;
    font-size: 16px;
    background-color: var(--yellow);
    color: var(--navyblue);
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
	bottom: 15px;
    left: 63%;
    margin-left: -100px;
    opacity: 0;
    transition: 0.5s;
}
.tooltipIcon .tooltipText::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent var(--yellow) transparent;

}
.tooltipIcon:hover .tooltipText {
	visibility: visible;
	opacity: 1;
}


#mega-menu-wrap-main-website-menu #mega-menu-main-website-menu {
	margin: 20px 0 20px 0 !important;
}


.home-tagline-bg{
	background: var(--theme-color-1);
    box-shadow: 0 5px 15px 0 #bfbfbf;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur( 4px );
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    top: 0;
    position: relative;
    z-index: -99;
}
.home-tagline-bg img{
	padding: 10px;
	width: 50%;
}
.home-tagline-bg p{
	font-size: 18px;
	text-align: center;
	color: var(--white);
}

.vrk-blood-donation-bg-1 {
	/*background-image: url('../images/vrk-home-bg.png');*/
	background: #f3f3f3; 
	background-attachment: fixed; 
	background-position: center;
	background-repeat: no-repeat; 
	background-size: cover;
}

.vrk-transparent-card{
	/*background: rgb(255 255 255 / 70%);*/
    box-shadow: 0px 0px 20px 0 #9b9b9b;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 30px;
    border: none;
	margin: 60px 0 60px 0;
}

.vrk-transparent-card-2{
	background: rgb(255 255 255 / 85%);
    box-shadow: 0 8px 32px 0 #bbbbbb;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 30px;
    border: none;
	margin: 60px 0 60px 0;
}


.vrk-transparent-card .image-vrk-building{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.text-red{
	color: var(--theme-color-1);
}
.text-blue{
	color: var(--theme-color-2);
}

.vrk-blood-donation-bg-2 {
	background-image: url('../images/vrk-about-bg-vision.png');
	background-attachment: fixed; 
	background-position: center;
	background-repeat: no-repeat; 
	background-size: cover;
}

/* TIMELINE
末末末末末末末末末末末末末末末末末末末末末末末末末 */

/*.timeline {
  white-space: nowrap;
  overflow-x: hidden;
 
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: var(--theme-color-2);
}


.timeline ol li:last-child {
  width: 400px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--theme-color-1);
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: #ffffff;
}

.timeline ol li:nth-child(2n+1) div {
  background: var(--theme-color-1);
}

.timeline ol li:nth-child(2n+2) div {
  background: var(--theme-color-2); 
}

.timeline ol li:nth-child(5n+3) div {
  background: #DA4167;
}

.timeline ol li:nth-child(5n+4) div {
  background: #c39800;
}

.timeline ol li:nth-child(5n+5) div {
  background: #f96b3e;
}

.timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%; 
  border-width: 8px 8px 0 0; 
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px); 
}

.timeline ol li:nth-child(even) div::before {
  top: -8px; 
  border-width: 8px 0 0 8px; 
}


.timeline ol li:nth-child(5n+1) div::before {
  border-color: transparent transparent transparent #D95A5B; 
}

.timeline ol li:nth-child(5n+2) div::before {
  border-color: transparent transparent transparent #1B80BB; 
}

.timeline ol li:nth-child(5n+3) div::before {
  border-color: transparent transparent transparent #DA4167; 
}

.timeline ol li:nth-child(5n+4) div::before {
  border-color: transparent transparent transparent #c39800; 
}

.timeline ol li:nth-child(5n+5) div::before {
  border-color: transparent transparent transparent #F78764;
}

.timeline ol li:nth-child(2n+1):nth-child(odd) div::before {
  border-color: var(--theme-color-1) transparent transparent transparent;
}

.timeline ol li:nth-child(2n+2):nth-child(even) div::before {
  border-color: transparent transparent transparent var(--theme-color-2);
}

.timeline ol li:nth-child(5n+3):nth-child(odd) div::before {
  border-color: transparent transparent transparent #DA4167;
}

.timeline ol li:nth-child(5n+4):nth-child(even) div::before {
  border-color: transparent transparent transparent #c39800;

.timeline ol li:nth-child(5n+5):nth-child(odd) div::before {
  border-color: transparent transparent transparent #F78764;


.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}*/

/* TIMELINE ARROWS
末末末末末末末末末末末末末末末末末末末末末末末末末 */
/*
.timeline .arrows {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
     
    top: 78.9%; 
    transform: translateY(-50%); 
	border: none;
}

.timeline .arrow__prev {
	margin-right: 0;
    margin-left: -190px;
    top: 205px;
    border: 0;
	background: transparent;
}

.timeline .arrow__next {
	margin-left: 0;
    margin-right: -50px;
    top: 205px;
    border: 0;
	background: transparent;
}

.timeline .disabled {
    opacity: 0.5; 
    pointer-events: none; 
}

.arrow__prev {
    position: absolute;
    left: 10%; 
}

.arrow__next {
    position: absolute;
    right: 10%; 
}

.timeline .arrows img {
  width: 45px;
  height: 45px;
}*/



/*Time line 2*/

/* The actual timeline (the vertical ruler) */
.timeline-content {
    height: 350px;   /* Collapsed height */
    overflow: hidden; /* Hide the overflowing content */
    transition: height 0.1s ease;  /* Smooth transition for expanding/collapsing */
}
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: var(--theme-color-1);
  top: 0;
  bottom: 0;
  left: 50%;
  /*margin-left: -3px;*/
}

/* Container around content */
.container-t{
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  opacity: 0; /* Initially hidden */
  transform: translateY(20px); 
   transition: opacity 1s ease, transform 1s ease;
}
.container-t.visible {
  opacity: 1;
  transform: translateY(0); /* Move to original position */
}
/* The circles on the timeline */
.container-t::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -15px;
  background-color: var(--theme-color-1);
  border: 4px solid var(--theme-color-2);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left-t {
  left: 0;
}

/* Place the container to the right */
.right-t {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left-t::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent var(--theme-color-1);
}

/* Add arrows to the right container (pointing left) */
.right-t::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent var(--theme-color-1) transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-t::after {
  /*left: -16px;*/
  left: -10px;
}

/* The actual content */
.content-t {
  padding: 20px 30px;
  background-color: var(--theme-color-1);
  color: #ffffff;
  position: relative;
  border-radius: 6px;
}
.content-t  p{
	color: #ffffff;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container-t{
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container-t::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left-t::after, .right-t::after {
  left: 21px;
  }
  
  /* Make all right containers behave like the left ones */
  .right-t {
  left: 0%;
  }
}
/*--------------*/

/* GENERAL MEDIA QUERIES
末末末末末末末末末末末末末末末末末末末末末末末末末 */
/*@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto;
  }

  .timeline ol {
    padding: 0;
    transform: none !important;
  }

  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }

  .timeline ol li:first-child {
    margin-top: 25px;
  }

  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }

  .timeline ol li div {
    position: static;
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }

  .timeline ol li:nth-child(odd) div {
    transform: none;
  }

  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }

  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}*/
#contenthome {
    margin: 0 auto;
}



/*.type-text {
    text-align: center;
    display: flex;
    justify-content: center; 
	
}

.line {
	white-space: nowrap;
    overflow: hidden;
    width: 0;
    font-size: 26px;
    margin: 10px 0;
    text-align: center;
    justify-content: center;
    animation: typing 3s steps(30) forwards;
}

.line1 {
	animation: typing 2s steps(30, end) forwards;
}

.line2 {
	animation: typing 2s steps(50, end) forwards;
	animation-delay: 2.5s;
}

.line3 {
	display: none;
	animation: typing 2s steps(30, end) forwards;
	animation-delay: 5s;
}*/

.fadein-effect {
	opacity: 0;
	animation: fadeIn 3s ease-in-out 3s forwards;
	animation-delay: 3s;
}

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes typing {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

.card-border-grey {
	box-shadow: 0px 0px 10px 0 #d9d7d7;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 30px;
    border: none;
}

.pulse-img {
	animation: pulse-img 1.5s infinite ease-in-out;
}

@keyframes pulse-img {
	0% {
	  transform: scale(1);
	}
	50% {
	  transform: scale(1.05);
	}
	100% {
	  transform: scale(1);
	}
}


.schoolAnnouncement{
	background: #005585;
	padding: 5px 0 5px;   
}
.schoolAnnouncement .row {
	justify-content: end;
	align-items: center;
}

.ourAnnouncement {
	font-size: 16px;
	color: var(--white);
	font-weight: 500;
	position: relative;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
}
.ourAnnouncement:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	background: var(--yellow);
	width: 1px;
	height: 20px;
	top: 2px;
}
.ourAnnouncement+marquee {
	float: left;
	width: 80%;
}

.announcement-list ul {
	margin: 0px;
	padding: 0px;
}
.announcement-list ul li {
	display: inline;
	position: relative;
	color: var(--white);
}
.announcement-list ul li:before {
	content: '';
	background: var(--white);
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 8px 0 0;
	top: -1px;
	position: relative;
	border-radius: 100%;
}
.announcement-list ul li a {
	color: var(--white);
	font-size: 16px;
	/*margin: 0 25px 0 0;*/
}
.announcement-list ul li a:hover {
	color: var(--white);
}

/*.calender-icon::before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url('../images/calendar.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 8px;
	position: relative;
	top: 5px;
}*/

.calendar-icon-text {
	position: relative;
	width: 50px;  
	height: 50px;
	background-image: url('../images/calendar_1.png'); 
	background-size: cover; 
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.timeline-text {
	position: relative;
    padding: 0 0 0 25%;
	color: #ffffff !important;
}



div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label{
	margin: 0;
}

div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea{
	
    color: #464646;
    border-bottom: solid 1px #464646 !important;
    border-left: solid 1px #fff !important;
    border-right: solid 1px #fff !important;
    border-top: solid 1px #fff !important;
    padding: 4px 4px 4px 0;
    background: #fff;
    -webkit-appearance: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-appearance: none!important;
    appearance: none !important;
    -webkit-border-radius: 0 !important;
}

.wpforms-container .wpforms-form .wpforms-field-label, .wpforms-container .wpforms-form .wpforms-field-sublabel, .wpforms-container .wpforms-form .wpforms-field-description, .wpforms-container .wpforms-form textarea, .wpforms-container .wpforms-form li, .wpforms-container .wpforms-form th {
	font-weight: 400;
	color: #333;
}

.title-container {
	position: absolute;
	width: 25%;
	top: 40%;
	left: 0px;
	transform: translateY(-50%);
	background-color: rgb(204 73 67 / 85%);
	color: white;
	padding: 30px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	animation: slideIn 1s forwards;
}

.title-container h1 {
	margin: 0;
	font-size: 22px;
	position: absolute;
	left: 10px;
	top: 15px;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-100%); /* Start from left */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* End at normal position */
  }
}

.form-group .form-control {
	border: 0;
	background-image: linear-gradient(#699E96, #699E96), linear-gradient(#D2D2D2, #D2D2D2);
	background-size: 0 2px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center calc(100% - 1px);
	background-color: transparent;
	transition: background 0s 
	ease-out;
	float: none;
	box-shadow: none;
	border-radius: 0;
	font-weight: 400;
	padding: 0 !important;
	margin-top: 10px;
}

.error{
	color: red;
	font-size: 13px;
}

.sendButton{
	background-color: #066aab;
    color: #ffffff;
}

.sendButton:hover{
	background-color: transparent;
    color: #066aab;
	border: 1px solid #066aab;
}

.google-map-container  {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.google-map-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#loaderBg {
  height: 100% !important;
}
#loader{
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-image: url('../images/loader.gif');
  background-size: cover;
  margin: 6px 20px;
}

.successMessage {
	display: none;
	background: #88df29;
	color: #000000;
	padding: 10px;
	font-size: 16px;
}

.button-all{
	padding: 0 15px 0 15px;
    line-height: 35px;
    border: 1px solid var(--theme-color-1);
    background-color: var(--theme-color-1);
    color: #ffffff;
    border-radius: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.button-all:hover{
	padding: 0 15px 0 15px;
    line-height: 35px;
    border: 1px solid var(--theme-color-1);
    background-color: transparent;
    color: var(--theme-color-1);
    border-radius: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

#mega-menu-wrap-main-website-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-main-website-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-main-website-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
	background-color: var(--theme-color-2) !important;
	width: 37px !important;
    height: 3px !important;
}

.desptop {
	display: block;
}

.mobile {
	display: none;
}

.bod4 {
    max-width: 1000px;
    margin: 0 auto;
}
.bod3{
	max-width: 750px;
    margin: 0 auto;
}
.aligncenter {
    display: block;
    margin: 0 auto 5px auto;
}

.card-box{
	margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 10px rgba(1, 41, 112, 0.1);
	height: 100%;
}

.card-blood-donation{
	width: 90%;
    padding: 30px;
	margin: 10px 0 10px 0;
	background: rgb(251 251 251 / 65%);
    box-shadow: 0px 1px 32px 4px rgb(171 171 171 / 37%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur( 4px );
    border: 0;
}

.card-blood-donation h3{
	font-size: 18px;
	margin: 20px 0 20px 0;
	font-weight: 600;
    font-size: 20px;
    text-align: center;
	
}

.card-blood-donation.left{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.card-blood-donation.right{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.af-gride-view {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.af-gride-view li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.af-gride-view li > a.af-programs-hover {
    margin: 3px;
}
.af-gride-view li > p{
	margin: 0;
}
.af-gride-view li > a,.af-gride-view li > a img {
    border: none;
    outline: none;
    display: block;
    position: relative;
}
.af-gride-view li > a img {
    width: 100%;
}
.af-gride-view li > a {
    border-radius: 4px;
}
#af-programs-main{
    padding: 10px 10px;
}

.af-programs-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.af-programs-list .af-programs {
    display: inline-block;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
	padding: 5px;
}
.af-programs-list .af-programs .af-programs-in {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: rgba(0,0,0,0.75);*/
	background: rgb(216 95 96 / 71%);
    backdrop-filter: blur(8px);
    height: 60px;
    text-align: center;
    transition: height 0.6s,background .6s 1s;
    -moz-transition: height 0.6s,background .6s 1s;
    -webkit-transition: height .6s;
    -ms-transition: height .6s;
    -o-transition: height .6s;
}
.af-programs-list .af-programs .af-programs-in span {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    /*font-weight: 600;*/
    transition: left 0.6s,bottom 0.6s,text-align .3s;
    -moz-transition: left 0.6s,bottom 0.6s,text-align .3s;
    -webkit-transition: left 0.6s,bottom 0.6s,text-align .3s;
    -ms-transition: left 0.6s,bottom 0.6s,text-align .3s;
    -o-transition: left 0.6s,bottom 0.6s,text-align .3s;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.af-programs-list .af-programs:hover .af-programs-in {
    height: 100%;
    background: rgb(216 95 96 / 71%);
    backdrop-filter: blur(8px);
	padding: 0;
	margin: 0;
    /*left: 0;*/
}
.af-programs-list .af-programs.selectedItem:hover .af-programs-in span,.af-programs-list .af-programs:hover .af-programs-in span {
    bottom: 46%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
}

.news-media-post p{
	margin: 10px 0 0 0;
}

.imageShadow{ 
	border-radius: 20px;
    box-shadow: 0 0 15px 5px #e9e9e9;
}

.card-section {
    display: flex;
}

.su-spoiler-icon {
	color: var(--theme-color-1);
}

.su-spoiler{
	margin: 8px 0 0 0 !important;
}
.su-spoiler-title{
	font-weight: 500 !important;
    font-size: 16px !important;
    color: var(--black) !important;
}
.su-spoiler-title:focus{
	outline: none !important;
}


table {
	border: 1px solid var(--grey);
	border-style: dotted !important;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}
table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}
table tr {
	background: #f8f8f8;
	border: 1px solid var(--grey);
	border-style: dotted !important;
	padding: .35em;
}
table th,
table td {
	padding: .625em;
}

.table-bordered>:not(caption)>*>*{
	border-width: 1px;
}
.table>:not(caption)>*>*{
	padding: 5px;
}
@media screen and (max-width: 600px) {
  table {
    border: 0; 
    border-collapse: collapse; 
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  table caption {
    font-size: 0;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border: 0 !important;
    padding: .35em;
    box-shadow: 0px 0px 5px 0px var(--grey);
    border-radius: 10px;
	padding: 2px !important;
    display: block;
    margin-bottom: 10px;
  }
  table td {
	border-bottom: 1px solid var(--grey) !important;
	border-style: dotted;
	border-width: 1;
	display: block;
	font-size: 10px;
	text-align: right;
  }
  table tr>td {
	border: 0;
	border-width: 1;
	display: block;
	font-size: 13px;
	text-align: right;
  }
  table td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	color: var(--theme-color-2);
  }
  table tr:last-child {
	border: 0;
	border-bottom: 0;
  }
  table td:last-child {
	border: 0;
	border-bottom: 0 !important;
  }
  table tr>td:last-child {
	border: 0;
	border-bottom: 0;
  }
}
.fg-default.fg-gutter-10{
	text-align:center;
}