/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #1e2052;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}
.fa {
padding: 11px;
    font-size: 18px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    height: 40px;
}

.fa:hover {
    opacity: 0.7;
	 background: #fff;
	 color:#333;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}
h1, h2, h3, h4, h5, h6 {
  font-family:"Open Sans", sans-serif;
}
.blink-bg{
		display: inline-block;
		
		animation: blinkingBackground 5s infinite;
		line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 25px rgb(65 84 241 / 30%);
	}
	@keyframes blinkingBackground{
		0%		{ background-color: #e34234;}
		30%		{ background-color: #181a4a;}
		50%		{ background-color: #fbb549;}
		100%		{ background-color: #e34234;}
		
	}
	
	.blink-text{
		color: #000;
		font-weight: bold;
		font-size: 2rem;
		animation: blinkingText 2s infinite;
	}
	@keyframes blinkingText{
		0%		{ color: #10c018;}
		25%		{ color: #1056c0;}
		50%		{ color: #ef0a1a;}
		75%		{ color: #254878;}
		100%	        { color: #04a1d5;}
	}
.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.waves .content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}



.gplaystore{
	text-align:left;
	padding:1em 0;
}
.gplaystore img{
	width: 100%;
max-width: 130px;
}
.gplaystore p{
	font-weight:500;
}
.gplaystore span{
	font-weight:600;
}
/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }

}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1e2052;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
      height: 100%;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}
.contact .email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.contact .email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.hero .form-control,.hero .form-select{
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;	
}
.form-label {
    margin-bottom: 0.5rem;
    line-height: 24px;
    font-size: 14px;
}
.contact .email-form input, .contact .email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}
.contact .email-form input:focus, .contact .email-form textarea:focus {
  border-color: #4154f1;
}
.contact .email-form input {
  padding: 10px 15px;
}
.contact .email-form textarea {
  padding: 12px 15px;
}
.contact .email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .email-form button[type=submit]:hover {
  background: #5969f3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #1e2052;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
margin-left:10px;
color:#fff;
}

#topbar .social-links a .fa {
    padding: 5px;
    font-size: 13px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin: 0;
    border-radius: 50%;
    height: 25px;
	
}
#topbar .social-links a .fa:hover {

	opacity:.7;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header.fixed-top {
  height: 70px;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #222222;
}
#header .logo a span {
  color: #1e2052;
}
#header .logo img {
  max-height: 55px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 18px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #1e2052;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #1e2052;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #1e2052;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #e34234;
  padding: 8px 20px;
  margin-left:0;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #5969f3;
}
.navbar > ul > li > a.getstarted:before{
	background:none;
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #1e2052;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #1e2052;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
ul{
	margin:0px;
	padding:0px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.wcontainer{
position:absolute;
width:100%;
bottom:0;
}
#hero {
  width: 100%;
  height: 75vh;
   background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
 
    background-size:100% 100%;
  position: relative;
}
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
#hero:before {
  content: "";
  background: rgb(255 255 255 / 58%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  position: relative;
}
#hero h1 {
  color: #333;
  font-family:"Open Sans", sans-serif;
  font-size: 3rem;
  font-weight:bold;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 550px;
}
   
#hero h1 span {
  font-size: 42px;
 
}

#hero .message {
background-color: #1e2052;
color: #fff;
  display: block;
  font-weight: 900;
  overflow: hidden;
  position: absolute;
  padding-left: 0.5rem;
  top: 0.2rem;
  left:190px;
  animation: openclose 5s ease-in-out infinite;
}

.word1, .word2, .word3 {
  font-family: "Open Sans", sans-serif;
}

@keyframes openclose {
  0% {
    top: 0.2rem;
    width: 0;
  }
  5% {
    width: 0;
  }
  15% {
    width: 300px;
  }
  30% {
    top: 0.2rem;
    width: 450px;
  }
  33% {
    top: 0.2rem;
    width: 0;
  }
  35% {
    top: 0.2rem;
    width: 0;
  }
  38% {
    top: -4.5rem;
    
  }
  48% {
    top: -4.5rem;
    width: 350px;
  }
  62% {
    top: -4.5rem;
    width: 350px;
  }
  66% {
    top: -4.5rem;
    width: 0;
    text-indent: 0;
  }
  71% {
    top: -9rem;
    width: 0;
    text-indent: 5px;
  }
  86% {
    top: -9rem;
    width:550;
  }
  95% {
    top: -9rem;
    width: 550px;
  }
  98% {
    top: -9rem;
    width: 0;
    text-indent: 5px;
  }
  100% {
    top: 0;
    width: 0;
    text-indent: 0;
  }
}
#hero p {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size:18px;
  font-weight: 400;
}
#hero p.blink-text {
  color: #1e2052;
  margin: 5px 0 30px 0;
  font-size:36px;
  font-weight: 800;
  
}
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1e2052;
}
#hero .btn-get-started:hover {
  background: #247cf0;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
  .text-heading h1,.text-heading #flip{
	  font-size:36px;
  }
}
@media (max-width: 769px) {
  #hero {
    height: 100vh;
  }
  .text-heading{
	  align-item:center;
  }
  .blink-text{
	  text-align:center;
  }
  .text-heading h1{
	  text-align: right;
	  font-size:24px !important;
	  width:100% !important;
  }
   .text-heading #flip {
    height: 36px;
    overflow: hidden;
    font-size:24px;
    margin-top: 0;
}
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 100%;
  }
}
.customer-logos img{
	filter:grayscale(1);
}
.customer-logos img:hover{
	filter:grayscale(0);
}
.tp img{
	top: -50px;
position: relative;
}
.proset{
	text-align:center;
	width:100%;
}
.proset img{
	max-width: 500px;
}
.pro-services .head.header-section .title::before {
	left:12% !important;
}

.pro-services .head.header-section .title::after {
	left:12% !important;
}
.w100 .icon-box{
width:100% !important;	
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  background-color:#fff;
}
.features .feature-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}
.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}
.features .feature-box:hover i {
  background: #4154f1;
  color: #fff;
}
.features .feture-tabs {
  margin-top: 120px;
}
.features .feture-tabs h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}
.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}
.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #012970;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}
.features .feture-tabs .nav-link.active {
  color: #4154f1;
  border-bottom: 3px solid #4154f1;
}
.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}
.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #4154f1;
}
.features .feature-icons {
  margin-top: 120px;
}
.features .feature-icons h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
  #header .logo img {
  max-height:40px;
}

}
.features .feature-icons .content .icon-box {
  display: flex;
}
.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #012970;
}
.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}
.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Management team
--------------------------------------------------------------*/
.section-services .Management-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
}

