<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	text-rendering: optimizeLegibility !important;
	font-smoothing: antialiased !important;
	overflow-x: hidden;
	font-family: 'Source Sans 3', sans-serif;
	color: #777;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
	color: #151515;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #e09972;
}

a:hover, a.active, a:focus {
    text-decoration: none;
    outline: 0;
	color: #f7b532;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
    /*height: auto;*/
}

p {
  font-size: 15px;
  line-height: 24px;
  /*letter-spacing: 1px;*/
  font-family: 'Source Sans 3', sans-serif;
  color: #777;
  margin: 0;
}

ol, ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.ash-bg {
	background-color: #fafafa;
}

.dark-bg {
    background-color: #151515;
}



.section-padding {
	padding-top: 40px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 25px;
}

.section-title {
	text-align: center;
	padding-bottom: 15px;
}
.section-title h3 {
	font-size: 30px;
	letter-spacing: 5px;
	padding-bottom: 30px;
}

.section-title-2 {
	margin-bottom: 20px;
}

.section-title-2 h3 {
	letter-spacing: 5px;
	font-size: 16px;
}

.section-title-2 h3 {
    font-size: 16px;
    letter-spacing: 2px;
}

.pages p {
    padding-bottom: 30px;
}

.dropcap {
	font-size: 25px;
	letter-spacing: 5px;
	float: left;
	text-align: center;
	background: #e09972;
	color: #fff;
	margin-right: 10px;
	padding: 10px;
	text-transform: uppercase;
}

.btn-primary {
	font-family: 'Oswald', sans-serif;
	background-color: #e09972;
	border-radius: 0;
	color: #fff;
	border-color: #e09972;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 5px 15px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.btn-primary:hover {
	background-color: transparent;
	border-color: #e09972;
	color: #e09972;
}


.not-found h2 {
    font-size: 150px;
    letter-spacing: 10px;
    margin-bottom: 30px;
}








/* Header and Navigation/Menu */
#header,
#header-2 {
	height: 90px;
	line-height: 90px;
	position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
}

#header-2 {
    background: #fff;
    box-shadow: 0 0 2px #999;
}

#header &gt; .container,
#header-2 &gt; .container {
	position: relative;
}
#header &gt; .container &gt; .row &gt; .col-md-4,
#header-2 &gt; .container &gt; .row &gt; .col-md-4 {
	position: static;
}
#header::before {
	background-color: #e9e8e8;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.logo a {
	float: left;
}
.logo img {
	max-height: 75px;
}
.logo span {
	padding-left: 10px;
	font-size: 12px;
	display: inline-block;
	float: left;
}

.header-transparent {
    background: transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header-bg {
    background: #fff;
    box-shadow: 0 0 2px #999;
}

/* Navigation */
.navigation {
	float: right;
}
.navigation a {
    color: #fff;
}
.navigation ul li ul {
	z-index: 998;
}
.navigation &gt; ul &gt; li {
	float: left;
	font-size: 12px;
	line-height: 90px;
	margin-right: 1px;
	position: relative;
	list-style: none;
}
.navigation &gt; ul &gt; li:last-child {
	margin-right: 0;
}
.navigation &gt; ul &gt; li &gt; a {
	padding: 0 10px;
	display: inline-block;
	line-height: 90px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.header-bg .navigation &gt; ul &gt; li &gt; a {
    color: #e09972;
}

#header-2 .navigation &gt; ul &gt; li &gt; a {
    color: #666;
}

.navigation &gt; ul &gt; li:hover &gt; a,
.navigation &gt; ul &gt; li.current_page_item &gt; a {
	color: #fff;
}

#header-2 .navigation &gt; ul &gt; li:hover &gt; a,
#header-2 .navigation &gt; ul &gt; li.current_page_item &gt; a {
	color: #e09972;
}

.header-bg .navigation &gt; ul &gt; li:hover &gt; a,
.header-bg .navigation &gt; ul &gt; li.current_page_item &gt; a {
	color: #e09972;
}

.navigation &gt; ul &gt; li.current_page_item &gt; a {
    background: transparent;
}

.navigation li:hover ul {
	top: 0;
	background-color: #e09972;
	//border: 1px solid #303F9F;
}

#header-2 .navigation li:hover ul {
    background-color: #fff;
}
.navigation &gt; ul &gt; li:hover &gt; ul {
	top: 90px;
}
.navigation li ul li ul {
	position: absolute;
	left: 199px;
	//margin-top: -1px;
}
.navigation ul &gt; li &gt; ul &gt; li {
	float: none;
	margin: 0;
}
.navigation ul &gt; li ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 993;
	width: 200px;
}
.navigation li ul li a {
	color: #fff;
	height: inherit;
	float: inherit;
	text-align: left;
	display: block;
	margin: 0 !important;
	padding: 0 15px;
	z-index: 993;
	font-size: 12px;
	line-height: 38px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;

}

#header-2 .navigation li ul li a {
    color: #666;
}
.navigation li ul li:last-child a {
	border-bottom: none;
}
.navigation ul &gt; li ul li {
	position: relative;
	float: none;
	list-style: none;
}
.menu-nav-arrow {
	margin-left: 5px;
}
.navigation ul &gt; li ul li .menu-nav-arrow {
	float: right;
}



