
/**
*****************************************
@File: SPIN-SEO-Responsive-HTML5-SEO-Template.

Author: TheMazine

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below>>>>>
******************************************
|index page styles|

* PRELOADER Styles.
* GLOBAL STYLE & PREFEX Styles.
* Menu Styles.
* Search and cart Styles.
* Banner Styles.
* We are Spin SEO Styles.
* Grow Your Business Styles.
* Our Service Styles.
* Dashboard Statics Styles.
* Case Study Styles.
* Pricining Table Styles.
* Testimonial Styles.
* Latest News Styles.
* Partner Logo Styles.
* FOOTER Styles.

|Single Pages Styles|


* Inner Banner Styles.
* About Us styles.
* Oure Expert team Styles.
* Gallery Styles.
* Error page Styles.
* FAQ page Tab Content Styles.
* Project Styles.
* Contact Us Styles.
* Single Project Page Styles.
* Blog Page Styles.
* Sidebar Style Styles.
* Single blog Styles.

*****************************************
**/



/**

* Importing Styles.

**/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,300italic,300,600,600italic,700,700italic,800,800italic');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,300,600,700');

/*----bootstrap css ----- */
@import url('../bootstrap/bootstrap.css');
/*----font awesome -------*/
@import url('../../fonts/font-awesome/css/font-awesome.min.css');
/*-----flaticon ----------*/
@import url('../../fonts/icon/font/flaticon.css');

/*----revolution-slider---*/
@import url('../../vendor/revolution/settings.css');
@import url('../../vendor/revolution/layers.css');
@import url('../../vendor/revolution/navigation.css');
/*----owl-carousel css----*/
@import url('../../vendor/owl-carousel/owl.carousel.css');
@import url('../../vendor/owl-carousel/owl.theme.css');
/*-------fancy box --------*/
@import url('../../vendor/fancy-box/jquery.fancybox.css');






/*
===================== Preloader===================
                                                  */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    overflow: hidden;
}
#loader {
    display: block;
    background : url(../../images/pre.gif) no-repeat center;
    position: relative;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    overflow: hidden;
}



/*______________________ GLOBAL STYLE & PREFEX ___________________*/

 @font-face {
  font-family: 'font-awesome';
  src: url('../../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
 }

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color:#a19f9f;
  margin:0;
  padding: 0;
	overflow-x:hidden !important;
}

h1,h2,h3,h4,h5,h6,p,ul {
  margin:0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color:#292a2e;
}
h1 { font-size: 40px;}
h2 { font-size: 36px;}
h3 { font-size: 30px;}
h4 { font-size: 24px;}
h5 { font-size: 20px;}
h6 { font-size: 18px;}

a {
  text-decoration: none;
  display: inline-block;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
.font_fix {
   font-family: 'Josefin Sans', sans-serif;
   font-weight: 700;
}
ul {
  list-style-type: none;
}
p {
  line-height: 26px;
}
button {
  border:none;
  outline: none;
  box-shadow: none;
  padding: 0;
  background: transparent;
}
input,textarea {
  outline: none;
  box-shadow: none;
}
.clear_fix {
  clear:both;
}
.clear_fix:after {
  display: table;
  clear:both;
  content: '';
}
.p_color {
  color:#e41b23;
}
.p_color_bg {
  background: #e41b23;
}
.main_title p {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  color:#b0b0b0;
}
.main_title {
  text-align: center;
}
.main_title h2 {
  text-transform: uppercase;
}
.main_title h2 span {
  color:#e41b23;
}
.tran3s {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.float_left {
  float:left;
}
.float_right {
  float:right;
}
.border_round {
   border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}

.form-validation label.error {
  display: none !important;
}
.form-validation input.error,
.form-validation textarea.error {
  border:1px solid #f03838 !important;
}
/*================================== Menu ==================================*/
header {
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 0 13px 0;
  margin-bottom: -79px;
  position: relative;
  z-index: 9;
}
header .logo {
  margin-top:9px;
}
header nav.navbar-default {
  background-color: transparent;
  border:none;
  margin:0;
}
header nav.navbar-default .nav {
  padding-right: 5px;
}
header nav.navbar-default .nav>li {
  position: relative;
}
header nav.navbar-default .nav>li .fa {
  display: none;
}
header nav.navbar-default .nav>li a {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color:#242728;
  padding: 15px 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav.navbar-default .nav>li a:hover,
header nav.navbar-default .nav>li a:focus {
  color:#00cbd8;
}
header nav.navbar-default .nav>li .sub_menu {
  position: absolute;
  width:230px;
  top: 93px;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header nav.navbar-default .nav>li .sub_menu:before {
  content: '';
  width:100%;
  height:200px;
  position: absolute;
  top:-200px;
  left:0;
  z-index: -1;
  background: transparent;
}
header nav.navbar-default .nav>li .sub_menu li a {
  border-bottom: 1px solid #e9e9e9;
  width:100%;
  font-size: 14px;
}
header nav.navbar-default .nav>li .sub_menu li:last-child a {
  border:none;
}
header nav.navbar-default .nav>li:hover .sub_menu {
  opacity: 1;
  visibility: visible;
  top:64px;
}
@keyframes menu_sticky {
    0%   {margin-top:-100px;}
    50%  {margin-top: -90px;}
    100% {margin-top: 0;}
}
header.fixed {
  margin-bottom: 0;
  position: fixed;
  border-bottom: none;
  width:100%;
  top:0;
  left:0;
  z-index: 999999;
  background: rgba(255,255,255,0.9);
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
  -webkit-box-shadow: 0px 13px 20px -12px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 13px 20px -12px rgba(0,0,0,0.10);
  box-shadow: 0px 13px 20px -12px rgba(0,0,0,0.10);
}
header.fixed .nav>li .sub_menu {
  -webkit-box-shadow: 0px 13px 20px -12px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 13px 20px -12px rgba(0,0,0,0.10);
  box-shadow: 0px 13px 20px -12px rgba(0,0,0,0.10);
}
header.fixed nav.navbar-default .nav>li:hover .sub_menu {
    top:62px;
}
/*========================= Search and cart =========================*/
header .search_option {
  position: relative;
}
header .search_option .search {
  color:#292a2e;
  font-size: 16px;
  margin-top:15px;
}
header .search_option .search:hover,
header .search_option .search:focus {
  color:#00cbd8;
}

header .search_option form.dropdown-menu {
  position: absolute;
  height:55px;
  width:280px;
  padding: 5px;
  border-radius: 0;
  right: 0;
  left:auto;
  top: 64px;
  font-size: 15px;
  box-shadow: none;
  border:none;
  float:none;
  margin:0;
  background: #fff;
}
header.fixed .search_option form.dropdown-menu {
  top:63px;
}
header .search_option form input {
  width:100%;
  height:100%;
  background: transparent;
  border:1px solid #ececec;
  padding: 0 49px 0 10px;
}
header .search_option form button {
  display: block;
  width:48px;
  background: #00cbd8;
  color:#fff;
  border:1px solid #fff;
  border-left:none;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top:4px;
  right:5px;
}

/*===================================== Banner ==============================*/

#banner h1 {
  line-height: 48px;
  text-transform: uppercase;
}
#banner h1 span {
  font-weight: 300;
  font-size: 42px;
  text-transform: capitalize;
}
#banner p {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color:#7d7d7d;
}
#banner a {
  font-size: 13px;
  color:#fff;
  text-transform: uppercase;
  display: block;
  border-radius: 3px !important;
  line-height: 43px;
  border:1px solid transparent;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
#banner a.learn_more {
  width:120px;
}
#banner a.contact_now {
  width:140px;
  background: #3c3b3b;
}
#banner a.learn_more:hover {
  background: transparent;
  border:1px solid #e41b23 !important;
  color:#e41b23;
}
#banner a.contact_now:hover {
  background:#e41b23;
  border:1px solid #e41b23 !important;
  border-radius: 3px !important;
}
/*================================== Cloud ==========================*/
.cloud {
  position: relative;
  z-index: 9;
  margin-top: -84px;
  margin-bottom: 12px;
}


