/*----------------------------------------------------
@File: Default Styles
@Author: Rocky Ahmed
@URL: http://wethemez.com
@Email: rockybd1995@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: SeoPailot
@Author: Rocky Ahmed
@Developed By: Rocky Ahmed
@Developer URL: http://rocky.wethemez.com

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ slider
05/ photography
06/ button 
07/ work 
08/ team
09/ contact 
10/ price 
11/ portfolio 
12/ blog 
13/ sidebar  
13/ page-header  
13/ project  
13/ we-dope  
13/ progress
13/ comingsoon
13/ error
13/ footer
=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Montserrat:300,400,400i,500,600,700,800,900");
.col-md-offset-right-1 {
  margin-right: 8.33333333%;
}

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

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.row.m0 {
  padding: 0px;
  margin: 0px;
}

body {
  line-height: 24px;
  font-size: 14px;
  overflow: auto;
  font-family: "Lato", sans-serif;
}

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

.grid-sizer {
  width: calc(100% / 3);
}

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}

.display_table_cell {
  display: table-cell;
  float: none !important;
}

#success {
  display: none;
}

#error {
  display: none;
}

/* Main title css
============================================================================================ */
.main_title {
  text-align: center;
  padding-bottom: 70px;
}

.main_title h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #19aa89;
  padding-bottom: 35px;
  position: relative;
  display: inline-block;
}

.main_title h2:before {
  content: "";
  background: #19aa89;
  width: 70px;
  height: 1px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  margin: auto;
}

.our_service_area .service_item .service_title {
  font-style: inherit !important;
}

.our_service_area .service_item .service_title.directory:before {
  content: "\f02d";
  font-family: FontAwesome;
}

.our_service_area .service_item .service_title.redaction:before {
  content: "\f0c0";
  font-family: FontAwesome;
}

.our_service_area .service_item .service_title.exchange:before {
  content: "\f07c";
  font-family: FontAwesome;
}

.flaticon-analysis-1:before{content:"\f012"; font-family: FontAwesome;}
.flaticon-analysis-2:before{content:"\f233"; font-family: FontAwesome;}
.flaticon-analysis-3:before{content:"\f00c"; font-family: FontAwesome;}
.flaticon-analysis-4:before{content:"\f085"; font-family: FontAwesome;}
.flaticon-analysis-5:before{content:"\f1eb"; font-family: FontAwesome;}
.flaticon-analysis-6:before{content:"\f09d"; font-family: FontAwesome;}
.flaticon-analysis-7:before{content:"\f19a"; font-family: FontAwesome;}
.flaticon-analysis-8:before{content:"\f002"; font-family: FontAwesome;}
.flaticon-analysis-9:before{content:"\f0ed"; font-family: FontAwesome;}
.flaticon-analysis-10:before{content:"\f03e"; font-family: FontAwesome;}
.flaticon-analysis-11:before{content:"\f040"; font-family: FontAwesome;}
.flaticon-analysis-12:before{content:"\f02e"; font-family: FontAwesome;}
.flaticon-analysis-13:before{content:"\f096"; font-family: FontAwesome;}
.flaticon-analysis-14:before{content:"\f26c"; font-family: FontAwesome;}.

.main_title h2:after {
  content: "";
  background: #a640d0;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.main_title.purple_title h2 {
  color: #a640d0;
}

.main_white_title {
  text-align: center;
  padding-bottom: 70px;
}

.main_white_title h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 35px;
  position: relative;
  display: inline-block;
}

.main_white_title h2:before {
  content: "";
  background: #f8395d;
  width: 70px;
  height: 1px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  margin: auto;
}

.main_white_title h2:after {
  content: "";
  background: #fff;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.content_title h2 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #19aa89;
  font-weight: 400;
  position: relative;
  padding-bottom: 25px;
}

.content_title h2:before {
  content: "";
  left: 0px;
  bottom: 0px;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #19aa89;
}

.content_title.purple_content h2:before {
  background: #a640d0;
}

.content_title_middle {
  text-align: center;
  padding-bottom: 65px;
}

.content_title_middle h2 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #222222;
  font-weight: 400;
  position: relative;
  padding-bottom: 25px;
}

.content_title_middle h2:before {
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #f8395d;
}

.content_title_middle p {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  max-width: 750px;
  margin: auto;
  color: #696969;
  padding-top: 23px;
}

.content_title_middle.purple_content h2:before {
  background: #a640d0;
}

/* End Main title css
============================================================================================ */
/* Ripple css
============================================================================================ */
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* End Ripple css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Header css
============================================================================================ */
.main_menu_area {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 99;
}

.main_menu_area .navbar-default {
  border: none;
  border-radius: 0px;
  background: transparent;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main_menu_area .navbar-default .navbar-header .navbar-brand {
  display: inline-block;
  padding: 0px;
  line-height: 85px;
}

.main_menu_area .navbar-default .navbar-header .navbar-brand img {
  display: inline-block;
}

.main_menu_area .navbar-default .navbar-collapse .nav.navbar-nav li {
  margin-right: 20px;
}

.main_menu_area .navbar-default .navbar-collapse .nav.navbar-nav li .click_btn {
  display: none;
}

.main_menu_area .navbar-default .navbar-collapse .nav.navbar-nav li a {
  padding: 0px;
  background: transparent;
  display: block;
  line-height: 99px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

.main_menu_area .navbar-default .navbar-collapse .nav.navbar-nav li:last-child {
  margin-right: 0px;
}

.main_menu_area .navbar-default .navbar-collapse .nav.navbar-nav li.submenu .dropdown-menu {
  background: #fff;
  border-radius: 0px;
  border: none;
}

@media (min-width: 991px) {
  .main_menu_area .navbar-default .navbar-collapse .nav.navbar-nav li.submenu .dropdown-menu {
    display: block;
    padding: 0px;
    left: auto;
    right: 0px;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    min-width: 200px;
  }
}

.main_menu_area .navbar-default .navbar-collapse .nav.navbar-nav li.submenu .dropdown-menu li {
  width: 100%;
}

.main_menu_area .navbar-default .navbar-collapse .nav.navbar-nav li.submenu .dropdown-menu li a {
  line-height: 45px;
  border-bottom: 1px solid #f1f4f5;
  color: #f8395d;
  padding: 0px 20px;
  text-shadow: none;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  z-index: 3;
}

.main_menu_area .navbar-default .navbar-collapse .nav.navbar-nav li.submenu .dropdown-menu li a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  background: #f8395d;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.main_menu_area .navbar-default .navbar-collapse .nav.navbar-nav li.submenu .dropdown-menu li:last-child a {
  border-bottom: none;
}

.main_menu_area .navbar-default .navbar-collapse .nav.navbar-nav li.submenu .dropdown-menu li:last-child a:before {
  display: inline-block;
}

.main_menu_area .navbar-default .navbar-collapse .nav.navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #fff;
}

