@font-face {
    font-family: 'abel';
    src: url('../font/Abel-Regular.ttf');
}
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #792fe0;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #792fe0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}

/* Pricing table css */
.pricingdiv{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: 'Source Sans Pro', Arial, sans-serif;
	width: 100%;
	float:left;
}

.pricingdiv ul.theplan{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  color: white;
  background: #81bf48;
  position: relative;
  width: 100%; /* width of each table */
  margin-bottom: 1em;
  transition: all .5s;
}

.pricingdiv ul.theplan:hover{ /* when mouse hover over pricing table */
  transform: scale(1.05);
  transition: all .5s;
  z-index: 100;
  box-shadow: 0 0 10px gray;
}

.pricingdiv ul.theplan li{
  margin: 10px 20px;
  position: relative;
}

.pricingdiv ul.theplan li.title{
  font-size: 150%;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;
  border-bottom: 5px solid white;
}

.pricingdiv .pro{
  background: #5ba3c6 !important;
}
    
.pricingdiv .enter{
  background: #6e00d3 !important;
}
.sliderBanner{margin: auto; width: 100%; position: absolute; bottom:0px;}
.sliderBannerInner{width:100%; max-width:830px; margin:auto; position:relative;}
.sliderBanner img{height: 100%; width: auto !important; max-height: 360px;}
.sliderBanner h1{color: #fff; font-size: 42px; font-weight: 600; text-shadow: 1px 1px 5px #000; text-transform: capitalize; text-align: center;}
.sliderBanner p{color: #ffffff; text-shadow: 1px 1px 1px #000; font-size: 23px; text-align: center; width: 100% !important; margin-bottom: -20px !important;}
.sliderBTN{background: #dc3545; color: #fff; text-shadow: none; padding: 8px 20px 11px; border-radius: 40px;}
/*very last LI within each pricing UL */
.pricingdiv ul.theplan li:last-of-type{
  margin-top: auto; /*align last LI (price botton li) to the very bottom of UL */
	padding-bottom:20px;
}  

.pricingdiv a.pricebutton{
  background: white;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  margin: 10px auto;
  border-radius: 5px;
  color: navy;
  text-transform: uppercase;
}

@media only screen and (max-width: 500px) {
  .pricingdiv ul.theplan{
    border-radius: 0;
    width: 100%;
    margin-right: 0;
  }
  
  .pricingdiv ul.theplan:hover{
    transform: none;
    box-shadow: none;
  }
  
  .pricingdiv a.pricebutton{
    display: block;
  }
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #792fe0;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 5px 0px 0px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background:#ffffff;
}

#header.header-scrolled {
	background: rgba(255, 255, 255, 1);
	padding: 5px 0px 0px;
	transition: all 0.5s;
}

#header #logo {float: left; margin-top: 13px;}

@media (min-width: 1024px) {
  #header #logo {
	/*padding-top: 13px;*/
	margin-top: 0px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
}

#header #logo img {
   padding: 0;
    margin: 0;
    width: 175px;
    height: 75px;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 75px;
  }
}
#nav-menu-container{float:right; }
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.covervid-wrapper{max-width:100%; width: 100%;}
.covervid-video{max-width:100%; width: 100%; margin-top: 70px;}
#intro {
  display: table;
  width: 100%;
  /*height: 100vh;*/
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  /*background-color: rgba(0, 0, 0, 0.7);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: left;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: left;
  max-width:465px;
  margin-left:90px;
  margin-right:90px;
}

#intro h2 {
  color: #000000;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 0;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #792fe0;
}

#intro .btn-get-started:hover{
  background: #fff;
  color: #792fe0;
  
}


/*


body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

*/
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.topnav{float: right; padding-right: 15px; font-size: 14px;}
.topnav a{float:left; padding:0px 5px; color:#444444;}
.topnav span{float:left;}
#nav-menu-container{float:right;}
#nav-menu-container .menu-primary-menu-container{margin: 10px 0px; float: right;}
#nav-menu-container ul {list-style: none; margin: 0; padding-left: 0;}
#nav-menu-container li {color: #000; display: block; float: left; padding:10px 16px; position:relative; text-decoration: none; transition-duration: 0.5s;}
#nav-menu-container li a {color: #000; font-size:15px;}
#nav-menu-container li a:hover{color:#db0025;}
#nav-menu-container li:hover,
#nav-menu-container li:focus-within {cursor: pointer;}
#nav-menu-container li:focus-within a {outline: none;}
#nav-menu-container ul li ul {background: #fff; visibility: hidden; opacity: 0; min-width: 5rem; position: absolute; transition: all 0.5s ease; margin-top: 10px; left: 0; display: none; width:auto; min-width:240px; padding-top:10px;}
.sub-menu-sub{position:relative;}

.sub-menu-sub{position:relative;}
.sub-menu-sub ul.sub-menu{background: #fff; visibility: hidden; opacity: 0; min-width: 5rem; position: absolute; transition: all 0.5s ease; margin-top:0px !important; top:0% !important; left:100% !important; display: none; width:auto; min-width:240px; padding-top:0px !important;}
#nav-menu-container ul li:hover > ul,
#nav-menu-container ul li:focus-within > ul,
#nav-menu-container ul li ul:hover,
#nav-menu-container ul li ul:focus {visibility: visible; opacity: 1; display: block}
#nav-menu-container ul li ul li {clear: both; width: 100%; padding:5px 10px; padding: 9px 10px; border-bottom: 1px solid #e4e4e4;}
.menuhighlights{background: #db0025;}
.menuhighlights  a{color:#fff !important; font-weight:bold;}
/* Nav Menu Essentials */

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #792fe0;
  margin-top:15px;
}
.hide-dsk{display:none !important;}
#mobile-nav-toggle i.fa-times{color:#fff;}

@media (max-width:1250px) {
  #mobile-nav-toggle {
    display: inline;
  }
	.hide-dsk{display:block !important;}
	#nav-menu-container{display:none;}
	.topnav{display:none;}
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav .sub-menu-sub ul.sub-menu{background:none; visibility: visible; opacity: 1; min-width: 5rem; position: relative; transition: all 0.5s ease; margin-top:0px !important; top:100% !important; left:0% !important; display:block; width:auto; min-width:240px; padding-top:0px !important;}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #eac623;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #eac623;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 0px;
}
.section-header h1 {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 0px;
	text-shadow: 1px 1px 6px #000;
}
.section-header-new h1 {
  font-size: 30px;
  color: #ffffff;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-bottom: 0px;
}
.sectionH1{padding: 100px 0 100px 0 !important;}
.sectionH1 h1{margin:auto; max-width:650px;}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #792fe0;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #792fe0;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
#about {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #792fe0;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
 background-color: #fff;
}

#about .about-col:hover{background:#e7dbf8;}
#about .about-col:hover h2{color:#792fe0;}

#about .about-col:hover i {
  color: #792fe0;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #792fe0;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Services Section
--------------------------------*/
#services {
  background:url(../img/services-bg.jpg) no-repeat top left #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  padding-bottom: 10px;
  padding-top:30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #792fe0;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #792fe0;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}


#how-it-works {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#how-it-works .box {
  padding-bottom: 10px;
  padding-top:30px;
}

#how-it-works .icon {
  float: left;
}

#how-it-works .icon i {
  color: #792fe0;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#how-it-works .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#how-it-works .title a {
  color: #111;
}

#how-it-works .box:hover .title a {
  color: #792fe0;
}

#how-it-works .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

#solutions {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#solutions .box {
  padding-bottom: 10px;
  padding-top:30px;
}

#solutions .icon {
  float: left;
}

#solutions .icon i {
  color: #792fe0;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#solutions .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#solutions .title a {
  color: #111;
}

#solutions .box:hover .title a {
  color: #792fe0;
}

#solutions .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

#des-con {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#des-con h3{color:#000000; font-size:40px; line-height:50px; margin-bottom:40px;}
#des-con p{color:#666666; font-size:18px; line-height:30px; margin-bottom:25px;	}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #18d26e;
  border: 2px solid #18d26e;
}

/* Call To Action Section
--------------------------------*/
#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/
#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #792fe0;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}



/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
	background: rgba(255,255,255,0.9);
}

#clients img {
	max-width: 100%;
	opacity: 1;
	transition: 0.3s;
	padding: 0px 50px;
	border: 1px solid #ccc;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #792fe0;
}


#key-feature {
  padding: 60px 0;
  background:#f1efef;
}

#key-feature img {
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;
}

#key-feature img:hover {
  opacity: 1;
}

#key-feature .owl-nav, #key-feature .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#key-feature .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#key-feature .owl-dot.active {
  background-color: #792fe0;
}
#five-sec .col-md-2{width:20%; box-sizing:content-box; }
.key-title{font-size:19px; font-weight:bold; color:#000; margin-top:10px;}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
  background:url(../img/client-bg.jpg) no-repeat top left;
	background-size: cover;
}

