@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins-Regular.ttf') format('truetype'),
         url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Poppins-Regular_0';
    src: url('../fonts/Poppins-Regular_0.eot');
    src: url('../fonts/Poppins-Regular_0.woff2') format('woff2'),
         url('../fonts/Poppins-Regular_0.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }


  @font-face {
    font-family: 'Poppins-Bold_0';
    src: url('../fonts/Poppins-Bold_0.eot');
    src: url('../fonts/Poppins-Bold_0.woff2') format('woff2'),
         url('../fonts/Poppins-Bold_0.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins.woff') format('woff'),
         url('../fonts/Poppins.ttf') format('truetype'),
         url('../fonts/Poppins.svg#Poppins') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.woff') format('woff'),
         url('../fonts/Poppins-Light.ttf') format('truetype'),
         url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Poppins-Light_0';
    src: url('../fonts/Poppins-Light_0.eot');
    src: url('../fonts/Poppins-Light_0.woff2') format('woff2'),
         url('../fonts/Poppins-Light_0.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Rockness';
    src: url('../fonts/Rockness.eot');
    src: url('../fonts/Rockness.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rockness.svg#Rockness') format('svg'),
         url('../fonts/Rockness.ttf') format('truetype'),
         url('../fonts/Rockness.woff') format('woff'),
         url('../fonts/Rockness.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
body{
	font-family: 'Poppins-Regular', sans-serif!important;
  overflow-x: hidden;
	}
	a:hover{
		text-decoration:none;
		color: #000;
	}

	.group-unit{
		position: absolute;
	    color: #fff;
	    font-size: 18.5px;
	    font-weight: 300;
	    top: 51px;
	    letter-spacing: 3.3px;
	    text-transform: uppercase;
	    left: 204px;
	}

	.group-unit:hover{
		text-decoration:none;
		color:#fff;
	}
	.group-unit-logo-footer{
	margin: -6px 0 0 11px;
}

	.banner-area{
		margin-top:30px;
		margin-bottom:30px;
	}


	.banner-area:before{
	content:'';
	position:absolute;
	left:0;
	height:690px;
	width:339px;
	top:-50px;
	z-index:-1;
	}

	.banner-area h1{
		font-family: 'Poppins-Regular',sans-serif;
        font-size:34px;
		color:#000;
		text-transform:uppercase;
		}
		.banner-area h1 span{
			font-size:34px;
		}
		.banner-area p{
			font-size: 18px;
			margin-bottom:30px;
			margin-top: 10px;
		}

		.banner-text{
			padding-right:100px;}
			.banner-text-left{
			padding-left:100px;}

.button-solid{
	background:#000000;
	border-radius:100%;
	border-radius: 30px;
	display:inline-block;
	height: 50px;
    position:relative;
	margin:0 10px 10px 0;
}

	.button-border{
		width: 156px;
	}
	.button-border .connect-exp:before {
       display:none;
}

 .button-solid a.connect-exp {
 	text-transform: initial;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    border-radius: 30px;
    padding: 12px 17px 12px 17px;
    float: left;
}

	.button-border a.connect-exp {
    text-transform: initial;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin: 3px;
    background: #fff;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    display: inline-block;
    width: 96%;
    text-align: center;
}
 .navbar-dark .navbar-nav .nav-link{
    color: #000;
    font-family: 'Clash Display';
  }



.navbar-dark .navbar-nav .schedule-demo:hover{
	color: rgba(0,0,0,.9);
}

.navbar-dark .navbar-nav .nav-item{
margin: 0 10px;
}

.navbar-dark .navbar-nav .nav-item {
  padding:15px 8px;}

.navbar-dark .navbar-nav .nav-item .nav-link {
  padding: 8px 0px;
  border-bottom:3px solid transparent ;
  }

.navbar-dark .navbar-nav .nav-item:hover .nav-link {
    color: #000000;
    border-bottom: 3px solid #000000;
}

.navbar-dark .navbar-nav .nav-item .schedule-demo{
	background:#000000;
	border-radius:40px;
	padding: 8px 30px;
	transition: opacity .35s ease-in-out;
	position:relative;
}

.navbar-nav .dropdown-menu .dropdown-item{
	color: #1a1d40;
}

	.navbar-nav .dropdown-menu .dropdown-item:hover{
background:none;
color: #000000;
	}

.schedule-demo:before{
  background: #000;
  border-bottom: none !important;
}

.schedule-demo:hover:before{
opacity:1;
	width: 100%;
}
.schedule-demo font{
z-index:99;
    position: relative;
}
.schedule-demo:hover font{
	color:#fff;
}

.quote-sec{
	background:#1a1d40;
	padding-top:40px;
	padding-bottom:30px;
	}
.quote-sec p{
	font-size:28px;
	color:#fff;
	position:relative;
	font-weight:200;
	padding-left:10px;
	margin-bottom:0;
	line-height: 37px;
	}
	.quote-sec p font{
		font-weight:700;
	}

.dark-theme-color{
	    background: #1a1d40 !important;
}
.fold-texture.dark-theme-color h4{
	    color: #DEC3F6;
		font-weight:500;
}

.white-theme-color{
	background: #fff !important;
	color:#352160;
}
.quote-sec{
	text-align:right;
	color:#fff;
	font-size:18px;
}

.quote-sec em{
font-size:18px;
margin-top:7px;
display: block;
position:relative;
padding-left:40px;
}
.quote-sec em:after{
	content: "";
	position:absolute;
	height:2px;
	width:23px;
	background:#fff;
	left:12px;
	top:12px;
}
.fold-texture{
	height:auto;
	padding:120px 0;
	text-align:center;
	color:#fff;
	position:relative;
}
.fold-texture-solid{
	background:none;
}
.testimonials {
	    background: #1a1d40;
}
.fold-texture:after{
	content:'';
	position:absolute;
	background:url(../images/dooted-texture.png);
	width:121px;
	height:215px;
	left:0;
	top:50px;
}
.fold-texture:before{
	content:'';
	position:absolute;
	background:url(../images/dooted-texture.png);
	width:121px;
	height:215px;
	right:0;
	bottom:50px;
}
.fold-texture-solid:after, .fold-texture-solid:before{
	display:none;
}
.fold-texture h4{
    margin-bottom: 0;
    margin-top: 0;
    color:#000000;
	display:inline-block;
	font-family: 'Poppins-Regular',sans-serif;
	}

.fold-texture h2{
	color:#000;
	font-family: 'Poppins-Regular',sans-serif;
	font-size:2.5rem;
	font-weight:200;
}

.fold-texture-solid.fold-texture h2{
	margin-bottom:60px;
	font-size:40px;
}
.fold-texture p{
	font-size:18px;
	padding:0 60px;
	margin-top:10px;
	color: #000;
}
.solutions-boxes{
    display:inline-block;
    width: 19%;
    margin: auto;
	min-height:254px;
	vertical-align:top;
    max-width: 22em;
    position: relative;
    padding:10px 5px 30px;
    box-sizing: border-box;
    border: 1px solid #000;
    background-clip: padding-box;
    border-radius: 15px;
	text-align:center;
	margin-top:20px;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
}
.solutions-boxes img{
	padding:8px;
	transition: transform .2s;
}
.solutions-boxes:hover img{
	padding:8px;
	transform: scale(.9);
}
.solutions-boxes h5{
	display:block;
	margin:10px 0 0 0;
	font-size:16px;
	font-weight:700;
	color: #1a1d40;
	line-height: 1.7;
}
.solutions-boxes:hover h5{
	font-size:17px;
}
.solutions-boxes p{
	padding:0 ;	line-height:20px;
	font-size:15px;
	margin:5px 0 0 0;
}
.solutions-boxes .know-more{
	color:#fff;
	font-size:13px;
	background:#000000;
	border:1px solid #000000;
	border-radius:50px;
	position:absolute;
	padding:5px 12px;
	left:28%;
	bottom:-15px;
}
.solutions-boxes .know-more{
	text-decoration:none;
	}
.fold-texture-solid	.nav.nav-tabs {
	text-align:left;
	font-size:22px;
	font-weight:700;
	border:none;
}
	.fold-texture-solid	.nav.nav-tabs p{
	padding:0;
	font-size:14px;
	font-weight:normal;
	line-height:19px;
	margin:0;
}

	.fold-texture-solid .nav-tabs .nav-link.active{
	background:none;
	}
	.fold-texture-solid .nav-tabs .nav-link{
	border:none;
	color:#1a1d40;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom:10px;
	padding-bottom:12px;
	position:relative;
	padding-left:30px;
	padding-right:0px;
	}

	.fold-texture-solid .nav-tabs .nav-item:last-child .nav-link{
	border:none;
	border-bottom: 0px solid rgba(255,255,255,.1);
	margin-bottom:15px;
	padding-bottom:12px;
	position:relative;
	padding-left:30px;
	padding-right:0px;
	}


.fold-texture-solid .nav-tabs .nav-link{
}

.fold-texture-solid .nav-tabs .nav-link:after{
	content:'';
	position:absolute;
	border:2px solid #000000;
	width:26px;
	height:26px;
	border-radius:70px;
	top: 20px;
    left: -7px;
	}

	.fold-texture-solid .nav-tabs .nav-link.active:after{
	content:'';
	position:absolute;
	background:#000000;
	width:26px;
	height:26px;
	border-radius:70px;
	top: 20px;
    left: -7px;
	}

	.no-p-r{
		padding-right:0 !important;
}

.feature-boxes{
    display:inline-block;
    width: 15%;
    margin: auto;
	min-height:140px;
	vertical-align:top;
	margin:5px;
    position: relative;
    padding:10px 5px 10px;
    box-sizing: border-box;
    color: #FFF;
    background: #000000;
    border: solid 2px transparent;
    border-radius: 15px;
	text-align:center;
	margin-top:20px;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
	}

.feature-boxes:hover{
	 background: none;
	 border: solid 2px #000000;
}
.pb-8{
	padding-bottom: 120px;
}
.feature-boxes img{
	border-radius:100px;
	padding:8px;
}

.feature-boxes:hover img{
	border-radius:100px;
}
.feature-boxes:hover:before {
    content: '';
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 7px;
    left: 0;
    margin:-10px 0 0 -10px;
    border-radius: 10px;
    background:#000000;
}

.feature-boxes h5, .feature-boxes img{
	position:relative;
	z-index:3;
}

.feature-boxes h5{
	display:block;
	margin:0px 0 0 0;
	font-size:14px;

}
.feature-boxes p{
	padding:0 ;	line-height:20px;
	font-size:15px;
	margin:5px 0 0 0;
}
	.up-bottom-flod{
		height:auto;
		padding:60px 0;
		background: #fff;
		color:#1a1d40;
		position:relative;
		border-bottom:1px solid rgba(255,255,255,.1)
}
.up-bottom-flod .container{
position:relative;
z-index:99;
}
.up-bottom-flod h3 {
    font-family: 'Poppins-Regular',sans-serif;
    font-size: 34px;
    font-weight: 200;
}
.up-bottom-flod h5 {
	font-size: 26px;
	margin:0;
	text-transform: uppercase;
	color: #000000;
}
.up-bottom-flod:after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0px;
}

.up-bottom-flod .button-solid{
	background: #000000;
	border-radius: 30px;
    display: inline-block;
    padding:10px 15px;
    position: relative;
    margin: 0 10px 10px 0;
	color:#fff;
	text-align:center;
	display:inline-block;
	margin-top:20px;
}

.up-bottom-flod .button-line{
	border:2px solid #000000;
	border-radius: 30px;
    display: inline-block;
    padding:10px 15px;
    position: relative;
    margin: 0 10px 10px 0;
	color:#352160;
	text-align:center;
	display:inline-block;
	margin-top:20px;
}

.bottom{
	background: #343a40;
	padding:60px 0 10px;
}
.bottom p{
color:color: #fff;
margin-top:20px;
}

.bottom h4{
	color: #fff;
}

.bottom ul {
	padding:0;
	margin:0;
}
.bottom ul li {
	list-style-type:none;
	padding:3px 0;
	margin:0;
}
.bottom ul li a{
	color:#fff;
	padding:0;
	margin:0;
}
.bottom ul li a:hover{
	color: #afb1b4;
}
.copyright{
	border-top: 1px solid #fff;
	margin-top:40px;
	font-size:14px;
}
.copyright  ul li{
	display:inline-block;
	margin:15px 13px 0;
}

.schedule-demo-area{
	padding-bottom:0px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),
	url('..//images/header.jpg');
	background-size: cover;
}
	.demo-form{
		background:#1a1d40;
		padding:45px 45px 25px 45px;
		text-align:center;
		color:#fff;
		position:relative;
		z-index:99;
		margin-bottom:30px;
	}

	.demo-form h2{
		margin-bottom: 20px;
		margin-top: 0;
	    font-weight: 700;
		text-transform:uppercase;
	    display: inline-block;
		font-size: 1.7rem;
	}
.demo-form p{
	font-size:22px;
	}
	.demo-form input[type="text"], .demo-form input[type="email"], .demo-form input[type="number"] {
	padding:9px 12px;
	background:none;
	border:1px solid #909196;
	width:100%;
	margin:13px 0 0;
	outline:none;
	color:#fff;
	}

.demo-form .button-solid {
    background:#fff;
    border-radius: 0;
    border:none;
    display: inline-block;
    height: 45px;
    width: 100%;
    position: relative;
    margin:13px 0 0;
    font-weight:bold;
    text-transform:uppercase;
    outline:none;
}

.schedule-demo-offer-area{
	padding:0px 30px 0 50px;
}


.solutions-offer{
	margin-bottom:10px;
}
.solutions-offer .icon{
	display:inline-block;
	vertical-align:top;
	color:#dadada;
}
.solutions-offer .icon img {
    border-radius: 100px;
    padding: 8px;
    transition: transform .2s;
	margin-right:15px;
	border: 2px solid #000000;
}
.solutions-offer .content-area{
	display:inline-block;
	vertical-align:top;
	color:#dadada;
}
.solutions-offer .content-area h3{
	font-size:22px;
	margin:0;
	color:#1a1d40;
}
.solutions-offer .content-area p{
	color:#000;
}
.solutions-offer-boxes1 h5 {
	font-size:1.4rem;
	margin-bottom:35px;
	opacity:.8;
	font-weight:300;
}
.solutions-offer-boxes {
    display: inline-block;
    width: 100%;
    margin: auto;
    font-size:30px;
    font-weight:bold;
    vertical-align: top;
    max-width: 22em;
    position: relative;
    padding: 5px 15px 15px 15px;
    box-sizing: border-box;
    color: #FFF;
    background: #02050a;
    background-clip: padding-box;
    border: solid 5px transparent;
    margin-top: 10px;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
	margin-bottom:40px;
}
.solutions-offer-boxes font{
	font-weight:normal;
}
.solutions-offer-boxes p{
    font-weight: normal;
    font-size:18px;
    margin-top: -21px;
    background: #02050a;
    width: 280px;
    text-align: center;
    margin-bottom: 0;
}
.solutions-offer-boxes:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -3px -3px -3px -4px;
    background: rgb(239,93,34);
    background: linear-gradient(90deg, rgba(239,93,34,1) 0%, rgba(252,198,4,1) 100%);
}


.benefits-sec{
	background:#fff;
	position:relative;
	padding:60px 0;
}
.benefits-sec p{
	padding:0px 140px;
	text-align:center;
	font-size:21px;
	font-weight:300;
}

	.benefits-sec .boxes{
		width:16%;
		padding:50px 10px 10px 10px;
		display:inline-block;
		vertical-align:top;
		line-height:19px;
		color:#000;
	}
	.benefits-sec .boxes img{
		width:45px;
		height:45px;
		display:block;
		margin:0 auto 10px;
	}
	.section-shape {
       bottom: 265px;
       left: 0;
       position: absolute;
       right: 0;
       z-index: -1;
   }


.contact-page{
	padding-bottom:100px;
}
.contact-form-area{
	background: #fff;
    padding: 30px 35px;
	margin-top: -280px;
    z-index: 3;
    position: relative;
}
.contact-texture{
	position:relative;
}
.contact-texture:before{
	content:'';
	position:absolute;
	background:url(../images/contact-dotted.png);
	width:298px;
	height:215px;
	right:-30px;
	top:-35px;
}
.contact-texture:after{
	content:'';
	position:absolute;
	background:url(../images/contact-dotted.png);
	width:298px;
	height:215px;
	left:-30px;
	bottom:-35px;
}

.contact-form-area .demo-form{
	padding:0;
}
.contact-form-area .col-md-6{
	padding:10px;
}
.contact-form-area .col-md-6:first-child{
	border-right:1px solid #000;
}
.contact-form-area p{
	padding:0;
	text-align:left;
}
.join-team-box{
	border:1px solid #000;
	margin-top:20px;
	padding:10px;
}
.join-team-box h5{
	margin-top:-21px;
	background:#fff;
	width:170px;
	text-align:center;
}
.join-team-box p{
	font-size:17px;
}
.join-team-box p a{
	font-size:17px;
	color:#000000;
	position:relative;
}
.join-team-box p a:after{
	content: "\f178";
    position: absolute;
    right: -20px;
    top: 6px;
    font: normal normal normal 14px/1 FontAwesome;
}

.main-email{
	font-size:22px;
	margin:30px 0 60px;
	display:block;
}
.main-email:hover{
	color:#000000;
}
.contact-banner-area {
/*	position:relative;*/
	padding:0px 0 120px;
}

.contact-banner-area .section-shape{
	bottom: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}
.contact-banner-area h2{
	margin-bottom: 0;
    margin-top: 0;
    color:#fff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.contact-banner-area p{
	font-size: 1.125rem;
	color:#fff;
	margin-top: 10px;
}

.inner-banner-heading{
	position:relative;
	padding:0px 0 40px;
}

.inner-banner-heading .section-shape{
	bottom:0;
}

.context-only{
	 display: table-cell;
	 height:360px;
	 vertical-align:middle;
}

.inner-banner-heading h2{
	margin-bottom: 15px;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    font-size: 37px;
    position: relative;
    margin-top: 40px;
    color: #fff;
}
.inner-banner-heading h1{
	margin-bottom: 15px;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    font-size: 37px;
    position: relative;
    margin-top: 40px;
    color: #fff;
}
.inner-banner-heading p{
    line-height: 27px;
	font-weight:300;
	color: #fff;
}
.inner-page-content{
	padding:0px 0 70px;
	color:#fff;
}
.inner-page-content .icon{
	height:110px;
	margin:0 auto;
	width:110px;
	text-align:center;
	display: block;
	border:1px solid #ddd;
	border-radius:80px;
	padding:10px;
	margin-bottom:15px;
}
.inner-page-content .context-only p{
	color: #000;
}
.inner-page-content .icon img{
	width:80%;
	margin-top:5px;
}
.self-healing-main-page{
	background:none;
	padding: 0px 0 100px;
}
.inner-page-content .row{
	margin-top:50px;
	margin-bottom:50px;
}
.self-healing-main-page .row{
	margin-top:25px;
	margin-bottom:25px;
}
.inner-page-content .row:first-child{
	margin-top:0px;
}
.inner-page-content .row:last-child{
margin-bottom:0px;
}
.inner-page-content p{
	text-align: justify;
	color: #000;
	margin-bottom: 0;
}

.inner-page-content h2{
	font-size:2.5rem;
	font-weight:200;
	color: #000000;
}
.inner-page-content h2 span{
	color: #000000;
}
.inner-page-content h3{
	color: #000000;
	margin-bottom: 1.5rem;
}

.self-healing{
	background-color: #323232;
	box-shadow: 0 0 24px 0 rgba(0,0,0,.5);
	padding:40px 50px;
	border-radius:8px;
	min-height: 438px;
	color:#fff;
}
.self-healing-main-page .self-healing{
	text-align:center;
}
.self-healing-main-page .self-healing .icon-div {
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: top;
    padding:10px;
	border-radius:80px;
	border:2px solid #fff;
	margin-bottom:20px;
	transition: transform .2s;
}
.self-healing-main-page .self-healing img{
	width:60px;
	margin-top:10px;
}

.self-healing-main-page .self-healing:hover .icon-div{
	border:2px solid #323232;
	transform: scale(1.2);
	background:#323232;
}

.self-healing-main-page.inner-page-content .row:hover .self-healing h3{
	color:#fff;
}
.self-healing-main-page.inner-page-content .row .self-healing:hover h3{
	color:#000;
}
.self-healing-main-page.inner-page-content .row .self-healing:hover p{
	color:#000;
}
.self-healing:hover{
	background: rgb(239,93,34);
    background: linear-gradient(50deg, rgba(239,93,34,1) 5%, rgba(252,198,4,1) 100%);
}

.self-healing h3{
	text-transform:uppercase;
	font-size:28px;
	font-weight:300;
}
.itsm-page .self-healing{
	background:none;
	height:auto;
	min-height:0;
}
.inner-page-content.itsm-page .row {
    margin-top: 30px;
    margin-bottom: 30px;
}
.itsm-page .self-healing .icon-div{
	display:inline-block;
	 width: 100px;
	 height: 100px;
	 vertical-align:top;
	 margin-right:40px;
	 border-radius:90px;
}
.itsm-page .self-healing .icon-div img{
	width:100px;
	transition: transform .2s;
}

.itsm-page .self-healing:hover .icon-div{
	background: rgb(239,93,34);
    background: linear-gradient(50deg, rgba(239,93,34,1) 5%, rgba(252,198,4,1) 100%);
}

.itsm-page .self-healing:hover .icon-div img{
	transform: scale(.7);
}
.itsm-page .self-healing .content-area{
	display:inline-block;
	vertical-align:top;
}
.saas-management .self-healing{
	padding:0px 0;
}
.inner-page-content.saas-management .self-healing{
	box-shadow:none;
}

.saas-management .self-healing .content-area {
    display: inline-block;
    vertical-align: top;
}
.inner-page-content.saas-management .row {
	position:relative;
	padding-top:30px;
	padding-bottom:40px;
	align-items: center;
}
.inner-page-content.saas-management .row img{
	transition: transform .2s;
}
.inner-page-content.saas-management .row:hover img{
	transform: scale(.9);
}
  .inner-page-content.saas-management .row:nth-child(2):after {
    background: url(../images/banner-element-4.png);
    top:50px;
	opacity:.4;
	left: initial;
	right:0;
	height: 320px;
	background-size:cover;
    width: 210px;
    z-index: -1;
}
  .inner-page-content.saas-management .row:nth-child(4):after {
    background: url(../images/banner-element-4.png);
    top:50px;
	opacity:.4;
	left: initial;
	right:0;
	height: 320px;
	background-size:cover;
    width: 210px;
    z-index: -1;
}
.inner-page-content.saas-management .row:hover h3 {
    color:#fff;
}

	.inner-page-content.saas-management .self-healing h3 {
		font-size:28px;
		font-weight:500;
	}

	.inner-page-content.saas-management .self-healing:hover h3 {
		color: #fff !important;
	}
	.itsm-page.saas-management .self-healing .icon-div {
		display: inline-block;
	    width: 100px;
	    vertical-align: top;
	    margin-right: 0px;
	    text-align: center;
		margin-bottom:30px;
	}

.about-sec1{
	height:500px;
	background:url(../images/about-pic1.jpg);
	background-size:cover;
	position:relative;
}
.about-sec1:before {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
	opacity:.4;
}


.pro-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: rgba(13, 13, 13, 0.7);
    height: 100%;
    top: 0;
}
.pro-text {
    position: absolute;
    z-index:99;
    max-width: 600px;
    padding: 80px;
    right: 80px;
    bottom: -80px;
}

