
.col-md-12{
	padding:0;
}





.delay-1-sec-ani-1{
  -moz-animation-duration: .1s;
  -moz-animation-delay: .1s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: .1s;
  -webkit-animation-delay: .1s;
  -webkit-animation-iteration-count: 1;
  -ms-animation-duration: .1s;
  -ms-animation-delay: .1s;
  -ms-animation-iteration-count: 1;
  -o-animation-duration: .1s;
  -o-animation-delay: .1s;
  -o-animation-iteration-count: 1;
  animation-duration: .1s;
  animation-delay: .1s;
  animation-iteration-count: 1;
}


.delay-1-sec{
  -moz-animation-duration: 2s;
  -moz-animation-delay: 1s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  -ms-animation-duration: 2s;
  -ms-animation-delay: 1s;
  -ms-animation-iteration-count: 1;
  -o-animation-duration: 2s;
  -o-animation-delay: 1s;
  -o-animation-iteration-count: 1;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: 1;
}


.delay-2-sec{
  -moz-animation-duration: 2s;
  -moz-animation-delay: 2s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: 1;
  -ms-animation-duration: 2s;
  -ms-animation-delay: 2s;
  -ms-animation-iteration-count: 1;
  -o-animation-duration: 2s;
  -o-animation-delay: 2s;
  -o-animation-iteration-count: 1;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-iteration-count: 1;
}

.delay-3-sec{
  -moz-animation-duration: 2s;
  -moz-animation-delay: 3s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 3s;
  -webkit-animation-iteration-count: 1;
  -ms-animation-duration: 2s;
  -ms-animation-delay: 3s;
  -ms-animation-iteration-count: 1;
  -o-animation-duration: 2s;
  -o-animation-delay: 3s;
  -o-animation-iteration-count: 1;
  animation-duration: 2s;
  animation-delay: 3s;
  animation-iteration-count: 1;
}


/*animation delay 2 sec*/

.delay-1-sec-2-ani{
  -moz-animation-duration: 2s;
  -moz-animation-delay: 1s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  -ms-animation-duration: 2s;
  -ms-animation-delay: 1s;
  -ms-animation-iteration-count: 1;
  -o-animation-duration: 2s;
  -o-animation-delay: 1s;
  -o-animation-iteration-count: 1;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: 1;
}


/*animation 3 Sec */
.delay-1-sec-3-ani{
  -moz-animation-duration: 3s;
  -moz-animation-delay: 1s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  -ms-animation-duration: 3s;
  -ms-animation-delay: 1s;
  -ms-animation-iteration-count: 1;
  -o-animation-duration: 3s;
  -o-animation-delay: 1s;
  -o-animation-iteration-count: 1;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-iteration-count: 1;
}



.upperbody{
	text-align:center;
    color: #000;
    background-attachment: scroll;
	background-image: url(../images/bgthree.jpg);
    background-position: 50% 0px;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	 overflow-x: hidden;
    overflow-y: hidden;
	 width:100%;
	height:100%;
    min-height:100%;

}

.head_color{
	background-color: #ab77ae;
	opacity: 1;
}

hr{
	border-bottom: 2px solid #ab77ae;
}

.pattern-overlay{
 position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
    background-color: rgba(83,89,124, 0.1);
    z-index: 2;}

.address{
	position: relative;
	float:left;
	color:#fff;
	z-index:3;
	margin-left:50px;
	margin-top:15px;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
}

.address p{ font-family: 'Open Sans', sans-serif;}

.email{
	position: relative;
	float:right;
	color:#fff;
	z-index:3;
	margin-right:50px;
	margin-top:15px;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
}

.email a{
	color:#fff;
	text-decoration:none;
	border:none;
	outline:none;
}



.email p{ font-family: 'Open Sans', sans-serif;}

.welcome-part{
	position:relative;
	margin-top:22%;
	margin-bottom:22%;
}

