/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR The Cryptoc      ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

1. Imported styles
2. Global styles
3. Button style
4. Sec title style
5. Header-style
6. Rev Slider style
7. page title style
8. latest-news style
9. feature style
10. google map Section style
11. contact Section style
12. Team Member styles
13. latest-gallery styles 
14. Checkout Area style
15. page_pagination style
16. footer style
17. about style
18. our-services style
19. recent-project style
20. call-to-action styles 
21. Parallax Style One
22. team Section style
23. two-column style
24. service-single Section style
25. gallery Section
26. Side Bar Style
27. Blog Page Style
28. blog grid page style
29. feature-style-three
30. contact_us style
31. error page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/* 
==========================================
   1. Imported styles
==========================================
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|PT+Sans:400,700|Source+Sans+Pro:400,600,700');

@import url(../css/bootstrap.min.css);
@import url(../css/bootstrap-select.min.css);
@import url(../css/jquery.bootstrap-touchspin.css);

@import url(../css/font-awesome.css);
@import url(../css/flaticon.css);

@import url(../css/owl.carousel.css);
@import url(../css/jquery.bxslider.css);
@import url(../css/flexslider.css);

@import url(../css/jquery-ui.css);
@import url(../css/jquery.fancybox.css);
@import url(../css/polyglot-language-switcher.css);

@import url(../css/animate.css);
@import url(../css/nouislider.css);
@import url(../css/nouislider.pips.css);
@import url(../css/magnific-popup.css);
@import url(../css/hover.css);
@import url(../css/header.css);

/* 
============================================
   2. Global styles
============================================
*/

body {
  
  color:#222222;
  font-size: 16px;
}

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

h1,h2,h3,h4,h5 {
  font-family: 'PT Sans', sans-serif;
} 

ul {list-style-type: none;}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  font-size:14px;
  line-height: 24px;
}
a {text-decoration: none; display: inline-block; outline: none;}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;}

img {
  max-width: 100%;
  display: inline-block;
}

.text {
  color: #777;
}

button {border:none; outline:none; box-shadow: none; display: block; padding: 0; background: transparent;}
input,textarea {display: block; font-size: 16px; line-height: 28px; outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}


.boxed_wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}

.clear_fix { clear:both;}
.clear_fix:after {
  display: table;
  content: '';
  clear: both;
}
.list_inline li {
  display: inline-block;
}
.social li {
  display: inline-block;
  font-size: 14px;
}
.social li a {
  color: #fff;
  -webkit-transition:.5s ease-in-out;
  transition: .5s ease-in-out;
}
.default_link {
  font-size: 14px;
  text-transform: uppercase;
  color: #48c7ec;
  font-weight: 600;
}
.default_link:hover {
  color: #48c7ec;
}

.default_link i {
  margin-left: 3px;
  font-weight: 700;
  font-size: 18px;
}
.uppercase {
  text-transform: uppercase;
}
.padd-80 {
  padding-top: 80px;
}
.tran3s {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.center {
  text-align: center;
}
.row-5 {
  margin: 0 -5px;
}
.thm-color {
  color: #e3ba68;
}
.thm-bg {
  background: #e3ba68;
}
.grey-bg {
  background: #f7f7f7;
}
.mar-bottom-30 {
  margin-bottom: 30px;
}
.bold {
  font-weight: 700;
}
.s-bold {
  font-weight: 600;
}
.m-bold {
  font-weight: 600;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}
/*
===============================================
  3. button style
===============================================
*/
.thm-btn {
  position: relative;
  background: #e3ba68;
  font-size: 14px;
  line-height: 46px;
  font-weight: 700;
  color: #ffffff;
  border: 2px solid #e3ba68;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 35px;
  font-family: 'PT Sans', sans-serif;
  -webkit-transition:all .5s cubic-bezier(0.4, 0, 1, 1);
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
  background: transparent;
  color: #e3ba68;
  -webkit-transition:all .5s cubic-bezier(0.4, 0, 1, 1);
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.theme_menu .link_btn {
  margin-top: 24px;
  color:#222222;
}

.button-style-one{
  margin-top: 8px;
  color: #000000;
  position:relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  transition:.5s;
  font-family: 'PT Sans', sans-serif;
}
.button-style-one:before{
  content: "";
}
.button-style-one:hover{
  color:#e3ba68;
}

.button-style-two{
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform:uppercase;
  color: #e3ba68;
  padding: 9px 23px;
  border: 1px solid #e3ba68;
  letter-spacing: 1px;
}
.button-style-two:hover{
  color: #e3ba68;
}

.btn-style-nine {
  position:relative;
  padding: 4px 28px 13px;
  padding-left: 82px;
  border-radius: 38px;
  border: 2px solid #e3ba68;
  line-height:24px;
  color: #ffffff;
  background: #e3ba68;
  display: inline-block;
  font-size: 22px;
  font-weight:700;
  letter-spacing:1px;
  text-transform: capitalize;
}

.btn-style-nine:after {
  position: absolute;
  content: '';
  background: url(../images/icons/google-play2.png);
  background-repeat:  no-repeat;
  left: 37px;
  top: 14px;
  width: 31px;
  height: 36px;
}

.btn-style-nine p {
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
  margin: 0;
  position:  relative;
  top: 4px;
}

.btn-style-nine span {
  position: relative;
}

.btn-style-nine:hover {
  color: #fff;
}


.btn-style-ten {
  position:relative;
  padding: 4px 28px 13px;
  padding-left: 82px;
  border-radius: 38px;
  border: 2px solid #e3ba68;
  line-height:24px;
  background:  #fff;
  color: #e3ba68;
  display: inline-block;
  font-size: 22px;
  font-weight:700;
  letter-spacing:1px;
  text-transform: capitalize;
}

.btn-style-ten:after {
  position: absolute;
  content: '';
  background: url(../images/icons/apple.png);
  background-repeat:  no-repeat;
  left: 37px;
  top: 14px;
  width: 31px;
  height: 36px;
}

.btn-style-ten p {
  font-size: 14px;
  color: #e3ba68;
  text-transform: capitalize;
  margin: 0;
  position:  relative;
  top: 4px;
}

.btn-style-ten span {
  position: relative;
}

.btn-style-ten:hover {
  color: #e3ba68;
}

/*Btn Style eleven*/

.btn-style-eleven {
  position:relative;
  padding: 11px 40px;
  line-height:24px;
  border-radius: 25px;
  color:#222;
  text-align:center;
  display: inline-block;
  font-size:14px;
  font-weight:700;
  background:none;
  letter-spacing:1px;
  text-transform:uppercase;
  border:1px solid #e8e8e8;
  font-family: 'PT Sans', sans-serif;
}

.btn-style-eleven:hover {
  color:#ffffff;
  border-color: #e3ba68;
  background-color: #e3ba68;
}


/*List Style One*/

.list-style-one{
  position:relative;
  margin-top:25px;
  margin-bottom: 30px;
}

.list-style-one li{
  position:relative;
  color:#888888;
  font-size:16px;
  font-weight:400;
  padding-left:28px;
  margin-bottom:15px;
  line-height:1em;
}

.list-style-one li:before{
  position:absolute;
  content:'\f101';
  left:0px;
  top:-2px;
  font-size:16px;
  color: #e3ba68;
  font-family: 'FontAwesome';
}

/*List Style four*/

.list-style-four{
  position:relative;
  margin-bottom: 40px;
  margin-top: 15px;
}

.list-style-four li{
  position:relative;
  color: #222;
  font-size:16px;
  font-weight:300;
  padding-left:28px;
  margin-bottom: 5px;
}

.list-style-four li:before{
  position:absolute;
  content:'\f178';
  left:0px;
  top:0px;
  font-size:16px;
  color: #e3ba68;
  font-family: 'FontAwesome';
}

/* list-syle-five */
.list-style-five{
  position:relative;
  margin-top:-10px;
}

.list-style-five li{
  position:relative;
  color:#777777;
  font-size:13px;
  font-weight:400;
  margin-right:25px;
  display:inline-block;
}

.list-style-five li:after{
  position:absolute;
  content:'/';
  color:#777777;
  font-size:14px;
  right:-15px;
  top:2px;
}

.list-style-five li:last-child{
  margin-right:0px;
}

.list-style-five li:last-child::after{
  display:none;
}

.list-style-five li .icon{
  position:relative;
  color: #e3ba68;
  font-size:14px;
  margin-right:2px;
}



.anim-3 {
  -webkit-transition:all 0.3s ease;
  transition: all 0.3s ease;
}
.anim-5 {
  -webkit-transition:all 0.5s ease;
  transition: all 0.5s ease;
}

.theme-btn {
  transition: .5s ease;
}

.sp-one {
  padding: 80px 0;
}
.sp-two {
  padding: 80px 0 50px;
}
.sp-three {
  padding: 80px 0 30px;
}
.sp-four {
  padding: 80px 0 0px;
}
.sp-five {
  padding: 0px 0 80px;
}

.pr-50 {
  padding-right: 50px;
}

/*
--------------------------------------------
  4. sec title style
--------------------------------------------
*/
.sec-title {
  position: relative;
  margin-bottom: 50px;
}
.sec-title h2 {
    position: relative;
    font-size: 30px;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
    padding-bottom: 30px;
}
.sec-title.light h2 {
  color: #fff;
}
.sec-title h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 55px;
    height: 3px;
    background: rgb(227, 186, 104);
}
.sec-title.center h2:before {
  left: 50%;
  margin-left: -27.5px;
}
.sec-title span{
  color: #e3ba68;
}

.sec-title.center {
  text-align: center;
}

.sec-title .text {
  max-width: 600px;
}

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

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%;
 z-index:999999; background-color:#ffffff; background-position:center center;
  background-repeat:no-repeat; background-image:url(../images/icons/7JzS.gif);}


/*** 

====================================================================
  social icon
====================================================================

***/

.social-icons li {
  position: relative;
  margin-right: 12px;
  display: inline-block;
  font-size: 15px;
}

.social-icons li a {
  color: #999;
}
.social-icons.light li a {
  color: #fff;
}

.social-icons.theme-color li a {
  color: #e3ba68;
}

.social-icons.light li a:hover {
  opacity: 0.7;
}

.social-icons.light li a,
.social-icons a:hover {
  color: #e3ba68;
}

/*** 

====================================================================
  social icon two
====================================================================

***/

.social-icon-two {
  position: relative;
}

.social-icon-two li {
  position: relative;
  display: inline-block;
  margin: 0px 4px;
}

.social-icon-two a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  line-height: 38px;
  border: 1px solid #fff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-two a:hover {
  color: #e3ba68;
  border-color: #e3ba68;
}

/*Social Icon Four*/

.social-icon-four{
  position:relative;
  display:inline-block;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.social-icon-four li{
  position:relative;
  margin-left:8px;
  margin-bottom:5px;
  display:inline-block;
}

.social-icon-four li a{
  position:relative;
  color: #e3ba68;
  font-size:14px;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.social-icon-four li a:hover{
  color: #e3ba68;
}



/*** 

====================================================================
  Main Slider style
====================================================================

***/

.main-slider{
  position:relative;
  z-index:10;
}

.main-slider .tp-caption{
  z-index:5 !important;
}

.main-slider .tp-dottedoverlay{
  background:rgba(0,0,0,0.40) !important; 
}

.main-slider .tparrows.gyges{
  width:60px;
  height:60px;
  margin-top: -60px;
  line-height:60px;
  background-color:rgba(255,255,255,0.2);
}

.main-slider .tparrows.gyges:before{
  line-height:60px;
}

.main-slider .tparrows.gyges:hover{
  background-color:#e3ba68;
}

.main-slider h2{
  position:relative;
  color:#ffffff;
  font-size:60px;
  font-weight:700;
  line-height:1.2em;
  padding-bottom:20px;
}


.main-slider h2.dark-text{
  position:relative;
  color:#022222;
}

.main-slider h2.text-center:before{
  left:50%;
  margin-left:-35px;
}

.main-slider .text{
  position:relative;
  font-size:18px;
  font-weight:500;
  color:#fff;
  line-height:1.7em;
}

.main-slider .text.dark-text{
  color:#022222;
  font-size:16px;
}

.main-slider .dark-heading{
  position:relative;
  color:#022222;
  font-size:60px;
  border:0px;
  padding:0px;
  line-height:1.2em;
}

.main-slider .dark-heading:after{
  display:none;
}

.main-slider .white-heading{
  position:relative;
  color:#fff;
  border:0px;
  padding:0px;
  line-height:1.2em;
}

.main-slider .white-heading:after{
  display:none;
}

.main-slider h4{
  position:relative;
  font-size:36px;
  font-weight:400;
  color:#ffffff;
}

.main-slider h1{
  position:relative;
  font-size:72px;
  font-weight:700;
  color:#ffffff;
  line-height:1.2em;
  text-transform:uppercase;
}

.slider-content{
  position:relative;
  padding:35px 30px;
  background-color:rgba(0,0,0,0.60);
}

.slider-content h3{
  position:relative;
  color:#ffffff;
  font-size:30px;
  line-height:1.4em;
  font-weight:700;
  padding-bottom:18px;
  margin-bottom:25px;
  border-bottom:1px solid rgba(255,255,255,0.20);
}

.slider-content h3:after{
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    left: 0px;
    bottom: -1px;
    z-index: 10;
    background-color: #e3ba68;
}

.slider-content .content-text{
  position:relative;
  color:#ffffff;
  font-size:16px;
  font-weight:500;
  margin-bottom:25px;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
  display:none !important;  
}

/*Btn Style One*/

.main-slider .btn-style-two {
  position:relative;
  padding: 11px 40px;
  border-radius: 25px;
  line-height:24px;
  color:#ffffff;
  text-align:center;
  display: inline-block;
  font-size:14px;
  font-weight:700;
  background:#e3ba68;
  letter-spacing:1px;
  text-transform:uppercase;
  border:2px solid #e3ba68;
  font-family: 'PT Sans', sans-serif;
}

.main-slider .btn-style-two:hover {
  color:#e3ba68;
  background:#fff;
  border-color:#fff;
}





/*
=================================================================
  7. page title style
=================================================================
*/

.page-title{
  /*background-image: url(../images/background/page-title.jpg);*/
  padding: 135px 0px 135px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:  fixed;
  position: relative;
}
.page-title .clearfix .pull-left{
  position:relative;
  z-index: 10;
}
.page-title .clearfix .pull-right{
  position:relative;
  z-index: 10;
}
.page-title .overlay:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.05);
    opacity: 1;
    content: "";
}
.page-title h1{
  font-size: 30px;
  font-weight: 700;
  line-height:30px;
  text-transform:uppercase;
  color:#ffffff;  
}
.page-title p{
  color:#fff;
  margin-top: 14px;
  letter-spacing: 1px;
}
.page-title .path{
  font-size:14px;
  color:#ffffff;
  font-weight:600;
  line-height: 28px;
  padding: 18px 15px 0px;
}

.page-title .path a{
  position:relative;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  display:inline-block;
  color:#ffffff;
  text-decoration:none;
  transition:.5s;
}

.page-title .path a:hover{
  color:#e3ba68;
  transition:.5s;
}


/*
====================================================================
    8. latest-news style
====================================================================
*/
.latest-news{position:  relative;}

.news-block-one {
  margin-bottom: 50px;
}

.news-block-one h4{
  font-weight: 500;
  font-size: 18px;
  padding: 30px 0px 5px;
  color: #222222;
}
.news-block-one h4 a{
  color: #222222;
  transition:.5s;
}
.news-block-one h4 a:hover{
  color: #e3ba68;
  transition:.5s;
}
.news-block-one p{
  margin-top: 14px;
  color: #848484;
}

