

.wrapper1 {
  display: block;
  margin-top: -87px;
/*  margin-left: 100px;
  width: 1183px;*/
  height: 260px;
  position: relative;
  padding: 10px;
  
  margin: 12px;
}


.wrapper2 {
  display: block;
  margin-top: 35px;
/*  margin-left: 100px;
  width: 1183px;*/
  height: 260px;
  position: relative;
  padding: 10px;
  
  margin: 12px;
}


.orange-border {
/*  background-color: #1d8fbd;
  background-image: linear-gradient(130deg, #1d8fbd, #1d8fbd);*/
  position: absolute;
}

.orange-top {
  width: 100px;
  height: 10px;
  top: 0;
  left: 0;
}

.orange-left {
  width: 10px;
  height: 100px;
  top: 0;
  left: 0;
}

@keyframes leftgrow {
  0% { 
    height: 100px; 
    width: 10px;
  }
  40% { 
    height: 100%; 
    width: 10px;
  }
  100% { 
    width: 100%; 
    height: 100%;
  }
}

@keyframes leftshrink {
  0% { 
    width: 100%; 
    height: 100%;
  }
  60% { 
    height: 100%; 
    width: 10px;
  }
  100% { 
    height: 100px; 
    width: 10px;
  }
}

@keyframes topgrow {
  0% { 
    width: 100px;
    height: 10px;
  }
  60% { 
    width: 100%; 
    height: 10px;
  }
  100% { 
    width: 100%; 
    height: 100%;
  }
}

@keyframes topshrink {
  0% { 
    width: 100%;
    height: 100%;
  }
  40% { 
    width: 100%; 
    height: 10px;
  }
  100% { 
    width: 100px; 
    height: 10px;
  }
}

.orange-left.grow { animation: leftgrow .5s forwards; }
.orange-left.shrink { animation: leftshrink .5s forwards; }
.orange-top.grow { animation: topgrow .5s forwards; }
.orange-top.shrink { animation: topshrink .5s forwards; }

.white-card {
  display: block;
  text-decoration: none;
  position: absolute;
  background-color: white;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  text-align: center;
  box-shadow: 0 10px 40px 0 rgba(0,0,0,.2);
}

.white-card img {
  width: 30px;
  margin-top: 13px;
}

.category {
  font-size: 18px;
  color: #222;
  font-weight: 700;
  margin: 20px 0 30px;
}

.q1 {
  font-size: 13px;
  color: #222;
  font-weight: 700;
  margin-top:	-16px;
}

.CTA {
  text-decoration: none;
  text-transform: uppercase;
  padding: 11px 40px 13px;
  color: #1d8fbd;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  border: 2px solid #1d8fbd;
  display: inline-block;
  transition: all .5s;
}


.CTA.active {
  background-color: #1d8fbd;
  color: white;
}

.modal-box{ font-family: 'Noto Sans JP', sans-serif; }
.modal-box .show-modal{
    color: rgba(255,255,255,0.9);
    background-color: #1d8fbd;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 15px 11px;
    margin: 80px auto 0;
    border: none;
    outline: none;
    display: block;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
}
.modal-box .show-modal:hover,
.modal-box .show-modal:focus{
    color: #fff;
    background-color: #1d8fbd;
    box-shadow: 3px 3px rgba(255,255,255,0.5);
    outline: none;
}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal-dialog{
    width: 500px;
    margin: 50px auto 0;
}
.modal.fade .modal-dialog{ transform: scaleX(0); }
.modal.in .modal-dialog{ transform: scaleX(1); }
.modal-box .modal-dialog .modal-content{
    color: #8d8479;
   /* background: repeating-linear-gradient(#fdf0d5, #fdf0d5 10px, #fceccc 10px, #fceccc 20px);*/
    text-align: center;
    border: none;
}
.modal-box .modal-dialog .modal-content .close{
    color: rgba(255,255,255,0.9);
    background-color: #1d8fbd;
    font-size: 20px;
    font-weight: 600;
    text-shadow: none;
    line-height: 20px;
    height: 30px;
    width: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 5px;
    top: 5px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close:hover{ color: #fff; }
.modal-box .modal-dialog .modal-content .close:focus{ outline: none; }
.modal-box .modal-dialog .modal-content .modal-body{ padding: 25px 30px !important; }
.modal-box .modal-dialog .modal-content .modal-body .modal-icon{
    color: #ffc71b;
   
    font-size: 75px;
    line-height: 103px;
  
   
    margin: 0 auto 15px;
    border-radius: 50%;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    font-family: Montserrat,sans-serif;
/*    font-size: 14px;*/
    font-weight: 300;
    letter-spacing: 0.5px;
    text-align: justify;
    line-height: 24px;
    margin: 0 0 25px;
}
.modal-box .modal-dialog .modal-content .modal-body .btn{
    color: #fff;
    background: #1d8fbd;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 20px;
    border: none;
    border-radius: 5px;
    margin: 0 auto 15px;
    transition: all 0.3s ease 0s;
}
.modal-box .modal-dialog .modal-content .modal-body .btn:hover{
    text-shadow: 3px 3px  rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
}
.modal-box .modal-dialog .modal-content .modal-body .btn:focus { outline: none; }
@media only screen and (max-width: 576px){
    .modal-dialog{ width: 95% !important; }
}









 .Img_1
    {
        background-image: url('CandentPhotos/CTPLdiwali.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -262px;
        background-position-y: 7px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_1H
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -162px;
        background-position-y: 7px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_2
    {
        background-image: url('CandentPhotos/CTPLdiwali.jpg');
        width: 100%;
        height: 526px;
        background-position-x: 0px;
        background-position-y: 7px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_2H
    {
        background-image: url('CandentPhotos/CTPLdiwali.jpg');
        width: 100%;
        height: 526px;
        background-position-x: 0px;
        background-position-y: 7px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_3
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -131px;
        background-position-y: 9px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_3H
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -31px;
        background-position-y: 9px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_4
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -189px;
        background-position-y: 15px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_4H
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -89px;
        background-position-y: 15px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_5
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -125px;
        background-position-y: 6px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_5H
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -25px;
        background-position-y: 6px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_6
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -115px;
        background-position-y: 9px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_6H
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -15px;
        background-position-y: 9px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_7
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -70px;
        background-position-y: 20px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_7H
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -10px;
        background-position-y: 20px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_8
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -259px;
        background-position-y: 8px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_8H
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -159px;
        background-position-y: 8px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_9
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -217px;
        background-position-y: -110px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_9H
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: 0;
        background-position-x: -117px;
        background-position-y: -110px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_10
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -551px;
        background-position-y: 5px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_10H
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -450px;
        background-position-y: 5px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_11
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -189px;
        background-position-y: 6px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_11H
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -89px;
        background-position-y: 6px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_12
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -212px;
        background-position-y: 6px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_12H
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-repeat: no-repeat;
        background-position-y: 6px;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_13
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -338px;
        background-position-y: 8px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_13H
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-y: 8px;
        background-position-x: -238px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_14
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -165px;
        background-position-y: 8px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_14H
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -65px;
        background-position-y: 8px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_15
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -141px;
        background-position-y: 6px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_15H
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -41px;
        background-position-y: 6px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_16
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -229px;
        background-position-y: 6px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .Img_16H
    {
        background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
        width: 100%;
        height: 526px;
        background-position-x: -129px;
        background-position-y: 6px;
        background-repeat: no-repeat;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .ShadowBox
    {
        box-shadow: 0px 10px 5px grey;
    }

    .Rotate90
    {
        opacity: 1;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        height: -90px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
        position: relative;
        right: 10px;
        top: 40px;
        transition: 1s all;
        -webkit-transition: 1s all;
        direction: rtl;
    }

    .Rotate90H
    {
        opacity: 0;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        height: -90px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
        position: relative;
        right: 10px;
        top: 40px;
        transition: 1s all;
        -webkit-transition: 1s all;
        direction: rtl;
    }

    .Rotate90_T_S
    {
        opacity: 1;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        height: -90px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
        position: relative;
        right: 10px;
        top: 0px;
        transition: 1s all;
        -webkit-transition: 1s all;
        direction: rtl;
    }

    .Rotate90H_T_S
    {
        opacity: 0;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        height: -90px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
        position: relative;
        right: 10px;
        top: 40px;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .paragraf
    {
        font-weight: 700;
    }

    .GalleryRow
    {
        text-align: left;
        direction: ltr;
        height: 100%;
        width: 100%;
        display: inline-block;
        white-space: nowrap;
        overflow: visible;
    }

    .ChildPart
    {
        cursor: pointer;
        margin: 0 1px;
        display: inline-block;
        position: relative;
        width: 5.3%;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .ChildPart_Dis
    {
        margin: 0 1px;
        display: inline-block;
        position: relative;
        width: 3.5%;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .ChildPart_Slc
    {
        margin: 0 1px;
        display: inline-block;
        position: relative;
        width: 320px;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .box-shahrdar
    {
        float: right;
        margin-bottom: 20px;
      
        display: inline-block;
        padding: 0px 25px;
        border-radius: 5px;
    }

    .Hide
    {
        opacity: 0;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .bottom-Center
    {
        color: white;
        padding: 20px 0;
        background-color: rgba(0,0,0,0.8);
        position: absolute;
        bottom: 25px;
        width: 100%;
        text-align: center;
        opacity: 0;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .bottom-Center-Active
    {
        color: white;
        padding: 20px 0;
        background-color: rgba(0,0,0,0.8);
        position: absolute;
        bottom: 25px;
        width: 100%;
        text-align: center;
        opacity: 1;
        transition: 1s all;
        -webkit-transition: 1s all;
    }

    .RightTitle
    {
        display: none;
    }

    .LeftTitle
    {
        display: none;
    }

    @media only screen and (max-width: 600px)
    {
        .box-shahrdar h2
        {
            font-size: 16px;
            padding: 0;
            margin: 10px 0;
        }

        .Img_1
        {
            background-image: url('images4/Candent Photos/CTPLdiwali.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: right;
            border-left: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_1H
        {
            background-image: url('images4/Candent Photos/CTPLdiwali.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: right;
            border-left: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_2
        {
            background-image: url('images4/Candent Photos/CTPLdiwali.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: left;
            border-right: 2px solid #1cbbb4;
        }

        .Img_2H
        {
            background-image: url('images4/Candent Photos/CTPLdiwali.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10px;
            background-size: cover;
            float: left;
            border-right: 2px solid #1cbbb4;
        }

        .Img_3
        {
            background-image: url('images4/Candent Photos/CTPLdiwali.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: right;
            border-left: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_3H
        {
            background-image: url('images4/Candent Photos/CTPLdiwali.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: right;
            border-left: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_4
        {
            background-image: url('images4/Candent Photos/CTPLdiwali.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: left;
            border-right: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_4H
        {
            background-image: url('images4/Candent Photos/CTPLdiwali.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: left;
            border-right: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_5
        {
            background-image: url('images4/Candent Photos/CTPLdiwali.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: right;
            border-left: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_5H
        {
            background-image: url('images4/Candent Photos/CTPLdiwali.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: right;
            border-left: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_6
        {
            background-image: url('images4/Candent Photos/CTPLdiwali.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: left;
            border-right: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_6H
        {
            background-image: url('images4/Candent Photos/CTPLdiwali.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: left;
            border-right: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_7
        {
            background-image: url('images4/Candent Photos/CTPLdiwali.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: right;
            border-left: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_7H
        {
            background-image: url('images4/Candent Photos/CTPLdiwali.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: right;
            border-left: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_8
        {
            background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: left;
            border-right: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_8H
        {
            background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: left;
            border-right: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_9
        {
            background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: right;
            border-left: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_9H
        {
            background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: right;
            border-left: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_10
        {
            background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: left;
            border-right: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_10H
        {
            background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: left;
            border-right: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_11
        {
            background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: right;
            border-left: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_11H
        {
            background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: right;
            border-left: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_12
        {
            background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: left;
            border-right: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_12H
        {
            background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: left;
            border-right: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_13
        {
            background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: right;
            border-left: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_13H
        {
            background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: right;
            border-left: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_14
        {
            background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: left;
            border-right: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_14H
        {
            background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: left;
            border-right: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_15
        {
            background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: right;
            border-left: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_15H
        {
            background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: right;
            border-left: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_16
        {
            background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: left;
            border-right: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .Img_16H
        {
            background-image: url('https://www.bing.com/th?id=OHR.QuebecWinter_ROW6974548628_1920x1080.jpg&rf=LaDigue_1920x1080.jpg');
            width: 40%;
            height: 200px;
            background-position-x: 0px;
            background-position-y: 0px;
            background-repeat: no-repeat;
            transition: 1s all;
            -webkit-transition: 1s all;
            box-shadow: -5px 5px 10px grey;
            border-radius: 10PX 10PX 0 10PX;
            background-size: cover;
            float: left;
            border-right: 2px solid #1cbbb4;
            top: -50px;
            position: relative;
        }

        .ShadowBox
        {
            box-shadow: 0px 10px 5px grey;
        }

        .Rotate90
        {
            opacity: 1;
            text-align: center;
            width: 100%;
            white-space: nowrap;
            height: -90px;
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            position: relative;
            right: 10px;
            top: 40px;
            transition: 1s all;
            -webkit-transition: 1s all;
            display: none;
        }

        .Rotate90H
        {
            opacity: 0;
            text-align: center;
            width: 100%;
            white-space: nowrap;
            height: -90px;
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            position: relative;
            right: 10px;
            top: 40px;
            transition: 1s all;
            -webkit-transition: 1s all;
            display: none;
        }

        .Rotate90_T_S
        {
            opacity: 1;
            text-align: center;
            width: 100%;
            white-space: nowrap;
            height: -90px;
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            position: relative;
            right: 10px;
            top: 0px;
            transition: 1s all;
            -webkit-transition: 1s all;
            display: none;
        }

        .Rotate90H_T_S
        {
            opacity: 0;
            text-align: center;
            width: 100%;
            white-space: nowrap;
            height: -90px;
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            position: relative;
            right: 10px;
            top: 40px;
            transition: 1s all;
            -webkit-transition: 1s all;
            display: none;
        }

        .paragraf
        {
            font-weight: 700;
        }

        .GalleryRow
        {
            text-align: left;
            direction: rtl;
            height: 100%;
            width: 100%;
            display: table;
            overflow: visible;
        }

        .ChildPart
        {
            cursor: pointer;
            margin: 0 1px;
            display: table;
            position: relative;
            width: 100%;
            transition: 1s all;
            -webkit-transition: 1s all;
        }

        .ChildPart_Dis
        {
            margin: 0 1px;
            display: block;
            position: relative;
            width: 100%;
            transition: 1s all;
            -webkit-transition: 1s all;
        }

        .ChildPart_Slc
        {
            margin: 0 1px;
            display: block;
            position: relative;
            width: 320px;
            transition: 1s all;
            -webkit-transition: 1s all;
        }

        .box-shahrdar
        {
            float: right;
            margin-bottom: 20PX;
            border: 2px solid #1cbbb4;
            display: inline-block;
            padding: 0px 25px;
            border-radius: 5px;
            display: block;
            width: 100%;
            text-align: center;
        }

        .Hide
        {
            opacity: 0;
            transition: 1s all;
            -webkit-transition: 1s all;
        }

        .bottom-Center
        {
            color: white;
            padding: 20px 0;
            background-color: rgba(0,0,0,0.8);
            position: absolute;
            bottom: 25px;
            width: 100%;
            text-align: center;
            opacity: 0;
            transition: 1s all;
            -webkit-transition: 1s all;
            display: none;
        }

        .bottom-Center-Active
        {
            color: white;
            padding: 20px 0;
            background-color: rgba(0,0,0,0.8);
            position: absolute;
            bottom: 25px;
            width: 100%;
            text-align: center;
            opacity: 1;
            transition: 1s all;
            -webkit-transition: 1s all;
            display: none;
        }

        .RightTitle
        {
            display: block;
            right: 0;
            text-align: right;
            width: 60%;
            position: absolute;
            top: 50px;
            font-size: 12px;
            font-weight: bold;
        }

        .RightTitle_Brd
        {
            width: 100%;
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: 3px solid #1cbbb4;
            display: inline-block;
        }

        .LeftTitle
        {
            display: block;
            left: 0;
            text-align: left;
            width: 60%;
            position: absolute;
            z-index: 1111;
            top: 50px;
            font-size: 12px;
            font-weight: bold;
        }

        .LeftTitle_Brd
        {
            width: 100%;
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: 3px solid #1cbbb4;
            display: inline-block;
        }
    }
	
	
	@media only screen and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
 iframe{
    
    
    width:300px;

    }
}