.about-us-page .solutions-boxes {
    display: inline-block;
    width: 16%;
    margin: auto;
    min-height: 150px;
    vertical-align: top;
    max-width: 22em;
    position: relative;
    padding: 0px 5px 10px;
    box-sizing: border-box;
    color: #FFF;
    background:#1e1e1e;
    background-clip: padding-box;
    border: solid 5px transparent;
    border-radius: 15px;
    text-align: center;
    margin-top: 20px;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.about-us-page .solutions-boxes img{
	background:#1e1e1e;
}

.teams-member{
	text-align:center;
	position:relative;
	width:299px;
	height:292px;
	display:inline-block;
	margin:10px;
}

.overlay-div{
	position:absolute;
	display:none;
	top:20px;
	left:20px;
	right:20px;
	bottom:20px;
	padding:20px;
	background: rgb(252,198,4,.9);
	color:#000;
}

.overlay-div h3{
	margin:100px 0 5px 0;
	}


.overlay-div h5{
	font-size:12px;
	margin:0 0 20px 0;
}

.overlay-div i{
	background:#000;
	height:30px;
	width:30px;
	display:block;color:#fff;
	border-radius:80px;
	padding:5px;
	margin:0 auto;
}
.teams-member:hover .overlay-div{
	text-align:center;
	display:block;
}

.teams-member h3, .teams-member h5{
	z-index:999;
	position:relative;
}

.about-us-page{
	padding-bottom:0;
	}

	.what-belive{
		padding:40px 0;
	}



	@media (max-width: 575.98px),
	(min-width: 576px) and (max-width: 767.98px) {
	.sm-none{
		display: none !important;
	}
	.hero-style-1 h1{
		font-size: 30px !important;
	}
	.hero-style-1 h2{
		font-size: 24px !important;
	}
	hr {
	  width: 20% !important;
	}
	.row-style-first{
		padding: 30px;
    	margin: 0 5px;
    	border-radius: 20px;
	}
	.row-style-first-2{
    	border-radius: 20px;
    	padding: 30px;
    }
	.prev, .next{
		top: 50 !important;
		padding: 6px 15px !important;
    	font-size: 18px !important;
    	position: relative !important;
	}
	.cs-quote-box {
        padding-top: 40px !important;
        padding-left: 0 !important;
    }
    .cs-wrapper{
    	padding: 30px !important;
    }
    .cs-quote-box p{
    	font-size: 17px !important;
    }
	.sticker{
		font-size: 10px;
	}
	.no-sm-h{
		min-height: inherit !important;
	}
	.mob-space{
		padding-left: 15px;
		padding-right: 15px;
	}
	.discover{
	font-size: 1.75rem !important;
}
	.sticker a{font-size: 12px !important;}
	#fr{margin-left: 25px !important}
	#fr-report{font-size: 1.7rem !important; line-height: 2.3rem; !image-orientation: }
	#uem-page p{
	font-size: 14px !important;
}
#collaboration .card{
        min-height: inherit !important;
    }
