.carousel-caption/*
  Theme Name: doer
  Theme URL: http://themeflux.net/
  Author: ThemeFlux
  Author URI: http://themeflux.net/
  Description: Onepage Corporate HTML Template
  Version: 1.1
*/

/*=======================================================================
[Table of contents]
=========================================================================

1. Typography
2. Home - Navigation + Main Carousel
3. Service
4. parallax promo-One
5. works gallery
6. About Us 
7. parallax promo-two
8. Blog
9. parallax promo-three
11. Pricing Table
12. News Letter 
14. Contact us
15. Footer
16. digital_transformation.html
17. Preloader

==========================================================================*/

/* */

.ada-container {
    width:1370px;
    padding-right: 0px;
    padding-left: 15px;
}

.banner_part {
	height: 880px;
	position: relative;
	background-image: url(../images/edited/front_yellow2.png);
	background-repeat: no-repeat;
	background-size: 41%;
	background-position: top right
}

.custom-animation {
	backface-visibility: hidden;
	animation: jumping 9s ease-in-out 2s infinite alternate;
	animation-delay: 1s;
	transition: all .9s ease 5s;
	user-select: none
}

.custom-animation2 {
	backface-visibility: hidden;
	animation: jumping2 9s ease-in-out 2s infinite alternate;
	animation-delay: 1s;
	transition: all 1s ease 3s;
	user-select: none
}

.custom-animation3 {
	backface-visibility: hidden;
	animation: jumping3 9s ease-in-out 2s infinite alternate;
	animation-delay: 1s;
	transition: all 7s ease 2s;
	user-select: none
}

.custom-animation4 {
	backface-visibility: hidden;
	animation: jumping4 9s ease-in-out 2s infinite alternate;
	animation-delay: 1s;
	transition: all 8s ease 4s;
	user-select: none
}

.custom-animation10 {
	backface-visibility: hidden;
	animation: jumping10 9s ease-in-out 2s infinite alternate;
	animation-delay: 1s;
	transition: all 8s ease 4s;
	user-select: none
}

.custom-animation11 {
	backface-visibility: hidden;
	animation: jumping11 9s ease-in-out 2s infinite alternate;
	animation-delay: 1s;
	transition: all 8s ease 4s;
	user-select: none
}


.main-timeline-section{
  position: relative;
  width: 100%;
  margin:auto;
  height:300px;
}
.main-timeline-section .timeline-start,
.main-timeline-section .timeline-end{
  position: absolute;
  background: #00BFFF;
  border: 3px solid #FFF;
  border-radius:100px;
  top:50%;
  transform: translateY(-50%);
  width:30px;
  height:30px;
  z-index: 10;
}
.main-timeline-section .timeline-end{
  right:0px;
}
.main-timeline-section .conference-center-line{
  position: absolute;
  width:100%;
  height:5px;
  top:50%;
  transform: translateY(-50%);
  background: #00BFFF;
}
.timeline-article{
    width: 12%;
    position: relative;
    min-height: 300px;
    float:right;
}
.timeline-article .content-date {
    position: absolute;
    top: 35%;
    left: -5px;
    font-size:18px;
}
.timeline-article .meta-date {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width:20px;
    height:20px;
    border-radius: 100%;
    background: #00BFFF;
    border:3px solid #FFF;
}
.timeline-article .content-box {
/*   box-shadow: 2px 2px 4px 0px #888; */
  border: 3px solid #dedede;
  border-radius: 5px;
  background-color: #FFF;
  width: 190px;
  position: absolute;
  top: 60%;
  left: -80px;
  padding:10px;
  color: #1F1F1F;
  text-align: center;
}
.timeline-article-top .content-box:before {
  content: " ";
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  top:-20px;
  border:10px solid transparent;
  border-bottom-color: grey;
}
.timeline-article-bottom .content-date {
  top: 59%;
}
.timeline-article-bottom .content-box {
  margin-top: -285px;
}
.timeline-article-bottom .content-box:before {
  content: " ";
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  bottom:-20px;
  border:10px solid transparent;
  border-top-color: grey;
}


@media (max-width:460px){
  body{
    display: none;
  }
}



@keyframes jumping {
	0% {
		transform: translateY(0px) translateX(0) rotate(0) scale(1);
		opacity: .8
	}
	25% {
		transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(.8);
		opacity: .9
	}
	50% {
		transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(.9);
		opacity: .8
	}
	75% {
		transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(.75);
		opacity: .6
	}
	85% {
		transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(.9);
		opacity: .7
	}
	100% {
		transform: translateY(-15px) translateX(-15px) rotate(0) scale(.95);
		opacity: .85
	}
}

@keyframes jumping2 {
	0% {
		transform: translateY(0px) translateX(0) rotate(0) scale(1);
		opacity: .5
	}
	25% {
		transform: translateY(-30px) translateX(10px) rotate(20deg) scale(.8);
		opacity: .8
	}
	50% {
		transform: translateY(15px) translateX(-15px) rotate(10deg) scale(.7);
		opacity: .8
	}
	75% {
		transform: translateY(30px) translateX(20px) rotate(20deg) scale(.75);
		opacity: .7
	}
	100% {
		transform: translateY(-15px) translateX(15px) rotate(0) scale(.75);
		opacity: .9
	}
}

@keyframes jumping3 {
	0% {
		transform: translateY(10px) translateX(0) rotate(0) scale(1);
		opacity: .9
	}
	20% {
		transform: translateY(20px) translateX(10px) rotate(-20deg) scale(.8);
		opacity: .8
	}
	40% {
		transform: translateY(15px) translateX(-15px) rotate(10deg) scale(.75);
		opacity: .8
	}
	40% {
		transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(.5);
		opacity: 1
	}
	80% {
		transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(.75);
		opacity: .6
	}
	100% {
		transform: translateY(15px) translateX(15px) rotate(0) scale(.95);
		opacity: .7
	}
}

@keyframes jumping4 {
	0% {
		transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
		opacity: .7
	}
	25% {
		transform: translateY(-20px) translateX(10px) rotate(50deg) scale(.6);
		opacity: .8
	}
	50% {
		transform: translateY(15px) translateX(-15px) rotate(20deg) scale(.5);
		opacity: .9
	}
	75% {
		transform: translateY(30px) translateX(20px) rotate(50deg) scale(.75);
		opacity: .7
	}
	100% {
		transform: translateY(-15px) translateX(15px) rotate(0) scale(.5);
		opacity: .9
	}
}

@keyframes jumping10 {
	0% {
		transform: rotate(180deg);
		display: block
	}
	100% {
		transform: rotate(30deg);
		display: block
	}
}

@keyframes jumping11 {
	0% {
		transform: rotate(180deg) translate(-20px, 20px);
		display: block
	}
	100% {
		transform: rotate(30deg) translate(0px, 0px);
		display: block
	}
}

.adapt-btn-big {
 font-size: 18px;
}

.hero-app-1 {
	position: absolute;
	left: 4%;
	top: 10%
}

.hero-app-10 {
    position: absolute;
    left: 48%;
    top: 35%;
}

