<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Consultpress
Theme URI: http://asianitbd.com/wp/consultpress/
Author: Theme Kalia
Author URI: http://themeforest.net/user/themekalia
Description: This is Consulting theme
Version: 1.1
License: copyright commercial
License URI: http://themeforest.net/user/themekalia
Text Domain: consultpress
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
*/
/**
*****************************************
@File: Consultpress - Providing leading Business Solutions.
stylesheet created by : jubayer.hasan1991@gmail.com



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

This files contents are outlined below&gt;&gt;&gt;&gt;&gt;
******************************************
|index page styles|

* GLOBAL STYLE &amp; PREFEX.
* Header Styles.
* Menu Styles.
* Search and cart option Styles.
* Banner Styles.
* Request Quote Styles.
* Company Excellence Styles.
* About WPConsulting &amp; Testimonial Styles.
* What Makes us Special Styles.
* Why Choose Us Styles.
* Our Team Styles.
* FAQ and Latest News Styles.
* Awards Banner Styles.
* Request Call Back Styles.
* SignUp For Newsletter Styles.
* Google map Styles.
* Footer Styles.



|Single Pages Styles|



* Inner Banner Styles.
* Page Breadcrumb styles.
* Side Bar Styles.
* About us page main content Styles.
* FAQ Page Styles.
* Career Styles.
* Career Single Page Styles.
* Client feedback Styles.
* Blog Default Styles.
* Blog Grid Styles.
* Sidebar Style One Styles.
* Blog List View Styles.
* blog Single Post Styles.
* Project Grid Styles.
* Project Grid Filter Styles.
* Masonary Project Gallery Styles.
* Project Single Styles.
* Srevice Inner page Styles.
* Shop Page Styles.
* Shop With Side Bar Styles.
* check Out page Styles.
* cart Table Styles.
* Shop Single Styles.
* cart page Styles.
* Contact Alert Styles.


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

/*______________________ GLOBAL STYLE &amp; PREFEX ___________________*/

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

h1,h2,h3,h4,h5,h6,p,ul,button {
  margin:0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color:#272727;
}
h1 { font-size: 60px;}
h2 { font-size: 40px;}
h3 { font-size: 36px;}
h4 { font-size: 30px;}
h5 { font-size: 24px;}
h6 { font-size: 18px;}

a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color:#9e9e9e;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
.font_fix {
   font-family: 'Roboto', sans-serif;
   font-weight: 700;
}

ul {
  list-style-type: none;
}
p {
  line-height: 28px;
}
button {
  border:none;
  outline: none;
  box-shadow: none;
  background: transparent;
}
input,textarea {
  outline: none;
}

.theme_button {
  width:150px;
  line-height: 55px;
  height:55px;
  display: block;
  text-align: center;
}
.theme_title {
  position: relative;
  padding-bottom: 18px;
}
.theme_title:before {
  content: '';
  width:70px;
  height:5px;
  position: absolute;
  left:0;
  bottom: 0;
}
.theme_title_center {
  text-align: center;
}
.theme_title_center span {
  width:70px;
  height:5px;
  display: block;
  margin: 13px auto 0 auto;
}
.clear_fix {
  clear:both;
}
.clear_fix:after {
  display: table;
  content: '';
  clear: both;
}
.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;
}

/*================================== Header ==================================*/
header {
  padding: 10px 0;
}
header .header_left ul li {
  display: inline-block;
  margin-right:25px;
  margin-top:9px;
}
header .header_left ul li:last-child {
  margin-right:0;
}
header .header_left ul li i {
  font-size: 18px;
}
header .header_left ul li a {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  font-size: 14px;
  color:#fff;
  font-weight: normal;
  margin-left: 15px;
}

header .header_right ul.social_icon,
header .header_right #polyglotLanguageSwitcher {
  display: inline-block;
}
header .header_right ul.social_icon li {
  display: inline-block;
  margin-right: 4px;
}
header .header_right ul.social_icon li a {
  display: block;
  width:40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color:#fff;
}
#polyglotLanguageSwitcher {
  margin-left:30px;
}
#polyglotLanguageSwitcher span.trigger:before {
  content: 'ï„‡';
  font-family: 'FontAwesome';
  position: absolute;
  color:#fff;
  top:-1px;
  right:-32px;
}
#polyglotLanguageSwitcher a {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  font-size: 14px;
  color:#fff;
  font-weight: normal;
}


