.kc_row .kc_col-sm-12{
 padding-left:0px !important;
 padding-right:0px !important; 
}
.admin-bar .main-header{
	top:32px;
}
.kc_column>.kc-col-container{
	display:block;
}
.kc-row-container.kc-container{
	max-width:100%;
	width:100%;
}
.main-slider.main-slider-one .content-inner{
	text-align:right !important;
}
.pagination li a, .pagination li span{
	position: relative;
    display: inline-block;
    line-height: 30px;
    height: 44px;
    font-size: 16px;
    min-width: 44px;
    color: #d9b256;
    font-weight: 700;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #d9b256;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	color: #ffffff;
    border-color: #d9b256;
    background-color: #d9b256;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-radius:50%;
}
.main-header .nav-outer .search-box-outer .dropdown.open .search-box-btn .fa-search:before{
	content:"\f00d";
}
.default-form.style-two .form-group input[type="submit"]{
	color:#000000;
}
.default-form.style-two .form-group input[type="submit"]:hover{
	color:#ffffff;
}
.architecture-section.style-two{
	border-bottom: 1px solid #d9d9d9;
}
.inner-container.style_two{
	margin-bottom:0px;
	border-bottom:0px;
}
.inner-container.style_two .styled-pagination.text-center .pagination{
	border-top: 1px solid #d5d5d5;
    width: 100%;
    padding-top: 50px;
    margin: 0px;
}
.modro_theme .modro_theme{
	margin-left:70px;
}
.sidebar-page-container .comments-area .modro_theme .default-form{
	padding:25px;	
}
.default-form .group-title{
	margin-bottom:10px;
}
/*** 
=============================================
    Not found area style
=============================================
***/
.not-found-area {
    background: #ffffff none repeat scroll 0 0;
    padding-bottom: 90px;
    padding-top: 50px;
}
.not-found-content h1 {
    color: #1c1c1c;
    font-size: 150px;
    font-weight: 700;
    margin: 0 0 16px;
}
.not-found-content h3 {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.not-found-content p {
    color: #d9b256;
    font-size: 18px;
    margin: 0 0 30px;
}

.not-found-content .search-form {
  max-width: 432px;
  position: relative;
  margin: 0 auto;
  width:100%;
}
.not-found-content .search-form input[type="text"] {
  background: #fff;
  border: 1px solid #d9b256;
  color: #9a9a9a;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  height: 55px;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 60px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  max-width: 432px;
  width:100%;
}
.not-found-content .search-form button {
  background: #d9b256 none repeat scroll 0 0;
  border: 1px solid #d9b256;
  color: #ffffff;
  display: inline-block;
  height: 55px;
  padding: 11px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 55px;
}
.not-found-content .search-form button i {
    font-size: 14px
}
.not-found-content .search-form input[type="text"]:focus {
  border: 1px solid #d9b256;
  background: #fff;
  color: #222;
}
.not-found-content .search-form input[type="text"]:focus + button, 
.not-found-content .search-form button:hover {
  background: #d9b256 none repeat scroll 0 0;
  color: #fff;
}
/*********************** Blog Widget Style **********************/
.widget ul{
	position:relative;
}

.widget ul li{
	position:relative;
}

.widget ul li:last-child a{
	border:none;
}

.widget ul li a{
	position:relative;
	color:#797979;
	font-size:16px;
	font-weight:400;
	padding-bottom:10px;
	margin-bottom:10px;
	display:block;
	text-transform:capitalize;
	border-bottom:1px solid #e6e6e6;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Montserrat', sans-serif;
}

.widget ul li a:after{
	position:absolute;
	content:'\f105';
	right:0px;
	top:0px;
	color:#c8c8c8;
	font-size:14px;
	font-family: 'FontAwesome';
}

.widget ul li a:hover{
	color:#d9b256;
}
/*Popular Tags*/

.widget .tagcloud a{
	position:relative;
	display:inline-block;
	line-height:24px !important;
	padding:6px 20px 6px !important;
	margin:0px 3px 10px 0px;
	color:#a6a6a6;
	text-align:center;
	font-size:15px !important;
	background:none;
	border:1px solid #e4e4e4;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.widget .tagcloud a:hover{
	border-color:#d9b256;
	background-color:#d9b256;
	color:#ffffff;	
}




/*************************** Footer Widget *************************/
.footer-widget ul{
	position:relative;
}
.footer-widget ul li.page_item{
	position: relative;
    margin-bottom: 8px;	
}
.footer-widget ul li.page_item a{
	position: relative;
    font-size: 15px;
    color: rgba(255,255,255,0.70);
    font-family: 'Open Sans', sans-serif;	
}
.footer-widget ul li.page_item a:hover{
	color: #d9b256;
}


.wt-img-effect {position: relative;	overflow: hidden;	display: block;}
.wt-img-effect img {display: block;	margin: 0;	width: 100%;	height: auto;	box-shadow: 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
}

/* 10.1 image-opacity */
.wt-img-effect.opacity img:hover {opacity: 0.8;	-moz-opacity: 0.8;	-webkit-opacity: 0.8;}

/*10.2 image-zoom */
.wt-img-effect.zoom-slow img {transition: all 10s;	-moz-transition: all 10s;	-webkit-transition: all 10s;	-o-transition: all 10s;}
.wt-img-effect.zoom-slow:hover img {-moz-transform: scale(2);	-webkit-transform: scale(2);	-o-transform: scale(2);	-ms-transform: scale(2);	transform: scale(2);}

/*10.3 image-zoom-slow */
.wt-img-effect.zoom:hover img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

/*10.4 image-shrink */
.wt-img-effect.shrink:hover img {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
}

/*10.5 image-side-pan */
.wt-img-effect.side-pan:hover img {
    margin-left: -9%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

/*10.6 image-vertical-pan */
.wt-img-effect.vertical-pan:hover img {
    margin-top: -10%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

/*10.7 image-fade-in */
.wt-img-effect.fade-in {	background: #000}
.wt-img-effect.fade-in img {	opacity: 0.65;	-moz-opacity: 0.65;	-webkit-opacity: 0.65;}
.wt-img-effect.fade-in:hover img {	opacity: 1;	-moz-opacity: 1;	-webkit-opacity: 1;}

/*10.8 image-fade-out */
.wt-img-effect.fade-out {	background: #000}
.wt-img-effect.fade-out:hover img {	opacity: 0.7;	-moz-opacity: 0.7;	-webkit-opacity: 0.7;}

/*10.9 image-rotate */
.wt-img-effect.rotate:hover img {
    -moz-transform: scale(1.5) rotate(-20deg);
    -webkit-transform: scale(1.5) rotate(-20deg);
    -o-transform: scale(1.5) rotate(-20deg);
    -ms-transform: scale(1.5) rotate(-20deg);
    transform: scale(1.5) rotate(-20deg);
}

.blog-post {	position:relative;	margin-bottom:40px;}
.blog-post .grid-post li {float: left;max-width: 100%;border-right: 4px solid #fff;border-bottom: 4px solid #fff;list-style: none;}
.blog-post .grid-post li .portfolio-item {    width: 100%;}
.portfolio-item {width: 100%;    position: relative;    overflow: hidden;    color: #fff;    width: 100%;    border: 0;    position: relative;}
.blog-post .grid-post li img {width: 100%;}
.blog-post .grid-post li img {
    width: 100%;
    image-rendering: optimizequality;
    inline-size: fit-content;
    height: 500px;
}
.wt-img-effect.zoom-slow img {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
}

.wt-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
    -webkit-box-shadow: 0 0 0 rgb(0 0 0 / 0%);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
}