/*
Template: Crane Construction Template
Author: ScriptsBundle
Version: 1.0
Designed and Development by: ScriptsBundle
*/
/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 -  General Style
	2.0 -  Helper Classes
    3.0 -  Typography
	4.0 -  Pre Loader
    6.0 -  Page Heading Area & Breadcrumb
	7.0 -  Header Top Bar
	8.0 -  Header
    9.0 -  Navigation
    10.0 -  Home Page Slider
	11.0 -  Home Page Tabs
    12.0 -  All Parallax
	13.0 -  Services
	14.0 - Why Choose Us & Quote
	15.0 -  About Us
	16.0 -  FAQS
    17.0 -  Statistics (Fun Facts)
	18.0 - Our Team
    19.0 -  Owl Slider Settings
	20.0 -  Gallery
	20.0 -  Shop Page Layout
	21.0 -  Blog & News
	22.0 -  Blog Left & Right Sidebar
	23.0 - Testimonial
	24.0 - Our Clients
	25.0 - Sticky Sidebar
	26.0 - 404 Error Page
    27.0 - Icons 
	28.0 - Contact Us
    29.0 - Footer
    30.0 - Responsive Media Quries
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/
/* =-=-=-=-=-=-= General Style  =-=-=-=-=-=-= */
html,
body {
    height: 100%;
    width: 100%;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #777;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}
a {
    color: #ffc627;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}
a:hover,
a:focus {
    text-decoration: none;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ffc627;
}
a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
video,
object {
    min-height: 100%;
    min-width: 100%;
}
.btn:focus,
a:focus {
    outline: none !important;
}
/* =-=-=-=-=-=-= Helper Classes  =-=-=-=-=-=-= */
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}
.container.full-width {
    width: 100%!important;
}
.section-padding {
    padding: 120px 0;
}
.section-padding-140 {
    padding: 140px 0;
}
.section-padding-100 {
    padding: 100px 0;
}
.section-padding-80 {
    padding: 80px 0;
}
.section-padding-70 {
    padding: 70px 0;
}
.section-padding-60 {
    padding: 60px 0;
}
.section-padding-40 {
    padding: 40px 0;
}
.custom-padding-20 {
    padding: 20px 0;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-top-45 {
    padding-top: 45px
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-70 {
    padding-top: 70px;
}
.padding-top-80 {
    padding-top: 80px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-100 {
    padding-top: 100px;
}
.padding-top-120 {
    padding-top: 120px;
}
.padding-top-140 {
    padding-top: 140px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.padding-bottom-50 {
    padding-bottom: 50px;
}
.padding-bottom-70 {
    padding-bottom: 70px;
}
.padding-bottom-80 {
    padding-bottom: 80px;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}
.padding-bottom-100 {
    padding-bottom: 100px;
}
.padding-bottom-80 {
    padding-bottom: 80px;
}
.padding-bottom-60 {
    padding-bottom: 60px!important;
}
.padding-bottom-40 {
    padding-bottom: 40px!important;
}
.padding-bottom-20 {
    padding-bottom: 40px;
}
.custom-padding {
    padding: 70px 0 40px 0;
}

.pagination {
    border-radius: 0;
    margin: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}
.pagination li {
    box-shadow: none;
    display: inline-block;
    margin-right: 10px;
}
.pagination > .active > a:hover,
.pagination li:hover > a,
.pagination > .active > a {
    background-color: #ffc627;
    border-color: #ffc627;
	color:#fff !important;
}
.pagination li > a {
    background-color: #f8f8f8;
    border-color: #d1d1d1;
    color: #191919 !important;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 14px;
}
.pagination li > a:hover {
    background-color: #ffc627;
    color: #fff !important;
    border-color: #ffc627 !important;
}
.white {
    background: #fff !important;
}
.yellow {
    background-color: #ffc627 !important;
}
.gray-bg {
    background: #212121 none repeat scroll 0 0;
}
.full-width {
    width: 100% !important;
}
.gray {
    background-color: #F0F0F0 !important;
}
.custom-button {
    display: block;
    font-size: 14px;
    padding: 8px 30px;
    text-transform: uppercase;
    color: #ffffff !important;
    display: inline-block;
}
.light {
    background: transparent !important;
    border: 1px solid #fff;
    color: #fff;
}
.light:hover {
    background-color: #fff !important;
    color: #191919 !important;
}
.table tr th {
    color: #191919 !important;
}
th {
    color: #191919 !important;
}
/* =-=-=-=-=-=-= Typography  =-=-=-=-=-=-= */

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Merriweather', serif;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
    line-height: 1.6;
}
h6 {
    font-size: 12px;
}
p {
    line-height: 1.6em;
    font-size: 16px;
    color: #252320;
}
.btn {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 21px 25px;
    border-radius: 1px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-family: 'Merriweather', serif;
}
.extra {
    padding: 20px 25px !important;
}
ul {
    margin-left: 0 !important;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
    color: #fff !important;
}
.btn-lg {
    padding: 17px 34px;
    letter-spacing: 1.3px;
}
.btn-md {
    padding: 13px 27px;
}
.btn-sm {
    padding: 16px 20px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.btn-xs {
    padding: 6px 18px;
    font-size: 12px;
}
.btn-rounded {
    border-radius: 4px;
}
.btn-primary {
    text-transform: uppercase;
    background-color: #ffc627;
    border-color: #ffc627;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #e9af05;
    border-color: #e9af05;
}
.light-dark {
    border: 1px solid #000;
    color: #000;
}
.btn-clean:hover,
.btn-clean:visited,
.btn-clean:active,
.btn-clean {
    color: #fff;
}
.btn-clean {
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
}
.form-group {
    margin-bottom: 25px;
}
.form-control {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: auto;
    padding: 15px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.form-control:focus {
    color: #111;
    border-color: rgba(0, 0, 0, .7);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
/* =-=-=-=-=-=-= PRELOADER  =-=-=-=-=-=-= */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #F7FBFC;
    z-index: 99999;
}
.preloader .preloader-gif {
    display: block;
    width: 132px;
    height: 132px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center center !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);
    background: url('../images/preloader.gif') no-repeat;
}
/* =-=-=-=-=-=-= Page Heading Area & Breadcrumb  =-=-=-=-=-=-= */

.main-heading {
    margin-bottom: 50px;
}
.main-heading p.subtitle {
    color: #c8a34c;
    font-size: 16px;
    margin-bottom: 7px;
}
.parallex .main-heading p.subtitle {
    color: #fff !important;
    font-size: 16px;
    margin-bottom: 7px;
    position: relative;
    z-index: 44;
}
.main-heading h2 {
    color: #191919;
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
}
.main-heading p {
    font-size: 16px;
    color: #939393;
}
.parallex .main-heading p {
    font-size: 16px;
    color: #fff !important;
    position: relative;
    z-index: 44;
}
.page-title {
    border-bottom: 1px solid #dedde1;
    display: block;
    padding: 35px 0;
    position: relative;
    background: #eee url("../images/darkgrain.png") repeat scroll 0 0;
}
.page-title h1 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #191919;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}
.breadcrumb li a {
    color: #191919;
}
.breadcrumb li a.active {
    color: #ffc627;
}
.breadcrumb li a:hover {
    color: #ffc627;
}
.custom-heading h2::before {
    background-color: #ffc627;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 58px;
    width: 70px;
}
.custom-heading h2 {
    border-bottom: 2px solid #e3e3e3;
    color: #191919;
    font-size: 20px;
    margin: 0 0 40px;
    padding: 13px 18px 13px 0;
    text-transform: capitalize;
}
/* =-=-=-=-=-=-= Top Bar =-=-=-=-=-=-= */
.header-top {
    padding: 10px 0;
    background: #191919;
}
.header-top i {
    font-size: 16px;
    color: #ffc627;
}
.header-top-info > p,
.header-top-right ul > li {
    border-left: 1px solid #ffc627;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 0 19px 0 20px;
    color: #6f747d !important;
}
.header-top-info > p a,
.header-top-right ul > li a {
    color: #fff !important;
}
.header-top-info > p:first-child,
.header-top-right ul > li:first-child {
    border-left: medium none;
    padding-left: 0;
}
.header-top-info > p i,
.header-top-right ul > li i {
    margin-right: 10px;
}
.search-form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.search-form form input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
}
.search-form form input[type="text"]::-webkit-input-placeholder {
    /* Chrome */
    
    color: #fff !important;
}
.search-form form input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #fff !important;
}
.search-form form input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff !important;
    opacity: 1;
}
.search-form form input[type="text"]:-moz-placeholder {
    /* Firefox 4 - 18 */
    
    color: #fff !important;
    opacity: 1;
}
.header-top-info > p {
    margin: 0;
}
.cart-active {
    position: relative;
}
.cart-btn a {
    padding: 20px 0;
    position: relative;
    z-index: 99;
}
.cart-btn a sup {
    background: #ffeb38 none repeat scroll 0 0;
    border-radius: 100%;
    color: #676767;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 19px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: 10px;
    width: 20px;
}
.cart-grid {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    opacity: 1;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 36px;
	-webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0 0;
	 -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	
    width: 250px;
    z-index: 9999999;
}
.cart-grid-box {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
.cart-grid-box-img {
    float: left;
    margin-right: 10px;
    width: 55px;
}
.cart-grid-box-title a {
    color: #676767;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
p.price {
    font-weight: 600;
    color: #000;
}
.cart-grid-box-title p {
    font-size: 13px;
    margin: 0;
}
.cart-grid-box-title {
    float: left;
    text-align: left;
}
.cart-grid-box-del {
    float: right;
    margin-top: -10px;
}
.cart-grid-box-del i {
    font-size: 16px;
}
.total-amount p {
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-align: left;
    width: 50%;
}
.total-amount span {
    float: right;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: right;
}
.total-amount {
    border-bottom: 1px solid #ededed;
    padding-bottom: 35px;
}
.action-cart a {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 12px 17px;
    background: #ffc627 none repeat scroll 0 0;
}
.action-cart a:hover {
    background: #e9af05 none repeat scroll 0 0;
}
.action-cart {
    margin-bottom: 10px;
    margin-top: 25px;
    text-align: center;
}
.cart-grid-box-del a:hover {
    color: red;
}
.cart-active .cart-grid-box-title a {
    color: #000 !important;
}
.cart-active .cart-grid-box-title a:hover {
    color: #e9af05 !important;
}
.viewcart {
    margin-right: 5px;
}
.checkout {
    margin-left: 5px;
}
.cart-active:hover .cart-grid {
    opacity: 1;
	-webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
/* =-=-=-=-=-=-= Header =-=-=-=-=-=-= */
.header-area {
    position: relative;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 999;
    width: 100%;
}
.header-area .logo-bar {
    position: relative;
    color: #191919;
    padding: 40px 0px;
    background: #ffffff url("../images/border.png") repeat-x scroll center bottom;
	
}
.header-area .border .logo-bar {
    background: none !important;
}
.header-area .border::before {
    background: rgba(0, 0, 0, 0) url("../images/top.png") repeat scroll 0 0;
    content: "";
    height: 15px;
    position: absolute;
    top: 0;
    width: 100%;
}
.header-area .border::after {
    background: rgba(0, 0, 0, 0) url("../images/bottom.png") repeat scroll 0 0;
    bottom: 64px;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    width: 100%;
}
.header-area .logo-bar .information-content {
    position: relative;
    float: right;
}
.header-area .logo-bar .info-box div.text:hover {
    color: #ffc627;
    cursor: pointer;
}
.header-area .logo-bar .info-box {
    position: relative;
    float: left;
    margin-left: 45px;
    padding-left: 50px;
    line-height: 24px;
}
.header-area .logo-bar .social-box {
    padding-left: 0px;
}
.header-area .logo-bar .info-box .icon {
    position: absolute;
    left: 0px;
    line-height: 50px;
    font-size: 32px;
    color: #ffc627;
}
.header-area .logo-bar .info-box div.text {
    color: #191919;
    font-weight: 600;
}
.header-area .logo-bar .info-box strong {
    position: relative;
    display: block;
    color: #e4e4e4;
}
.header-area .logo-bar .info-box a {
    position: relative;
    color: #6f747d !important;
    font-weight: 600;
}
.header-area .logo-bar .info-box .phone {
    font-size: 14px;
}
.header-area .logo-bar .logo {
    position: relative;
    float: left;
}
.header-area .logo-bar .logo img {
    max-width: 100%;
    display: block;
}
/* =-=-=-=-=-=-= Navigation =-=-=-=-=-=-= */

.navigation-2 {
    background: #262F36 !important;
}
.navigation {
    position: relative;
    z-index: 9995;
}
.navbar-default.sticky {
    background: #fff none repeat scroll 0 0 !important;
    /*box-shadow: 0 0 1px 0 #25292f ;*/
    
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
    top: 0;
}
.navigation .navbar {
    padding: 60px;
}
#main-navigation {
    padding-left: 0;
    padding-right: 0;
}
#main-navigation .navbar-nav li.active {
    background-color: #ffc627;
}
.navigation .navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}
.navigation .navbar-default {
    background-color: transparent;
    border: none;
}
.navigation .navbar-nav {
    margin-top: 0;
}
.navigation .navbar-default .navbar-nav>li>a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 70px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
}
/*** menu hover css ***/

.navigation .navbar-default .navbar-nav>li>a:focus,
.navigation .navbar-default .navbar-nav>li>a:hover {
    color: #ffc627;
}
/*** menu hover 0pen css ***/

.navigation .navbar-default .navbar-nav>.open>a,
.navigation .navbar-default .navbar-nav>.open>a:focus,
.navigation .navbar-default .navbar-nav>.open>a:hover {
    color: #ffc627;
    background-color: transparent;
}
/**** Dropdown Menu ***/

.navigation .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    top: 84px;
}
.navigation-2 .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    top: 73px;
}
.navigation .dropdown-menu,
.navigation-2 .dropdown-menu {
    border: none;
    border-radius: 0px;
    margin: 0px;
    padding: 20px 0px;
    background-color: #262f36;
}
.navigation .dropdown-menu>li>a,
.navigation-2 .dropdown-menu>li>a {
    display: block;
    padding: 10px 20px 10px 20px;
    clear: both;
    line-height: 1.42857143;
    color: #fff !important;
    white-space: nowrap;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.navigation .dropdown-menu>li>a:hover,
.navigation-2 .dropdown-menu>li>a:hover {
    color: #fff !important;
    background-color: #ffc627;
}
/*** Header #2 ****/

.navbar-top-2 {
    border-top: 3px solid #ffc627;
}
.navbar-block {
    border-bottom: 1px solid #e0e0e0;
}
.navbar-address {
    margin-bottom: 0px;
    text-align: right;
}
.navbar-top-2 .welcome-msg,
.navbar-top-2 .navbar-address {
    color: #8e8e8e;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    padding-top: 9px;
}
.navbar-link-2 ul li a {
    color: #8e8e8e;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding-top: 9px;
    display: inline-block;
    padding-bottom: 9px;
    border-left: 1px solid #e0e0e0;
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-link-2 ul li a:hover {
    color: #ffc627
}
.navigation-2 .navbar {
    margin-bottom: 0px;
    min-height: 60px;
}
.navigation-2 .navbar-default {
    background-color: #25292f;
    border: none;
    border-radius: 0px;
}
.navigation-2 .navbar-default .navbar-nav>li>a {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    display: block;
    letter-spacing: 0;
    padding: 20px;
}
/********** menu hover css ********/

.navigation-2 .navbar-default .navbar-nav>li>a:focus,
.navigation-2 .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #ffc627;
}
/********* menu hover 0pen css ********/

.navigation-2 .navbar-default .navbar-nav>.open>a,
.navigation-2 .navbar-default .navbar-nav>.open>a:focus,
.navigation-2 .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #ffc627;
}
.navigation-2 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 12px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
}
.navigation-2 .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffc627;
}
.navbar {
    border: 1px solid transparent;
    margin-bottom: 0;
    position: relative;
}
.navbar-brand {
    padding: 10px !important;
}
.navbar-nav {
    margin-left: 45px;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
.navbar-fixed-top {
    border-width: 0;
    top: 0;
}
.navigation-2 .navbar-nav li a {
    color: #fff !important;
    font-size: 16px;
    padding-bottom: 25px;
    padding-top: 22px;
}
.navigation-2 .navbar-default.sticky .navbar-nav li a {
    color: #000 !important;
}
.navigation-2 .navbar-default.sticky .navbar-nav li.active a,
.navigation-2 .navbar-default.sticky .navbar-nav li:hover {
    color: #fff !important;
}
.navbar-default.sticky .navbar-nav .dropdown-menu li a {
    color: #fff !important;
}
.navbar-nav li a {
    color: #191919 !important;
    font-size: 16px;
    padding-bottom: 25px;
    padding-top: 22px;
}
.navbar-nav .dropdown-menu li a {
    line-height: 46px;
    height: 50px;
    padding-top: 0;
    color: #fff !important;
    font-size: 13px;
}
.navbar-nav .dropdown-menu li a:focus {
	background-color:#ffc627 !important;
}
.navbar-right li.dropdown a span {
    text-align: center;
}
.dropdown-menu {
    border: 0 !important;
    padding: 0 !important;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 20px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #000;
}
/* =-=-=-=-=-=-= Home Page Slider =-=-=-=-=-=-= */
.slider-container {
    width: 100%;
    position: relative;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
}
.slider-grids {
    width: 100%;
    position: relative;
}
.slider-grids .tt-slider-title {
    color: #ffc627;
    font-size: 75px;
    line-height: 80px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -3px;
    font-family: 'Source Sans Pro', sans-serif;
}
.slider-grids .tt-slider-title span {
    color: #fff;
    margin-left: 20px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}
.slider-grids .tt-slider-subtitle {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}
.slider-grids .tt-slider-small-text {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}
.slider-grid-2 {
    width: 100%;
    position: relative;
}
.slider-grid-2 .tt-slider-title {
    color: #ffc627;
    font-size: 75px;
    line-height: 80px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -3px;
    font-family: 'Source Sans Pro', sans-serif;
}
.slider-grid-2 .tt-slider-title span {
    color: #fff;
    margin-left: 20px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}
.slider-grid-2 .tt-slider-subtitle {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}
.slider-grid-2 .tt-slider-small-text {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}
.tt-btn {
    display: block;
    font-size: 16px;
    padding: 10px 35px;
    color: #fff !important;
    text-transform: uppercase;
}
.btn-bordered.light {
    border: 1px solid #fff;
    color: #fff;
}
/* =-=-=-=-=-=-= Home Tabs  =-=-=-=-=-=-= */

.home-tabs .section-title {
    text-transform: uppercase;
}
.tabs-container .nav.nav-tabs li {
    padding: 0;
    position: relative;
    text-align: center;
    border-right: 1px solid #fff;
}
.tabs-container .nav.nav-tabs li:last-child {
    border-right: 0;
}
.tabs-container .nav-tabs > li > a {
    background-color: #ffc627;
    border: 0 none;
    color: #000000;
    padding: 40px;
    width: 100%;
}
.tabs-container .nav-tabs li span {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.tabs-container .nav-tabs > li > a .tab-image {
    margin-bottom: 30px;
}
.tabs-container .nav.nav-tabs li.active a {
    border: medium none;
    border-radius: 0;
    height: 221px;
    z-index: 999;
}
.tabs-container .nav.nav-tabs li.active {
    box-shadow: 0 0 6px 0 #7c7c7c;
    margin-top: -10px;
    z-index: 99;
    border-right: 0;
    border-left: 0;
}
.tabs-container .nav.nav-tabs li a {
    border: medium none;
}
.tabs-container .nav.nav-tabs,
.nav.nav-tabs li.active {
    border: medium none;
}
.tabs-container .nav-tabs > li > a .est-icon {
    margin-bottom: 30px;
}
.tabs-container .nav.nav-tabs li.active a,
.tabs-container .nav > li > a:focus,
.tabs-container .nav > li > a:hover {
    background: #fa8c00 none repeat scroll 0 0;
    color: #fff;
    position: relative;
    border-bottom: 10px solid #ffc627;
}
/* =-=-=-=-=-=-= All Parallax  =-=-=-=-=-=-= */

.full-section {
    width: 100%;
    height: 100%;
    position: relative;
}
.full-section::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.parallex {
    color: #fff !important;
    position: relative;
    z-index: 44;
}
.parallex h2 {
    color: #fff !important;
    position: relative;
    z-index: 44;
}
.parallex::before {
    background: rgba(0, 0, 0, 0.87) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.parallex-small {
    background: #ffc627 none repeat scroll 0 0;
    color: #fff;
    padding: 20px 0;
}
.parallex-text h4 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    line-height: 60px;
    text-transform: capitalize;
}
.parallex-text p {
    color: #fff !important;
    position: relative;
    z-index: 44;
}
.parallex-small .btn {
    margin-top: 0 !important;
}
.parallex-button {
    text-align: right;
}
.btn-clean {
    color: #fff !important;
}
.btn-clean:hover {
    background-color: #fff !important;
    color: #191919 !important;
}
.parallex-small .btn {
    margin-top: 10px;
}
/* =-=-=-=-=-=-= Services =-=-=-=-=-=-= */

.services-grid-1 {
    margin-bottom: 30px;
}
#services .item {
    padding: 0 15px;
}
.service-image {
    margin-bottom: 24px;
    overflow: hidden;
}
.service-image a img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
	 transform: scale(1);
  
    o-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
	  transition: all 1s ease-in-out 0s;
}
.service-image a img:hover {
   
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
	 transform: scale(1.1);
}
.services-tex {
    line-height: 1.75;
    margin-bottom: 18px;
}
.services-text h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
    color: #191919;
}
.services-text h4:hover,
.services-text h4 a:hover {
    cursor: pointer;
}
.services-text p {
    margin-bottom: 20px;
}
.more-about .btn {
    font-size: 12px;
    padding: 10px 20px;
}
.more-about a i {
    margin-left: 5px;
}

.services-2 {
    background-color: #f0f0f0;
}
.services-grid h4 {
    color: #191919;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: capitalize;
}
.services-grid {
    background-color: #fff;
    border: 2px solid #f2f1ee;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.services-grid:hover {
    border: 2px solid #ffc627;
    cursor: pointer;
}
.services-grid img {
    float: left;
    position: relative;
}
.services-grid .content-area {
    padding-left: 100px;
}
.services-grid .content-area h4::before {
    border-bottom: 2px solid #e9af05;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 45px;
    width: 60px;
}
.services-grid p:last-child {
    margin-bottom: 0;
}
.icons {
    color: #ffc627;
    margin-bottom: 25px;
}
.btn-section {
    margin-top: 10px;
}
#services .owl-prev {
    left: -50px;
    position: absolute;
    top: 43%;
}
#services .owl-next {
    position: absolute;
    right: -50px;
    top: 43%;
}
.services-box-2 {
    padding-bottom: 30px;
}
.services-box-2 i {
    border: 3px solid #ffc627;
    border-radius: 50%;
    color: #ffc627;
    display: inline-block;
    height: 120px;
    line-height: 110px;
    margin-bottom: 30px;
    width: 120px;
}
.services-box-2 h4 {
    color: #191919;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: capitalize;
}
.services-box-2:hover h4,
.services-box-2:hover h4 a {
    cursor: pointer;
}
.custom-links {
    list-style: outside none none;
    padding-left: 0;
    margin-top: 40px;
}
.custom-links a::before {
    content: "\f05d";
    display: inline-block;
    font-family: FontAwesome;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    color: #ffc627;
}
.custom-links a {
    color: #252320;
    display: block;
    line-height: 14px;
    margin-bottom: 20px;
    padding-left: 26px;
    position: relative;
}
.starta_img::before {
    border: 1px solid #f8c9c4;
    content: "";
    height: 100%;
    left: 40px;
    position: absolute;
    top: -40px;
    width: 100%;
    z-index: -1;
}
.starta_img {
    display: inline-block;
    position: relative;
}
.services-grid-3 {
    padding: 30px;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    background-color: #ffc627;
}
.services-grid-3.active {
    background-color: #E9AF05;
}
.services-grid-3:hover {
    background-color: #E9AF05;
    cursor: pointer;
}
.services-grid p:last-child {
    margin-bottom: 0;
}
.services-grid-3 h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.services-grid-3 p {
    color: #252320;
}
.services-grid-3 .content-area {
    padding-left: 100px;
}
.services-grid-3 img {
    position: relative;
    float: left;
}
.icons {
    color: #ffc627;
    margin-bottom: 25px;
}
.services-grid-3 h4::before {
    border-bottom: 2px solid #000;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 45px;
    width: 60px;
}
.services-grid-4 {
    padding: 30px 0;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
/*.services-grid-4.active {
    background-color: #E9AF05;
}
.services-grid-4:hover {
    background-color: #E9AF05;
    cursor: pointer;
}
.services-grid-4:hover h4::before {
    color: #fff;
    border-bottom: 2px solid #fff;
}
.services-grid-4:hover h4,
.services-grid-4:hover p {
    color: #fff;
}
.services-grid-4:hover {
    color: #fff;
}*/
.services-grid-4 p:last-child {
    margin-bottom: 0;
}
.services-grid-4 h4 {
    color: #252320;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.services-grid-4 h4::before {
    border-bottom: 2px solid #e9af05;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 45px;
    width: 60px;
}
.services-grid-4 p {
    color: #252320;
}
.services-grid-4 .content-area {
    padding-left: 100px;
}
.services-grid-4 img {
    position: relative;
    float: left;
    width: 64px;
}
/* =-=-=-=-=-=-= Why Choose Us & Quote =-=-=-=-=-=-= */
/* =-=-=-=-=-=-= About Us  =-=-=-=-=-=-= */

#about {
    background-color: #fff;
}
.about-title h2 {
    color: #191919;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform:capitalize;
}
.about-title h3 {
    color: #191919;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 18px;
}
.about-title p {
    margin-top: 20px;
}
.about-image {
    max-width: 100%;
    height: auto;
    width: 100%;
}

#about {
    background: #fff url("../images/project-bg.jpg") no-repeat scroll right bottom;
}
.about-bg {
    background: #fff url("../images/project-bg.jpg") no-repeat scroll right bottom;
}
.about-content-area {
    padding: 80px 50px 60px 50px;
}
.about-content-area h2,
.about-content-area p {
    color: #fff !important;
}
/* =-=-=-=-=-=-= FAQS  =-=-=-=-=-=-= */

.faqs-title h3 {
    color: #191919;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 18px;
}
.faqs-title h2 {
    color: #191919;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
}
.faqs-title p {
    margin-top: 20px;
    margin-bottom: 45px;
}
.accordion.gray-bg {
    background: #f3f3f3 none repeat scroll 0 0;
}
.accordion .panel-default > .panel-heading .panel-title a::before {
    color: #191919;
    content: "\f068";
    float: right;
    font-family: FontAwesome;
    font-size: 12px;
    padding: 0;
    position: absolute;
    right: 15px;
}
.accordion .panel-default > .panel-heading .panel-title a.collapsed::before {
    content: "\f067";
    font-family: FontAwesome;
}
.accordion .panel-default > .panel-heading {
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
}
.accordion .panel-default > .panel-heading a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 26px 15px 20px;
    text-decoration: none;
    text-transform: none;
    width: 100%;
}
.accordion .panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}
.accordion .panel-body {
    color: #b8b8b8;
    font-size: 12px;
    line-height: 24px;
}
.accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: medium none;
}
.accordion-style-2 .panel-default > .panel-heading a::before {
    right: 0 !important;
}
.accordion-style-2 .panel-default > .panel-heading a {
    color: #ff83a6;
    font-size: 14px;
    text-transform: none;
}
.accordion-style-2 .panel-default > .panel-heading .panel-title a.collapsed {
    color: #6f6f6f;
}
.accordion-style-2 .panel {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 0;
}
.accordion-style-2 .panel-body p {
    line-height: 28px;
}
.accordion-style-2 .panel-body {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    color: #6f6f6f;
    line-height: 26px;
    margin-top: 0;
    padding: 20px;
}
.accordion-style-2 .panel-default > .panel-heading .panel-title a::before {
    background: #ff83a6 none repeat scroll 0 0;
    border-color: #ff83a6;
    color: #fff;
    font-size: 8px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    width: 26px;
}
.accordion-style-2 .panel-default > .panel-heading .panel-title a.collapsed::before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ececec;
    color: #141414;
}
.accordion-style-2 .panel-default > .panel-heading a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 26px;
    padding: 15px 0;
}
/* =-=-=-=-=-=-= Funfacts  =-=-=-=-=-=-= */
.funfacts {
    background: rgba(0, 0, 0, 0) url("../images/facts.jpg") no-repeat scroll center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size:cover;
}

.counter-seprator {
    border-right: 1px solid #d6d6d6;
    display: inline-block;
    float: left;
    width: 25%;
}
.counter-box .counter-stats {
    font-size: 50px;
    font-weight: 700;
}
h5.count-title {
	font-size:18px;
	text-transform:capitalize;
}
.counter-stats  .counter-box .count-title {
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}
.conter-grid .counter-seprator:last-child {
    border-right: medium none;
}
/* =-=-=-=-=-=-= Our Team  =-=-=-=-=-=-= */

.team-grid {
    margin-bottom: 30px;
}
.team-grid .team-image {
    position: relative;
}
.team-grid .team-image .team-grid-overlay {
    background-color: rgba(255, 198, 39, 0.6);
    bottom: -1px;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.team-grid .team-image .social-media {
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
	transform: translateY(100%);
    o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.team-grid .team-image .social-media a {
    display: inline-block;
}
.team-grid .team-image .social-media a i {
    color: #fff;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    margin: -2px;
    transition: all 0.9s ease 0s;
    o-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    width: 48px;
}
.team-grid .team-image .social-media a i:hover {
    background: #fff none repeat scroll 0 0 !important;
    color: #222;
}
.team-grid .team-image .social-media a.facebook i {
    background: #507cbe none repeat scroll 0 0;
}
.team-grid .team-image .social-media a.twitter i {
    background: #63cdf1 none repeat scroll 0 0;
}
.team-grid .team-image .social-media a.google i {
    background: #f16261 none repeat scroll 0 0;
}
.team-grid .team-image .social-media a.linkedin i {
    background: #90cadd none repeat scroll 0 0;
}
.team-content {
    background: #fff none repeat scroll 0 0;
    text-align: center;
    color: #000;
    padding: 20px;
    transition: all 0.4s ease 0s;
    o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.team-grid:hover .team-content {
    background: #ffc627 none repeat scroll 0 0 !important;
}
.team-grid .team-content h2 {
    color: #191919;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    text-transform:capitalize;
    transition: all 0.4s ease 0s;
    o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.team-grid:hover .team-content h2 {
    color: #fff !important;
}
.team-grid:hover .team-content p {
    color: #fff !important;
}
.team-grid .team-content p {
    color: #191919;
    margin-bottom: 0;
    transition: all 0.4s ease 0s;
    o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.team-grid .team-image .team-content:hover p {
    color: #fff;
}
.team-grid:hover .social-media {
   
    -webkit-transform: translateY(-90%);
    -moz-transform: translateY(-90%);
    -o-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
	 transform: translateY(-90%);
}
.team-grid:hover .team-grid-overlay {
    opacity: 1;
}
/* =-=-=-=-=-=-= Owl Slider Settings  =-=-=-=-=-=-= */

#clients .owl-theme .owl-controls {
    margin-bottom: -12px;
}
#clients .owl-prev,
#testimonials .owl-prev {
    left: -50px;
    position: absolute;
    top: 35%;
}
#clients .owl-next,
#testimonials .owl-next {
    position: absolute;
    right: -50px;
    top: 35%;
}
#clients .owl-prev,
#clients .owl-next,
#testimonials .owl-next,
#testimonials .owl-prev,
#services .owl-next,
#services .owl-prev {
    background-color: #ffc627;
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
#clients .owl-prev:hover,
#clients .owl-next:hover,
#testimonials .owl-next:hover,
#testimonials .owl-prev:hover,
#services .owl-next:hover,
#services .owl-prev:hover {
    background-color: #005791;
}

#testimonials .owl-prev {
    left: 30px;
    position: absolute;
    top: 50%;
}

#testimonials .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
}
/* =-=-=-=-=-=-= Gallery  =-=-=-=-=-=-= */

#gallery {
    background: url("../images/gallery-bg.jpg") repeat scroll center center;
    background-size: cover;
}
#portfolio {
    background: #fafafa none repeat scroll 0 0;
}
ul#filter {
    margin-bottom: 50px;
}
.parallex ul#filter {
    margin-bottom: 50px;
    position: relative;
    z-index: 44;
}
ul#filter li {
    font-size: 16px;
    line-height: 25px;
    padding: 7px 20px;
    border-radius: 20px;
    cursor: pointer;
}
ul#filter li.active {
    background-color: #2f2f2f;
    color: #fff;
}
/*Filter Square Style*/

ul#filter.filter-square li {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 5px 20px;
    margin: 2px;
    text-transform: uppercase;
}
ul#filter.filter-square li:hover {
    background-color: #ffc627;
    color: #fff;
    border: 1px solid #ffc627;
    text-transform: uppercase;
}
ul#filter.filter-square li.active {
    border: 1px solid transparent;
    background-color: #ffc627;
    color: #fff;
}
/*End Filter Square Style*/
/*Filter Rounded Style*/

ul#filter.filter-rounded li {
    border: 0;
    border-radius: 3px;
    background-color: #E0E0E0;
    padding: 5px 20px;
    margin: 2px;
}
ul#filter.filter-rounded li.active {
    background-color: #1B2E3F;
}
/*End Filter Square Style*/
/*Filter Transparent Style*/

ul#filter.filter-transparent li {
    color: #a9a8a8;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
}
ul#filter.filter-transparent li.active {
    background-color: transparent;
    color: #ffc627;
}
/*End Filter Transparent Style*/

ul#portfolio-grid {
    overflow: hidden;
    margin-bottom: 0;
}
ul#portfolio-grid li img {
    width: 100%;
}
ul#portfolio-grid>li {
    float: left;
    display: block;
    height: auto;
}
/*Five Column Portfolio*/

ul#portfolio-grid.five-column>li {
    width: 20%;
}
/*Four Column Portfolio*/

ul#portfolio-grid.four-column>li {
    width: 25%;
}
/*Three Column Portfolio*/

ul#portfolio-grid.three-column>li {
    width: 33.33%;
}
/*Two Column Portfolio*/

ul#portfolio-grid.two-column>li {
    width: 50%;
}
@media (max-width: 1199px) {
    ul#portfolio-grid.five-column>li {
        width: 25%;
    }
}
@media (max-width: 991px) {
    ul#portfolio-grid.five-column>li,
    ul#portfolio-grid.four-column>li {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    ul#portfolio-grid.five-column>li,
    ul#portfolio-grid.four-column>li,
    ul#portfolio-grid.three-column>li {
        width: 50%;
    }
}
@media (max-width: 480px) {
    ul#portfolio-grid.five-column>li,
    ul#portfolio-grid.four-column>li,
    ul#portfolio-grid.three-column>li,
    ul#portfolio-grid.two-column>li {
        width: 100%;
    }
}
.portfolio-item.gutter {
    margin-bottom: 20px!important;
}
.portfolio {
    position: relative;
    overflow: hidden;
}
/* Portfolio overlay default
/* ------------------------------ */