/*====================================== Menu ========================================*/
@keyframes menu_sticky {
    0%   {margin-top:-110px;opacity: 0;}
    50%  {margin-top: -90px;opacity: 0;}
    100% {margin-top: 0;opacity: 1;}
}
.main_menu.fixed {
  position: fixed;
  width:100%;
  top:0;
  left:0;
  z-index: 999;
  background: #fff;
  animation-name: menu_sticky;
  animation-duration: 0.70s;
  animation-timing-function: ease-in-out;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
}
.main_menu.fixed.static {
  position: relative;
}
.main_menu .navbar-default button {
  float:none;
  margin:0 0 20px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
  background: transparent;
}
.navbar-default .navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover .icon-bar,.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.main_menu .logo {
  margin-top:38px;
}
.main_menu .navbar-default {
  margin:0 0 0 197px;
  background: transparent;
  border:none;
}
.main_menu .navbar-collapse {
  padding: 0;
}
.main_menu .navbar-default .nav li&gt;a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.main_menu .navbar-default .nav&gt;li&gt;a {
  color:#272727;
  padding: 45px 15px;
}
.main_menu .navbar-default .nav&gt;li {
  margin-right: 10px;
  position: relative;
}
.main_menu .navbar-default .nav&gt;li:last-child {
  margin: 0;
}
.main_menu .navbar-default .nav&gt;li:before {
  content: '';
  width:100%;
  height:5px;
  position: absolute;
  top:0;
  left:0;
  transform: scale(0,1);
  -webkit-transform:scale(0,1);
  -moz-transform:scale(0,1);
  -ms-transform:scale(0,1);
  -o-transform:scale(0,1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main_menu .navbar-default .nav&gt;li:hover:before {
  -webkit-transform:scale(1,1);
  -moz-transform:scale(1,1);
  -ms-transform:scale(1,1);
  -o-transform:scale(1,1);
}
.main_menu ul li.dropdown .fa.fa-bars {
  display: none;
}
/*------- SUB-Menu --------*/
.main_menu .navbar-default .nav&gt;li .sub-menu {
  position: absolute;
  top:calc(100% + 40px);
  left:0;
  z-index: 9;
  width:235px;
  opacity: 0;
  visibility: hidden;
}
.main_menu .navbar-default .nav&gt;li .sub-menu.fix {
  width:271px;
}
.main_menu .navbar-default .nav&gt;li .sub-menu li a {
  color:#fff;
  line-height: 42px;
  padding: 0 15px;
  display: block;
  text-transform: capitalize;
  transition-delay:0.1s;
}
.main_menu .navbar-default .nav&gt;li .sub-menu li a .fa-caret-right {
  position: absolute;
  line-height: 42px;
  top:0;
  right: 17px;
}
.main_menu .navbar-default .nav&gt;li .sub-menu li {
  position: relative;
  z-index: 9;
}
.main_menu .navbar-default .nav&gt;li .sub-menu&gt;li a:before {
  content: '';
  width:0;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index: -1;
}

.main_menu .navbar-default .nav&gt;li .sub-menu&gt;li a:hover:before  {
  width:100%;
}
.main_menu .navbar-default .nav&gt;li &gt; .sub-menu .sub-menu {
  position: absolute;
  width:200px;
  top:0;
  left:calc(100% + 30px);
  opacity: 0;
  visibility: hidden;
}
.main_menu .navbar-default .nav&gt;li .sub-menu .sub-menu a {
  position: relative;
  z-index: 9;
}
.main_menu .navbar-default .nav&gt;li .sub-menu li:before,
.main_menu .navbar-default .nav&gt;li a:before,
.main_menu .navbar-default .nav li&gt;a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main_menu .navbar-default .nav&gt;li .sub-menu .sub-menu,
.main_menu .navbar-default .nav&gt;li .sub-menu {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main_menu .navbar-default .nav&gt;li:hover &gt; .sub-menu {
  opacity: 1;
  visibility: visible;
  top:calc(100% + 7px);
}

.main_menu .navbar-default .nav&gt;li &gt; .sub-menu&gt;li:hover &gt; .sub-menu {
  opacity: 1;
  visibility: visible;
  left:calc(100% + 2px);
}
/*------------ Search and cart option -------------*/

.main_menu .nav_right_area .cart_option,
.main_menu .nav_right_area .search_option {
  position: relative;
  z-index: 9;
}
.main_menu .nav_right_area .cart_option {
  margin:39px 10px 0 31px;
}
.main_menu .nav_right_area .search_option {
  margin-top:43px;
  padding-left: 1px;
}
.main_menu .nav_right_area .dropdown-menu  {
  border:none;
  box-shadow: none;
  margin:0;
  float:none;
}
.main_menu .nav_right_area .cart_option a span {
  padding: 3px;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  line-height: 6px;
}
.main_menu .nav_right_area .search_option button {
  font-size: 14px;
  color: #272727;
}
.main_menu .nav_right_area .search_option form {
  position: absolute;
  height:50px;
  width:280px;
  padding: 5px;
  border-radius: 4px;
  left: -270px;
  top: 67px;
}
.main_menu .nav_right_area .search_option form input {
  width:100%;
  height:100%;
  background: transparent;
  color:#fff;
  border:1px solid #fff;
  padding: 0 47px 0 10px;
  font-size: 15px;
}
.main_menu .nav_right_area .search_option form button {
  display: block;
  width:40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top:5px;
  right:5px;
}

.main_menu .nav_right_area .cart_option button,
.main_menu .nav_right_area .cart_option a {
  color:#010002;
  font-size: 22px;
}
.main_menu .nav_right_area .cart_option .cart_list {
  display: none;
  width:370px;
  border-radius: 0;
  position: absolute;
  right:-10px;
  top: 65px;
}
.main_menu .nav_right_area .cart_option .cart_list .item_deatils {
  padding-left: 18px;
}
.main_menu .nav_right_area .cart_option .cart_list&gt;ul&gt;li {
  color:#fff;
  line-height: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.03);
  padding: 25px 0 22px 30px;
  position: relative;
}
.main_menu .nav_right_area .cart_option .cart_list&gt;ul&gt;li .fa-times-circle {
  position: absolute;
  top: 57px;
  right: 25px;
  font-size: 18px;
  color:#aaaaaa;
  cursor: pointer;
}
.main_menu .nav_right_area .cart_option .cart_list .item_deatils h6 {
  font-weight: 500;
  font-size: 16px;
  color:#fff;
}
.main_menu .nav_right_area .cart_option .cart_list .item_deatils ul li {
  display: inline-block;
  margin-right: 4px;
  font-size: 16px;
  margin-bottom: 4px;
}
.main_menu .nav_right_area .cart_option .cart_list .item_deatils span {
  font-size: 18px;
  color:#fff;
}
.main_menu .nav_right_area .cart_option .cart_list .cart_total span {
  display: block;
  font-size: 16px;
  color:#fff;
  text-transform: uppercase;
  margin: 27px 0 0 29px;
}
.main_menu .nav_right_area .cart_option .cart_list .cart_total a {
  width:138px;
  line-height: 50px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  margin: 13px 25px 14px 0;
  font-size: 14px;
}
.main_menu .nav_right_area .cart_option .cart_list .cart_total a:hover {
  background: #fff;
}
.main_menu .nav_right_area .search_option form ::-webkit-input-placeholder {
   color: #fff;
}

.main_menu .nav_right_area .search_option form :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.main_menu .nav_right_area .search_option form ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.main_menu .nav_right_area .search_option form :-ms-input-placeholder {  
   color: #fff;  
}

/*============================== Banner ===============================*/
.main_slider h1{
  line-height: 80px;
  position: relative;
  padding-bottom: 15px;
}
.main_slider h1:after{
  content: '';
  width:70px;
  height:5px;
  position: absolute;
  left:3px;
  bottom: 0;
  background:#ffe807;
}
.main_slider p {
  	transition: none;
    line-height: 34px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 24px;
}
.main_slider a{
  line-height: 55px !important;
  font-size: 14px;
  font-weight: 900;
  color:#fff;
  display:inline-block;
  text-transform: uppercase;
  -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;
}
.main_slider a {
  color:#fff;
}
.main_slider a:hover {
  background: #252525;
  color:#fff !important;
}

.hephaistos.tparrows {
  width:58px;
  height:58px;
  background: transparent;
  background-color: transparent;
  border:3px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hephaistos.tparrows:before {
  line-height: 54px;
  font-family: 'FontAwesome';
  font-size: 18px;
}
.hephaistos.tparrows.tp-rightarrow:before {
  content: 'ï”';
  margin:0 !important;
}
.hephaistos.tparrows.tp-leftarrow:before  {
  content: 'ï“';
}
/*============================= Request Quote ======================*/
.request_quote {
  position: relative;
  z-index: 1;
  margin-top:-100px;
  padding: 23px 0 22px 0;
}
.request_quote p {
  color:#fff;
  font-size: 24px;
  margin-top:11px;
}
.request_quote a {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  color:#fff;
}
.request_quote a:hover {
  background: #fff;
}

/*============================= Company Excellence =========================*/
.company_excellance {
  margin: 79px 0 75px 0;
}
.company_excellance .container {
  border-bottom: 2px solid #f4f4f4;
}
.company_excellance .hexagon {
  position: relative;
  width: 50px; 
  height: 86px;
  background-color: transparent;
  margin: 0 auto 25px auto;
  text-align: center;
}

.company_excellance .hexagon:before,
.company_excellance .hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 36px;
  height: 36px;
  -webkit-transform: scaleY(1.7) rotate(-45deg);
  -ms-transform: scaleY(1.7) rotate(-45deg);
  transform: scaleY(1.7) rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.company_excellance .hexagon:before {
  top: 22px;
  right: -18px;
}
.company_excellance .hexagon:after {
  bottom: 22px;
  left: -18px;
}
.company_excellance .hexagon .ficon:before {
  font-size: 40px;
  line-height: 76px;
}
.company_excellance .single_excellance .text {
  text-align: center;
  min-height: 200px;
}
.company_excellance .single_excellance .text p {
  margin-top:12px;
}
.company_excellance .single_excellance .text span {
  display: block;
  width:0;
  height:5px;
  margin: 0 auto 0 auto;
}
.company_excellance .single_excellance:hover .text span {
  width:70px;
  margin: 15px auto 23px auto;
}

/*================================== About WPConsulting &amp; Testimonial ===========================*/
.about_testimonial .about_wpConsulting p {
  margin-top:42px;
}
.about_testimonial .testimonial .slider_wrapper {
  margin-top:49px;
  position: relative;
}

.about_testimonial .testimonial .slider_wrapper .owl-carousel {
  position: static;
}
.about_testimonial .testimonial .slider_wrapper .owl-controls .owl-nav {
  margin:0;
}
.about_testimonial .testimonial .testimonial-carousel-content-box .text {
  padding: 20px 31px 58px 31px;
  border-radius: 5px;
  color:#fff;
  position: relative;
  margin-bottom: 26px;
}
.about_testimonial .testimonial .testimonial-carousel-content-box .text:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 40px;
  top: 100%;
  border: 0 solid transparent;
  border-width: 16px 18px;
  border-left-width: 0;
}
.about_testimonial .testimonial .testimonial-carousel-content-box .text i {
  line-height: 34px;
  font-size: 18px;
}
.about_testimonial .testimonial .testimonial-carousel-content-box .author h6 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 7px;
}
.about_testimonial .testimonial .testimonial-carousel-content-box .author h6 span {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.about_testimonial .testimonial .testimonial-carousel-content-box .author ul li {
  display: inline-block;
  margin-right: 5px;
}
.about_testimonial .testimonial .testimonial-carousel-content-box .author&gt;img {
  width:75px;
  height:75px;
}
.about_testimonial .testimonial .testimonial-carousel-content-box .author .author_name {
  margin:15px 0 0 24px;
}
.about_testimonial .testimonial .slider_wrapper .owl-controls {
  position: absolute;
  top:-106px;
  right:0;
}

.about_testimonial .testimonial .owl-theme .owl-nav [class*=owl-] {
  width:35px;
  height: 35px;
  border:2px solid #eaeaea;
  margin:6px;
  background: transparent;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about_testimonial .testimonial .owl-theme .owl-nav [class*=owl-]:before {
  position: absolute;
  font-family: 'FontAwesome';
  color:#bfbfbf;
  line-height: 35px;
  width:100%;
  top:0;
  left:0;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about_testimonial .testimonial .owl-theme .owl-nav .owl-prev:before {
  content: 'ï“';
}
.about_testimonial .testimonial .owl-theme .owl-nav .owl-next:before {
  content: 'ï”';
  left:1px;
}

.about_testimonial .testimonial .testimonial-carousel-thumbnail-box img {
  width:50px;
  height:50px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
}

.about_testimonial .testimonial .testimonial-carousel-thumbnail-box {
  width:30%;
  float: right;
  margin-top: -90px;
}

/*========================== What Makes us Special ====================*/

.makesUs_special {
  background: url(images/home/5.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 420px;
  margin: 81px 0 73px 0;
}
.makesUs_special .overlay {
  width:100%;
  height:100%;
  padding: 114px 0 70px 0;
}
.makesUs_special .overlay .special_item {
  margin-top:43px;
}
.makesUs_special .overlay .special_item .text {
  margin-left:30px;
}
.makesUs_special .overlay h2,
.makesUs_special .overlay .special_item span,
.makesUs_special .overlay .special_item p {
  color:#fff;
}
.makesUs_special .overlay .special_item span {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 48px;
}
.makesUs_special .overlay .special_item p {
  font-weight: 700;
  font-size: 18px;
  margin-top:-9px;
}
.makesUs_special .overlay .special_item .icon {
  margin-top:6px;
}
.makesUs_special .overlay .special_item .ficon:before {
  font-size: 60px;
}
/*================================ Why Choose Us =========================*/
.why_choose_us .row {
  margin-top:57px;
}
.why_choose_us .choose_us_item {
  border:1px solid #f4f4f4;
  border-radius: 6px;
  padding: 35px 0 35px 12px;
  margin-bottom: 30px;
}
.why_choose_us .choose_us_item .icon {
  width:70px;
  height:70px;
  margin-top:3px;
  text-align: center;
}
.why_choose_us .choose_us_item .icon .ficon:before {
  font-size: 36px;
  line-height: 70px;
}
.why_choose_us .choose_us_item .text {
  margin-left: 18px;
  width: 75%;
}
.why_choose_us .choose_us_item .text h5 {
  margin-bottom: 7px;
}

/*================================== Our Team ==============================*/
.ourWP_team {
  background: url(images/home/6.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 736px;
  margin: 47px 0 73px 0;
}
.ourWP_team .overlay {
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.85);
  padding: 74px 0 70px 0;
}
.ourWP_team h2 {
  color:#fff;
}
.ourWP_team .team_member {
  margin-top:60px;
}
.ourWP_team .team_member .img_holder {
  position: relative;
}
.ourWP_team .team_member .img_holder .opacity {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1);
  -webkit-transform:scale(0.1);
  -moz-transform:scale(0.1);
  -ms-transform:scale(0.1);
  -o-transform:scale(0.1);
}
.ourWP_team .team_member .img_holder .opacity .icon {
  display: table;
  width:100%;
  height:100%;
}
.ourWP_team .team_member .img_holder .opacity .icon span {
  display: table-cell;
  vertical-align: middle;
}
.ourWP_team .team_member .img_holder .opacity .icon span a {
  display: block;
  width:60px;
  height:60px;
  margin:0 auto;
  line-height: 60px;
  text-align: center;
}
.ourWP_team .team_member: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);
}
.ourWP_team .team_member .text h5,
.ourWP_team .team_member .text p,
.ourWP_team .team_member .text i {
  color:#fff;
}
.ourWP_team .team_member .text h5 {
  margin: 18px 0 8px 0;
}
.ourWP_team .team_member .text p {
  margin: 8px 0 12px 0;
  line-height: 26px;
}

.ourWP_team .team_member .text a {
  margin-bottom: 4px;
  font-weight: 500;
  display: block;
}

/*========================= FAQ and Latest News =================*/


.faqAndNews .faq_panel #accordion {
  margin-top:50px;
  border: 1px solid #f4f4f4;
}
.faqAndNews .faq_panel .panel-group .panel-heading {
  padding: 24px 0 28px 66px;
  position: relative;
  background: transparent;
}
.faqAndNews .faq_panel .panel-group .panel-heading .icon {
  width: 35px;
  height:40px;
  border: 1px solid #f4f4f4;
  position: absolute;
  left: 17px;
  top: 17px;
}
.faqAndNews .faq_panel .panel-group .panel-heading .icon:before {
  content: 'ï§';
  font-family: 'FontAwesome';
  color:#9e9e9e;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  width:100%;
  position: absolute;
  top:0;
  left: 0;
}
.faqAndNews .faq_panel .panel-group .panel-heading.active-panel .icon {
  height:60px;
}
.faqAndNews .faq_panel .panel-group .panel-heading.active-panel .icon:before {
  line-height: 60px;
  content: 'ï¨';
}
.faqAndNews .faq_panel #accordion .panel-heading a {
  font-weight: 500;
  font-size: 18px;
  color:#272727;
  line-height: 26px;
}
.faqAndNews .faq_panel .panel-group .panel-heading + .panel-collapse &gt; .panel-body,
.faqAndNews .faq_panel .panel-group .panel-heading + .panel-collapse &gt; .list-group {
  border:none;
}
.faqAndNews .faq_panel #accordion .panel {
  box-shadow: none;
  border-bottom: 1px solid #f4f4f4;
  margin:0;
}
.faqAndNews .faq_panel .panel-group .panel-heading + .panel-collapse &gt; .panel-body p {
  line-height: 26px;
}
.faqAndNews .faq_panel .panel-group .panel-heading + .panel-collapse &gt; .panel-body {
  padding: 0 20px 24px 69px;
  margin-top: -18px;
  position: relative;
  z-index: 999999;
}


