* {
	font-family: 'Arial', sans-serif;
	margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
	background: #ffffff;
    padding-top: 30px;
	min-height: 100vh;
    align-items: center;
    justify-content: center;
}
.ccx-border-bottom {
	border-bottom: 3px solid #ffad00;
}
.ccx-border-card {
	border-bottom: 3px solid #ffad00;
}
h1 {
    font-weight: bold;
    color: #000000;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #ffad00;
}

.section-padding {
	padding: 100px 0;
 }
.navbar-ccx {
	opacity: 1 !important;
	z-index: 99 !important;
	background-color: #fff !important;
}
.navbar .getstarted {
	background: #106eea;
	margin-left: 30px;
	border-radius: 4px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	padding: .5rem 1rem;
	line-height: 2.3;
}
.navbar-nav a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
.navbar-light .navbar-brand {
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #000;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #000;
}
.w-100 {
	height: 60vh;
}
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: #ffffff;
}
.portfolio .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.services .box {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.news .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.team .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.services .card-body i {
	font-size: 50px;
}
.team .card-body i {
	font-size: 20px;
}

        .flex-container {
            display: flex;
            flex-direction: column;
            height: 100vh;
            width: 100%;
        }

        .slogan {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100vh;
            background-image: url('/img/tunnel.jpg');
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            color: transparent;
            overflow: hidden;
            background-clip: text;
            text-align: center;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 8em;
            font-weight: bold;
            -webkit-text-stroke: 1px rgba(33, 23, 23, 0.1);
            text-shadow: none;

        }

        .bg-div {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100vh;
            background-image: url('/img/tunnel.jpg');
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            opacity: 0.2;
            filter: blur(3px);
        }




.container{
    transform-style: preserve-3d;
}

.container .box{
    position: relative;
    width: 300px;
    height: 400px;
    margin: 40px;
    transform-style: preserve-3d;
    perspective: 1000px;
    cursor: pointer;
}

.container .box .body{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.9s ease;
}



.container .box .body .imgContainer{
    position: absolute;
	background-color: #ffffff;
	border:1px solid #ffad00;
	justify-content: center; 
	align-items: center; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.container .box .body .imgContainer img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container .box .body .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

.container .box:hover .body{
    transform: rotateY(180deg);
}

.container .box .body .content div{
    transform-style: preserve-3d;
    padding: 20px;
    background: linear-gradient(45deg, #FE0061,#FFEB3B);
    transform: translateZ(1px);
}

.container .box .body .content div h3{
    letter-spacing: 1px;
}



.container .card
{
    max-width: 400px;
    height: 250px;
    margin: 30px 10px;
	padding: 20px 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    transition: 0.3s ease-in-out;
	border-color: #ffad00;
	border-width: 2px;
}
.container .card:hover
{
    height: 550px;
}
.container .card .imgContainer
{
    position: relative;
    max-width:350px;
    height:250px;
    top:-5px;
    left:0px;
    z-index: 1;
}
.container .card .imgContainer img
{
    max-width: 100%;
    border-radius: 4px;
}
.container .card .content
{
    position: relative;
    margin-top: -140px;
    padding: 10px 15px;
    text-align: center;
    color:#111;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
}
.container .card:hover .content
{
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    transition-delay: 0.3s;
}

@media (max-width: 330px){
    .container .card .imgContainer{
        left: -2px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		bottom: 370px;
	}
	.carousel-caption p {
		width: 100%;
	}
	.card {
		margin-bottom: 30px;
	}
	.img-area img {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center;
	}
	.carousel-caption {
		bottom: 125px;
	}
	.carousel-caption h5 {
		font-size: 17px;
	}
	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
	.carousel-caption p {
		width: 100%;
		line-height: 1.6;
		font-size: 12px;
	}
	.about-text {
		padding-top: 50px;
	}
	.card {
		margin-bottom: 30px;
	}
}


@media (min-width: 992px) {
    news {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
news .section-title {
    padding-bottom: 15px;
}
news .media {
    margin-top: 50px;
}
@media (min-width: 768px) {
    news .media {
        margin-top: 30px;
    }
}
.bg-sand {
    background-color: #f5f5f6;
}
.media.blog-media {
    margin-top: 10px;
    position: relative;
    display: flex;
}
@media (min-width: 992px) {
    .media.blog-media {
        display: table;
    }
}
.media.blog-media .circle {
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.356);
    white-space: nowrap;
    position: absolute;
    padding: 0;
    top: 15px;
    left: 15px;
    text-align: center;
    box-shadow: none;
    transform: translateX(0);
    color: #fff;
    transition: background-color 0.3s ease;
    border-radius: 4px;
}
.media.blog-media .circle .day {
    color: #929292;
    transition: color 0.25s ease;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    margin-top: 12px;
}
.media.blog-media .circle .month {
    text-transform: uppercase;
    color: #929292;
    font-size: 14px;
    font-weight: 600;
}
.media.blog-media .news {
	background-color: #ffad00;
	position: relative;
    display: block;
	width: 100px;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
    border-radius: 4px;
}

.media.blog-media .knowhow {
	background-color: #ffad00;
	position: relative;
    display: block;
	width: 100px;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
    border-radius: 4px;
}



/*.media.blog-media > a {
    position: relative;
    display: block;
} */
/* @media (min-width: 992px) {
    .media.blog-media > a {
        display: table-cell;
        vertical-align: top;
        min-width: 200px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media > a {
        min-width: 230px;
    }
}
.media.blog-media > a:before {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s;
    background: rgba(12, 198, 82, 0.7);
}
.media.blog-media > a img {
    width: 100%;
}
.media.blog-media:hover > a:before {
    opacity: 1;
    transform: scale(1);
} */
/* .media.blog-media:hover .circle {
    background-color: rgba(255, 255, 255, 0.9);
}
.media.blog-media:hover .circle .day,
.media.blog-media:hover .circle .month {
    color: #222;
} */
/* .media.blog-media:hover .media-body h5 {
    color: #0cc652;
} */
/* .media.blog-media:hover .media-body a.post-link {
    color: #0cc652;
    text-decoration: underline;
} */
.media.blog-media .media-body {
    border: 1px solid #efeff3;
    padding: 30px 30px 10px;
    font-size: 14px;
    border-top: none;
    border-radius: 4px;
    flex: 1;
}
@media (min-width: 992px) {
    .media.blog-media .media-body {
        padding: 15px 20px 10px;
        border-top: 1px solid #efeff3;
        border-left: none;
        display: table-cell;
        vertical-align: top;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body {
        padding: 30px 20px 10px;
    }
}
.media.blog-media .media-body h5 {
    transition: color 0.3s ease;
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .media.blog-media .media-body h5 {
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body h5 {
        margin-bottom: 15px;
        font-size: 18px;
    }
}
.media.blog-media .media-body a.post-link {
    display: block;
    color: #222;
    font-size: 11px;
    padding: 23px 0;
    text-transform: uppercase;
    font-weight: 400;
}
@media (min-width: 992px) {
    .media.blog-media .media-body a.post-link {
        padding: 7px 0;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body a.post-link {
        padding: 23px 0;
    }
}
.media.blog-media .media-body ul {
    position: relative;
    padding: 10px 0 0;
}
.media.blog-media .media-body ul li {
    display: inline-block;
    width: 49%;
    position: relative;
}
.media.blog-media .media-body ul li:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 1px;
    height: 14px;
    background: #eeeef2;
}
.media.blog-media .media-body ul li:first-child:before {
    visibility: hidden;
}
.media.blog-media .media-body ul:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eeeef2;
}

.sphere {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  /*background: radial-gradient(circle, white, #d3d3d3, #b3b3b3);*/
  border: 1px solid #ffad00;
  /* background: radial-gradient(farthest-corner at 40px 40px, white, #ffad00, #ffad00); */
  background: radial-gradient(circle at 20% 20%, white 2px, #ffc955, #ffad00);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}