@media(max-width:576px) {
	.hero-app-1 {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.hero-app-1 {
		padding: 8px 25px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-app-1 {
		padding: 10px 25px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.hero-app-1 {
		padding: 10px 25px
	}
}

.hero-app-2 {
	position: absolute;
	left: 5%;
	bottom: 35%
}

@media(max-width:576px) {
	.hero-app-2 {
		bottom: 5%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.hero-app-2 {
		bottom: 20%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-app-2 {
		padding: 10px 25px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.hero-app-2 {
		padding: 10px 25px
	}
}

.hero-app-3 {
	position: absolute;
	top: 20%;
	left: 25%
}

@media(max-width:576px) {
	.hero-app-3 {
		left: 5%
	}
}

.hero-app-4 {
	position: absolute;
	bottom: 20%;
	left: 50%
}

.hero-app-5 {
	position: absolute;
	bottom: 40%;
	left: 50%
}

.hero-app-6 {
	position: absolute;
	right: 5%;
	top: 40%
}

.hero-app-7 {
	position: absolute;
	top: 13%;
	left: 51%
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.hero-app-7 {
		top: 5%;
		left: 73%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-app-7 {
		padding: 10px 25px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.hero-app-7 {
		padding: 10px 25px
	}
}

.hero-app-8 {
	position: absolute;
	left: 68%;
	top: 60%
}

@media(max-width:576px) {
	.hero-app-8 {
		top: 80%
	}
}

.about_part {
	position: relative;
	z-index: 1;
	padding: 70px 0px 70px;
	background-image: url(../images/about_overlay.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 33% 73%
}

@media(max-width:576px) {
	.about_part {
		padding: 70px 0;
		background-position: top;
		background-size: 100% 43%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about_part {
		padding: 70px 0;
		background-position: top left;
		background-size: 90% 56%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about_part {
		padding: 70px 0;
		background-position: left;
		background-size: 48% 70%
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about_part {
		padding: 0 0 80px
	}
}

@media(max-width:576px) {
	.about_part .about_text {
		margin-top: 50px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about_part .about_text {
		margin-top: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about_part .about_text {
		margin-top: 50px
	}
}

.about_part .about_text h4 {
	margin-bottom: 32px;
	color: #ff7e5f;
	font-size: 22px;
	font-style: italic;
	font-family: poppins, sans-serif;
	font-weight: 300
}

@media(max-width:576px) {
	.about_part .about_text h4 {
		margin-bottom: 20px;
		font-size: 17px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about_part .about_text h4 {
		margin-bottom: 20px;
		font-size: 17px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about_part .about_text h4 {
		margin-bottom: 20px;
		font-size: 17px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about_part .about_text h4 {
		margin-bottom: 20px;
		font-size: 17px
	}
}

.about_part .about_text h2 {
	line-height: 1.25;
	margin-bottom: 35px
}

@media(max-width:576px) {
	.about_part .about_text h2 {
		margin-bottom: 15px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about_part .about_text h2 {
		margin-bottom: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about_part .about_text h2 {
		font-size: 25px;
		margin-bottom: 15px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about_part .about_text h2 {
		font-size: 30px;
		margin-bottom: 15px
	}
}

.about_part .about_text p {
	margin-top: 13px
}


/*========================
=======Typography=========
==========================*/
/* For support in smartphones */
@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

:root {
  --main-color: #0c9adf; /*הכחול*/
  --main-second-color: #ffd507; /*הצהוב*/
  --main-bg-color_light: #f9f9f9; /*אפור בהיר*/
  --main-bg-color_very_light: #fafdff; /*תכלת בהיר*/
  --main-bg-color_medium: #f0f4f5;/*#ebf0f1; #ecf5fa;*/
  --main-bg-color_dark: #4c4c4c;
  --main-bg-color_blue_dark: #536aad;
}


body {
	font-family: 'aller_lightregular'; /* font-family: 'aller_lightregular';  */
	font-size: 16px;
	font-size: 1.131vw;
	color: var(--main-bg-color_dark);
	background-color: var(--main-bg-color_light);
}

ul {
	list-style: none;
	margin:0;
	padding:0;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;  
	background: transparent;
}

a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

a:focus, 
a:hover {
	text-decoration: none;
	outline: none;
	color:var(--main-second-color);
}

h1 {
	font-size:36px;
	font-size: 2.545vw;
}

h2 {
	font-size: 24px;
	font-size: 1.697vw;
}

h3 {
	font-size: 20px;
	font-size: 1.414vw;
}

h4 {
	font-size: 26px;
	font-size: 1.838vw;
}

h5 {
	font-size: 14px;
	font-size: 0.0099vw;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'allerregular';
	font-weight:normal;
}

.section-title {
	padding-bottom: 55px;
	margin-top: 40px;
}

.section-title h3 {
	color: var(--main-color);
	line-height: 15px;
	margin-bottom: 0;
	font-size: 32px;
	font-size: 2.26vw;
	/*text-transform: uppercase;
	letter-spacing: 5px; */
}

.title-border {
	background-color:var(--main-color);
	height: 1px;
	width:184px;
	position:relative;
}

.title-border:before {
	left:0;
}

.title-border:after {
	right:0;
}

.title-border:before, 
.title-border:after {
	position:absolute;
	content:'';
	height:4px;
	width:4px;
	background-color:#f9c803;
	top:-2px;
	border-radius:50%;
}

.parallax-section { 	
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	width: 100%;
	min-height: 325px;
	color: #fff;
	font-size:18px;  
}

.parallax-content {	
	padding-bottom:65px;
	padding-top:35px;
}

#promo-one .parallax-content h1 {
	text-transform: uppercase;
	line-height: 48px;
}

@media screen and (max-width: 767px) {
	#promo-one .parallax-content h1 {
    	line-height: 20px;
    	font-size: 20px;
    }
}

.navbar-toggle {
	border:1px solid #fff;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}


/*========================
========Home CSS==========
==========================*/
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
    margin: 3px;
}

.navbar-brand.change-logo h1 {
  margin-top: -5px;

}
.navbar-brand.change-logo p {
  display: none;
}


.main-nav {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
	border-radius:0;
}

.top-bar-hide {
	display: none;
}

/*Navigation CSS*/
#navigation .container {
	position:relative;
}

.navbar-brand h1 {
	margin-bottom: 0;
}

#navigation .navbar-right {
	margin-top: 30px;
}

#navigation .navbar-right li a {
	color:var(--main-bg-color_dark);
	font-size:14px;
	height: 100%;
	text-transform:uppercase;
	font-family: 'allerregular';
	padding:10px 17px;
}

#navigation .navbar-fixed-top, 
#single-blog-page .main-nav  {
	background-color: var(--main-bg-color_light);
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 500ms;
}

#navigation .navbar-fixed-top .navbar-right{
	margin-top: 0;
	margin-bottom: 0;
}

#navigation .main-nav #products-dropdown {
	margin-top: -7px;
}
#navigation .navbar-fixed-top #products-dropdown {
	margin-top: 7px;
}


#navigation .navbar-fixed-top .navbar-right .navbar-nav > li > a {
	line-height: 48px;
	padding: 15px 17px 0    px 17px;
}

#navigation .navbar-fixed-top .navbar-right li a:hover, 
#navigation .navbar-fixed-top .navbar-right li a.active, 
#navigation .navbar-fixed-top .navbar-right li.active a {
	background-color:var(--main-bg-color_light);
}


#navigation .navbar-right li a.active, 
#navigation .navbar-right li a:hover, 
#navigation .navbar-right li a:focus, 
#navigation .navbar-right li.active a  {
	color:var(--main-color);
}

/*Main Carousel CSS*/

.numberCircle {
    border-radius: 90%;
    background-color: var(--main-second-color) width: 36px;
    height: 45px;
    padding: 8px;
    background: var(--main-second-color);
    border: none;
    color: #666;
    text-align: center;
    font: 25px Arial, sans-serif;
}


.carousel-caption {
	left:0px;
	right:15px;
	top:300px;
	font-size:15px;
	text-align:left;
	color:#fff;
	text-shadow:none;
	top:90px;
}

.carousel-caption h1 {
	font-size:46px;
	margin-bottom:0;
	line-height:27px;
	letter-spacing:2px;
}

.carousel-caption h2 {
	font-size:70px;
	font-size:4.95vw;
	font-family: 'allerregular';
	margin-top:0px;
	letter-spacing:2px;
}

.carousel-caption p {
	max-width:580px;
}

@media screen and (max-width: 767px) {
	.carousel-caption {
		top:50px;
	}
	.carousel-caption h2 {
		font-size:30px;
	}
}

.adapt-logo {
    width: 25%;
}

.navbar-brand h1 {
	margin-top: 15px;
}


@media screen and (max-width: 767px) {
	a.navbar-brand img {
		margin-top: -7px;
		width: 20%;
	}

	img.adapt-logo {
		width: 10%;
		padding-left:0px;
	}
}

@media screen and (max-width: 767px) {
	.btn.btn-default {
    	padding: 3px;
    	font-size: 12px;
    }
}

#first_paragraph {
	font-size:30px;
	font-size:2.12vw;

}

#second_paragraph {
	font-size:1.997vw;
	padding-left: 12px;
}

.title-container {
    margin-left: 0.12vw;
    margin-top: 10vh;
    margin-bottom: 5vh;
}
.title-paragraph-1 {
	font-size:2.12vw;
}
.title-paragraph-2 {
	font-size:4.697vw;
}
.title-paragraph-3 {
	font-size:1.697vw;
}
.title-button-pos {
}
.title-button-container {
    margin-bottom:0.12vw;
    margin-top:0.12vw;
}
.title-button a {
	font-size:1.2vw;
}
.title-adapt-btn, #myFooter .btn {
    color: var(--main-bg-color_dark);
    background-color: var(--main-second-color);
    border-radius: 20px;
    border: none;
    display: block;
    font-weight: bold;
}
.title-adapt-btn a, #myFooter a {
    color: var(--main-bg-color_dark);
    text-decoration: none;
}




.timeline-fa {
    color:var(--main-second-color)
}

@media screen and (max-width: 767px) {
	#first_paragraph {
		font-size:16px;
		width: 100%;
	}
}


.container>.carousel-arrows {
	top: 515px;
	left:0;
	position: relative;
}

#home-carousel  .item {
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;
	width:100%;
}

.home-carousel-left, 
.home-carousel-right {
    position: absolute;
	font-size: 30px;
	z-index: 15;
	color:#fff;	
}

.home-carousel-left {
	left:0px;
}

.home-carousel-right {
	left:25px;
}

/*=========================
========Service CSS========
===========================*/

.service-icon {
	display:inline-block;	
	color:var(--main-bg-color_dark);
	font-size:60px;
	line-height: 75px;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#service .col-md-3:hover .service-icon {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);	
	color: var(--main-second-color);
}

.service-text h4 {
	margin-bottom:30px;
}

/*==========================
========Work Process========
===========================*/
.work-process {
	background-color:#f5f5f5;
}

.follow-process {
	text-transform:uppercase;
}

.follow-process:hover i {
	background-color:var(--main-second-color);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	
	color:#0c0b0b;
}

.follow-process i {
	font-size:34px;
	margin-bottom:25px;
	background-color:#0c0b0b;
	color:#fff;
	height:90px;
	width:90px;
	line-height:90px;
	border-radius:50%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}



/*=========================
==parallax promo-One CSS===
===========================*/

#promo-one  {
	background-image: url("../images/platform/via_data2.jpg");
}


/*=========================
=====Works Gallery CSS=====
===========================*/

#recent-works .section-title {
	padding-bottom: 35px;
}