/*--------------- Latest news -----------------*/
.latest_news .news_slider {
  margin-top: 50px;
  position: relative;
}
.latest_news .single_news {
  border: 1px solid #f4f4f4;
  padding: 20px 0 20px 22px;
  margin-bottom: 27px;
}
.latest_news .single_news .img_holder {
  position: relative;
}
.latest_news .single_news .img_holder .opacity {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0,0,0,0.8);
  transform: scale(0.1);
  -webkit-transform:scale(0.1);
  -moz-transform:scale(0.1);
  -ms-transform:scale(0.1);
  -o-transform:scale(0.1);
}
.latest_news .single_news .img_holder .opacity .icon {
  display: table;
  width:100%;
  height:100%;
}
.latest_news .single_news .img_holder .opacity .icon span {
  display: table-cell;
  vertical-align: middle;
}
.latest_news .single_news .img_holder .opacity .icon span a {
  display: block;
  width:45px;
  height:45px;
  margin:0 auto;
  line-height: 45px;
  text-align: center;
}
.latest_news .single_news: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 .post {
  width: 66%;
  margin: -6px 0 0px 28px;
}
.latest_news .single_news .post h5 a {
  display: block;
  color:#272727;
  line-height: 30px;
}
.latest_news .single_news .post p {
  margin: 5px 0 17px 0;
}
.latest_news .single_news .post ul li {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
.latest_news .single_news .post ul li:last-child {
  margin-right: 0;
}
.latest_news .single_news .post ul li:last-child:before {
  content: '';
  height: 12px;
  width:1px;
  background: #d2d2d2;
  position: absolute;
  left: -13px;
  top: 6px;
}
.latest_news .single_news .post ul li a {
  font-weight: 500;
}
.latest_news .single_news .post ul li a i {
  margin-right: 5px;
}
.latest_news .owl-dots {
  position: absolute;
  top:-103px;
  right:0;
}
.latest_news .owl-dots .owl-dot span {
  width:15px;
  height:15px;
  background: #f4f4f4;
  margin:0 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


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

.award_banner  {
  background: url(images/home/9.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  height:auto;
  margin: 42px 0 72px 0;
}
.award_banner .overlay {
  height:100%;
  width:100%;
  text-align: center;
  padding: 95px 0;
}
.award_banner .overlay h2,
.award_banner .overlay p,
.award_banner .overlay h5 {
  color:#fff;
}
.award_banner .overlay p {
  margin: 34px 207px 38px 212px;
  line-height: 30px;
  font-size: 18px;
}
.award_banner .overlay h5 a {
  text-decoration: underline;
}

/*=========================== Request Call Back =============================*/
.req_callBack {
  margin-bottom: 53px;
}
.req_callBack .callBack_text h5 {
  font-weight: normal;
  color:#9e9e9e;
  line-height: 36px;
  margin: 40px 0 23px 0;
  letter-spacing: 0.2px;
}
.req_callBack .callBack_text h5 a {
  font-weight: normal;
}
.req_callBack .callBack_text p {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 22px;
}
.req_callBack .callBack_text p span {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color:#272727;
}
.req_callBack .callBack_text p a {
  font-family: 'Open Sans', sans-serif;
}
.req_callBack .callBack_text p a.p_color {
  font-size: 16px;
}
.req_callBack .callBack_text p a.s_color {
  text-decoration: underline;
}
.req_callBack .req_callBackForm form {
  border:1px solid #f4f4f4;
  padding: 26px 25px;
  margin-top: 5px;
}
.req_callBack .req_callBackForm form label {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  display: block;
}
.req_callBack .req_callBackForm form input,
.req_callBack .req_callBackForm form  .ui-state-default {
  width:100% !important;
  height:50px;
  border:1px solid #f4f4f4;
  padding: 0 10px;
  background: transparent;
  border-radius: 0;
  margin-bottom: 15px;
}
.req_callBack .req_callBackForm form .ui-selectmenu-button span.ui-selectmenu-text {
  line-height: 50px;
  padding: 0;
  color:#9e9e9e;
}
.req_callBack .req_callBackForm form  .ui-state-default:focus {
  outline: none;
}
.ui-menu .ui-menu-item {
  padding: 0 10px;
  line-height: 35px;
  color:#9e9e9e;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ui-widget-content .ui-state-focus {
  border:none;
  color:#fff;
}
.ui-selectmenu-button span.ui-icon {
    display: block;
    float: right;
    position: relative;
    text-indent: 0;
    top: 12px;
    right: -2px;
    margin-top: 0;
    overflow: visible;
    background-image: none;
}
.ui-selectmenu-button span.ui-icon:before {
    content: "ï„‡";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color:#9e9e9e;

}
.req_callBack .req_callBackForm form button {
  display: block;
  line-height: 55px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  width:100%;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}
.req_callBack .req_callBackForm form button:hover,
.req_callBack .req_callBackForm form button:focus {
  color:#fff;
}

/*====================== partner Logo =======================*/
#partner_logo img {
  border:1px solid #f7f7f7;
}
#partner_logo .item {
  margin:0 10px;
}

/*============================ SignUp For Newsletter ======================*/
.signup_newsletter {
  background: #272727;
  padding: 74px 0 78px 0;
  margin: 70px 0 0 0;
}
.signup_newsletter h3,
.signup_newsletter label {
  color:#fff;
}
.signup_newsletter form  {
  margin-top:39px;
}
.signup_newsletter label {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  display: block;
}
.signup_newsletter form input {
  width:100%;
  height:55px;
  border:2px solid #313030;
  background: transparent;
  color:#fff;
  padding: 0 15px;
  margin-top:2px;
}
.signup_newsletter form button {
  display: block;
  line-height: 55px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  width:100%;
  margin-top: 29px;
  font-size: 14px;
  color:#fff;
}
.signup_newsletter form button:hover,
.signup_newsletter form button:focus {
  background: #fff;
}
.signup_newsletter .social_icon_newsletter {
  margin-top:41px;
}
.signup_newsletter .social_icon_newsletter li {
  display: inline-block;
  margin-right: 19px;
}
.signup_newsletter .social_icon_newsletter li:last-child {
  margin-right: 0;
}
.signup_newsletter .social_icon_newsletter li a {
  font-size: 24px;
}
.signup_newsletter .social_icon_newsletter li a:hover {
  color:#fff;
}

/*================================ Google map =================================*/
#google-map-area {
  width:100%;
  height:460px;
  position: relative;
}
.google-map-home {
  height:100%;
}

#google-map-area .address_wrapper .map_address {
  border-radius: 5px;
  padding: 40px 53px 28px 42px;
  width:470px;
  margin-top: -356px;
  position: relative;
}
#google-map-area .address_wrapper .map_address h5 {
  font-weight: 500;
  margin-bottom: 15px;
}
#google-map-area .address_wrapper .map_address ul li {
  position: relative;
  padding-left: 23px;
  line-height: 30px;
  font-weight: 600;
  color:#f4f4f4;
  margin-bottom: 7px;
}
#google-map-area .address_wrapper .map_address ul li a {
  font-weight: 600;
  color:#f4f4f4;
  font-family: 'Open Sans', sans-serif;
}
#google-map-area .address_wrapper .map_address ul li i {
  font-size: 18px;
  position: absolute;
  left:1px;
  top:6px;
  padding: 1px;
}
#google-map-area .address_wrapper .map_address ul li:last-child i {
  left:-3px;
}
#google-map-area .owl-controls {
  position: absolute;
  bottom: 30px;
  right: 23px;
}
#google-map-area .owl-theme .owl-nav [class*=owl-] {
  width:35px;
  height: 35px;
  border:2px solid #fff;
  margin:7px;
  background: transparent;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#google-map-area .owl-theme .owl-nav [class*=owl-]:before {
  position: absolute;
  font-family: 'FontAwesome';
  color:#fff;
  line-height: 35px;
  width:100%;
  top:0;
  left:0;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#google-map-area .owl-theme .owl-nav .owl-prev:before {
  content: 'ï“';
}
#google-map-area .owl-theme .owl-nav .owl-next:before {
  content: 'ï”';
}
/*-----------------*/
#partner_logo img {
  margin:0 auto;
}
/*================================ Footer ============================*/
footer {
  background: url(images/home/footer.jpg) no-repeat center;
  height:auto;
  background-size: cover;
  background-position: -197px 22%;
}
footer .overlay {
  width:100%;
  height:100%;
  padding: 90px 0 0 0;
}
footer .footer_logo p {
  color:#f4f4f4;
  margin: 26px 0 32px 0;
}
footer .footer_logo ul li {
  display: inline-block;
  margin-right: 5px;
}
footer .footer_logo ul li:last-child {
  margin-right: 0;
}
footer .footer_logo ul li a {
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color:#fff;
  font-size: 18px;
}
footer .theme_title h4 {
  color:#fff;
}
footer .theme_title {
  padding-bottom: 14px;
  margin-bottom: 24px;
}
footer .quick_links ul li a {
  font-weight: normal;
  color:#f7f7f7;
}
footer .quick_links ul li {
  margin-bottom: 11px;
}
footer .quick_links ul li:last-child {
  margin: 0;
}
footer .quick_links ul.border_fix {
  padding-left: 14px;
}
footer .recent_news_footer .theme_title {
  margin-bottom: 30px;
}
footer .recent_news_footer .single_news_footer {
  margin-bottom: 19px;
} 
footer .recent_news_footer .img_holder img {
  width:75px;
  height:75px;
  border-radius: 5px;
}
footer .recent_news_footer .post {
  padding-left: 26px;
  width: 72%;
  margin-top: -7px;
}
footer .recent_news_footer .post h6 a {
  font-size: 16px;
  color:#f7f7f7;
  line-height: 28px;
  margin-bottom: 2px;
  font-weight: 900;
}
footer .recent_news_footer .post p a {
  font-weight: 500;
}
footer .recent_news_footer .post p a i {
  margin-right: 4px;
}

footer .recent_news_footer .img_holder {
  position: relative;
}
footer .recent_news_footer .img_holder .opacity {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transform: scale(0.1);
  -webkit-transform:scale(0.1);
  -moz-transform:scale(0.1);
  -ms-transform:scale(0.1);
  -o-transform:scale(0.1);
}
footer .recent_news_footer .img_holder .opacity .icon {
  display: table;
  width:100%;
  height:100%;
}
footer .recent_news_footer .img_holder .opacity .icon span {
  display: table-cell;
  vertical-align: middle;
}
footer .recent_news_footer .img_holder .opacity .icon span a {
  display: block;
  width:45px;
  height:45px;
  margin:0 auto;
  line-height: 45px;
  text-align: center;
}
footer .recent_news_footer .single_news_footer: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);
}

footer .footer_contact p,
footer .footer_contact p a {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color:#f4f4f4;
  line-height: 30px;
}
footer .footer_contact p {
  position: relative;
  margin-bottom: 29px;
  padding-left: 53px;
}
footer .footer_contact p span:before {
  position: absolute;
  padding: 1px;
  top:7px;
  left:0;
  font-size: 35px;
}
footer .footer_contact p .flaticon-map:before {
  left: -9px;
  top: 14px;
  font-size: 47px;
}
footer .footer_contact p .flaticon-phone:before {
  left: 2px;
  top: -5px;
  font-size: 32px;
}
footer .footer_contact p .flaticon-messagetwo:before {
  left: 2px;
  top: 1px;
  font-size: 32px;
}
footer .bottom_footer {
  padding: 26px 0;
  margin-top:78px;
}
footer .bottom_footer p {
  font-weight: 500;
  color:#f4f4f4;
}
footer .bottom_footer p a {
  font-weight: 500;
}

footer .bottom_footer ul li {
  display: inline-block;
  margin-left: 22px;
  margin-top: 3px;
}
footer .bottom_footer ul li a {
  font-size: 18px;
  color:#fff;
}
@keyframes scrollTopAnim {
    0%   {bottom:52px;}
    50%  {bottom: 60px;}
    100% {bottom: 52px;}
}
.scroll-top {
  width:60px;
  height:60px;
  position: fixed;
  bottom: 52px;
  right: 80px;
  z-index: 99;
  display: none;
  text-align: center;
  animation-name: scrollTopAnim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.scroll-top span:before {
  font-size: 27px;
}
.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%);
}

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

.inner_banner {
  background: url(images/home/inner-banner.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  height:258px;
}
.inner_banner .overlay {
  width:100%;
  height:100%;
  padding: 91px 0 50px 0;
}
.inner_banner .overlay h2 {
  font-size: 48px;
  color:#fff;
}
.inner_banner .overlay span {
  width:70px;
  height:5px;
  display: block;
  margin: 13px auto 0 auto;
}
/*============================= Page Breadcrumb =====================*/
.page-breadcrumb {
  padding: 19px 0 13px 0;
  margin-bottom: 80px;
}
.page-breadcrumb h6 {
  color:#fff;
}
.page-breadcrumb ul li {
  display: inline-block;
  margin-left: 10px;
}
.page-breadcrumb ul li,
.page-breadcrumb ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color:#fff;
}
.page-breadcrumb ul li i {
  font-size: 18px;
  vertical-align: middle;
}


/*=============================== About Us Page Content =======================*/

            /*__________________ Side Bar __________________*/

