/* CSS Document */
:root{
    --orange: #fd5d14;
	--red: #eb3838;
    --deep-blue: #061738;
    --grey: #606060;
    --white: #fff;
    --dark: #1c1c25;
    --yellow: #f2b32b;
}
.modal-body{text-align:center;
  width:100%;
  height:auto;}
  
.shine figure {
	position: relative;
	overflow: hidden;
}
.shine figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.shine figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.home2.feature{
  /*margin-top: -150px;*/
  margin: 100px 0;
}

.home1.feature .item{
  width: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1.feature .item .item-inner{
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.home1.feature .item .front,
.home1.feature .item .back{
  padding: 50px 35px 45px 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1.feature .item .front{
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: var(--white);
}
.home1.feature .item:hover .front{
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.home1.feature .item .back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.home1.feature .item:hover .back{
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.home1.feature .item .inner{
  transform: translateZ(60px) scale(.94);
  -webkit-transform: translateZ(60px) scale(.94);
  -ms-transform: translateZ(60px) scale(.94);
  -moz-transform: translateZ(60px) scale(.94);
  -o-transform: translateZ(60px) scale(.94);
  -webkit-perspective: inherit;
  perspective: inherit;
  text-align: center;
}

.home1.feature .item .icon{
  height: 70px;
  width: 70px;
  /*background: var(--red);*/
  background-image: linear-gradient(to right, #6373be , #5ac0b2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: auto;
  text-align: center;
}
.home1.feature .item .icon i{
  line-height: 70px;
  color: var(--white);
  font-size: 40px;
}
.home1.feature .item h4{
  text-transform: capitalize;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 25px;
}

.home1.feature .item .front{
  box-shadow: 0 0 95px rgba(0, 0, 0, 0.15);
}
.home1.feature .item .back{
  transform: rotateY(180deg);
  /*background: var(--red);
  background:#c5d9f5;*/
  background-image: linear-gradient(to right, #6373be , #5ac0b2);
}
.home1.feature .item .back .icon{
  background: var(--white);
}
.home1.feature .item .back .icon i{
  /*color: var(--red);*/
  color: #5ea0b7;
}
.home1.feature .item .back h4,
.home1.feature .item .back p{
  color: var(--white);
 }
 .home1.feature .item .back h5,
 .home1.feature .item .back h6{
 color: var(--white);
 
 }h6{
 padding-bottom: 1rem;}
.home1.feature .item .back p{
  color: var(--white);
  text-align:justify;
}
.home1.feature .item .front p{
  color: #212529;
  text-align:justify;
}
.breadcrumb {
    align-self: center;
    background-position: 50%;
    background-size: cover!important;
    padding: 100px 0;
    position: relative;
	z-index:1;
}
.breadcrumb .bg-overlay {
    background-color: rgba(30,41,59,.7);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.breadcrumb .title-heading {
    line-height: 26px;
	z-index:1;
	position:relative;
}
.breadcrumb .title-heading  h2{
font-size:56px;
margin-bottom: 20px;
font-weight: 500!important;
color:#ffffff;
opacity:0.8;
margin-top:0!important;
}
.breadcrumb .title-heading ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
	letter-spacing: .5px;
    color: #56b8e6;
	text-align:center;
	justify-content: center!important;
}
.breadcrumb .title-heading ol a {
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
	text-align:center;
	cursor:pointer;
}
.breadcrumb .title-heading ol a:hover {
	color: #56b8e6;
	text-decoration:none;}
.breadcrumb .title-heading ol li+li {
    padding-left: 10px;
	text-align:center;
}
.breadcrumb .title-heading ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/";
}
.breadcrumb  .title-heading p {
    font-size: 20px;
    letter-spacing: .5px;
	color: hsla(0,0%,100%,.5)!important;
}
.breadcrumb .bshape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .2;
    z-index: 1;
	width:200px;
}

@media(min-width: 1200px) and (max-width: 1399px){

	.home1.feature .item .front, 
    .home1.feature .item .back {
        padding: 35px 35px 35px 35px;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
	.home1.feature{
        padding-bottom: 90px;
    }
    .home1.feature .item {
        margin-bottom: 30px;
    }
	}
@media(min-width: 768px) and (max-width: 991px){
	.home1.feature{
        padding-bottom: 90px;
    }
    .home1.feature .item {
        margin-bottom: 30px;
    }
}
@media(min-width: 576px) and (max-width: 767px){
	.home1.feature{
        padding-bottom: 90px;
    }
    .home1.feature .item {
        margin-bottom: 30px;
    }
	
}
@media (max-width: 767px){
.breadcrumb {
    height: auto;
    padding: 100px 0!important;
}
.breadcrumb .title-heading  h2{
font-size:28px;
margin-bottom: 10px;
}
@media(min-width: 320px) and (max-width: 575px){
	.p-120{
        padding: 100px 0;
    }
    .pt-120{
        padding-top: 100px;
    }
    .pb-120{
        padding-bottom: 100px;
    }
    .pb-90{
        padding-bottom: 70px;
    }
	.home1.feature{
        padding-bottom: 70px;
    }
    .home1.feature .item {
        margin-bottom: 30px;
    }
}
