/*   
Theme Name: Controlit
*/
.current_page_item a{
  background: #fab900!important;
  color: #4a4f53!important;
}
/*SUB-MENU*/
.top-menu .info-block{
  margin: 0;
  position: absolute;
  left: -60px;
  right: -60px;
  z-index: 10;
  border-radius: 0px 0px 8px 8px;
  border-bottom: 1px solid rgba(74, 79, 83, 1);
  background: rgba(254, 254, 254, 1);
  top: 100%;
  padding: 49px 0 49px;
}
.top-menu .info-column h3{
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
  color: rgb(12, 12, 12);
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.top-menu .info-column strong{
  color: rgb(12, 12, 12);
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
.top-menu .container {
  width: 1360px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.top-menu .info-column li{
  grid-gap: 10px;
  margin-bottom: 16px;
}
.top-menu  .info-column{
  width: 350px;
}
.top-menu  .info-column.blog{
  width: 470px;
}

.top-menu  .info-column:nth-child(2){
  margin-right: 30px;
}
.top-menu .blog .blog-item{
  padding: 7px;
  gap: 26px;
}
.top-menu .image-placeholder{
  width: 160px;
  height: 105px;
  overflow: hidden;
  border-radius: 10px;
  background-position: center;
}
.top-menu .image-placeholder img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

header .content-width{
  position: relative;
}
.top-menu .info-columns{
  display: flex;
  justify-content: space-between;
  gap: 0;
}

.top-menu .blog-item h6{
  margin-bottom: 1px;
}
.top-menu .blog-item h6 a{
  color: rgb(12, 12, 12);
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.top-menu .blog-item p{
  color: rgb(12, 12, 12);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.top-menu .blog-item p + a{
  display: flex;
  align-items: center;
  grid-gap: 10px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  color: rgba(250, 185, 0, 1);
}
.top-menu .blog-item p + a i{
  font-size: 12px;
  position: relative;
  top: 1px;
}
.top-menu .blog .blog-item + a{
  display: flex;
  align-items: center;
  grid-gap: 10px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  color: rgb(12, 12, 12);
}

.top-menu .blog .blog-item + a i{
  font-size: 12px;
  position: relative;
  top: 1px;
  left: 0;
  transition: all .4s ease;
}

.top-menu .blog .blog-item + a:hover i{
  left: 3px;
}
.top-menu .blog .blog-item {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0);
}
.top-menu .blog .blog-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.top-menu  .show-info-block a:after{
  position: relative;
  top: 2px;
  left: 0;
  content: '\f078';
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
}
.top-menu  .show-info-block a.is-open:after{
  content: '\f077';
}
.top-menu  .show-info-block a.is-open{
  background: #fab900;
  color: #4a4f53;
}

/*END-SUB-MENU*/


figure img{
  height: auto;
}

.info-block-bg .bg img{
  height: auto;
}

.text-center-block p{
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 25px;
}
.blog-block .content{
  width: 100%;
}
.info-block-bg .contact-form{
  width: 500px;
  max-width: 100%;
  margin: 0 auto 40px;
}

.banner-center .text{
  width: 600px;
  margin: auto!important;
  max-width: 100%;
  text-align: center;
}

.header-bg .top-menu .menu > li > a{
  color: rgba(12, 12, 12, 1)!important;
  background: rgba(229, 231, 235, 1);
}
.header-bg .top-menu .menu > li > a:hover{
  background: #fab900!important;
}
.header-bg .top-menu .menu .sub-menu a{
  color: rgba(12, 12, 12, 1)!important;
}

.header-bg .top-menu .menu .sub-menu{
  background: rgba(229, 231, 235, 1);
}
footer .right{
  width: calc(100% - 700px);
}
.left-logo img{
  width: 100%;
  height: auto;
}
.page-template-default .page-banner-mini{
  min-height: 500px;
}
.iti{
  display:block;
}
.iti__country-name{
  color: #999;
}

@media (max-width: 1430px){
  .top-menu .info-block {
    left: -20px;
    right: -20px;
  }
}
@media (max-width: 991px){
  footer .left {
    flex: 1 1 45%;
  }
  footer .right {
    flex: 1 1 100%;
  }
}
@media (max-width: 575px){
  .text-center-block p {
    font-size: 16px;
  }
  .download .wrap-menu{
    padding: 0 25px;
  }
  .page-template-default .page-banner-mini{
    min-height: 300px;
  }
  .case-inner {
    padding: 30px 0 45px;
  }
}