 @import url("https://fonts.googleapis.com/css?family=Lobster+Two&display=swap");
 @import url("https://fonts.googleapis.com/css?family=Chewy&display=swap");
 @import url("https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300&display=swap");
h1,h2,h3,h4,h5,h6{font-family: 'Open Sans Condensed';}
p{font-family: 'Open Sans';}
 .header{
    background:#fff;
    height: 104px;
        -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
  }
  .top-header {
    background:#FEF3F6;
    font-size: 14px;
    padding: 15px 0 15px;
    width: 100%;
  }
  .top-bar-social {
    float: right;
    margin-left: 20px;
  }
  .top-bar-social i {
    position: relative;
    font-size: 18px;
    margin-left: 13px;
    top: 2px;
    color: #000;
  }
  .top-bar i {
      
  }
  .top-bar-call {
    float: right;
    margin-right: 10px;
  }
  .top-bar-call a{
    font-size: 15px;
    color: #000;
    padding-left: 15px;
  }
  .top-bar-call a:hover,  .top-bar-social i:hover,.home2 li:hover,.home2 li:hover a{
    color: #c1553e !important;
  }
    .top-bar-call a:nth-child(1):hover{
    color: #fff !important;
    font-weight: 400;
  }
  .top-bar-call a:before{
    content: '|';
    color: #000;
    padding-right: 15px;
  }
  .top-bar-call a:nth-child(1):before,.top-bar-call a:nth-child(2):before{
    display: none;
  }
  .top-bar-call a:nth-child(1){
    background: #c1553e;
    color: #fff;
    padding: 8px 15px;
    border-radius: 30px;
    font-weight: 500;
  }
  .dps-logo{
    position: relative;;
    top: -52px;
    width: 87%;
  }
  .dps-logo a{
    position: relative;
    z-index: 2;
  }
  .dps-logo:before {
    content: '';
    position: absolute;
    height: 120px;
    width: 1500px;
    background-color: #FEF3F6;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
    right: -60px;
    bottom: 0;
}

.para p{
  text-align: justify;
  line-height: 1.5;
}
.para h2{
      font-size: 20px;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    color: #2d2d2d;
    font-weight: 600;
}
.dps-title .title{
    position: relative;
    font-size: 36px;
    color: #333333;
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom: 5px;
    text-transform: inherit;
    font-family: 'Open Sans Condensed';
  }
  .dps-title .title span {
    color: #c1553e;
  }
 .habout {
     float: left;
     width: 100%;
     margin: 0;
     position: relative;
     padding: 40px 0;
 }
.card_image {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 1.56rem;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #b5b3b3;
    -webkit-box-shadow: 0 0 4px 6px #d4d4d4;
    -moz-box-shadow: 0 0 4px 6px #d4d4d4;
    box-shadow: 0 0 4px 6px #d4d4d4;
}
.card_image .image{object-fit: cover; position: relative; height:260px; /*395px*/; border-bottom: 1px solid #eee;}
.card_image .image img{position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%,-50%); max-height: 100%;}
.card_body{float: left; width: 100%; padding: 30px; text-align: left;}
.card_body h4 {
    font-size:18px;
    margin-bottom:10px;
    font-weight: 600;
    color: #c1553e;
    text-align: left;
    padding: 0;
}
.card_body h6 {
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
    font-family: 'Open Sans';
}

