/* Footer Bottom Start */

.footercopyright {
  /* color: rgba(255, 255, 255, 0.80); */
  border-top: 1px solid rgb(0 0 0 / 6%);
  font-size: 14px;
  padding: 20px 0px;
}
.footercopyright strong {
  font-weight: 400;
  /* color: #fff; */
}

.site-footer{
  /* background: var(--primaryColor); */
  /* color: #fff; */
  border-top: 1px solid #ddd;
}
.footer-top {
  padding: 60px 0px 40px 0px;
}

.footer-top .footerColumn {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  padding: 0 15px;
}
.footer-top .footerColumn a {
  color: #3a5b7b;
  font-weight: 500;
  text-decoration: underline;
}

.footer-top .footerColumn ul {
  margin: 0px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.footer-top .footerColumn.block1 ul {
  display: flex;
  gap: 20px;
}
.footer-top .footerColumn.block1 ul li a i {
  color: #E5E5E5;
  transition: all ease-in-out .3s;
}



.footer-top .footerColumn.block1 ul li a:hover i {
  color: #1B222B;
}
.footer-top .footerColumn ul li a {
  text-decoration: none;
}

.footer-top .footerColumn .footerTitle {
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 600;
  color: #1f4b60;
}


.footer-top .footerColumn ul li {
  position: relative;
  padding-left: 0px;
  font-size: 18px;
  margin-bottom: 14px;
}
.footer-top .footerColumn ul li a:hover {
  font-weight: 500;
  text-decoration: underline;
}

.footer-top .tnp-subscription form{
  display: flex;
  position: relative;
  width: 100%;
}
.footer-top .tnp-subscription{
  margin: 0 0px 15px;
  max-width: 100%;
}
.footer-top .tnp-subscription form label{
  display: none;
}
.footer-top .tnp-subscription .tnp-field-email {
  margin: 0;
  width: 100%;
}
.footer-top .tnp-subscription .tnp-field-email input {
  border-radius: 30px;
  padding: 14px 25px;
}

.footer-top .tnp-subscription .tnp-field-button{
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  margin: 0;
  height: 50px;
  background: #ddd;
  border-radius: 0px 30px 30px 0px;
  background-image: url('./../images/mail.png');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all ease-in-out .3s;
}
.footer-top .tnp-subscription .tnp-field-button:hover{
  background-color: #1B222B;
  background-image: url('./../images/mail-white.png');
}


.footer-top .tnp-subscription .tnp-field-button .tnp-submit {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.footer-top .block1{
  width: 30%;
}
.footer-top .block1 p{
 font-size: 18px;
 max-width: 500px;
}
.footer-top .block2{
  width: 50%;
  padding: 0% 0% 0% 10%;
}
.footer-top .block3{
  width: 20%;
}
.footercopyright .textwidget p:last-child {
  margin: 0;
}
.footer-top .block2 ul {
  display: grid;
  grid-template-columns: repeat(2 , 1fr);
  gap: 0px 15px;
}

@media only screen and (max-width: 1200px) {
  .footer-top {
    /* padding: 100px 0px 100px 0px; */
  }
  .footer-top .footerColumn{
    font-size: 16px;
  }
  .footer-top .footerColumn ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer-top .block1 p,.footer-top .footerColumn ul li{
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-top .block2{
    padding: 0% 0% 0% 5%;
    width: 30%;
  }
  .footer-top .block3{
    width: 20%;
  }
}




@media only screen and (max-width: 767px) {
  .footer-top .row{
    gap: 40px;
  }

  .footer-top .block1,
  .footer-top .block2,
  .footer-top .block3{
    width: 100%;
    padding: 0 15px;
  }
}