#testimonials h3 {
  color:#ffffff;
  font-size:35px;
}
#testimonials p {
  color:#ffffff;
  font-size:14px;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
  
}
.testi-content{background:rgba(47, 36, 102, 0.5); position:relative; padding-top:50px; padding-bottom:80px; overflow:visible;}
.test-position{position:relative; top:-60px;}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

/* Industries Section
--------------------------------*/
#industries {
  padding: 60px 0;
  background:url(../img/industries.jpg) no-repeat top left;
}

#industries h3 {
  color:#ffffff;
  font-size:35px;
}
#industries p {
  color:#ffffff;
  font-size:14px;
}

#industries .section-header {
  margin-bottom: 40px;
}

#industries .testimonial-item {
  text-align: center;
  background:rgba(47, 36, 102, 0.5);
  padding-top:50px;
}

#industries .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#industries .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#industries .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#industries .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#industries .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#industries .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
   #industries .testimonial-item p {
    width: 80%;
  }
  #solutions .testimonial-item p {
    width: 80%;
  }
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #792fe0;
}

/* Solutions Section
--------------------------------*/


#solutions .owl-nav, #solutions .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#solutions .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#solutions .owl-dot.active {
  background-color: #792fe0;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #792fe0;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #792fe0;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #792fe0;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .form #sendmessage {
  color: #792fe0;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #18d26e;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #ebebeb;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
  
}

#footer .footer-top {
  background: #ffffff;
  padding: 60px 0 10px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0px;
  line-height: 1;
  
  font-weight: 700;
  letter-spacing: 3px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  
  color: #eee;
}
#footer .social-links{float:right;}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background:none;
  color: #333333;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  color: #333333;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  
}

#footer .social-links a:hover {
  color: #7012d8;
}