.news-block-one .image-box{
  position: relative;
}
.news-block-one .image-box .date{
  height:60px;
  width:70px;
  background:#e3ba68;
  color:#fff;
  text-align: center;
  padding-top: 8px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.news-block-one .date h5{
  font-size:22px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.news-block-one .date p{
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color:#fff
}
.news-block-one .admin-comments{
    margin-bottom: 5px;
    padding: 10px 0px 13px;
    border-bottom: 1px solid #ededed;
}
.news-block-one .admin-comments i {
    margin-right: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
}
.news-block-one .admin-comments i:before{
  color: #e3ba68;
  margin: 0;
  padding: 0px 10px 0px 0px;
  font-size: 14px;
}
.news-block-one .admin-comments li{
  display:inline-block;
}

/* news block two */
.news-block-two {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
}

.news-block-two .lower-content{
  position:relative;
  padding: 30px 0px 20px;
  padding-left: 90px;
}

.news-block-two .date {
  position: absolute;
  left: 0px;
  top: 30px;
  height: 64px;
  width: 64px;
  background: #e3ba68;
  line-height: 20px;
  padding-top: 13px;
  z-index: 9;
  color: #fff;
  text-align: center;
}

.news-block-two .lower-content .text p{
  margin-bottom: 10px;
}

.news-block-two .lower-content h4 {
  color:#222;
  font-weight: 600;
  margin-bottom: 10px;
}

.news-block-two .lower-content h4 a{
  color:#222;
  transition: all 300ms ease;
  font-size: 18px;
}

.news-block-two .lower-content h4 a:hover{
  color: #e3ba68;
  transition: all 300ms ease;
}

.news-block-two .lower-content .post-meta{
  color: #848484;
  font-size:16px;
  margin-bottom: 7px;
}

.news-block-two .lower-content .default_link {
  text-transform: capitalize;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  transition: .5s ease;
}

.news-block-two .lower-content .default_link:hover {
  transition: .5s ease;
  color: #e3ba68;
}

.news-block-two .image {
    display: block;
    overflow: hidden;
    position: relative;
}

.news-block-two .image img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.news-block-two:hover .image img {
    transform: scale(1.1);
}

.news-block-two .overlay {
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}

.news-block-two:hover .image .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}

.news-block-two .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.news-block-two .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.news-block-two .image .overlay .box .content a i {
    background: #e3ba68;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.news-block-two .image .overlay .box .content a:hover i {
    background: #e3ba68;
}
.border-bottom {
    border-bottom: 1px solid #f4f4f4;
}

/* news block three */

.news-block-three{
  position:relative;
  margin-bottom:30px;
}

.news-block-three .inner-box{
  position:relative;
}

.news-block-three .inner-box .image-box{
  position:relative;
}

.news-block-three .inner-box .image-box img{
  position:relative;
  width:100%;
}

.news-block-three .inner-box .lower-content{
  position:relative;
  padding-top:30px;
  border: 1px solid #f4f4f4;
  padding: 20px 20px;
}

.news-block-three .inner-box .lower-content .post-date{
  position:relative;
  font-weight:600;
  color: #e3ba68;
  font-size:14px;
  margin-bottom: 10px;
}

.news-block-three .inner-box .lower-content h3{
  position:relative;
  font-size:24px;
  font-weight:700;
}

.news-block-three .inner-box .lower-content h3 a{
  color:#2f2f2f;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.news-block-three .inner-box .lower-content h3 a:hover{
  color: #e3ba68;
}

.news-block-three .inner-box .lower-content .text{
  position:relative;
  color:#444444;
  font-size:15px;
  line-height:1.8em;
  margin-bottom:25px;
  margin-top:10px;
}

.news-block-three .inner-box .lower-content .lower-box{
  position:relative;
  padding-top:15px;
  border-top:1px solid #eeeeee;
}

.news-block-three .inner-box .lower-content .lower-box .read-more{
  position:relative;
  color:#2f2f2f;
  font-size:14px;
  font-weight:700;
}

.news-block-three .inner-box .lower-content .lower-box .post-meta{
  position:relative;
}

.news-block-three .inner-box .lower-content .lower-box .post-meta li{
  position:relative;
}

.news-block-three .inner-box .lower-content .lower-box .post-meta li a{
  position:relative;
  color:#2f2f2f;
  font-size:14px;
  font-weight:600;
}

.news-block-three .inner-box .lower-content .lower-box .post-meta li a .icon{
  color: #e3ba68;
  font-size:14px;
  margin-right:3px;
}

/* news block four */
.news-block-four{
  position:relative;
  margin-bottom:65px;
}

.news-block-four .inner-box{
  position:relative;
}

.news-block-four .inner-box .image{
  position:relative;
}

.news-block-four .inner-box .image img{
  position:relative;
  width:100%;
  display:block;
}

.news-block-four .inner-box .lower-content{
  position:relative;
  padding-top:15px;
}

.news-block-four .inner-box .lower-content .upper-box{
  position:relative;
  padding:10px 0px 8px;
  margin-bottom:25px;
  border-bottom:1px solid #eeeeee;
}

.news-block-four .inner-box .lower-content .upper-box .post-date{
  position:relative;
  color:#2f2f2f;
  font-weight:600;
  margin-bottom:10px;
}

.news-block-four .inner-box .lower-content .upper-box .post-date span{
  color: #e3ba68;
}

.news-block-four .inner-box .lower-content .post-meta{
  position:relative;
}

.news-block-four .inner-box .lower-content .post-meta li{
  position:relative;
  margin-left:20px;
  display:inline-block;
}

.news-block-four .inner-box .lower-content .post-meta li a{
  position:relative;
  font-weight:600;
  color:#2f2f2f;
}

.news-block-four .inner-box .lower-content .post-meta li a .icon{
  position:relative;
  color: #e3ba68;
  font-size: 14px;
  font-weight:300;
  margin-right: 9px;
  line-height:1em;
}

.news-block-four .inner-box .lower-content h3{
  position:relative;
  color:#2f2f2f;
  font-size:30px;
  font-weight:600;
  margin-bottom:15px;
  line-height:1.2em;
}

.news-block-four .inner-box .lower-content h3 a{
  color:#2f2f2f;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.news-block-four .inner-box .lower-content h3 a:hover{
  color: #e3ba68;
}

.news-block-four .inner-box .lower-content .text{
  position:relative;
  color:#444444;
  font-size:15px;
  line-height:1.8em;
  margin-bottom:25px;
}

.news-block-four .inner-box .lower-content .read-more{
  position:relative;
  font-weight:700;
  color:#2f2f2f;
  font-size:14px;
  padding-bottom:12px;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.news-block-four .inner-box .lower-content .read-more:after{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:30px;
  height:2px;
  background-color: #e3ba68;
}

.news-block-four .inner-box .lower-content .read-more:hover{
  color: #e3ba68;
}

/* news block five */
.news-block-five .lower-content{
  position:relative;
  margin-top: 20px;
  margin-bottom: 50px;
}

.news-block-five .lower-content .upper-box{
  position:relative;
}

.news-block-five .lower-content .upper-box .inner{
  position:relative;
  padding-left: 85px;
}

.news-block-five .upper-box .news-title{
  position:relative;
  margin-bottom:25px;
}

.news-block-five .upper-box .news-title h2{
  font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.news-block-five .upper-box .news-title h2 a{
  color: #333333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-five .upper-box .news-title h2 a:hover{
  color: #e3ba68;
}

.news-block-five .upper-box .news-title .separeter-line{
  position:relative;
}

.news-block-five .upper-box .news-title .separeter-line .line-one{
    position: relative;
    height: 2px;
    width: 50px;
    left: 0;
    margin-bottom: 1px;
    background-color: #e3ba68;
}

.news-block-five .upper-box .news-title .separeter-line .line-one:before{
}

.news-block-five .upper-box .news-title .separeter-line .line-two{
  position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    background-color: #54be73;
}

.news-block-five .upper-box .news-title .separeter-line .line-two:before{
  position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #54be73;
}
.news-block-five .lower-content .upper-box .inner .date{
  position:absolute;
  width: 60px;
  left:0px;
  top:0px;
  color:#ffffff;
  font-size:25px;
  font-weight:700;
  display:block;
  text-align:center;
  padding: 15px 0px 5px;
  background-color: #e3ba68;
}

.news-block-five .lower-content .upper-box .inner .date span{
  position:relative;
  top:-5px;
  font-weight:500;
  font-size: 15px;
  line-height:1em;
}

.news-block-five .lower-content .text{
  position:relative;
  color:#777777;
  font-size:16px;
  margin-top:15px;
  line-height:1.8em;
  margin-bottom:20px;
}

.news-block-five .lower-content .text p{
  position:relative;
  color:#777777;
  font-size:16px;
  margin-top:15px;
  line-height:1.6em;
  margin-bottom:20px;
  font-weight:400;
}

/* news style six */

.news-style-six{
  position:relative;
  margin-bottom:50px; 
}

.news-style-six .inner-box{
  position:relative;
  display:block;
}

.news-style-six .image-box{
  position:relative;
  display:block;
  margin-bottom:40px;
}

.news-style-six .image-box img{
  position:relative;
  display:block;
  width:100%;
}

.news-style-six .lower-box{
  position:relative;
}

.news-style-six .lower-box h3{
  position:relative;
  display:block;
  color:#090913;
  font-size:28px;
  font-weight:600;
  margin-bottom:10px;
}

.news-style-six .lower-box h3 a{
  color:#090913;
}

.news-style-six .lower-box h3 a:hover{
  color:#ff742e;
}

.news-style-six .lower-box .text{
  position:relative;
  line-height:1.8em;
  font-size:15px;
  margin-bottom:15px;
}

.news-style-six .more-btn a{
  position:relative;
  font-size:16px;
  color:#afafaf;
  font-weight:500;
  line-height:24px;
  text-transform:capitalize;
}

.news-style-six .more-btn a span{
  padding-left:5px;
  font-size:14px; 
}

.news-style-six .more-btn a:hover{
  color:#090913;
}

.news-details .news-style-six .lower-box h3{
  margin-bottom:20px; 
}

.content-side .news-details .news-style-six .lower-box .text p{
  margin-bottom:20px;
  font-size:15px;
}

.news-details .news-style-six .lower-box .text strong{
  font-weight:600;
  color:#000000;
}

.news-details .news-style-six blockquote{
  position:relative;
  padding:50px 70px 50px 140px;
  background:#f4f7fb;
  font-size:30px;
  color:#282828;
  font-weight:500;
  line-height:1.6em;
  border:none;
  margin:40px 0px;
}

.news-details .news-style-six blockquote:before{
  content:'';
  position:absolute;
  left:50px;
  top:75px;
  width:60px;
  border-bottom:2px solid #282828;  
}

.news-details .two-column{
  position:relative;
  margin-bottom:10px; 
}

.news-details .two-column .image-column{
  position:relative;
  margin-bottom:30px; 
}

.news-details .two-column img{
  display:block;
  width:100%; 
}

.news-details .post-options{
  position:relative;
  padding:15px 0px 10px;
  border-bottom:1px solid #f0f0f0;  
}

.news-details .post-options .post-tags{
  position:relative;
  float:left;
  margin-bottom:20px;
  line-height:24px; 
}

.news-details .post-options .post-tags strong{
  padding-right:12px;
  font-weight:600;
  color:#000001;  
}

.news-details .post-options .post-tags a{
  position:relative;
  color:#9a9a9a;
  display:inline-block; 
}

.news-details .post-options .share-options{
  position:relative;
  float:right;
  margin-bottom:20px;
  line-height:24px; 
}

.news-details .post-options .share-options li{
  position:relative;
  float:left;
  margin-left:15px;
}

.news-details .post-options .share-options strong{
  padding-right:5px;
  font-weight:600;
  color:#000001;  
}

.news-details .post-options .share-options li a{
  position:relative;
  color:#aaaaaa;
  display:inline-block; 
}

.news-details .post-options .share-options li a:hover,
.news-details .post-options .post-tags a:hover{
  color:#000001;  
}

/*** 

====================================================================
  Comments Area
====================================================================

 ***/

.comments-area{
  position:relative;
  margin-bottom:80px;
}

.comments-area .group-title{
  position:relative;
  margin-bottom:40px;
}

.comments-area .group-title h2{
  font-size:36px;
  text-transform:capitalize;
  color:#000000;
  font-weight:600;
}

.comments-area .group-title .text{
  font-size:16px;
  padding:10px 0px;
  line-height:1.8em;
}

.comments-area .comment-box{
  position:relative;  
}

.comments-area .comment{
  position:relative;
  margin-bottom:50px;
}

.comments-area .comment-box .comment:last-child{
  margin-bottom:0px;  
}

.comments-area .comment .comment-content{
  position:relative;
  padding:0px;
}

.comments-area .reply-comment{
  margin-left:110px;  
}

.comments-area .comment .comment-inner{
  position:relative;
  padding-left:110px;
  min-height:80px;  
}

.comments-area .comment .author-thumb{
  position:absolute;
  left:0px;
  top:5px;
  width:80px;
}

.comments-area .comment .author-thumb img{
  width:100%;
  display:block;
}

.comments-area .comment .comment-info{
  position:relative;
  color:#a5a5a5;
  font-size:15px;
  font-weight:400;
  margin-bottom:20px;
}

.comments-area .comment .comment-info h4{
  position:relative;
  color:#000000;
  font-size:18px;
  text-transform:capitalize;
  font-weight:600;
  line-height:30px;
}

.comments-area .comment .text{
  position:relative;
  line-height:2em;
}

.comments-area .comment .reply{
  position:absolute;
  right:0px;
  top:5px;
  color:#000000;
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:500;
    display: inline-block;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.comments-area .comment .reply .fa{
  font-style:normal;
  padding-right:5px;  
}

.comments-area .comment .reply:hover{
  color:#ff7d27;  
}

/*** 

====================================================================
  Comment Form
====================================================================

 ***/

 .comment-form .group-title{
  position:relative;
  margin-bottom:40px;
}

.comment-form .group-title h2{
  font-size:36px;
  text-transform:capitalize;
  color:#000000;
  font-weight:600;
}

.comment-form .group-title .text{
  font-size:16px;
  padding:10px 0px;
  line-height:1.8em;
}

.comment-form .form-group{
  position:relative;
  margin-bottom:40px; 
}

.comment-form .form-group .field-label{
  position:relative;
  display:block;
  font-size:14px;
  margin-bottom:7px;
  color:#2a2a2a;
  text-transform:capitalize;  
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select,
.comment-form .form-group textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:24px;
  padding:0px 0px 24px;
  color:#333333;
  border:  none;
  border-bottom:2px solid #0c141c;
  height:50px;
  font-size:16px;
  background:#ffffff;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
  border-color: #e3ba68;
}

.comment-form .form-group textarea{
  resize:none;
  height:200px;
}

.comment-form button{
  position:relative;
  padding:12px 35px;
  background: #e3ba68;
  color: #fff;
}

/*
==================================================
  9. feature style
==================================================
*/
.feature{
padding:100px 0px 0px;
}
.feature .item-list .item{
  margin-bottom: 50px;
  position: relative;
  transition: all ease-in 400ms;
  -webkit-transition: all ease-in 400ms;
  -moz-transition: all ease-in 400ms;
}
.feature .item-list .item:hover .overlay{
  bottom:0;
}
.feature .item-list .item:hover .content-box{
  opacity: 111;
}
.feature .item-list .item .content-box{
  top: 40%;
  margin-top: -30px;
  padding: 0px 45px 0px 15px;
  position: absolute;
  text-align: center;
  z-index: 1;
  color: #fff;
  opacity: 0;
}
.feature .item-list .item .content-box h3{
    margin-bottom: 10px;
    text-transform:uppercase;
    font-size:20px;
    font-weight:700;
}
.feature .item-list .item .overlay{
  background-color: rgba(0, 37, 74, 0.88);
  display: inline-block;
  left: 0;
  padding: 50px 30px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: -100%;
  height: 100%;
  transition: all ease-in 500ms;
  -webkit-transition: all ease-in 500ms;
  -moz-transition: all ease-in 500ms;
  z-index: 0;
}



.feature .item-list .item .image-box{
  position:relative;
  overflow: hidden;
  border: 1px solid #e3ba68;
}
.feature .item-list .item .image-box{
  overflow: hidden;
}
.feature .item-list .item .image-box img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.feature .item-list .item:hover .image-box img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.item-list .button-style-two {
   
}
.feature .item-list .item .feature-btn .button-style-two{
      border-radius: 50px;
      position: relative;
      top: -24px;
      font-size: 13px;
      background: #ffffff;
      border: 1px solid #00254a;
      color: #00254a;
      transition: .5s;
}
.feature .item-list .item:hover .feature-btn .button-style-two{
  background: #00254a;
  color: #fff;
  border: 1px solid #ffffff;
  transition: .5s;
}
/* 
==============================================
  10. google map Section style
==============================================
*/
.home-google-map .google-map {
  width: 100%;
  height: 480px;
}
.home-google-map .gmnoprint {
    display: none;
}


/*** 
====================================================================
  11. contact Section style
====================================================================
***/


.default-cinfo .icon_box {
  width: 40px;
}
.default-cinfo li + li {
  margin-top: 10px;
  border-top: 1px solid #f1f1f1;
  padding-top: 12px;
}
.default-cinfo li .icon_box,
.default-cinfo li .text-box {
  display: table-cell;
  vertical-align: top;
}

.default-cinfo li .icon_box i {
  font-size: 20px;
  color: #48c7ec;
  position: relative;
  top: 7px;
}
.default-cinfo .accordion .acc-btn {
  background: #f7f7f7;
  padding: 14px 30px;
  margin: 0;
}

.default-cinfo .accordion-box {
  border: none;
}
.default-cinfo .accordion {
  border: 1px solid #f7f7f7;
}
.default-cinfo .accordion-box .accordion .acc-content b {
  color: #222;
  font-weight: 600;
}

/*form*/

.default-form {
  position: relative;
}


.default-form p {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 20px;
}
.default-form p span {
  color: #ab7442;
  font-size: 20px;
  font-weight: 600;
}


.default-form .form-box{
  position:relative;
}

.comment-form .form-box{
  padding:25px 25px 0px 25px; 
}

.default-form .form-group{
  position:relative;

}
.form-group.style-two{
  margin-bottom:30px;
}
.default-form .comment-form .form-box .form-group{
  margin-bottom:25px;
}

.default-form.form-box .row{
  margin-left:-10px;
  margin-right:-10px; 
}

.default-form.form-box .row .form-group{
  padding:0px 0px;  
}

.default-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}

.default-form .form-group .field-label sup{
  color:#ff0000;
  font-size:14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height:55px;
  font-size:16px;
  border: 1px solid #f0f0f0;
  box-shadow:  none;
  padding:12px 15px;
  border-radius: 0px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.default-form textarea{
  height: 120px;
}
.default-form .bootstrap-select {
    border: 1px solid #f4f4f4;
    background: #f7f7f7;
    color: #e3ba68;
    padding: 10px 0;
    font-size: 16px;
}
.default-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.default-form  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.default-form  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #e3ba68;
  color: #fff;
}
.default-form .form-control:focus {
  border-color: #e3ba68;
  box-shadow: none;
}

.default-form .thm-btn {
  width: 100%;
}


.default-form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
  color: #9e9e9e;
}


.default-form .alert-success {
    color: #48c7ec;
    background: none;
    border: none;
    font-size: 18px;
}

/*** 
====================================================================
  consultation Section
====================================================================
***/
.consultation .default-form-area {
    background: #fff;
    padding: 40px 30px 10px;
    border: 1px solid #f4f4f4;
    max-width: 690px;
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
}


/* testimonials */

.testimonial-section {
  position: relative;
  background-attachment:  fixed;
}

.testimonial-section .sec-title {
  text-align: center;
  color: #fff;
}

.testimonial-section .sec-title h2:before {
  left: 50%;
  margin-left: -27.5px;
}

.testimonial-block{
  position:relative;
}

.testimonial-block .inner-box{
  position:relative;
}

.testimonial-block .inner-box .image{
  position:relative;
  width:80px;
  height:80px;
  margin:0 auto;
  overflow:hidden;
  border-radius:50%;
  margin-bottom:30px;
}

.testimonial-block .inner-box .text{
  position:relative;
  color: #ffffff;
  font-size: 16px;
  max-width:960px;
  margin:0 auto;
  text-align:center;
  margin-bottom:40px;
  letter-spacing: 1px;
}

.testimonial-block .inner-box .quote-icon{
  position:relative;
  text-align:center;
  color:#eeeeee;
  font-size:46px;
  font-style:italic;
  margin-bottom:40px;
}

.testimonial-block .inner-box .author{
  position:relative;
  color: #ffffff;
  font-size: 20px;
  text-align:center;
  line-height:1em;
  margin-bottom: 10px;
  text-transform:capitalize;
}

.testimonial-block .inner-box .designation{
  position:relative;
  color: #e3ba68;
  font-size: 14px;
  text-align:center;
  font-weight:400;
  text-transform:uppercase;
}

.testimonial-section .owl-dots{
  display:none;
}

.testimonial-section .owl-nav{
  position:absolute;
  left:50%;
  top:30px;
  max-width:185px;
  width:100%;
  margin-left:-92px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next{
  display:inline-block;
  color:#cccccc;
  font-size:28px;
}

.testimonial-section .owl-nav .owl-next{
  position:absolute;
  right:0px;
}



/*
========================================================
  13. latest-gallery styles 
========================================================
*/
.latest-gallery{
  padding:95px 0px 70px;
}
.latest-gallery .single-item {
  padding-bottom: 30px;
}
.latest-gallery .single-item .img-box {
  position: relative;
  overflow: hidden;
}
.latest-gallery .single-item .img-box img {
  width: 100%;
}
.latest-gallery .single-item .title h5 {
  color: #222;
  padding: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}
.latest-gallery .single-item:hover .title h5 {
  color: #48c7ec;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}

.latest-gallery .single-item .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 37, 74, 0.88);
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}

.latest-gallery .single-item .img-box .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.latest-gallery .single-item .img-box .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.latest-gallery .single-item .social a i:before {
    font-size: 30px;
    color: #fff;
    margin: 0px;
}
.latest-gallery .single-item .social h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}

.latest-gallery .single-item .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.latest-gallery .single-item .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
}
.latest-gallery .single-item .img-box .overlay .top {
  text-align: center;
}
.latest-gallery .single-item .img-box .overlay .top ul {
  margin-bottom: 0;
  margin-bottom: 20%;
}
.latest-gallery .single-item .img-box .overlay .top li a {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  background: #222;
  display: block;
  border-radius: 50%;
  -webkit-transition:.4s ease;
  transition: .4s ease;
}
.latest-gallery .single-item .img-box .overlay .top li a:hover {
  background: #1f1f1f;
  color: #48c7ec;
}
.latest-gallery .single-item .img-box .overlay .bottom {
  padding: 10px 0px;
  padding-right: 0;
  text-align: center;
}
.latest-gallery .single-item .img-box .overlay .bottom .title h3 {
  margin: 0;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
}
.latest-gallery .single-item:hover .img-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.post-filter {
  display: inline-block;
  margin: 0;
  margin-bottom: 50px;
}
.post-filter li {padding: 5px 5px;}

