/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 12. 4. 2022, 14:47:14
    Author     : vaclavvelek
*/
@font-face {
  font-family: 'NimbusSanL-Bol';
  src: url('fonts/NimbusSanL-Bol.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NimbusSanL-RegIta';
  src: url('fonts/NimbusSanL-RegIta.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NimbusSanL-Reg';
  src: url('fonts/NimbusSanL-Reg.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NimbusSanL-BolIta';
  src: url('fonts/NimbusSanL-BolIta.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NimbusSansBla';
  src: url('fonts/NimbusSansT-BlackCondensed.otf');
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
}
body {
  font-family: helvetica;
  font-size: 18px;
  font-weight: 100;
  color: #54565A;
}
header{
  background-color: black;
  padding: 40px 0;
}
footer{
  background-color: black;
  padding: 40px 0;
}
.headercontainer{
  display: flex;
  flex-direction: initial;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.headercontainer nav>ul{
  display: flex;
  flex-direction: initial;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.headercontainer nav>ul>li{
  padding: 10px;
  position: relative;
}
.headercontainer nav>ul ul{
  padding: 0;
  position: absolute;
  background-color: black;
  list-style: none;
  margin: 0;
  z-index: 90;
  left:0;
  max-height: 0;
  overflow: hidden;
  transition: all ease 1s;
}
.headercontainer nav>ul ul li{
  padding: 5px 10px;
  white-space: nowrap;
}
.headercontainer nav>ul ul li:hover{
  background-color: white;
}
.headercontainer nav>ul ul li:hover a{
  color: black;
}
.headercontainer nav>ul>li:hover ul {
  max-height: 500px;
  transition: all ease 1s;
}
@media (min-width: 1201px){
  header .headercontainer nav>ul>li a{
    font-size: 20px bold;
  }
}
.headercontainer nav>ul>li a{
  color:white;
  text-decoration: none;
  font-size: 16px;
}
.headercontainer nav>ul>li.active>a{
  color:red;
  font-weight: bold;
}
.headercontainer nav>ul>li a:hover{
  color:red;
}
.headercontainer .rightmenu{
  display: flex;
  flex-direction: column;
}
.headercontainer .rightmenu input{
  color: white;
  border: 1px solid white;
  border-radius: 7px;
  background-color: #E62644;
  text-align: center;
  font-weight: 600;
  padding: 5px 30px;
  font-size: 16px;
}
.headercontainer .rightmenu input{
  color: white;
  border: 0.5px solid white;
  border-radius: 7px;
  background-color: transparent;
  text-align: left;
  font-size: 16px;
}
#layout-footer .rightmenu .loginbtn{
  color: white;
  border: 1px solid white;
  border-radius: 7px;
  background-color: black;
  padding: 5px 28px;
  text-align: center;
  font-size: 16px;
}
#layout-footer .rightmenu .loginbtn:hover {
  color: #fff;
  border: 1px solid white;
  background-color: #E62644;
}
.headercontainer .rightmenu a{
  color: red;
  font-weight: bold;
  font-size: 22px;
  text-decoration: none;
  margin-top: -20px;
}
.item{
  background-size: cover;
  background-position: center;
  min-height: 800px;
}
.mainbanner{
  background-size: cover;
  background-position: center;
  min-height: 400px;
  width:100%;
  position: relative;
  text-align: center;
}
.mainbanner h2 {
  padding-top: 130px;
  color: white;
  color: white;
  font-size: 65px;
  display: block;
  margin: 0;
  /*  text-shadow: 5px 5px 5px rgb(0, 0, 0, 0.4);*/
  /*  font-weight: 500;*/
  font-family: 'NimbusSanL-Bol';
}
.owl-carousel button.owl-dot {
  border: 1px solid white;
  height: 14px;
  width: 14px;
  margin: 5px;
  border-radius: 14px;
  background-color: transparent;
}
.owl-carousel button.owl-dot.active {
  background-color: white!important;
}
.owl-carousel.owl-carousel2 button.owl-dot {
  border: 1px solid white;
  height: 14px;
  width: 14px;
  margin: 5px;
  border-radius: 14px;
  background-color: white!important;
}
.owl-carousel.owl-carousel2 button.owl-dot.active {
  background-color: #E30613!important;
  border-color: #E30613;
}
.carousel-caption {
  left: 0;
  right: 0;
  padding-bottom: 30px;
  top: 20%;
  color: white;
  text-shadow: none;
  bottom: auto;
  max-width: 690px;
  width: 100%;
  margin: auto;
}
.owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
}
.carousel-caption h5{
  color:white;
  font-size: 45px;
}
.boximage{
  width:calc(100% + 30px);
  height: 180px;
  background-size: cover;
  margin-left: -15px;
  margin-bottom: 10px;
}
.industrialpage h2{
  text-align: center;
  color:red;
  /*font-size: 53px;*/
  font-size: 40px;
  /* NEW for offices*/
  margin: 49px 0 25px 0;
  font-weight: 500;
  font-family: 'NimbusSanL-Bol';
}
.industrialpageinner{
  /*box-shadow: 0 15px 15px rgba(0,0,0,0.3);*/
  background-color: white;
  padding: 30px 80px 50px 80px;
}
.industrialpage{
  background-color: white;
  width:100%;
  padding-bottom: 0px;
}
.industrialpage h3{
  color:black;
  font-size: 36px;
  text-align: center;
  padding: 25px 0 15px 0;
}
.retailbottom{
  padding-bottom: 80px;
}
.boxproduct{
  margin-bottom: 30px;
}
.boxproduct h4{
  text-align: center;
  color:black;
}
.boxproduct-inner{
  /*    box-shadow: 10px 10px 15px rgba(0,0,0,0.5);*/
  width: 100%;
  padding: 0px 15px 15px 15px;
  border: 1px solid #ddd;
  background-color: white;
  font-size: 14px;
}
.boxproduct a{
  color:black;
  text-decoration: none;
  font-weight: bold;
}
.contactbanner{
  background-color: #ddd;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  color:black;
}
.industrialpage input {
  max-width: 500px;
  width: 100%;
  border: 2px solid gray;
  border-radius: 7px;
  padding: 20px;
  margin: 25px auto;
  display: block;
}
.propertysearch {
  min-height: calc(100vh - 200px);
  width: 100%;
  background-size: cover;
  text-align: center;
  color: white;
}
.propertysearch h2{
  color:white;
  margin-top: 50px;
}
.propertysearchform{
  display: flex;
  width:100%;
  margin-bottom: 20px;
}
.propertysearchform div{
  background-color: white;
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.propertysearchform div label{
  font-weight: normal;
  font-size: 12px;
  color:gray;
}
.propertysearchform div input, .propertysearchform select{
  border:none;
  background-image: none;
  background-color: transparent;
  color:black;
}
.propertysearchform div {
  width:100%;
  padding-bottom: 0;
}
.propertysearchform div:nth-child(1),.propertysearchform div:nth-child(2){
  width:55%;
}
.propertysearchform div:nth-child(5),.propertysearchform div:nth-child(6){
  border-right: 1px solid #ddd;
}
.propertysearchform div:nth-child(5),.propertysearchform div:nth-child(6),.propertysearchform div:nth-child(7){
  width:44%;
}
.propertysearchform div:nth-child(2),.propertysearchform div:nth-child(3),.propertysearchform div:nth-child(4){
  margin-right: 2%;
}
.propertysearchform svg {
  position: relative;
  top: 4px;
  right: 0;
}
.propertysearch form input[type="submit"]{
  background-color: red;
  border:none;
  color:white;
  padding: 5px 15px;
}
.detaillist{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detaillist p{
  background-color: #ddd;
  border-radius: 0;
  flex: 1 0 48%; /* explanation below */
  margin-bottom: 15px;
  padding: 15px;
}
.detaillist p:nth-child(1),.detaillist p:nth-child(3){
  margin-right: 15px;
}
.nav-tabs > li > a{
  border-radius: 0;
}
.detaillist p span{
  min-width: 120px;
  display: inline-block;
}
.nav-tabs > li > a {
  color: #555555;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #222;
  color: #fff;
}
.downloadbrochure a{
  background-color: #E62644;
  color: white!important;
}
.bottomslider{
  display: block;
  width:100%;
  background-color: #ddd;
  text-align: center;
  padding: 40px 0;
}
.owl-carousel2 .item{
  min-height: 0;
}
.bottomslider h2{
  margin-bottom: 30px;
  color: red;
}
.owl-carousel2 .item h4{
  color: black;
  font-weight: 300;
  font-family: 'NimbusSanL-Bol';
}
.owl-item .boxproduct .boxproduct-inner {
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.tab-pane h5{
  margin: 40px 0 20px 0;
}
.iteminner{
  background-size: cover;
  width:100%;
}
.owl-nav {
  width: 94%;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  left: 3%;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  background-color: transparent!important;
  border-radius: 40px;
  color: white!important;
}
.boxproduct-inner p{
  text-align: left;
  display: block;
}
.boxproduct-inner a,.boxproduct-inner p {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.boxproduct-inner a {
  text-align: left;
  display: block;
  color: #898A8B;
  font-weight: 300;
  font-size: 12px;
}
.bottomslider .owl-dots {
  bottom: -18px;
}
.bottomslider .owl-carousel button.owl-dot.active {
  background-color: red!important;
}
.owl-carousel2 .owl-nav {
  width: 110%;
  left: -5%;
}
.teampageinner{
  background-color: white;
  padding: 30px 15px 50px 15px;
}
.teampage{
  padding-top: 50px;
}
.teampageinner h2{
  color:red;
  font-size: 32px;
  margin-bottom: 5px;
}
.teambox-inner{
  font-size: 14px;
  text-align: left;
  margin-bottom: 70px;
  color:black;
}
.teambox-inner a{
  color:black;
}
.teambox-inner p {
  margin: 0 0 10px;
  line-height: 16px;
}
.teambox-inner .boximage {
  width: 100%;
  min-height: 250px;
  height: auto;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  filter: grayscale(1);
  position: relative;
}
.teambox-inner .boximage:hover{
  filter: grayscale(0);
}
.teambox-inner button{
  display:none;
  padding: 10px 5px;
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  font-weight: bold;
  background-color: rgba(64, 130, 201, 0.6);
  color:white;
  text-align: center;
  cursor: pointer;
  border:none;
}
.teambox-inner .boximage:hover button{
  display:block;
}
.modal-dialog.teammodal {
  max-width: 920px;
  width: auto;
  margin: 30px auto;
}
.modal-dialog .col-sm-4{
  padding-left: 6%;
}
.modal-dialog .col-sm-8{
  padding-right: 6%;
}
.modal-dialog.teammodal .boximage {
  width: 80%;
  height: 240px;
  background-size: cover;
  margin-left: 0;
  margin-bottom: 10px;
}
.modal-dialog.teammodal .modal-content{
  border-radius: 0;
  font-size: 16px;
  color:black;
}
.modal-dialog.teammodal .modal-header {
  padding: 15px 15px 20px 15px;
  border-bottom: none;
}
.modal-dialog.teammodal .modal-header .close {
  margin-top: -2px;
  border: 1px solid black;
  padding: 10px;
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  z-index: 99;
}
.fade.in {
  opacity: 1;
  background-color: rgba(0,0,0,0.5);
}
.tab-pane.fade.in {
  opacity: 1;
  background-color: white;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
.tab-pane .videobox {
  margin-top: 40px;
}
.contactpage .row{
  padding-top: 80px;
  padding-bottom: 60px;
}
.map{
  margin-bottom: 50px;
}
.contact-us-form input{
  width: 100%;
  height: 55px;
  line-height: 52px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0;
  border: none;
  margin-bottom: 26px;
}
.contact-us-form textarea{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0;
  border: none;
  margin-bottom: 15px;
}
.contact-us-form{
  padding-top: 70px;
  padding-bottom: 50px;
}
.contact-us-form button {
  font-size: 15px;
  font-weight: bold;
  margin: 30px auto;
  display: block;
  padding: 5px 25px;
  text-align: center;
  background-color: white;
  border-radius: 0;
  border: 1px solid #6C6E71;
  color: #6C6E71;
  letter-spacing: 3px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0,  0.3);
  transition: all ease 300ms;
}
.contact-us-form button:hover{
  color: white;
  background-color: #E62644;
}
.boxproduct.newsbox {
  margin-bottom: 40px;
}
.boxproduct.newsbox h4 {
  text-align: left;
  color: black;
}
.btnmorepost{
  margin: 30px auto 30px auto;
  display: block;
  padding: 7px 10px;
  text-align: center;
  background-color: transparent;
  background: none;
  border-radius: 0;
  border: 1px solid gray;
  color: red;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 24px;
  width: 210px;
}
.archivesection {
  padding-bottom: 60px;
  text-align: center;
}
.archivesection .btnmorepost{
  color:white;
  border: 1px solid white;
}
.archivesection a{
  text-decoration: underline;
  font-size: 16px;
  padding: 5px 7px;
  color:black;

}
.newsdetail h2{
  padding-top: 0;
  margin-top: 0;
  color:red;
}
.detail-morebtn{
  padding-top: 30px;
}
.gellery .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.gellery .row{
  padding-bottom: 40px;
}

/* Create four equal columns that sits next to each other */
.gellery .column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.gellery .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
video {
  object-fit: fill;
  width: 100%;
  margin: 50px 0;
}
.iconmenu{
  display: none;
}
.owl-carousel.owl-carousel2 .owl-dots {
  bottom: 4px;
}
.loginpage{
  color:#2B2E34;
  font-size: 30px;
}
.loginpage .container{
  max-width: 685px;
  width: 100%;
  padding: 50px 15px;
}
.loginpage h4{
  font-size: 50px;
  margin-bottom: 80px;
}
.loginsection{
  background-color: #eee;
  font-size: 20px;
}
.loginsection input {
  width: 100%;
  padding: 17px 15px 30px 15px;
  border: none;
  margin-bottom: 20px;
  vertical-align: top;
  font-size: 20px;
}
.loginsection button {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 15px 0;
  display: block;
  padding: 5px 25px;
  text-align: center;
  background-color: white;
  border-radius: 0;
  border: 1px solid #6C6E71;
  color: #6C6E71;
  letter-spacing: 3px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.30);
}
.loginsection a{
  color: #2B2E34;
  margin: 0 0 15px 0;
  display: inline-block;
}
.featurestitle{
  font-size: 24px;
}
.futherinfo{
  margin-top: 40px;
}
.futherinfo a {
	color:black;
}
.advert_title{
  margin-bottom: 5px;
  color: #fff;
  background-color: black;
  padding: 15px 25px;
}
.professionalbox{
  margin-top: 30px;
}
.professionalbox img{
  width: 100%;
  height: auto;
}
.professionalbox h5{
  font-weight: 300;
  font-size: 24px;
  font-family: 'NimbusSanL-Bol';
}
.industrialpageinner.professionalpage {
  padding: 30px 15px 50px 15px;
  max-width: 1330px;
  width: 100%;
}
.owlhome .item{
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}
.owlhome .item .carousel-caption{
  position: static;
}
.owlhome .item .carousel-caption h5,.owlhome .item .carousel-caption h5 p{
  font-weight: 300;
  font-family: 'NimbusSanL-Bol';
}
.newsbox,.btnmorepost,.archivesection .btnmorepost, .owl-carousel2 .boxproduct-inner{
  transition: all ease 500ms;
}
.newsbox:hover,.archivesection .btnmorepost:hover,.btnmorepost:hover, .owl-carousel2 .boxproduct-inner:hover{
  transform: scale(0.95);
}
.industrialpage .boxproduct{
  transition: all ease 500ms;
}
.industrialpage .boxproduct .boxproduct-inner{
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.industrialpage .boxproduct:hover{
  transform: scale(0.95);
  cursor: pointer;
}
.propertysearch form input[type="submit"]{
  transition: all ease 500ms;
  transform: scale(1);
  transition: all 0.3s ease-in-out 0.2s;
  font-family: helvetica;
}
.propertysearch form input[type="submit"]:hover{
  transform: scale(0.95);
  transition: all 0.3s ease-in-out 0.1s;
  font-family: helvetica;
  overflow: visible;
}
@media screen and (min-width: 992px) {
  .professionalpage .row{
    display: flex;
    justify-content: space-between;

  }
  .professionalpage .col-sm-4.professionalbox {
    width: 32%;
  }
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .gellery .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .gellery .column {
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .contact-us-form button {
    font-size: 10px;
  }
  teampageinner {
    padding: 0px 15px 50px 15px;
  }
  .teambox-inner .boximage {
    background-position: center;
  }
  .industrialpageinner {
    padding: 30px 15px 50px 15px;
  }
  .propertysearchform div {
    padding: 5px;
  }
  h4, .h4 {
    font-size: 16px;
  }
  .container,.industrialpageinner.professionalpage {
    max-width: 750px;
    width:100%;
  }
  .carousel-caption h5 {
    font-size: 28px;
  }
  .owlhome .item{
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 280px);
  }
  .archivesection a {
    font-size: 12px;
  }
  .btnmorepost {
    padding: 4px 7px;
    font-size: 14px;
    width: 166px;
  }
  .loginpage{
    font-size: 12px;
  }
  .loginpage .container {
    max-width: 485px;
    width: 100%;
    padding: 30px 15px;
  }
  .loginsection{
    font-size: 12px;
  }
  .loginsection input{
    font-size: 12px;
    padding: 5px 10px 15px 10px;
    margin-bottom: 10px;
  }
  .loginsection button {
    font-size: 16px;
    margin: 0 0 15px 0;
    padding: 3px 23px;
  }
  .loginpage h4{
    font-size: 18px;
  }
  .boximage {
    height: 70px;
    margin-bottom: 3px;
    background-position: center;
  }
  .contact-us-form input {
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .contact-us-form textarea {
    height: 150px!important;
  }
  .boxproduct-inner a {
    font-size: 9px;
  }
  .owl-carousel2 .item h4 {
    font-size: 9px;
  }
  .owl-carousel.owl-carousel2 {
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
  }
  .owl-carousel.owl-carousel2 .owl-nav .owl-next{
    position: relative;
    right: -60px;
    top: -20px;
  }
  .owl-carousel.owl-carousel2 .owl-nav .owl-prev{
    position: relative;
    left: -60px;
    top: -20px;
  }
  .boxproduct-inner p{
    color:black;
    margin-bottom: 3px;
    margin-top: 10px;
  }
  .boxproduct-inner p, .boxproduct-inner a {
    max-width: 160px;
    font-size: 9px;
  }
  .headercontainer .rightmenu input {
    padding: 4px;
    font-size: 9px;
  }
  .headercontainer .rightmenu a {
    font-size: 12px;
  }
  .industrialpage h2{
    font-size: 18px;
    margin: 10px 0 22px 0;
  }
  body {
    font-size: 13px;
  }
  .headercontainer nav>ul>li a{
    font-size: 9px;
  }
  .leftmenulogo{
    max-width: 100px;
    width: 100%;
    height: auto;
  }
  #layout-footer .rightmenu .loginbtn {
    padding: 4px 17px;
    text-align: center;
    font-size: 7px;
  }
  .headercontainer nav>ul>li {
    padding: 4px;
    position: relative;
  }
  .mainbanner h2 {
    padding-top: 90px;
    font-size: 37px;
  }
  .mainbanner {
    min-height: 232px;
  }
  .industrialpage input {
    max-width: 216px;
    width: 100%;
    border: 2px solid gray;
    border-radius: 7px;
    padding: 4px;
    margin: 17px auto;
    display: block;
  }
  .contactbanner {
    margin-bottom: 30px;
  }
  .contactbanner img{
    width: 64px!important;
    height: 70px!important;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .loginpage .container {
    max-width: 300px;
    width: 100%;
    padding: 30px 15px;
  }
  .headercontainer {
    display: block;
    flex-direction: initial;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
  nav{
    display: none;
  }
  .headercontainer .rightmenu a {
    margin-top: 5px;
  }
  #layout-footer .leftmenulogo{
    margin-bottom: 15px;
  }
  .carousel-caption h5 {
    font-size: 27px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .item {
    min-height: 600px;
  }
  .industrialpageinner {
    padding: 15px 25px 35px 25px;
  }
  .mainbanner h2 {
    font-size: 50px;
  }
  .propertysearchform {
    display: block;
  }
  .propertysearchform div:nth-child(1), .propertysearchform div:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }
  .propertysearchform div {
    margin-bottom: 10px;
  }
  .propertysearchform div:nth-child(5), .propertysearchform div:nth-child(6), .propertysearchform div:nth-child(7) {
    width: 100%;
  }
  .headercontainer nav>ul {
    flex-direction: column;
  }
  .headercontainer nav>ul>li {
    padding: 5px 10px;
    position: relative;
  }
  .headercontainer nav>ul ul {
    padding: 0;
    position: static;
    margin: 0;
    display: block;
    text-align: center;
  }
  .headercontainer nav>ul>li {
    padding: 5px 10px;
    position: relative;
    text-align: center;
  }
  .headercontainer nav>ul ul {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .headercontainer nav>ul ul li {
    padding: 2px 10px;
    white-space: nowrap;
  }
  .iconmenu {
    display: block;
    color: white!important;
    position: absolute;
    right: 15px;
    top: 25px;
    font-size: 34px;
  }
  #layout-footer .rightmenu .loginbtn {
    max-width: 100px;
  }
  header input[type="search"]{
    display: none;
  }
}
.owl-carousel.owl-carousel2 .owl-nav .owl-next, .owl-carousel.owl-carousel2 .owl-nav .owl-prev{
  background-color: transparent!important;
}
@media (max-width: 767px) {
  footer{
    display: flex;
  }
}
@media (max-width: 640px) {
  .headercontainer .rightmenu input[type=search]{
    display: none;
  }
  .contactbanner {
    margin-bottom: 30px;
    font-size: 10px;
    padding: 15px;
    display: flex;
  }
  .contactbanner img{
    width:100%;
    height: auto;
  }
  header {
    padding: 20px 0;
  }
  .iconmenu {
    right: 15px;
    top: 15px;
    font-size: 25px;
  }
  .mainbanner h2 {
    font-size: 33px;
  }
  .owl-carousel.owl-carousel2 .owl-nav .owl-next{
    position: relative;
    right: -50px;
    top: -20px;
  }
  .owl-carousel.owl-carousel2 .owl-nav .owl-prev{
    position: relative;
    left: -50px;
    top: -20px;
  }
  .owl-carousel.owl-carousel2 {
    width: calc(100% - 80px);
  }
  .mainbanner {
    min-height: 211px;
  }
}