@media (min-width: 768px) {
	
.welcome-part{
	position:relative;
	margin-top:18%;
	margin-bottom:26%;
}
		
}

.welcome-part .tagline{
	margin-top: -7%;
	position:relative;
	z-index:3;
	color:#fff;
}

.welcome-part .tagline h1{
	margin:0;
	font-family: 'Raleway', sans-serif;
	font-size:70px;
	font-weight: 200;
	text-transform:uppercase;
}

@media (min-width: 768px) {
.welcome-part .tagline h1{
	font-size:90px;
	font-weight: 100;
}
}

.welcome-part .subtext p{
	position:relative;
	z-index:3;
	color:#fff;
	margin:0;
	font-family: 'open sans', sans-serif;
	font-size:20px;
	font-weight: 400;
	text-transform:uppercase;
	margin-top:10px;
}

.welcome-part .ladning_logo{
position:relative;
z-index:3;
color:#fff;
font-size:70px;
}

.more-btn{
	position:relative;
	z-index:3;
	display:inline-block;
	margin-top:30px;
}

.more-btn a{
	color:#fff;
	outline:none;
	background:#95c2ff;
	font-size:24px;
	padding:10px;
	border:none;
	border-radius:5px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-decoration:none;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}

.more-btn a:hover{
	 -webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
	background:#dc3cc7;
}

.more-btn a:focus{
	 -webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
	background:#dc3cc7;
}

.middlebody{
	text-align:center;
    color: #000;
    background-attachment: scroll;
	background-image: url(../images/bgone.jpg);
    background-position: 50% 0px;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	 overflow-x: hidden;
    overflow-y: hidden;
	 width:100%;
	height:100%;
    min-height:100%;
}
.right-text-area{
	width:100%;
	float:right;
	text-align:left;
	padding-top:80px;
	padding-bottom:80px;
	padding-left:30px;
	padding-right:30px;
	background-color:rgba(255,255,255,0.97);
	-webkit-background-color:rgba(255,255,255,0.97);
}

.right-text-area h2{
	margin:0;
	font-family:'Oswald',sans-serif;
	font-weight:400;
	color:#555555;
	text-transform:uppercase;
	margin-bottom:30px;
	position:relative;
	display:inline-block;
}



.right-text-area p{
	font-family:'Roboto',sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:24px;
	text-align:justify;
	color:#000000;
}

.right-text-area .endline{
	margin-top:30px;
	color:#3A4656;
}

@media (max-width: 768px) {
.right-text-area{
	width:100%;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	background-color:rgba(255,255,255,.97);
	-webkit-background-color:rgba(255,255,255,.97);
}
}

.content-hide-for-animate{
     opacity:0;
}

.content-visible-for-animate{
     opacity:1;
}

.introduction{
text-align:center;
padding-top:100px;
padding-bottom:100px;
}

.introduction  h1{
	margin:0;
	font-family:'Oswald', sans-serif;
	font-weight:400;
	color:#555555;
	text-transform:uppercase;
	margin-bottom:70px;
}



.lowerbody{
	text-align:center;
	padding-top:100px;
	padding-bottom:100px;
	background:#fafafa;
}