.filter {
	overflow:hidden;
	margin-bottom:50px;
}

.filter li {
	display:inline-block;
}

.filter li a {
	display:block;
	padding:4px 15px;
	font-size:18px;
	font-weight:300;
	color: #454545;
}

.filter li a:hover, 
.filter li a:active, 
.filter li a:focus, 
.filter li a.active {
	color:var(--main-second-color);
	background-color:#0c0b0b
}

.portfolio-items li {
	width: 24.97%;
	float: left;
	position: relative;
	overflow: hidden;
}

.portfolio-item img {
	width: 100%;
}

.portfolio-content {
	position:relative;
	overflow:hidden;
}

.portfolio-content .overlay {
	position:absolute;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	color:#0c0b0b;
	padding:30px;
	/* background-color:rgba(255, 228, 1, 0.90); */
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-ms-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}


.portfolio-content:hover .overlay a.folio-detail, 
.portfolio-content:hover .overlay a.folio-link,  
.portfolio-content:hover .overlay h2, 
.portfolio-content:hover .overlay p, 
.portfolio-content:hover .overlay, 
.team-member:hover .overlay p, 
.team-member:hover .overlay h4, 
.team-member:hover .social-icons {
	opacity:1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.overlay a.folio-detail, 
.overlay a.folio-link {		
	font-size: 30px;
	text-align:center;
	display:inline-block;
}

.overlay a.folio-detail:hover, 
.overlay a.folio-link :hover {
	color:#0c0b0b;
}

.overlay a.folio-detail {
	margin-right:25px;
}

.overlay a.folio-detail, 
.overlay a.folio-link, 
.overlay p, 
.overlay h2,  
.overlay, 
.overlay h4, 
.social-icons {
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}


/*=========================
 ====Isotope filtering=====
===========================*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}


/*=========================
======About Us CSS=========
===========================*/
#about-us  {
	overflow:hidden;
}

.about-content h2 {
	margin-bottom: 25px;
	letter-spacing:1.2px;
}

.about-content {
	line-height:1.8;
}


/*=======Team-member=======*/
#team-carousel .carousel-inner .col-sm-3 {
	padding: 0;
	overflow: hidden;
}

.team-member {
	position: relative;
}

.our-team {
	background-color:#f5f5f5;
	padding-bottom:125px;
}

.team-member .overlay {
	position:absolute;
	left:0;
	height:0;
	width:100%;
	color:#0c0b0b;
	padding:30px;
	opacity:0;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	background-color:var(--main-second-color);
	-webkit-transition:all 0.4s ease-out 0s;
	-moz-transition:all 0.4s ease-out 0s;
	-ms-transition:all 0.4s ease-out 0s;
	-o-transition:all 0.4s ease-out 0s;
	transition:all 0.4s ease-out 0s;
}

.team-member:hover .overlay {
	height:100%;
	bottom:0;
	opacity:1
}


.social-icons {
    -webkit-transition:all 0.3s ease-out 0.15s;
	-moz-transition:all 0.3s ease-out 0.15s;
	-ms-transition:all 0.3s ease-out 0.15s;
	-o-transition:all 0.3s ease-out 0.15s;
	transition:all 0.3s ease-out 0.15s;
}

.social-icons li {
	float:left;
	margin-right:25px;
}

.social-icons li a {
	color: #fff;
}

.social-icons li a:hover {
	color:#0c0b0b;
}

.team-carousel-left, 
.team-carousel-right {
	position: absolute;
	bottom:-90px;
	color: #0c0b0b;
	background-color:#fff;
	height:55px;
	width: 55px;
	line-height: 55px;
	font-size:24px;
	text-align: center;
}

.team-carousel-left i {
	margin-left: -4px;
}

.team-carousel-right i {
	margin-right: -4px;
}

.team-carousel-left {
	left: 50%;
	margin-left: -65px;
} 

.team-carousel-right {
	right:50%;
	margin-right: -65px;
}

.team-carousel-left:hover, 
.team-carousel-right:hover {
	background-color: var(--main-second-color);
	color: #fff;
} 


/*=========================
==========Blog CSS=========
===========================*/

#blog {
	overflow: hidden;
	padding-bottom:75px;
}

.single-blog {
	margin-bottom:30px;
	overflow:hidden;
}

.blog-image {
	padding-right:0;
	max-height:288px;
}

.blog-image img{
	width:100%;
	min-height:288px;
}

.entry-content {
	padding:15px 45px 45px 50px;
	background-color: #f5f5f5;
	position:relative;
	max-height:288px;
}

.entry-content:after {
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 40px;
	border-color: transparent #f5f5f5 transparent transparent;
	left: -80px;
	top: 50%;
	margin-top: -40px;
	z-index: 10;
}

.entry-content  a h2 {
	color:#454545;
	line-height:32px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.entry-content  a h2:hover, 
.entry-meta span a:hover{
	color: var(--main-second-color);
}

.entry-meta {
	margin-bottom:20px;
}

.entry-meta span a {
	color:#333;	
	font-size:16px;
	font-weight:300;
}

.entry-meta span {
	margin-right:18px;
}

.btn.btn-primary {
	background-color:#0c0b0b;
	color: #fff;	
	border:none;
	border-radius:0;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	margin-top: 18px;
	padding: 10px 20px;
}

.btn.btn-primary:hover{
	color: var(--main-second-color);
}

.entry-meta span a:hover {
	color:#0c0b0b;
}

#blog-slider .carousel-indicators {
	bottom:0;
}

.replay-box .col-sm-6 {
	margin-bottom:15px;
}


/*===========================
==parallax promo-three CSS===
=============================*/

