* {
    font-family: 'Poppins', sans-serif;
}

.custom-container {
    max-width: 1252px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 40px;
    padding-right: 40px;
}





.blog-right-section ul .cat-item:hover a,
.footer-widget .widget-links ul li a:hover,
.iconbox:hover .read-more-service a {
  color: #145084;
}


.blog-right-section h4,
.tags h4 {
  font-size: 22px;
  font-weight: 600;
}
.blog-right-section ul .cat-item:first-child {
  padding-top: 0;
}
.blog-right-section ul .cat-item a {
  padding: 12px 1px;
  border-bottom: 1px solid #e3e3e3;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  color: #9a9a9a;
}
.blog-right-section li .count {
  float: right;
  font-weight: 700;
  background-color: #145084;
  color: #fff;
  border-radius: 50px;
  padding: 0 8px;
  line-height: 1.4;
  cursor: default;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0
}
li {
    text-decoration: none;
  }

  /* a{
    transition: all .2s ease-in-out;
    text-decoration: none;
} */
body a {
    text-decoration: none;
}


.tags ul li {
    margin-bottom: 10px
}

.tags a {
    text-transform: uppercase;
    border-width: 0;
    border-radius: 5px;
    margin-right: 8px;
    padding: 8px 12px;
    line-height: 32px;
    background-color: #f0f0f0;
    transition: .3s ease-in-out;
    color: #8d8d8d;
    font-size: 14px;
    font-weight: 600
}

.tags a:hover {
    background-color: #145084;
    color: #fff
}



.portal-testimonials .owl-dots .active,
.tags a {
  box-shadow: none;
}


.blog-form h4,
.blog-right-section h4,
.tags h4 {
  font-size: 22px;
  font-weight: 600;
}



header {
    min-height: 518px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
    display: flex;
    align-items: center;
    position: relative;
}


.hero-section h1 {
    color: #9e8562;
    font-size: 76px;
    font-weight: 700;
    line-height: 103.13px;
    text-transform: uppercase;
    text-align: center;
}


@media (max-width:767.98px) {
    .hero-section h1 {
        font-size: 40px;
        line-height: 54px;
    }
}


/* footer-section */

.footer-section {
    padding: 90px 0;
    background: url(../images/footer.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-section .footer-head {
    position: relative;
    width: 85%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 24px;
}

.footer-section .footer-head::before {
    content: "";
    width: 27px;
    height: 2px;
    background-color: #c09d42;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.footer-section .footer-head a {
    color: #9e8562;
    font-size: 22px;
    font-weight: bold;
    line-height: 48px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.88px;
}

.footer-section .row ul li a,
.footer-section .row ul li p,
.footer-section .row p {
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.footer-section .row ul li a {
    margin-bottom: 12px;
    width: 50%;
    display: block;
}

.footer-section .row ul li img {
    height: 14px;
    margin-right: 24px;
}

.footer-section .row ul.social li img {
    width: 28px;
    height: 28px;
    margin-right: 6px;
}

.footer-section .row ul.social li {
    color: #9e8562;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.56px;
}

.footer-section .row form input {
    width: 100%;
    height: 38px;
    background-color: #ffffff;
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 20px;
    letter-spacing: 0.56px;
    margin-bottom: 12px;
    border: none;
}

.footer-section .row form input.btn-sub {
    max-width: 133px;
    width: 100%;
    height: 38px;
    background-color: #e3b604;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:767.98px) {
    .footer-section {
        padding: 60px 0;
    }
}

.copyright {
    background-color: #000000;
    padding: 22px 0;
}

.copyright p {
    opacity: 0.7;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
}

.copyright a {
    opacity: 0.7;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    display: block;
}


/* blog-contact-section */

.blog-contact-section {
    padding: 100px 0;
}

.blog-contact-section .cont-main {
    gap: 30px;
}

.blog-contact-section .blog-contact-img {
    max-width: 520px;
    width: 100%;
}

.blog-contact-section .blog-contact-text {
    max-width: 583px;
    width: 100%;
}

.blog-contact-section .blog-contact-img img {
    width: 100%;
    height: 537px;
    object-fit: cover;
}

.blog-contact-section .blog-contact-text h4 {
    color: #9e8562;
    font-weight: 400;
    line-height: 63px;
    font-size: 38px;
}

.blog-contact-section .blog-contact-text h1 {
    color: #9e8562;
    font-size: 47px;
    font-weight: 600;
    line-height: 63px;
}

.blog-contact-section .blog-contact-text p {
    color: #606060;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.blog-contact-section .blog-contact-text h5 {
    color: #9e8562;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;
}

.blog-contact-section .blog-contact-text .form input {
    width: 100%;
    border: 1px solid #9c9c9c;
    color: #606060;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    padding: 15px 27px;
    margin: 20px 0;
}

.blog-contact-section .blog-contact-text .form button {
    max-width: 269px;
    width: 100%;
    height: 59px;
    background-color: #e3b605;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
    border: none;
}

@media (max-width:1240px) {
    .blog-contact-section .blog-contact-img img {
        height: auto;
    }
    .blog-contact-section .blog-contact-img,
    .blog-contact-section .blog-contact-text {
        max-width: 740px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:767.98px) {
    .blog-contact-section .blog-contact-text h4 {
        font-size: 22px;
        line-height: 26px;
    }
    .blog-contact-section .blog-contact-text h1 {
        font-size: 34px;
        line-height: 38px;
    }
    .blog-contact-section .blog-contact-text p {
        font-size: 14px;
    }
    .blog-contact-section .blog-contact-text h5 {
        font-size: 18px;
        line-height: 20px;
    }
    .blog-contact-section .blog-contact-text .form button {
        font-size: 16px;
        height: 46px;
        max-width: 100%;
    }
}