.section-services .Management-service .content {
	position: relative;
	z-index: 20;
}

.section-services .Management-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #1e2052;
    border: 6px solid #1e2052;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .Management-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .Management-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #9588d47a;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}
.ft{
	color:#9588d47a;
	font-weight:600 !important;
}

.section-services .Management-service:hover .icon {
	background-color: #fff;
	color: #1e2052;
}

.section-services .Management-service .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 23px;
    transition: color .3s;
	color:#000;
}

.section-services .Management-service:hover .title {
	color: #fff;
}

.section-services .Management-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
	color:#000;
}
.section-services .Management-service .icon img{
	max-width:60px;
}
.section-services .Management-service:hover .description {
	color: #fff;
}

.section-services .Management-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .Management-service:hover a {
	color: #fff;
}

.section-services .Management-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color:#1e2052;
	transition: background-color .3s;
}

.section-services .Management-service:hover a:after {
	background-color: #fff;
}
/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  margin-bottom:1em;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
 
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #1e2052;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.startCo{
	padding:1em;
}
.mtransfer .feature-box h3 {
    font-size: 16px;
    color: #012970;
    font-weight: 500;
    margin: 0;
}
.startCo h3{
	color: #012970;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}
.product img{
	width:100%;
	
}
.pro-view{
	text-align:center;
	margin-bottom:4em;
}
.pro-view img{
	max-width:480px;
	
}
.team-view{
	text-align:center;
	margin-bottom:4em;
}
.team-view img{
	max-width:650px;
width:100%;
	
}
.we_do-view{
	text-align:center;
	margin-bottom:4em;
}
.we_do-view img{
		max-width:650px;
	width:100%;
}

.scope{
	background-image: url(../images/scope.png);
    background-position: top right;
	background-repeat:no-repeat;
	height:470px;
	background-size:600px 100%;
}
.sub-heading{
    font-weight: 600;
    font-size: 18px;	
}
.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #1e2052;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title h3 span {
  color: #1e2052;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
#flip {
  height:55px;
  overflow:hidden;
  font-size:36px;
margin-top: 10px;
}
.text-heading .col-lg-4,.text-heading .col-lg-8, .text-heading .col-6{
	padding-left:10px;
	padding-right:10px;
}
#flip > div > div {
  color:#fff;
  padding:0px 12px;
      height: 55px;
    margin-bottom: 35px;
  display:inline-block;
}

#flip div:first-child {
  animation: show 5s linear infinite;
}

#flip div div {
  background:#42c58a;
}
#flip div:first-child div {
  background:#e34234;
}
#flip div:last-child div {
  background:#1e2052;
}

@keyframes show {
  0% {margin-top:-270px;}
  5% {margin-top:-180px;}
  33% {margin-top:-180px;}
  38% {margin-top:-90px;}
  66% {margin-top:-90px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;}
}


@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
  .listar-feature-item-wrapper{
      padding-left: 10px;
    padding-right: 10px;
  }
    .features .feature-box h3 {
    font-size: 14px;
    color: #012970;
    font-weight: 600;
    margin: 0;
}
.features .feature-box {
    padding: 18px 10px;
}
}

.ul__list--inline {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ul__list--inline > li {
  display: inline-block;
}

.ul__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sosmed__list li a {
  width: 40px;
  height: 40px;
  transition: 0.5s;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: black;
}
.sosmed__list li a:hover {
  color: white;
  background-color: black;
  box-shadow: 0px 10px 40px #3e3c3c7a;
}
.sosmed__list li a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* slider */
.images__slider img {
  object-fit: cover;
  width: 300px;
  height: 400px;
}

.bg__grub--slider {
  border-radius: 20px;
}
.wcolor{
	color: #fff !important;
}
.slider__arrow li {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #383838;
  color: white;
  border-radius: 50%;
  transition: 0.5s;
}
.slider__arrow li:hover {
  box-shadow: 0px 10px 40px #3e3c3c7a;
}
.slider__arrow li i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section-services {
	padding-top: 110px;
	padding-bottom: 120px;
	font-family: "Open Sans", sans-serif;
	background-color:#2f3c49;
	color: #fff;
}

.section-services .header-section {
	margin-bottom: 35px;
}

.section-services .header-section .title {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 25px;
	text-transform: uppercase;
	font-weight: 700;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 1px;
	background-color:#e34234;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
	height: 3px;
	background-color:#e34234;
}

.section-services .header-section .title span {
	color:#e34234;
}
.head.header-section .title {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 25px;
	text-transform: uppercase;
	font-weight: 700;
}

.head.header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 1px;
	background-color:#e34234;
}

.head.header-section .title:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
	height: 3px;
	background-color:#e34234;
}

.head.header-section .title span {
	color: #e34234;
}
.bg-img{
	background-image:url(../images/test.jpg);
	background-size:cover;
	background-attachment:fixed;
	padding:0px;
	
}
.bg-img .section-services{
background-color:#2f3c4980;
}
.section-services .header-section .description {
	color: #6f6f71;
}

.section-services .single-service {
	margin-top: 40px;
	background-color:#fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.section-services .single-service img {
max-width: 50px;
    padding: 12px 0;
}
.section-services .single-service .part-1 {
	padding: 40px 40px 25px;
	border-bottom: 2px solid #1d1e23;
}

.section-services .single-service .part-1 i {
	margin-bottom: 25px;
	font-size: 50px;
	color: #937ff5;
}

.section-services .single-service .part-1 .title {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.8em;
	 color: #000;
}

.section-services .single-service .part-2 {
	padding: 30px 36px 40px;
	 color: #000;
}

.section-services .single-service .part-2 .description {
	margin-bottom: 22px;
	color: #6f6f71;
	font-size: 14px;
	line-height: 1.8em;
}