.post-filter li span {
  padding: 7px 20px;
  color: #343434;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  font-weight:500;
  font-family: 'PT Sans', sans-serif;
  line-height: 24px;
  display: block;
  padding-right: 16px;
  cursor: pointer;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}
.post-filter li:hover span,
.post-filter li.active span {
  color: #fff;
  background:#e3ba68;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}

/*** 
=============================================
    14. Checkout Area style
=============================================
***/
.checkout-area {
  padding-bottom: 100px;
  padding-top: 80px;
}
.checkout-area .exisitng-customer {
  border: 1px solid #f7f7f7;
  display: block;
  padding: 20px 28px 21px;
  position: relative;
  margin-bottom: 20px;
}
.checkout-area .exisitng-customer:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #e3ba68;
  content: "";
}
.checkout-area .exisitng-customer h5{
  color: #252525;
  font-size: 16px;
  font-weight: 300;
}
.checkout-area .exisitng-customer h5 a{
  color: #e3ba68;
  display: inline-block;
  padding-left: 15px;
}

.checkout-area .coupon {
  border: 1px solid #f7f7f7;
  display: block;
  padding: 20px 28px 21px;
  position: relative; 
  margin-bottom: 60px;
}
.checkout-area .coupon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #e3ba68;
  content: "";
}
.checkout-area .coupon h5 {
  color: #252525;
  font-size: 16px;
  font-weight: 300;  
}
.checkout-area .coupon h5 a {
  color: #e3ba68;
  display: inline-block;
  padding-left: 15px;
}
.checkout-area .form form .field-label {
  color: #222;
  font-family: "Poppins", Sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 8px;
}
.checkout-area .form form .field-input input[type="text"] {
  border: 2px solid #f7f7f7;
  color: #9a9a9a;
  display: block;
  font-size: 16px;
  height: 48px;
  margin-bottom: 25px;
  padding: 0 15px;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.checkout-area .form form .field-input input[type="text"]:focus{
  border: 2px solid #48c7ec;
}
.checkout-area .create-acc .checkbox {
  margin: 7px 0 0;
}
.checkout-area .create-acc .checkbox label {
  color: #e3ba68;
  font-weight: 300;
  font-size: 16px;
}
.checkout-area .create-acc .checkbox input {
  margin-top: 3px;
}
.checkout-area .shipping-info input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 40px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.checkout-area .form form .field-input textarea {
  border: 2px solid #f7f7f7;
  color: #9e9e9e;
  display: block;
  font-size: 16px;
  height: 124px;
  margin-bottom: 28px;
  padding: 10px 15px;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.checkout-area .form form .field-input textarea:focus{
  border-color: #48c7ec;
}

.checkout-area .bottom {
  padding-top: 70px
}
.checkout-area .table .sec-title-two {
  padding-bottom: 32px;
}
.checkout-area .table {
  overflow-x: auto;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.checkout-area .table .cart-table {
  min-width: auto;
  width: 100%;
}
.checkout-area .table .cart-table .cart-header {
  background: #f7f7f7;
  color: #252525;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  font-weight: 400;
}
.checkout-area .table .cart-table thead tr th {
  font-weight: 400;
  line-height: 24px;
  min-width: 110px;
  padding: 19px 30px 17px;
}
.checkout-area .table .cart-table thead tr th.product-column {
  padding-left: 30px;
  text-align: left;
}

.checkout-area .table .cart-table tbody tr {
  border-bottom: 1px solid #f7f7f7;
}
.checkout-area .table .cart-table tbody tr td {
  vertical-align: middle
}
.checkout-area .table .cart-table tbody tr td {
  min-width: 110px;
  padding: 25px 30px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
  min-height: 70px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
  width: 70px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb, 
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title{
  display: table-cell;
  vertical-align: middle;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title{
  padding-left: 20px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
  color: #252525;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.checkout-area .table .cart-table tbody tr .qty {
  padding-right: 30px;
  width: 130px;
}
.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
  float: right;
  width: 70px;
}
.checkout-area .table .cart-table tbody tr .qty .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  box-shadow: none;
  color: #252525;
  display: block;
  font-size: 18px;
  font-weight: 400;
  height: 34px;
  padding: 6px 0;
  text-align: center;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0
}
.checkout-area .table .cart-table tbody tr .qty .btn-default {
  background-color: #e3ba68;
  border-color: #e3ba68;
  color: #fff;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  margin-top: -2px;
}
.checkout-area .table .cart-table tbody tr td.price {
  color: #e3ba68;
  font-size: 16px;
  font-weight: 300;
}

.cart-total .sec-title-two {
  padding-bottom: 32px;
}
.cart-total-table {
  border: 2px solid #ebebeb
}
.cart-total-table li {
  border-bottom: 1px solid #ebebeb
}
.cart-total-table li:last-child {
  border-bottom: none
}
.cart-total-table li span.col.col-title {
  border-right: 1px solid #ebebeb;
  color: #272727;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 18px;
  position: relative;
  width: 50%;
}
.cart-total-table li span.col {
  color: #9a9a9a;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  padding: 10px 18px;
  position: relative;
  width: 50%;
}
.cart-total-table li span.col b {
  color: #e3ba68;
  font-weight: 300;
  text-decoration: underline;
}
.cart-total .payment-options {
  background: #f7f7f7 none repeat scroll 0 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 23px 20px 35px;
}
.cart-total .payment-options .option-block {
  margin-bottom: 14px
}
.cart-total .payment-options .option-block .checkbox {
  margin: 0 0 5px;
}
.cart-total .payment-options .option-block .checkbox label {
  font-weight: 300;
  min-height: 20px;
  padding-left: 20px;
}
.cart-total .payment-options .option-block .checkbox label input {
  top: -1px;
}
.cart-total .payment-options .option-block .checkbox label span {
  color: #252525;
  padding-left: 10px;
}
.cart-total .payment-options .option-block .checkbox label span b {
  color: #e3ba68;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  padding-left: 25px;
  text-decoration: underline;
}
.cart-total .payment-options .option-block .text{
  padding-left: 30px;
}
.cart-total .payment-options .option-block .text p {
  margin: 0;
  line-height: 28px;
}
.placeorder-button button {
}
.placeorder-button button:hover{
}

/*** 
=============================================
     shop style
=============================================
***/
.shop {
  position: relative;
  padding: 60px 0px 40px;
}

.shop .hover-effect {
  margin-bottom: 15px;
  padding-top: 10px;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}
.shop .hover-effect:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition:.5s ease-in-out;
  transition: .5s ease-in-out;
}
.single-shop-item .img-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  -webkit-transition:.5s ease;
  transition: .5s ease;
  background: #f7f7f7;
  text-align: center;
}
.single-shop-item:hover .img-box {
  -webkit-transition:.5s ease;
  transition: .5s ease;
}
.single-shop-item .img-box .offer-box {
  position: absolute;
  top: 10px;
  left: 10px;
}
.single-shop-item .img-box .offer-box .inner {
  position: relative;
}
.single-shop-item .img-box .offer-box .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  background-color: transparent;
  border-bottom: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-top: 35px solid #ab7442;
  border-left: 35px solid #ab7442;
  border-right: 35px solid transparent;
}
.single-shop-item .img-box .offer-box .inner span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  line-height: 35px;
  -webkit-transform-origin: 70% 35%;
  transform-origin: 70% 35%;
}
.single-shop-item .text-box h3,
.single-shop-item .text-box p {
  margin: 0;
}
.single-shop-item .text-box h3 {
  font-size: 18px;
  line-height: 50px;
  color: #1F1F1F;
  margin-top: 10px;
}
.single-shop-item .text-box p {
  font-size: 20px;
  line-height: 24px;
}
.single-shop-item .text-box p i {
  font-size: 18px;
}
.single-shop-item .text-box p span {
  display: inline-block;
  vertical-align: top;
  color: #ab7442;
  font-size: 18px;
  font-weight: 400;
}
.single-shop-item .text-box p del {
  color: #9f9f9f;
  font-size: 14px;
  line-height: 24px;
  vertical-align: super;
  display: inline-block;
  font-weight: normal;
}
.single-shop-item .text-box p del i {
  font-size: 14px;
}

.single-shop-item .thm-btn.thm-tran-bg {
  color: #ffffff;
  border-color: #fff;
}
.single-shop-item .thm-btn:hover {
  color: #00254a;
  background: #ffffff;
}

.single-shop-item:hover .img-box .overlay {
  background-color: rgba(255, 255, 255, 0.9);
}
.single-shop-item:hover .img-box .overlay .box .content ul li a {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0);
          transform: translate3d(0px, 0px, 0);
}
.default-overlay-outer{
  position:absolute;
  display:block;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  padding:10px;
  transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
  -moz-transition:all 700ms ease;
}

.default-overlay-outer .inner{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  text-align:center;
}

.default-overlay-outer .inner .content-layer{
  position:relative;
  display:table-cell;
  vertical-align:middle;
  color:#ffffff;
}


.single-shop-item .default-overlay-outer{
  opacity:0;
  top:-100%;
  background: rgba(72, 199, 236, 0.9);
}

.single-shop-item:hover .default-overlay-outer{
  top:0;
  opacity:1;  
}

.single-shop-item .content-box{
  position:relative;
  padding: 20px 0px;
}

.single-shop-item .content-box h4{
  font-size: 14px;
  font-weight: 600;
  margin:0px 0px;
  line-height:1.4em;
  color: #252525;
  margin-bottom: 6px;
}

.single-shop-item .content-box a,
.single-shop-item .content-boxa:hover{
  color:#b89b5e;  
}

.single-shop-item .content-box h4 a{
  color: #252525;
  text-transform: uppercase;
}

.single-shop-item .content-box .rating{
  font-size: 13px;
  color: #48c7ec;
  margin-bottom:15px;
  position: absolute;
  right: 5px;
  top: 14px;
}

.single-shop-item .content-box .item-price{
  font-size: 16px;
  font-weight: 400;
  color: #e3ba68;
  line-height:24px;
}
.single-shop-item .content-box .item-price del{
  color: #a2a2a2;
  margin-left: 7px;
  font-size: 15px;
}
.single-shop-item .content-box .item-price .strike-through{
  color:#999999;
  font-weight:normal;
  font-size:14px;
  padding-left:10px;
  line-height:20px;
}

/* single shop item two */

.single-shop-item-two {
  position: relative;
  padding: 15px;
  border: 2px solid #f7f7f7;
  margin-bottom: 30px;
}

.single-shop-item-two .inner-box{
  position:relative;
  width:100%;
  overflow:hidden;
}

.single-shop-item-two .image-box {
  text-align: center;  
    line-height: 225px;
}

.single-shop-item-two .image-box img {

  display: inline-block;
}

.single-shop-item-two .image-box .product-model {
    position: absolute;
    top: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    color: #fff;
    border-radius: 24px;
}
.single-shop-item-two .image-box .product-model.new {
    border-top-left-radius: 0;
    left: 20px;
}
.single-shop-item-two .image-box .product-model.hot {
    border-top-right-radius: 0;
    background: #68cea1;
    right: 20px;
}


.single-shop-item-two .content {
  position: relative;
  background: #f7f7f7;
  padding: 20px 15px;
  border-bottom: 2px solid #f0f1f1;
}

.single-shop-item-two .content h3 {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.single-shop-item-two .content h3 a {
  color: #333;
}
.single-shop-item-two .content .rating {
  font-size: 13px;
  margin: 10px 0;
  color: #e3ba68;
}
.single-shop-item-two .content .price {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.single-shop-item-two .content .price .prev-rate{
  font-size: 14px;
  color: #9c9c9c;
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 10px;
}

.single-shop-item-two .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}
.single-shop-item-two:hover .overlay-box {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .2s;
  transition: .2s;
}

.single-shop-item-two .overlay-box .inner {
  position: relative;
  height: 100%;
}

.single-shop-item-two .overlay-box .top-content {
  position: absolute;
  top: -50px;
  width: 100%;
  display:  flex;
  align-items:  center;
  justify-content:  center;
  height:  100%;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}
.single-shop-item-two:hover .overlay-box .top-content {
  top: 0px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.single-shop-item-two .overlay-box .top-content ul  {
  position: relative;
  text-align: center;
}
.single-shop-item-two .overlay-box .top-content ul li {
  display: inline-block;
}
.single-shop-item-two .overlay-box .top-content ul li a {
  position: relative;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  margin: 0 7px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.single-shop-item-two .overlay-box .top-content ul li span {
  line-height: 40px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.single-shop-item-two .overlay-box .top-content ul li:hover span {
  color: #fff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.single-shop-item-two .overlay-box .top-content .tultip {
    position: absolute;
    bottom: 64px;
    opacity: 0;
    line-height: 30px;
    height: 30px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    left: 50%;
    margin-left: -52.5px;
    color: #fff;
    width: 105px;
    z-index: 99;
}
.single-shop-item-two .overlay-box .top-content ul li span i {
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -6px;
    font-size: 20px;
}

.single-shop-item-two .overlay-box .top-content .tultip-op .tultip:hover {
    opacity: 0 !important;
}
.single-shop-item-two .overlay-box .top-content .tultip-op:hover .tultip {
    opacity: 1;
}

.single-shop-item-two .overlay-box .bottom-content {
    position: absolute;
    bottom: -60px;
    right: 0;
    left: 0;
    margin: 15px;
    padding: 10px 20px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.single-shop-item-two:hover .overlay-box .bottom-content {
    bottom: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.single-shop-item-two .overlay-box .bottom-content h4 {
  text-align: left;
}
.single-shop-item-two .overlay-box .bottom-content h4 a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

.single-shop-item-two .overlay-box .bottom-content p {
  color: #fff;
  text-align: left;
}




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

.sidebar_styleOne .theme_title,.sidebar_styleTwo .theme_title{
  padding-bottom: 18px;
}
.sidebar_search {
  height: 54px;
  margin-bottom: 35px;
  position: relative;
}
.sidebar_search input {
  width:100%;
  height: 50px;
  border:none;
  border: 1px solid #f1f1f1;
  padding: 0 56px 0 12px;
  color:#9e9e9e;
}
.sidebar_search button {
  width:54px;
  height:100%;
  position: absolute;
  top:0;
  right:0;
  color: #e3ba68;
}
.sidebar_categories {
  margin-top:60px;
}
.sidebar_categories ul {
  margin-top:22px;
  margin-bottom: 35px;
}
.sidebar_categories ul li {
  line-height: 48px;
  border-bottom: 1px solid #f1f1f1;
}
.sidebar_categories ul li:last-child {
  border:none;
}
.sidebar_categories ul li a {
  font-weight: normal;
  color: #9e9e9e;
  position: relative;
}
.sidebar_categories ul li a:hover {
  color: #ab7442;
}
.sidebar_categories ul li input[type="checkbox"] {
  float: right;
  position: relative;
  top: 14px;
}
.sidebar_categories ul li a:before {
    content: '\f114';
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.sidebar_categories.archive ul li a:before {
    content: "\f00c";
}
.sidebar_categories ul li a:hover {
  color: #e3ba68;
}
.recent_news_sidebar .theme_title {
  margin-bottom: 40px;
}
.recent_news_sidebar {
  margin-bottom: 62px;
}
.recent_news_sidebar .single_news_sidebar {
  margin-bottom: 29px;
} 
.recent_news_sidebar .img_holder img {
  width:75px;
  height:75px;
  border-radius: 5px;
}
.recent_news_sidebar .post {
  padding-left: 26px;
  width: 72%;
  margin-top: -10px;
}
.recent_news_sidebar .post h6 a {
  font-size: 16px;
  color:#272727;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 2px;
}
.recent_news_sidebar .post p a {
  font-size: 14px;
}
.recent_news_sidebar .post p a i {
  margin-right: 4px;
  font-size: 16px;
}

.recent_news_sidebar .img_holder {
  position: relative;
}
.recent_news_sidebar .img_holder .opacity {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transform: scale(0.1);
  -webkit-transform:scale(0.1);
  -moz-transform:scale(0.1);
  -ms-transform:scale(0.1);
  -o-transform:scale(0.1);
}
.recent_news_sidebar .img_holder .opacity .icon {
  display: table;
  width:100%;
  height:100%;
}
.recent_news_sidebar .img_holder .opacity .icon span {
  display: table-cell;
  vertical-align: middle;
}
.recent_news_sidebar .img_holder .opacity .icon span a {
  display: block;
  width:45px;
  height:45px;
  margin:0 auto;
  line-height: 45px;
  border-radius: 50%;
  color:#fff;
  text-align: center;
}
.recent_news_sidebar .single_news_sidebar:hover .opacity {
  opacity: 1;
  visibility:visible;
  transform: scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
}

.sidebar_tags {margin-bottom: 30px;}
.sidebar_tags ul {
  padding: 15px 0px;
}
.sidebar_tags ul li {
  display: inline-block;
  margin: 0 4px 8px 0;
}
.sidebar_tags ul li a {
  display: block;
  font-weight: normal;
  font-size: 15px;
  color:#9e9e9e;
  line-height: 32px;
  border: 1px solid #f1f1f1;
  background: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0 14px;
}
.sidebar_tags ul li a:hover {
  color: #ffffff;
  background: #e3ba68;
}

.single-sidebar.price-ranger .ui-widget-content {
  background: #f7f7f7;
  border: none;
  height: 2px;
}
.single-sidebar.price-ranger .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #222;
  margin-left: -4px;
  outline: none;
  background: #e3ba68;
}
.single-sidebar.price-ranger .ui-slider .ui-slider-range {
  background: #252525;
}
.single-sidebar.price-ranger .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}
.single-sidebar.price-ranger #slider-range {
  margin-top: 25px;
}
.single-sidebar.price-ranger .ranger-min-max-block {
  margin-top: 20px;
  margin-bottom: 45px;
}
.single-sidebar.price-ranger .ranger-min-max-block input {
  display: inline-block;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='submit'] {
  width: 80px;
  border: none;
  border-radius: 0px;
  text-align: center;
  outline: none;
  line-height: 35px;
  font-size: 14px;
  margin-right: 37px;
  color: #ffffff;
  font-weight: 700;
  background: #e3ba68;
  text-transform: uppercase;
  border: 2px solid #e3ba68;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='text'] {
  border: none;
  text-align: center;
  outline: none;
  width: 40px;
  color: #9c9c9c;
  font-weight: 400;
  text-align: right;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='text'].max {
}
.single-sidebar.price-ranger .ranger-min-max-block span {
  color: #9c9c9c;
  font-weight: 400;
}
.best_sellers .theme_title {
  margin-bottom: 36px;
}
.best_sellers .best_selling_item .text {
  padding-left: 20px;
  margin-top:-3px;
}
.best_sellers .best_selling_item .text h6 {
  font-size: 16px;
  font-weight: 700;
  color:#272727;
}
.best_sellers .best_selling_item .text ul li {
  display: inline-block;
  margin-right:3px;
  font-size: 12px;
  margin-top: 10px;
  color: #e3ba68;
}
.best_sellers .best_selling_item .text span {
  display: block;
  margin-top: 10px;
  color: #e3ba68;
  font-size: 16px;
  font-weight: 400;
  font-family: 'PT Sans';
}
.best_sellers .best_selling_item {
  margin:20px 0 20px 0;
  padding-bottom: 17px;
}
.best_sellers .best_selling_item.border {
  border-bottom: 1px solid #f7f7f7;
}
.sidebar_styleTwo .sidebar_categories {
  margin-top: 30px;
}
.sidebar_styleTwo .sidebar_tags {
  margin: 19px 0 51px 0;
}
/*** 
=============================================
    15. page_pagination style
=============================================
***/
.page_pagination {
  text-align: center;
  margin-bottom: 50px;
}
.page_pagination li {
  display: inline-block;
  margin:0 4px;
}
.page_pagination li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border:1px solid rgba(229, 229, 229, 0.57);
  text-align: center;
  color: #848484;
  font-size: 18px;
}
.page_pagination li a.active,
.page_pagination li a:hover {
  color:#fff;
  background: #e3ba68;
}

/*** 
=============================================
   Shop Single area  style
=============================================
***/
.shop-single-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
.product-content-box {
  margin-bottom: 106px;
}
.product-content-box .img-box {
  text-align: center;
}
.product-content-box .flexslider .slides img {
  width: auto;
  display: inline-block;
}
.product-content-box .flexslider {
  background: #f7f7f7 none repeat scroll 0 0;
  border: none;
  padding: 32px 0;
  border-radius: 0;
  margin: 0 0px 10px 0;
  position: relative;
  text-align: center;
}
.product-content-box .flex-viewport {
  border: none;
  max-height: 450px;
  -webkit-transition:all 1s ease 0s;
  transition: all 1s ease 0s;
}

.product-content-box .flex-control-thumbs {
  margin: 10px 0 0;
  overflow: hidden;
  position: static;
  display: none;
}
.product-content-box .flex-control-thumbs li {
  float: left;
  margin: 0 3% 0 0;
  width: 25%;
}

.product-content-box .flex-control-thumbs img {
  border: medium none;
  cursor: pointer;
  display: block;
  height: auto;
  opacity: 0.6;
  -webkit-transition:all 1s ease 0s;
  transition: all 1s ease 0s;
  width: 100%;
  border: 3px solid #f7f7f7;
}

.product-content-box .flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1;
  border: 3px solid #ab7442;
}
.product-content-box .flex-control-thumbs .flex-active:focus{
  outline: none;
}


.product-content-box .content-box h3 {
  color: #222;
  font-size: 24px;
  font-weight: 400;
  margin: 19px 0 10px;
  text-transform: capitalize;
}
.product-content-box .content-box del {
  color: #a2a2a2;
  margin-left: 10px;
}
.product-content-box .content-box .review-box {
  margin: 0 0 10px;  
}
.product-content-box .content-box .review-box ul li {
  display: inline-block;
  margin-right: 3px;
}
.product-content-box .content-box .review-box ul {
  display: inline-block;
  padding-right: 1px;
}
.product-content-box .content-box .review-box ul li i {
  color: #e3ba68;
  font-size: 14px;
}

.product-content-box .content-box span.price {
  color: #e3ba68;
  font-size: 22px;
}
.product-content-box .content-box .text {
  margin: 0px 0 0;
  overflow: hidden;
  padding: 24px 0 30px;
}

.product-content-box .content-box .location-box {
  margin: 4px 0 18px;
  position: relative;
}
.product-content-box .content-box .location-box p {
  color: #1f1f1f;
  margin: 0 0 12px;
}
.product-content-box .content-box .location-box form input {
  border: 2px solid #f7f7f7;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  -webkit-transition:all 500ms ease;
  transition: all 500ms ease;
}
.product-content-box .content-box .location-box form input:focus{
  border-color: #48c7ec;
}
.product-content-box .content-box .location-box form button {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  color: #292929;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: 178px;
  top: 37px;
  height: 40px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 95px;
  margin-left: 6px;
  -webkit-transition:all 500ms ease;
  transition: all 500ms ease;
}
.product-content-box .content-box .location-box form button:hover{
  background: #e3ba68;
  color: #fff;
}
.product-content-box .content-box .location-box form span {
  color: #e3ba68;
}


.product-content-box .content-box .addto-cart-box {
  
}
.product-content-box .content-box .addto-cart-box .input-group.bootstrap-touchspin {
    float: left;
    width: 70px;
    margin-right: 20px;
}
.product-content-box .content-box .addto-cart-box .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #eaeaea;
  border-radius: 0 !important;
  box-shadow: none;
  color: #272727;
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  padding: 6px 0 8px;
  text-align: center;
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  margin-left: -1px;
  max-width: 100%;
  padding: 12px 12px;
  position: relative;
  width: 100%;
}
.product-content-box .content-box .addto-cart-box .btn-default {
    background-color: #efefef;
    border-color: #efefef;
    color: #9e9e9e;
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
  color: #9e9e9e;
  font-weight: normal;
  left: 8px;
  position: absolute;
  top: 7px;
}

.product-content-box .content-box .addto-cart-box button.addtocart {
  margin-left: 25px;
}


.product-tab-box {
  padding: 30px;
  padding-top: 0;
  border: 1px solid #f4f4f4;
}
.product-tab-box .tab-menu {
  border-bottom: 1px solid #f7f7f7;
  margin-top: -50px;
  margin-bottom: 33px;
  position: relative;
  left: -31px;
}
.product-tab-box .tab-menu li {
  display: block;
  float: left;
  margin-bottom: -1px;
}

.product-tab-box .tab-menu li a {
  border: 1px solid transparent;
  border-radius: 0;
  display: block;
  margin-right: 10px;
  padding: 13px 35px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  
  background: #f7f7f7;
  -webkit-transition:all 500ms ease;
  transition: all 500ms ease;
}
.product-tab-box .tab-menu li.active a, .product-tab-box .tab-menu li:hover a{
  background: #e3ba68;
  color: #fff;
  border-color: #e3ba68;
}

.product-tab-box .tab-content {
  
}
.product-tab-box .tab-content .review-box .single-review-box {
  margin-bottom: 10px;
  padding-bottom: 32px;
  padding-left: 80px;
  position: relative;
}
.product-tab-box .tab-content .review-box .single-review-box .img-holder {
  left: 0;
  position: absolute;
  top: 0;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder {
  border: 1px solid #f4f4f4;
  padding: 20px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {
  margin: 0 0 8px;
  overflow: hidden;
}


.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {
  margin-top: -4px;
  padding-left: 20px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {
  display: inline-block;
  margin-right: 3px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {
  color: #e3ba68;
  font-size: 14px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-date {
  color: #ab7442;
  margin-top: -5px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {
  margin: 0 0 15px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .text a.reply {
  color: #ab7442;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  
}

.product-tab-box .tab-content .product-details-content {
  margin-top: -5px;
}
.product-tab-box .tab-content .product-details-content .highlight {
  margin: 42px 0 0;
}
.product-tab-box .tab-content .product-details-content .highlight .highlight-title {
  color: #292929;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 28px;
}
.product-tab-box .tab-content .product-details-content .highlight li{
  position: relative;
  padding-bottom: 12px;
  padding-left: 25px;
}
.product-tab-box .tab-content .product-details-content .highlight li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #ab7442;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0;
}

.product-tab-box .tab-content .review-form {
  padding-top: 16px;
}
.product-tab-box .tab-content .review-form .sec-title-two {
  padding-bottom: 34px;
}
.product-tab-box .tab-content .review-form .add-rating-box {
  margin: 0 0 23px;
}
.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {
  color: #292929;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: none;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li {
  display: inline-block;
  margin: 0 0px;
  border-right: 1px solid #e5e5e5;
  padding: 0 11px;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child{
  margin-right: 0;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li a i {
  color: #ddd;
  margin-right: 3px;
  -webkit-transition:all 500ms ease;
  transition: all 500ms ease;
  font-size: 14px;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li.active a i,
.product-tab-box .tab-content .review-form .add-rating-box ul li a:hover i{
  color: #e3ba68;
}

.product-tab-box .tab-content .review-form form input[type="text"], .product-tab-box .tab-content .review-form form textarea {
  height: 50px;
  width: 100%;
  border: 1px solid #eaeaea;
  color: #9e9e9e;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 30px;
  -webkit-transition:all 500ms ease;
  transition: all 500ms ease;
}
.product-tab-box .tab-content .review-form form textarea {
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 32px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i{
  opacity: 1;
}
.product-tab-box .tab-content .review-form form input[type="text"]:focus{
  border-color: #48c7ec;
}
.product-tab-box .tab-content .review-form form textarea:focus{
  border-color: #48c7ec;
}

.related-product {
  border-top: 1px solid #f7f7f7;
  margin-top: 60px;
  padding-top: 56px;
}
.related-product .single-product-item {
  margin-bottom: 0;
}
.related-product .owl-controls {
    position: absolute;
    right: 0px;
    top: -90px;
}
.related-product .owl-theme .owl-nav [class*="owl-"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #f7f7f7;
    border-radius: 50%;
    color: #cccbcb;
    font-size: 20px;
    height: 45px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    width: 45px;
    font-weight: 900;
}
.related-product .owl-theme .owl-nav [class*="owl-"] i {
  font-size: 20px;
  font-weight: 900;
}
.related-product .owl-theme .owl-nav .owl-next {
    margin-left: 10px
}

.related-product .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff;
    background: #ab7442;
    border: 2px solid #ab7442;
}

.product-review-tab .add_your_review .review-title h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #252525;
}

.tab-title-h4 h4 {
  color: #3d3d3d;
  font-size: 20px;
  margin-bottom: 40px;
}


/*
------------------------------------------------
  Fact Counter 
------------------------------------------------
*/

.fact-counter{
  position:relative;
  overflow:hidden;
  color:#ffffff;
}

.fact-counter:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0);
  opacity:0.80;
  z-index:0;
}

.fact-counter .auto-container{
  position:relative;
  z-index:1;
}

.fact-counter .column{
  position:relative;
  margin-bottom:40px;
  text-align:center;
  z-index:5;  
}
.fact-counter .item {
  color: #222;
  width: 100%;
}

.fact-counter .column .icon span{
  position:relative;
  top:0px;
  font-size: 50px;
  position: absolute;
  line-height:70px;
  top: -5px;
  left: 0;
  margin-bottom:20px;
  color: #ab7442;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fact-counter .count-outer{
  margin-top: 10px;
  color: #ffffff;
  position: relative;
  font-size: 60px;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
}
.fact-counter .counter-outer{
    position:  relative;
}
.fact-counter .counter-outer .item .inner-box{
  position: relative;
  margin-top: 28px;
}
.fact-counter .counter-outer .item .inner-box .icon-box{/* display:  none; */}
.fact-counter .counter-outer .item .inner-box .icon-box i{
  color: #e3ba68;
}
.fact-counter .counter-outer .item .inner-box .icon-box i:before{
  margin: 0;
  font-size: 54px;
}


/* 
===================================================
   5. Our Services styles
=================================================== 
*/
.our-services {
  padding:90px 0px 40px;
  background:#f8f8f8;
}
.our-services .sec-title{
  margin-bottom: 40px;
}
.our-services .sec-title p{
  max-width: 650px;
  color: #848484;
  margin-top: 20px;
}

.our-services .separet {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 40px;
  top: -10px;
}

.our-services .caption-box-wrapper {
  border-top: 1px solid #F4F4F4;
  margin-top: 35px;
}
.our-services .single-our-service {
  margin-bottom: 50px;
}

.our-services .single-our-service h4 {
  margin-top: 17px;
  margin-bottom: 11px;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  transition: .5s ease;
}
.our-services .single-our-service:hover h4 {
  color: #e3ba68;
  transition: .5s ease;

}
.our-services .single-our-service .img-box {
  position: relative;
  max-width: 370px;
}
.our-services .single-our-service .text-box {
  border: 1px solid #ccc;
  border-top: 0px;
  padding: 5px 15px 15px;
  color: #848484;
}

.our-services .single-our-service-caption-box {
  padding-top: 40px;
}
.our-services .single-our-service-caption-box .img-box,
.our-services .single-our-service-caption-box .content-box {
  display: table-cell;
  vertical-align: middle;
}
.our-services .single-our-service-caption-box .img-box {
  width: 120px;
}
.our-services .single-our-service-caption-box .content-box {
  padding-left: 20px;
}
.our-services.service-page .has-divider {
  border-top: 1px solid #F4F4F4;
  margin-top: 60px;
  padding-top: 60px;
}
.our-services .single-our-service .img-box {
  overflow: hidden;
}
.our-services .single-our-service .img-box img {
  transform: scale(1);
  transition: .5s ease-in-out;
}
.our-services .single-our-service:hover .img-box img {
  transform: scale(1.1);
  transition: .5s ease-in-out;
}

.our-services .single-our-service .img-box a {
  position: relative;
  display: block;
}

.our-services .single-our-service .img-box a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 169, 46, 0.8);
    left: 0;
    top: 0;
    transform: scale(0,1);
    transition: .5s ease;
}

.our-services .single-our-service:hover .img-box a:after {
    transform: scale(1,1);
    transition: .5s ease;
}

.our-services .single-our-service .thm-btn {
  background: transparent;
  color: #48c7ec;
  border-color: #848484;
}
.our-services .single-our-service .thm-btn:hover {
  background: #48c7ec;
  color: #fff;
  border-color: #48c7ec;
}




/* 
=======================================================
  20. call-to-action styles 
=======================================================
*/

.call-to-action {
  background-attachment: fixed;
  background-size: cover;
  padding: 40px 0;
  color: #fff;
}
.call-to-action h3 {
  font-size: 34px;
  font-weight: 700;
  margin: 0;
  line-height: 30px;
  margin-bottom: 16px;
}
.call-to-action p {
  margin: 0;
}
.call-to-action a.thm-btn {
    padding: 0px 24px;
    margin: 12px 0;
    border-radius: 25px;
    background: #fff;
    color: #222222;
    letter-spacing: 1px;
    transition:.5s;
}

.call-to-action a.thm-btn.inverse:hover {
  color: #fff;
  background: #e3ba68;
  transition:.5s;

}


/* 
=======================================================
  20. call-to-action styles 
=======================================================
*/

.call-to-action-two {
  background-attachment: fixed;
  background-size: cover;
  padding: 40px 0;
  color: #222;
}
.call-to-action-two h3 {
  font-size: 34px;
  font-weight: 700;
  margin: 0;
  line-height: 30px;
  margin-bottom: 16px;
}
.call-to-action-two p {
  margin: 0;
}
.call-to-action-two a.thm-btn {
    padding: 0px 24px;
    margin: 12px 0;
    border-radius: 25px;
    background: #fff;
    color: #222222;
    letter-spacing: 1px;
    transition:.5s;
}

.call-to-action-two a.thm-btn.inverse:hover {
  color: #fff;
  background: #e3ba68;
  transition:.5s;

}

/* call-to-action-three */

.call-to-action-three{
  position:relative;
  text-align:center;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
}

.call-to-action-three:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.0);
}

.call-to-action-three h2{
  position:relative;
  color:#ffffff;
  font-size:26px;
  line-height: 36px;
  font-weight:800;
  text-align:center;
  text-transform:uppercase;
}

.call-to-action-three .theme-btn{
  margin-top:30px;
  color: #fff;
  border-color: #fff;
}

.call-to-action-three .theme-btn:hover{
  color:#e3ba68;
  background-color:#ffffff; 
}

.call-to-action-three p{
  color:#ffffff;
  font-size:18px;
  font-weight:100;
}

/* 
==========================================================
  21. Parallax Style One
==========================================================
*/

.parallax-style-one{
  position:relative;
  padding: 40px 0px 40px;
  background-size:cover;
  background-repeat:repeat;
  background-attachment:fixed;
  background-position:center center;
  color:#ffffff;
}
.parallax-style-one .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.18);
    opacity: 1;
    content: "";
}
.parallax-style-one .sec-title{
  text-align:center;
  margin-bottom: 40px;
}
.parallax-style-one .sec-title h2{
  font-weight: 700;
  line-height: 39px;
  text-transform: none;
}
.parallax-style-one .sec-title h2:before{
  display: none;
}
.parallax-style-one .sec-title p{
  max-width:650px;
  margin: 0 auto;
  margin-top: 15px;
}

.parallax-style-one .link_btn{
  
}
.parallax-style-one .link_btn li{
    display:inline-block;
    margin: 20px 10px 0px 0px;
}
.parallax-style-one .link_btn li a{
  letter-spacing:1px;
}
.parallax-style-one .link_btn .thm-btn.style-two:hover{
  background: transparent;
  color: #e3ba68;
  border:2px solid #fff;
  color:#fff;
}


/*
================================================
    22. team Section
================================================
*/

/*Team Block Two*/

.team-block-one{
  position:relative;
  margin-bottom: 30px;
}

.team-block-one .inner-box{
  position:relative;
  border: 1px solid #f2f2f2;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.team-block-one .inner-box:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(204,204,204,0.40);
  -moz-box-shadow: 0px 0px 30px 0px rgba(204,204,204,0.40);
  box-shadow: 0px 0px 30px 0px rgba(204,204,204,0.40);
}

.team-block-one .inner-box .image{
  position:relative;
}

.team-block-one .inner-box .image img{
  position:relative;
  width:100%;
  display:block;
}

.team-block-one .inner-box .lower-content{
  position:relative;
  padding:45px 0px;
  text-align:center;
}

.team-block-one .inner-box .lower-content h3{
  position:relative;
  font-size:20px;
  font-weight:500;
  text-transform:capitalize;
}

.team-block-one .inner-box .lower-content h3 a{
  color:#00000a;
}

.team-block-one .inner-box .lower-content .designation{
  position:relative;
  color:#aeaeae;
  font-size:16px;
}



/*** 

====================================================================
    24. service-single Section style
====================================================================

***/
.service-single{
  padding: 95px 0px 100px;
}
.service-catergory {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f8f8f8;
  padding: 30px 30px;
}
.service-single .service-sidebar{
  margin-right: 20px;
}
.service-catergory li {
  list-style: none;
  position: relative;
  background: #fff;
  padding: 10px 0;
  margin-bottom: 10px;
}
.service-catergory li:last-child {
  margin-bottom:0px;
}
.service-catergory li .view-all-icon {
}
.service-catergory li.active {
  background: #e3ba68;
}
.service-catergory li.active a {
  color: #fff;
}

.service-catergory li a {
  display: block;
  font-size: 14px;
  color: #848484;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 700;
  padding-left: 20px;
  transition: all 0.5s ease;
  position: relative;
  font-family: 'PT Sans', sans-serif;
}
.service-catergory span{
  margin-right: 8px;
  font-size: 12px;
}
.service-catergory li a:hover {
  color: #e3ba68;
}
.service-catergory li.active a:hover {
  color: #fff;
}

.service-single .outer-box .content-box{
  margin-top: 48px;
}
.service-single .outer-box .content-box .sec-title{
    margin-bottom: 20px;
}
.service-single .outer-box .content-box .sec-title h4{
  font-weight:500;
  font-size:20px;
  color:#222222;
}
.service-single .outer-box .content-box .text p{
  color:#848484;
}
.service-single .outer-box .content-box .text.style-two{
  margin-top: 25px;
}
.service-single .outer-box .content-box .clearfix{
  margin-top: 25px;
}
.service-single .outer-box .content-box .clearfix h4{
  font-weight:500;
  font-size:20px;
  color:#222222;
  margin: 15px 0px 20px;
}
.service-single .outer-box .content-box .clearfix p{
  color:#848484;
}

/*
================================================
    25. gallery Section
================================================
*/
.our-gallery {
    position: relative;
    padding: 70px 0px 100px;
    background: #fff;
}
.style-3.our-gallery,
.style-2.our-gallery {
    padding: 109px 0 121px;
    background: #fff;
}

.our-gallery .single-item .img-holder {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.our-gallery .single-item .img-holder img {
    width: 100%;
}
.style-2.our-gallery .single-item .img-holder img {
    width: 100%;
}
.our-gallery .single-item .img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 37, 74, 0.88);
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}
.our-gallery .single-item:hover .img-holder .overlay {
    opacity: 1;
}
.our-gallery .single-item .img-holder .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.our-gallery .single-item .img-holder .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.our-gallery .single-item .img-holder .overlay .social li {
    display: inline;
    margin-right: 4px;
}
.our-gallery .single-item .img-holder .overlay .social li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
    transition: .5s ease-in;
}
.our-gallery .single-item .img-holder .overlay .social li a:hover {
}