.main_menu_area .navbar-default .navbar-collapse .nav.navbar-nav li.submenu .dropdown-menu li:hover a:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

@media (min-width: 991px) {
  .main_menu_area .navbar-default .navbar-collapse .nav.navbar-nav li.submenu:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}

.main_menu_area.stricky-fixed {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.main_menu_area.stricky-fixed .navbar-default .navbar-header .navbar-brand {
  display: inline-block;
  padding: 0px;
  line-height: 60px;
}

.main_menu_area.stricky-fixed .navbar-default .navbar-header .navbar-brand img {
  display: inline-block;
}

.main_menu_area.stricky-fixed .navbar-default .navbar-collapse .nav.navbar-nav li a {
  line-height: 70px;
}

/* End Main Header css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Banner area css
============================================================================================ */
.banner_area {
  background: url(../img/banner/banner-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  min-height: 400px;
  position: relative;
}

.banner_area .banner_content {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  left: 0px;
}

.banner_area .banner_content h2 {
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 400;
  padding-bottom: 15px;
}

.banner_area .banner_content a {
  font-size: 18px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.banner_area .banner_content span {
  color: #fff;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.banner_area.purple_banner {
  background: url(../img/banner/banner-bg-purple.jpg) no-repeat scroll center center;
}

/* End Banner area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Slider css
============================================================================================ */
.slider_area .rev_slider ul li .tp-bgimg {
  z-index: 4 !important;
}

.slider_area .rev_slider ul li .first_text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.slider_area .rev_slider ul li .some_text {
  color: #fff;
  font-family: "Lato", sans-serif;
}

.video-landing-sction .register_angkar_btn {
  border: 2px solid #fff;
  border-radius: 5px;
  padding-left: 1em;
  padding-right: 1em;
  display: inline-block;
  text-align: center;
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  overflow: hidden;
}

.video-landing-sction .register_angkar_btn i {
  padding-right: 14px;
  font-size: 24px;
}

.video-landing-sction .register_angkar_btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #19aa89;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  z-index: -1;
}

.video-landing-sction .register_angkar_btn:hover {
  color: #fff;
  border-color: #19aa89;
}

.video-landing-sction .register_angkar_btn:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.video-landing-sction .register_angkar_btn.purple_s_btn:hover {
  color: #a640d0;
}

.slider_area .rev_slider ul li.first_slider .slotholder {
  position: relative;
}

.slider_area .rev_slider ul li.first_slider .slotholder .tp-bgimg {
  background-color: transparent !important;
}

.slider_area .rev_slider ul li.secand_slider .slotholder {
  position: relative;
}

.slider_area .rev_slider ul li.secand_slider .slotholder .tp-bgimg {
  background-color: transparent !important;
}

.slider_shap {
  z-index: 99999;
  max-width: 308px;
  position: relative;
}

.slider_shap .slider_moblie {
  position: absolute;
  top: 49.8%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  bottom: 0px;
  left: 49.84%;
  width: 267px;
  height: 476px;
  overflow: hidden;
}

.slider_shap .slider_moblie .item img {
  width: 267px !important;
  height: 476px !important;
}

/* End Main Slider css
============================================================================================ */
/* Expert Team slider css
============================================================================================ */
.expert_team_area {
  padding: 100px 0px;
}

.expert_team_area.purple_team .expert_slider .expert_inner {
  position: relative;
}

.expert_team_area.purple_team .expert_slider .expert_inner .expert_hover .expet_hover_inner {
  background: rgba(166, 63, 208, 0.9);
  height: 100%;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.expert_team_area.purple_team .expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.expert_team_area.purple_team .expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text ul {
  overflow: hidden;
}

.expert_team_area.purple_team .expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text ul li {
  display: inline-block;
  margin-right: 16px;
}

.expert_team_area.purple_team .expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text ul li a {
  height: 45px;
  width: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  line-height: 45px;
  color: #fff;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  bottom: -40px;
  position: relative;
  -webkit-transition: all 800ms linear;
  -o-transition: all 800ms linear;
  transition: all 800ms linear;
}

.expert_team_area.purple_team .expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text ul li:nth-child(2):hover a {
  color: #1D9FEF;
}

.expert_team_area.purple_team .expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text ul li:last-child {
  margin-right: 0px;
}

.expert_team_area.purple_team .expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text ul li:last-child:hover a {
  color: #005683;
}

.expert_team_area.purple_team .expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text ul li:hover a {
  background: #fff;
  color: #3b5998;
}

.expert_team_area.purple_team .expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text h4 {
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 25px 0px 13px 0px;
  opacity: 0;
  -webkit-transition: all 800ms linear;
  -o-transition: all 800ms linear;
  transition: all 800ms linear;
}

.expert_team_area.purple_team .expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text h5 {
  color: #fff;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  opacity: 0;
  -webkit-transition: all 800ms linear;
  -o-transition: all 800ms linear;
  transition: all 800ms linear;
}

.expert_team_area.purple_team .expert_slider .expert_inner:hover .expert_hover .expet_hover_inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.expert_team_area.purple_team .expert_slider .expert_inner:hover .expert_hover .expet_hover_inner .expert_hover_text ul li a {
  bottom: 0px;
}

.expert_team_area.purple_team .expert_slider .expert_inner:hover .expert_hover .expet_hover_inner .expert_hover_text h4 {
  opacity: 1;
}

.expert_team_area.purple_team .expert_slider .expert_inner:hover .expert_hover .expet_hover_inner .expert_hover_text h5 {
  opacity: 1;
}

.expert_team_area.purple_team .expert_slider .owl-dots .owl-dot:hover, .expert_team_area.purple_team .expert_slider .owl-dots .owl-dot.active {
  background: #a640d0;
}

.expert_slider .expert_inner {
  position: relative;
}

.expert_slider .expert_inner .expert_hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  padding: 10px;
  text-align: center;
}

.expert_slider .expert_inner .expert_hover .expet_hover_inner {
  background: rgba(248, 57, 93, 0.9);
  height: 100%;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text ul {
  overflow: hidden;
}

.expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text ul li {
  display: inline-block;
  margin-right: 16px;
}

.expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text ul li a {
  height: 45px;
  width: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  line-height: 45px;
  color: #fff;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  bottom: -40px;
  position: relative;
  -webkit-transition: all 800ms linear;
  -o-transition: all 800ms linear;
  transition: all 800ms linear;
}

.expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text ul li:nth-child(2):hover a {
  color: #1D9FEF;
}

.expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text ul li:last-child {
  margin-right: 0px;
}

.expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text ul li:last-child:hover a {
  color: #005683;
}

.expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text ul li:hover a {
  background: #fff;
  color: #3b5998;
}

.expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text h4 {
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 25px 0px 13px 0px;
  opacity: 0;
  -webkit-transition: all 800ms linear;
  -o-transition: all 800ms linear;
  transition: all 800ms linear;
}

.expert_slider .expert_inner .expert_hover .expet_hover_inner .expert_hover_text h5 {
  color: #fff;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  opacity: 0;
  -webkit-transition: all 800ms linear;
  -o-transition: all 800ms linear;
  transition: all 800ms linear;
}

.expert_slider .expert_inner:hover .expert_hover .expet_hover_inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.expert_slider .expert_inner:hover .expert_hover .expet_hover_inner .expert_hover_text ul li a {
  bottom: 0px;
}

.expert_slider .expert_inner:hover .expert_hover .expet_hover_inner .expert_hover_text h4 {
  opacity: 1;
}

.expert_slider .expert_inner:hover .expert_hover .expet_hover_inner .expert_hover_text h5 {
  opacity: 1;
}

.expert_slider .owl-dots {
  text-align: center;
  padding-top: 60px;
}

.expert_slider .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  background: #b2b2b2;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
}

.expert_slider .owl-dots .owl-dot:hover, .expert_slider .owl-dots .owl-dot.active {
  background: #f8395d;
}

.expert_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

/* End Expert Team slider css
============================================================================================ */
/* Sponsors slider css
============================================================================================ */
.sponsor_slider {
  padding: 120px 0px;
}

.sponsor_slider .item {
  text-align: center;
}

.sponsor_slider .item img {
  width: auto;
  margin: auto;
}

/* End Sponsors slider css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Read more css
============================================================================================ */
.read_more {
  padding-left: 2em;
  padding-right: 2em;
  border: 1px solid #19aa89;
  border-radius: 22.5px;
  display: inline-block;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  overflow: hidden;
}

.read_more i {
  padding-right: 14px;
  font-size: 24px;
}

.read_more:before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #19aa89;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  z-index: -1;
}

.read_more:hover {
  color: #19aa89;
}

.read_more:hover:before {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.read_more.purple_read {
  border: 1px solid #a640d0;
}

.read_more.purple_read:before {
  border-bottom: 80px solid #a640d0;
}

.read_more.purple_read:hover {
  color: #a640d0;
}

.submit_btn {
  width: 220px;
  border: 1px solid #19aa89;
  display: inline-block;
  text-align: center;
  height: 45px;
  line-height: 45px;
  padding: 0px;
  background: transparent;
  border-radius: 5px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  overflow: hidden;
}

.submit_btn i {
  padding-right: 14px;
  font-size: 24px;
}

.submit_btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #19aa89;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  z-index: -1;
}

.submit_btn:hover, .submit_btn:focus {
  color: #19aa89;
  background: transparent;
  border-color: #19aa89;
}

.submit_btn:hover:before, .submit_btn:focus:before {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.submit_btn.purple_submit {
  border: 1px solid #a640d0;
}

.submit_btn.purple_submit:before {
  border-bottom: 80px solid #a640d0;
}

.submit_btn.purple_submit:hover, .submit_btn.purple_submit:focus {
  color: #a640d0;
  background: transparent;
  border-color: #a640d0;
}

.submit_btn.purple_submit:hover:before, .submit_btn.purple_submit:focus:before {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.purchase_btn {
  width: 220px;
  border: 2px solid #f8395d;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #f8395d;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  overflow: hidden;
}

.purchase_btn i {
  padding-right: 14px;
  font-size: 24px;
}

.purchase_btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #f8395d;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  z-index: -1;
}

.purchase_btn:hover {
  color: #fff;
}

.purchase_btn:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.purchase_btn.purple_pruchase {
  border: 2px solid #a640d0;
  color: #a640d0;
}

.purchase_btn.purple_pruchase:before {
  border-bottom: 80px solid #a640d0;
}

.purchase_btn.purple_pruchase:hover {
  color: #fff;
}

/* End Read more css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Service area css
============================================================================================ */
.our_service_area {
  padding: 100px 0px;
  background: #f1f1f1;
}

.service_item {
  text-align: center;
}

.service_item i {
  height: 65px;
  width: 65px;
  background: #19aa89;
  border-radius: 5px;
  display: block;
  text-align: center;
  line-height: 65px;
  color: #fff;
  margin: auto;
  font-size: 36px;
  border: 1px solid #19aa89;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.service_item h3 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #222222;
  padding: 30px 0px 20px 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.service_item p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  color: #696969;
}

.section__info {
  background-image: url(../../img/home/back9.jpg);
  background-attachment: fixed;
    position: relative;
    text-align: center;
    z-index: 1;
    color: #fff;
    padding-top: 50px;
}

.section__info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #19aa89;
    opacity: 0.85;
    z-index: -1;
}

.section__info .statistic .card i {
  font-size: 40px;
}

.section__info .light {
  margin-top: 20px;
}

.service_item:hover i {
  background: transparent;
  color: #19aa89;
}

.service_item:hover h3 {
  color: #19aa89;
}

.purple_service .service_item i {
  background: #a640d0;
  border-color: #a640d0;
}

.purple_service .service_item:hover i {
  color: #a640d0;
  background: transparent;
}

.purple_service .service_item:hover h3 {
  color: #a640d0;
}

/* End Service area css
============================================================================================ */
/* Feature area css
============================================================================================ */
.feature_area {
  padding: 100px 0px;
  background: #f1f1f1;
}

.purple_feature .right_side_feature .media .media-left i {
  color: #a640d0;
}

.purple_feature .right_side_feature:last-child {
  margin-bottom: 0px;
}

.purple_feature .right_side_feature:first-child {
  margin-top: 75px;
}

.purple_feature .right_side_feature:hover .media .media-body h4 {
  color: #a640d0;
}

.left_side_feature {
  margin-bottom: 70px;
}

.left_side_feature .media .media-body h4 {
  text-align: right;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #222222;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  padding-bottom: 20px;
}

.left_side_feature .media .media-body p {
  text-align: right;
  font-size: 16px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  color: #696969;
}

.left_side_feature .media .media-right {
  padding-left: 35px;
}

.left_side_feature .media .media-right i {
  font-size: 48px;
  color: #f8395d;
}

.left_side_feature:last-child {
  margin-bottom: 0px;
}

.left_side_feature:first-child {
  margin-top: 75px;
}

.left_side_feature:hover .media .media-body h4 {
  color: #f8395d;
}

.right_side_feature {
  height: 100px;
}
 
.right_side_feature .media .media-left i {
  font-style: inherit !important;
}

.right_side_feature .media {
  overflow: inherit !important;
}

.right_side_feature .media .media-body h4 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #222222;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  padding-bottom: 20px;
}