/*================================= We are Spin SEO ===================*/
.we_are_spin {
  position: relative;
}
.we_are_spin:before {
  content: url(../../images/home/dot-line.png);
  position: absolute;
  top:21%;
  left:0;
}
.we_are_spin .single_info {
  text-align: center;
  margin-top:80px;
}
.we_are_spin .single_info.info1 {
  padding: 0 46px 0 0;
}
.we_are_spin .single_info.info2 {
  padding: 0 30px 0 32px;
}
.we_are_spin .single_info.info3 {
  padding: 0 0 0 53px; 
}
.we_are_spin .single_info .icon {
  width:125px;
  height:125px;
  background: #fff;
  border:1px solid #f6f6f6;
  margin:0 auto;
  position: relative;
  padding-top: 36px;
}
.we_are_spin .single_info .icon img {
  display: block;
  margin:0 auto;
}
.we_are_spin .single_info .icon:before,
.we_are_spin .single_info .icon:after {
  content: '';
  border:1px solid #f6f6f6;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.we_are_spin .single_info .icon:before {
  width:calc(100% - 12px);
  height:calc(100% - 12px);
  top:6px;
  left:6px;
}

.we_are_spin .single_info .icon:after {
  width:calc(100% - 24px);
  height:calc(100% - 24px);
  top:12px;
  left:12px;
}
.we_are_spin .single_info .title {
  margin:36px 0 4px 0;
}
.we_are_spin .single_info .title span {
  font-size: 48px;
  position: relative;
  z-index: -1;
  color:#f5f5f5;
  display: block;
  margin-top:-45px;
}

.we_are_spin .single_info a {
  text-transform: uppercase;
  font-size: 13px;
  color:#292a2e;
  padding-bottom: 7px;
  border-bottom: 2px solid #00cbd8;
  margin-top:31px;
}
.we_are_spin .single_info:hover a {
  color:#00cbd8;
}
.we_are_spin .single_info:hover .icon,
.we_are_spin .single_info:hover .icon:before,
.we_are_spin .single_info:hover .icon:after {
  border: 1px solid #00cbd8;
}