.lowerbody .contactus {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

.lowerbody .contactus h1{
	margin:0;
	font-family:'Oswald', sans-serif;
	font-weight:400;
	color:#555555;
	text-transform:uppercase;
	margin-bottom:30px;
}

.lowerbody .contactus .address-bottom{
	text-align:left;
	padding-left:50px;
	margin-top:70px;
	float:left;
	width:50%;
}

@media (max-width: 768px) {
.lowerbody .contactus .address-bottom{
	text-align:center;
	padding-left:0px;
	margin-top:50px;
	width:100%;
	float:none;
}
}

.lowerbody .contactus .address-bottom p{
	font-size:16px;
	line-height:22px;
	font-family:'Roboto', sans-serif;
}

.lowerbody .contactus .address-bottom a{
	color:#333;
}

.lowerbody .contactus .address-bottom a:hover{
	color:#003166;
}

.icon-home {
    position: relative;
	display: inline-block;
}


.icon-home:before {
    display: inline-block;
    position: absolute;
    font-family: FontAwesome;
	font-size:16px;
    top:0;
    left:-20px;
    content: "\f041";
}

.icon-email {
    position: relative;
	display: inline-block;
}


.icon-email:before {
    display: inline-block;
    position: absolute;
    font-family: FontAwesome;
	font-size:16px;
    top:0;
    left:-20px;
    content: "\f003";
}

.social-icon-group{
	font-size:18px;
	margin-top:5px;
}

.social-icon-group a{
	text-decoration:none;
	border:none;
	outline:none;
}

.social-icon-group i{
	padding:10px;
	height:40px;
	width:40px;
	text-align:center;
	vertical-align:middle;
	background:#f1f1f1;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}

.social-icon-group i:hover{
	background:#F4634B;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
	}




.lowerbody .contactus .contact-form{
	text-align:left;
	padding-left:50px;
	margin-top:70px;
	float:right;
	width:50%;
}


@media (max-width: 768px) {
.lowerbody .contactus .contact-form{
	text-align:left;
	padding-left:20px;
	padding-right:20px;
	margin-top:50px;
	width:100%;
	float:none;
}
}

/*form style*/

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border-bottom:1px solid #F7A541;
  border-left:none;
  border-right:none;
  border-top:none;
    border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		  -webkit-transition: background 0.5s; /* Safari */
			transition: background 0.5s;
			font-family:'Roboto', sans-serif;
			font-weight:300;
		  		  
}

.form-control:focus {
  border-color: #FFCC00;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
		  background:#FFE7A2;
		  -webkit-transition: background 0.5s; /* Safari */
		  transition: background 0.5s;
}



.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #F7A541;
  border-bottom:1px solid #F7A541;
  border-left:none;
  border-right:none;
  border-top:none;
  border-radius: 0px;
}


label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-family:"Roboto", sans-serif;
  font-size:16px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family:"Raleway", sans-serif;
  font-weight: 500;
}

.btn:focus{
	outline:none;
}

/*preloader style*/

#preloader  {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fff;
     z-index: 99;
	 width:100%;
     height: 100%;
	 overflow: hidden;
 }

#status  {
     width: 200px;
     height: 200px;
     position: absolute;
     left: 50%;
     top: 50%;
     background-image: url(../images/preloader.gif);
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
 }
 
 /*footer*/
 
 .footer{
	 background:#ab77ae;
	 background-image: URL('../images/pattern.png');
	 color:#fff;
	 text-align:center;
	 padding-top:30px;
	 padding-bottom:30px;
 }
 
 .footer p{
	 font-family:'Roboto', sans-serif;
	 font-size:13px;
 }

.footer a{
	color:#fff;
}

.footer a:focus{
	outline:none;
}

.error-text{
	background:#FBE3E4;
	padding:5px;
	border:1px solid #FBC3C5;
	border-radius:3px;
	margin-bottom:10px;
}
.error-text p {
	margin:0;
	font-family:'Roboto',sans-serif;
}

.success-text{
	background:#FDF8ED;
	padding:5px;
	border:1px solid #FAEED6;
	border-radius:3px;
	margin-bottom:10px;
}

.success-text p {
	margin:0;
	font-family:'Roboto',sans-serif;
}






.cbp-fwslider {
	position: relative;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 40px 0 60px;
}

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}

.cbp-fwslider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 75%;
}

.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	background: #47a3da;
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin-top: -50px;
	line-height: 100px;
	cursor: pointer;
	font-weight: normal;
}

.cbp-fwslider nav span:hover {
	background: #378fc3;
}

.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
}

.cbp-fwdots {
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.cbp-fwdots span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #ddd;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
}

.cbp-fwdots span:hover {
	background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
	background: #47a3da;
	box-shadow: 0 0 0 2px #47a3da;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }





.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  width: 100%;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }