 .b{border:1px solid #000;}
 *{font-family:calibri;}

.main-container{width:1420px;max-width:98%;margin:auto;overflow:hidden;/*border:1px solid #000;*/}
      /*navigation*/
      .navbar-default{background:none;}    
      .navbar{margin-bottom:-0px;border-bottom:2px solid #ccc} 
      .navbar .navbar-nav>li>a{font-family:Plantagenet Cherokee;color:#000;font-weight:normal;}
      .navbar .navbar-nav>.active a, .navbar .navbar-nav>.active:hover a{color:#000;}

 /*navigation*/
        .hr{width:100%;height:6px;background:#f5f5f5;margin:0px;padding:0px;position:absolute;z-index:-1;top:0px;}      
        .navbar .navbar-nav>li>a{font-family:Plantagenet Cherokee;color:#000;font-weight:normal;}
        .navbar-default{background:none;}      
        .navbar{margin-bottom:-0px}       
        .navbar .navbar-nav>li{padding:10px 0px 45px;height:100px;}
        .navbar .navbar-nav>li:hover{background:#f5f5f5 ;box-shadow:inset 0px 0px 40px #d02887;}
        .navbar .navbar-nav>li:hover a>small{color:#000;}
        .navbar .navbar-nav>li.active{background:transparent;box-shadow:none;box-shadow:inset 0px 0px 17px #d02887;}
        .navbar .navbar-nav>.active a, .navbar .navbar-nav>.active:hover a{background:transparent !important;color:#000;}
        .navbar .navbar-nav>li>a>small{font-size:0.8em;color:#7a7a7a;margin-left:23px;}
        .navbar .navbar-nav>.active:hover a{color:#000;}

         .b{border:1px solid #000;}
      
       /*conatent box*/     
      .navbar>.container{padding:0px;margin:0px auto;width:100%; }
      .content>.container{height:auto;width:98%;padding:5px 0px;margin:0px auto 10px;}
      .content>.container.row{margin:0px;font-family:calibri;}
      .row .col-lg-4{height:auto;padding:0px;}
     
      .row .col-lg-4>p{font-size:18.75px;color:#a3a3a3;text-align:left;margin:10px 0px;}
      .row .col-lg-4>a>.btn{font-size:16.67px;background:#ccc;margin:8px 0px;padding:10px 20px;border-radius:20px;color:#000;}
      .row .col-lg-4>a>.btn:focus{outline:none;border:none;}
      .row .col-lg-8{padding:0px 0px 0px;}
      .row .col-lg-8 .col-sm-4{padding:0px;}
      .row .col-lg-8 .col-sm-4 .flip-img-box{height:250px;padding:5px 10px;}
      .row .col-lg-8 .col-sm-4 .flip-img-box img
      {
        width:100%;height:100%;animation:flip 4s linear infinite;-ms-animation:flip 4s linear infinite;-moz-animation:flip 4s linear infinite;-webkit-animation:flip 4s linear infinite;-o-animation:flip 4s linear infinite;
      }
      .row .col-lg-8 .col-sm-4 .flip-img-box:hover img{animation-play-state:paused;-ms-animation-play-state:paused;-o-animation-play-state:paused;-moz-animation-play-state:paused;-webkit-animation-play-state:paused;}
      .col-custom-four {position: relative;margin-bottom:10px;margin-left:20px;width: 30%;min-height: 1px;}



      .jumbotron h1{font-size:33.33px;color:#d02888}
      .jumbotron p{font-size:18.75px;color:#625b5f;}

/*slider*/
   .slider>.container-fluid{background:#919191;padding:4px 0px 2px;}
   .slider>.container-fluid h3{color:#fff;padding:5px 7px;width:100%;font-size:2.1em;margin:0px;text-shadow:#000 0px 1px 2px , #000 0 -1px 0;font-weight:bolder;}
   .slide-img-box{padding:0px;margin:auto;overflow:hidden}
   .slide-img-box>img{margin-left:-150px;}

/*Jumbotron*/
      .background-gradient{height:auto;padding:3px;font-family:calibri;padding:5px 0px;margin:0px;}
       
      .background-gradient h1{font-size:33.33px;color:#d02888}
      .background-gradient p{font-size:18.75px;color:#625b5f;}


/*Gallary*/

     .gallary{font-family:calibri;margin:0px;width:100%;}
     .gallary>.container{width:1420px;max-width:98%;overflow:hidden;}
           .gallary .row 
           {
            overflow:hidden
           }
      .gallary>.container .row .col-xs-12{height:auto;padding:0px 10px;}
      .gallary>.container .row .col-xs-12>span{width:40%;font-size:33.33px;text-align:left;color:#4c4c4c;position:relative;border-bottom:1px solid #ccc;}
      .gallary>.container .row .col-xs-12 span>img{height:3px;max-width:100%;width:96%;position:absolute;left:0px;top:40px;border-radius:5px;}
           .gallary .custom-gallary-col
           {
            padding:0px;
           }
          .gallary .col-sm-6 .col-md-6
          {
           padding:0px 10px 5px;
           margin-bottom:10px;
           position:relative;
          }
          .gallary .col-sm-6 .col-md-6{margin-bottom:10px;}
          .gallary .col-sm-6 .zoom_box
          {
            height:280px;
            width:100%;
            border:1px solid #ccc;
            padding-bottom:10px;

          }
      
          .gallary .col-sm-6 .zoom_box  img
          {
            height:90%;
            width:100%;
            transform:scale(1);
            transition: -moz-transform 0.8s , height 1s;
            -moz-transform:scale(1);
            -moz-transition: -moz-transform 0.8s , height 1s;
            -webkit-transform:scale(1);
            -webkit-transition: -webkit-transform 0.8s , height 1s;
            -ms-transform:scale(1);
            -ms-transition: -webkit-transform 0.8s , height 1s;
            -o-transform:scale(1);
            -o-transition: -webkit-transform 0.8s , height 1s;
            position:relative;
          }
          .gallary .col-sm-6 .zoom_box h4
          {
            font-size:18.75px;
           /* border:1px solid;*/
            margin:3px 0px 0px;
            position:relative;
            z-index:-1;
            transition: all 1s;
            -moz-transition: all 1s;
            -o-transition: all 1s;
            -ms-transition: all 1s;
            -webkit-transition: all 1s;

          }
          .gallary .col-sm-6 .zoom_box:hover img
          {
             transform:scale(1.1);
            -moz-transform:scale(1.1);
            -o-transform:scale(1.1);
            -ms-transform:scale(1.1);
            -webkit-transform:scale(1.1);
            height:100%;
            box-shadow:0px 0px 10px #000;
            z-index:1;
          }
          .gallary .col-sm-6 .zoom_box:hover h4
          {
            /*position:relative;*/
            text-shadow:0px 4px 2px #000;
            margin-top:-20px;
            z-index:3;
            color:#fff;
            padding:6px 0px;
           /* border:1px solid #000;*/
           /* padding-bottom:0px;*/
            font-size:1.7em;
            font-weight:700;
            letter-spacing:3px;
          }
          .bt{border-top:1px solid #ccc;}


          /*Social Box*/
            .r{border:1px solid red;}
            .y{border: 1px solid yellow;}
            .g{border:1px solid green;}
            .sk{border:1px solid blue;}
            .bf{border:1px solid #fff;}
              .jumbo-box
              {
                background-image:url("images/social.jpg");
                background-repeat:no-repeat;
                background-size:100% 100%;  
                margin:0px;
                font-family:calibri;
                /*border:1px solid #000;*/
                /*box-shadow:0px 1px 7px #000;*/
              }
             /* .jumbo-box .container{width:90%;}*/
              .jumbo-box .container .col-lg-6{ padding:0px 0px ;height:300px;}
              .jumbo-box .container .col-lg-6 h2,.jumbo-box .container .col-lg-6 h2{color:#3e3c36;font-size:2.3em;}
              .jumbo-box .container .col-lg-6 .box1{overflow:hidden;font-family:Calibri;background:#f6f6f6;height:160px;width:40%;border-radius:50%;border:8px solid #fff;margin:20px auto 20px;padding-top:20px;}
              .jumbo-box .container .col-lg-6 .box1 h1{color:#d02887;margin:5% 10% 05% 10%;font-weight:280;}
              .jumbo-box .container .col-lg-6 span a{margin:auto auto auto 45%;color:#3e3c36;}
              .jumbo-box .container .col-lg-6{padding:0px;}
              .jumbo-box .container .row{position:relative;overflow:hidden;}
               .jumbo-box .container .row .img-box{width:50px;height:100%;position:absolute;left:47%;top:0px;}


              .jumbo-box .container .col-lg-6 .box
              {font-family:Calibri;background:#f6f6f6;height:auto;width:45%;border-radius:10%;border:5px solid #fff;margin:auto auto 20px;}

               .jumbo-box .box .page-head1
              {
                padding:0px;
                border-bottom:1px solid #ccc;
                color:#000;
              }
          

              .jumbo-box .box .page-head2{height:auto;width:70%;border-bottom:1px solid #ccc;margin:auto;}
              .jumbo-box .box .page-head2 h4{margin:13px auto 0px;display:inline;}
              .jumbo-box .box .page-head2 img{margin:0px 0px;display:inline;}
              .jumbo-box .box .page-head2 .fb-icon{height:20px;width:50px;margin:-6px 0px 0px 15%;}

              .jumbo-box .box .page-head3{height:auto;width:100%;}
              .jumbo-box .box .page-head3 img{margin:2% 2% 0px 2%;float:left;}
              .jumbo-box .box .page-head3 h4 small{display:block;}
              .jumbo-box .box .page-head3 p{font-size:0.8em;color:#000;line-height:1.2em;width:60%;margin:0% 0px 3% 13%;}

/*Footer*/
.footer{border-top:1px solid #ccc;width:100%;}
 .footer h1,footer h3{color:#ba1100;font-size:1.9em;}
 .t-indent{text-indent:-120px;}
 .btn-indent{text-indent:-18px;}
 .footer .main-container .row{width:100%;margin-left:0px;padding:0px 0px 0px 10px;}
 .footer .footer-first-nav h3{color:#ba1100;}
 .footer .footer-first-nav>address>a{color:#000;text-decoration:none;}
 .footer
 {
  background:linear-gradient(top,#fff 0%, #ddd 100%);
  background:-moz-linear-gradient(top,#fff 0%, #ddd 100%);
  background:-o-linear-gradient(top,#fff 0%, #ddd 100%);
  background:-ms-linear-gradient(top,#fff 0%, #ddd 100%);
  background:-webkit-linear-gradient(top,#fff 0%, #ddd 100%);
}
.footer .footer-nav .btn-group .btn-default{text-align:left;border:none;}
.footer .footer-nav .btn-group a{background:none;font-size:16px}
.footer .footer-nav .btn-group a:hover{text-shadow:0px 1px 1px #d02887;color:#d02887;}
.footer .footer-nav .btn-group .btn-default img{height:10px;width:10px;margin:2px 2px 2px 0px;}
.footer .social-link .social-link-child img{width:100%; height:45px;}

/*section footer*/
.section{width:100%;background:#ccc;padding:10px 0px;margin:0px 0px 0px;}
.section h5{color:#000;text-align:center;font-weight:normal;margin:0px 10px;font-size:0.87em;letter-spacing:1px;word-spacing:1px;}




/*about page css*/


.shadow {
    margin: -2px auto auto;
    pointer-events: none;
    width:90%;
      
}
.shadow img{width:100%;}


.about{border-top:4px solid #ccc;margin-bottom:20px;}
 .about>.container
   {
    max-width:100%;
    width:1420px;
    height:auto;
    transition:all 0.8s linear;
    -moz-transition:all 0.8s linear;
    -o-transition:all 0.8s linear;
    -ms-transition:all 0.8s linear;
    -webkit-transition:all 0.8s linear;
    cursor:pointer;

  }
   .about>.container>img
   {
    height:150px;
   width:150px;
   border-radius:75px;
   margin:20px 42%;
   transition:all 0.8s linear;
   -moz-transition:all 0.8s linear;
   -o-transition:all 0.8s linear;
   -ms-transition:all 0.8s linear;
   -webkit-transition:all 0.8s linear;
   }
   .about>.container>p
   {
    font-size:1em;
   line-height:1.3em;
   text-align:center;
   color:rgba(0,0,0,0.6);
    transition:all 0.8s linear;
   -moz-transition:all 0.8s linear;
   -o-transition:all 0.8s linear;
   -ms-transition:all 0.8s linear;
   -webkit-transition:all 0.8s linear;
   }
   .about>.container>p:first-line{color:#000;font-weight:400;font-size:1.2em;}
   .about>.container>img:hover
   {
    transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -webkit-transform:scale(1.05);
    }
   .about>.container:hover>p{color:#d02887;}

    .about-cols>.container .about-content-col{border-left:1px solid #000;border-right:1px solid #000;}
    .about-cols>.container .about-content-col,.about-cols>.container .about-content-col-sec,.about-cols>.container .about-link-col{margin:10px auto;}
    .about-cols>.container .about-content-col>h2,.about-cols>.container .about-content-col-sec>h2,.about-cols>.container .about-link-col{color:#c22e1f;text-align:center;text-shadow:0px 0px 1px #000;}
    .about-cols>.container .about-content-col>p,.about-cols>.container .about-content-col-sec>p
    {
      font-size:1em;line-height:1.3em;text-align:center;color:rgba(0,0,0,0.6);
    }
    .about-cols>.container:hover .about-content-col>p,.about-cols>.container:hover .about-content-col-sec>p{color:rgba(0,0,0,0.6);}
   .about-cols>.container .about-content-col>p:first-letter,.about-cols>.container .about-content-col-sec>p:first-letter
   {color:red;font-weight:400;font-size:1.3em;margin-right:1.4px;}
    .about-cols>.container .about-content-col-sec:nth-child(1){border-left:1px solid #000;border-right:1px solid #000;}
    .about-cols>.container .about-content-col-sec:nth-child(2){border-left:1px solid #000;border-right:1px solid #000;}

    .about-cols>.container .about-link-col{padding-bottom:10px;margin}
    .about-cols>.container .about-link-col a{color:#000;text-shadow:none;font-size:0.9em;}
    .about-cols>.container .about-link-col a:hover{color:#000;}

.page-marker{height:auto;margin:0px auto;max-width:100%;width:1420px;}
.page-marker h2{color:#ba1100;font-size:2.5em;text-align:left;font-weight:800;  margin-left:5px;}
 



/*wedd.html css*/

.wed{border-bottom:1px solid #ccc;border-top:4px solid #ccc;}
 .wed>.container
 {
  max-width:100%;
  width:1450px;
 }
 .wed .wedd-first-row-col
 {
position:relative;
 overflow:hidden;
/* border:1px solid #ccc;*/
 margin:5px 0px;

}
 .wed .wedd-first-row-col img
 {
  
   margin:6px 0px;
   border:5px solid #fff;
   outline:1px solid #ccc;
   height:150px;width:100%;
 /*  box-shadow:0px 0px 7px #000;*/
 }
  .wed .wedd-first-row-col h4{color:#000;text-align:center;font-family:Plantagenet Cherokee;/*text-shadow:0px 2px 4px #000;*/}
  /*.wed .wedd-first-row-col p{font-family:calibri;font-size:0.8em;line-height:1.3em;text-align:center;color:rgba(0,0,0,0.6); }
  .wed .wedd-first-row-col p:first-letter{color:#000;margin-right:2px;font-size:1.2em;}
  .wed .wedd-first-row-col p:first-line{color:#d02887;}*/
  .wed .wedd-first-row-col:hover .img-box{left:0px;}
   .wed .wedd-first-row-col .img-box
    {
      transition: all 0.4s linear;
     -moz-transition: all 0.4s linear;
     -o-transition: all 0.4s linear;
     -ms-transition: all 0.4s linear;
     -webkit-transition: all 0.4s linear;
    height:200px;
    overflow:auto;
    padding:4px 0px 0px;
    width:100%;
    position:absolute;
    top:0px;
    left:-1000px;
    background:rgba(0,0,0,0.7);
   }
   .wed .wedd-first-row-col .img-box p{font-family:calibri;font-size:1em;text-shadow:0px 2px 2px #000;line-height:1.6em;text-align:center;color:#fff;margin:10px auto auto;width:70%;letter-spacing:0.7px;}
   .wed .wedd-first-row-col .img-box p:first-letter{color:#fff;margin-right:2px;font-size:1.2em;font-weight:600;}
   .wed .wedd-first-row-col .img-box p:first-line{color:#ffffff;text-shadow:0px 1px 1px #000;font-weight:600;}
   .wed .wedd-first-row-col .img-box  a>img
   {
    position:absolute;
   width:120px;
   height:30px;
   border:none;
   outline:none;
   margin:10px 0px 0px 0px;
   box-shadow:none;
   transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   -webkit-transition: all 0.2s linear;
   top:60px;
   left:-44px;
   transform:rotate(-90deg);
   -moz-transform:rotate(-90deg);
   -o-transform:rotate(-90deg);
   -ms-transform:rotate(-90deg);
   -webkit-transform:rotate(-90deg);
  }
   .wed .wedd-first-row-col .img-box  a:focus {outline:none;border:none;}



/*Contact Page css*/
.contact{border-bottom:1px solid #ccc;border-top:4px solid #ccc;}
   
.contact>.container
{
  max-width:100%;
  width:1420px;
}
.contact .contact-form-col{margin-bottom:10px;}
.contact .contact-add-col h2, .contact .contact-form-col h2{color:#ca4b3f;}



/*navigate flash animation*/


/*gallery page css*/
.gallery{border-bottom:1px solid #ccc;border-top:4px solid #ccc;}
.gallery>.container{max-width:100%;width:100%;margin:auto;padding:0px;background:transparent;}

/*term & Condition */
.term{border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.term>.container
{
    max-width:100%;
  width:1420px;padding:5px 27px 28px;
}
.term>.container dl dt{font-weight:500;color:#d02887;font-size:1.6em;text-indent:0px;text-align:left;font-family:Calibri;}
.term>.container dl{border-bottom:1px dashed; padding:0px 0px 4px;}
.term>.container dl:last-child{border:none;}