.our-gallery .single-item .social a i:before{
  font-size: 30px;
  color:#fff;
  margin:0px;
}
.our-gallery .single-item .social h4{
  font-size:18px;
  font-weight:500;
  color:#fff;
  margin-top: 20px;
  text-transform: uppercase;
}
.our-gallery .link_btn .thm-btn{
  margin-top:70px;
}


/*** 

====================================================================
  26. Side Bar Style
====================================================================

 ***/
.sidebar-page .sidebar{
  position:relative;
  padding-left: 40px;
}

.sidebar-page .sidebar.left-sidebar {
  padding-left: 0;
}

.sidebar .widget{
  position:relative;
  margin-bottom: 35px;
}


.sidebar .sidebar-title{
  position:relative;
  margin-top: 0px;
  margin-bottom: 15px;
}

.sidebar .sidebar-title h3{
  font-size: 20px;
  color: #222222;
  font-weight: 500;
}
.sidebar .sidebar-title:before{
  content:'';
}
.sidebar .sidebar-title:after{
  content:'';
}
.sidebar-page .contact-info{
  position:relative;
  font-size:14px;
  margin-bottom:30px;
}
.sidebar-page .contact-info .text{
  position:relative;
  font-size:13px;
  font-family:'Open Sans',sans-serif;
  margin-bottom:10px;
  color:#7f7f7f;
}
.sidebar-page .contact-info li{
  position:relative;
  margin-bottom:5px;
  line-height:1.8em;
  color:#7f7f7f;  
}
.sidebar-page .contact-info li strong{
  position:relative;
  padding-right:10px;
  font-weight:600;
  color:#292929;  
}
.sidebar-page .contact-info a{
  color:#f17338;
  transition:all 300ms ease-in;
  -webkit-transition:all 300ms ease-in;
  -ms-transition:all 300ms ease-in;
  -o-transition:all 300ms ease-in;
  -moz-transition:all 300ms ease-in;  
}
.sidebar-page .contact-info a:hover{
  color:#3d3d3d;  
}
.sidebar .popular-categories .list{
  position:relative;
}
.sidebar .popular-categories .list li{
  position:relative;
  margin-bottom:10px;
  line-height: 27px;
}
.sidebar .popular-categories .list li .count{
  position:relative;
  color: #f9ad0a;
}
.sidebar .popular-categories .list li a{
  position:relative;
  display:block;
  color: #848484;
  font-size: 14px;
  font-weight: 400;
  font-family: 'open sans';
  transition:.5s;
}

.sidebar .popular-categories .list li a:hover{
  color: #e3ba68;
  transition:.5s;
}
.sidebar .popular-categories .list span{
  margin-right: 7px;
  font-size: 11px;
}
.sidebar .call{
  max-width:330px;
  margin-bottom: 50px;
}
.sidebar .call .content-box{
  padding: 45px 3px 45px 30px;
  color:#fff;
  position:relative;
  
}
.sidebar .call .content-box p{
  position:relative;
}
.sidebar .call .content-box h2{
  position:relative;
  font-size: 24px;
  margin-top: 14px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.sidebar .call .content-box .overlay:before{
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(13, 42, 74, 0.82);
  opacity: 1;
  content: "";
}
/*** 

====================================================================
  27. Blog Page Style
====================================================================

***/

.sidebar-page{
  position:relative;
  padding: 100px 0px 50px;
}

.blog-container{
  position:relative;
  padding:0px 0px;
  margin-bottom: 20px;
}
.blog-post.style-two{
  padding:0px;
}
.sidebar-page .blog-post{
  position:relative;
  background:#ffffff;
  margin-bottom: 2px;
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
}

.sidebar-page .blog-post .post-header{
  position:relative;
  padding: 18px 0px 0px;
  background:#ffffff;
}

.sidebar-page .blog-post .post-header h2{
  position:relative;
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0px 8px;
  color: #222222;
}

.sidebar-page .blog-post .post-header h2 a{
  position:relative;
  display:block;
  color: #222222;
  transition:.5s;
}

.sidebar-page .blog-post .post-header a:hover{
  color: #e3ba68;
  transition:.5s;
}
.sidebar-page .blog-post .post-header h4{
  color:#f9ad0a;
  font-size:14px;
  font-family:'raleway';
  font-weight:500;
}
.sidebar-page .blog-post .post-info{
  position:relative;
  margin-bottom: 18px;
  font-family: 'open sans',sans-serif;
}

.sidebar-page .blog-post .post-info li{
  position:relative;
  display:inline-block;
  margin: 0px 25px 0px 0px;
  color: #848484;
  font-size: 14px;
  font-weight: 400;
}
.sidebar-page .blog-post .post-info li span{
}
.sidebar-page .blog-post .post-info li span:before{
  color:#e3ba68;
  margin: 0;
  font-size: 14px;
}
.sidebar-page .blog-post .image-box{
  position:relative;  
}

.sidebar-page .blog-post .image-box .date{
  height: 60px;
  width: 70px;
  background: #e3ba68;
  color: #fff;
  text-align: center;
  padding-top: 8px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.sidebar-page .blog-post .image-box .date h5{
  font-size: 22px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
  
}
.sidebar-page .blog-post .image-box .date p{
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
  position:relative;
} 
.sidebar-page .blog-post .image-box .date p:before{
}
.sidebar-page .blog-post .image-box img{
  position:relative;
  display:block;
  width:100%;
  height:auto;  
}
.sidebar-page .image-slider .owl-controls{
  margin:0px !important;  
}
.sidebar-page .image-slider .owl-nav .owl-prev{
  position:absolute;
  left:-5px;
  top:50%;
  margin-top:-25px;
  width:50px;
  height:50px;
  text-align:center;
  background:none !important;
  font-size:0px !important;
}

.sidebar-page .image-slider .owl-nav .owl-next{
  position:absolute;
  right:-5px;
  top:50%;
  margin-top:-25px;
  width:50px;
  height:50px;
  text-align:center;
  background:none !important;
  font-size:0px !important;
}

.sidebar-page .image-slider .owl-nav .owl-prev:after{
  content:'\f104';
  font-family:'FontAwesome';
  position:absolute;
  left:0px;
  top:0px;
  line-height:50px;
  display:block;
  font-size:32px;
  color:#ffffff;
  text-align:center;
  width:50px;
  height:50px;
  opacity:0.50;
  background:rgba(0,0,0,0.30);
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
}

.sidebar-page .image-slider .owl-nav .owl-next:after{
  content:'\f105';
  font-family:'FontAwesome';
  position:absolute;
  left:0px;
  top:0px;
  line-height:50px;
  display:block;
  font-size:32px;
  color:#ffffff;
  text-align:center;
  width:50px;
  height:50px;
  opacity:0.50;
  background:rgba(0,0,0,0.30);
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
}

.sidebar-page .image-slider .owl-nav .owl-prev:hover:after,
.sidebar-page .image-slider .owl-nav .owl-next:hover:after{
  background:#f9ad0a;
  opacity:1;
}

.sidebar-page .image-slider .owl-dots{
  display:none !important;  
}

.sidebar-page .blog-post .post-desc{
  position:relative;
  padding: 20px 0px;
  background:#ffffff;
  border-top: 1px solid #ededed;
}

.sidebar-page .blog-post .text{
  position:relative;
  margin-bottom: 33px;
  color: #848484;
}
.sidebar-page .blog-post .text.style-two{
  margin-bottom: 10px;
}
.sidebar-page .blog-post .post-header .post-options{
  position:relative;
  float:right;  
}
.sidebar-page .blog-post .post-header .post-options a{
  position:relative;
  display:inline-block;
  font-size:18px;
  display:inline-block;
  margin-left:10px;
  color:#777777;  
}

.sidebar-page .blog-post .post-header .post-options a:hover{
  color:#00bff5;  
}

.sidebar-page .blog-post blockquote{
  position:relative;
  margin-left: 54px;
  padding: 0px 20px 0px 26px;
  line-height:2em;
  font-size: 14px;
  color: #848484;
  font-style: italic;
  border-left: 2px solid #e7e7e7;
  font-family: 'Open Sans', sans-serif;
}
.sidebar-page .blog-post .quate{
  position:absolute;
  top: 24px;
  left: -50px;
  font-size: 30px;
  color: #e3ba68;
}
.sidebar-page .blog-detail .post-desc h2{
  font-size:20px;
  font-family:'Montserrat',sans-serif;
  margin-bottom:22px;
  color:#1a1a1a;  
}

.sidebar-page .blog-detail .post-desc h3{
  font-size:18px;
  font-family:'Montserrat',sans-serif;
  margin-bottom:10px;
  color:#1a1a1a;  
}

.sidebar-page .blog-detail h4{
  font-size:16px;
  margin-bottom:20px; 
}

.check-list li .fa{
  position:relative;
  color:#cbda37;  
}

.remove-list li .fa{
  position:relative;
  color:#ff0000;  
}

.sidebar-page .blog-detail .post-tags{
  position:relative;
  padding:15px;
  font-size:16px;
  background:#f5f5f5;
  color:#999999;
  margin-bottom:50px;
}

.sidebar-page .blog-detail .post-tags a{
  position:relative;
  color:#777777;
  font-size:15px;
}

.sidebar-page .blog-detail .post-tags a:hover{
  color:#f7a34a;  
}

.sidebar-page .post-author{
  position:relative;
  background:#ccedf9;
  padding:25px;
  color:#555555;
  border-bottom:3px solid #f7a34a;
  margin-bottom:50px; 
}

.sidebar-page .post-author:before{
  content:'';
  position:absolute;
  left:50px;
  top:-28px;
  border:15px solid transparent;
  border-bottom-color:#ccedf9;
}

.sidebar-page .post-author .inner-box{
  position:relative;
  padding:15px 0px 0px 100px;
  min-height:80px;
}

.sidebar-page .post-author .inner-box .author-thumb{
  position:absolute;
  left:0px;
  top:10px;
  width:80px;
  height:80px;
  border:2px solid transparent;
  box-shadow:0px 0px 2px 0px #f7a34a;
  -moz-box-shadow:0px 0px 2px 0px #f7a34a;
  -ms-box-shadow:0px 0px 2px 0px #f7a34a;
  -o-box-shadow:0px 0px 2px 0px #f7a34a;
  -webkit-box-shadow:0px 0px 2px 0px #f7a34a;
  border-radius:50%;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  -moz-border-radius:50%; 
}

.sidebar-page .post-author .inner-box .author-thumb img{
  display:block;
  width:76px; 
}

.sidebar-page .post-author h4{
  margin-bottom:10px;
  color:#1a1a1a;  
}

.sidebar-page .post-author h4 .author-occ{
  position:relative;
  left:10px;
  padding:5px 10px;
  font-size:10px;
  background:#f7a34a;
  border-radius:5px;
  color:#ffffff;
}
.leave-comment .section-title{
    margin-bottom: 20px;
}
.leave-comment .section-title h3{
  position: relative;
  display: block;
  margin: 67px 0px 25px;
  color: #222222;
  transition: .5s;
  font-size: 20px;
  font-weight: 500;
}
.sidebar-page .form-control:focus{
  border-color:#e3ba68;
}


/*
=================================================
  28. blog grid page style
=================================================
*/
.blog-latest-news{
  padding: 100px 0px 100px;
}
.blog-latest-news.style-two{
  padding:0px 15px 50px;
}
.blog-latest-news .item{
  margin-bottom:70px;
}
.blog-latest-news .item h4{
  font-weight: 500;
  font-size: 18px;
  padding: 30px 0px 5px;
  color: #222222;
}
.blog-latest-news .item h4 a{
  color: #222222;
  transition:.5s;
}
.blog-latest-news .item h4 a:hover{
  color:#e3ba68;
  transition:.5s;
}
.blog-latest-news .item p{
  margin-top: 14px;
  color: #848484;
}

.blog-latest-news .item .image-box{
  position: relative;
}
.blog-latest-news .item .date{
  height:60px;
  width:70px;
  background:#e3ba68;
  color:#fff;
  text-align: center;
  padding-top: 8px;
  position: absolute;
  top: 20px;
  left: 0px;
}
.blog-latest-news .item .date h5{
  font-size:22px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.blog-latest-news .item .date p{
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color:#fff;
  position:relative;
}

.blog-latest-news .item .date p:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 6px solid transparent;
    border-top: 8px solid #e3ba68;
    border-right: 4px solid #e3ba68;
    position: absolute;
    left: 0px;
    bottom: -22px;
}

.blog-latest-news .item .admin-comments{
    margin-bottom: 5px;
    padding: 10px 0px 13px;
    border-bottom: 1px solid #ededed;
}
.blog-latest-news .item .admin-comments .icon{
    margin-right: 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
}
.blog-latest-news .item .admin-comments .icon:before{
  color: #e3ba68;
  margin: 0;
  padding: 0px 10px 0px 0px;
  font-size: 14px;
}
.blog-latest-news .item .admin-comments li{
  display:inline-block;
}

/*
===================================================
  29. feature-style-three
===================================================
*/
.feature-style-three{
  padding: 72px 0px 0px;
}
.feature-style-three .item-list{
  border-bottom:1px solid #ededed;
}
.feature-style-three .item-list .row{
  margin:0px;
  
}
.feature-style-three .item-list .item .column{
  padding: 29px 16px 32px;
}

.feature-style-three .item-list .item .inner-box{
    position: relative;
    padding-left: 94px;
    color: #fff;
}
.feature-style-three .item-list .item .inner-box h3{
  font-size: 18px;
  color: #222222;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: capitalize;
}
.feature-style-three .item-list .item .inner-box .icon-box{
  position: absolute;
  left: 22px;
  top: -5px;
}
.feature-style-three .item-list .item .inner-box .icon-box .icon{
  color: #e3ba68;
  line-height: 47px;
  margin-left: -11px;
}
.feature-style-three .item-list .item .inner-box .icon-box .icon:before{
  font-size: 36px;
}
.feature-style-three .item-list .item .inner-box .text{
    position: relative;
    line-height: 27px;
    color: #848484;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
/*
================================================
  30. contact_us style
================================================
*/

.contact_us .sec-title h2:before{
      left: 50%;
    margin-left: -27px;
}
.contact_us .sec-title p{
  max-width:650px;
  margin:0 auto;
  color:#848484;
  margin-bottom: 60px;
}
.contact_us .link_btn.style-four{
  margin-top:30px;
}

/*** 

====================================================================
  Error Section
====================================================================

 ***/

.error-section{
  position: relative;
  text-align: center;
  padding: 150px 0px 110px;
}

.error-section h3{
  position: relative;
  color: #1c1c1c;
  font-size: 32px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight:800;
}

.error-section h3 span {
    font-size: 150px;
    line-height: 198px;
    color: #e3ba68;
}

.error-section .text{
  position: relative;
  font-size: 14px;
  color: #777777;
  margin-top: 15px;
  line-height: 1.8em;
}

.error-section .text a{
  color: #e3ba68;
}

.error-section .search-website{
  position:relative;
  max-width:560px;
  margin:0 auto 40px;
  margin-top: 40px;
}

.error-section .search-website .form-group{
  position:relative;
  margin-bottom:0px;
  text-align:left;
}

.error-section .search-website .form-group input[type="text"],
.error-section .search-website .form-group input[type="search"],
.error-section .search-website .form-group textarea{
  position:relative;
  display:block;
  max-width:400px;
  width: 100%;
  line-height:26px;
  padding:10px 15px;
  background:#f4f4f4;
  border:1px solid #f4f4f4;
  height:48px;
  border-radius:3px;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease; 
}

.error-section .search-website .form-group input[type="text"]:focus,
.error-section .search-website .form-group input[type="search"]:focus,
.error-section .search-website .form-group textarea:focus{
  border-color:#b09991;
}

.error-section .search-website .form-group button{
  position:absolute;
  right:0px;
  top:0px;
  display:block;
  width:150px;
  height:46px;
  text-align:center;
  margin:0px;
  padding:11px 30px;
  line-height:24px;
  font-size:14px;
  text-transform:uppercase;
  background:#443f45;
  color:#ffffff;
  font-weight:800;
  border-radius:2px;
}

.error-section .search-website .form-group button:hover,
.error-section .search-website .form-group input:focus + button{
  background: #e3ba68;
  color:#ffffff;
}



/*
===================================================
  portfolio-section
===================================================
*/
.portfolio-section .single-item .image-holder {
    position: relative;
    overflow: hidden;
}
.portfolio-section .single-item .image-holder img {
    width: 100%;
}

.portfolio-section .single-item .image-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 37, 74, 0.88);
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}
.portfolio-section .single-item:hover .image-holder .overlay {
    opacity: 1;
}
.portfolio-section .single-item .image-holder .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.portfolio-section .single-item .image-holder .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.portfolio-section .single-item .image-holder .overlay .social li{

}
.portfolio-section .single-item .image-holder .overlay .social li a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 12px;
  line-height: 62px;
  color: #fff;
  transition: .5s ease-in;
}
.portfolio-section .single-item .image-holder .overlay .social i:before{
  font-size: 22px;
}
.portfolio-section .single-item .image-holder .overlay .social a:hover {
}


