/*

Tooplate 2115 Marvel

https://www.tooplate.com/view/2115-marvel

*/

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,700");
body {
  font-family: "Maven Pro", sans-serif;
  padding-top: 70px;
  transition: smoth;
}


.full-screen {
  padding: 8rem 0;
}

.small-text {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 50px;
  letter-spacing: 0.2px;
}

.scrollTop{
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 10px 15px;
  background-color: #edb45b;
  color: #fff;
  border-radius: 5px;
  border-radius: 1px solid #000;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease 0s;
}
.scrollTop:hover{
  background-color: #211729;
}
.scrollTop.active{
  pointer-events: auto;
  opacity: 1;
}


ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  font-weight: normal;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
a:hover {
  color: #ffc200 !important;
}

.navbar-brand .uil {
  font-size: 40px;
}

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #2a223d;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  letter-spacing: -1px;
}

h1 {
  color: #212121;
  font-size: 2.8em;
  margin: 24px 0;
}

h2 {
  color: #211729;
  font-size: 2.4em;
  font-weight: bold;
}

h3 {
  color: #484848;
}

h3,
b, strong {
  font-weight: bold;
}

.custom-btn {
  background: #eee;
  color: #5b5b5b;
  font-weight: bold;
  border-radius: 50px;
  padding: 13px 29px;
  font-size: 14px;
  line-height: normal;
  overflow: hidden;
  transition: all 0.4s ease;
}
.custom-btn:hover {
  color: #ffc200;
}
.custom-btn.custom-btn-bg {
  background: #474559;
  color: #ffffff;
}
.custom-btn.custom-btn-bg:hover {
  background: #ffc200;
  color: #ffffff !important;
}

.animated {
  position: relative;
}

.animated-info {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  min-width: 260px;
  position: relative;
}

.animated-item {
  color: #ffc200;
}

.animated-item {
  font-size: 38px;
  line-height: inherit;
  display: block;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  animation: BottomTotop 6s linear infinite 0s;
}
.animated-item:nth-child(2n+2) {
  animation-delay: 2s;
}
.animated-item:nth-child(3n+3) {
  animation-delay: 4s;
}

@keyframes BottomTotop {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    transform: translateY(5px);
  }
  10% {
    opacity: 1;
    transform: translateY(0px);
  }
  25% {
    opacity: 1;
    transform: translateY(0px);
  }
  30% {
    opacity: 0;
    transform: translateY(5px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  will-change: transform;
  transition: transform 200ms linear;
  background: #211729;
  color: #fff;
}
.navbar[class*="-unpinned"] {
  transform: translate(0, -150%);
}
.navbar[class*="-pinned"] {
  transform: translate(0, 0);
}
.navbar[class*="headroom--not-top"] {
  background: #211729;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand {
  font-weight: bold;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding: 0 20px;
}

.nav-link {
  font-weight: bold;
  font-size: 20px;
  overflow: hidden;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
 }
.nav-link span {
  position: relative;
  display: inline-block;
  transition: transform 0.3s;
  color: #fff;
}
.nav-link span:before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
}
.nav-link span:hover{
  color:#edb45b;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffc200;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
}
.navbar-light .navbar-nav .nav-link:focus span,
.navbar-light .navbar-nav .nav-link:hover span {
  transform: translateY(-100%);
  width: 100px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
}

.navbar-light .navbar-toggler-icon {
  background: none;
}

