@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,700,800,900');
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    color: #333132;
    font-size: 16px;
}

p {
    margin: 0px;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-decoration: none;
    color: #333132;
}
a:hover {
    color: #cee002;
}
a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
button:focus {
    outline: none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
div {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.ptb-120 {
    padding: 60px 0;
}
.next-prev-style .owl-nav div {
    position: absolute;
    left: 0;
    top: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.next-prev-style .owl-nav div:hover {
    background: #cee002;
}
.next-prev-style .owl-nav div.owl-next {
    left: auto;
    right: 0;
}
/*--------slider-area end---------*/

/*=======================================
        about page style here
=======================================*/

/*about*/
.about-page-wrap h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.about-page-wrap p {
    margin: 25px 0px;
}
.about-page-wrap ul {
    position: relative;
}
.about-page-wrap ul:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #393939;
    content: "";
}
.about-page-wrap ul:hover:before {
    background: #cee002;
}
.about-page-wrap ul li a {
    display: block;
    line-height: 28px;
    font-size: 16px;
    padding-left: 40px;
    position: relative;
}
.about-page-wrap ul li a:before {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent transparent #cee002;
    content: "";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.about-page-wrap ul li:hover a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.about-sidebar h3 {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
	letter-spacing: 1px;
    padding-bottom: 15px;
    border-bottom: 1px solid #393939;
	font-family: 'Montserrat';
}
.about-sidebar ul {
    margin-bottom: 30px;margin-top: 16px;
}
.about-sidebar ul li {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #393939;
	font-size: 16px;
    font-weight: 600;
}
.about-sidebar ul li:last-child {
    border-bottom: none;
}
.about-sidebar-img {
    position: relative;
}
.about-sidebar-img img {
    width: 100%;
}
.about-sidebar-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    border: 4px solid #f4ca16;
    content: "";
}
.about-sidebar-img a {
    position: absolute;
    left: 50%;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border: 4px solid #fff;
    color: #fff;
    border-radius: 50%;
    z-index: 999;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.about-sidebar-img a:hover {
    background: #cee002;
    color: #393939;
}
/*about*/
.post-catagory {
	font-size: 12px;
    font-weight: 600; font-family: 'Montserrat';
}

.line-podel:before {
    display: inline-block;
    position: relative;
    bottom: .3rem;
    margin: 0 1rem 0 .6rem;
    content: "";
    height: 1px;
    width: 12rem;
    background-color: #8b8b8b;
}
@media (min-width: 768px) and (max-width:1025px) {
    .line-podel:before {
        width: 10rem;
    }}
@media (min-width: 300px) and (max-width:767px) {
    .line-podel:before {
        display:none;
}}