/*** 

====================================================================
  Accordions style
====================================================================

***/
.bg-color-black{
  padding:100px 0px 80px;
}
.accordion-box{
  position:relative;
  margin-bottom: 30px;
}

.accordion-box .block {
  margin-bottom: 25px;
  position: relative;
}

.accordion-box .block .acc-btn{
  border: 1px solid #00254a;
  color:#1c1c1c;
  cursor:pointer;
  font-size:16px;
  padding: 12px;
  position:relative;
}

.accordion-box .block .acc-btn.active{
  border-bottom: 1px solid #00254a;
  border-color: #00254a;
  color:#1c1c1c;
  padding-bottom: 10px;
}

.accordion-box .block .icon-outer {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: -10px;
}

.accordion-box .block .icon-outer .icon {
  color: #ef173c;
  line-height: 52px;
  position: absolute;
  top: 8px;
  right: 0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease; 
}

.accordion-box .block .icon-outer .icon-plus{
  opacity:0;
}

.accordion-box .block .icon-outer .icon-plus{
  opacity:1;
}

.accordion-box .block .active .icon-outer .icon-minus{
  opacity:1;
}

.accordion-box .block .active .icon-outer .icon-plus{
  opacity:0;
}

.accordion-box .block .acc-content{
  position:relative;
  display:none; 
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.accordion-box .block .content{
  border: 1px solid #00254a;
  border-top: none;
  color: #808080;
  font-size:13px;
  padding: 7px 12px 8px;
  position:relative;
}

/*Accordion Style Two*/
.bg-color-black.featured-inner .sec-title{
  margin-bottom: 60px;
}
.accordion-box.style-two .block .acc-btn {
  font-size: 18px;
    font-family: 'PT Sans', sans-serif;
}

.accordion-box.style-two .block .content {
  font-size: 14px;
}
/* 26 .single-award styles */
/*
================================================
  expart-details
================================================
*/
.expart-details{
  padding:100px 0px;
}
.expart-details .single-team-member h3{
  margin-bottom: 8px;
}
.single-team-member{
  margin-top: 10px;
}
.awards-wrapper {
  margin-left: -13.5px;
  margin-right: -13.5px;
  margin-bottom: 20px;
  margin-top: 25px;
}
.single-award {
  width: 25%;
  float: left;
  padding: 0 13.5px;
}
.single-award .inner {
  background: #000000;
  text-align: center;
  color: #fff;
  padding: 25px 0 10px;
}
.single-award .inner i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #e3ba68;
}
.single-award .inner i:before {
  font-size: 40px;
}
.single-award .inner p {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}
.single-award .inner span.block {
  display: block;
  line-height: 15px;
}
.single-award .inner span.number {
  font-size: 36px;
  font-weight: bold;
  display: block;
  margin-top: -3px;
}
.expart-details ul.infos {
  margin: 0;
  padding: 0; 
  margin-top: 11px;
}
.expart-details ul.infos li {
  list-style: none;
  line-height: 35px;
}
.expart-details ul.infos li span {
  display: table-cell;
  vertical-align: middle;
}
.expart-details ul.infos li span:first-child {
  text-transform: uppercase;
  color: #222E35;
  font-size: 13px;
  font-weight: 600;
}
.expart-details ul.infos li span:last-child {
  padding-left: 40px;
  color: #9C9C9C;
}
.expart-details ul.social {
  padding: 0;
  margin-top: 15px;
}
.expart-details ul.social li {
  display: inline-block;
}
.expart-details ul.social li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: #3B3B3B;
  color: #FFFFFF;
  text-align: center;
  line-height: 35px;
  transition: all .3s ease;
}
.expart-details ul.social li:hover a {
   background: #e3ba68;
}
/*
=============================================
  about-faq
=============================================
*/
.about-faq{
}
.about-faq.style-two{
  padding:100px 0px 100px;
}
.about-faq .sec-title{
  text-align: center;
  margin-bottom: 60px;
}
.about-faq .sec-title h2:before{
      left: 50%;
    margin-left: -27px;
}
.about-faq .about-info{
  margin-bottom: 30px;
}
.about-faq .about-info h3{
  font-size: 26px;
  line-height: 36px;
}
.about-faq .about-info .text p{
  color:#848484;
}

/*
==============================================
  accordion-box 
==============================================
*/
.accordion-box {
}

.accordion {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #f6f6f6;
    border-top:  0px;
    border-radius: 27px;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.04);
}

.accordion .acc-btn .left-icon {
    position: absolute;
    left: 0;
    top: 0;
    background: #f1f1f1;
    width: 60px;
    height: 100%;
    color: #9c9c9c;
    font-size: 20px;
    text-align: center; 
}
.accordion .acc-btn.active .left-icon {
    color: #fff;
}

.accordion .left-icon span {
    position: relative;
    top: 18px;  
}

.accordion .acc-btn {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0px 15px;
    margin: 0 30px;
    padding-right: 50px;
}
.accordion .acc-btn p {
    color: #222;
    font-size: 16px;
    font-weight: 500;

}
.accordion .acc-btn.active p {
    color: #e3ba68;
}

.accordion .acc-btn.pr {
    position: relative;
}

.accordion .acc-btn .img-box {
    display: none;
}
.accordion .acc-btn.active .img-box {
    display: block;
}


.accordion .acc-btn .toggle-icon {
    color: #9c9c9c;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 15px;
    top: 13px;
    width: 24px;
}
.accordion .acc-btn .toggle-icon.left {
    color: #9c9c9c;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 30px;
}
.accordion .acc-btn .toggle-icon .plus::before {
    font-size: 24px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #222;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
    opacity: 0;
}


.accordion-box .accordion .acc-btn .toggle-icon .minus::before {
    font-size: 24px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    color: #e3ba68;
    width: 100%;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus{
    opacity: 0;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
    opacity: 1;
}

.accordion-box .accordion .acc-content {
    color: #9c9c9c;
    display: none;
    padding: 0px 0px 20px;
    margin: 0 30px;
}

.accordion-box .accordion .acc-content.collapsed {
    display: block;
}

.accordion-box .accordion .acc-content p {
    margin: 0;
}


.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  color: #121d2f;
}


/*
========================================================
  13. latest-projects styles 
========================================================
*/

.latest-projects {
  padding:80px 0px 50px;
}

.project-block-one {
  padding-bottom: 30px;
}
.project-block-one .img-box {
  position: relative;
  overflow: hidden;
}
.project-block-one .img-box img {
  width: 100%;
}
.project-block-one .title h5 {
  color: #222;
  padding: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}
.project-block-one:hover .title h5 {
  color: #48c7ec;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}

.project-block-one .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}

.project-block-one .img-box{
  overflow: hidden;
}
.project-block-one .img-box img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.project-block-one:hover .img-box img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



.project-block-one .img-box .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.project-block-one .img-box .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.project-block-one .social a i:before {
    font-size: 30px;
    color: #fff;
    margin: 0px;
}
.project-block-one .social h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

.project-block-one .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.project-block-one .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
}
.project-block-one .img-box .overlay .top {
  text-align: center;
}
.latest-gallery .single-item .img-box .overlay .top ul {
  margin-bottom: 0;
  margin-bottom: 20%;
}
.project-block-one .img-box .overlay .top li a {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  background: #222;
  display: block;
  border-radius: 50%;
  -webkit-transition:.4s ease;
  transition: .4s ease;
}
.project-block-one .img-box .overlay .top li a:hover {
  background: #1f1f1f;
  color: #48c7ec;
}
.project-block-one .img-box .overlay .bottom {
  padding: 10px 0px;
  padding-right: 0;
  text-align: center;
}
.project-block-one .img-box .overlay .bottom .title h3 {
  margin: 0;
  color: #fff;
  font-family: "PT Sans", serif;
  line-height: 30px;
  font-size: 15px;
}
.project-block-one:hover .img-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.project-block-one .lower-content {
    padding: 25px 15px;
    border: 1px solid #f4f4f4;
}

.project-block-one .lower-content h4 {
    margin-bottom: 10px;
    color: #222;
}

.latest-projects .link_btn {
  margin-bottom: 30px;
}

/* post filter */
.post-filter {
  display: inline-block;
  margin: 0;
  margin-bottom: 40px;
}
.post-filter li {padding: 5px 5px;}

.post-filter li span {
  padding: 10px 35px;
  color: #343434;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 23px;
  font-weight:500;
  font-family: 'PT Sans', sans-serif;
  line-height: 24px;
  display: block;
  cursor: pointer;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}
.post-filter li:hover span,
.post-filter li.active span {
  color: #fff;
  background:#e3ba68;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}



/*** 
=============================================
     shop style
=============================================
***/




.shop {
  position: relative;
  padding: 80px 0px 80px;
}

.shop .hover-effect {
  margin-bottom: 15px;
  padding-top: 10px;
  transition: .5s ease;
}
.shop .hover-effect:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: .5s ease-in-out;
}
.single-shop-item .img-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  transition: .5s ease;
  background: #f7f7f7;
  text-align: center;
}
.single-shop-item:hover .img-box {
  transition: .5s ease;
}
.single-shop-item .img-box .offer-box {
  position: absolute;
  top: 10px;
  left: 10px;
}
.single-shop-item .img-box .offer-box .inner {
  position: relative;
}
.single-shop-item .img-box .offer-box .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  background-color: transparent;
  border-bottom: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-top: 35px solid #ab7442;
  border-left: 35px solid #ab7442;
  border-right: 35px solid transparent;
}
.single-shop-item .img-box .offer-box .inner span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transform: rotate(-45deg);
  line-height: 35px;
  transform-origin: 70% 35%;
}
.single-shop-item .text-box h3,
.single-shop-item .text-box p {
  margin: 0;
}
.single-shop-item .text-box h3 {
  font-size: 18px;
  line-height: 50px;
  color: #1F1F1F;
  margin-top: 10px;
}
.single-shop-item .text-box p {
  font-size: 20px;
  line-height: 24px;
}
.single-shop-item .text-box p i {
  font-size: 18px;
}
.single-shop-item .text-box p span {
  display: inline-block;
  vertical-align: top;
  color: #ab7442;
  font-size: 18px;
  font-weight: 400;
}
.single-shop-item .text-box p del {
  color: #9f9f9f;
  font-size: 14px;
  line-height: 24px;
  vertical-align: super;
  display: inline-block;
  font-weight: normal;
}
.single-shop-item .text-box p del i {
  font-size: 14px;
}

.single-shop-item .thm-btn.thm-tran-bg {
  color: #ffffff;
  border-color: #fff;
}
.single-shop-item .thm-btn:hover {
  color: #00254a;
  background: #ffffff;
}

.single-shop-item:hover .img-box .overlay {
  background-color: rgba(255, 255, 255, 0.9);
}
.single-shop-item:hover .img-box .overlay .box .content ul li a {
  opacity: 1;
  transform: translate3d(0px, 0px, 0);
}


.default-overlay-outer{
  position:absolute;
  display:block;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  padding:10px;
  transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
  -moz-transition:all 700ms ease;
}

.default-overlay-outer .inner{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  text-align:center;
}

.default-overlay-outer .inner .content-layer{
  position:relative;
  display:table-cell;
  vertical-align:middle;
  color:#ffffff;
}


.single-shop-item .default-overlay-outer{
  opacity:0;
  top:-100%;
  background: rgba(0, 0, 0, 0.88);
}

.single-shop-item:hover .default-overlay-outer{
  top:0;
  opacity:1;  
}

.single-shop-item .content-box{
  position:relative;
  padding: 20px 0px;
}

.single-shop-item .content-box h4{
  font-size: 14px;
  font-weight: 600;
  margin:0px 0px;
  line-height:1.4em;
  color: #252525;
  margin-bottom: 6px;
}

.single-shop-item .content-box a,
.single-shop-item .content-boxa:hover{
  color:#b89b5e;  
}