.section-services .single-service .part-2 a {
    color: #6954cf;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}
.section-services .single-service .part-2 a:hover{
	 color: #1e2052;
}
.section-services .single-service .part-2 a i {
	margin-right: 10px;
	color: #937ff5;
}
.section-services .single-service ul{
margin-left: 15px;
}

.circles{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.map-before {
    background: url(../images/map.png) no-repeat top;
    background-size: cover;
}
/* Slider */

.slick-slide {
    /* margin: 0px 20px;*/
	margin:0px;
}

.slick-slide img {
     width: 100%;
    max-width: 150px;
    margin: auto;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide .slide{
	background:#fff;
	border:1px solid #eee;
	padding:10px;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
#canvas {
  width: 100%;
  height: auto;
}
.set{
background: #1e2052;
line-height: 42px;
padding: 1.5em 0;
color: #fff;
font-weight: 800;
}
.bg{background-image: url(../images/bg.png);
    background-size: 100% 100%;
}

.bg-shapes div {
    position: absolute;
    opacity: 0.5;
}

.bg-shapes div:nth-child(1) {
    height: 100px;
    width: 100px;
    top: 20%;
    left: 20%;
    background-color: #ffffff;
    border-radius: 50%;
    animation: shapeani01 5s linear infinite;
}

.bg-shapes div:nth-child(2) {
    height: 80px;
    width: 80px;
    top: 60%;
    left: 60%;
    background-color: transparent;
    border: 5px solid #ffffff;
    border-radius: 50%;
    border-bottom: 5px solid transparent;
    animation: shapeani02 7s linear infinite;
}


.bg-shapes div:nth-child(3) {
    height: 60px;
    width: 60px;
    top: 10%;
    left: 90%;
    background-color: transparent;
    border: 5px solid #ffffff;
    border-radius: 50%;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    animation: shapeani02 7s linear infinite;
}


.bg-shapes div:nth-child(4) {
    height: 200px;
    width: 200px;
    top: 40%;
    left: calc(100% - 100px);
    background-color: #ffffff;
    border-radius: 50%;
    animation: shapeani03 10s linear infinite;
}

.bg-shapes div:nth-child(5) {
    height: 100px;
    width: 100px;
    top: 40%;
    left: calc(0% - 50px);
    background-color: transparent;
    border: 5px solid #ffffff;
    animation: shapeani02 10s linear infinite;
}

@keyframes shapeani01 {
    0%, 100% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(50px);
    }
    
}
@keyframes shapeani02 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }   
}
@keyframes shapeani03 {
    0%, 100% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }   
}

.dnone{
	display:none;
}
.listar-feature-item-wrapper {
  margin-bottom: 160px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item {
  height: calc(100% - 20px);
}

.listar-feature-item.listar-feature-has-link
  ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
}

.listar-feature-item a {
  position: absolute;
  top: -12px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% + 4px);
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item a:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  z-index: 10;
  animation: ripple 0.7s linear infinite;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
    -5px -5px 10px rgba(255, 255, 255, 0.5);
}


@keyframes ripple {
  0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}



.listar-feature-item .listar-feature-item-inner {
  padding: 50px 30px;
  border-radius: 6px;
  z-index: 5;
  position: relative;
  height: 100%;
}

.listar-feature-item .listar-feature-item-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.listar-feature-item .listar-feature-item-inner:before {
  border: 0;
  box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),
    10px 0px 10px rgba(80, 80, 80, 0.02);
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(40%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
}

.listar-feature-item .listar-feature-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.listar-feature-right-border {
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: -12px;
  left: 50%;
  overflow: hidden;
}

.listar-feature-items {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position:relative;
}

.listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  border: 11px solid #2f53bf;
}

.listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before,
.listar-hovering-features-grey
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border:9px solid #917ef3;
  border-radius: 800px;
  left: -50%;
}

.listar-feature-item .listar-feature-block-content-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  margin: -30px;
  padding:15px;
  height: calc(100% + 100px);
  font-size:14px;
}

.listar-features-design-2 .listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  content: "";
  background-color: #fff;
  z-index: 6;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.listar-feature-icon-wrapper {
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  position: relative;
  background-color: #fff;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 50%;
  vertical-align: middle;
  margin-left: -74px;
  top: -66px;
  margin-top: -74px;
}

.listar-feature-icon-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
}

.listar-feature-icon-inner div {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: left;
}

.listar-feature-icon-inner img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  height: 55px;
}

.listar-feature-item img,
.listar-feature-item i {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-size: 40px;
  top: 0;
  padding: 0;
  color: #258bd5;
}

.listar-feature-with-image .listar-feature-content-wrapper {
  top: 0;
}
.listar-feature-content-wrapper {
  position: relative;
  margin-top: -15.5px;
}

.listar-feature-item .listar-feature-item-title {
  padding-top: 0;
  margin: 0 0 18px;
  text-align: center;
  line-height: 1.5;
}

.listar-feature-item
  .listar-feature-item-title.listar-feature-counter-added
  > span {
  margin-left: 25px;
  border-radius: 0 50px 50px 0;
}

.listar-feature-item .listar-feature-item-title > span {
  box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
    5px 0px 40px rgba(80, 80, 80, 0.1);
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}

.listar-feature-item .listar-feature-item-title > span span {
  box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),
    5px 0px 80px rgba(80, 80, 80, 0.15);
  padding: 10px 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  top: -3px;
  left: -40px;
  border-radius: 50px;
  background-color: #fff;
}

.listar-feature-item .listar-feature-item-title span {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-shadow: none;
  border-radius: 50px;
  color: #252525;
  font-size: 18px;
}

.listar-feature-item-excerpt {
  padding: 0 20px;
}

.listar-feature-item-excerpt {
  color: #252525;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pset {
  padding-top:0px;
  padding-bottom: 100px;
}

.listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-map-button-text span:after {
  border: 12px solid #fff;
}

.listar-map-button-text span:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  border-radius: 36px;
}

.listar-map-button:hover .listar-map-button-text span {
  padding: 10px 43px 10px 51px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
    15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
  bottom: -30px;
  background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
  background-size: 40%;
  color: #555;
  line-height: 52px;
}

