header .item {
height: 100vh;
position: relative;
}
header .item img {
width: 100%;
height: 100%;
object-fit: cover;
}
header .item .cover {
padding: 75px 0;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.6);
display: flex;
align-items: center;
}
header .item .cover .header-content {
position: relative;
padding: 56px;
overflow: hidden;
}
header .item .cover .header-content .line {
content: "";
display: inline-block;
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
border: 9px solid #fff;
-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
font-weight: 300;
font-size: 35px;
color: #fff;
}
header .item .cover .header-content h1 {
font-size: 56px;
font-weight: 600;
margin: 5px 0 20px;
word-spacing: 3px;
color: #fff;
}
header .item .cover .header-content h4 {
font-size: 24px;
font-weight: 300;
line-height: 36px;
color: #fff;
}
header .owl-item.active h1 {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInDown;
animation-delay: 0.3s;
}
header .owl-item.active h2 {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInDown;
animation-delay: 0.3s;
}
header .owl-item.active h4 {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
animation-delay: 0.3s;
}
header .owl-item.active .line {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInLeft;
animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
position: absolute;
left: 15px;
top: 43%;
opacity: 0;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
background: rgba(0, 0, 0, 0.5) !important;
width: 40px;
cursor: pointer;
height: 40px;
position: absolute;
display: block;
z-index: 1000;
border-radius: 0;
}
header .owl-nav .owl-prev span {
font-size: 1.6875rem;
color: #fff;
}
header .owl-nav .owl-prev:focus {
outline: 0;
}
header .owl-nav .owl-prev:hover {
background: #000 !important;
}
header .owl-nav .owl-next {
position: absolute;
right: 15px;
top: 43%;
opacity: 0;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
background: rgba(0, 0, 0, 0.5) !important;
width: 40px;
cursor: pointer;
height: 40px;
position: absolute;
display: block;
z-index: 1000;
border-radius: 0;
}
header .owl-nav .owl-next span {
font-size: 1.6875rem;
color: #fff;
}
header .owl-nav .owl-next:focus {
outline: 0;
}
header .owl-nav .owl-next:hover {
background: #000 !important;
}
header:hover .owl-prev {
left: 0px;
opacity: 1;
}
header:hover .owl-next {
right: 0px;
opacity: 1;
}




.blog_section {
padding-top: 5rem;
padding-bottom: 3rem;
}
.blog_section .blog_content .blog_item {
margin-bottom: 30px;
box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
position: relative;
border-radius: 2px;
overflow: hidden;
}
.blog_section .blog_content .blog_item:hover .blog_image img {
transform: scale(1.1);
}
.blog_section .blog_content .blog_item .blog_image {
overflow: hidden;
padding: 0;
}
.blog_section .blog_content .blog_item .blog_image img {
width: 100%;
transition: transform 0.5s ease-in-out;
}
.blog_section .blog_content .blog_item .blog_image span i {
position: absolute;
z-index: 2;
color: #fff;
font-size: 18px;
width: 38px;
height: 45px;
padding-top: 7px;
text-align: center;
right: 20px;
top: 0;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
background-color: saddlebrown;
}
.blog_section .blog_content .blog_item .blog_details {
padding: 25px 20px 30px 20px;
}
.blog_section .blog_content .blog_item .blog_details .blog_title h5 a {
color: #020d26;
margin-top: 0;
margin-bottom: 10px;
font-size: 25px;
line-height: 32px;
font-weight: 400;
transition: all 0.3s;
text-decoration: none;
}
.blog_section .blog_content .blog_item .blog_details .blog_title h5 a:hover {
color: saddlebrown;
}
.blog_section .blog_content .blog_item .blog_details ul {
padding: 0 3px 10px 0;
margin: 0;
}
.blog_section .blog_content .blog_item .blog_details ul li {
display: inline-block;
padding-right: 15px;
position: relative;
color: #7f7f7f;
}
.blog_section .blog_content .blog_item .blog_details ul li i {
padding-right: 7px;
}
.blog_section .blog_content .blog_item .blog_details p {
border-top: 1px solid #e5e5e5;
margin-top: 4px;
padding: 20px 0 4px;
}
.blog_section .blog_content .blog_item .blog_details a {
font-size: 16px;
display: inline-block;
color: #ff5e14;
font-weight: 600;
text-decoration: none;
transition: all 0.3s;
}
.blog_section .blog_content .blog_item .blog_details a:hover {
color: saddlebrown;
}
.blog_section .blog_content .blog_item .blog_details a i {
vertical-align: middle;
font-size: 20px;
}

@media only screen and (max-width: 577px) {
.blog_section .owl-nav .owl-prev {
/*left: -17px !important;*/
}
.blog_section .owl-nav .owl-next {
/*right: -17px !important;*/
}
}