.page_list {
  background: #f4f4f4;
  padding: 35px 0 15px 0;
  margin-bottom: 40px;
}
.page_list li {
  margin-bottom: 22px;
}
.page_list li a {
  color:#272727;
  font-size: 18px;
  line-height: 26px;
  padding-left: 19px;
  position: relative;
  width:100%;
}
.page_list li a:before {
  content: '';
  width:0;
  height:100%;
  position: absolute;
  top:0;
  left:-6px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page_list li a:hover:before,
.page_list li a.active:before {
  width:6px;
}

.fun_facts_single_item {
  border:1px solid #f4f4f4;
  padding: 14px 0 19px 26px;
  margin-bottom: 13px;
}
.fun_facts_single_item .text {
  margin: 5px 0 0 20px;
}
.fun_facts_single_item .icon .ficon:before {
  font-size: 58px;
}
.fun_facts_single_item .text span {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color:#272727;
  font-size: 36px;
}
.fun_facts_single_item .text p {
  font-style: italic;
  margin: -4px 0 0 2px;
}
.business_enquiry {
  border:1px solid #f4f4f4;
  overflow: hidden;
  margin-top: 40px;
  padding: 33px 12px 38px 38px;
  position: relative;
}
.business_enquiry p {
  font-size: 18px;
  line-height: 29px;
  margin-top:18px;
}
.business_enquiry p a.s_color {
  text-decoration: underline;
  font-family: 'Open Sans', sans-serif;
}
.business_enquiry p a.p_color {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  display: inline;
}
.business_enquiry span {
  position: absolute;
  bottom: -50px;
  right: -1px;
}
.business_enquiry span:before {
  font-size: 98px;
  color:#f4f4f4;
}

                /*__________________ About us page main content ______________*/

.about_us_main_content .img_holder {
  position: relative;
}
.about_us_main_content .img_holder .icon {
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
.about_us_main_content .img_holder .icon&gt; a {
  display: table;
  text-align: center;
  width:100%;
  height:100%;
}
.about_us_main_content .img_holder .icon&gt; a span {
  display: table-cell;
  vertical-align: middle;
}
.about_us_main_content .img_holder .icon&gt; a span:before {
  font-size: 60px;
}
.about_us_main_content .img_holder:hover .icon&gt; a span:before {
  color:#e7182f;
}
.about_us_main_content .text_wrapper {
  margin-top:56px;
}
.about_us_main_content .about_testimonial .testimonial .slider_wrapper .owl-controls {
  display: none;
}
.about_us_main_content .about_testimonial .testimonial .slider_wrapper {
  margin-top:8px;
}
.about_us_main_content .our_mission {
  margin-top:48px;
  margin-bottom: 73px;
}
.about_us_main_content .our_mission .icon {
  width:80px;
  height:80px;
  text-align: center;
}
.about_us_main_content .our_mission .icon span:before {
  font-size: 42px;
  line-height: 74px;
}
.about_us_main_content .our_mission .single_mission {
  margin-top: 41px;
}
.about_us_main_content .our_mission .single_mission .text h5 {
  margin:16px 0;
}

/*========================== Request Quote Footer ======================*/
.request_quote_footer {
  position: relative;
  z-index: 1;
  padding: 23px 0 22px 0;
}
.request_quote_footer p {
  font-size: 24px;
  margin-top:11px;
}
.request_quote_footer a {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  color: #fff;
}
.request_quote_footer a:hover {
  background: #fff;
}

/*========================= Company History ====================*/
.mTop_fix {
  margin-top:-5px;
}
.company_history_main_content .img_holder img {
  width:50%;
}
.company_history_main_content .img_holder {
  margin: 40px 0 32px 0;
}
.company_history_main_content .history_trends {
  padding: 35px 42px 40px 28px;
}
.company_history_main_content .history_trends:nth-child(even) {
  background: #f4f4f4;
}
.company_history_main_content .history_trends:last-child {
  margin-bottom: 78px;
}
.company_history_main_content .history_trends h6 span {
  display: block;
}
.company_history_main_content .history_trends h6 {
  line-height: 33px;
}
.company_history_main_content .history_trends p {
  width:66%;
  margin-top:5px;
}

/*================================ Our team =========================*/
.our_team_page_wrapper {
  margin-bottom: 80px;
}
.our_team_main_content .team_member {
  margin-top:41px;
}
.our_team_main_content .team_member .img_holder {
  position: relative;
}
.our_team_main_content .team_member .img_holder .opacity {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1);
  -webkit-transform:scale(0.1);
  -moz-transform:scale(0.1);
  -ms-transform:scale(0.1);
  -o-transform:scale(0.1);
}
.our_team_main_content .team_member .img_holder .opacity .icon {
  display: table;
  width:100%;
  height:100%;
}
.our_team_main_content .team_member .img_holder .opacity .icon span {
  display: table-cell;
  vertical-align: middle;
}
.our_team_main_content .team_member .img_holder .opacity .icon span a {
  display: block;
  width:60px;
  height:60px;
  margin:0 auto;
  line-height: 60px;
  text-align: center;
}
.our_team_main_content .team_member: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);
}

.our_team_main_content .team_member .text h5 {
  margin: 18px 0 8px 0;
}
.our_team_main_content .team_member .text p {
  margin: 8px 0 12px 0;
  line-height: 26px;
}
.our_team_main_content .team_member .text a {
  margin-bottom: 4px;
  font-weight: 500;
  display: block;
}
.our_team_main_content .border_fix {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 28px;
}

/*==================================== Our partners ==========================*/
.our_partners_page_wrapper {
  margin-bottom: 78px;
}
.our_partners_main_content .partner_info_wrapper&gt; img {
  border: 1px solid #f7f7f7;
  margin-bottom: 18px;
}
.our_partners_main_content .partner_info_wrapper .text i {
  display: block;
  line-height: 26px;
  margin: 6px 0 23px 0;
}
.our_partners_main_content .partner_info_wrapper .text span {
  display: block;
  width:70px;
  height:5px;
  margin-bottom: 12px;
  position: relative;
}
.our_partners_main_content .partner_info_wrapper .text span:before {
  content: '';
  width:0;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.our_partners_main_content .partner_info_wrapper:hover .text span:before {
  width:100%;
}
.our_partners_main_content .partner_info_wrapper .text p {
  line-height: 26px;
}
.our_partners_main_content .border_fix {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 32px;
}
.our_partners_main_content .partner_info_wrapper {
  margin-top:40px;
}

/*============================== FAQ Page =======================*/
.faq_page_wrapper,.career_page_wrapper,.career_single_page_wrapper,.client_feedback_page_wrapper {
  margin-bottom: 80px;
}
.search_style_two {
  height:54px;
  position: relative;
}
.search_style_two input {
  width:100%;
  height:100%;
  background: #f4f4f4;
  border:1px solid #ecebeb;
  padding: 0 54px 0 15px;
}
.search_style_two button {
  position: absolute;
  top:0;
  right: 0;
  width:53px;
  height:100%;
  text-align: center;
  color:#bfbfbf;
}

/*=========================== Career ======================*/
.career_main_content .img_holder {
  position: relative;
  margin-bottom: 55px;
}
.career_main_content .img_holder .text {
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;
  padding: 118px 0 0 35px;
}
.career_main_content .img_holder .text h3 {
  line-height: 50px;
}
.career_main_content .img_holder .text a {
  font-size: 14px;
  text-transform: uppercase;
  margin-top:17px;
  font-weight: 900;
  color:#fff;
}
.career_main_content .img_holder .text a:hover {
  color:#fff;
}

.job_table .table tr th {
  border:none;
  line-height: 30px;
  padding: 0 0 0 10px;
  font-family: 'Roboto', sans-serif;;
  font-weight: 700;
  color:#fff;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.job_table .table tr th:nth-child(1) {
  padding-right: 64px;
}
.job_table .table tr th:last-child,
.job_table .table tr td:last-child {
  border-right: none;
  padding-right: 29px;
}
.job_table .table tr td {
  border:none;
  border-right: 10px solid #fff;
  line-height: 40px;
  padding: 0 0 0 10px;
}
.job_table .table tr:nth-child(even) td {
  background: #f4f4f4;
}
.job_table .table tr td,
.job_table .table tr td a {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color:#9e9e9e;
}
.job_table .table tr td a:hover {
  text-decoration: underline;
}

/*==================== Career Single Page ===================*/

.career_single_main_content .job_facilities {
  margin: 40px 0 56px 0;
  padding: 23px 0 8px 32px;
}
.career_single_main_content .job_facilities p {
  color:#fff;
  font-size: 18px;
  margin-bottom: 13px;
}
.career_single_main_content .requirement_list {
  margin-top:16px;
  margin-bottom: 50px;
}
.career_single_main_content .requirement_list li {
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}
.career_single_main_content .requirement_list li:before {
  content: '';
  width:8px;
  height:8px;
  border-radius: 50%;
  position: absolute;
  top:13px;
  left:0;
}
.career_single_main_content .apply_form form {
  margin-top:33px;
  border:1px solid #f4f4f4;
  padding: 26px 25px 39px 25px;
}
.career_single_main_content .apply_form form label {
  font-weight: normal;
  display: block;
}
.career_single_main_content .apply_form form .single_input input {
  width:100%;
  height:50px;
  border:1px solid #f4f4f4;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.career_single_main_content .apply_form form .linkedin_link p {
  font-weight: 700;
  margin-right: 30px;
}
.career_single_main_content .apply_form form .linkedin_link input {
  width:400px;
  height:30px;
  border:1px solid #f4f4f4;
  padding-left: 15px;
}
.career_single_main_content .apply_form form .single_input textarea {
  max-width:100%;
  width:100%;
  min-height: 140px;
  border:1px solid #f4f4f4;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.career_single_main_content .apply_form form .resume_attach input {
  width:100%;
  height:50px;
  border:1px solid #f4f4f4;
  padding: 12px 0 0 10px;
}
.career_single_main_content .apply_form form .submit_wrapper p{
  font-weight: 600;
  color:#272727;
}
.career_single_main_content .apply_form form .submit_wrapper button {
  margin-top:-12px;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  color:#fff;
}

.career_single_main_content .apply_form form .submit_wrapper {
  margin-top:8px;
}
.career_single_main_content .apply_form form .single_input,
.career_single_main_content .apply_form form .linkedin_link,
.career_single_main_content .apply_form form .resume_attach {
  margin-bottom: 27px;
} 

/*=========================== Client feedback ====================*/

.client_feedback_main_content .feedback_wrapper {
  margin-top:40px;
}
.client_feedback_main_content .feedback_single_client {
  margin-bottom: 38px;
}
.client_feedback_main_content .feedback_single_client&gt;p {
  background: #f4f4f4;
  font-style: italic;
  line-height: 34px;
  font-size: 18px;
  border-radius: 5px;
  padding: 19px 19px 23px 23px;
  position: relative;
  margin-bottom: 30px;
   white-space:pre-line;
}
.client_feedback_main_content .feedback_single_client&gt;p:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 40px;
  top: 100%;
  border: 0 solid transparent;
  border-width: 16px 18px;
  border-left-width: 0;
  border-top-color: #f4f4f4;
}
.client_feedback_main_content .feedback_single_client .author&gt;img {
    width: 75px;
    height: 75px;
}
.client_feedback_main_content .feedback_single_client .author .author_name {
    margin: 15px 0 0 24px;
}
.client_feedback_main_content .feedback_single_client .author h6 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 7px;
}
.client_feedback_main_content .feedback_single_client .author h6 span {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
}
.client_feedback_main_content .feedback_single_client .author ul li {
    display: inline-block;
    margin-right: 5px;
}

/*==================================== Blog Default =========================*/

.blog_page_wrapper {
  margin-bottom: 78px;
}
.blog_page_wrapper .blog_post_single {
  border:1px solid #f4f4f4;
  padding: 20px 20px 30px 20px;
  margin-bottom: 58px;
  overflow: hidden;
}