.single-shop-item .content-box h4 a{
  color: #252525;
  text-transform: uppercase;
}

.single-shop-item .content-box .rating{
  font-size: 13px;
  color: #e3ba68;
  margin-bottom:15px;
  position: absolute;
  right: 5px;
  top: 14px;
}

.single-shop-item .content-box .item-price{
  font-size: 16px;
  font-weight: 400;
  color: #e3ba68;
  line-height:24px;
}
.single-shop-item .content-box .item-price del{
  color: #a2a2a2;
  margin-left: 7px;
  font-size: 15px;
}
.single-shop-item .content-box .item-price .strike-through{
  color:#999999;
  font-weight:normal;
  font-size:14px;
  padding-left:10px;
  line-height:20px;
  font-family:'Lato',sans-serif;
}


/************************** 
* Cart Page styles 
***************************/
.cart-section{
  padding:80px 0px 0px;
}
.cart-section {
  position: relative;
}
.cart-section ul {
  margin: 0;
  padding: 0;
}
.cart-section ul li {
  list-style: none;
}
.cart-section .thm-btn {
  line-height: 40px;
}
.cart-section .sec-pad {padding-bottom: 70px;}
.cart-section .sec-title.medium {
  padding-bottom: 25px;
}

.cart-section .cart-outer {
  position: relative;
}
.cart-section .cart-outer .dropdown-toggle::after {
  display: none;
}
.cart-section .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.cart-section .cart-table {
  width: 100%;
  min-width: 900px;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 7px;
  font-family: "Poppins", sans-serif;
  background: #f7f7f7;
}

.cart-table thead tr th {
  line-height: 24px;
  padding: 20px 15px;
  min-width: 120px;
  font-weight: normal;
}

.cart-table thead tr th.prod-column {
  text-align: left;
  padding-left: 40px;
}

.cart-table tbody tr td {
  line-height: 24px;
  padding: 15px 10px;
  min-width: 100px;
  font-size: 16px;
  font-weight: bold;
  color: yellow;
}

.cart-table tbody tr .qty {
  width: 120px;
  padding-right: 20px;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: black;
}

.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 90px;
  padding-left: 85px;
  padding-top: 20px;
  text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  left: 0px;
  top: 11px;
  padding: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h3 {
  font-size: 18px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #222;
  text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
  font-weight: 400;
  color: #e3ba68;
}

.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 16px;
  color: yellow;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
  position: relative;
  top: 2px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 30px;
  transition: .5s ease;
}

.cart-table tbody tr .remove-btn:hover {
  color: #48c7ec;
  transition: .5s ease;
}
.cart-table tbody tr .remove-btn span:before {
  font-size: 30px;
}
.cart-table tbody tr {
  border-bottom: 1px solid #F7F7F7;
}

.cart-table tbody tr td {
  vertical-align: middle;
}

.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 43px;
  display: block;
  box-shadow: none;
  width: 100%;
  font-size: 20px;
  position: relative;
  color: #222;
}

.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
  color: #9e9e9e;
  font-size: 14px;
}

.cart-table tbody .available-info .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #e3ba68;
  border-radius: 50%;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  background: #f7f7f7;
  border-color: #f7f7f7;
  padding: 10.3px 10px;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical i {
  color: #e3ba68;
  left: 6px;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: #fff;
  border: 1px solid #F7F7F7;
  border-right: 0;
}

.cart-section .apply-coupon {
  position: relative;
}

.cart-section .apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 20px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  display: block;
  line-height: 24px;
  padding: 9px 15px;
  border: 1px solid yellow;
  border-radius: 3px;
  width: 230px;
  background: none;
  font-weight: 500;
  outline: none;
  height: 44px;
}

.cart-section .estimate-form {
  position: relative;
}

.cart-section h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.cart-section .estimate-form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
  padding: 0px 7px;
  margin-bottom: 25px;
}

.cart-section .totals-table {
  position: relative;
  border: 1px solid #f8f8f8;
}

.cart-section .totals-table .col {
  position: relative;
  display: block;
  float: left;
  padding: 14.5px 15px;
  line-height: 24px;
  width: 50%;
}

.cart-section .totals-table .col-title {
  font-size: 14px;
  color: #222;
  border-right: 1px solid #f8f8f8;
  font-weight: 400;
}

.cart-section .totals-table li {
  position: relative;
  border-bottom: 1px solid #f8f8f8;
}

.cart-section .totals-table li:last-child {
  border-bottom: none;
}

.cart-section .update-cart-box {
  padding-top: 40px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  top: 2px;
  right: 20px;
}
.cart-section .estimate-form .select-box .btn-group.bootstrap-select {
  width: 100%;
  outline: none;
}
.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
  font-size: 14px;
  text-transform: capitalize;
  border: none;
  outline: none;
  border: 1px solid #f4f4f4;
  padding: 10px 15px;
  border-radius: 0;
}
.cart-section .estimate-form .select-box .dropdown-menu {
  padding: 0;
  border-radius: 0;
}
.cart-section .estimate-form .select-box .dropdown-menu > li > a {
  padding: 8px 15px;
  color: green;
  transition: all .3s ease;
}
.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
  color: green;
  transition: all .3s ease;
}
.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-size: 13px;
  color: red;
}
.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: '\f107';
  font-family: 'FontAwesome';
  color: red;
  font-size: 14px;
  line-height: 46px;
}

.cart-section .estimate-form h3 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 40px;
  margin-top: 80px;
}

.cart-section .cart-total h3 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 80px;
}

.cart-section .cart-total .thm-btn {
  margin-top: 30px;
}

.cart-section .estimate-form input {
  width: 100%;
  border: 2px solid yellow;
  outline: none;
  height: 43px;
  padding-left: 15px;
}

.cart-section .qty .input-group {
  width: 74px;
  background: #fff;
}

.cart-section .thm-btn.update-cart {
  border: 1px solid black;
  color: yellow;
  background-color: transparent;
}

.cart-table tbody tr td,
.cart-table tbody tr .remove-btn {
  color: #9e9e9e;
  font-weight: normal;
}

.cart-section .thm-btn.update-cart {
  color: #222;
  border-color: #F7F7F7;
  text-shadow: none;
  background: #f7f7f7;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  border: 2px solid #F7F7F7;
  text-transform: uppercase;
  font-size: 14px;
}

.cart-section .estimate-form input {
  border-color: #F7F7F7;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
  background: #fff;
  color: #9f9f9f;
  border-color: #F7F7F7;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  color: #9f9f9f;
}

.cart-table tbody tr .prod-column .column-box {
  margin-left: 15px;
}

.cart-section .thm-btn.update-cart:hover {
  background: #e3ba68;
  color: #fff;
}

.cart-table tbody tr td {
  padding: 10px 10px 10px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
  color: #999;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
  color: #fff;
}


/*==============================================
    Mainmenu Area Css
===============================================*/
.mainmenu-area {
  background: #fff;
  theme_menu {      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #fff;  }
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.main-menu {
  position: relative;
  margin-top: 29px;
}

.navbar-collapse {
  padding: 0px
}

.navigation {
  position: relative;
  
}
.navigation li {
  display: inline-block;
}

.navigation li a {padding: 8px 13px 31px;text-transform: uppercase;color: #222;border-top: 1px solid transparent;border-bottom: 1px solid transparent;font-size: 14px;font-weight: 700;font-family: 'PT Sans', sans-serif;}

.navigation > li:hover > a {
  color: #e3ba68;
}

.navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  background: #333;
  width: 230px;
  padding: 12px 0px;
  z-index: 999;
  display: none;
}

.navigation > li > ul > li {
  position: relative;
  display: block;
}

.navigation > li > ul > li > a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px;
  margin: 0;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}

.navigation > li > ul > li:hover > a {
  color: #e3ba68;
}

/*========= third-menu ===============*/

.navigation > li > ul > li.third-menu ul {
  position: absolute;
  left: 230px;
  top: 0px;
  background: #333;
  width: 200px;
  border-top: 2px solid #fff;
  padding: 12px 0px;
  z-index: 999;
  display: none;
}
.navigation > li > ul > li.third-menu {
  position: relative;
}
.navigation > li > ul > li.third-menu ul a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px;
  margin: 0;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}
.navigation > li > ul > li.third-menu ul a:hover {
  color: #fdc716;
}
.navigation > li > ul > li.third-menu:after {
  position: absolute;
  content: "\f0de";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  right: 14px;
  transform: rotate(90deg);
  top: 3px;
}

/*========= mobile-menu ==============*/

.mobile-menu .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #e3ba68;
  cursor: pointer;
  display: block;
  z-index: 5;
}
.mobile-menu .dropdown-btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  color: #e3ba68;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}

.mobile-menu,
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
  background: #000;
}

.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
  display: none;
}

.mobile-menu > li > a,
.mobile-menu > li > ul > li > a,
.mobile-menu > li > ul > li > ul > li > a{
  background: #fff;
  padding:10px 20px;
  line-height:22px;
  color: #222;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-top: 1px solid #e3ba68;
} 


.mainmenu-area .navigation > li.current > a {
    position: relative;
    color: #e3ba68;
}

.mainmenu-area .navigation > li.current > a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #e3ba68;
}
.mainmenu-area .navigation > li.current > a:after {
    content: "";
}



/*menu*/

.theme_menu {

  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  
}
.theme_menu .menu-column {
  padding: 0;
}

.nav_side_content {
  margin-top: 33px;
  float: left;
  position: relative;
  left: -20px;
}

.nav_side_content .cart_select {
  border-left: 1px solid #ececec;
  padding-left: 5px;
}

/* Mainmenu fixed style */
@-webkit-keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
.mainmenu-area.stricky-fixed {
  margin: 0;
  position: fixed;
  background: #fff;
  top:0;
  left:0;
  width: 100%;
  z-index: 99999;
  -webkit-animation-name: menu_sticky;
  animation-name: menu_sticky;
  -webkit-animation-duration: 0.60s;
  animation-duration: 0.60s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.mainmenu-area .right-area .link_btn{
  margin-top: 22px;
}


/************************** 
* default-blog styles 
***************************/
.blog-section {
  padding: 80px 0px 40px;
}
.blog-section .sec-title{
  margin-bottom: 50px;
}
.default-blog-news {
  position: relative;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
}

.default-blog-news .date {
  position: absolute;
  left: 20px;
  top: -30px;
  height: 56px;
  width: 56px;
  background: #e3ba68;
  line-height: 21px;
  padding-top: 7px;
  z-index: 9;
  color: #fff;
}

.default-blog-news:hover {
  box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0px 82px 0 rgba(0, 0, 0, 0.02);
  -webkit-transition: .2s cubic-bezier(0.4, 0, 1, 1);
  transition: .2s cubic-bezier(0.4, 0, 1, 1);
}
.default-blog-news.single-blog-post:hover { 
  box-shadow: none;
}
.default-blog-news .lower-content{
  position:relative;
  padding: 30px 20px 0px;
  border: 1px solid #f4f4f4;
}

.default-blog-news .lower-content .text p{
  margin-bottom:20px; 
}

.default-blog-news .lower-content h4 {
  color:#222;
  font-weight: 400;
  margin-top: 22px;
  margin-bottom: 5px;
}

.default-blog-news .lower-content h4 a{
  color:#222;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
}

.default-blog-news .lower-content h4 a:hover{
  color: #e3ba68;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-blog-news .lower-content .post-meta{
  color: #848484;
  font-size:12px;
  margin-bottom:10px;
  border-top: 1px solid #f4f4f4;
  padding-top: 15px;
  padding-bottom: 10px;
}

.default-blog-news.single-blog-post .lower-content .post-meta {
  border-top: none;
}

.default-blog-news .lower-content .post-meta .link_btn {
  font-size: 14px;
  color: #848484;
  font-family: "Poppins", sans-serif;
  margin-right: 30px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.default-blog-news:hover .lower-content .post-meta .link_btn {
  color: #e3ba68;
  text-decoration: underline;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.default-blog-news .lower-content .post-meta span {
  margin-right: 20px;
}
.default-blog-news .lower-content .post-meta i {
  color: #e3ba68;
  margin-right: 8px;
  font-size: 13px;
}


/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  background: #222;
  color: #bcbcbc;
  /*padding-top: 90px;*/
}

.main-footer.light {
  background: #fff;
}

.main-footer .widgets-section {
  position: relative;
  padding: 80px 0px 30px;
}

.main-footer .footer-column {
  margin-bottom: 30px;
}

.main-footer .footer-widget {
  position: relative;
}

.main-footer .footer-logo {
  position: relative;
  margin-bottom: 30px;
}

.main-footer .footer-logo img {
  display: block;
  max-width: 100%;
}

.main-footer .footer-column h2 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 14px;
  color: #ffffff;
  margin-bottom: 40px;
}

.main-footer.light .footer-column h2 {
  color: #222;
}

.main-footer .footer-column h2:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 1px;
  background-color: #e3ba68;
}

.main-footer .logo-widget .text {
  margin-bottom: 20px;
  line-height: 2em;
  padding-right: 95px;
}

.main-footer .logo-widget form {
  position: relative;
  padding-right: 80px;
}

.main-footer .logo-widget form .form-group {
  position: relative;
}

.main-footer .logo-widget form .form-group input {
  position: relative;
  border: 1px solid #555558;
  border-radius: 2px;
  width: 100%;
  height: 48px;
  line-height: 28px;
  background: none;
  padding: 10px 15px;
}

.main-footer .logo-widget form .form-group button {
  position: absolute;
  color: #dcdcdc;
  font-size: 20px;
  top: 0px;
  width: 50px;
  right: 0px;
  background: none;
  height: 48px;
}

.main-footer .contact-info {
  margin-bottom: 30px;
}

.main-footer .contact-info li {
  position: relative;
  padding-left: 53px;
  margin-bottom: 15px;
  line-height: 24px;
}

.main-footer .contact-info li .number {
  position: relative;
  font-size: 20px;
}

.main-footer .contact-info li .icon {
  position: absolute;
  left: 2px;
  top: 12px;
  text-align: center;
  line-height: 24px;
  font-size: 30px;
  color: #e3ba68;
}

/*link widget*/

.main-footer .links-widget .list {
  margin-top: -7px;
}

.main-footer .links-widget .list li a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 2px 0px 5px 20px;
  color: #aaaaaa;
  font-size: 14px;
  text-transform: capitalize;
}

.main-footer .links-widget .list li a:before {
  content: '\f105';
  position: absolute;
  left: 0px;
  top: 6px;
  line-height: 15px;
  font-size: 16px;
  font-family: 'FontAwesome';
}

.main-footer .links-widget .list li a:hover {
  color: #ffffff;
}
.main-footer.light .links-widget .list li a:hover {
  color: #e3ba68;
}
/*subscribe widget*/

.main-footer .subscribe-widget {
  position: relative;
}

.main-footer .subscribe-widget .text {
  position: relative;
  padding: 20px 0px 15px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  margin-bottom: 20px;
}

.main-footer a {
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .subscribe-widget .form-group{
  position:relative;
  display:block;
  margin-bottom:20px;
}

.main-footer .subscribe-widget .form-group input[type="text"],
.main-footer .subscribe-widget .form-group input[type="tel"],
.main-footer .subscribe-widget .form-group input[type="email"],
.main-footer .subscribe-widget .form-group textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:28px;
  padding:8px 0px;
  height: 38px;
  color:#ffffff;
  font-size:13px;
  background:none;
  border: none;
  border-bottom:2px solid #6a6a6a;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-footer .subscribe-widget .form-group input[type="text"]:focus,
.main-footer .subscribe-widget .form-group input[type="tel"]:focus,
.main-footer .subscribe-widget .form-group input[type="email"]:focus,
.main-footer .subscribe-widget .form-group textarea:focus{
  border-color:#f1f1f1; 
}

.main-footer .subscribe-widget .form-group input[type="submit"],
.main-footer .subscribe-widget button{
  position:relative;
  margin-top:10px;
}


/*twitter widget*/

.main-footer .twitter-widget .feed {
  position: relative;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 20px;
}

.main-footer .twitter-widget .feed .month {
  color: #6c9ecd;
  font-size: 14px;
  font-weight: 300;
}

.main-footer .twitter-widget .feed .month a {
  position: relative;
  color: #e3ba68;
  font-weight: 500;
  text-decoration: underline;
}

.main-footer .twitter-widget .feed .text {
  margin-bottom: 0px;
  line-height: 1.6em;
  font-weight: 300;
  color: #bcbcbc;
  font-size: 14px;
}

.main-footer .twitter-widget .feed .days {
  position: relative;
  font-size: 14px;
  color: #bcbcbc;
  margin-top: -5px;
}

.main-footer .footer-bottom {
  position: relative;
  padding: 30px 0px;
  text-align: center;
  margin-top: 40px;
  background: #121212;
}

.main-footer .footer-bottom .copyright {
  color: #bcbcbc;
  font-size: 14px;
}

.main-footer .footer-bottom a {
  color: #e3ba68;
}

.main-footer.style-two {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-footer.style-two:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #222;
}


/*contact info list*/

.contact-info-list {
  margin-bottom: 30px;
}

.main-footer .contact-info-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  line-height: 24px;
  color: #bcbcbc;
  font-size: 14px;
}

.main-footer .contact-info-list li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #e3ba68;
}


/* Gallery Widget */

.main-footer .gallery-widget .row {
  margin: 0px -5px;
}

.main-footer .gallery-widget .image {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0px 5px 10px;
}