.shadowbox {
    border: 1px solid #b5b3b3;
    -webkit-box-shadow: 0 0 4px 6px #d4d4d4;
    -moz-box-shadow: 0 0 4px 6px #d4d4d4;
    box-shadow: 0 0 4px 6px #d4d4d4;
    padding: 30px;
}
.shadowbox p{text-align: justify;}
.shadowbox p:last-child{margin: 0;}
.habout .content-column {
    position: relative;
}
.habout .content-column .inner-column {
    position: relative;
}
.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
    text-align: left;
}
.sec-title .title {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 24px;
    color: #c1553e;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.sec-title h1 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #c1553e;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: inherit;
    
}
.sec-title h1:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 120px;
    height: 2px;
    background-color: #0d8643;
}
.sec-title h1:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background-color: #ff9601;
}
.habout .content-column .inner-column .counter-box {
    position: relative;
    z-index: 2;
    text-align: center;
        margin-top: 30px;
    margin-right: -250px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
    -ms-box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
}
.fact-counter {
    position: relative;
}
.habout .content-column .inner-column .fact-counter .column {
    padding: 0px;
    float: left;
}
.fact-counter .column {
    position: relative;
}
.fact-counter .column .inner {
    position: relative;
    padding: 10px 0px;
    border: 1px solid #dddddd;
    text-align: center;
}
.fact-counter .count-outer {
    position: relative;
    margin: 0px 0px;
    font-weight: 300;
    color: #0d8643;
    font-size: 40px;
        font-family: 'Chewy', cursive;
}
.fact-counter .count-outer .count-text {
    position: relative;
    font-weight: 300;
    color: #0d8643;
    font-size: 46px;
    display: inline-block;
}
.fact-counter .column .counter-title {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: block;
    margin-top: 5px;
    text-transform: capitalize;
   font-family: 'Roboto',sans-serif;
    height: 40px;
}
.habout .images-column {
    position: relative;
    top: -15px;
    z-index: 1;
}
.habout .images-column .image{
    margin-bottom: 15px;
    -webkit-box-shadow: 0 6px 8px rgba(0,0,0,.42);
    -moz-box-shadow: 0 6px 8px rgba(0,0,0,.42);
    box-shadow: 0 6px 8px rgba(0,0,0,.42);
}
.habout .site-button{
  margin-top: 20px;
}
.video-img img{
  position: relative;
}
.video-img .video-link-box{
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.video-link-box .play-box{
  position:relative;
  display:block;
  text-align:center;
  width:80px;
  height:80px;
  margin:0 auto;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.video-link-box .play-box .fa{
  position: relative;
  width:80px;
  height: 80px;
  z-index:99;
  display:inline-block;
  color: #0d8643;
  font-weight:400;
  font-size:20px;
  text-align: center;
  border-radius:50%;
  padding-left:4px;
  line-height:80px;
  background-color: #ffffff;
  transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  -webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.15);
  -ms-box-shadow:0px 0px 15px rgba(0,0,0,0.15);
  box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.video-link-box .play-box .icon-outer{
  position:relative;
  display:block;
  width:80px;
  height:80px;
  margin:0 auto;
}

.video-link-box .play-box .icon-outer:before{
  content:'';
  position:absolute;
  left:-15px;
  top:-15px;
  width:110px;
  height:110px;
  background:rgba(255,255,255,0.30);
  border-radius:50%;  
}

.video-link-box .play-box .icon:after{
  content:'';
  position:absolute;
  left:-5px;
  top:-5px;
  bottom:-5px;
  right:-5px;
  background:rgba(255,255,255,0.30);
  border-radius:50%;  
}

.video-link-box .ripple,
.video-link-box .ripple:before,
.video-link-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-link-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-link-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

.sfacilites{
   background-image: url(../images/background/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    position: relative;
        z-index: 2;
            width: 100%;
    padding: 40px 0;
}
.sfacilites:before{
    background-color: rgba(238, 238, 238, 0.8);
    position: relative;
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.sfacilites .service_1{
  border-radius: 10px;
}

.dps-title .separator {
    position: relative;
    width: 75px;
    margin: 0 auto 15px;
}
.dps-title .separator:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 75px;
    height: 2px;
    background-color: #c1553e;
}
.dps-title .separator:after {
    position: absolute;
    content: '';
    left: 35%;
    bottom: 2px;
    width: 25px;
    height: 4px;
    top:-3px;
    background-color: #c1553e;
}

ul.home2 li{background: #fff; position: relative; height: 55px;}
ul.home2 li:before{content: none; margin: 0;}
ul.home2 li a{position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%,-50%); width: 100%; max-height: 100%; padding:3px 10px; line-height: normal;}
ul.home2 li a:before {
    display: inline-block;
    float: left;
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}
.home_admission{float: left; width: 100%; margin: 0; padding: 25px 0 0;}
.latest_shop .how-study{
  background-image: none;
  background-color: transparent;
}
.latest_shop .how-study .study {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 289px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-bottom: 3px solid #c1553e;
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
    -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
        margin-bottom: 20px;
    
}
.latest_shop .how-study .study:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/background/attraction-gradient.png) repeat-x bottom left;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 1;
}
.latest_shop .how-study .study img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto;
    max-height: 100%;
}
.latest_shop .how-study .study .blur-img, .latest_shop .how-study .study .main-img {
    width: 100%;
    position: absolute;
    left: 0px;
    padding: 0px;
    top: 0px;
    bottom: 0px;
    background: #0000008a;
    transition: all 0.5s ease 0s;
}
.latest_shop .how-study .study .blur-img  img {
    width: 100%!important;
    height: 100%!important;
    padding: 0px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.latest_shop .how-study .study:hover figure .main-img {
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
}
.latest_shop .how-study .study .cnt-block {
    max-width: 260px;
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #fff;
    z-index: 2;
}
.latest_shop .how-study .study .cnt-block h4{
  text-align: left;
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
}
.latest_shop .how-study .study a.more{
  z-index: 2;
  bottom: 15px;
}
.latest_shop .how-study .study:hover .cnt-block h4 a {
    color: #ff9601;
}
.latest_shop .how-study .study:hover a.more {
    background: #ff9601;
    color: #000;
}
#latest_shop{
  background:#fff;
  background-repeat: no-repeat;
  padding: 50px 0 50px;
  position: relative;
}
.how-study{padding-bottom: 0;}

