
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

  
   
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: 	Monchori
Version:        1.0.0
Author:         ThemeHunter
URL:            https://themeforest.net/user/themexhunter
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#1	 Theme Reset Style
#2	 Global Elements
#3	 header
#4	 owl-slider
#5	 footer
#6	 services-section
#7	 about-section
#8	 industry-section
#9	 contact-section
#10	 projects-section
#11	 team-section
#12	 testimonial
#13  blog-area
#14	 brand-area



---------------------------------------------------------------
	#home style 2
---------------------------------------------------------------
#1	 services-warp
#2	 leader-area
#3	 about-section-s2
#4	 portfolio-area
#5	 pricing-wrapper-c1
#6	 blog-area-bk


---------------------------------------------------------------
	#home style 3
---------------------------------------------------------------
#1	btns-area
#2	about-section-s3
#3	case-studies-section
#4	cta-section
#5	testimonials-style-2





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*---------------------------
	Fonts
----------------------------*/
 body {
	font-family: 'poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	list-style:none
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color:#fff;
	text-decoration: none;
}
a,
button {
	color: ;
	outline: medium none;
}
button{cursor: pointer;}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'poppins', sans-serif;
	color: #232323;
	margin-top: 0px;
	font-style: normal;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
p{
    color: #828282;
	font-weight:400;
    line-height: 30px;
	font-size:15px;
}
* {
  box-sizing:border-box;
}
body{
	overflow-x:hidden
}
.slicknav_menu{
	display:none;
}
@media (min-width: 1200px){
.container {
    max-width: 1170px;
}
}
/*********************************
	preloader
********************************/
.page-wrapper {
    position: relative;
    overflow: hidden;
}
.preloader {
  background-color: #1f232c;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
}

.preloader .inner {
  width: 55px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader span {
  background-color:#b89b5e;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 0;
  display: block;
  -webkit-animation: preloader-animation 1.5s infinite ease-in-out;
  animation: preloader-animation 1.5s infinite ease-in-out;
}

.preloader .inner > span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .inner > span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .inner > span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .inner > span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@keyframes preloader-animation {
  0%, 100%, 50% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background:#b89b5e;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #b89b5e;
  }
}

@-webkit-keyframes preloader-animation {
  0%, 100%, 50% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #b89b5e;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background:#b89b5e;
  }
}



/*********************************
	end of preloader
********************************/



/*******************************************
	start of header-style-1
*******************************************/
#topbar{
	background:#1f232c;
}
.no-padding {
    padding: 12px 0px;
}
.topbar-block ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#topbar ul li:first-child {margin:0px;
    padding-left: 4px;
}
#topbar ul li, #topbar ul li a {
    color: #fff;
    font-size:14px;
    line-height: 15px;
}
#topbar ul li {
    border-right: 1px solid #b89b5e;
    display: inline-block;
    padding: 5px 10px;
}
#topbar .topbar-block.left ul li i {
    color: #b89b5e;
    font-size: 15px;
    margin-right: 6px;
    margin-top: 1px;
    float: left;
}
#topbar .topbar-block.left ul li:nth-child(2) a {
    font-size: 14px;
}
#topbar ul li:last-child {
    border: medium none;
}
#topbar .topbar-block:last-child {
    padding-right: 10px;
}
#topbar .topbar-block ul.social a {
    font-size: 14px;
}
#topbar .topbar-block ul.social a:hover {
    color:#b89b5e;
}
#topbar ul.social li {
    height: 17px;
    margin: 0 -1px;
    padding: 1px 9px;
    width: auto;
}
#topbar .topbar-block {
    float: left;
}
.scroll_header {
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	background: #ffffff none repeat scroll 0 0;
	left: 0;
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 333;
}
.demo-header-one{
	position:relative;
	z-index:33;
}
.logo-styler .logo{
	z-index:1;
}
.logo-styler{
	position:relative;
	z-index:333;
}
.logo-styler:after {
    top: 0;
    left:-40px;
    width: 20%;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    transform: skew(45deg);
    background-color: #1f232c;
	border-top: 1px solid #b89b5e;
}
.mainmenu_area{
	background-color:#b89b5e;
}

.logo{
	max-width:100%;
}
.text-menu{
	text-align:center;
}
.mainmenu ul{	
	padding: 0px;
	margin-bottom: 0rem;
}
.mainmenu ul li{
	position:relative;
	display:inline-block;
	list-style:none;
	margin: 0;
    display: inline-block;
}
.mainmenu ul li >a{
    margin: 0 auto;
    position: relative;
    padding: 30px 14px;
    color: #fff;
    font-weight: 500;
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
}
.mainmenu ul li >a i{
    color: #fff;
    font-size: 16px;
    padding-left: 4px;
}
.mainmenu ul li >a:hover{

}
.mainmenu ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 2px solid #b89b5e;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left:-8px;
  opacity: 0;
  position: absolute;
  top: 150%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width:220px;
  z-index: 9;
  padding:0px;
  margin-top: 0;
}
.mainmenu ul li:hover .sub-menu{opacity:1;top:100%;visibility:visible}
.mainmenu ul li .sub-menu li{
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
	  border-bottom:1px solid #ddd;
}
.mainmenu ul li .sub-menu li a {
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 15px 30px;
  text-transform: capitalize;
  display:block;
}
.mainmenu ul li .sub-menu li:last-child{
  border-bottom:none;	
}
.mainmenu ul li:hover > .sub-menu li > a:hover{
	color:#fff;
	background:#b89b5e;
	transition:0.4sec;
}
.header-btn {
    padding-top: 14px;
}

.btn{
    -moz-user-select: none;
    border: medium none;
    border-radius: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}
.btn-space{
	padding: 15px 40px;
}
.br-radius{
	border-radius:5px;
}
.btn-space-2{
	padding:14px 39px;
}
.with-border{
	border:1px solid #b89b5e
}
.with-border-2{
	border:1px solid #1f232c;
}
.btn-color{
	color:#fff;
}
.btn-bg{
	background:#171f2c;
    border-radius: 10px;
}
.header-btn a:hover{
	text-decoration:underline;
}

.bg-transp{
	background:transparent;
	border:1px solid #b89b5e;
	padding:14px 39px;
}

/*******************************************
	end of header-style-1
*******************************************/
.btn-hover{
	overflow: hidden;
    position: relative;
    z-index: 1;
	background-color: #b89b5e;
    color: #fff;
}	
.btn-hover:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.btn-hover:before {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: calc(100% + 1px);
    content: "";
    background-color: #1f232c;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    left: -1px;
    -webkit-transition: all .4s cubic-bezier(.19,.79,1,.97);
    -o-transition: all .4s cubic-bezier(.19,.79,1,.97);
    transition: all .4s cubic-bezier(.19,.79,1,.97);
}
.btn-hover-2:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.btn-hover-2{
	position: relative;
	overflow:hidden;
	z-index:1;
	color:#b89b5e;
}

.btn-hover-2:before {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: calc(100% + 1px);
    content: "";
    background-color: #b89b5e;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    left: -1px;
    -webkit-transition: all .4s cubic-bezier(.19,.79,1,.97);
    -o-transition: all .4s cubic-bezier(.19,.79,1,.97);
    transition: all .4s cubic-bezier(.19,.79,1,.97);
}
@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

/*******************************************
	start of header-style-2
*******************************************/
#header_sticky_2.scroll_header_2 {
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	background:  #1f232c none repeat scroll 0 0;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header-navigation.stricky-fixed ul.navigation-box > li > a {
    color: #242C33;
}

.mainmenu_area_2{	
	padding:0px;
	left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
	top:0px
}
.header-bg{
	background:#fff;
}
.logo{
	margin-top:0px;
}
.logo_text h3{
    color: #fff;
    font-weight: 600;
}
/* .mainmenu_2 ul li:hover{ */
	/* color:#fff; */
	/* background:#b89b5e;	 */
/* } */
.mainmenu_2 ul li:hover > .sub-menu li > a:hover{
	color:#fff;
	background:#b89b5e;
	transition:0.4sec;
}











/*******************************************
	end of header-style-2
*******************************************/
/*******************************************
	start of header-style-3
*******************************************/
#header_sticky_3.scroll_header_3 {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: none repeat scroll 0 0;
  border:0;
  left: 0;
  top:0;
  position: fixed;
  width: 100%;
  z-index: 99;
}
#topbar-3{
	margin-bottom:40px;
}
.topper .text {
    color: #ccc;
    padding-left: 20px;
}
.topper .text span:first-child {
    font-weight: 400;
    color: #1f232c;
}
.topper .text span {
    width: 100%;
	color: #828282;
    display: block;
    line-height: 1.4;
	font-size:15px;
    font-weight: 400;
}
.topper .icon span {
    color: #b89b5e;
    font-size: 32px;
}

.header-bg-3{
	background:#b89b5e;
}
.mainmenu_area_3{
	padding:0px;
	left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
	top: 84px
}
.logo{
	margin-top:15px;
}
#topbar-3 .logo {
    margin-top: 0px;
}
.top-3-margin{
	margin-top:5px;
}
.mainmenu_3 ul{
	margin-top:0px;
	padding: 0px;
	margin-bottom: 0rem;
}
.mainmenu_3 ul li{
	position:relative;
	display:inline-block;
	list-style:none;
    margin-top: 0px;
}
.mainmenu_3 ul li >a{
    margin: 0 auto;
    position: relative;
    padding: 24px 12px;
    color: #fff;
    font-weight: 500;
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
}
.mainmenu_3 ul li >a:hover{

}
.mainmenu_3 ul li >a i {
    color: #fff;
    font-size: 16px;
    padding-left: 4px;
}
.mainmenu_3 ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 2px solid #b89b5e;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left:-8px;
  opacity: 0;
  position: absolute;
  top: 150%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width:220px;
  z-index: 9;
  padding:0px;
  margin-top: 0px;
}
.mainmenu_3 ul li:hover .sub-menu{opacity:1;top:100%;visibility:visible}
.mainmenu_3 ul li .sub-menu li{
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
}
.mainmenu_3 ul li .sub-menu li a {
	color: #666666;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	padding: 10px 30px;
	text-transform: capitalize;
	display:block;
}
.mainmenu_3 ul li:hover > .sub-menu li > a:hover{
	color:#fff;
	background:#b89b5e;
	transition:0.4sec;
}
.header-form{
    margin-top: 23px;
}
.header-form .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 13px;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 0px;
    border-radius:0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.header-form button {
    background: transparent;
    border: 0;
    outline: 0;
    color: #acabab;
    position: absolute;
    right: 18px;
    top: 26px;
    font-size: 14px;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
/*******************************************
	end of header-style-3
*******************************************/

/*******************************************
	start of slider-area
*******************************************/
.mb-30{
	margin-bottom:30px;
}
.d-flex {
	align-items: center;
	display: flex;
}
.vh {
	height: 100vh;
}
.slider-wrapper {
	background-position: center center;
	background-size: cover;
	position:relative;
	overflow:hidden;
}
.slider-wrapper .img-zooming {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1);
}
@keyframes scale-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-down {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0);
    opacity: 0;
  }
}
.slider-active .owl-item.active .img-zooming {
  transform: scale(1.15);
  transition: all 7000ms linear;
}
.slider-wrapper:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.slider-icon{}
.slider-icon a {
	color:#b89b5e;
	font-size: 18px;
	margin-right: 11px;
}
.slider-icon a:last-child{margin-right:0;}

