.header {	
    padding-bottom: 10px;
    border-bottom: #ff7200;
    border-style: groove;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.edit-field {
    border-color: coral;
    background-color: white;	
}

.readonly {
	background-color: #f4f4f4;
    color: #333;
}

.readonlyspan {
	border-color: #C8CFED;
    background-color: #C8CFED;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}

.footer-cont footer {
    background: #008518;
    text-align: center;
    padding: 15px;
    color: #fff;
}

.custom-btn {
    background: #3c54b4;
    background: #1564b5;
    color: #fff !important;
    border-radius: 0;
    width: 100%;
    display: block;
    text-transform: uppercase;
}

.btn.focus,.btn:focus, .btn:hover { 
    color: #fff;
	background: #3c54b4;
	font-weight: 700;
    text-decoration: none;
}
.custom-btn.focus,.custom-btn:focus, .custom-btn:hover { 
    color: #fff;
	font-weight: 900 !important;
    text-decoration: none;
}

.color-orange, .color-orange.focus,.color-orange:focus, .color-orange:hover {
    background: #ff7200; 
}

.color-green, .color-green.focus,.color-green:focus, .color-green:hover {
    background: #008518; 
}

/*imports*/
@import 'https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Open+Sans:300,400,600,700';

/*animations*/

/*custom*/
* {
  outline: 0!important;
  outline: none!important;
}
img {
  max-width: 100%;
  height: auto;
}
/* Copied from campaign2 */
.header-mdl {
    font-size: 22px;
    font-weight: 300;
    color: #000;   
}

.header-mdl h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    padding-top: 29px;
}

.logo {
    text-align: center;
    padding-top: 0px;
}



.header-mdl p {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    padding-top: 5px;
}

.header_caption {
    text-transform: none !important;
}

.header-right li {
    list-style: none;
    float: left;
    border: 2px solid #91b2ad;
    padding: 12px;
    margin: 0 14px 0 0;
    border-radius: 28px;
}

.wrapper {
    width: 100%;
}

.header {
    width: 100%;
    background: #ffffff;
}

.form-cont input.form-control {
    margin-bottom: 5px;
}

.custom-form-control {
    border-radius: 0;
    border-color: #555555 !important;
}	
/* Copied from campaign2 */
.topquestion {
color: #bd2e72; font-weight:bold; font-size: 18px;	
}
	
.topquestion.ul li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}

.topquestion.ul li:before {
  content: "\25BA \0020";
  font-size: 6px;
  position: absolute;
  top: 5px;
  left: -10px;
} 

hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #bd2e72; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 

hr.style18:before {   
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #bd2e72; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}



.para3, .para2 {	font-style: normal; 
    font-size: 17px;
    line-height: 1.5em;
    color: #3a3a3a;
    margin: 0 0 40px 0;
	text-align: justify;}
	
.para2 {
	font-weight:bold;	
}
.para3imp p{
	font-style: normal; 
    font-size: 18px;
    line-height: 1.6em;
    color: #3a3a3a;
    margin: 0 0 40px 0;
	text-align: justify;
}
	
.paraheader {
    font-weight: 600;
	font-size: 30px;
    line-height: 45px;
    padding-bottom: 25px; 
}	 

.parasecond {
    font-weight: 550;  
	font-size: 25px;
    line-height: 40px;
    padding-bottom: 20px; 
}

.parathird {
	color:#c17141!important;
    font-weight: 550;  
	font-size: 20px;
    line-height: 35px;
    padding-bottom: 15px; 
}
.btnRegistration {
    display: block;
    background: #b41b62;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 0;
	margin:-15px 0 15px 0;
}

.btnRegistration:hover {
    background: #000000;
    text-decoration: none;
	color: #ffffff;
}

.btnRegistration span {
    font-weight: 600;
}

.scolor, .scolorbold{
color: #bd2e72;	
}

.scolorbold {
 font-weight:bold;
}

.arrow_box {
	position: relative;
	background: #fff;
	border: 1px solid #bd2e72;
}
.arrow_box:after, .arrow_box:before { 
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(189, 46, 114, 0);
	border-bottom-color: #bd2e72;
	border-width: 31px;
	margin-left: -31px;
}
	


.custom-btn:hover, .custom-btn:focus {
  color: #fff;
}

.custom-form-control {
  border-radius: 0;
  border-color: #555555 !important;
}

.custom-carousel-indicators {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
  padding-top: 15px;
  width: 100%;
}

.custom-carousel-indicators li {
  border-radius: 0;
}

.custom-carousel-indicators li.active {

}

.carousel-indicators li{

  border-radius: 1px !important;
}


/*app css*/
/*
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
} */

body {
    font: normal 16px/26px "Roboto", Arial, sans-serif;
    background: #fefefe;
    color: #2a3744;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

.header-cont header {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.header-cont header .bg-img {
  background: url(../img/header-image.jpg) no-repeat center center;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.header-cont header .info-cont {
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
}

.header-cont header .info-cont .logo-cont {
  width: 200px;
  margin: 0 auto;
  margin-bottom: -50px;
  background: #b62367;
  padding: 15px;
  position: relative;
}

.header-cont header .info-cont .logo-cont img {
  width: 100%;
}

.header-cont header .info-cont .logo-cont span {
  position: absolute;
  top: -15px;
  right: -15px;
  color: #000;
}

.header-cont header .info-cont .title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.5em;
  padding: 75px 15px 15px 15px;
  background: rgba(182,35,103,0.75);
  line-height: 1.25;
  text-transform: uppercase;
}

.header-cont header .info-cont .description {
  padding: 0px 15px 30px 15px;
  background: rgba(182,35,103,0.75);
  line-height: 1.5;
}

.body-cont {
  padding: 20px 0px;
}

.body-cont .services-cont .title {
  font-size: 2em;
  margin-bottom: 30px;
}

.body-cont .services-cont .service-block {
  margin-bottom: 30px;
}

.body-cont .services-cont .service-block:last-child {
  margin-bottom: 0;
}

.body-cont .services-cont .service-block .icon-cont {
  width: 75px;
  margin-bottom: 15px;
}

.body-cont .services-cont .service-block .icon-cont img {
  width: 100%;
  border-radius: 50%;
  border: 2px solid #c38659;
}

.body-cont .services-cont .service-block .title {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.body-cont .services-cont .service-block .description p:last-child {
  margin-bottom: 0;
}

.body-cont .form-cont {
  background: #ededed;
  padding: 30px;
/*  color: #555555; */
  margin-bottom: 30px;
}

.body-cont .form-cont .title {
  font-weight: 600;
  font-size: 1.5em;
}

.body-cont .form-cont .tagline {
  margin-bottom: 15px;
}

.body-cont .form-cont input.form-control {
  margin-bottom: 15px;
}

.body-cont .form-cont .btn.custom-btn {

}

.body-cont .form-cont .form-info {
  font-size: 0.75em;
}

.body-cont .testimonials-cont {
  background: #b62367;
  padding: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.body-cont .testimonials-cont .title {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.body-cont .testimonials-cont .testimonial {
  margin-bottom: 15px;
}

.body-cont .packages-cont {
  margin-bottom: 30px;
}

.body-cont .packages-cont img {
  width: 100%;
}

.body-cont .link-cont a {
  display: block;
}

.body-cont .link-cont a img {
  width: 100%;
}



/*responsive*/
@media only screen and (min-width:768px) {

  .col-no-pad-right { 
    padding-right: 0;
  }

}

@media only screen and (min-width:450px) {
  .header-mdl ul {
    padding: 0; margin: 40px 0; 
  }
}

@media only screen and (max-width:450px) {
  .header-mdl ul {
      font-size: 15px;
  }
  .header-right {
      margin-left: 7px;
  }	  
  .paraheader {
	font-weight: 550;
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 20px;
  }	  
  
  .parasecond {
    font-weight: 550;
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 15px;
  }	
  
  .margintop {
	  margin-top:5px
  }
  
    .logo h1 {
	color: #ff7200;
	font-family: fangsong;
    font-size: xx-large;
}
}

@media only screen and (min-width:450px) {
  .secondfield {
      padding-left:5px
  }
  
    .margintop {
	  margin-top:70px
  }
  
  .logo h1 {
	color: #ff7200;
	font-family: fangsong;
    font-size: xxx-large;
}

}

@media only screen and (max-width:768px) {

  .header-cont header .bg-img {
    background-size: auto 100%;
  }

  .header-cont header .info-cont {
    width: 100%;
  }

  .body-cont .services-cont {
    text-align: center;
  }

  .body-cont .services-cont .service-block .icon-cont {
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .body-cont .services-cont .service-block:last-child {
    margin-bottom: 30px;
  }

  .body-cont .form-cont {
    margin-bottom: 15px;
  }

  .body-cont .form-cont .form-info {
    font-size: 0.75em;
    text-align: center;
    margin-top: 15px;
  }

  .body-cont .testimonials-cont {
    margin-bottom: 15px;
  }

  .body-cont .packages-cont {
    margin-bottom: 15px;
  }

}

