/* 
    * Customization my Md Farzan
*/

body,
.content {
  background: #fff !important;
}

@font-face {
  font-family: "century-gothic";
  src: url("../fonts/custom/CenturyGothic.ttf");
}

@font-face {
  font-family: "stencil";
  src: url("../fonts/custom/Stencil Regular.ttf");
}

@font-face {
  font-family: "bangla-mn";
  src: url("../fonts/custom/Bangla MN.ttf");
}

html {
  --primary-color: #000;
  --sec-color: #da172a;
}

body {
  color: #000;
  font-family: "bangla-mn" !important;
}

.logo-wrap h1 {
  font-family: "stencil" !important;
  text-transform: uppercase;
  margin-top: -10px;
  color: var(--primary-color);
}

.text-red {
  color: var(--sec-color);
}
.bg-red {
  color: var(--sec-color);
}

.logo-wrap h1 {
  line-height: 1;
  margin-bottom: 8px !important;
}

.logo-wrap h1,
.logo-wrap .logo-tagline {
  font-size: 5em;
  color: var(--primary-color) !important;
}

.logo-wrap .logo-tagline {
  font-size: 4em;
}

.logo-tagline,
.loc {
  font-family: "century-gothic" !important;
}

.logo-tagline {
  margin-top: -21px !important;
}

.logo-wrap .loc {
  font-size: 1.2em;
  color: var(--primary-color) !important;
  text-transform: uppercase;
  margin: 0 !important;
}

nav,
.tucked nav {
  height: 1.8rem;
  margin: 16.5em auto 0;
}

.content {
  padding-top: calc(0vmin + 1em);
  position: relative;
  z-index: 1;
}

.nav-common-style.nav-common-style a {
  font-family: "bangla-mn" !important;
  font-weight: 600 !important;
  color: #000 !important;
  text-decoration: underline;
  font-size: 18px;
}

nav ul li {
  padding: 0 calc(0.2rem + 0vw) !important;
}

#site-navigation ul.nav-menu {
  display: flex;
  justify-content: space-between;
}

.ct-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

.ct-sec {
  padding: 30px 0px;
}
.ct-sec.ct-sec-bottom {
  padding: 30px 0px 60px;
}

.ct-sec.ct-sec-top {
  padding: 60px 0px 30px;
}

.sec-title-wrap {
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}

.sec-title-wrap::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 1;
  background-color: transparent;
}

.sec-title-wrap .sec-title {
  border-bottom: 1px solid var(--sec-color);
  font-family: "bangla-mn" !important;
  font-weight: 600;
  color: var(--sec-color);
  line-height: 1;
  margin-bottom: 3px;
  margin-top: 8px;
  transform-origin: center;
  margin-left: 4px;
  margin-right: 4px;
  text-transform: none;
  z-index: 2;
}

p {
  font-family: "bangla-mn" !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

#testimonials .review-title {
  font-size: 5em;
  position: absolute;
  font-family: "stencil" !important;
}

#testimonials .review-title {
  font-size: 4.3em;
  position: absolute;
  width: 175%;
  top: -13%;
}

#testimonials .slider-wrap {
  margin-top: 125px;
}

#testimonials .review-title img {
  width: 28px;
}

#testimonials .review-title img.left {
  margin-top: -38px;
}

#testimonials .review-title img.right {
  margin-top: 20px;
}

.footer-form-wrap {
  background-color: var(--sec-color);
  padding: 40px 0 5px;
}

.footer-form-wrap h3 {
  margin-top: 0 !important;
}

.footer label {
  color: #fff !important;
  font-family: "bangla-mn" !important;
  font-size: 18px;
}

.footer-form-wrap h3 {
  font-family: "bangla-mn" !important;
  font-size: 2em;
  color: #000 !important;
}

.footer input,
.footer textarea,
.footer [type="submit"] {
  border-bottom: 2px solid #fff;
  color: #fff !important;
}

.footer-form-wrap [type="submit"] {
  color: #000;
}

/* .footer-form-wrap [type="submit"] {
  color: #000 !important;
  font-size: 3em !important;
  height: unset !important;
  border-bottom: none;
  font-family: "bangla-mn" !important;
  line-height: unset;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
  border: none;
} */

.footer-menu-wrap {
  background-color: #000;
  padding: 60px 0 45px;
}

