.slick-slide {
    margin: 0px 20px;
    
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    text-align:center;
    width:200px;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
body {
background-color:beige;

}
.form-group {
    margin-bottom: 1rem;
}
.pd-5 {

    padding:5px;
}
.mr-5{
    margin:5px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.375rem + 2px);
    padding: .6875rem .75rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #dba92a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eaedf2;
    border-radius: .1875rem;
    box-shadow: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 .containerdiv {
            
            box-shadow: 0 0 12px 0 rgba(0,0,0,0.1), 0 10px 30px 0 rgba(0,0,0,0.2);
            line-height:200%;
            border-radius: 10px 10px 10px 10px;
        }
/* testimonials page-------------------------*/
#feedback {
  text-align: center;
  padding: 100px 0;
  background-size: cover;
  background-attachment: fixed;
}

#feedback .section-title {
  color: #FFF;
  margin-bottom: 50px;
}

#feedback .section-title:after {
  left: 42%;
}

.feedback-slider .item {
  overflow: hidden;
  margin-right: 40px;
}

.feedback-slider .item .cliten-thumbs {
  float: left;
}

.feedback-slider .item .cliten-thumbs .thumbs {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 1px solid #FFF;
  padding: 8px;
}

.feedback-slider .item .cliten-thumbs .thumbs img {
  display: block;
  width: 83px;
  height: auto;
  border-radius: 50%;
}

.feedback-slider .item .cliten-thumbs h4 {
  color: #FFF;
}

.feedback-slider .content {
  float: right;
  background-color: rgba(255, 255, 255, 0.302);
  padding: 30px;
  color: #FFF;
  text-align: left;
  position: relative;
}

.feedback-slider .content:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 12px solid rgba(255, 255, 255, 0.302);
  border-bottom: 10px solid transparent;
  left: -12px;
  top: 25%;
}

.feedback-slider .content p {
  color: #FFF;
}

.owl-theme .owl-nav {
  display: none;
}

.owl-theme .owl-dots {
  margin-top: 50px !important;
  position: relative;
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 6px;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
  background: #749E30;
}

.feedback-slider-two .item .content {
  margin-bottom: 30px;
}

.feedback-slider-two .item .content p {
  line-height: 26px;
  line-height: 1.85714em;
}

.feedback-slider-two .item .content:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid rgba(255, 255, 255, 0.302);
  bottom: -15px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.feedback-slider-two .item .cliten-thumbs {
  display: inline-block;
  float: none;
}

.feedback-slider-two .item .cliten-thumbs .thumbs {
  margin: 0 auto;
  padding: 6px;
}

.feedback-slider-two .item .cliten-thumbs .thumbs img {
  width: 86px;
}

.section-title {
  font-size: 32px;
  font-size: 2.28571em;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
}

.section-title:after {
  content: '';
  background: #749E30;
  height: 5px;
  width: 50px;
  bottom: 0;
  position: absolute;
  left: 0;
}
/* testimonial page--------------------------*/
section {
    padding: 70px 0;
    position: relative;
}
/*-----------------testimonials-----------------------------*/
img {
  max-width: 100%; }
.w50prcnt {
  width: 50%; }

.ulockd-pdng15 {
  padding: 15px; }

.ulockd_bgp3 {
    background-attachment: scroll;
    /*background-image: url('../images/p1.jpg');*/
}