.modal  {
  /*   display: block;*/
  padding-right: 0px;
  background-color: rgba(4, 4, 4, 0.8); 
}

.modal-header {
  border-bottom: 1px solid #19aa89;
}

.modal-content {
  width: 90%;
}
   
.modal-content {
  border-radius: 0px;
  border: none;
  top: 40%;
}
.modal-content {
  background-color: #19aa89;
  color: white;
}

.video-dialog {
  width: 75%;
}

.video-dialog .modal-content {
  background: none;
  border: 0;
}

.video-dialog .modal-header {
  border: none !important; 
}

.right_side_feature .media .media-body p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  color: #696969;
}

.right_side_feature .media .media-left {
  padding-right: 35px;
}

.right_side_feature .media .media-left i {
  font-size: 48px;
  color: #19aa89;
}

.right_side_feature:last-child {
  margin-bottom: 0px;
}

.right_side_feature:first-child {
  margin-top: 75px;
}

.right_side_feature:hover .media .media-body h4 {
  color: #19aa89;
}

.feature_mobile {
  text-align: center;
  position: relative;
}

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

.feature_mobile .feature_mobile_slider {
  height: 438px;
  width: 246px;
  position: absolute;
  left: 49.6%;
  top: 49.8%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* End Feature area css
============================================================================================ */
/* Works area css
============================================================================================ */
.works_area {
  padding: 100px 0px;
}

.works_area .works_left_img {
  text-align: center;
}

.works_area .works_left_img img {
  max-width: 100%;
}

.works_area .works_right_content {
  padding-top: 45px;
}

.works_area .works_right_content p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  color: #696969;
  padding-top: 40px;
  padding-bottom: 50px;
}