.respo h4{font-size: 20px;line-height: 1.7rem !important;}
#on-off{
	text-align: center;
}
#on-off img{
	width: 6%;
	margin-top: 0;
}
.mt-image{
	margin-top: 3rem !important;
}
#redefining .mt-image{
	margin-top: 3rem !important;
}
#redefining img{
	width: auto;
	margin-top: 0;
}
#redefining h3{font-size: 1.8rem !important}
#redefining p{font-size: 14px}
#redefining h4{font-size: 20px}
.adm .page-caption{
	padding-top: 90px;
	padding-bottom: 120px;
}
.contact-us-page .container{
	padding: 0;
}
.contact-area{
	padding: 20px;
	background: #fff;
}
.section-two{
	margin-top: 4rem;
}
.elevate img{
	margin-top: 10px !important;
}
.elevate h2{
	font-size: 3.5rem !important;
}
#advantage img{
	width: auto;
	margin-top: 0;
}
#lifecycle p{font-size: 14px;}
#lifecycle h4{font-size: 18px;}
#lifecycle img{margin-top: 0;}
#lifecycle .our-services-text {padding: 28px 15px 25px !important;}
#lifecycle .our-services-img{margin-right: 0 !important}

#advantage p{font-size: 14px;}
#advantage h4{font-size: 18px;}
#calculator .block1 h5{font-size: 16px;}
#calculator h1{font-size: 1.5rem;line-height: 2.1rem; padding-bottom: 0px !important}
#calculator{padding: 90px 0;}

#about-page p{
	font-size: 14px !important;
}
#uem-page .btn{
	font-size: 1.2rem;
	font-weight: 600;
}
#uem-page .card-header h4{
	font-size: 1.1rem;
}
.sm-no-bg{
	background: none !important;
}
.low-h{
	font-size: 20px !important;
	line-height: 1.8rem;
}
#remote-access h1{
	font-size: 28px !important;
	line-height: 2.4rem;
}
	.ecnew .flex {
    flex-wrap: wrap;
    margin-bottom: 20px !important;
}
.ecnew.talk h2{
	font-size: 28px;
	text-align: center !important;
	margin-top: 0;
}
.ecnew.talk h2{
	text-align: center;
}
.ecnew .cta.pm{
	margin: auto;
}
	.bbb_viewed_nav_container{
		bottom: 0 !important;
	}
	.page-banner h1{
		font-size: 3rem !important;
	}
	.page-banner h4{
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.number-2 {
    order: 2 !important;
	}
	.sm-p-0{
		padding: 0 !important;
	}
	.sm-pt-0{
		padding-top: 0 !important;
	}
	.sm-mt-4{
		margin-top: 2rem;
	}
	.sm-mb-0{
		margin-bottom: 0 !important;
	}
	.sm-px-3{
		padding-left: 1rem!important;
		padding-right: 1rem!important;
	}
	.sm-p-4{padding: 1.5rem !important;}
	.sm-w-100{
		width: 100% !important;
	}
	.sm-w-75{
		width: 75% !important;
	}
	.sm-fs-12{
		font-size: 12px;
	}
	.sm-d-inline{
		display: inline-block !important;
	}
	.sm-px-0{
		padding: 0 !important;
	}
	.sm-text-center{
		text-align: center;
	}
	.sm-bg-white{
		background: #fff !important;
	}
	#roi .contact-form{
		padding: 0.5rem !important;
	}
	#mob-form{
		box-shadow: none;
		padding: 0;
		background: transparent !important;
	}
	.bread h1{
		margin-top: 0 !important;
	}
	.call-to-action h2 {
    font-size: 2.7rem !important;
}
	.call-btn h2 {
    line-height: 2.4rem !important;
}
	.breadcrumb {
    margin-bottom: 3rem !important;
}
	.new-addition {
    padding: 80px 0;
}
.new-section{
	padding: 80px 0 !important;
}
.new-section h2{
	font-size: 28px !important;
}
h2{
	font-size: 28px !important;
}
.faq {
    padding: 80px 0 !important;
}
.faq h2{
	font-size: 28px !important;
}

.fold-texture{
	padding: 80px 0 !important;
}
.eum{
	padding: 80px 0 !important;
}
.inner-banner-heading h1{
	margin-top: 0;
}
	.py-8 {
    padding: 80px 0px !important;
    }
    .pt-8 {
    padding-top: 80px !important;
    }
    .pb-8{
    	padding-bottom: 80px !important;
    }
    .header-logos {
    margin-top: 0 !important;
    }
    .home-header{
    	margin-top: 4rem;
    	margin-bottom: 4rem;
    }
    .top-header{
    padding: 6px 0;
  }
  .navbar-brand{
    padding: 0;
  }
    .employee-tickets h2{
    	font-size: 120px !important;
    	text-align: center !important;
    	}
        .employee-tickets h3{
        font-size: 40px !important;
        padding-top: 0px !important;
        }
        .employee-tickets p{
        font-size: 18px !important;
        margin-bottom: 10px !important;
        }
	.we-services h4{
		font-size: 16px;
	}

	#area-one h1{font-size: 2rem;}
	#area-one{padding: 30px 0 0 0!important}
	#area-one h5{font-size: 1.2rem;line-height: 1.8rem;text-align: left;}
	#area-one p{margin-bottom: 0;text-align: left;}
	.contact-form{margin-top: 60px;}
	.space{margin-bottom: 50px;}
	.space .solutions-offer{
		margin-bottom: 40px;
		padding: 15px;
		border: none;
		box-shadow: 0px 0px 10px #ddd;
		align-items: center;
	}
	#area-two a{margin-bottom: 60px}
	.about-we h2{
	font-size: 2rem !important;
	}
	.card-design h2{
		font-size: 2rem !important;
	}
	.how-works h2{
		font-size: 2rem !important;
	}
	.wp-chat h2{
		font-size: 2rem !important;
	}
	.card-design h2{
		font-size: 2rem !important;
	}
	.integration h2{
		font-size: 2rem !important;
	}
	#blog h2{
		font-size: 2rem !important;
	}
	.we-services .fa{font-size: 20px !important;}
	.new-section .card-body{
		min-height: auto;
	}
	.pd-sm-0{padding-top: 0 !important;padding-bottom: 0!important;}
	.sm-mb-4{margin-bottom: 1.5rem!important;}
	.banner-text{
		padding-right: 0px;
		}
		.banner-text-left{
		padding-left: 0px;
		}
		.banner-area h1 {
    margin-top:20px;
	font-size: 24px;
	line-height: 2.25rem;
}
.banner-area h1 span {
    font-size: 24px;
}
.banner-area h4 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 20px;
}
.banner-area:before {
	background-size:cover;
    height: 300px;
    width: 100%;
    top: -50px;
    z-index: -1;
}
.banner-area:after {
   display:none;
}

.mobile {
	width: 100%;
	margin-top: 20px;
}
.fold-texture p {
	padding: 0 0px;
}

.solutions-boxes {
	width: 48%;
	margin-bottom:5px;
	min-height:0;
}
.solutions-boxes:nth-child(5) {
	min-height:0;
	width:100%;
}
.solutions-boxes img {
	padding: 0px;
}
.solutions-boxes h5 {
	margin: 5px 0 0 0;
}
.solutions-boxes .know-more {
	left: 22%;
}
.solutions-boxes:nth-child(5) .know-more {
	left: 40%;
}
.fold-texture-solid.fold-texture h2 {
    margin-bottom: 30px;
    font-size: 28px;
    margin-top: 10px;
}
.fold-texture-solid .nav-tabs .nav-item{
	width:90%;
}
.fold-texture-solid .nav-tabs .nav-link{
	margin-bottom: 0px;
    padding-bottom: 12px;
    padding-top: 12px;
	font-weight:300;
}
.fold-texture-solid .nav.nav-tabs p{
	display:none;
}
.inner-page-content.saas-management .row {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
.inner-page-content.saas-management .self-healing h3 {
	margin-top: 0px;
}
.saas-management .self-healing {
    padding: 0px 0;
}
.inner-page-content.saas-management .row img {
    margin-bottom:70px;
}
.tab-content article img{
	max-width:100%;
}
.fold-texture-solid .tab-content article{
	padding:0;
}
.fold-texture h2 {
   font-size: 28px;
}
.fold-texture-2 h2 {
	font-size: 28px !important;
	margin-top: 10px;
}
.feature-boxes {
	width: 45%;
	min-height: 125px;
	margin: 5px;
	padding: 10px 5px 0px;
}
.new-addition h2{
	font-size: 28px;
	text-align: center;
}
.new-section h2{
	font-size: 28px;
	text-align: center;
}
.list-group-item{
	font-size: 14px;
}
.new-addition img{
	width: 100%;
	margin-top: 50px;
}
.mh-auto{min-height: auto !important;}

#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	z-index:999;
	position:relative;
}
.for-small-device{
	padding:0 40px;
}
.up-bottom-flod {
	text-align:center;
}
.up-bottom-flod h5 {
    font-size: 23px;
}
.up-bottom-flod h3 {
 font-size: 24px;
}