.ag-slider-rotate {
  height: 100%;

  overflow-x: hidden;
}
.ag-values-block {
  padding: 60px 0;
}
.ag-values_title {
  padding: 0 0 30px;

  text-align: center;
  font-weight: bold;
  font-size: 34px;
  color: #2d2926
}
.ag-values_list {
 position: relative;
}
.ag-values_item {
  padding: 100px 0 0;
}
.ag-values_title-item {
  display: table;
  margin: 0 0 30px;
  padding: 0 0 10px;

  font-weight: bold;
  font-size: 30px;
  color: #2d2926;

  position: relative;
}
.ag-values_title-item:after {
  content: "";
  height: 4px;
  width: 100%;
  background-color:#1e2052;

  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.ag-values_text-item {
  line-height: 1.4;

  font-size: 20px;
  color: #2d2926;
}


.ag-values-controller-block {
  min-height: 495px;

  position: relative;
}

.ag-values-controller_item {
  display: block;
  width: 146px;
  border-radius: 50%;
  opacity: 1;
  transition: opacity .3s, -webkit-transform 1s;
  transition: opacity .3s, transform 1s;
  transition: opacity .3s, transform 1s, -webkit-transform 1s;
}

.ag-values-controller_item:hover {
  opacity: .7;
}

.ag-values-controller_item.js-ag-active {
  opacity: .7;
  cursor: default;
}

.ag-values-controller_item__main {
  width: 160px;
  height: 160px;
  margin: 0;

  cursor: default;

  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ag-values-controller_item__main:hover {
  opacity: 1;
}

.ag-values-controller_img-box {
    display: block;
    text-align: center;
    background: #e4e4e4;
    padding: 10px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 5px solid #cdccd2
}

.ag-values-controller_img {
 max-width: 55px;
  width:100%;
  align-items: center;
  margin: .5em 0;
  cursor: pointer;
}


@media only screen and (max-width: 979px) {
  .ag-values_list {
    width: auto;
  }
  .ag-values_item {
    padding: 20% 0 0;
  }

  .ag-values-controller-block {
    min-height: 50px;

    z-index: 1001;
  }
  .ag-values-controller_list {
    text-align: center;
  }
  .ag-values-controller_item {
    display: inline-block;
    width: 15%;
  }
  .ag-values-controller_item__main {
    display: none;
  }
  .btn-bcbf {
    display: flex;
    padding: 10px !important;
    color: #4154f1;
    transition: none;
    font-weight: normal;
    font-size: 14px;
    transition: 0.3s;
    border: 1px solid #4154f1;
    width: 100%;
    margin-bottom: 2rem;
    height: 65px;
    align-items: center;
    text-align: center;
    z-index: 1;
    word-break: break-word;
    background-color: #fff;
}
  
  
  
}

@media only screen and (max-width: 765px) {
  .ag-format-container {
    width: 96%;
  }
  .set-line,.set-line2,.set-line3,.setbefore,.btn-bcbf:after{
	display:none !important;  
  }
.ag-values_list {
  width: 600px;
 position: relative;
}
.ag-values-controller_img {
    max-width: 70px !important;
}
}

@media only screen and (max-width: 639px) {
  .ag-values_item {
    padding: 10% 0 0;
  }
.map-before {
	background-image:none;
	
}
.contant-bg,.img-area,.how-it-works .mid-contant::after,.how-it-works .mid-contant::before{
	display:none;
}
.how-it-works .contant-area{
margin:0px !important;
position:relative !important;	
}
  .ag-values-controller_item {
    width: 20%;
    margin: 0 3% 3%;
  }
}

@media only screen and (max-width: 479px) {

}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }

  .ag-values_list {
    float: left;
    width: 450px;
  }
}