/*============================== Grow Your Business =========================*/
.grow_business {
 margin:155px 0 130px 0;
}
.grow_business .text h3 {
  text-transform: uppercase;
}
.grow_business .img_holder img {
  border-radius: 5px;
}
.grow_business .text>p {
  font-weight: 300;
  color:#727272;
  font-size: 16px;
  margin: 23px 0 30px 0;
}
.grow_business .text .our_skills .single_progress_skills p {
  font-size: 13px;
  text-transform: uppercase;
  color:#676767;
  margin-bottom: 6px;
}
.grow_business .text .progress {
  background: transparent;
  border:none;
  box-shadow: none;
  border-radius: 6px;
  height:10px;
  overflow: visible;
  margin-bottom: 18px;
}
.grow_business .text .progress .progress-bar {
  box-shadow: none;
  border-radius: 6px;
  overflow: visible;
  color:#292a2e;
  position: relative;
  display: block;
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
.grow_business .text .progress .progress-bar span {
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  top:-5px;
  right: -45px;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}

/*============================ Our Service =============================*/
.our_service {
  background: #fafafa;
  padding: 108px 0;
}
.our_service .row {
  padding-top: 58px;
}
.our_service .service_single_item {
  text-align: center;
  padding: 44px 40px 50px 40px;
  background: #fff;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(158,158,158,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(158,158,158,0.1);
  box-shadow: 0px 0px 10px 0px rgba(158,158,158,0.1);
}
.our_service .service_single_item .icon {
  width:85px;
  height:85px;
  border:2px solid #fff;
  margin:0 auto;
}
.our_service .service_single_item .icon .ficon:before {
  font-size: 30px;
  line-height: 85px;
  text-align: center;
  color:#fff;
}
.our_service .service_single_item .icon2 {
  background: #cd5bee;
}
.our_service .service_single_item .icon3 {
  background: #4dce38;
}
.our_service .service_single_item .icon4 {
  background: #fe5c5c;
}
.our_service .service_single_item .icon5 {
  background: #f7c61e;
}
.our_service .service_single_item h4 {
  margin: 18px 0 19px 0;
}
.our_service .service_single_item:hover {
  background: #e41b23;
}
.our_service .service_single_item:hover p,
.our_service .service_single_item:hover h4 {
  color:#fff;
}

/*=================================== Dashboard Statics ========================*/
.dashboard {
  margin-top:62px;
  margin-bottom: 66px;
}
.dashboard .img_holder {
  padding-left: 44px;
}
.dashboard .dashboard_panel>h3 {
  text-transform: uppercase;
  margin-top: 103px;
}
.dashboard .dashboard_panel>p {
  margin: 20px 0 26px 0;
}
.dashboard .dashboard_panel>p span {
  font-weight: 600;
}
.dashboard .dashboard_panel .panel-heading a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color:#292a2e;
  line-height: 28px;
}
.dashboard #accordion {
  padding-left: 60px;
  position: relative;
}
.dashboard #accordion:before {
  content: '';
  width:1px;
  height:77%;
  background: #ededed;
  position: absolute;
  top: 60px;
  left: 25px;
  overflow: hidden;
}
.dashboard .panel {
  box-shadow: none;
  border:none;
}
.dashboard .panel-group .panel-heading + .panel-collapse > .panel-body,
.dashboard .panel-group .panel-heading + .panel-collapse > .list-group {
  border:none;
}
.dashboard .panel-group .panel-heading + .panel-collapse > .panel-body {
  padding: 6px 0 10px 15px;
}
.dashboard .panel-group .panel-heading {
  position: relative;
  padding: 12px 15px;
}
.dashboard .panel-group .panel-heading .icon {
  width:50px;
  height:50px;
  background: #fff;
  border:1px solid #ededed;
  position: absolute;
  left:-60px;
  top:15px;
  text-align: center;
}
.dashboard .panel-group .panel-heading .icon .ficon:before {
  line-height: 50px;
  text-align: center;
  color:#e41b23;
  font-size: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dashboard .panel-group .panel-heading.active-panel .icon {
  background: #e41b23;
  border:1px solid #e41b23;
}
.dashboard .panel-group .panel-heading.active-panel .icon .ficon:before {
  color:#fff;
}
/*============================ Case Study =========================*/

.case_study {
  background: url(../../images/home/sfondopeople.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  height: 1150px;
}
.case_study .overlay {
  background:rgba(0,197,220,0.3);
  width:100%;
  height:100%;
  padding: 104px 0 0 0;
}
.case_study .overlay .main_title p,
.case_study .overlay .main_title h2 {
  color:#fff;
}
.case_study .overlay .row {
  margin:75px -5px 0 -5px;
}
.case_study .overlay [class^='col-'] {
  padding-left: 5px ;
  padding-right: 5px;
}
.case_study .single_study {
  margin-bottom: 40px;
}
.case_study .single_study .img_holder {
  position: relative;
}
.case_study .single_study .img_holder .opacity {
  position: absolute;
  width:100%;
  height: 100%;
  top:0;
  left:0;
  background:rgba(242,242,242,0.95);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  -webkit-transform:scale(0.7);
  -moz-transform:scale(0.7);
  -ms-transform:scale(0.7);
  -o-transform:scale(0.7);
}
.case_study .single_study:hover .opacity {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
}
.case_study .single_study .img_holder .opacity span {
  display: table;
  width:100%;
  height:100%;
  text-align: center;
}
.case_study .single_study .img_holder .opacity span a {
  display: table-cell;
  vertical-align: middle;
}
.case_study .single_study .img_holder .opacity span a i {
  display: block;
  font-size: 60px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin:0 auto;
  color:#00cbd8;
}
.case_study .single_study .heading {
  background:#fff;
  text-align: center;
  padding: 24px 0 20px 0;
}
.case_study .single_study .heading h6 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.case_study .single_study .heading span {
  color:#b0b0b0;
  display: block;
  font-size: 14px;
}

/*================================ Pricining Table =======================*/
.pricing_table {
  margin:124px 0 97px 0;
}
.pricing_table .container>p {
  text-align: center;
  font-size: 16px;
  margin:25px 0 0 0;
}
.pricing_table .price_area .price {
  width:140px;
  height:140px;
  margin:0 auto;
  text-align: center;
  line-height: 140px;
  font-weight: 700;
  font-size: 36px;
  color:#fff;
}
.pricing_table .price_area .price1 {
  background: #08cee5; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(circle, #08cee5 52%, #32dbef 52%,#32dbef 62%, #57e6f7 62%, #57e6f7 100%); /* Safari */
  background: -o-radial-gradient(circle, #08cee5 52%, #32dbef 52%,#32dbef 62%, #57e6f7 62%, #57e6f7 100%); /* Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(circle, #08cee5 52%, #32dbef 52%,#32dbef 62%, #57e6f7 62%, #57e6f7 100%); /* Firefox 3.6 to 15 */
  background: radial-gradient(circle, #08cee5 52%, #32dbef 52%,#32dbef 62%, #57e6f7 62%, #57e6f7 100%); /* Standard syntax */
}
.pricing_table .price_area .price2 {
  background: #cd5bee; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(circle, #cd5bee 52%, #d272ee 52%,#d272ee 62%, #dc91f2 62%, #dc91f2 100%); /* Safari */
  background: -o-radial-gradient(circle, #cd5bee 52%, #d272ee 52%,#d272ee 62%, #dc91f2 62%, #dc91f2 100%); /* Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(circle, #cd5bee 52%, #d272ee 52%,#d272ee 62%, #dc91f2 62%, #dc91f2 100%); /* Firefox 3.6 to 15 */
  background: radial-gradient(circle, #cd5bee 52%, #d272ee 52%,#d272ee 62%, #dc91f2 62%, #dc91f2 100%); /* Standard syntax */
}
.pricing_table .price_area .price3 {
  background: #4dce38; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(circle, #4dce38 52%, #67d755 52%,#67d755 62%, #74e462 62%, #74e462 100%); /* Safari */
  background: -o-radial-gradient(circle, #4dce38 52%, #67d755 52%,#67d755 62%, #74e462 62%, #74e462 100%); /* Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(circle, #4dce38 52%, #67d755 52%,#67d755 62%, #74e462 62%, #74e462 100%); /* Firefox 3.6 to 15 */
  background: radial-gradient(circle, #4dce38 52%, #67d755 52%,#67d755 62%, #74e462 62%, #74e462 100%); /* Standard syntax */
}
.pricing_table .price_area {
  text-align: center;
  margin-top:95px;
  padding-bottom: 30px;
  position: relative;
}
.pricing_table .price_area.middle:after {
  content: '';
  width:100%;
  height:calc(100% - 30px);
  position: absolute;
  z-index: -1;
  top:0;
  left:0;
  border-left:1px solid #ededed;
  border-right:1px solid #ededed;
}
.pricing_table .price_area .pack_name h5 {
  text-transform: uppercase;
  margin: 35px 0 5px 0;
}
.pricing_table .price_area .pack_name span {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 42px;
}
.pricing_table .price_area ul li {
  line-height: 37px;
}
.pricing_table .price_area ul li.line {
  line-height: 31px;
}
.pricing_table .price_area a {
  width:120px;
  line-height: 45px;
  border-radius: 5px;
  text-transform: uppercase;
  color:#fff;
  margin-top: 57px;
}
.pricing_table .price_area:hover a {
  background: #fe5c5c;
}
/* Float Shadow */
.hvr-float-shadow {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


/*==================================== Testimonial ==========================*/
.testimonial {
  background: url(../../images/home/7.jpg) repeat center;
  background-color: #fafafa;
  background-attachment: fixed;
  height:700px;
  padding-top: 100px;
}

.testimonial .info_wrapper {
  background: #fff;
  border-radius: 4px;
  padding: 29px 0 33px 35px;
  margin-right: 19px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(158,158,158,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(158,158,158,0.1);
  box-shadow: 0px 0px 10px 0px rgba(158,158,158,0.1);
}
.testimonial .info_wrapper p {
  margin-bottom: 24px;
  font-size: 16px;
}
.testimonial .info_wrapper .name {
  margin: 9px 0 0 21px;
}
.testimonial .info_wrapper .name h6 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.testimonial .info_wrapper .name span {
  font-size: 14px;
}
.testimonial #testimonial-slider {
  margin-top:83px;
}
.testimonial #testimonial-slider .owl-controls {
  position: absolute;
  width: 100%;
  bottom: -82px;
}

.testimonial .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  margin:5px 3px;
  border:1px solid #8d8d8d;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span,
.testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background: #08cee5;
  border:1px solid #08cee5;
}

/*=============================== Latest News =======================*/
.latest_news {
  margin:115px 0 0 0;
}
.latest_news .container>p {
  text-align: center;
  font-size: 16px;
  margin:25px 0 0 0;
}
.latest_news .single_news_item {
  text-align: center;
  margin-top:81px;
}
.latest_news .single_news_item .img_holder {
  position: relative;
  margin-bottom: 43px;
}
.latest_news .single_news_item .img_holder .opacity {
  position: absolute;
  width:100%;
  height: 100%;
  top:0;
  left:0;
  background:rgba(242,242,242,0.95);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  -webkit-transform:scale(0.7);
  -moz-transform:scale(0.7);
  -ms-transform:scale(0.7);
  -o-transform:scale(0.7);
}
.latest_news .single_news_item:hover .opacity {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
}
.latest_news .single_news_item .img_holder .opacity span {
  display: table;
  width:100%;
  height:100%;
  text-align: center;
}
.latest_news .single_news_item .img_holder .opacity span a {
  display: table-cell;
  vertical-align: middle;
}
.latest_news .single_news_item .img_holder .opacity span a i {
  display: block;
  font-size: 26px;
  margin:0 auto;
  color:#00cbd8;
} 
.latest_news .single_news_item .post h6 a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 28px;
  font-size: 20px;
  color:#292a2e;
}
.latest_news .single_news_item .post> a {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: italic;
  color:#928f8f;
  margin: 15px 0 22px 3px;
}

/*============================ Partner Logo =========================*/
#partner_logo {
  border-top:1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-right:1px solid #e7e7e7;
  margin-top:106px;
  margin-bottom:125px;
}
#partner_logo .item {
  border-left:1px solid #e7e7e7;
  padding: 14px 0;
}
#partner_logo .item img {
  margin:0 auto;
}
#partner_logo .owl-controls {
  display: none;
}

/*================================= Footer =========================*/
footer {
  //background: url(../../images/home/footer-bg.jpg) no-repeat center;
  background-size: cover;
  background-position: 0 -5px;
}
footer .main_footer {
  padding-bottom: 93px;
  padding-top: 110px;
  background: rgba(32,44,50,0.97);
}
footer .footer_logo p {
  color:#9fa7af;
  padding: 32px 50px 33px 0;
}
footer .footer_logo ul li {
  display: inline-block;
  margin-right: 3px;
}
footer .footer_logo ul li a {
  display: block;
  width:35px;
  line-height: 35px;
  background: #fff;
  text-align: center;
  color:#c6c6c6;
}
footer .footer_logo ul li a:hover {
  background: #00cbd8;
  color:#fff;
}
footer h5 {
  color:#fff;
  text-transform: uppercase;
  margin: -5px 0 19px 0;
}
footer .quick_links ul li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color:#9fa7af;
  line-height: 35px;
}
footer .quick_links ul li a:hover,
footer .quick_links ul li a:focus {
  color:#00cbd8;
}
footer .latest_tweets .single_tweet  {
  margin: 29px 0 -5px 0;
}
footer .latest_tweets .single_tweet a {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color:#9fa7af;
  line-height: 26px;
  font-size: 14px;
  margin: 0px 62px 4px 0;
  display: block;
}
footer .latest_tweets .single_tweet span {
  font-size: 14px;
}

footer .subscribe_now {
  padding-left: 0;
}
footer .subscribe_now p {
  font-size: 14px;
  color:#9fa7af;
  margin: 26px 0 32px 0;
  letter-spacing: 0.9px;
}
footer .subscribe_now form {
  position: relative;
  height:55px;
  border-radius: 5px;
}
footer .subscribe_now form input {
  width:100%;
  height:100%;
  border:none;
  background: #fff;
  border-radius: 5px;
  font-style: italic;
  color:#c2cbd3;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 56px;
  letter-spacing: 0.9px;
}
footer .subscribe_now form button {
  display: block;
  font-size: 18px;
  height:100%;
  width:55px;
  line-height: 55px;
  text-align: center;
  color:#fff;
  position: absolute;
  top:0;
  right:0;
  border-radius: 0px 5px 5px 0;
}
footer .bottom_footer {
  background: #1d282e;
}
footer .bottom_footer p {
  color:#9fa7af;
  font-size: 14px;
  text-align: center;
  line-height: 60px;
}
footer .bottom_footer p a {
  color:#00cbd8;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}


/*============================= Click To Top =========================*/

.scroll-top {
  width:45px;
  height:45px;
  position: fixed;
  bottom: 52px;
  right: 80px;
  z-index: 99;
  text-align: center;
  color:#fff;
  font-size: 30px;
  display: none;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/*============================ We Are Spin SEO Stye Two ======================*/

.we_are_spin_style_two {
  margin-top:110px;
}

.we_are_spin_style_two .single_info p {
  margin:10px 20px 20px 0;
}
.we_are_spin_style_two .single_info a {
  text-transform: uppercase;
  color:#292a2e;
  font-size: 13px;
  width:125px;
  line-height: 45px;
  border:1px solid #ededed;
  border-radius: 5px;
  text-align: center;
}
.we_are_spin_style_two .single_info h4 {
  margin-top: 5px;
}
.we_are_spin_style_two .single_info a:hover {
  background: #e41b23;
  border:1px solid #e41b23;
  color:#fff;
}
.we_are_spin_style_two .single_info .icon .ficon:before {
  font-size: 52px;
}
.we_are_spin_style_two .single_info .icon .flaticon-dollar-coins:before {
  color:#e41b23;
}
.we_are_spin_style_two .single_info .icon .flaticon-light-bulb:before {
  color:#cd5cee;
}
.we_are_spin_style_two .single_info .icon .flaticon-lifebuoy:before {
  color:#4dce38;
}
/*====================== Grow Your Business style two =======================*/
.grow_business_style_two {
  background: #fafafa;
  padding: 103px 0 110px 0;
  margin: 105px 0 69px 0;
}
.grow_business_style_two .img_holder img {
  border-radius: 5px;
}
.grow_business_style_two .text .main_title {
  text-align: left
}
.grow_business_style_two .text .sub_heading {
  font-weight: 600;
  color:#222222;
  margin: 36px 0 24px 0;
  font-size: 16px;
}
.grow_business_style_two .text a {
  width:135px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  background: #e41b23;
  color:#fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-top:40px;
}
.grow_business_style_two .text a:hover {
  background: #3c3b3b;
}

/*=========================== Pricing table Style two ======================*/
.pricing_table-style_two {
    margin: 124px 0 130px 0;
}
.pricing_table-style_two .row {
  margin-left:-30px;
  margin-right: -30px;
}
.pricing_table-style_two .row [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}
.pricing_table-style_two .container>p {
    text-align: center;
    font-size: 16px;
    margin: 25px 0 0 0;
}
.pricing_table-style_two .price_area {
    text-align: center;
    margin-top: 73px;
    padding-bottom: 30px;
    position: relative;
    border:1px solid #e7e7e7;
    border-radius: 4px;
}
.pricing_table-style_two .price_area h4 {
  line-height: 75px;
  color:#fff;
  border-radius: 3px 3px 0 0;
}
.pricing_table-style_two .price_area.area1 h4 {
  background: #e41b23;
}
.pricing_table-style_two .price_area.area2 h4 {
  background: #c750ea;
}
.pricing_table-style_two .price_area.area3 h4 {
  background: #43c72e;
}
.pricing_table-style_two .price_tag {
  padding-bottom: 26px;
  margin-bottom: 34px;
}
.pricing_table-style_two .price_tag span {
  font-weight: 700;
  font-size: 30px;
  color:#fff;
  display: block;
  padding: 28px 0 0 0;
  line-height: 57px;
}
.pricing_table-style_two .price_tag span strong {
  font-size: 60px;
}
.pricing_table-style_two .price_tag p {
  font-weight: 600;
  color:#fff;
  text-transform: uppercase;
  font-size: 16px;
}
.pricing_table-style_two .price_tag.price_tag1 {
  background: #08cee5;
}
.pricing_table-style_two .price_tag.price_tag2 {
  background: #cd5bee;
}
.pricing_table-style_two .price_tag.price_tag3 {
  background: #4dce38;
}
.pricing_table-style_two .price_area ul li {
    line-height: 37px;
}
.pricing_table-style_two .price_area ul li.line {
    line-height: 31px;
}
.pricing_table-style_two .price_area a {
    width: 130px;
    line-height: 42px;
    border-radius: 5px;
    border: 2px solid #08cee5;
    text-transform: uppercase;
    margin-top: 32px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color:#08cee5;
}
.pricing_table-style_two .price_area:hover a {
  background: #08cee5;
  color:#fff;
}


/*=========================== Inner Banner ====================*/
.inner_banner {
  background: url(../../images/home/inner-banner.jpg) no-repeat center;
  background-size: cover;
  height:287px;
}
.inner_banner .overlay {
  background: rgba(249,249,249,0.9);
  height:100%;
  text-align: center;
  padding: 148px 0 100px 0;
}
.inner_banner .overlay h1 {
  text-transform: uppercase;
}
.inner_banner .overlay ul li {
  display: inline-block;
  margin:16px 0 0 1px
}
.inner_banner .overlay ul li,
.inner_banner .overlay ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color:#6f6f6f;
}
.inner_banner .overlay ul li span {
  font-weight: 600;
}

/*=========================== About Us ======================*/
.grow_business_style_two.bg_fix {
  background: none;
  padding-top: 9px;
  margin-bottom: 8px;
}

.some_facts {
  background: url(../../images/about-us/1.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  height: 300px;
  margin-bottom: 132px;
}
.some_facts.mFix {
  margin-bottom: 0;
}
.some_facts .overlay {
  height: 100%;
  background:rgba(0,197,220,0.8);
  text-align: center;
  color:#fff;
}
.some_facts .single_facts {
  margin-top:58px;
}
.some_facts .single_facts>span {
  display: block;
  font-weight: 700;
  font-size: 60px;
}
.some_facts .single_facts p {
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  margin-top:-6px;
}
.some_facts .single_facts .icon {
  margin-bottom: -6px;
}
.some_facts .single_facts .icon .ficon:before {
  font-size: 65px;
  color:#fff;
}
/*====================== Oure Expert team ==================*/
.expert_team {
  margin-bottom: 148px;
}
.expert_team.mFix {
  margin-top:100px;
}
.expert_team .section_title .main_title {
  text-align: left
}
.expert_team .section_title>p {
  font-size: 16px;
  margin-top:10px;
}
.expert_team .heading_wrapper a {
  width:145px;
  line-height: 50px;
  border-radius: 5px;
  color:#fff;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  margin-top:57px;
}
.expert_team .heading_wrapper a:hover {
  background: #272727;
}
.expert_team .team_member {
  margin-top:70px;
}
.expert_team.mFix .team_member {
  margin-top:40px;
}
.expert_team .team_member .text {
  border:1px solid #efefef;
  border-top:none;
  background: #fff;
  text-align: center;
  padding: 26px 0 22px 0;
  border-radius: 0 0 3px 3px;
}
.expert_team .team_member .text h6,
.team_member .back .overlay h6 {
  font-size: 16px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.expert_team .team_member .text span,
.team_member .back .overlay span {
  font-size: 14px;
}

/* entire container, keeps perspective */
.flip-container {
  -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}
  /* flip the pane when hovered */
.flip-container:hover .flipper {
    transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
  }
/* flip speed goes here */
.team_member .flipper {
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transform-style:preserve-3d;
  position: relative;
}

/* hide back of pane during swap */
.team_member .front,
.team_member .back {
  -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  border-radius: 5px;
  -webkit-transition: all .8s;
     -moz-transition: all .8s;
      -ms-transition: all .8s;
       -o-transition: all .8s;
          transition: all .8s;
}
.team_member .front>img {
  border-radius: 3px 3px 0 0;
}
/* front pane, placed above back */
.team_member .front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
  -webkit-transform:rotateY(0deg);
    -moz-transform:rotateY(0deg);
    -ms-transform:rotateY(0deg);
    -o-transform:rotateY(0deg);
}

/* back, initially hidden pane */
.team_member .back {
  border:1px solid #efefef;
  transform: rotateY(180deg);
  -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
  height:100%;
  position: absolute;
  width:100%;
  top:0;
  left:0;
}
.team_member .back .overlay {
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.98);
  padding-top: 40px;
  text-align: center;
  border-radius: 3px;
}
.team_member .back .overlay img {
  width: 80px;
  height:80px;
  margin:0 auto 30px auto;
  display: block;
}
.team_member .back .overlay ul li {
  display: inline-block;
  margin:20px 5px 0 0;
}
.team_member .back .overlay ul li a {
  display: block;
  width:33px;
  line-height: 33px;
  color:#fff;
  text-align: center;
  font-size: 16px;
  background: #e41b23;
}
.team_member .back .overlay ul li a:hover {
  background: #272727;
}
.flip-container:hover .flipper,
.flip-container.hover .flipper,
.flip-container.flip .flipper {
  transform: rotateY(180deg);
}

/*============================ Gallery =======================*/
.gallery_page {
  margin-top:145px;
}
.gallery_page .gallery_item_wrapper {
  margin-top:65px;
  margin-bottom: 175px;
}
.mixitUp_menu ul {
  text-align: center;
}
.mixitUp_menu ul li {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  margin-right: 22px;
  cursor:pointer;
  position: relative;
  padding-bottom: 3px;
}
.mixitUp_menu ul li:last-child {
  margin-right:0;
}
.mixitUp_menu ul li:before {
  content: '';
  width:0;
  height:2px;
  background: #00cbd8;
  position: absolute;
  left:0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mixitUp_menu ul li:hover,
.mixitUp_menu ul li.active {
  color:#00cbd8;
}
.mixitUp_menu ul li:hover:before,
.mixitUp_menu ul li.active:before {
  width:100%;
}
#mixitup_list .mix {
  display: none;
  margin-bottom: 25px;
}
#mixitup_list.gallery_item_wrapper .mix img {
  border-radius: 4px;
  width: 100%;
}
.gallery_item_wrapper .single_item_wrapper {
  position: relative;
}
.gallery_item_wrapper .single_item_wrapper .opacity {
  position: absolute;
  width:100%;
  height: 100%;
  top:0;
  left:0;
  border-radius: 4px;
  background:rgba(242,242,242,0.9);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  -webkit-transform:scale(0.7);
  -moz-transform:scale(0.7);
  -ms-transform:scale(0.7);
  -o-transform:scale(0.7);
}
.gallery_item_wrapper .single_item_wrapper:hover .opacity {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
}
.gallery_item_wrapper .single_item_wrapper .opacity span {
  display: table;
  width:100%;
  height:100%;
  text-align: center;
}
.gallery_item_wrapper .single_item_wrapper .opacity span a {
  display: table-cell;
  vertical-align: middle;
}
.gallery_item_wrapper .single_item_wrapper .opacity span a i {
  display: block;
  font-size: 60px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin:0 auto;
  color:#00cbd8;
}

/*========================== Error page =========================*/

.error_page {
  text-align: center;
  margin-bottom: 140px;
}

.error_page .ficon:before {
  font-size: 208px;
  color:#f0f0f0;
}
.error_page h2 {
  font-size: 280px;
  margin-top:127px;
  font-weight: 300;
  letter-spacing: 14px;
}
.error_page h2 .ficon:before {
  color:#e41b23;
  vertical-align: 37px;
  font-size: 180px;
}
.error_page h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color:#413f3f;
  font-size: 48px;
  margin-top:-7px;
  margin-bottom: 47px;
}
.error_page p {
  font-size: 18px;
  color:#828282;
  margin-bottom: 41px;
}
.error_page a {
  line-height: 55px;
  width:128px;
  color:#fff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  text-align: center;
}
.error_page a:hover {
  background: #272727;
}
.error_page span.or {
  font-size: 18px;
  color:#2f2f2f;
  margin:0 16px;
}
.error_page input {
  height:55px;
  width:380px;
  padding: 0 20px;
  border:1px solid #f0f0f0;
  outline: none;
}


