/* custom fonts 
=============================================================
*/
@charset "UTF-8";

@font-face {
  font-family: "eventsonclick";
  src:url("../fonts/eventsonclick.eot");
  src:url("../fonts/eventsonclick.eot?#iefix") format("embedded-opentype"),
    url("../fonts/eventsonclick.woff") format("woff"),
    url("../fonts/eventsonclick.ttf") format("truetype"),
    url("../fonts/eventsonclick.svg#eventsonclick") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "eventsonclick" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "eventsonclick" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-activities:before {
  content: "\e000";
}
.icon-annualday:before {
  content: "\e001";
}
.icon-beautician:before {
  content: "\e002";
}
.icon-birthday:before {
  content: "\e003";
}
.icon-conferences:before {
  content: "\e004";
}
.icon-exhibition:before {
  content: "\e005";
}
.icon-familyday:before {
  content: "\e006";
}
.icon-filming:before {
  content: "\e007";
}
.icon-gifts:before {
  content: "\e008";
}
.icon-housewarm:before {
  content: "\e009";
}
.icon-launch:before {
  content: "\e00a";
}
.icon-musicalnights:before {
  content: "\e00b";
}
.icon-party:before {
  content: "\e00c";
}
.icon-printmedia:before {
  content: "\e00d";
}
.icon-sangeet:before {
  content: "\e00e";
}
.icon-show:before {
  content: "\e00f";
}
.icon-sports:before {
  content: "\e010";
}
.icon-videoshoot:before {
  content: "\e011";
}
.icon-wedding:before {
  content: "\e012";
}
.icon-welcomeparty:before {
  content: "\e013";
}


/* custom fonts closed
==========================================================
*/


html, body{
  font-size:100%;
}

.carousel-caption h2,
.carousel-caption h3,
.carousel-caption p
{
    text-shadow: 0 0 10px 10px rgba(0,0,0,.5);
}

#navigation{
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, .25);
}


.gradientAnimated{
background:#08C1E5;
    background: -webkit-linear-gradient(135deg, #0080f0,#0ed9e0, #0db349, #e7673f, #0db349, #0ed9e0, #0080f0, #0080f0,#0ed9e0, #0db349);
    background: linear-gradient(-45deg, #0080f0,#0ed9e0, #0db349, #e7673f, #0db349, #0ed9e0, #0080f0, #0080f0,#0ed9e0, #0db349);

background-size: 900% 900%;
-webkit-animation: Gradient 100s ease infinite;
	animation: Gradient 100s ease infinite;
}

@-webkit-keyframes Gradient {
	0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@keyframes Gradient {
	0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

#facts{
  position: relative;
  overflow-x: hidden;
}
/* =================================================== */
#canvas{
  position: absolute;
  /* background-color: #000; */
  background-color: rgba(2, 5, 25, 0.89);
  min-height: 100%;
  background-size: cover;
  background-position: center;
}

.parallax-overlay {
  background-color: rgba(3, 8, 36, 0.8);
  padding: 70px 0 0 0;
}
/* ================================================= */

.bglayer{
    /* background-image: url(../img/bg.png); */
}

.sec-title h2 {
    color: #08c1e5;
    background:-webkit-linear-gradient(135deg, #0080f0,#0ed9e0 60%, #37f8ff );
    background:linear-gradient(-45deg, #0080f0,#0ed9e0 60%, #37f8ff );
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
}
.carousel-caption h2 span {
    background: #0ed9e0 ;
    background: -webkit-linear-gradient(135deg, #0080f0,#0ed9e0 60%,#37f8ff );
    background: linear-gradient(-45deg, #0080f0,#0ed9e0 60%,#37f8ff );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
  }
  span.color {
    background: #0ed9e0;
    /* color: #0feb9e; */
    /* background: rgba(255,255,255, 1); */
    background: -webkit-linear-gradient(135deg, #0080f0,#0ed9e0 60%, #37f8ff );
    background: linear-gradient(-45deg, #0080f0,#0ed9e0 60%, #37f8ff );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

.carousel-caption {
    top: 60%;
}

#logo img,
.footer-single img{
    -webkit-filter: drop-shadow(0 5px 5px rgba(0,0,0,.4));
    filter: drop-shadow(0 5px 5px rgba(0,0,0,.4));
}
#logo img:hover{
    -webkit-animation: shake 0.5s;
            animation: shake 0.5s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; 
}
@-webkit-keyframes shake {
    0% { -webkit-transform: translate(1px, 1px) rotate(0deg); transform: translate(1px, 1px) rotate(0deg); }
    10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); transform: translate(-1px, -2px) rotate(-1deg); }
    20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); transform: translate(-3px, 0px) rotate(1deg); }
    30% { -webkit-transform: translate(3px, 2px) rotate(0deg); transform: translate(3px, 2px) rotate(0deg); }
    40% { -webkit-transform: translate(1px, -1px) rotate(1deg); transform: translate(1px, -1px) rotate(1deg); }
    50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); transform: translate(-1px, 2px) rotate(-1deg); }
    60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); transform: translate(-3px, 1px) rotate(0deg); }
    70% { -webkit-transform: translate(3px, 1px) rotate(-1deg); transform: translate(3px, 1px) rotate(-1deg); }
    80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); transform: translate(-1px, -1px) rotate(1deg); }
    90% { -webkit-transform: translate(1px, 2px) rotate(0deg); transform: translate(1px, 2px) rotate(0deg); }
    100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); transform: translate(1px, -2px) rotate(-1deg); }
  }