.navigation &gt; ul &gt; li:hover,
.navigation &gt; ul &gt; li.current_page_item {
	//border-top-color: #e03e25;
    background: transparent;
}

.navigation li ul li a:hover,
.navigation li ul li.current_page_item &gt; a,
.navigation &gt; ul &gt; li:hover li:hover &gt; a {
    /** Dropdown Menu Hover &amp; Active **/
	background-color: #fff;
    color: #e09972;
}

#header-2 .navigation li ul li a:hover,
#header-2 .navigation li ul li.current_page_item &gt; a,
#header-2 .navigation &gt; ul &gt; li:hover li:hover &gt; a {
    /** Dropdown Menu Hover &amp; Active **/
	//background-color: #fff;
    color: #e09972;
}




/* Mega menu */
.navigation &gt; ul &gt; li.mega-menu &gt; ul {
	margin: 0 15px;
}
.navigation &gt; ul &gt; li.mega-menu {
	position: static;
}
.navigation &gt; ul &gt; li.mega-menu &gt; ul {
	left: 0;
	right: 0;
	width: auto;
}
.navigation &gt; ul &gt; li.mega-menu ul {
	top: 91px;
    background-color: #e09972;
    box-shadow: 0 0 2px #000;
}

#header-2 .navigation &gt; ul &gt; li.mega-menu ul {
    background-color: #fff;
}

.navigation ul &gt; li.mega-menu &gt; ul &gt; li {
	float: left;
	padding: 15px;
}
.navigation &gt; ul &gt; li.mega-menu ul li ul {
	border: none;
	display: block !important;
	overflow: hidden !important;
	position: static;
	height: auto !important;
	width: 100%;
	box-shadow: none;
}
.navigation &gt; ul &gt; li.mega-menu li li,
.navigation &gt; ul &gt; li.mega-menu li a,
.navigation &gt; ul &gt; li.mega-menu li li a {
	width: 100%;
	float: left;
	clear: left;
    color: #151515;
}

.navigation &gt; ul &gt; li.mega-menu &gt; ul &gt; li &gt; a:first-child {
	font-size: 14px;
	color: #fff !important;
	background: transparent !important;
}

#header-2 .navigation &gt; ul &gt; li.mega-menu &gt; ul &gt; li &gt; a:first-child {
    color: #222 !important;
}

.navigation &gt; ul &gt; li.mega-menu li li &gt; a {
	padding-left: 25px;
	color: #fff;
}

#header-2 .navigation &gt; ul &gt; li.mega-menu li li &gt; a {
    color: #666;
}