.navbar-dark .navbar-brand{
	width:222px;
	padding-top:0;
}
.navbar-dark .group-unit {
	width:209px;
	top: 31px;
    left: 27px;
}
.navbar-nav{
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    content: '';
    left: 0;
	top:60px;
	bottom:0;
	right:0;
	display:none;
	z-index: 999;
	text-align:center;
	padding:30px 0;
}
.navbar-dark .navbar-nav .nav-item .nav-link{
    line-height: 1.5em;
    color: #fff;
    font-family: 'Poppins-Regular',sans-serif;
    text-transform: uppercase;
    font-size: 20px;
	font-weight: 400;
}
.navbar-dark .navbar-nav .nav-item .schedule-demo{
  background: #000000;
  color: #fff;
}
.schedule-demo font {
    z-index: 99;
    position: relative;
	color:#000;
}
.navbar-dark .navbar-brand img{
	max-width:100%;
}
.navbar-dark .group-unit img{
	max-width:100%;
}
.navbar{
	position:initial;
	background: #1a1d40;
}
.navbar-dark .navbar-nav .nav-item:hover .nav-link {
    color: #f48517;
    border-bottom: 3px solid transparent;
}
.navbar-nav .dropdown-menu {
    width:auto;
    background: rgba(255,255,255,0);
    text-align:center;
}
.navbar-nav .dropdown-menu .dropdown-item {
    line-height: 1.3em;
    color: #adadad;
    font-family: 'Poppins-Regular',sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
.bottom h4 {
    margin-top: 30px;
}
.bottom p {
 margin-bottom: 0;
}
.contact-form-area .col-md-6:first-child {
    border-right: 0px solid #000;
}
.contact-form-area {
	padding: 0;
}
.main-email {
	font-size: 18px;
}
.join-team-box p a {
	display: block;
}
.join-team-box p a:after {
	left: 128px;
	right:initial;
}
.join-team-box:last-child p a:after {
	left: 75px;
	right:initial;
}
.demo-form {
    background:none;
    padding: 10px;
}
.demo-form p {
    font-size: 18px;
}
.demo-texture:after{
	display:none;
}
.schedule-demo-offer-area {
    padding: 0;
	margin-top:30px;
}
.solutions-offer-boxes {
	font-size: 20px;
	margin-bottom: 20px;
}
.solutions-offer-boxes p {
    font-size: 16px;
    margin-top: -21px;
    background: #1e1f27;
    width: 230px;
}
.solutions-offer {
    margin-bottom: 10px;
	border:1px solid rgba(0,0,0,.3);
	display:inline-block;
	width:48%;
	text-align:center;
	border-radius:8px;
	padding:5px 5px;
}
.solutions-offer p{
	font-size:12px;
}
.solutions-offer:last-child {
   width:98%;
}
.benefits-sec .boxes{
	border:1px solid rgba(0,0,0,.1);
	width:48%;
	text-align:center;
	border-radius:8px;
	margin-bottom:10px;
	padding: 10px 10px 10px 10px;
}
.benefits-sec .boxes:last-child {
   width:98%;
}
.inner-page-content img{
	max-width:100%;
}
.inner-page-content h2 {
    font-size: 28px;
}
.context-only {
	height: auto;
}
.inner-banner-heading p {
	padding: 0px;
    line-height: 24px;
}
.self-healing {
	text-align: center;
    padding: 20px 0px;
}
.self-healing p{
	text-align:justify;
}

.about-sec1 {
    height: 400px;
}
.pro-text {
    padding: 20px;
    right: 0;
    bottom: 0;
}
.what-belive{
	padding:40px 20px;
}
.about-us-page .solutions-boxes {
	width: 48%;
	min-height: 110px;
	padding: 5px 5px 10px;
	margin-top:5px;
}
.about-us-page .solutions-boxes:last-child {
	width: 99%;
}
.about-us-page .solutions-boxes h5{
    font-size: 14px;
}
.inner-page-content.saas-management .self-healing {
	min-height: 0px;
	margin-top:15px;
}
.quote-sec {
    padding-top: 70px;
    padding-bottom: 30px;
}
.carousel-inner{
  height: 210px;
  width:95%;
  text-align:left;
  margin-left:0px;
}
.carousel:before {
	left:10px;
	top: -50px;
}
.quote-sec p {
    font-size: 20px;line-height:32px;
}

}

.no-border{border-radius: 0px !important;}
.align-item-center{align-items: center;}
.bg-none{background: transparent;}
.bg-grey{background: #FAF6F0;}
.bg-even{background: #f1f1f1}
.bg-red-color{background: #000000;}
.fs-16{font-size: 16px;}
.fs-18{font-size: 18px;}
.fs-24{font-size: 24px !important;}
.fs-20{font-size: 20px !important;}
.mr-8{margin-right: 40px;}
.mt-8{margin-top: 80px;}


.fold-texture-2 h2{
	color:#000;
	font-family: 'Poppins-Regular',sans-serif;
	font-size:2.5rem;
	font-weight:200;
}
.new-section{
	padding: 120px 0;
}
.new-section h2{
	font-size: 2.5rem;
}
.new-section h2 span{
	color: #000000;
}
.card{
	border-radius: 24px;
	box-shadow: 0px 0px 10px #ddd;
}
#benefits .card h4{
	color: #000000;
}
#benefits .card:hover{
	background: #000000;
}
#benefits .card:hover h4,
#benefits .card:hover p,
#benefits .card:hover a,
#benefits .card:hover i{
	color: #FFF;
}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border: 2px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}
#clients .nav-tabs .nav-link{
	border: 2px solid;
}
.countDiv {
    width: 30%;
    margin: 5px;
    text-align: center;
    border-radius: 14px;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 0px 5px #d7d7d7;
    padding-bottom: 10px!important;
    background: #fbfbfd;
}
.countDiv p {
    color: #000;
    border-top: 1px solid #d2d2d2;
    line-height: normal;
    padding-top: 10px;
    text-align: center;
}
#what-we-do .card{
  padding: 1rem!important;
  border: none;
  margin-bottom:1rem;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px !important;
  min-height: 275px;
}
#what-we-do .card:hover{
  -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block:before{
  font-family: FontAwesome;
    font-size: 39px;
    color: #000000;
    left: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f007";
}
#what-we-do .card .block-2:before{
    content: "\f590";
}
#what-we-do .card .block-3:before{
    content: "\f6ff";
}
#what-we-do .card .block-4:before{
    content: "\f51e";
}


.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #1a1d40;
    padding: 0;
}
.accordion-section .panel-default .panel-title a {
    display: block;
    font-size: 1.5rem;
    color: #fff;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    float: right;
    margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    padding-bottom: 10px;
}
.panel-default{
    background: #fff;
}

.promo h2{
	color: #fff;
}
.promo p{
	color: #fff;
}

.blog-grid {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #1a1d40;
  color: #ffffff;
  padding: 8px 15px;
  left: 0;
  top: 10px;
  font-size: 14px;
}
.blog-grid .blog-info {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  background: #ffffff;
  padding: 20px;
  margin: -30px 20px 0;
  position: relative;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  color: #1a1d40;
}
.blog-grid .blog-info p {
	margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}

.px-btn-arrow {
    padding: 0 50px 0 0;
    line-height: 20px;
    position: relative;
    display: inline-block;
    color: #000000;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}
.px-btn-arrow .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    -moz-transition: ease right 0.3s;
    -o-transition: ease right 0.3s;
    -webkit-transition: ease right 0.3s;
    transition: ease right 0.3s;
}
.px-btn-arrow .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.event-list {
	list-style: none;
	font-family: 'Poppins-Regular',sans-serif;
	margin: 0px;
	padding: 0px;
}
.event-list > li {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 5px rgb(51, 51, 51);
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
	padding: 0px;
	margin: 0px 0px 20px;
}
.event-list > li > img {
	width: 100%;
}
.event-list > li > .info {
	text-align: center;
	padding: 0 10px;
}
.event-list > li > .info > .title {
	font-size: 17pt;
	font-weight: 200;
	margin-bottom: 15px;
	font-family: 'Poppins-Regular',sans-serif;
}
.event-list > li > .info > .desc {
	margin: 0px;
	font-family: 'Poppins-Regular',sans-serif;
}
.button-line {
    border: 2px solid #352160;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    margin: 0 10px 15px 10px;
    color: #352160;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
}