.social-links a:hover {
  background: #792fe0;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: bold;
  color: #6633cc;
  position: relative;
  padding-bottom: 12px;
  
  margin-bottom:0px;
}
.footer-linklist{}
.footer-linklist a{color:#000000; font-size:16px; padding:10px 2px 10px 2px; display:inline-block;}
.footer-linklist a:hover{color:#7626dd;}
.footer-link-text{color:#000000; font-size:14px !important; }
.footer-link-text:hover{color:#7626dd; font-size:14px; }
.blue-br-bottom{border-bottom:3px solid #54b4c7;}


#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links p {
color:#000000; font-size:14px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #792fe0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  text-align:center;
  border-left:1px solid #4a4948;
  border-right:1px solid #4a4948;

}

#footer .footer-top .footer-contact p {
  color:#a8a8a8;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
  text-align:center;
  
}
#footer .footer-top .footer-newsletter p {
color:#a8a8a8;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #792fe0;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #792fe0;
}

#footer .copyright {
  padding-top: 0px;
  color:#000000;
  font-size:14px;
}

#footer .credits {
  font-size: 13px;
  color: #ddd;
}
.respo-img{max-width:100%; height:auto;}
.industry-carousel{max-width:550px; margin:0 auto;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-60{margin-top:60px;}

.border-one{border-bottom:1px solid #f0f0f0;}
.border-two{border-left:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0;}
.border-three{border-left:1px solid #f0f0f0; border-right:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0;}
.btn-get-started{text-align:center;}
.green-btn{
  background: #18d26e;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  white-space:normal;
}

.green-btn:hover {
  background: #13a456;
  color:#fff;
}

@media only screen and (min-width: 0px) and (max-width: 1150px) {
.nav-menu > li{margin-left:0px;}	
}

@media only screen and (min-width: 769px) and (max-width: 990px) {
.border-three{border-left:0px solid #f0f0f0; border-right:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0;}
#five-sec .col-md-2{width:45%; max-width:45%; flex:45%; box-sizing:content-box; }	
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
.border-three{border-left:0px solid #f0f0f0; border-right:0px solid #f0f0f0; border-bottom:1px solid #f0f0f0;}
.border-two{border-left:0px solid #f0f0f0; border-bottom:1px solid #f0f0f0;}
.industry-carousel{max-width:90%;}
#intro h2{font-size:20px;}
#intro .carousel-content{margin-left:10%; margin-right:10%;}
.container{width:88%;}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
    text-align: center;
    border-left: 0px solid #4a4948;
    border-right: 0px solid #4a4948;
}
#five-sec .col-md-2{width:100%; box-sizing:content-box; }	
}


@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
 .scroll-down {
  display: block;
  margin-top: 45px;
  max-width: 200px;
  color: #000 !important;
}
.scroll-down:hover {
  opacity: 0.8;
}
.center-it {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.scroll-down-caption {
  margin-left: 15px;
  line-height: 44px;
}
.mouse {
  display: inline-block;
  height: 44px;
  width: 28px;
  border-radius: 12px;
  border: 2px solid #000;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.mouse:after {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #000;
  border-radius: 50%;
  content: "";
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scroll-down.absolute-center {
  position: absolute;
  bottom: 50px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.scroll-down.absolute-center .mouse {
  margin: 0;
}

/*-----inner-pages----*/

#inner-section{background:#cccccc; padding: 90px 0 90px 0; margin-top: 42px; background-size: 100% 100% !important; background-repeat: no-repeat !important;}
#inner-section-new{background:#cccccc; padding: 230px 0 40px 0; margin-top: 42px;  background-repeat: no-repeat !important;}

#breadcrumb{background:#792ee0; font-size:14px;}
.breadcrumb-content{color:#ffffff; font-size:18px; padding:5px 0 15px 0; text-align: center;}
.breadcrumb-content a{color:#ffffff; font-size:18px;}
.breadcrumb-content a:hover{color:#ffffff; text-decoration:underline;}
.grey-bg-box{background:#f5f3f3; padding:60px 0 60px 0;}
.light-grey-bg-box{background:#faf9f9; padding:60px 0 60px 0;}
.white-bg-box{background:#ffffff; padding:60px 0 60px 0;}
.box-content p{font-size:14px;}

#des-con-box {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#des-con-box h3{color:#000000; font-size:40px; line-height:50px; margin-bottom:20px;}
#des-con-box p{margin-bottom:20px;}
.push-right{float:right;}
.services-faicon{color:#792fe0; font-size:25px; margin:0 5px 0 0px;}
.services-des h5{font-weight:bold; color:#000; font-size:16px;}
.services-des p{font-size:14px; margin-bottom:10px;}
.read-more-text{color:#792fe0; }
.read-more-text:hover{color:#792fe0; text-decoration:underline; margin-left:4px;}
.pricing-title{background:#ebebeb; color:#000; padding:25px 0 25px 0; text-align:center;}
.pricing-title > h4{font-size:24px; margin-bottom:0px; }
.pricing-title-blue{background:#792ee0; color:#fff; padding:25px 0 25px 0; text-align:center;}
.pricing-title-blue > h4{font-size:24px; margin-bottom:0px;}
.custom-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
.custom-thumbnail p{margin-bottom:2px !important; margin-top:2px !important; text-align:center; font-size:14px !important;}
.custom-thumb-box{min-height:933px;}
.pt-20{padding-top:20px;}
.mb-30{margin-bottom:30px;}
.text-link{color:#666666;}
.text-link:hover{color:#000000; text-decoration:underline;}
.sub-head{font-size:30px !important; color:#000;}

.form-outer{}
.form-outer .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f0f0f0;
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da;
	border-top: 0px solid #ced4da;
	border-left: 0px solid #ced4da;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom:25px;
	border-right:2px solid #782cde;
}
.btn-get-started-contact{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 8px 32px;
  border-radius: 0;
  transition: 0.5s;
  margin: 0px;
  color: #fff;
  background: #792fe0;
  border:1px solid #792fe0;
  display:block;
  white-space:normal;
  width:100%;
}

.btn-get-started-contact:hover {
  background: #fff;
  color: #792fe0;
  border:1px solid #792fe0;
  
}



.vert-tab ul li > a.active, .vert-tab ul li.active 
{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
  display:block;
}
.vert-tab li{position:relative; width:100%; border:1px solid #e3e3e3; color:#666666; margin-bottom: 8px;}
.vert-tab li a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
  
}

.vert-tab li a{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  color:#666666;
  padding: 4px 10px 4px 10px;
  display:block;
  font-size:14px;
  
}
.vert-tab-con p{ font-size:14px !important;}

.heading-title{color:#000000; margin-bottom:30px; font-size:25px; font-weight:bold; margin-top:30px; }
.heading-text{font-size:20px;}

/* Solution Page */
.paddingZero{padding:0px;}
.paddingBottomZero{padding-bottom: 0px !important;}
.paddingTopTesti{padding-top: 135px !important;}
.solutionleft{padding:50px 30px 50px 0px;}
.solutionright{padding:50px 0px 50px 30px;}
.solutionleft img, .solutionright img{border-radius: 5px; border: 5px solid #fff; box-shadow: 1px 5px 6px #ccc;}

.commonGetInTouch{width:100%; float:left; clear:both; background: #ececec; padding: 60px 0px 20px;}
.commongetInTouch2{width:100%; float:left; clear:both; background: #ececec; text-align:center;}
.commonGetInTouch h2{text-align: center;}
.commongetInTouch2 h2{text-align: center;margin-bottom: 40px;}
.commongetInTouch2 .col-md-12{background: rgba(255,255,255,1); padding:60px 30px; margin-bottom: -100px;}
.commongetInTouch2 .calltobtn{padding: 10px 20px; border: 2px solid #792fe0; color: #000; text-transform: uppercase; font-size: 20px; border-radius: 50px;}
.commongetInTouch2 .calltobtn:hover{background:#792fe0; color:#fff;}

.blogVideo{float:left; width:100%; padding:140px 0px 80px 0px; background: #57a0c5;}
.blogVideo .left{padding-left:0px; float:left;}
.blogVideo .right{padding-right:0px; float:right;}
.blogVideobox{
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    position: relative;
}
.blogVideobox:before,
.blogVideobox:after{
    content: "";
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 5%;
    left: 5%;
    transition: all 0.3s ease-in-out;
}
.blogVideobox:after{
    top: auto;
    left: auto;
    bottom: 5%;
    right: 5%;
}
.blogVideobox:hover:before,
.blogVideobox:hover:after{
    width: 90%;
    height: 90%;
}
.blogVideobox img{
    width: 100%;
    height: auto;
	padding: 0px !important;
}
.blogVideobox .blogVideobox-content{
    width: 100%;
    height: 100%;
    padding-top: 30%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.2s ease 0.3s;
}
.blogVideobox:hover .blogVideobox-content{ opacity: 1; }
.blogVideobox .blogVideobox-content:before,
.blogVideobox .blogVideobox-content:after{
    content: "";
    width: 85%;
    height: 85%;
    border: 2px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.3s ease 0s;
}
.blogVideobox .blogVideobox-content:before{ width: 0; }
.blogVideobox .blogVideobox-content:after{ height: 0; }
.blogVideobox:hover .blogVideobox-content:before{
    width: 85%;
    border-top: 2px solid #3dbbff;
    border-bottom: 2px solid #3dbbff;
    transition-delay: 0.4s;
}
.blogVideobox:hover .blogVideobox-content:after{
    height: 85%;
    border-left: 2px solid #3dbbff;
    border-right: 2px solid #3dbbff;
    transition-delay: 0.4s;
}
.blogVideobox .title{
    font-weight: 700;
    letter-spacing: 1px;
    text-transform:uppercase;
    margin: 0 0 10px !important;
	color: #ccc !important;
	font-size: 34px;
	line-height: 46px;
	padding: 0px 20px;
}
.blogVideobox .post{
    display: block;
    font-size: 15px;
    font-style: italic;
    color: #fff;
    margin-bottom: 10px;
}
.blogVideo .contenttext{background:#fff; padding:10px; min-height: 252px;}
@media only screen and (max-width:990px){
    .blogVideobox{ margin-bottom: 30px; }
}

.requestForDemo{padding:20px 0px;}
.requestForDemo .left{padding-left:0px; float:left;}
.requestForDemo .right{padding-right:0px; float:right;}
.required{color:#ff0000;}

.pricebtn{padding: 10px 20px; float: left; color: #fff; font-weight: 700; font-size: 20px; margin-top: 14px; border-radius: 40px;}
.pricebtn:hover{color: #fff;}
.pricebtn1{border: 1px solid #CF0000; background:#CF0000;}
.pricebtn2{border: 1px solid #6E00D3; background:#6E00D3;}
.pricebtn3{border: 1px solid #5BA3C6; background:#5BA3C6;}
.map2{float: left; width: 100%; height: 29px;}
.map3{float: left; width: 100%;height: 74px;}

.video-back{display:block;padding:100px 0px;text-align:center; background: rgba(0,0,0,0.5);}
.video-back h1{display:block;text-align:center;color:#fff;text-shadow:2px 2px 4px #000;font-size:50px;}
.video-back p{display:block;color:#fff;text-shadow:2px 2px 1px #000;margin:0px;padding:0px;margin-bottom:20px;}
.video-back img{width:150px;}
.main-heading{text-align: center;margin: 50px auto;font-size: 70px;}
.main-para{margin: 10px 100px;text-align: center; font-size: 20px;}
.vidbacking-active-body-back{
	position: fixed;
	z-index: -100;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	background-size: cover;
	overflow: hidden;
	opacity: 1;
	transition: 2s opacity;
	transform: translateX(-50%) translateY(-50%);
}

.vidbacking-active-body-back-youtube{
	position: fixed;
	z-index: -100;
	/*min-width: 100%;
	min-height: calc(100% * 1.77);*/
	top: 50%;
	left: 50%;
	overflow: hidden;
	opacity: 1;
	transition: 2s opacity;
	transform: translateX(-50%) translateY(-50%);
}

.vidbacking-active-block-back{
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: -100;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.vidbacking-active-block-back-youtube{
	position: absolute;
	/*min-width: 100%;
	min-height: 100%;*/
	height: auto;
	width: auto;
	z-index: -100;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.vidbacking{
	display: none;
}
.vidmask-body-back{
	background: url(videooverlay1.png) repeat;
	opacity: 0.4;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -50;
	display: block;
}
.vidmask-block-back{
	background: url(videooverlay1.png) repeat;
	opacity: 1;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	z-index: -50;
	display: block;
}
.zerohomehtw{padding-bottom: 0px !important; margin-bottom: 0px;}
.close{font-size: 34px; position: absolute; z-index: 9; float: right; right: 28px;}
#myModal{margin-left:10px; margin-right:0px; max-width: 900px; margin: auto;}

.outerVid{overflow-x:hidden;}
#myImg {cursor: pointer; transition: 0.3s;}
#myImg:hover {opacity: 0.7;}
#myVideo {position: relative; right: 0; bottom: 0; min-width: 100%; min-height: 100%; z-index:9; overflow-x:hidden;}
#video-bg {position: relative; width: auto; min-width: 100%; height: auto; background: transparent url(video-bg.jpg) no-repeat; background-size: cover;}
video {display: block;}
.video-container {width: 100%; overflow: hidden; position:relative; height:auto !important; top: 0; right: 0; }
#img01{background:transparent;}

/* Featur page css */
/*.featurbox{float:left; width:100%; height:auto;}*/
.ih-item.square.effect6 {
	position: relative;
	overflow: hidden;
}
.ih-item.square.effect6.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
	background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ih-item.square.effect6 .img img{width:100%;}
.ih-item.square.effect6 .info {
	background: #333333;
	background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	position:absolute;
	top:0px;
	height: 100%;
	width: 100%;
}
.ih-item.square.effect6 .info h3 {
	color: #fff !important;
	text-align: center;
	font-size: 24px !important;
	padding: 10px;
	margin: 30px 0 0 0 !important;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	padding: 20px 20px 20px;
	text-align: center;
	-webkit-transition: all 0.35s 0.1s linear;
	-moz-transition: all 0.35s 0.1s linear;
	transition: all 0.35s 0.1s linear;
	margin-bottom:0px;
}
.ih-item.square.effect6 .info p a{
	color: #fff !important;
	font-size: 20px;
	padding: 5px 10px;
	border: 1px solid #fff;
	border-radius: 4px;
}
.ih-item.square.effect6:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect6:hover .info {
  visibility: visible;
  opacity: 1;
}
.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right:hover .info h3,
.ih-item.square.effect6.from_left_and_right:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.featurContent{padding-left:10px; padding-right:10px; padding-top:26% !important;}
.featurH3Title{font-size: 28px !important; line-height: 36px !important;}
.featursBox .col-md-4{margin-bottom:30px;}
/* Blog CSS */
#primary{padding:70px 0px; width:100%; background: #ddd;}
.blog_left{float: left; padding-left: 0px;}
.blog_left img{width:100%; height:auto;}
.blog_right{float: right; padding-right: 0px;}
.blogpost{padding: 20px; background: #fff; margin-bottom: 30px;}
.blogpost .title a{color:#333333; font-weight:bold;}

.blog_right .widget{float:left; width:100%; padding:15px; margin-bottom:20px; background: #fff;}
.blog_right .widget-title{float: left; width: 100%; font-weight: bold; font-size: 26px;}
.blog_right .widget ul{padding: 0px; list-style: none;}
.blog_right .widget ul li{padding: 5px 0px; list-style: none;}
.btn-primary{background: #d10008; border-color: #d10008; font-size: 18px; font-weight: bold;}
.btn-primary:hover{background: #c70000; border-color: #c70000;}
/*.blogpost .post_meta{width:100%; float:left; margin-bottom: 10px;}
.blogpost .post_meta ul{margin:0px; padding:0px; float:left; list-style:none;}
.blogpost .post_meta ul li{float:left; margin-right:8px;}
.blogpost .post_meta ul li a{float:left; padding:6px 20px; background: #60bdc5; color: #fff; font-style: italic; font-weight: bold;}
.blogpost .post_meta .postDate{float:left; padding:6px 20px; background: #60bdc5; color: #fff; font-style: italic; font-weight: bold;}*/

.featurPageService{
    text-align: center;
    margin:20px 0 30px 0;
}
.featurPageService .serviceBox{margin-bottom:20px;}
.featurPageService .service-image > a > img{
    border-radius: 3px;
	max-width:100%;
}
.featurPageService .service-content h3{
	font-size: 17px !important;
	font-weight: bold;
	letter-spacing: 1.25px;
	margin-bottom: 0px !important;
	color: #373e44 !important;
	transition: all 0.21s ease 0s;
	line-height: 23px !important;
	margin-top: 15px;
}
.featurPageService .service-content P{font-size: 16px !important; line-height: 22px !important; margin-bottom:10px !important;}
.featurPageService .read{
    margin-top: 20px;
}
.featurPageService .read > a{
    text-transform: uppercase;
    color:#dc005a;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    transition: all 0.16s ease 0s;
}
.featurPageService .read > a:hover:after{
    content: "\f061";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 8px;
    position: absolute;
    right:-13px;
    top:3px;
}
.featurPageService:hover .service-content h3,
.featurPageService:hover .read > a{
    color:#7a4b94;
}

@media(max-width:768px)
{
	.video-back h1 {font-size: 24px;}
	.video-back p{font-size: 20px;}
	#header #logo {float: left; /*padding-top: 2px;*/ width: 100%; /*text-align: center;*/}
	#header {height: auto; max-height:93px;}
	#header .container{padding:0px; width: 100%;}
	#nav-menu-container{width:100%;}
	.mega-toggle-blocks-left{display:none !important;}
	.mega-toggle-blocks-center{display:none !important;}
	.mega-toggle-blocks-right{width:100%;}
	#mega-toggle-block-1{width:100%; margin-right:0px; border-radius: 0px; padding: 0px 5px 0px 10px;}
	#mega-menu-wrap-primary .mega-menu-toggle{border-radius:0px !important;}
	#mega-toggle-block-1 .mega-toggle-label{width:100%;}
	.mega-sub-menu{display:none !important;}
	.requestForDemo .left{padding-right:0px;}
	.requestForDemo .right{padding-left:0px;}
	.blogVideo .left {padding-right: 0px;}
	.blogVideo .right {padding-left: 0px;}
	.solutionright {padding: 30px 0px 30px 0px;}
	.solutionleft {padding: 30px 0px 30px 0px;}
	.sliderBanner img {width: 100% !important; height: auto;}
}

.rightFixedBar{position:fixed; right:0px; bottom:200px; width:75px; background: #ec1922; border-top-left-radius: 5px; border-bottom-left-radius: 6px; z-index: 9;}
.rightFixedBar a{float: left; width: 100%; text-align: center; padding: 15px 5px; border-bottom: 1px solid #ff7079; color: #fff; font-size:12px;}
.rightFixedBar a:last-child{border-bottom:0px;}
.rightFixedBar a:hover{color:#d6d6d6; text-decoration:none;}
.rightFixedBar a .fa{font-size: 30px;}



/*---------------NEW CSS--------------------*/
.banner-new{background:url("../img/banner-bg.png") right bottom no-repeat fixed; padding:100px 0 80px 0;}
.section-sec{padding:60px 0 40px 0;}
.lgrey-sec{background:#f5f5f5;}
.mt-100{margin-top:100px}
.play-btn{color:#ea0131;  font-size:30px; font-weight:bold; position:relative; margin-left:114px; border-bottom:5px solid #cccccc; }
.play-btn:before{content:''; background:url("../img/demo-icon.png") left top no-repeat; position:absolute; top:-33px; left:-114px; display:inline-block; width:105px; height:104px;}
.play-btn-demo{color:#ea0131; font-size:30px; font-weight:bold; position:relative; border-bottom:5px solid #cccccc; }
.blk-head-md{color:#020101;  font-size:40px; font-weight:bold;}
.blk-des-md{color:#020101;  font-size:20px; font-weight:bold;}
.blk-des-sm{color:#020101;  font-size:16px; font-weight:bold;}
.blk-head{color:#020101;  font-size:35px;}
.blue-head{color:#4a5080;  font-size:25px; font-weight:600; position:relative;}
.blue-head-sm{color:#4a5080;  font-size:20px; font-weight:600; position:relative;}
.white-head{color:#ffffff;  font-size:25px; font-weight:600; position:relative;}
.blue-head-line{color:#4a5080;  font-size:25px; font-weight:600; position:relative;}
.blue-head-line:after{content:''; position:absolute; bottom:-8px; left:0px; background:#4a5080; height:2px; width:22%;}
.blk-head span.blue{color:#6633cc;  font-size:35px;}
.blue-box{background:#7e31e2; padding:20px;}
.blue-box h4{color:#fff; font-size:18px; }
.blue-box p{color:#fff; font-size:16px;  line-height: 20px; margin-bottom:15px;}
.content-item p{color:#020101;  font-size:16px; margin-bottom:15px;}
.bottom-info-outer{position:relative;}
.bottom-whtbg-info{width:80%; background:#f5f5f5; padding:20px; margin-top:-45px; position:relative; min-height:155px;}
.bottom-whtbg-info p strong.green{color:#339900;}
.bottom-whtbg-info p{color:#000000;  font-size:16px; margin-bottom:15px;}
.pad-thin{padding-left:4px; padding-right:4px;}
.full-img{width:100%;}
.white-sh-box{background:#fff; padding:30px; box-shadow:2px 2px 20px #cccccc; border-radius:10px; }
#testinow .test-item {text-align: center;}
#testinow .test-content{position:relative; overflow:visible;}
#testinow .test-position{position:relative; top:-60px;}
#testinow .blk-des-sm{font-style:italic; color:#666666; font-size:18px;}
#testinow h4{color:#000000; font-size:18px;}
#testinow .owl-nav{position:relative; width:30px; margin:0px auto; height:60px;}
#testinow .owl-prev, 
#testinow .owl-next {color: #f15956; font-size: 18px; margin-top: -20px; position: absolute; top: 50%; text-align: center; line-height: 39px;
    opacity: 1; width: 40px; height: 40px; border-radius:20px; }
#testinow .owl-prev{left:-30px; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; -ms-transition: 0.4s; }
#testinow .owl-next{right:-30px; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; -ms-transition: 0.4s; }
#testinow:hover .owl-nav div.owl-next:hover,
#testinow:hover .owl-nav div.owl-prev:hover{color:#7e31e2; background: #ccc; border-radius:20px; }
#testinow .test-item .test-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
#testinow .test-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  font-size: 37px;
  color:#f15956;
}

#testinow .test-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  font-size: 37px;
  color:#f15956;
}
.blue-sec{background:#54b4c7;}
.newsform .form-control {
    padding: 12px 20px;
    margin:0;
    box-sizing: border-box;
    border-radius: 0px;
    outline: none;
    width: 40%;
    height:20%;
    boredr:1px solid #7c7b7b;
}
.newsform [type="submit"]{background:#002b3c; padding:13px; border:0px; color:#fff; cursor:pointer;}
.newsform [type="submit"]:hover{background:#792fe0;}

@media(max-width: 992px){
.btn{width: 85%	}
.newsform .form-control{width: 50%;}
}
@media(max-width:768px)
{
.blk-head-md{color:#020101;  font-size:30px; font-weight:bold;}
.btn{width: 40%	}
.newsform .form-control{width: 90%;}
	.play-btn, .play-btn-demo{font-size:20px;}
}
@media(max-width: 440px){
.btn{width: 50%; font-size: 18px;}
.newsform .form-control{width: 70%;}
	.play-btn,.play-btn-demo{font-size:20px;}
}
.first-layer {z-index:0;}
#thumbs{cursor:pointer; height:auto; overflow:visible;}
#thumbs .owl-stage-outer{overflow:visible !important;}
.pos-rel{position:relative;}
#thumbs .oneslide{position: absolute; bottom: 36px; left: 121px; 
width: 68px; height: 68px; border-radius: 50%;}
#thumbs .twoslide{position: absolute; bottom: 128px; left: 54px; 
width: 68px; height: 68px; border-radius: 50%;}
#thumbs .threeslide{position: absolute; bottom: 167px; left: 42px; 
width: 68px; height: 68px; border-radius: 50%;}
#thumbs .fourslide{position: absolute; bottom: 128px; left: 32px; 
width: 68px; height: 68px; border-radius: 50%;}
#thumbs .fiveslide{position: absolute; bottom: 30px; left: -37px; 
width: 68px; height: 68px; border-radius: 50%;}

.white-list li{color:#ffffff;font-size: 16px;

line-height: 20px;}
.mh-320{min-height:320px;}

@media(max-width: 1200px){
#thumbs .oneslide{bottom: 25px; left: 96px; width: 68px; height: 68px; }
#thumbs .twoslide{bottom: 103px; left: 41px; width: 68px; height: 68px;}
#thumbs .threeslide{bottom: 136px; left: 31px; width: 68px; height: 68px;}
#thumbs .fourslide{bottom: 102px; left: 23px; width: 68px; height: 68px;}
#thumbs .fiveslide{bottom: 21px; left: -34px; width: 68px; height: 68px;}
}
@media(max-width: 992px){
#thumbs .oneslide{bottom: 36px; left: 120px; width: 68px; height: 68px; }
#thumbs .twoslide{bottom: 128px; left: 24px; width: 68px; height: 68px;}
#thumbs .threeslide{bottom: 167px; left: -18px; width: 68px; height: 68px;}
#thumbs .fourslide{bottom: 128px; left: -58px; width: 68px; height: 68px;}
#thumbs .fiveslide{bottom: 30px; left: -157px; width: 68px; height: 68px;}

}
@media(max-width: 768px){
#thumbs .oneslide{bottom: 33px; left: 114px; width: 68px; height: 68px;  }
#thumbs .twoslide{bottom: 120px; left: 51px; width: 68px; height: 68px;}
#thumbs .threeslide{bottom: 158px; left: 40px; width: 68px; height: 68px;}
#thumbs .fourslide{bottom: 119px; left: 32px; width: 68px; height: 68px;}
#thumbs .fiveslide{bottom: 27px; left: -34px; width: 68px; height: 68px;}
}
@media(max-width: 630px){
#thumbs .oneslide{bottom: 31px; left: 109px; width: 68px; height: 68px;}
#thumbs .twoslide{bottom: 116px; left: 48px; width: 68px; height: 68px;}
#thumbs .threeslide{bottom: 152px; left: 37px; width: 68px; height: 68px;}
#thumbs .fourslide{bottom: 115px; left: 28px; width: 68px; height: 68px;}
#thumbs .fiveslide{bottom: 27px; left: -34px; width: 68px; height: 68px;}
}

@media(max-width: 580px){
#thumbs .oneslide{bottom: 28px; left: 101px; width: 68px; height: 68px;}
#thumbs .twoslide{bottom: 108px; left: 43px; width: 68px; height: 68px;}
#thumbs .threeslide{bottom: 142px; left: 33px; width: 68px; height: 68px;}
#thumbs .fourslide{bottom: 106px; left: 25px; width: 68px; height: 68px;}
#thumbs .fiveslide{bottom: 22px; left: -34px; width: 68px; height: 68px;}
}

@media(max-width: 530px){
#thumbs .oneslide{bottom: 30px; left: 95px; width: 50px; height: 50px; }
#thumbs .twoslide{bottom: 100px; left: 44px; width: 50px; height: 50px;}
#thumbs .threeslide{bottom: 130px; left: 35px; width: 50px; height: 50px;}
#thumbs .fourslide{bottom: 100px; left: 29px; width: 50px; height: 50px;}
#thumbs .fiveslide{bottom: 25px; left: -24px; width: 50px; height: 50px;}
}
@media(max-width: 500px){
#thumbs .oneslide{bottom: 27px; left: 87px; width: 50px; height: 50px;}
#thumbs .twoslide{bottom: 93px; left: 40px; width: 50px; height: 50px;}
#thumbs .threeslide{bottom: 121px; left: 32px; width: 50px; height: 50px;}
#thumbs .fourslide{bottom: 92px; left: 25px; width: 50px; height: 50px;}
#thumbs .fiveslide{bottom: 25px; left: -24px; width: 50px; height: 50px;}
}

@media(max-width: 480px){
#thumbs .oneslide{bottom: 21px; left: 77px; width: 50px; height: 50px;}
#thumbs .twoslide{bottom: 82px; left: 34px; width: 50px; height: 50px;}
#thumbs .threeslide{bottom: 107px; left: 26px; width: 50px; height: 50px;}
#thumbs .fourslide{bottom: 80px; left: 20px; width: 50px; height: 50px;}
#thumbs .fiveslide{bottom: 18px; left: -25px; width: 50px; height: 50px;}
}

.free-demo-outer{box-shadow:2px 2px 25px #beabe1; border-radius:50px; overflow:hidden;}
.freedemo{padding: 50px 20px 30px 20px;}
.box-fd h2.subhead{color:#000000; font-size:25px;}
#FreeDemo .form-control{border:0px solid #ccc; border-radius:0px; padding:0px;}
#FreeDemo textarea{border:0px solid #ccc; border-radius:0px; padding:0px;}
#FreeDemo input[type=submit]{border:0;padding:10px 40px;color:#ffffff; border-radius:20px;cursor:pointer; text-transform:uppercase; font-weight:bold; width:100%; display:block;
background: rgb(137,43,226);
background: linear-gradient(90deg, rgba(137,43,226,1) 0%, rgba(62,1,242,1) 100%, rgba(0,212,255,1) 100%);
}
#FreeDemo input[type=submit]:hover{background:#1e67fd; color:#fff;}
#FreeDemo .input-style{    
      display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color:none;
    border: 0px solid #cccccc;
    border-radius: 0px;
}
#FreeDemo .input-group{border: 1px solid #cccccc; border-radius: 20px; padding:3px 10px 3px 10px;}
.card-container {
perspective: 700px;
margin:20px;
}
.card-flip, .card-container {
transform-style: preserve-3d;
transition: all 0.7s ease;
}
.card-flip div {
backface-visibility: hidden;
transform-style: preserve-3d;
}
.front{border:3px solid #ffccff; border-radius:5px;}
.front p{color:#000000; font-size:20px; margin-top:15px; font-weight:bold;}
.back {
transform: rotateY(-180deg);
background:rgba(123,22,193,1); color:#fff;
position:absolute;
top:0px;
left:0;
right:0;
margin-left:0px;
margin-right:0px;
height:100%;
padding:30px;
}
.back p{color:#fff; font-size:18px;}

.card-container:hover .card-flip {
transform: rotateY(180deg);
}
.centeralign{display:flex; align-content:center; justify-content:center; flex-direction:column; flex-wrap:wrap; }

.section-sec{padding: 60px 0 40px 0;}
.mt--60{margin-top:-60px;}
.sub-head-bold {
    font-size: 31px !important;
    color: #4a5080;
    font-weight: bold;
}
.pad-none{padding-left:0px; padding-right:0px;}
.mx-700{max-width:700px; margin:0 auto;}
.lblue-sec{background:#e8edf7;}
.form-outer-about .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid transparent;	
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom:25px;
}
.form-outer-about .form-control:hover, .form-outer-about .form-control:focus{border:1px solid #287bc6;}
.form-outer-about .btn-get-started-contact{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 8px 32px;
  border-radius: 0;
  transition: 0.5s;
  margin: 0px;
  color: #fff;
  background: #aa51ac;
  border:0px solid #792fe0;
  display:block;
  white-space:normal;
  width:100%;
}

.form-outer-about .btn-get-started-contact:hover {
  background: #88228a;
  color: #ffffff;
  border:0px solid #792fe0;
  
}
.red-btn{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 8px 32px;
  border-radius: 0;
  transition: 0.5s;
  margin: 0px;
  color: #fff;
  background: #d64949;
  border:0px solid #792fe0;
  display:inline-block;
  white-space:normal;
  text-align:center;
}

.red-btn:hover {
  background: #ef6161;
  color: #ffffff;
  border:0px solid #792fe0;
  
}
.blue-dot-list{padding-left:30px;}
.blue-dot-list li{background:url("../img/blue-dot.png") no-repeat top left; list-style-type:none; padding-left:35px; margin-bottom: 20px; line-height: 25px;}
.dgrey-sec{background: #565656;}

.sm-grey-box{background: #e8e8e8; border-radius:30px; padding-top:20px;}
.blk-radius-btn{background: #4d4b4b; color: #ffffff; border-top-left-radius:30px; border-bottom-left-radius:30px; border-top-right-radius:0px; border-bottom-right-radius:30px; width:100%; display:block; padding:20px; }
.blk-radius-btn:hover{background: #1c1919; color: #ffffff;}
.br-dashed-top{border-top:1px dashed #4d4b4b;}
.ats-info-sec{background:url("../img/ats-system-bg.png") no-repeat top right #ffffff;}
.org-color{color:#f6921e !important;}
.mh-170{min-height:170px;}
.dblue-sec{background:#525b8e;}
.purple-grey-bg{background: rgba(85,85,85,1);
  background: -moz-linear-gradient(left, rgba(170,81,172,1) 0%, rgba(170,81,172,1) 35%, rgba(85,85,85,1) 35%, rgba(85,85,85,1) 100%);
  background: -webkit-gradient(left, color-stop(0%, rgba(170,81,172,1)), color-stop(35%, rgba(85,85,85,1)), color-stop(35%, rgba(85,85,85,1)), color-stop(100%, rgba(85,85,85,1)));
  background: -webkit-linear-gradient(left, rgba(170,81,172,1) 0%, rgba(170,81,172s,1) 35%, rgba(85,85,85,1) 35%, rgba(85,85,85,1) 100%);
  background: -o-linear-gradient(left, rgba(170,81,172,1) 0%, rgba(170,81,172,1) 35%, rgba(85,85,85,1) 35%, rgba(85,85,85,1) 100%);
  background: -ms-linear-gradient(left, rgba(170,81,172,1) 0%, rgba(170,81,172,1) 35%, rgba(85,85,85,1) 35%, rgba(85,85,85,1) 100%);
  background: linear-gradient(to right, rgba(170,81,172,1) 0%, rgba(170,81,172,1) 35%, rgba(85,85,85,1) 35%, rgba(85,85,85,1) 100%);}
@media(max-width: 992px){
.td-sec .offset-2{margin-left:0px;}
}

#inner-section-center{background:#cccccc; padding: 200px 0 100px 0; margin-top: 42px;  background-repeat: no-repeat !important;}
.section-header-center h1 {
  font-size: 30px;
  color: #ffffff;
  text-align:center;
  font-weight: 700;
  position: relative;
  padding-bottom: 0px;
}
.section-header-center p {
  font-size: 17px;
  color: #ffffff;
  text-align:center;
  font-weight: 500;
  position: relative;
  padding-bottom: 0px;
}
.white-box{background:#ffffff;}
.white-bx-con{padding:20px; border:1px solid #1d120e; border-top:0px solid #1d120e; border-bottom-left-radius:10px; border-bottom-right-radius:10px;}
.white-bx-con:hover{background:#f4f4f4;}
.red-bg-head{background:#ee5555; color:#ffffff; font-size:14px; padding:10px; font-weight:bold; margin-bottom:0px;}
.white-bx-con p{font-size:14px;}
.mh-213{min-height:213px}
.blk-head-vms{color:#353535;  font-size:25px; font-weight:600; position:relative;}
.vms-system-sec{background:url("../img/vms-system-bg.jpg") no-repeat top left; background-size:cover; }
.red-dot-list-wht{padding-left:30px;}
.red-dot-list-wht li{color:#ffffff; font-size:15px; background:url("../img/red-dot.png") no-repeat top 6px left; list-style-type: none; padding-left:20px;}
.red-dot-list-blk{padding-left:30px;}
.red-dot-list-blk li{color:#353535; font-size:15px; background:url("../img/red-dot.png") no-repeat top 6px left; list-style-type: none; padding-left:20px;}
.dark-bg{background:rgba(0,0,0,0.6);}
.tick-head{color:#ee5a5a; font-size:18px; font-weight:bold; background:url("../img/red-tick.png") no-repeat top 6px left; padding-left:45px; line-height:40px; }
.red-border-box{border:4px solid #ee5555; border-radius:50px; padding:50px;}
.top-wht-bg-head{display:inline-block; background:#ffffff; position:relative; top:-75px;}
.sm-grbox {background: #f4f4f4; padding-top: 20px;}
.mx-900{max-width:900px; margin:0 auto;}

.red-head{color:#ee5a5a; font-size:18px; font-weight:bold; line-height:25px; }

.font-blk{color:#141c22;}
.white-sh-boxbr{background:#fff; padding:30px; box-shadow:2px 2px 20px #cccccc; border-radius:0px; border:1px solid #ffffff; }
.white-sh-boxbr:hover{border:1px solid #ed5454;}
.wht-br-radius{border:10px solid #fff; border-radius:10px;}

.red-white-bg{background: rgba(255,255,255,1);
  background: -moz-linear-gradient(left, rgba(237,84,84,1) 0%, rgba(237,84,84,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left, color-stop(0%, rgba(237,84,84,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left, rgba(237,84,84,1) 0%, rgba(170,81,172s,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(237,84,84,1) 0%, rgba(237,84,84,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(237,84,84,1) 0%, rgba(237,84,84,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(237,84,84,1) 0%, rgba(237,84,84,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);}
  
.redr-white-bg{background: rgba(255,255,255,1);
  background: -moz-linear-gradient(right, rgba(237,84,84,1) 0%, rgba(237,84,84,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(right, color-stop(0%, rgba(237,84,84,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(right, rgba(237,84,84,1) 0%, rgba(170,81,172s,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(right, rgba(237,84,84,1) 0%, rgba(237,84,84,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(right, rgba(237,84,84,1) 0%, rgba(237,84,84,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to left, rgba(237,84,84,1) 0%, rgba(237,84,84,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);}
  
.red-dot-border{border:2px dotted #ed5454; border-radius:50%; padding:8px;}
.pad-sec-left{padding-left:17% !important; padding:10%;}
.growth-opportunity-bg{background:url("../img/growth-opportunity-bg.jpg ") no-repeat top left; background-size:cover; min-height:500px;}
.lblue-sec{background:#eff5ff;}
.white-box-red{background:#ffffff; padding:20px;}
.white-box-red:hover{background:#ee5555; }
.white-box-red h4{color:#10323c; font-size:14px;}
.white-box-red:hover h4{color:#ffffff;}
.white-icon-hover{display:none; }
.white-box-red:hover .white-icon-hover{display:inline-block; text-align:center; }
.white-box-red:hover .white-icon{display:none; }
.pos-right-top{float:right; margin-top:-100px;}
.red-br-bottom{border-bottom:7px solid #ee5555;}

#facts-new .counters span {font-weight: bold; font-size: 48px; display: inline-block; color: #ffffff;}
#facts-new .counters p {padding: 0; margin: 0 0 20px 0; font-size: 14px; color: #ffffff;}
#facts-new .facts-img {text-align: center; padding-top: 30px;}
.red-sec{background:#cf4242;}
.communication-sec{background:url("../img/communication-bg.jpg ") no-repeat top left; background-size:cover;}
.pad-sec-left-right {
    padding-left: 17% !important;
    padding-right: 17% !important;
    padding: 10%;
}
.pos-bottom-corner{position:absolute; bottom:-30px; right:7%;}
.grey-top-bg{background: linear-gradient(to top, #ffffff 70%, #e8e8e8 100%) no-repeat;
  background-size: calc(100% - 0px) ;  
  background-position: top;}
.blk-br-bottom{border-bottom:7px solid #2d2e30;}
.hov-br-red:hover .blk-br-bottom{border-bottom:7px solid #ee5555;}
.red-head-sm{color:#ee5555; font-weight:bold; font-size:20px;}
.red-head-md{color:#ee5555; font-weight:bold; font-size:30px;}
 .bi-faq .accordion .card-header:after {
    font-family: 'Font Awesome 5 Free';  
    content: "\f068";
    float: right; 
}
.bi-faq .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.bi-faq .card{border:0px solid #262626;}
.bi-faq .card-header{border:1px solid #262626; background:#ffffff; color:#000000; margin-bottom:18px; font-weight:bold; font-size:20px; cursor:pointer;}
.bi-faq .card-body{background:#e8e8e8; color:#000000; margin-bottom:18px;}

.mh-380{min-height:380px;}
.red-cornerpos-right-top { float: right; margin-top: -51px; margin-right: -50px;}
.br-left-top-bottom{border-top:1px solid #cecece; border-bottom:1px solid #cecece; border-left:1px solid #cecece; padding:20px;}
.mh-300{min-height:300px;}
.mh-260{min-height:260px;}

@media(max-width: 992px){
.pos-bottom-corner{position:relative; bottom:auto; right:auto; left:auto; text-align:center;}
}
.hrms-carousel{margin:0 auto; position:relative;}
.hrms-carousel .owl-nav {position:absolute; top:30%; display:none;}
.hrms-carousel .owl-next{ right:0px;}
.hrms-carousel .owl-prev{left:0px;}
.hrms-carousel .owl-dots{width:100%; margin:0 auto; text-align:center; margin-top:20px;}
.hrms-carousel .owl-dots .owl-dot{background:#ee5555; width:38px; height:6px; display: inline-block; margin: 0 auto; margin:5px;}
.hrms-carousel .owl-dots .owl-dot.active{background:#383838;}
.white-info-box{background:#ffffff; padding:20px; box-shadow:2px 2px 10px #dddddd; margin-bottom:10px;}
.white-info-box h4{color:#000000; font-size:20px; font-weight:bold;}
.white-info-box p{color:#000000; font-size:15px; }
.pb-250{padding-bottom:250px;}
.mt--250{margin-top:-250px;}

.blue-sec{background:#772bdc;}
.expense-tracking-do-sec{background:url("../img/ex-tracking-do-bg.jpg ") no-repeat top left; background-size:cover; padding:30px; position:relative; top:40px;}
.expense-tracker-sec{background:url("../img/expense-tracker-app-bg.jpg ") no-repeat top right; }
.pad-sec-right{padding-right:18%; padding-left:30px;}

.lgrey-sec-light{background:#f9f9f9;}
.black-head-md{color:#000000; font-weight:bold; font-size:30px;}
.red-head-small{color:#ee5555; font-weight:bold; font-size:28px;}
.md-grey-bg{background:#f1f1f1;}
.red-sec{background:#ee5555;}
.cornerpos-right-bottom { float: right; margin-top: -47px; margin-right:10px;}
.grey-bg-img{background:#f9f9f9;}
.white-sh-box-np{background:#fff; padding:0px; box-shadow:2px 2px 20px #cccccc; border-radius:0px; }
.white-con-box{padding:20px;}
.blue-bor-top{border-top:6px solid #772bdc;}
.white-sh-box-np:hover .blue-bor-top{border-top:6px solid #2d2e30;}
.mh-386{min-height:386px;}
.pos-sec-left-top{padding:40px 250px 40px 40px; margin-left:-252px;}
.bottom-left-pos{position:absolute; left:0px; bottom:-87px;}
.benefit-scheduling-sec{background:url("../img/benefit-appointment-scheduling-bg.jpg ") no-repeat top left; background-size:cover;}
.grey-br-box-bg{background:#2d2e30; padding:30px; border:1px solid #fff;}
.grey-br-box-bg:hover{background:#ee5555;}
.pos-absolute{position:absolute; top:0px; left:0px;}
.ptop-150{margin-top:-150px;}

.cards-white{box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; background-color: white; border-bottom: 6px solid #2d2e30;
text-align: center; padding: 10px;}
.cards-white:hover {box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); background-color: white; border-bottom: 6px solid #ee5555; text-align: center;
padding: 10px;}
.paraa{color:black; font-size: 16px;}
.paratitle{font-size: 25px; font-weight: 700; color: black; }
.paratitle1{font-size: 22px; font-weight: 700; color: brown;}
.btn{border: 2px solid white; color: white; padding: 10px; display:inline-block;}
.btn:hover{border: 2px solid white; color: white; padding: 10px; background:#b91414;}
.soft{padding: 10px; border: 2px solid #ee5555; text-align: center;}
.bgblue{background-color: rgb(81, 14, 143); padding:20px; }
.mh-526{min-height:526px;}
.grey-br-bottom{border-bottom:2px solid #2d2e30;}
.interview-sheduling-work-sec {
  background: url("../img/interview-sheduling-work-bg.jpg ") no-repeat top left;
}
.blue-dash-box{border:1px dashed #772bdc; padding:20px; position:relative; box-shadow: 2px 2px 10px #efeded;}
.blue-dash-box:hover{background:#f6efff;}
.mt--70{margin-top:-70px;}
.blk-head-vs{color:#353535;  font-size:20px; font-weight:600; position:relative;}
.white-btn{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 8px 32px;
  border-radius: 0;
  transition: 0.5s;
  margin: 0px;
  color: #772bdc;
  background: #ffffff;
  border:0px solid #792fe0;
  display:inline-block;
  white-space:normal;
  text-align:center;
}

.white-btn:hover {
  background: #ef6161;
  color: #ffffff;
  border:0px solid #792fe0;
  
}
.feature-job-sheduling-sec{background: url("../img/feature-job-sheduling-bg.jpg ") no-repeat top left;}
.wht-br-10{border:10px solid #ffffff; border-radius:5px;}
.blue-head-sm{color:#772bdc; font-weight:bold; font-size:20px;}
.blue-br-sh-box{background:#fff; border:1px solid #772bdc; padding:30px; box-shadow:2px 2px 20px #cccccc; border-radius:10px; }
.blk-head-nm{color:#020101;  font-size:30px; font-weight:bold;}
.mh-470{min-height:470px;}
.blue-br-bx{border:1px solid #b78fec; background:#ffffff; padding:25px; border-radius:10px; box-shadow:2px 2px 20px #cccccc;}
.blue-br-bx:hover{background:#dddcda;}
.blue-br-bx .icon{float:left;}
.blue-br-bx .title{color:#762bdb; font-weight:bold; font-size:20px; padding-left:110px;}
.blue-br-bx .description{color:#000000; font-size:16px; padding-left:110px;}
.staffing-feature-sec {
  background: url("../img/staffing-feature-bg.jpg ") no-repeat top left;
}
.cstaffing-sec{padding:25px; background: url("../img/cstaffing-bg.jpg ") no-repeat top left; background-size:cover; border-bottom:4px solid #772bdc;}
.font-blue{color:#772bdc;}
.chiring-sec{background: url("../img/chiring-bg.jpg ") no-repeat top left; background-size:cover;}
.overlay{background:rgba(0,0,0,0.7); padding:50px 25px 50px 25px;}

.white-head-video{color: #fff; font-size: 34px; font-weight: 600; font-family: 'Roboto', sans-serif;}
.video-bg-home{background:url(https://recruitchamp.com/wp-content/uploads/2021/08/post-1-3.jpg) no-repeat top center; background-size:cover; display:inline-block; width:100%; padding:120px 0 120px 0;}
.bottomalign {display: flex; align-content: flex-end; justify-content: center; flex-direction: row;
  flex-wrap: wrap;}
.video-main{color:#fff;}
.video-main i{font-size:90px; height:80px; width:80px; margin:0px; border-radius: 100%; text-align:center; background:transparent; line-height:80px; color:#27af0d;
border: 0px solid #ffffff; -webkit-transition: 500ms; -moz-transition: 500ms; -o-transition: 500ms;
transition: 500ms; float: left; padding-left:5px; }
.video-main i:hover {background:transparent; color: #ffffff;   }

.video-btn a{width:80px;height:80px;line-height:90px;border-radius:100%;background:#fff;color:#106eea;display:inline-block;text-align:center;position:relative;margin:0 auto;margin-bottom:20px;}
.video-btn a i, .video-btn a .fa{font-size:30px;position:relative;z-index:1; color:#ffffff !important; background:#792dde !important;}
.video-btn a:after{background:#fff;content:"";position:absolute;z-index:0;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:80px;height:80px;border-radius:50%;animation:pulse-border 1.5s ease-out infinite}
.video-btn.border-style a:before{width:100px;height:100px;position:absolute;content:'';left:50%;top:50%;transform:translate(-50%,-50%);border-radius:100%;border:1px solid #fff}.video-btn.green a{background:#792dde;color:#fff}
.video-btn.green a:after{background:#792dde}.video-btn.green a:before{border-color:#792dde}

/* Pulse Border Animation */
@keyframes pulse-border {
 0% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1; }
100% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);  opacity: 0; }
}
@-webkit-keyframes pulse-border {
0% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1; }
100% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0; }
}

#hero{width:100%;background:url(https://recruitchamp.com/wp-content/uploads/2021/08/ppc-banner.jpg) no-repeat top center;background-size:cover; padding:180px 0 160px 0;}
#hero h2{color:#fff;margin-bottom:20px;font-size:55px;font-weight:700;padding:80px 0 20px}
#hero p{-webkit-animation-delay:.4s;animation-delay:.4s;margin:0 auto 30px auto;color:#fff;font-size:25px;font-weight:700}
#hero .btn-get-started{font-weight:500;font-size:14px;letter-spacing:1px;display:inline-block;padding:14px 32px;border-radius:4px;transition:.5s;line-height:1;color:#fff;-webkit-animation-delay:.8s;animation-delay:.8s;background:#f51722}
#hero .btn-get-started:hover{background:#df3740}

@media (max-width:992px){
  #hero h2{font-size:28px}
}
@media (max-width:768px){
  #hero h2{font-size:28px}
}
.formm input[type=text],select,textarea{width:100%;padding:5px;border-radius:10px;margin-top:5px;margin-bottom:10px;resize:vertical;border:1px solid gray}
.formm input[type=submit]{background-color:#dd0824;color:#fff;padding:8px 16px;border:1px solid #fff;border-radius:20px;cursor:pointer;width:100%;font-size:18px;font-weight:700;text-transform:uppercase}
.formm input[type=submit]:hover{background-color:#c90721}
.formm{border-radius:20px;background-color:#fff;padding:25px}
.formtitle{color:#000;font-size:25px;text-align:center}
.formtitlep{color:#1b1b1b;font-weight:700;font-size:14px}
.paratitle{font-size:25px;font-weight:700;color:#000}
.softcard{padding:10px;border:1px solid #751c86;height:350px;border-radius:10px;background-color:#e6e3e3;text-align:center}
.softcard1{padding:10px;border:1px solid #751c86;height:300px;border-radius:10px;background-color:#e6e3e3;text-align:center}
.paratitle-card{color:#000;font-size:25px;font-weight:700;text-align:center;padding:20px}.paratitlec{color:#000;font-size:23px;font-weight:700;text-align:center;padding:15px}
#contact-foot{background-color:#6c25a7;padding:20px;text-align:center}
.formm .form-control input[type=text],select,textarea{width:100%;padding:5px;margin-top:5px;margin-bottom:10px;resize:vertical;border:1px solid gray}.btn{background-color:#dd0824;color:#fff;padding:8px 16px;cursor:pointer;width:100%;font-size:18px;font-weight:700;text-transform:uppercase}
.formtitle-foot{color:#fff;font-size:30px;text-align:center;padding-top:20px}
.formtitlep-foot{color:#fff;font-size:20px;text-align:center;padding-bottom:10px}
@media (max-width:768px){.formtitle{font-size:21px}}

@media(max-width: 992px){
  .pad-sec-right{padding-right:auto; padding-left:auto;}
  .mh-386, .mh-526, .mh-470{min-height:0px;}
  .pos-sec-left-top{padding:40px 40px 40px 40px; margin-left:0px;}
  .ptop-150{margin-top:0px;}
}
@media(max-width:768px){
.video-bg-home{background:url(https://recruitchamp.com/wp-content/uploads/2021/08/post-1-3.jpg) no-repeat top center; background-size:100%; display:inline-block; width:100%; padding:60px 0 60px 0;}	
}
#ragency-banner {width: 100%; background-image: url('https://recruitchamp.com/wp-content/uploads/2021/08/r-agency-banner.jpg'); background-position: center center; background-size: cover; padding:130px 0 130px 0; }
#ragency-banner h2{color:#fff;margin-bottom:20px;font-size:50px;font-weight:700;padding:80px 0 20px}
#ragency-banner p{-webkit-animation-delay:.4s;animation-delay:.4s;margin:0 auto 30px auto;color:#fff;font-size:25px;font-weight:700}
.bg-blue-sec{background-image:url(img/features-employstar.jpg);background-position:center center;padding-left:100px;padding-right:100px}
.red-arrow{width:10px;height:10px;color:#fff;background-color:red;border-radius:50%;font-size:12px;padding:3px}
.red-arrow-list{padding-left:0px;}
.red-arrow-list li{list-style-type:none; background:url('https://recruitchamp.com/wp-content/uploads/2021/08/tick-iconn.jpg') no-repeat top 3px left; padding-left:28px; margin-bottom:10px;}

.signup-btn{background-color:#dd0824;color:#fff;padding:8px 16px;cursor:pointer;width:100%;font-size:16px;font-weight:700}
.signup-btn:hover{background-color:#ca0822;color:#fff;padding:8px 16px;cursor:pointer;width:100%;font-size:16px;font-weight:700}
.icon-title-center{color:#000;font-size:14px;text-align:center}
.ibox{background-color:#fff;border-radius:10px;padding:10px;text-align:center; margin-bottom:20px;}
.para-tit-icon{text-align:center;color:#000;font-size:18px}
.white-boxx{text-align:center;background-position:center center;position:center}
.btn-centerr{position:center;text-align:center;background-position:center center}
.bg-title{text-align:center;color:#fff;font-size:40px;font-weight:700}
.bg-para{text-align:center;color:#fff;font-size:18px}
.bg-blue-sec{background-image:url(https://recruitchamp.com/wp-content/uploads/2021/08/features-employstar.jpg);background-position:center center}
.features-card{background-color:#f0f0f0;padding:20px;border-radius:20px; min-height:370px}
.f-title{color:#353535;font-size:24px;font-weight:600;position:relative;font-weight:700;text-align:center}
.f-para{color:#000;font-size:15px;padding:5px;text-align:center}
.row-pad{padding-top:50px}
.faqs-cntr .accordion{background-color:#fff;color:#444;cursor:pointer;padding:0px;border:none;text-align:left;outline:0;font-size:15px;transition:.4s; border: 1px solid #000; float:left; display:block; width:100%; }
.faqs-cntr .accordion:hover, .faqs-cntr .accordion .active{}
.faqs-cntr .panel{padding:15px;display:none;background-color:#cccbcb;overflow:hidden;margin-left:50px;text-align:left;color:#000}
.faqs-cntr .plus{border:1px solid #000;padding:10px;font-size:16px; float:left; margin-right:10px;}
.question-faqs{padding:10px;font-size:16px; float:left; font-weight:normal;}
.faqs-cntr{background-position:center;text-align:center}
.red-head-faq{color:#ee5a5a;font-size:25px;font-weight:700;line-height:30px;text-align:left;}
.red-dot-p{color:#000;font-size:15px;list-style-type:none;padding:10px}
.respo-img-advantage{max-width:100%;height:auto}
.grey-para{color:#000;list-style-type:none}
.ad-titl{font-weight:700;color:#000}
.staffing-feature-secbg { background:url(https://recruitchamp.com/wp-content/uploads/2021/08/Conclusion.jpg) no-repeat top left; }
.thanks-banner {width: 100%; background-image: url('https://recruitchamp.com/wp-content/uploads/2021/09/thanks-banner.jpg'); background-position: center center; background-size: cover; padding:130px 0 130px 0; }
.thanks-banner h2{color:#fff;margin-bottom:20px;font-size:50px;font-weight:700;padding:80px 0 20px}
.grey-br-box{border:1px solid #000000; padding:10px 30px 10px 30px; border-radius:30px; margin:10px 0 10px 0;}
.subline{color: #333; font-size: 20px;}
@media (max-width:992px){
  #ragency-banner h2{font-size:28px}
  .features-card{min-height:0px;}
}
@media (max-width:768px){
  #ragency-banner h2{font-size:28px}
}

.ats-banner{width:100%;background:url(https://recruitchamp.com/wp-content/uploads/2021/11/ats-sys-bg.jpg) no-repeat bottom left #ffffff; padding:130px 0 50px 0;}
.ats-banner h2{color:#000000;margin-bottom:20px;font-size:32px;font-weight:700;padding:80px 0 20px}
.ats-banner p{-webkit-animation-delay:.4s;animation-delay:.4s;margin:0 auto 30px auto;color:#fff;font-size:25px;font-weight:700}
.ats-banner .btn-get-started{font-weight:500;font-size:14px;letter-spacing:1px;display:inline-block;padding:14px 32px;border-radius:4px;transition:.5s;line-height:1;color:#fff;-webkit-animation-delay:.8s;animation-delay:.8s;background:#f51722}
.ats-banner .btn-get-started:hover{background:#df3740;}
.mh-430{min-height:430px;}
.ats-form-outer{box-shadow:2px 2px 10px #dddddd; border-top:5px solid #56b8c7; border-radius:10px;}
.lblue-sec-1 {background: #f3f6f9;}
.wht-box-br{padding:30px; background:#ffffff; border-bottom:5px solid #56b8c7; border-radius:10px;}
.wht-box-br h2{color:#000;font-size:18px;font-weight:700;}
.wht-box-br p{color:#000;font-size:15px;font-weight:normal; margin-bottom:0px;}
.mx-600{max-width:600px; margin:0 auto;}
.wht-dot-list{padding-left:30px;}
.wht-dot-list li{color:#ffffff; font-size:15px; background:url("https://recruitchamp.com/wp-content/uploads/2021/11/white-dot.png") no-repeat top 6px left; list-style-type: none; padding-left:20px;}
.purple-sec{background:#7828de;}
.formm2 h3{color:#000000; font-size:23px; font-weight:bold;}

.CookiesPolicy {
	padding: 4px 50px 8px;
	position: fixed;
	bottom: 0px;
	background: #e0e0e0;
	z-index: 999;
	display: none;
	width: 100%;
	line-height: 10px
}
.CookiesPolicy .left {
	max-width: 100%;
	width: auto;
	padding-top: 14px;
	text-align: center;
}
.CookiesPolicy .right {
	width: 100%;
	padding-left: 10px;
	padding-top: 14px;
	text-align: center;
}
.CookiesPolicy .allow {
	color: #fff !important;
	background: #ec1922;
	font-weight: 600;
	border-radius: 4px;
	padding: 11px 25px !important;
	margin: 0px;
	margin-right: 5px;
	border-color: #ec1922;
}
.CookiesPolicy .disallow {
	color: #fff !important;
	background: #302f2f;
	font-weight: 600;
	padding: 11px 25px !important;
	cursor: pointer;
	border-radius: 5px;
	border-color: #302f2f;
}

@media (max-width:768px){
.CookiesPolicy {
	padding: 10px 20px 50px;
    position: fixed;
    bottom: 0px;
    background: #e0e0e0;
    z-index: 999;
    display: none;
    width: 100%;
    line-height: 10px;
}
.CookiesPolicy .left {
	max-width: 100%;
    float: left;
    width: auto;
    padding-top: 4px;
    line-height: 20px;
    text-align: justify;
}
.CookiesPolicy .right {
	width: 100%;
    float: left;
    padding-left: 10px;
}
.CookiesPolicy .allow {
	color: #fff !important;
    background: #ec1922;
    font-weight: 600;
    border-radius: 5px;
    padding: 11px 15px !important;
    margin: 0px;
    width: 30%;
    border-color: #ec1922;
}
.CookiesPolicy .disallow {
	color: #fff !important;
    background: #302f2f;
    font-weight: 600;
    padding: 11px 15px !important;
    cursor: pointer;
    width: 60%;
    border-radius: 5px;
    border-color: #302f2f;
	margin-left: 10px;
}
}