.blog_page_wrapper .blog_post_single .img_holder {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  display:inline-block;
}
.blog_page_wrapper .blog_post_single .img_holder img {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog_page_wrapper .blog_post_single:hover .img_holder img {
  transform: scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -ms-transform:scale(1.1);
  -o-transform:scale(1.1);
}
.blog_page_wrapper .blog_post_single .img_holder&gt;a {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.blog_page_wrapper .blog_post_single .img_holder .opacity {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0,0,0,0.8);
  transform: scale(0.1);
  -webkit-transform:scale(0.1);
  -moz-transform:scale(0.1);
  -ms-transform:scale(0.1);
  -o-transform:scale(0.1);
}
.blog_page_wrapper .blog_post_single .img_holder .opacity .icon {
  display: table;
  width:100%;
  height:100%;
}
.blog_page_wrapper .blog_post_single .img_holder .opacity .icon span {
  display: table-cell;
  vertical-align: middle;
}
.blog_page_wrapper .blog_post_single .img_holder .opacity .icon span a {
  display: block;
  width:60px;
  height:60px;
  margin:0 auto;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
}
.blog_page_wrapper .blog_post_single: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_page_wrapper .blog_post_single .text h5 a {
  display: block;
  color:#272727;
  line-height: 30px;
}
.blog_page_wrapper .blog_post_single .text p {
  margin: 9px 0 22px 0;
}
.blog_page_wrapper .blog_post_single .text&gt;ul li {
  display: inline-block;
  position: relative;
  margin-right: 26px;
  margin-top: 9px;
}
.blog_page_wrapper .blog_post_single .text&gt;ul li:last-child {
  margin-right: 0;
}
.blog_page_wrapper .blog_post_single .text&gt;ul li:before {
  content: '';
  height: 12px;
  width:1px;
  background: #d2d2d2;
  position: absolute;
  right: -13px;
  top: 6px;
}
.blog_page_wrapper .blog_post_single .text&gt;ul li:last-child:before {
  display: none;
}
.blog_page_wrapper .blog_post_single .text&gt;ul li a {
  font-weight: 500;
}
.blog_page_wrapper .blog_post_single .text&gt;ul li a i {
  margin-right: 5px;
}
.blog_page_wrapper .blog_post_single .text .read_more {
  width:150px;
  line-height: 50px;
  text-align: center;
  color:#fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
}
.blog_page_wrapper .blog_post_single .text .share {
  width:55px;
  line-height: 50px;
  text-align: center;
  background: #f4f4f4;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.blog_page_wrapper .blog_post_single .text .share:hover {
  color:#fff;
}
.blog_page_wrapper .blog_post_single .text .share,
.blog_page_wrapper .blog_post_single .text .share-content,
.blog_page_wrapper .blog_post_single .text .share-content li {
  display: inline-block;
}
.blog_page_wrapper .blog_post_single .text .share-content li a {
  width:50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  margin: 0 2px 0 2px;
  background: #f4f4f4;
}
.blog_page_wrapper .blog_post_single .text .share-content {
  transform: translate3d(400px, 0, 0);
  opacity: 0;
  transition: all 0.5s ease;
}
.blog_page_wrapper .blog_post_single .text .share-content.share-show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.page_pagination {
  text-align: center;
}
.page_pagination li {
  display: inline-block;
  margin:0 4px;
}
.page_pagination li a {
  width: 55px;
  line-height: 55px;
  border:1px solid #f4f4f4;
  text-align: center;
  font-size: 18px;
}
.page_pagination li a.active,
.page_pagination li a:hover {
  color:#fff;
}

/*=============================== Blog Grid =======================*/

.blog_page_wrapper.blog_grid .blog_post_single .text p {
    margin: 9px 0 14px 0;
}
.blog_page_wrapper.blog_grid .blog_post_single .text&gt;a {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.blog_page_wrapper.blog_grid .blog_post_single .text&gt;a i {
  margin-left: 3px;
}
.blog_page_wrapper.blog_grid .blog_post_single .text&gt;a:hover {
  text-decoration: underline;
}
.blog_page_wrapper.blog_grid .blog_post_single {
  padding-bottom: 23px;
  margin-bottom: 30px;
}
.blog_page_wrapper.blog_grid .page_pagination {
  margin-top:30px;
}
.blog_page_wrapper.blog_grid  .blog_post_single .img_holder .opacity .icon span a {
  width:45px;
  height:45px;
  line-height: 45px;
  font-size: 16px;
}


/*======================== Blog Grid With Sidebar =================*/

/*============================= Sidebar Style One ==================*/

.sidebar_styleOne .theme_title {
  padding-bottom: 15px;
}
.sidebar_search {
  height: 54px;
  position: relative;
}
.sidebar_search input {
  width:100%;
  height:54px;
  border:none;
  background: #f4f4f4;
  padding: 0 56px 0 12px;
}
.sidebar_search button {
  width:54px;
  height:100%;
  position: absolute;
  top:0;
  right:0;
}
.sidebar_search button:hover {
  color:#fff;
}
.sidebar_categories {
  margin-top:52px;
}
.sidebar_categories ul {
  margin-top:22px;
  margin-bottom: 37px;
}
.sidebar_categories ul li {
  line-height: 49px;
  border-bottom: 1px solid #f4f4f4;
}
.sidebar_categories ul li:last-child {
  border:none;
}
.sidebar_categories ul li a {
  font-weight: normal;
  color:#272727;
  position: relative;
  padding-left: 29px;
}
.sidebar_categories ul li a:before {
  content: '';
  width:8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top:20px;
  left:0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recent_news_sidebar .theme_title {
  margin-bottom: 40px;
}
.recent_news_sidebar {
  margin-bottom: 51px;
}
.recent_news_sidebar .single_news_sidebar {
  margin-bottom: 19px;
} 
.recent_news_sidebar .img_holder img {
  width:75px;
  height:75px;
  border-radius: 5px;
}
.recent_news_sidebar .post {
  padding-left: 26px;
  width: 72%;
  margin-top: -7px;
}
.recent_news_sidebar .post h6 a {
  font-size: 16px;
  color:#272727;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 2px;
}
.recent_news_sidebar .post p a {
  font-weight: 500;
}
.recent_news_sidebar .post p a i {
  margin-right: 4px;
}

.recent_news_sidebar .img_holder {
  position: relative;
}
.recent_news_sidebar .img_holder .opacity {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transform: scale(0.1);
  -webkit-transform:scale(0.1);
  -moz-transform:scale(0.1);
  -ms-transform:scale(0.1);
  -o-transform:scale(0.1);
}
.recent_news_sidebar .img_holder .opacity .icon {
  display: table;
  width:100%;
  height:100%;
}
.recent_news_sidebar .img_holder .opacity .icon span {
  display: table-cell;
  vertical-align: middle;
}
.recent_news_sidebar .img_holder .opacity .icon span a {
  display: block;
  width:45px;
  height:45px;
  margin:0 auto;
  line-height: 45px;
  text-align: center;
}
.recent_news_sidebar .single_news_sidebar: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);
}
.sidebar_testimonial .theme_title {
  margin-bottom: 40px;
}
.sidebar_testimonial .item .text {
  border-radius: 5px;
  padding: 19px 20px 20px 20px;
  position: relative;
  margin-bottom: 25px;
}
.sidebar_testimonial .item .text p {
  color:#fff;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 16px;
}
.sidebar_testimonial .item .text h6 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.sidebar_testimonial .item .text h6 span {
  font-weight: normal;
  font-size: 14px;
  text-transform: capitalize;
}
.sidebar_testimonial .item .text:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 25px;
  top: 100%;
  border: 0 solid transparent;
  border-width: 9px 6px;
  border-left-width: 6px;
}
.sidebar_testimonial .thumbnail_wrapper .item {
  cursor: pointer;
}
.sidebar_testimonial .thumbnail_wrapper .item&gt;img {
  width:45px;
  height:45px;
  border-radius: 50%;
}
.sidebar_testimonial .slider_wrapper {
  position: relative;
}
.sidebar_testimonial .thumbnail_wrapper {
  position: absolute;
  right:0;
  bottom:20px;
  width:38%;
}
.sidebar_tags {
  margin:56px 0 53px 0;
}
.sidebar_tags ul {
  margin-top:40px;
}
.sidebar_tags ul li {
  display: inline-block;
  margin: 0 5px 8px 0;
}
.sidebar_tags ul li a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color:#9e9e9e;
  line-height: 31px;
  border: 1px solid #f4f4f4;
  text-align: center;
  padding: 0 14px;
}
.sidebar_tags ul li a:hover {
  color:#fff;
}
/*======================= Blog List View ===================*/

.blogList_view .blogList_single_post {
  border: 1px solid #f4f4f4;
  padding: 20px 0 20px 22px;
  margin-bottom: 27px;
}
.blogList_view .blogList_single_post .img_holder {
  position: relative;
}
.blogList_view .blogList_single_post .img_holder&gt;a {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.blogList_view .blogList_single_post .img_holder .opacity {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0,0,0,0.8);
  transform: scale(0.1);
  -webkit-transform:scale(0.1);
  -moz-transform:scale(0.1);
  -ms-transform:scale(0.1);
  -o-transform:scale(0.1);
}
.blogList_view .blogList_single_post .img_holder .opacity .icon {
  display: table;
  width:100%;
  height:100%;
}
.blogList_view .blogList_single_post .img_holder .opacity .icon span {
  display: table-cell;
  vertical-align: middle;
}
.blogList_view .blogList_single_post .img_holder .opacity .icon span a {
  display: block;
  width:45px;
  height:45px;
  margin:0 auto;
  line-height: 45px;
  text-align: center;
}
.blogList_view .blogList_single_post: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);
}
.blogList_view .blogList_single_post .post {
  width: 70%;
  margin: -6px 0 0px 28px;
}
.blogList_view .blogList_single_post .post h5 a {
  display: block;
  color:#272727;
  line-height: 30px;

}
.blogList_view .blogList_single_post .post p {
  margin: 5px 0 17px 0;
}
.blogList_view .blogList_single_post .post ul li {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
.blogList_view .blogList_single_post .post ul li:last-child {
  margin-right: 0;
}
.blogList_view .blogList_single_post .post ul li:before {
  content: '';
  height: 12px;
  width:1px;
  background: #d2d2d2;
  position: absolute;
  right: -13px;
  top: 6px;
}
.blogList_view .blogList_single_post .post ul li:last-child:before {
  display: none;
}
.blogList_view .blogList_single_post .post ul li a {
  font-weight: 500;
}
.blogList_view .page_pagination {
  margin:61px 0 79px 0;
}

/*======================== blog Single Post ===============*/

.blog_details_post .blog_mega_post {
  border:1px solid #f4f4f4;
  padding: 20px 20px 60px 20px;
  margin-bottom: 54px;
}
.blog_details_post .blog_mega_post .text {
  margin-top:24px;
}
.blog_details_post .wrapper .theme_title {
  padding-bottom: 13px;
}
.blog_details_post .blog_mega_post .text h5 a {
  display: block;
  color:#272727;
  line-height: 30px;
}

.blog_details_post .blog_mega_post .text&gt;ul li {
  display: inline-block;
  position: relative;
  margin-right: 26px;
  margin-top: 9px;
}
.blog_details_post .blog_mega_post .text&gt;ul li:last-child {
  margin-right: 0;
}
.blog_details_post .blog_mega_post .text&gt;ul li:before {
  content: '';
  height: 12px;
  width:1px;
  background: #d2d2d2;
  position: absolute;
  right: -13px;
  top: 6px;
}
.blog_details_post .blog_mega_post .text&gt;ul li:last-child:before {
  display: none;
}
.blog_details_post .blog_mega_post .text&gt;ul li a {
  font-weight: 500;
}
.blog_details_post .blog_mega_post .text&gt;ul li a i {
  margin-right: 5px;
}
.blog_details_post .blog_mega_post .share_option h4 {
  margin-top: 7px;
}
.blog_details_post .blog_mega_post .text .social_icon {
  margin-right: 117px;
}
.blog_details_post .blog_mega_post .text .social_icon li {
  display: inline-block;
  margin-left: 5px;
}
.blog_details_post .blog_mega_post .text .social_icon li a {
  width:45px;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  border:1px solid #f4f4f4;
}
.blog_details_post .blog_mega_post .text .social_icon li a:hover {
  color:#fff;
}
.blog_details_post .comment_area .single_comment {
  margin:39px 0 54px 0;
  border-bottom:1px solid #f4f4f4;
  padding-bottom: 54px;
}
.blog_details_post .comment_area .single_comment .comment {
  width:82%;
  padding-left: 20px;
  margin-top:-2px;
}
.blog_details_post .comment_area .single_comment .comment h5,
.blog_details_post .comment_area .single_comment .comment span {
  display: inline-block;
}
.blog_details_post .comment_area .single_comment .comment span {
  margin-left: 25px;
  font-size: 14px;
}
.blog_details_post .comment_area .single_comment .comment p {
  margin:15px 0 12px 0;
}
.blog_details_post .reply_area form {
  margin:41px 0 80px 0;
}
.blog_details_post .reply_area .row {
  margin-left: -10px;
  margin-right: -10px;
}
.blog_details_post .reply_area [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.blog_details_post .reply_area input,
.blog_details_post .reply_area textarea,
.blog_page_wrapper .reply_area  textarea,
.comment_area .form-horizontal1 input,
.comment_area .form-horizontal1 textarea{
  width:100%;
  max-width: 100%;
  border:2px solid #eeeeee;
  margin-bottom: 20px;
}
.blog_details_post .reply_area input,
.comment_area .form-horizontal1 input {
  height:50px;
  padding: 0 15px;
}
.blog_details_post .reply_area textarea,.blog_page_wrapper .reply_area  textarea,
.comment_area .form-horizontal1 textarea {
  height:190px;
  padding: 12px 15px;
}
.blog_details_post .reply_area button,.blog_page_wrapper .reply_area button,
.comment_area .form-horizontal1 button {
  display: block;
  width:100%;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  margin-top:4px;
  color:#fff;
}
.blog_details_post .reply_area button:hover,.blog_page_wrapper .reply_area button:hover,
.comment_area .form-horizontal1 button:hover {
  color:#fff;
}

/*============================= Project Grid ========================*/
.project_page.project_style_one {
  margin-bottom: 80px;
}
.project_page .page_pagination {
  margin-top: 30px;
}
.project_page .single_project {
  margin-bottom: 30px;
}
.project_page .single_project .img_holder {
  position: relative;
  overflow: hidden;
}
.project_page .single_project .img_holder .overlay {
  position: absolute;
  width:0;
  height:100%;
  top:0;
  left:0;
  background: rgba(0,0,0,0.8);
}
.project_page .single_project .img_holder .overlay .icon {
  display: table;
  width:100%;
  height:100%;
}
.project_page .single_project .img_holder .overlay .icon span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.project_page .single_project .img_holder .overlay .icon span a {
  width:45px;
  line-height: 45px;
  background: #fff;
  margin:0 2px;
  visibility: hidden;
  opacity: 0;
}
.project_page .single_project .img_holder .overlay h6 {
  width:100%;
  position: absolute;
  bottom: -40px;
  left:20px;
}
.project_page .single_project:hover .img_holder .overlay {
  width:100%;
}
.project_page .single_project:hover .img_holder .overlay .icon a {
  opacity: 1;
  visibility: visible;
  transition-delay:0.3s;
}
.project_page .single_project:hover .img_holder .overlay h6 {
  bottom: 20px;
  transition-delay:0.3s;
}

/*============================= Project Grid Filter ====================*/
.project_page .mixitUp_menu {
  text-align: center;
  margin:-5px 0 44px 0;
}
.project_page .mixitUp_menu ul li {
  display: inline-block;
  cursor: pointer;
  color:#272727;
  font-family: 'Roboto', sans-serif;
  line-height: 46px;
  border:2px solid #f4f4f4;
  padding: 0 18px;
  margin:5px 6px;
}
.project_page #mixitup_list .mix {
  display: none;
}
.project_page #mixitup_list .text {
  background: #fff;
  border:1px solid #f4f4f4;
  border-top:none;
}
.project_page #mixitup_list .text a {
  display: block;
  padding: 23px 0 18px 25px;
}
.project_page #mixitup_list .text a h6 {
  color:#272727;
  margin-bottom: 11px;
}
.project_page #mixitup_list .text a i {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}

/*=================== Masonary Project Gallery ==================*/
.project_masonary .item_small {
  width:33.3333333%;
}
.project_masonary .item_large {
  width:66.666666%;
}
.project_masonary .isotop_item {
  padding-left:15px;
  padding-right: 15px;
}
.project_masonary #isotop_wrapper {
  margin-left:-15px;
  margin-right: -15px;
}
.project_masonary .load_more {
  display: block;
  width:170px;
  line-height: 50px;
  text-align: center;
  font-size:14px;
  text-transform: uppercase;
  color: #fff;
  margin:30px auto 80px auto;
}

/*============================= Project Single ======================*/
.single_project_content .carousel-control  {
  width:50px;
  height:50px;
  opacity: 1;
  text-shadow:none;
  top:calc(50% - 25px);
  background: #f7f7f7;
  font-size: 18px;
  color:#fff;
  text-align: center;
  line-height: 52px;
  background-image: none;
}
.single_project_content .carousel-control.left {
  left:0;
}
.single_project_content .carousel-control.right {
  right:0;
}
.single_project_content .img_wrapper {
  margin-bottom: 25px;
}
.single_project_content .project_description {
  width:calc(43% - 4px);
  padding: 23px 0 18px 20px;
}
.single_project_content .project_description table td {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 46px;
}
.single_project_content .project_description table td:last-child {
  color:#fff;
  padding-left: 20px;
}
.single_project_content .project_description table td:first-child {
  padding-right: 15px;
}
.single_project_content .project_name {
  width:54%;
  margin-top: -5px;
}
.single_project_content .project_name i {
  display: block;
  margin:8px 0 19px 0;
}
.single_project_content .project_name a {
  width:170px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color:#fff;
  margin-top:33px;
}
.single_project_content .project_name a:hover {
  color:#fff;
}
.single_project_content .project_analysis {
  margin:42px 0 43px 0;
}
.single_project_content .project_analysis img {
  margin-top:7px;
}
.single_project_content .project_analysis .position_fix {
  width:47%;
}
.single_project_content .project_analysis .wrapper,
.single_project_content .project_solution .wrapper,
.single_project_content .project_result .wrapper {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 48px;
}
.project_solution .panel-heading {
  padding: 0;
  border: 1px solid #dedede;
  background: #f4f4f4;
  position: relative;
  border-radius: 0;
}
.project_solution .panel-heading h6 a {
  line-height: 53px;
  padding: 0 20px;
  font-size: 18px;
  color:#343434;
  display: block;
  position: relative;
  z-index: 9;
}
.project_solution .panel-heading .icon {
  width:30px;
  height:35px;
  border: 1px solid #dedede;
  font-size: 14px;
  color:#9d9d9d;
  text-align: center;
  line-height: 35px;
  position: absolute;
  right: 18px;
  top:10px;
  z-index:1;
}

.project_solution .panel-body {
  border: 1px solid #dedede;
  border-top:none !important;
  padding: 6px 0 11px 20px;
}
.project_solution .panel-group .panel {
  border:none;
  box-shadow: none;
}
.project_solution  .panel-group {
  margin:31px 0 0 0;
}
.project_single_page .project_result {
  margin:45px 0 75px 0;
}
.project_single_page .project_result #chart-tableOne {
  margin-top:0;
}
#related_project_slider .owl-nav [class*=owl-] {
  width:32px;
  height:32px;
  border-radius: 50%;
  border:1px solid #bfbfbf;
  padding: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin:7px;
}
#related_project_slider .owl-nav [class*=owl-]:before {
  font-family: 'FontAwesome';
  position: absolute;
  top:0;
  left:12px;
  line-height: 32px;
  color:#bfbfbf;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#related_project_slider .owl-nav .owl-prev:before {
  content: 'ï“';
  left:10px;
}
#related_project_slider .owl-nav .owl-next:before {
  content: 'ï”';
}
#related_project_slider {
  margin-top: 38px;
  margin-bottom: 50px;
}
#related_project_slider .item {
  padding-left: 15px;
  padding-right: 15px;
}
.related_projects {
  position: relative;
}
#related_project_slider .owl-controls {
  position: absolute;
  top: -93px;
  right: 10px;
}

/*======================== Service page ================*/
.service_grid  {
  margin-bottom: 42px;
}
.service_grid .single_service_wrapper .text h5 a {
  color:#272727;
  display: block;
}
.service_grid .single_service_wrapper .text .theme_title {
  padding-bottom: 20px;
  margin: 25px 0 12px 0;
}
.service_grid .single_service_wrapper {
  margin-bottom: 30px;
}
.service_grid hr {
  border-top:1px solid #f7f7f7;
  margin:0 0 42px 0;
}
/*============================= Srevice Inner page =========================*/
.services_innerPage {
  margin-bottom: 80px;
}
.theme_title.pFix {
  padding-bottom: 14px;
}
.our_brochures .theme_title {
  margin-bottom: 27px;
}
.our_brochures a {
  width:100%;
  line-height: 64px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.our_brochures a:hover {
  color:#fff;
}
.our_brochures a span {
  display: block;
  width:50px;
  line-height: 46px;
  font-size: 24px;
  color:#fff;
  position: absolute;
  left:0;
  top:9px;
}
.our_brochures a:before {
  content: 'ïƒš';
  font-family: 'FontAwesome';
  position: absolute;
  right:20px;
  top:0;
  line-height: 64px;
}
.page_list.service_page_list {
  padding: 28px 0 26px 0;
  margin-bottom: 57px;
}
.page_list.service_page_list li {
  margin:0;
}
.page_list.service_page_list li a {
  line-height: 50px;
}
.page_list.service_page_list li a.active,
.page_list.service_page_list li a:hover {
  background: #ededed;
}
.sidebar_testimonial_style_two {
  margin-top:46px;
  margin-bottom: 58px;
}
.sidebar_testimonial.sidebar_testimonial_style_two  .theme_title {
  margin-bottom: 27px;
}
#testimonial-sidebar .text {
  padding: 19px 15px 27px 19px;
  border-radius: 5px;
  color:#fff;
  position: relative;
  margin-bottom: 26px;
}
#testimonial-sidebar .text:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 25px;
    top: 100%;
    border: 0 solid transparent;
    border-width: 9px 6px;
    border-left-width: 6px;
}
#testimonial-sidebar .text i {
  line-height: 26px;
  font-size: 16px;
}
#testimonial-sidebar .author h6 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 3px;
}
#testimonial-sidebar .author h6 span {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
#testimonial-sidebar .author ul li {
  display: inline-block;
  margin-right: 5px;
}
#testimonial-sidebar .author&gt;img {
  width:75px;
  height:75px;
}
#testimonial-sidebar .author .author_name {
  margin:15px 0 0 13px;
}
#testimonial-sidebar .owl-dots .owl-dot span {
  width:12px;
  height:12px;
  background: #fff;
  margin:0 9px;
}
#testimonial-sidebar .owl-controls {
  position: absolute;
  right: -8px;
  top: -78px;
}
.service_page_main_post .main_img_holder {
  position: relative;
  margin:39px 0 32px 0;
}
.service_page_main_post .main_img_holder h4 {
  display: inline-block;
  line-height: 65px;
  position: absolute;
  bottom: 5px;
  right:5px;
  padding-right: 45px;
  z-index: 99;
}
.service_page_main_post .main_img_holder h4:before {
  content: '';
  width: 100px;
  height: 100%;
  position: absolute;
  left: -34px;
  top: 0;
  transform: skewX(134deg);
  z-index: -1;
}
.include_servises {
  margin:37px 0 0 0;
}
.include_servises ul {
  margin-top:21px;
  margin-bottom: 47px;
}
.include_servises ul li {
  line-height: 30px;
  padding-left: 25px;
  position: relative;
}
.include_servises ul li:before {
  content: '';
  width:8px;
  height:8px;
  border-radius: 50%;
  position: absolute;
  top:13px;
  left:0;
}

