/*
  Theme Name: Hasium - Blog & Magazine HTML Template
  Author: WPHobby
  Support: support@wphobby.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2.HEADER
3.SLIDER
4.NEWS ONE
5.RIGHT SIDEBAR
6.OUR INSTAGRAM
7.FOOTER
8.SIDE CANVAS
9.NEWS TOW
10.NEWS THREE
11.NEWS FORE
12.NEWS FIVE
13.MASONRY BLOG

*/



/*===========================
    1. Theme default css
===========================*/
@font-face {
	font-family: 'HK Nova';
	src: url('../fonts/subset-HKNova-Regular.eot');
	src: url('../fonts/subset-HKNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-HKNova-Regular.woff') format('woff'),
		url('../fonts/subset-HKNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HK Nova';
	src: url('../fonts/subset-HKNova-Bold.eot');
	src: url('../fonts/subset-HKNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-HKNova-Bold.woff') format('woff'),
		url('../fonts/subset-HKNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

/* noto-sans-hk-regular - latin */
@font-face {
    font-family: 'Noto Sans HK';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-hk-v6-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/noto-sans-hk-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/noto-sans-hk-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/noto-sans-hk-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/noto-sans-hk-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/noto-sans-hk-v6-latin-regular.svg#NotoSansHK') format('svg'); /* Legacy iOS */
  }

body {
    font-family: 'HK Nova', sans-serif;
    font-weight: normal;
    font-style: normal;
}

body.single p, body.blog p {
    font-family: 'Noto Sans HK', Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HK Nova', sans-serif;
    font-weight: 700;
    color: #171822;
    margin: 0px;
}

h1 {
    font-size: 58px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*===== All Button Style =====*/

.main-btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    border: 1px solid #dc2f12;
    padding: 0 90px;
    font-size: 16px;
    line-height: 58px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    background-color: #dc2f12;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.main-btn:hover {
    background-color: #151515;
    color: #fff;
    border-color: #151515;
}

/*===== All Section Title Style =====*/

.section-title{}
.section-title h4{
    font-size: 24px;
    font-weight: 600;
    color: #171822;
    padding-bottom: 12px;
}

/*===== All Border Bottom Style =====*/

.border-bottom {
	border-bottom: 2px solid #e7e7e7 !important;
}

/*===== All View Btn Style =====*/

.view-btn{
    font-size: 16px;
    font-weight: 400;
    color: #637282;
}

/*===== All Preloader Style =====*/

.preloader{
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    /* Change Background Color */
    background: #fdfdfd;
    z-index: 99999;
}

.loader{
  /* Preloader */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* Text Properties */
.loader .descript h5{
    font-family: 'HK Nova', sans-serif;
    font-weight: 200;
    color: #151515;
    letter-spacing: 3px;
    text-transform: UPPERCASE;
    font-size: 13px;
}

/* Loader Element Properties */
.loader .spinner{
  width: 40px;
  height: 40px;
  background-color: #171822;
  margin: 10px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

/* CSS Keyframe Animation */
@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}




/*===========================
    2.HEADER css
===========================*/

.header-area{}


.header-top{
    border-bottom: 1px solid #e7e7e7;
}

.header-social ul{}
.header-social ul li{
    margin-right: 20px;
}
.header-social ul li:last-child{
    margin-right: 0;
}

.header-social ul li a{
    font-size: 26px;
    color: #201f1f;
}

.header-logo{}

.header-account ul li{
    margin-left: 20px;
}
.header-account ul li a{
    font-size: 26px;
    color: #201f1f;
}

.header-navigation{}

.nav-menu ul li{
    position: relative;
    margin: 0 25px;
    display: inline-block;
}
.nav-menu ul li:first-child{
    margin-left:0px;
}
.nav-menu ul li:last-child{
    margin-right:0px;
}

.nav-menu ul li a{
    padding: 25px 0px;
    color: #201f1f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.nav-menu ul li a i{
    font-size: 12px;
    margin-left: 3px;
    color: #181718;
}

.nav-menu ul li .sub-menu{
    position: absolute;
    top: 115%;
    left: 0;
    width: 225px;
    background-color: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.08);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    text-align: left;
}

.nav-menu ul li:hover .sub-menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav-menu ul li .sub-menu li{
    margin: 0;
    display: block;
}
.nav-menu ul li .sub-menu li a{
    padding: 8px 30px;
    color: #999;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: capitalize;
}

.nav-menu ul li .sub-menu li:hover a{
    color: #201f1f;
}

.nav-menu ul li.menu-item-has-children > a::after{
    font-family: "themify";
    content: "\e62a";
    padding-left: 5px;
}

.header-sticky{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.04);
    z-index: 99;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    opacity: 0;
    visibility: hidden;
}
.header-sticky.sticky {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}








/*===== SEARCH BOX =====*/

.search-box{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 30, 37, 0.95);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.search-box.open{
    opacity: 1;
    visibility: visible;
}
.search-box .serach-form .closebtn {
	position: absolute;
	top: 20px;
	right: 50px;
	cursor: pointer;
	width: 30px;
	height: 25px;
}
.search-box .serach-form .closebtn span {
	width: 30px;
	height: 2px;
	background-color: #fff;
	position: relative;
	display: block;
}
.search-box .serach-form .closebtn span:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 11px;
}
.search-box .serach-form .closebtn span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 9px;
}
.search-box .serach-form input {
	width: 55%;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: transparent;
	border: 0;
    border-bottom: 2px solid #707070;
	color: #707070;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    font-size: 30px;
}
.search-box .serach-form input::-webkit-input-placeholder{
    color: #707070;
    opacity: 1;
}
.search-box .serach-form input:-ms-input-placeholder{
    color: #707070;
    opacity: 1;
}
.search-box .serach-form input::placeholder{
    color: #707070;
    opacity: 1;
}

.search-box .serach-form button {
	position: absolute;
	top: 50%;
	left: 76%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #707070;
	cursor: pointer;
	font-size: 36px;
}




/*===========================
    3.SLIDER css
===========================*/


.slider-area{}

.slider-active{}

.single-slider{
    width: 100%;
    height: 720px;
}

.slider-content{
    width: 100%;
}
.slider-content .slider-title a{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.slider-content p{
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.slider-content p span{
    font-weight: 400;
    margin-top: 5px;
}

.slider-active .slick-arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    left: 65px;
    cursor: pointer;
}
.slider-active .slick-arrow.next{
    left: auto;
    right: 65px;
}

.slider-active .slick-arrow i{
    font-size: 30px;
    color: #fff;
}


/*===== INDEX 2 =====*/


.slider-banner-left,
.slider-banner-right {
    position: relative;
}

.banner-slider-image img{
    width: 100%;
}
.banner-slider-content{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px 30px;
}
.banner-slider-content span{
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.banner-slider-content h3,
.banner-slider-content h4 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	padding-right: 140px;
}
.banner-slider-content h4 {
	font-size: 20px;
	padding-right: 15px;
}
.banner-slider-content a{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
}

.banner-slider-content a::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}


/*===== INDEX 3 =====*/

.slider-active-2{}
.slider-active-2 .slick-dots{
    position: absolute;
    bottom: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-active-2 .slick-dots li{
    display: inline-block;
    margin: 0 8px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.slider-active-2 .slick-dots li.slick-active {
	padding-left: 100px;
    position: relative;
    margin-left: 15px;
    margin-right: 5px;
}
.slider-active-2 .slick-dots li.slick-active::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-active-2 .slick-dots li button{
    padding: 0;
    background: none;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

/*===== INDEX 4 =====*/

.slider-banner-right-4,
.slider-banner-4{
    position: relative;
}
.slider-banner-4 .slider-banner-image{}
.slider-banner-4 .slider-banner-image img{
    width: 100%;
}
.slider-banner-right-4 .slider-banner-content,
.slider-banner-4 .slider-banner-content{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}
.slider-banner-right-4 .slider-banner-content span,
.slider-banner-4 .slider-banner-content span{
    background-color: #dc2f12;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 0 8px;
}
.slider-banner-4 .slider-banner-content h3 > a{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.slider-banner-right-4 .slider-banner-content h4 > a{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.slider-banner-right-4 .slider-banner-content p,
.slider-banner-4 .slider-banner-content p{
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.slider-banner-right-4 .slider-banner-content p a,
.slider-banner-4 .slider-banner-content p a{
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    display: inline;
}

.slider-banner-right-4 .slider-banner-content > .more{
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 3px;
}
.slider-banner-right-4 .slider-banner-content > .more::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}




/*===========================
    4.NEWS ONE css
===========================*/

.news-one{}

.news-one .one-image{
    overflow: hidden;
}
.news-one .one-image img{
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}
.news-one:hover .one-image img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-one .one-content{}
hr.title-break{
    border-color: #000000;
    display: block;
    width: 40px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #000000;
}
.post-detail{
    text-align: center;
    font-size: 14px;
    color: #222222;
    width: 100%;
    padding: 0;
    float: left;
    margin: 5px 0 15px 0;
    font-style: italic;
    font-family: "Georgia";
}

.entry-header .post-detail{
    margin-bottom: 40px;
}

.entry-cover img{
    width:100%;
    max-width:100%;
    height:auto;
}

.post-info-cat, .post-info-cat a {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ca9f5c;
    margin-bottom: 10px;
}

.news-one .one-content h5{
    text-align: center;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 16px;
}
.news-one .one-content h5 a{
    color: #000000;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.news-one .one-content h5 a:hover{
    color: #dc2f12;
}
.news-one .one-content ul li a{
    font-size: 13px;
}

.news-one .one-content ul li.date a{
    color: #a3a199;
    float: left;
}
.news-one .one-content ul li.share a{
    color: #5b5c55;
    float: right;
}
.news-one .one-content ul li.share a i{
    color: #000;
    margin-right: 2px;
}


/*===========================
    5.RIGHT SIDEBAR css
===========================*/

.right-sidebar{padding-top:60px;}
.right-sidebar .newsletter{
    background-color: #f7f7f7;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 35px;
    padding-bottom: 40px;
}

.right-sidebar .newsletter .newsletter-title h6{
    font-size: 18px;
    font-weight: 600;
    color: #151515;
    text-transform: uppercase;
}
.right-sidebar .newsletter .newsletter-title p{
    font-size: 15px;
    color: #717171;
    padding-top: 6px;
}

.right-sidebar .newsletter .newsletter-social ul li {
    margin: 0 10px;
}
.right-sidebar .newsletter .newsletter-social ul li a{
    font-size: 16px;
    color: #201f1f;
}

.right-sidebar .newsletter .newsletter-input{}
.right-sidebar .newsletter .newsletter-input input{
    width: 100%;
    padding: 0 15px;
    height: 40px;
    border: 0;
    background-color: #fff;
    text-align: center;
    font-size: 15px;
}
.right-sidebar .newsletter .newsletter-input input::-webkit-input-placeholder{
    color: #717171;
    opacity: 1;
}
.right-sidebar .newsletter .newsletter-input input:-ms-input-placeholder{
    color: #717171;
    opacity: 1;
}
.right-sidebar .newsletter .newsletter-input input::placeholder{
    color: #717171;
    opacity: 1;
}

.right-sidebar .newsletter .newsletter-input button{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #363434;
    border: 0;
    margin-top: 10px;
    padding: 0;
    cursor: pointer;
}


.right-sidebar .categories{
    background-color: #f7f7f7;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 35px;
    padding-bottom: 30px;
}
.right-sidebar .categories .categories-title h6{
    font-size: 18px;
    font-weight: 600;
    color: #171822;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.right-sidebar .categories .categories-title h6::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #dc2f12;
    left: 0;
    bottom: 0;
}

.right-sidebar .categories .categories-list ul li{
    line-height: 35px;
    border-bottom: 1px solid #ddd;
}
.right-sidebar .categories .categories-list ul li:last-child{
    border-bottom: 0;
}

.right-sidebar .categories .categories-list ul li a{
    display: block;
    color: #5b5c55;
    font-size: 14px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.right-sidebar .categories .categories-list ul li a:hover{
    color: #dc2f12;
}

.right-sidebar .categories .categories-list ul li a i{
    float: right;
    font-size: 8px;
    overflow: hidden;
}

.right-sidebar .banner img{
    width: 100%;
}


/*===========================
    6.OUR INSTAGRAM css
===========================*/


.instagram-area{}

.instagram-title h5{
    font-size: 22px;
    font-weight: 600;
    color: #201f1f;
    text-transform: uppercase;
}

.single-instagram a{
    overflow: hidden;
    display: block;
}
.single-instagram a img{
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.single-instagram:hover a img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



/*===========================
    7.FOOTER css
===========================*/

.footer-area{}

.footer-contact .f-info p,
.footer-contact .f-info span{
    font-size: 14px;
    color: #201f1f;
    font-weight: 400;
    line-height: 24px;
}

.f-title{}
.f-title h5{
    font-size: 22px;
    text-transform: uppercase;
    color: #201f1f;
    font-weight: 500;
}

.footer-categories{}
.footer-categories .f-link{}
.footer-categories .f-link ul{
    width: 33.33%;
    float: left;
}
.footer-categories .f-link ul li{
    line-height: 35px;
}
.footer-categories .f-link ul li a{
    font-size: 15px;
    color: #555;
    font-weight: 500;
}
.footer-categories .f-link ul li a:hover{
    color: #dc2f12;
}

.footer-social{}

.footer-social .f-social{}
.footer-social .f-social ul {}
.footer-social .f-social ul li{
    margin-right: 20px;
}

.footer-social .f-social ul li a{
    font-size: 16px;
    color: #201f1f;
}


.footer-copyright{}


.copyright{}
.copyright p{
    font-size: 15px;
    color: #201f1f;
}

.footer-menu ul li{
    display: inline-block;
    margin-left: 25px;
}
.footer-menu ul li:first-child{
    margin-left: 0;
}

.footer-menu ul li a{
    font-weight: 600;
    font-size: 15px;
    color: #201f1f;
    text-transform: uppercase;
}

/*===== BACK TOP TOP =====*/

.back-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    color: #201f1f;
    background-color: #f9f9f9;
    z-index: 99;
    text-align: center;
    display: none;
}

.back-to-top:hover{
    color: #201f1f;
}



/*===========================
    8.SIDE CANVAS css
===========================*/

.side-canvas {
	width: 390px;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	padding: 75px 60px 0;
	z-index: 999;
	background-color: #fff;
	overflow: auto;
	-webkit-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.04);
	box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.04);
	-webkit-transform: translateX(110%);
	transform: translateX(110%);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.side-canvas.open{
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

button.canvas-closebtn {
	padding: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: none;
	border: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
button.canvas-closebtn:hover{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent !important;
}

button.canvas-closebtn span {
	width: 30px;
	height: 2px;
	background-color: #000;
	position: relative;
	display: block;
}
button.canvas-closebtn span:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1px;
}
button.canvas-closebtn span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -1px;
}

.canvas-menu{}

.canvas-contact{
    padding-bottom: 50px;
}

.canvas-contact .canvas-social ul li{
    margin-left: 25px;
}
.canvas-contact .canvas-social ul li:first-child{
    margin-left: 0;
}

.canvas-contact .canvas-social ul li a{
    font-size: 26px;
    color: #999;
}

.canvas-contact .canvas-info{}
.canvas-contact .canvas-info span{
    font-size: 24px;
    color: #222;
    font-weight: 600;
}
.canvas-contact .canvas-info p{
    font-size: 13px;
    color: #201f1f;
    line-height: 24px;
}


.canvas-menu-side ul.menu li ul.sub-menu {
	display: none;
	margin-top: 10px;
}


.canvas-menu-side ul.menu li a {
    font-size: 36px;
	font-weight: 600;
	color: #999;
	display: block;
	line-height: 50px;
    margin-top: 20px;
}

.canvas-menu-side ul.menu li a:hover{
    color: #201f1f;
}

.canvas-menu-side ul.menu li ul.sub-menu li a {
    font-size: 16px;
    color: #999;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    font-weight: 600;
    line-height: 28px;
}
.canvas-menu-side ul.menu li ul.sub-menu li a:hover{
    color: #000;
}

.convas-info p{
    color: #201f1f;
    font-size: 15px;
}

.convas-info p a{
    color: #201f1f;
}

/*===========================
    9.NEWS TOW css
===========================*/


.news-tow{}
.news-tow .news-tow-image{
    position: relative;
}
.news-tow .news-tow-image img{
    width: 100%;
}
.news-tow .news-tow-image span{
    font-size: 13px;
    font-weight: 400;
    padding: 0 20px;
    line-height: 30px;
    background-color: #353630;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
}
.news-tow .news-tow-content{}
.news-tow .news-tow-content > h4 > a{
    color: #353630;
    font-size: 24px;
    font-weight: 600;
}
.news-tow .news-tow-content strong{
    color: #5b5c55;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
    display: inline-block;
}
.news-tow .news-tow-content strong > a{
    font-weight: 600;
    color: #5b5c55;
}

.news-tow .news-tow-content > a{
    font-size: 13px;
    color: #151515;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 3px;
}

.news-tow .news-tow-content > a::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #151515;
}


.like-social-share{}
.like-social-share .like-comment{
    float: left;
}
.like-social-share .like-comment ul li{
    display: inline-block;
    margin-left: 20px;
}
.like-social-share .like-comment ul li:first-child{
    margin-left: 0;
}

.like-social-share .like-comment ul li a{
    font-size: 13px;
    color: #5b5c55;
}
.like-social-share .like-comment ul li a i{
    margin-right: 3px;
}

.like-social-share .share,
.like-social-share .social-share{
    float: right;
}
.like-social-share .social-share ul li{
    display: inline-block;
    margin-right: 18px;
}
.like-social-share .social-share ul li:last-child{
    margin-right: 0;
}

.like-social-share .social-share ul li a{
    font-size: 15px;
    color: #201f1f;
}

.like-social-share .share a{
    font-size: 13px;
    color: #5b5c55;
}
.like-social-share .share a i{
    margin-right: 3px;
}



/*===========================
    10.NEWS THREE css
===========================*/

.news-three{}
.news-three .news-three-image{
    position: relative;
}
.news-three .news-three-image img{
    width: 100%;
}
.news-three .news-three-image span{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background-color: #353630;
    padding: 0 15px;
    line-height: 30px;
}

.news-three .news-three-content{}
.news-three .news-three-content > ul{}
.news-three .news-three-content > ul > li{
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.news-three .news-three-content > ul > li::before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #555;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -18px;
}
.news-three .news-three-content > ul > li:last-child::before{
    display: none;
}
.news-three .news-three-content > ul > li:last-child{
    margin-right: 0;
}

.news-three .news-three-content > ul > li > a{
    font-size: 13px;
    font-weight: 400;
    color: #afacac;
    text-transform: uppercase;
}

.news-three .news-three-content h3{
    position: relative;
}
.news-three .news-three-content h3::before{
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #e1e1e1;
    bottom: 0;
    left: 0;
}
.news-three .news-three-content h3 a{
    font-size: 24px;
    color: #151515;
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 5px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.news-three .news-three-content h3 a:hover{
    color: #dc2f12;
}

.news-three .news-three-content p{
    font-size: 15px;
    color: #717171;
    padding-top: 5px;
}
.news-three .news-three-content .more-share{}
.news-three .news-three-content .more-share .more{
    float: left;
}
.news-three .news-three-content .more-share .more a{
    font-size: 14px;
    text-transform: uppercase;
    color: #151515;
    font-weight: 300;
    position: relative;
    padding-bottom: 3px;

}
.news-three .news-three-content .more-share .more a::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #151515;
    left: 0;
    bottom: 0;
}

.news-three .news-three-content .more-share .share-like{
    float: right;
}
.news-three .news-three-content .more-share .share-like > ul > li{
    display: inline-block;
    margin-left: 24px;
}
.news-three .news-three-content .more-share .share-like > ul > li:first-child{
    margin-left: 0;
}

.news-three .news-three-content .more-share .share-like > ul > li > a{
    font-size: 14px;
    color: #201f1f;
}
.news-three .news-three-content .more-share .share-like > ul > li > a i{
    margin-right: 3px;
}


.news-hidden{
    display: none;
}



/*===========================
      11.NEWS FORE css
===========================*/


.news-fore{}
.news-fore .news-fore-image{
    position: relative;
}
.news-fore .news-fore-image img{
    width: 100%;
}
.news-fore .news-fore-image span{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background-color: #353630;
    padding: 0 15px;
    line-height: 30px;
}

.news-fore .news-fore-content{}
.news-fore .news-fore-content h4 a{
    font-size: 20px;
    font-weight: 600;
    color: #171822;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-fore .news-fore-content h4 a:hover{
    color: #dc2f12;
}

.news-fore .news-fore-content p{}

.news-fore .author-name .name{
    float: left;
}
.news-fore .author-name .name > ul > li{
    display: inline-block;
    margin-right: 25px;
    position: relative;
}
.news-fore .author-name .name > ul > li::before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #555;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
}
.news-fore .author-name .name > ul > li:last-child::before{
    display: none;
}
.news-fore .author-name .name > ul > li:last-child{
    margin-right: 0;
}

.news-fore .author-name .name > ul > li > a{
    font-size: 13px;
    font-weight: 400;
    color: #afacac;
    text-transform: uppercase;
}

.news-fore .author-name .share{
    float: right;
}
.news-fore .author-name .share a{
    font-size: 13px;
    color: #5b5c55;
}



/*===========================
     12.NEWS FIVE css
===========================*/

.news-five{}
.news-five-image img{
    width: 100%;
}
.news-five-content{}
.news-five-content h4 a{
    color: #171822;
    font-size: 22px;
    font-weight: 600;
}

.news-five-content .author-name .name{
    float: left;
}
.news-five-content .author-name .name > ul > li{
    display: inline-block;
    margin-right: 25px;
    position: relative;
}
.news-five-content .author-name .name > ul > li::before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #555;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
}
.news-five-content .author-name .name > ul > li:last-child::before{
    display: none;
}
.news-five-content .author-name .name > ul > li:last-child{
    margin-right: 0;
}

.news-five-content .author-name .name > ul > li > a{
    font-size: 13px;
    font-weight: 400;
    color: #afacac;
    text-transform: uppercase;
}

.news-five-content .author-name .share{
    float: right;
}
.news-five-content .author-name .share a{
    font-size: 13px;
    color: #5b5c55;
}

/*===========================
    13.MASONRY BLOG css
===========================*/

.masonry-blog-area{}

.single-blog{}
.single-blog .blog-image img{
    width: 100%;
}

.single-blog .blog-content{
    padding: 25px 20px;
}

.single-blog .blog-content ul li{
    display: inline-block;
    margin-left: 55px;
    position: relative;
}
.single-blog .blog-content ul li::before{
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    top: 50%;
    left: -43px;
    background-color: #e1e1e1;
}

.single-blog .blog-content ul li:first-child::before{
    display: none;
}

.single-blog .blog-content ul li:first-child{
    margin-left: 0;
}

.single-blog .blog-content ul > li > a{
    font-size: 14px;
    color: #afacac;
    text-transform: uppercase;
}

.single-blog .blog-content h3 > a{
    font-size: 28px;
    color: #151515;
    font-weight: 600;
}

.single-blog .blog-content p{
    font-size: 15px;
    font-weight: 600;
}

.single-blog .blog-content > a{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    color: #151515;
    padding-bottom: 3px;
    position: relative;
}

.single-blog .blog-content > a::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #151515;
    left: 0;
    bottom: 0;
}

/*
.news-hidden-2{
    display: none;
}
*/



/*===========================
    14.PAGE BANNER css
===========================*/

.page-banner{}

.page-breadcrumb{}
.page-breadcrumb h2{
    font-size: 36px;
    color: #201f1f;
    text-transform: uppercase;
    font-weight: 500;
}
.page-breadcrumb .breadcrumb{
    padding: 0;
    background: none;
    border-radius: 0;
}
.page-breadcrumb .breadcrumb-item{
    color: #201f1f;
    font-size: 16px;
    font-weight: 500;
    margin: 0 30px;
    position: relative;
    margin-top: 10px;
}
.page-breadcrumb .breadcrumb-item a{
    color: #201f1f;
    font-size: 16px;
}
.page-breadcrumb  .breadcrumb-item + .breadcrumb-item::before {
	padding-right: 0;
	color: #201f1f;
	content: "/";
	position: absolute;
	left: -30px;
}


.page-bg{
    width: 100%;
    height: 670px;
}



/*===========================
    15.POST DETAILS css
===========================*/

.details-content{}
.details-content > span{
    font-size: 16px;
    color: #a3a199;
    text-transform: uppercase;
}
.details-content span a{
    color: #a3a199;
}

.details-content .breadcrumb{
    padding: 0;
    background: none;
    margin-bottom: 0;
}
.details-content .breadcrumb p{
    color: #171822;
    font-size: 24px;
    font-style: italic;
}

.details-content .post-image img{
    width: 100%;
}
.details-content .post-image > span{
    font-size: 14px;
    color: #a1a1a1;
    font-weight: 600;
}
.details-content .post-list{}
.details-content .post-list ul {
	list-style-type: disc;
    margin-left: 15px;
}
.details-content .post-list ol{
    list-style-type: decimal;
    margin-left: 15px;
}

.details-content .post-list ol li,
.details-content .post-list ul li{
    font-size: 14px;
    color: #555;
    margin-top: 15px;
}


.details-content .meta{

}

.details-content .meta .tag ul li{
    margin-left: 20px;
}
.details-content .meta .tag ul li:first-child{
    margin-left: 0;
}
.details-content .meta .tag ul li a{
    color: #ca9f5c;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
.details-content .meta .social ul li{
    margin-right: 20px;
}
.details-content .meta .social ul li:last-child{
    margin-right: 0;
}
.details-content .meta .social ul li a{
    font-size: 16px;
    color: #201f1f;
}


.details-content .next-previous{}
.details-content .next-previous .next .meta-title,
.details-content .next-previous .previous .meta-title{
    font-size: 16px;
    font-weight: 600;
    color: #171822;
    margin-bottom: 20px;
}
.details-content .next-previous .next a,
.details-content .next-previous .previous a{
    font-size: 13px;
    font-weight: 600;
    color: #a3a199;
    text-transform: uppercase;
}

.post-arrow-previous{
   margin-right: 5px;
   font-weight: 600;
}

.post-arrow-next{
    margin-left: 5px;
    font-weight: 600;
 }

.details-content .post-author {
    border-bottom: 1px solid #e1e1e1;
}
.details-content .post-author .author-thumb img{
    border-radius: 50%;
}

.details-content .post-author .author-content .author-title > a{
    font-size: 18px;
    font-weight: 600;
    color: #151515;
}
.details-content .post-author .author-content p{}
.details-content .post-author .author-content > a{
    font-size: 13px;
    color: #151515;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 3px;
}
.details-content .post-author .author-content > a::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #151515;
}

.details-content .you-may{}
.details-content .you-may .you-may-title{
    font-size: 24px;
    font-weight: 600;
    color: #151515;
}

.details-content .you-may .single-you{}
.details-content .you-may .single-you .you-image img{
    width: 100%;
}
.details-content .you-may .single-you .you-content{}
.details-content .you-may .single-you .you-content span{
    font-size: 13px;
    color: #a1a1a1;
    text-transform: uppercase;
}
.details-content .you-may .single-you .you-content .you-title a{
    font-size: 16px;
    font-weight: 600;
    color: #151515;
}

.details-content .comment-list .comment-title{
    font-size: 24px;
    font-weight: 600;
    color: #151515;
}

.details-comment .comment-list ul li{
    margin-top: 55px;
}

.details-comment .comment-list ul li .single-comment{
    position: relative;
}
.details-comment .comment-list ul li .single-comment .comment-image {
    position: absolute;
    top: 0;
    left: 0;
}
.details-comment .comment-list ul li .single-comment .comment-image img{
    border-radius: 50%;
}
.details-comment .comment-list ul li .single-comment .comment-post{
    padding-left: 100px;
}
.details-comment .comment-list ul li .single-comment .comment-post .post-title{
    font-size: 16px;
    font-weight: 600;
    color: #151515;
}

.details-comment .comment-list ul li .single-comment .comment-post span{
    font-size: 13px;
    color: #a1a1a1;
    font-weight: 600;
}
.details-comment .comment-list ul li .single-comment .comment-post a {
    font-size: 13px;
    color: #151515;
    font-weight: 600;
    margin-top: 5px;
}
.details-comment .comment-list ul li .comment-reply{
    padding-left: 100px;
}

.details-comment .comment-form{}
.details-comment .comment-form .comment-title{
    font-size: 24px;
    font-weight: 600;
    color: #151515;
    padding-bottom: 5px;
}
.details-comment .comment-form .single-form{
    margin-top: 20px;
}
.details-comment .comment-form .single-form input,
.details-comment .comment-form .single-form textarea{
    width: 100%;
    background-color: #f7f7f7;
    height: 45px;
    padding: 0 25px;
    color: #a1a1a1;
    border: 0;
}

.details-comment .comment-form .single-form textarea{
    height: 220px;
    padding-top: 20px;
    resize: none;
}
.details-comment .comment-form .single-form .main-btn{
    letter-spacing: 0;
    line-height: 45px;
    padding: 0 50px;
    background-color: #464646;
}
.details-comment .comment-form .single-form .main-btn:hover{
    background-color: #151515;
}


.details-comment .comment-form .single-form textarea::-webkit-input-placeholder,
.details-comment .comment-form .single-form input::-webkit-input-placeholder{
    color: #a1a1a1;
    opacity: 1;
}

.details-comment .comment-form .single-form textarea:-ms-input-placeholder,
.details-comment .comment-form .single-form input:-ms-input-placeholder{
    color: #a1a1a1;
    opacity: 1;
}

.details-comment .comment-form .single-form textarea::placeholder,
.details-comment .comment-form .single-form input::placeholder{
    color: #a1a1a1;
    opacity: 1;
}


/*===========================
    16.ABOUT PAGE css
===========================*/

.about-content{}

.about-title{}
.about-title .about-title{
    font-size: 36px;
    color: #151515;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}
.about-title .about-title::before{
    position: absolute;
    content: '';
    background-color: #e1e1e1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 33px;
    height: 2px;
}
.about-quote{}
.about-quote h4{
    font-size: 22px;
    color: #151515;
    padding-bottom: 5px;
    font-weight: 600;
}
.about-quote span{
    font-size: 16px;
    color: #717171;
}

.about-social{}
.about-social ul li {
    margin: 0 10px;
}
.about-social ul li a{
    font-size: 16px;
    color: #201f1f;
}


/*===========================
      17.TEAM AREA css
===========================*/

.team-area{}

.single-team{}


.single-team .team-author{
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-team:hover .team-author{
    -webkit-box-shadow: 0px 0px 35px 0px rgba(102,132,242,0.45);
    box-shadow: 0px 0px 35px 0px rgba(102,132,242,0.45);
}

.single-team .team-author .team-social{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(180, 124, 89, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-team:hover .team-author .team-social{
    opacity: 1;
    visibility: visible;
}


.single-team .team-author .team-social ul{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.single-team .team-author .team-social ul li{
    display: inline-block;
    margin: 0 8px;
}
.single-team .team-author .team-social ul li a{
    font-size: 16px;
    color: #fff;
}

.single-team .team-name{}
.single-team .team-name .team-title a{
    font-size: 18px;
    color: #151515;
    font-weight: 300;
    padding-bottom: 5px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-team .team-name .team-title a:hover{
    color: #6684f2;
}

.single-team .team-name span{
    font-size: 13px;
    color: #6684f2;
    text-transform: uppercase;
}

.team-active{}
.team-active  .slick-arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -90px;
}
.team-active  .slick-arrow i{
    font-size: 30px;
    color: #8799a3;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.team-active  .slick-arrow i:hover{
    color: #6684f2;
}

.team-active  .slick-arrow.next{
    left: auto;
    right: -90px;
}


/*===========================
    18.TESTIMONIAL css
===========================*/

.testimonial-tilte .tilte{
    font-size: 32px;
    color: #151515;
    font-weight: 600;
}

.testimonial-content{}
.testimonial-content p {
	font-size: 24px;
	font-weight: 400;
	color: #151515;
	font-style: italic;
	position: relative;
	z-index: 9;
	padding: 0 10px;
}
.testimonial-content p::before {
	position: absolute;
	content: '';
	left: 50%;
	top: -20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: url(../images/about/quote.png);
	background-repeat: no-repeat;
	width: 90px;
	height: 65px;
	z-index: -1;
}

.testimonial-content .testimonial-name{
    font-size: 18px;
    color: #b47c59;
    font-weight: 400;
    padding-bottom: 5px;
}
.testimonial-content span{
    color: #8799a3;
    font-size: 16px;
}

.testimonial-active{}
.testimonial-active .slick-arrow{
    position: absolute;
    top: 20%;
    left: -200px;
}
.testimonial-active .slick-arrow i{
    font-size: 30px;
    color: #8799a3;
    cursor: pointer;
}
.testimonial-active .slick-arrow.next{
    left: auto;
    right: -200px;
}

.testimonial-active .slick-dots{
    text-align: center;
    margin-top: 40px;
}
.testimonial-active .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.testimonial-active .slick-dots li button{
    font-size: 0;
    width: 20px;
    height: 5px;
    border-radius: 5px;
    background-color: #dae4ea;
    border: 0;
    cursor: pointer;
}
.testimonial-active .slick-dots li.slick-active button{
    background-color: #8799a3;
}


/*===========================
    19.ABOUT OFFICE css
===========================*/

.office-image img{
    width: 100%;
}

.office-info ul li{
    margin-bottom: 50px;
}
.office-info ul li:last-child{
    margin-bottom: 0;
}

.office-info ul li .single-info{}
.office-info ul li .single-info .info-title{
    font-size: 24px;
    color: #201f1f;
    font-weight: 500;
}
.office-info ul li .single-info p{
    color: #201f1f;
}




/*===========================
    20.CONTACT css
===========================*/


.contact-title{}
.contact-title .title{
    font-size: 36px;
    font-weight: 600;
    color: #151515;
}

.single-contact{
    position: relative;
}

.single-contact .contact-icon{
    position: absolute;
    top: 4px;
    left: 0;
}

.single-contact .contact-contact{
    padding-left: 60px;
}
.single-contact .contact-contact .contact-title{
    font-size: 20px;
    font-weight: 600;
    color: #151515;
}
.single-contact .contact-contact p{}

.contact-map{
    padding: 0 80px;
}
.contact-map #contact-map{
    width: 100%;
    height: 620px;
}

.contact-info{}

.single-contact-info{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.single-contact-info::before{
    position: absolute;
    content: '';
    width: 1px;
    height: 120px;
    background-color: #c4c5c5;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-contact-info.none::before{
    display: none;
}

.single-contact-info .contact-title-info .contact-title{
    font-size: 24px;
    color: #151515;
    font-weight: 600;
    text-transform: uppercase;
}

.single-contact-info .contact-content-info{
    padding-left: 30px;
}
.single-contact-info .contact-content-info ul li{
    margin-top: 25px;
}
.single-contact-info .contact-content-info ul li:first-child{
    margin-top: 0;
}

.single-contact-info .contact-content-info ul li .single-contact-content .contact-title{
    font-size: 16px;
    font-weight: 600;
    color: #151515;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.single-contact-info .contact-content-info ul li .single-contact-content p{
    font-size: 15px;
}

.single-contact-info .contact-content-info ul li .single-contact-content .contact-social li{
    display: inline-block;
    margin-top: 0;
    margin-left: 10px;
}
.single-contact-info .contact-content-info ul li .single-contact-content .contact-social li:first-child{
    margin-left: 0;
}

.single-contact-info .contact-content-info ul li .single-contact-content .contact-social li a{
    font-size: 16px;
    color: #555;
}




.contact-form-area{}

.contact-form-title .form-title{
    font-size: 46px;
    color: #151515;
    font-weight: 600;
    position: relative;
}
.contact-form-title .form-title::before,
.contact-form-title .form-title::after{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #b67c5a;
    border-radius: 5px;
}
.contact-form-title .form-title::after{
    width: 100px;
    left: 40px;
}

.contact-form{}
.contact-form .single-contact-form{
    margin-top: 30px;
}
.contact-form .single-contact-form input,
.contact-form .single-contact-form textarea{
    width: 100%;
    height: 60px;
    border-radius: 50px;
    border: 0;
    background-color: #f7f9f9;
    padding: 0 30px;
    color: #acacac;
}
.contact-form .single-contact-form textarea{
    height: 140px;
    padding-top: 20px;
    resize: none;
}

.contact-form .single-contact-form input::-webkit-input-placeholder,
.contact-form .single-contact-form textarea::-webkit-input-placeholder{
    color: #acacac;
    opacity: 1;
}

.contact-form .single-contact-form input:-ms-input-placeholder,
.contact-form .single-contact-form textarea:-ms-input-placeholder{
    color: #acacac;
    opacity: 1;
}

.contact-form .single-contact-form input::placeholder,
.contact-form .single-contact-form textarea::placeholder{
    color: #acacac;
    opacity: 1;
}

.contact-form .single-contact-form .main-btn{
    line-height: 55px;
    background-color: #b67c5a;
    border-color: #b67c5a;
    border-radius: 50px;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 400;
}


/*===========================
    21.ERROR css
===========================*/

.error-content .error-title{
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    color: #151515;
}
.error-content p a{
    color: #0099ff;
}


.error-search{
    max-width: 370px;
    margin: 40px auto 0;
    position: relative;
}
.error-search input{
    width: 100%;
    height: 55px;
    padding: 0 30px;
    font-size: 16px;
    color: #999;
    background-color: #f4f4f4;
    border: 0;
}
.error-search button{
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
    border: 0;
    background: none;
    width: 40px;
    color: #999;
    font-size: 16px;
    text-align: center;
    padding: 0;
}

.error-search input::-webkit-input-placeholder{
    color: #999;
    opacity: 1;
}

.error-search input:-ms-input-placeholder{
    color: #999;
    opacity: 1;
}

.error-search input::placeholder{
    color: #999;
    opacity: 1;
}

/*=============================================
=            Widgets            =
=============================================*/

.widget {
    margin: 0 0 60px;
    /* Make sure select elements fit in widgets. */
}

.widget ul {
    line-height: 1.6;
}

.widget ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.widget ul li a {
    display: block;
    color: #5b5c55;
    text-decoration: none;
}

.widget ul li a:hover {
    color: #dc2f12;
}

.widget ul li:last-child {
    margin-bottom: 0;
}

.widget select {
    max-width: 100%;
}

.widget .widget-title {
    font-size: 18px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    color: #171822;
}

/* Search Widget */
.widget_search .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget_search label {
    width: 73%;
}

.widget_search .search-field,
.widget_search .search-submit {
    padding: 10px;
}

.widget_search .search-submit {
    display: block;
    font-size: 12px;
}

.widget_search .search-field {
    width: 100%;
}

.widget_calendar caption {
    margin-bottom: 1.5em;
}

.widget_calendar table th,
.widget_calendar table td {
    padding: 10px;
}

.widget_recent_comments ul li {
    color: #868e96;
}

.widget_media_gallery .gallery-item {
    margin: 0;
}

/* Search Widget */
.search-form label {
    position: relative;
}

.search-form label::before {
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    display: block;
    content: "\e610";
    font-family: themify;
    font-size: 14px;
    color: #201f1f;
}

.search-form .search-field {
    -webkit-appearance: textarea;
    font-size: 14px;
    color: #adb5bd;
    height:43px;
}

.search-form .search-field::-webkit-input-placeholder {
    color: inherit;
    font-size: inherit;
}

.search-form .search-field::-ms-input-placeholder {
    color: inherit;
    font-size: inherit;
}

.search-form .search-field::placeholder {
    color: inherit;
    font-size: inherit;
}

.widget_search .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget_search label {
    width: 73%;
}

.search-form input.search-submit{
    font-family: 'HK Nova', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #363434;
    border: 0;
    height: 43px;
    padding: 10px;

}

/*=============================================
=            Accesibility            =
=============================================*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #e0e0e0;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #16181a;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}



/*=============================================
=            Tag Cloud            =
=============================================*/
.entry-footer .tags-links a,
.widget_tag_cloud .tagcloud a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 15px;
    border: 1px solid #dee2e6;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px;
    font-weight: 400;
    color:#5b5c55;
}

.entry-footer .tags-links a:hover,
.widget_tag_cloud .tagcloud a:hover {
    color: #de7b85;
    border-color: #de7b85;
}

/*=============================================
=            Button            =
=============================================*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    background-color: #16181a;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 20px;
    text-transform: uppercase;
    font-family: 'HK Nova', sans-serif;
    letter-spacing: 1px;
    outline: none;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #dc2f12;
    color: #fff;
}

.button:hover::after,
button:hover::after,
input[type="button"]:hover::after,
input[type="reset"]:hover::after,
input[type="submit"]:hover::after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

/*=============================================
=           Comment          =
=============================================*/
.comment-form h3.comment-reply-title{
    font-size: 24px;
    font-family: 'HK Nova', sans-serif;
    font-weight: 700;
    color: #171822;
    margin-bottom: 15px;
}

.comment-form .form-submit input.submit{
    margin-top: 20px;
    background-color: #000000;
    letter-spacing: 0;
    line-height: 45px;
    padding: 0 50px;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.comment-form .form-submit input.submit:hover{
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #333333;
}

.comment-list ul.children{
    padding-left: 100px;
}

/*=============================================
=            Asides            =
=============================================*/
.bypostauthor {
    display: block;
}

/*=============================================
=            Captions            =
=============================================*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery-caption {
    display: block;
}

/*=============================================
=            Alignments            =
=============================================*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*=============================================
=            Pagination            =
=============================================*/
.pagination {
    margin-top: 50px;
    border-top: 1px solid #f1f3f5;
    padding: 30px 0;
    width: 100%;
    font-size: 14px;
}

.pagination .page-numbers {
    color: #868e96;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    position: relative;
}

.pagination .page-numbers.current, .pagination .page-numbers.prev, .pagination .page-numbers.next {
    color: #212529;
}

.pagination .page-numbers.next {
    padding-right: 50px;
}

.pagination .page-numbers:hover {
    color: #dc2f12;
}

.pagination .page-numbers:hover.prev::before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.pagination .page-numbers:hover.next::after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.copyright a{
    color:#dc2f12;
}

.header-logo a{
    color: #201f1f;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

/*=============================================
=            Post Content                     =
=============================================*/
.news-three .news-three-content{
    padding-left: 15px;
}

.news-three .news-three-content::before {
    background-color: #ebebeb;
    content: "";
    height: 1px;
    position: absolute;
    right: 30px;
    left: 30px;
    bottom: 0;
}

.news-three{
    padding-bottom: 35px;
}

.entry-header{
    margin-top: 35px;
    text-align: center;
}

.entry-header .post-title{
    margin-top: 20px;
    margin-bottom: 20px;
}
.next-previous{
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tag-social{
    padding-bottom: 30px;
}

/*=============================================
=            Typography                     =
=============================================*/

.details-content .entry-header > span {
    color: #a1a1a1;
    font-size: 14px;
    letter-spacing: 0.18px;
    line-height: 2;
    text-transform: uppercase;
}

.details-content .post-title {
    color: #151515;
    font-family: 'HK Nova', sans-serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.6px;
    line-height: 1.25;
    margin: 5px 0 16px;
    padding-bottom: 18px;
    position: relative;
}

/* social media icons */
.hasium-icon-instagram:before {
    content: "\f16d";
}

.hasium-icon-facebook:before {
    content: "\f082";
}

.hasium-icon-twitter:before {
    content: "\f099";
}

.hasium-icon-pinterest:before {
    content: "\f231";
}

.hasium-icon-dribbble:before {
    content: "\f17d";
}

.hasium-icon-spotify:before {
    content: "\f1bc";
}

.hasium-icon-vimeo:before {
    content: "\f27d";
}