#blogs{
  position: relative;
}
#latest_shop:before,#blogs:before{
  content: '';
    background: rgba(0, 0, 0, 0) url(../images/background/cloud1.png) center top no-repeat;
    position: absolute;
    top: -32px;
    left: 0;
    width: 100%;
    height: 32px;
    background-size: cover;
    z-index: 2;
}
#testi{
  background-image: url(../images/background/counter.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    float: left;
    width: 100%;
    position: relative;
    background-attachment: fixed;
}
#testi:before{
    background: rgba(0, 0, 0, 0.4) -webkit-linear-gradient(right top, rgb(18, 134, 87), rgba(116, 117, 170, 0.4), rgb(16, 131, 73)) repeat scroll 0 0 !important;
    background: rgba(0, 0, 0, 0.4) -webkit-linear-gradient(right top, rgb(18, 134, 87), rgba(116, 117, 170, 0.4), rgb(16, 131, 73)) repeat scroll 0 0 !important;
    background: rgba(0, 0, 0, 0.4) -webkit-linear-gradient(right top, rgb(18, 134, 87), rgba(116, 117, 170, 0.4), rgb(16, 131, 73)) repeat scroll 0 0 !important;
    background: rgba(0, 0, 0, 0.4) -webkit-linear-gradient(right top, rgb(18, 134, 87), rgba(116, 117, 170, 0.4), rgb(16, 131, 73)) repeat scroll 0 0 !important;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
#testi .dps-title .title span{
  color: #ff9601;
}