.footer-menu-wrap #credits,
.footer-menu-wrap li {
  color: #fff !important;
  font-size: 16px !important;
  font-family: "bangla-mn" !important;

  font-weight: 500 !important;
  line-height: normal;
}

.go-top {
  color: #fff;
}

.archives h3 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.archives h3,
.archives h4 {
  font-size: 2em !important;
  color: #000 !important;
  font-family: "bangla-mn" !important;
}

.achivement-card h4 {
  color: var(--sec-color) !important;
  margin-bottom: 10px !important;
  font-family: "century-gothic" !important;
}

.achivement-card h4,
.achivement-card p {
  font-size: 17px !important;
  margin-bottom: 3px;
}

.achivement-card {
  margin-bottom: 27px;
}

.achivement-card:last-child {
  margin-bottom: 0px;
}

.achivement-card h4 {
  font-size: 1.4em !important;
}

.achivement-card-alt {
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .nav-common-style.nav-common-style a {
    font-size: 15px;
  }
}

.home-grid {
  margin-bottom: 40px;
}

/* hovereffect css */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #d9172a;
  cursor: default;
  /* background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%); */
  /* background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%); */
  max-height: 500px;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  /* padding: 3em; */
  padding: 42px;
  text-align: left;
  box-sizing: border-box;
}

.hovereffect.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

.hovereffect.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  padding: 15% 0 10px 0;
  text-align: left;
  font-family: "bangla-mn" !important;
}

.hovereffect.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}

.hovereffect.hovereffect a,
.hovereffect.hovereffect p {
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.hovereffect.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hovereffect.hovereffect:hover .overlay.overlay:before,
.hovereffect.hovereffect:hover a,
.hovereffect.hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* #home-grid .grid-item:last-child .hovereffect.hovereffect,
#home-grid .grid-item:last-child .overlay.overlay:before {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
} */

#home-grid .grid-item:last-child p {
  font-family: "stencil" !important;
  font-size: 2.5em;
  color: var(--sec-color) !important;
  letter-spacing: 2px;
  top: 0%;
  left: 10px;
  /* background: #fff !important; */
  z-index: 99999999;
  /* transform: translate(50%, 50%); */
  opacity: 1;
  width: calc(100%);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 500ms;
}

#home-grid .grid-item:last-child .hovereffect:hover p {
  left: 0px !important;
}

.ct-sep {
  height: 2px !important;
  background-color: var(--sec-color) !important;
  opacity: 1 !important;
}

#home-grid .grid-item:last-child * {
  cursor: pointer !important;
}

.logo-holder {
  min-height: 100% !important;
  height: 0em !important;
  margin-bottom: -20px;
}

.page-header {
  background-color: #f6f6f6;
}

.page-header h1 {
  margin: 0 0;
  vertical-align: middle;
  line-height: 1.5;
}

.page-header {
  padding: 40px 0px 10px;
  margin-bottom: 42px;
}

.bg-black {
  background: #000;
}

::selection {
  background: rgba(217, 23, 42, 0.9);
  color: #fff;
}

/* 
  red bg menu
*/

nav,
.tucked nav {
  height: 3rem;
}

#primary-menu ul {
  /* background-color: var(--sec-color); */
  padding: 5px 10px;
}

.nav-common-style.nav-common-style a {
  transition: 300ms;
}

.nav-common-style.nav-common-style a:hover {
  color: var(--sec-color) !important;
  opacity: 1;
}

.home-page {
  overflow-x: hidden;
}

button.menu-toggle {
  border: none;
}

button.menu-toggle img {
  width: 37px;
}

.mobile-menu-btn-wrap {
  background: #f5f5f5;
  margin-top: 104px;
}

.sm_menu {
  position: fixed !important;
  top: 0;
  height: 100%;
  padding: 15px;
}

.sm_menu ul,
.sm_menu li,
.sm_menu a {
  margin: 0 !important;
}

#closeMenuBtn {
  border: none;
  font-size: 32px !important;
  color: var(--sec-color);
}

.sm_menu ul li {
  width: 100%;
  margin-bottom: 17px !important;
  text-align: center;
}

.sm_menu ul {
  margin-top: 0px !important;
}

.sm_menu a {
  text-transform: uppercase;
}

.sm_menu.sm_menu ul a:hover {
  transition: 300ms;
  color: var(--sec-color) !important;
}