.navbar-toggler {
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:first-child {
  transform: rotate(45deg);
  top: 6px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(2) {
  display: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:last-child {
  transform: rotate(-45deg);
  bottom: 1px;
}
.navbar-toggler .navbar-toggler-icon {
  background: #fff;
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  transition: all 0.4s ease;
  position: relative;
}

.footer{
background: #fff3e0;
background-image: url('../images/footer-bg-1.png');
background-repeat: repeat-y;
border: none;
padding-top: 60px;
padding-bottom: 30px;
}
.footer .footer-menu{
  text-align: center;
  padding-bottom: 20px;
  padding-top: 10px;

}
.footer .footer-menu span{
  margin-left: 10px;
  padding-right: 20px;
  border-right: 1px solid #fff;
  
}
.footer .footer-menu span a{
  color: #fff;
}
.copyright-text {
  font-size: 16px;
  font-weight: normal;
  display: block;
  color: #fff;
}
.copyright-text a{
  color: #fff;
}

.color-mode {
  font-weight: bold;
  cursor: pointer;
}

.color-mode-icon {
  position: relative;
  right: 6px;
}
.color-mode-icon:after {
  font-family: 'unicons';
  content: '\ea9f';
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
}
.color-mode-icon.active:after {
  font-family: 'unicons';
  content: '\eb65';
  font-size: 30px;
  color: #ffffff;
}

.dark-mode {
  background: #0c0c0d;
}
.dark-mode .navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.dark-mode .navbar-light .navbar-nav .nav-link:hover {
  color: #ffc200;
}
.dark-mode .navbar[class*="headroom--not-top"] {
  background: #0c0c0d;
  border-bottom: 1px solid #1f1f1f;
}
.dark-mode .small-text {
  background: #0d0c15;
  color: #ffffff;
}
.dark-mode .feature-card .uil,
.dark-mode .navbar-light .navbar-brand,
.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6,
.dark-mode .color-mode {
  color: #ffffff;
}
.dark-mode .owl-carousel .owl-nav button.owl-next,
.dark-mode .owl-carousel .owl-nav button.owl-prev,
.dark-mode .owl-carousel button.owl-dot {
  color: #ffffff;
}

.timeline-wrapper {
  position: relative;
  padding: 22px 0;
}
.timeline-wrapper:last-child:before {
  height: 0;
}
.timeline-wrapper:before {
  content: "";
  background: #474559;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 38px;
}

.timeline-yr {
  background: #474559;
  border-radius: 100%;
  position: absolute;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
}
.timeline-yr span {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 75px;
}

.timeline-info {
  display: inline-block;
  vertical-align: top;
  max-width: 432px;
  margin-left: 6em;
}
.timeline-info small {
  color: #474559;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.owl-carousel .owl-nav span {
  display: none;
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  background: none;
  padding: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-family: 'unicons';
  font-size: 100px;
  line-height: normal;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: '\e833';
  left: -45px;
}
.owl-carousel .owl-nav .owl-next:before {
  content: '\e836';
  right: -45px;
}

.owl-theme .owl-nav [class*=owl-] {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffc200;
}
.owl-theme .owl-dots .owl-dot {
  outline: none;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #5b5b5b;
}

.google-map iframe {
  width: 100%;
}
.creative{
  height: 300px;
  background: #fff3e0;
  background-image: url('../images/creative-bg2.png');
  background-repeat:no-repeat;
}
.creative img{
  transition: 0.4s;
}
.creative img:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
  }
.creative .row  #mystic h2{
  padding-top: 60px;
  color: #fff;
  font-style: italic;
  text-align: left;
  transition: 0.4s;
}
.creative .row  #mystic h2:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
  }
.creative .row  #audio h2{
  padding-top: 40px;
  color: #fff;
  font-style: italic;
  text-align: left;
  transition: 0.4s;
}
.creative .row  #audio h2:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
  }
.creative .row  #aadimaanav h2{
  padding-top: 25px;
  color: #fff;
  font-style: italic;
  text-align: left;
  transition: 0.4s;
}
.creative .row  #aadimaanav h2:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
  }
.creative .row .col-lg-4 span{
  color: #fff;
  font-style: italic;
  transition: 0.4s;
}
.creative .row .col-lg-4 span:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
  }