#fun-fact {
	background-image: url("../images/promotions/promo-three-bg.jpg");
	background-color: rgba(12, 11, 11, 1);		
}

#fun-fact .parallax-content {
	padding-top: 50px;
}

#fun-fact .parallax-content h1 {
	font-weight: 700;
}

#fun-fact .funs {
	margin-top: 40px;
}

#fun-fact .funs i {
	font-size: 48px;
	margin-bottom: 20px;
}

.funs .fun-project {
	background-color:rgba(12, 11, 11, 0.8);
	padding: 10px 0 20px 0;
}

h3.timer {
	font-size: 60px;
	font-family: 'allerregular';
	margin-bottom: 0;
    margin-top: 20px;
	color:var(--main-second-color);
}

#fun-fact .funs h4 {
	font-size:20px;
	color:#fff;
}


/*========================
=====Pricing Table CSS====
=========================*/

#pricing-tables {
	overflow: hidden;
}

.single-table {
	background-color: #fafafa;
	text-align:center;
	border:1px solid #f1f1f1;
}

.single-table h2 {
	padding: 25px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform:uppercase;
	font-family: 'allerregular';
}

.price {
	font-size: 14px;
	background-color: #f5f5f5;	
	padding:15px 23px;
	margin-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
}

.price span {
	font-size: 24px;
	font-weight: 700;
}

.price span.dollar-icon {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	top: -5px;
}

.single-table ul li {
	border-bottom: 1px solid #f1f1f1;
	padding: 17px 0;
	text-transform:capitalize;
}

.single-table .purchase-button {
	background-color: #f5f5f5;
	border:1px solid #f1f1f1;
	text-transform: uppercase;
	font-weight: 700;
	padding: 25px 0;
}

.single-table .purchase-button a {
	background-color: #0c0b0b;
	color: #fff;
	padding: 10px 20px;
	border-radius: 2px;
	border: 0;
}

.single-table .purchase-button:hover a {
	color: var(--main-second-color);
}


/*=========================
=======News Letter CSS=====
==========================*/

#news-letter {
	/*background-image: url("../images/platform/network4.gif");*/
	background-color: var(--main-color);
	overflow:hidden;
}

#newsletter {
	position:relative;
}

#newsletter input {
	background-color:var(--main-bg-color_very_light);
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
	color: #fff;
	display: block;
	margin-top: 35px;
	padding: 12px 25px;
	width: 100%;
	outline: none;
}

#newsletter input:focus {
	background-color:#0c0b0b;
	border-color:var(--main-second-color);
}

#news-letter button {
	position: absolute;
	top: 0;
	right: 0px;
	padding: 12px 20px;
	border: 0;
	background-color:transparent;
}

#news-letter button:hover i {
	color:var(--main-second-color)
}

#news-letter button:focus {
	outline:none;
}

/*=========================
=======News Letter2 CSS=====
==========================*/

#news-letter2 {
	/*
	background-image: url("../images/promotions/news-letter-bg.jpg");
	background-color: var(--main-second-color);
	overflow:hidden;
	*/
	background-color: var(--main-second-color);
}

#newsletter2 {
	position:relative;
}

#newsletter2 input {
	background-color: eee;/*rgba(12, 11, 11, 0.75); */
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: var(--main-second-color);
	color: #000;
	display: block;
	margin-top: 35px;
	padding: 12px 25px;
	width: 100%;
	outline: none;
}

#newsletter2 input:focus {

	border-color:var(--main-bg-color_dark);
}

#news-letter3 {
	/*
	background-image: url("../images/promotions/news-letter-bg.jpg");
	background-color: var(--main-second-color);
	overflow:hidden;
	*/
	background-color: var(--main-second-color);
}

#newsletter3 {
	position:relative;
}

#newsletter3 input {
	background-color: eee;/*rgba(12, 11, 11, 0.75); */
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: var(--main-second-color);
	color: #000;
	display: block;
	margin-top: 35px;
	padding: 12px 25px;
	width: 100%;
	outline: none;
}

#newsletter3 input:focus {

	border-color:var(--main-bg-color_dark);
}


#news-letter4 {
	/*
	background-image: url("../images/promotions/news-letter-bg.jpg");
	background-color: var(--main-second-color);
	overflow:hidden;
	*/
	background-color: var(--main-second-color);
}

#newsletter4 {
	position:relative;
}

#newsletter4 input {
	background-color: eee;/*rgba(12, 11, 11, 0.75); */
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: var(--main-second-color);
	color: #000;
	display: block;
	margin-top: 35px;
	padding: 12px 25px;
	width: 100%;
	outline: none;
}

#newsletter4 input:focus {

	border-color:var(--main-bg-color_dark);
}


.newsletter5 input {
	background-color: eee;/*rgba(12, 11, 11, 0.75); */
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: var(--main-second-color);
	color: #000;
	display: block;
	margin-top: 35px;
	padding: 12px 25px;
	width: 100%;
	outline: none;
}

.newsletter5 input:focus {

	border-color:var(--main-bg-color_dark);
}

#newsletter-new button {
	position: absolute;
	top: 0;
	right: 0px;
	padding: 12px 20px;
	border: 0;
	background-color:var(--main-bg-color_dark);

	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: var(--main-bg-color_dark);

}

#newsletter-new button:hover i {
	color:var(--main-second-color);
}

#newsletter-new button:focus {
	outline:none;
}

#news-letter2 button {
	position: absolute;
	top: 0;
	right: 0px;
	padding: 12px 20px;
	border: 0;
	background-color:var(--main-bg-color_dark);

	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: var(--main-bg-color_dark);

}

#news-letter2 button:hover i {
	color:var(--main-second-color);
}

#news-letter2 button:focus {
	outline:none;
}

/*=========================
=======Contact us CSS======
===========================*/

#contact-us {
	padding-bottom: 50px;
}

#contact-us .section-title {
	padding-bottom: 35px;
}

.contact-content h2 {
	margin-bottom: 50px;
    margin-top: 0px;
}

.contact-content i {
	color: #0c0b0b;
	font-size: 22px;
	margin-right: 5px;
}

.contact-content i.fa-envelope {
	font-size: 17px
}

.contact-content .form-control {
  background-color: #fcfcfc;
  border-width:0 0 1px 0;
  border-style: solid;
  border-color: #d7d7d7;
  border-radius: 0;
  box-shadow: none;
  height: 42px;
  margin-bottom: 5px;
}

.contact-content .form-control:focus {
	border-color: var(--main-second-color);
}

.contact-content textarea.form-control {
  min-height: 90px;
  resize: none;
}

#contact-form .name-field {
	padding-right:7px;
}

#contact-form .email-field {
	padding-left: 7px;
}

#contact-form .phone-field {
	padding-left: 7px;
}


#contact-form .btn-default {
	background-color: var(--main-second-color);
	color: var(--main-bg-color_dark);
	margin-top: 0;
	padding: 13px 0 8px;
	width: 100%;
	border:0;
	outline: none;
}

#contact-form .btn-default:hover, 
.footer-socials a i:hover {
	color:#000;
}

.footer-socials a i {
	font-size:18px;
	margin-right:15px;
}

/*=========================
========Footer CSS========
===========================*/

#upcoming_events {
	/*background-image: url("../images/platform/network4.gif");*/
	background-color: var(--main-second-color);
	overflow:hidden;
}

#upcoming_events {
	position:relative;
}

#upcoming_events input {
	background-color:var(--main-bg-color_very_light);
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
	color: #fff;
	display: block;
	margin-top: 35px;
	padding: 12px 25px;
	width: 100%;
	outline: none;
}

#upcoming_events input:focus {
	background-color:#0c0b0b;
	border-color:var(--main-second-color);
}

#upcoming_events button {
	position: absolute;
	top: 0;
	right: 0px;
	padding: 12px 20px;
	border: 0;
	background-color:transparent;
}

#upcoming_events button:hover i {
	color:var(--main-second-color)
}

#upcoming_events button:focus {
	outline:none;
}

/*=========================
========Footer CSS========
===========================*/

#footer {
	background-color:#0c0b0b;
	color:#fff;
	padding-top:30px;
	padding-bottom:20px;
	font-weight:400;
	position: relative;
}