.main-footer .gallery-widget .image img {
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.main-footer .gallery-widget .image img:hover {
  opacity: 0.70;
}




/*posts widget*/

.main-footer .posts-widget .post{
  position:relative;
  min-height: 90px;
  padding-left:95px;
  margin-bottom: 12px;
}

.main-footer .posts-widget .post:last-child{
  margin-bottom:0px;
  border:0px;
}

.main-footer .posts-widget .post .post-thumb{
  position:absolute;
  left:0px;
  top:0px;
  width:73px;
  height:73px;
  border-radius:50%;
}

.main-footer .posts-widget .post .post-thumb img{
  display:block;
  width:100%;
}

.main-footer .posts-widget .post .desc-text{
  position:relative;
  font-size:17px;
  color:#f4f4f4;
  line-height: 24px;
  padding:0px 0px 3px;
  top:-4px;
}

.main-footer .posts-widget .post .desc-text a{
  color:#aaa;
  font-size: 15px;
}

.main-footer .posts-widget .post .time{
  position:relative;
  color: #e3ba68;
  font-size:13px;
  line-height:24px;
}

/*==================
    btc price
==================*/


/* btc-chart */

.btc-chart {
  background-image: url(../images/background/mockup-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 82px 100px;
}

/* btc clc*/

.currency-calculator .text {
  max-width: 600px;
  margin: 0 auto;
}

.currency-calculator .btc-clc h2 {
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: #222;
}

.currency-calculator .btc-clc h3 {
  margin-bottom: 20px;
  color: #e3ba68;
}

.currency-calculator .btc-clc .text {
  margin-bottom: 40px;
}

.currency-calculator .btc-clc .cryptonatorwidget {
  border: 0px !important;
  padding: 0px !important;
}

.currency-calculator .btc-clc .cryptonatorwidget select,
.currency-calculator .btc-clc .cryptonatorwidget input {
  height: 54px !important;
  padding: 0 20px;
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
  text-transform: capitalize;
  color:  #222;
}

.currency-calculator .btc-clc .cryptonatorwidget div:last-child {
  display: none;
}

.currency-calculator .btc-clc table tr td {
  padding-right: 20px;
}

/*services-block-one*/
.welcome-section {
  position: relative;
  padding: 0px 0 50px;
  background: #fff;
}

.services-block-one {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.services-block-one img{
    width: 100%;
    height: auto;
}
.services-block-one .box-heading{
    width: 90%;
    position: absolute;
    bottom: 20px;
    left: 5%;
    background: rgba(255, 169, 46, 1);
    padding: 10px 60px 10px 25px;
    color: #fff;
    transition: all 0.7s ease 0s;
}
.services-block-one:hover .box-heading{
    left: 100%;
}
.services-block-one .box-heading:after{
    content: "\f105";
    font-family: fontawesome;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 12px;
    right: 11px;
    background: #20211c;
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.services-block-one .title{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.services-block-one .post{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 5px;
}
.services-block-one .boxContent{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    padding: 30px 35px;
    background: rgba(255, 169, 46, 0.95);
    transition: all 0.7s ease 0s;
}
.services-block-one:hover .boxContent{
    left: 0;
}
.services-block-one .description{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.services-block-one .read{
    display: inline-block;
    padding: 10px 25px 12px;
    background: #20211c;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    transition: all 0.7s ease 0s;
    border-radius: 22px;
}
.services-block-one .read:hover{
    text-decoration: none;
    background: #fff;
    color: #e3ba68;
}
.services-block-one .read i{
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
    position:  relative;
    top: 1px;
}
@media only screen and (max-width: 990px){
    .services-block-one { margin-bottom: 20px; }
}
@media only screen and (max-width: 479px){
    .services-block-one .boxContent{ padding: 10px; }
    .services-block-one .read{ margin-top: 10px; }
}


/* services block four */

.services-block-four{
  position:relative;
  z-index:99;
  
}

.services-block-four .inner-box{
  position:relative;
  margin: 20px 0 0;
  padding-bottom: 30px;
  padding-left: 65px;
}

.services-block-four .inner-box .icon-box{
  position:absolute;
  left: 0;
  top: 5px;
  font-size:  48px;
  color: #e3ba68;
}

.services-block-four .inner-box h3{
  position:relative;
  font-size: 18px;
  color: #000;
  font-weight:700;
  margin-bottom: 15px;
  margin-top: 25px;
}

.services-block-four .inner-box .text{
  position:relative;
  color: #222;
  font-size: 16px;
  font-weight:300;
  line-height:1.6em;
}

/* services block five */

.services-block-five{
  position:relative;
  z-index:99;
  
}

.services-block-five .inner-box{
  position:relative;
  margin: 20px 0 0;
  padding-bottom: 30px;
  padding-right: 65px;
  text-align: right;
}

.services-block-five .inner-box .icon-box{
  position:absolute;
  right: 0;
  top: 5px;
  font-size: 48px;
  color: #e3ba68;
}

.services-block-five .inner-box h3{
  position:relative;
  font-size: 18px;
  color: #000;
  font-weight:700;
  margin-bottom: 15px;
  margin-top: 25px;
}

.services-block-five .inner-box .text{
  position:relative;
  color: #222;
  font-size: 16px;
  font-weight:300;
  line-height:1.6em;
}

@media only screen and (min-width: 992px){
  .lg-left-minus-60 {
    position: relative;
    left: -60px;
  }
  .lg-right-minus-60 {
    position: relative;
    right: -60px;
  }
  .mockup-six img {
    max-width: none;
    position: relative;
    /*left: -56px;*/
  }

}

.mockup-six {
  position: relative;
}
.mockup-six:before {
    content: "";
    position: absolute;
    top: 111px;
    z-index: 9;
    margin-left: -19px;
    left: 50%;
    display: block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 rgb(255, 255, 255);
    -webkit-animation-name: lightning;
    animation-name: lightning;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

@-webkit-keyframes lightning {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 203, 0, .5)
    }
    100%,
    70% {
        box-shadow: 0 0 0 20px rgba(255, 203, 0, 0)
    }
}

@keyframes lightning {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 203, 0, .5)
    }
    100%,
    70% {
        box-shadow: 0 0 0 20px rgba(255, 203, 0, 0)
    }
}

.mockup-one {
  position: relative;
}

.punching-effect span:before {
    content: "";
    position: absolute;
    top: 50%;
    z-index: 9;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    display: block;
    width: 15px;
    height: 15px;
    background: #e3ba68;
    border-radius: 50%;
    box-shadow: 0 0 0 rgb(255, 169, 46);
    -webkit-animation-name: lightning;
    animation-name: lightning;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

/* services-block-six */

.services-block-six {
  position: relative;
}

.services-block-six .inner-box {
  position: relative;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 40px;
}

.services-block-six:before {
  position: absolute;
  content: '';
  background: #f7f7f7;
  left: 15px;
  bottom: 42px;
  right: 15px;
  top: 100%;
  transition: .5s ease;
}

.services-block-six:hover:before {
  top: 1px;
  transition: .5s ease;
}

.services-block-six .icon-box {
  position: relative;
  font-size: 40px;
  color: #fff;
  background: #e3ba68;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}

.services-block-six h4 {
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0 20px;
  color: #222;
}

/* services-block-six */

.services-block-seven {
  position: relative;
}

.services-block-seven .inner-box {
  position: relative;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 40px;
  box-shadow: 0 0 19px 1px #00000012;
}

.services-block-seven .icon-box {
  position: relative;
  font-size: 40px;
  color: #e3ba68;
  border: 1px dashed #e3ba68;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}

.services-block-seven h4 {
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0 20px;
  color: #222;
}

/* services-block-eight */
.services-block-eight{
  position:relative;
  margin-bottom:30px; 
}

.services-block-eight .inner-box{
  position:relative;
  display:block;
  background:#ffffff;
  padding: 50px 30px 50px;
  text-align:center;
  -webkit-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:0px 0px 5px 1px rgba(0,0,0,0.05);
}

.services-block-eight .icon-box{
  position:relative;
  display:block;
  margin-bottom:30px;
}

.services-block-eight h3{
  position:relative;
  display:block;
  color:#090913;
  font-size:20px;
  font-weight:600;
  text-transform:capitalize;
  margin-bottom:20px;
}

.services-block-eight h3 a{
  color:#090913;
  transition:  .5s ease;
}

.services-block-eight h3 a:hover{
  color: #e3ba68;
}

.services-block-eight .icon-box {
  position: relative;
  font-size: 50px;
  color: #e3ba68;
}

.services-block-eight .text{
  position:relative;
  display:block;
  color: #777;
  font-weight:500;
  opacity:0.60;
  line-height:1.8em;
  margin-bottom:40px;
}

.services-block-eight .more-btn a{
  position:relative;
  font-size:32px;
  color:#090913;
  opacity:0.20;
  line-height:1em;
}

.services-block-eight .more-btn a:hover{
  opacity:1;
}



/* what we do */
.what-we-do {
  position:  relative;
}

/* about-trade */

.about-trade {
  position: relative;
}

.about-trade h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family:  'Source Sans Pro', sans-serif;
  font-size: 36px;
}

.about-trade .btn-style-nine {
  margin-right: 10px;
  margin-bottom: 10px;
}





/*** 

====================================================================
  Consulting Section
====================================================================

***/

.consulting-section{
  position:relative;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
}

.consulting-section:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  background-color: rgba(0, 0, 0, 0.0);
}

.consulting-section .title-column{
  position:relative;
  margin-bottom:30px;
}

.consulting-section .title-column .title-inner{
  margin-left:30px;
}

.consulting-section .title-column .box{
  position:absolute;
  left:15px;
  top:0px;
  width:240px;
  height:200px;
  border: 8px solid #e3ba68;
  border-right:0px;
}

.consulting-section .title-column .box:before{
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 8px;
    height: 35px;
    background-color: #e3ba68;
}

.consulting-section .title-column .box:after{
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 8px;
    height: 35px;
    background-color: #e3ba68;
}

.consulting-section .title-column .text{
  position:relative;
  text-align:right;
  color: #ffffff;
  font-size:36px;
  font-weight:600;
  line-height:1.3em;
  margin-top:56px;
  margin-right:60px;
}

.consulting-section .form-column{
  position:relative;
}

.consulting-section .form-column .inner-column{
  position:relative;
  margin-right:30px;
  margin-left:25px;
}

.consulting-section .form-column .text{
  position:relative;
  color: #ffffff;
  font-weight:600;
  font-size:16px;
  margin-bottom:30px;
}

/*Consult Form*/

.consult-form .row{
  margin:0px -12px;
}

.consult-form .form-group{
    position: relative;
    margin-bottom: 20px;
    padding:0px 12px;
}

.consult-form .form-group span {
  position: absolute;
  left: 30px;
  top: 10px;
  color: #e3ba68;
  font-size: 22px;
}

.consult-form input[type="text"],
.consult-form input[type="email"],
.consult-form input[type="password"],
.consult-form select,
.consult-form textarea{
  display:block;
  width:100%;
  line-height:30px;
  height:50px;
  border-radius: 25px;
  font-size:14px;
  padding:10px 20px;
  padding-left: 50px;
  border: 1px solid #f0f0f0;
  background:#ffffff;
  color:#333333;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.consult-form input:focus,
.consult-form select:focus,
.consult-form textarea:focus{
  
}

.consult-form textarea{
  height:150px;
  resize:none;
  padding:10px 20px;
  padding-left: 50px;
}

.consult-form button.thm-btn {
  border-radius: 25px;
}


/*Contact Info Widget*/

.contact-info-widget{
  position:relative;
}

.contact-info-widget .inner-content{
  position:relative;
  padding:40px 20px;
  text-align:center;
  background-color: #e3ba68;
  margin-top: 30px;
  margin-right: 20px;
}

.contact-info-widget .inner-content .icon-box{
  position:relative;
  color:#ffffff;
  font-size:50px;
  line-height:1em;
  margin-bottom:15px;
}

.contact-info-widget .inner-content .text{
  position:relative;
  font-size:18px;
  font-weight:400;
  line-height:1.6em;
  color:#ffffff;
  margin-bottom:20px;
}

.contact-info-widget .inner-content .number{
  position:relative;
  font-size:28px;
  font-weight:700;
  color:#ffffff;
}

.contact-info-widget .inner-content .email{
  position:relative;
  font-size:16px;
  color:#ffffff;
  margin-top:5px;
}


/*** 

====================================================================
  Project Single Section
====================================================================

***/

.project-single-section{
  position:relative;
  padding:100px 0px 120px;
}

.project-single-section .inner-box{
  position:relative;
}

.project-single-section .inner-box .image{
  position:relative;
  margin-bottom:60px;
}

.project-single-section .inner-box .image img{
  position:relative;
  width:100%;
  display:block;
  border-radius:5px;
}

.project-single-section .inner-box .info-column{
  position:relative;
  margin-bottom:40px;
}

.project-single-section .inner-box .info-column h3{
  position:relative;
  color:#222222;
  font-size:18px;
  font-weight:600;
  margin-bottom:12px;
}

.project-single-section .inner-box .info-column .project-list{
  position:relative;
  margin-bottom:60px;
}

.project-single-section .inner-box .info-column .project-list > li{
  position:relative;
  color:#222222;
  font-size:14px;
  font-weight:600;
  padding:15px 25px;
}

.project-single-section .inner-box .info-column .project-list li:nth-child(2n + 1){
  background-color:#f8f8f8;
}

.project-single-section .inner-box .info-column .project-list li span{
  font-weight:400;
  display:inline-block;
  margin-left:10px;
}

.project-single-section .inner-box .content-column{
  position:relative;
}

.project-single-section .inner-box .content-column h2{
  position:relative;
  color:#222222;
  font-size:30px;
  font-weight:600;
  margin-bottom:10px;
}

.project-single-section .inner-box .content-column .bold-text{
  position:relative;
  color:#222222;
  font-size:18px;
  line-height:1.8em;
  margin-bottom:20px;
}

.project-single-section .content-column .inner-column .text{
  position:relative;
  margin-bottom:40px;
}

.project-single-section .content-column .inner-column .text p{
  position:relative;
  color:#888888;
  font-size:16px;
  line-height:1.7em;
  margin-bottom:18px;
}

.project-single-section .content-column .inner-column .text h3{
  position:relative;
  color:#222222;
  font-size:24px;
  font-weight:600;
  padding-bottom:8px;
  line-height:1.2em;
}

.project-single-section .content-column .inner-column .text .separator{
    position: relative;
    width: 65px;
    height: 15px;
  margin-bottom:20px;
}

.project-single-section .content-column .inner-column .text .separator:after{
    position: absolute;
    content: '';
    right: 0px;
    top: 5px;
    width: 20px;
    height: 1px;
    background-color: #fa2964;
}

.project-single-section .content-column .inner-column .text .separator .dott{
  position: relative;
    width: 6px;
    height: 6px;
    top: -9px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fa2964;
}

.project-single-section .content-column .inner-column .text h4{
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}

/* project-block-two */

.project-block-two {
    overflow: hidden;
    position:relative;
    margin-bottom:30px;
}

.project-block-two  .inner-box{
    position:relative;
    width:100%;
    overflow:hidden;
    display:block;
}

.project-tab .project-block-two  .inner-box{
    -webkit-transform:scale(0,1);
    -ms-transform:scale(0,1);
    -o-transform:scale(0,1);
    -moz-transform:scale(0,1);
    transform:scale(0,1);
    transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -webkit-transition:all 0.7s ease;
    -ms-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
}

.project-tab .active-tab .project-block-two  .inner-box{
    -webkit-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
    -moz-transform:scale(1,1);
    transform:scale(1,1);
}

.project-block-two  .image-box{
    position:relative;
    display:block;  
}

.project-block-two  .image-box img{
    position:relative;
    display:block;
    width:100%;
}

.project-block-two  .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    opacity:0;
    color:#ffffff;
    text-align:center;
    background: rgba(255, 180, 27, 0.9);
    -webkit-transition:all 700ms ease;
    -ms-transition:all 700ms ease;
    -o-transition:all 700ms ease;
    transition:all 700ms ease;
    -webkit-transform:translate(-100%,0%);
    -ms-transform:translate(-100%,0%);
    -o-transform:translate(-100%,0%);
    -moz-transform:translate(-100%,0%);
    transform:translate(-100%,0%);
}

.project-block-two  .inner-box:hover .overlay-box{
    opacity:1;
    -webkit-transform:translate(0%);
    -ms-transform:translate(0%);
    -o-transform:translate(0%);
    -moz-transform:translate(0%);
    transform:translate(0%);
}

.project-block-two  .overlay-inner{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:table;
    vertical-align:middle;
    padding:10px 0px;
}

.project-block-two  .overlay-inner .content{
    position:relative;
    display:table-cell;
    vertical-align:middle;
}

.project-block-two  .overlay-inner .image-link{
    position:relative;
    display:inline-block;
    font-size:16px;
    color:#ffffff;
    width:42px;
    height:42px;
    margin:0px 5px;
    line-height:38px;
    border-radius:50%;
    border:2px solid #ffffff;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.project-block-two  .overlay-inner .image-link .icon{
    position:relative;
}

.project-block-two  .overlay-inner .image-link:hover{
    color:#666666;
    background-color:rgba(255,255,255,1);
}


.project-tab{
    position:relative;  
}

.project-tab .project-carousel .owl-nav,
.project-tab .project-carousel .owl-dots{
    display:none;
}

.project-tab .tabs-header{
    position:relative;
    margin-bottom:30px; 
}

.project-tab .product-tab-btns{
    position:relative;
    text-align:right;
    padding-top:25px;
}

.project-tab .product-tab-btns .p-tab-btn{
    position:relative;
    line-height:24px;
    padding:0px 0px;
    cursor:pointer;
    color: #ffffff;
    font-weight:500;
    font-size:15px;
    display:inline-block;
    margin-bottom:10px;
    margin-left:20px;
    text-transform:uppercase;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.project-tab .product-tab-btns .p-tab-btn.active-btn{
    color: #fdc236;
}

.project-tab .p-tabs-content{
    position:relative;
    display:block;  
}

.project-tab .p-tab{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:auto;
    visibility:hidden;  
}

.project-tab .p-tab.active-tab{
    position:relative;
    visibility:visible;
    z-index:5;
}

#particle {
  background-color: transparent;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:0; 
}

#overlay {
  position: relative;
}

/* partner-logo */
.partnar-logo {
  display: block;
}