.include_servises .our_mission {
  margin-top:7px;
  padding-left: 25px;
}
.include_servises .our_mission .icon {
  width:80px;
  height:80px;
  text-align: center;
}
.include_servises .our_mission .icon span:before {
  font-size: 42px;
  line-height: 74px;
}
.include_servises .our_mission .single_mission {
  margin-bottom: 21px;
}
.include_servises .our_mission .single_mission .text h5 {
  margin:0 0 8px 0;
}
.include_servises .our_mission .single_mission .text {
  width:80%;
  padding-left: 20px;
}
#chart-tableOne {
  width:100%;
  height:413px;
  margin-top:32px;
}
.canvasjs-chart-credit {
  display: none !important;
}
/*____Service tab____*/
.service-tab {
  overflow: hidden;
}
.service-tab .nav-pills li a {
  padding: 0;
  font-size: 18px;
  color:#272727;
  width:157px;
  line-height: 46px;
  border-radius: 0;
  text-align: center;
  border:1px solid #f4f4f4;
  border-bottom: none;
  position: relative;
  margin-right: 2px;
}
.service-tab .nav-pills li.active a {
  color:#fff;
}
.service-tab .tab-content .tab-pane {
  border: 1px solid #f4f4f4;
  border-top: none;
  padding: 22px 0 18px 20px;
}
.service-tab .nav-pills li:last-child a:before {
  content: '';
  width:1000px;
  height:1px;
  background: #f4f4f4;
  position: absolute;
  bottom: 0;
  left:100%;
}
.service-tab .tab-content .tab-pane p {
  padding-right: 25px;
}
.service-tab .tab-content .tab-pane h6 {
  margin:29px 0 19px 0;
}
.service-tab .tab-content .tab-pane ul li {
  line-height: 30px;
  padding-left: 25px;
  position: relative;
  width:32.333333%;
  display: inline-block;
  margin-bottom: 12px;
}
.service-tab .tab-content .tab-pane ul li:before {
  content: '';
  width:8px;
  height:8px;
  border-radius: 50%;
  position: absolute;
  top:13px;
  left:0;
}
/*________ Profit improvement ______*/
.profit-improvement {
  margin:46px 0 45px 0;
}
.profit-improvement .text {
  width:53%;
}
.profit-improvement .text p {
  margin:22px 0 17px 0;
}
.profit-improvement .text ul li {
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
.profit-improvement .text ul li:before {
  content: '';
  width:8px;
  height:8px;
  border-radius: 50%;
  position: absolute;
  top:8px;
  left: 0;
}
.profit-improvement .text ul li:nth-child(1):before {
  background: #ff6384;
}
.profit-improvement .text ul li:nth-child(2):before {
  background: #36a2eb;
}
.profit-improvement .text ul li:nth-child(3):before {
  background: #ffce56;
}
.profit-improvement .pie_chart {
  margin:60px 0 0 0;
  width:47%;
  height:220px;
}

.strategy-development&gt;img {
  margin-top:40px;
}
.include_servises.m-top-fix {
  margin-top:32px;
}
.include_servises.m-top-fix ul {
  margin-bottom: 39px;
}
.services_innerPage p.mFix {
  margin: 21px 0 15px 0;
}
.include_servises .video_img {
  margin: 31px 0 0 24px;
  position: relative;
}
.include_servises .video_img .icon {
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
.include_servises .video_img .icon a {
  display: table;
  text-align: center;
  width:100%;
  height:100%;
}
.include_servises .video_img .icon a i {
  display: table-cell;
  vertical-align: middle;
  color:#fff;
  font-size: 48px;
}

.service-tab.mtop_fix {
  margin-top:46px;
}
.include_servises.strategic .video_img {
  margin-left:0;
  margin-right: 25px;
}
.strategy-development.m-fix {
  margin-top:25px;
}
.include_servises.strategic ul {
  margin-left: -24px;
  margin-bottom: 14px;
}
.profit-improvement.strategic {
  margin-top:25px;
}
.service_page_main_post .project_solution {
  margin-bottom: 40px;
}
.service_page_main_post .project_solution .panel-body {
  padding-right: 25px;
}
/*--------------*/
.contact .req_callBack {
  margin-bottom: 65px;
}

/*======================== Shop Page =======================*/
.shop_page {
  margin-bottom: 80px;
}
.shop_page .product_wrapper .img_holder {
  background: #f4f4f4;
  text-align: center;
  padding: 38px 0;
  position: relative;
}
.shop_page .product_wrapper .img_holder:before {
  content: '';
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.65);
  position: absolute;
  top:0;
  left:0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;

}
.shop_page .product_wrapper:hover .img_holder:before {
  transform: scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  opacity: 1;
  visibility: visible;
}
.shop_page .product_wrapper .img_holder img,.shop_page .product_wrapper .img_holder:before {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.shop_page .product_wrapper:hover .img_holder img {
  transform: scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -ms-transform:scale(1.1);
  -o-transform:scale(1.1);
}
.shop_page .product_wrapper .text {
  text-align: center;
  padding-top: 17px;
}
.shop_page .product_wrapper .text h6 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 9px;
}
.shop_page .product_wrapper .text ul li {
  display: inline-block;
  margin-left:3px;
  margin-bottom: 13px;
}
.shop_page .product_wrapper .text a {
  line-height: 55px;
  font-weight: 900;
  font-size: 14px;
  color:#fff;
  text-align: center;
  width:100%;
  text-transform: uppercase;
  margin-top:17px;
}
.shop_page .product_wrapper:hover .text a {
  color:#fff;
}
.shop_page .product_wrapper {
  margin-bottom: 50px;
}
.shop_page .devider {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 50px;
}

/*===================== Shop With Side Bar===================*/

.single-sidebar.price-ranger .ui-widget-content {
  background: #f7f7f7;
  border: none;
  height:8px;
}

.single-sidebar.price-ranger .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  outline: none;
}
.single-sidebar.price-ranger .ui-slider-horizontal .ui-slider-handle {
  top: -2px;
}
.single-sidebar.price-ranger #slider-range {
  margin-top: 40px;
}
.single-sidebar.price-ranger .ranger-min-max-block {
  margin-top: 33px;
  margin-bottom: 55px;
}

.single-sidebar.price-ranger .ranger-min-max-block input[type='submit'] {
  width: 90px;
  border: none;
  text-align: center;
  outline: none;
  line-height: 35px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  background: #f4f4f4;
  margin-right: 47px;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='text'] {
  max-width: 30px;
  border: none;
  text-align: center;
  outline: none;
  color: #272727;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-align: right;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='text'].max {
  max-width: 39px;
}
.single-sidebar.price-ranger .ranger-min-max-block span {
  color: #272727;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.best_sellers .theme_title {
  margin-bottom: 36px;
}
.best_sellers .best_selling_item .text {
  padding-left: 26px;
  margin-top:-3px;
}
.best_sellers .best_selling_item .text h6 {
  font-size: 16px;
}
.best_sellers .best_selling_item .text ul li {
  display: inline-block;
  margin-right:3px;
  font-size: 12px;
}
.best_sellers .best_selling_item .text span {
  font-weight: 500;
  display: block;
  margin-top: 15px;
}
.best_sellers .best_selling_item {
  margin:20px 0 20px 0;
  padding-bottom: 17px;
}
.best_sellers .best_selling_item.border {
  border-bottom: 1px solid #f4f4f4;
}
.sidebar_styleTwo .sidebar_categories {
  margin-top:57px;
}
.sidebar_styleTwo .sidebar_tags {
  margin: 19px 0 51px 0;
}
/*======================== check Out page ==============*/

.check_out_form form span {
  display: block;
  margin-bottom: 5px;
}
.check_out_form form input {
  height:48px;
  border:2px solid #f4f4f4;
  width:100%;
  margin-bottom: 25px;
  padding: 0 15px;
}
.check_out_form form {
  margin-top: 34px;
}
.check_out_form .shipping_address h4 input {
  margin-left: 60px;
}
.check_out_form .theme_title {
  padding-bottom: 15px;
}

/*==================== cart Table ===================*/
.cart_table {
  padding-top:61px;
  padding-bottom: 90px;
}
.cart_table .table-1 thead th {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color:#262626;
  border:none;
  line-height:65px;
  padding-top:0;
  padding-bottom: 0;
  padding-left: 30px;
}
.cart_table .table-1 thead tr {
  background:#f7f7f7;
}
.cart_table .table-1 tbody tr td {
  border-top:none;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 32px;
}
.cart_table .table-1 tbody tr td.flex_item {
  padding-right: 0;
  padding-top: 29px;
  padding-left: 28px;
}
.cart_table .table-1 tbody tr td.flex_item h6 {
  padding: 34px 0 0 27px;
  font-weight: 500;
  font-size: 22px;
}
.cart_table .table-1 tbody tr td input[type="number"] {
  width:70px;
  height:47px;
  border:1px solid #f0f0f0;
  font-size:18px;
  font-weight: 700;
  color:#272727;
  padding-left:19px;
  margin-top: 42px;
}
.cart_table .table-1 tbody tr td span {
  font-size: 16px;
  margin-left: 30px;
  font-family: 'Roboto', sans-serif;
}
.cart_table .table-1 tbody tr td:last-child{
  padding-top: 62px
}
/*----------------*/
.cart_table .table-2 {
  margin-top:39px;
}
.cart_table .table-2 td:first-child {
  border-right:1px solid #f0f0f0;
}
.cart_table .table-2 td {
  width:50%;
  border-top:none;
  padding: 0;
}
.cart_table .table-2 td span {
  font-family: 'Roboto', sans-serif;
  line-height: 47px;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 0px 18px;
}
.cart_table .table-2 tr:last-child td span {
  border:none;
}
.cart_table .table-2 tbody {
  border:2px solid #f0f0f0;
}
.cart_table .payment_system span {
  font-family: 'Roboto', sans-serif;
  color:#272727;
  display: inline-block;
  margin-left:11px;
}
.cart_table .payment_system {
  margin-top:6px;
}
.cart_table .payment_system .pay1 {
  margin-bottom: 22px;
}
.cart_table .payment_system .pay1 p {
  padding-left: 29px;
  margin-top: 16px
}
.cart_table .payment_system a {
  font-family: 'Roboto', sans-serif;
  line-height: 45px;
  width:155px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  font-size: 14px;
  color:#fff;
  margin-top: 44px;
}