#footer a {
	font-weight:700;
	color:#fff;
}

#footer a:hover {
	color:var(--main-second-color);
}



#myFooter {
    background-color: var(--main-bg-color_light);
    color: white;
    padding-top: 30px;
}

#myFooter .footer-copyright {
    background-color: var(--main-color);
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

@media screen and (max-width: 767px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: var(--main-bg-color_light);
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 a {
    font-size: 18px;
    color: var(--main-color);
    font-weight: bold;
    margin-top: 30px;
}

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}

.adapt-btn a, #myFooter a {
    color: var(--main-bg-color_dark);
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: var(--main-second-color);
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#myFooter .social-networks a {
    font-size: 32px;
    color: var(--main-bg-color_light);
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
}

#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}


.carousel .adapt-btn {
    margin-top:65px;
}

@media screen and (max-width: 767px) {
    .carousel .adapt-btn {
        margin-top:35px;
    }
}

.adapt-btn, #myFooter .btn {
    color: var(--main-bg-color_dark);
    background-color: var(--main-second-color);
    border-radius: 20px;
    border: none;
    width: 160px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 100px;
}

.adapt-btn-f, #myFooter .btn {
    color: var(--main-bg-color_dark);
    background-color: var(--main-second-color);
    border-radius: 20px;
    border: none;
    width: 120px;
    width: 8.48vw;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    /* line-height: 25px; */
    font-weight: bold;
   font-size: 14px;
   font-size: 0.99vw;

}

.adapt-btn-small {
    color: var(--main-bg-color_very_light);
    background-color: var(--main-color);
    border-radius: 20px;
    width: 120px;
    width: 8.48vw;
    font-size: 12px;
    font-size: 0.848vw;
    margin: 8px 0 0 0;
    display: block;
    font-weight: bold;
    padding:0px;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
}





/* CSS used for positioning the footers at the bottom of the page. */
/* You can remove this. */

html{
    height: 100%;
}

body {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
}

#features_div {
	 padding-left: 120px;
     padding-top: 60px;
     padding-bottom: 100px;
     background-color: var(--main-second-color);
}


#features_div1 {
	 padding-left: 120px;
     padding-top: 60px;
     padding-bottom: 100px;
     background-color: var(--main-second-color);
}


#features_div2 {
	 padding-left: 120px;
     padding-top: 60px;
     padding-bottom: 100px;
     background-color: var(--main-second-color);
}

#features-center {
	margin-left: 80px;
}

@media screen and (max-width: 767px) {

	#features-center  {
		margin-left: 0px;
	}

	#features_div {
    	padding: 4%;
    	margin: 8%;
	}

	#features_div1 {
		padding: 4%;
		margin: 8%;
	}

	#features_div2 {
		padding: 4%;
		margin: 8%;
	}
}



.content{
   flex: 1 0 auto;
   -webkit-flex: 1 0 auto;
   min-height: 200px;
}

#myFooter{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}

/*=============================
===========digital_transformation.html=========
==============================*/

/*========Menu Style========*/


#single-blog-page .navbar-brand {
  background-color: #0c0b0b;
  height: 78px;
  padding: 9px 3px 9px 9px;
}

#single-blog-page .navbar-brand h1 {
  margin-top: -5px;
}

#single-blog-page .navbar-brand h1 img {
  width: 80%;
  margin-top:5px;
}


#single-blog-page .navbar-brand p {
  display: none;
}


#single-blog-page #navigation .navbar-right {
	margin-top:0;
	margin-left:0;	
}

#single-blog-page #navigation .navbar-right li a {
  line-height: 48px;
  padding: 15px 17px;
}

/*========END: Menu Style========*/

#blog-details {
	margin-top:175px;
	margin-bottom:40px;
}

.post-date {
	background-color: var(--main-second-color);
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	padding:20px 22px 15px;
	margin-right: 35px;
}

.post-date p {
	margin-bottom:0;
}

.post-date span {
	display: block;
	font-size: 48px;
	margin-right: 0;
}

.blog-content .entry-header {
	padding-bottom: 0;
	padding-top:0;
	position:relative;
}

.blog-content .entry-meta {
	margin-top:35px;
	margin-bottom: 30px;
	overflow:hidden;
}

.entry-post blockquote {
	border-left: 5px solid var(--main-second-color);
}

.entry-header img {
	min-width:100%;
	max-height:450px;
}

.entry-header h3 {
	color: var(--main-second-color);
	font-weight: 300;
	text-transform: uppercase;
}

.blog-content .entry-meta span a {
	font-size:16px;
	font-weight:300;
}

.social-share {
	margin-top: 40px;
	overflow: hidden;
}

.social-share ul li{
	float:left;	
}

.author-details h2 {
	font-weight:300;
	margin-bottom:35px;
}

.author-social {
  margin-bottom: 20px;
  margin-top: 30px;
}

.author-social a {
	color: var(--main-second-color);
	display: inline-block;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	margin-right: 5px;
	text-align: center;
	width: 35px;
}

.author-social a:hover {
	color:#fff;
	background-color: var(--main-second-color);
}

.comments-area img, 
.author-details img {
	background:#f4f3f3;
	height: 75px;
	margin-right: 25px;
	padding: 2px;
	width: 75px;	
}

.parent.media-list {
  margin-bottom: 15px;
  margin-left:100px;
}

.post-comment {
	margin-bottom:25px;
}

.comments-area h2 {
	font-weight: 300;
	margin-bottom: 25px;
}

.media-body h3, 
.media-body h4  {
  color: #333;
  font-weight: 300;
  margin-top:0;
}

.replay-icon{
	color:#333;
}

.replay-box {
  margin-bottom: 60px;
  margin-top: 60px;
}

.replay-box h2 {
	margin-bottom:35px;
}

.replay-box  .form-control {
	border-color:#a8a8a8;
	min-height:48px;
	box-shadow:none;
	border-radius:0;
}

.replay-box  textarea.form-control {
	height:174px;
}

.replay-box  .form-control:focus {
	border-color: var(--main-second-color);
}

#comment-form .btn.btn-primary{
	padding: 15px 20px;
	width:100%;
	text-transform:uppercase;
}
/*=======Sidebar=========*/

.sidebar h3 {
  color: #404040;
  border-bottom: 2px solid #dedcdc;
  margin-bottom: 7px;
  padding-bottom: 8px;
  margin-top:0;
}

.recent-post .media-body p{
	font-size:12px;
}

.sidebar-item{
  margin-bottom: 45px;
}

.categories .navbar-stacked li {
  border-bottom: 1px solid #dedcdc;
}

.categories .navbar-stacked li:last-child {
  border-bottom: 0px;
}
.categories .navbar-stacked li a {
  color: #444;
  padding: 8px 0 8px 0;
}

.categories .navbar-stacked li a:hover{
  color: var(--main-second-color);
  opacity: 1;
}

.categories .navbar-stacked li.active a{
  color: var(--main-second-color);
}

.sidebar-item .media{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 20px;
  margin-top: 0;
}

.sidebar-item.recent-post img {
	max-width:80px;
}

.sidebar-item .media:last-child{
  border-bottom: 0px solid #ccc;  
  padding-bottom: 0; 
}

.sidebar-item .media:hover.media .media-body h4 a{
  color: var(--main-second-color);
}

.sidebar-item .media .media-body h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.sidebar-item .media .media-body h4 a{
  color: #333;
  font-size: 15px;
}

.tag-cloud .nav-pills{
  margin-top: 15px;
}

.tag-cloud .nav-pills li{
  margin: 0;
  margin-top: 6px;
  margin-right: 4px;
}

.tag-cloud .nav-pills li a{
  font-size: 14px;
  font-weight: 300;
  padding: 5px 15px;
  background: #c7c7c7;
  color: #fff;
  border-radius: 3px;
}

.tag-cloud .nav-pills li a:hover{
  background-color: var(--main-second-color);
}
#blog-full-carousel .carousel-control i {
	position:absolute;
	top:50%;
	font-size:35px;
	margin-top:-15px;
}
/*========================
=======Preloader CSS======
==========================*/
.preloader{
  display: table;
  background: #fff;
  z-index: 999999;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

#loaderImage {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
}

