/*  
Theme Name: CyberSapiens Theme
Theme URI: https://cybersapiens.com.au
Description: A WordPress theme frame work
Version: 3.0
Author: CyberSapiens
Author URI: https://cybersapiens.com.au
*/

/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

�ie - Internet Explorer (All versions)
�ie8 - Internet Explorer 8.x
�ie7 - Internet Explorer 7.x
�ie6 - Internet Explorer 6.x
�gecko - Mozilla, Firefox (all versions), Camino
�ff3 - Firefox 3
�ff3_5 - Firefox 3.5 new
�opera - Opera (All versions)
�opera8 - Opera 8.x
�opera9 - Opera 9.x
�opera10 - Opera 10.x
�webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
�safari3 - Safari 3.x
�chrome - Google Chrome
*/

/*Presets*/
.mar-90{
	margin: 90px 0px;
}

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, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
}
body, th, td, input, textarea{
		color: var(--color1);
		font-family: var(--font1);
		font-size:16px;
		line-height: 26px;
}
input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none !important;
		outline-style: none;
}
input:focus-visible{
		outline-width: 0px ;
}
textarea:focus-visible{
		outline-width: 0px ;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.wpcf7-form label{
		width: 100%;
		margin-top: 15px;
		font-family: var(--font1);
		font-size: 15px;
		line-height: 25px;
}
.wpcf7-form input{
		width: 100%;
		border-radius: 5px;
		height: 50px;
		margin-top: 8px;
		padding: 0px 20px;
		display: flex;
		align-items: center;
		font-family: var(--font1);
		font-size: 14px;
		line-height: 24px;
}
.wpcf7-form textarea{
		width: 100%;
		border-radius: 5px;
		height: 100px;
		resize: none;
		margin-top: 8px;
		padding: 10px 20px;
		font-family: var(--font1);
		font-size: 14px;
		line-height: 24px;
}
.wpcf7-form .has-spinner{
		width: fit-content;
		margin-top: 15px;
		display: flex;
		align-items: center;
		padding: 0px 30px;
		border: 0px;
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
}
a{
		text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
		color:var(--color7);
}
h1{
		font-size:40px;
		font-family: var(--font3);
}
h2{	
		font-size:35px;
		font-family: var(--font3);
}
h3{
		font-size:30px;
		font-family: var(--font2);
}
h4{
		font-size:25px;
		font-family: var(--font2);
}
h5{
		font-size:20px;
		font-family: var(--font1);
}
h6{
		font-size:15px;
		font-family: var(--font1);
}
/*p{
		font-size: 15px;
		font-family: var(--font1);
}*/
#navbarSupportedContent ul li a:focus-visible{
		background-color: var(--color5) !important;
}
#navbarSupportedContent ul li a:active{
		background-color: var(--color5) !important;
}
#navbarSupportedContent ul li a:focus{
		background-color: var(--color5) !important;
}
#navbarSupportedContent ul li a:hover{
		background-color: var(--color5) !important;
}
acronym, abbr, span.caps{
		cursor:help;
}
acronym, abbr{
		border-bottom:1px dashed var(--color2);
}
code{
		color: var(--color1);
		font-size:1.0em;
}
li{
		list-style: none;
}
input {
    border: 1px solid var(--color3);
    padding: 15px 10px;
}
.section-padding {
	padding: 50px 0;
}
form#commentform label {
    display: block;
}
.navbar-brand img,
.footer-logo-col img,
footer .social-media-icon{
		max-width: 210px;
		width: 100%;
}
.navbar-brand img,
.footer-logo-col img{
		height: auto;
		object-fit: cover;
}
.container{
		max-width: 1200px !important;
		padding: 0px 15px;
}
.blog-container{
		max-width: 1398px;
		padding: 0px 15px;
		margin:0 auto;
}
.small-container{
		max-width: 1090px;
		padding: 0px 15px;
		margin:0 auto;
		height: 100%;
}
/* .titlelargecontainer{
	max-width: 1398px;
		padding: 0px 15px;
		margin:0 auto;
} */
header .container{
		max-width: 1780px !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px !important;
}
.elementor-element {
    --widgets-spacing: 0px !important;
}

/*Header*/
.navbar{
		padding: 17px 0px;
		position: fixed;
		width: 100%;
		top: 0%;
		z-index: 99;
		height: 90px;
}
.navbar-brand{
		margin: 0%;
		padding: 0px;
}
.navbar-brand a{
		display: flex;
}
.navbar-toggler .icon-bar{
	  width: 25px;
	  height: 3px;
	  background-color: var(--color1);
	  margin-bottom: 4px;
	  display: block;
}
.menu-item-has-children:hover .dropdown-menu{
		display: block !important;
}
.navbar-toggle {
	  border: none;
	  background: var(--color5) !important;
	  padding-right: 0px;
	  padding-left: 0px;
}
.navbar-toggle:hover {
  	background: var(--color5) !important;
}
.navbar-toggle .icon-bar {
  	transition: all 0.2s;
}
.navbar-toggle .top-bar {
	  transform: rotate(45deg);
	  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  	opacity: 0;
}
.navbar-toggle .bottom-bar {
	  transform: rotate(-45deg);
	  transform-origin: 8% 66%;
}
.navbar-toggle.collapsed .top-bar {
  	transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  	opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  	transform: rotate(0);
}
button:focus {
	  outline: none;
	  border:none;
}
.navbar-light .navbar-toggler{
		border:none;
		box-shadow: none;
}
#myBtn {
	  display: none;
	  position: fixed;
	  bottom: 40px;
	  right: 20px;
	  z-index: 100;
	  border: none;
	  outline: none;
	  background-color: var(--color1);
	  cursor: pointer;
	  padding: 10px;
	  border-radius: 50px;
}
#myBtn img{
		filter: brightness(0)invert(1);
		transform: rotate(270deg);
		display: flex;
}
#myBtn:hover {
  	background-color: var(--color3);
}
.dropdown-menu{
		left: -20px;
		padding: 10px 0px;
}
#navbarSupportedContent li a{
		padding: 0px;
		font-family: var(--font1);
}
#navbarSupportedContent li .nav-link{
		margin: 15px 0px;
}
#navbarSupportedContent li{
		margin: 0px 15px;
}
#navbarSupportedContent{
		margin: 0px -15px;
}
.dropdown-menu li{
		margin-bottom: 10px !important;
}
.dropdown-menu li:last-child{
		margin-bottom: 0px !important;
}