@keyframes shake {
    0% { -webkit-transform: translate(1px, 1px) rotate(0deg); transform: translate(1px, 1px) rotate(0deg); }
    10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); transform: translate(-1px, -2px) rotate(-1deg); }
    20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); transform: translate(-3px, 0px) rotate(1deg); }
    30% { -webkit-transform: translate(3px, 2px) rotate(0deg); transform: translate(3px, 2px) rotate(0deg); }
    40% { -webkit-transform: translate(1px, -1px) rotate(1deg); transform: translate(1px, -1px) rotate(1deg); }
    50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); transform: translate(-1px, 2px) rotate(-1deg); }
    60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); transform: translate(-3px, 1px) rotate(0deg); }
    70% { -webkit-transform: translate(3px, 1px) rotate(-1deg); transform: translate(3px, 1px) rotate(-1deg); }
    80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); transform: translate(-1px, -1px) rotate(1deg); }
    90% { -webkit-transform: translate(1px, 2px) rotate(0deg); transform: translate(1px, 2px) rotate(0deg); }
    100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); transform: translate(1px, -2px) rotate(-1deg); }
  }

.menu2 li{
    font-size: 1rem;
    margin-left: 5px;
}
.menu2 li a.current,
.menu2 li a:focus,
.menu2 li a:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  background-color: rgb(255, 255, 255, .2);
  border-bottom: 2px dotted rgba(255, 255, 255, .4);
  color: #fff;
  border-radius: 100px;
  margin: 4px 0;
}

.lightdarkBg{
    background: rgba(0, 0, 0, 0.2);
}
.lightdarkBg .container{
    padding: 0;
}
.navbar-nav.menu1{
    float: none;
    text-align: left;
}
.menu1>li, 
.menu1>li>a{
    float: none;
    display: inline-block;
    font-size: .9rem;
}
.menu1>li>a{
    padding: 5px;
}
.menu1>li a:hover{
  border-radius:30px;
  padding-left:10px;
  padding-right:10px;
}
.navbar-toggle i {
    color: #fff;
    font-size: 2rem;
}
.menu1>li{
    color:white;
}
.menu1>li>i{
    width: 22px;
    height: 22px;
    border: 1px solid white;
    border-radius: 100%;
    padding: 4px;
    text-align: center;
    margin-right: 12px;
    font-size: .8rem;
}


/* contact */
.contact-form .name input,
.contact-form .email input {
    margin-right: 0;
    width: 100%;
  }
.contact-form .input-field{
    width:100%;
}

.subscribe #subscribe{
    border-radius: 50px;
}

#preloader {
    background-color: rgb(255, 255, 255);
    /* height: calc(100vh - var(--vh-offset, 0px));
    position: fixed;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 100%;
    left: 0%;
    top: 0%; */
    z-index: 1100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* display: -webkit-box;      
        display: -moz-box;         
        display: -webkit-flex;     
        display: flex;            
        -webkit-box-flex-direction: row;
        -moz-box-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;  */
  }
  
  #preloader > .triple-spinner {
    /* position: absolute; */
    margin: auto;
  }
  