.sm-menuheader .sm-logo {
  font-family: "stencil" !important;
  font-size: 8vw;
}

.sm-menuheader .sm-logo,
.sm-menuheader .sm-tagline,
.sm-menuheader .sm-loc {
  margin: 0 !important;
  text-align: center;
}

.sm-menuheader {
  margin-left: 0;
}
.sm-menuheader .sm-tagline {
  font-family: "century-gothic" !important;
  font-size: 7vw;
  text-transform: uppercase;
}

.sm-menuheader .sm-loc {
  font-size: 2.2vw;
  font-family: "century-gothic" !important;
  text-transform: uppercase;
}

.sm-menuheader .sm-tagline span {
  margin: 0;
}

.sm_menu .ct-sep {
  margin-left: 0px !important;
}

#primary-menu a {
  margin-bottom: -6px !important;
  display: block;
}

.footer-copyright,
.company-credits {
  font-size: 14px;
}

/* category page */

.category-gallery-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 10px;
}

.category-gallery-grid .hovereffect {
  position: relative;
}

.category-gallery-grid .hovereffect::after {
  position: absolute;
  width: 100%;
  height: 4px;
  background: red !important;
  content: "";
  left: 0;
  bottom: 0px;
}

.category-gallery-grid .title {
  font-size: 16px !important;
}

.fancybox-toolbar .fancybox-button {
  margin: 0 2px;
}

.img-card {
  border-top: 0px solid var(--sec-color);
  border-right: 0px solid var(--sec-color);
  border-bottom: 00px solid var(--sec-color);
  border-left: 0px solid var(--sec-color);
  background-color: var(--sec-color);
  min-height: 260px;
}

.img-card .img-wrap {
  height: 254px;
  overflow: hidden;
}

.img-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 500ms ease-in-out;
  cursor: pointer;
}

.img-card:hover img {
  scale: 1.1;
  rotate: 3deg;
}

.img-card p {
  color: #fff;
}

.btn-style-1 {
  background: var(--primary-color);
  color: #fff !important;
  font-size: 22px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 61px;
  width: 152px;
  position: relative;
  margin-bottom: 10px;
}

.btn-style-1:hover {
  color: #fff !important;
  background-color: var(--sec-color) !important;
  opacity: 1;
}

.btn-style-1::after {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--sec-color);
  z-index: -1;
}

.btn-style-1:hover:after {
  color: var(--sec-color) !important;
  background-color: var(--primary-color) !important;
}

.footer-form-wrap [type="submit"] {
  background: var(--sec-color);
  color: #fff !important;
  font-size: 22px !important;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  width: 152px;
  position: relative;
  border-radius: 0 !important;
  z-index: 1;
  text-transform: uppercase;
  font-family: "century-gothic";
}

/* .footer-form-wrap [type="submit"]::after {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--sec-color);
  z-index: -1;
} */

.footer-form-wrap [type="submit"]:hover {
  color: #fff !important;
  background-color: var(--primary-color) !important;
  opacity: 1;
}

/* .footer-form-wrap [type="submit"]:hover:after {
  color: var(--sec-color) !important;
  background-color: var(--primary-color) !important;
} */

ins {
  text-decoration: underline;
  background: none;
}

.theme-red {
  color: var(--sec-color);
}

.success-green-bg {
  background-color: #5cb85c;
}

.category-page .content {
  padding-top: 0px;
}

#photo-exhibition .center-img-wrap,
#awards .center-img-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#photo-exhibition .sub-sec,
#awards .sub-sec {
  margin-bottom: 40px;
}

#photo-exhibition .sub-sec:last-child,
#awards .sub-sec:last-child {
  margin-bottom: 0px !important;
}

#awards .desc,
#photo-exhibition .desc {
  margin-bottom: 0px;
}

.footer-contact-form textarea,
.footer-contact-form input {
  color: var(--sec-color) !important;
}

.logo-wrap {
    cursor: pointer;
}

span.marker {
    color: var(--sec-color);
}

.video-container:last-child{
    
    margin-bottom:0px !important;
}

#awards .sub-sec, #photo-exhibition .sub-sec {
    text-align: center;
}

/* 
  * Responsive css starts
*/