@media only screen and (min-width: 980px) {
	.max500{
max-width:450px;	
}
.max550{
max-width:500px;	
}
.max60{
max-width:60px;	
}
  .js-ag-values-controller_list-0 {
    position: absolute;
    top: 73px;
    right: 49px;
    width: 348px;
    height: 348px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    box-sizing: content-box;
  }
  .js-ag-values-controller_list-0 > :not(.ag-values-controller_item__main) {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 146px;
    height: 146px;
    margin: -73px;
  }
  .js-ag-values-controller_list-0 > :first-of-type {
    -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(.8);
    transform: rotate(-90deg) translate(174px) rotate(90deg) scale(.8);
  }
  .js-ag-values-controller_list-0 > :first-of-type.js-ag-active {
    -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
    transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
  }
  .js-ag-values-controller_list-0 > :nth-of-type(2) {
    -webkit-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(.8);
    transform: rotate(-30deg) translate(174px) rotate(30deg) scale(.8);
  }
  .js-ag-values-controller_list-0 > :nth-of-type(2).js-ag-active {
    -webkit-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1);
    transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1);
  }
  .js-ag-values-controller_list-0 > :nth-of-type(3) {
    -webkit-transform: rotate(30deg) translate(174px) rotate(-30deg) scale(.8);
    transform: rotate(30deg) translate(174px) rotate(-30deg) scale(.8);
  }
  .js-ag-values-controller_list-0 > :nth-of-type(3).js-ag-active {
    -webkit-transform: rotate(30deg) translate(174px) rotate(-30deg) scale(1);
    transform: rotate(30deg) translate(174px) rotate(-30deg) scale(1);
  }
  .js-ag-values-controller_list-0 > :nth-of-type(4) {
    -webkit-transform: rotate(90deg) translate(174px) rotate(-90deg) scale(.8);
    transform: rotate(90deg) translate(174px) rotate(-90deg) scale(.8);
  }
  .js-ag-values-controller_list-0 > :nth-of-type(4).js-ag-active {
    -webkit-transform: rotate(90deg) translate(174px) rotate(-90deg) scale(1);
    transform: rotate(90deg) translate(174px) rotate(-90deg) scale(1);
  }
  .js-ag-values-controller_list-0 > :nth-of-type(5) {
    -webkit-transform: rotate(150deg) translate(174px) rotate(-150deg) scale(.8);
    transform: rotate(150deg) translate(174px) rotate(-150deg) scale(.8);
  }
  .js-ag-values-controller_list-0 > :nth-of-type(5).js-ag-active {
    -webkit-transform: rotate(150deg) translate(174px) rotate(-150deg) scale(1);
    transform: rotate(150deg) translate(174px) rotate(-150deg) scale(1);
  }
  .js-ag-values-controller_list-0 > :nth-of-type(6) {
    -webkit-transform: rotate(210deg) translate(174px) rotate(-210deg) scale(.8);
    transform: rotate(210deg) translate(174px) rotate(-210deg) scale(.8);
  }
  .js-ag-values-controller_list-0 > :nth-of-type(6).js-ag-active {
    -webkit-transform: rotate(210deg) translate(174px) rotate(-210deg) scale(1);
    transform: rotate(210deg) translate(174px) rotate(-210deg) scale(1);
  }

  .js-ag-values-controller_list-1 {
    position: absolute;
    top: 73px;
    right: 49px;
    width: 348px;
    height: 348px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    box-sizing: content-box;
  }
  .js-ag-values-controller_list-1 > :not(.ag-values-controller_item__main) {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 146px;
    height: 146px;
    margin: -73px;
  }
  .js-ag-values-controller_list-1 > :first-of-type {
    -webkit-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
    transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
  }
  .js-ag-values-controller_list-1 > :first-of-type.js-ag-active {
    -webkit-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
    transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
  }
  .js-ag-values-controller_list-1 > :nth-of-type(2) {
    -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(.8);
    transform: rotate(-90deg) translate(174px) rotate(90deg) scale(.8);
  }
  .js-ag-values-controller_list-1 > :nth-of-type(2).js-ag-active {
    -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
    transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
  }
  .js-ag-values-controller_list-1 > :nth-of-type(3) {
    -webkit-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(.8);
    transform: rotate(-30deg) translate(174px) rotate(30deg) scale(.8);
  }
  .js-ag-values-controller_list-1 > :nth-of-type(3).js-ag-active {
    -webkit-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1);
    transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1);
  }
  .js-ag-values-controller_list-1 > :nth-of-type(4) {
    -webkit-transform: rotate(30deg) translate(174px) rotate(-30deg) scale(.8);
    transform: rotate(30deg) translate(174px) rotate(-30deg) scale(.8);
  }
  .js-ag-values-controller_list-1 > :nth-of-type(4).js-ag-active {
    -webkit-transform: rotate(30deg) translate(174px) rotate(-30deg) scale(1);
    transform: rotate(30deg) translate(174px) rotate(-30deg) scale(1);
  }
  .js-ag-values-controller_list-1 > :nth-of-type(5) {
    -webkit-transform: rotate(90deg) translate(174px) rotate(-90deg) scale(.8);
    transform: rotate(90deg) translate(174px) rotate(-90deg) scale(.8);
  }
  .js-ag-values-controller_list-1 > :nth-of-type(5).js-ag-active {
    -webkit-transform: rotate(90deg) translate(174px) rotate(-90deg) scale(1);
    transform: rotate(90deg) translate(174px) rotate(-90deg) scale(1);
  }
  .js-ag-values-controller_list-1 > :nth-of-type(6) {
    -webkit-transform: rotate(150deg) translate(174px) rotate(-150deg) scale(.8);
    transform: rotate(150deg) translate(174px) rotate(-150deg) scale(.8);
  }
  .js-ag-values-controller_list-1 > :nth-of-type(6).js-ag-active {
    -webkit-transform: rotate(150deg) translate(174px) rotate(-150deg) scale(1);
    transform: rotate(150deg) translate(174px) rotate(-150deg) scale(1);
  }

  .js-ag-values-controller_list-2 {
    position: absolute;
    top: 73px;
    right: 49px;
    width: 348px;
    height: 348px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    box-sizing: content-box;
  }
  .js-ag-values-controller_list-2 > :not(.ag-values-controller_item__main) {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 146px;
    height: 146px;
    margin: -73px;
  }
  .js-ag-values-controller_list-2 > :first-of-type {
    -webkit-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
    transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
  }
  .js-ag-values-controller_list-2 > :first-of-type.js-ag-active {
    -webkit-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
    transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
  }
  .js-ag-values-controller_list-2 > :nth-of-type(2) {
    -webkit-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
    transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
  }
  .js-ag-values-controller_list-2 > :nth-of-type(2).js-ag-active {
    -webkit-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
    transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
  }
  .js-ag-values-controller_list-2 > :nth-of-type(3) {
    -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(.8);
    transform: rotate(-90deg) translate(174px) rotate(90deg) scale(.8);
  }
  .js-ag-values-controller_list-2 > :nth-of-type(3).js-ag-active {
    -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
    transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
  }
  .js-ag-values-controller_list-2 > :nth-of-type(4) {
    -webkit-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(.8);
    transform: rotate(-30deg) translate(174px) rotate(30deg) scale(.8);
  }
  .js-ag-values-controller_list-2 > :nth-of-type(4).js-ag-active {
    -webkit-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1);
    transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1);
  }
  .js-ag-values-controller_list-2 > :nth-of-type(5) {
    -webkit-transform: rotate(30deg) translate(174px) rotate(-30deg) scale(.8);
    transform: rotate(30deg) translate(174px) rotate(-30deg) scale(.8);
  }
  .js-ag-values-controller_list-2 > :nth-of-type(5).js-ag-active {
    -webkit-transform: rotate(30deg) translate(174px) rotate(-30deg) scale(1);
    transform: rotate(30deg) translate(174px) rotate(-30deg) scale(1);
  }
  .js-ag-values-controller_list-2 > :nth-of-type(6) {
    -webkit-transform: rotate(90deg) translate(174px) rotate(-90deg) scale(.8);
    transform: rotate(90deg) translate(174px) rotate(-90deg) scale(.8);
  }
  .js-ag-values-controller_list-2 > :nth-of-type(6).js-ag-active {
    -webkit-transform: rotate(90deg) translate(174px) rotate(-90deg) scale(1);
    transform: rotate(90deg) translate(174px) rotate(-90deg) scale(1);
  }

  .js-ag-values-controller_list-3 {
    position: absolute;
    top: 73px;
    right: 49px;
    width: 348px;
    height: 348px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    box-sizing: content-box;
  }
  .js-ag-values-controller_list-3 > :not(.ag-values-controller_item__main) {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 146px;
    height: 146px;
    margin: -73px;
  }
  .js-ag-values-controller_list-3 > :first-of-type {
    -webkit-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(.8);
    transform: rotate(-270deg) translate(174px) rotate(270deg) scale(.8);
  }
  .js-ag-values-controller_list-3 > :first-of-type.js-ag-active {
    -webkit-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
    transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
  }
  .js-ag-values-controller_list-3 > :nth-of-type(2) {
    -webkit-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
    transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
  }
  .js-ag-values-controller_list-3 > :nth-of-type(2).js-ag-active {
    -webkit-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
    transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
  }
  .js-ag-values-controller_list-3 > :nth-of-type(3) {
    -webkit-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
    transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
  }
  .js-ag-values-controller_list-3 > :nth-of-type(3).js-ag-active {
    -webkit-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
    transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
  }
  .js-ag-values-controller_list-3 > :nth-of-type(4) {
    -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(.8);
    transform: rotate(-90deg) translate(174px) rotate(90deg) scale(.8);
  }
  .js-ag-values-controller_list-3 > :nth-of-type(4).js-ag-active {
    -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
    transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
  }
  .js-ag-values-controller_list-3 > :nth-of-type(5) {
    -webkit-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(.8);
    transform: rotate(-30deg) translate(174px) rotate(30deg) scale(.8);
  }
  .js-ag-values-controller_list-3 > :nth-of-type(5).js-ag-active {
    -webkit-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1);
    transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1);
  }
  .js-ag-values-controller_list-3 > :nth-of-type(6) {
    -webkit-transform: rotate(30deg) translate(174px) rotate(-30deg) scale(.8);
    transform: rotate(30deg) translate(174px) rotate(-30deg) scale(.8);
  }
  .js-ag-values-controller_list-3 > :nth-of-type(6).js-ag-active {
    -webkit-transform: rotate(30deg) translate(174px) rotate(-30deg) scale(1);
    transform: rotate(30deg) translate(174px) rotate(-30deg) scale(1);
  }

  .js-ag-values-controller_list-4 {
    position: absolute;
    top: 73px;
    right: 49px;
    width: 348px;
    height: 348px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    box-sizing: content-box;
  }
  .js-ag-values-controller_list-4 > :not(.ag-values-controller_item__main) {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 146px;
    height: 146px;
    margin: -73px;
  }
  .js-ag-values-controller_list-4 > :first-of-type {
    -webkit-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(.8);
    -moz-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(.8);
    -ms-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(.8);
    -o-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(.8);
    transform: rotate(-330deg) translate(174px) rotate(330deg) scale(.8);
  }
  .js-ag-values-controller_list-4 > :first-of-type.js-ag-active {
    -webkit-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
    -moz-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
    -ms-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
    -o-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
    transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
  }
  .js-ag-values-controller_list-4 > :nth-of-type(2) {
    -webkit-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(.8);
    -moz-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(.8);
    -ms-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(.8);
    -o-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(.8);
    transform: rotate(-270deg) translate(174px) rotate(270deg) scale(.8);
  }
  .js-ag-values-controller_list-4 > :nth-of-type(2).js-ag-active {
    -webkit-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
    -moz-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
    -ms-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
    -o-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
    transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
  }
  .js-ag-values-controller_list-4 > :nth-of-type(3) {
    -webkit-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
    -moz-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
    -ms-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
    -o-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
    transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
  }
  .js-ag-values-controller_list-4 > :nth-of-type(3).js-ag-active {
    -webkit-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
    -moz-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
    -ms-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
    -o-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
    transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
  }
  .js-ag-values-controller_list-4 > :nth-of-type(4) {
    -webkit-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
    -moz-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
    -ms-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
    -o-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
    transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
  }
  .js-ag-values-controller_list-4 > :nth-of-type(4).js-ag-active {
    -webkit-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
    -moz-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
    -ms-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
    -o-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
    transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
  }
  .js-ag-values-controller_list-4 > :nth-of-type(5) {
    -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(.8);
    -moz-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(.8);
    -ms-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(.8);
    -o-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(.8);
    transform: rotate(-90deg) translate(174px) rotate(90deg) scale(.8);
  }
  .js-ag-values-controller_list-4 > :nth-of-type(5).js-ag-active {
    -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
    -moz-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
    -ms-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
    -o-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
    transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
  }
  .js-ag-values-controller_list-4 > :nth-of-type(6) {
    -webkit-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(.8);
    -moz-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(.8);
    -ms-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(.8);
    -o-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(.8);
    transform: rotate(-30deg) translate(174px) rotate(30deg) scale(.8);
  }
  .js-ag-values-controller_list-4 > :nth-of-type(6).js-ag-active {
    -webkit-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1);
    -moz-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1);
    -ms-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1);
    -o-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1);
    transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1);
  }

  .js-ag-values-controller_list-5 {
    position: absolute;
    top: 73px;
    right: 49px;
    width: 348px;
    height: 348px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    box-sizing: content-box;
  }
  .js-ag-values-controller_list-5 > :not(.ag-values-controller_item__main) {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 146px;
    height: 146px;
    margin: -73px;
  }
  .js-ag-values-controller_list-5 > :first-of-type {
    -webkit-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(.8);
    -moz-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(.8);
    -ms-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(.8);
    -o-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(.8);
    transform: rotate(-390deg) translate(174px) rotate(390deg) scale(.8);
  }
  .js-ag-values-controller_list-5 > :first-of-type.js-ag-active {
    -webkit-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1);
    -moz-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1);
    -ms-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1);
    -o-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1);
    transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1);
  }
  .js-ag-values-controller_list-5 > :nth-of-type(2) {
    -webkit-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(.8);
    -moz-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(.8);
    -ms-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(.8);
    -o-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(.8);
    transform: rotate(-330deg) translate(174px) rotate(330deg) scale(.8);
  }
  .js-ag-values-controller_list-5 > :nth-of-type(2).js-ag-active {
    -webkit-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
    -moz-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
    -ms-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
    -o-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
    transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
  }
  .js-ag-values-controller_list-5 > :nth-of-type(3) {
    -webkit-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(.8);
    -moz-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(.8);
    -ms-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(.8);
    -o-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(.8);
    transform: rotate(-270deg) translate(174px) rotate(270deg) scale(.8);
  }
  .js-ag-values-controller_list-5 > :nth-of-type(3).js-ag-active {
    -webkit-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
    -moz-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
    -ms-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
    -o-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
    transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
  }
  .js-ag-values-controller_list-5 > :nth-of-type(4) {
    -webkit-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
    -moz-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
    -ms-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
    -o-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
    transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
  }
  .js-ag-values-controller_list-5 > :nth-of-type(4).js-ag-active {
    -webkit-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
    -moz-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
    -ms-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
    -o-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
    transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
  }
  .js-ag-values-controller_list-5 > :nth-of-type(5) {
    -webkit-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
    -moz-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
    -ms-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
    -o-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
    transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
  }
  .js-ag-values-controller_list-5 > :nth-of-type(5).js-ag-active {
    -webkit-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
    -moz-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
    -ms-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
    -o-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
    transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
  }
  .js-ag-values-controller_list-5 > :nth-of-type(6) {
    -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(.8);
    -moz-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(.8);
    -ms-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(.8);
    -o-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(.8);
    transform: rotate(-90deg) translate(174px) rotate(90deg) scale(.8);
  }
  .js-ag-values-controller_list-5 > :nth-of-type(6).js-ag-active {
    -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
    -moz-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
    -ms-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
    -o-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
    transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
  }

  .js-ag-values-controller_list-6 {
    position: absolute;
    top: 73px;
    right: 49px;
    width: 348px;
    height: 348px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    box-sizing: content-box;
  }
  .js-ag-values-controller_list-6 > :not(.ag-values-controller_item__main) {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 146px;
    height: 146px;
    margin: -73px;
  }
  .js-ag-values-controller_list-6 > :first-of-type {
    -webkit-transform: rotate(-450deg) translate(174px) rotate(450deg) scale(.8);
    -moz-transform: rotate(-450deg) translate(174px) rotate(450deg) scale(.8);
    -ms-transform: rotate(-450deg) translate(174px) rotate(450deg) scale(.8);
    -o-transform: rotate(-450deg) translate(174px) rotate(450deg) scale(.8);
    transform: rotate(-450deg) translate(174px) rotate(450deg) scale(.8);
  }
  .js-ag-values-controller_list-6 > :first-of-type.js-ag-active {
    -webkit-transform: rotate(-450deg) translate(174px) rotate(450deg) scale(1);
    -moz-transform: rotate(-450deg) translate(174px) rotate(450deg) scale(1);
    -ms-transform: rotate(-450deg) translate(174px) rotate(450deg) scale(1);
    -o-transform: rotate(-450deg) translate(174px) rotate(450deg) scale(1);
    transform: rotate(-450deg) translate(174px) rotate(450deg) scale(1);
  }
  .js-ag-values-controller_list-6 > :nth-of-type(2) {
    -webkit-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(.8);
    -moz-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(.8);
    -ms-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(.8);
    -o-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(.8);
    transform: rotate(-390deg) translate(174px) rotate(390deg) scale(.8);
  }
  .js-ag-values-controller_list-6 > :nth-of-type(2).js-ag-active {
    -webkit-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1);
    -moz-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1);
    -ms-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1);
    -o-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1);
    transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1);
  }
  .js-ag-values-controller_list-6 > :nth-of-type(3) {
    -webkit-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(.8);
    -moz-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(.8);
    -ms-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(.8);
    -o-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(.8);
    transform: rotate(-330deg) translate(174px) rotate(330deg) scale(.8);
  }
  .js-ag-values-controller_list-6 > :nth-of-type(3).js-ag-active {
    -webkit-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
    -moz-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
    -ms-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
    -o-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
    transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
  }
  .js-ag-values-controller_list-6 > :nth-of-type(4) {
    -webkit-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(.8);
    -moz-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(.8);
    -ms-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(.8);
    -o-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(.8);
    transform: rotate(-270deg) translate(174px) rotate(270deg) scale(.8);
  }
  .js-ag-values-controller_list-6 > :nth-of-type(4).js-ag-active {
    -webkit-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
    -moz-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
    -ms-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
    -o-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
    transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
  }
  .js-ag-values-controller_list-6 > :nth-of-type(5) {
    -webkit-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
    -moz-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
    -ms-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
    -o-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
    transform: rotate(-210deg) translate(174px) rotate(210deg) scale(.8);
  }
  .js-ag-values-controller_list-6 > :nth-of-type(5).js-ag-active {
    -webkit-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
    -moz-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
    -ms-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
    -o-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
    transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
  }
  .js-ag-values-controller_list-6 > :nth-of-type(6) {
    -webkit-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
    -moz-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
    -ms-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
    -o-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
    transform: rotate(-150deg) translate(174px) rotate(150deg) scale(.8);
  }
  .js-ag-values-controller_list-6 > :nth-of-type(6).js-ag-active {
    -webkit-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
    -moz-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
    -ms-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
    -o-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
    transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
  }
  
  
  
}

