/**
* Commons
*/


*, *:focus,.btn,.btn:focus{
  outline: 0!important;
  text-decoration: none;
}
body { 
  background: #f8f8f8;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
}
body {
  background-color: #fff;
  color: #000;
  font-family: 'myriadpro-regular';
  font-size: 14px;
}
p{
  line-height: 1.2;
  color: #fff;
}
a, 
button, 
input{
  outline: 0;
  border: 0;
}
button{
  cursor: pointer;
}
a, 
a:hover, 
a:focus, 
button:hover, 
button:focus, 
input:focus, 
textarea:focus{
  text-decoration: none;
  outline: 0;
}
a,
input,
img,
textarea,
button,
.transition{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover{
  color: #1957f3;
}
.container{
  max-width: 1140px;
  width: 100%;
}
.ulc{
  margin: 0;
  padding: 0;
  list-style: none;
}
img{
  max-width: 100%;
  height: auto;
}
.set-bg{
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -ms-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
}
.overlay-link{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.relative,
section{
  position: relative;
}
span, a, button, strong {
  display: inline-block;
  vertical-align: baseline;
}


/**
* Containers
*/
.container{
  max-width: 1200px;
  width: 100%;
}











/* ------------------------------ */
/* ----------- Header ----------- */
/* ------------------------------ */


header.header{
}

/* header.header .hdr-left{
  float: left;
  width: 88%;
} */

.header-innr-wrp {
  padding-right: 155px;
  min-height: 260px;
  padding-bottom: 50px;
  overflow: hidden;
}

.hdr-rgt{
}

header.header .hdr-rgt{
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  bottom: 50px;
  width: 150px;
  background: #5c3fa0;
  padding: 12px 0;
  box-shadow: -5px 0px 12px -1px rgb(0 0 0 / 68%);
  -webkit-box-shadow: -5px 0px 12px -1px rgb(0 0 0 / 68%); 
}
.header-top {
  position: relative;
  z-index: 6;
  box-shadow: 0px 3px 11px -1px rgb(0 0 0 / 52%);
  -webkit-box-shadow: 0px 3px 11px -1px rgb(0 0 0 / 52%); 
}
.header-top .hdr-phn {
  width: 60%;
  float: left;
  padding: 12px 15px 0 40px;
}
.header-top .hdr-phn img{
  max-width: 38px;
  width: 100%;
  padding-right: 10px;
}
.header-top .hdr-phn span{
  font-family: 'arial-black';
  font-size: 20px;
  color: #fff;
  text-shadow: 0 1px 0 rgb(255 255 255 / 40%);
}
.header-top .hdr-social{
  width: 40%;
  float: left;
  padding: 0 12px;
}
.header-top .hdr-social > ul{
  float: right;
}
.header-top .hdr-social li{
  float: left;
  padding-left: 10px;
}
.header-top .hdr-social li a:hover{
  opacity: .7
}
.bannerSlide-item{
  min-height: 480px;
}




nav.main-nav ul{
    
}
nav.main-nav ul li{
  
}
nav.main-nav ul li a{
  
}
nav.main-nav > ul{

}
nav.main-nav > ul > li{
  text-align: center;
  margin-bottom: 5px;
}
nav.main-nav > ul > li > a {
  font-family: 'arial-regular';
  padding: 3px 0;
  width: 100%;
  color: #fff;
  position: relative;
  letter-spacing: 2px;
}
nav.main-nav > ul > li:first-child > a::after{
  content: "";
  position: absolute;
  right: 10px;
  top:10px;
  background-image: url('../images/hm-menu-icon.png');
  background-size: 100% 100%;
  width: 11px;
  height: 11px;
  z-index: 2;
}
nav.main-nav > ul > li > a:hover,
nav.main-nav > ul > li.current-menu-item > a{
  background: #422a74;
}




.header-bnnr {
  padding: 25px 0 10px;
  position: relative;
}
.header-bnnr::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: -30px;
  position: absolute;
  z-index: 1;
  background: #ffffff3d;
}
.header-bnnr h1{
  font-size: 110px;
  font-family: 'youre-invited';
  color: #fff;
  text-shadow: 3px 2px 4px #000000;
 -webkit- text-shadow: 3px 2px 3px #000000;
}
.header-bnnr h1 span{
  font-size: 90px;
  font-family: 'mademoiselle-camille-l';
}


.hdr-accept-bar{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  padding: 10px 10px 10px;
  background: #000000bd;
  z-index: 4;
  -webkit-box-shadow: 0px -6px 13px -1px rgba(0,0,0,0.76); 
box-shadow: 0px -6px 13px -1px rgba(0,0,0,0.76);
}
.hdr-accept-bar i{
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
  max-width: 250px;
}
.hdr-accept-bar i img{
  width: 100%;
}




/*------responsive menu---------*/

.menu-opener {
  display: none;
  height: 25px;
  width: 30px;
  position: relative;
  float: right;
  overflow: hidden;
  top: 20px;
  z-index: 99;
}
.menu-opener span{
  height: 3px;
  width: 100%;
  position: absolute;
  color: #fff;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-opener span:first-child{
  top: 0;
  left: 0;
  right: 0;
}
.menu-opener span:nth-child(2){
  top: 7px;
  left: 0;
  right: 0;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;
}
.menu-opener span:nth-child(3){
  top: 14px;
  left: 0;
  right: 0;
}
.menu-opener.thisopened span:first-child {
  transform: rotate(-45deg);
  top: 9px;
}
.menu-opener.thisopened span:nth-child(2){
  left: -100%;
}
.menu-opener.thisopened span:nth-child(3) {
  transform: rotate(45deg);
  top: 9px;
}




/* Footer */

.footer-wrp{
  background: #dbd7e9;
  padding: 10px 0;
}
.ftr-left{
  float: left;
  width: 60%;
  padding-right: 10px;
}
.ftr-left li{
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
.ftr-left li:first-child{
  padding-left: 0;
}
.ftr-left li:not(:last-child)::after{
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 2;
}
.ftr-left li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  top: 4px;
  right: 0;
  background: #000;
  z-index: 2;
}
.ftr-rgt span,
.ftr-left li a{
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
}
.ftr-left li a:hover{
  color: #5c3fa0;
}
.ftr-rgt{
  float: left;
  width: 40%;
  padding-left: 15px;
}








/* ------------------------------ */
/* --------- Home Page --------- */
/* ------------------------------ */


.bannerSlider{
  box-shadow: 0px 9px 8px -5px rgb(0 0 0 / 75%);
  -webkit-box-shadow: 0px 9px 8px -5px rgb(0 0 0 / 75%);
}
.bannerSlide-item{
  min-height: 480px;
}
.bannerSlider-con > span{
  position: absolute;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 74px;
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bannerSlider-con > span:hover{
  opacity: .7
}
.bannerSlider-con > span.bannerSlider-prev{
  left: 30px;
}
.bannerSlider-con > span.bannerSlider-next{
  right: 30px;
}


.bannerSlider-btm{
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: ;
  background: #46317ccf;
  text-align: center;
  z-index: 99;
  padding: 12px;
  height: 50px;
}
.italic-head h3{
  color: #fff;
  font-family: 'myriadpro-bold';
  font-size: 23px;
  letter-spacing: 8px;
  font-style: italic;
}




.ftr-top-sec{
  background: #583899;
  padding: 35px 0;
}

.ftr-top-col h2{
  font-family: 'arial-bold';
  color: #fff;
  font-size: 28px;
  margin-bottom: 30px;
  position: relative;
}
.ftr-top-col h2::after{
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -5px;
  background: #fff;
  height: 3px;
}
.special-imges{
  max-width: 240px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.special-imges img{
  width: 100%;
}
.ftr-top-col p {
  margin-bottom: 27px;
  font-size: 20px;
  letter-spacing: 1px;
}

.ftr-top-col a.read-btn{
  position: relative;
  color: #fff;
  font-size: 20px;
}
.ftr-top-col a:hover{
  color: #8e78b3
}
.ftr-top-col a::after{
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #fff;
  height: 2px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ftr-top-col a:hover::after{
  background: #8e78b3;
}

.ftr-top-col h3{
  font-family: 'arial-bold';
  color: #fff;
  font-size: 20px;
  margin-bottom: 22px;
  position: relative;
  display: inline-block;
}
.ftr-top-col h3::after{
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -3px;
  background: #fff;
  height: 2px;
}

.ftr-top-col p > small {
    font-size: 70%;
}









/* ------------------------------ */
/* --------- About Page --------- */
/* ------------------------------ */

.about-sec{
  padding: 35px 0 55px;
}
.about-sec-con{
  max-width: 1100px;
  margin: 0 auto;
}
.about-sec-left{
  width: 30%;
  float: left;
}

.contact-head-left h2,
.gallery-head-left h2,
.services-head-left h2,
.about-head-left h2 {
  font-family: 'arial-bold';
  color: #000;
  font-size: 28px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  padding-right: 35px;
  text-transform: uppercase;
} 
.contact-head-left h2::after,
.gallery-head-left h2::after,
.services-head-left h2::after,
.about-head-left h2::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -5px;
  background: #000;
  height: 3px;
}
.about-sec-left span{
  max-width: 460px;
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 25px;
}
.about-sec-left span>img{
  width: 100%;
}
.about-sec-left a{
  font-family: 'myriadpro-bold';
  font-size: 20px;
  text-align: center;
  color: #000;
}
.about-sec-left a:hover{
  color: #4e237d;
}

.about-sec-right{
  width: 70%;
  padding-left: 55px;
  float: left
}
.about-sec-right p {
  margin-bottom: 27px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000;
}
.about-sec-right p {
  margin-bottom: 27px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000;
  line-height: 30px;
}

.contact-head-right.italic-head h3,
.gallery-head-right.italic-head h3,
.services-head-right.italic-head h3,
.about-head-right.italic-head h3{
  color: #4e237d;
  margin-bottom: 15px;
}











/* ------------------------------ */
/* -------- Services Page ------- */
/* ------------------------------ */

.services-con{
  padding: 30px 0;
}
.about-head,
.gallery-head,
.services-head{
  max-width: 1120px;
  margin: 0 auto 30px;
}
.about-head-left,
.contact-head-left,
.gallery-head-left,
.services-head-left{
  width: 35%;
  float: left;
}
.about-head-right,
.contact-head-right,
.gallery-head-right,
.services-head-right{
  width:65%;
  float: left;
  padding-left: 15px;
}
.all-services{
  max-width: 910px;
  margin: 0 auto 35px;
}
.services-con p{
  font-family: 'arial-regular';
  font-size: 22px;
  color: #000;
}



/* ------------------------------ */
/* -------- Gallery Page ------- */
/* ------------------------------ */


.gallery-con{
  padding: 30px 0 50px;
}
.gallery-main{
  max-width: 1100px;
  margin: 0 auto;
}
.gallery-main > ul {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-main > ul > li {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.gallery-main > ul > li:nth-child(5n+1) {
  clear: left;
}

.gal-img-wrp{
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.gal-img-wrp::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.gal-img-wrp:hover::before{
  background-color: #000000bf;
  opacity: .4
}
.gal-img-wrp img{
  width: 100%;
}
.gal-img-wrp:hover img{
  transform: scale(1.07);
  -ms-transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

.gallery-head-text p{
  color: #000;
  font-size: 23px;
  margin-bottom: 15px;
}











/* ----------------------------- */
/* -------- Contact Page ------- */
/* ----------------------------- */

.contact-sec{
  background: #f2f3f7;
}
.contact-con{
  padding: 30px 0 50px;
}
.contact-con{
  max-width: 1100px;
  margin: 0 auto;
  padding-top:20px; 
}

.contact-img {
  margin-bottom: 12px;
}
.contact-img span {
  display: inline-block;
  vertical-align: baseline;
  max-width: 252px;
  width: 100%;
}
.contact-img span img{
  width: 100%;
}
.g-map {
  margin-bottom: 10px
}
.g-map-link a{
  font-family: 'myriadpro-bold';
  font-size: 20px;
  text-align: center;
  color: #000;
}
.g-map-link a:hover{
  color: #4e237d;
}

.contact-map{
  width: 23%;
  float: left;
}
.contact-form{
  width: 77%;
  float: left;
  padding-left: 12px;
}
.contact-form-innr{
  max-width: 550px;
  margin: 0 auto;
}
.contact-form-innr .form-group{
  position: relative;
  z-index: 1;
  padding-left: 110px;
  margin-bottom: 15px;
}
.contact-form-innr .form-group label{
  position: absolute;
  z-index: 2;
  top: 6px;
  left: 0;
  font-family: 'arial-regular';
  color: #000;
  font-size: 21px;
  cursor: pointer;
}
.contact-form-innr .form-group input[type=text],
.contact-form-innr .form-group input[type=email],
.contact-form-innr .form-group input[type=tel],
.contact-form-innr .form-group textarea{
  width: 100%;
  height: 40px;
  font-size: 18px;
  font-family: 'arial-regular';
  color: #000;
  background: #fff;
  border-radius: 20px;
  padding: 5px 20px;
  box-shadow: inset 0px 4px 7px -2px #00000087;
  -webkit-box-shadow: inset 0px 4px 7px -2px #00000087;
  -moz-box-shadow: inset 0px 4px 7px -2px #00000087;
  -o-box-shadow: inset 0px 4px 7px -2px #00000087;
}
.contact-form-innr .form-group textarea{
  height: 140px;
  resize: none;
  border: 0;
  padding: 20px 20px
}
.contact-form-innr .form-group input[type=text]:focus,
.contact-form-innr .form-group input[type=email]:focus,
.contact-form-innr .form-group input[type=tel]:focus,
.contact-form-innr .form-group textarea:focus{  
  box-shadow: inset 5px 5px 6px -3px #00000087;
  -webkit-box-shadow: inset 5px 5px 6px -3px #00000087;
  -moz-box-shadow: inset 5px 5px 6px -3px #00000087;
  -o-box-shadow: inset 5px 5px 6px -3px #00000087;
}
.contact-form-innr .form-group input[type=submit]{
  background: #fff;
  color: #000;
  width: 90px;
  height: 35px;
  border-radius: 10px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: inset 0px 4px 7px -2px #00000087;
  -webkit-box-shadow: inset 0px 4px 7px -2px #00000087;
  -moz-box-shadow: inset 0px 4px 7px -2px #00000087;
  -o-box-shadow: inset 0px 4px 7px -2px #00000087;
}
.contact-form-innr .form-group input[text=submit]:hover{
  box-shadow: inset 5px 5px 6px -3px #00000087;
  -webkit-box-shadow: inset 5px 5px 6px -3px #00000087;
  -moz-box-shadow: inset 5px 5px 6px -3px #00000087;
  -o-box-shadow: inset 5px 5px 6px -3px #00000087;
  color: #4e237d;
}
  









/*  
* Responsive
*/

@media(max-width: 1499px){

}

@media(max-width: 1399px){

}

@media(max-width: 1299px){

}

@media(max-width: 1199px){

  /* header */
  .header-bnnr h1 {
    font-size: 93px;
  }
}

@media(max-width: 991px){

  /* header */
  .header-bnnr h1 span {
    font-size: 80px;
    display: block;
    line-height: 60px;
  }
  .header-bnnr h1 {
    font-size: 88px;
    line-height: 75px;
  }
  .header-bnnr {
    padding-top: 30px;
    padding-bottom: 25px
  }



  /* home page */

  .italic-head h3 {
    font-size: 21px;
    letter-spacing: 4px;
  }
  .bannerSlide-item {
    min-height: 420px;
  }



  /* about page */
  .about-sec-right {
    width: 60%;
    padding-left: 25px;
  }
  .about-sec-left {
    width: 40%;
    float: left;
  }

  /* gallery page */
  .gallery-main > ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gallery-main > ul > li {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .gallery-main > ul > li:nth-child(5n+1) {
    clear: initial;
  }
  .gallery-main > ul > li:nth-child(4n+1) {
    clear: left;
  }
}

@media(max-width: 767px){

  /*  Footer  */
  .ftr-left {
    width: 100%;
    padding-right: 0;
  }
  .ftr-left {
    width: 100%;
    padding-right: 0;
  }
  .ftr-left ul{
    display: table;
    margin: auto;
  }
  .ftr-rgt {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
  }

  /* about page */
  .about-sec-right {
    width: 100%;
    padding-left: 0;
  }
  .about-sec-left {
    width: 100%;
    margin-bottom: 25px;
    text-align: center
  }

  /* gallery page */
  .gallery-main > ul > li {
    width: 33.3333%;
  }
  .gallery-main > ul > li:nth-child(4n+1) {
    clear: initial;
  }
  .gallery-main > ul > li:nth-child(3n+1) {
    clear: left;
  }


  /* contact page */

  .about-head-left, 
  .contact-head-left, 
  .gallery-head-left, 
  .services-head-left {
    width: 100%;
    float: left;
  }

  .about-head-right, 
  .contact-head-right, 
  .gallery-head-right, 
  .services-head-right {
    width: 100%;
    float: left;
    padding-left: 0;
  }

  /* Contact page */
  .contact-form {
    width: 100%;
      padding-left: 0;
  }
  .contact-map {
    width: 100%;
  }
  .contact-img span {
    max-width: 370px;
  }
  .g-map {
    margin-bottom: 50px!important;
  }
  .g-map iframe{
    height: 280px!important;
  }
  .g-map-link{
    text-align: center;
  }
}


@media(max-width: 639px){
  .header-top {
    padding-right: 50px;
  }
  .header-innr-wrp {
    padding-right: 0;
    margin-right: -15px;
    margin-left: -15px;
  }
  .menu-opener {
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 99;
  }
  header.header .hdr-rgt{
    display: none;
    z-index: 6;
        padding: 54px 0 12px;
  }
  .header-top .hdr-phn {
    width: 55%;
    padding: 12px 12px 0 15px;
  }
  .header-top .hdr-social {
    width: 45%;
    float: left;
    padding: 0 12px;
  }


}


@media(max-width: 575px){
  .contact-form-innr .form-group label {
    position: static;
  }
  .contact-form-innr .form-group {
    position: relative;
    z-index: 1;
    padding-left: 0;
    margin-bottom: 25px;
  }
}

@media(max-width: 479px){

  /* header */
  .header-top .hdr-phn span {
    font-family: 'arial-black';
    font-size: 13px;
    color: #fff;
    text-shadow: 0 1px 0 rgb(255 255 255 / 40%);
  }
  .header-top .hdr-social li {
    padding-left: 5px;
  }
  .header-bnnr h1 {
    font-size: 65px;
    line-height: 60px;
  }
  .header-bnnr h1 span {
    font-size: 60px;
    display: block;
    line-height: 47px;
  }
  .header-bnnr {
    padding-top: 42px;
    padding-bottom: 42px;
  }


  /* gallery page */
  .gallery-main > ul > li {
    width: 50%;
  }
  .gallery-main > ul > li:nth-child(3n+1) {
    clear: initial;
  }
  .gallery-main > ul > li:nth-child(2n+1) {
    clear: left;
  }
}


@media(max-width: 369px){
  .header-top .hdr-social {
    padding: 0 5px;
  }
  .header-top .hdr-social li {
    padding-left: 2px;
  }
  .header-top .hdr-phn {
    width: 55%;
    padding: 11px 0px 0 8px;
  }
}

@media(max-width: 359px){

  
}