#canvas {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}


/* Platform page */

.counter {
 background: url(../images/counterbg.jpg) no-repeat top center;
 background-size: cover;
}

.video_overlay {
 background-color: rgba(231, 240, 245, 0.75);
 width: 100%;
 height: auto;
}

.counter .main_counter_area .single_counter h2 {
 color: var(--main-bg-color_dark);
 font-size: 2.8125rem;
}

.counter .main_counter_area .single_counter p {
 color: var(--main-bg-color_dark);
}

 .adapt-yellow {
    background-color: var(--main-second-color);
 }

.circle-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;

    color: white;
    font-size: 30px;
 }

 .clients-circle-icon {
     width: 35px;
     height: 35px;
     line-height: 35px;
     border-radius: 100%;
     color: white;
     font-size: 20px;
 }

.adapt-dark-gray {
	background-color: var(--main-bg-color_dark);
}

.adapt-dark-blue {
	background-color: var(--main-bg-color_blue_dark);
}



.section_heading {
    text-align: center;
}

.section_heading h2 {
    border-bottom: 1px solid hsl(0, 0%, 75%);
    display: inline-block;
    font-weight: 300;
    line-height: 64px;
    margin-bottom: 60px;
    margin-top: 0;
    padding: 0 10px 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 46px;
}

.section_heading h2::after {
    bottom: -34px;
    content: "";
    font-family: 'allerregular';
    font-size: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    color: rgba(0, 0, 0, 0.5);
}

.section_heading h4 {
    font-weight: 300;
    line-height: 45px;
    margin: 0;
    padding: 0 0 50px;
    color: var(--main-color);
    font-size: 32px;
}

.how_it_work_m.text-left h5 {
    color: var(--main-color);
    line-height: 50px;
    position: relative;
	font-size: 20px;
}

.how_it_work_m.text-right h5 {
    color: var(--main-color);
    line-height: 50px;
    position: relative;
    font-size: 20px;
}

.how_it_work_m.text-right h5::before {
    content: "";
    font-family: 'allerregular';
    font-size: 16px;
    position: absolute;
    right: -69px;
    top: 15px;
    z-index: 1;
    color: var(--main-color);
}

.how_it_work_m.text-left h5::before {
    content: "";
    font-family: 'allerregular';
    font-size: 16px;
    position: absolute;
    left: -69px;
    top: 15px;
    z-index: 1;
    color: var(--main-color);
}

.how_it_work_m.text-left h5::after {
    border-bottom: 1px solid var(--main-color);
    bottom: 10px;
    color: var(--main-color);
    content: "";
    position: absolute;
    left: -60px;
    width: 60%;
    z-index: 1;
}

.how_it_work_m.text-right h5::after {
    border-bottom: 1px solid var(--main-color);
    bottom: 10px;
    color: var(--main-color);
    content: "";
    position: absolute;
    right: -60px;
    width: 60%;
    z-index: 1;
}

.how_it_work_m i {
    font-size: 46px;
    line-height: 50px;
    color: var(--main-color);
}


/* Resources */
.subscribe > h3 {
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 30px;
}

.subscribe > h6 {
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 30px;
}



/* Company */
#team {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
}

#team:before {
    background-repeat: repeat !important;
}
#team:before {
    background-size: auto !important;
}

#team:before {
    background-image: url(https://cdn.colorlib.com/illdy/wp-content/themes/illdy/layout/images/front-page/pattern.png) !important;
}

#team .section-header {
    width: 100%;
    margin-bottom: 85px;
}

.front-page-section .section-header h3 {
    margin: 0 0 5px;
    color: #545454;
}
.front-page-section .section-header .section-description {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 16px;
    color: #8c9597;
    font-family: 'allerregular';
    font-weight: 400;
    text-align: center;
}

#team .section-content {
    width: 100%;
    text-align: center;
}

#team .section-content .person .person-image {
    width: 125px;
    margin-right: 25px;
    float: left;
    text-align: center;
}

#team .section-content .person .person-image img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

#team .section-content .person .person-content {
    text-align: left;
    width: calc(100% - 150px);
    float: right;
}

#team .section-content .person .person-content h6 {
    width: 100%;
    margin: 12px 0 5px;
    color: #5e5e5e;
}

.career-page-wrapper .career-page-content-wrap .job-opportunity-wrapper {
    margin-top: -30px;
}

.career-page-wrapper .career-page-content-wrap .single-job-opportunity {
    background-color: #fff;
}

.single-job-opportunity {
    border: 1px solid #dbe5f3;
    padding: 30px 0;
    color: #3a3b3c;
    background-color: #fff;
    font-size: 1.4rem;
    line-height: 2.2399999999999998rem;
    transition: all .4s ease-out;
}


.single-job-opportunity .job-opportunity-text {
    padding: 0 20px;
}

.single-job-opportunity .job-opportunity-text .job-oppor-logo {
    height: 80px;
}

.single-report {
    border: 1px solid var(--main-second-color);
    padding: 30px 0;
    color: #3a3b3c;
    background-color: #fff;
    font-size: 1.4rem;
    line-height: 2.2399999999999998rem;
    transition: all .4s ease-out;
}

.single-report .job-opportunity-text {
    padding: 0 20px;
}

.single-report .job-opportunity-text .job-oppor-logo {
    height: 80px;
}




.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.single-job-opportunity .job-opportunity-text .job-oppor-logo img {
    max-width: 80px;
    max-height: 80px;
    margin: auto;
}

.single-job-opportunity .job-opportunity-text h3 a {
    font-size: 1.7rem;
    line-height: 1.3;
    display: block;
    font-weight: 700;
    color: #131c33;
    transition: all .4s ease-out;
}

.single-job-opportunity .btn-job {
    margin-top: 15px;
    display: inline-block;
}

.single-report .job-opportunity-text .job-oppor-logo img {
    max-width: 80px;
    max-height: 80px;
    margin: auto;
}

.single-report .job-opportunity-text h3 a {
    font-size: 1.7rem;
    line-height: 1.3;
    display: block;
    font-weight: 700;
    color: #131c33;
    transition: all .4s ease-out;
}

.single-report .btn-job {
    margin-top: 15px;
    display: inline-block;
    padding: 10px 40px;
}


.btn-job {
    background-color: var(--main-second-color);
    font-weight: 700;
    border-radius: 20px;
    transition: all .4s ease-out;
}



/* Resources */
.events {
    text-align: center;
}

.newsection {
    padding-bottom: 50px;
    background-color: var(--main-bg-color_medium);
}

.ui-tabs-nav {
    margin: 0px auto;
    display: inline-block;
    margin-bottom: 30px;
}

.ui-tabs .ui-state-default.ui-tabs-active {
    border: 1px solid #5ab4e6;
    border-left: 1px solid #5ab4e6;
    border-right: 1px solid #5ab4e6;
}

.ui-tabs .ui-state-default:first-child {
    border-radius: 4px 0px 0px 4px;
}

.ui-tabs .ui-state-default {
    list-style: none;
    float: left;
    height: 39px;
    line-height: 38px;
    outline: none;
    min-width: 175px;
}

.ui-state-default.ui-tabs-active a {
    background: #5ab4e6;
    color: #fff;
}

.ui-tabs .ui-state-default a {
    padding: 0px 20px;
    font-size: 18px;
    display: block;
    outline: none;
    text-decoration: none;
    font-weight: 300;
    height: 100%;
}

.ui-tabs .ui-state-default {
    list-style: none;
    float: left;
    height: 39px;
    line-height: 38px;
    outline: none;
    min-width: 175px;
    border-top: 1px solid #c2c4cb;
    border-bottom: 1px solid #c2c4cb;
    border-right: 1px solid #c2c4cb;
}

.ui-tabs .ui-state-default:last-child, .speakers-tabs .speaker-ul li:last-child {
    border-radius: 0px 4px 4px 0px;
}

.event {
    background: #fff;
    font-size: 14px;
    font-size: 0.99vw;
    font-weight: 300;
    text-align: center;
}