.frenchies{
    background-image: url(../images/background/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    float: left;
    padding: 40px 0px 40px;
    width: 100%;
    position: relative;
  }
  .frenchies:before{
    content: '';
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    background:#eee;
    opacity: .8;
  }
.frenchies ul{}
.frenchies ul li{
      width: 19%;
      border: none;
    padding: 0px;
    margin: 5px;
}
.frenchies ul li:before{
  display: none;
}
.frenchies ul li .catinfo{
  position: relative;
}
.frenchies ul li .catinfo .fimage{
    display: block;
    position: relative;
    overflow: hidden;
        border-radius: 5px
}
.frenchies ul li .catinfo .fimage img{width: 100%;}
.frenchies ul li .catinfo .fimage:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 1;
    background: url(../images/background/attraction-gradient.png) repeat-x bottom left;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.frenchies ul li:hover .catinfo .fimage:before {
    background: url(../images/background/attraction-gradient2.png) repeat-x bottom left;
}
.frenchies ul li .catinfo .catinfo_wrap{
  position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 5px;
    color: #fff;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 1;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}
.frenchies ul li .catinfo .catinfo_wrap h4{
  color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    border: 1px dashed #ccc;
    padding: 5px 10px;
    display: inline;
}
.frenchies ul li .catinfo .catinfo_wrap h4 a{
  color: #fff;
}
.blog{background: #fff; padding: 40px 0;}
.blog-item{
    margin-top: 20px;
}
.blog-item-image {
    position: relative;
    overflow: hidden;
    height: 274px;
    width: 100%;
    text-align: center;
}
.blog-item-image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto;
    max-height: 100%;
}
.blog-item:hover .blog-item-image .main-img {
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
}
.blog-item .blog-item-image .main-img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
.blog-item-date {
    background: #f68635;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 125px;
    height: 40px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 11px 0;
}
.blog-item .lower-content {
    position: relative;
    margin-left: 12px;
    margin-right: 12px;
    padding: 40px 15px 50px;
    text-align: center;
    margin-top: -20px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-bottom: 3px solid #c1553e;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.10);
    -ms-box-shadow: 0px 0px 13px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 13px rgba(0,0,0,0.10);
}
.blog-item .lower-content h3 {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    padding-bottom: 18px;
    margin-bottom: 22px;
}
.blog-item .lower-content h3 a {
    position: relative;
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.blog-item .lower-content h3:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    height: 1px;
    width: 50px;
    margin-left: -25px;
    background-color: #c1553e;
}
.blog-item .lower-content .post-date {
    position: relative;
    color: #555555;
    font-size: 16px;
    line-height: 1.3em;
}
.blog-item .lower-content .post-date span {
    font-weight: 700;
}
.blog-item .lower-content .arrow {
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-bottom: -22px;
    width: 44px;
    height: 44px;
    color: #c1553e;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    font-weight: 800;
    margin-left: -20px;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
    -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}
.blog-item:hover .lower-content {
    border-color: #c1553e;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.blog-item:hover .lower-content h3 a{
  color:#c1553e;
}
.blog-item:hover .lower-content .arrow {
    color: #ffffff;
    background-color: #c1553e;
}

.dps-title{float: left; width: 100%; margin-bottom: 20px;}
.school_list{background: #fff; padding: 40px 0;}
.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.vc_column-inner {
    padding-top: 0!important;
}
.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}
#intro-cards {
    margin-top: 20px;
    position: relative;
    z-index: 99;
}
#intro-cards .card-flip.card {
    background: 0 0;
}
#intro-cards .card {
    padding: 0;
}
.card {
    background: #c1553e;
    display: block;
    border: 0;
    border-radius: 15px;
    padding: 30px;
}
#intro-cards .card-flip .card:first-of-type {
    transform: rotateY(0deg);
}
#intro-cards .card-flip .card {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms,-webkit-transform 300ms;
    transition-timing-function: linear;
    width: 100%;
    height: 100%;
    margin: 0;
}
.p-5 {
    padding: 3rem!important;
}
.text-light .title a{
    font-size: 24px;
        font-family: 'Chewy', cursive;
        margin-bottom: 15px;
        display: block;
}
.text-light .title a,.text-light p {
    color: #fff!important;
}
.card-title {
    transition: all .2s ease-in-out;
}
.p-4 {
    padding: 1.5rem!important;
}
#intro-cards .card-flip .card .btn {
    background-color: 0;
    border: 2px solid #fff;
        padding: 8px 25px;
    border-radius: 3px;
}