/*============================== FAQ page Tab Content ====================*/
.faq {
  margin-top:115px;
  margin-bottom: 90px;
}
.faq .heading {
  text-align: center;
}
.faq .heading h3 {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
}
.faq .heading p {
  font-size: 16px;
  color:#7f7f7f;
  line-height: 28px;
  padding: 0 145px;
  margin: 18px 0 75px 0;
}
.faq .tab_wrapper {
  width:46%;
}
.tab_wrapper2 {
  width:92%;
}
.faq .tab_wrapper .panel-group .panel {
  box-shadow: none;
}
.faq .tab_wrapper .panel-group .panel-heading + .panel-collapse > .panel-body,
.faq .tab_wrapper .panel-group .panel-heading + .panel-collapse > .list-group {
  border:none;
  padding: 5px 5px 20px 56px;
}
.faq .tab_wrapper .panel-group .panel-heading + .panel-collapse > .panel-body p {
  color:#8b8b8b;
}
.faq .tab_wrapper .panel-group .panel-heading {
  padding: 0 15px 0 55px;
  position: relative;
  z-index: 99;
}
.faq .tab_wrapper .panel-group .panel-heading a {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  line-height: 50px;
  color:#222222;
  margin-top:-5px;
}
.faq .tab_wrapper .panel-group .panel-heading:before {
  content: '';
  font-family: 'font-awesome';
  color:#858585;
  width:30px;
  height:30px;
  line-height: 30px;
  text-align: center;
  border:2px solid #e9e9e9;
  font-size: 12px;
  display: block;
  background: transparent;
  position: absolute;
  top:5px;
  left:0;
}
.faq .tab_wrapper .panel-group .panel-heading.active-panel:before {
  content: '';
  background: #00cbd8;
  border:2px solid #00cbd8;
  color:#fff;
}








