.home-logo {
    background-repeat: no-repeat;
    background-position: center center;
    height: 60px;
}
.home-logo a {
    font-size: 0 !important;
    
    display: block;
    height:100%;
}
.home-logo:hover a:before {
    content: none !important;
}
::-webkit-input-placeholder {
  color: var(--white_color);
}
::-moz-placeholder {
  color: var(--white_color);
}
:-ms-input-placeholder {
  color: var(--white_color);
}
:-moz-placeholder {
  color: var(--white_color);
}
*,
::before,
::after {
  box-sizing: border-box;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4 {
  margin: 0 0 1rem 0;
  line-height: 1.4;
}
/* news-section css */
.news-section-widget {
  background-image: url("../images/social-short-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  position: relative;
  z-index: 1;
  margin-top: -80px;
  overflow: hidden;
}
 
.post-widget {
}
.post-item {
  position: relative;
}
.post-content {
  color: var(--white_color);
}
.post-thumb {
  margin-bottom: 1rem;
}
.post-date {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
}
.post-date::before {
  content: "";
  background-image: url(../images/clock-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.post-title {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
}
.post-title a {
  color: var(--white_color);
  text-decoration: none;
}
.post-item:hover a {
  color: var(--primary_color);
}
.post-widget .slick-slide {
  margin: 0 10px;
}
.post-widget .slick-list {
  /* margin: 0 -10px; */
}

.post-widget .slick-active {
}
.post-widget .slick-active .post-thumb img {
  width: 100%;
  object-fit: cover;
}
.post-widget .slick-current .post-content {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  padding: 1rem;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.post-widget .slick-current .post-content .post-title{
    text-transform: uppercase;
}
.post-widget .slick-custom-arrow {
  margin-top: 1rem;
}
.post-item .post-thumb {
  overflow: hidden;
  border: 1px solid #817452;
}
.post-item .post-thumb img {
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}
.post-item:hover .post-thumb img {
  /*transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);*/
}

@media only screen and (min-width: 1700px) {
  .post-widget .slick-active {
    width: 350px !important;
  }
  .post-widget .slick-current {
    width: 710px !important;
  }
  .post-widget .slick-active .post-thumb img {
    height: 350px;
  }
  .post-widget .slick-current .post-thumb img {
    height: 570px;
  }
}
@media only screen and (max-width: 1600px) {
  .post-widget .slick-active {
    width: 280px !important;
  }
  .post-widget .slick-current {
    width: 550px !important;
  }
  .post-widget .slick-active .post-thumb img {
    height: 280px;
  }
  .post-widget .slick-current .post-thumb img {
    height: 470px;
  }
  .post-title {
    font-size: 16px;
  }
}

/* award section css */
.award-sec-widget {
  overflow: hidden;
  background-image: url(../images/award-sec-bg-new.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  position: relative;
  z-index: 2;
  margin-top: -80px;
}
.awardSlider {
}
.award-sec-widget .slick-track {
  padding: 12rem 0 1rem;
}
.award-sec-widget .section_title {
  text-align: center;
}
.award-sec-widget .slick-slide .slide-item {
  background-image: url("../images/award-slide-item-bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
}
.award-sec-widget .slick-slide {
  text-align: center;
  color: var(--white_color);
}
.award-sec-widget .slick-slide h5 {
  margin-top: 1rem;
  font-size: 18px;
}
.award-sec-widget .slick-slide h5 a {
  text-decoration: none;
  color: var(--white_color);
}
.award-sec-widget .slick-slide:hover h5 a {
  color: var(--primary_color);
}
.award-sec-widget .slick-current .slide-item {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.award-sec-widget .slick-current + .slick-active {
  transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
}
.award-sec-widget
  .slick-current
  + .slick-active
  + .slick-active
  + .slick-active {
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
}
.award-sec-widget .slick-current + .slick-active .slide-item {
  transform: scale(1.15) translate(0px, -50px);
  -webkit-transform: scale(1.15) translate(0px, -50px);
  -moz-transform: scale(1.15) translate(0px, -50px);
  -ms-transform: scale(1.15) translate(0px, -50px);
  -o-transform: scale(1.15) translate(0px, -50px);
}
.award-sec-widget .slick-current + .slick-active + .slick-active .slide-item {
  transform: scale(1.5) translate(0, -70px);
  -webkit-transform: scale(1.5) translate(0, -70px);
  -moz-transform: scale(1.5) translate(0, -70px);
  -ms-transform: scale(1.5) translate(0, -70px);
  -o-transform: scale(1.5) translate(0, -70px);
}
.award-sec-widget
  .slick-current
  + .slick-active
  + .slick-active
  + .slick-active
  .slide-item {
  transform: scale(1.15) translate(0px, -50px);
  -webkit-transform: scale(1.15) translate(0px, -50px);
  -moz-transform: scale(1.15) translate(0px, -50px);
  -ms-transform: scale(1.15) translate(0px, -50px);
  -o-transform: scale(1.15) translate(0px, -50px);
}

.slick-custom-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-custom-arrow .slick-arrow {
  border: 0;
  background-color: transparent;
  box-shadow: 0 0 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 11px 13px;
  outline:0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-custom-arrow .slick-arrow:hover{
  background-image: url(../images/slick-arrow-bg.svg);
}
.award-sec-widget .slick-slide {
  margin: 0 27px;
}

.award-sec-widget .slick-list {
  margin: 0 -27px;
}
.slick-custom-arrow .slick-arrow.slick-disabled {
  /*background-image: url(../images/slick-arrow-bg.svg);*/
  opacity: 0.2;
  cursor: not-allowed;
  pointer-events: none;
}
/* social short css */
.social-short-widget {
  padding: 150px 0;
  background-image: url("../images/social-short-bg.png");
  background-repeat: no-repeat;
  background-position: left center, 100% center;
  background-size: cover;
  position: relative;
  z-index: 2;
  margin-top: -50px;
  overflow: hidden;
}
.head-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.social-short-widget .head-sec .section_title {
  margin: 0;
}
.head-sec .btn_primary {
}
.insta-feeds {
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
.insta-feeds li {
}

.insta-feeds li a{ display: block; margin: 0 10px;}

/* footer css */
.site-footers {
  background-image: url(../images/footer-bg.png),
    url(../images/element-right-top.png);
  background-size: cover, auto;
  background-repeat: no-repeat;
  background-position: center center, 45% 85%;
  padding-top: 20.208333vw;
  position: relative;
  z-index: 1;
  margin-top: -9.375vw;
  max-width: inherit;
  overflow: hidden;
}

.site-footers .title {
  font-size: 6.25vw;
  font-family: "black_maskpress";
  color: var(--white_color);
  text-align: center;
  font-weight: normal;
  font-style: normal;
  padding-top: 0vw;
  line-height: 1;
  margin-bottom: 4vw;
}

.footer-form{
    position: relative;
}

.footer-form #slicktext-message-response.response {
    color: var(--primary_color);
    position: absolute;
    top: 85px;
    font-size: 14px;
    font-weight: 600;
    border: solid 1px var(--primary_color);
    padding: 10px 30px;
}

.footer-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
 
.feild-wraper {
  flex-grow: 1;
}
.site-footers .footer-form
  :where(input[type="text"], input[type="email"], input[type="number"],input[type="tel"]) {
  border: 0;
  color: var(--white_color);
  padding: 20px 10px 20px 0;
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  outline: 0;
  font-size: 18px;
  font-weight:600;
  text-indent: 10px;
}


.site-footers .footer-form input[type="text"]:focus, 
.site-footers .footer-form input[type="email"]:focus, 
.site-footers .footer-form input[type="number"]:focus,
.site-footers .footer-form input[type="tel"]:focus
{
    border-bottom-color:var(--primary_color);
}
input::placeholder {
  font-size: 18px;
  font-weight:600;
  text-indent: 10px;
}

.site-footers .form-btn {
  text-align: center;
  margin-top: 50px;
  background-image: url(../images/form-btn-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 0;
  background-size: contain;
  width: 100%;
}

.site-footers .form-btn input[type="submit"] {
  color: var(--white_color);
  font-family: "black_maskpress";
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
  cursor: pointer;
  outline:none;
}
.site-footers .form-btn input[type="submit"]:hover {
  color: var(--primary_color);
}
.footer-bottom {
  margin-top: 10.208333vw;
  font-size: 16px;
  color: var(--white_color);
  padding: 20px 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 7.5%,
    #000 119.72%,
    rgba(0, 0, 0, 0.31) 119.72%
  );
}
.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-bottom a {
  color: var(--white_color);
  text-decoration: none;
}

.footer-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.footer-bottom .copytext {
  margin-left: auto;
  margin-right: 3.6458333333333335vw;
}
.policy-menu {
}
.policy-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.policy-menu ul li {
}
.policy-menu ul li:first-child {
  margin-right: 1.5rem;
}
.policy-menu ul li a {
  position: relative;
}
.policy-menu ul li a:hover {
  color: var(--primary_color);
}
.policy-menu ul li:before {
  content: "|";
  position: relative;
  left: -10px;
}
.policy-menu ul li:first-child:before {
  content: "";
}
.social-menu {
}
.social-menu ul {
}
.social-menu ul li {
  margin: 0 7px;
}
.social-menu ul li a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white_color);
  color: var(--secondary_color);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}
.social-menu ul li a:hover {
  background-color: var(--primary_color);
}
.copytext {
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .footer-form {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (max-width: 1440px) {
  .site-footers {
    padding-top: 17.208333vw;
    background-position: center center, 41% 100%;
  }
  .site-footers .title {
    margin-bottom: 1vw;
  }
  .footer-bottom {
    margin-top: 6.208333vw;
    font-size: 14px;
  }
  .social-menu ul li a {
    width: 30px;
    height: 30px;
  }
  input::placeholder {
    font-size: 16px;
  }
}