/*============================= Shop Single ==================*/
.shop_single_page .product_details .product_top_section .img_holder {
  background: #f4f4f4;
  padding: 40px 75px;
  position: relative;
}
.shop_single_page .product_details .product_top_section .img_holder:before {
  content: '';
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.65);
  position: absolute;
  top:0;
  left:0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;

}
.shop_single_page .product_details .product_top_section:hover .img_holder:before {
  transform: scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  opacity: 1;
  visibility: visible;
}
.shop_single_page .product_details .product_top_section .img_holder img,.shop_single_page .product_details .product_top_section .img_holder:before {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.shop_single_page .product_details .product_top_section:hover .img_holder img {
  transform: scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -ms-transform:scale(1.1);
  -o-transform:scale(1.1);
}
.shop_single_page .product_details .product_top_section .item_description {
  width:57%;
  padding-left: 30px;
  margin-top:-3px;
}
.shop_single_page .product_details .product_top_section .item_description&gt;h5 {
  font-size: 22px;
  font-weight: 500;
}
.shop_single_page .product_details .product_top_section .item_description&gt;ul&gt;li {
  display: inline-block;
  margin-right: 5px;
  margin-top: 9px;
  margin-bottom: 9px;
}
.shop_single_page .product_details .product_top_section .item_description .item_price {
  font-size: 24px;
}
.shop_single_page .product_details .product_top_section .item_description&gt;p {
  border-top:1px solid #f4f4f4;
  border-bottom:1px solid #f4f4f4;
  padding: 20px 0;
  margin:25px 0;
}
.shop_single_page .product_details .product_top_section .item_description .check_location {
  font-weight: normal;
  font-size: 16px;
  color:#272727;
  display: block;
  margin: 27px 0 16px 0;
}
.shop_single_page .product_details .product_top_section .item_description&gt;div {
  margin-bottom: 34px;
}
.shop_single_page .product_details .product_top_section .item_description&gt;div input {
  width:160px;
  height:40px;
  border:1px solid #f4f4f4;
  padding-left: 10px;
}
.shop_single_page .product_details .product_top_section .item_description&gt;div button {
  width:84px;
  line-height: 40px;
  background: #f4f4f4;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 9px;
  margin-right: 16px;
}
.shop_single_page .product_details .product_top_section .item_description&gt;div span {
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
}
.shop_single_page .product_details .product_top_section .item_description&gt;input[type="number"] {
  height:47px;
  width:70px;
  border:1px solid #f4f4f4;
  padding-left: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color:#272727;
}
.shop_single_page .product_details .product_top_section .item_description&gt;a {
  width:170px;
  line-height: 47px;
  text-align: center;
  color:#fff;
  font-size: 14px;
  text-transform: uppercase;
  margin-left:26px;
}
.shop_single_page .product_details .product_top_section {
  margin-bottom: 67px;
}

.shop_single_page .product_details .product-review-tab .nav li a{
  width:120px;
  line-height: 45px;
  padding: 0;
  font-weight: normal;
  border-radius: 0;
  background: #f4f4f4;
  color:#9e9e9e;
  text-align: center;
  margin-right: 5px;
}
 .shop_single_page .product_details .product-review-tab .nav li.active a {
  color:#fff;
 }
.shop_single_page .product_details .product-review-tab .nav {
  border-bottom: 1px solid #f4f4f4;
}
.shop_single_page .product_details .product-review-tab .tab-pane {
  padding: 49px 0 0 0;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text {
  padding-left: 30px;
  width:91%;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up span,
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up ul {
  display: inline-block;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up&gt;div {
  margin-top:-4px;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up ul li {
  display: inline-block;
  margin-left:2px;
  font-size: 12px;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up span {
  margin-right:11px;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text&gt;p {
  margin:18px 0 10px 0;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .up_down_nav,
.shop_single_page .product_details .product-review-tab .item_review_content .text .reply_share_area {
  display: inline-block;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .up_down_nav a {
  font-size: 18px;
  line-height: 20px;
  padding: 0 10px 0 0;
  margin-right: 5px;
  color:#9e9e9e;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .up_down_nav a:first-child {
  border-right:1px solid #f4f4f4;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .reply_share_area a {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color:#9e9e9e;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .reply_share_area a:first-child:before {
  content: '';
  width:7px;
  height:7px;
  border-radius: 50%;
  background: #f4f4f4;
  position: absolute;
  top:7px;
  right:0;
}
.shop_single_page .product_details .product-review-tab .item_review_content {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.shop_single_page .product_details .product-review-tab .add_your_review {
  margin:77px 0 75px 0;
}
.shop_single_page .product_details .product-review-tab .add_your_review&gt;span {
  display: block;
  margin: 31px 0 14px 0;
}
.shop_single_page .product_details .product-review-tab .add_your_review ul,
.shop_single_page .product_details .product-review-tab .add_your_review ul li {
  display: inline-block;
}
.shop_single_page .product_details .product-review-tab .add_your_review ul li {
  font-size: 12px;
  margin-right: 3px;
  color:#f4f4f4;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop_single_page .product_details .product-review-tab .add_your_review ul {
  line-height: 20px;
  border-right: 1px solid #f4f4f4;
  padding-right: 6px;
  margin-right: 5px;
}
.shop_single_page .product_details .product-review-tab .add_your_review ul.fix_border {
  border:none;
}
.shop_single_page .product_details .product-review-tab .add_your_review form {
  margin-top:50px;
}
.shop_single_page .product_details .product-review-tab .add_your_review form input {
  width:100%;
  height:54px;
  border:1px solid #f4f4f4;
  padding: 0 15px;
  margin-bottom: 30px;
}
.shop_single_page .product_details .product-review-tab .add_your_review form textarea {
  width:100%;
  max-width: 100%;
  min-height: 165px;
  border:1px solid #f4f4f4;
  padding: 15px 17px;
  margin-bottom: 30px;
}
.shop_single_page .product_details .product-review-tab .add_your_review form button {
  font-size: 14px;
  text-transform: uppercase;
  color:#fff;
  width:150px;
  line-height: 50px;
  text-align: center;
  margin-top:6px;
}
.shop_single_page .product_details .product-review-tab .add_your_review form button:hover {
  color:#fff;
}
.shop_single_page .product_details .product-review-tab {
  margin-bottom: 50px;
}
.shop_single_page .product_details .related_product {
  position: relative;
}
.shop_single_page .product_details .related_product&gt;a {
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top:15px;
  right: 0;
}
.shop_single_page .product_details .related_product&gt;a i {
  margin-left: 6px;
}
.shop_single_page .product_details .related_product .product_wrapper {
  margin-top:40px;
}
.shop_single_page .product_details .related_product .shop_page {
  margin-bottom: 27px;
}


/*====================== cart page =====================*/
.cart .shop_cart_table {
  padding-top: 0;
  padding-bottom: 79px;
}
.cart .shop_cart_table .table-1 {
  margin-bottom:30px;
}
.cart .shop_cart_table .icon_holder {
  display: inline-block;
  width:39px;
  height:39px;
  color:#fff;
  font-size: 18px;
  text-align: center;
  margin-right:3px;
  vertical-align: bottom;
    padding-top: 6px;
}
.cart .shop_cart_table .table-1 tr th {
  background: #f4f4f4;
  border: none;
  line-height: 65px;
  color:#262626;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.cart .shop_cart_table .table-1 tr th:first-child {
  padding-left: 30px;
  width:36%;
}
.cart .shop_cart_table .table-1 tr th:nth-child(2) {
  width:14%;
}
.cart .shop_cart_table .table-1 tr th:nth-child(3) {
  width:18%;
}
.cart .shop_cart_table .table-1 tr th:nth-child(4) {
  width:11%;
}
.cart .shop_cart_table .table-1 tr th:nth-child(5) {
  width:12%;
}
.cart .shop_cart_table .table-1 tr td span {
  display: inline-block;
  margin-left: 0;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
}
.cart .shop_cart_table .table-1 tr td span.item {
  margin-top:45px;
}
.cart .shop_cart_table .table-1 th {
  padding: 0 8px;
}
.cart .shop_cart_table .table-1 tr td.flex_item {
  padding: 29px 0 32px 27px;
}
.cart .shop_cart_table .table-1 tr td.flex_item h6 {
  font-weight: 500;
  font-size: 22px;
  margin: 33px 0 0 27px;
}
.cart .shop_cart_table .table-1 tr td input[type="number"] {
  margin: 42px 56px 0 0;
  width:68px;
  height:45px;
  border:1px solid #f4f4f4;
  padding-left: 20px;
}
.cart .shop_cart_table .table-1 tr td {
  padding-bottom:28px;
  border-top: none;
  border-bottom: 1px solid #f4f4f4;
}
.cart .shop_cart_table .table-1 tr td:nth-child(4),
.cart .shop_cart_table .table-1 tr td:nth-child(5),
.cart .shop_cart_table .table-1 tr td:nth-child(6) {
  padding-top: 61px;
}
.cart .cart_btn1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  width:170px;
  line-height: 50px;
  text-align: center;
  color:#fff;
  text-transform: uppercase;
}
.cart .cart_btn2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  width:240px;
  line-height: 50px;
  text-align: center;
  color:#fff;
  text-transform: uppercase;
}
.cart .cart_btn3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  width:170px;
  line-height: 50px;
  text-align: center;
  color:#272727;
  border:2px solid #f4f4f4;
  text-transform: uppercase;
  margin-right:19px;
}
.cart input.coupon {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  width:225px;
  height:50px;
  border:2px solid #f4f4f4;
  padding-left:15px;
  margin-right:19px;
  text-transform: uppercase;
  font-size: 14px;
}
.cart .shipping_address {
  padding-top: 68px;
}

.cart .shipping_address .submit_form input,
.cart .shipping_address .submit_form .ui-state-default {
  height:45px;
  width: 100% !important;
  border:2px solid #f4f4f4;
  margin-bottom: 30px;
  padding: 0 15px;
  border-radius: 0;
  background: #fff;
  outline: none;
}
.cart .shipping_address .submit_form  .ui-selectmenu-button span.ui-icon {
  height:100%;
  line-height: 40px;
  top:0;
  width:42px;
  right: -15px;
  text-align: center;
  border-left:1px solid #f4f4f4;
}
.cart .shipping_address .submit_form  .ui-selectmenu-button span.ui-icon:before {
  width:100%;
  text-align: center;
}
.cart .shipping_address .submit_form .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0;
  line-height: 40px;
  color:#9e9e9e;
}
.cart .shipping_address .submit_form .space-fix-right {
  padding-right: 5px;
}
.cart .shipping_address .submit_form .space-fix-left {
  padding-left: 5px;
}
.cart .shipping_address h5 {
  margin-bottom:36px;
}
.cart .shipping_address .table-responsive {
  margin-bottom:13px;
}
.shop_cart_table .table-2 {
  margin-top:39px;
}
.shop_cart_table .table-2 td:first-child {
  border-right:1px solid #f0f0f0;
}
.shop_cart_table .table-2 td {
  width:50%;
  border-top:none;
  padding: 0;
}
.shop_cart_table .table-2 td span {
  font-family: 'Roboto', sans-serif;
  line-height: 47px;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 0px 18px;
}
.shop_cart_table .table-2 tr:last-child td span {
  border:none;
}
.shop_cart_table .table-2 tbody {
  border:2px solid #f0f0f0;
}

/*========================== Contact Alert =======================*/
 .req_callBackForm .alert_wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  z-index: 9999999;
}
.req_callBackForm #success,
.req_callBackForm #error {
  position: relative;
  width:500px;
  height: 100px;
  top: calc(50% - 50px);
  left:calc(50% - 250px);
  background: #fff;
  text-align: center;
}
.req_callBackForm #success .wrapper,
.req_callBackForm #error .wrapper {
  display: table;
  width:100%;
  height: 100%;
}
.req_callBackForm #success .wrapper p,
.req_callBackForm #error .wrapper p{
  display: table-cell;
  vertical-align: middle;
}

.req_callBackForm #error {
  color: red;
}
.req_callBackForm #error button,
.req_callBackForm #success button {
  color:#fff;
  width:40px;
  height:40px;
  line-height: 20px;
  position: absolute;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
}


/*=============== Style switcher =============*/
.switcher .switch_btn button {
  width:50px;
  height:50px;
  border:none;
  background:#181c1c;
  border-radius:0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  color:#fff;
  font-size: 24px;
  outline: none;
}
.switcher .switch_btn {
  position: absolute;
  right: -50px;
  z-index: -1;
}
.switcher {
  position: fixed;
  top:114px;
  z-index: 99;
}

.switcher .switch_menu {
  display: none;
  width:249px;
  background: #3e3e3e;
  position: relative;
  padding-bottom: 36px;
/*  height: 300px;
  overflow: hidden;
  overflow-y: scroll;*/
}
.switcher .switch_menu .switcher_container {
  width:215px;
  margin:0 auto;
}
.switcher .switch_menu h5.title {
  margin:0 0 27px 0;
  line-height: 50px;
  background: #181c1c;
  text-align: center;
  font-size:18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color:#fff;
}
.switcher .switch_menu .switcher_container h5 {
  color:#fff;
  font-size:18px;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
}
.switcher .switch_menu .switcher_container h5.fix_space {
  margin: 17px 0 11px 0;
}
.switcher .switch_menu .switch_body .box {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-top: 16px;
}

.switcher .switch_menu .switch_body .box&gt;div {
  width:100px;
  height:57px;
  background: #f4f4f4;
  border:2px solid #eaeaea;
}
.switcher .switch_menu .switch_body .box&gt;div&gt;span {
  display: block;
  width:70px;
  height:100%;
  margin:0 auto;
  background: #fff;
  border-left:2px solid #eaeaea;
  border-right:2px solid #eaeaea;
}
.switcher .switch_menu .switch_body .box p {
  font-size: 14px;
  margin-top: 5px;
  font-style: italic;
  color:#a4a4a4;
}
.switcher .switch_menu .switch_body {
  border-bottom:1px solid #181c1c;
  padding-bottom: 20px;
}
.switcher .switch_menu .switch_navigation {
  text-align: center;
  border-bottom:1px solid #181c1c;
  padding-bottom: 11px;
  margin-top: 17px;
  padding-top: 0;
}
.switcher .switch_menu .switch_navigation h5 {
  margin-bottom: 12px;
}
.switcher .switch_menu .switch_navigation p,
.switcher .switch_menu .switch_navigation p,
.switcher .switch_menu .switch_navigation .onoffswitch {
  display: inline-block;
  margin-left:5px;
  text-align: center;

}
.switcher .switch_menu .switch_navigation p,
.switcher .switch_menu .switch_navigation p {
  vertical-align: top;
  font-size: 14px;
  margin-top:12px;
  color:#a4a4a4;
  font-style: italic;
}

.onoffswitch {
    position: relative;
    width: 105px;
    margin-top:4px;
    -webkit-user-select:none; 
    -moz-user-select:none; 
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; 
    overflow: hidden; 
    cursor: pointer;
    height: 43px; 
    padding: 0; 
    line-height: 43px;
    border-radius: 43px;
    background-color: #181c1c;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block;
    width: 41px;
    height:41px;
    margin: 0px;
    background: #fac900;
    position: absolute; 
    top: 1px; 
    bottom: 1px;
    right: 63px;
    border-radius: 43px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #181c1c;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #181c1c;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 1px; 
}
.switcher .box_bg h5 {
  font-size: 20px;
}
.switcher .box_bg {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 27px;
  padding-top:1px;
  border-bottom:1px solid #f7f7f7;
  margin-bottom: 12px;
}
.switcher #styleOptions {
  padding: 0;
}
.switcher #styleOptions li {
  float:left;
  width:50px;
  height:50px;
  margin-right:4px;
  margin-top:5px;
}
.switcher #styleOptions li:last-child {
  margin-right:0;
}
.switcher #styleOptions li a {
  display: block;
  width:100%;
  height:100%;
  position: relative;
  overflow: hidden;
}
.switcher #styleOptions li a span.p_color,
.switcher #styleOptions li a span.s_color {
  position: absolute;
  width: 100%;
  height:150%;
  transform: rotate(45deg);
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.switcher #styleOptions li a span.p_color {
  left: -17px;
  top: -29px;
}
.switcher #styleOptions li a span.s_color {
  right: -17px;
  bottom: -29px;
}
.switcher #styleOptions li a.color1 span.p_color {
  background: #133676;
}
.switcher #styleOptions li a.color1 span.s_color {
  background: #ffe807;
}
.switcher #styleOptions li a.color2 span.p_color {
  background: #211a0f;
}
.switcher #styleOptions li a.color2 span.s_color {
  background: #fd9b28;
}
.switcher #styleOptions li a.color3 span.p_color {
  background: #202730;
}
.switcher #styleOptions li a.color3 span.s_color {
  background: #13a0b2;
}
.switcher #styleOptions li a.color4 span.p_color {
  background: #272727;
}
.switcher #styleOptions li a.color4 span.s_color {
    background: #44e2ff;
}

.switcher .switch_menu&gt;p {
  font-weight: 700;
  font-size: 15px;
  background: #1a8bb3;
  color:#fff;
  padding: 18px 18px 20px 18px;
}

/*=================== boxed layout =================*/
.page_wrapper.active_boxlayout {
    width: 1350px;
    margin: 0 auto;
    background: #fff;
    overflow-x:hidden;
}
body.bg {
  background: url(images/home/pattern.png) repeat;
}</pre></body></html>