.bgc-overlay-white9:before {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  


.bgc-overlay-white8:before {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }
  .timeline:before {
    background-color: #eeeeee;
    bottom: 0;
    content: " ";
    left: 50%;
    position: absolute;
    margin-left: -1.5px;
    top: 0;
    width: 3px; }
  .timeline li {
    margin-bottom: 20px;
    position: relative; }
    .timeline li:before, .timeline li:after {
      content: " ";
      display: table; }
    .timeline li:after {
      clear: both; }
    .timeline li .timeline-panel {
      -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
      border: 1px solid #D3D3D3;
      float: left;
      position: relative;
      width: 50%; }
      .timeline li .timeline-panel.right {
        border-radius: 0 50px 50px 50px; }
        .timeline li .timeline-panel.right .timeline-heading {
          padding: 0 15px 10px; }
      .timeline li .timeline-panel.left {
        border-radius: 50px 0 50px 50px; }
        .timeline li .timeline-panel.left .timeline-heading {
          padding: 0 25px 10px; }
      .timeline li .timeline-panel:before {
        position: absolute;
        top: 26px;
        right: -15px;
        display: inline-block;
        border-top: 15px solid transparent;
        border-left: 15px solid #cccccc;
        border-right: 0 solid #cccccc;
        border-bottom: 15px solid transparent;
        content: " "; }
      .timeline li .timeline-panel:after {
        position: absolute;
        top: 27px;
        right: -14px;
        display: inline-block;
        border-top: 14px solid transparent;
        border-left: 14px solid #ffffff;
        border-right: 0 solid #ffffff;
        border-bottom: 14px solid transparent;
        content: " "; }
    .timeline li:not(.timeline-inverted) {
      padding-right: 90px; }
    .timeline li.timeline-inverted {
      padding-left: 90px; }
    .timeline li .timeline-badge {
      background-color: #999999;
      border-radius: 50%;
      color: #ffffff;
      font-size: 1.4em;
      height: 50px;
      line-height: 50px;
      left: 50%;
      margin-left: -25px;
      position: absolute;
      text-align: center;
      top: 16px;
      width: 50px;
      z-index: 1; }
      .timeline li .timeline-badge.primary {
        background-color: #337ab7; }
      .timeline li .timeline-badge.success {
        background-color: #5cb85c; }
      .timeline li .timeline-badge.warning {
        background-color: #f0ad4e; }
      .timeline li .timeline-badge.danger {
        background-color: #d9534f; }
      .timeline li .timeline-badge.info {
        background-color: #5bc0de; }
    .timeline li.timeline-inverted .timeline-panel {
      float: right; }
      .timeline li.timeline-inverted .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto; }
      .timeline li.timeline-inverted .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto; }

.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
  margin-top: -60px; }

.timeline-panel.left .timeline-body img {
  border-radius: 0 0 50px 0; }

.timeline-panel.right .timeline-body img {
  border-radius: 0 0 0 50px; }

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

.our-story .timeline-title {
  font-family: "Engagement", cursive;
  font-weight: 400;
  letter-spacing: 1px; }


/*-----------------testmonials------------------------------*/
/*------------------------- services -----------------------*/
.ab-thumb {
    padding-bottom:15px;
    height:80px;
}
.ab-thumb img {
     height:60px;
    -webkit-box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    
}
.serBG {
    background-attachment: scroll;
    /*background-image: url('../images/p1.jpg');*/
    padding:50px;
}
.about-box2 {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #DCDCDC;
    border-radius: 20px;
    padding: 25px 10px;
    position: relative;
    margin:10px;
    height:350px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.1), 0 10px 30px 0 rgba(0,0,0,0.2);
}
.signup-box {
    background-color: white;
   
    border-radius: 20px;
    padding: 25px 10px;
    position: relative;
   
   
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.1), 0 10px 30px 0 rgba(0,0,0,0.2);
}
.ulockd-pad395 {
    padding-left: 5px;
    padding-right: 5px;
}
.sheading {
    font-family: 'Italianno', cursive;
    font-size: 36px;
    font-weight: 300;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    color:goldenrod;
}

.sheadingSDW {
    font-family: 'Italianno', cursive;
    font-size: 36px;
    font-weight: 300;
    text-shadow:2px 1px 1px #000;
    color:white;
}

/*------------------- services ------------------------------*/
.heart {
    color:red;
    vertical-align:central;
    animation: beat .25s infinite alternate;
	transform-origin: center;
}
@keyframes beat{
	to { transform: scale(1.4); }
}

.footerText {
   color:black;
   font-family:'Roboto', sans-serif;
   line-height:200%;
   
}

.h1class {
       font-family:'Roboto', sans-serif;
       color:darkgoldenrod;
       font-size:20px;
       line-height:200%;

}

.navbar-default {
            height:95px;
            background-color:transparent;
            
            border-bottom:1px dashed lightgrey;
            border-radius:0px;
            z-index:2001;
        }

.navbar-header {
            text-align:center;
        }

        
        
       .navbar-default .navbar-nav>li>a {
            text-transform:uppercase;
            color:grey;
            font-family: 'Open Sans';
            text-decoration:none;
        }
       .navbar-default .navbar-nav>li>a:hover {
            
            color:goldenrod;
            text-decoration:none;
        }
       
    
a.fsocial {
    text-decoration:none;
}
    a.fsocial:hover,a.fsocial:active {
         color:goldenrod;
         
    }
    /* Left side menu */
        a.heading {
            text-decoration:none;
        }    

.sidebar1 {
            background-color:rgba(0,0,0,0.4);
        }


    .AboutusSec p {
            font-family: 'Italianno', 'Arial Narrow', Arial, sans-serif;
            color:white;
            font-size:40px;
           text-align:justify;
           z-index:100;
           text-shadow:1px 1px 2px black;
    }
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.logo a
{
    font-size: 50px;
    font-family: 'Tangerine', cursive;
    
    color:goldenrod;
    text-decoration:none;
}/* CSS reset */
.heading
{
    font-size: 40px;
    font-family: 'Italianno',sans-serif;
    letter-spacing:5px;
    color:#FC3158;
    text-decoration:none;
}
.nheading
{
    font-size: 14px;
    font-family: 'Open sans';
    letter-spacing:3px;
    color:black;
    text-decoration:none;
}

.subheading
{
    font-size:54px;
    font-family: 'Italianno';
    color:black;
    border-bottom: 1px dotted grey;
    

}
.rsvp-wrapper {
    
    
    padding: 65px 31px 71px;
    background-image: url(../images/b-left-top.png), url(../images/b-right-top.png), url(../images/b-left.png), url(../images/b-right.png);
    background-position: 17px 17px, 98% 17px, 14px 97%, 98% 97%;
    background-repeat: no-repeat;
}
    .iheading
{
    font-size:50px;
    font-family: 'Italianno';
    color:goldenrod;
    text-align:left;
    border-bottom: 2px solid goldenrod;
}

.running {
    color:black;
    font-family:'Roboto', sans-serif;
    font-size:15px;
    text-align:justify;
    line-height:200%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */

.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 20px 30px 10px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: rgba(27,54,81,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{
	color: #008dc1;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #283847;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
}
.container > header h2 a{
	color: #936a46;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h2 a:hover{
	color: #614429;
}
/* Header Style */
.codrops-top{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	text-align:center;
	display: block;
	padding: 14px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #ddd;
	border-color: #ddd #aaa #aaa #ddd;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: rgba(27,54,81,0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
}
p.codrops-demos a:hover{
	background: #fff;
	color: #008dc1;
}
p.codrops-demos a:active{
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
	background: linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #fff;
	background: #008dc1;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}