h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase !important;
}

p {
  font-family: "Montserrat", sans-serif !important;
}

a {
  font-family: "Montserrat", sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

.ann-site-nav-toggle {
  position: relative !important;
  z-index: 2000 !important;
}
.ann-site-nav-toggle i {
  position: absolute !important;
  left: 0;
}

.ann-about-info p {
  text-align: justify;
  color: #000;
}

.ann-about-img {
  border-radius: 0px 50px 0px 50px;
}

.ann-site-logo-wrap {
  position: relative;
}
.ann-site-logo-wrap .ann-site-logo {
  position: absolute;
  top: -40px;
}

.ann-site-header .ann-site-logo {
  display: block;
  width: 140px;
  height: 140px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 100%;
  padding: 12px;
}
.ann-site-header .ann-site-logo img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ann-site-menu-inner {
  position: relative;
  z-index: 2000;
}

.is-show {
  text-align: left !important;
}
.is-show a {
  text-transform: uppercase;
}

.socialMedia {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 50px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
  width: 100%;
}
.socialMedia ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.socialMedia ul li {
  list-style-type: none;
}
.socialMedia ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  background-color: #fff;
  color: #000;
  font-size: 21px;
  margin: 5px;
}
.socialMedia ul li a svg {
  fill: #000;
  width: 13px;
}
.socialMedia ul li:hover a {
  color: #fff;
}
.socialMedia ul li:hover a svg {
  fill: #fff;
}
.socialMedia ul li:hover:nth-child(1) a {
  background-color: #3b5998;
}
.socialMedia ul li:hover:nth-child(2) a {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.socialMedia ul li:hover:nth-child(3) a {
  background-color: #0A66C2;
}
.socialMedia ul li:hover:nth-child(4) a {
  background-color: #CD201F;
}
.socialMedia ul li:hover:nth-child(5) a {
  background-color: #000;
}

.gallery_wrapper {
  height: 312px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition-duration: 0.2s;
}
.gallery_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.gallery_wrapper:hover {
  transform: scale(1.2);
  transition-duration: 0.2s;
  position: relative;
  z-index: 10;
}

.portfolio_row {
  padding-top: 30px;
}

.awardSection {
  padding: 30px 0;
  background-color: #ffaeb5;
}

.centerCaption h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #373737;
  font-size: 32px;
  width: 100%;
}

.topPadding {
  padding-top: 30px;
}

.wrapper__img__block {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 34px 25px 0px 10px #ff1493;
}
.wrapper__img__block img {
  width: 100%;
}

.wrapper__content__list {
  width: 100%;
  padding-left: 50px;
}
.wrapper__content__list ul {
  padding: 0;
  margin: 0;
}
.wrapper__content__list ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
  font-size: 16px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
.wrapper__content__list ul li:before {
  content: "\f091";
  font-family: "fontAwesome";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 21px;
  height: 21px;
  font-size: 12px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  background-color: #ff1493;
  border: solid 1px #fff;
  box-shadow: 0px 3px 8px -4px #000;
}

.innerbanner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.innerbanner img {
  width: 100%;
}
.innerbanner aside {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: hsla(354.44, 100%, 68.24%, 0.64);
}
.innerbanner aside h1 {
  text-transform: capitalize;
  color: #fff;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
}
.innerbanner aside h1 br {
  display: none;
}
.innerbanner .socialMedia {
  display: none;
}

.top-space-none {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.inner header .container .row .ann-menu-burger-wrap .ann-js-ann-site-nav-toggle i {
  background-color: #fff !important;
}
.inner header .container .row .ann-menu-burger-wrap .ann-js-ann-site-nav-toggle i::before {
  content: "";
  background-color: #fff !important;
}
.inner header .container .row .ann-menu-burger-wrap .ann-js-ann-site-nav-toggle i::after {
  content: "";
  background-color: #fff !important;
}
.inner header .container .row .ann-menu-burger-wrap .active i::before {
  content: "";
  background-color: #000 !important;
}
.inner header .container .row .ann-menu-burger-wrap .active i::after {
  content: "";
  background-color: #000 !important;
}

.shortfilms {
  padding: 50px 0;
}

.panel {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.panel img {
  width: 100%;
}
.panel aside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel aside span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  height: 20px;
  border-radius: 5px;
}
.panel aside span i {
  color: #CD201F;
  font-size: 30px;
  position: relative;
  top: -5px;
}

.video-popup {
  padding: 0;
}

.modal-content button {
  width: 20px;
  height: 20px;
  background-color: #000;
  text-align: center;
  position: absolute;
  right: 0;
  border-radius: 100%;
  opacity: 1;
  top: -19px;
  right: -18px;
}

.modal-header {
  display: none;
}

.modal-body {
  padding: 0 !important;
}

.client_logo {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  height: 70px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.client_logo img {
  width: 100%;
}

.innerpage footer {
  padding: 10px 0;
  background-color: #ff5d6c;
}
.innerpage footer .socialMedia {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  width: 100%;
}

.shadow-effect {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shadow-effect aside {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #777;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
}
.shadow-effect aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}
.shadow-effect h3 {
  font-size: 18px;
  margin-bottom: 0 !important;
}
.shadow-effect p {
  font-size: 14px;
  text-align: justify;
}
.shadow-effect h6 {
  font-size: 11px !important;
}

.wrapper_grid_and_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  transition-duration: 0.2s;
  background-color: #fff;
  padding: 15px;
  height: 100%;
  box-shadow: 0px 10px 33px -23px #000;
  border-radius: 10px;
}
.wrapper_grid_and_icon:hover {
  transform: scale(1.1);
}
.wrapper_grid_and_icon aside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #facdd1;
  border-radius: 100%;
  margin-bottom: 20px;
  box-shadow: 0px 5px 29px -9px rgba(125, 125, 125, 0.78);
}
.wrapper_grid_and_icon aside svg {
  width: 40px !important;
  fill: #ff5d6c;
}
.wrapper_grid_and_icon h4 {
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  color: #000;
}
.wrapper_grid_and_icon p {
  text-align: justify;
  font-size: 14px;
  color: #777;
}

.margin-bottom {
  margin-bottom: 30px;
}

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

.contact-info {
  width: 100%;
  padding: 15px;
}
.contact-info ul {
  padding: 0;
  margin: 0;
}
.contact-info ul h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.contact-info ul li {
  width: 100%;
  list-style-type: none;
  position: relative;
  padding: 5px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.contact-info ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #ff5d6c;
  border-radius: 100%;
  font-size: 18px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 29px -9px rgba(125, 125, 125, 0.78);
  margin-right: 10px;
}

.flex-box-center-column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 0;
}

.sm-none {
  display: block;
}

.sm-block {
  display: none;
}

.carousel-section {
  padding-bottom: 30px;
}

.photo-block {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.photo-block img {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100%;
  border-radius: 20px;
}

.banner_block {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.contactForm .form-group input {
  border: none;
  outline: none;
  box-shadow: none;
  color: #777;
}
.contactForm .form-group input:focus {
  border: none;
  outline: none;
  box-shadow: none;
  color: #777;
}
.contactForm .form-group select {
  border: none;
  outline: none;
  box-shadow: none;
  color: #777;
}
.contactForm .form-group textarea {
  border: none;
  outline: none;
  box-shadow: none;
  color: #777;
}
.contactForm .form-group button {
  border: none;
  outline: none;
  box-shadow: none;
  color: #777;
  color: #fff;
  overflow: hidden;
}
.contactForm .form-group button::before {
  content: "";
  background-color: #000;
}

.topScroll {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
  font-size: 18px;
  background-color: #000;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 15;
}
.topScroll:hover {
  background-color: #fff;
  color: #000;
}

.btnNone {
  display: none;
}/*# sourceMappingURL=stylesheet.css.map */