.storyteller{
  height: 300px;
  background: #feffe6;
  background-image: url('../images/writer-bg2.png');
  background-repeat:no-repeat;
}
.storyteller .row{
  height: 200px;
}
.storyteller .row #writer-img img{
  padding-top: 60px;
  width:450px;
  text-align: center;
  transition: 0.4s;
  
}
.storyteller .row #writer-img:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
  }
.storyteller .row #writer-btn{
  padding-top: 80px;
  text-align: center;
}

@media (max-width: 767px){
  .storyteller{
    background-image: url('../images/writer-bg-mobile.png');
    height: 350px;
  }
  .storyteller .row {
    padding: 0px;
    padding-top: 0px;
  }

  .storyteller .row #writer-btn{
    padding-top: 50px;
  }
  .creative{
    height: 500px;
    background-image: url('../images/creative-bg-mobile1.png');
  }
  .creative .container{
    padding-top: 20px;
  }
  .creative .row #mystic h2{
    padding-top: 0px;
    text-align: center;
    padding-left: 35px;
  }
  .creative .row #audio h2{
    padding-top: 0px;
    text-align: center;
    padding-left: 35px;
  }
  .creative .row #aadimaanav h2{
    padding-top: 0px;
    text-align: center;
    padding-left: 35px;
  }
  .creative .row .col-lg-4 span b{
    text-align: center;
    padding-left: 90px;
  }
}

.contact{
  background: #fff3e0;
  border: none;
  padding-top:50px ;
  padding-bottom: 50px;
}
.contact-form {
  position: relative;
}
.contact-form .form-control {
  background: transparent;
  border-radius: px;
  outline: none;
  box-shadow: none;
  font-weight: bold;
  margin: 16px 0;
}
.contact h2{
  color: #2a223d;
}
.contact-form .form-control:not(textarea) {
  height: 48px;
}
.contact-form .form-control:hover, .contact-form .form-control:focus {
  border-color: #ffc200;
}
.contact-form .submit-btn {
  background: #edb45b;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  transition: all 0.4s ease;
}
.contact-form .submit-btn:hover {
  background: #211729;
}

.contact-info {
  background: #211729;
  border-radius: 0 0 3px 3px;
  position: relative;
  bottom: 8px;
}
.contact-info p, .contact-info a {
  color: #f7f3f3;
}

.social-links .uil {
  color: #f7f3f3;
  font-size: 20px;
  display: block;
  margin: 5px 0;
}
.social-links .uil:hover {
  color: #ffc200;
}

