body{
	background-color: #f8f8f8;
}

#title-spacer h1{
	color: #fff;
	font-size: 3em;
}

.section-gap .breadcrumbs li{
	line-height: 1.5625em;
    display: inline-block;
    list-style: none;
    font-size: 1.25em;
	color: #111;
}

.section-gap .breadcrumbs li a{
	line-height: 1.5625em;
    display: inline-block;
    margin: 0 0.5em 0 0.3125em;
}

.section-gap a {
    color: #111;
}

.maintitle{
	border-bottom: 0.0625em solid #eaeaea;
	padding: 1.875em 0 0.625em 0em;
	font-size: 1.125em;	
}

.genric-btn.circle {
    border-radius: 1.25em;
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.go-feature-btn {
    border: 0.0625em solid #3F4391;
	margin-bottom: 1em;
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 2.5em;
    padding: 0 1.875em;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.genric-btn.white-border {
  color: #fff;
  background: #fbb03b;
  border: 0.0625em solid #fbb03b;
  margin-bottom: 0.5em;
  font-size: 0.7em;
  font-weight: 700;
}

.genric-btn.white-border:hover {
  color: #fff;
  background: #faaf3b;
  border: 0.0625em solid #faaf3b;
}

.genric-btn.white-border-1 {
  color: #fff;
  background: #fbb03b;
  border: 0.0625em solid #fbb03b;
  margin-bottom: 0.5em;
  font-size: 0.7em;
  font-weight: 700;
  border-radius: 4px;
}

.genric-btn.white-border-1:hover {
  color: #fff;
  background: #fbb03b;
  border: 0.0625em solid #fbb03b;
  cursor: default;
}

.genric-btn.white-border-2 {
  color: #fff;
  background: #0070c0;
  border: 0.0625em solid #0070c0;
  margin-bottom: 0.5em;
  font-size: 0.7em;
  font-weight: 700;
  border-radius: 4px;
}

.genric-btn.white-border-2:hover {
  color: #fff;
  background: #0070c0;
  border: 0.0625em solid #0070c0;
  cursor: default;
}

.genric-btn.white-border-3 {
  color: #fff;
  background: #7fba00;
  border: 0.0625em solid #7fba00;
  margin-bottom: 0.5em;
  font-size: 0.7em;
  font-weight: 700;
  border-radius: 4px;
}

.genric-btn.white-border-3:hover {
  color: #fff;
  background: #7fba00;
  border: 0.0625em solid #7fba00;
  cursor: default;
}

.genric-btn.white-border-4 {
  color: #fff;
  background: #DF8261;
  border: 0.0625em solid #DF8261;
  margin-bottom: 0.5em;
  font-size: 0.7em;
  font-weight: 700;
  border-radius: 4px;
}

.genric-btn.white-border-4:hover {
  color: #fff;
  background: #DF8261;
  border: 0.0625em solid #DF8261;
  cursor: default;
}

.genric-btn.white-border-5 {
  color: #fff;
  background: #A17282;
  border: 0.0625em solid #A17282;
  margin-bottom: 0.5em;
  font-size: 0.7em;
  font-weight: 700;
  border-radius: 4px;
}

.genric-btn.white-border-5:hover {
  color: #fff;
  background: #A17282;
  border: 0.0625em solid #A17282;
  cursor: default;
}

@media screen and (max-width: 768px){
	.genric-btn.white-border {
		font-size: 0.5em;
	}
}

.genric-btn.gray-border {
    color: #faaf3b;
    border: 0.0625em solid #faaf3b;
  	margin-bottom: 1.25em;
}

.genric-btn.gray-border:hover {
  color: #fff;
  background: #faaf3b;
  border: 0.0625em solid #faaf3b;
}

.genric-btn.black-border {
  color: #fff;
  background: #3F488A;
  border: 0.0625em solid #3F488A;
  font-size: 1.1em;
  margin-bottom: 1.25em;  
}

.genric-btn.black-border:hover {
  color: #3F488A;
  background: #fff;
  border: 0.0625em solid #3F488A;
}

.genric-btn.orange-border {
 color: #fff;
 background: #faaf3b;
 border: 0.0625em solid #faaf3b;
 font-size: 1em;
 font-weight: 600;
}

.genric-btn.orange-border:hover {
  color: #faaf3b;
  background: #fff;
  border: 0.0625em solid #faaf3b;
  margin-bottom: 1.25em;
}

.mt-20{
	margin-top: 20px;
}

.mb-20{
	margin-bottom: 20px;
}

.pt-20{
	padding-top: 20px;
}

.pb-20{
	padding-bottom: 20px;
}

.mt-10{
	margin-top: 10px;
}

.mb-10{
	margin-bottom: 10px;
}

.pt-10{
	padding-top: 10px;
}

.pb-10{
	padding-bottom: 10px;
}

		.box-for-you{
			min-height: 16.6em !important;
		}
		
		.box-for-you .title{
			line-height: 1.5em !important;
			-webkit-line-clamp: 2 !important;
		}

		.titles p {
			color: #3F488A;
			line-height: 1.2em;
      margin: 0 auto 10px auto;
      font-size: 1.25em;
      font-weight: 600;
    }

		#title-spacer h1, #title-spacer li {
			color: #fff;
		}
		.single-feature {
   		border: 1px solid #CCC !important;
			background-color: #fff;
		}
		
		.single-feature i{
			padding-right: 5px;
		}
		
		.single-feature img{
			width: 100%;
		}
		
		.single-feature span{
			margin-right: 5px;
		}
		
		.badge-light {
			padding: 2px 8px;
			border-radius: 2px;
			font-size: 14px;
			color: #666666;
			background-color: #b6d4f0;
		}
    
    .imgbox{
      position: relative;
      z-index: 999;
    }

    .imgbox_inner{
      position: absolute;
      top: -33px;
      left: 33px;
    }

    .imgbox_inner img{
      width: 66px;
    }

    .imgbox_people{
      top: -50px;
      left: 20%;
    }

    .imgbox_people img{
      width: 80% !important;
      border: 1px solid #ccc;
      background-color: #fff;
      border-radius: 100%;
      padding: 2px;
    }

    .imgbox_outer{
      position: absolute;
      top: 0px;
      right: 0px;
      z-index: 10;
    }

    .imgbox_outer img{
      width: 95px !important;
    }

    .parent-banner {
      width: 100%;
      height: 174px;
      overflow: hidden;
      position: relative;
      float: left;
      display: inline-block;
      cursor: pointer;
    }
  
  .child-banner {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
  }

    .parent-banner:hover .child-banner, .parent-banner:focus .child-banner {
      -ms-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
  }
  
  .parent-banner:hover .child-banner:before, .parent-banner:focus .child-banner:before {
      display: block;
  }
  
  .parent-banner:hover a, .parent-banner:focus a {
      display: block;
  }
  
  .child-banner:before {
      content: "";
      display: none;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0,0,0,.3);
  }

  .parent-banner a {
    position: absolute;
    top: 40%;
    left: 38%;
    display: none !important;
  }

