@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');

body {
	font-family: 'Poppins', sans-serif;
}

.font1{
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    color:#707070;
    font-size:25px;
}

.font2{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-shadow: 2px 2px 3px #000000;
    font-size:16px;
}

.font3{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size:16px;
}

.font4{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:14px;
}

.container1 {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.container1 img {
    vertical-align: middle;
}

.container1 .content {
    position: absolute;
    top: 170px;
    color: #fff !important;
    width: 100% !important;
    padding: 0% 16% 0;
    height: 60px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.img-holder img{
  transition:Ease-in-out 0.3s;
  transform:scale(1);
}

.show-content:hover .img-holder img{
  transform:scale(1.1);
}

.btn-square1:hover {
    border-color: #6d6e72 !important;
    background-color: #6d6e72 !important;
    color: #fff;
}

.btn-square1 {
    border-width: 1px;
    border-style: solid;
    border-color: #2e3337 !important;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease-in-out;
    margin-top: 10px;
    
}
.btn-square1 {
    background-color: #2e3337 !important;
    color: #fff;
}

.vertical {
    border-left: 2px solid #ffffff;
    height: 120px;
    margin-top: 1%;
}

.img-effect {
    transition: all .3s ease;
}

.img-effect:hover {
    transform: translateY(-10px);
}

.hr2{
height: 8px;
width: 55%;
line-height: 0.1;
margin: 7px 23% 0;
background: #707070;
border-radius: 1px;
}

.owl-theme .owl-nav {
    margin-top: -50px!important;
}

.line1{
    line-height: 1.4;
    font-size: 20px
}

.owl-theme .owl-nav [class*="owl-"] {
    margin: 6px !important;
    padding: 0px 0px !important;
}