/*Home*/
.image-slider img{
		object-fit: cover;
}

/*Blog*/
.blog-head{
		margin-bottom: 60px;
		height: 474px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
}
.blog .container-fluid{
		padding: 0px;
		margin-top: -60px;
}
/* .blog-head:before{
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: url(./images/bg.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: -1;
} */
 .blog-head {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.blog-head .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.blog-head h1{
	margin-top: 160px;
	text-align: center;
	font-family: var(--font4);
	font-size: 50px;
	line-height: 80px;
	letter-spacing: 0%;
	color: #fff;
}
.blog-posts{
		display: flex;
		flex-direction: column;
		row-gap: 30px;
}
.blog .post .feat-img{
		display: flex;
		max-height: 250px;
}
.blog .post .feat-img img{
		width: 100%;
		object-fit: cover;
		object-position: center;
		max-height: 250px;
		border-radius: 10px;
}
.blog h2{
		text-transform: capitalize;
}
.blog .meta{
		margin: 15px 0px 5px 0px ;
}
.blog .info{
		margin: 10px 0px 0px 0px ;
}

/*Single Page*/
.single-post .container-fluid{
		padding: 0px;
		margin-top: -60px;
}
.single-post .title{
		margin-bottom: 30px;
}
.comment-section{
		margin-top: 50px;
		margin-bottom: 60px;
}
.comment-section .comment-reply-title{
		font-family: var(--font3);
		font-size: 24px;
		line-height: 30px;
		color: var(--color3);
}
.comment-section .logged-in-as{
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
		color: var(--color2);
		margin: 10px 0px 5px 0px;
}
.comment-section .comment-notes{
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
		color: var(--color2);
		margin: 10px 0px 5px 0px;
}
.comment-section form p label{
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
		color: var(--color2);
		margin: 10px 0px 8px 0px;
}
.comment-section form p textarea{
		resize: none;
		padding: 10px;
		height: 100px;
		max-width: 500px;
		width: 100%;
		border-radius: 5px;
}
.comment-section form p input{
		padding: 10px;
		height: 50px;
		max-width: 500px;
		width: 100%;
		border-radius: 5px;
}
.comment-section form .comment-form-cookies-consent{
		display: flex;
		align-items: center;
}
.comment-section form .comment-form-cookies-consent input{
		width: 20px;
		height: 20px;
		margin-right: 15px;
}
.comment-section form .form-submit input{
		width: fit-content;
		font-family: var(--font1);
	  font-size: 14px;
	  line-height: 17.81px;
	  display: flex;
	  padding: 16.2px 37px;
	  background-color: var(--color6);
	  color: var(--color9);
	  border-radius: 5px;
	  border: 0px;
	  margin-top: 20px;
	  height: fit-content;
}
.comment-section form .form-submit input:hover{
		background-color: var(--color3);
		color: var(--color9);
}
.comment-section .comments-title{
		display: none;
}
.comment-section h3{
		font-family: var(--font1);
		font-size: 25px;
		margin-bottom: 30px;
}
.comment-section .comment-list .children{
		margin-left: 40px;
		margin-top: 15px;
}
.comment-section .comment-list .comment{
		margin-bottom: 15px;
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
}
.comment-section .comment-list .comment .comment-author img{
		width: 40px;
		height: 40px;
		border-radius: 50px;
		margin-right: 10px;
}
.comment-section .comment-list .comment .comment-author{
		display: flex;
		align-items: center;
		margin-bottom: 10px;
}
.comment-section .comment-list .reply a{
		color: var(--color2);
}
.comment-section .comment-list .comment-meta a{
		color: var(--color2);
}
.comment-section .comment-respond{
		margin-top: 30px;
}
.social-share{
		text-align: center;
		margin-top: 40px;
}
.social-share ul{
		display: flex;
		justify-content: space-evenly;
		column-gap: 20px;
		margin-top: 20px;
}
.social-share ul i{
		font-size: 22px;
}

/*Error*/
.error404 {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
.error404 .error {
	flex-grow: 1;
}
 .error404 .return-home button {
    background-color: #e99827;
    font-family: var(--font3);
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
	border: 1px solid #e99827;
    border-radius: 40px;
    padding: 8px 30px;
}


/*Archive*/
.archive .container-fluid{
		padding: 0px;
		margin-top: -60px;
}

/*Search Page*/
.search-results .container-fluid{
		padding: 0px;
		margin-top: -60px;
}
.nosearch-result p{
		margin: 15px 0px 10px 0px;
}
.nosearch-result form >div{
		display: flex;
		max-width: 500px;
}
.nosearch-result form input{
		border-radius: 5px;
}
.nosearch-result form #s{
		width: 70%;
		border-color: var(--color8);
		margin-right: 15px;
}
.nosearch-result form #searchsubmit{
		width: 30%;
		margin-top: 0px !important;
		border: 0px;
		font-family: var(--font1);
}
.nosearch-result form #searchsubmit:hover{
		background-color: var(--color3);
		color: var(--color9);
}