@media (min-width: 768px) {
	.event-list > li {
		position: relative;
		display: block;
		width: 100%;
		padding: 0px;
	}
	.event-list > li > img  {
		display: inline-block;
		width: 120px;
		float: left;
	}
	.event-list > li > .info {
		overflow: hidden;
	}
	.event-list > li > img {
		width: auto;
		padding: 0px;
		margin: 0px;
	}
	.event-list > li > .info {
		position: relative;
		height: 300px;
		text-align: left;
		padding-right: 40px;
	}
	.event-list > li > .info > .title,
	.event-list > li > .info > .desc {
		padding: 0px 10px;
	}
	.event-list > li > .info > ul {
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
}

.fa
{margin-top: 4px;
  color: #000000;}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
.btn-yellow{
	color: #fff;
	background: #000000;
}
.btn-1{
  padding: 12px 36px;
    display: inline-block;
    border-radius: 30px !important;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease 0s;
    border: 1px solid #000000;
    color: #fff;
    background: #000000;
}
.btn-1:hover{
  border: 1px solid #000000;
  color: #000000;
  background: transparent;
}

/* Feature Box
---------------------*/
.feature-box-1 {
  padding: 32px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgb(0 0 0 / 50%);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
  min-height: 324px;
}
.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1 .icon {
  width: 60px;
  height: 60px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
  font-size: 27px;
}
.feature-box-1 .icon i {
  line-height: 62px;
}
.feature-box-1 h5 {
  color: #000000;
}
.feature-box-1 h4 {
  color: #000000;
  margin-bottom: 20px;
}
.feature-box-1 p {
  margin: 0;
}
.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: #000000;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1:hover {
  top: -5px;
}
.feature-box-1:hover h5 {
  color: #ffffff;
}
.feature-box-1:hover h4 {
  color: #ffffff;
}
.feature-box-1:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}
.br-10{border-radius: 10px;}
.br-20{border-radius: 20px;}
.t-j{text-align: justify;}
.text-yellow{color: #000000}
.top-bar a{color: #000000}
.top-bar a:hover{color: #fff}
.bg-black{background: #000}

.breadcrumb{
	padding: 0;
   	margin: 0;
   	background: transparent;
}
.breadcrumb li a {
  background-color: #000000;
  box-sizing: border-box;
  color: #fff;
  display: block;
  max-height: 2em;
  padding: .5em 1em .5em 1.5em;
  position: relative;
  text-decoration: none;
  transition: .25s;
  font-size: 12px;
}
.breadcrumb li a:after {
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1em solid #000000;
  content: "";
  position: absolute;
  top: 0;
  right: -1em;
  transition: .25s;
  z-index: 1;
}
.breadcrumb li a:hover {
  background-color: #000;
}
.breadcrumb li a:hover:after {
  border-left-color: #000;
}
.breadcrumb li:last-child a {
  background-color: #000;
  pointer-events: none;
}
.breadcrumb li:last-child a:after {
  border-left-color: #000;
}
.contact-form{
	box-shadow: 0px 0px 10px #ddd;
}
.eum{
	padding: 120px 0;
}
.eum ol li span{
	font-weight: bold;
	color: #1a1d40;
}
.eum ol li{
	margin-bottom: 15px;
}
.eum h2 span{
	color: #000000;
}
.eum h2{
	font-size: 2.5rem;
}
.accordion .btn-link{
	text-align: left;
}
.faq{
	padding: 120px 0;
}
.faq a{
	color: #000000;
}
.faq h2{
	font-size: 2.5rem;
}
.faq h2 span{
	color: #000000;
}
.faq .btn-link{
	color: #000000;
}
.para .fa{
	color: #000000;
}
.text h3{
	font-size: 1.4rem;
}

.bx-sh{box-shadow: 0px 0px 10px #ddd;}
.ai-1{
  border-radius: 30px 30px 0 0;
}
.ai-2{
  border-radius: 0 0 30px 30px;
}

.text-light{
  color: #343a40a3 !important;
}
.bx-sh-2 {
    box-shadow: 0px 0px 2px #ddd;
}

.related-services .list-group-item{
	border-bottom: 1px dotted;
}
.list-group-item{
	background: transparent;
	border: none;
}
a {
    color: #1a1d40;
}
.bg-color-blue{
	background: #1a1d40;
	color: #fff;
	border-radius: 24px;
}

#clients {
    padding: 60px 0;
}
#clients .clients-wrap {
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
    margin-bottom: 30px;
}
#clients .client-logo {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    height: 90px;
    background: #fff;
}
#clients img {
    transition: all 0.4s ease-in-out;
}
.faq .card {
    border-radius: 0;
    box-shadow: none;
}
.count-box {
  padding: 20px;
  width: 100%;
  border: 1px dotted;
  border-radius: 16px;
  margin-bottom: 10px;
}
.count-box i {
  display: block;
  font-size: 36px;
  color: #000000;
  float: left;
  line-height: 0;
}
.count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #222222;
  margin-left: 50px;
}
.count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
}
.count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #484848;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}
.svimg{
	filter: invert(40%) sepia(82%) saturate(4054%) hue-rotate(342deg) brightness(113%) contrast(112%);
}

.no-min-h{
  min-height: inherit !important;
}

.nav-pills-custom .nav-link {
    background: #fff;
    position: relative;
}
.nav-pills-custom .nav-link.active {
    color: #fff;
    background: #000000;
}

@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #000000;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -9px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.btn-get-started {
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #fff;
}
.btn-get-started:hover {
    background: #000 !important;
    color: #fff !important;
    border: 2px solid #000;
}
.banner-btn{
	letter-spacing: 1px;
    display: inline-block;
    background: #000000 !important;
    color: #fff !important;
    /* border: 2px solid #fff; */
    font-weight: bold;
}
.banner-btn:hover {
    color: #ffffff !important;
}
.watch-video{
	letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    background: transparent; !important;
    color: #000000 !important;
    border: 2px solid #000000;
    font-weight: bold;
}
.watch-video:hover {
    background: #000000 !important;
    color: #fff !important;
}
.page-banner h1{
	font-size: 5rem;
	font-weight: 900;
	margin-bottom: 20px;
	color: #000;
}
.page-banner h4{
	margin-bottom: 30px;
	line-height: 1.4;
}
.card-design .card{
	border-radius: 0;
	box-shadow: none;
}
.card-design .card{
	border: 1px solid rgba(0,0,0,.125);
}
.card-design .card .fa{
	margin-left: 20px;
	font-weight: normal !important;
	background: #000;
	color: #fff;
	padding: 10px;
    border-radius: 50%;
    font-size: 12px;
}
.br-red{border-left: 5px solid #D04C00;}
.br-green{border-left: 5px solid #00906D;}
.br-blue{border-left: 5px solid #605DC8;}
.bg-green{background: #00906D;}
.bg-blue{background: #605DC8;}
.bg-red{background: #D04C00;}
.bg-green{background: #00906D;}
.bg-theme-color{background: #000000;}
.dec{padding-left: 20px;}
.dec h4{font-weight: 900;}
.context{margin-bottom: 30px;}
.we-services .fa{margin: 0;font-size: 30px;}
.we-services h4{margin-bottom: 0;padding-left: 20px;}
.mb-8{margin-bottom: 3.5rem;}

.about-we h2{
	font-size: 3rem;
}
.clt h2{
	color: lightgray;
}
.test h2{
	color: lightgray;
}
.test .card-body{
	padding: 46px;
}
.test .card-title{
	line-height: 1.5;
}
.about-we h3{
	padding: 30px 0;
}
.card-design h2{
	font-size: 2.3rem;
}
.how-works h2{
	font-size: 2.3rem;
}
.wp-chat h2{
	font-size: 2.3rem;
}
.card-design h2{
	font-size: 2.3rem;
}
.integration h2{
	font-size: 2.3rem;
}
#blog h2{
	font-size: 2.3rem;
}
.bg-light-grey{
	background: #fdfbfb;
}
.no-border{border: none !important;}
.page-banner .fa{
	font-size: 32px !important;
	color: green;
	margin-top: 0;
}
#owl-demo-4 .card-body{
	border: 1px solid #ddd;
}
#owl-demo-4 .card-body {
    padding: 36px;
}
.thumbnail {
        display: flex;
        flex-direction: column;
        margin: 0 15px;
    }
        .owl-dots{
            text-align: center;
        }
        .new-style .feature-boxes{
        	border: solid 2px #fff;
        }
        .new-style .feature-boxes:hover{
        	border: none;
        }
        .head-text{font-size: 3.3rem !important;}
        #ct-box {padding-top: 70px !important;}
        .color-orange{
        	color: #f35e1c !important;
        }
        .home-header h5{
        	margin-bottom: 25px;
        	line-height: 1.5;
        	font-weight: 600;
        }

        .home-header h1 {
        	margin-bottom: 24px;
        	color: #000000;
        	font-size: 30px !important;
        }
        .main-head{
        	margin-bottom: 24px !important;
        	font-size: 52px !important;
        	font-weight: 600;
        	color: #000 !important;
        }
        .typewrite{
        	color: #000000;
        	text-transform: uppercase;
        }

        .header-logos{
        	margin-top: 2rem;
        }
        .header-logos h3{
        	color: grey;
        	font-weight: 100;
        	font-family: -apple-system,"Segoe UI";
        }
        .trusted img{
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        }
        .trusted img:hover{
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        }

        .bb-sh{
        	box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 5px;
        }
        .bb-sh-2{
        	box-shadow: rgba(0, 0, 0, 0.12) 0px 18px 16px;
        }
        .py-8{
        	padding: 120px 0px;
        }
        .pt-8{
        	padding-top: 120px;
        }
        .mb-8{
        	margin-bottom: 3.5rem;
        }
        .employee-tickets h2{
        	color: #000000;
        	font-size: 230px;
        	font-weight: 900;
        }
        .employee-tickets h3{
        	font-size: 70px;
        	color: #000000;
        	padding-top: 50px;
        }
        .employee-tickets p{
        	font-size: 30px;
        	margin-bottom: 0;
        }
        .employee-tickets h4{
        	color: grey;
		    font-weight: 100;
		    font-family: -apple-system,"Segoe UI";
        }

        #introduction .card{
        	background: none;
        	border-radius: 0;
        	box-shadow: none;
        	border: none;
        }
        #introduction h2{
        	font-size: 2.5rem;
        	color: #000000;
        }
        #introduction .card-header{
        	background: none;
        	border-bottom: none;
        	border-top: 2px solid #000000;
        	padding: 30px 0;
        	border-radius: 0;
        }
        #introduction .card-body{
        	padding: 0;
        }
        #introduction .card-body p{
        	font-size: 20px;
        }
        #introduction .card-body a{
        	color: #000000;
        }

        #introduction .collapsible-link {
        	width: 100%;
        	position: relative;
        	text-align: left;
        }
        #introduction .collapsible-link::before {
        	content: "\f13a";
        	position: absolute;
        	top: 50%;
        	right: 0.8rem;
        	transform: translateY(-50%);
        	display: block;
        	font-family: "FontAwesome";
        	font-size: 2.5rem;
        	color: #000000;
        }
		#introduction .collapsible-link[aria-expanded="true"]::before {
		  content: "\f139";
		}


.content-2 {
	align-items: center;
	min-height: 100vh;
}
.background-text {
    font-size: 80rem;
    position: absolute;
    text-align: center;
    top: 10%;
	transition: transform 0.1s;
}
.background-text {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateZ(-2px) scale(3);
}

 @keyframes changewidth {
        from {
            width: 0%;
        }

        to {
            width: 100%;
        }
    }



#rotation {
  perspective: 30px;
}
#rotation2 {
  perspective: 30px;
}
#move-text {
  perspective: 30px;
}
#inner {
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}

.background {
  background-image: url('../images/cloud.webp');
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}

#rotation .owl-carousel .owl-item img{
	border: none;
	border-radius: 0;
}
#rotation2 .owl-carousel .owl-item img{
	border: none;
	border-radius: 0;
}
#rotation3 .owl-carousel .owl-item img{
	border: none;
	border-radius: 0;
}

#alphabet-work .alpha img{
	margin-right: 20px;
}
#alphabet-work .nav-pills-custom .nav-link {
    opacity: 0.2;
}
#alphabet-work .nav-pills-custom .nav-link h4{
	color: #000000;
}
#alphabet-work .nav-pills-custom .nav-link.active {
    color: #000;
    background: transparent;
    opacity: 1;
}
#alphabet-work .nav-pills-custom .nav-link.active::before{
	display: none;
}
#alphabet-work .nav-pills-custom a:hover{
	color: #000 !important;
}
#alphabet-work .nav-pills-custom .nav-link p{
	text-align: justify;
	margin-bottom: 0;
}
#alphabet-work .tab-content h4{
	margin-bottom: 0;
	margin-right: 50px;
}
#alphabet-work .tab-content p{
	margin-bottom: 0;
}
#alphabet-work .tab-content .alpha{
	width: 65%;
}
#alphabet-work .tab-content .model-style-1{
	background: #000000;
	padding: 10px 30px;
	border-radius: 50px;
	color: #fff;
	width: 70%;
}
#alphabet-work .tab-content .model-style-2{
	padding: 10px 30px;
	border-radius: 50px;
	border: 3px solid #000000;
	width: 80%;
}
#alphabet-work .tab-content .model-style-2 span{
	padding: 0 10px;
}
#alphabet-work h2{
	font-size: 2.5rem;
	color: #000000;
}
.arrow-model span{
	text-transform: uppercase;
	padding-left: 30px;
}
.tab-design-2{
	margin-left: 50px;
}
#alphabet-work .btn-link:hover {
    text-decoration: none;
}
.text-red{
	color: #000000;
}
#navbar-mob #faq .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  float: right;
  background: #000000;
  padding: 0px 4px;
  color: #fff;
  font-size: 12px;
}