#intro-cards .card-img {
    width: 100%;
    border-radius: 30% 70% 15px 15px;
}
#intro-cards .card-flip .card:last-of-type {
     -webkit-transform: rotateY(180deg); 
     transform: rotateY(180deg); 
    position: absolute;
    top: 0;
    display: flex;
}
#intro-cards .card-flip:hover .card:last-of-type {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.d-flex{
    display: flex;
}
#intro-cards .bg-red{
    background-color: #e8373d !important; 
}
#intro-cards .bg-green{
    background-color: #c1553e!important; 
}
#intro-cards .bg-blue{
   background-color: #035392!important; 
}
.otext {
    min-height: 260px;
    display: flex;
    align-items: center;
    text-align: justify;
}
.home2 li{
  width: 19% !important;
}
.view-info{
	right: -150px;
    top: 350px;
    z-index: 9999;
    position: fixed;
    background: #c1553e;
    font-size: 16px;
    text-align: center;
    transform: rotate(-90deg);
    transform-origin: 0 0;
}
.view-info a{
	display: block;
	color: #fff;
	padding:5px 32px;
	font-weight: 600;
}
.view-info i{
	margin: 0 10px 0 0;
}

.view-info1{
	left: 0px;
    top: 350px;
    z-index: 9999;
    position: fixed;
    background: #c1553e;
    font-size: 16px;
    text-align: center;
    transform: rotate(-90deg);
    transform-origin: 0 0;
}
.view-info1 a{
	display: block;
	color: #fff;
	padding: 10px 15px;
	font-weight: 600;
}
.view-info1 i{
	margin: 0 10px 0 0;
}
.social-links-two li a{
	position:relative;
	width:32px;
	height:32px;
	font-size:12px;
	color:#ffffff;
	line-height:32px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	transition:all 500ms ease;
}

.social-links-two li a:hover{
	opacity:0.7;
}

.social-links-two li.facebook a{
	background-color:#4d6bab;
	box-shadow:0px 0px 0px 4px rgba(77,107,171,0.50);
}

.social-links-two li.twitter{
	background-color:#4ec6f8;
	box-shadow:0px 0px 0px 4px rgba(78,198,248,0.50);
}

.social-links-two li.google-plus{
	background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	box-shadow:0px 0px 0px 4px rgba(253,89,73,0.50);
}

.social-links-two li.youtube{
	
    background-color:#ff0000;
	box-shadow:0px 0px 0px 4px rgba(255,0,0,0.50);
}
.social-links-two li.linkedin{
    background-color:#0073b0;
	box-shadow:0px 0px 0px 4px rgba(97,154,183,0.50);
}

.gallery-section {
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 0px;
    background: #eee;
}

/*.gallery-section:before{
    content: '';
    background: rgba(0, 0, 0, 0) url(../images/background/cloud1.png) center top no-repeat;
        background-size: auto;
    position: absolute;
    top: -32px;
    left: 0;
    width: 100%;
    height: 32px;
    background-size: cover;
    z-index: 2;
}*/
.gallery-section .styled-pagination{
	margin-top:90px;
}

/*Gallery Block*/

.gallery-block .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
	border-radius:4px;
    margin-bottom: 25px;
}

.gallery-block .image-box {
    position: relative;
    display: block;
    border-radius: 50%/10%;
    clip-path: inset(0% 0% 0% 0% round 20%/40%);
}

.gallery-block .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-block .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	text-align:center;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
}

.gallery-block .inner-box:hover .overlay-box{
	opacity:1;
}

.gallery-block .overlay-box .overlay-inner{
	position: relative;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
	background:rgba(17,134,87,0.70);
}