.slider-content h1 {
	color: #fff;
	font-size: 52px;
	font-weight: 600;
	letter-spacing:-1px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.slider-content p {
	color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    margin: 0 auto;
    width: 60%;
    text-align: center;
}
.btn-bg-2{
	background:#b89b5e;
    border-radius: 10px;
}
.slider-content a{}
.slider-content a:hover.btn{

}
.slider-text-animation {}
.slider-icon , .slider-text-animation h1, .slider-text-animation p, .slider-text-animation > a {
	animation-duration:1s;
	animation-fill-mode:both;
	animation-name: fadeOutDown;
}
.active .slider-icon, .active .slider-text-animation h1, .active .slider-text-animation p, .active .slider-text-animation > a {
	animation-name: fadeInUp;
}
.slider-icon{animation-delay: 0.2s;}
.slider-text-animation h1{
	animation-delay: 1s;
}
.slider-text-animation p {
	animation-delay: .5s;
}
.slider-text-animation > a  {
	animation-delay: 1.5s;
}
.slider-active .owl-nav div {
	background:#b89b5e;
	color: #ffffff;
	font-size: 24px;
	height: 60px;
	left: 0;
	line-height: 60px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 60px;
}
.slider-active .owl-nav div.owl-next {
  left: auto;
  right:0;
}
.slider-active .owl-nav div:hover {
	background: #1f232c;
	color:#fff;
}
.slider-active:hover .owl-nav div{left:60px;opacity:1;}
.slider-active:hover .owl-nav div.owl-next{left:auto;right:60px;}



.extra-height-900{
	height:900px;
}
.slider-content-two{
	position:relative;
}
.slider-content-two h1 {
	color: #fff;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 0px;
	margin-bottom: 40px;
}
.slider-content-two h1 span{
	color: #b89b5e;
	font-size: 52px;
	letter-spacing: -1px;
	font-weight: 600;
}
.slider-content-two p {
	color: #fff;
    margin-bottom: 50px;
    width: 58%;
    text-align: left;
}



.slider-content-three{

}
.slider-3 .slider-wrapper:before {
    background-color: transparent;
}
.slider-content-three h1 {
	color: #232323;
	font-size: 52px;
	font-weight:600;
	letter-spacing:-1px;
	margin-bottom: 30px;
	margin-top: 0px;
}
.slider-content-three h1 span{
	color: #b89b5e;
	font-size: 52px;
	font-weight:600;
}
.slider-content-three p {
	color: #828282;
    font-weight: 400;
    font-size: 15px;
    margin-bottom:40px;
    width: 100%;
    text-align: left;
}
.slider-content-three .slide{padding-bottom:10px;}
.slider-content-three .owl-dots .owl-dot > span {
    display: inline-block;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    width: 12px;
    height: 4px;
    margin: 3px;
    border-radius: 4px;
    background-color:#1f232c;
}
.slider-content-three .owl-dots .owl-dot {
    display: inline-block;
}
.slider-content-three .owl-dots {
    text-align: center;
    position: absolute;
    left: 0px;
    margin-top: 30px;
}
.slider-content-three .owl-dots .owl-dot.active > span {
    background-color: #b89b5e;
}
.slider-content-three a{
	transition:.3sec;
}
.slider-content-three a:hover{
	color:#b89b5e;
}
.video-holder {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 88%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-btn-style {
    position: relative;
    height: 65px;
    width: 65px;
    background: #1f232c;
    text-align: center;
    display: inline-block;
    line-height: 65px;
    color: #b89b5e;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}
.video-btn-style:hover {
	background: #b89b5e;
    color: #fff;
}
.video-btn-style:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 65px;
    height:65px;
	background: rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
/*******************************************
	end of slider-area
*******************************************/

/*******************************************
	start of features-area
*******************************************/
.features-area {
	margin-top: -80px;
	z-index: 1;
  	position:relative;
	overflow:hidden;
}
.features{
	position:relative;
	overflow:hidden;
	padding:40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.features {
	background:#f7f7f7 none repeat scroll 0 0;
	border-radius: 10px;
	box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}
.features-area .bitcoin-list{
    padding-top: 15px;
}
.features-area .unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.features-area ul.bitcoin-stats li {
    display: inline-block;
    padding-right: 25px;
}
.features-area ul.bitcoin-stats h6 {
    font-weight: 600;
    color: #232323;
    font-size: 15px;
    text-align: left;
    margin-bottom: 10px;
}
.features-area ul.bitcoin-stats span {
    font-size: 15px;
    text-align: left;
    color: #828282;
}
.features-content h6 {
	
}
.features-content p {
	font-size: 15px;
	margin-top:0px;
	margin-bottom:0;
}


.features-area .btcwdgt.btcwdgt-text-ticker.btcwdgt-s-price {
  padding-bottom: 10px !important;
  margin: 0px !important;
  min-width: initial !important;
  box-shadow: none !important;
  color:#232323 !important;
  background-color: transparent !important;
}

.features-area .btcwdgt.btcwdgt-s-price .btcwdgt-body {
  padding: 0!important;
  margin-top: 0 !important;
  height: 14px !important;
  text-align: center !important;
}

@-moz-document url-prefix() {
  .btcwdgt.btcwdgt-s-price .btcwdgt-body {
    height: 15px !important;
  }
}

.features-area .btcwdgt.btcwdgt-s-price .btcwdgt-body span,
.features-area .btcwdgt.btcwdgt-text-ticker .btcwdgt-footer,
.features-area .btcwdgt.btcwdgt-text-ticker .btcwdgt-edge {
  display: none !important;
}

.features-area .btcwdgt.btcwdgt-s-price .btcwdgt-body ul {
  float: left !important;
}

.features-area .btcwdgt.btcwdgt-s-price .btcwdgt-body ul li {
  line-height: normal !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.features-area .btcwdgt.btcwdgt-s-price .btcwdgt-body ul li:before {
  content: "$";
  position: relative;
  font-size: 12px;
  top: -1px;
}

.features-area ul.bitcoin-stats li .btcwdgt.btcwdgt .arrow,
.features-area ul.bitcoin-stats li .btcwdgt.btcwdgt .arrow.up,
.features-area ul.bitcoin-stats li .btcwdgt.btcwdgt .arrow.down {
  top: 10px !important;
  position: absolute !important;
  margin: -6px 0 0 -11px !important;
}

/*******************************************
	end of features-area
*******************************************/


/*******************************************
	start of leader-area
*******************************************/
.section-divide{
	padding-top:10px;
	padding-bottom:50px;
	overflow:hidden;
}
.pb-30{
	padding-bottom:30px;
}
.leader-area{
	
}
.leader-content {
  margin-top: 0px;
}
.leader-content h2 {
	color: #232323;
    font-size: 32px;
    font-weight: 600;
	letter-spacing: -.5px;
    margin-bottom: 30px;
    line-height: 3rem;
}
.leader-content span{
	color: #b89b5e;
	display:block;	
    font-size: 15px;
	font-weight: 500;
    margin-bottom: 20px;
	letter-spacing:1px;	
	
}
.leader-area .section-title p, .team-area .section-title p,
.pricing-area .section-title p, .blog-area .section-title p{
    margin-top: 0px;
    margin-bottom: 20px;
}
.leader-img{
    margin-top: 0px;
	overflow:hidden;
}
.leader-content p {
	color: #828282;
	font-size: 15px;
	margin-bottom: 0px;
	padding-right: 4%;
}
.leader-content p.pera-top {
    font-weight: 600;
    font-size: 15px;
    color: #000;
	padding:10px;
	margin-bottom: 20px;
	line-height: 30px;
	background: #f4f9fc;
	border-left:3px solid #b89b5e;
}



.about-features{
	margin-top:40px;
	margin-bottom:50px;
}
.about-features-item {
    position: relative;
}
.about-feature-icon {
    position: absolute;
    top: -3spx;
    left: 0;
    font-size: 18px;
    color: #b89b5e;
}
.about-features-item .about-feature-text h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 22px;
    margin-left: 30px;
    text-transform: capitalize;
}
/*******************************************
	end of leader-area
*******************************************/

/*******************************************
	start of service-section
*******************************************/
.section-title {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
}

.section-title h2{
	font-size: 32px;
	line-height: 3rem;
	margin: 0;
	letter-spacing: -.5px;	
	font-weight: 600;
}
.w-90{
	width: 100%;
}
.m-l-5{
	/*margin-left:5%;*/
}
.section-title p{
	font-weight:400;
    font-size: 15px;
    margin-top: 25px;
	margin-bottom:0;
}
.section-title a{
    padding: 7px 0 2px;
    position: relative;
    text-decoration: none;
    border: 0;
	color:#232323;
	font-weight:500;
	border-radius:0;
    border-bottom: 1px solid;
    background-color: transparent;
}
.section-title a:hover{
	color:#b89b5e;
}

.services-grid .grid{
    position: relative;
    overflow: hidden;
}
.services-grid .service-details{
    position: absolute;
    width: 100%;
    left: 0;
    top: auto;
    z-index: 9;
    bottom: 0;
    height: auto;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
}
.services-grid:hover .service-details {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
}
.service-img{
	transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.service-img{
	position:relative;
	overflow:hidden;
	border-radius:5px;
}
.service-details{
	padding:0px 35px;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.bg-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .4;
    top: 0;
    left: 0;
}

.bg-overlay:hover{
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 0;
    left: 0;
}

.bg-gradient{
    background: rgba(31,35,44,0);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,#1f232c 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,#1f232c));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,#1f232c 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,#1f232c 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,#1f232c 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,#1f232c 100%);
}
.service-details span{
	font-size:15px;
	color:#ccc;
	font-weight:400;
}
.service-details h4{
	font-size:18px;
	font-weight:500;
	margin-top:15px;
	color:#fff;
}
.service-details a{
    margin-top: 15px;
    border: 2px solid #b89b5e;
    color: #fff;
    background: #b89b5e;
    padding: 5px 20px;
    font-size: 13px;
	font-weight:500;
	border-radius:0px;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;	
}
.service-details a:hover{
    border: 2px solid #b89b5e;
    color: #b89b5e;
    background: transparent;
}
.service-details a {
    opacity: 0;
    white-space: nowrap;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
}
.services-grid:hover .service-details a {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}

/*******************************************
	end of service-section
*******************************************/

.section-title span {
    margin-bottom: 0px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #b89b5e;
}

.process-step{
    display: flex;
    position: relative;
    flex-flow: row wrap;
    align-items: stretch!important;
    justify-content: flex-start;
    text-align: left;
    transition: box-shadow .3s ease,background .3s ease;
}
.process-warp{
    position: relative;
    margin-right: 40px;
}
.process-step-icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 19px;
    line-height: 48px;
    color: #fff;
	background:#b89b5e;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.border-color-gray{
	border: 2px solid #b89b5e !important;
}
 .process-step-box{
    position: absolute;
    bottom: 20px;
    left: 50%;
	background-color: #e4e4e4;
    width: 1px;
    height: calc(100% - 90px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.process-content {
    overflow: hidden;
    flex: 1;
    max-width: 100%;
    margin-bottom: 3.7em;
}
.process-step:hover .process-step-icon {
    background-color: #fff;
    color: #b89b5e;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ootransform: scale(1.1);
    transform: scale(1.1);
}
.process-step:last-child .process-content {
    margin-bottom: 0;
}
.process-content span{
	color:#232323;
	font-size:18px;
	font-weight:500;	
}
.process-content p{
	width:80%;
	margin-top:8px;
	margin-bottom:0;
}











/*******************************************
	start of about-area
*******************************************/

.section-low-padding .section-title{ 
	margin-bottom:30px;
}
.bg-gray-light{
	background:#f7f7f7;
}




.light-img-1{
	position:relative;
}
.light-overlay{
	position: absolute;
    height: 100%;
    width: 70%;
    opacity: .7;
    top: 0;
    left: 0;
	background: #b89b5e;
}

.border-radius-6px img{
	border-radius:6px;
}
.right-15px {
    right: 15px;
}
.w-70{
	width:70%;
}
.light-img-2{
    position: absolute;
	top: -12px;
}
.light-overlay-2{
	position: absolute;
    height: 100%;
    width: 70%;
    opacity: .5;
    top: 0;
    left: 0;
	background: #b89b5e;
}
.text-extra-large {
	font-size: 65px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #b89b5e;
    -webkit-transform: rotate(270deg);
    display: block;
	-webkit-text-stroke-color: #b89b5e;
    -webkit-text-stroke-width: 0.015em;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
    transform: rotate(270deg);
    position: absolute;
    right: -120px;
    bottom: 190px;
}


.about-btns{
    position: relative;
    display: inline-flex;
	margin-top:30px;
}
.about-btn-1{
	margin-right:30px;
}
.about-btns .btn{
	padding:14px 39px;
}
.about-btns .about-btn-1 .btn{
	border:1px solid #b89b5e;
}
.about-btns .about-btn-2 .btn{
	border:1px solid #171f2c;
}
.about-btn-1 a:hover.btn{
	color:#b89b5e;
	background: transparent;
	border:1px solid #b89b5e;
}
.about-btn-2 a:hover.btn{
	color:#171f2c;
	background: transparent;
	border:1px solid #171f2c;
}

/*******************************************
	end of about-area
*******************************************/

/*******************************************
	start of team-area
*******************************************/
.team-area {
	overflow: hidden;
}
.team-wrapper{ }

.team-img{
	position: relative;
    border-radius: 10px;
    margin: 20px;
    border-width: thin;
    border-style: solid;
    border-color: rgba(181, 138, 128, 0.3);
    box-shadow: 10px 10px 15px 0 rgba(20, 20, 20, 0.3);
}
.team-img::before {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	position: absolute;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	background:#b89b5e;
	opacity: 0;
	transition:0.5s;
	height:0%;
	-webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;	
}
.team-wrapper:hover .team-img::before{
	opacity: 1;
	height: 3%;
	top: auto;
	bottom: 0;	
}
.team-img img{width:100%;}
.team-text {
	display: block;
	left: 30px;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 45%;
	transform: translateY(-50%);
	-webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
	opacity:0;
}
.team-wrapper:hover .team-text  {
    opacity: 1;
    visibility: visible;
}
.team-wrapper:hover .team-text{
    transition-delay: .2s;
}
.team-wrapper:hover .team-text{
	opacity:1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.team-content{
    text-align: center;
    margin-top: 25px;
}
.team-content h4 {
	color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.team-content span {
	color: #828282;
	font-size: 15px;
	font-weight: 400;
}
.team-icon {
	position:relative;
}
.team-icon a {
	-webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    color: #fff;
    font-size: 12px;
    margin-right: 8px;
    border-radius: 0%;
    width: 30px;
    height: 30px;
    line-height: 30px;
	border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
}
.team-icon a:hover{
    color:#b89b5e;
	background:#171f2c;
	border: 1px solid #171f2c;	
}
.team-icon a:last-child{margin-right:0;}
/*******************************************
	end of team-area
*******************************************/

/*******************************************
	start of calculator-area
*******************************************/
.calculator-area {

	text-align: center;
	position: relative;
	background-attachment:scroll;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.calculator-area:before {
	content: "";
	background: url(../img/all/bg1.png) center center/cover no-repeat;
	opacity:1;
	width: 60%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.calculator-area .calculator-tittle h2 {
    font-size: 32px;
    line-height: 3rem;
    margin-bottom: 40px;
	color:#232323;
    font-weight: 600;
}
#mainForm{
    margin-bottom: 40px;
    position: relative;
}
#mainForm input{
    position: relative;
}
#mainForm input.city{
	color:#fff;
}
#mainForm p.color-p{
	color: #fff;
    float: left;
}
.calculator-tittle button {
    background: #b89b5e none repeat scroll 0 0;
    border: medium none;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
	padding: 16px 44px;
    transition: all 0.3s ease 0s;
    border: 1px solid #b89b5e;
}

/*******************************************
	end of calculator-section
*******************************************/

/*******************************************
	start of pricing-area
*******************************************/
.pricing-area{
	position:relative;
}
.pricing-custom{

}
.pricing-wrapper {
	background:#fff;
	box-shadow: 0 0 25px rgb(0 0 0 / 10%);
	transition: all 0.3s ease 0s;
}
.pricing-wrapper.active, .pricing-wrapper:hover {
	background:#fff;
	border-color:#fff;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.09);
    transform: translateY(-.5rem);	
}
.pricing-top {
	border-bottom: 1px solid #ddd;
	padding: 40px;
	background:#b89b5e;
	transition:.3s
}
.pricing-wrapper:hover .pricing-top{
	border-color:#e6e6e6;
}
.pricing-top h4 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	margin-bottom:0;
}
.pricing-text {
  margin-top: 20px;
}
.pricing-text h1 {
	color:#171f2c;
	font-size: 40px;
	font-weight: 600;
	line-height: 60px;
	margin-bottom: 20px;
}
.pricing-text span {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	line-height: 46px;
	margin-right: 5px;
	vertical-align: top;
}
.pricing-menu{padding:0px 50px;}
.pricing-menu li {
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px;
    list-style: none;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}
.pricing-menu li.remove {
    text-decoration: line-through;
    color: #828282;
}
.pricing-menu li:last-child{padding-bottom:0; border-bottom: none;}
.pricing-button{
	padding:25px 0 40px 0;
}
.pricing-button a:hover.btn{
	color:#fff;
}


/*******************************************
	end of pricing-area
*******************************************/


/*--------------------------------------------------------------
	start of blog 1
--------------------------------------------------------------*/


.grid-blogg{
	position:relative;
	overflow:hidden;

}
.small-btn{
	position:absolute;
    left: 40px;
    top: 40px;
}
.small-btn a{
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 13px;
    background: #171f2c;
    border-radius: 2px;
}
.grid-blogg:hover .small-btn a{
	color:#fff;
	background:#b89b5e;
}
.grid-content h2:hover{
	color:#fff;
}
.grid-img{
	position:relative;
	overflow:hidden;
	transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.grid-img img {
    -webkit-transition: all 1s cubic-bezier(0,0,.2,1);
    -moz-transition: all 1s cubic-bezier(0,0,.2,1);
    -ms-transition: all 1s cubic-bezier(0,0,.2,1);
    transition: all 1s cubic-bezier(0,0,.2,1);
}
.grid-blogg:hover .grid-img{

    -webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
.blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #171f2c;
    background: linear-gradient(0deg,rgb(23 31 44) 0,rgb(23 31 44 / 0%) 88%);
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.grid-content {
	text-align: left;
	position:absolute;
	left:0;
	bottom:0;
	content:"";
    padding: 40px 40px;
}
.grid-content h2 {
	padding-bottom:15px;
    color: #fff;
    font-weight: 500;
	line-height: 28px;
    font-size:18px;
}
.bp-padd {
    padding-right: 20px;
}
.grid-content span i {
    font-size: 15px;
    color: #fff;
}
.grid-content span a {
    font-size: 15px;
    color: #fff;
    margin-left: 4px;
}

/*--------------------------------------------------------------
	end of blog 1
--------------------------------------------------------------*/


/*******************************************
	start of footer
*******************************************/
.footer-top-area{
	position:relative;
	background:#171f2c;
    padding-top: 50px;
}

.footer-wrapper img{
    margin-top: -10px;
    width: 300px;
}
.footer-wrapper p{
	color: #828282;
	font-size: 15px;
	font-weight: 400;
	line-height:30px;
	margin-bottom: 0;
}
.footer-wrapper h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.newsletter-form form div {
    position: relative;
}
.newsletter-form input {
    border: 1px solid #ddd;
}
.newsletter-form input {
    width: calc(100% - 70px);
    height: 65px;
    font-size: 15px;
    padding: 6px 25px;
    border: 0;
	border:1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
}
.newsletter-form form div button {
    background-color: #b89b5e;
    width: 150px;
    height: 65px;
    text-align: center;
    color: #fff;
	font-size:15px;
    border: 0;
    outline: 0;
    position: absolute;
    right: 27px;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.newsletter-form .form-control:focus {
    color: #495057;
    background-color: #f7f7f7;
	border:1px solid #b89b5e;
}

.footer-link{}
.footer-link li {
  color: #cccccc;
  list-style:none;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 15px;
}
.info-icon.footer-menu li a i {
    font-size: 15px;
    margin-right: 15px;
}

.footer-link li:last-child{padding-bottom:0;}

.footer-icon a:last-child{margin-right:0;}
.footer-menu {
	padding: 0px;
	overflow: hidden;
}
.footer-menu ul{
	margin:0;
	padding:0;
}
.footer-menu li {
	display:block;
	padding-bottom: 10px;
	position: relative;
	list-style:none;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.footer-menu li:last-child{padding-bottom:0;}
.footer-menu li:before{}
.footer-menu li a {
	color: #ccc;
	font-size: 15px;
	font-weight: 400;
	transition: .3s;
 
}
.footer-menu li a:hover{
	color:#b89b5e;
	padding-left:10px;
}
.footer-menu li a i {
  font-size: 13px;
  margin-right: 15px;
}
ul.footers{
	margin:0;
	padding:0;
}
.footers > li {
  margin-bottom: 24px;
  overflow: hidden;
}
.footers > li:last-child{margin-bottom:0;}


.footer-insta ul {
    margin: 0 -6px;
	padding:0;
}
.footer-insta {
    margin-top: 10px;
    display: inline-block;
}
.footer-insta ul li {
    width: 33.33%;
    float: left;
    padding: 0 6px;
    margin-bottom: 22px;
}
.footer-insta ul li img {
    width: 100%;
	border-radius:3px;
}

.footer-img {
  float: left;
  margin-right: 20px;
}
.footer-img a{}
.footer-info {
  overflow: hidden;
}
.footer-info h4 {
	color:#ccc;
	font-size:15px;
	position: relative;	
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 4px;
}
.footer-info h4 a:hover{color:#b89b5e;}
.footer-info span {
  color: #828282;
  display: inline-block;
  font-size: 12px;
}
.footer-bootom-area {
	background:#b89b5e;
	padding: 10px 0px;
}

.padd-top{
	padding-top:40px;
	border-top:1px solid #828282;
}
.footer-sticky {
	background-attachment:fixed;
	background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.copyright{}
.copyright > p {
	font-size: 15px;
	color: #fff;
    margin-top: 10px;
    margin-bottom:0px;
}
.copyright > p a{
	font-size: 15px;
	color: #fff;
}
.copyright > p a:hover{
	text-decoration:underline;
}
.footer-bottom-link {
  text-align: right;
}
.footer-icon {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 0px; 
	text-align:right;
}
.footer-icon a {
	color: #e8e8e8;
	font-size: 15px;
	margin-right: 20px;
	transition:.3s;
}
.footer-icon a:hover{
	color:#fff;
}

/*******************************************
	end of blog-area
*******************************************/

/*******************************************
	start of scrollUp
*******************************************/
#scrollUp {
	background-color:#b89b5e;
	bottom: 80px;
	color: #fff;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	right: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 45px;
}
#scrollUp:hover {
    background:#1f232c;
    color: #fff;
}
/*******************************************
	end of scrollUp
*******************************************/

/*******************************************
	start of  breadcrumb-area
*******************************************/
.breadcrumb-area {
    background-position: top center;
    background-size: cover;
	background-attachment:fixed;
    background-repeat: repeat;
	position:relative;
	background-image:url(../assets/banners/slide.jpg);
	z-index:1;
}
/* .breadcrumb-area::after { */
    /* background: #000000 none repeat scroll 0 0; */
    /* content: ""; */
    /* height: 100%; */
    /* left: 0;  */
    /* opacity: 0.5; */
    /* position: absolute; */
    /* top: 0; */
    /* width: 100%; */
    /* z-index: -1; */
/* } */


.breadcrumb-text {
    position: relative;
    z-index: 1;	
	margin-top: 20px;
}
.breadcrumb-text h1 {
	color: #232323;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 25px;
}
.breadcrumb-menu {}
.breadcrumb-menu ul {
	margin:0px;
	padding:0px;
}
.breadcrumb-menu ul li {
    display: inline-block;
    padding: 0 10px;
}
.breadcrumb-menu ul li::after {
  color: #232323;
  content: "/";
  display: inline-block;
  float: right;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  right: -12px;
  top: 2px;
}
.breadcrumb-menu ul li:last-child::after {
    display: none;
}
.breadcrumb-menu span {
    color:#b89b5e;
    font-size: 15px;
    font-weight: 400;
}
.breadcrumb-menu ul li a {
  color: #232323;
  font-size: 15px;
  font-weight: 400;
  text-transform:capitalize;
  transition: all 0.3s ease 0s;
}
/*******************************************
	end of breadcrumb-area
*******************************************/

/*******************************************
	start of blog sub-menu area
*******************************************/
.blog-sidebar.blog-area{
	background:#fff;
}
.blog-custom-size{
  -moz-box-flex: 0;
  flex: 0 0 48%;
  max-width: 48%;
}
.custom-size{
-moz-box-flex: 0;
  flex: 0 0 52%;
  max-width: 52%;
  }
.blog-custom .blog-text > a {
  margin-top: 23px;
}
.blog-custom {
  padding-right: 48px;
}
.blog-custom .blog-text h4 {
  padding-right: 17px;
  line-height:30px;
}
.blog-wrapper .post-comment h4{
	color: #232323;
	margin-bottom: 30px;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;	
}
.blog-wrapper .comment-respond form input, 
.blog-wrapper .comment-respond form textarea {
    border: 1px solid #ddd;
	border-radius:0px;
}
.blog-wrapper .comment-respond .submit-btn button{
	border-radius:0px;
}
.blog3-custom .blog-text h4 {
  line-height: 30px;
  margin-bottom: 6px;
  padding-right: 25%;
}
.blog3-custom .blog-text > a {
  margin-top: 22px;
}
.blog3-custom .blog-text {
  margin-top: 0;
}
.widget {
	margin-bottom: 40px;
    overflow: hidden;
}
.search-form {
    overflow: hidden;
    position: relative;
}
.search-form input {
	border: 2px solid #efefef;
	color: #595959;
	float: left;
	font-size: 12px;
	font-weight: 400;
	height: 50px;
	border-radius:0;
	padding-left: 17px;
	width: 100%;
}
.search-form input::focus {
    border: 2px solid #b89b5e;
    color: #595959;
}
.search-form .form-control:focus {
    border-color: #b89b5e;
    box-shadow: none;
    background: transparent;
    color: #000;
}
.search-form button:focus {
    outline: 0px auto transparent;
}
.search-form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #b89b5e;
  font-size: 14px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 3px;
  transition: all 0.3s ease 0s;
  width: 55px;
}
.widget-title {
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
}
.widget-title::after {
  border-bottom: 2px solid  #b89b5e;
  content: "";
  display: block;
  margin: 15px auto 28px 0;
  position: relative;
  width: 65px;
  z-index: 1;
}
.widget-title::before {
    border-bottom: 2px solid #eeeeee;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
}
.recent-posts {
	padding-left: 0px;

}
.recent-posts > li {
  margin-bottom: 18px;
  overflow: hidden;
}
.recent-posts > li:last-child {
    margin-bottom: 0;
}
.widget-posts-image {
    float: left;
    overflow: hidden;
}
.widget-posts-body {
  border-bottom: 1px solid #f4f4f4;
  margin-left: 83px;
  overflow: hidden;
  padding-bottom: 15px;
}
.recent-posts > li:last-child  .widget-posts-body{border-bottom:0;padding-bottom:0;}
.widget-posts-title {
  font-size: 15px;
  font-weight:500;
  line-height: 25px;
  margin: 0;
}
.widget-posts-meta {
  color: #828282;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}
.widget-posts-title > a {
    color: #828282;
    transition: all 0.3s ease 0s;
}
.widget-posts-title > a:hover {
    color:  #b89b5e;
}
.blog-categories > li {
	padding-bottom: 13px;
}
.blog-categories > li:last-child {
    padding-bottom: 0;
}
.blog-categories{
	padding: 0px 18px
}
.blog-categories a {
  color: #232323;
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.blog-categories a:hover {
    color:  #b89b5e;
	padding-left:15px;
}
.tag {
	padding-left:0px;
}
.tag li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}
.tag li:last-child {
    margin-bottom: 0;
    margin-right: 0;
}
.tag li a {
  border: 1px solid #efefef;
  color: #595959;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 13px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.tag li a:hover {
    background:  #b89b5e;
    border-color:  #b89b5e;
    color: #fff;
}


.paginationss{
	margin-top:30px;
}
.paginationss ul {
    margin: 0px;
    padding: 0px;
}
.paginationss ul li {
    display: inline-block;
    margin-right: 3px;
}
.paginationss ul li:hover a, .paginationss ul li.active a {
    background: #b89b5e;
    color: #fff;
}
.paginationss ul li a {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #3f3f3f;
    display: table-cell;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 40px;
}
.paginationss ul li a i {
    color: #3f3f3f;
    font-size: 22px;
}
.paginationss ul li a:hover i {
    color: #fff;
}
/*******************************************
	end of blog sub-menu area
*******************************************/


/*******************************************
	start of blog setails area
*******************************************/

.blog-text p.pera-top {
    font-weight: 500;
    font-size: 15px;
    color: #828282;
    padding: 20px;
    margin-bottom: 40px;
    line-height: 30px;
    background: #f7f7f7;
    border-left: 3px solid #b89b5e;
}

.blog-desc-text h3 {
    font-size: 18px;
    margin-bottom: 14px;
	color:#232323;
	font-weight:600;
}
.blog-desc-text p {
    font-weight: 400;
    font-size: 15px;
    color: #828282;
    margin-bottom: 0;
    line-height: 30px;
}
.blog-btn-cc{
	margin-top:45px;
}
.blog-text .article-share .social {
    padding-left: 0;
    list-style-type: none;
    background-color: #f9fafb;
    padding: 12px 25px;
    line-height: 1;
    margin-bottom: 0;
}
.blog-text .article-share .social li {
    display: inline-block;
    margin-right:12px;
}
.blog-text .article-share .social li p {
    display: inline-block;
    margin-right: 2px;
    font-weight:500;
    color: #828282;
    position: relative;
    top: 8px;
}
.article-share .social li a {
    font-size: 15px;
    color: #1f232c;
	background:#fff;
    position: relative;
    top: 8px;
    transition: all 0.3s ease 0s;
    border: 1px solid #ddd;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: block;	
}
.article-share .social li a:hover {
	background:#b89b5e;
	border: 1px solid #b89b5e;
}
.post-comment .form-control:focus {
    border-color: #b89b5e;
    box-shadow: none;
    background: transparent;
    color: #828282;
}





.blog-text .comment-respond {
    margin-top: 55px;
	padding:0;
}
.blog-text .comment-respond .submit-btn {
    text-align: center;
    margin: 0px 0 0;
}
.blog-text .comment-respond form > div {
    margin-bottom: 30px;
    float: left;
}
/*******************************************
	end of blog setails area
*******************************************/

/*******************************************
	start of register	
*******************************************/


.signup-form {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 100px;
    border-radius: 5px;
    max-width: 700px;
    margin: auto;
}
.signup-form h3 {
    color: #232323;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -.5px;
    margin-bottom: 30px;
    line-height: 3rem;
}
.form-group {
    margin-bottom: 30px;
}
.signup-form form .form-control {
    height: 60px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    color: #828282;
    font-size: 15px;
    padding-left: 20px;
    background: transparent;
}
.form-check-label {
    margin-bottom: 0;
    color: #828282;
    font-size: 15px;	
}
.signup-form form span a {
    color: #b89b5e;
}



.sign-in-form {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 80px;
    border-radius: 5px;
    max-width: 700px;
    margin: auto;
}
.sign-in-form .sign-in-title {
    text-align: center;
    margin-bottom: 30px;
}
.sign-in-form .sign-in-title h3 {
    color: #232323;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 3rem;
    margin-bottom: 10px;
}
.sign-in-form .sign-in-title p {
    margin-bottom: 40px;
	color: #828282;
}
.sign-in-form form .form-control {
    height: 60px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    color: #828282;
    font-size: 15px;
    padding-left: 20px;
    background: transparent;
}
.sign-in-form .forgot-password {
    margin-bottom: 0;
    margin-top: -25px;
}
.sign-in-form form .form-check .form-check-label {
    color: #666666;
    position: relative;
    top: -2px;
    z-index: 1;
}
.sign-in-form .form-check-input {
    position: absolute;
    margin-top: 0.2rem;
}
.sign-in-form .forgot-password a {
    color: #1f232c;
    font-size: 15px;
}
.sign-in-form .forgot-password a:hover {
    color: #b89b5e;
}
 .send-btn {
    margin-top: 40px;
}
.sign-in-form form span {
    display: block;
    color: #828282;
	margin-top: 10px;
}
.sign-in-form form span a {
    color: #b89b5e;
}

button:focus {
    outline: none;
    outline:0px auto -webkit-focus-ring-color;
}


/*******************************************
	end of register
*******************************************/





/*******************************************
	start of contact
*******************************************/
.contact-features{

}
.contact-area .features-wrapper{
    padding: 45px 55px;
    background: #f7f7f7;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;	
}
.contact-area .features-wrapper:hover {
    -moz-transform: translate3d(0,-5px,0);
    -o-transform: translate3d(0,-5px,0);
    -ms-transform: translate3d(0,-5px,0);
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
}
.features-content i{
	font-size:34px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #b89b5e;
}
.features-content h4{
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
	margin-bottom: 15px;
    line-height: 30px;
    margin-top: 25px;	
}
.contact-features .features-content p {
    color: #828282;
    font-size: 15px;
    line-height: 30px;
    z-index: 222;
    margin-bottom: 0px;
    margin-top: 20px;
}
.contact-features .features-content p.no-padd{
    color: #828282;
    font-size: 15px;
    line-height: 30px;
    z-index: 222;
    margin-bottom: 0px;
    margin-top: 0px;	
}
.contact-custom {
  padding-right: 30px;
}
.contact-wrapper {
  overflow: hidden;
}
.contact-text {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-top: 0px;
}
.contact-text h4 {
  color: #232323;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-text p {
  color: #828282;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
.contact-menu {padding: 0px;}
.contact-menu li {
	list-style:none;
  padding-bottom: 15px;
}
.contact-menu li:last-child{padding-bottom:0;}
.address {
  color: #232323;
  font-size: 15px;
  font-weight: 600;
}
.address i{
  margin-right: 27px;
  color:#b89b5e;
}
.contact-link {
  color: #828282;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 16px;
  float: right;
}
.contact-link:last-child{padding-bottom:0;}
.contact-icon {
  display: block;
  float: right;
}
.contact-icon a {
  color: #595959;
  font-size: 15px;
  margin-right: 37px;
  transition: .3s;
}
.contact-icon a:hover{color  #b89b5e;}
.contact-icon a:last-child{margin-right:0;}
.contact-icon a i{}
/*******************************************
	end of contact
*******************************************/

/*******************************************
start of map
*******************************************/
#map {
  height: 340px;
  width: 100%;
}
/*******************************************
	end of map
*******************************************/

/*******************************************
	start of contact1
*******************************************/

.contact1-start{
   
}
.contact1-wrapper h3 {
  color: #232323;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 80px;
}
#contact-form {}
#contact-form textarea {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: currentcolor currentcolor #e0e0e0;
	border-image: none;
	border-style: none none solid;
	border-width: 0 0 1px;
	color: #828282;
	padding: 20px;
	border-radius:0px;
	font-size: 15px;
	height: 143px;
    margin-bottom: 20px;
	text-transform: capitalize;
	width: 100%;
}
#contact-form .form-control:focus {
    border-color: #b89b5e;
    box-shadow: none;
    background: #fff;
    color: #828282;
}
#contact-form input {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #e0e0e0;
	border-image: none;
	border-style: none none solid;
	border-width: 0 0 1px;
	padding: 20px;
	color: #828282;
	border-radius:0px;
	font-size: 15px;
	height: 50px;
	margin-bottom: 20px; 
	width: 100%;
}
/*******************************************
	end of contact1
*******************************************/

/*--------------------------------------------------------------
	Services page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	start of services-pg-section
--------------------------------------------------------------*/
.services-pg-section {
  padding-bottom: 45px;
}
.services-pg-section .service-grids .grid {
  margin: 0 15px 50px;
}
/*--------------------------------------------------------------
	#service single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	start of service-single-content	
--------------------------------------------------------------*/
.single-padding {
    padding: 90px 0px;
}
.service-sidebar ul {
    list-style: none;
}
.service-sidebar .link-widget li:hover, .service-sidebar .link-widget li.active {
    color: #b89b5e;
	padding-left:15px;
}
.service-sidebar .link-widget ul > li + li {
    margin-top: 8px;
}
.service-sidebar ul {
  list-style: none;
   padding:0px;
}
.service-sidebar h3 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0 0 0.46em;
  font-weight:600;
}
.service-sidebar > .widget1 + .widget1 {
  margin-top: 55px;
}
.service-sidebar .link-widget li {
	margin:0;
	padding:0;
	border: 1px solid #e8e8e8;
	position: relative;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;	
}
.service-sidebar .link-widget li:after {
	font-family: "FontAwesome";
	content: "\f105";
	color: #000;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.service-sidebar .link-widget ul > li + li {
	margin-top: 8px;
}
.service-sidebar .link-widget a {
	color: #232323;
	padding: 15px 25px;
	display: block;
	font-size:15px;
	font-weight:500;
	text-transform:capitalize;
}
.service-sidebar .link-widget li:hover,
.service-sidebar .link-widget li.active {
  color: #b89b5e;
}
.service-sidebar .link-widget li:hover a,
.service-sidebar .link-widget li.active a {
  color:#b89b5e;
}
.service-sidebar .link-widget li:hover:after,
.service-sidebar .link-widget li.active:after {
  color: #b89b5e;
}
.service-sidebar .google-map-widget {
  width: 100%;
}
.service-sidebar .google-map-widget > div {
  height: 200px;
}
.service-sidebar .google-map-widget iframe {
  width: 100%;
  height: 100%;
}
.service-sidebar .contact-widget ul li {
  font-weight: 500;
  font-size: 15px;
  color: #232323;
  line-height: 1.6em;
  padding-left: 45px;
  position: relative;
}
.service-sidebar .contact-widget ul > li + li {
  margin-top: 30px;
}
.service-sidebar .contact-widget ul li i {
  font-size: 20px;
  color: #b89b5e;
  position: absolute;
  left: 0;
  top: 4px;
}
.service-sidebar .brochures-widget p {
	margin-bottom: 2em;
  	color: #828282;
	font-size:15px;
}
.service-sidebar .brochures-widget .btns a {
	font-size: 15px;
	font-weight: 500;
	color: #b89b5e;
	padding: 10px 32px;
	margin-bottom: 30px;
	display: block;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.service-sidebar .brochures-widget .btns i {
	display: inline-block;
	padding-right: 5px;
}
.service-sidebar .brochures-widget .btns a:last-child {
	margin-bottom: 0;
}
.service-sidebar .brochures-widget .btns a:hover {
	background-color: #b89b5e;
	color: #fff;
}
.service-sidebar .brochures-widget .btns a:hover i {
	color: #fff;
}
.service-sidebar .case-link-widget {

}
.service-sidebar .case-link-widget ul > li + li {
	margin-top: 15px;
}
.service-sidebar .case-link-widget li a {
	font-size: 15px;
	font-size: 1.06667rem;
	font-weight: 600;
	color: #86909e;
	border-radius: 5px;
	display: block;
}
.service-sidebar .case-link-widget li.current a,
.service-sidebar .case-link-widget a:hover {
	color:#b89b5e;
}
.service-sidebar .newsletter-widget {
	background-color: #f2f2f2;
	padding: 35px 25px;
	position: relative;
}
.service-sidebar .newsletter-widget:before {
	content: "";
	background: url("../images/newsletter-env.png") center center/100% no-repeat local;
	width: 113px;
	height: 106px;
	position: absolute;
	right: 0;
	top: 0;
}
.service-sidebar .newsletter-widget form ::-webkit-input-placeholder {
	font-style: 15px;
	font-style: italic;
	color: #a6a6a6;
}

.service-sidebar .newsletter-widget form :-moz-placeholder {
	font-style: 15px;
	font-style: italic;
	color: #a6a6a6;
}
.service-sidebar .newsletter-widget form ::-moz-placeholder {
	font-style: 15px;
	font-style: italic;
	color: #a6a6a6;
}
.service-sidebar .newsletter-widget form :-ms-input-placeholder {
	font-style: 15px;
	font-style: italic;
	color: #a6a6a6;
}
.service-sidebar .newsletter-widget h3 {
	line-height: 1.2em;
	margin: 0 0 2.7em;
}
.service-sidebar .newsletter-widget input {
	height: 45px;
	font-size: 1.06667rem;
	border: 0;
	padding: 0 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid red;
	border-radius: 10px;
}
.service-sidebar .newsletter-widget button {
	background-color: #b89b5e;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 1.06667rem;
	color: #fff;
	border: 0;
	padding: 0;
	margin-top: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.service-sidebar .newsletter-widget button:hover {
	background-color:#b89b5e;
}
.service-single-content{
	margin-left:25px;
}
.service-single-content .service-details h2 {
    font-size: 32px;
    line-height:3rem;
    margin: 0 0 1.25em;
    letter-spacing: -.5px;
    font-weight: 600;
}
.service-single-content .service-details p {
    margin: 0 0 30px;   
	font-size:15px;
}
.service-single-content .service-details p {
	margin: 0 0 30px;
}
.service-single-content .service-details ul {
	list-style: none;
	padding:0px;
}
.service-single-content .service-details ul li {
	margin-bottom: 12px;
	color: #828282;
	font-weight: 400;
	font-size: 15px; 
}
.service-single-content .service-details ul li:last-child {
	margin-bottom: 0;
}
.service-single-content .service-details ul i {
	display: inline-block;
	padding-right: 5px;
}
.service-single-content .img-holder {
	margin-top: 55px;
}
.service-single-content .service-single-tab {
	margin-top: 60px;
	padding:0 35px;
}
.service-single-content .service-single-tab .nav {
	overflow: hidden;
}
.service-single-content .service-single-tab .nav li {
	float: left;
	padding: 10px 0px;
}
.service-single-content .service-single-tab .nav > li + li {
	margin-left: 5px;
}
.service-single-content .service-single-tab .nav a {
	background-color: #f1f1f1;
	font-size: 15px;
	font-size: 1.06667rem;
	font-weight: 500;
	color: #232323;
	padding: 10px 45px;
}
.service-single-content .service-single-tab .nav .active a,
.service-single-content .service-single-tab .nav a:hover {
	background: #b89b5e;
	color: #fff;
}
.fade.in {
    opacity: 1;
}
.service-single-content .tab-content {
	padding-top: 25px;
}

.service-single-content .tab-content .tab-pane p {
    margin-bottom: 20px;
	font-size:15px;
}
.service-single-content .tab-content .tab-pane p:last-child {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
	end of service-single-content	
--------------------------------------------------------------*/

/*----------*************************************---------------
					START OF HOME 2
-------------************************************------------*/


/*--------------------------------------------------------------
	start of service-warp-2	
--------------------------------------------------------------*/



.service-wrap-2 .section-title{
	margin-bottom:0;
}


.img-overlay{
	position:relative;
	overflow:hidden;
}
.service-grid-2{
	background-color: #1f232c;	
}
.service-grid-2:hover .img-overlay img {
    transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    opacity: .5;
}
.service-grid-2:hover .overlay {
    opacity: 1;
}
.service-grid-2 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
.overlay-icon {
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 5px;
    opacity: 0;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
	transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.service-grid-2:hover .overlay-icon{
    transition-delay: .2s;
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
.overlay-icon a {
    width: 44px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    line-height: 46px;
	border-radius:50%;
    text-align: center;
    margin: 0 3px;
	background: #fff;
    color: #1f232c;
}

.ser-details{
	padding:35px;
	background:#fff;
	border-bottom:5px solid #b89b5e;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.ser-details h3{
	font-size:18px;
	font-weight:500;
	color:#232323;
	margin-bottom:18px;
}
.ser-details p{
	margin-bottom:0;
}



/*--------------------------------------------------------------
	end of service-warp-2		
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	start of service-area 2
--------------------------------------------------------------*/

.single-generating {
    background: #fff;
    padding: 45px 50px 45px 50px;
    border-radius: 10px;
	cursor:pointer;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.single-generating:hover {
	background-color: rgb(255, 255, 255);
    box-shadow: 0px 16px 32px 0px rgba(196, 203, 255, 0.3);
	-moz-transform: translate3d(0,-3px,0);
    -o-transform: translate3d(0,-3px,0);
    -ms-transform: translate3d(0,-3px,0);
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
}
.single-generating:hover {
	background: #fff;
}
.single-generating:hover .generating-cap h4{
	color:#232323;
}
.single-generating:hover .generating-cap p {
	color:#828282;
}
.generating-icon{
	margin-bottom:98px;
}
.generating-icon i {
    color: #1f232c;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}
.single-generating:hover .generating-icon i {
    color: #b89b5e;
}
.generating-icon i:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    margin-left: 0;
}
.generating-cap {
    padding-left: 30px;
}
.generating-cap h4 {
    color: #232323;
    font-size: 18px;
	text-transform:capitalize;
    position: relative;
    font-weight: 500;
    margin-bottom: 20px;
}
.generating-cap p {
    color: #828282;
	font-size:15px;
    margin-bottom: 0px;
}




/*--------------------------------------------------------------
	end of service-area 2
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	start of fusion-area
--------------------------------------------------------------*/

.fusion-area{text-align:center;
	margin-top:70px;
}
.fusion-area-2{
	padding-bottom:60px;
	margin-top:40px;
}
.fusion-area a, .fusion-area-2 a, .fusion-area-fas a{
	padding: 10px 25px;
	color:#b89b5e;
	font-size:18px;
	border:1px solid #b89b5e;
}
.fusion-area a:hover, .fusion-area-2 a:hover, .fusion-area-fas a:hover{
	background:#12b9f1ba;
	color:#fff;	
}
.fusion-area-fas{text-align:right;
	margin-top:30px;
}
.fusion-area a{	
    color:#b89b5e;
    font-size: 20px;
    border: 1px solid #b89b5e;
    padding: 10px 25px;
    font-family: poppins;
}
.fusion-area a:hover { transition:0.5s;
	background-color: #b89b5e;
	color: #fff;
}
/*--------------------------------------------------------------
	end of fusion-area
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	start of news-area 2
--------------------------------------------------------------*/
.news-img:hover img,
.news-img.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.news-img:hover i,
.news-img.hover i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 100ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.news-img {
  position: relative;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  background: #000000;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}


.news-img * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.news-img img {
  max-width: 100%;
  vertical-align: top;
}
.services-section-style2 .owl-item {
    padding: 0px 5px;
}
.news-img i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #000000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 100ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.news-img a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.news-img {
  background-color: #b89b5e;
}
.news-img i {
  color: #b89b5e;
}
/*--------------------------------------------------------------
	end of news-area 2	
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	start of inter-section
--------------------------------------------------------------*/
.inter-section{
	background: url(../img/slider/cal.jpg) center center/cover no-repeat fixed;
	position:relative;
	overflow:hidden;
}
.inter-section:before {
    content: "";
    background-color: rgb(31 35 44 / 82%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.inter-title h3{
    line-height: 3rem;
	color:#fff;
	font-size:32px;
	padding-top:0px;
	font-weight:600;
	letter-spacing: -.5px;
	margin-bottom:35px;
}
.inter-area{
	text-align:right;   
	margin-top: 32px;
}

/*--------------------------------------------------------------
	end of inter-section
--------------------------------------------------------------*/
/*******************************************
	start of industry-section
*******************************************/
.industry-section .features-grids{
    position: relative;
	margin-top:30px;
}
.img-holder img {
    width: 100%;
}
.outside-box-right {
    margin-right: -30vw;
}
.industry-section .features-grids .grid .icon i {
    background-color:#b89b5e;
	border-radius:5px;
    width: 70px;
    height: 70px;
	text-align:center;
    line-height: 70px;
    position: absolute;
    left: 0;
    top: 0;
}
.industry-section .grid .icon i:before {
    font-size: 40px;
    color: #fff;
	margin: 0;
}
.industry-section .features-grids .grid h3 {
    font-size: 18px;
	font-weight:500;
	color:#232323;
}
.industry-section .features-grids .grid p {
	color:#828282;
    margin-bottom:3rem;
    font-size: 15px;
}
.industry-section .features-grids .grid:last-child p{
    margin-bottom:0;	
}
.industry-section .img-holder {
	padding-bottom: 0px;
	position:relative;
}
.industry-section .video-holder-2 {
    position: absolute;
    left: 58%;
    top: 42%;
	z-index:88;
}
.industry-section .video-holder-2 .video-btn-style {
    position: relative;
    height: 70px;
    width: 70px;
    background: #fff;
    text-align: center;
    display: inline-block;
    line-height: 70px;
    color: #b89b5e;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}
.industry-section .video-btn-style:before {
    width: 80px;
    height: 80px;
    background: #1f232c;

}
.industry-section .features-grids .grid {
    position: relative;
    padding-left: 100px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 50px;    

}
.industry-section a:hover {
    color: #b89b5e;
}
.btn-two{
    padding: 7px 0 2px;
    position: relative;
    text-decoration: none;
    border: 0;
    color: #232323;
    font-weight: 500;
    border-radius: 0;
    border-bottom: 1px solid;
    background-color: transparent;
}

/*******************************************
	end of industry-section
*******************************************/

/*--------------------------------------------------------------
	start of Chart section
--------------------------------------------------------------*/

.accordion ul{
	margin:0;
	padding:0;
}
.accordion li {
	border-top: 1px solid #d9e5e8;
	position: relative;
	list-style:none;
 
}
.accordion li p {
	display: none;
	padding: 30px 30px 30px;
	color: #828282;
	margin-bottom: 0;
	background:#fff;
}
.accordion a {
	width: 100%;
	display: block;
	cursor: pointer;
	font-weight: 600;
	line-height: 3;
	padding:6px 12px;
	font-size: 16px;
	color:#fff !important;
	background-color: #b89b5e;
	text-indent: 15px;
	user-select: none;
}
.accordion a:after {
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	right: 24px;
	content: " ";
	top: 22px;
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.accordion p {
	font-size: 15px;
	color:#828282;
	padding: 10px;
}

.accordion a.active:after {
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}




.chart-section .section-title p{
	margin-top:30px;
}

.btcwdgt-headlines.btcwdgt-light {
	margin:0 !important;
}
.btcwdgt.btcwdgt-chart .btcwdgt-header h2 {
    background-color: #b89b5e !important;
}
.btcwdgt-chart .btcwdgt-header .stats{
    background-color: #b89b5e !important;
}
.dark-chart .btcwdgt-chart .btcwdgt-body {
    background: #222 !important;
}

/*--------------------------------------------------------------
	end of Chart section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	start of portfolio-area 2
--------------------------------------------------------------*/

.portfolio-slider .grid-item{
	margin-left: 15px;
    margin-right: 15px;
}
.portfolio-area {
	position:relative;
}
.portfolio-menu{
	margin-bottom:100px;
}

.portfolio-menu button {
	background: #fff rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #232323;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	margin-right: 12px;
	padding: 10px 15px;
	transition: all 0.3s ease 0s;
}
.portfolio-menu button:focus {
    outline: 0 none;
}
.portfolio-menu button:last-child {
    margin-right: 0;
}
.portfolio-menu button:hover {
    color: #b89b5e;
}
.portfolio-menu button.active {
	background:#b89b5e;
	color: #fff;
}
.custom {
    margin: 0 -15px;;
}
.portfolio-wrapper {
	position:relative;
	overflow: hidden;
}
.portfolio-img {position:relative;overflow:hidden;}
.portfolio-img::before {
    background: rgb(184 155 94 / 91%);
	bottom: 0px;
	content: "";
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	transition: all 0.5s ease 0s;
	z-index: 9;
	height: 50%;
	width:100%;
}
.portfolio-wrapper:hover .portfolio-img::before{opacity:1;height: 100%;}
.portfolio-img img {
	transition:.6s;
}
.portfolio-wrapper:hover .portfolio-img img {
    transform: scale(1.1);
}
.portfolio-content {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 68%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	z-index:10;
	transform: translateY(100px);
	transition: transform 0.4s linear, opacity 0.5s linear, -webkit-transform 0.4s linear;	
}
.portfolio-wrapper:hover .portfolio-content {
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.portfolio-wrapper:hover .portfolio-content{opacity:1;}
.portfolio-content i{
	color: #fff;
	display: inline-block;
	font-size: 22px;
	margin-bottom: 15px;
	transition:.3s;
	cursor:pointer;
}
.portfolio-content h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
.portfolio-content h4>a{
	color:#fff;
	transition:.3s;
	
}

/*--------------------------------------------------------------
	start of portfolio-area 2
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	start of leader-area 2
--------------------------------------------------------------*/
.review-area{
	position:relative;
	overflow:hidden;
	background-image: url(../img/all/02.jpg);
    background-position: center center;
    background-size: cover;
}
.review-area .section-title{
	z-index: 2;
}
.review-area .section-title h2{
	color:#fff;
}
.review-area:after {
    position: absolute;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    background-repeat: repeat;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
}
.testimonials-grids{
    position: relative;
}
.testimonials-grids .grid4{ 
	text-align:center;
	overflow:hidden;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.testimonials-grids .grid4 .grid-icon{
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}
.testimonials-grids .grid4 .grid-icon i{
    font-size: 52px;
	color:#b89b5e;
}
.review-area .testimonials-grids .grid4 .test-img{
	position:relative;
}
.review-area .testimonials-grids .grid4 .test-img img{
    max-width: 70px;
    border-radius: 50%;
    display: inline-block;
    top: -12px;
    position: relative;
}
.review-area .testimonials-grids .grid4 .test-tittle{
	display: inline-block;
    padding-left: 30px;
    text-align: left;
}
.testimonials-grids .grid4 .test-tittle h3{
	font-size:18px;
	color:#fff;
	font-weight:500;
}
.testimonials-grids .grid4 .test-tittle span{
	font-size:16px;
	color:#fff;
	font-weight:600;
}
.review-area .testimonials-grids .details{
	padding-top:12px;
	float: left;
}
.review-area .testimonials-grids .details p {
	font-size: 15px;
	line-height:30px;
	position: relative;
	margin-bottom: 50px;
	
}
.review-area .owl-controls {
	position: absolute;
	margin-top: 0;
	right: 0;
	bottom: 0;
}
.testimonials-grids .owl-prev {
    float: left;
    font-size: 15px;
    padding: 20px;
	color:#fff;
	position: absolute;
    left: -140px;
    top: 140px;	
	-webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.testimonials-grids .owl-next {
    float: right;
    font-size: 15px;
    padding: 20px;
	color:#fff;
	position: absolute;
    right: -140px;
    top: 140px;
	-webkit-transform: rotate(270deg);
    transform: rotate(270deg);	
}




/*******************************************
	start of brand-area
*******************************************/
.brand-area{

}
 img{
	display:inline-block;
	width: 100%;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    border-style: none;
}
.brand-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
/*******************************************
	end of brand-area
*******************************************/

/*--------------------------------------------------------------
	start of figure 2
--------------------------------------------------------------*/
.blog-warp{
    position: relative;
    overflow: hidden;
	border-radius:5px;
}
.blog-warp .blog-content { 
	position: relative;
	overflow: hidden;
	background-color:#fff;
	text-align: left;
}
.blog-warp .blog-img img {
    -webkit-transition: all 1s cubic-bezier(0,0,.2,1);
    -moz-transition: all 1s cubic-bezier(0,0,.2,1);
    -ms-transition: all 1s cubic-bezier(0,0,.2,1);
    transition: all 1s cubic-bezier(0,0,.2,1);
}
.blog-warp .blog-img a{
    position: absolute;
    top: 23px;
    right: 23px;
    font-size: 12px;
	font-weight:400;
    line-height: 14px;
    background: #1f232c;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 6px 13px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;	
}
.blog-warp:hover .blog-img a{
	background: #b89b5e;
    color: #fff;
}
.blog-warp .blog-content{
	padding: 36px 42px;
	position: relative;
}
.blog-warp .blog-content h4,
.blog-warp .blog-content p {
	margin: 0;
	padding: 0;
}
.blog-warp .blog-content h4{
    font-size: 18px;
    font-weight: 500;
	cursor:pointer;
    margin-bottom: 15px;
    line-height: 30px;
}
.blog-warp .blog-content h4:hover{
	color:#b89b5e;
}
.blog-warp .blog-content p{
	color:#828282;
	font-size:15px;
	margin-bottom: 0px;
}
.blog-warp:hover .blog-img img {
	opacity: .6;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}

/*--------------------------------------------------------------
	end of figure 2
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	end of home 2
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	start of home 3
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	start of btn 3
--------------------------------------------------------------*/

.about-wrapper{
	margin-right:20px;
}
.ml-left {
    margin-left: 0px;
}
.extra-mb{
	margin-bottom: 30px;
}
.about-cop {
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
	padding: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(205, 190, 255, 0.2);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about-cop:hover{
    -webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
}
.about-cop.about-cop-middle{
	margin-top:80px;
}
.about-cop .icon {
    line-height: 1.3;
    position: relative;
	margin-bottom: 15px;
}
.about-cop .icon span:before {
    display: inline-block;
    color: #b89b5e;
    font-size: 40px;
    line-height: 55px;
    padding-right: 10px;
    margin-left: 0;
}
.about-cop .media-body h5 {
	color: #232323;
    font-size: 18px;
    font-weight: 500;
	line-height: 30px;
}






/*--------------------------------------------------------------
	end of service 3
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	start of service-area 3
--------------------------------------------------------------*/
.service-slider-3 .services-grid .service-details {
    left: 25px;
    bottom: 25px;
}
.outside-box-right {
    margin-right: -30vw;
}
.service-slider-3 .services-grid:hover .service-img img {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
.service-slider-3 .services-grid {
    margin-left: 15px;
    margin-right: 15px;
}
.service-slider-3 .services-grid .grid{
	border-radius:5px;
}
.w-50{
	width:50%;
} 
.line-height-28{
	line-height:28px;
}



/*--------------------------------------------------------------
	end of service-area 3
--------------------------------------------------------------*/



/*******************************************
	start of portfolio-area-3
*******************************************/

.portfolio-wrapper .portfolio-content-3{
    padding: 25px;
    background: #fff;
	cursor:pointer;
}
.portfolio-wrapper{
	border-radius:5px;
}
.portfolio-img-3{
	position:relative;
	overflow:hidden;
}
.portfolio-wrapper:hover .portfolio-icon-3{
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
}
.portfolio-icon-3 i{
	color:#fff;
	font-size:30px;
}
.portfolio-icon-3{
    opacity: 0;
	position:absolute;
	top:40px;
	right:40px;
	z-index:33;
	transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transform: translateX(15px);
    -moz-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transition-property: transform,opacity;
    -moz-transition-property: transform,opacity;
    -webkit-transition-property: transform,opacity;
    -ms-transition-property: transform,opacity;
}
 .portfolio-img-3 .portfolio-hover-3 {
    background: rgb(184 155 94 / 91%);
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    height: 100%;
    width: 100%;
}
.portfolio-wrapper:hover .portfolio-hover-3{
    opacity: 1;
}
.portfolio-wrapper .portfolio-content-3 h4{    
    position: relative;
    background: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    font-size:18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;	
}
.portfolio-wrapper:hover .portfolio-content-3 h4{ 
	color:#b89b5e;
}
.portfolio-wrapper .portfolio-content-3 span{
	font-size: 15px;
	color:#7a8595;
}



/*******************************************
	end of portfolio-area-3
*******************************************/


/*--------------------------------------------------------------
	start of about-section-s3
-------------------------------px;---------------------------*/





/*--------------------------------------------------------------
	end of about-section-s3
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	start of cta-section-s3
--------------------------------------------------------------*/

.cta-section {
	background: url(../img/slider/bg2.jpg) center center/cover no-repeat;
	text-align: center;
	position: relative;
	background-attachment:scroll;
	background-position:top center;
	width: 100%;
	height: 100%;
}
.cta-section-2 .cta-detail.inter-title a{
	margin-top:20px;
} 
.cta-section:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.cta-section .cta-detail h2 {
    font-size: 32px;
	color:#fff;
	line-height:3rem;
	margin-bottom:25px;
    font-weight: 600;
}
.cta-section .cta-detail p{
	font-size: 15px;
	color:#fff;
	line-height:30px;
	margin-bottom: 0;
}
.cta-section .cta-detail a {
    padding: 7px 0 2px;
    position: relative;
    text-decoration: none;
    border: 0;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    border-bottom: 1px solid;
    background-color: transparent;
}


.sign-in-form form .form-control:focus ,
.signup-form form .form-control:focus {
	border-color: #b89b5e;
	box-shadow: none;
	background:transparent;
	color:#828282;
}
.comment-respond form {
    margin: 0 -15px;
    position: relative;
}
 .comment-respond form > div {
    margin-bottom: 20px;
    float: left;
}
.comment-respond form textarea, .comment-respond form input {
    background-color: transparent;
    height: 55px;
    border: 1px solid #828282;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
	background-clip: unset;
    font-size: 15px;
	color: #fff;
}
.mt-30{
	margin-top:30px;
}
.comment-respond form textarea {
    height: 120px;
}
 .comment-respond .submit-btn {
    text-align: center;
    margin: 22px 0 0;
}
.comment-respond .submit-btn button {
    width: 100%;
    height: 50px;
	border-radius: 5px;
    background-color: #b89b5e;
    padding: 10px 30px;
    color: #fff;
	font-weight: 500;
	font-size:15px;
    border: 0;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.comment-respond .submit-btn button:hover {
	background:#1f232c;
	color:#fff;
}

/*--------------------------------------------------------------
	end of cta-section-s3
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	start of pricing-section-3
--------------------------------------------------------------*/
.pricing {
    background: #fff;
	border-radius:5px;
    padding: 40px 30px;
}
.pricing h3{
    font-size: 18px;
    font-weight: 600;
    color: #232323;
	margin-bottom: 20px;
}
.pricing-wrapper-3 .section-title-s3 h2{
    line-height: 55px;
}
.pricing .price > span {
    color: #9a9a9a;
}
.pricing .price > span > span {
    font-size: 40px;
    color: #b89b5e;
	font-weight:600;
}
.pricing ul li {
    margin-bottom: 20px;
}
.ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 15px;
	color: #828282;
}
.ul-check.success li:before {
    color: #828282;
}
.pricing{
    transition: 0.4s;
    margin-top: 0px;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}
.pricing:hover, .pricing.active {
    -webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
}
.ul-check li:before {
    left: 0;
    font-size: 20px;
    top: -.3rem;
    font-family: "FontAwesome";
	content: "\f00c";
    position: absolute;
}
.ul-check li.remove {
    text-decoration: line-through;
    color: #828282;
}
.ul-check li.remove:before {
    color: #828282;
}

/*--------------------------------------------------------------
	end of pricing-section-3
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	start of testimonial 3
--------------------------------------------------------------*/
.author img{
    float: left;	
}
.grid-text {
    position: relative;
	background:#f7f7f7;
	border-radius: 5px;
	padding-left: 3rem;
    padding-right: 3rem;
	padding-top: 2rem;
    padding-bottom: 2rem;
	margin-bottom: 35px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.grid-testi:hover .grid-text {
    -moz-transform: translate3d(0,-3px,0);
    -o-transform: translate3d(0,-3px,0);
    -ms-transform: translate3d(0,-3px,0);
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
}
.grid-text:before {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #fff transparent transparent;
    border-width: 27px 10px 0;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    bottom: -19px;
    left: 50px;
    z-index: 1;
    -webkit-transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    transform: rotate(27deg);
}
.grid-text p{
	color:#828282;
	font-size:15px;
	margin-bottom:0;
}
.author{
    padding: 0px 15px;
}
.author img{
	margin-right:20px;
	border-radius:50%;
	width:70px;
	height:70px;
}
.testi-name{
    margin-top: 10px;
    display: inline-block;
}
.testi-name h4{
	color:#232323;
	font-size:16px;
	font-weight:500;
}
.testi-name h4 span{
	color:#828282;
	font-size:15px;	
	margin-left:15px;	
}
.testi-name .rating i {
    color: #b89b5e;
	font-size: 13px;
}


/*--------------------------------------------------------------
	end of testimonial 3
--------------------------------------------------------------*/



/*--------------------------------------------------------------
	start of team-3
--------------------------------------------------------------*/
.team-area-3{
	
} 
.team-img-cp{
	position:relative;
	overflow:hidden;
}	
.team-member-warp .overlay-box {
    position: absolute;
    text-align: center;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}	
.team-member-warp .overlay-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background:#b89b5e;
    left: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: .3s ease-in;
}	
.team-member-warp:hover .overlay-box::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.team-member-warp .overlay-box::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background:#1f232c;
    left: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: .3s ease-in;
}	
.team-member-warp:hover .overlay-box::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition-delay: .3s;
}	
.team-member-warp .overlay-box .overlay-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    z-index: 1;
}	
	
.team-member-warp .social-iconn li{
	list-style:none;
	display:inline-block;
}	
.team-member-warp .social-iconn li a {
    display: inline-block;
    padding: 8px 10px;
    color: #fff;
}	
.team-member-warp ul{
	padding-left:0;
	margin-bottom:0;
}	
.team-member-warp .overlay-inner{
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
    opacity: 0;
    transition: .2s ease;
    transition-delay: .0s;
}	
.team-member-warp:hover .overlay-inner{ 
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition-delay: .5s;
}
.team-member-warp .team-detail-tittle{
    padding: 25px 30px;
	background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(205, 190, 255, 0.2);
}
.team-member-warp .team-detail-tittle h3{
	color:#232323;
	font-size:18px;
	font-weight:500;
}
.team-member-warp .team-detail-tittle span{
	color: #828282;
	font-size:15px;
}

/*--------------------------------------------------------------
	end of team 3
--------------------------------------------------------------*/

/*******************************************
	start of blog-area
*******************************************/
.blog-area{

}
.blog-img{	
	position:relative;
}
.blog-wrapper:hover .blog-text h4:hover .blog-img::before{
	color:#b89b5e;
}
.blog-img::before {
    background: #b89b5e;
    content: "";
	transition: all 0.5s;
    top:0;
	bottom:0;
	right:0;
    left: auto; 
    opacity: 0;
    position: absolute;
    width:0%;
	-webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
.blog-wrapper:hover .blog-img::before{
	width:100%;
	opacity:1;
	right:auto;
    left: 0; 
}

.blog-img  img{width:100%}
.blog-text {
  margin-top: 40px;
}
.blog-text h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 30px;
	text-transform:capitalize;
}
.blog-text h4 a {
  color: #3f3f3f;
  transition: .3s;
}
.blog-wrapper:hover .blog-text h4 a{color:#b89b5e;}
.blog-text span {
	color: #828282;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
	position: relative;
}
.author-img img{
    margin-right: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.author-img{
	margin-bottom:35px;
}


.blog-text span::before {
	background: #b89b5e none repeat scroll 0 0;
	content: "";
	height: 2px;
	position: absolute;
	right: -70px;
	top: 11px;
	width: 50px;
}
.blog-text > p {
	font-size: 15px;
	color: #828282;
	margin-bottom: 0;
}

/*******************************************
	end of blog-area
*******************************************/



.header_area{
    position: relative;
    z-index: 33;
}
.demo-header-area {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 20px 50px;
}
.demo-header .mainmenu ul li >a {
    color: #232323;
}
.demo-header .mainmenu_2 ul li >a:hover {
	color:#b89b5e;
	background:transparent;
	border-top: 2px solid transparent;
}
.demo-header.mainmenu_area_2 {
    top: 20px;
}


.mt-top{
    margin-top: 25px;
}
.demo-banner .slider-wrapper:before {
    background-color: rgb(0, 0, 0 , 0.5);
}
.demo-content h1 {
	color: #fff;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 30px;
    line-height: 60px;
}
.demo-content h1 span {
    color: #b89b5e;
}
.demo-content p {
    color: #ccc;
    font-weight: 400;
    font-size: 15px;
	width:80%;
    line-height: 30px;
}


.demo-area{
	
}
.demo-area .section-title p {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}

.demo-image img{
	box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    position: relative;
}
.demo-area .section-title-s1 h2 span{
	color:#b89b5e;
}
.content-two > h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
	padding: 30px 10px;
	text-align:center;
	transition: 0.4s;
}
.single-demo {
	position:relative;
	transition: .5s;
	box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}
.single-demo:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    transform: translateY(-5px);
}
.single-demo:hover .content-two > h3 a{
	color:#b89b5e;
}
.single-demo:hover .content-two > h3{
	background:#fff;
}


.inner-area.demo-area{
	background:#fff;
}
.inner-area .content-two > h3 {

}
#header_sticky_2.demo-header.scroll_header_2 {
    background: rgb(0, 0, 0, 0.7) none repeat scroll 0 0;
}



.features-demo {
    border-radius: 5px;
    padding: 45px 15px;
    text-align: center;
	background:#fff;
	transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}
.features-demo:hover {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.09);
    transform: translateY(-.5rem);
}
.features-image img {
    border-radius: 5px;
    margin-bottom: 15px;
    width: 70px;
}
.features-two h3 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}


.demo-footer {
    text-align: center;
    background: #eaeaea;
    padding: 40px 0px 40px 0px;
}
.copyright-demo {
    text-align: center;
    font-size: 18px;
    color: #000;
    padding-top: 0px;
    font-weight: 500;
}
.copyright-demo a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}


.copyright-demo a:hover {
    color: #b89b5e;
    text-decoration: underline;
}

/*--------------------------------------------------------------
	end of home 3
--------------------------------------------------------------*/

































