/*=======================================================================
* Template Name: FlexO
* Template URI: http://codepassenger.com/html/flexo
* Author: CodePassenger
* Author URI: http://codepassenger.com/
* Description: Multi-Purpose Busisection-headingness Service & Consulting Template
* Version: 1.1
* License: GPL v2 or later
* License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
* Tags: html, template, FlexO, Business, agency, consulting, bootstrap, codepassenger
======================================================================= */
/* Table of content
--------------------------------------------

	1.0 General
	2.0 Heading
	3.0 Inner Intro
	4.0 Buttons
	5.0 Nav
	6.0 Icons
	7.0 Featured Box
	8.0 Tabs
	9.0 CTA
	10.0 Team
	11.0 Blog
	12.0 Product
	13.0 Testimonial
	14.0 Pricing
	15.0 Timeline
	16.0 Accordions
	17.0 Progress Bar
	18.0 CounterUp
	19.0 Client
	20.0 Widget
	21.0 Pagination
	22.0 Modal
	23.0 Slider
	24.0 Countdown
	25.0 Image Content
	26.0 Image Gallery
	27.0 Contact
	28.0 Footer 
	
-------------------------------------------*/
/*-----------------------------------------------
	1.0 General
------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.85;
  position: relative;
  color: #262626;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 6.4rem;
}

h2,
.h2 {
  font-size: 4.8rem;
}

h3,
.h3 {
  font-size: 3.6rem;
}

h4,
.h4 {
  font-size: 2.8rem;
}

h5,
.h5 {
  font-size: 2.2rem;
}

h6,
.h6 {
  font-size: 1.8rem;
}

p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

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

a {
  display: inline-block;
}

a,
a:focus {
  text-decoration: none;
  display: inline-block;
}
a:hover{
	color: black !important;
}
.primary-color {
  color: #00aff0 !important;
}

.primary-bg {
  background: #0a86df;
}

.lite-grey-bg {
  background: #f7f7f7;
}

.white-text {
  color: #ffffff !important;
}

.section-padding {
  padding: 120px 0;
}

.section-padding-me {
  padding: 50px 0;
}

.section-padding-top-me {
  padding-top: 30px;
}

.section-padding-top {
  padding-top: 120px;
}

.section-padding-bottom {
  padding-bottom: 120px;
}

.section-padding-80-55 {
  padding: 80px 0 55px;
}

.section-padding-80 {
  padding: 80px 0;
}

.section-padding-60 {
  padding: 60px 0;
}

.section-padding-40 {
  padding: 40px 0;
}

.section-padding-top-60 {
  padding-top: 60px;
}

.section-padding-bottom-60 {
  padding-bottom: 60px;
}

.margin-balance {
  margin-bottom: -30px !important;
  display: inline-block;
  width: 100%;
}

.margin-balance-top {
  margin-top: -30px !important;
}

.col-sm-mb-sp {
  margin-bottom: 0;
}

.section-wrapper + .section-wrapper {
  margin-top: 50px;
}

.fix {
  clear: both;
}

/*
Responsive
*************************************/
@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
	.section-padding-me {
	  padding: 50px 0;
	}
  .section-padding-top {
    padding-top: 90px;
  }
  .section-padding-bottom {
    padding-bottom: 90px;
  }
  .section-padding-80 {
    padding: 60px 0;
  }
  .section-padding-80-55 {
    padding: 60px 0;
  }
  .section-padding-60 {
    padding: 40px 0;
  }
  .section-padding-top-60 {
    padding-top: 40px;
  }
  .section-wrapper + .section-wrapper {
    margin-top: 40px;
  }
  .col-3-right {
    margin-top: 30px;
  }
  .col-sm-mb-sp {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }
	.section-padding-me {
	  padding: 20px 0;
	}
  .section-padding-top {
    padding-top: 60px;
  }
  .section-padding-bottom {
    padding-bottom: 60px;
  }
  .right-content {
    margin-top: 30px;
  }
  .col-3-middle {
    margin-top: 30px;
  }
}

/*----------------------------------------------
 	2.0 Heading
 ---------------------------------------------*/
.section-heading {
  margin-bottom: 30px;
}

.section-heading .title {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.section-heading .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100px;
  background: #00aff0;
}

.section-heading.heading-margin-off {
  margin-bottom: 0;
}

.section-heading.text-center .title:before {
  left: 50%;
  margin-left: -50px;
}

@media (max-width: 991px) {
  .section-heading {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .section-heading {
    margin-bottom: 30px;
  }
}

/*-----------------------------------------------
	3.0 Inner Intro
------------------------------------------------*/
.inner-intro-bg {
  background: url(../images/template/intro-bg.jpg) no-repeat top right;
  background-size: cover;
}

.inner-intro {
  padding: 135px 0;
}

.inner-intro .page-title {
  font-weight: 700;
}

.inner-intro .breadcrumb {
  background: transparent;
  padding: 0;
  margin-top: 10px;
}

.inner-intro .breadcrumb li a {
  color: #262626;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.inner-intro .breadcrumb li a:hover {
  color: #00aff0;
}

.inner-intro .breadcrumb li.active {
  color: #262626;
}

.inner-intro .breadcrumb li + li:before {
  content: "-";
  color: #262626;
}

@media (max-width: 991px) {
  .inner-intro {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .inner-intro {
    padding: 80px 0;
  }
}

/*----------------------------------------------
	4.0 Buttons
---------------------------------------------*/
.button-element {
  margin-bottom: 30px;
  display: inline-block;
}

.button-element .button {
  clear: both;
  float: left;
}

.button-element .button + .button {
  margin-top: 20px;
}

.button {
  border: 1px solid #0a86df;
  font-family: "Lato", sans-serif;
  color: #262626;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  outline: none;
}

.button:hover {
  background: #0a86df;
  color: #ffffff;
}

.button.primary-bg {
  color: #ffffff;
}

.button.primary-bg:hover {
  background: #ffffff;
  color: #0a86df;
}

.button-radius {
  border-radius: 30px !important;
}

.button-1x {
  padding: 2px 19px;
  font-size: 1.2rem;
}

.button-2x {
  padding: 4px 22px;
  font-size: 1.4rem;
}

.button-3x {
  padding: 2px 24px;
  font-size: 1.8rem;
}

.button-4x {
  padding: 2px 29px;
  font-size: 2.2rem;
}

.button-5x {
  padding: 5px 38px;
  font-size: 2.6rem;
}

.button-rectangle-left {
  position: relative;
}

.button-rectangle-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #0a86df;
}

.button-rectangle-left:hover {
  background: transparent;
}

.button-rectangle-left:hover:before {
  width: 100%;
  z-index: -1;
}

.button-rectangle-right {
  position: relative;
}

.button-rectangle-right:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #0a86df;
}

.button-rectangle-right:hover {
  background: transparent;
}

.button-rectangle-right:hover:before {
  width: 100%;
  z-index: -1;
}

.button.button-border {
  border: 3px solid #0a86df;
}

.button.button-line {
  border: 0;
  border-top: 3px solid #0a86df;
  border-bottom: 3px solid #0a86df;
}

.button-shade.button-1x:after {
  width: 56px;
}

.button-shade.button-2x:after {
  width: 62px;
}

.button-shade.button-3x:after {
  width: 69px;
}

.button-shade.button-4x:after {
  width: 78px;
}

.button-shade.button-5x:after {
  width: 90px;
}

.button-shade {
  position: relative;
  border: 0;
  overflow: hidden;
  color: #ffffff;
}

.button-shade:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  height: 100%;
  background: #0a86df;
  -webkit-transform: skew(20deg, 0);
  -ms-transform: skew(20deg, 0);
  transform: skew(20deg, 0);
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: -1;
}

.button-shade:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a86df;
  z-index: -2;
}

.button-shade:hover {
  background: transparent;
}

.button-shade:hover:after {
  width: 130%;
  z-index: -1;
}

.button-shade:hover:before {
  z-index: -2;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .button-arrow.button-5x {
    padding: 5px 19px;
  }
  .button-shade.button-5x:after {
    width: 75px;
  }
}

/*-----------------------------------------------
	5.0 Nav
------------------------------------------------*/
.nav-top {
  padding: 12px;
}

.nav-top .nav-top-social ul li {
  display: inline-block;
  margin-right: 10px;
}

.nav-top .nav-top-social ul li a {
  color: #1D508A !important;
}

.nav-top .nav-top-access {
  text-align: right;
}

.nav-top .nav-top-access ul li {
  display: inline-block;
  color: #ffffff;
  margin-left: 30px;
}

.nav-top .nav-top-access ul li a {
  color: #1D508A;
}

.nav-top .nav-top-access ul li a i.fa {
  padding-right: 5px;
}

.dropdown .btn-default,
.dropdown .dropdown-toggle.btn-default:focus {
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0;
  outline: none;
}

.dropdown-menu {
  min-width: 175px;
}

.dropdown-menu li {
  margin-left: 0;
}

.dropdown-menu li a {
  color: #000000;
}
.scroll {
 	background-color: white !important;
	/*background: transparent !important;*/
}

.navbar-flexo {
  /*background: #ffffff;*/
	background: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  z-index: 990;
-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navbar-flexo .navbar-header {
  padding: 24px 0;
  position: relative;
  z-index: 99999;
}

.navbar-flexo .navbar-header .navbar-brand {
  padding: 0 15px;
  height: auto;
}

.navbar-flexo .navbar-collapse {
  position: relative;
}

.navbar-flexo .navbar-collapse .navbar-nav {
  margin-right: -30px;
}

.navbar-flexo .navbar-collapse .navbar-nav li a {
  padding: 29px 17px;
  /*color: #262626;*/
    color: #1D508A !important;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.navbar-flexo .navbar-collapse .navbar-nav li a:hover {
  background: #ffffff;
  color: #00aff0;
}

.navbar-flexo .navbar-collapse .navbar-nav li a:visited {
  background: white !important;
}

.navbar-flexo .navbar-collapse .navbar-nav li a:focus {
  background: transparent;
}

.navbar-flexo .navbar-collapse .navbar-nav li.dropdown {
  position: relative;
}

.navbar-flexo .navbar-collapse .navbar-nav li.dropdown:before {
  position: relative;
  float: right;
  top: 27px;
  right: 4px;
  content: "\f107";
  font-family: FontAwesome;
  color: #262626;
  z-index: 100;
}

.navbar-flexo .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
  display: block;
  padding: 15px 10px;
  border: none;
  border-radius: 0;
  visibility: hidden;
  opacity: 0;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.navbar-flexo .navbar-collapse .navbar-nav li.dropdown .dropdown-menu > li > a {
  color: #111111;
  padding: 6px 10px;
}

.navbar-flexo .navbar-collapse .navbar-nav li.dropdown .dropdown-menu > li > a:hover {
  color: #ffffff;
  background: #00aff0;
  padding-left: 20px;
}

.navbar-flexo .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a {
  color: #111111;
}

.navbar-flexo .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}

.navbar-flexo .navbar-collapse .navbar-nav li.dropdown:hover:before {
  color: #00aff0;
}

.navbar-flexo .navbar-collapse .navbar-nav li.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.navbar-flexo .navbar-collapse .navbar-nav li.dropdown.mega-holder {
  position: static;
}

.navbar-flexo .navbar-collapse .navbar-nav li.dropdown.mega-holder .dropdown-menu.mega-menu {
  left: 0;
  right: 0;
}