.eventsimg {
    position: relative;
    display: inline-block;
}

.eventsimg img {
    max-width: 100%;
    width: 100%;
}

.event img {
    transform: scale(1);
    transition: all ease-in-out .5s;
}

.event-content {
    padding: 15px 10px;
    margin-bottom: 15px;
}

.event .title {
    font-size: 17px;
    font-size: 1.16vw;
    font-weight: 700;
    margin-bottom: 30px;
    margin-bottom: 2.9vw;
    color: #2c3e50;
}

.btn-sec {
    background: var(--main-second-color);
    border-radius: 20px;
    margin-bottom: 10px;
}

.btn-sec-small {
    background: var(--main-second-color);
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.btn-video {
   background: var(--main-second-color);
   border-radius: 20px;
   margin-bottom: 10px;
   width:500px;
   margin-top: 50px;
}

.h4 {
	color: var(--main-bg-color_dark);
}

.header_color {
	color: var(--main-color);
}

.adapt_yellow_color {
	color: var(--main-second-color);
}


.section-title .header_color_for_bright {
	color: var(--main-color);
}

.header_color_bottom_line_for_bright {
	background-color: var(--main-color);
}

.adapt-customer-logos {
    background-color: var(--main-bg-color_light);
    position: relative;
}

.adapt-customer-logos ul {
    list-style: none;
    align-items: center;
    min-height: 105px;
}

@media (min-width: 768px)
.blog-entry .text {
    width: 90%;
    margin: 0 auto;
    margin-top: -40px;
    background: #fff;
}
.blog-entry .text {
    position: relative;
}
.p-4 {
    padding: 1.5rem!important;
}
.d-block {
    display: block!important;
	width: 90%;
	background-color: var(--main-bg-color_light);
	margin-left: 18px;
}

@media (min-width: 768px)
.blog-entry {
    margin-bottom: 30px;
}

.blog-entry {
    border: 1px solid #f2f2f2;
    background: #fff;
    overflow: hidden;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 3px 66px -24px rgba(0,0,0,.2);
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 270px;
}

a {
    transition: .3s all ease;
    color: var(--main-color);
}
a {
    text-decoration: none;
    background-color: transparent;
}

.bg-light {
    background: #fff!important;
}
.p-5 {
    padding: 2rem!important;
}

.mr-5, .mx-5 {
    margin-right: 3rem!important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.img-fluid {
    max-width: 50%;
    height: auto;
}

@media (min-width: 768px)
.align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}

.d-flex {
    display: flex!important;
}

.about_part {
    position: relative;
    z-index: 3;
    padding: 70px 0px 80px;
    margin: 30px 0px 0px 0px;
    background-image: url(../images/about_overlay.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33% 73%;
}

.quote {
    --main-color: #0c9adf;
    --main-second-color: #ffd507;
    --main-bg-color_light: #f9f9f9;
    --main-bg-color_very_light: #fafdff;
    --main-bg-color_medium: #f0f4f5;
    --main-bg-color_dark: #4c4c4c;
    --main-bg-color_blue_dark: #536aad;
    font-weight: 300;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    text-align: center!important;
    box-sizing: inherit;
    font-size: 150px;
    font-family: crimson text,Georgia,times new roman,Times,serif;
    color: #dee2e6;
    line-height: 0;
    top: 40px;
    position: absolute;
    left: 0%;
    z-index: -1;
}

.pb_slant-light,
.pb_slant-white { position: relative; }
.pb_slant-light:after,
.pb_slant-white:after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -50px;
    height: 108px;
    /*width: 130%; TEMP FIX DIAGONAL */
    background-color: var(--main-bg-color_light);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: 10;
}
.pb_slant-light.pb_slant-reverse:after,
.pb_slant-white.pb_slant-reverse:after {
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    left: -100px;
    bottom: -140px;
}
.pb_section {
  padding: 10em 0;
}
.adapt-slant-reduced:after {
    bottom: -10px;
}

.adapt-slant-lift {
    margin-top:-80px;
    z-index:11;
}
.adapt-slant-lift-minor {
    margin-top:-100px;
    z-index:11;
}
.pb_cover_v3 a, .pb_xl_py_cover a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid transparent; }
  .pb_cover_v3 a:hover, .pb_xl_py_cover a:hover {
    color: white;
    border-bottom: 2px solid white; }


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
	position: relative;
	width: 100%;
	padding: 0px 0px 45px 0px;
	text-align: center
}

.testimonial .container {
	max-width: 960px
}

.about-page .testimonial {
	padding-bottom: 90px
}

.testimonial .testimonial-slider-nav {
	position: relative;
	width: 300px;
	margin: 0 auto
}

.testimonial .testimonial-slider-nav .slick-slide {
	position: relative;
	opacity: 0;
	transition: 8s
}

.testimonial .testimonial-slider-nav .slick-active {
	opacity: 1;
	transform: scale(1.3)
}

.testimonial .testimonial-slider-nav .slick-center {
	transform: scale(2);
	z-index: 1
}

.testimonial .testimonial-slider-nav .slick-slide img {
	position: relative;
	display: block;
	margin-top: 37px;
	width: 100%;
	height: auto;
	border-radius: 100px
}

.testimonial .testimonial-slider-nav .slick-center img {
	border: 5px solid #ffffff
}

.testimonial .testimonial-slider {
	position: relative;
	margin-top: 15px;
	padding-top: 5px
}

.testimonial .testimonial-slider::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 50px;
	top: 0;
	left: calc(50% - 30px);
	background: url(../img/quote.png) top center no-repeat
}

.testimonial .testimonial-slider h3 {
	font-size: 20px;
	font-weight: 700
}

.testimonial .testimonial-slider h4 {
	font-size: 14px
}

.testimonial .testimonial-slider p {
	font-size: 18px;
	font-style: italic;
	margin: 0
}

.pb_gradient_v1:before {
	background: linear-gradient(45deg,#0c9adf 0%,#27c2de 150%);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pb_gradient_v2:before {
    background: linear-gradient(45deg,#fafdff 0%,#0c9adf 150%);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.light-bg-form h1,.light-bg-form p,.light-bg-form .home-benefits li {
    font-weight:900!important;
    color:black;
    text-shadow:none;
    font-family:'allerregular';
}

.home-benefits .agenda_li {
    font-size:18px;
    font-family:'aller_lightregular';
    font-weight:100!important;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 30px;
}

blockquote {
    color: var(--main-bg-color_blue_dark);
}

@media (min-width: 992px)
#main_header {
    background: url(../images/header-background.jpg) center center no-repeat;
    background-size: cover;
}

.adapt_xl_py_cover {
    padding: 4em 0 6em 0;
}

[class*='case-study'] button[type=button] {
    color:var(--main-bg-color_dark);
    border:1px solid var(--main-second-color);
    background-color:var(--main-second-color);
    cursor:pointer;
    display:inline-block;
    font-size:14px;
    font-weight:700;
    width:100%;
    max-width:535px;
    text-transform:uppercase;
    text-shadow:0px 0px 0px rgba(0,0,0,.34);
    border-radius:3px;
    transition:all .5s ease-in-out;
    min-height:54px;
    margin-top:27px;
}

@media (max-width:767px){
    [class*='case-study'] button[type=button] {
        margin-top:7px
    }
}
[class*='case-study'] button[type=button]:hover{
    background-color:var(--main-color);
    border-color:#25282e
}

.video-section {
    background-color:white;
}

/*=======================================
======= FIX PAGE =========
=========================================*/
.ao-top-img {
    margin-top:30px;
}

/*=======================================
======= PERFECT STORE ONLINE PAGE=========
=========================================*/
.ao-faq-top-img {
    background-size:108%;
    background-position: right -100px top 15%;
    background-image: linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.8)), url(../images/platform/faq2.jpg);
    min-height:577px;

}
.ao-pos-top-img {
    background-size:108%;
    background-position: right -100px top 15%;
    background-image: linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.8));
}
.ao-company-top-img {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/about-us/about10_2.jpg");
    height:100%;
    background-size:100%;
}

.ao-top-img-default {
    background-size: 100%;
    height:100%;
    background-image: linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.8)), url(../images/platform/pso113.jpg);
}