#navbar-mob #faq .btn-header-link.collapsed:after {
  content: "\f106";
}
#navbar-mob #faq2 .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  float: right;
  background: #000000;
  padding: 0px 4px;
  color: #fff;
  font-size: 12px;
}
#navbar-mob #faq2 .btn-header-link.collapsed:after {
  content: "\f107";
}

    #rotation .owl-carousel .owl-item {
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
    }
    #rotation .owl-carousel .owl-item.active {
      opacity: 1;
    }
    #rotation .owl-item img {
      transform-origin: center;
      transform-style: preserve-3d;
      transition: transform 0.5s ease-in-out;
      --rotateX: 0;
      --rotateY: 0;
      --globalRotation: 0;
      transform: scale(0.8) rotateX(var(--rotateX)) rotateY(var(--rotateY)) rotate(var(--globalRotation));
    }


.bbb_viewed_title_container{
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.viewed h2{
  font-size: 2.5rem;
  font-weight: 100;
  font-family: -apple-system,"Segoe UI";
}
.viewed .res-col{
  border-radius: 10px;
  border: 1px solid #ddd;
  min-height: 520px;
}
.viewed .owl-carousel, .owl-carousel .owl-item {
    position: inherit;
}
.bbb_viewed_nav_container{
    position: absolute;
    right: -5px;
    bottom: 14px;
}
.bbb_viewed_nav{
    display: inline-block;
    cursor: pointer;
}
.bbb_viewed_nav i{
    color: #fff;
    background: #000000;
    font-size: 18px;
    padding: 12px 15px;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.bbb_viewed_prev{
    margin-right: 15px;
}
.bbb_viewed_slider_container{
    padding-top: 50px;
}

.top-area h1{
	color: #000000;
	margin-bottom: 1.5rem;
}
.top-area h4{
	margin-bottom: 1.5rem;
	line-height: 2.1rem;
}
.top-area p{
	margin-bottom: 2.5rem;
	text-align: justify;
}

#our-expert .card h5{
	color: #000000;
}
#our-expert .card:hover{
	background: #000000;
}
#our-expert .card:hover h5,
#our-expert .card:hover p{
	color: #FFF;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}
.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}
.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}
.dot-style .owl-theme .owl-dots .owl-dot{
	background: #fff !important;
	border-radius: 4px !important;
	border: none !important;
	margin: 3px;
}

.bread{
	padding-bottom:0px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),
	url('..//images/header.jpg');
	background-size: cover;
    background-position: center;
}
.bread h1{
	margin-bottom: 15px;
    margin-top: 0;
    display: inline-block;
    font-size: 37px;
    position: relative;
    margin-top: 40px;
    color: #fff;
}
.bread p{
	margin-bottom: 2rem;
	color: #fff;
}
.bread-btn{
	letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    background: #transparent; !important;
    color: #fff !important;
    border: 2px solid #fff;
    font-weight: bold;
    margin-bottom: 3rem;
}
.bread-btn:hover {
    background: #fff !important;
    color: #000000 !important;
    border: 2px solid #fff;
}
.bread-btn-2{
	letter-spacing: 1px;
    display: inline-block;
    padding: 20px 60px;
    border-radius: 50px;
    background: #fff; !important;
    color: #000000 !important;
    border: 2px solid #fff;
    font-weight: bold;
}
.bread-btn-2:hover {
    background: transparent; !important;
    color: #fff !important;
    border: 2px solid #fff;
}
.call-btn h2{
	line-height: 3.7rem;
	font-size: 2.5rem;
	margin-bottom: 0;
}
.call-btn a{
	color: #000000;
}
.call-btn h2{
	line-height: 3.7rem;
	font-size: 2.5rem;
	margin-bottom: 0;
}
.call-btn a{
	color: #000000;
}
.call-to-action{
	background: #343a40;
	color: #fff;
}
.call-to-action h2{
	font-size: 2.7rem;
}
.call-to-action a{
	font-size: 21px;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

#roi,#poc {
	background-color: rgb(219, 237, 248);
}

#roi .contact-form{
	padding-top: 80px;
	padding-bottom: 80px;

}
.hide{
  display:none;
}

#svg-img .card-body img{
	filter: invert(16%) sepia(93%) saturate(5268%) hue-rotate(356deg) brightness(97%) contrast(99%);
}

input.cb {
  width: 23px;
  height: 23px;
  margin-right: 20px;
  margin-bottom: 30px;
}

#roi .contact-form .form-control{
	border-radius: 30.5px;
    height: 55px;
    padding: 10px 20px;
    border: 1px solid;
}
#poc .contact-form .form-control{
	border-radius: 30.5px;
    height: 55px;
    padding: 10px 20px;
}
.plus-minus:after,
.plus-minus.collapsed:after {
  display: inline-block;
  width: 1em;
  font-family: arial;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.plus-minus:after {
  content:"-";
  top: -1px;
}
.plus-minus.collapsed:after {
  content:"+";
  top: 0;
}
.intl-tel-input,
.iti{
  width: 100%;
}
.iti__country-list{
	max-width: 450px;
}
/*.iti--separate-dial-code .iti__selected-flag {
border-radius: 30.5px 0 0 30.5px;
}*/
.iti--separate-dial-code .iti__selected-flag{
	background: transparent;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

.slide-in-image {
    animation: slideInFromLeft 2s ease-in-out;
}

.careers-content {
    background: #343a40;
    padding-top: 3rem;
    padding-bottom: 15rem;
}
.careers-info {
    margin-top: -215px;
    margin-bottom: 50px;
}
.job-item {
    border-radius: 3px;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.job-item .job-info {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    padding: 40px 20px;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 10px;
}
.job-item .job-info:hover{
	background: #000000;
	color: #fff;
}
.job-item .job-info:hover h4,
.job-item .job-info:hover a,
.job-item .job-info:hover i {
	color: #fff;
}
.job-info .tr-title {
    margin-bottom: 30px;
    color: #f20f0d;
}
.job-info ul {
    margin-bottom: 40px;
}
.job-meta li {
    font-size: 16px;
    margin-bottom: 10px;
}
.job-meta li i {
    margin-right: 15px;
    color: #000;
}
.tr-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.job-item .job-info:hover .apply-btn{
	background: #fff;
	color: #000000;
}
.apply-btn{
	border: 1px solid #000000;
	padding: 8px 14px;
    border-radius: 4px;
}
.apply{
	margin-bottom: 10px;
}
.apply a{
	color: #000000;
}

.wrapper2{
  position: fixed;
  bottom: 30px;
  right: 10px;
  max-width: 24.2em;
  background: #fff;
  padding: 1em 1.4em 1.3em;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #ddd;
  margin-left: 10px;
}
.wrapper2.hide{
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
.cookie-content small{
	font-size: .9em;
    line-height: 1.5em;
}
.cookie-content .c-buttons{
  display: flex;
  margin-top: 20px;
}
.c-buttons .items{
  padding: 10px 20px;
  font-size: .82em;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 5px;
  background: #000;
  cursor: pointer;
  transition: all 0.3s ease;
   margin: 0 10px;
}
.c-buttons .items:hover{
  transform: scale(0.97);
}

blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019"; /* Separate each quote character with spaces */
  font-size: 20px;
}

blockquote:before {
  color: #000000;
  content: "\201C"; /* Use the desired left double quote character */
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}


.home-demo .owl-nav{
	display: none;
}


.ecnew.talk {
    padding: 0 20px 20px;
/*    background: linear-gradient(to bottom, #000000, #ffffff);*/
background: -webkit-linear-gradient(-25deg, #000000, #000 100%);
}
.ecnew {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.ecnew .flex {
    display: flex;
    max-width: 1200px;
    align-items: center;
    margin: auto;
}
.ecnew.talk > .flex {
    justify-content: left;
    grid-gap: 40px;
}
.ecnew.talk .active .clip {
    transform: rotateY(0deg);
}
.ecnew.talk .clip {
    margin: -170px 0 0 0;
    transform: rotateY(90deg);
    transition: all ease 700ms;
}
.ecnew.talk .clip img {
    width: 450px;
    max-width: 100%;
}
.ecnew.talk h2 {
    max-width: 700px;
    margin-bottom: 2rem;
    font-size: 2.3rem;
    color: #fff;
}
.ecnew .cta.pm {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000000;
    background: #fff;
    padding: 0.6rem 2.5rem;
    font-size: 16px;
    letter-spacing: .5px;
    position: relative;
    border-radius: 50px;
}
.ecnew .cta.pm:hover{
    background: #000;
    border: 2px solid #fff;
    color: #fff;
}
.call-to-action-uem{
	padding-top: 175px;
}


.why-us .box {
    padding: 50px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.10);
    transition: 0.5s;
    position: relative;
    background: #000000;
    max-height: 230px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
}
.why-us .box span {
    display: block;
    font-size: 56px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 0px;
    line-height: normal;
    color: #ffffff2e;
}
.why-us .box h4 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	padding: 0;
	margin: 20px 0;
	text-decoration: none;
}
.why-us .box p {
	color: #fff;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.section-services h2{
	font-size: 2.5rem;
}
.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ddd;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #000000;
    border: 6px solid #504f93;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #000000;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color: #000000;
}
.section-services .single-service .icon img{
	filter: brightness(0) invert(1);
}
.section-services .single-service:hover .icon img{
	filter: invert(40%) sepia(82%) saturate(4054%) hue-rotate(342deg) brightness(113%) contrast(112%);
}
.section-services .single-service .title {
    margin-bottom: 18px;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #fff;
}
.section-services .single-service img {
	filter: invert(35%) sepia(58%) saturate(1000%) hue-rotate(35deg) brightness(90%) contrast(100%);
}
.section-services .single-service:hover img {
	filter: invert(100%) brightness(100%) contrast(100%);
}
.section-services .single-service .description {
    transition: color .3s;
    margin-bottom: 0;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #000000;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}

#mfa{
	background: #FAF6F0;
}
#mfa h2{
	text-align: left;
}

#crisp{
	background: #000000;
}
#crisp h3{
	color: #fff !important;
}
#crisp .owl-carousel img{
	background: #fff;
	padding: 10px;
	border-radius: 10px !important;
}

.crisp-banner-btn {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000000;
    background: #fff;
    padding: 0.6rem 2.5rem;
    font-size: 16px;
    letter-spacing: .5px;
    position: relative;
    border-radius: 50px;
}
.crisp-banner-btn:hover {
    background: #000;
    border: 2px solid #fff;
    color: #fff;
}
.highlighted {
  text-decoration: underline #000000;
  text-underline-offset: 10px;
}
.text-black{color: #000}

#remote{
	background: #1A2529;
}
#remote h2{
	font-size: 2.5rem;
}
#remote .card{
	background: #253237;
	box-shadow: none;
	color: #fff;
}
#remote .card .card-body h4{
	font-size: 1.3rem;
	margin-bottom: 1rem;
}
#remote .card .card-body p{
	margin-bottom: 0;
}
#remote .card .card-body img{
	margin-bottom: 1rem;
	filter: invert(40%) sepia(82%) saturate(4054%) hue-rotate(342deg) brightness(113%) contrast(112%);
}

#uem-page h1{
	font-size: 3.3rem;
	font-weight: bold;
}

.founder{
	border-left: 0.25rem solid #ccc;
	padding-left: 0.5rem;
}

.text-column{
	background: #000000b8;
	padding: 4rem;
	border-radius: 30px;
}
.text-column h2{
	margin-bottom: 0;
}
.hr-1{
	border: 2px solid#fff;
	width: 30%;
	margin-bottom: 1.5rem;
}
#exp h3{
	line-height: 2.8rem;
	text-align: center;
}