@media (min-width: 1025px) and (max-width: 1299px) {
  .nav-common-style.nav-common-style a {
    font-size: 13.5px;
  }

  /* category  */
  .category-gallery-grid {
    grid-template-columns: repeat(8, 1fr);
  }

  .category-gallery-grid .title {
    font-size: 18px !important;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  #primary-menu {
    display: block;
  }
  .mobile-menu-btn-wrap {
    display: none !important;
  }

  .nav-common-style.nav-common-style a {
    font-size: 11px;
  }

  /* category  */
  .category-gallery-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .category-gallery-grid .title {
    font-size: 16px !important;
  }
}

@media (min-width: 992px) {
  .mobile-menu-btn-wrap {
    display: none !important;
  }
  #primary-menu {
    display: block;
  }

  .category-page .ct-sec {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  #primary-menu {
    display: none;
  }

  .page-header h1 {
    font-size: 34px;
    margin-top: -13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #primary-menu {
    display: none;
  }

  nav,
  .tucked nav {
    height: 6rem;
  }

  /* category  */
  .category-gallery-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .category-gallery-grid .title {
    font-size: 16px !important;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .header {
    margin-top: -20px;
  }

  .logo-holder {
    width: 100%;
  }

  .logo-wrap h1 {
    font-size: 8vw;
  }

  .logo-wrap .logo-tagline {
    font-size: 7vw;

    margin-top: -11px !important;
  }

  .logo-wrap .loc {
    font-size: 2.1vw;
  }

  nav,
  .tucked nav {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    margin-top: 96px !important;
  }

  .ct-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }

  #testimonials .review-title {
    font-size: 2.3em;
    width: 100%;
    top: 0;
    position: static;
    text-align: center;
  }

  #testimonials .slider-wrap {
    margin-top: 12px;
  }

  .footer-menu-wrap {
    text-align: center;
  }

  .content {
    padding-top: 0px;
  }

  /* .hovereffect.hovereffect .overlay.overlay:before,
  .hovereffect.hovereffect a,
  .hovereffect.hovereffect p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .hovereffect {
    background-color: var(--sec-color) !important;
  }

  .hovereffect .overlay {
    background: rgba(218, 23, 42, 0.3);
  } */

  p {
    font-size: 16px;
  }

  .achivement-card {
    margin-bottom: 14px;
  }

  .achivement-card h4 {
    font-size: 1.3em !important;
    margin-bottom: 5px !important;
  }

  .achivement-card p {
    font-size: 16px !important;
    margin-bottom: 3px;
  }

  .achivement-card-alt p:last-child {
    margin-bottom: 0px !important;
  }

  .achivement-card-alt:last-child {
    margin-bottom: 0px;
  }

  .footer-menu-wrap .list-group {
    margin-left: 0px !important;
  }

  .footer-form-wrap input[type="submit"] {
    font-size: 2em !important;
  }

  .footer-form-wrap {
    padding-bottom: 10px;
  }

  .mobile-menu-btn-wrap {
    margin-top: 150px;
  }

  /* end of 767 */

  /* category  */
  .category-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .category-gallery-grid .title {
    font-size: 16px !important;
  }

  .footer-form-wrap [type="submit"] {
    font-size: 2em !important;
  }
}

@media (min-width: 481px) and (max-width: 576px) {
  .header {
    margin-top: -20px;
  }

  .logo-holder {
    width: 100%;
  }

  .logo-wrap h1 {
    font-size: 8vw;
  }

  .logo-wrap .logo-tagline {
    font-size: 7vw;

    margin-top: -11px !important;
  }

  .logo-wrap .loc {
    font-size: 2.4vw;
  }

  nav,
  .tucked nav {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    margin-top: 96px !important;
  }

  .ct-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }

  #testimonials .review-title {
    font-size: 2.3em;
    width: 100%;
    top: 0;
    position: static;
    text-align: center;
  }

  #testimonials .slider-wrap {
    margin-top: 12px;
  }

  .footer-menu-wrap {
    text-align: center;
  }

  .content {
    padding-top: 0px;
  }

  /* .hovereffect.hovereffect .overlay.overlay:before,
  .hovereffect.hovereffect a,
  .hovereffect.hovereffect p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .hovereffect {
    background-color: var(--sec-color) !important;
  }

  .hovereffect .overlay {
    background: rgba(218, 23, 42, 0.3);
  } */

  p {
    font-size: 16px;
  }

  .achivement-card {
    margin-bottom: 14px;
  }

  .achivement-card h4 {
    font-size: 1.3em !important;
    margin-bottom: 5px !important;
  }

  .achivement-card p {
    font-size: 16px !important;
    margin-bottom: 3px;
  }

  .achivement-card-alt p:last-child {
    margin-bottom: 0px !important;
  }

  .achivement-card-alt:last-child {
    margin-bottom: 0px;
  }

  .footer-menu-wrap .list-group {
    margin-left: 0px !important;
  }

  .footer-form-wrap input[type="submit"] {
    font-size: 2em !important;
  }

  .footer-form-wrap {
    padding-bottom: 10px;
  }

  .mobile-menu-btn-wrap {
    margin-top: 120px;
  }

  .footer-form-wrap [type="submit"] {
    font-size: 2em !important;
  }

  /* category  */
  .category-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-gallery-grid .title {
    font-size: 16px !important;
  }

  /* end of 576 */
}