/*Footer*/
footer{
		background-color: var(--color4);
}
footer a{
		font-family: var(--font1);
}
footer p{
		color: var(--color3);
		margin-bottom: 5px;
}
footer p a{
		display: flex;
		margin-bottom: 5px;
		align-items: center;
}
footer ul a{
		padding: 5px 0px;
		display: flex;
}
footer h3{
		margin-bottom: 20px;
		font-family: var(--font2);
}
footer .navbar-brand{
		margin: 0px;
}
.footer-top{
		padding: 60px;
}
.social-media-icon{
		display: flex;
	  column-gap: 15px;
	  row-gap: 15px;
	  margin-top: 20px;
	  justify-content: space-around;
}
.social-media-icon a{
		display: flex;
}
.social-media-icon i{
		font-size: 25px;
}
.footer-contact-col i{
		margin-right: 10px;
}
.footer_copy{
		color: var(--color3);
		text-align: center;
		padding: 10px 0px;
		margin-top: 60px;
		border-style: solid;
		border-width: 1px 0px 0px 0px;
		border-color: var(--color3);
}
.wpcf7 form .wpcf7-response-output{
		text-align: center;
}
.wpcf7-form-control{
		margin-bottom: 20px;
}
.wpcf7-not-valid-tip{
    margin-top: -10px;
    margin-bottom: 15px;
}