.exp-btn{
	border: 2px solid #000;
	padding: 0.5rem 1.5rem;
	text-align: center;
}
.exp-btn:hover{
	background: #000;
	color: #fff;
}

#card-font .card .card-body p{
	font-size: 14px;
}

#sd .card-header{
	background: #253237;
}
#sd .card-header .btn{
	font-weight: normal;
}
#sd .card-body{
	background: #112e39;
}

.on-off-btn {
    border: 2px solid #000000;
    color: #fff;
    background: #000000;
    padding: 0.6rem 2.5rem;
    font-size: 16px;
    letter-spacing: .5px;
    position: relative;
    border-radius: 5px;
}
.on-off-btn:hover {
    background: #000;
    border: 2px solid #fff;
    color: #fff;
}

.on-off-btn-black {
    border: 2px solid #000;
    color: #fff;
    background: #000;
    padding: 0.6rem 2.5rem;
    font-size: 16px;
    letter-spacing: .5px;
    position: relative;
    border-radius: 5px;
}
.on-off-btn-black:hover {
    background: #000000;
    border: 2px solid #000000;
    color: #fff;
}

.on-off-banner{
	margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -55px;
}


#redefining h3{
	font-size: 2.5rem;
}




#lifecycle .services-inner {
    margin-left: 35px;
    background: #fff;
    border-radius: 30px;
}
#lifecycle .our-services-img {
    float: left;
    margin-left: -36px;
    margin-right: 22px;
    margin-top: 42px;
}
#lifecycle .our-services-text {
    padding-right: 10px;
}
#lifecycle .our-services-text {
    overflow: hidden;
    padding: 28px 0 25px;
}
#lifecycle .our-services-text h4 {
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    position: relative;
}
#lifecycle .our-services-text h4::before {
    background: #ec6d48 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 35px;
}
#lifecycle .our-services-text p {
    margin-bottom: 0;
}

.big-head h1{font-size: 3.4rem;margin-bottom: 0;}
.big-head h2{font-size: 3.4rem;margin-bottom: 0;color: #000000}
.direction{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.int img{
	background: #f1f1f1;
	padding: 15px;
	border-radius: 10px;
}


.adm { background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url(https://easetemplate.com/free-website-templates/hike/images/pageheader.jpg)no-repeat; position: relative; background-size: cover; }
.card-section{
	position: relative;
	bottom: 100px;
}
.section-title{margin-bottom: 60px;
}

.card-section .card-block .card h4{
	font-size: 20px;
	color: #000000;
}
.card-section .card-block .card p{
	font-size: 15px;
}

.elevate h2{
	color: #000000;
	font-weight: bold;
	margin-top: 2rem;
	margin-bottom: 3rem;
}
.elevate img{
	float: left;
	margin-top: -60px;
}

#roi-result img{
	filter: invert(40%) sepia(82%) saturate(4054%) hue-rotate(342deg) brightness(113%) contrast(112%);
	border: 1px solid;
}
#smb img{
	filter: invert(40%) sepia(82%) saturate(4054%) hue-rotate(342deg) brightness(113%) contrast(112%);
}


#range::-webkit-slider-runnable-track {
        width: 100%;
        height: 1rem;
        cursor: pointer;
        animate: 0.2s;
        background: linear-gradient(90deg, #6BA132 var(--range-progress), #dee4ec var(--range-progress));
        border-radius: 1rem;
    }
    #range::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: 0.25rem solid #6BA132;
        box-shadow: 0 1px 3px rgba(0,0,255,.3);
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
        height: 32px; width: 32px;
        transform: translateY(calc(-50% + 8px));
    }

    #rate::-webkit-slider-runnable-track {
        width: 100%;
        height: 1rem;
        cursor: pointer;
        animate: 0.2s;
        background: linear-gradient(90deg, #6BA132 var(--range-progress), #dee4ec var(--range-progress));
        border-radius: 1rem;
    }
    #rate::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: 0.25rem solid #6BA132;
        box-shadow: 0 1px 3px rgba(0,0,255,.3);
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
        height: 32px; width: 32px;
        transform: translateY(calc(-50% + 8px));
    }

#calculator{
	background-color: rgb(219, 237, 248);
}

#calculator .block1 .form-control{
	width: 60%;
	float: inline-end;
}
#calculator .block1 .d-flex{
	justify-content: space-between;
}
#range{height: 1.6px}
#rate{height: 1.6px}

#next1{float: inline-end;}


.customers .owl-nav{
	margin-top: 20px;
	display: flex;
	justify-content: center;
	color: #fff;
	text-transform: capitalize;
}
.customers .owl-nav .owl-prev,.owl-next{
	margin: 0 10px;
	background: #000000;
	padding: 5px 20px;
	border-radius: 5px;
}

.customers .owl-dots{
	display: none;
}

.section-two{
	background: #1f2732;
	padding: 30px;
	border-radius: 10px;
	color: #fff;
}
.section-two h3{
	font-size: 1.8rem;
}
.single_service {
	border-bottom: 1px solid #ffffff5d;
	padding-bottom: 15px;
}
.single_service h5{
	font-size: 1.1rem;
}
.single_service p{
	margin-bottom: 0;
	font-size: 14px;
}
.single_service .top {
    display: flex;
    align-items: center;
}
.single_service .top .icon {
    background: rgba(255,255,255,0.5196078431);
    display: inline-block;
    min-width: 70px;
    height: 70px;
    font-size: 36px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 10px #0003;
    transition: 0.3s ease-in-out;
}
.single_service .top .text {
    width: 100%;
    margin-left: 20px;
}

#fr{margin-left: 115px}

#freport h5{
	line-height: 2.1rem;
}

.discover{
	font-size: 3.5rem;
}
#icon-color .card{
	min-height: 310px;
}
#icon-color img {
  filter: invert(17%) sepia(91%) saturate(7492%) hue-rotate(355deg) brightness(96%) contrast(118%);
}

.svg-icon{
    filter: invert(26%) sepia(84%) saturate(7160%) hue-rotate(356deg) brightness(95%) contrast(104%);
}
.red-img{
  filter: invert(15%) sepia(98%) saturate(4859%) hue-rotate(9deg) brightness(94%) contrast(116%);
}
.bg-layer {
    position: relative;
    background-size: cover;
    height: 100%;
}

.foreground-image {
    position: relative;
    z-index: 1;
    width: 100%;
}

#icon-color .card:hover{
	background: #000000;
}
#icon-color .card:hover img{
	filter: invert(100%) brightness(100%) contrast(100%);
}
#icon-color .card:hover h4,
#icon-color .card:hover p {
    color: #fff;
}

.gertner-we img{
	width: 65%;
	border-radius: 0  0 12px 12px;
}

#certificate img{
	width: 80%;
	box-shadow: 0px 0px 10px #ddd;
	border-radius: 20px;
	padding: 1.5rem;
	background: #fff;
}

.scroll-offset {
    scroll-margin-top: 4.5rem;
}

#view-more{
	cursor: pointer;
}


/*start portfolio*/
.portfolio{
  padding:80px 0;
  background: #f7f7f7;
}
.portfolio p{
  color: rgba(255,255,255,.6);
  margin: 20px 40px;
  letter-spacing: 1px;
  line-height:1.5em;
}