@media (min-width: 1270px) {
  .owl-theme .owl-dots {
    position: relative;
    bottom: 50px;
  }
}
@media (max-width: 991px) {
  .full-screen {
    padding-bottom: 4rem;
  }


/* about */


  .color-mode {
    display: none;
  }

  .about-image {
   /* margin-top: 4em;*/
  }

  .mobile-mt-2,
  .contact-form {
    margin-top: 2em;
  }
  .owl-carousel .item .card{

    width: 100%;
  }

  .contact-info {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.4em;
  }

  h2 {
    font-size: 2em;
  }

  .animated-item {
    font-size: 28px;
  }

  .navbar-collapse {
    background: #211729;
    text-align: center;
    padding-bottom: 20px;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 3px 20px;

  }
}
@media (max-width: 580px) {
	.animated-info {
		min-width: 200px;
	}
  .animated-item {
    font-size: 30px;
  }

  .custom-btn-group {
    text-align: center;
  }

  .custom-btn {
    display: block;
    margin: 10px 0;
  }

  .owl-theme .owl-nav {
    display: none;
    width: 100%;
  }

  .timeline-info small {
    display: block;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 320px) {
  .animated-text {
    margin-top: 0;
  }

  .about-text {
    text-align: center;
  }

  .full-screen {
    padding: 4rem 0;
  }

  .mobile-block {
    display: block;
  }

  .contact-info {
    flex-direction: column;
  }

  .social-links li {
    display: inline-block;
    vertical-align: top;
  }
}


/* image swipper *//


.swiper {
  
  
}

.swiper-slide {
  background: #fff;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  position: relative;
  z-index: 1;
}
.swiper-slide.swiper-slide-active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.swiper-slide .img {
  width: 150px;
  height: 150px;
  border: 5px solid #fdfdfd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-slide .name {
  padding-top: 100px;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
}
.swiper-slide .title {
  text-align: center;
  font-size: 14px;
  color: #DA80AE;
  font-weight: 300;
}
.swiper-slide .desc {
  color: #6E6E6E;
  text-align: center;
  font-size: 20px;
  padding: 10px 20px;
  font-weight: 300;
}
.swiper-slide .link {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}
.swiper-slide .img-1 {
  background-image: url("../images/poster/kalipili.png");
}
.swiper-slide .img-2 {
  background-image: url("../images/poster/ghost.png");
}
.swiper-slide .img-3 {
  background-image: url("../images/poster/trip.png");
}
.swiper-slide .img-4 {
  background-image: url("https://images.unsplash.com/photo-1544005313-94ddf0286df2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=688&q=80");
}
.swiper-slide .img-5 {
  background-image: url("https://images.unsplash.com/photo-1552374196-c4e7ffc6e126?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8OHx8cG9ydHJhaXR8ZW58MHx8MHx8&auto=format&fit=crop&w=600&q=60");
}


/* main slider */

.slider{
  width: auto;
  height: 100%;
  background-image: url('../images/slider-animation-4.gif');
  background-image: no-repeat;
}
.slider .animated{
  transform: rotate(-8deg); 
  float: right; 
  color:#fff;
  padding-top: 90px;
  margin-bottom: 90px;
}
.slider .about-image img{
  width: 780px;
  transition: 0.4s;
  }
  .slider .about-image img:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
  }
@media (max-width: 767px){
  .slider{
    width: 100%;
    height: 600px;
    background-image: url('../images/slider-animation-mobile1.gif');
  }
  .slider .animated{
    transform: rotate(-0deg);
    margin-top: 0px;
    text-align: center;
  }
  .full-screen{
    padding: 0px;
  }
  .slider .about-image img{
    top: 0px;
    width: 450px;
    text-align: center;
    margin-left: 100px;
    padding-top: 30px;
    
  }
}



/* end */

.team{
  background-image: url('../images/logo/logo-bg-texture.png');
  background: #feffe6;
}


/* team slider */


.testimonial {
  background-color: #fff;
  text-align: center;
  padding: 30px 30px 50px;
  margin: 40px 15px 190px;
  position: relative;
}

.testimonial::before,
.testimonial::after {
  content: "";
  border-top: 40px solid white;
  border-right: 125px solid transparent;
  position: absolute;
  bottom: -40px;
  left: 0;

}

.testimonial::after {
  border-right: none;
  border-left: 125px solid transparent;
  left: auto;
  right: 0;

}

.testimonial .icon {
  display: inline-block;
  font-size: 80px;
  color: #016d9b;
  margin-bottom: 20px;
  opacity: 0.6;
}

.testimonial .description {
  font-size: 14px;
  color: #777;
  text-align: justify;
  margin-bottom: 30px;
  opacity: 0.9;
}

.testimonial .testimonial-content {
  width: 100%;
  left: 0;
  position: absolute;
}

.testimonial .pic {
  display: inline-block;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 0 4px 4px #211729;
  overflow: hidden;
  z-index: 1;
  position: relative; 
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .name {
  font-size: 15px;
  font-weight: bold;
  color: #211729;
  text-transform: capitalize;
  margin: 10px 0 5px 0;
}

.testimonial .title {
  display: block;
  font-size: 14px;
  color: #211729;
  padding-bottom: 10px;
}

.owl-controls {
  margin-top: 20px;
}

.owl-pagination {
  display: flex;
  justify-content: center;
}

.owl-page {
  height: 10px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
  margin-left: 10px;
}