.ao-pricing-img {
      background-size: 108%;
      background-position: right -100px top 15%;
      background-image: linear-gradient(0deg,rgba(0,0,0,0.6),rgba(0,0,0,0.8)), url(../images/platform/pso234.jpg);
      min-height:577px;
}


.ao-trends-top-img {
    background-size: 108%;
    background-position: right -100px top 15%;
    background-image: linear-gradient(0deg,rgba(0,0,0,0.2),rgba(0,0,0,0.8)), url(../images/platform/old_new_way3.jpg);
f}

.ao-insights-top-img {
    background-size:108%;
    background-position: right -100px top 15%;
    background-image: linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.8)), url(../images/platform/pso113.jpg);
}
.ao-resources-top-img {
    background-size:100%;
    background-image: linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.1)), url(../images/blog_pics/mall_5.jpg);
}
.ao-blog-top-img {
    background-size:100%;
    background-image: linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.1)), url(../images/blog_pics/fashion_shop3.jpg);
}



.ao-report-img {
    background-size:108%;
    background-position: right -100px top 15%;
    background-image: linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.8)), url(../images/platform/pso115.jpg);
    max-height:590px;
}

.adapt-inline-background-blue {
    display: inline-block;
    height: 100%;
    background-color: var(--main-bg-color_dark);
    color: white;
}

/*=======================================
======= PRODUCTS COMPONENT =========
=========================================*/

.main_features_content2 {
    /* display:flex; */
    /* height:100%; */
}
.main_features_content2 .title1 {
    font-weight: bold;
    margin-top: 20px;
    color: var(--main-color);
}
.main_features_content2 .title2 {
    margin-top: 30px;
    text-transform:none;
}
.main_features_content2 .title3 {
    font-weight:bold;
    margin-top: -12px;
}
.main_features_content2 .title4 {
    font-weight:normal;
    font-size:25px;
    font-size:1.768vw;
}
.main_features_content2 .title44 {
    font-weight:normal;
    font-size:25px;
    font-size:1.768vw;
    margin-top:0px;
    margin-bottom:20px;
}
.main_features_content2 .title5 {
    margin-top: 40px;
    font-weight:normal;
    font-size:18px;
    font-size:1.273vw;
    color:grey;
}

.main_features_content2 .title6 {
    margin-top:26px;
    margin-bottom:0px;
    font-size:18px !important;
    font-size:1.272vw !important;
    width:100%  !important;
}

.main_features_content2 .features_buttom {
    display:block;
}
.trends-main .main_features_content2 .features_buttom {
    display:block;
}
.features_buttom a {
    min-width:100%;
    width:fit-content;
}


/*=======================================
======= IMAGE MANIPULATION =========
=========================================*/

.circle-avatar{
/* make it responsive */
max-width: 100%;
width:100%;
height:auto;
display:block;
/* div height to be the same as width*/
/* padding-top:100%;*/

/* make it a circle */
border-radius:50%;

/* Centering on image`s center*/
background-position-y: center;
background-position-x: center;
background-repeat: no-repeat;

/* it makes the clue thing, takes smaller dimension to fill div */
background-size: cover;

/* it is optional, for making this div centered in parent*/
margin: 0 auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

.circle-avatar-75{
/* make it responsive */
max-width: 100%;
width:100%;
height:auto;
display:block;
/* div height to be the same as width*/
/* padding-top:100%;*/

/* make it a circle */
border-radius:75%;

/* Centering on image`s center*/
background-position-y: center;
background-position-x: center;
background-repeat: no-repeat;

/* it makes the clue thing, takes smaller dimension to fill div */
background-size: cover;

/* it is optional, for making this div centered in parent*/
margin: 0 auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 500px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 0px;
    clear: both;
    font-weight: 200;
    line-height: 1.02857143;
    color: #333;
    white-space: nowrap;
}

/* FLEX UTILS for bootstrap 3 */
/* -------------------------------------------------------------------------- */
.d-flex {
    display: flex;
    /* alignment */
    &.flex-row {
        flex-direction: row;
    }
    &.flex-row-reverse {
        flex-direction: row-reverse;
    }
    &.flex-column {
        flex-direction: column;
    }
    &.flex-column-reverse {
        flex-direction: column-reverse;
    }
    /* justify content */
    &.justify-content-start {
        justify-content: start;
    }
    &.justify-content-end {
        justify-content: end;
    }
    &.justify-content-center {
        justify-content: center;
    }
    &.justify-content-between {
        justify-content: space-between;
    }
    &.justify-content-around {
        justify-content: space-around;
    }
    /* align items */
    &.align-items-start {
        align-items: flex-start;
    }
    &.align-items-end {
        align-items: flex-end;
    }
    &.align-items-center {
        align-items: center;
    }
    &.align-items-baseline {
        align-items: baseline;
    }
    &.align-items-stretch {
        align-items: stretch;
    }
    /* align content */
    &.align-content-start {
        align-content: flex-start;
    }
    &.align-content-end {
        align-content: flex-end;
    }
    &.align-content-center {
        align-content: center;
    }
    &.align-content-around {
        align-content: space-around;
    }
    &.align-content-between {
        align-content: space-between;
    }
    &.align-content-stretch {
        align-content: stretch;
    }
    /* wrapping */
    &.flex-wrap {
        flex-wrap: wrap;
    }
    &.flex-nowrap {
        flex-wrap: nowrap;
    }
    /* self align */
    .align-self-start {
        align-self: flex-start;
    }
    .align-self-end {
        align-self: flex-end;
    }
    .align-self-center {
        align-self: center;
    }
    .align-self-baseline {
        align-self: baseline;
    }
    .align-self-stretch {
        align-self: stretch;
    }
    /* fill equal spaces */
    .flex-fill {
        flex: 1 1 auto !important;
    }
    /* order */
    @for $i from 0 through 12 {
        .order-#{$i} {
            order: $i;
        }
    }
}

.d-inline-flex {
    display: inline-flex;
}

.parallax-content-linkedin {
    padding-bottom: 30px;
    padding-top: 32px;
    color:var(--main-bg-color_blue_dark);
}

.row-trends-compare {
    background-color: red;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px white;
}

.ada-bold-underline {
    text-decoration: underline;
    font-weight:900;
    font-family:'allerregular';
}

/* FAQ START */
/* -------------------------------------------------------------------------- */
#faq .section_padding_130 {
    padding-top: 130px;
    padding-bottom: 130px;
}
.faq_area {
    position: relative;
    z-index: 1;
    background-color:  var(--main-bg-color_light);
}

.faq-accordian {
    position: relative;
    z-index: 1;
    margin-left: 80px;
    margin-right: 80px;
}
.faq-accordian .card {
    position: relative;
    z-index: 1;
    margin-bottom: 0.5rem;
}
.faq-accordian .card:last-child {
    margin-bottom: 0;
}
.faq-accordian .card .card-header {
    background-color: #ffffff;
    padding: 0;
    border-bottom-color: #ebebeb;
}
.faq-accordian .card .card-header h6 {
    cursor: pointer;
    padding: 1.75rem 2rem;
    color: var(--main-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq-accordian h6 {
    font-size: 1.35rem;
    margin-bottom: 1px;
}
.faq-accordian .card .card-header h6 span {
    font-size: 1.5rem;
}
.faq-accordian .card .card-header h6.collapsed {
    color: black;

    .fa {
         color: var(--main-color);
    }
}
.faq-accordian .card .card-header h6.collapsed span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);

}
.faq-accordian .card .card-body {
    padding: 1.75rem 2rem;
    text-align:left;
    background-color:white;
}
.faq-accordian .card .card-body p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    #faq .support-button p {
        font-size: 14px;
    }
}

#faq .support-button i {
    color: var(--main-color);
    font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
    #faq .support-button i {
        font-size: 1rem;
    }
}

#faq .support-button a {
    text-transform: capitalize;
    color: var(--main-color);
}
@media only screen and (max-width: 575px) {
    #faq .support-button a {
        font-size: 13px;
    }
}

/* FAQ END */
/* -------------------------------------------------------------------------- */