/*start tabs*/
.portfolio input[type="radio"]{
  display: none;
}
.portfolio .tabs label{
  display: inline-block;
  color: #3f4244;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 18px;
  margin-bottom: 20px;
  cursor: pointer;
  margin: 5px 10px;
  border: 1px solid;
}
.portfolio .tabs .all{
  display: none;
  transform-origin: 10% 50%;
}
.portfolio .tabs .content {
  margin-bottom: 29px;
  position: relative;
  overflow: hidden;
}
.portfolio .tabs .content img {
  width: 100%;
  border-radius: 10px;
}
.portfolio .tabs label:not(:first-of-type){
  margin-left: -4px;
}
.portfolio input[id="all"]:checked ~ .content .all{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[id="client-testimonials"]:checked ~ .content .client-testimonials{
  display: block;
  animation: animateTabe 1s;
}

.portfolio input[id="tutorials"]:checked ~ .content .tutorials{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[type="radio"]:checked + label{
  background: #000;
  color: #fff;
  cursor: default;
}
.portfolio .tabs .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top:100%;
  padding-top: 10%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: rgba(0,0,0,.5);
  left: 0;
  transition: all .5s;
  transition: all .5s linear;

}
.portfolio .tabs .all .content:hover .overlay{
  top: 0;
}
.portfolio .tabs .overlay span{
  padding: 2px 8px;
  border: 1px solid #fff;
  border-radius: 3px;
  cursor: pointer;
}
.portfolio .tabs .overlay span:hover{
  background: #5CC05C;
  border-color: #5CC05C;
}
@keyframes animateTabe{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.classic-list{
  list-style-type: none;
}

.scroll-offset {
    scroll-margin-top: 9.5rem;
}


.card-style-1{
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
.card-style-1 h3{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.card-style-1 p{
  margin-bottom: 0;
}
.card-style-1 img{
  margin-bottom: 20px;
}

.bg-off{
  background: #eff1f7;
}

.sub{
  margin-bottom: 40px;
}
.two-parts h2{
  margin-bottom: 30px;
}
.hgrade{
  background: linear-gradient(20deg, #000000, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logos-marquee
{
  background-color: #222222;
  transform: rotate(-1deg);
}

.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  /* margin-top: 1rem; */
  display: flex;
  position: relative;
  overflow: hidden;
}
.home-logo-wrapper.reverse {
  margin-top: -2rem;
}
.clients-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}
.logo-animate {
  animation: slide 35s infinite linear;
}
.clients-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}
.logo-animate-alt {
  animation: slidealt 35s infinite linear;
  animation-direction: reverse;
}
/* Animation for the first right to left marquee */
@keyframes slide {
  0% {
    transform: translateX(calc(0% + 50px));
  }

  100% {
    transform: translateX(-100%);
  }
}

.logo-animate {
  animation: slide 35s infinite linear;
  /* Adjust the seconds for a slower or faster animation */
}

/* Animation for the second left to right marquee */
@keyframes slidealt {
  0% {
    transform: translateX(calc(0% + 50px));
  }

  100% {
    transform: translateX(-100%);
  }
}

.logo-animate-alt {
  animation: slidealt 35s infinite linear;
  animation-direction: reverse;
}

.pic:hover {
  border: 1px currentColor;
  border-color: #504e4e;
}

.slide {
  position: relative;
  text-align: center;
  border-radius: 20px;
}

.slide img {
  border-radius: 10px;
}


.cont img {
  border: 0.5px solid black;
  display: none;
}

.cs-wrapper{
  padding: 60px;
  background: #eff1f7;
  border-radius: 25px;
}

.cs-quote-box {
  background-image: url(images/quote.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 30px;
  padding-left: 50px;
}
.cs-quote-box p{
  font-size: 24px;
  margin-bottom: 30px;
}
.cs-quote-box span{
  font-weight: 600;
}
.cs-wrapper h3{
  font-size: 45px;
}
.cs-wrapper h4{
  font-size: 16px;
}
.btn-client{
  background: #000000;
  width: fit-content;
  padding: 10px 30px;
  color: #fff;
  border-radius: 50px;
}
.cs-right {
  border-radius: 10px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
.cs-right-name-box {
  z-index: 2;
  background-color: #000;
  border-radius: 10px;
  padding: 14px;
  position: absolute;
  inset: auto 10px 10px;
  color: #fff;
}
#clients .prev, .next {
  position: absolute;
  top: 212%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  background-color: #d7d8de;
  border: none;
  padding: 10px 20px;
  border-radius: 50%;
  margin-left: 80px;
  margin-right: 80px;
}
#clients .prev {
  left: 10px;
}
#clients .next {
  right: 10px;
}
#clients .prev:hover, #clients .next:hover {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50%;
}
.head-style{
  background: #00000012;
  border-radius: 15px;
  padding: 20px 25px;
  margin-top: 50px;
  width: 90%;
}
.important{
	color: #f41033;
}


/*-----New Page-----*/

.new-bg{
	background-color: #f9f9f9;
}

.hero-style-1 ul li{
  list-style: none; 

}

.left-list {
  display: flex;

}

@media only screen and (max-width: 768px) {
  .left-list {
    display: contents;
    margin: 200px;
  }
}


.hero-style-1 h4{
	font-family: 'Clash Display', sans-serif;
	font-size: 18px;
  font-weight: 300;
  color: #222222;
}

.hero-style-1 h1{
	font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 10px !important;
  color: #222222;

}

.hero-style-1 h2{
	font-family: 'Clash Display', sans-serif;
  font-size: 22px !important;
  color: #222222;
  margin-bottom: 10px !important;
}

.hero-style-1 p{
	font-family: 'Clash Display', sans-serif;
	margin-bottom: 1rem;
  font-weight: 300;
	color: #222222;
	font-size: 22px;
}

.btn-no-1 {
	background: #000000;
	color: #fff;
	font-family: 'Clash Display', sans-serif;
	padding: 12px 20px;
	border: 1px solid #000000;
	transition: all 0.3s ease;
	transform: rotate(0deg);
  font-size: 18px;
}

.btn-no-1:hover {
	color: #000000;
	background: #ffffff;
}


.btn-no-2{
	font-family: 'Clash Display', sans-serif;
	padding: 12px 35px;
	border: 1px solid #000000;
	color: #000000;
  transition: all 0.3s ease;
	transform: rotate(0deg);
  font-size: 18px;
}
.btn-no-2:hover{
	color: #fff;
	background: #000000;
}

.btn-no-3{
	background: #fff;
	font-family: 'Poppins-Light';
	padding: 12px 35px;
	border: 1px solid #fff;
}
.btn-no-3:hover{
	color: #fff;
	background: #000;
	border: 1px solid #000000;
}

.heading-style-1{
	font-family: 'Clash Display', sans-serif;
  font-weight: 600;

}

hr {
  border: 1px solid #000000;
  width: 5%;
}

.red{
	filter: invert(17%) sepia(91%) saturate(7492%) hue-rotate(355deg) brightness(96%) contrast(118%);
}

.bx-style-1{
	font-family: 'Poppins-Light';
}
.bx-style-1 h4{
	font-size: 20px;
}
.bx-style-1 p{
	color: #383838;
	font-size: 20px;
}

.bx-style-1 ul li{
  list-style: none;
}

.bx-style-1 ul li i{
  color: #00906D;
}



.action h4{
	font-size: 20px;
	font-family: 'Poppins-Light';
}
.action p{
	color: #797979;
	font-family: 'Poppins-Light';
	font-size: 18px;
}

.ff {
	font-family: 'Poppins-Light';
}
.ff p{
	color: #797979;
	font-size: 24px;
}

.cta-new-style{
	background: #000000;
	color: #fff;
}

.cta-new-style P{
	font-family: 'Poppins-Light';
	font-size: 20px;
}

.clg p{
	font-size: 20px;
}

.clg img{
	background: #FFF0F0;
    padding: 5px;
    border: 1px solid #FF8585;
    border-radius: 10px;
}

.report img{
	background: #FFF0F0;
    padding: 10px;
    border-radius: 10px;
}

.challeges{
   border: 1px solid #E0E3EB;
   height: 270px;
}

.challeges:hover{
   border: 1px solid #000000;
}

.outcomebox{
   /* border: 1px solid #E0E3EB; */
   height: 100px;
}

.outcomebox:hover{
   border: 1px solid #000000;
}

.rcbox{
   border: 1px solid #E0E3EB;
   height: 220px;
}

.rcbox:hover{
   border: 1px solid #000000;
}

.itambox{
   border: 1px solid #E0E3EB;
   height: 220px;
}

.itambox:hover{
   border: 1px solid #000000;
}

.commonit{
    border: 1px solid #E0E3EB;
    height: 240px;
}

.commonit:hover{
    border: 1px solid #000000;
}


.clients-grid.text-animate {
    grid-column-gap: 3rem;
    opacity: 1;
    flex: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
}


.text-animate {
    animation: slide 35s infinite linear;
}

.text-animate:hover {
    animation: none;
}



.marqee-box
{
  border-width: 1px 0;
  border-color: #dee2e6;
  border-style: solid;
  background-color: #fff;
}

.experience span{
  color:#000000;
}


.subheading{
  font-family: 'Clash Display', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}



.portfolio-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.portfolio-heading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.portfolio-heading strong {
  color: #000;
}

.portfolio-subheading {
  color: #555;
  margin-bottom: 40px;
  font-size: 16px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.portfolio-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.portfolio-image {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}

.portfolio-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.portfolio-tags span {
    background-color: black;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'Clash Display';
}
.portfolio-desc {
    font-size: 18px;
    font-family: 'Poppins-Regular';
    color: #000;
    margin-bottom: 20px;
}



.portfolio-arrow {
  align-self: flex-end;
  background: #000;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}


.portfolio-arrow:hover {
  transform: rotate(-45deg);
}

.portfolio-arrow a {
  color: white;
}



.portfolio-button-wrapper {
  margin-top: 40px;
  text-align: right;
}


/* colaps items css start  */

.experience-section {
  background: #fafafa;
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
}

.container {
  max-width: 1000px;
  margin: auto;
}

.experience-title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}

.experience-subtitle {
  font-size: 1.25rem;
  text-align: center;
  color: #797979;
  margin-bottom: 40px;
}

.experience-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.experience-item {
  background: #fff;
  overflow: hidden;
  background-color: #f9f9f9;
  border: 1px solid #D3D3D3;
}

.experience-header {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: #f9f9f9;
}

.experience-header h3 {
  margin: 0;
  font-size: 20px;
  font-family: 'Poppins-Regular', sans-serif;
}

.experience-header p {
  margin: 5px 0 0;
  font-size: 18px;
  color: #555;
  font-family: 'Poppins-Regular', sans-serif;
}

.experience-header .date {
  font-style: italic;
  color: #888;
  font-size: 18px;
}

.arrow {
  font-size: 22px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.experience-header.active .arrow {
  transform: rotate(180deg);
}


.experience-details ul {
  list-style: disc;
  padding-left: 20px;
  color: #797979;
  font-size: 18px;
  font-family: 'popping-regular', sans-serif;
}

.experience-details {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.5s ease, padding 0.3s ease;
}

/* When active, expand the details */
.experience-item.active .experience-details {
  max-height: 1000px; /* Adjust based on expected content size */
  padding: 20px;
}
/* Fix rotation when parent is active */
.experience-item.active .arrow {
  transform: rotate(180deg);
}


/* colaps items css END  */

/* Skills css Start  */
.skills-section {
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

.skills-section h3 {
  font-family: 'Clash Display', sans-serif;
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.skills-title {
  font-size: 28px;
  font-weight: 600;
}

.skills-subtitle {
  margin: 10px 0 40px;
  color: #797979;
  font-size: 1.25rem;
}

.skill-category {
  font-size: 18px;
  margin: 40px 0 20px;
}

.skills-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.skill-card {
    width: 160px;
    height: 230px;
    background: #f2f2f2;
    display: flex;
    border-radius: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s ease;
}
.skill-card:hover {
  background: #e0e0e0;
}

.skill-icon {
  background: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skill-icon img {
  width: auto;
  height: 50px;
}

.skill-percent {
  font-size: 22px;
  font-weight: bold;
  font-family: 'Clash Display', sans-serif;
}

.skill-name {
  font-size: 20px;
  color: #333;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.core-skills {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.core-skills span {
  background: white;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 500;
}

/* Skills css END  */


/* You Tube Video section css Start  */
.youtube-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.youtube-heading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.youtube-subheading {
  font-size: 1.25rem;
  color: #797979;
  margin-bottom: 40px;
}

.youtube-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.youtube-card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 0 0 1px #e4e4e4;
  padding: 16px;
  position: relative;
  text-align: left;
}

.youtube-thumbnail {
  position: relative;
  margin-bottom: 10px;
}

.youtube-thumbnail img {
  width: 100%;
  border-radius: 8px;
}

.subtitle-badge {
  position: absolute;
  bottom: 8px;
  left: 10px;
  background-color: black;
  color: white;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
}

.cc-icon {
  background: white;
  color: black;
  border-radius: 4px;
  padding: 2px 4px;
  font-weight: bold;
  margin-left: 4px;
}

.youtube-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.tag {
  background-color: black;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-family: 'Clash Display';
}

.date {
  font-size: 12px;
  color: #555;
}

.youtube-title {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  font-family: 'Poppins ', sans-serif;
}

.watch-btn {
  align-self: flex-end;
  background: #000;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: auto;
}

.watch-btn:hover {
  transform: rotate(-45deg);
}


.watch-btn i {
  color: #ffffff;
}

.youtube-footer {
  margin-top: 40px;
  text-align: right;
}

.view-all-btn {
  background-color: #000;
  color: white;
  padding: 16px 20px;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Clash Display', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px; /* space between text and icon */
  transition: all 0.3s ease;
}

.view-all-btn i {
  transition: transform 0.3s ease;
}

.view-all-btn:hover {
  color: white;
  background-color: #262626;
}

.view-all-btn:hover i {
  transform: translateX(5px);
}








/* You Tube Video section css END  */

/* Clients Logo section css Start  */
.clients-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #fff;
  font-family: 'Inter', sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.clients-title {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}

.clients-title .underline {
  display: block;
  height: 2px;
  width: 40px;
  background: red;
  margin: 6px auto 0;
}

.clients-subtitle {
  font-size: 1.25rem;
  color: #797979;
  margin-bottom: 40px;
}

.client-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  align-items: center;
}

.client-logos img {
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.client-logos img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* Clients Logo section css END  */

/* Footer section css Start  */
.footer-contact-wrapper {
  padding: 60px 20px;
  background-color: #f8f8f8;
  font-family: 'Inter', sans-serif;
}

.footer-contact-container {
  max-width: 1240px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.footer-contact-left {
  flex: 1 1 45%;
}

.footer-contact-heading {
  font-size: 28px;
  font-weight: 700;
  position: relative;
}

.footer-underline {
  display: block;
  width: 40px;
  height: 2px;
  background: red;
  margin-top: 6px;
}

.footer-contact-subtext {
  margin: 10px 0 20px;
  color: #797979;
  font-size: 1.25rem;
}

.footer-contact-details p {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Clash Display', sans-serif;
}

.footer-icon {
  font-size: 16px;
}

.footer-social-links {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-social-links a {
  border: 1px solid #ccc;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-contact-right {
  flex: 1 1 45%;
}

.footer-contact-form-heading {
  font-size: 24px;
  margin-bottom: 14px;
}

.footer-contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-input-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-input-group input,
.footer-contact-form textarea {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.footer-input-group input {
  flex: 1 1 48%;
}

.footer-contact-form textarea {
  resize: vertical;
  height: 100px;
}

.footer-submit-btn {
  align-self: flex-start;
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s;
}

.footer-submit-btn:hover {
  background: #111;
}

/* Footer section css Start  */