.parent-banner:hover a,
.parent-banner:focus a {
  display: block !important;
}

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #9a815c;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  padding: 12px !important;
}

.owl-theme .owl-nav button{
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 10px 0px;
  background-color: #fff;
  border-radius: 100% !important;
  width: 48px;
  height: 48px;
  margin: 10px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 48em){
  .owl-prev,
  .owl-next {
    display: none !important;
  }  
}

.owl-prev {
  left: -3rem;
}

.owl-next {
  right: -3rem;
}


		.item {
			padding: 33px 15px 0 15px;
		}

		.owl-carousel .owl-item img {
			display: block;
			width: 36%;
    }
    
.section-gap h2{
  color: #3F488A;
}

.img-33{
  width: 33%;
}

.w-25{
  width: 25%;
  float: left;
}

.w-50{
  width: 50%;
  float: left;
}

.text-blue{
  font-size: 1.5em;
  color: #21344c;
}

.dot-bottom{
  position: absolute;
  right: -40px;
}

.mt-60{
  margin-top: 60px;
}

.pb-100{
  padding-bottom: 25%;
}

.boxs{
  border-radius: 20px;
}

.boxs:hover{
  margin-top: -10px;
}

.h-80{
  height: 350px;
  text-align: justify;
}

.dot-top{
  width: 44% !important;
}

.single-feature b{
  color: #86667f;
}

.font-12{
  font-size: 0.9em;
}