/*--------------------------------------------------------------
# enrollments
--------------------------------------------------------------*/
.enrollments .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.enrollments .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.enrollments h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
.enrollments .price {
  font-size: 22px;
  color: #444444;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.enrollments img {
  padding: 20px 10px;
max-width: 100px;
}
.enrollments ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}
.enrollments ul li {
  padding-bottom: 10px;
}
.enrollments ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.img-adhaar{
	text-align:center;
	display:flex;
	justify-content: center;
}
.img-adhaar img{
	max-width:600px;
width:100%;
}
.enrollments .btn-buy {
  display: inline-block;
padding: 20px 40px 20px 40px;
color: #4154f1;
transition: none;
font-weight:700;
font-size: 16px;
transition: 0.3s;
border: 1px solid #4154f1;
width: 100%;
margin: auto;
  margin-bottom:1em;
max-width: 300px;
margin-bottom: 1em;
}
.enrollments .btn-buy:hover {
  background: #4154f1;
  color: #fff;
}
.enrollments .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #4154f1;
  color: #fff;
}
 .btn-bcbf {
  display: flex;
padding: 20px 40px 20px 40px;
color: #4154f1;
transition: none;
font-weight:700;
font-size: 16px;
transition: 0.3s;
border: 1px solid #4154f1;
width: 100%;
margin-bottom:4rem;
height:100px;
align-items: center;
    text-align: center;
	z-index:1;
	word-break: break-word;
	background-color:#fff;
}
 .btn-bcbf:hover {
  background: #4154f1;
  color: #fff;
}
.b-line:after {
    content: " ";
    width: 2px;
    height: 27px;
    margin: 25px 10px;
    vertical-align: super;
    background-color: #2b10a9;
    display: inline-block;
    top: 45%;
    position: absolute;
    left:40%;
	    z-index: -1;
}
.set-line{
	   content: " ";
	 background-color: #2b10a9;
	 height:2px;
	 width:76%;
	  margin: 25px 0;
    display: inline-block;
    top: 42%;
    position: absolute;
	left:10%;

}
.set-line2{
    content: " ";
    background-color: #2b10a9;
    height: 2px;
    width: 76%;
    /* margin: 25px 23px; */
    display: inline-block;
    top: 66%;
    position: absolute;
    left: 10%;

}
.set-line3{
    content: " ";
    background-color: #2b10a9;
    height: 2px;
    width: 76%;
    /* margin: 25px 23px; */
    display: inline-block;
    top: 79%;
    position: absolute;
    left: 10%;

}
.setbefore:before{
    content: " ";
    width: 2px;
    height: 42px;
    margin: 25px 10px;
    vertical-align: super;
    background-color: #2b10a9;
    display: inline-block;
    left: 122px;
    z-index: -1;
    position: absolute;
    top: -38%;
}
.line:after{
 content: " ";
width: 84px;
height: 2px;
margin: 25px 10px;
vertical-align: super;
background-color: #2b10a9;
display: inline-block;
left: 76%;
z-index: -1;
position: absolute;
}
.how-it-works {
  position: relative;
}
.how-it-works::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  background: #fff;
  left: 5%;
  z-index: -1;
}
.how-it-works .text-area .img-area {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEF1FF;
  margin-bottom: 27px;
  border-radius: 60px;
}
.how-it-works .abs-item {
  margin: 160px 0;
}
.how-it-works .abs-contant {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-it-works .abs-contant .contant-bg {
  position: absolute;
}
.how-it-works .contant-area {
  background-color: var(--body-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 20px;
  padding: 30px;
  background-image: url(../images/how-it-works-circle.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  margin: 0 90px;
}
.how-it-works .contant-area .input-area {
  padding: 15px 30px;
  background: #F5FAFF;
  border: 1px solid #B0BAF1;
  border-radius: 10px;
  margin: 20px 0;
}
.how-it-works .contant-area .input-area input {
  padding: 0;
  margin: 0;
  border: none;
  height: initial;
}
.bclr{
color: #1e2052;	
}
.how-it-works .contant-area .input-area img {
  cursor: pointer;
}
.how-it-works .contant-area a {
  color: var(--para-color);
}
.how-it-works .contant-area a img {
  margin-right: 10px;
}
.how-it-works .contant-area.congratulation {
  background-image: url(../images/congratulation-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 70%;
}
.how-it-works .contant-area.congratulation h6 {
  margin: 15px 0 20px;
}
.how-it-works .contant-area.congratulation h3 {
  color: var(--hover-color);
}
.how-it-works .mid-contant {
  position: relative;
}
.how-it-works .mid-contant:before, .how-it-works .mid-contant::after {
  content: "";
  position: absolute;
  left: 15%;
  width: 550px;
  height: 270px;
}
.how-it-works .mid-contant:before {
  top: -170%;
  background-image: url(../images/divider-1.png);
  background-repeat: no-repeat;
}
.how-it-works .mid-contant::after {
  bottom: -30%;
  background-image: url(../images/divider-2.png);
  background-repeat: no-repeat;
}
.max500{
max-width:500px;	
}
.max550{
max-width:550px;	
}
.max60{
max-width:60px;	
}
.heading .title span {
	color: #937ff5;
}
.heading .title {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 25px;
	text-transform: uppercase;
	font-weight: 700;
}
.description strong{
    font-size: 36px;
    color: #1e2052;
    font-weight: 800;	
}
.heading .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 1px;
	background-color: #937ff5;
}

.heading .title:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
	height: 3px;
	background-color: #937ff5;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
  
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background:linear-gradient(45deg, rgb(28 12 102 / 59%) 0%, rgb(147 127 245 / 96%) 100%), url(../images/footerbg.jpg) center center no-repeat;
    background-size: cover;
	color:#fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
color:#fff;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
 color:#fff;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
color:#fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
 color:#fff;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  color:#fff;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
color:#fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
color:#ddd;
}

#footer .footer-top .social-links a:hover {
  text-decoration: none;
}
#footer .copyright {
  text-align: center;
  float: left;
}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}
@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}
@media screen and (max-width: 768px) {
  .images__slider img {
    width: 350px;
  }
}
@media screen and (max-width: 576px) {
  .images__slider img {
    width: 280px;
    margin: 0 auto;
  }
  .features .feture-tabs {
    margin-top: 70px;
}
}
@media screen and (max-width: 426px) {
.ag-values-controller_img-box {
    display: block;
    /* text-align: center; */
    background: #e4e4e4;
    padding: 0;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    border: 5px solid #cdccd2;
margin-top: 10px;}

}
.slider__offset {
  width: 1000px;
}
@media screen and (max-width: 1026px) {
  .slider__offset {
    width: 800px;
  }
.set-line2 {
    content: " ";
    background-color: #2b10a9;
    height: 2px;
    width: 72%;
    /* margin: 25px 23px; */
    display: inline-block;
    top: 66%;
    position: absolute;
    left: 14%;
}
.set-line3 {
    content: " ";
    background-color: #2b10a9;
    height: 2px;
    width: 72%;
    /* margin: 25px 23px; */
    display: inline-block;
    top: 79%;
    position: absolute;
    left: 14%;
}

}
@media screen and (max-width: 1445px) {
  .slider__offset {
    width: 800px;
  }

}


@media screen and (max-width: 576px) {
  .slider__offset {
    width: 100%;
  }
  .features .feture-tabs .nav-link{
	  margin-right:15px;
  }
}
