/*----------------------------------------------------
@File: Default Styles
@Author: Rocky
@URL: http://wethemez.com
Author E-mail: 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: Cerative Agency
@Author: Rocky
@Developed By: Rocky
@Developer URL: http://rocky.wethemez.com
Author E-mail: rockybd1995@gmail.com

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ banner
05/ slider
06/ feature
07/ button
08/ service
09/ testimonials 
10/ blog 
11/ contact 
12/ footer 
=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
@import url('https://fonts.googleapis.com/css?family=Sriracha:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kanit:300,400,500,600,700&display=swap');
.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}


/* CA Theme Import */
@import 'css/bootstrap.min.css';
@import 'css/animate.css';
@import 'css/magnific-popup.css';
@import 'css/owl.carousel.min.css';
@import 'css/slick.css';
@import 'css/font-awesome.min.css';
@import 'css/themify-icons.css';
@import 'css/ionicons.min.css';

/*---------------------------------------------------- */
/*----------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

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

a {
  text-decoration: none;
}

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

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body {
  line-height: 28px;
  font-size: 15px;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}

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

#success {
  display: none;
}

#error {
  display: none;
}

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

.display_table_row {
  display: table-row;
}

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

.p_100 {
  padding: 100px 0px;
}

iframe {
  border: none;
}

i:before {
  margin-left: 0px !important;
}


img {
  max-width: 100%;
  max-height: 100%;
}

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

.c_title img {
  padding-bottom: 30px;
}

.c_title h6 {
  font-size: 20px;
  font-family: "Sriracha", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #FF6600;
  padding-bottom: 10px;
}

.c_title h2 {
  font-size: 48px;
  color: #0b1033;
  font-family: "Sriracha", sans-serif;
  font-weight: 500;
}

.l_title {
  padding-bottom: 10px;
}

.l_title img {
  padding-bottom: 30px;
}

.l_title h6 {
  font-size: 14px;
  font-family: "Sriracha", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #FF6600;
  padding-bottom: 10px;
}

.l_title h4 {
  font-size: 36px;
  color: #0b1033;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}

.l_title h4 span {
  font-style: italic;
  color: #6fbbfe;
}

/* Main title css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Menu Area css
============================================================================================ */
.main_menu_area {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 30;
  padding: 0px 45px;
}

.main_menu_area .navbar {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent !important;
}

.main_menu_area .navbar .navbar-toggler {
  border: none;
  border-radius: 0px;
  padding: 0px;
}

.main_menu_area .navbar .navbar-toggler span {
  height: 3px;
  width: 25px;
  display: block;
  background: #0b1033;
  margin-bottom: 3px;
}

.main_menu_area .navbar .navbar-toggler span:last-child {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-collapse {
    text-align: right;
    display: block !important;
  }
}

.main_menu_area .navbar .navbar-nav {
  display: inline-block;
  text-align: right;
}

.main_menu_area .navbar .navbar-nav li {
  display: inline-block;
  margin-right: 55px;
}

.main_menu_area .navbar .navbar-nav li a {
  font-size: 13px;
  font-family: "Kanit", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #6b7d8e;
  letter-spacing: .65px;
  padding: 0px;
  line-height: 118px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

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

@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    display: block;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    min-width: 250px;
    background: #171717;
    left: auto;
    right: 0px;
    top: 90%;
    border-radius: 0px;
    border: none;
    padding: 30px 0px 30px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
  }
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li {
  margin-right: 0px;
  display: block;
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
  display: block;
  line-height: 38px;
  color: #fff;
  font-family: "Sriracha", sans-serif;
  letter-spacing: .48px;
  font-size: 16px;
  padding: 0px 30px;
  text-transform: inherit;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  font-weight: normal;
  text-shadow: none;
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #97ccfe;
}

@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-nav li:hover.submenu .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
  }
}

.main_menu_area .navbar .navbar-nav li:hover a, .main_menu_area .navbar .navbar-nav li.active a {
  color: #0b1033;
}

.main_menu_area.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 1);
  /* background: rgb(93, 158, 255, 1); */
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.13);
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  z-index: 999999;
}

.main_menu_area.navbar_fixed .navbar .navbar-nav li a {
  line-height: 70px;
}