.works_area .works_right_content a img {
  max-width: 100%;
}

.works_area .works_right_content a + a {
  padding-left: 16px;
}

/* End Works area css
============================================================================================ */
/* Screenshot area css
============================================================================================ */
.screenshot_area {
  background: #f1f1f1;
  padding: 100px 0px;
}

.screenshot_inner {
  position: relative;
  z-index: 2;
}

.screenshot_inner:before {
  content: "";
  position: absolute;
  left: 49.75%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0px;
  z-index: 999;
  background: url(../img/screenshot/screenshot-shap.png) no-repeat scroll center center;
  width: 334px;
  height: 684px;
  z-index: 2;
}

.screenshot_inner .screenshot_slider {
  height: 684px;
  position: relative;
  top: 83px;
}

.screenshot_inner .screenshot_slider .item {
  text-align: center;
}

.screenshot_inner .screenshot_slider .item img {
  width: 300px;
  margin: auto;
  height: 478px;
}

/* End Screenshot area css
============================================================================================ */
/* Benefits area css
============================================================================================ */
.our_benefits_area {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.our_benefits_area .our_benefits_inner {
  width: 100%;
  overflow: hidden;
}

.our_benefits_area .our_benefits_inner .benefits_left {
  width: 50%;
  overflow: hidden;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
}

.our_benefits_area .our_benefits_inner .benefits_left img {
  max-width: 100%;
}

.our_benefits_area .our_benefits_inner .benefits_left .benefits_content {
  max-width: 555px;
  margin: auto;
}

.our_benefits_area .our_benefits_inner .benefits_left .benefits_content p {
  font-size: 16px;
  line-height: 28px;
  color: #696969;
  font-family: "Lato", sans-serif;
  padding-top: 40px;
}

.our_benefits_area .our_benefits_inner .benefits_left .benefits_content ul {
  padding-left: 10px;
  padding-top: 30px;
}

.our_benefits_area .our_benefits_inner .benefits_left .benefits_content ul li a {
  font-size: 16px;
  line-height: 28px;
  color: #696969;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.our_benefits_area .our_benefits_inner .benefits_left .benefits_content ul li a i {
  font-weight: normal;
  font-size: 12px;
  position: relative;
  left: -10px;
  color: #f8395d;
}

.our_benefits_area .our_benefits_inner .benefits_left .benefits_content ul li:hover a {
  color: #f8395d;
}

.our_benefits_area .our_benefits_inner .benefits_right {
  width: 50%;
  overflow: hidden;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
}

.our_benefits_area .our_benefits_inner .benefits_right .benefits_content {
  max-width: 555px;
  margin: auto;
}

.our_benefits_area .our_benefits_inner .benefits_right .benefits_content p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  color: #696969;
  padding-top: 40px;
  padding-bottom: 25px;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row {
  position: relative;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row iframe {
  border: none;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0px;
  top: 0px;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row .overlay .overlay_bg {
  background: url(../img/benefits/benefits-video.jpg) no-repeat scroll center center;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row .overlay .play_pause {
  z-index: 5;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row .overlay .play_pause i {
  height: 80px;
  width: 80px;
  background: #fff;
  color: #f8395d;
  display: inline-block;
  border-radius: 50%;
  font-size: 36px;
  line-height: 80px;
  cursor: pointer;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row .overlay .play_pause i + i {
  display: none;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row .overlay .play_pause .video_content {
  padding-top: 25px;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row .overlay .play_pause .video_content h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row .overlay.playing .overlay_bg {
  opacity: 0;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row .overlay.playing .play_pause .video_content {
  opacity: 0;
}

.our_benefits_area .our_benefits_inner .benefits_right .video_row:hover .overlay .play_pause i + i {
  opacity: 1;
}

.our_benefits_area.purple_benefits .benefits_collaps .panel-group .panel-default .panel-heading .panel-title a {
  color: #a640d0;
}

.our_benefits_area.purple_benefits .benefits_collaps .panel-group .panel-default .panel-heading .panel-title a i {
  display: none;
  color: #a640d0;
}

.our_benefits_area.purple_benefits .benefits_collaps .panel-group .panel-default .panel-heading .panel-title a i + i {
  display: inline-block;
}

.our_benefits_area.purple_benefits .benefits_collaps .panel-group .panel-default .panel-heading .panel-title a.collapsed {
  background: #a640d0;
  color: #fff;
}

.our_benefits_area.purple_benefits .benefits_collaps .panel-group .panel-default .panel-heading .panel-title a.collapsed i {
  display: inline-block;
  color: #fff;
}

.our_benefits_area.purple_benefits .benefits_collaps .panel-group .panel-default .panel-heading .panel-title a.collapsed i + i {
  display: none;
}

.our_benefits_area.purple_benefits .our_benefits_inner .benefits_left .benefits_content ul li a i {
  color: #a640d0;
}

.our_benefits_area.purple_benefits .our_benefits_inner .benefits_left .benefits_content ul li:hover a {
  color: #a640d0;
}

.our_benefits_area.purple_benefits .our_benefits_inner .benefits_right .video_row .overlay .overlay_bg {
  background: url(../img/benefits/benefits-video-2.jpg) no-repeat scroll center center;
}

.benefits_collaps {
  max-width: 402px;
}

.benefits_collaps .panel-group {
  margin-bottom: 0px;
}

.benefits_collaps .panel-group .panel-default {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 10px;
}

.benefits_collaps .panel-group .panel-default .panel-heading {
  padding: 0px;
  border: none;
  border-radius: 0px;
  background: transparent;
}

.benefits_collaps .panel-group .panel-default .panel-heading .panel-title a {
  line-height: 40px;
  padding: 0px 15px;
  background: #f1f1f1;
  display: block;
  width: 100%;
  color: #f8395d;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.benefits_collaps .panel-group .panel-default .panel-heading .panel-title a i {
  float: right;
  display: none;
  line-height: 40px;
  color: #f8395d;
  font-size: 16px;
}

.benefits_collaps .panel-group .panel-default .panel-heading .panel-title a i + i {
  display: inline-block;
}

.benefits_collaps .panel-group .panel-default .panel-heading .panel-title a.collapsed {
  background: #f8395d;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.benefits_collaps .panel-group .panel-default .panel-heading .panel-title a.collapsed i {
  display: inline-block;
  color: #fff;
}

.benefits_collaps .panel-group .panel-default .panel-heading .panel-title a.collapsed i + i {
  display: none;
}

.benefits_collaps .panel-group .panel-default .panel-collapse .panel-body {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f1f1f1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 15px 20px 15px;
  font-size: 14px;
  line-height: 26px;
  color: #696969;
  font-family: "Lato", sans-serif;
}

/* End Benefits area css
============================================================================================ */
/* End Benefits area css
============================================================================================ */
.detail_doc_area {
  padding: 100px 0px;
}

.detail_doc_area .left_detail_content p {
  font-size: 16px;
  color: #696969;
  font-family: "Lato", sans-serif;
  padding: 0px 0px 35px 0px;
}

.detail_doc_area .right_detail_img {
  text-align: center;
}

.play-btn {
  background: #19aa89;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  animation: animate 2s linear infinite;
  cursor: pointer;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 47%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.play-btn i {
  margin-left: 8px;
  color: #fff;
  font-size: 40px;
}
@keyframes animate{
  0%{
    box-shadow: 0 0 0 0 rgba(25,170,137,0.7);
  }
  40%{
    box-shadow: 0 0 0 50px rgba(25,170,137,0);
  }
  80%{
    box-shadow: 0 0 0 50px rgba(25,170,137,0);
  }
  100%{
    box-shadow: 0 0 0 rgba(25,170,137,0);
  }
}

.detail_doc_area .right_detail_img img {
  width: 90%;
}

/* End Benefits area css
============================================================================================ */
/* Asked question area css
============================================================================================ */
.asked_question_area {
  background: #f1f1f1;
  padding: 100px 0px 0px 0px;
  overflow: hidden;
}

.asked_question_area .question_inner {
  overflow: hidden;
  clear: both;
}

.asked_question_area .question_inner .left_question {
  width: 50%;
  float: left;
}

.asked_question_area .question_inner .left_question .left_question_inner {
  max-width: 570px;
  float: right;
  padding-right: 15px;
  width: 100%;
}

.asked_question_area .question_inner .left_question .left_question_inner .panel-group .panel-default {
  border: none;
  border-radius: 0px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #d4d4d4;
}

.asked_question_area .question_inner .left_question .left_question_inner .panel-group .panel-default .panel-heading {
  padding: 0px;
  background: transparent;
  border: none;
}

.asked_question_area .question_inner .left_question .left_question_inner .panel-group .panel-default .panel-heading .panel-title a {
  width: 100%;
  display: block;
  font-size: 18px;
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 80px;
}

.asked_question_area .question_inner .left_question .left_question_inner .panel-group .panel-default .panel-heading .panel-title a i {
  float: right;
  display: none;
  line-height: 80px;
  font-size: 24px;
}

.asked_question_area .question_inner .left_question .left_question_inner .panel-group .panel-default .panel-heading .panel-title a i + i {
  display: inline-block;
}

.asked_question_area .question_inner .left_question .left_question_inner .panel-group .panel-default .panel-heading .panel-title a.collapsed i {
  display: inline-block;
}

.asked_question_area .question_inner .left_question .left_question_inner .panel-group .panel-default .panel-heading .panel-title a.collapsed i + i {
  display: none;
}

.asked_question_area .question_inner .left_question .left_question_inner .panel-group .panel-default .panel-collapse .panel-body {
  border-top: 0px;
  padding: 0px 0px 35px 0px;
  font-size: 15px;
  line-height: 26px;
  color: #696969;
}

.asked_question_area .question_inner .right_question_img {
  width: 50%;
  text-align: right;
  padding-left: 15px;
  float: right;
}

/* End Asked question area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Clients area css
============================================================================================ */
.clients_feedback_area {
  overflow: hidden;
  clear: both;
  background: #f1f1f1;
  padding: 100px 0px;
}

.clients_feedback_area.purple_clients .item p {
  background: #ede8ef;
}

.clients_feedback_area.purple_clients .item h4 {
  color: #a640d0;
}

.clients_feedback_area.purple_clients .item ul li a {
  background: #a640d0;
}

.clients_feedback_area.purple_clients .item ul li a:before {
  content: "";
  position: absolute;
  border: #a640d0 solid 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 50%;
}

.clients_feedback_area.purple_clients .owl-dots .owl-dot:hover, .clients_feedback_area.purple_clients .owl-dots .owl-dot.active {
  background: #a640d0;
}

.clients_feedback_area.purple_clients .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.clients_slider .item p {
  text-align: center;
  font-size: 14px;
  color: #444444;
  line-height: 26px;
  letter-spacing: 0.588px;
  background: #f1e8e9;
  border-radius: 10px;
  padding: 15px 0px;
  margin-bottom: 25px;
  position: relative;
}

.clients_slider .item p:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #f1e8e9 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.clients_slider .item img {
  width: auto;
  max-width: 100%;
  text-align: center;
  margin: auto;
}

.clients_slider .item h4 {
  text-align: center;
  font-size: 24px;
  color: #f8395d;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 25px 0px 12px 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.clients_slider .item h4:hover {
  color: #222222;
}

.clients_slider .item h5 {
  font-size: 14px;
  color: #444;
  font-family: "Lato", sans-serif;
  text-align: center;
  padding-bottom: 18px;
}

.clients_slider .item ul {
  text-align: center;
  padding-bottom: 10px;
}

.clients_slider .item ul li {
  display: inline-block;
  margin-right: 7px;
}

.clients_slider .item ul li a {
  height: 30px;
  width: 30px;
  background: #f8395d;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
}

.clients_slider .item ul li a:before {
  content: "";
  position: absolute;
  border: #f8395d solid 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 50%;
}

.clients_slider .item ul li:hover a:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

.clients_slider .item ul li:last-child {
  margin-right: 0px;
}

.clients_slider .owl-dots {
  text-align: center;
  padding-top: 25px;
}

.clients_slider .owl-dots .owl-dot {
  height: 6px;
  width: 6px;
  background: #b2b2b2;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.clients_slider .owl-dots .owl-dot:hover, .clients_slider .owl-dots .owl-dot.active {
  background: #f8395d;
}

.clients_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

/* End Clients area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Price area css
============================================================================================ */
.pricing_area {
  background: url(../img/price-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  padding: 100px 0px;
}

.pricing_area:before {
  content: "";
  background-image: -moz-linear-gradient(150deg, #a640d0 0%, #f8395d 100%);
  background-image: -webkit-linear-gradient(150deg, #a640d0 0%, #f8395d 100%);
  background-image: -ms-linear-gradient(150deg, #a640d0 0%, #f8395d 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: .80;
}

.pricing_area.purple_price .pricing_item h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
}

.pricing_area.purple_price .pricing_item h2 {
  font-size: 48px;
  color: #a640d0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 25px 0px 18px 0px;
}

.pricing_area.purple_price .pricing_item h4 {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #716776;
  font-weight: 400;
  padding-bottom: 35px;
}

.pricing_area.purple_price .pricing_item ul {
  padding-bottom: 30px;
}

.pricing_area.purple_price .pricing_item ul li a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  border-top: 1px solid #7a5c6a;
  display: block;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #fff;
  line-height: 50px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.pricing_area.purple_price .pricing_item ul li:hover a {
  color: #a640d0;
}

.pricing_item {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #d8aec6;
  border-radius: 10px;
  text-align: center;
  padding: 60px 24px;
}

.pricing_item h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
}

.pricing_item h2 {
  font-size: 48px;
  color: #f8395d;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 25px 0px 18px 0px;
}

.pricing_item h4 {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #716776;
  font-weight: 400;
  padding-bottom: 35px;
}

.pricing_item ul {
  padding-bottom: 30px;
}

.pricing_item ul li a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  border-top: 1px solid #7a5c6a;
  display: block;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #fff;
  line-height: 50px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.pricing_item ul li:hover a {
  color: #f8395d;
}

/* End Price area css
============================================================================================ */
/* Download area css
============================================================================================ */
.download_area {
  background: #f1f1f1;
  padding: 100px 0px;
}

.download_area .download_inner {
  text-align: center;
  max-width: 945px;
  margin: auto;
}

.download_area .download_inner h4 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #222222;
  padding-bottom: 14px;
}

.download_area .download_inner h3 {
  font-size: 48px;
  color: #f8395d;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.download_area .download_inner p {
  font-size: 16px;
  line-height: 28px;
  color: #696969;
  font-family: "Lato", sans-serif;
  padding: 35px 0px 30px 0px;
}

.download_area .download_inner a + a {
  margin-left: 6px;
}

.download_area.purple_dd .download_inner h3 {
  color: #a640d0;
}

/* End Download area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Subscrib area css
============================================================================================ */
.subscrib_area {
  padding: 100px 0px;
}

.subscrib_area .content_title {
  text-align: center;
  margin-bottom: 50px;
}

.subscrib_area .content_title h2 {
  text-transform: capitalize;
}

.subscrib_area .content_title h2:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.subscrib_area.purple_subs .subscrib_form input:focus {
  border: 1px solid #a640d0;
}

.subscrib_area.purple_subs .subscrib_form .input-group-btn .btn-default:before {
  border-bottom: 80px solid #a640d0;
}

.subscrib_form {
  max-width: 750px;
  margin: auto;
}

.subscrib_form input {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #dfdfdf;
  height: 50px;
  padding: 0px 15px;
  font-family: "Lato", sans-serif;
  border-radius: 0px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #999999;
}

.subscrib_form input.placeholder {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #999999;
}

.subscrib_form input:-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #999999;
}

.subscrib_form input::-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #999999;
}

.subscrib_form input::-webkit-input-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #999999;
}

.subscrib_form input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f8395d;
}

.subscrib_form .input-group-btn .btn-default {
  border: none;
  background: #e0e0e0;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  height: 50px;
  width: 140px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.subscrib_form .input-group-btn .btn-default:before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #f8395d;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  z-index: -1;
}

.subscrib_form .input-group-btn .btn-default:hover {
  color: #fff;
}

.subscrib_form .input-group-btn .btn-default:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* End Subscrib area css
============================================================================================ */
/* Map area css
============================================================================================ */
.map_area {
  position: relative;
}

.map_area .mapBox {
  min-height: 770px;
  width: 100%;
  position: absolute !important;
  left: 0px;
  top: 0px;
}

.map_area.purple_map .contact_info .contact_form_left .form-group input:focus {
  border-color: #a640d0;
}

.map_area.purple_map .contact_info .contact_form_left .form-group textarea:focus {
  border-color: #a640d0;
}

.map_area.purple_map .contact_info .contact_form_left .form-group:last-child {
  margin-bottom: 0px;
}

.map_area.purple_map .contact_info .contact_details .media .media-left i {
  color: #a640d0;
  font-size: 22px;
}

.map_area.purple_map .contact_info .contact_details ul li a {
  color: #a640d0;
}

.map_area.purple_map .contact_info .contact_details ul li a:before {
  background: rgba(166, 54, 208, 0.3);
}

.map_area.purple_map .contact_info .contact_details ul li:hover a {
  background: #a640d0;
  color: #fff;
}

.map_area.purple_map .contact_info .contact_details ul li:hover a:before {
  opacity: 1;
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

.contact_info {
  padding: 100px 0px;
}

.contact_info .contact_form_left {
  background: rgba(255, 255, 255, 0.9);
}

.contact_info .contact_form_left .form-group {
  margin-bottom: 30px;
}

.contact_info .contact_form_left .form-group input {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  background: #f8f8f8;
  height: 45px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #999999;
  padding: 0px 15px;
}

.contact_info .contact_form_left .form-group input.placeholder {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #999999;
}

.contact_info .contact_form_left .form-group input:-moz-placeholder {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #999999;
}

.contact_info .contact_form_left .form-group input::-moz-placeholder {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #999999;
}

.contact_info .contact_form_left .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #999999;
}

.contact_info .contact_form_left .form-group input:focus {
  border-color: #19aa89;
}

.contact_info .contact_form_left .form-group textarea {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  background: #f8f8f8;
  height: 150px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #999999;
  resize: none;
  padding: 10px 15px;
}

.contact_info .contact_form_left .form-group textarea.placeholder {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #999999;
}

.contact_info .contact_form_left .form-group textarea:-moz-placeholder {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #999999;
}

.contact_info .contact_form_left .form-group textarea::-moz-placeholder {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #999999;
}

.contact_info .contact_form_left .form-group textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #999999;
}

.contact_info .contact_form_left .form-group textarea:focus {
  border-color: #19aa89;
}

.contact_info .contact_form_left .form-group:last-child {
  margin-bottom: 0px;
}

.contact_info .contact_details {
  background: rgba(255, 255, 255, 0.9);
  padding: 60px 40px;
}

.contact_info .contact_details .media {
  margin-top: 28px;
}

.contact_info .contact_details .media .media-left {
  padding-right: 40px;
}

.contact_info .contact_details .media .media-left i {
  color: #19aa89;
  font-size: 22px;
}

.contact_info .contact_details .media .media-body h4 {
  font-size: 18px;
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-bottom: 12px;
}

.contact_info .contact_details .media .media-body h5 {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #696969;
  line-height: 26px;
}

.contact_info .contact_details .media:first-child {
  margin-top: 0px;
}

.contact_info .contact_details ul {
  padding-top: 40px;
}

.contact_info .contact_details ul li {
  display: inline-block;
  margin-right: 12px;
}

.contact_info .contact_details ul li a {
  height: 40px;
  width: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #19aa89;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  position: relative;
  z-index: 2;
}

.contact_info .contact_details ul li a:before {
  content: "";
  position: absolute;
  background: #19aa89;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
}

.contact_info .contact_details ul li:last-child {
  margin-right: 0px;
}

.contact_info .contact_details ul li:hover a {
  background: #19aa89;
  color: #fff;
}

.contact_info .contact_details ul li:hover a:before {
  opacity: 1;
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

.area-bg {
    height: 100%;
    left: 0;
    margin-top: -5%;
    position: absolute;
    width: 100%}
.area-bg::after, .area-bg::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%}
.area-bg::after {
    background: rgba(0, 0, 0, 0) url(../../img/home/french.png) no-repeat scroll left 4% center/auto 39%}

@media only screen and (min-width:1920px) {
    .contact_info .area-bg: :after {
    background-size: auto 55%}
}@media only screen and (min-width:992px) and (max-width:1200px) {
    .contact_info .area-bg: :after {
    background-size: auto 31%}
}@media (min-width:768px) and (max-width:991px) {
    .contact_info .area-bg: :after {
    display: none;
}
.contact_info .area-bg::before {
    width: 100%}
}@media only screen and (max-width:767px) {
    .contact_info .area-bg: :after {
    display: none;
}
.contact_info .area-bg::before {
    width: 100%}
}

.video-landing-sction {
    position: relative
}

.video-landing-sction:before {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: ""
}


.video-landing-sction {
    height: 85vh;
    padding-top: 260px;
    background-image: url(../../img/home/banner2.jpg);
    background-size: cover;
    background-color: #f3f7f9;
    background-position: 10% 10%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.video-landing-sction .hero ul {
    padding-left: 1.2em;
    margin-bottom: 2.2em;
    text-align: left;
    font-size: 20px;
    color: #fff;
    list-style-type: none
}

.video-landing-sction .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 180px;
    text-align: center
}

.video-landing-sction .hero ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: .4em;
    height: .4em;
    background-color: white;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.video-landing-sction .hero ul li {
    line-height: 1;
    position: relative;
    padding-left: 1em;
    margin-bottom: 1em;
    font-weight: 400;
    text-shadow: 0 4px 3px rgba(0, 0, 0, .2), 0 8px 13px rgba(0, 0, 0, .1), 0 18px 23px rgba(0, 0, 0, .1)
}

.video-landing-sction .sign-btn {
  padding-left: 3em;
}

.video-landing-sction .right_detail_img {
  text-align: center;
}


.video-landing-sction .right_detail_img iframe {
  width: 80%;
  height: 333px;
}

@media screen and (min-width:1200px) {
  .video-landing-sction .container {
    position: absolute;
    top: 33%;
    left: 9%;
  }
  .video-landing-sction .hero .btn {
    height: 45px;
    line-height: 45px;
    font-size: 16px
  }
  .video-landing-sction .hero ul {
    font-size: 24px
  }
}

@media only screen and (min-width:993px) and (max-width:1199px) {
  .video-landing-sction {
    height: 95vh;
    padding-top: 240px;
  }
}

@media only screen and (min-width:768px) and (max-width:992px) {
  .video-landing-sction {
    padding-top: 245px;
    height: 145vh;
  }
  .video-landing-sction .hero ul {
    font-size: 26px
  }

  .video-landing-sction .left_detail_content {
    margin-bottom: 50px;
  }

  .video-landing-sction .right_detail_img {
    text-align: left;
    padding-left: 2em;
  }

  .video-landing-sction .right_detail_img iframe {
    width: 100%;
    height: 333px;
  }
}

@media only screen and (min-width:360px) and (max-width:767px) {
  .video-landing-sction {
    padding-top: 120px;
    height: 97vh;
  }

  .video-landing-sction .hero ul {
    margin-bottom: 0.2em;
    font-size: 20px;
  }
  
  .video-landing-sction .left_detail_content {
      margin-bottom: 25px;
  }

  .video-landing-sction .right_detail_img {
    text-align: left;
    padding-left: 2em;
  }

  .video-landing-sction .right_detail_img iframe {
    width: 90%;
    height: 165px;
  }

  .video-landing-sction .sign-btn {
    padding-left: 2em;
  }
}