.faq2 .tab_wrapper2 .panel-group .panel {
  box-shadow: none;
}
.faq2 .tab_wrapper2 .panel-group .panel-heading + .panel-collapse > .panel-body,
.faq2 .tab_wrapper2 .panel-group .panel-heading + .panel-collapse > .list-group {
  border:none;
  padding: 5px 5px 20px 56px;
}
.faq2 .tab_wrapper2 .panel-group .panel-heading + .panel-collapse > .panel-body p {
  color:#8b8b8b;
}
.faq2 .tab_wrapper2 .panel-group .panel-heading {
  padding: 0 15px 0 55px;
  position: relative;
  z-index: 99;
}
.faq2 .tab_wrapper2 .panel-group .panel-heading a {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  line-height: 50px;
  color:#222222;
  margin-top:-5px;
}
.faq2 .tab_wrapper2 .panel-group .panel-heading:before {
  content: '';
  font-family: 'font-awesome';
  color:#858585;
  width:30px;
  height:30px;
  line-height: 30px;
  text-align: center;
  border:2px solid #e9e9e9;
  font-size: 12px;
  display: block;
  background: transparent;
  position: absolute;
  top:5px;
  left:0;
}
.faq2 .tab_wrapper2 .panel-group .panel-heading.active-panel:before {
  content: '';
  background: #00cbd8;
  border:2px solid #00cbd8;
  color:#fff;
}