.navigation li.mega-menu ul li:last-child a {
	//border-bottom: 1px solid #303F9F;
}
.navigation ul &gt; li.mega-menu ul li .menu-nav-arrow {
	display: none;
}
/* Menu slide */
.navigation li.mega-menu:hover ul,
.navigation li &gt; ul,
.navigation li &gt; ul li &gt; ul,
.navigation li ul li ul {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navigation li.mega-menu:hover ul,
.navigation li:hover &gt; ul,
.navigation li &gt; ul li:hover &gt; ul,
.navigation li ul li:hover ul {
	opacity: 1;
	visibility: visible;
}
/* Navigation mobile */
.navigation_mobile {
	height: 35px;
	line-height: 35px;
	position: absolute;
    top: 40%;
    right: 10%;
	width: 300px;
	//margin-top: 30px;
	float: right;
}
.navigation_mobile ul {
	margin-bottom: 0;
}
.navigation_mobile_click {
	//border: 1px solid #e9e8e8;
	padding: 0 10px;
	background-color: transparent;
	cursor: pointer;
	height: 35px;
    width: 40px;
	line-height: 35px;
	font-size: 14px;
}
.navigation_mobile &gt; ul {
	background-color: #FAFAFA;
	border: 1px solid #dedede;
	border-top: none;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	z-index: 993;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	display: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.navigation_mobile &gt; ul li ul {
	position: relative;
	margin-bottom: 0;
	border-top: 1px solid #ebebeb;
	margin: 0 -20px;
	display: none;
}
.navigation_mobile_click:before {
	content: "\f0c9";
	font-family: "Font Awesome 6 Pro";
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	height: 35px;
	width: 35px;
	text-align: center;
}
.navigation_mobile &gt; ul li {
	float: none;
	padding: 0 15px;
	line-height: 33px;
	border-bottom: 1px solid #ebebeb;
	text-align: left;
	font-size: 14px;
	list-style: none;
}
.navigation_mobile &gt; ul a {
	background: transparent;
}
.navigation_mobile &gt; ul a i {
	margin-right: 5px;
}
.navigation_mobile &gt; ul li ul li {
	border-bottom: 0;
	line-height: 30px;
	margin-left: 10px;
}
.navigation_mobile &gt; ul li ul li a {
	font-size: 14px;
}
.navigation_mobile &gt; ul li ul li:before {
	content: "\f054";
	font-family: "Font Awesome 6 Pro";
	font-size: 10px;
	margin-right: 8px;
	speak: none;
	position: relative;
	top: 1px;
}





/** =================================================**/
/** Start banner Section **/
/** =================================================**/

.banner {
	background: url(../images/slideshow/banner-1.jpg) no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	padding: 300px 0 170px 0;
}
.banner-2 {
	background: url(../images/slideshow/banner-1.jpg) no-repeat;
    padding: 50px 0;
    background-position: center center;
    background-attachment: fixed;
}

.banner-text h2 {
	color: #fff;
	font-size: 50px;
	line-height: 65px;
	letter-spacing: 10px;
	margin-bottom: 50px;
}

.banner-text h2 span {
	background-color: #e09972;
	padding: 0 20px;
}

.banner-text p {
	color: #bbb;
	margin-bottom: 50px;
}

.banner-text .btn-primary {
	padding: 10px 20px;
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}
.banner-text .btn-primary:hover {
	background-color: #e09972;
	border-color: #e09972;
	color: #fff;
}

.text-slider .owl-page.active span {
	background: #e09972;
}

.text-slider .owl-pagination {
	position: absolute;
	right: 0;
	top: 40%;
	margin-right: -80px;
}

.text-slider .owl-controls .owl-page {
	display: block;
}


.video-section {
  position: relative;
  text-align: center;
}

.video-section #customElement {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}


/** =======================================**/
/** Page Title &amp; Breadcrumb **/
/** =======================================**/

.page-banner {
    padding: 180px 0 50px 0;
    background: url(../images/bg/breadcrumb.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
}

.page-banner-contact {
	padding: 180px 0 50px 0;
	background: url(../images/bg/breadcrumb6.jpg) no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-position: center center;
}

.page-banner-carte {
	padding: 180px 0 50px 0;
	background: url(../images/bg/breadcrumb5.jpg) no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-position: center center;
}

.page-banner-vin {
	padding: 180px 0 50px 0;
	background: url(../images/bg/breadcrumb11.jpg) no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-position: center center;
}

.page-banner-menu {
	padding: 180px 0 50px 0;
	background: url(../images/bg/breadcrumb4.jpg) no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-position: center center;
}

.page-banner-menus {
	padding: 180px 0 50px 0;
	background: url(../images/bg/breadcrumb3.jpg) no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-position: center center;
}

.page-banner-histoire {
	padding: 180px 0 50px 0;
	background: url(../images/bg/breadcrumb9.jpg) no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-position: center center;
}

.page-banner-news {
	padding: 180px 0 50px 0;
	background: url(../images/bg/breadcrumb10.jpg) no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-position: center center;
}

@media (max-width: 767px) {
    .page-banner, .page-banner-contact, .page-banner-menu, .page-banner-menus, .page-banner-carte {
        background-attachment: scroll;
    }
}

.page-title h1 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
}

.page-title h1 span {
	color:#151515;
}

.page-banner .breadcrumb {
    background: transparent;
    float: right;
}

.page-banner .breadcrumb li {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    padding-right: 5px;
}
.page-banner .breadcrumb li a:hover {
    color: #fff;
}

.page-banner .breadcrumb li:after {
    content: '/';
    padding-left: 5px;
    color: #fff;
}
.page-banner .breadcrumb li:last-child:after {
    display: none;
} 







/** =================================================**/
/** Start Revolution Slider **/
/** =================================================**/

.tp-caption h1 {
	color: #fff;
	letter-spacing: 3px;
	font-size: 50px;
}

.tp-caption h2 {
	color: #fff;
	font-variant: normal;
	text-transform: none;
}

.tp-caption h1 span {
	background-color: #e09972;
	padding: 0 10px;
}

.tp-caption p {
	color: #fff;
}





/** ================================================== **/
/** Start Feature Item **/
/** ================================================== **/


/** Start Feature-1 **/

.feature-1 {
  margin-bottom: 30px;
  text-align: center;
}
.feature-1 span {
  display: inline-block;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #f7f7f7;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.feature-1 span i {
  color: #151515;
  font-size: 30px;
  line-height: 90px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.feature-1 h4 {
  color: #151515;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 18px;
  letter-spacing: 3px;
}
.feature-1 p {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #666;
}
.feature-1:hover span {
  background: #e09972;
}
.feature-1:hover span i {
  color: #ffffff;
}

/** Start Feature-2 **/

.feature-2 {
	padding-bottom: 30px;
}

.feature-2 i {
	font-size: 35px;
	line-height: 60px;
	color: #151515;
	display: block;
	padding-bottom: 20px;
}

.feature-2 h4 {
	color: #151515;
	font-size: 16px;
	/*font-weight: 700;*/
	margin: 0 0 15px;
	letter-spacing: 2px;
}



/** Start About Section **/

.about-text h3 {
	font-size: 22px;
	letter-spacing: 5px;
	padding-bottom: 20px;
}

.about-text .btn {
	margin-top: 20px;
	font-size: 15px;
	text-align: justify;
}

.about-image img {
	border: 5px solid #ddd;
}

.about-text ul {
	margin-top: 30px;
}

.about-text li {
	margin-bottom: 10px;
	font-weight: bold;
}

.about-text li:before {
	font-family: 'icomoon';
	content: '\e90f';
	margin-right: 5px;
}

.about-text-2 img {
	border: 5px solid #ddd;
	margin-bottom: 20px;
}

.about-text-2 p {
	margin-bottom: 20px;
}


/** Toggles &amp; Accordion **/

.panel-group .panel {
    border-radius: 0;
}
.panel {
    border-radius: 0;
    border: none !important;
    box-shadow: none !important
}

.panel-default &gt; .panel-heading {
	background: transparent;
    border: 1px solid #111;
    border-radius: none;
    font-weight: 400;
}

.panel-body {
	padding: 15px 10px;
    border: none !important;
    color: #111;
    font-size: 15px;
    letter-spacing: 1px;
    background-color: transparent !important;
}

.panel-heading {
	padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-title {
	font-size: 12px;
    padding: 10px;
    letter-spacing: 1px;
}

.panel-title a {
	position: relative;
	display: block;
	padding: 2px 12px;
	background-color: #fff;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.panel-title a.collapsed {
	color: #444;
}

.panel-title a.collapsed:hover {
	color: #666;
}

.panel-title a .control-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: none;
}

.panel-title a.collapsed .control-icon {
    display: block;
}

.panel-title a i {
	font-size: 22px;
    padding-right: 5px;
    color: #ff432e;
}


/** Tab **/

.grid-tab .tab-content {
    padding-top: 20px;
}

.nav-tabs {
    border-bottom: 1px solid #e09972;
}
.grid-tab .nav-tabs &gt; li &gt; a {
    border-radius: 0;
}

.nav-tabs &gt; li &gt; a:hover {
    background: #e09972;
    color: #fff;
}

.grid-tab .nav-tabs &gt; li.active &gt; a, 
.grid-tab .nav-tabs &gt; li.active &gt; a:hover, 
.grid-tab .nav-tabs &gt; li.active &gt; a:focus {
    background: #e09972;
    color: #fff;
}

.grid-tab .tab-content img {
    margin-right: 20px;
}






/* Start Progress bar */

.skill {
    padding-bottom: 10px;
}

.skill p {
    margin-bottom:7px;
}

.progress {
  overflow: visible;
  height: 5px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar {
    background: #151515;
  float: left;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  position:relative;
}

 .progress-bar-span { 
     opacity:1;
     position:absolute;
     top:-7px;
     background: #e09972;
     padding:0px 10px;
     color:#FFF;
     border-radius: 0px;
     right:0px;
     -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
     -o-transition: all .5s ease-in-out;
     -ms-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out; 
 }

.skill:hover .progress-bar-span {
    opacity:1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}



/** Start Call to Action **/

#call-to-action {
	background: url(../images/bg/about.jpg) no-repeat;
	background-attachment: fixed;
	background-position: top center;
	padding: 100px 0;
	color: #fff;
}

.call-to-action h3 {
	font-size: 40px;
	letter-spacing: 15px;
	color: #fff;
	padding-bottom: 30px;
}

.call-to-action p {
	color: #999;
	padding-bottom: 20px;
}

.call-to-action .btn-primary {
	/*background-color: transparent;*/
	border-color: #999;
}

.call-to-action .btn-primary:hover {
	background-color: #151515;
	color: #999;
	border-color: #151515;
}




#call-to-action-2 {
	background-color: #e09972;
	padding: 25px 0;
}


#call-to-action-2 h3 {
	color: #fff;
	font-size: 20px;
	letter-spacing: 5px;
}
#call-to-action-2 .btn-primary {
	border-color: #484543;
}
#call-to-action-2 .btn-primary:hover {
	background-color: #151515;
}