.gr-txt h1, .gr-txt h2, .gr-txt h3, .gr-txt h4,.gr-txt {
	background: -webkit-linear-gradient(45deg, #0410A2 34%, #01A1E4 76%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.footer-wrapper::before{
	content: '';
	width: 1073px;
	height: 1027px;
	background-image: radial-gradient(#00A1E4 0%,#0ECCEE 100%);
	opacity: 0.2;
	display: block;	
	position: absolute;
	left: -50%;
    top: -10%;
    border-radius: 50%;
    filter: blur(500px);
}
.testimonial-content,.testimonial-content p{
	color: #fff;
	font-family: var(--font1);
	font-size: 20px;
	line-height: 26px;
}
.testimonial-author-name h3{
	color: #fff;
	font-family: var(--font4);
	font-size: 20px;
	line-height: 26px;
}
.testimonial-author-designation p{
	color: rgba(255, 255, 255, .8);
	font-family: var(--font1);
	font-size: 16px;
	line-height: 20.8px;
}

.testimonial-slider .slick-dots{
	display: flex;
	justify-content: flex-start;
	column-gap: 3px;
}
.testimonial-slider .slick-dots li{
	flex: 0 0 6px;
	width: 6px;
	height: 6px;
	padding: 0px;
	margin: 0px;
}
.testimonial-slider .slick-dots li button{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	padding: 0px;
	background: #fff;
}
.testimonial-slider .slick-dots li.slick-active button{
	background: #0ECCEE;
}
.testimonial-slider .slick-dots li.slick-active button::before{
	content: none;
}
.rating{
	display: flex;
	column-gap: 1.11px;
	align-items: center;
	margin-top: 16px;
	margin-bottom: 9px;
}
.rating img{
	display: flex;
}
.industrylogos-slider .testimonial-inner{
	width: 96%;
	height: 110.9px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	background-color: #fff;
}
.industrysolution-inner{
	position: relative;
}
.industrysolution-content{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 32px;
	background: #000000;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	border-radius: 0px 0px 30px 30px;
}
.industrysolution-slider .slick-slide {
      margin: 0 12px;
  }
.industrysolution-slider .slick-list {
      margin: 0 -12px;
  }
.industrysolution-img img{
	border-radius: 30px;
	width: 100%;
    object-fit: cover;
}
.industry-solution-wrapper{
	overflow-x: hidden!important;
}
.industrysolution-link a{
	background-color: #fff;
	height: 41px;
	width: 41px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
}
.industrysolution-link a::after{
	content: '';
	background-image: url('images/larrow.svg');
	width: 31px;
	height: 15.5px;
	background-repeat: no-repeat;
}
.industrysolution-link a:hover{
	background-color: transparent;
}
.industrysolution-link a:hover::after{
	filter: brightness(0) invert(1);
}
.industrysolution-description-wrapper{
	display: flex;
	align-items: center;
	gap: 20px;
}
.industrysolution-title h3{
	color: #fff;
	font-family: var(--font3);
	font-size: 32px;
	line-height: 53.44px;
}
.industrysolution-description p,.industrysolution-description{
	color: #fff;
	font-family: var(--font2);
	font-size: 16px;
	line-height: 22.24px;
}
.casestudy-container-inner{
	display: flex;
	gap: 24px;
}

.casestudy-slider-right-inner{
	background-image: url('images/csptrn.png');
	background-color: var(--color1);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 30px;
	padding: 36px 20px 20px 20px;
	display: flex;
    flex-direction: column;
    row-gap: 135px;
}
.casestudy-slider-right{
	
	border-radius: 30px;
}
.casestudy-slider-right-cnt h3{
	color: #fff;
	font-family: var(--font3);
	font-size: 27.36px;
	line-height: 53.44px;
}
.casestudy-slider-right-cnt p{
	color: #fff;
	font-family: var(--font2);
	font-size: 16px;
	line-height: 19px;
}
.casestudy-slider-right-cnt li{
	color: #fff;
	font-family: var(--font2);
	font-size: 16px;
	line-height: 19px;
}
.casestudy-slider-right-content a{
	background-color: var(--color2);
	color: #fff;
	font-family: var(--font3);
	font-size: 12.75px;
	line-height: 20.4px;
	width: 137px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 31.88px;
	border: 1px solid var(--color2);
}
.casestudy-slider-right-content a:hover{
	background-color: transparent;
	color: var(--color2);
}
.casestudy-inner{
	position: relative;
}
.casestudy-content{
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-left: 20px;
	padding-right: 33%;
	padding-bottom: 52px;
	z-index: 3;
}
.casestudy-img img{
	border-radius: 30px;
}
.casestudy-title h3{
	color: #fff;
	font-family: var(--font3);
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 20px;
}
.casestudy-description p,.casestudy-description{
	color: rgba(255, 255, 255, .8);
	font-family: var(--font2);
	font-size: 16px;
	line-height: 19px;
}
.casestudy-inner::after{
	content: '';
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 0px 0px 30px 30px;
}
.casestudy-slider-right-content{
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.casestudy-slider-left{
	flex: 0 0 68.3%;
}
.casestudy-slider .slick-next{
	top: auto;
	bottom: 0px;
	right: 0px;
}
.casestudy-slider .slick-prev{
	top: auto;
    bottom: 0px;
    right: 50px;
    left: auto;
}
.casestudy-slider-navigation-wrapper{
	display: flex;
    justify-content: flex-end;
    column-gap: 35.86px;
    margin-top: 32px;
}
.casestudy-slider-navigation-wrapper button{
	width: 38.26px;
	height:38.26px;
	border-radius: 50%;
	background-color: rgba(2, 7, 99, .05);
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: none;
	border: none;
	cursor: pointer;
}
.casestudy-slider-navigation-wrapper button:hover{
	box-shadow: 1px 1px 20px rgba(0,0,0,0.08);
}
.casestudy-slider-navigation-wrapper button::after{
	content: '';
	background-image: url('images/is-arrow.svg');
	height: 19.13px;
	width: 17.54px;
	display: block;
}
.casestudy-slider-nextnav{
	transform: rotate(180deg);
}
.slick-dotted.casestudy-slider{
	margin-bottom: 0px!important;
}

.casestudy-slider .slick-dots li button::before{
	content: none;
}
.casestudy-slider .slick-dots{
	display: flex;
	justify-content: flex-start;
	bottom: -48px;
}
.casestudy-slider .slick-dots li{
	width: auto;
	height: auto;
}
.casestudy-slider .slick-dots li button{
	width: 15.14px;
	height: 4.78px;
	border-radius: 79.71px;
	background-color: rgba(2, 7, 99, .2);
	/*opacity: 0.02;*/
	padding: 0px;
}
.casestudy-slider .slick-dots li.slick-active button{
	background-color: #020763;
	opacity: 1;
	width: 71.74px;
}
.mc4wp-form input{
	border-radius: 100px;
	background-color: transparent;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
	border: none;
	box-shadow: none;
	color: #fff;
	font-family: var(--font1);
	font-size: 16px;
	line-height: 27.68px;
	width: 100%;
	height: 67px;
	padding: 19px 39px;
}
.mc4wp-form input::placeholder{
	color: #fff;
	font-family: var(--font1);
	font-size: 16px;
	line-height: 27.68px;
}
.mc4wp-form input[type="text"]{
	margin-bottom: 6px;
}
.mc4wp-form input[type="submit"]{
	background-color:#e99928;
	color:#fff;
	border: 1px solid #e99928;
	color: #fff;
	font-size: 24px;
	line-height: 28.56px;
	width: 100%;
	margin-top: 13px;
}
.mc4wp-form input[type="submit"]:hover{
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}
.nav-main-menu .hfe-nav-menu li a{
	position: relative;
}
.nav-main-menu .hfe-nav-menu li a::after{
	content: '';
	height: 4px;
	width: 32px;
	border-radius: 100px;
	background-color: transparent;
	bottom: -5px;
	left: 15px;
	position: absolute;
}
.nav-main-menu .hfe-nav-menu li:first-child a::after{
	left: 0px;
}
.nav-main-menu .hfe-nav-menu li a:hover::after{
	background-color: var(--color2)!important;
	opacity: 1!important;
}

/*sidebar*/
   .sidebar-wrapper {
    position: fixed;
    top: 30%;
    right: 0;
    height: 210px;
    z-index: 999999999;
    }

    .sidebar {
      height: 100%;
      width: 54px;
      background-color: var(--color1);
      transition: width 0.3s ease;
      overflow: hidden;
      border-radius: 15px 0px 0px 15px;
      padding: 22px 18px;
      position: relative;
      padding-top: 38px;
    }

    .sidebar-wrapper:hover .sidebar {
      width: 200px;
    }

    .sidebar ul {
      list-style: none;
      padding: 0;
      margin: 0px 0 0 0;
      display: flex;
      flex-direction: column;
      row-gap: 20px;
      position: relative;
      z-index: 7777;
      width: 24px;
    }

    .sidebar li {
      display: flex;
      align-items: center;
      padding: 0px;
      color: white;
      cursor: pointer;
      transition: background 0.2s;
    }

    /*.sidebar li:hover {
      background-color: #34495e;
    }*/

    .sidebar li i {
      font-size: 20px;
      width: 30px;
      text-align: center;
    }

    .sidebar li span {
      opacity: 0;
      white-space: nowrap;
      margin-left: 10px;
      transition: opacity 0.3s ease;
    }

    .sidebar-wrapper:hover .sidebar li span {
      opacity: 1;
    }

    .main {
      padding: 20px;
      margin-right: 60px;
      transition: margin-right 0.3s ease;
    }

    .sidebar-wrapper:hover ~ .main {
      margin-right: 200px;
    }
    .sidebar li a{
    	padding: 0px!important;
    }
    .sidebar li a span{
    	font-family: var(--font4);
    	font-size: 16px;
    	line-height: 25px;
    	color: #fff;
}
.sidebar li a:hover span{
	color: var(--color2);
}
.sidebar li a i::before{
	filter: brightness(0) invert(1);
}
.sidebar li a .fas.fa-play::before{
	content: '';
	background-image: url('images/demo.svg');
	width: 24px;
	height: 24px;
	background-size: 24px;
	background-repeat: no-repeat;
	display: block;
}
.sidebar li a .fa-phone-alt::before{
	content: '';
	background-image: url('images/phone.svg');
	width: 24px;
	height: 24px;
	background-size: 24px;
	background-repeat: no-repeat;
	display: block;
}
.sidebar li a .fa-service::before{
	content: '';
	background-image: url('images/service.svg');
	width: 24px;
	height: 24px;
	background-size: 24px;
	background-repeat: no-repeat;
	display: block;
}
.sidebar::before{
	content: '';
	width: 4px;
	height: 29px;
	border-radius: 100px 5px 5px 100px;
	background-color: rgba(217, 217, 217, .5);
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translate(0px, -50%);
}
.sidebar::after{
	content: '';
	background: #01A1E4;
	background: radial-gradient(circle,rgba(1, 161, 228, 1) 19%, rgba(1, 161, 228, 0) 100%);
	width: 429.39px;
	height: 252px;
	position: absolute;
	left: 114px;
	top: 0px;
	filter: blur(47.37px);
}
.sidebar li:last-child a span{
	border-bottom: 0.5px solid rgba(255, 255, 255, .15);
}

.sidebar-cnt-details{
	padding-left: 39px;
	margin-top: 4px;
	position: relative;
    z-index: 7777;
}
.sidebar-cnt-details p a{
	color: rgba(255, 255, 255, .6);
	font-size: 12px;
	line-height: 14px;
	font-family: var(--font2);
}
.sidebar-cnt-details p a:hover{
	color: var(--color2);
}

.sidebar li a:hover i::before{
	filter: brightness(1) invert(0);
}

.service-main-wrap::after{
	content: '';
	background-image: url('images/sptrn.svg');
	width: 413px;
	height: 413px;
	display: block;
	position: absolute;
	right: -33px;
	top: 0px;
}
/*end sidebar*/


.nav-main-menu .hfe-menu-toggle.sub-arrow i::before{
	content: ''!important;
	background-image: url('images/menu-dd.svg');
	width: 24px;
	height: 24px;
	display: block;
}
.nav-main-menu a.hfe-menu-item:hover .hfe-menu-toggle.sub-arrow i::before{
	transform: rotate(180deg);
}
.nav-main-menu li.menu-item ul.sub-menu a.hfe-sub-menu-item:hover .hfe-menu-toggle.sub-arrow i::before{
	transform: rotate(270deg);
}
.security-structure-wrap{
	overflow: hidden!important;
}
.breadcrumb{
	align-items: center;
}
.breadcrumb,.breadcrumb span{
	color: rgba(255, 255, 255, .8);
	font-family: var(--font3);
	font-size: 16px;
	line-height: 24px;
}
.breadcrumb a,.breadcrumb span.separator{
	color: rgba(255, 255, 255, .5);
	font-family: var(--font1);
	font-size: 16px;
	line-height: 24px;
}
.breadcrumb a:hover{
	color: var(--color2);
}
.breadcrumb span.separator{
	width: 16px;
	height: 16px;
	margin: 0px 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.our-vision::after{
	content: '';
	width: 90%;
	height: 95.27px;
	border-radius: 50%;
	filter: blur(200px);
	background: #0410A2;
	background: radial-gradient(circle,rgba(4, 16, 162, .44) 0%, rgba(4, 16, 162, .44) 100%);
	opacity: .5;
	position: absolute;
	transform: rotate(45deg);
	right: 77px;
	bottom: 144px;
}

/* blogs */
.blog-posts,.casestudy-posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 80px;
}
.blog-img img{
	border-radius: 15px;
	display: block;
	width: 100%;
    aspect-ratio: 672 / 409;
    object-fit: fill;
}
.author-date{
	margin-top: 12px;
	display: flex;
	align-items: center;
	gap:16px;
}
.blog-author-name{
	font-family: var(--font1);
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #02076399;

}
.blog-published-date{
	font-family: var(--font2);
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #02076399;
}
.dot{
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background-color: #C8C8C8;
    display: inline-block;
}
.blog-title{
	padding: 20px 0 16px;
	font-family: var(--font3);
	font-size: 32px;
	line-height: 36px;
	letter-spacing: 0%;
	color: #020763;

}
.blog-title:hover{
	color:rgba(0, 161, 228, 1);
}
.blog-read-more a:hover {
	color:rgba(0, 161, 228, 1);
}
.blog-description {
	font-family: var(--font1);
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #02076399;
}
.blog-read-more{
	padding-top: 24px;
}
.blog-read-more a{
	display: flex;
	align-items: center;
	font-family: var(--font1);
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #020763CC;

}
.pagination .page-numbers {
	font-family: var(--font2);
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0%;
	color: #000;
}
.pagination .page-numbers.current {
border-bottom: 1px solid #00000033;

}
.pagination {
	display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 24px;
    margin-top: 40px;
}
.blog-data{
	width:70.283626%;
}
.recent-blogs{
	width:27.961988%;
	position: sticky;
    top: 180px;
    height: 100%;
    /* padding-right: 60px; */
    transition: max-width 0.5s ease, padding-right 0.5s ease;
}
.blog-inner{
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
}
.casestudy-slider-right-cnt li::before{
	content:'';
	background-image:url('/images/li-ptrn.svg');
	width:16px;
	height:16px;
	display:block;
}
.recent-post-data{
	display:flex;
	gap:15px;
	margin-bottom: 36px;
	border-bottom: 1px solid #00000026;
	padding-bottom: 12px;
}
.recent-blog-img{
	width:30.6547842402%;
}
.blog-name{
	width:60.842402%;
}
.recentblog-author-date{
	display: flex;
	align-items: center;
	gap: 16px;
}
.recent-blog-title a{
	margin-top: 8px;
	font-family: var(--font3);
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0%;
	color: #020763;

}
.recent-blog-img img{
	border-radius: 15px;
	display: block;
	width: 100%;
    aspect-ratio: 254 / 161;
    object-fit: fill;
}

.recent-blog-posts h3{
	padding-bottom:32px;
	font-family: var(--font3);
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 0%;
	color: #2D2D2D99;

}

.load-btn a{
	color:#E99827;
	font-family: var(--font3);
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0%;
	display: flex;
	align-items: center;
	gap:10px;
	width: fit-content;
	padding: 12px 32px;
	border-radius: 100px;
	border: 1px solid #E99827;
	margin-left: auto;
}
.loadmore-btn a{ 
	color:#E99827;
	font-family: var(--font3);
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0%;
	display: flex;
	align-items: center;
	gap:10px;
	width: fit-content;
	padding: 12px 32px;
	border-radius: 100px;
	border: 1px solid #E99827;
	margin:0 auto;
}
.loadmore-btn a:hover{ 
	opacity: .7;
}
.loadmore-btn{
	margin-top: 40px;
}
#load-more-posts{
	margin-top: 30px;
}
.load-more-posts{
color:#E99827;
font-family: var(--font3);
font-size: 20px;
line-height: 32px;
letter-spacing: 0%;
display: flex;
align-items: center;
gap:10px;
width: fit-content;
padding: 12px 32px;
border-radius: 100px;
border: 1px solid #E99827;
margin:0 auto;
}

.single-post .title {
	margin:10px 0 15px;
	font-family: var(--font3) !important;
	font-size: 48px !important;
	line-height: 58px !important;
	letter-spacing: 0px;

}
.single-post h2{
	margin: 10px 0 15px;
}
.single-post h3{
	margin: 10px 0;
	font-size: 25px;
	line-height: 30px;
}
.single-post p{
	font-size: 16px;
	line-height: 26px;
}
.ajaxblog-posts{
	margin-top: 40px;
   display:flex;
   justify-content: space-between;
   flex-wrap: wrap;
    row-gap: 80px;
}
.blog-filter{
	overflow: auto;
	margin-top: 80px;
	display: flex;
	justify-content: center;
    gap: 12px;
}
.ajaxblog-posts .each-blog{
	width: 49.13%;
}
.blog-filter-button.active{
	border: 1px solid #9FA8FF80;
	font-family: var(--font3) !important;
	text-align: center;
    background: #F4F5FF;
	color: #2D2D2D;

}
.blog-filter-button{
	border: 1px solid #0000001A;
	color: #2D2D2D99;
	font-family: var(--font2);
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 0px;
	 background: #fff;
	 border-radius: 10px;
	 padding: 4px 30px;

}
.semiboldtxt{
	font-family: var(--font3);
	font-size: 48px;
	line-height: 70px;
	letter-spacing: 0px;
	text-align: center;}
.path{
	position: absolute;
    bottom: 0;
	left:5%;
	}

/* casestudy */


.casestudy-posts .post-data{
  border-radius: 15px;
    display: block;
    width: 100%;
    /* aspect-ratio: 672 / 430; */
	min-height: 430px;
	max-height: 430px;
    object-fit: cover;
	position: relative;
}
.casestudy-posts .post-data:after{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000000A8;
	border-radius: 15px;
}
.casestudy-elements{
	position: relative;
	z-index: 1;
    padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	min-height: 430px;
	max-height: 430px;
}
.casestudysingle-elements{
	position: relative;
	z-index: 1;
	padding: 0  0 51px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}
.casestudy-title{
	width: 82%;
	font-family: var(--font3);
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 0px;
	color: #fff;
	margin: 12px 0px;
}
.casestudy-title:hover {
	color: #00A1E4;
}
.casestudy-description{
width:89.72%;
font-family: var(--font4);
font-size: 16px;
line-height: 19px;
letter-spacing: 0px;
text-align: justify;}


.eventbtn{
font-family: var(--font3);
font-size: 12px;
line-height: 19px;
letter-spacing: 0px;
color: #fff;
border-radius: 20px;
border: 0.83px solid #FFFFFF;
padding: 5px 37px;
background: #FFFFFF33;
width: fit-content;
}


.related-casestudy{
	margin-top: 80px;
}
.listing-twocase{
	margin-top: 40px;
}
.casestudypage-content{
	padding-top: 20px;
}
.casestudy-single .casestudypage-content h3{
	font-family: var(--font4);
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0px;
	margin-top: 60px;
	color:#020763;
    margin-bottom: 20px;

}
.casestudy-single .casestudypage-content p{
	font-family: var(--font2) !important;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #02076399;

}
.casestudy-single .casestudypage-content h4{
		font-family: var(--font3);
		margin:20px 0 16px;
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 0px;
	

}
.casestudy-single .casestudypage-content li{
	font-family: var(--font2);
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0px;
	color: rgba(2, 7, 99, 0.6);
	margin-top: 8px;

}
.access-list {
	padding-left: 20px;
}
.access-list li{
	position: relative;
	margin-left: 20px;
}
.access-list li:before{
	content: '';
		position: absolute;
		top: 5px;
		left: -20px;
		width: 10px;
		height: 10px;
		background-image: url(./images/bluedot.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
}
.singlebold{
		font-family: var(--font4);
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0px;
		color:rgba(2, 7, 99, 0.6);


}
.mt-20{
	margin-top: 20px;
}
.mt-12{
	margin-top: 12px;
}
.mt-8{
	margin-top: 8px;
}
.mt-16{
	margin-top: 16px;
}
.control {
	position: relative;
}
.control:before{
	content: '';
		position: absolute;
		top: 2px;
		left: -34px;
		width:26px;
		height: 24px;
		background-image: url(./images/Vector.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
}
.stepslist{
	padding-left: 36px;
}
.procedures{
	margin-top: 80px;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 24px;
}
.challenge-box{
	background: #F4F5FF;
	border-radius: 15px;
	padding: 22px;
}
.procedures p{
font-family: var(--font2) !important;
font-size: 16px !important;
line-height: 19px !important;
letter-spacing: 0px;
color: rgba(2, 7, 99, 0.6);
;

}
.steps-heading{
	font-family: var(--font3);
	font-size: 24px;
	line-height:27px;
	letter-spacing: 0px;
	padding-bottom: 12px;
	color: #020763;

}
.steps-content .steps-content li{
	font-family: var(--font2);
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #02076399;


}
.steps-content li{
	position: relative;
	margin-left: 32px;
}
.steps-content li:before{
	content: '';
		position: absolute;
		top: 5px;
		left: -32px;
		width: 16px;
		height: 16px;
		background-image: url(./images/greentick.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		
}

.location_tab .e-n-tab-icon {
	position: relative;
}
.location_tab .e-n-tab-icon:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(./images/map_australia.png);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.location_tab .e-n-tab-title:nth-child(2) .e-n-tab-icon:after {
	background-image: url(./images/map_canada.png);
}
.location_tab .e-n-tab-title:nth-child(3) .e-n-tab-icon:after {
	background-image: url(./images/map_mangalore.png);
}
.location_tab .e-n-tab-title:nth-child(4) .e-n-tab-icon:after {
	background-image: url(./images/map_bangalore.png);
}
.location_tab .e-n-tab-title:nth-child(5) .e-n-tab-icon:after {
	background-image: url(./images/map_usa.png);
}
.event-blog{
	margin-top: 160px;
}
.eventblog-title{
	padding-bottom: 40px !important;
	font-family: var(--font3);
	font-size: 48px;
	line-height: 70px;
	letter-spacing: 0px;
	text-align: center;
	background: -webkit-linear-gradient(270.48deg, #00A1E4 20.62%, #0410A2 82.85%);
 -webkit-background-clip: text;
-webkit-text-fill-color: transparent; 

}
.takeaways{
	display: flex;
}



.training-getstart-form .field-row {
	margin-bottom: 16px;
}
.training-getstart-form .field-row label {
	display: block;
	font-size: 16px;
	line-height: 19px;
	font-family: var(--font3);
	color: #2D2D2D9E;
	margin-top: 0;
	margin-bottom: 6px;
}
.training-getstart-form .field-row .wpcf7-not-valid-tip {
	margin-top: 0;
}
.training-getstart-form .field-row input {
	margin:0;
	height: 49px;
	padding: 12px;
	background: #0000000D;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #0000004D;
	font-size: 16px;
	line-height: 19px;
	font-family: var(--font3);
	color: #2D2D2D4D;
}
.training-getstart-form .field-row input::placeholder {
	font-size: 16px;
	line-height: 19px;
	font-family: var(--font3);
	color: #2D2D2D4D;
}
.training-getstart-form .submit-btn input {
	font-size: 20px;
	line-height: 32px;
	font-family: var(--font3);
	color: #fff;
	border-radius: 100px;
	margin: 0;
	background: #E99827;
	border: 1px solid #E99827;
	width: 100%;
	height: 56px;
}
.training-getstart-form .submit-btn input:hover {
	background: #ffffff;
	color: #E99827;
}
.training-getstart-form .submit-btn {
	padding-top: 24px;
}
.training-getstart-form .submit-btn .wpcf7-spinner {
	display: none;
}
.blog-data img{
	border-radius: 15px;
	display: block;
    width: 100%;
}

.brochure-form .field-row {
	margin-bottom: 16px;
}
.brochure-form .field-row label {
	display: block;
	font-size: 16px;
	line-height: 19px;
	font-family: var(--font3);
	color: #2D2D2D9E;
	margin-top: 0;
	margin-bottom: 6px;
}
.brochure-form .field-row .wpcf7-not-valid-tip {
	margin-top: 0;
}
.brochure-form .field-row input {
	margin:0;
	height: 49px;
	padding: 12px;
	background: #0000000D;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #0000004D;
	font-size: 16px;
	line-height: 19px;
	font-family: var(--font3);
	color: #2D2D2D4D;
}
.brochure-form .field-row input::placeholder {
	font-size: 16px;
	line-height: 19px;
	font-family: var(--font3);
	color: #2D2D2D4D;
}
.brochure-form .submit-btn input {
	font-size: 20px;
	line-height: 32px;
	font-family: var(--font3);
	color: #fff;
	border-radius: 100px;
	margin: 0;
	background: #E99827;
	border: 1px solid #E99827;
	width: 100%;
	height: 56px;
}
.brochure-form .submit-btn input:hover {
	background: #ffffff;
	color: #E99827;
}
.brochure-form .submit-btn {
	padding-top: 42px;
}
.brochure-form .submit-btn .wpcf7-spinner {
	display: none;
}
.brochure-form input[type="checkbox"],
.brochure-form input[type="radio"] {
	width: 16px;
	height: 16px;
    background-color: #E8E8E8;
	padding: 0;
	border-bottom: none;
    border-radius: 4px;
	vertical-align: middle;
	cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}
.brochure-form input[type="radio"] {
    border-radius: 50%;
}
.brochure-form input[type="checkbox"]::after,
.brochure-form input[type="radio"]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #D7D7D7;
    border-radius: 50%;
}
.brochure-form input[type="checkbox"]:checked::after,
.brochure-form input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #0D830D;
    border-radius: 50%;
}
.brochure-form input[type="radio"]:checked::after {
    border-radius: 50%;
}
.brochure-form .wpcf7-list-item {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 4px;
}
.brochure-form .wpcf7-list-item-label {
	font-family: var(--font3);
	font-size: 16px;
	line-height: 19px;
	color: #2D2D2D4D;
}
.brochure-form .wpcf7-radio {
	display: flex;
	gap: 16px;
	margin: 0;
	margin-top: 16px;
}

.gr-0-100 h1, .gr-0-100 h2, .gr-0-100 h3, .gr-0-100 h4{
		background: linear-gradient(270deg, #00A1E4 0%, #0410A2 100%);
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gr-13-93 h1, .gr-13-93 h2, .gr-13-93 h3, .gr-13-93 h4{
		background: linear-gradient(272.24deg, #00A1E4 34%, #0410A2 100%);
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.elementor-widget-video-playlist h4.e-tab-title-text a span {
    color: hsl(0deg 0% 100% / 60%);
    font-size: 12px;
    font-family: "Albert Sans", sans-serif;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
.elementor-widget-video-playlist .e-tab-thumbnail, .e-tab-thumbnail img {
    border-radius: 7px;
    height: 84px ! IMPORTANT;
    width: 148px !important;
}
.elementor-widget-video-playlist .e-tab-title.e-tab-desktop-title {
    height: 84px !important;
    padding: 15px 0 !important;
}
.e-tab-content.elementor-clearfix.e-active {
	border-radius: 15px !important;
}
.elementor-widget-video-playlist .e-tabs-main-area {
	column-gap: 24px !important;
}



/* Training Fluent forms */
.training-form .ff-el-input--label label{
	display: block;
    font-size: 16px;
    line-height: 19px;
    font-family: var(--font3);
    color: #2D2D2D9E;
    margin-top: 0;
    margin-bottom: 6px;
}
.training-form .ff-el-input--label label::after{
	display: none !important;
}
.training-form button.ff-btn{
	font-size: 20px;
    line-height: 32px;
    font-family: var(--font3);
    color: #fff;
    border-radius: 100px;
    margin: 0;
    background-color: #E99827 !important;
    border: 1px solid #E99827;
    width: 100%;
    height: 56px;
	margin-top: 24px !important;
}
.training-form button.ff-btn:hover{
	color: #E99827 !important;
	background-color: #ffffff !important;
}
.training-form .ff-el-input--content,.training-form .ff-el-input--content input{
    margin: 0 !important;
}
.training-form .ff-el-group{
	margin-bottom: 16px !important;
}
.training-form .ff-el-group.callback-radio .ff-el-input--content{
	display: flex;
    gap: 16px;
}
.training-form .ff-el-group.callback-radio .ff-el-input--content label span{
	font-family: var(--font3);
    font-size: 16px;
    line-height: 19px;
    color: #2D2D2D4D;
}
.training-form .ff-el-input--content .wpcf7-list-item .wpcf7-list-item-label{
	font-family: var(--font3);
    font-size: 16px;
    line-height: 20px;
    color: #2D2D2D4D;
}
.ff_upload_btn.ff-btn::before{
    content:'';
    background-image:url('images/upload-icon.svg');
    width:24px;
    height:24px;
    display:block;
    position:relative;
    left: 50%;
    transform: translate(-50%, -50%);
}