@media (max-width: 480px) {
  .header {
    margin-top: -20px;
  }

  .logo-holder {
    width: 100%;
  }

  .logo-wrap h1 {
    font-size: 8vw;
  }

  .logo-wrap .logo-tagline {
    font-size: 7vw;

    margin-top: -11px !important;
  }

  .logo-wrap .loc {
    font-size: 2.5vw;
  }

  nav,
  .tucked nav {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    margin-top: -10px !important;
  }

  .ct-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }

  #testimonials .review-title {
    font-size: 2.3em;
    width: 100%;
    top: 0;
    position: static;
    text-align: center;
  }

  #testimonials .slider-wrap {
    margin-top: 12px;
  }

  .footer-menu-wrap {
    text-align: center;
  }

  .content {
    padding-top: 0px;
  }

  /* .hovereffect.hovereffect .overlay.overlay:before,
  .hovereffect.hovereffect a,
  .hovereffect.hovereffect p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .hovereffect {
    background-color: var(--sec-color) !important;
  }

  .hovereffect .overlay {
    background: rgba(218, 23, 42, 0.3);
  } */

  p {
    font-size: 16px;
  }

  .achivement-card {
    margin-bottom: 14px;
  }

  .achivement-card h4 {
    font-size: 1.3em !important;
    margin-bottom: 5px !important;
  }

  .achivement-card p {
    font-size: 16px !important;
    margin-bottom: 3px;
  }

  .achivement-card-alt p:last-child {
    margin-bottom: 0px !important;
  }

  .achivement-card-alt:last-child {
    margin-bottom: 0px;
  }

  .footer-menu-wrap .list-group {
    margin-left: 0px !important;
  }

  .footer-form-wrap input[type="submit"] {
    font-size: 2em !important;
  }

  .footer-form-wrap {
    padding-bottom: 10px;
  }

  .footer-form-wrap [type="submit"] {
    font-size: 2em !important;
  }

  /* category  */
  .category-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-gallery-grid .title {
    font-size: 18px !important;
  }

  /* end of 480 */
}

@media (max-width: 397px) {
  .footer-menu-wrap a {
    margin: 0px 17px !important;
  }

  .company-credits {
    padding: 0 56px;
  }
}

@media (max-width: 767px) {
  #myContactFormErros h5,
  #myContactFormSuccess h5 {
    font-size: 22px;
  }

  .footer-form-wrap [type="submit"] {
    font-size: 1.5em !important ;
  }
  
  
  .privacy-policy-page h3, .privacy-policy-page h4 {
    margin-bottom: 10px !important;
    margin-top: 43px !important;
    font-size: 22px;
}

.privacy-policy-page h2 {
    font-size: 30px;
}
  
  .logo-holder {
    margin-bottom: 0px;
}
  
  
} /*  */

/* 
  * Responsive css ends
*/

/* preview changes */

.footer-form-wrap {
  background: #fff !important;
}

.footer-form-wrap label {
  color: #000 !important;
}

.footer input,
.footer textarea,
.footer [type="submit"] {
  border-bottom: 2px solid #000;
  color: var(--sec-color) !important;
}

.footer [type="submit"] {
  color: #000 !important;
}

.footer-form-wrap [type="submit"] {
  border: none !important;
}

.footer-form-wrap .sec-title-wrap::after {
  z-index: 1;
}

.footer-form-wrap .sec-title-wrap .sec-title {
  z-index: 2;
}

.footer {
  border: none !important;
}

.footer-form-wrap {
  padding: 1px 0 40px !important;
}