/*========================= Project ========================*/
.project_page {
  background: #fafafa;
  padding-top: 145px;
  padding-bottom: 120px;
}
.project_page .project_item_wrapper .img_holder {
  position: relative;
}
.project_page .project_item_wrapper {
  padding-top: 65px;
  margin-left:-5px;
  margin-right:-5px;
  min-height: 300px;
}
.project_page #mixitup_list.gallery_item_wrapper .mix img,
.project_page .gallery_item_wrapper .single_item_wrapper .opacity {
  border-radius: 0;
}
.project_page .project_item_wrapper [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.project_page #mixitup_list.gallery_item_wrapper .mix .text {
  display: block;
  text-align: center;
  padding: 24px 0;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(66,66,66,0.1);
  -moz-box-shadow: 0px 0px 7px 0px rgba(66,66,66,0.1);
  box-shadow: 0px 0px 7px 0px rgba(66,66,66,0.1);
}
.project_page #mixitup_list.gallery_item_wrapper .mix .text h6 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 2px;
}
.project_page #mixitup_list.gallery_item_wrapper .mix .text span {
  font-size: 14px;
  color:#b0b0b0;
}
.project_page #mixitup_list.gallery_item_wrapper .mix {
  margin-bottom: 45px;
}
.page_pagination {
  text-align: center;
  margin-top: 30px;
}
.page_pagination li {
  display: inline-block;
  margin:5px 3px;
}
.page_pagination li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 36px;
  background: #fff;
  padding: 0 14px;
  color:#292a2e;
  border-radius: 5px;
}
.page_pagination li a:hover,
.page_pagination li a.active {
  background: #00cbd8;
  color:#fff;
}

/*================= Contact Us ===================*/
.mapAddress {
  margin:130px 0 100px 0;
}
.mapAddress #google-map {
  margin-top:45px;
}
.mapAddress h3 {
  text-transform: uppercase;
}
.mapAddress .google_map {
  width: 40%
}
.mapAddress .contactUs_address {
  width:40%;
}
.mapAddress .contactUs_address>p {
  margin:38px 0 40px 0;
  font-size: 16px;
  color:#949393;
}
.mapAddress .contactUs_address .single_address .icon {
  width:60px;
  height:60px;
  text-align: center;
}
.mapAddress .contactUs_address .single_address .icon .ficon:before {
  color:#fff;
  line-height: 60px;
  font-size: 34px;
}
.mapAddress .contactUs_address .single_address h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.mapAddress .contactUs_address .single_address span {
  font-size: 16px;
}
.mapAddress .contactUs_address .single_address {
  margin-bottom: 40px;
}
.mapAddress .contactUs_address .single_address .text {
  padding-left: 25px;
  margin-top: 10px;
}