.gallery-block .overlay-box .overlay-inner .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-block .overlay-box .overlay-inner .content span.icon{
	position:relative;
	width:44px;
	height:44px;
	color:#c1553e;
	font-size:18px;
	border-radius:50%;
	margin-bottom:10px;
	line-height:44px;
	display:inline-block;
	background-color:#ffffff;
}

.gallery-block .overlay-box .overlay-inner h3{
	position: relative;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
	position:relative;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}


.video_area { float: left; width: 100%;
	    background: transparent url("../images/video1.jpg") no-repeat center center/cover fixed;
	    min-height: 500px;
	    position: relative;
	    padding: 50px 0;
	}
	.video_area:before {
	    background: rgb(193 85 56);
	    content: "";
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	}
	.video_area:after {
	    background: rgb(193 85 56);
	    content: "";
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 1;
	}
.video_area .dps-title{position: relative; z-index: 99;}
.video_area .dps-title .title{color: #fff; }
.video_area .dps-title .title span {
    color: #ff9601;
}


	.video_area .section-header {
	    position: relative;
	    z-index: 2;
	}
	.video_area .section-header:before {
	    border-bottom: 1px solid #ffffff;
	}
	.video_area .section-header h2 {
	    color: #ffffff;
	}
	.video_area .news-single-box {
	    overflow: hidden;
	    z-index: 2;
	    position: relative;
	    background: #ffffff;
        margin-bottom: 15px;
            border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
	}
	.video_area .news-single-box:hover .news-content h3 {
	    color: #c1553e;
	    transition: all 0.3s ease-in-out;
	}
	.video_area .news-single-box:hover .news-img-box img {
	    transform: scale(1.01);
	    transition: all 0.3s ease-in-out;
	}
	.video_area .news-single-box .news-img-box {
	    overflow: hidden;
	    height: auto;
        position: relative;
	}
	.video_area .news-single-box .news-img-box img {
	    width: 100%;
	    height: auto;
	    transition: all 0.3s ease-in-out;
	}
	.video_area .news-single-box .news-content {
	    padding: 20px 23px 20px;
	}
	.video_area .news-single-box .news-content h3 {
	    margin: 0;
	    padding-bottom: 0px;
	}
	.video_area .news-single-box .news-content h3 a {
	    margin: 0;
	    color: #333333;
	    font-size: 18px;
	    font-weight: 700;
	    transition: all 0.3s ease-in-out;
	}
	.video_area .news-single-box .news-content .news-time span {
	    color: #666666;
	    font-size: 14px;
	    margin-right: 25px;
	}
	.video_area .news-single-box .news-content .news-time span .event-icon {
	    padding-right: 2px;
	}
	.video_area .news-single-box .news-content p {
	    margin: 0;
	    font-size: 15px;
	    color: #666666;
	}
	.video_area .news-single-box .news-content a {
	    color: #323232;
	    margin: 0px;
	    text-decoration: none;
	    font-weight: 600;
	    font-size: 16px;
	    transition: all 0.3s ease-in-out;
	}
	.video_area .news-single-box .news-content a .events-btn-icon {
	    padding-left: 5px;
	}
.pulse-button{
width: 60px;
  height: 60px;
  border: none;
  box-shadow: 0 0 0 0 rgba(255, 241, 18, 0.7);
  border-radius: 50%;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  background-color: #FEF3F6;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    color:#c1553e;
font-size: 20px;
padding: 0 0px 0 5px;
}

.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

.modal-header{background: #c1553e;}
.book_btn{background: #c1553e;}
#testimonial{float: left; width: 100%;}

.dps-logo img
{
  height: 105px;
}

.footer-logo img
{
  height: 100px;
}

table tr th {
    font-weight: 700;
    font-size: 15px;
}

table tbody tr {
    background: #f6f3f3 none repeat scroll 0 0;
}
table tbody tr:nth-child(odd) {
    background: #fff none repeat scroll 0 0;
}

.strm-tab
{
  overflow:scroll;
}