/* End Main Menu Area css
============================================================================================ */

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Banner Area css
============================================================================================ */
.banner_area {
  font-family: "Sriracha", sans-serif;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.banner_area.plugin {
  background: linear-gradient( rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/content/plugins_01_1000.png) no-repeat scroll center center;
  background-size: cover;
}

.banner_area.question {
  background: linear-gradient( rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/content/question_01_600.jpg) no-repeat scroll center center;
  background-size: cover;
}

.banner_area.blog {
  background: linear-gradient( rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/content/newspapers_01_600.jpg) no-repeat scroll center center;
  background-size: cover;
}

.banner_area:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.banner_inner_text {
  padding-top: 200px;
  position: relative;
  padding-bottom: 95px;
}

.banner_inner_text:before {
  content: "";
  width: 213px;
  height: 0px;
  position: absolute;
  background: #ced0e0;
  left: 0px;
  bottom: 0px;
}

.banner_inner_text h2 {
  font-size: 72px;
  color: #0b1033;
  font-family: "Sriracha", sans-serif;
  font-weight: normal;
}

.banner_inner_text p {
  font-size: 24px;
  color: #6b7d8e;
  font-family: "Sriracha", sans-serif;
  font-weight: normal;
  padding-top: 15px;
}

/* End Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Slider css
============================================================================================ */
.main_slider_area {
  font-family: "Sriracha", sans-serif;
  background: linear-gradient( rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/content/business_1000.jpg) no-repeat scroll center center;
  background-size: cover;
}

.main_slider_area.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .first_text {
  font-weight: normal !important;
  color: #0b1033;
}

.main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .secand_text {
  color: #6b7d8e;
}

.main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .more_btn {
  -webkit-transition: all 400ms linear !important;
  -o-transition: all 400ms linear !important;
  transition: all 400ms linear !important;
  padding: 0px 53px;
}

.main_slider_area .rev_slider .tp-bullets {
  left: calc(50% - 970px) !important;
  display: none;
}

.main_slider_area .rev_slider .tp-bullets .tp-bullet {
  height: 10px;
  width: 10px;
  background: #b3adff;
  border: 5px solid #fff;
}

.main_slider_area .rev_slider .tp-bullets .tp-bullet.selected {
  background: #97cdfe;
  border-color: #97cdfe;
}

.main_slider_area .rev_slider .tp-leftarrow, .main_slider_area .rev_slider .tp-rightarrow {
  height: 120px;
  background-image: -webkit-gradient(linear, left top, right top, from(#70bafe), color-stop(51%, #998dff), to(#70bafe));
  background-image: -webkit-linear-gradient(left, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-image: -o-linear-gradient(left, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-image: linear-gradient(to right, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-size: 200% auto;
  width: 68px;
  border: 10px solid rgba(204, 241, 255, 0.5);
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.main_slider_area .rev_slider .tp-leftarrow:before, .main_slider_area .rev_slider .tp-rightarrow:before {
  line-height: 100px;
}

.main_slider_area .rev_slider .tp-leftarrow:hover, .main_slider_area .rev_slider .tp-rightarrow:hover {
  background-position: right center;
  color: #fff;
}

.main_slider_area .rev_slider .tp-leftarrow {
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
  border-left: 0px;
}

.main_slider_area .rev_slider .tp-rightarrow {
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  border-right: 0px;
}

/* End Slider css
============================================================================================ */

/* Feature Area css
============================================================================================ */
.section_area {
  padding-top: 70px;
}

.section_tools_area{
  background: linear-gradient( rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), url(../img/content/resident_01_1000.jpg) no-repeat scroll center center;
  background-size: cover;
  padding-top: 70px;
}

.feature_item {
  text-align: center;
  padding: 40px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.feature_item.bg-1 {
   background: linear-gradient( rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url(../img/content/cafe_01_600.jpg) no-repeat scroll center center;
  background-size: cover;
}
.feature_item.bg-2 {
  background: linear-gradient( rgba(0, 0, 0, 0.64), rgba(0,0,0, 0.64)), url(../img/content/street_food_01_600.jpg) no-repeat scroll center center;
 background-size: cover;
}
.feature_item.bg-3 {
  background: linear-gradient( rgba(0,0,0, 0.64), rgba(0,0,0, 0.64)), url(../img/content/boat_01_600.jpg) no-repeat scroll center center;
 background-size: cover;
}
.feature_item.bg-4 {
  background: linear-gradient( rgba(0,0,0, 0.64), rgba(0,0,0, 0.64)), url(../img/content/souvenir_01_600.jpg) no-repeat scroll center center;
 background-size: cover;
}
.feature_item.bg-5 {
  background: linear-gradient( rgba(0,0,0, 0.64), rgba(0,0,0, 0.64)), url(../img/content/resident_01_600.jpg) no-repeat scroll center center;
 background-size: cover;
}
.feature_item.bg-6 {
  background: linear-gradient( rgba(0,0,0, 0.64), rgba(0,0,0, 0.64)), url(../img/content/fruit_02_600.jpg) no-repeat scroll center center;
 background-size: cover;
}

.feature_item .f_icon {
  min-height: 91px;
  position: relative;
}

.feature_item .f_icon.large{
  min-height: 150px;
  position: relative;
}

.feature_item .f_icon img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.feature_item .f_icon i {
  position: absolute;
  bottom: 0px;
  left: 50%;
  font-size: 80px;
  color: #45474b;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.feature_item.dark .f_icon i {
  color: #e0e0e0 !important;
}

.feature_item h4 {
  color: #0b1033;
  font-family: "Sriracha", sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding: 45px 0px 20px 0px;
}

.feature_item.dark h4  {
  color: #e0e0e0 !important;
}

.feature_item p {
  font-size: 15px;
  line-height: 28px;
  font-family: "Kanit", sans-serif;
  color: #5d6b70;
  font-weight: 500;
  max-width: 290px;
  margin: auto;
  padding-bottom: 40px;
}

.feature_item.dark p  {
  color: #e0e0e0 !important;
}

.feature_item .more_btn {
  opacity: 1;
}

.feature_item:hover {
  /* -webkit-box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11); */
}

.feature_item:hover .more_btn {
  opacity: 1;
}

.service_feature {
  border-bottom: 1px solid #bbbec1;
  padding-top: 100px;
  overflow: hidden;
}

.service_feature .feature_inner {
  margin-bottom: -50px;
}

.service_feature .feature_inner .feature_item {
  margin-bottom: 50px;
}

.service_feature .feature_inner .feature_item .more_btn {
  opacity: 1;
  background: transparent;
  border-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ebdfe), to(#9b8aff));
  background-image: -webkit-linear-gradient(left, #6ebdfe, #9b8aff);
  background-image: -o-linear-gradient(left, #6ebdfe, #9b8aff);
  background-image: linear-gradient(left, #6ebdfe, #9b8aff);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  background-size: 200% auto;
}

.service_feature .feature_inner .feature_item:hover .more_btn {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#70bafe), color-stop(51%, #998dff), to(#70bafe));
  background-image: -webkit-linear-gradient(left, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-image: -o-linear-gradient(left, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-image: linear-gradient(to right, #70bafe 0%, #998dff 51%, #70bafe 100%);
  border-color: rgba(204, 241, 255, 0.5);
  background-clip: inherit;
}

.content_area{
  overflow: hidden;
  padding-top: 90px;
}

.content_area_text {
  max-width: 540px;
}

.content_area_text.right {
  float: right;
}

.content_area_text.left {
  float: left;
}

.content_area_text p {
  font-family: "Sriracha", sans-serif;
  color: #5d6b70;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 10px;
}

.content_area_text ul {
  padding-left: 20px;
}

.content_area_text ul li {
  width: calc(100% / 2);
  float: left;
  margin-bottom: 15px;
}

.content_area_text ul li a {
  padding-left: 18px;
  font-family: "Kanit", sans-serif;
  color: #7c8d93;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.content_area_text ul li a:before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #a6d7ff;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.content_area_text ul li:nth-child(even) {
  padding-left: 22px;
}

.content_area_text ul li:last-child {
  margin-bottom: 0px;
}

.content_area_text ul li:hover a {
  color: #a6d7ff;
}

.content_area_text ul li:hover a:before {
  left: 4px;
}

.img_inner {
  max-width: 591px;
  margin-bottom: -20px;
  /* margin-left: 150px; */
}

.img_inner .row {
  margin-left: -10px;
  margin-right: -10px;
}

.img_inner .row .col-lg-6 {
  padding: 0px 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.img_inner .img_item {
  overflow: hidden;
}

/* End Team People Area css
============================================================================================ */

/* Service Solution Area css
============================================================================================ */
.s_solution_item p {
  font-size: 15px;
  line-height: 28px;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  color: #7c8d93;
}

.solution_collaps {
  margin-top: 30px;
}

.solution_collaps .card {
  margin-bottom: 25px;
  border: none;
}

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

.solution_collaps .card .card-header {
  padding: 0px;
  border: none;
  background-color: transparent;
}

.solution_collaps .card .card-header h5 a {
  background: #79ccff;
  background: -moz-linear-gradient(left, #79ccff 0%, #9b75ff 100%);
  background: -webkit-linear-gradient(left, #79ccff 0%, #9b75ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79ccff', endColorstr='#9b75ff',GradientType=1 );
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: "Sriracha", sans-serif;
  font-weight: 500;
  padding: 11px 25px 11px 20px;
  line-height: 26px;
  position: relative;
}

.solution_collaps .card .card-header h5 a i {
  display: inline-block;
  font-style: normal;
  position: absolute;
  right: 20px;
  line-height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.solution_collaps .card .card-header h5 a i + i {
  display: none;
}

.solution_collaps .card .card-header h5 .collapsed i {
  display: none;
}

.solution_collaps .card .card-header h5 .collapsed i + i {
  display: inline-block;
}

.solution_collaps .card .card-body p {
  font-size: 15px;
  line-height: 28px;
  font-family: "Kanit", sans-serif;
  font-weight: normal;
  color: #7c8d93;
}

/* End Service Solution Area css
============================================================================================ */

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Button Area css
============================================================================================ */
.more_btn {
  padding: 0px 46px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6fbcfe), color-stop(51%, #998dff), to(#6fbcfe));
  background-image: -webkit-linear-gradient(left, #6fbcfe 0%, #998dff 51%, #6fbcfe 100%);
  background-image: -o-linear-gradient(left, #6fbcfe 0%, #998dff 51%, #6fbcfe 100%);
  background-image: linear-gradient(to right, #6fbcfe 0%, #998dff 51%, #6fbcfe 100%);
  background-size: 200% auto;
  z-index: 2;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: "Sriracha", sans-serif;
  line-height: 35px;
  border: 6px solid rgba(204, 241, 255, 0.5);
  border-radius: 33px;
}

.more_btn:hover {
  background-position: right center;
  color: #fff;
}

.submit_btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#70bafe), color-stop(51%, #998dff), to(#70bafe));
  background-image: -webkit-linear-gradient(left, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-image: -o-linear-gradient(left, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-image: linear-gradient(to right, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-size: 200% auto;
  z-index: 2;
  width: 176px;
  padding: 0px;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  font-size: 15px;
  font-family: "Sriracha", sans-serif;
  line-height: 35px;
  border: 6px solid rgba(204, 241, 255, 0.5);
  border-radius: 33px;
  cursor: pointer;
}

.submit_btn:hover {
  background-position: right center;
  color: #fff;
}

.submit_btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 6px solid rgba(204, 241, 255, 0.5);
}

.solid_btn {
  padding: 0px 53px;
  background: #6fbcfe;
  z-index: 2;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: "Kanit", sans-serif;
  line-height: 55px;
  border: 6px solid rgba(204, 241, 255, 0.5);
  border-radius: 33px;
}

.solid_btn:hover {
  background-position: right center;
  color: #fff;
}

/* Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/

/* Blog Main Area css
============================================================================================ */
.blog_img {
  position: relative;
}

.blog_img .blog_date {
  position: absolute;
  left: 0px;
  top: 40px;
  max-width: 120px;
  width: 100%;
  background: #6fbcfe;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6fbcfe 0%, #9b8aff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6fbcfe 0%, #9b8aff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#6fbcfe), to(#9b8aff));
  background: -o-linear-gradient(left, #6fbcfe 0%, #9b8aff 100%);
  background: linear-gradient(to right, #6fbcfe 0%, #9b8aff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fbcfe', endColorstr='#9b8aff',GradientType=1 );
  /* IE6-9 */
  text-align: center;
  color: #fff;
  padding: 18px 0px 16px 0px;
}

.blog_img .blog_date h4 {
  font-size: 36px;
  font-family: "Sriracha", sans-serif;
  font-weight: bold;
  padding-bottom: 5px;
}

.blog_img .blog_date h5 {
  font-size: 12px;
  font-weight: 500;
  font-family: "Sriracha", sans-serif;
}

.blog_text {
  padding: 40px 30px 65px 30px;
}

.blog_text h4 {
  font-size: 24px;
  font-family: "Sriracha", sans-serif;
  font-weight: bold;
  color: #0b1033;
  padding-bottom: 5px;
}

.blog_text .blog_author {
  padding-bottom: 30px;
}

.blog_text .blog_author a {
  font-size: 12px;
  font-family: "Sriracha", sans-serif;
  font-weight: 500;
  color: #7c8d93;
  margin-right: 20px;
  position: relative;
}

.blog_text .blog_author a:before {
  content: "|";
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #7c8d93;
}

.blog_text .blog_author a:last-child {
  margin-right: 0px;
}

.blog_text .blog_author a:last-child:before {
  display: none;
}

.blog_text p {
  font-size: 15px;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  line-height: 28px;
  color: #7c8d93;
}

.blog_text p + p {
  padding-top: 30px;
}

.blog_text .more_btn {
  margin-top: 45px;
}

.blog_main_item {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.34);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.34);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.34);
  margin-bottom: 100px;
}

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

.pagination_area {
  padding-top: 100px;
}

.pagination_area .pagination li {
  margin-right: 10px;
}

.pagination_area .pagination li a {
  border-radius: 0px;
  border: none;
  background: transparent;
  font-size: 14px;
  font-family: "Kanit", sans-serif;
  font-weight: bold;
  color: #7c8d93;
  padding: 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.pagination_area .pagination li:last-child {
  margin-right: 0px;
}

.pagination_area .pagination li:hover a, .pagination_area .pagination li.active a {
  color: #0b1033;
  background: transparent;
}

.r_widget {
  margin-bottom: 80px;
}

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

.r_w_title {
  padding-bottom: 25px;
}

.r_w_title h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Sriracha", sans-serif;
  color: #0b1033;
}

.search_widget .input-group {
  display: block;
  position: relative;
}

.search_widget .input-group input {
  width: 100%;
  display: block;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-image: -moz-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
  -webkit-border-image: -webkit-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
  border-image: -webkit-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
  border-image: -ms-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
  border-image-slice: 1;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  height: 36px;
  padding: 0px;
  line-height: 0px;
  padding-bottom: 24px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  color: #acb6ba;
  font-family: "Sriracha", sans-serif;
  font-style: italic;
}

.search_widget .input-group input.placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: "Sriracha", sans-serif;
  font-style: italic;
}

.search_widget .input-group input:-moz-placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: "Sriracha", sans-serif;
  font-style: italic;
}

.search_widget .input-group input::-moz-placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: "Sriracha", sans-serif;
  font-style: italic;
}

.search_widget .input-group input::-webkit-input-placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: "Sriracha", sans-serif;
  font-style: italic;
}

.search_widget .input-group .input-group-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
}

.search_widget .input-group .input-group-btn .btn-secondary {
  background: transparent;
  border-radius: 0px;
  padding: 0px;
  border: none;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  margin: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #acb6ba;
  cursor: pointer;
}

.search_widget .input-group .input-group-btn .btn-secondary:hover {
  color: #0b1033;
}

.categories_widget ul li {
  margin-bottom: 10px;
}

.categories_widget ul li a {
  font-size: 15px;
  font-family: "Sriracha", sans-serif;
  font-weight: 500;
  color: #7c8d93;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.categories_widget ul li:last-child {
  margin-bottom: 0px;
}

.categories_widget ul li:hover a {
  color: #70a7e4;
}

.insta_widget ul {
  overflow: hidden;
  margin: -3px;
}

.insta_widget ul li {
  width: calc(100% / 3);
  float: left;
  overflow: hidden;
}

.insta_widget ul li a {
  display: block;
  padding: 3px;
}

.tag_widget ul {
  margin-right: -8px;
  margin-bottom: -12px;
}

.tag_widget ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 12px;
}

.tag_widget ul li a {
  display: inline-block;
  background: #f4f8fc;
  padding: 0px 25px;
  line-height: 40px;
  font-family: "Sriracha", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #7c8d93;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.tag_widget ul li:hover a {
  border-radius: 20px;
  background-image: -moz-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -webkit-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -ms-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  color: #fff;
}

.quote_widget p {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #7c8d93;
  line-height: 30px;
  font-size: 15px;
  padding-top: 25px;
}

.s_blog_social {
  padding-bottom: 80px;
  padding-left: 30px;
}

.s_blog_social h3 {
  font-size: 18px;
  color: #0b1033;
  font-family: "Sriracha", sans-serif;
  font-weight: 500;
  display: inline-block;
}

.s_blog_social ul {
  display: inline-block;
}

.s_blog_social ul li {
  display: inline-block;
  margin-left: 30px;
}

.s_blog_social ul li a {
  font-size: 12px;
  color: #0b1033;
}

.s_blog_social ul li:first-child {
  margin-left: 40px;
}

.blog_author .media {
  vertical-align: middle;
}

.blog_author .media .d-flex {
  padding-right: 20px;
  -ms-flex-item-align: center;
  align-self: center;
}

.blog_author .media .media-body h4 {
  font-size: 18px;
  font-family: "Sriracha", sans-serif;
  font-weight: 500;
  padding-bottom: 25px;
}

.blog_author .media .media-body h4 span {
  color: #7c8d93;
}

.blog_author .media .media-body p {
  font-size: 15px;
  line-height: 28px;
  color: #7c8d93;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}

.blog_comment h3 {
  font-size: 18px;
  font-family: "Sriracha", sans-serif;
  font-weight: 500;
  color: #0b1033;
  padding-bottom: 80px;
  padding-top: 80px;
}

.blog_comment .media {
  margin-bottom: 35px;
}

.blog_comment .media .d-flex {
  display: block !important;
  padding: 0px 0px 0px 25px;
  max-width: 144px;
  width: 100%;
}

.blog_comment .media .d-flex h4 {
  color: #0b1033;
  font-family: "Sriracha", sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding-bottom: 6px;
}

.blog_comment .media .d-flex h5 {
  color: #7c8d93;
  font-family: "Sriracha", sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: block;
}

.blog_comment .media .media-body {
  padding-left: 20px;
}

.blog_comment .media .media-body p {
  color: #7c8d93;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 15px;
}

.blog_comment .media .media-body a {
  color: #0b1033;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

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

.blog_comment_form {
  max-width: 560px;
}

.blog_comment_form h3 {
  font-size: 18px;
  font-family: "Sriracha", sans-serif;
  font-weight: 500;
  color: #0b1033;
  padding: 75px 0px 55px 0px;
}

.blog_comment_form .contact_us_form {
  margin-top: 0px;
}

.blog_comment_form .contact_us_form .form-group input {
  height: 55px;
}

.blog_comment_form .contact_us_form .form-group:last-child {
  margin-bottom: 0px;
}

/* End Blog Main Area css
============================================================================================ */


/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer_widget_area {
  background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/content/hand_shack_02_600.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 60px 0px 60px 0px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.19);
}

.f_title {
  padding-bottom: 45px;
}

.f_title h3 {
  font-size: 40px;
  color: #fff;
  font-family: "Sriracha", sans-serif;
  font-weight: 500;
}

.f_about_widget {
  padding-right: 35px;
}

.f_about_widget img {
  padding-bottom: 35px;
  height: 135px;
}

.f_about_widget p {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}

.f_about_widget p a {
  font-size: 25px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.9);
  padding-right: 10px; 
}

.f_insta_widget ul {
  overflow: hidden;
  margin: -1px;
}

.f_insta_widget ul li {
  width: calc(100% / 4);
  float: left;
}

.f_insta_widget ul li a {
  display: inline-block;
  padding: 1px;
}

.f_insta_widget ul li a img {
  width: 100%;
}

.f_subs_widget .input-group {
  display: block;
}

.f_subs_widget .input-group input {
  display: block;
  width: 100%;
  border-radius: 0px;
  border: none;
  height: 52px;
  padding: 0px 30px;
  font-size: 12px;
  font-family: "Sriracha", sans-serif;
  font-style: italic;
  color: #9b9b9b;
}

.f_subs_widget .input-group input.placeholder {
  font-size: 12px;
  font-family: "Sriracha", sans-serif;
  font-style: italic;
  color: #9b9b9b;
}

.f_subs_widget .input-group input:-moz-placeholder {
  font-size: 12px;
  font-family: "Sriracha", sans-serif;
  font-style: italic;
  color: #9b9b9b;
}

.f_subs_widget .input-group input::-moz-placeholder {
  font-size: 12px;
  font-family: "Sriracha", sans-serif;
  font-style: italic;
  color: #9b9b9b;
}

.f_subs_widget .input-group input::-webkit-input-placeholder {
  font-size: 12px;
  font-family: "Sriracha", sans-serif;
  font-style: italic;
  color: #9b9b9b;
}

.f_subs_widget .input-group .input-group-btn {
  margin-left: 0px;
  display: block;
  margin-top: 25px;
}

.f_subs_widget .input-group .input-group-btn .submit_btn {
  margin-left: 0px;
  border-radius: 35px !important;
}

.f_subs_widget .input-group .input-group-btn .submit_btn:hover {
  border-color: #8cc4fb;
}

.footer_copyright {
  overflow: hidden;
  background: #11173b;
  padding: 5px 0px;
}

.footer_copyright .float-sm-left h5 {
  font-size: 14px;
  color: #2a2f56;
  font-family: "Sriracha", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 29px;
}

.footer_copyright .float-sm-right ul li {
  display: inline-block;
  margin-right: 32px;
}

.footer_copyright .float-sm-right ul li a {
  font-size: 14px;
  color: #2a2f56;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.footer_copyright .float-sm-right ul li:last-child {
  margin-right: 0px;
}

.footer_copyright .float-sm-right ul li:hover a {
  color: #fff;
}

/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */


/* CA Theme css*/

/* --------------------------
:: 2.0 Header Area CSS
-------------------------- */

.header_area {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 0;
  padding: 0 4%;
}

.menu_area .navbar-brand {
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1;
  padding: 0;
}


.menu_area .navbar-brand:hover,
.menu_area .navbar-brand:focus {
  color: #fff;
}


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

.menu_area #nav .nav-link {
  color: #0b1033;
  display: block;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 35px 15px;
}


.menu_area nav ul li > a:hover {
  color: #fb397d;
}

.sing-up-button {
  text-align: right;
}

.sing-up-button > a {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border: 2px solid #a883e9;
  height: 50px;
  min-width: 178px;
  line-height: 46px;
  text-align: center;
  border-radius: 24px 24px 24px 0px;
}

.sing-up-button > a:hover {
  background: #fb397d;
  color: #fff;
  border-color: transparent;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

/* stcicky css */

.header_area.sticky {
  background-color: #884bdf;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 99;
}

.header_area.sticky .menu_area .navbar-brand {
  font-size: 50px;
}

.header_area.sticky .menu_area #nav .nav-link {
  padding: 23px 15px;
}
.header_area.sticky .navbar {
  padding: 0;
}


/* --------------------------
:: 3.0 Wellcome Area CSS
-------------------------- */

.wellcome_area {
  background-image: url(img/bg-img/welcome-bg.png);
  height: 900px;
  position: relative;
  z-index: 1;
  background-position: bottom center;
  background-size: cover;
}

.wellcome_area:after {
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #fff;
  content: '';
  bottom: 0;
  z-index: 2;
}

.welcome-thumb {
  width: 45%;
  position: absolute;
  bottom: -130px;
  right: 85px;
  z-index: 9;
}

.welcome-thumb img {
  height: auto;
  width: 100%;
}

.wellcome-heading > h2 {
  font-size: 100px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  z-index: 3;
}

.get-start-area .email {
  background: #9572e8;
  height: 50px;
  max-width: 260px;
  border: none;
  border-radius: 24px;
  padding: 0px 15px;
}

.form-control::-webkit-input-placeholder {
  color: #cec1f4;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #cec1f4;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #cec1f4;
  opacity: 1;
}

.form-control::placeholder {
  color: #cec1f4;
  opacity: 1;
}

.get-start-area .email:focus {
  border: none;
  outline-offset: transparent !important;
  border-radius: 30px;
}

.get-start-area .submit {
  background-color: #fb397d;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border: none;
  height: 50px;
  min-width: 167px;
  line-height: 46px;
  text-align: center;
  border-radius: 24px 24px 24px 0px;
  margin-left: 10px;
}

.get-start-area .submit:hover {
  background: #6f52e5;
  color: #fff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.wellcome-heading > p {
  color: #fff;
}

.wellcome-heading > h3 {
  font-size: 332px;
  position: absolute;
  top: -134px;
  font-weight: 900;
  left: -12px;
  z-index: -1;
  color: #fff;
  opacity: .1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.wellcome-heading {
  margin-bottom: 100px;
}

/* --------------------------
:: 4.0 Special Area CSS
-------------------------- */

.single-icon > i {
  font-size: 36px;
  color: #fb397d;
}

.single-special > h4 {
  font-size: 22px;
  color: #5b32b4;
}

.single-icon {
  margin-bottom: 25px;
}

.single-special > h4 {
  font-size: 22px;
  color: #5b32b4;
  margin-bottom: 15px;
}

.single-special {
  border: 1px solid #eff2f6;
  padding: 40px;
  border-radius: 40px 40px 40px 0px;
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  margin-bottom: 30px;
}

.special_description_content > h2 {
  color: #5b32b4;
  font-size: 48px;
  margin-bottom: 30px;
}

.single-special:hover {
  -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
}

.single-special p {
  margin-bottom: 0;
}

.app-download-area {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  margin-top: 50px;
}

.app-download-btn a {
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px;
  border-radius: 30px 30px 30px 0;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app-download-btn.active a,
.app-download-btn a:hover {
  border-color: transparent;
  background-color: #fb397d;
}

.app-download-btn a i {
  color: #47425d;
  font-size: 24px;
  margin-right: 15px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.app-download-btn a p {
  font-size: 16px;
  line-height: 1;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.app-download-btn a p span {
  font-size: 12px;
  display: block;
}

.app-download-btn:first-child {
  margin-right: 20px;
}

.app-download-btn a:hover i,
.app-download-btn.active a i,
.app-download-btn.active a p,
.app-download-btn a:hover p {
  color: #fff;
}

/* --------------------------
:: 5.0 Features Area CSS
-------------------------- */

.single-feature {
  margin-bottom: 50px;
}

.single-feature > p {
  margin-bottom: 0;
}

.single-feature > i {
  color: #71767e;
  font-size: 30px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.single-feature > h5 {
  font-size: 22px;
  color: #0b1033;
}

.single-feature.plugin h5 {
  font-size: 22px;
  color: #a865e1;
}

.single-feature > p {
  margin-top: 15px;
}

/* --------------------------
:: 6.0 Video Area CSS
-------------------------- */

.video-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  border: 20px solid #fff;
  border-radius: 20px;
  height: 650px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}

.video-area:after {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border: 1px solid #f1f4f8;
  z-index: 2;
  border-radius: 20px;
}


.video-area .video-play-btn a {
  width: 80px;
  height: 80px;
  background-color: #fb397d;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 36px;
  line-height: 80px;
  padding-left: 5px;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.video-area .video-play-btn a:hover {
  background-color: #a865e1;
  color: #fff;
}

/* --------------------------
:: 7.0 Cool Facts Area CSS
-------------------------- */

.cool_facts_area {
  position: relative;
  z-index: auto;
  background: #a865e1;
  background: -webkit-linear-gradient(to left, #7873ed, #a865e1);
  background: -webkit-linear-gradient(right, #7873ed, #a865e1);
  background: -webkit-gradient(linear, right top, left top, from(#7873ed), to(#a865e1));
  background: -o-linear-gradient(right, #7873ed, #a865e1);
  background: linear-gradient(to left, #7873ed, #a865e1);
  padding: 180px 0 80px 0;
  top: -100px;
}


.cool_facts_area:after {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  content: ''
}

.cool-facts-content > i {
  color: #ffffff;
  font-size: 36px;
}

.counter-area {
  min-width: 100px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.counter-area > h3 {
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1;
}

.cool-facts-content > p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
}

/* --------------------------
:: 8.0 Screenshots Area CSS
-------------------------- */

.app_screenshots_slides {
  padding: 0 6%;
}

.app_screenshots_slides .single-shot {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85)
}

.app_screenshots_slides .center .single-shot {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.app-screenshots-area .owl-dot {
  height: 11px;
  width: 11px;
  border: 2px solid #a49fba;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
  margin-top: 50px;
}

.app-screenshots-area .owl-dot.active {
  background-color: #fb397d;
  border: transparent;
}

.app-screenshots-area .owl-dots {
  height: 100%;
  width: 100%;
  text-align: center;
}

/* --------------------------
:: 9.0 Pricing Plan Area CSS
-------------------------- */

.pricing-plane-area {
  background: #f5f9fc;
}

.single-price-plan {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 30px 30px 30px 0;
  margin-bottom: 30px;
}

.single-price-plan .package-plan {
  padding: 40px 0;
  border-radius: 30px 30px 0 0;
}

.single-price-plan .package-plan > h5 {
  color: #5b32b4;
  font-size: 18px;
}


.single-price-plan .package-plan .ca-price h4 {
  color: #fb397d;
  font-size: 48px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  line-height: 1;
}

.single-price-plan .package-plan .ca-price span {
  font-size: 18px;
  color: #fb397d;
}

.single-price-plan .plan-button > a {
  background: #726a84;
  padding: 10px 0;
  border-bottom-right-radius: 30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-price-plan .package-description > p {
  margin-bottom: 0;
  line-height: 1;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}

.single-price-plan .package-description > p:first-child {
  border-top: 1px solid #ebebeb;
}

.single-price-plan.active .package-plan,
.single-price-plan.active .plan-button > a,
.single-price-plan:hover .plan-button > a {
  background-color: #a865e1;
}

.single-price-plan.active .package-plan .ca-price > h4,
.single-price-plan.active .package-plan .ca-price > span,
.single-price-plan.active .package-plan > h5,
.single-price-plan.active .plan-button > a {
  color: #fff;
}

/* --------------------------
:: 10.0 Testimonials Area CSS
-------------------------- */

.clients-feedback-area .client-name > h5 {
  color: #5b32b4;
  font-size: 22px;
  margin-top: 5px;
}

.clients-feedback-area .star-icon > i {
  font-size: 18px;
  color: #f1b922;
}

.clients-feedback-area .client-description > p {
  max-width: 1010px;
  margin: auto;
  margin-bottom: 15px;
  font-size: 22px;
}

.clients-feedback-area .client > i {
  font-size: 48px;
  color: #897ceb;
  margin-bottom: 30px;
}

.clients-feedback-area .client-name > p {
  color: #b5aec4;
}

.clients-feedback-area .slick-dots {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.clients-feedback-area .slick-dots li button {
  width: 12px;
  height: 12px;
  text-indent: -999999999999999999999999px;
  border: 3px solid #a49fba;
  background-color: #fff;
  border-radius: 50%;
  margin: 5.5px;
  outline: none;
}

.clients-feedback-area .slick-dots li.slick-active button {
  background-color: #fb397d;
  border-color: #fb397d;
}

.clients-feedback-area .slick-slide.client-thumbnail {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 129px;
}


.clients-feedback-area .slick-slide img {
  display: block;
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.clients-feedback-area .slick-slide.slick-current img {
  width: 100px !important;
  height: 100px !important;
}

.clients-feedback-area .slick-arrow {
  position: absolute;
  width: 30px;
  background-color: #fff;
  height: 100%;
  text-align: center;
  font-size: 24px;
  color: #b5aec4;
  display: block;
  line-height: 550%;
  left: 0;
  z-index: 90;
  cursor: pointer;
}

.clients-feedback-area .slick-arrow.fa-angle-right {
  left: auto;
  right: 0;
  top: 0;
}

/* --------------------------
:: 11.0 CTA Area CSS Start
-------------------------- */

.our-monthly-membership {
  background: #a865e1;
  background: -webkit-linear-gradient(to left, #7873ed, #a865e1);
  background: -webkit-linear-gradient(right, #7873ed, #a865e1);
  background: -webkit-gradient(linear, right top, left top, from(#7873ed), to(#a865e1));
  background: -o-linear-gradient(right, #7873ed, #a865e1);
  background: linear-gradient(to left, #7873ed, #a865e1);
}

.membership-description > h2 {
  color: #ffffff;
  font-size: 36px;
}

.membership-description > p {
  color: #ffffff;
  margin-bottom: 0;
}

.get-started-button > a {
  background: #ffffff;
  height: 45px;
  min-width: 155px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  color: #fb397d;
  font-weight: 500;
  border-radius: 23px 23px 23px 0;
}

.get-started-button > a:hover {
  background: #5b32b4;
  color: #fff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.get-started-button {
  text-align: right;
}

/* --------------------------
:: 12.0 Team Area CSS Start
-------------------------- */

.member-image {
  margin-bottom: 30px;
  border-radius: 30px 30px 30px 0;
  position: relative;
  z-index: 1;
}

.member-image img {
  border-radius:  30px 30px 30px 0px;
  position: relative;
  z-index: 1;
}

.shadow-border img{

  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.round-top-image img {
  border-radius: 30px 30px 0px 0px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.round-top-right-image img {
  border-radius: 30px 0px 30px 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.round-top-left-image img {
  border-radius: 0px 30px 30px 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.round-bottom-right-image img {
  border-radius: 30px 30px 0px 30px ;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.round-bottom-left-image img {
  border-radius: 30px 30px 30px 0px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.member-text > h4 {
  font-size: 22px;
  color: #5b32b4;
}

.member-text > p {
  color: #b5aec4;
  margin-bottom: 0;
}

.team-hover-effects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(105, 75, 228, 0.8);
  border-radius: 30px 30px 30px 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.single-team-member:hover .team-hover-effects {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.team-social-icon {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-social-icon > a {
  font-size: 14px;
  color: #fff;
  background: #9a81d7;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px 10px 10px 0;
  display: block;
  margin: 2.5px;
}

.single-team-member {
  margin-bottom: 50px;
}

/* --------------------------
:: 13.0 Contact Area CSS Start
-------------------------- */

.address-text > p,
.phone-text > p,
.email-text > p {
  font-size: 18px;
  margin-bottom: 10px;
}

.address-text > p > span,
.phone-text > p > span,
.email-text > p > span {
  color: #5b32b4;
}

.footer-contact-area .line-shape {
  margin-left: 0;
}

.footer-contact-area .heading-text > p {
  margin-top: 50px;
}

.footer-contact-area .heading-text {
  margin-bottom: 50px;
}

#name {
  font-size: 18px;
  padding: 15px 15px;
  border-radius: 25px 25px 25px 0;
}

#email {
  font-size: 18px;
  padding: 15px 15px;
  border-radius: 25px 25px 25px 0;
}

#message {
  border-radius: 25px 25px 25px 0;
}

.btn.submit-btn {
  background: #fb397d;
  height: 48px;
  min-width: 185px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 22px 25px 22px 0;
}

.btn.submit-btn:hover {
  background: #5b32b4;
  color: #fff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.footer-contact-area {
  background: #f5f9fc;
}

.footer-text > p {
  margin-bottom: 50px;
}

/* --------------------------
:: 14.0 Footer Area CSS Start
-------------------------- */

.footer-text > h2 {
  color: #5b32b4;
  font-size: 72px;
  font-weight: 700;
}

.footer-social-icon > a > i {
  background: #9b69e4;
  font-size: 14px;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-weight: 500;
  border-radius: 10px 10px 10px 0px;
  margin-right: 10px;
}

.footer-social-icon > a > i:hover {
  background: #fb397d;
  color: #fff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.social-icon {
  margin-bottom: 30px;
}

.footer-text {
  margin-bottom: 15px;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  border-right: 2px solid #726a84;
  display: block;
  padding: 0 7.5px;
  color: #726a84;
}

.footer-social-icon > a .active {
  background: #fb397d;
}

.footer-menu ul li:last-child a {
  border-right: 0 solid #ddd;
}

.footer-social-icon {
  margin-bottom: 30px;
}

.footer-menu {
  margin-bottom: 15px;
}

.copyright-text > p {
  margin-bottom: 0;
}



.border_line_bottom{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ced0e0;
}