/*________________ COntact us form _______________*/
.contact_us_form {
  margin-bottom: 168px;
}
.contact_us_form h3 {
  text-transform: uppercase;
  margin-bottom: 45px;
}
.contact_us_form .row {
  margin-left:-10px;
  margin-right:-10px;
}
.contact_us_form .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.contact_us_form .input_wrapper input {
  width:100%;
  height:60px;
  border:1px solid #ececec;
  border-radius: 6px;
  padding: 0 10px 0 15px;
  margin-bottom: 22px;
}
.contact_us_form .input_wrapper textarea {
  width:100%;
  min-height:260px;
  border:1px solid #ececec;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 22px;
}
.contact_us_form .input_wrapper button {
  display: block;
  width:111px;
  line-height: 46px;
  font-size: 13px;
  text-transform: uppercase;
  color:#fff;
  text-align: center;
  border-radius: 5px;
}
.contact_us_form .input_wrapper button:hover {
  background: #272727
}
.contact_us_form .input_wrapper textarea:focus,
.contact_us_form .input_wrapper input:focus {
  border:1px solid #00cbd8;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.contact_us_form .alert_wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.8);
  top: 0;
    left: 0;
    z-index: 9999999;
}
.contact_us_form #success,
.contact_us_form #error {
  position: relative;
  width:500px;
  height: 100px;
  top: calc(50% - 50px);
  left:calc(50% - 250px);
  background: #fff;
  text-align: center;
}
.contact_us_form #success .wrapper,
.contact_us_form #error .wrapper {
  display: table;
  width:100%;
  height: 100%;
}
.contact_us_form #success .wrapper p,
.contact_us_form #error .wrapper p{
  display: table-cell;
  vertical-align: middle;
}
.contact_us_form #success {
  color: #00cbd8;
}
.contact_us_form #error {
  color: red;
}
.contact_us_form #error button,
.contact_us_form #success button {
  color:#fff;
  width:40px;
  height:40px;
  line-height: 20px;
  position: absolute;
  background: #00cbd8;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
}

/*=================== Single Project Page ==================*/
.project_details_page {
  margin-top:211px;
  margin-bottom: 129px;
}
.project_details_page .project_title h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top:41px;
}
.project_details_page .project_title {
  border-bottom: 1px solid #ececec;
  padding-bottom: 26px;
  margin-bottom: 32px;
}
.project_details_page .project_title span {
  font-size: 14px;
}
.project_details_page p.sub-heading {
  font-weight: 600;
  color:#5c5c5c;
  font-size: 16px;
  margin-bottom: 57px;
}
.project_details_page .text p {
  width:48%;
}
.project_details_page .quote {
  font-size: 18px;
  line-height: 27px;
  color:#fff;
  padding: 25px 43px 30px 43px;
  margin: 75px 0 91px 0;
}
.project_details_page .project_goal .goal_tab {
  width:44%;
}
.project_details_page .project_goal .goal_tab h4 {
  text-transform: uppercase;
  margin-bottom: 38px;
}

.project_details_page .project_goal  .panel-group .panel-heading a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color:#2c2c2c;
  font-size: 18px;
  padding: 18px 0 21px 45px;
  width:100%;
  position: relative;
}
.project_details_page .project_goal  .panel-group .panel-heading {
  border: 1px solid #ececec;
  padding: 0;
  position: relative;
  border-radius: 0;
}
.project_details_page .project_goal  .panel-group .panel + .panel {
  margin:0;
  border:none;
  box-shadow: none;
}
.project_details_page .project_goal .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #ececec;
  border-top:none;
  border-bottom: none;
  background: #fafbfb;
  padding: 0 30px 29px 20px;
}
.project_details_page .project_goal .panel {
  border:none;
  box-shadow: none;
}
.project_details_page .project_goal  .panel-group .panel-heading a:before {
  content: '+';
  position: absolute;
  top:17px;
  left: 19px;
  font-size: 24px;
}
.project_details_page .project_goal  .panel-group .panel-heading.active-panel a {
  color:#09c5d1;
}
.project_details_page .project_goal  .panel-group .panel-heading.active-panel a:before {
  content: '-';
  top:13px;
}
.project_details_page .project_goal  .panel-group .panel-heading.active-panel {
  border-bottom: none;
  background: #fafbfb;
}

/*============================ Blog Page ======================*/
.blog_page {
  margin:165px 0 170px 0;
}
.blog_post_wrapper .blog_single_post_wrapper .img_holder {
  position: relative;
}
.blog_post_wrapper .blog_single_post_wrapper .img_holder .opacity {
  position: absolute;
  width:100%;
  height: 100%;
  top:0;
  left:0;
  background:rgba(242,242,242,0.95);
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transform: scale(0.7);
  -webkit-transform:scale(0.7);
  -moz-transform:scale(0.7);
  -ms-transform:scale(0.7);
  -o-transform:scale(0.7);
}
.blog_post_wrapper .blog_single_post_wrapper:hover .opacity {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
}
.blog_post_wrapper .blog_single_post_wrapper .img_holder img {
  border-radius: 5px;
}
.blog_post_wrapper .blog_single_post_wrapper .img_holder .opacity span {
  display: table;
  width:100%;
  height:100%;
  text-align: center;
}
.blog_post_wrapper .blog_single_post_wrapper .img_holder .opacity span a {
  display: table-cell;
  vertical-align: middle;
}
.blog_post_wrapper .blog_single_post_wrapper .img_holder .opacity span a i {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin:0 auto;
  color:#00cbd8;
  font-size: 60px;
}
.blog_post_wrapper .blog_single_post_wrapper .text h4 a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  display: block;
  color:#292a2e;
  margin: 47px 0 19px 0;
}
.blog_post_wrapper .blog_single_post_wrapper .text>i {
  color:#928f8f;
}
.blog_post_wrapper .blog_single_post_wrapper .text p {
  border-top: 1px solid #ededed;
  padding: 25px 0 0 0;
  margin: 26px 0 25px 0;
}
.blog_post_wrapper .blog_single_post_wrapper .text a.con_reading {
  color:#292a2e;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.blog_post_wrapper .blog_single_post_wrapper .text a.con_reading i {
  vertical-align: middle;
  font-size: 18px;
  padding-left: 7px;
}
.blog_post_wrapper .blog_single_post_wrapper .text a.con_reading:hover {
  color:#00cbd8;
}
.blog_post_wrapper .page_pagination  {
  text-align: left;
  margin-top:-34px;
}
.blog_post_wrapper .page_pagination li a {
  border:1px solid #f3f3f3;
  padding: 0 12px;
  line-height: 33px;
}
.blog_post_wrapper .page_pagination li:first-child {
  margin-left:0;
}
.blog_post_wrapper .page_pagination li:last-child a {
  background: #f3f3f3;
}
.blog_post_wrapper .page_pagination li a:hover,
.blog_post_wrapper .page_pagination li a.active,
.blog_post_wrapper .page_pagination li:last-child a:hover {
  border: 1px solid #00cbd8;
  background: #00cbd8;
}
.blog_post_wrapper .blog_single_post_wrapper {
  padding-bottom: 30px;
  margin-bottom: 69px;
}

