
/********* Hero Section Home Page **************/

#sp-header{
	border-bottom: 1px solid rgba(249, 251, 251, 0.2);
}

.onLoadRotate{
	transform: rotateY(180deg);
}

.heroHomePage{
	background: #222;
	padding: 108px 0 88px;
}

.heroRow{
	align-items: center;
	margin: 0 auto;
}

.heroTitle, .heroTitleMob{
	color: #C3AC6F;
	font-weight: 800;
	font-size: 4rem;
	line-height: 75px;
	margin-bottom: 1rem;
}

.heroTitleMob{
	display: none;
}

.pl0{
	padding-left: 0;
}

.heroSubtitle{
	color: #F9FBFB;
	font-weight: 700;
	font-size: 2rem;
	line-height: 134.19%;
	font-family: 'Roboto', sans-serif !important;
	margin: 0;
}

.flip-container {
	perspective: 1000px;
  -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
	-webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
}

.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 100%;
	height: 215px;
}

.flipper {
	transition: 1s;
	transform-style: preserve-3d;
	position: relative;
}

.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: #222;
	border: 1px solid #C3AC6F;
	padding: 24px 16px;
}

.front {
	z-index: 2;
	transform: rotateY(0deg);
  	-webkit-transform: rotateY(0deg);
  	text-align: center;
}

.back {
	transform: rotateY(180deg);
  	-webkit-transform: rotateY(180deg);
  	padding: 25px 16px;
  	text-align: left;
}

.flipBoxTitleFront{
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #F9FBFB;
	margin-top: 16px;
}

.flipBoxSubtitleBack{
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #F9FBFB;
	margin-bottom: 8px;
}

.flipBoxBackListDiv{
	display: inline-flex;
	align-items: center;
	padding: 4px 0;
	border-bottom: 0.5px solid rgba(249, 251, 251, 0.5);
	width: 100%;
}