.portfolio .tt-overlay {
    background-color: rgba(255, 198, 39, 0.9);
    bottom: 10px;
    color: #191919;
    height: inherit;
    left: 10px;
    opacity: 0;
    padding: 2%;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 450ms ease-out 0s;
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    width: auto;
}
.portfolio:hover .tt-overlay {
    opacity: 1;
    visibility: visible;
}
.portfolio-info .project-title,
.portfolio-info .links {
    position: absolute;
    left: 0;
    color: #fff;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.portfolio-info .project-title {
    top: 60%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.portfolio:hover .portfolio-info .project-title {
    top: 35%;
    opacity: 1;
    visibility: visible;
}
.portfolio-info .links {
    top: 90%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.portfolio:hover .portfolio-info .links {
    top: 55%;
    opacity: 1;
    visibility: visible;
    color: #000;
}
.portfolio-info .btn {
    background-color: transparent;
    border-color: #fff;
    padding: 12px 22px;
    border-radius: 20px;
}
.portfolio-info .btn:hover {
    background-color: #fff;
    ;
    border-color: #fff;
    color: #ffc627;
}
.portfolio-container .btn.view-more {
    margin-top: 40px;
}
/* Portfolio Hover Style Two
/* ------------------------------ */

.hover-two .portfolio:hover .portfolio-info .links {
    top: 46%;
}
.hover-two .portfolio .tt-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}
.portfolio-details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.portfolio-details li {
    display: inline-block;
    position: relative;
    bottom: -40px;
    opacity: 0;
    visibility: hidden;
    transform: translateZ(0);
}
.portfolio:hover .portfolio-details li {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    color: #ffc627;
}
.portfolio:hover .portfolio-details li:nth-child(1) {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.portfolio:hover .portfolio-details li:nth-child(2) {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.portfolio-details li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffc627;
}
.portfolio-details li a i {
    color: #fff;
}
/* =-=-=-=-=-=-= Recent Project Section =-=-=-=-=-=-= */

.recent-project-section {
    background-color: #fafafa;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.project-container {
    margin-top: 50px;
    position: relative;
}
.recent-project {
    position: relative;
    overflow: hidden;
}
.recent-project img {
    width: 100%;
}
.project-info {
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.recent-project:hover .project-info {
    top: 30%;
    opacity: 1;
    visibility: visible;
}
.project-info h3 {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}
ul.project-meta {
    margin-top: 15px;
}
ul.project-meta li {
    display: inline-block;
    padding: 0 10px;
    line-height: 15px;
    border-right: 1px solid #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
ul.project-meta li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
ul.project-meta li a {
    display: block;
    color: #fff;
}
ul.project-meta li a:hover {
    color: #ffc627;
}
.project-link {
    position: absolute;
    left: 0;
    bottom: -50%;
    width: 100%;
    padding: 16px 30px;
    line-height: 18px;
    text-transform: capitalize;
    background: #ffc627;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.recent-project:hover .project-link {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.project-link:hover {
    background: #C02232;
}
.project-link a {
    color: #fff;
}
.project-link a i {
    line-height: 20px;
}
/* Overlay and hover effect
/* ------------------------------ */

.recent-project .tt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 62, 80, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.recent-project:hover .tt-overlay {
    opacity: 1;
    visibility: visible;
}
/*Version Eight*/

.portfolio-version-two .recent-project .project-link {
    bottom: 30%;
    padding: 0;
    text-align: center;
    background-color: transparent;
}
.portfolio-version-two .recent-project:hover .project-link {
    bottom: 50%;
    margin-bottom: -32px;
}
.portfolio-version-two .project-link ul li {
    display: inline-block;
}
.portfolio-version-two .project-link ul li a {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 41px;
    color: #ffc627;
    margin: 0 5px;
    border: 2px solid #ffc627;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.portfolio-version-two .project-link ul li a:hover {
    background-color: #ffc627;
    border-color: transparent;
    color: #fff;
}
.info {
    margin-top: 10px;
    color: #616161;
}
.info span {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.info a.like {
    color: #616161;
}
.info a.like i,
.info a.like:hover {
    color: #ffc627;
}
.portfolio-version-two.alter-bg .info span {
    display: block;
    font-size: 16px;
    line-height: 20px;
}
.portfolio-version-two .recent-project .tt-overlay {
    background-color: rgba(255, 255, 255, 0.8);
}
.portfolio-version-two.alter-bg .recent-project .tt-overlay {
    background-color: rgba(44, 62, 80, 0.8);
}
.portfolio-version-two.alter-bg .recent-project .project-link {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.9);
}
/*Magnific Popup CSS*/

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.75;
}
.mfp-bottom-bar {
    display: none;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-arrow-right::after,
.mfp-arrow-left::after {
    font-family: 'FontAwesome';
    border: none !important;
    color: #fff;
    font-size: 65px;
    -webkit-transition: .5s;
    transition: .5s;
}
.mfp-arrow-right::after {
    content: "\f105" !important;
}
.mfp-arrow-left::after {
    content: "\f104" !important;
}
.mfp-arrow-right::before,
.mfp-arrow-left::before {
    border: none !important;
}
.mfp-arrow {
    height: 60px;
}
.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    margin-top: 15px;
    top: -1px !important;
}
img.mfp-img {
    padding: 40px 0px 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.portfolio-details {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    top: 50%;
}
.portfolio-details li {
    bottom: -40px;
    display: inline-block;
    opacity: 0;
    position: relative;
    transform: translateZ(0px);
    visibility: hidden;
}
.portfolio:hover .portfolio-details li {
    bottom: 0;
    color: #ffc627;
    opacity: 1;
    visibility: visible;
}
.portfolio:hover .portfolio-details li:nth-child(1) {
    transition: all 0.3s ease 0s;
}
.portfolio:hover .portfolio-details li:nth-child(2) {
    transition: all 0.5s ease 0s;
}
.portfolio-details li a {
    background-color: #000;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.portfolio-details li a i {
    color: #fff;
}
.control-two .carousel-control {
    background-color: rgba(255, 255, 255, 0.4);
    background-image: none;
    color: #191919;
    font-size: 30px;
    height: 60px;
    line-height: 58px;
    margin-top: -25px;
    opacity: 0;
    text-shadow: none;
    top: 50%;
    visibility: hidden;
    width: 30px;
}
.control-two:hover .carousel-control {
    opacity: 1;
    visibility: visible;
}
.control-two:hover .carousel-control:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #ffc627;
}
.portfolio-nav {
    padding: 40px 0;
}
.portfolio-nav a {
    color: #a7a7a7;
    margin-right: 20px;
}
.portfolio-nav a:hover {
    color: #ffc627;
}
.project-overview {
    padding-top: 90px;
}
.single-project-section.alter .project-overview {
    padding: 0;
}
.project-overview h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.project-overview p {
    margin-bottom: 25px;
}
.quick-overview .btn {
    margin-top: 20px;
    text-transform: uppercase;
}
.portfolio-meta li {
    color: #666;
    margin: 15px 0;
}
.portfolio-meta li {
    margin: 15px 0;
}
.portfolio-meta li span {
    color: #191919;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 130px;
}
.portfolio-meta li a {
    color: #a7a7a7;
    margin-right: 10px;
}
.portfolio-meta li a:hover {
    color: #ffc627;
}
ul.portfolio-meta {
    list-style: none !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}
.portfolio-meta li {
    margin: 15px 0;
}
.portfolio-meta li span {
    color: #191919;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 130px;
}
@media (max-width: 991px) {
    .project-overview {} .quick-overview {
        margin-top: 30px;
    }
    .single-project-section.alter .project-overview {
        padding-bottom: 90px;
    }
}
/* =-=-=-=-=-=-= Shopping Layout =-=-=-=-=-=-= */

.filterArea {
    margin-bottom: 30px;
}
.filterArea h3 {
    color: #191919;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.color-theme {
    color: #ffc627;
}
.filterArea .btn-group .btn-default {
    border-color: #d0d0d0;
    border-radius: 0;
    box-shadow: none;
    color: #252525;
    line-height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 479px) {
    .filterArea .btn-group .btn-default i {
        margin-right: 0;
    }
}
@media (min-width: 480px) {
    .filterArea .btn-group .btn-default i {
        margin-right: 6px;
    }
}
@media (max-width: 479px) {
    .filterArea .btn-group .btn-default span {
        display: none;
    }
}
@media (min-width: 480px) {
    .filterArea .btn-group .btn-default span {
        display: inline-block;
    }
}
.filterArea .btn-group .btn-default:hover,
.filterArea .btn-group .btn-default.active {
    background-color: #ffc627;
    border-color: #ffc627;
    color: #ffffff;
}
@media (max-width: 479px) {
    .filterArea .btn-group .btn-default {
        width: 40px;
    }
}
@media (min-width: 480px) {
    .filterArea .btn-group .btn-default {
        width: 88px;
    }
}
.shop-grid {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: background 0.5s ease-in-out 0s;
}
.shop-info {
    padding-top: 15px;
    border-top: 2px solid #ffc627;
}
.caption {
    margin-bottom: 25px;
}
.caption .product-name {
    margin-bottom: 2px;
}
.caption .product-name .product-name {
    color: #191919;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
    padding: 0 12px;
    font-family: "Merriweather", serif;
}
.caption .product-price {
    font-weight: bold;
}
.caption .product-price {
    color: #ffc627;
    font-size: 16px;
}
.product-price-old {
    color: #888888;
    font-size: 14px;
    font-weight: normal;
    padding-left: 5px;
    text-decoration: line-through;
}
.rating .star i {
    color: #ffc627;
    font-size: 15px;
}
.add-buttons {
    display: inline-block;
    vertical-align: top;
}
.add-buttons .btn-add {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    color: #444444;
    height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
}
.add-buttons .btn-add:hover {
    background: #ffc627;
}
.add-buttons .btn-add:hover i {
    color: #fff;
}
.add-buttons .btn-add i {
    font-size: 15px;
}
.add-buttons .btn-add-cart-color2,
.add-buttons .btn-add-wish-color2 {
    color: #fff;
}
.ribbon.new {
    background: #3bc33c none repeat scroll 0 0;
}
.ribbon.sale {
    background: #cb3d90 none repeat scroll 0 0;
}
.ribbon {
    display: block;
    left: -24px;
    position: absolute;
    top: -8px;
	 -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 70px;
    z-index: 50;
}
.ribbon span {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 7px;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}
.list-view {
    float: left;
    width: 35%;
}
.list-view-content {
    float: left;
    padding: 20px 0 0 17px;
    position: relative;
    text-align: left;
    width: 65%;
}
.list-view-content .shop-info {
    border-top: 0;
    padding-top: 0;
}
.list-view-content .shop-info .caption {
    margin-bottom: 10px;
}
.list-view-content .shop-info .caption .product-name .product-name {
    padding: 0;
}
.product-tilte h3 {
    color: #191919;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.product-detial {
    margin-top: 35px;
}
.product-thumb {
    border: 1px solid #eee;
    display: block;
    overflow: hidden;
    padding: 45px 30px;
    position: relative;
}
.product-detial-info .caption .card-price-block .price-title {
    display: block;
    font-size: 16px;
}
.product-detial-info .caption .card-price-block .product-price {
    font-size: 26px;
}
.product-detial-info .caption .card-price-block .product-price-old {
    font-size: 20px;
}
.product-availability::before {
    color: #428d00;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    left: 0;
    line-height: 1.1;
    padding-right: 5px;
    position: relative;
    top: 0;
}
.product-availability {
    color: #428d00;
    display: block;
    margin-top: 10px;
    position: relative;
    text-transform: uppercase;
}
.rating .add-review {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}
.rating .add-review a,
.rating .add-review span {
    color: #888888;
    font-size: 11px;
}
.rating .add-review a,
.rating .add-review span {
    color: #888888;
    font-size: 11px;
}
.rating .add-review a::before {
    content: "|";
    display: inline-block;
    margin: 0 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.rating .add-review a,
.rating .add-review span {
    color: #888888;
    font-size: 14px;
}
.product-detial-info .product-description {
    margin-top: 20px;
}
.product-detial-info .caption {
    margin: 0;
}
.product-detial-info .product-description h3 {
    color: #191919;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.product-detial-info ul li span {
    color: #191919;
}
product-quantity {
    margin-top: 15px;
}
.product-quantity > span {
    font-size: 18px;
}
.product-quantity > input {
    border: 1px solid #ccc;
    font-size: 18px;
    height: 40px;
    margin-right: 10px;
    padding: 5px 10px;
    width: 60px;
}
.toch-button {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin: -5px 5px 0 0;
    outline: 0 none;
    padding: 0 36px 0 36px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: auto;
}
.toch-button:hover,
.toch-button.toch-add-cart,
.toch-menu ul li a:hover,
.toch-menu ul li.active a:hover {
    background: #ffc627 none repeat scroll 0 0;
    color: #fff;
}
.toch-button.toch-add-cart:hover {
    background: #e9af05 none repeat scroll 0 0;
}
.b-socials {
    margin-top: 38px;
}
.b-socials ul li {
    float: left;
}
.b-socials ul li a {
    color: #888888;
    display: block;
    margin-right: 18px;
}
.b-socials ul li a i {
    font-size: 13px;
}
.b-socials.full-socials {
    margin-top: 40px;
}
.b-socials.full-socials li a {
    border: 1px solid #ebebeb;
    display: inline-block;
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 5px;
    margin-right: 4px;
    padding: 8px;
    vertical-align: middle;
}
.b-socials.full-socials li a i {
    font-size: 15px;
    margin-right: 3px;
    vertical-align: middle;
}
.b-socials.full-socials li a i.fa-twitter {
    color: #00aaf0;
}
.b-socials.full-socials li a i.fa-facebook {
    color: #435f9f;
}
.b-socials.full-socials li a i.fa-google-plus {
    color: #e04b34;
}
.b-socials.full-socials li a i.fa-pinterest {
    color: #ce1f2e;
}
.product-detial .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.product-detial .nav-tabs > li.active a {
    background-color: #fff;
}
.product-tabs {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin-top: 25px;
}
.product-tabs ul li a {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 24px;
}
.product-tabs ul li.active {
    border-left: 1px solid #ddd;
    border-radius: 0;
    border-right: 1px solid #ddd;
}
.product-tabs ul li.active:first-child {
    border-left: medium none;
}
.product-detial .tab-pane {
    background: #fff none repeat scroll 0 0;
    padding: 30px;
}
.table-responsive table {
    margin-bottom: 0;
}
.Reviews ul {
    margin-top: 20px;
}
.Reviews .reviews-shop-content ul,
.Reviews .reviews-shop-content ul li {
    display: inline-block;
    margin: 0;
    padding: 0 !important;
}
.Reviews ul li {
    background-color: #f0f0f0;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 30px;
}
.reviews-txt p {
    color: #777;
    font-size: 13px;
    margin-top: 15px;
}
.reviews-txt a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333 !important;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.reviews-txt a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fabf09 !important;
    margin: 0;
    padding: 0;
}
.product-tabs .comment ul.list-inline li a {
    color: #ffc627;
    font-size: 16px !important;
    font-weight: 0;
    margin: 0 !important;
    padding: 0 !important;
}
.product-tabs .commentform h3 {
    color: #191919;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.product-tabs h3 {
    color: #191919;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}
#related-products .owl-prev {
    left: -50px;
    position: absolute;
    top: 42%;
    background-color: #ffc627;
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
#related-products .owl-next {
    position: absolute;
    right: -50px;
    top: 42%;
    background-color: #ffc627;
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
#related-product .owl-next:hover,
#related-product .owl-prev:hover {
    background-color: #005791;
}
.cart-detials {} .cart-detials .product-name {
    color: #6f6f6f;
    display: inline-block;
    vertical-align: middle;
    margin-top: 28px;
    margin-bottom: 0px;
    margin-left: 10px;
}
.cart-detials .table-responsive .table > thead > tr > th {
    border: medium none;
    text-transform: uppercase;
}
.cart-detials .table-responsive .table > thead > tr > th:first-child,
.cart-detials .table-responsive tbody tr > td:first-child {
    padding-left: 0;
}
.cart-detials .table-responsive tr {
    border-bottom: 1px solid #dcdcdc;
}
.cart-detials .table-responsive tbody {
    color: #6f6f6f;
    font-size: 16px;
}
.cart-detials .table-responsive tbody tr > td {
    vertical-align: middle;
}
.cart-detials .table-responsive tbody tr > td img {
    width: 85px;
    float: left;
}
.cart-detials .table-responsive tbody tr > td a.btn-close {
    float: right;
}
.cart_totals > table {
    border-bottom: 1px solid #e9e9e9;
    float: left;
    padding: 20px 22px;
    width: 100%;
}
.cart_totals > h2 {
    display: none;
}
.cart_totals > table {
    float: left;
    width: 100%;
}
.cart-subtotal > th {
    width: 50%;
}
.cart_totals table tbody td {
    border: medium none;
    padding: 5px 15px;
    text-align: right;
}
.cart_totals table tbody td form {
    display: none;
}
.cart-history .cart_totals table tr th {
    padding: 20px 0 0;
    text-transform: uppercase;
}
.cart_page .section-title > h2::before {
    display: none;
}
.cart_page .section-title > h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.cart_page .section-title {
    margin-bottom: 39px;
}
.cart-history .cart_totals table tr:last-child th {
    padding-bottom: 20px;
}
span.amount {
    font-weight: bold;
    color: #191919;
}
.order-box {
    border: 1px solid #d9d9d9;
    padding: 30px;
}
.order-box ul li {
    color: #8e8d8d;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
}
.order-box ul li span {
    display: inline-block;
    float: right;
}
.order-box ul li.total {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}
.order-box ul li span.bold {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.order-box ul li .note {
    background: #ececec none repeat scroll 0 0;
    color: #8e8d8d;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    padding: 25px;
    position: relative;
}
.order-box ul li .note .fa {
    color: #ececec;
    font-size: 35px;
    left: 25px;
    position: absolute;
    top: -25px;
}
.order-box ul li a.place-order {
    background: #ffc627 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 36px;
    margin-top: 30px;
    padding: 5px 45px;
    text-transform: uppercase;
}
/* =-=-=-=-=-=-= Blog & News  =-=-=-=-=-=-= */

#blog {
    background-color: #fff;
}
.blog-post {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.blog-post img {
   
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
	 transform: scale(1);
   
    o-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
	 transition: all 1s ease-in-out 0s;
    width: 100%;
}
.blog-post img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-decription {
    position: relative;
    background-color: #fff;
    float: left;
    padding: 40px 20px 40px 20px;
}
.blog-title {
    font-size: 20px;
    margin-bottom: 13px;
}
.blog-title a {
    color: #191919;
}
.blog-meta {
    margin-bottom: 5px;
}
.blog-meta ul li:first-child {
    padding-left: 0;
}
.blog-meta ul li {
    display: inline-block;
    margin-right: 26px;
    padding-left: 24px;
    position: relative;
    font-size: 14px;
}
.no-left {
    padding-left: 0 !important;
}
.blog-meta ul li:first-child::before {
    content: "";
}
.blog-meta ul li::before {
    content: "";
    font-family: "FontAwesome";
    font-style: normal;
    left: 0;
    position: absolute;
    top: 0;
}
.blog-meta ul li.post-categories::before {
    content: "";
}
.blog-content p {
    margin-bottom: 30px;
}
.blog-content blockquote {
    background-color: #eee;
    border-left: medium none;
    display: inline-block;
    margin: 20px 0 30px;
    padding: 60px 65px 60px;
    width: 100%;
}
.blog-content blockquote p {
    color: #333333;
    font-size: 28px;

    font-weight: 700;
    line-height: 42px;
    position: relative;
    z-index: 1;
}
.news-box {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.news-thumb {
    overflow: hidden;
    position: relative;
}
.news-thumb > a > img {
    float: left;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    o-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.news-thumb > a > img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news-detail {
    margin-top: 25px;
}
.news-detail > p {
    line-height: 26px;
    margin-bottom: 25px;
}
.news-detail > h2 {
    color: #191919 !important;
    float: left;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 15px;
    text-transform: capitalize;
    width: 100%;
}
.news-detail > h2 a{
	  color: #191919 !important;
}
.post-social ul {
    float: right;
    margin-bottom: 0;
    padding-left: 0;
}
.post-social ul li {
    display: inline-block;
    margin-left: 4px;
}
.post-social ul li a {
    border: 1px solid #d3d3d3;
    color: #bababa;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    width: 40px;
}
.post-social ul li a:hover {
	background:#ffc627;
	color:#fff;
	border: 1px solid #ffc627;
}
.news-detail ul {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 50px;
    list-style: outside none circle;
}
.news-detail .post-img {
    margin-bottom: 20px;
}
.blog-section {
    margin-bottom: 45px;
    overflow: hidden;
}
.blog-section .list-inline {
    margin-top: 10px;
}
.list-inline > li:first-child {
    padding-left: 0;
}
.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.comment li {
    border-right: 2px solid #000;
    padding-right: 10px;
}
.comment li:last-child {
    border-right: 0 none;
}
.comment-info {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    margin: 30px 0;
    overflow: hidden;
}
.comment-info p {
    margin-bottom: 40px;
}
.comment-info img {
    max-width: 90px;
}
.comment-info .author-desc {
    margin-left: 115px;
}
.comment-info .author-title {
    line-height: 16px;
    margin-bottom: 22px;
    color: #191919;
}
.author-title strong {
    font-size: 16px;
    text-transform: uppercase;
    color: #191919;
}
.comment-date {
    border-left: 1px solid #777;
    color: #777;
    font-size: 12px;
    margin-left: 17px;
    padding-left: 17px;
}
.comment-list .children {
    list-style: outside none none;
    padding-left: 67px;
}
span.required {
    color: #f00;
    font-size: 18px;
    line-height: 10px;
}
.post-bottom {
    margin: 40px 0;
}
.post-bottom .tag_cloud a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    color: #191919 !important;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 10px 8px 0;
    padding: 0 17px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
/* =-=-=-=-=-=-= Blog Sidebar  =-=-=-=-=-=-= */

.side-bar {
    background: #eee none repeat scroll 0 0;
    padding: 50px 5px 50px 5px;
    overflow: hidden;
}
.widget {
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
}
.side-bar .search .widget input {
    border: 1px solid #ebebeb;
    display: inline-block;
    font-size: 14px;
    height: 45px;
    padding: 0 10px;
    width: 100%;
}
.side-bar .search .widget button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #191919;
    float: right;
    font-size: 16px;
    top: -34px;
    position: relative;
}
.side-bar .widget ul {
    margin-bottom: 0;
}
.side-bar .search button {
    background-color: #51bbe5;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
.side-bar .widget h2 {
    color: #191919;
    font-size: 20px;
    margin: 0 0 15px;
    padding: 13px 18px 13px 0;
    border-bottom: 2px solid #e3e3e3;
    text-transform: capitalize;
}
.side-bar .widget h2::before {
    background-color: #ffc627;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 58px;
    width: 70px;
}
.side-bar .widget ul.product-list li {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    position: relative;
}
.side-bar .widget ul.product-list li a .product-thumb {
    float: left;
    margin-right: 5px;
    padding: 5px;
    width: 85px;
    height: 85px;
}
.post {
    color: #cccccc;
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 95px;
    position: relative;
}
.post .post-thumb {
    left: 0;
    position: absolute;
    top: 0;
    width: 80px;
}
.post .post-thumb img {
    display: block;
    width: 100%;
}
.post h4 {
    color: #191919;
    font-size: 14px;
    line-height: 1.6em;
    padding: 5;
}
.post h4 a {
    color: #191919;
}
.post-info {
    color: #8b8b8b;
    font-size: 14px;
    text-transform: capitalize;
}
.gallery-image a {
    float: left;
    margin-bottom: 10px;
    margin-right: 2px;
    max-width: 24%;
    transition: all 0.3s ease-in 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.gallery-image img {
    transition: all 0.3s ease-in 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
}
.gallery-image a:hover {
    opacity: 0.5;
}
.side-bar .widget ul li {
    border-bottom: 1px solid #d2d2d2;
}
.side-bar .widget ul li a {
    color: #191919 !important;
    display: block;
    font-size: 16px;
    line-height: 42px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.side-bar .widget ul li:last-child {
    border: medium none;
}
.side-bar .widget ul li a::after {
    color: #828282;
    content: "";
    display: inline-block;
    float: right;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 42px;
    position: absolute;
    right: 0;
    top: 0;
}
.side-bar .widget .tag_cloud a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 10px 8px 0;
    padding: 0 17px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    color: #191919 !important;
}
.side-bar .widget .tag_cloud a:hover {
    background: #ffc627 none repeat scroll 0 0;
	color: #fff !important;
}
.advertizing {
    overflow: hidden;
    padding-top: 10px;
}
/* =-=-=-=-=-=-= Testimonials  =-=-=-=-=-=-= */

.testimonial-bg {
    background: rgba(0, 0, 0, 0) url("../images/testimonials.jpg") repeat scroll center center;
	background-size:cover;
}

.testimonial-grid {
    padding: 0 236px;
}
.testimonial-grid p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}
.testimonial-grid .name {
    color: #ffc627;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 2px;
    text-transform: uppercase;
}
.testimonial-grid img {
    border-radius: 50%;
    height: 120px;
    margin: auto auto 10px;
    object-fit: cover;
    width: 120px;
}
.choose-us {
    overflow: hidden;
    position: relative;
}
.happy-client-2 i {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
.happy-client-2 p {
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 520px;
    color: #B3B3B3;
    font-style: italic;
    text-align: center;
    margin: 0 auto;
}
.happy-client-2 .client-info-wrap {
    margin: 0 auto;
}

.happy-client-2 #owl-slider .owl-controls {
    margin-top: 35px;
    text-align: center;
}
.happy-client-2 .client-img {
    float: left;
    width: 15%;
}
.happy-client-2 .client-img img {
    height: 68px;
    width: 68px;
}
.happy-client-2 .client-info {
    float: left;
    width: 50%;
}
.happy-client-2 .client-info strong {
    color: #191919;
    display: block;
    font-size: 20px;
    margin-bottom: 11px;
    text-align: center;
}
.happy-client-2 .client-info span {
    color: #1c2022;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 12px;
    text-align: center;
}
.happy-client-2 .client-info i {
    color: #ffc627;
    font-size: 12px;
    text-align: center;
}
.happy-client-2 .client-info i.grey-star {
    color: #cdcdcd;
}
.happy-client i {
    font-size: 16px;
    margin-bottom: 10px;
}
.happy-client p {
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 520px;
    color: #B3B3B3;
    font-style: italic;
}
#owl-slider .owl-controls {
    margin-top: 35px;
    text-align: left;
}
.client-img {
    float: left;
    width: 15%;
}
.client-img img {
    height: 68px;
    width: 68px;
}
.client-info {
    float: left;
    width: 50%;
}
.client-info strong {
    color: #191919;
    display: block;
    font-size: 20px;
    margin-bottom: 11px;
}
.client-info span {
    color: #1c2022;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 12px;
}
.client-info i {
    color: #ffc627;
    font-size: 12px;
}
.client-info i.grey-star {
    color: #cdcdcd;
}
/* =-=-=-=-=-=-= Our Clients  =-=-=-=-=-=-= */
.clients-bg {
    background: #ffc627 none repeat scroll 0 0;
}
.client-logo {
    border-right: 1px solid #e5b223;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.client-logo a img {
    height: 100px;
}
.clients-list {
    line-height: 150px;
}
/* =-=-=-=-=-=-= Fixed Sidebar =-=-=-=-=-=-= */

ul.side-bar-list {
    margin: 0 0 30px;
    padding: 0;
}
ul.side-bar-list li:first-child {
    margin-top: 0;
}
ul.side-bar-list li {
    list-style: outside none none;
}
ul.side-bar-list li a {
    background: #eee none repeat scroll 0 0;
    color: #191919;
    display: block;
    font-family: "Merriweather", sans-serif;
    padding: 16px 25px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out 0s;
    o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
ul.side-bar-list li a::after {
    color: #191919;
    content: "";
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 50px;
    position: absolute;
    right: 25px;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
ul.side-bar-list li a:hover,
ul.side-bar-list li.active a {
    background: #ffc627 none repeat scroll 0 0;
    color: #ffffff !important;
}
ul.side-bar-list li a:hover::after,
ul.side-bar-list li.active a::after {
    color: #ffffff;
}
/* =-=-=-=-=-=-= 404 Error Page  =-=-=-=-=-=-= */

.error-text {
    color: #191919;
    font-size: 240px;
    font-weight: 700;
    line-height: 200px;
    margin-bottom: 20px;
}
.error-title {
    color: #191919;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}
/* =-=-=-=-=-=-= Icons  =-=-=-=-=-=-= */

#icons {
    background-color: #fff;
}
.icon-example {
    color: #555;
    margin-left: 1px;
    vertical-align: middle;
}
.icon-example .icon-box {
    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    font-size: 16px;
    margin: -1px 0 0 -1px;
    padding: 0;
    width: 33%;
}
.icon-example .icon-box-2 {
    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    font-size: 16px;
    margin: -1px 0 0 -1px;
    padding: 0;
    width: 50%;
}
.icon-example .icon-box-2 > span {
    border-right: 1px solid #f1f1f1;
    display: inline-block;
    font-size: 32px;
    line-height: 70px;
    margin-right: 5px;
    min-height: 70px;
    min-width: 70px;
    text-align: center;
}
.icon-example .icon-box > span {
    border-right: 1px solid #f1f1f1;
    display: inline-block;
    font-size: 32px;
    line-height: 70px;
    margin-right: 5px;
    min-height: 70px;
    min-width: 70px;
    text-align: center;
}
.media a img {
    border: 1px solid #ffc627;
    border-radius: 4px;
    color: #191919;
    display: block;
    padding: 9px;
    height: 65px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    width: 65px;
}
.quote-bg {
    background: #fff url("../images/quote-bg.jpg") no-repeat scroll center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.media a i::before {
    border: 1px solid #ffc627;
    border-radius: 4px;
    color: #191919;
    display: block;
    font-size: 32px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    width: 65px;
}
.media-heading a {
    color: #191919;
}
/* =-=-=-=-=-=-= Video =-=-=-=-=-=-= */
.tab-content h2 {
    color: #191919;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform:capitalize;
    margin-bottom: 20px;
}
.home-tabs {
    margin-top: -115px;
    position: relative;
    z-index: 999;
}
 .video-container h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.video-container p {
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
#video-bg {
    width: 100%;
}
.video-container {
    height: 470px;
    overflow: hidden;
    position: relative;
}
.video-text {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.video-text h2,
.video-text p {
    color: #fff;
}
.text-container {
    display: table;
    height: 100%;
    width: 100%;
}
.text-container-grid {
    display: table-cell;
    vertical-align: middle;
}
.video-container::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
#play-video button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
    font-size: 20px;
    height: 60px;
    width: 60px;
}
.populer-courses-container.style-3 .big-post .course-thumb {
    float: left;
    width: 50%;
}
.populer-courses-container.style-3 .big-post .course-info {
    float: left;
    width: 50%;
}
.populer-courses-container.style-3 .ser-dis-btn {
    margin-bottom: 30px;
}
.populer-courses-container.style-3 .rating {
    padding: 17px 30px;
}
.populer-courses-container.style-3 .single-course.big-post {
    margin-bottom: 50px;
}
/* =-=-=-=-=-=-= Contact Us =-=-=-=-=-=-= */

#map {
    height: 450px;
    width: 100%;
}
#contact-us {
    background-color: #fff;
}
.contact-bg {
    background: #fff url("../images/project-bg.jpg") no-repeat scroll right bottom;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contact-image {
    margin-top: 120px;
}
#contactForm {
    position: relative;
}
#contactForm button.btn {
    padding: 21px 86px !important;
}
.location-item {
    padding: 0 25px 25px 25px;
    margin-bottom: 40px;
}
.location-item .icon {
    color: #191919;
    font-size: 52px;
    padding-bottom: 20px;
}
.location-item h5 {
    margin-bottom: 20px;
    color: #191919;
}
.location-item h4 {
    font-weight: 600;
    color: #191919;
}
#success {
    display: none;
}
#loader {
    display: none;
}
.notice {
    position: relative;
    margin: 1em;
    background: #F9F9F9;
    padding: 1em 1em 1em 2em;
    border-left: 4px solid #DDD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}
.notice:before {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: -17px;
    background-color: #DDD;
    color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-family: Georgia;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.info {
    border-color: #0074D9;
}
.info:before {
    content: "i";
    background-color: #0074D9;
}
.success {
    border-color: #2ECC40;
}
.success:before {
    content: "√";
    background-color: #2ECC40;
}
.warning {
    border-color: #FFDC00;
}
.warning:before {
    content: "!";
    background-color: #FFDC00;
}
.error {
    border-color: #FF4136;
}
.error:before {
    content: "X";
    background-color: #FF4136;
}
.footer {
    background: #111111 none repeat scroll 0 0;
    color: #c9c9c9;
    font-family: "Source Sans Pro", sans-serif;
    position: relative;
}
.footer-title {
    color: #ffc627;
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
}
.footer .column {
    margin-bottom: 30px;
    position: relative;
}
.footer p {
    color: #939393 !important;
}
.footer-title::after {
    background: #ffc627 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 20px 0;
    position: relative;
    width: 70px;
}
.social-links-two {
    position: relative;
}
.social-links-two a {
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    color: #bcbcbc !important;
    display: block;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    margin-right: 8px;
    position: relative;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 28px;
}
.social-links-two.alt a {
    border: 1px solid #cccccc;
    color: #cccccc !important;
    font-size: 12px;
}
.social-links-two a:hover {
    background: #ffc627 none repeat scroll 0 0;
    border-color: #ffc627;
    color: #fff !important;
}
.footer-links ul {
    margin: 0;
    padding: 0;
}
.footer-links li {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 4px 0;
    width: 50%;
}
.footer-links li a {
    color: #939393;
}
.footer-links li a:hover {
    color: #ffc627;
}
.footer-links li a::before {
    content: "";
    display: block;
    float: left;
    font-family: fontawesome;
    margin-right: 10px;
}
.footer-gallery-grid img {
    float: left;
    margin: 4px;
    width: 63px;
}
.footer-address p {
    margin-bottom: 18px;
}
.footer-address p i {
    color: #ffc627;
    margin-right: 12px;
}
.copyright {
    background: #222 none repeat scroll 0 0;
    border-top: 1px solid #333333;
    padding: 17px 0 10px;
}
.copyright a {
    color: #ffc627;
}
.copyright p {
    color: #fff !important;
}
.copyright a:hover {
    color: #ffc627;
}
/* =-=-=-=-=-=-= Responsive Quries =-=-=-=-=-=-= */

@media (min-width: 1280px) and (max-width: 1599px) {
	.home-tabs {
    margin-top: -60px;
}
}

@media (min-width: 768px) and (max-width: 1279px) {
    .header-area .logo-bar .info-box {
        margin-left: 30px;
        padding-left: 40px;
    }
    .navigation-2 .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .navigation-2 a.btn-primary {
        font-size: 14px;
        letter-spacing: 0;
        padding: 21px 18px;
    }
    .navigation .navbar-nav {
        margin-top: 0 !important;
    }
    .navigation .navbar-brand {
        padding: 0 !important;
    }
    .navigation .navbar-right {
        float: left !important;
    }
    .navigation .navbar-right .dropdown-menu {
        left: 0;
        right: auto;
        top: 70px;
    }
    .testimonial-grid {
        padding: 0;
    }

	.navigation-2 a.btn-primary {
    padding: 21px 15px;
}
    .contact-email {
        display: none !important;
    }
    #services .owl-prev {
        left: 0;
        position: absolute;
        top: 35%;
    }
    #services .owl-next {
        position: absolute;
        right: 0;
        top: 35%;
    }
    #clients .owl-prev,
    #testimonials .owl-prev {
        left: 0;
        position: absolute;
        top: 35%;
    }
    #clients .owl-next,
    #testimonials .owl-next {
        position: absolute;
        right: 0;
        top: 35%;
    }
    .clients-grid {
        display: table !important;
        margin: 0 auto !important;
    }
    #clients .item {
        display: table !important;
        margin: 0 auto !important;
    }
    .slider-caption h1 {
        font-size: 48px;
        letter-spacing: 0;
        line-height: 35px;
        margin-bottom: 15px;
        padding-bottom: 0;
    }
    .slider-caption p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .slider-caption .btn {
        padding: 15px 25px;
    }
    .quote .quotation-box {
        margin-top: 0;
    }
    .no-extra {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .parallex-text h4 {
        font-size: 25px;
        line-height: 36px;
    }
    .parallex-small .btn {
        margin-top: 10px !important;
    }
    .our-gallery {
        margin-top: 40px;
    }
    .post-bottom {
        margin: 0;
    }
    .tabs-container .nav.nav-tabs li {
        height: 180px;
    }
    .tabs-container .nav.nav-tabs li.active a {
        height: 200px;
    }
    .intro-caption .section-title {
        font-size: 30px;
    }
	.margin {
		clear:both;
		position:relative;
		margin-bottom:30px;
	}
	.side-bar {
		margin-top:30px;
		clear:both;
	}
	h5.count-title {
    font-size: 14px;
}
.counter-box .counter-stats {
    font-size: 45px;
}
.about-image img 
{
	width:100%;
}
.client-img {
    float: left;
    width: 26%;
}
}
@media screen and (max-width: 600px) {
    .section-padding {
        padding: 70px 0;
    }
    .section-padding-140 {
        padding: 140px 0;
    }
    .section-padding-100 {
        padding: 100px 0;
    }
    .section-padding-80 {
        padding: 80px 0;
    }
    .section-padding-70 {
        padding: 70px 0;
    }
    .section-padding-60 {
        padding: 60px 0;
    }
    .section-padding-40 {
        padding: 40px 0;
    }
    .padding-top-20 {
        padding-top: 20px;
    }
    .padding-top-30 {
        padding-top: 30px;
    }
    .padding-top-40 {
        padding-top: 40px;
    }
    .padding-top-50 {
        padding-top: 50px;
    }
    .padding-top-45 {
        padding-top: 45px
    }
    .padding-top-60 {
        padding-top: 60px;
    }
    .padding-top-70 {
        padding-top: 70px;
    }
    .padding-top-80 {
        padding-top: 80px;
    }
    .padding-top-100 {
        padding-top: 100px;
    }
    .padding-top-120 {
        padding-top: 120px;
    }
    .padding-top-140 {
        padding-top: 140px;
    }
    .padding-bottom-120 {
        padding-bottom: 120px;
    }
    .padding-bottom-100 {
        padding-bottom: 100px;
    }
    .padding-bottom-80 {
        padding-bottom: 80px;
    }
    .padding-bottom-60 {
        padding-bottom: 60px!important;
    }
    .padding-bottom-40 {
        padding-bottom: 40px!important;
    }
    .padding-bottom-20 {
        padding-bottom: 20px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .top-bar .left-text {
        display: none;
    }
    .social-icons {
        float: none !important;
        text-align: center;
    }
    .social-icons ul li a {
        border-top: 1px solid #EAEAEA;
        margin-left: -4px;
    }
    .header-area .logo-bar .info-box {
        margin-left: 3px;
        margin-bottom: 15px;
    }
    .header-area .logo-bar .information-content {
        margin-top: 15px;
    }
    .navbar-nav {
        margin: 0 !important;
    }
    .navbar-nav .dropdown-menu li a {
        line-height: 40px !important;
        height: 50px;
    }
    .navigation-2 a.btn-primary {
        float: none !important;
        display: block;
    }
    .navigation-2 #main-navigation .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .navigation .navbar-toggle {
        position: absolute;
        padding: 9px 10px;
        top: 33px !important;
        margin-right: 15px;
        background-color: #ddd;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        right: 0;
    }
    .navigation .dropdown-menu > li > a {
        color: #000 !important;
    }
    .navigation .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .slider-grids .tt-slider-small-text {
        display: none !important;
    }
    .slider-grids .tt-slider-subtitle {
        font-size: 18px !important;
    }
	.error-text {
    font-size: 175px;
	margin-bottom:0;
	}
	.error-title {
    font-size: 21px;
	}
    .page-heading h2 {
        color: #fff;
        font-size: 24px;
    }
    .breadcrumbs {
        display: none;
    }
    .breadcrumbs-area {
        padding: 30px 0;
    }
    .parallex-text h4 {
        font-size: 23px;
        text-align: center;
        line-height: 36px;
    }
    .parallex-small .btn {
        margin-top: 10px !important;
    }
    .parallex-button {
        text-align: center;
    }
    .more-about a.btn {
        display: block;
    }
    .btn-lg {
        letter-spacing: 1px;
        padding: 10px 25px;
    }
    
    .no-extra {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .our-gallery {
        margin-top: 40px;
    }
    .custom-button {
        display: block;
        text-align: center;
    }
    .news-detail > h2 {
        font-size: 22px;
    }
    .post-like,
    .post-comment,
    .post-share {
        display: inline-block;
        margin-left: 5px;
    }
    .testimonial-grid {
        padding: 0 !important;
    }
    .clients-grid {
        display: table !important;
        margin: 0 auto !important;
    }
    #clients .item {
        display: table !important;
        margin: 0 auto !important;
    }
	.side-bar {
		margin-top:30px;
		clear:both;
	}
	.product-detial-info {
		margin-top:30px;
		clear:both;
	}
	.product-detial .nav-tabs > li {
    float:none;
    margin-bottom: -1px;
}
.product-detial .nav-tabs > li.active a {
    border-bottom: 1px solid #eee;
}
.blog-title {
    font-size: 17px;
}
.blog-content blockquote {
	padding: 10px 20px;	
}
.blog-content blockquote p {
    font-size: 20px;
}
    .main_title {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .post-bottom .tag_cloud a {
        font-size: 13px;
        padding: 0 10px;
    }
    .post-bottom .share-items {
        display: none;
    }
    .comment-info .author-desc {
        margin-left: 0;
    }
    .comment-list .children {
        list-style: outside none none;
        padding-left: 20px;
    }
    .post-bottom {
        margin: 0;
    }
    .home-tabs {
        margin-top: 30px;
    }
	.margin {
		clear:both;
		position:relative;
		margin-bottom:30px;
	}
    .tabs-container .nav.nav-tabs li {
        width: 25%;
    }
	

   
    .tabs-container .nav.nav-tabs li.active {
        margin-top: 0;
    }
    .tabs-container .nav.nav-tabs li.active a {
        height: 114px;
    }
   
    .tabs-container .nav > li > a {
        padding: 5px;
    }
	.cart-detials .product-name {
		display:none;	
	}
	.contact-image img {
		width:100%;
		height:auto;
	}
	.list-view {
    float: left;
    width: 100%;
	clear:both;
}
.list-view-content {
	 width: 100%;
	clear:both;
}
.counter-seprator {
	width: 50%;
	margin-bottom:30px;
	    border-right:none;
}
h5.count-title {
    font-size: 14px;
}
.counter-box .counter-stats {
    font-size: 45px;
}
.about-content-area {
    padding: 50px 5px 30px;
}
.about-image img 
{
	width:100%;
}
.header-area .border::after {
    background:none !important;
}
.tt-slider-small-text, .tt-btn {
	display:none;
}
.header-area .logo-bar {
    padding: 25px 0;
}
.information-content {
	display:none;
}


}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {}