@import url("https://fonts.googleapis.com/css?family=Muli:400,500,600,700|Lato:400,500,600,700");
@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Titillium+Web&display=swap');
html {
  font-size: 16px;
}

body {
  font-family: "Muli", sans-serif;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

p {
  color: #57667e;
  line-height: 1.46em;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #333;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  text-decoration: none;
  outline:none;
}

img {
  max-width: 100%;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fa:before {
  margin: 0;
}

.section-padding {
  padding: 50px 0 50px;
  -webkit-box-shadow: 1px 1px 1px 0 #e5e5e5;
}

.section-title {
  text-align: center;
  margin-bottom: 25px;
}

.section-title h2 {
  font-size: 23px;
  margin: 0 0 0.5em;
  position: relative;
  text-transform: capitalize;
 font-family: 'Titillium Web','arial';
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 20px;
  }
}

.section-title p {
  margin: 0;
}

.section-title-sub {
  text-align: center;
  margin-top: 30px;
}

.section-title-sub a {
  font-size: 17px;
  margin: 0 0 0.5em;
  position: relative;
  text-transform: capitalize;
  color: #333;
}

.page-title {
  background-color: var(--renkbir);
  height: 75px;
  position: relative;
  width: 100%;
}

.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title .title-breadcrumb {
  float: left;
  overflow: hidden;
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .page-title .title-breadcrumb {
    text-align: center;
    padding-top: 0;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.page-title .breadcrumb li {
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
}

.page-title .breadcrumb li a {
  color: #fff;
  font-weight: bold;
}

.page-title .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.theme-btn{
  background-color: var(--renkbir);
  color: #fff !important;
  font-weight: 600;
  padding: 7.5px 20px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
}

.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active {
  background-color: var(--renkiki);
  color: #fff;
  text-decoration: none;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}

.preloader .p-item {
  margin: 20px auto;
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 50px);
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}

.preloader .p-item .item-p {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.preloader .p-item .item-p:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--renkbir);
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.preloader .p-item .item-p2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.preloader .p-item .item-p3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.preloader .p-item .item-p4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotate(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.preloader .p-item .item-p2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .p-item .item-p3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .p-item .item-p4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.site-header {}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header .navigation .navbar-brand {
  height: auto;
}

.site-header .navigation .navbar-brand:focus{
  outline: none;
}

@media (max-width: 767px) {
  .site-header .navigation .navbar-brand img {
    max-width: 200px;
  }
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {}
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    padding: 34px 12px;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e5e5e5;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #333;
    display: block;
    padding: 10px 15px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-top: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {}
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {}
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: var(--renkbir);
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 22.5px !important;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #333;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: var(--renkbir);
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
  .site-header .navbar-header button {
    top: 22px !important;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

.header-style{}

.header-style .topbar{
  background-color: var(--renkbir);
  padding: 15px 0;
}

.header-style .topbar ul li{
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}

@media (max-width: 767px) {
  .header-style .topbar ul li{
    font-size: 13px;
    font-size: 0.86667rem;
    margin-bottom: 6px;
  }
}

.header-style .topbar li i{
  display: inline-block;
  padding-right: 5px;
}

.header-style .topbar .contact-info ul{
  overflow: hidden;
  float: right;
}

@media (max-width: 767px) {
  .header-style .topbar .contact-info ul{
    float: none;
  }
}

.header-style .topbar .contact-info ul li{
  float: left;
}

@media (max-width: 767px) {
  .header-style .topbar .contact-info ul li{
    float: none;
  }
}

.header-style .topbar .contact-info ul > li + li{
  margin-left: 20px;
}

@media (max-width: 767px) {
  .header-style .topbar .contact-info ul > li + li{
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .header-style .topbar .contact-info ul > li:last-child{
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .header-style .topbar{
    text-align: center;
  }
  .header-style .topbar ul{
    display: inline-block;
  }
}

@media screen and (min-width: 992px) {
  .header-style #navbar{
    margin-right: -30px;
	margin-top:13px;
  }
  .header-style #navbar > ul > li > a{
    padding: 31px 12px;
    color: #242c33;
    position: relative;
    z-index: 10;
  }
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sticky-on {
  opacity: 1;
  top: 0;
}

@media screen and (min-width: 1200px) {
  .box-layout .sticky-header {
    width: 1250px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.site-footer {
  background-color: var(--renkbir);
  position: relative;
  font-size: 15px;
  overflow: hidden;
}

.site-footer ul {
  list-style: none;
}

.site-footer p,
.site-footer li {
  color: #fff;
}

.site-footer .lower-footer {
  text-align: center;
  position: relative;
}

.site-footer .lower-footer .row {
  padding: 20px 0;
  position: relative;
}

.site-footer .lower-footer .copyright {
  display: inline-block;
  float: left;
  font-size: 14px;
  margin: 0;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .copyright {
    float: none;
    display: block;
    margin: 0 0 0px;
  }
}

.site-footer .lower-footer .copyright a {
  color: #fff;
}

.site-footer .lower-footer .social-link {
  display: inline-block;
  float: right;
  overflow: hidden;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .social-link {
    float: none;
    display: block;
    text-align: center;
  }
}

.site-footer .lower-footer .social-link ul {
  overflow: hidden;
  list-style: none;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .social-link ul {
    margin-top: 15px;
    display: inline-block;
  }
}

.site-footer .lower-footer .social-link ul li {
  float: left;
}

.site-footer .lower-footer .social-link ul > li + li {
  margin-left: 15px;
  position: relative;
}

.site-footer .lower-footer .social-link ul a {
  font-size: 14px;
  color: #fff;
}

.project-image{
  position:relative;
  overflow:hidden;
  display:inline-block;
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.project-image:before{
  content:"";
  border:1px solid #FFF;
  position:absolute;
  top:10px;
  left:10px;
  bottom:10px;
  right:10px;
  z-index:1;
}
.project-image img{
  width: 100%;
  height: 100%;
}
.project-overlay {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.project-grid .content {
  z-index: 1;
  position: absolute;
  top:50%;
  left:0;
  margin-top: -40px;
  width:100%;
}
.project-grid .content h3 a{text-decoration:none; color:#fff;font-size: 17.5px;}

.project-gallery {
  margin-bottom: 20px;
}

.sidebar {
  margin-bottom: 20px !important;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
  }
}

.sidebar .widget {
  padding: 35px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 21px 0px rgba(33, 49, 182, 0.09);
  box-shadow: 0px 4px 21px 0px rgba(33, 49, 182, 0.09);
}

.sidebar .widget h3 {
  font-size: 18px;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
  padding: 0 0 15px 0;
}

.sidebar .widget .active:before {
  content: "";
  background-color: var(--renkiki);
  width: 4px;
  height: 20px;
  position: absolute;
  left: -27.5px;
}

.sidebar > .widget + .widget {
  margin-top: 65px;
}

.sidebar .category-widget ul {
  list-style: none;
}

.sidebar .category-widget ul li {
  font-size: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .sidebar .category-widget ul li {
    font-size: 14px;
  }
}

.sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

.sidebar .category-widget ul > li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #e5e5e5;
}

.sidebar .category-widget ul a {
  display: block;
  color: #57667e;
}

.pagination-wrapper {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
  .pagination-wrapper {
    margin-top: 35px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 45px;
  height: 45px;
  line-height: 42px;
  font-size: 16px;
  font-weight: bold;
  color: #a9b8c4;
  border: 2px solid #c9cfd4;
  display: block;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 15px;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: var(--renkiki);
  border-color: var(--renkiki);
  color: #fff;
}

.pagination-wrapper .pg-pagination .fa:before {
  font-size: 15px;
}

.single-project-image-item {
  margin-bottom: 20px;
}

.single-project-image-item:last-child {
  margin-bottom: 0
}

.google-maps {
  height: 250px;
  margin-top: 10px;
}

.google-maps iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

.contact-area .contact-info {
  -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
  text-align: center;
  margin-bottom: 75px;
}

.contact-area .contact-info > div {
  width: 33.33%;
  float: left;
  padding: 60px 35px;
  position: relative;
  border-left: 1px solid #efefef;
}

@media (max-width: 991px) {
  .contact-area .contact-info > div {
    padding: 60px 35px 40px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .contact-area .contact-info > div {
    width: 100%;
    padding: 40px 25px 20px;
    border-left: 0;
    border-top: 1px solid #efefef;
    float: none;
  }
}

.contact-area .contact-info .icon i {
  font-size: 50px;
  font-size: 3.125rem;
  color: var(--renkiki);
}

@media (max-width: 991px) {
  .contact-area .contact-info .icon i {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .contact-area .contact-info .icon i {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.contact-area .contact-info h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 1em 0 0.5em;
}

.contact-area .google-maps {
  height: 350px;
}

.partners-slider .grid {
  margin-top: 15px;
}

.partners-slider .grid img {
  width: auto;
}

.image-gallery {
  margin-top: 15px;
  margin-bottom: 15px;
  height:410px;

}

.gallery-section {
  background-color: var(--renkbir);
}

.gallery-section h2{
  color: #fff;
}

.contact-form {
  margin-top: 7.5px;
}

@media (max-width: 991px) {
  .contact-form {
    margin-top: 30px;
  }
}

.contact-form form input,
.contact-form form textarea {
  background-color: #fff;
  width: 100%;
  height: 50px;
  border: 2px solid #dae9f9;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-form form input:focus,
.contact-form form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--renkiki);
}

@media (max-width: 991px) {
  .contact-form form input,
  .contact-form form textarea {
    height: 40px;
  }
}

.contact-form form textarea {
  height: 162.5px;
  padding: 15px;
}

@media (max-width: 991px) {
  .contact-form form textarea {
    height: 150px;
  }
}

.contact-form .form-inputs {
  overflow: hidden;
}

.contact-form .form-submit button {
  min-width: 100%;
  float: right;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  border-radius: 50px;
}

.blog-grids {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-grids .grid {
  padding: 0px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.blog-grids .entry-title h3 {
  padding: 0px 10px 20px 10px;
  font-size: 18px;
}

.blog-grids .entry-title h3 a {
  color: #333;
}

.blog-grids .entry-title h3 a:hover {
  color: var(--renkiki);
}

.index-about h2 {
  margin-top: 0px;
  font-size: 20px;
}

.index-about img {
  width: 100%;
  height: auto;
}

.dumansoft{background: #141414; color:#CCCCCC; text-align:center; padding:13px 0 13px 0;  font-family: 'Titillium Web','arial';}
.dumansoft a{color:#fff;  font-family: 'Titillium Web','arial';}