/** ===============================================**/
/** Counter Section
/** ===============================================**/


.counter-section {
	background-image: url(../images/slideshow/banner-1.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	padding: 100px 0;
	text-align: center;
}

.statistic-post {
    margin-bottom: 30px;
}

.statistic-post h4 {
  color: #fff;
  font-size: 15px;
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 0px;
  font-size: 12px;
}
.statistic-post p {
  margin: 0 0 20px;
}
.statistic-post span.timer {
  color: #e09972;
  font-size: 48px;
  font-weight: 900;
  margin: 0;
}







/**===================================================**/
/** Start Portfolio Styling
/**===================================================**/

#portfolio-section .btn-primary {
	margin-top: 30px;
}

ul.filter {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 60px;
}
ul.filter li {
  display: inline-block;
  margin-right: -4px;
}
ul.filter li a {
	font-weight: 300;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #434343;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 17px;
  border: 1px solid #e09972;
  border-left: none;
}
ul.filter li a:hover,
ul.filter li a.active {
  border-color: #e09972;
  background: #e09972;
  color: #ffffff;
}
ul.filter li:first-child a {
  border-left: 1px solid #e09972;
}


.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}


.portfolio-box {
  overflow: hidden;
}
.work-post {
  float: left;
  //width: 20%;
  position: relative;
}
.work-post img {
  max-width: 100%;
}
.work-post .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  //background: rgba(175, 214, 70, 0.85);
  background: rgba(242, 101, 32, 0.9);
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
.work-post .hover-box .inner-hover {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -51px;
}
.work-post .hover-box .inner-hover h4 {
  color: #434343;
  font-size: 15px;
  letter-spacing: 5px;
  font-weight: 400;
  margin: 0 0 18px;
  color: #ffffff;
  margin-bottom: 6px;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transform: translate3d(0, -400%, 0);
  -moz-transform: translate3d(0, -400%, 0);
  -o-transform: translate3d(0, -400%, 0);
  transform: translate3d(0, -400%, 0);
}
.work-post .hover-box .inner-hover p {
	font-size: 14px;
  color: #ffffff;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transform: translate3d(0, -400%, 0);
  -moz-transform: translate3d(0, -400%, 0);
  -o-transform: translate3d(0, -400%, 0);
  transform: translate3d(0, -400%, 0);
}
.work-post .hover-box .inner-hover a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  text-align: center;
  margin: 0 5px;
  -webkit-transform: translate3d(0, 400%, 0);
  -moz-transform: translate3d(0, 400%, 0);
  -o-transform: translate3d(0, 400%, 0);
  transform: translate3d(0, 400%, 0);
}
.work-post .hover-box .inner-hover a i {
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.work-post .hover-box .inner-hover a img {
    display: none;
}
.work-post .hover-box .inner-hover a.link {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.work-post .hover-box .inner-hover a.zoom {
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.work-post .hover-box .inner-hover a:hover {
  background: #ffffff;
}
.work-post .hover-box .inner-hover a:hover i {
  color: #e09972;
}
.work-post:hover .hover-box {
  opacity: 1;
}
.work-post:hover .hover-box .inner-hover h4 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.work-post:hover .hover-box .inner-hover p {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.work-post:hover .hover-box .inner-hover a {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
button.mfp-close,
button.mfp-arrow {
  outline: none;
}


.portfolio-box.col-3 .work-post {
  width: 33.25%;
  //margin: 1.5px;
}

.portfolio-box.col-4 .work-post {
  width: 25%;
}

.portfolio-box.col-2 .work-post {
  width: 49.95%;
}

.portfolio-box.col-3-sidebar .work-post {
  width: 279px;
  margin: 1.5px;
}


.portfolio-carousel  .owl-buttons div {
	width: 30px;
	height: 30px;
	line-height: 26px;
	background: #e09972 !important;
	opacity: 1;
}

.project-details.with-sidebar {
    margin-top: 30px;
}
.project-details h4 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.project-details ul {
    margin-top: 30px;
}

.project-details li:before {
    font-family: 'icomoon';
	content: "\e02d";
	padding-right: 5px;
}



/** ===============================================**/
/** Start Team Member Styling
/** ===============================================**/

.team-member {
	margin-bottom: 30px;
}

.team-member img {
    width: 100%;
}

.team-member-details {
	text-align: center;
	padding-top: 20px;
}

.team-member-details h4 {
	font-size: 16px;
	//letter-spacing: 2px;
	padding-bottom: 5px;
}

.team-member-details h5 {
	font-size: 12px;
	font-weight: 300;
}

.team-social {
	padding-top: 10px;
}

.team-social li {
	display: inline-block;
	margin-right: 10px;
}

.team-social li a {
	font-size: 24px;
	font-weight: 400;
	color: #151515;
}
.team-social li a:hover {
	color: #e09972;
}

.team-member-2 {
	position: relative;
    margin-bottom: 30px;
}

.team-member-2 .team-member-details {
	position: absolute;
	top: 0;
	bottom: 100%;
	left: 0;
	width: 100%;
	width: 100%;
	background: rgba(242, 101, 32, 0.9);
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.team-member-2:hover .team-member-details {
	opacity: 1;
	bottom: 0;
	//top: 100%;
}

.team-member-2 .team-member-details h5,
.team-member-2 .team-member-details h4 {
	color: #fff;
}

.team-member-2 .team-member-details h4 {
	margin-top: 20%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.team-member-2:hover .team-member-details h4 {
	margin-top: 30%;
}

.team-member-2 .team-member-details .team-social li a {
	color: #fff;
}

.team-member-2 img {
    width: 100%;
}


/**================================================**/
/** Start Latest News Section
/**================================================**/

.news-box {
  //position: relative;
}

.news-box .owl-buttons div {
	width: 30px;
    height: 30px;
    line-height: 25px;
    //background-color: #f1f1f1;
	background-color: #e09972 !important;
}

.news-box .owl-buttons div:hover {
}

.news-box .owl-buttons .owl-next {
	position: absolute;
	top: 30%;
	right: 0;
}

.news-box .owl-buttons .owl-prev {
	position: absolute;
	top: 30%;
	left: 0;
}

.item.news-post {
  margin: 0 0 40px;
  margin-right: 1px;
}
.item.news-post img {
  width: 100%;
  margin-bottom: 26px;
}
.item.news-post .news-content {
  overflow: hidden;
  padding: 0 30px 0 10px;
}
.item.news-post .news-content .date-post {
  width: 40px;
  float: left;
  margin-top: -10px;
  text-align: center;
}
.item.news-post .news-content .date-post span {
  display: block;
  color: #222222;
  font-size: 30px;
  font-weight: 900;
  margin: 0;
}
.item.news-post .news-content .date-post p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}
.item.news-post .news-content .news-content-text {
  margin-left: 60px;
}
.item.news-post .news-content .news-content-text h2 {
  color: #222222;
  font-size: 15px;
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 20px;
}
.item.news-post .news-content .news-content-text h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.item.news-post .news-content .news-content-text h2 a:hover {
  color: #e09972;
}
.item.news-post .news-content .news-content-text p {
  margin-bottom: 0;
}

.item.news-post .news-content .news-content-text .btn {
	margin-top: 20px;
}





/** ================================================**/
/** Start Testimonial Section **/
/** ================================================**/

.testimonial-item {
	text-align: center;
}

.testimonial-item img {
	width: 120px;
	border: 5px solid #e09972;
	border-radius: 100%;
	margin-bottom: 30px;
}

.testimonial-item p {
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	width: 80%;
	margin: 0 auto;
}

.testimonial-item h4 {
	font-size: 14px;
	letter-spacing: 1px;
	padding-bottom: 10px;
}

.testimonial-item h5 {
	font-size: 11px;
	letter-spacing: 2px;
}

.testimonial .owl-page.active span {
	background: #e09972;
}


/** ==========================================**/
/** Start Client Section
/** ==========================================**/

#client-section {
	padding: 30px 0;
	//background-color: #151515;
}

.clients li {
	float: left;
	width: 32%;
	text-align: center;
	margin-bottom: 30px;
}



/** =======================================**/
/** Start Pricing Table Section
/** =======================================**/

.pricing-table {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  background: #ffffff;
  text-align: center;
    border: 1px solid #fafafa;
}
.pricing-table li {
  list-style: none;
  padding: 16px 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: relative;
}
.pricing-table li p {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #151515;
}
.pricing-table li h4 {
  /*color: #151515;*/
  font-size: 15px;
  margin: 0 0 15px;
  margin: 0;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pricing-table li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 26px;
  border: 2px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #e09972;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.pricing-table li a:hover {
  border: 2px solid #151515;
  color: #151515;
}
.pricing-table li:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 1px;
  border: 1px dotted #999999;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.pricing-table li:first-child {
  padding: 22px 0;
  background: #151515;
}
.pricing-table li:last-child {
  padding-bottom: 27px;
  padding-top: 5px;
}
.pricing-table li:first-child:after,
.pricing-table li.title:after,
.pricing-table li.users-available:after,
.pricing-table li:last-child:after {
  display: none;
}
.pricing-table li.title {
  padding: 30px 0 16px;
}
.pricing-table li.title p {
  font-size: 15px;
  color: #999999;
}
.pricing-table li.title p span {
  font-size: 30px;
  color: #222222;
  display: block;
  line-height: 48px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-table:hover li:first-child {
  background: #e09972;
}
.pricing-table:hover li.title p span {
  color: #e09972;
}


/** ============================================**/
/** Start Blog Page Section **/
/** ============================================**/

.blog-box {
    max-width: 800px;
    margin: 0 auto 20px;
    padding-bottom: 1px;
}
.blog-post {
    background: #ffffff;
    padding: 20px;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
}



.blog-post img {
    margin-bottom: 30px;
}

.blog-post iframe {
    width: 100%;
    margin-bottom: 25px;
    height: 400px;
}

.blog-post .post-content .date-post {
    width: 60px;
    float: left;
    padding-top: 16px;
    text-align: center;
}

.blog-post .post-content .date-post span {
    display: block;
    color: #151515;
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 2px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #c0c0c0;
}

.blog-post.blog-3-col .post-content .date-post span {
    font-size: 24px;
}

.blog-post .post-content .date-post p {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
	font-size:12px;
}

.blog-post .post-content .post-content-text {
    margin-left: 80px;
}
.blog-post .post-content .post-content-text.no-marging {
    margin-left: 0px;
}

.blog-post .post-content .post-content-text ul.post-tags li {
    display: inline-block;
}

.blog-post .post-content .post-content-text ul.post-tags li:after {
    content: '/';
    color: #ccc;
    padding-left: 5px;
}
.blog-post .post-content .post-content-text ul.post-tags li:last-child:after {
    content: '';
}

.blog-post .post-content .post-content-text ul.post-tags li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #cccccc;
    font-size: 11px;
    text-transform: uppercase;
}

.blog-post .post-content .post-content-text h2 {
    color: #151515;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.blog-post.blog-3-col .post-content .post-content-text h2 {
    font-size: 18px;
    line-height: 24px;
}

.blog-post .post-content .post-content-text h2 a {
    color: #151515;
}

.blog-post .post-content .post-content-text h2 a:hover {
    color: #e09972;
}

.blog-post .post-content .post-content-text p {
    margin-bottom: 12px;
}

.blog-author {
    background: #fff;
    display: inline-block;
    padding: 20px;
    border: 1px solid #f1f1f1;
}

.blog-author h3 {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1px;
}

.blog-author img {
    float: left;
    width: 100px;
    margin-right: 20px;
}

.blog-author .author-details h4 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}


/** Comments Section **/

#comments {
    background: #fff;
    padding: 20px;
    margin-top: 40px;
    border: 1px solid #f1f1f1;
}

.comments-list {
    margin-top: 30px;
}

.comments-list li {
    margin-bottom: 30px;
}

.comments-list li ul li {
    margin-left: 80px;
    margin-top: 30px;
}

.comment-box img {
    width: 50px;
    float: left;
    margin-right: 15px;
}

#respond {
    margin-top: 80px;
}

#respond form {
    margin-top: 20px;
}

#respond form label {
    display: block;
}

#respond form textarea{
    width: 100%;
}
#respond form input[type="text"], 
#respond form input[type="email"], 
#respond form input[type="url"] {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
} 
#respond form input[type="submit"] {
    margin-top: 20px;
}

.pagination {
    display: inline-block;
}
.pagination li a{
    color: #e09972;
}

.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:last-child &gt; a{
    border-radius: 0;
}



/** ==========================================**/
/** Start Sidebar Section **/
/** ==========================================**/

.sidebar .widget {
    margin-bottom: 30px;
}

.sidebar .widget ul.category-list li {
    list-style: none;
    border: 1px solid #f0f0f0;
    border-top: none;
}

.sidebar .widget ul.category-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #151515;
    font-size: 12px;
    padding: 8px 20px;
    background: #ffffff;
    display: block;
    text-transform: uppercase;
}

.sidebar .widget ul.category-list li a:hover {
    background: transparent;
    color: #e09972;
}

.sidebar .widget ul.category-list li a span {
    float: right;
    color: #151515;
}

.sidebar .widget .text-widget {
    background: #fff;
    padding: 15px;
}

.sidebar .widget ul.tags-list li {
    display: inline-block;
    margin-bottom: 3px;
}


/** Start Tag Cloud **/
.sidebar .widget ul.tags-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #151515;
    font-size: 13px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
}

.sidebar .widget ul.tags-list li a:hover {
    color: #ffffff;
    background: #e09972;
    border: 1px solid #e09972;
}


/** Start Top Post List **/
.sidebar ul.top-post-list {
    background: #fff;
    padding-top: 20px;
}
.sidebar ul.top-post-list li {
    list-style: none;
    padding: 0 20px 20px;
    overflow: hidden;
}

.sidebar ul.top-post-list li img {
    float: left;
}

.sidebar ul.top-post-list li .top-post-content {
    /*margin-left: 60px;*/
}

.sidebar ul.top-post-list li .top-post-content span {
    display: block;
    margin: 0 0 5px;
    color: #aaaaaa;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    font-weight: 400;
}

.sidebar ul.top-post-list li .top-post-content h4 {
    color: #151515;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}

.sidebar ul.top-post-list li .top-post-content h4 a {
    color: #151515;
}

.sidebar ul.top-post-list li .top-post-content h4 a:hover {
    color: #e09972;
}


/** ============================================**/
/** Start Contact Page Section
/** ============================================**/


.contact-info-box span {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background: #e09972;
    margin: 0 0 20px;
}
.contact-info-box span i {
    color: #ffffff;
    font-size: 30px;
    line-height: 100px;
}
.contact-info-box h4 {
    color: #222222;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #e09972;
    margin-bottom: 16px;
}
.contact-info-box p {
    margin-bottom: 30px;
}

#map {
  height: 600px;
}


#contact-form input[type="text"],
#contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  margin-bottom: 30px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 13px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
#contact-form input[type="text"]:focus,
#contact-form textarea:focus {
  border: 1px solid #e09972;
}
#contact-form textarea {
  height: 200px;
}
#contact-form input[type="submit"] {
  padding: 10px 37px;
  outline: none;
  border: 1px solid #ccc;
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#contact-form input[type="submit"]:hover {
  border: 1px solid #e09972;
  color: #e09972;
}
#contact-form .submit-area {
  text-align: center;
}
#contact-form .message {
  height: 30px;
  font-size: 13px;
}
#contact-form .message.error {
  color: #e74c3c;
}
#contact-form .message.success {
  color: #e09972;
}



/** ==========================================**/
/** Start Footer Section
/** ==========================================**/


.footer-section {
	padding: 20px 0;
	background-color: #484543;
	color: #fff;
}

.footer-section .section-title-2 {
    margin-top: 10px;
}

.footer-section .section-title-2 h3 {
	color: #fff;
}

.footer-section .footer-about p {
	color: #fff;
}

.footer-social {
	margin-top: 15px;
}

.footer-social li {
	float: left;
	margin-right: 15px;
}

.footer-social li a {
	color: #666;
	font-size: 24px;
}

.footer-section .footer-social li a {
	color: #fff;
}

/** Footer Recent Post **/
.footer-recent-post {
    margin-bottom: 10px;
}
.footer-recent-post li {
	margin-bottom: 10px;
}
.footer-recent-post li:last-child {
	margin-bottom: 0;
}
.footer-recent-post h4 {
	text-transform: none;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
}
.footer-recent-post li a {
	color: #666;
}

.footer-section .footer-recent-post li a {
	color: #fff;
}

/** Photo Gallery **/

.photo-gallery li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 32.4%;
}



/** Footer Link **/

/*.footer-link li {
	margin-bottom: 15px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.footer-link li:hover {
	padding-left: 10px;
}

.footer-link li:last-child {
	margin-bottom: 0;
}*/

.footer-link li a {
	color: #666;
	font-size: 14px;
	letter-spacing: 0px;
}
.footer-section .footer-link li a {
	color: #fff;
}

.footer-section .footer-link li a:hover {
	color: #e09972;
}


.footer-link li:before {
	font-family: 'Font Awesome 6 Pro';
	content: "\f111";
	padding-right: 5px;
}




.copyright-section {
	background-color: #322c2e;
	padding: 10px 0;
}

.copyright-section p {
	color: #fff;
	font-size: 14px;
}

.copyright-section a {
	color: #858381;
}
















/**============================================**/
/** Start Responsive Settings **/
/**============================================**/

@media only screen 
and (min-width : 992px) 
and (max-width : 1199px) {
        
        
        
}

@media only screen 
and (min-width : 768px) 
and (max-width : 991px) {
    
    .tp-caption h1 {
        font-size: 45px;
    }
    
    .banner {
        background-attachment: scroll;
    }
    
    .about-image img {
        width: 100%;
    }
    
    .skill-shortcode {
        margin-top: 30px;
    }
    
    .showcase-section {
        text-align: center;
    }
    
    .showcase-section .about-text {
        margin-top: 30px;
    }
    
    .statistic-post {
        margin-bottom: 60px;
    }
    
    #call-to-action-2 h3 {
        font-size: 18px;
    }
    
    .sidebar {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .blog-post .post-content .post-content-text h2 {
        font-size: 20px;
    }
    
    .blog-post.blog-2-col .post-content .date-post,
    .blog-post.blog-3-col .post-content .date-post {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .blog-post.blog-2-col .post-content .post-content-text,
    .blog-post.blog-3-col .post-content .post-content-text {
        margin-left: 0;
    }
    
    .page-banner {
        text-align: center;
    }
    .page-banner .breadcrumb {
        float: none;
        margin-top: 30px;
    }
    
}

@media only screen 
and (min-width : 481px) 
and (max-width : 767px) {
    
    .tp-caption h1 {
        font-size: 32px;
    }
        
    .about-text-2,
    .about-text {
        margin-bottom: 30px;
    }
    
    .about-image img,
    .about-text-2 img {
        width: 100%;
    }
    
    .skill-shortcode {
        margin-top: 30px;
    }
    
    #call-to-action-2 {
        text-align: center;
    }
    
    #call-to-action-2 .btn {
        margin-top: 30px;
    }
    
    #call-to-action-2 h3 {
        line-height: 30px;
    }
    
    .portfolio-box.col-4 .work-post,
    .portfolio-box.col-3 .work-post,
    .portfolio-box.col-2 .work-post {
        width: 49.5%;
    }
    
    .showcase-section {
        text-align: center;
    }
    
    .showcase-section .about-text {
        margin-top: 30px;
    }
    
    #client-section {
        text-align: center;
    }
    
    .footer-about {
        display: inline-block;
    }
    
    .page-banner {
        text-align: center;
    }
    .page-banner .breadcrumb {
        float: none;
        margin-top: 30px;
    }
    
    .blog-post .post-content .post-content-text h2 {
        font-size: 20px;
    }
        
}

@media (max-width: 480px) {
    
    .tp-caption h1 {
        font-size: 22px;
        margin-top: 40px;
    }
	
	.tp-caption h2 {
        font-size: 18px;
    }
    
    .rev_slider .btn {
        margin-top: -70px;
    }
    
    .about-text-2,
    .about-text {
        margin-bottom: 30px;
    }
    
    .about-image img,
    .about-text-2 img {
        width: 100%;
    }
    
    .skill-shortcode {
        margin-top: 30px;
    }
    
    #call-to-action-2 {
        text-align: center;
    }
    
    #call-to-action-2 .btn {
        margin-top: 30px;
    }
    
    #call-to-action-2 h3 {
        line-height: 30px;
    }
    
    .portfolio-box.col-4 .work-post,
    .portfolio-box.col-3 .work-post,
    .portfolio-box.col-2 .work-post {
        width: 100%;
    }
    
    .showcase-section {
        text-align: center;
    }
    
    .showcase-section .about-text {
        margin-top: 30px;
    }
    
    #client-section {
        text-align: center;
    }
    
    .footer-about {
        display: inline-block;
    }
    
    .page-banner {
        text-align: center;
    }
    .page-banner .breadcrumb {
        float: none;
        margin-top: 30px;
    }
    
    .blog-post .post-content .post-content-text h2 {
        font-size: 20px;
    }
    
    .blog-post .post-content .date-post,
    .blog-post .post-content .date-post {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .blog-post .post-content .post-content-text,
    .blog-post .post-content .post-content-text {
        margin-left: 0;
    }
    
}


</pre></body></html>