.navbar-flexo .navbar-collapse .navbar-nav li.dropdown.mega-holder .dropdown-menu.mega-menu li a {
  padding: 6px 0;
  display: block;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.navbar-flexo .navbar-collapse .navbar-nav li.dropdown.mega-holder .dropdown-menu.mega-menu li a:hover {
  background: #00aff0;
  color: #ffffff;
  padding-left: 10px;
}

.navbar-flexo .navbar-collapse .navbar-nav li.nav-search {
  padding: 26px 17px;
  cursor: pointer;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.navbar-flexo .navbar-collapse .navbar-nav li.nav-search:hover {
  color: #00aff0;
}

.navbar-flexo.flexo-simple-nav .navbar-header {
  padding: 34px 0;
}

.navbar-flexo.flexo-simple-nav .navbar-collapse .navbar-nav li a {
  padding: 40px 17px;
}

.navbar-flexo.flexo-simple-nav .navbar-collapse .navbar-nav li.dropdown:before {
  top: 39px;
}

.navbar-flexo.flexo-simple-nav .navbar-collapse .navbar-nav li.nav-search {
  padding: 37px 17px;
}

.navbar-flexo.flexo-transparent-nav {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-flexo.flexo-transparent-nav .navbar-collapse .navbar-nav li a:hover {
  background: transparent;
}

.navbar-flexo.flexo-transparent-nav .navbar-collapse .navbar-nav li a:focus {
  background: transparent;
}

.flexo-transparent-nav + .banner .banner-carousel .banner-wrapper,
.flexo-transparent-nav + .banner .banner-simple .banner-wrapper {
  height: 780px;
}

.flexo-transparent-nav + .banner .banner-carousel .banner-wrapper .banner-content,
.flexo-transparent-nav + .banner .banner-simple .banner-wrapper .banner-content {
  margin-top: 40px;
}

.cpf-big-nav-address-block .flexo-logo {
  padding: 31px 0;
}

.cpf-big-nav-address-block .cpf-header-contact-block {
  display: table;
  width: 100%;
  padding: 20px 0;
}

.cpf-big-nav-address-block .cpf-header-contact-block .cpf-header-contact {
  display: table-cell;
  vertical-align: middle;
  width: calc(33% - 15px);
  padding-right: 15px;
}

.cpf-big-nav-address-block .cpf-header-contact-block .cpf-header-contact i.fa {
  float: left;
  width: 50px;
  font-size: 36px;
}

.cpf-big-nav-address-block .cpf-header-contact-block .cpf-header-contact p {
  color: #262626;
}

.cpf-big-nav-address-block .cpf-header-contact-block .cpf-header-contact p a {
  color: #262626;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.cpf-big-nav-address-block .cpf-header-contact-block .cpf-header-contact p a:hover {
  color: #00aff0;
}

.cpf-big-nav-address-block .cpf-header-contact-block .cpf-header-contact.telephone p,
.cpf-big-nav-address-block .cpf-header-contact-block .cpf-header-contact.header-email p {
  margin-top: 5px;
}

.cpf-big-nav-address-block .cpf-header-contact-block .cpf-header-contact.header-address i.fa {
  margin-top: 5px;
}

.flexo-big-nav-navigation {
  background: #00aff0;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.flexo-big-nav-navigation .navbar-header {
  display: none;
  visibility: hidden;
}

.flexo-big-nav-navigation .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

.flexo-big-nav-navigation .navbar-collapse .navbar-nav li {
  color: #ffffff;
}

.flexo-big-nav-navigation .navbar-collapse .navbar-nav li a {
  color: #ffffff;
  padding: 17px;
}

.flexo-big-nav-navigation .navbar-collapse .navbar-nav li a:hover {
  background: transparent;
}

.flexo-big-nav-navigation .navbar-collapse .navbar-nav li a:focus {
  background: transparent;
}

.flexo-big-nav-navigation .navbar-collapse .navbar-nav li.dropdown {
  position: relative;
}

.flexo-big-nav-navigation .navbar-collapse .navbar-nav li.dropdown:before {
  position: relative;
  float: right;
  top: 17px;
  right: 4px;
  content: "\f107";
  font-family: FontAwesome;
  color: #ffffff;
  z-index: 100;
}

.flexo-big-nav-navigation .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
  display: block;
  padding: 15px 10px;
  border: none;
  border-radius: 0;
  visibility: hidden;
  opacity: 0;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.flexo-big-nav-navigation .navbar-collapse .navbar-nav li.dropdown .dropdown-menu > li > a {
  color: #111111;
  padding: 6px 10px;
}

.flexo-big-nav-navigation .navbar-collapse .navbar-nav li.dropdown .dropdown-menu > li > a:hover {
  color: #ffffff;
  background: #00aff0;
  padding-left: 20px;
}

.flexo-big-nav-navigation .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a {
  color: #111111;
}

.flexo-big-nav-navigation .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}

.flexo-big-nav-navigation .navbar-collapse .navbar-nav li.dropdown:hover:before {
  color: #00aff0;
}

.flexo-big-nav-navigation .navbar-collapse .navbar-nav li.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.flexo-big-nav-navigation .navbar-collapse .navbar-nav li.dropdown.mega-holder {
  position: static;
}

.flexo-big-nav-navigation .navbar-collapse .navbar-nav li.dropdown.mega-holder .dropdown-menu.mega-menu {
  left: 0;
  right: 0;
}

.flexo-big-nav-navigation .navbar-collapse .navbar-nav li.dropdown.mega-holder .dropdown-menu.mega-menu li a {
  padding: 6px 0;
  display: block;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.flexo-big-nav-navigation .navbar-collapse .navbar-nav li.dropdown.mega-holder .dropdown-menu.mega-menu li a:hover {
  background: #00aff0;
  color: #ffffff;
  padding-left: 10px;
}

.flexo-big-nav-navigation .navbar-collapse .navbar-nav li.nav-search {
  padding: 15px 10px;
  cursor: pointer;
}

.flexo-big-nav-navigation .navbar-collapse .big-navbar-left li:first-child a {
  padding-left: 0;
}

.header-search {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99999;
  padding: 80px 0 200px;
  background: #00aff0;
}

.header-search .search-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.header-search .searchform .form-group {
  position: relative;
}

.header-search .searchform .form-group .form-control {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ffffff;
  height: 40px;
  color: #ffffff;
}

.header-search .searchform .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.header-search .searchform .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}

.header-search .searchform .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.header-search .searchform .form-group .form-control:-moz-placeholder {
  color: #ffffff;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .cpf-big-nav-address-block .cpf-header-contact-block .cpf-header-contact i.fa {
    width: 40px;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    margin-right: 0;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-header .navbar-toggle {
    /*background: #00aff0;*/
	  background: #0a86df;
    border-radius: 0;
    margin: 0;
  }
  .navbar-header .navbar-toggle .icon-bar {
    background: #ffffff;
  }
  .navbar-header .navbar-toggle.collapsed {
    background: #ffffff;
    color: #0a86df;
    border: 1px solid #0a86df;
    border-radius: 0;
    margin: 0;
  }
  .navbar-header .navbar-toggle.collapsed .icon-bar {
    background: #0a86df;
  }
  .navbar-flexo .navbar-collapse {
    background: #0a86df;
    padding: 10px;
    position: absolute;
    right: 15px;
    left: auto;
    width: 100%;
    max-width: 360px;
  }
  .navbar-flexo .navbar-collapse .navbar-nav {
    margin-right: 0;
    max-height: 400px;
    overflow: auto;
  }
  .navbar-flexo .navbar-collapse .navbar-nav li {
    clear: both;
  }
  .navbar-flexo .navbar-collapse .navbar-nav li a {
    padding: 8px 15px;
    display: inline-block;
    color: #ffffff;
  }
  .navbar-flexo .navbar-collapse .navbar-nav li.dropdown:before {
    top: 5px;
    color: #ffffff;
    content: "\f067";
  }
  .navbar-flexo .navbar-collapse .navbar-nav li.dropdown:hover:before {
    color: #ffffff;
  }
  .navbar-flexo .navbar-collapse .navbar-nav li.dropdown.mega-holder {
    position: relative;
  }
  .navbar-flexo .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
    display: none;
    position: static;
    clear: both;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .navbar-flexo .navbar-collapse .navbar-nav li.nav-search-sm {
    padding-left: 15px;
  }
  .navbar-flexo .navbar-collapse .navbar-nav li.nav-search-sm form {
    position: relative;
  }
  .navbar-flexo .navbar-collapse .navbar-nav li.nav-search-sm form .form-control {
    height: 40px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-flexo .navbar-collapse .navbar-nav li.nav-search-sm form .button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    background: transparent;
    border: 0;
  }
  .cpf-big-nav-address-block .flexo-logo {
    display: none;
    visibility: hidden;
  }
  .flexo-big-nav-navigation .navbar-header {
    display: block;
    visibility: visible;
  }
  .flexo-big-nav-navigation .navbar-header .navbar-brand {
    padding: 10px 0;
  }
  .flexo-big-nav-navigation .navbar-header .navbar-toggle {
    margin: 8px 0;
    border: 1px solid #ffffff;
  }
  .flexo-big-nav-navigation .navbar-collapse {
    background: #00aff0;
    padding: 10px;
    position: absolute;
    right: 15px;
    left: auto;
    width: 100%;
    max-width: 360px;
    z-index: 99999;
  }
  .flexo-big-nav-navigation .navbar-collapse .big-navbar-left {
    margin-right: 0;
    max-height: 400px;
    overflow: auto;
  }
  .flexo-big-nav-navigation .navbar-collapse .big-navbar-left li {
    clear: both;
  }
  .flexo-big-nav-navigation .navbar-collapse .big-navbar-left li a {
    padding: 8px 15px;
  }
  .flexo-big-nav-navigation .navbar-collapse .big-navbar-left li a:first-child {
    padding-left: 15px;
  }
  .flexo-big-nav-navigation .navbar-collapse .big-navbar-left li.dropdown:before {
    top: 5px;
    color: #ffffff;
    content: "\f067";
  }
  .flexo-big-nav-navigation .navbar-collapse .big-navbar-left li.dropdown:hover:before {
    color: #ffffff;
  }
  .flexo-big-nav-navigation .navbar-collapse .big-navbar-left li.dropdown.mega-holder {
    position: relative;
  }
  .flexo-big-nav-navigation .navbar-collapse .big-navbar-left li.dropdown .dropdown-menu {
    display: none;
    position: static;
    clear: both;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .nav-top .nav-top-social {
    float: left;
    width: 30%;
  }
  .nav-top .nav-top-access {
    float: right;
    width: 70%;
  }
  .nav-top .nav-top-access ul li {
    margin-left: 15px;
  }
  .navbar-flexo .navbar-header .navbar-toggle {
    background: #0a86df;
    border-radius: 0;
    margin: 0 15px 0 0 !important;
  }
  .navbar-flexo .navbar-header .navbar-toggle .icon-bar {
    background: #ffffff;
  }
  .navbar-flexo .navbar-collapse {
    max-width: none;
  }
  .navbar-flexo .navbar-collapse .navbar-nav {
    margin-left: 0;
  }
  .flexo-big-nav-navigation .navbar-header .navbar-brand {
    padding: 10px 15px;
  }
  .flexo-big-nav-navigation .navbar-header .navbar-toggle {
    margin: 8px 15px;
  }
  .flexo-big-nav-navigation .navbar-collapse {
    max-width: none;
  }
  .flexo-big-nav-navigation .navbar-collapse .navbar-nav {
    margin-left: 0;
  }
}

@media all and (max-width: 679px) {
  .cpf-big-nav-address-block .cpf-header-contact-block .cpf-header-contact {
    width: 100%;
    display: block;
  }
  .cpf-big-nav-address-block .cpf-header-contact-block .cpf-header-contact + .cpf-header-contact {
    margin-top: 10px;
  }
}

@media (max-width: 479px) {
  .nav-top .nav-top-social {
    float: none;
    width: 100%;
    text-align: center;
  }
  .nav-top .nav-top-social ul li {
    margin: 0 5px;
  }
  .nav-top .nav-top-access {
    float: none;
    width: 100%;
    text-align: center;
  }
  .nav-top .nav-top-access ul li {
    margin: 0 5px;
  }
}

/*-----------------------------------------------
	6.0 Icons
------------------------------------------------*/
.default-icon ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.default-icon ul li a {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  background: #e7e7e7;
  color: #00aff0;
  line-height: 30px;
  text-align: center;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.default-icon ul li a:hover {
  color: #ffffff;
  background: #00aff0;
}

.color-icon ul li {
  display: inline;
  margin-right: 5px;
}

.color-icon ul li a {
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
  color: #ffffff;
}

.color-icon ul li.icon-1x a {
  height: 32px;
  width: 32px;
  line-height: 32px;
}

.color-icon ul li.icon-2x a {
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-size: 18px;
}

.color-icon ul li.icon-3x a {
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 28px;
}

.round-icon ul li a {
  border-radius: 50px;
  -ms-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.color-icon ul li a {
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.icons ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.icons ul li a {
  text-align: center;
  color: #ffffff;
}

.icons ul li.icon-1x a {
  height: 32px;
  width: 32px;
  line-height: 32px;
}

.icons ul li.icon-2x a {
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-size: 18px;
}

.icons ul li.icon-3x a {
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 28px;
}

.icons ul li.facebook a {
  background: #333;
}

.icons ul li.twitter a {
  background: #1da1f2;
}

.icons ul li.linkedin a {
  background: #0077b5;
}

.icons ul li.google-plus a {
  background: #dd4b39;
}

.icons ul li.youtube-play a {
  background: #ff0000;
}

.icons ul li.vimeo a {
  background: #1ab7ea;
}

.icons ul li.instagram a {
  background: #833ab4;
}

.icons ul li.pinterest a {
  background: #bd081c;
}

.icons ul li.flickr a {
  background: #ff0084;
}

.icons ul li.dropbox a {
  background: #007ee5;
}

.icons ul li.github a {
  background: #4078c0;
}

.icons ul li.dribbble a {
  background: #ea4c89;
}

.icons ul li.reddit a {
  background: #ff4500;
}

.icons ul li.whatsapp a {
  background: #25d366;
}

.icons ul li.skype a {
  background: #00aff0;
}

.icons ul li.apple a {
  background: #999999;
}

.icons ul li.android a {
  background: #a4c639;
}

.icons ul li.windows a {
  background: #0078d7;
}

.icons ul li.wordpress a {
  background: #21759b;
}

.icons ul li.joomla a {
  background: #f44321;
}

.icons ul li.css3 a {
  background: #00aff0;
}

.icons ul li.html5 a {
  background: #e34f26;
}

.icons ul li.internet-explorer a {
  background: #006eb8;
}

.icons ul li.opera a {
  background: #cc0f16;
}

.icons ul li.chrome a {
  background: #4285f4;
}

.icons ul li.firefox a {
  background: #e66000;
}

.icons ul li.safari a {
  background: #4489fe;
}

.feature-icon {
  border: 1px solid #e7e7e7;
  height: 100px;
  width: 100px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.feature-icon:hover {
  border: 1px solid #00aff0;
}

.feature-icon span {
  font-size: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #00aff0;
}

.feature-icon.feature-icon-color {
  border: 0;
}

.feature-icon.feature-icon-color span {
  color: #ffffff;
}

.feature-icon.icon-primary {
  background: #22a9e1;
}

.feature-icon.icon-primary:hover {
  background: transparent;
  border: 1px solid #22a9e1;
}

.feature-icon.icon-primary:hover span {
  color: #22a9e1;
}

.feature-icon.icon-success {
  background: #16b99a;
}

.feature-icon.icon-success:hover {
  background: transparent;
  border: 1px solid #16b99a;
}

.feature-icon.icon-success:hover span {
  color: #16b99a;
}

.feature-icon.icon-choco {
  background: #cc8b60;
}

.feature-icon.icon-choco:hover {
  background: transparent;
  border: 1px solid #cc8b60;
}

.feature-icon.icon-choco:hover span {
  color: #cc8b60;
}

.feature-icon.icon-danger {
  background: #f14833;
}

.feature-icon.icon-danger:hover {
  background: transparent;
  border: 1px solid #f14833;
}

.feature-icon.icon-danger:hover span {
  color: #f14833;
}

.feature-icon.icon-warning {
  background: #fca224;
}

.feature-icon.icon-warning:hover {
  background: transparent;
  border: 1px solid #fca224;
}

.feature-icon.icon-warning:hover span {
  color: #fca224;
}

.feature-icon.icon-orange {
  background: #efe74b;
}

.feature-icon.icon-orange:hover {
  background: transparent;
  border: 1px solid #efe74b;
}

.feature-icon.icon-orange:hover span {
  color: #efe74b;
}

.left-content .icon-box-style,
.left-content .icon-color-style {
  display: inline-block;
}

.left-content .icon-box-style .feature-icon,
.left-content .icon-color-style .feature-icon {
  float: right;
  width: 100px;
}

.left-content .icon-box-style .icon-box-body,
.left-content .icon-color-style .icon-box-body {
  float: right;
  width: calc(100% - 130px);
  text-align: right;
  padding: 0 30px 0 0;
}

.left-content .icon-color-style .feature-icon {
  float: left;
}

.left-content .icon-color-style .icon-box-body {
  float: left;
  text-align: left;
  padding-left: 30px;
}

.right-content .icon-box-style,
.right-content .icon-color-style {
  display: inline-block;
}

.right-content .icon-box-style .feature-icon,
.right-content .icon-color-style .feature-icon {
  float: left;
  width: 100px;
}

.right-content .icon-box-style .icon-box-body,
.right-content .icon-color-style .icon-box-body {
  float: left;
  width: calc(100% - 130px);
  padding: 0 0 0 30px;
}

.icon-box-style:hover .feature-icon {
  border: 1px solid #00aff0;
}

.icon-box-style:hover .title {
  color: #00aff0;
}

.icon-box-style .title {
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-bottom: 8px;
}

.icon-box-style + .icon-box-style {
  margin-top: 30px;
}

.icon-color-style + .icon-color-style {
  margin-top: 30px;
}

.icon-color-style .title {
  margin-bottom: 8px;
}

.icon-color-style .icon-primary + .icon-box-body .title {
  color: #22a9e1;
}

.icon-color-style .icon-success + .icon-box-body .title {
  color: #16b99a;
}

.icon-color-style .icon-choco + .icon-box-body .title {
  color: #cc8b60;
}

.icon-color-style .icon-danger + .icon-box-body .title {
  color: #f14833;
}

.icon-color-style .icon-warning + .icon-box-body .title {
  color: #fca224;
}

.icon-color-style .icon-orange + .icon-box-body .title {
  color: #efe74b;
}

.feature-icon-wrapper .feature-icon {
  float: left;
  margin-right: 10px;
}

.payment-icons .payment-icon {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.payment-icons .payment-icon img {
  display: inline-block;
}

.payment-icons .payment-icon-box {
  height: 70px;
  width: 120px;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #e7e7e7;
  position: relative;
}

.payment-icons .payment-icon-box img {
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .feature-icon {
    height: 80px;
    width: 80px;
  }
  .feature-icon span {
    font-size: 27px;
  }
  .left-content .icon-box-style .feature-icon,
  .left-content .icon-color-style .feature-icon {
    width: 80px;
  }
  .left-content .icon-box-style .icon-box-body,
  .left-content .icon-color-style .icon-box-body {
    width: calc(100% - 100px);
    padding: 0 20px 0 0;
  }
  .left-content .icon-color-style .icon-box-body {
    padding-left: 20px;
  }
  .right-content .icon-box-style .feature-icon,
  .right-content .icon-color-style .feature-icon {
    width: 80px;
  }
  .right-content .icon-box-style .icon-box-body,
  .right-content .icon-color-style .icon-box-body {
    width: calc(100% - 100px);
    padding: 0 0 0 20px;
  }
}

@media (max-width: 767px) {
  .left-content .icon-box-style {
    display: inline-block;
  }
  .left-content .icon-box-style .feature-icon {
    float: left;
    width: 80px;
  }
  .left-content .icon-box-style .icon-box-body {
    float: left;
    width: calc(100% - 100px);
    text-align: left;
    padding: 0 0 0 20px;
  }
  .icon-box-style .feature-icon + .icon-box-body,
  .icon-color-style .feature-icon + .icon-box-body {
    margin-top: -7px;
  }
  .feature-icon-wrapper .feature-icon {
    margin-bottom: 10px;
  }
}

@media (max-width: 639px) {
  .feature-box {
    padding: 15px;
  }
  .feature-box-4-grid .feature-box {
    padding: 15px !important;
  }
}

/*--------------------------------------------
	7.0 Featured Box
--------------------------------------------*/
.featured-box-bg {
  background: url(../images/template/featured-box-bg.jpg) no-repeat center center;
  background-size: cover;
}

.featured-box-bg-2 {
  background: url(../images/template/featured-box-bg-2.jpg) no-repeat center center;
  background-size: cover;
}

.how-it-works-bg {
  background: url(../images/template/how-it-work-bg.jpg) no-repeat center center;
  background-size: cover;
}

.feature-box {
  border: 1px solid rgba(0, 175, 240, 0.1);
  padding: 50px 30px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-bottom: 30px;
}

.feature-box:hover {
  border: 1px solid #0a86df;
}

.feature-box:hover .title {
  /*color: #00aff0;*/
	color: #0a86df;
}

.feature-box span {
  font-size: 50px;
  color: #0a86df;
}

.feature-box span + .title {
  margin-top: 10px;
}

.feature-box .title {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.feature-box .title + .subtext {
  margin-top: 20px;
}

.feature-box .feature-box-list {
  margin-top: 20px;
}

.feature-box-4-grid {
  background: url(../images/feature-box/feature-image-1.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 30px;
}

.feature-box-4-grid .feature-box {
  padding: 40px 20px;
 background: #ffffff;
}

.feature-box-4-grid1 .feature-box {
  padding: 40px 20px;
 /*background: #ffffff;*/
}

.text_white{ color:white !important; }
.feature-box-4-grid .feature-box:hover {
  /*background: rgba(0, 175, 240, 0.9);*/
	background: #0a86df;
  color: #ffffff;
}

.feature-box-4-grid .feature-box:hover span {
  color: #ffffff;
}

.feature-box-4-grid .feature-box:hover .title {
  color: #ffffff;
}

.feature-box-4-grid .feature-box span {
  font-size: 25px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.feature-box-4-grid .feature-box .title + .subtext {
  margin-top: 10px;
}

.feature-box.feature-box-transparent {
  /*background: rgba(255, 255, 255, 0.7);*/
	background: #0a86df;
  border: 0;
}

.feature-box.feature-box-transparent:hover {
  /*background: rgba(0, 175, 240, 0.7);*/
background: #0a86df;
  color: #ffffff;
}

.feature-box.feature-box-transparent:hover span {
  color: #ffffff;
}

.feature-box.feature-box-transparent:hover .title {
  color: #ffffff;
}

.feature-box.feature-box-transparent:hover .feature-box-list {
  color: #ffffff;
}

.feature-box.feature-box-transparent .feature-box-list {
  color: #00aff0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.feature-box.feature-box-transparent span {
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.working-process {
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 40px;
}

.working-process h6 {
  font-weight: 400;
}

.working-process .icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #00aff0;
  border: 1px solid #00aff0;
  color: #ffffff;
  margin: 15px auto;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
}

.working-process .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 50px;
  max-height: 50px;
}

.how-it-works-bg .section-heading .title {
  color: #ffffff;
}

.how-it-works-bg .section-heading .title:before {
  background: #ffffff;
}

@media (max-width: 991px) {
  .feature-box {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .feature-box,
  .feature-box.feature-box-transparent {
    float: left;
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .feature-box-4-grid {
    display: block;
    float: left;
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .feature-box-4-grid .feature-box {
    width: 100%;
    margin: 0;
  }
  .working-process {
    float: left;
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}

@media (max-width: 539px) {
  .feature-box,
  .feature-box.feature-box-transparent {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  .feature-box-4-grid {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  .feature-box-4-grid .feature-box {
    width: 100%;
    margin: 0;
  }
  .working-process {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

/*-----------------------------------------------
	8.0 Tabs
------------------------------------------------*/
.tab-default .nav-tabs li a {
  color: #262626;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  padding: 8px 43px;
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.tab-default .nav-tabs li a:hover {
  color: #00aff0;
  background: #ffffff;
}

.tab-default .nav-tabs li a span {
  margin-right: 5px;
  font-size: 1.4rem;
  color: #00aff0;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.tab-default .nav-tabs li.active a {
  color: #00aff0;
}

.lite-grey-bg .nav-tabs li.active a {
  background-color: #f7f7f7;
}

.tab-content .tab-content-wrapper {
  padding: 10px 25px;
}

.tab-default.tab-icon-style .nav-tabs li a {
  padding: 8px 34px;
}

.tab-default.tab-box-style .nav-tabs {
  border-bottom: 0;
}

.tab-default.tab-box-style .nav-tabs li a {
  padding: 8px 43px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.tab-default.tab-box-style .nav-tabs li a:hover {
  border: 1px solid #00aff0;
}

.tab-default.tab-box-style .nav-tabs li.active a {
  border: 1px solid #00aff0;
}

.tab-default.tab-box-icon-style .nav-tabs {
  border-bottom: 0;
}

.tab-default.tab-box-icon-style .nav-tabs li a {
  padding: 8px 34px;
  border: 0;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #e7e7e7;
}

.tab-default.tab-box-icon-style .nav-tabs li a:hover {
  border: 0;
  background: #0a86df;
  color: #ffffff;
}

.tab-default.tab-box-icon-style .nav-tabs li a:hover span {
  color: #ffffff;
}

.tab-default.tab-box-icon-style .nav-tabs li.active a {
  border: 0;
  background: #0a86df;
  color: #ffffff;
}

.tab-default.tab-box-icon-style .nav-tabs li.active a span {
  color: #ffffff;
}

.tab-default.tab-icon-image .nav-tabs {
  border-bottom: 0;
}

.tab-default.tab-icon-image .nav-tabs li a {
  padding: 8px 60px;
  border: 0;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #e7e7e7;
}

.tab-default.tab-icon-image .nav-tabs li a:hover {
  border: 0;
  background: #00aff0;
  color: #ffffff;
}

.tab-default.tab-icon-image .nav-tabs li a:hover span {
  color: #ffffff;
}

.tab-default.tab-icon-image .nav-tabs li.active a {
  border: 0;
  background: #00aff0;
  color: #ffffff;
}

.tab-default.tab-icon-image .nav-tabs li.active a span {
  color: #ffffff;
}

.tab-default.tab-icon-image .tab-content .tab-thumb {
  width: 165px;
  float: left;
  margin-right: 20px;
}

.tab-default.tab-icon-image .tab-content .tab-thumb + p {
  float: left;
  width: calc(100% - 185px);
}

@media (max-width: 639px) {
  .tab-default .nav-tabs li a {
    padding: 8px 30px;
  }
  .tab-default.tab-icon-style .nav-tabs li a {
    padding: 8px 20px;
  }
  .tab-default.tab-box-style .nav-tabs li a {
    padding: 8px 30px;
  }
  .tab-default.tab-box-icon-style .nav-tabs li a {
    padding: 8px 20px;
  }
  .tab-default.tab-icon-image .nav-tabs li a {
    padding: 8px 40px;
  }
}

@media (max-width: 539px) {
  .tab-default .nav-tabs {
    border-bottom: 0;
  }
  .tab-default .nav-tabs li {
    float: left;
    width: calc(50% - 20px);
    margin: 0 10px;
    text-align: center;
  }
  .tab-default .nav-tabs li a {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
  }
  .tab-default .nav-tabs li.active a {
    border: 1px solid #00aff0;
    border-radius: 3px;
  }
  .tab-default .nav-tabs li + li + li {
    margin-top: 10px;
  }
  .tab-default.tab-icon-image .tab-content .tab-thumb {
    float: none;
    width: 100%;
  }
  .tab-default.tab-icon-image .tab-content .tab-thumb + p {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}

/*-----------------------------------------------
	9.0 CTA
------------------------------------------------*/
.cta-simple {
  padding: 20px 0;
}

.cta-simple .title {
  margin-top: 5px;
}

.cta-simple .cta-form {
  text-align: right;
}

.cta-simple .cta-form .form-group {
  margin-top: -4px;
  width: 70%;
}

.cta-simple .cta-form .form-group .form-control {
  height: 39px;
  width: 95%;
  margin-right: 5px;
  border: 1px solid #ffffff;
  background: transparent;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #ffffff;
}

.cta-simple .cta-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.cta-simple .cta-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.cta-simple .cta-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

.cta-simple .cta-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.cta-simple .cta-form .button {
  font-size: 1.4rem;
  padding: 6px 20px;
}

.cta.cta-simple .cta-button {
  margin-top: 0;
}

.cta.cta-bg {
  background: url(../images/call-to-action/cta-bg.jpg) no-repeat center center;
  background-size: cover;
}

.cta.primary-bg,
.cta.cta-bg {
  color: #ffffff;
}

.cta.primary-bg .section-heading .title:before,
.cta.cta-bg .section-heading .title:before {
  background: #ffffff;
}

.cta.primary-bg .button,
.cta.cta-bg .button {
  background: #ffffff;
  color: #00aff0;
  border: 1px solid #ffffff;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.cta.primary-bg .button:hover,
.cta.cta-bg .button:hover {
  background: transparent;
  color: #ffffff;
}

.cta .button {
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.cta .cta-button {
  margin-top: 40px;
}

.cta .cta-button a + a {
  margin-left: 10px;
}

.cta .section-heading + .cta-button-center {
  margin-top: 40px;
}

.cta.cta-bg .cta-button {
  margin-top: 0;
}

@media (max-width: 991px) {
  .cta-simple {
    text-align: center;
  }
  .cta-simple .title {
    margin-bottom: 25px;
  }
  .cta-simple .cta-form {
    text-align: center;
  }
  .cta-simple .cta-form .form-group {
    margin-top: -4px;
    width: 40%;
  }
  .cta-simple .cta-form .form-group .form-control {
    height: 39px;
    width: 97%;
  }
  .cta.cta-bg {
    text-align: center;
  }
  .cta.cta-bg .title {
    margin-bottom: 25px;
  }
  .cta.cta-bg .cta-button {
    text-align: center;
  }
  .cta-button {
    text-align: left;
  }
  .cta.cta-simple .cta-button {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cta-simple .cta-form .form-group {
    margin-top: -4px;
    width: 40%;
    display: inline-block;
  }
  .cta-simple .cta-form .form-group .form-control {
    height: 39px;
    width: 97%;
  }
}

@media (max-width: 579px) {
  .cta-simple .cta-form .form-group {
    margin-top: -4px;
    width: 60%;
    display: inline-block;
  }
  .cta-simple .cta-form .form-group .form-control {
    height: 39px;
    width: 97%;
  }
  .cta-simple .cta-form .button {
    font-size: 1.4rem;
    padding: 6px 15px;
  }
}

@media (max-width: 375px) {
  .cta .cta-button {
    margin-top: 40px;
  }
  .cta .cta-button a {
    display: table;
    margin: 0 auto;
  }
  .cta .cta-button a + a {
    margin-left: auto;
    margin-top: 10px;
  }
}

/*-----------------------------------------------
	10.0 Team
------------------------------------------------*/
.team-bg {
  background: url(../images/team/team-bg.html) no-repeat center center;
  background-size: cover;
}

.team-bg .team {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

.team-bg .team .member .member-info .name a {
  color: #ffffff;
}

.member {
  text-align: center;
  margin-bottom: 30px;
}

.member:hover .member-info .name a {
  color: #00aff0;
}

.member .member-info {
  margin-top: 22px;
}

.member .member-info .name {
  font-weight: 700;
  margin-bottom: 7px;
}

.member .member-info .name a {
  color: #262626;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.member .member-info .designation {
  font-weight: 700;
}

.member .member-info .social-link {
  margin-top: 13px;
}

.member .member-info .social-link li {
  display: inline;
  margin: 0 3px;
}
.my-link li {
  display: inline !important;
  margin: 0 10px !important;
}
.member .member-info .social-link li a {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background: #e7e7e7;
  line-height: 30px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.member .member-info .social-link li a:hover {
  background: #00aff0;
}

.member .member-info .social-link li a:hover i.fa {
  color: #ffffff;
}

.member .member-info .social-link li a i.fa {
  color: #262626;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.member.member-overlay:hover .member-thumb .overlay {
  opacity: 1;
  background: rgba(0, 175, 240, 0.8);
}

.member.member-overlay .member-thumb {
  position: relative;
}

.member.member-overlay .member-thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 175, 240, 0);
  color: #ffffff;
  opacity: 0;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.member.member-overlay .member-thumb .overlay .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 10px;
}

.member.member-overlay .member-thumb .overlay .overlay-content .name {
  font-weight: 700;
  margin-bottom: 7px;
}

.member.member-overlay .member-thumb .overlay .overlay-content .name a {
  color: #ffffff;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.member.member-overlay .member-thumb .overlay .overlay-content .designation {
  font-weight: 700;
}

.member.member-overlay .member-thumb .overlay .overlay-content .social-link {
  margin-top: 13px;
}

.member.member-overlay .member-thumb .overlay .overlay-content .social-link li {
  display: inline;
  margin: 0 3px;
}

.member.member-overlay .member-thumb .overlay .overlay-content .social-link li a {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background: #e7e7e7;
  line-height: 30px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.member.member-overlay .member-thumb .overlay .overlay-content .social-link li a:hover {
  background: #00aff0;
}

.member.member-overlay .member-thumb .overlay .overlay-content .social-link li a:hover i.fa {
  color: #ffffff;
}

.member.member-overlay .member-thumb .overlay .overlay-content .social-link li a i.fa {
  color: #262626;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .member {
    float: left;
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
}

@media (max-width: 499px) {
  .member {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

/*-------------------------------------------
	11.0 Blog
-------------------------------------------*/
.blog-post {
  margin-bottom: 30px;
}

.blog-post:hover .post-body .post-title a {
  color: #00aff0;
}

.blog-post .post-thumb {
  height: 100%;
}

.blog-post .post-thumb a {
  display: block;
}

.blog-post .post-thumb a img {
  width: 100%;
}

.blog-post .post-body {
  padding-top: 25px;
}

.blog-post .post-body .post-title {
  font-weight: 700;
}

.blog-post .post-body .post-title a {
  color: #262626;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.blog-post .post-body .post-meta {
  color: #262626;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.blog-post .post-body .post-content {
  color: #262626;
}

.blog-post .post-body .read-more {
  color: #00aff0;
}

.post-list:hover .post-body .post-title a {
  color: #00aff0;
}

.post-list .post-thumb a {
  display: block;
}

.post-list .post-thumb a img {
  width: 100%;
}

.post-list .post-body {
  color: #262626;
  padding: 38px 35px 30px 0;
}

.post-list .post-body .post-title {
  font-weight: 500;
}

.post-list .post-body .post-title a {
  color: #262626;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.post-list .post-body .post-content {
  margin-top: 14px;
}

.post-list .post-body .read-more {
  color: #00aff0;
}

.blog-post + .blog-post,
.post-list + .post-list {
  margin-top: 30px;
}

.post-details {
  color: #262626;
}

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

.post-details .post-info {
  margin-top: 14px;
  font-size: 1.2rem;
}

.post-details .post-info p span {
  margin-right: 50px;
}

.post-details .post-info p span a {
  color: #262626;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.post-details .post-info p span a:hover {
  color: #00aff0;
}

.post-details .post-content p {
  margin-top: 30px;
}

.post-share {
  padding: 13px 40px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.post-share ul {
  font-size: 18px;
  color: #ffffff;
}

.post-share ul li {
  display: inline;
  margin-left: 15px;
}

.post-share ul li a {
  color: #ffffff;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.post-share ul li a:hover {
  color: #00aff0;
}

.comment-area .comment-count {
  margin-bottom: 50px;
  font-weight: 500;
}

.comment-area .comment .comment-wrap {
  position: relative;
  margin-bottom: 40px;
}

.comment-area .comment .comment-wrap .comment-thumb {
  position: absolute;
  top: 0;
  left: 0;
}

.comment-area .comment .comment-wrap .comment-thumb img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.comment-area .comment .comment-wrap .comment-body {
  margin-left: 90px;
  padding-right: 50px;
  position: relative;
}

.comment-area .comment .comment-wrap .comment-body .comment-title {
  color: #262626;
  font-weight: 500;
  margin-bottom: 10px;
}

.comment-area .comment .comment-wrap .comment-body .comment-content {
  color: #262626;
}

.comment-area .comment .comment-wrap .comment-body .comment-share {
  position: absolute;
  right: 0;
  top: 0;
}

.comment-area .comment .comment-wrap .comment-body .comment-share a i.fa {
  color: #262626;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.comment-area .comment .comment-wrap .comment-body .comment-share a i.fa:hover {
  color: #00aff0;
}

.comment-area .comment .child-comment {
  margin-left: 60px;
}

.write-comment .title {
  color: #262626;
  margin-bottom: 10px;
}

.write-comment .subtext {
  color: #262626;
}

.write-comment .comment-form {
  margin-top: 23px;
  max-width: 470px;
}

.write-comment .comment-form .form-group .form-control {
  height: 40px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #e7e7e7;
  padding: 10px 20px;
  border: 1px solid #e7e7e7;
  background: transparent;
}

.write-comment .comment-form .form-group .form-control:focus {
  border: 1px solid #00aff0;
}

.write-comment .comment-form .form-group textarea.form-control {
  height: 100px;
}

.write-comment .comment-form .btn-default {
  background: #00aff0;
  color: #ffffff;
  height: 40px;
  border: 0;
  font-weight: 300;
  outline: none;
}

/*
Responsive
-------------------------------------------*/
@media (max-width: 1199px) {
  .post-list .post-body {
    padding: 20px 30px 20px 0;
  }
}

@media (max-width: 767px) {
  .blog-post {
    float: left;
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
  .post-list .post-body {
    padding: 40px 0;
  }
}

@media (max-width: 579px) {
  .comment-area .comment .comment-wrap {
    margin-bottom: 30px;
  }
  .comment-area .comment .comment-wrap .comment-thumb img {
    width: 50px;
    height: 50px;
  }
  .comment-area .comment .comment-wrap .comment-body {
    margin-left: 65px;
    padding-right: 10px;
  }
  .comment-area .comment .child-comment {
    margin-left: 30px;
  }
}

@media (max-width: 519px) {
  .post-share {
    padding: 13px 20px;
  }
}

@media (max-width: 479px) {
  .post-share {
    padding: 8px 15px;
  }
  .post-share ul li {
    margin-left: 8px;
  }
  .blog-post {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

@media (max-width: 399px) {
  .post-list .post-body {
    padding: 30px 0;
  }
}

/*-----------------------------------------------
	12.0 Product
------------------------------------------------*/
.product-item {
  margin: 0 15px;
}

.product-item:hover .product-body .title a {
  color: #00aff0;
}

.product-item .product-thumb a {
  display: block;
}

.product-item .product-thumb a img {
  border-radius: 3px;
}

.product-item .product-thumb + .product-body {
  margin-top: 22px;
}

.product-item .product-body .title {
  font-weight: 700;
}

.product-item .product-body .title a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.product-item .product-body .title + .subtext {
  margin-top: 10px;
}

.product-item .product-body .subtext + .product-buttons {
  margin-top: 22px;
}

.product-item .product-body .button {
  border-radius: 3px;
}

.product-item .product-body .detail-button {
  background: #e7e7e7;
  border: 1px solid #d7d7d7;
}

.product-item .product-body .detail-button:hover {
  background: #e7e7e7;
  border: 1px solid #d7d7d7;
  color: #262626;
}

@media (max-width: 767px) {
  .product-item {
    padding: 20px;
  }
}

/*-----------------------------------------------
	13.0 Testimonial
------------------------------------------------*/
.testimonial-info {
  text-align: center;
}

.testimonial-info i.fa {
  color: #00aff0;
  font-size: 28px;
}

.testimonial-info .testimonial-quote {
  margin-top: 20px;
}

.testimonial-info .testimonial-thumb {
  margin: 22px 20px;
}

.testimonial-info .testimonial-thumb img {
  height: 70px;
  width: 70px;
  border-radius: 35px;
  -ms-border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  margin: 0 auto;
}

.testimonial-info .commenter {
  text-transform: uppercase;
}

.testimonial-info .designation {
  text-transform: uppercase;
  font-size: 1.2rem;
}

.testimonial-3-grid {
  border: 1px solid #e7e7e7;
  padding: 60px 20px;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.testimonial-3-grid:hover {
  border: 1px solid #00aff0;
}

.testimonial-classic .ti-comments {
  font-size: 50px;
}

.testimonial-classic .testimonial-quote {
  font-style: italic;
  padding: 0 100px;
}

.testimonial-classic .testimonial-quote + .commenter {
  margin-top: 35px;
}

.testimonial-classic .commenter {
  font-style: italic;
  text-transform: capitalize;
}

.testimonial-fullwidth .testimonial-quote {
  padding: 0 100px;
}

.testimonial-bg-1 {
  background: url(../images/template/testimonial-bg-1.jpg) no-repeat center center;
  background-size: cover;
}

.testimonial-bg-2 {
  background: url(../images/template/testimonial-bg-2.jpg) no-repeat center center;
  background-size: cover;
}

.testimonial-bg-3 {
  background: url(../images/template/testimonial-bg-3.jpg) no-repeat center center;
  background-size: cover;
}

.testimonial-bg-4 {
  background: url(../images/template/testimonial-bg-4.jpg) no-repeat center center;
  background-size: cover;
}

.testimonial-shade {
  background: rgba(38, 38, 38, 0.6);
  color: #ffffff;
}

.testimonial-shade i.fa {
  color: #ffffff;
}

@media (max-width: 991px) {
  .testimonial-3-grid {
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  .testimonial-3-grid {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
  }
  .testimonial-classic .testimonial-quote {
    padding: 0;
  }
  .testimonial-fullwidth .testimonial-quote {
    padding: 0 30px;
  }
}

@media (max-width: 579px) {
  .testimonial-3-grid {
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }
}

/*-----------------------------------------------
	14.0 Pricing
------------------------------------------------*/
.pricing-standard {
  border: 1px solid #00aff0;
  margin-bottom: 30px;
}

.pricing-standard .pricing-heading {
  background: #00aff0;
  color: #ffffff;
  padding: 18px 0;
}

.pricing-standard .pricing-body {
  padding: 40px 30px;
}

.pricing-standard .pricing-body .rate {
  margin-bottom: 30px;
}

.pricing-standard .pricing-body .rate .amount {
  font-weight: 700;
  margin-bottom: 10px;
}

.pricing-standard .pricing-body .priceing-subtext {
  margin-bottom: 50px;
}

.pricing-classic {
  padding: 35px 25px 40px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-bottom: 30px;
}

.pricing-classic:hover {
  border: 1px solid #00aff0;
}

.pricing-classic:hover .pricing-body .rate {
  background: #00aff0;
  color: #ffffff;
}

.pricing-classic .pricing-heading {
  margin-bottom: 20px;
}

.pricing-classic .pricing-body .rate {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 70px;
  -ms-border-radius: 70px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border: 1px solid #00aff0;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.pricing-classic .pricing-body .rate .amount {
  margin-top: 25px;
  font-weight: 700;
}

.pricing-classic .pricing-body .pricing-list {
  margin: 35px 0;
}

@media (max-width: 767px) {
  .pricing-item {
    float: left;
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
}

@media (max-width: 539px) {
  .pricing-item {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

/*-----------------------------------------------
	15.0 Timeline
------------------------------------------------*/
.timeline-wrapper {
  position: relative;
  zoom: 1;
  overflow: hidden;
}

.timeline-wrapper:before {
  content: "";
  position: absolute;
  top: 23px;
  bottom: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background: #00aff0;
}

.timeline-wrapper .achievement {
  float: left;
  width: calc(50% - 40px);
  clear: both;
  position: relative;
}

.timeline-wrapper .achievement .achievement-date {
  position: relative;
  top: 62px;
  text-align: right;
  -webkit-transform: translateX(230px);
  -ms-transform: translateX(230px);
  transform: translateX(230px);
}

.timeline-wrapper .achievement .achievement-content {
  text-align: right;
  padding: 30px;
  border: 1px solid #00aff0;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.timeline-wrapper .achievement .achievement-content:hover {
  background: #00aff0;
  color: #ffffff;
}

.timeline-wrapper .achievement .achievement-content:before {
  content: "";
  position: absolute;
  top: 40px;
  right: -51px;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #00aff0;
}

.timeline-wrapper .achievement .achievement-content:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #00aff0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: -10px;
  top: 42px;
}

.timeline-wrapper .achievement .achievement-content .achievement-title {
  margin-bottom: 20px;
}

.timeline-wrapper .achievement:nth-child(2n) {
  float: right;
}

.timeline-wrapper .achievement:nth-child(2n) .achievement-date {
  position: relative;
  top: 60px;
  text-align: left;
  -webkit-transform: translateX(-230px);
  -ms-transform: translateX(-230px);
  transform: translateX(-230px);
}

.timeline-wrapper .achievement:nth-child(2n) .achievement-content {
  text-align: left;
}

.timeline-wrapper .achievement:nth-child(2n) .achievement-content:after {
  left: -10px;
  border-right: 10px solid #00aff0;
  border-left: 0 solid #00aff0;
}

.timeline-wrapper .achievement:nth-child(2n) .achievement-content:before {
  left: -51px;
}

.timeline-wrapper .achievement + .achievement {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .timeline-wrapper:before {
    left: 10px;
    top: 0;
  }
  .timeline-wrapper .achievement {
    width: calc(100% - 50px);
    margin-left: 50px;
  }
  .timeline-wrapper .achievement .achievement-date {
    position: static;
    text-align: left;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-bottom: 20px;
  }
  .timeline-wrapper .achievement .achievement-content {
    text-align: left;
  }
  .timeline-wrapper .achievement .achievement-content:before {
    left: -50px;
    right: auto;
  }
  .timeline-wrapper .achievement .achievement-content:after {
    left: -10px;
    right: auto;
    border-right: 10px solid #00aff0;
    border-left: 0 solid #00aff0;
  }
  .timeline-wrapper .achievement:nth-child(2n) .achievement-date {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    position: static;
  }
}

/*-----------------------------------------------
	16.0 Accordions
------------------------------------------------*/
.accordion-bg {
  background: url(../images/template/accordion-bg.jpg) no-repeat center center;
  background-size: cover;
}

.accordion-bg .section-heading {
  color: #ffffff;
}

.accordion-default .panel-group .panel {
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.accordion-default .panel-group .panel .panel-heading {
  padding: 0;
  background: transparent;
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #0a86df;
  position: relative;
}

.accordion-default .panel-group .panel .panel-heading .panel-title {
  position: relative;
}

.accordion-default .panel-group .panel .panel-heading .panel-title a {
  line-height: 42px;
  display: block;
  padding: 0 30px;
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  position: relative;
}

.accordion-default .panel-group .panel .panel-heading .panel-title a span {
  color: #00aff0 !important;
}

.accordion-default .panel-group .panel .panel-heading .panel-title i.fa {
  width: 20px;
}

.accordion-default .panel-group .panel .panel-body {
  padding: 20px 30px;
}

.accordion-default .panel-group .panel .panel-body img {
  width: 160px;
  float: left;
  margin-right: 15px;
}

.accordion-default .panel-group .panel .panel-body img + p {
  float: left;
  width: calc(100% - 175px);
}

.accordion-before .panel-heading .panel-title a[aria-expanded=true] {
  color: #0a86df;
}

.accordion-before .panel-heading .panel-title a[aria-expanded=true]:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  top: 1px;
  right: 30px;
}

.accordion-before .panel-heading .panel-title a[aria-expanded=true]:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  background: #0a86df;
}

.accordion-before .panel-heading .panel-title a[aria-expanded=false]:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 1px;
  right: 30px;
}

.accordion-line {
  color: #ffffff;
}

.accordion-line .panel-heading {
  border: 0 !important;
}

.accordion-line .panel-heading .panel-title a[aria-expanded=true] {
  border-bottom: 1px solid #00aff0;
  color: #ffffff;
}

.accordion-line .panel-heading .panel-title a[aria-expanded=true]:after {
  content: "\f068";
  font-family: FontAwesome;
  position: absolute;
  top: 1px;
  right: 30px;
}

.accordion-line .panel-heading .panel-title a[aria-expanded=false] {
  border-bottom: 1px solid #e7e7e7;
  color: #ffffff;
}

.accordion-line .panel-heading .panel-title a[aria-expanded=false]:after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  top: 1px;
  right: 30px;
}

.accordion-line.accordion-line-icon .panel-heading .panel-title a[aria-expanded=true]:after {
  content: "\f106";
}

.accordion-line.accordion-line-icon .panel-heading .panel-title a[aria-expanded=false]:after {
  content: "\f107";
}

.accordion-block .panel-heading .panel-title a[aria-expanded=true] {
  background: #00aff0;
  color: #ffffff;
}

.accordion-block .panel-heading .panel-title a[aria-expanded=true]:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  top: 1px;
  right: 30px;
}

.accordion-block .panel-heading .panel-title a[aria-expanded=false]:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 1px;
  right: 30px;
}

.accordion-box .panel {
  border: 1px solid #00aff0 !important;
}

.accordion-box .panel .panel-heading {
  border: 0 !important;
}

.accordion-box .panel .panel-heading .panel-title a[aria-expanded=true] {
  color: #00aff0;
}

.accordion-box .panel .panel-heading .panel-title a[aria-expanded=true]:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  top: 1px;
  right: 30px;
}

.accordion-box .panel .panel-heading .panel-title a[aria-expanded=false]:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 1px;
  right: 30px;
}

.accordion-box .panel .panel-collapse.collapse.in .panel-body {
  border-top: 1px solid #00aff0;
}

.accordion-box.box-success .panel {
  border: 1px solid #7fba00 !important;
}

.accordion-box.box-success .panel .panel-heading .panel-title a {
  padding: 0 20px;
}

.accordion-box.box-success .panel .panel-heading .panel-title a[aria-expanded=true] {
  color: #7fba00;
}

.accordion-box.box-success .panel .panel-heading .panel-title a[aria-expanded=true]:after {
  right: 20px;
  color: #7fba00;
}

.accordion-box.box-success .panel .panel-heading .panel-title a[aria-expanded=false]:after {
  right: 20px;
}

.accordion-box.box-success .panel .panel-collapse.collapse.in .panel-body {
  border-top: 1px solid #7fba00;
  padding: 20px;
}

.accordion-box.box-danger .panel {
  border: 1px solid #f51d46 !important;
}

.accordion-box.box-danger .panel .panel-heading .panel-title a {
  padding: 0 20px;
}

.accordion-box.box-danger .panel .panel-heading .panel-title a[aria-expanded=true] {
  color: #f51d46;
}

.accordion-box.box-danger .panel .panel-heading .panel-title a[aria-expanded=true]:after {
  right: 20px;
  color: #f51d46;
}

.accordion-box.box-danger .panel .panel-heading .panel-title a[aria-expanded=false]:after {
  right: 20px;
}

.accordion-box.box-danger .panel .panel-collapse.collapse.in .panel-body {
  border-top: 1px solid #f51d46;
  padding: 20px;
}

.accordion-box.box-warning .panel {
  border: 1px solid #f3ba0b !important;
}

.accordion-box.box-warning .panel .panel-heading .panel-title a {
  padding: 0 20px;
}

.accordion-box.box-warning .panel .panel-heading .panel-title a[aria-expanded=true] {
  color: #f3ba0b;
}

.accordion-box.box-warning .panel .panel-heading .panel-title a[aria-expanded=true]:after {
  right: 20px;
  color: #f3ba0b;
}

.accordion-box.box-warning .panel .panel-heading .panel-title a[aria-expanded=false]:after {
  right: 20px;
}

.accordion-box.box-warning .panel .panel-collapse.collapse.in .panel-body {
  border-top: 1px solid #f3ba0b;
  padding: 20px;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}

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

.panel-group .panel + .panel {
  margin-top: 20px;
}

.accordion-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.accordion-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: #00aff0;
}

@media (max-width: 991px) and (max-width: 768px) {
  .accordion-default .panel-group .panel .panel-heading .panel-title a {
    padding: 0 15px;
  }
  .accordion-default .panel-group .panel .panel-body {
    padding: 15px;
  }
  .accordion-default .panel-group .panel .panel-body img {
    width: 120px;
  }
  .accordion-default .panel-group .panel .panel-body img + p {
    width: calc(100% - 135px);
  }
  .accordion-before .panel-heading .panel-title a[aria-expanded=true]:after {
    right: 15px;
  }
  .accordion-before .panel-heading .panel-title a[aria-expanded=true]:before {
    width: 8px;
  }
  .accordion-before .panel-heading .panel-title a[aria-expanded=false]:after {
    right: 15px;
  }
  .accordion-block .panel-heading .panel-title a[aria-expanded=true]:after {
    right: 15px;
  }
  .accordion-block .panel-heading .panel-title a[aria-expanded=false]:after {
    right: 15px;
  }
  .accordion-box .panel .panel-heading .panel-title a[aria-expanded=true]:after,
  .accordion-box.box-success .panel .panel-heading .panel-title a[aria-expanded=true]:after,
  .accordion-box.box-danger .panel .panel-heading .panel-title a[aria-expanded=true]:after,
  .accordion-box.box-warning .panel .panel-heading .panel-title a[aria-expanded=true]:after {
    right: 15px;
  }
  .accordion-box .panel .panel-heading .panel-title a[aria-expanded=false]:after,
  .accordion-box.box-success .panel .panel-heading .panel-title a[aria-expanded=false]:after,
  .accordion-box.box-danger .panel .panel-heading .panel-title a[aria-expanded=false]:after,
  .accordion-box.box-warning .panel .panel-heading .panel-title a[aria-expanded=false]:after {
    right: 15px;
  }
  .accordion-line .panel .panel-heading .panel-title a[aria-expanded=true]:after {
    right: 15px;
  }
  .accordion-line .panel .panel-heading .panel-title a[aria-expanded=false]:after {
    right: 15px;
  }
}

/*-----------------------------------------------
	17.0 Progress Bar
------------------------------------------------*/
.pie-pregress-bg {
  background: url(../images/template/pie-pregress-bg.jpg) no-repeat center center;
  background-size: cover;
}

.progress-body {
  position: relative;
}

.progress-body .progress {
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 10px;
}

.progress-body .progress .progress-bar {
  background-color: #00aff0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-body .progress .progress-danger {
  background-color: #ea4335;
}

.progress-body .progress .progress-warning {
  background-color: #fbbc05;
}

.progress-body .progress .progress-success {
  background-color: #34a853;
}

.progress-body .progress-to {
  float: none;
  position: absolute;
  top: -25px;
  right: 0;
}

.progress-group.flexo-style .progress-item {
  position: relative;
}

.progress-group.flexo-style .progress-item .progress-on {
  position: absolute;
  top: -1px;
  left: 15px;
  z-index: 1;
  color: #ffffff;
}

.progress-group.flexo-style .progress-item .progress-body .progress {
  height: 25px;
}

.progress-group.flexo-style .progress-item .progress-body .progress .progress-bar {
  background-color: #00aff0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-group.flexo-style .progress-item .progress-body .progress .progress-danger {
  background-color: #ea4335;
}

.progress-group.flexo-style .progress-item .progress-body .progress .progress-warning {
  background-color: #fbbc05;
}

.progress-group.flexo-style .progress-item .progress-body .progress .progress-success {
  background-color: #34a853;
}

.progress-group.flexo-style .progress-item .progress-body .progress .progress-1 {
  background-color: #efe74b;
}

.progress-group.flexo-style .progress-item .progress-body .progress .progress-2 {
  background-color: #cc8b60;
}

.rounded-progress {
  border: 4px solid #e5f7fd;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  margin: 0 auto;
  position: relative;
}

.rounded-progress .pregress-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rounded-progress .pregress-center span {
  font-size: 3.6rem;
  color: #00aff0;
}

.rounded-progress svg {
  position: relative;
  width: 170px;
  height: 170px;
  top: -4px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.rounded-progress svg circle {
  stroke-dasharray: 521.504380 521.504380;
  stroke-dashoffset: 521.504380;
  stroke: #00aff0;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

.rounded-progress.pie-chart {
  border: 20px solid #ffffff;
}

.rounded-progress.pie-chart .pregress-center {
  text-align: center;
}

.rounded-progress.pie-chart .pregress-center span {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #262626;
}

.rounded-progress.pie-chart svg {
  top: -20px;
  left: -20px;
}

.rounded-progress.pie-chart svg circle {
  stroke-dasharray: 471.2389 471.2389;
  stroke-dashoffset: 471.2389;
  stroke: #00aff0;
  stroke-linecap: round;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

.rounded-progress.grid-4 {
  width: 104px;
  height: 104px;
}

.rounded-progress.grid-4 svg {
  width: 104px;
  height: 104px;
}

.rounded-progress.grid-4 svg circle {
  stroke-dasharray: 314.159265 314.159265;
  stroke-dashoffset: 314.159265;
}

.progress-wrapper {
  padding: 30px;
  margin-bottom: 30px;
}

.progress-wrapper .progress-content {
  text-align: center;
  margin-top: 24px;
}

.progress-wrapper .progress-content .title {
  font-weight: 700;
}

.progress-wrapper .progress-content .title + .subtext {
  margin-top: 7px;
}

.progress-wrapper.progress-only {
  padding: 0;
}

.progress-wrapper.border-style {
  border: 1px solid #e7e7e7;
}

.progress-wrapper.shade-style {
  background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 991px) {
  .progress-group {
    margin-top: 30px;
  }
  .company-progress {
    margin-top: 30px;
  }
  .company-progress .progress-group {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .progress-wrapper {
    padding: 30px 15px;
    float: left;
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}

@media (max-width: 539px) {
  .progress-wrapper {
    padding: 30px 15px;
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

/*-----------------------------------------------
	18.0 CounterUp
------------------------------------------------*/
.counter-bg {
  background: url(../images/template/counter-bg.jpg) no-repeat center center;
  background-size: cover;
}

.counter-bg-2 {
  background: url(../images/template/counter-bg-2.jpg) no-repeat center center;
  background-size: cover;
}

.counter-bg-3 {
  background: url(../images/template/counter-bg-3.jpg) no-repeat center center;
  background-size: cover;
}

.counter-bg-4 {
  background: url(../images/template/counter-bg-4.jpg) no-repeat center center;
  background-size: cover;
}

.fact span.ti {
  font-size: 40px;
}

.fact .fact-number {
  padding-bottom: 3px;
  position: relative;
}

.fact .fact-number:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #00aff0;
}

.fact .fact-number + p {
  margin-top: 10px;
}

.primary-bg .fact .fact-number:before {
  background: #ffffff;
}

.primary-bg .fact .fact-number + p {
  margin-top: 10px;
}

.fact.fact-default .fact-number:before {
  left: 0;
}

.fact.fact-center .fact-number:before {
  left: 50%;
  margin-left: -25px;
}

.counter-bg-2 .fact.fact-center,
.counter-bg-3 .fact.fact-center,
.counter-bg-4 .fact.fact-center {
  padding: 70px 15px;
  background: rgba(255, 255, 255, 0.7);
}

.round-fact .fact.fact-center {
  padding-top: 100%;
  border: 2px solid #00aff0;
  border-radius: 50%;
  position: relative;
}

.round-fact .fact.fact-center .round-fact-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  right: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fact {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 420px) {
  .fun-fact .col-xs-6, .fun-fact .col-xs-3 {
    width: 100%;
  }
}

/*-----------------------------------------------
	19.0 Client
------------------------------------------------*/
.client {
  height: 60px;
  width: 100%;
  position: relative;
}

.client a {
  display: block;
}

.client a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.client-logo {
  position: relative;
  border: 1px solid #e7e7e7;
  height: 170px;
  margin: 0 15px;
}

.client-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .client {
    height: 80px;
  }
}

@media (max-width: 767px) {
  .client {
    float: left;
    width: 50%;
  }
  .client-logo {
    margin: 0 25px;
  }
}

@media (max-width: 459px) {
  .client {
    float: none;
    width: 100%;
  }
}

/*-------------------------------------------
	20.0 Widget
--------------------------------------------*/
.widget {
  clear: both;
}

.widget + .widget {
  margin-top: 30px;
}

.widget-title {
  margin-bottom: 25px;
  background: #e7e7e7;
  padding: 7px 20px;
  font-weight: 700;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 1.8rem;
}

.widget-inner form {
  position: relative;
}

.widget-inner form .form-control {
  height: 45px;
  padding-right: 35px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #000000;
  color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.widget-inner form .form-control:focus {
  border: 1px solid #00aff0;
}

.widget-inner form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

.widget-inner form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

.widget-inner form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

.widget-inner form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

.widget-inner form .btn-default {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background: transparent;
  height: 45px;
  color: #000000;
}

.widget-inner form .btn-default:focus {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00aff0;
}

.widget-inner > ul > li a {
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #262626;
}

.widget-inner > ul > li a:hover {
  color: #00aff0;
}

.widget-catagory .widget-inner ul li {
  position: relative;
  margin-left: 10px;
}

.widget-catagory .widget-inner ul li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: -10px;
}

.widget-recent li.recent-entry:hover p a {
  color: #00aff0;
}

.widget-recent li.recent-entry a.recent-thumb {
  display: inline-block;
  float: left;
  height: 70px;
  width: 70px;
}

.widget-recent li.recent-entry a.recent-thumb img {
  height: 70px;
  width: 70px;
}

.widget-recent li.recent-entry p {
  padding-left: 85px;
  line-height: 1.6;
  padding-top: 9px;
}

.recent-entry + .recent-entry {
  margin-top: 10px;
}

.widget-tag .tagcloud a {
  display: inline-block;
  color: #262626;
  border: 1px solid #e7e7e7;
  padding: 3px 20px;
  margin-bottom: 10px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.widget-tag .tagcloud a:hover {
  border: 1px solid #00aff0;
}

.widget-social ul li {
  margin-bottom: 5px;
  margin-right: 10px;
  display: inline;
}

.widget-social ul li a {
  color: #ffffff;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.widget-social ul li a i.fa {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 1.4rem;
}

.widget-social ul li a i.fa-facebook {
  background: #333;
}

.widget-social ul li a i.fa-twitter {
  background: #1da1f2;
}

.widget-social ul li a i.fa-google-plus {
  background: #dd4b39;
}

.widget-social ul li a i.fa-linkedin {
  background: #0077b5;
}

@media (max-width: 991px) {
  .widget-search {
    margin-top: 30px;
  }
}

/*------------------------------------------
	21.0 Pagination
-------------------------------------------*/
.pagination-list .pagination {
  margin: 0;
}

.pagination-list .pagination li {
  padding: 0 5px;
}

.pagination-list .pagination li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: transparent;
  line-height: 40px;
  padding: 0;
  color: #000000;
  border: 1px solid #e7e7e7;
  float: none;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.pagination-list .pagination li a:hover {
  background: transparent;
  border: 1px solid #00aff0;
  color: #00aff0;
}

.pagination-list .pagination li.active a {
  border: 1px solid #00aff0;
}

@media (max-width: 425px) {
  .pagination-list .pagination {
    margin: 0;
  }
  .pagination-list .pagination li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
}

@media (max-width: 375px) {
  .pagination-list .pagination li {
    padding: 0 2px;
  }
}

/*-----------------------------------------
	22.0 Modal
-----------------------------------------*/
.modal-header {
  border-bottom: 0;
}

.modal-header .close {
  color: #00aff0;
  opacity: 1;
}

.modal-content {
  border-radius: 3px;
}

.modal-content .modal-body .section-heading {
  margin-bottom: 30px;
}

/*-----------------------------------------------
	23.0 Slider
------------------------------------------------*/
.owl-full-grid,
.owl-half-grid,
.owl-full-width,
.banner-carousel,
.owl-client,
.product-calousel {
  position: relative;
}

.owl-full-grid:hover .owl-buttons .owl-next,
.owl-full-grid:hover .owl-buttons .owl-prev,
.owl-half-grid:hover .owl-buttons .owl-next,
.owl-half-grid:hover .owl-buttons .owl-prev,
.owl-full-width:hover .owl-buttons .owl-next,
.owl-full-width:hover .owl-buttons .owl-prev,
.banner-carousel:hover .owl-buttons .owl-next,
.banner-carousel:hover .owl-buttons .owl-prev,
.owl-client:hover .owl-buttons .owl-next,
.owl-client:hover .owl-buttons .owl-prev,
.product-calousel:hover .owl-buttons .owl-next,
.product-calousel:hover .owl-buttons .owl-prev {
  opacity: 1;
}

.owl-full-grid .owl-buttons .owl-prev,
.owl-full-grid .owl-buttons .owl-next,
.owl-half-grid .owl-buttons .owl-prev,
.owl-half-grid .owl-buttons .owl-next,
.owl-full-width .owl-buttons .owl-prev,
.owl-full-width .owl-buttons .owl-next,
.banner-carousel .owl-buttons .owl-prev,
.banner-carousel .owl-buttons .owl-next,
.owl-client .owl-buttons .owl-prev,
.owl-client .owl-buttons .owl-next,
.product-calousel .owl-buttons .owl-prev,
.product-calousel .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  color: #ffffff;
  text-align: center;
  background: rgba(0, 175, 240, 0.55);
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
}

.owl-full-grid .owl-buttons .owl-prev:hover,
.owl-full-grid .owl-buttons .owl-next:hover,
.owl-half-grid .owl-buttons .owl-prev:hover,
.owl-half-grid .owl-buttons .owl-next:hover,
.owl-full-width .owl-buttons .owl-prev:hover,
.owl-full-width .owl-buttons .owl-next:hover,
.banner-carousel .owl-buttons .owl-prev:hover,
.banner-carousel .owl-buttons .owl-next:hover,
.owl-client .owl-buttons .owl-prev:hover,
.owl-client .owl-buttons .owl-next:hover,
.product-calousel .owl-buttons .owl-prev:hover,
.product-calousel .owl-buttons .owl-next:hover {
  background: #00aff0;
}

.owl-full-grid .owl-buttons .owl-prev,
.owl-half-grid .owl-buttons .owl-prev,
.owl-full-width .owl-buttons .owl-prev,
.banner-carousel .owl-buttons .owl-prev,
.owl-client .owl-buttons .owl-prev,
.product-calousel .owl-buttons .owl-prev {
  left: 0;
}

.owl-full-grid .owl-buttons .owl-next,
.owl-half-grid .owl-buttons .owl-next,
.owl-full-width .owl-buttons .owl-next,
.banner-carousel .owl-buttons .owl-next,
.owl-client .owl-buttons .owl-next,
.product-calousel .owl-buttons .owl-next {
  right: 0;
}

.product-item .product-body .title a {
  color: #262626;
}

.owl-full-grid .owl-buttons .owl-prev,
.owl-full-grid .owl-buttons .owl-next {
  height: 80px;
  width: 40px;
  margin-top: -40px;
  line-height: 80px;
}

.banner-carousel .owl-buttons .owl-prev,
.banner-carousel .owl-buttons .owl-next,
.owl-full-width .owl-buttons .owl-prev,
.owl-full-width .owl-buttons .owl-next {
  height: 80px;
  width: 40px;
  margin-top: -40px;
  line-height: 80px;
}

.owl-half-grid .owl-buttons .owl-prev,
.owl-half-grid .owl-buttons .owl-next {
  height: 60px;
  width: 30px;
  margin-top: -30px;
  line-height: 60px;
}

.owl-half-classic .owl-controls .owl-pagination {
  margin-top: 20px;
  text-align: center;
}

.owl-half-classic .owl-controls .owl-pagination .owl-page {
  height: 12px;
  width: 12px;
  border-radius: 8px;
  border: 0;
  background: #e7e7e7;
  display: inline-block;
  margin: 0 5px;
}

.owl-half-classic .owl-controls .owl-pagination .owl-page.active {
  background: #00aff0;
}

.banner-carousel .slider-bg-1 {
  background: url(../images/asbolin-slider/bg-slide.jpg) no-repeat center center;
  background-size: cover;
}

.banner-carousel .slider-bg-2 {
  background: url(../images/asbolin-slider/slider-6.jpg) no-repeat center center;
  background-size: cover;
}

.banner-carousel .slider-bg-3 {
  background: url(../images/asbolin-slider/account.jpg) no-repeat center center;
  background-size: cover;
}

.banner-carousel.banner-carousel-2 .slider-bg-4 {
  background: url(../images/asbolin-slider/slider-8.html) no-repeat center center;
  background-size: cover;
}

.banner-carousel.banner-carousel-2 .slider-bg-5 {
  background: url(../images/asbolin-slider/slider-9.html) no-repeat center center;
  background-size: cover;
}

.banner-carousel.banner-carousel-2 .slider-bg-6 {
  background: url(../images/asbolin-slider/slider-10.html) no-repeat center center;
  background-size: cover;
}

.banner-carousel.banner-carousel-3 .slider-bg-4 {
  background: url(../images/asbolin-slider/slider-11.html) no-repeat center center;
  background-size: cover;
}

.banner-carousel.banner-carousel-3 .slider-bg-5 {
  background: url(../images/asbolin-slider/slider-12.html) no-repeat center center;
  background-size: cover;
}

.banner-carousel.banner-carousel-3 .slider-bg-6 {
  background: url(../images/asbolin-slider/slider-13.html) no-repeat center center;
  background-size: cover;
}

.banner-simple .slider-bg-1 {
  background: url(../images/asbolin-slider/banner-simple-bg.jpg) no-repeat top right;
  background-size: cover;
}

.banner-simple .slider-bg-2 {
  background: url(../images/asbolin-slider/banner-simple-bg-2.jpg) no-repeat top center;
  background-size: cover;
}

.banner-simple .slider-bg-3 {
  background: url(../images/asbolin-slider/slider-14.html) no-repeat center center;
  background-size: cover;
}

.owl-full-width .slider-bg-1 {
  background: url(../images/asbolin-slider/slider-4.html) no-repeat center center;
  background-size: cover;
}

.owl-full-width .slider-bg-2 {
  background: url(../images/asbolin-slider/slider-3.html) no-repeat center center;
  background-size: cover;
}

.owl-full-width .slider-bg-3 {
  background: url(../images/asbolin-slider/slider-1.jpg) no-repeat center center;
  background-size: cover;
}

.banner-carousel .banner-wrapper,
.banner-simple .banner-wrapper {
  height: 590px;
  position: relative;
}

.banner-carousel .banner-wrapper .banner-content,
.banner-simple .banner-wrapper .banner-content {
  position: absolute;
  top: 50%;
  left: 25%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 650px;
}

.banner-carousel .banner-wrapper .banner-content .title,
.banner-simple .banner-wrapper .banner-content .title {
  font-weight: 700;
	color: white;
    text-shadow:0px 0px 2px black
}

.banner-carousel .banner-wrapper .banner-content .title + .subtext,
.banner-simple .banner-wrapper .banner-content .title + .subtext {
  margin-top: 20px;
    color: azure;
    text-shadow: 1px 1px 5px black;
	
}

.banner-carousel .banner-wrapper .banner-content .subtext + .carousel-button,
.banner-simple .banner-wrapper .banner-content .subtext + .carousel-button {
  margin-top: 30px;
}

.banner-carousel .banner-wrapper .banner-content .carousel-button .button,
.banner-simple .banner-wrapper .banner-content .carousel-button .button {
  border-radius: 3px;
}

.banner-carousel .banner-wrapper .banner-content .carousel-button .button.primary-bg:hover,
.banner-simple .banner-wrapper .banner-content .carousel-button .button.primary-bg:hover {
  background: transparent;
}

.banner-carousel .banner-wrapper .banner-content .carousel-button .button + .button,
.banner-simple .banner-wrapper .banner-content .carousel-button .button + .button {
  margin-left: 20px;
}

.banner-simple .banner-wrapper .banner-content h6 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.banner-simple .banner-wrapper .section-half-thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.owl-full-width .banner-wrapper {
  height: 600px;
  position: relative;
}

.owl-full-width .banner-wrapper .banner-content {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

.owl-full-width .banner-wrapper .banner-content .section-heading {
  margin-bottom: 0;
}

.owl-full-width .banner-wrapper .banner-content .section-heading .title {
  font-size: 3.6rem;
}

.owl-full-width .banner-wrapper .banner-content .section-heading .subtext {
  font-size: 1.4rem;
  max-width: 550px;
  margin: 0 auto;
}

.owl-client .owl-buttons .owl-prev,
.owl-client .owl-buttons .owl-next,
.product-calousel .owl-buttons .owl-prev,
.product-calousel .owl-buttons .owl-next {
  height: 30px;
  width: 30px;
  margin-top: -15px;
  line-height: 30px;
  border-radius: 25px;
  background: #00aff0;
}

.owl-client .owl-buttons .owl-prev i.fa,
.owl-client .owl-buttons .owl-next i.fa,
.product-calousel .owl-buttons .owl-prev i.fa,
.product-calousel .owl-buttons .owl-next i.fa {
  font-size: 22px;
  line-height: 30px;
}

.owl-client .owl-buttons .owl-prev,
.product-calousel .owl-buttons .owl-prev {
  left: -45px;
}

.owl-client .owl-buttons .owl-next,
.product-calousel .owl-buttons .owl-next {
  right: -45px;
}

.testimonial-standard .owl-buttons .owl-prev,
.testimonial-standard .owl-buttons .owl-next,
.testimonial-classic .owl-buttons .owl-prev,
.testimonial-classic .owl-buttons .owl-next {
  margin-top: -11px;
  position: absolute;
  top: 50%;
}

.testimonial-standard .owl-buttons .owl-prev i.fa,
.testimonial-standard .owl-buttons .owl-next i.fa,
.testimonial-classic .owl-buttons .owl-prev i.fa,
.testimonial-classic .owl-buttons .owl-next i.fa {
  font-size: 22px;
  line-height: 22px;
}

.testimonial-standard .owl-buttons .owl-prev,
.testimonial-classic .owl-buttons .owl-prev {
  left: 0;
}

.testimonial-standard .owl-buttons .owl-next,
.testimonial-classic .owl-buttons .owl-next {
  right: 0;
}

@media (max-width: 1199px) {
  .banner-carousel .owl-buttons .owl-prev,
  .banner-carousel .owl-buttons .owl-next {
    height: 60px;
    width: 30px;
    margin-top: -30px;
    line-height: 60px;
  }
  .owl-client .owl-buttons .owl-prev,
  .owl-client .owl-buttons .owl-next,
  .product-calousel .owl-buttons .owl-prev,
  .product-calousel .owl-buttons .owl-next {
    height: 20px;
    width: 20px;
    margin-top: -10px;
    line-height: 20px;
  }
  .owl-client .owl-buttons .owl-prev i.fa,
  .owl-client .owl-buttons .owl-next i.fa,
  .product-calousel .owl-buttons .owl-prev i.fa,
  .product-calousel .owl-buttons .owl-next i.fa {
    font-size: 14px;
    line-height: 20px;
  }
  .owl-client .owl-buttons .owl-prev,
  .product-calousel .owl-buttons .owl-prev {
    left: -10px;
  }
  .owl-client .owl-buttons .owl-next,
  .product-calousel .owl-buttons .owl-next {
    right: -10px;
  }
}

@media (max-width: 991px) {
  .banner-carousel .banner-wrapper {
    height: 550px;
  }
  .banner-carousel .banner-wrapper .banner-content {
    padding: 0 20px;
  }
  .owl-full-grid .owl-buttons .owl-prev,
  .owl-full-grid .owl-buttons .owl-next {
    height: 60px;
    width: 30px;
    margin-top: -30px;
    line-height: 60px;
  }
  .owl-full-width .banner-wrapper {
    height: 450px;
  }
  .owl-full-width .banner-wrapper .banner-content {
    top: 25%;
    padding: 0 30px;
  }
  .owl-full-width .owl-buttons .owl-prev,
  .owl-full-width .owl-buttons .owl-next {
    height: 60px;
    width: 30px;
    margin-top: -30px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .owl-client .owl-buttons .owl-prev,
  .product-calousel .owl-buttons .owl-prev {
    left: 0px;
  }
  .owl-client .owl-buttons .owl-next,
  .product-calousel .owl-buttons .owl-next {
    right: 0px;
  }
}

@media (max-width: 579px) {
  .banner-carousel .banner-wrapper .banner-content .title br {
    display: none;
    visibility: hidden;
  }
  .banner-carousel .owl-buttons .owl-prev,
  .banner-carousel .owl-buttons .owl-next {
    height: 50px;
    width: 25px;
    margin-top: -25px;
    line-height: 50px;
  }
  .owl-full-width .banner-wrapper {
    height: 350px;
  }
  .owl-full-width .owl-buttons .owl-prev,
  .owl-full-width .owl-buttons .owl-next {
    height: 50px;
    width: 25px;
    margin-top: -25px;
    line-height: 50px;
  }
}

@media (max-width: 499px) {
  .banner-carousel .banner-wrapper,
  .banner-simple .banner-wrapper {
    height: 550px;
  }
  .banner-carousel .banner-wrapper .banner-content,
  .banner-simple .banner-wrapper .banner-content {
    padding: 0 20px;
  }
  .banner-carousel .banner-wrapper .banner-content .title,
  .banner-simple .banner-wrapper .banner-content .title {
    font-size: 3.8rem;
  }
  .banner-carousel .banner-wrapper .banner-content .carousel-button .button,
  .banner-simple .banner-wrapper .banner-content .carousel-button .button {
    margin-right: 0px;
    margin-left: 0;
  }
  .banner-carousel .banner-wrapper .banner-content .carousel-button .button + .button,
  .banner-simple .banner-wrapper .banner-content .carousel-button .button + .button {
    margin-left: 0;
    margin-top: 10px;
  }
  .owl-full-grid .owl-buttons .owl-prev,
  .owl-full-grid .owl-buttons .owl-next,
  .owl-half-grid .owl-buttons .owl-prev,
  .owl-half-grid .owl-buttons .owl-next {
    height: 50px;
    width: 25px;
    margin-top: -25px;
    line-height: 50px;
  }
}

@media (max-width: 359px) {
  .banner-carousel .banner-wrapper,
  .banner-simple .banner-wrapper {
    height: 600px;
  }
}

/*-----------------------------------------------
	24.0 Countdown
------------------------------------------------*/
.countdown-area-bg {
  background: url(../images/template/countdown-area-bg.jpg) no-repeat center center;
  background-size: cover;
}

.countdown-area.countdown-area-bg .section-heading {
  color: #ffffff;
  margin-bottom: 0;
}

.countdown-area.countdown-area-bg .section-heading .title:before {
  background: #ffffff;
}

.countdown {
  text-align: center;
}

.countdown .countdown-time {
  position: relative;
  display: inline-block;
}

.countdown .countdown-time:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00aff0;
  z-index: -1;
}

.countdown .countdown-time .section_count {
  border: 1px solid #00aff0;
  border-radius: 3px;
  width: 120px;
  height: 120px;
  display: inline-block;
  background: #ffffff;
  position: relative;
}

.countdown .countdown-time .section_count .tcount {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  color: #00aff0;
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.countdown .countdown-time .section_count .text {
  font-size: 2.2rem;
  position: absolute;
  top: 63%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.countdown .countdown-time .section_count + .section_count {
  margin-left: 40px;
}

.countdown.round-countdown .countdown-time:after {
  width: 0;
  height: 0;
}

.countdown.round-countdown .countdown-time .section_count {
  border: 0;
  border-radius: 50%;
}

.countdown .countdown-3:after {
  width: 0;
  height: 0;
}

.countdown .countdown-3 .section_count {
  border-radius: 50%;
  display: block;
}

.countdown .countdown-3 .section_count .section_count_data {
  position: relative;
  display: inline-block;
  height: 170px;
  width: 170px;
  border: 4px solid #e5f7fd;
  border-radius: 50%;
}

.countdown .countdown-3 .section_count .section_count_data .count-data {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.countdown .countdown-3 .section_count .section_count_data .count-data span {
  display: block;
}

.countdown .countdown-3 .section_count .section_count_data .count-data .tcount {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #00aff0;
}

.countdown .countdown-3 .section_count .section_count_data .count-data .text {
  line-height: 1.2;
  font-size: 2.2rem;
}

.countdown .countdown-3 .section_count .section_count_data svg {
  position: relative;
  top: -4px;
  left: -4px;
  border-radius: 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.countdown .countdown-3 .section_count .section_count_data svg circle {
  stroke-dasharray: 521.504380 521.504380;
  stroke-dashoffset: 521.504380;
  stroke: #00aff0;
}

@media (max-width: 1199px) {
  .countdown.round-countdown .countdown-time .section_count {
    width: 100px;
    height: 100px;
  }
  .countdown.round-countdown .countdown-time .section_count .tcount {
    font-size: 2.8rem;
    top: 37%;
  }
  .countdown.round-countdown .countdown-time .section_count .text {
    font-size: 1.8rem;
    top: 63%;
  }
  .countdown.round-countdown .countdown-time .section_count + .section_count {
    margin-left: 20px;
  }
  .countdown-area.countdown-area-bg .section-heading {
    text-align: center;
    margin-bottom: 40px;
  }
  .countdown-area.countdown-area-bg .section-heading .title:before {
    left: 50%;
    margin-left: -50px;
  }
  .countdown-area.countdown-area-bg .section-heading .title:before {
    background: #ffffff;
  }
}

@media (max-width: 639px) {
  .countdown.countdown-default .countdown-time .section_count {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 559px) {
  .countdown.countdown-default .countdown-time {
    text-align: center;
    margin-bottom: -30px;
  }
  .countdown.countdown-default .countdown-time:after {
    height: 0;
    width: 0;
  }
  .countdown.countdown-default .countdown-time .section_count {
    float: left;
    margin: 0 15px 30px;
  }
}

@media (mwx-width: 499px) {
  .countdown .countdown-time .section_count {
    margin: 0 10px !important;
  }
  .countdown .countdown-time .section_count + .section_count {
    margin-left: 0;
  }
}

/*-----------------------------------------------
	25.0 Image Content
------------------------------------------------*/
.download-bg {
  background: url(../images/template/download-bg.jpg) no-repeat center center;
  background-size: cover;
}

.image-content .button {
  margin-top: 22px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.image-content .buttons .button + .button {
  margin-left: 10px;
}

.image-content .image-content-list {
  margin-top: 28px;
}

.image-content .image-content-list li span {
  margin-right: 8px;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #00aff0;
}

.image-content .image-content-list li + li {
  margin-top: 5px;
}

.image-content .section-heading {
  margin-bottom: 0;
}

.image-content-1 {
  margin-top: 70px;
}

.image-content-3 {
  margin-top: 40px;
}

.image-content-bg {
  background: url(../images/template/image-content-bg.jpg) no-repeat center center;
  background-size: cover;
}

.image-content-half {
  float: left;
  width: 50%;
}

.image-content-half .image-content-wrapper {
  padding: 0 60px;
  max-width: 620px;
  margin-top: 40px;
}

.image-content-half .image-content-wrapper .section-heading {
  margin-bottom: 45px;
}

.section-half-thumb img {
  max-height: 500px;
  margin: 0 auto;
}

.full-grid-thumb {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .image-content-1 {
    margin-top: 30px;
  }
  .image-content-3 {
    margin-top: 0px;
  }
  .image-content-half .image-content-wrapper {
    margin-top: 10px;
    padding: 0 15px;
  }
  .image-content-half .image-content-wrapper .section-heading {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .image-content-1 {
    margin-top: 0px;
  }
  .image-content-half {
    width: 100%;
  }
  .image-content-half .image-content-wrapper {
    padding: 60px;
    margin: 0;
    max-width: none;
  }
  .image-content-half .image-content-wrapper .section-heading {
    margin-bottom: 25px;
  }
  .section-half-thumb img {
    margin: 0 auto 30px;
  }
}

@media (max-width: 767px) {
  .image-content-half {
    float: none;
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 40px 0;
  }
  .image-content-half .image-content-wrapper {
    padding: 0;
    max-width: 100%;
  }
  .image-content-half .image-content-wrapper .section-heading {
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .image-content .buttons {
    margin-top: 30px;
  }
  .image-content .buttons .button + .button {
    margin-left: auto;
    margin-top: 10px;
  }
  .image-content .buttons .button {
    display: table;
    margin: 0 auto;
  }
}

/*-----------------------------------------------
	26.0 Image Gallery
------------------------------------------------*/
.gallery-default .grid-item {
  float: left;
  width: calc(20% - 10px);
  margin: 5px;
}

.gallery-default .grid-item--width2 {
  width: calc(40% - 10px);
}

.no-gap .grid-item {
  float: left;
  width: 20%;
}

.collum-3 .grid-item {
  width: calc(33% - 30px);
  margin: 0 15px 30px;
}

.collum-4 .grid-item {
  width: calc(25% - 30px);
  margin: 0 15px 30px;
}

.collum-5 .grid-item {
  width: calc(20% - 20px);
  margin: 0 10px 20px;
}

.masonary .grid-item {
  width: 20%;
}

.collum-2 .grid-item {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
}

.grid-item {
  position: relative;
}

.grid-item:hover .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  background: rgba(0, 175, 240, 0.8);
}

.grid-item:hover .overlay i.fa {
  font-size: 1.4rem;
}

.grid-item a {
  display: block;
  outline: none;
}

.grid-item a .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  border-radius: 50%;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: rgba(0, 175, 240, 0);
}

.grid-item a .overlay i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 0;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.collum-3 .grid-item:hover a .overlay i.fa,
.collum-2 .grid-item:hover a .overlay i.fa {
  font-size: 18px;
}

.iso-nav {
  text-align: center;
  margin-bottom: 30px;
}

.iso-nav .btn {
  padding: 3px 15px;
  background: transparent;
  border: 1px solid #00aff0;
  border-radius: 3px;
}

.iso-nav .btn + .btn {
  margin-left: 15px;
}

.iso-nav .btn.active {
  background: #00aff0;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.iso-right-nav {
  position: relative;
}

.iso-right-nav .iso-nav {
  position: absolute;
  top: -83px;
  right: 30px;
}

@media (max-width: 991px) {
  .collum-3 .grid-item {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
  .collum-4 .grid-item {
    width: calc(33% - 30px);
    margin: 0 15px 30px;
  }
  .collum-5 .grid-item {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
  }
  .gallery-default .grid-item {
    width: calc(25% - 10px);
    margin: 5px;
  }
  .gallery-default .grid-item--width2 {
    width: calc(50% - 10px);
  }
  .no-gap .grid-item {
    float: left;
    width: 25%;
  }
  .masonary .grid-item {
    width: 25%;
  }
  .iso-right-nav {
    position: relative;
  }
  .iso-right-nav .iso-nav {
    position: static;
    top: auto;
    right: auto;
    text-align: left;
    margin-left: 15px;
  }
}

@media (max-width: 639px) {
  .collum-3 .grid-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .collum-4 .grid-item {
    width: calc(33% - 20px);
    margin: 0 10px 20px;
  }
  .collum-5 .grid-item {
    width: calc(33% - 20px);
    margin: 0 10px 20px;
  }
  .gallery-default .grid-item {
    width: calc(33% - 10px);
    margin: 5px;
  }
  .gallery-default .grid-item--width2 {
    width: calc(66% - 10px);
  }
  .no-gap .grid-item {
    float: left;
    width: 33%;
  }
  .masonary .grid-item {
    width: 33%;
  }
}

@media (max-width: 579px) {
  .collum-3 .grid-item {
    width: calc(50% - 30px);
    margin: 0 15px 20px;
  }
  .collum-4 .grid-item {
    width: calc(50% - 30px);
    margin: 0 15px 20px;
  }
  .collum-5 .grid-item {
    width: calc(50% - 30px);
    margin: 0 15px 20px;
  }
  .gallery-default .grid-item {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .gallery-default .grid-item--width2 {
    width: calc(100% - 10px);
  }
  .no-gap .grid-item {
    float: left;
    width: 50%;
  }
  .masonary .grid-item {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .iso-nav button {
    margin-bottom: 10px;
  }
}

@media (max-width: 439px) {
  .collum-2 .grid-item {
    width: calc(100% - 30px);
    margin: 0 15px 15px;
  }
  .collum-3 .grid-item {
    width: calc(100% - 30px);
    margin: 0 15px 15px;
  }
  .collum-4 .grid-item {
    width: calc(100% - 30px);
    margin: 0 15px 15px;
  }
  .collum-5 .grid-item {
    width: calc(100% - 30px);
    margin: 0 15px 20px;
  }
  .gallery-default .grid-item {
    width: calc(100% - 0px);
    margin: 0 0 10px;
  }
  .gallery-default .grid-item--width2 {
    width: calc(100% - 0);
  }
  .no-gap .grid-item {
    float: left;
    width: 100%;
  }
  .masonary .grid-item {
    width: 100%;
  }
}

/*-----------------------------------------------
	27.0 Contact
------------------------------------------------*/
.contact-bg {
  background: url(../images/template/contact-bg.jpg) no-repeat center center;
  background-size: cover;
}

.contact-bg .contact {
  background: rgba(0, 0, 0, 0.6);
}

.contact-bg .contact .section-heading {
  color: #ffffff;
}

.contact-bg .contact .contact-form .form-control {
  border: 1px solid rgba(231, 231, 231, 0.33);
  color: rgba(231, 231, 231, 0.33);
}

.contact-bg .contact .contact-form .form-control::-webkit-input-placeholder {
  color: rgba(231, 231, 231, 0.33);
}

.contact-bg .contact .contact-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(231, 231, 231, 0.33);
}

.contact-bg .contact .contact-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(231, 231, 231, 0.33);
}

.contact-bg .contact .contact-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(231, 231, 231, 0.33);
}

.address-box {
  border: 1px solid rgba(0, 175, 240, 0.2);
  border-radius: 3px;
  padding: 60px 30px;
  margin-bottom: 30px;
  text-align: center;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.address-box:hover {
  border: 1px solid #00aff0;
}

.address-box span {
  font-size: 3.6rem;
  color: #00aff0;
}

.address-box span + .address-title {
  margin-top: 18px;
}

.address-box .address-title {
  margin-bottom: 7px;
}

.address-box .contact-by + .contact-by {
  margin-top: -10px;
}

.google-map {
  height: 400px;
}

.half-map .google-map {
  height: 300px;
}

.contact-form .form-control {
  border: 1px solid rgba(38, 38, 38, 0.33);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0 25px;
  color: rgba(38, 38, 38, 0.33);
  background: transparent;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.contact-form .form-control:focus {
  border: 1px solid #00aff0;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: rgba(38, 38, 38, 0.33);
}

.contact-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(38, 38, 38, 0.33);
}

.contact-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(38, 38, 38, 0.33);
}

.contact-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(38, 38, 38, 0.33);
}

.contact-form textarea.form-control {
  height: 82px;
  padding: 5px 25px;
}

.contact-form .button {
  border-radius: 3px;
}

.call-back-form-contaner-bg {
  background: url(../images/template/call-back-form-bg.jpg) no-repeat center center;
  background-size: cover;
}

.call-back-form-contaner-bg-2 {
  background: url(../images/template/call-back-form-bg-2.jpg) no-repeat center center;
  background-size: cover;
}

.call-back-form .form-group {
  width: 33%;
  display: inline-block;
}

.call-back-form .form-group .form-control {
  width: 97%;
  height: 45px;
  border: 1px solid #00aff0;
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000000;
  padding: 0 20px;
}

.call-back-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

.call-back-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

.call-back-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

.call-back-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

.call-back-form .form-group select {
  height: 45px;
  width: 97%;
  padding: 0 20px;
  background: transparent;
  outline: none;
  color: #000000;
  border: 1px solid #00aff0;
}

.call-back-form .form-group select option {
  color: #000000;
}

.call-back-form .button-lg {
  padding: 12px 45px;
}

.call-back-form .button-lg:hover {
  background: #ffffff;
  color: #e7e7e7;
}

.primary-bg .call-back-form .form-group .form-control {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.primary-bg .call-back-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}

.primary-bg .call-back-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.primary-bg .call-back-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

.primary-bg .call-back-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.primary-bg .call-back-form .form-group select {
  height: 45px;
  width: 97%;
  padding: 0 20px;
  background: transparent;
  outline: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.primary-bg .call-back-form .form-group select option {
  color: #000000;
}

.primary-bg .call-back-form .button {
  padding: 5px 45px;
  font-size: 1.8rem;
  background: #ffffff;
  color: #00aff0;
  border: 1px solid #ffffff;
}

.primary-bg .call-back-form .button:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.input-success, .input-error {
  border-radius: 3px;
  color: #ffffff;
  padding: 5px 15px !important;
  margin-bottom: 0;
  display: none;
}

.input-success {
  background-color: #27ae60;
}

.input-error {
  background-color: #e74c3c;
}

.newsletter-success, .input-error {
  color: #ffffff;
  margin-bottom: 0;
  display: none;
}

@media (max-width: 991px) {
  .address-box {
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  .address-box {
    float: left;
    width: calc(33% - 10px);
    margin: 0 5px 30px;
  }
  .call-back-form .form-group {
    width: 49%;
    min-width: 300px;
  }
  .call-back-form button {
    display: block;
  }
}

@media (max-width: 633px) {
  .call-back-form .form-group {
    width: 100%;
  }
}

@media (max-width: 579px) {
  .address-box {
    float: left;
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}

@media (max-width: 459px) {
  .address-box {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

/*-----------------------------------------------
	28.0 Footer 
------------------------------------------------*/
.footer-widget-wrapper .widget-content .widget-logo {
  margin-bottom: 20px;
}

.footer-widget-wrapper .widget-content .widget-body .social-link ul li {
  display: inline;
}

.footer-widget-wrapper .widget-content .widget-body .social-link ul li a {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #e7e7e7;
  text-align: center;
}

.footer-widget-wrapper .widget-content .widget-body .social-link ul li a:hover {
  background: #00aff0;
}

.footer-widget-wrapper .widget-content .widget-body .social-link ul li a:hover i.fa {
  color: #ffffff;
}

.footer-widget-wrapper .widget-content .widget-body .social-link ul li a i.fa {
  color: #00aff0;
  line-height: 30px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.footer-widget-wrapper .widget-content .widget-body .social-link ul li + li {
  margin-left: 5px;
}

.footer-widget-wrapper .widget .widget-title {
  margin-bottom: 7px;
  background: transparent;
  padding: 0;
}

.footer-widget-wrapper .widget .widget-title h6 {
  font-weight: 700;
}

.footer-widget-wrapper .widget .widget-body ul li a {
  color: #000000;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.footer-widget-wrapper .widget .widget-body ul li a:hover {
  color: #00aff0;
}

.footer-widget-wrapper .widget .widget-body .popular-post {
  font-size: 1.2rem;
  line-height: 1.8;
}

.footer-widget-wrapper .widget .widget-body .popular-post p.popular-title {
  margin-bottom: 0;
}

.footer-widget-wrapper .widget .widget-body .popular-post p.popular-title a {
  color: #000000;
}

.footer-widget-wrapper .widget .widget-body .popular-post .post-meta {
  background: #00aff0;
  display: inline-block;
  padding: 0 15px;
  color: #ffffff;
  margin-top: 5px;
}

.footer-widget-wrapper .widget .widget-body .popular-post + .popular-post {
  margin-top: 10px;
}

.footer-widget-wrapper .widget .widget-body form .form-control {
  border: 1px solid #00aff0;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #262626;
}

.footer-widget-wrapper .widget .widget-body form .form-control::-webkit-input-placeholder {
  color: #262626;
}

.footer-widget-wrapper .widget .widget-body form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #262626;
}

.footer-widget-wrapper .widget .widget-body form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #262626;
}

.footer-widget-wrapper .widget .widget-body form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #262626;
}

.footer-widget-wrapper .widget .widget-body form .button {
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.footer-widget-wrapper .contact-widget .widget-body .widget-contact-item .contact-icon {
  width: 20px;
  float: left;
}

.footer-widget-wrapper .contact-widget .widget-body .widget-contact-item .contact-info {
  width: calc(100% - 20px);
  float: left;
}

.footer-widget-wrapper .social-widget .social-link ul li {
  display: inline;
}

.footer-widget-wrapper .social-widget .social-link ul li a {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #e7e7e7;
  text-align: center;
}

.footer-widget-wrapper .social-widget .social-link ul li a:hover {
  background: #00aff0;
}

.footer-widget-wrapper .social-widget .social-link ul li a:hover i.fa {
  color: #ffffff;
}

.footer-widget-wrapper .social-widget .social-link ul li a i.fa {
  color: #00aff0;
  line-height: 30px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.footer-widget-wrapper .social-widget .social-link ul li + li {
  margin-left: 5px;
}

.footer-widget-wrapper .payment-widget .widget-body .payments a {
  color: #262626;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.footer-widget-wrapper .payment-widget .widget-body .payments a:hover {
  color: #00aff0;
}

.footer-copyright {
  padding: 25px 0;
  /*background: #00aff0;*/
	background: #0a86df;
  color: #ffffff;
}

.footer-copyright a {
  color: #ffffff;
}

.footer-copyright ul li {
  display: inline;
  margin-left: 30px;
}

@media (max-width: 991px) {
  .footer-widget-popular {
    margin-top: 30px;
  }
  .widget-subscribe {
    margin-top: 30px;
  }
  .widget-2n1,
  .widget-2n2 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .footer-copyright {
    text-align: center;
  }
  .privacy {
    text-align: center !important;
  }
  .privacy ul li {
    margin: 0 8px;
  }
}

@media (max-width: 539px) {
  .footer-widget-wrapper .col-xs-6 {
    width: 100%;
  }
  .footer-widget-wrapper .widget-link {
    margin-top: 30px;
  }
  .footer-widget-wrapper .widget-2n {
    margin-top: 30px;
  }
}