/*=========================== Sidebar Style =========================*/
.side-bar .wrapper {
  padding-left: 48px;
}
.side-bar h4 {
  font-size: 22px;
  text-transform: uppercase;
}
.side-bar .sidebar_search {
  height:60px;
  position: relative;
}
.side-bar .sidebar_search input {
  width:100%;
  height:60px;
  border:1px solid #eaeaea;
  padding: 0 66px 0 25px;
}
.side-bar .sidebar_search button {
  width:65px;
  height:100%;
  position: absolute;
  top:0;
  right:0;
  color:#fff;
  font-size: 20px;
}
.side-bar .sidebar_search input:focus {
  border:1px solid #00cbd8;
}
.side-bar .sidebar_category {
  margin:63px 0 73px 0;
}
.side-bar .sidebar_category ul {
  margin-top:13px;
}
.side-bar .sidebar_category ul li {
  line-height: 59px;
}
.side-bar .sidebar_category ul li a {
  font-weight: 600;
  color:#969696;
  border-bottom: 1px solid #eaeaea;
  display: block;
}
.side-bar .sidebar_category ul li a i {
  padding-right: 12px;
}
.side-bar .sidebar_category ul li a:hover {
  color:#25292f;
}
.side-bar .sidebar_recent_news h4 {
  margin-bottom: 28px;
}
.side-bar .sidebar_recent_news .single_post a {
  font-weight: 600;
  color:#25292f;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 3px;
}
.side-bar .sidebar_recent_news .single_post {
  margin-bottom: 27px;
}
.side-bar .sidebar_recent_news .single_post a:hover {
  color:#00cbd8;
}
.side-bar .archives {
  margin: 67px 0 54px 0;
}
.side-bar .archives ul {
  margin-top:14px;
}
.side-bar .archives ul li a {
  font-weight: normal;
  color:#969696;
  line-height: 40px;
}

.side-bar .keyword ul li {
  display: inline-block;
  margin: 0 5px 10px 0;
}
.side-bar .keyword ul li a {
  line-height: 33px;
  color:#a5a5a5;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 0 12px;
}
.side-bar .keyword h4 {
  margin-bottom: 31px;
}
.side-bar .keyword ul li a:hover {
  background: #00cbd8;
  border:1px solid #00cbd8;
  color:#fff;
}

/*========================== Single blog ====================*/
.blog_details .sub_text h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin: 46px 0 13px 0;
}
.blog_details .blog_image {
  margin:31px 0 28px 0;
}
.blog_details .blog_image .quote {
  width:52%;
}
.blog_details .blog_image p{
  font-style: italic;
  font-size: 16px;
  color:#25292f;
  position: relative;
  padding-left: 29px;
  line-height: 28px;
}
.blog_details .blog_image p i {
  color:#c3c3c3;
  font-size: 14px;
}
.blog_details .blog_image p:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  top:0;
  left:0;
  color:#c3c3c3;
  font-size: 14px;
}
.blog_details .blog_list {
  margin:30px 0 68px 0;
}
.blog_details .blog_list ul {
  width: 44%;
  margin-top: -5px;
}
.blog_details .blog_list ul li {
  font-size: 16px;
  color:#292a2e;
  padding-left: 30px;
  line-height: 28px;
  position: relative;
  margin-bottom: 12px;
}
.blog_details .blog_list ul li:before {
  content: '';
  width:5px;
  height: 5px;
  border-radius: 50%;
  background: #00cbd8;
  position: absolute;
  top:13px;
  left: 0;
}
.blog_details .share_option {
  margin-bottom: 127px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e9e9e9;
}
.blog_details .share_option>i {
  color:#292a2e;
  font-weight: 300;
}
.blog_details .share_option ul {
  margin-top:-5px;
}
.blog_details .share_option ul li {
  display: inline-block;
  margin-left:4px;
}
.blog_details .share_option ul li {
  font-weight: 700;
  color:#3f3e3e;
}
.blog_details .share_option ul li a {
  width:32px;
  height:32px;
  line-height: 32px;
  background: #f4f4f4;
  text-align: center;
  color:#bcbcbc;
}
.blog_details .share_option ul li a:hover {
  background: #00cbd8;
  color:#fff;
}

.blog_details .comments_area h3 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 33px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e9e9e9;
}
.blog_details .comments_area .single_comment>img {
  border-radius: 5px;
}
.blog_details .comments_area .single_comment .comment {
  position: relative;
  width:87%;
  padding-left: 30px;
}
.blog_details .comments_area .single_comment .comment a.reply {
  width:60px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color:#3f3e3e;
  background: #f4f4f4;
  border-radius: 4px;
  font-size: 13px;
  position: absolute;
  top: 13px;
  right: -20px;
}
.blog_details .comments_area .single_comment .comment a.reply:hover {
  color:#fff;
  background: #00cbd8;
}
.blog_details .comments_area .single_comment .comment h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  margin-bottom: 5px;
}
.blog_details .comments_area .single_comment .comment span {
  font-style: italic;
}
.blog_details .comments_area .single_comment .comment p {
  margin-top:17px;
}
.blog_details .comments_area .single_comment {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 25px;
  margin-bottom: 34px;
}
.blog_details .comments_area .single_comment.border_fix {
  border-bottom: none;
  border-top: 1px solid #e9e9e9;
  margin: 34px 0 0px 102px;
  padding-top: 38px;
  padding-bottom: 15px;
}
.blog_details .leave_reply {
  margin:124px 0 0 0;
}
.blog_details .leave_reply h3 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 25px;
}
.blog_details .leave_reply .single_input input {
  display: block;
  width:100%;
  height:60px;
  border: 1px solid #e9e9e9;
  padding: 0 10px 0 15px;
  margin-bottom: 20px;
}
.blog_details .leave_reply .single_input textarea {
  display: block;
  width:100%;
  min-height:230px;
  border: 1px solid #e9e9e9;
  padding: 10px 10px 10px 15px;
  margin-bottom: 20px;
}
.blog_details .leave_reply button {
  width:135px;
  height:45px;
  font-size: 13px;
  text-transform: uppercase;
  color:#fff;
  text-align: center;
  border-radius: 4px;
  background: #00cbd8;
}
.blog_details .leave_reply button:hover {
  background: #272727;
}
.blog_details .leave_reply .single_input input:focus,
.blog_details .leave_reply .single_input textarea:focus {
  border: 1px solid #00cbd8;
}
.single_blog_page .blog_post_wrapper .blog_single_post_wrapper {
  margin-bottom: 0;
}


