body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    background: #f5f7fc !important;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
.grey-bg {
    background: #f5f7fc;
}
.white-bg {
    background: #fff;
}
@media (min-width: 1200px) {
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.blog__content {
    padding: 15px 30px 10px;
}
.blog__details-wrapper {
    padding: 15px 40px 15px 30px;
    padding-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog__details-wrapper {
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .blog__details-wrapper {
        padding-bottom: 20px;
    }
}
.blog__content {
    padding: 15px 30px;
    padding-bottom: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog__content {
        padding: 15px;
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .blog__content {
        padding: 15px;
        padding-bottom: 20px;
    }
}
.blog__content h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #1c2733;
    font-weight: 700;
    font-family: barlow, sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog__content h3 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog__content h3 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog__content h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .blog__content h3 {
        font-size: 18px;
    }
}
.blog__content h3 a:hover {
    color: #3e4245;
}
.blog__content p {
    margin-bottom: 15px;
}
.blog__content-2 {
    position: relative;
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 30px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog__content-2 {
        padding: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog__content-2 {
        padding: 30px;
    }
}
.blog__content-2 h4 {
    font-size: 20px;
    line-height: 1.2;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog__content-2 h4 {
        font-size: 18px;
    }
}
.blog__content-2 h4 a:hover {
    color: #fe9703;
}
.blog__content-2 p {
    margin-bottom: 20px;
}
.blog__date {
    position: absolute;
    top: 0;
    right: 35px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: #fe9703;
    border-radius: 7px;
    padding-top: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog__date {
        top: -25px;
        right: 15px;
    }
}
.blog__date h4 {
    font-size: 22px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
}
.blog__date span {
    color: #fff;
}
.blog__meta {
    margin-bottom: 13px;
}
.blog__meta span {
    margin-right: 15px;
}
@media (max-width: 767px) {
    .blog__meta span {
        margin-bottom: 5px;
    }
}
.blog__meta span a:hover {
    color: #26ae61;
}
.blog__meta span i {
    color: #26ae61;
    margin-right: 8px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog__meta-2 span {
        display: inline-block;
    }
}
.blog__quote {
    padding: 30px 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-title {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAATAgMAAAAR9+7sAAAACVBMVEVHcEz/qACavDLC2/saAAAAAXRSTlMAQObYZgAAABNJREFUCNdjWAUEKxhDHRgGPQMA/UhKEzDQDA4AAAAASUVORK5CYII=)
        no-repeat;
    padding-left: 40px;
    color: #0c1923;
    font-size: 16px;
}
.main-title .more {
    float: right;
    color: #fefefe;
    font-weight: 400;
    font-size: 12px;
    background-color: #93ba31;
    padding: 5px;
    text-decoration: none;
}
.blog__item:hover .blog__thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.blog__thumb {
    position: relative;
    padding: 15px;
}
.fix {
    overflow: hidden;
}
.blog__thumb img {
    width: 100%;
}
img {
    box-sizing: border-box;
    vertical-align: middle;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1.6rem;
    font-size: 100%;
    font-family: "Montserrat", sans-serif;
    color: #1c2733;
  font-style: normal;
  font-weight: 600;
  text-transform: normal;
  line-height: 1;
}

a:focus,
a:hover {
    color: #095f8a;
}

td,
th {
    padding: 0;
    border: 1px solid;
}

.w-line {
    height: 6px;
    background-color: #eee;
}

.copyright {
    padding: 20px 0;
    text-align: center;
    color: #1c2733;
}

strong {
    font-weight: 600;
}

video {
    width: 100%;
    /* object-fit: cover !important; */
    object-position: 50% 50% !important;
}

video.center {
    object-position: 50% 50% !important;
}

.clamp-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ver-center{
    display: flex;
  justify-content: center;
  align-items: center;
}