.flipBoxBackListTxt{
	margin: 0 0 0 8px;
	color: #F9FBFB;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}

.bb-none{
	border-bottom: none;
}

.mt25{
	margin-top: 25px;
}

.flipBoxListBackRow{
	padding: 0 16px;
}

.flipBoxListBackRow > div{
	padding: 0;
}

.heroBtn{
	display: table;
	margin: 32px auto 0;
	background: #C3AC6F;
	border-radius: 31px;
	padding: 1rem 3.5rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 19px;
	color: #fff;
	border-bottom: none;
	text-align: center;
}

.heroBtn:hover{
	color: #fff;
	background: #b3974a;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}

.heroBtn:focus{
	color: #fff;
}

.boxIconFlip{
	height: 100px;
}

.mobFlipTitle{
	display: none;
}

@media (max-width: 1199px){
	.heroHomePage{
		padding-bottom: 32px;
	}
	.heroBtn.homePage{
		margin-top: 24px;
	}
	.heroTitle, .heroTitleMob{
		font-size: 3rem;
		line-height: 56px;
	}
	.heroSubtitle{
		font-size: 1.5rem;
		line-height: 134.19%;
	}
	.flipBoxTitleFront{
		font-size: 18px;
	}
	.heroImgQ{
		width: 100%;
	}
	.flipBoxRow {
		margin-top: 16px;
	}
	.flipBoxCol{
		visibility: visible !important;
	}
}

@media (max-width: 1025px){
	.flip-container, .front, .back{
		height: 240px;
	}
	.flipBoxTitleFront{
		line-height: 21px;
	}
}

@media (max-width: 991px){
	.heroRow {
		padding-left: 40px;
		margin-bottom: 16px;
	}
	.flipBoxRow {
		padding: 0 48px;
	}
	.heroTitle{
		display: none;
	}
	.heroTitleMob{
		display: block;
	}
	.front{
		padding-top: 35px;
	}
}

@media (max-width: 767px){
	.heroTitleMob{
		font-size: 2.5rem;
	}
	.heroTitleMob, .heroSubtitle{
		text-align: center;
	}
	.heroImgQ{
		display: none;
	}
	.heroRow {
		padding: 0 1rem;
	}
	.heroRow div{
		padding: 0;
	}
	.flipBoxListBackRow{
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.flip-container, .front, .back{
		height: 215px;
	}
	.heroBtn.homePage {
	  	margin-top: 24px;
	}
	.flipBoxRow{
		margin: 0;
	}
	.heroBtnDiv.homePage{
		padding: 0 48px;
	}
	.heroBtn{
		width: 100%;
	}
	.flipBoxCol{
		padding: 8px 0;
		visibility: visible;
	}
	.heroHomePage{
		padding-top: 121px;	
	}
	.desFlipTitle{
		display: none;
	}
	.mobFlipTitle{
		display: block;
		margin-top: 25px;
	}
}

@media (max-width: 575px){
	.heroHomePage{
		padding-top: 91px;	
	}
	.heroTitleMob br{
		display: block;
	}
	.boxIconFlip{
		height: 90px;
	}
}
/********* END Hero Section Home Page **************/

/********* Cards Section Services Page **************/
.cardsSec{
	background: #222;
	padding-top: 132px;
	padding-bottom: 64px;
}

.cardsTitle{
	font-weight: 800;
	font-size: 4rem;
	line-height: 75px;
	text-align: center;
	color: #C3AC6F;
	margin-bottom: 8px;
}

.cardsSubtitle{
	font-weight: 700;
	font-size: 2rem;
	line-height: 38px;
	text-align: center;
	color: #F9FBFB;
	margin-bottom: 48px;
	font-family: 'Roboto', sans-serif !important;
}

.servicesCard{
	background: #C3AC6F;
	border: 3px solid #C3AC6F;
	padding: 32px;
	height: 550px;
	position: relative;
}

.cardsSec .pricing_tables_desc{
	border: none;
	display: grid;
	margin-bottom: 8px;
}

.cardsSec .pricing_tables_wrap > .pricing_tables_desc{
	padding: 0;
	text-align: left;
}

.cardSubtitle{
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #222;
	margin: 24px 0;
}

.cardListDiv{
	display: inline-flex;
	align-items: center;
	margin-bottom: 16px;
}

.cardListTxt{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #222;
	margin: 0 0 0 8px;
}

.qIcoBlackBig{
	position: absolute;
	right: 32px;
	bottom: 32px;
}

.cardTitleImg {
	height: 134px;
}

.mt48{
	margin-top: 48px;
}
@media (max-width: 1199px){
	.cardsSec{
		padding: 109px 0 32px;
	}	
	.heroBtn.servicesPage{
		margin-top: 32px;
	}
	.cardsSubtitle{
		margin-bottom: 32px;
	}
}

@media (max-width: 991px){
	.cardsSec{
		padding-top: 110px;
	}
	.cardCol{
		padding: 8px;
	}
	.servicesCard{
		padding: 16px;
		height: 445px;
	}
	.cardsTitle{
		font-size: 3rem;
		line-height: 56px;
	}
	.cardsSubtitle{
		font-size: 1.5rem;
		margin-bottom: 32px;
		line-height: 28px;
	}
	.cardSubtitle{
		font-size: 18px;
		line-height: 21px;
	}
	.cardTitleImg{
		height: 94px;
		margin: 0 auto;
	}
	.cardListDiv{
		padding-right: 0;
	}
	.qIcoBlackBig{
		width: 30px;
		right: 16px;
		bottom: 16px;
	}
}

@media (max-width: 767px){
	.cardCol{
		padding: 0 48px 16px;
	}
	.cardsSec {
	  	padding-top: 111px;
	}
	.servicesCard{
		height: 430px;
	}
	.heroBtnDiv{
		padding: 0 32px;
	}
	.heroBtn.mt48{
		margin-top: 16px;
		width: 100%;
	}
	br{
		display: none;
	}
}

@media (max-width: 575px){
	.cardsSec {
	  	padding-top: 91px;
	}
	.cardsTitle{
		font-size: 2.5rem;
	}	
}

/********* END Cards Section Services Page **************/

/************* Carousel Home Page *************/

@keyframes myAnimExit {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(0.6);
	}
}

@keyframes myAnimEntrance {
	0% {
		opacity: 0;
		transform: scale(0.6);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.activeCarousel{
	animation: myAnimEntrance 0.5s ease 0s 1 normal forwards;
}

.inactiveCarousel{
	animation: myAnimExit 0.5s ease 0s 1 normal forwards;
}

.hiddenCarousel{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.p0{
	padding: 0;
}

.carousel.slide.pointer-event, .carousel.slide{
	width: 100%;
}

.carousel-control-next, .carousel-control-prev{
	width: 8%;
}

.card{
	border: none;
}

.sp-portfolio-item a .portfolio-hover span.desc{
	font-size: 14px;
}

@media (max-width: 767px) {
	.carousel-inner .carousel-item > div {
		display: none;
	}
	.carousel-inner .carousel-item > div:first-child {
		display: block;
	}
	.carousel-control-next, .carousel-control-prev{
		width: 12%;
	}
}

@media (min-width: 768px) {

	.carousel-inner .carousel-item-end.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(25%);
	}

	.carousel-inner .carousel-item-start.active, 
	.carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
	}
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
	display: flex;
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
	transform: translateX(0);
}

/************* END Carousel Home Page *************/