.triple-spinner {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top: 4px solid #0080f0;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  .triple-spinner::before,
  .triple-spinner::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 4px solid transparent;
  }
  .triple-spinner::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-top-color: #0db349;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3.5s linear infinite;
  }
  .triple-spinner::after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-top-color: #e7673f;
    /* -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.75s linear infinite; */
  }
       
  
  
  @-webkit-keyframes spin {
      from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
    
  
  @keyframes spin {
      from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
/* services flip */
.flexcontainer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* section height fix */
  padding-bottom: 70px;
}
.flexchild{
  margin: 10px;
  width: 100%;
  max-width: 202px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 202px;
          flex: 1 1 202px;
}
.box{
  position: relative;
  width: 202px;
  height: 151px;
  /* background: #0080f0; */
}
.box{-webkit-perspective: 1000;perspective: 1000;}
.card .icon{
  color: #e7673f;
  background:-webkit-linear-gradient(135deg,#d42222 , #e7673f, #f7df06);
  background:linear-gradient(-45deg,#d42222 , #e7673f, #f7df06);
  -webkit-background-clip:text;
  -webkit-text-fill-color: transparent;
}
.flipCard{
  width:100%;
  height:100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.box:hover .flipCard{
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.card{
  position: absolute;
  width:100%;
  height:100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  color:#042740;
}
.card div.icon{
  font-size: 3.7rem;
  padding: 27px 0 10px 0;
}
.card h4{
  font-weight: 600;
  font-size: 16px;
}
.card.back h4{
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #e7673f;
}
.card.back ul{
  margin: 0;
  padding: 0;
}
.card.back ul>li{
  list-style: disc;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.front, .back{
  /* background-color: white; */
  background-image: url(../img/frame.png);
  /* padding: 30px; */
}
.back{
  /* padding: 20px; */
}
.card.back{
  display:block;
  -webkit-transform:rotateY(180deg);
  transform:rotateY(180deg);
  box-sizing: border-box;
}

.footer{
  border-top:none;
}
.logoWrapper{
  width: 80%;
}
/* contact us  */
.contact-address p{
  position:relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.contact-address p .fa{
  position:absolute;
  left: 0px;
  top: -3px;
  font-size: 18px;
  border-radius: 20px;
  color: #08c1e5;
  width: 29px;
  height: 29px;
  border: 1px solid #08c1e5;
  text-align: center;
  padding-top: 5px;
}
.contact-address p .fa-envelope{
  font-size: 15px;
}
.contact-address p a{
  color: #6a737b;
  border: 1px solid rgba(2, 5, 25, 0);
}
.contact-address p a:hover{
  color: rgba(2, 5, 25, 1);
  padding-left:5px;
}
.footer-single p{
  padding-top:10px;
}
.footer {
    padding: 70px 0 10px 0;
}
.footerTop{
  margin-bottom:20px;
}
.footerTop p{
  font-size:14px;
}
.confirmOverlay{
  background: rgba(255, 255, 255,.7);
  text-align: center;
  position: absolute;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
h3.submitSuccess,
h3.submitError{
  position: absolute;
  display: none;
}
h3.submitSuccess{
  color: #0db349;
  background: rgba(103, 255, 158, 0.40);
  padding: 32px;
  border-radius: 15px;
}
h3.submitError{
  color:#c0392b;
  background: rgba(255, 123, 82, 0.4);
  padding: 32px;
  border-radius: 15px;
}

.form-control{
  color:rgba(2, 5, 25, 1);
}
#form-submit .fa{
  font-size: 24px;
  padding: 6px;
}
.contact-form #form-submit{
  position: relative;
  background:#08c1e5;
  color:white;
  border:none;
  background: -webkit-linear-gradient(135deg, #0080f0,#0ed9e0 60%,#37f8ff );
  background: linear-gradient(-45deg, #0080f0,#0ed9e0 60%,#37f8ff );
  box-shadow: 0 0 3px 3px rgba(0,0,0,0);
}
.contact-form #form-submit:hover{
  background:#08c1e5;
  border:none;
  top: -1px;
  background: -webkit-linear-gradient(185deg, #0080f0,#0ed9e0 60%,#37f8ff );
  background: linear-gradient(-95deg, #0080f0,#0ed9e0 60%,#37f8ff );
  box-shadow: 0 3px 4px 1px rgba(0, 70, 132, 0.50);
}
label.error {
  color: #c0392b;
  font-weight: normal;
  color: #c0392b;
  background: rgba(255, 123, 82, 0.4);
  padding: 5px 8px;
  border-radius: 15px;
  font-size: 14px;
  position: relative;
  top: -15px;
}
.aboutUsImg{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.aboutUsImg img{
  position: relative;
  top: 0px;
  left: -50%;
  width: 180%;
  margin: 0 auto;
}

/* CSS used here will be applied after bootstrap.css */
/* -------carousel slides----*/
.carousel-control.right, .carousel-control.left {
    background-image: none;  
}        
.carousel-indicators {/* bottom: -20px; */border: 1px dashed rgba(255, 255, 255, .6);padding: 15px 24px 15px 11px;border-radius: 50px;border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.carousel-indicators li {
 border-color: #C0C0C0;
 -webkit-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
}
.carousel-indicators .active {background-color: #ffffff;}
.carousel-inner {
 margin-bottom:50px;
}
.carousel .item{
  height: 400px;
}
.item img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 400px;
}
.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}


/* media fix */
@media screen and (max-width:767px){
    .menu2 li a.current,
    .menu2 li a:focus,
    .menu2 li a:hover {
      border-radius: 0%;
    }
    .navbar-brand{
      margin-left: 15px;
    }

    .menu1>li 
    /* .menu1>li>a */
    {
        float: none;
        display: block;
        font-size: 1.4rem;
    }
    .navbar-nav.menu1{
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    
}
@media screen and (max-width:371px){
  .navbar-brand{
    width: 60%;}
.navbar-toggle {
    padding: 9px 3px;
    margin-right:10px;
}
  #logo img {
    width: 90%;
    margin-left: 15px;
  }
  .navbar-brand {
    margin-left: 0px;
  }
}
@media screen and (max-width: 419px)
{
  .devider:before, .devider:after {
    content: "_____________";
  }
}