@media (min-width: 992px) {
    .custom-col-md-2 {
        width: 20% !important;
    }
    .custom-col-md-3 {
        width: 25% !important;
    }
    .custom-col-md-1 {
        width: 10% !important;
    }
}
@media (min-width: 1200px) {
    .custom-col-lg-2 {
        width: 20% !important;
    }
    .custom-col-lg-3 {
        width: 25% !important;
    }
    .custom-col-lg-1 {
        width: 10% !important;
    }
}

/* Full Screen Shadow */
.container-home .bg-shadow {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #fafafa;
    overflow: hidden;
}

/* Main Content */
.container-home .main {
    width: 40%;
}

.container-home .main-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
	width: 40%;
}

.container-home .main-content .text-box {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	width: 100%;
}
@media(max-width: 992px) {
	.container-home .main-content .text-box {
		margin-top: -10px;
	}
}
@media(min-width: 992px) {
	.container-home .main-content .text-box {
		margin-top: 20px;
	}
}

.container-home .text-box img {
	display: block;
    margin: 0 auto;
    width: 65%;
    -webkit-animation-name: enlarge;
    -webkit-animation-duration: 1s;
    animation-name: enlarge;
    animation-duration: 1s;
}

.container-home .main-content .text-box p {
	margin-top: 2px;
    text-align: center;
    color: black;
    font-size: 20px;
    visibility: hidden;
    -webkit-animation-name: delayed-btn;
    -webkit-animation-duration: 1s;
    animation-name: delayed-btn;
    animation-duration: 1s;
    animation-delay: 0.9s;
    font-family: 'Source Sans Pro', sans-serif;
}

@media(min-width: 992px) and (max-width: 1095px) {
	.container-home .main-content .text-box {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -10%);
	}
}

@media (min-width: 780px) and (max-width: 992px) {
	.container-home .main-content p {
		font-size: 16px !important;
	}
}
@media (max-width: 780px) {
	.container-home .main-content p {
		font-size: 11px !important;
	}
}

/* .container-home .btn-products {
    visibility: hidden;
    color: rgb(255, 255, 255);
    background-color: #feca45;
    border-radius: 20px;
    font-size: 25px;
    height: 55px;
    width: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    -webkit-animation-name: delayed-btn;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 1.9s;
    animation-name: delayed-btn;
    animation-duration: 1s;
    animation-delay: 1.9s;
}
.btn-products:focus {
    outline: 0 !important;
}

.btn-products .fa {
    position: absolute;
    top: 8px;
    left: 11px;
    -webkit-animation-name: scrolling;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-duration: 0.8s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}
.btn-products:focus {
    outline: 0;
} */
/* Hiding scroll btn for large screen */
/* @media (max-width: 991px) {
	#scrollBtn {
		display: block !important;
	}
} */

/* Animation effect for 'request for demo now' */
.demoReqClass {
    visibility: visible !important;

	-webkit-animation-name: enlarge;
    -webkit-animation-duration: 1s;
    animation-name: enlarge;
    animation-duration: 0.6s;
}
/* ----------------------------------------------------------- */

.product-icons .img1 {
    position: absolute;
    bottom: -5px;
    right: 450px;
    height: 220px;
    transform: rotate(-55deg);
    -webkit-animation-name: rotate-bottom;
    -webkit-animation-duration: 1s;
    animation-name: rotate-bottom;
    animation-duration: 1s;
}

.product-icons .img2 {
    position: absolute;
    top: 110px;
    left: 20px;
    height: 220px;
    transform: rotate(-13deg);
    -webkit-animation-name: rotate-left-top;
    -webkit-animation-duration: 1s;
    animation-name: rotate-left-top;
    animation-duration: 1s;
}

.product-icons .img3 {
    position: absolute;
    bottom: -180px;
    right: -180px;
    height: 350px;
    transform: rotate(25deg);
    -webkit-animation-name: rotate-right-bottom;
    -webkit-animation-duration: 1s;
    animation-name: rotate-right-bottom;
    animation-duration: 1s;
}

.product-icons .img4 {
    position: absolute;
    bottom: 35px;
    right: 180px;
    height: 290px;
    transform: rotate(25deg);
    -webkit-animation-name: rotate-right-bottom;
    -webkit-animation-duration: 1.5s;
    animation-name: rotate-right-bottom;
    animation-duration: 1.5s;
}

.product-icons .img5 {
    position: absolute;
    bottom: -185px;
    left: 30px;
    height: 400px;
    transform: rotate(-25deg);
    -webkit-animation-name: rotate-left-bottom;
    -webkit-animation-duration: 1s;
    animation-name: rotate-left-bottom;
    animation-duration: 1s;
}

.product-icons .img7 {
    position: absolute;
    bottom: 15px;
    left: 250px;
    height: 180px;
    transform: rotate(-25deg);
    -webkit-animation-name: rotate-left-bottom;
    -webkit-animation-duration: 1.6s;
    animation-name: rotate-left-bottom;
    animation-duration: 1.6s;
}

.product-icons .img8 {
    position: absolute;
    top: 50px;
    right: -30px;
    height: 300px;
    transform: rotate(235deg);
    -webkit-animation-name: rotate-right-top;
    -webkit-animation-duration: 1s;
    animation-name: rotate-right-top;
    animation-duration: 1s;
}

.product-icons .img9 {
    position: absolute;
    top: -40px;
    right: 500px;
    height: 225px;
    transform: rotate(0deg);
    -webkit-animation-name: rotate-top;
    -webkit-animation-duration: 1s;
    animation-name: rotate-top;
    animation-duration: 1s;
}

.product-icons .img10 {
    position: absolute;
    top: 285px;
    left: 120px;
    height: 105px;
    transform: rotate(20deg);
    -webkit-animation-name: rotate-left;
    -webkit-animation-duration: 1.6s;
    animation-name: rotate-left;
    animation-duration: 1.6s;
}

/* ----------- Seal UI ---------- */
.clr-seal-green {
    color: #3AB54A !important;
}
.clr-seal-black {
    color: #39414E !important;
}
.clr-black {
    color: #000;
}
.text-bold {
    font-weight: bold;
}
@media(min-width:767px) {
    .vertical-center {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex; 
        align-items: center;
    }
}
.home-seal-heading {
    font-size: 26px;
    margin: 0 0 10px 0;
    font-weight: bold !important;
}
@media (max-width:767px) {
    .home-seal-heading {
        font-size: 24px;
    }
    .seal-content-main {
        text-align: center;
    }
}
.home-seal-desc {
    line-height:21px;
    font-size: 15px;
}
.btn-seal-knowmore {
    color: #252525 !important;
    border: 1px solid #3AB54A !important;
    text-shadow: none;
    transition: 0.2s;
}
.btn-seal-knowmore:hover, .btn-seal-knowmore:hover .fa-seal-btn {
    background-color: #3AB54A;
    color: #fff !important;
}
.btn-casestudy, .btn-casestudy:visited {
    border: 1px solid #3AB54A;
    background: #3AB54A;
    color: #fff;
    margin: 0 6px;
    transition: 0.5s;
}
.btn-casestudy:hover {
    background: #fff;
    color: #000;
}
/* ------------------------------ */

@media (max-width: 992px) {
	.product-icons .img2 {
		height: 140px;
		top: 55px;
		left: -40px;
	}
	.product-icons .img3 {
		height: 200px;
		bottom: 80px;
		right: -120px;
	}
	.product-icons .img4 {
		height: 145px;
		bottom: 125px;
		right: 105px;
	}
	.product-icons .img5 {
		height: 200px;
		bottom: 75px;
		left: -10px;
	}
	.product-icons .img6 {
		height: 140px;
	}
	.product-icons .img7 {
		height: 140px;
		bottom: 75px;
		left: 120px;
	}
	.product-icons .img8 {
		height: 150px;
	}
	.product-icons .img10 {
		height: 52px;
		top: 180px;
		left: 30px;
	}
}


@keyframes rotate-top {
    from {
        margin: -500px 0 0 0;
        transform: rotate(200deg);
    }
    to {
        margin: 0;
        transform: rotate(0deg);
    }
}
@-webkit-keyframes rotate-top {
    from {
        margin: -500px 0 0 0;
        transform: rotate(200deg);
    }
    to {
        margin: 0;
        transform: rotate(0deg);
    }
}

@keyframes rotate-bottom {
    from {
        margin: 0 0 -500px 0;
        transform: rotate(200deg);
    }
    to {
        margin: 0;
        transform: rotate(-55deg);
    }
}
@-webkit-keyframes rotate-bottom {
    from {
        margin: 0 0 -500px 0;
        transform: rotate(200deg);
    }
    to {
        margin: 0;
        transform: rotate(-55deg);
    }
}

@keyframes rotate-left {
    from {
        margin: 0 0 0 -500px;
        transform: rotate(200deg);
    }
    to {
        margin: 0;
        transform: rotate(20deg);
    }
}
@-webkit-keyframes rotate-left {
    from {
        margin: 0 0 0 -500px;
        transform: rotate(200deg);
    }
    to {
        margin: 0;
        transform: rotate(20deg);
    }
}

@keyframes rotate-left-top {
    from {
        margin: -500px 0 0 -500px;
        transform: rotate(200deg);
    }
    to {
        margin: 0;
        transform: rotate(-13deg);
    }
}
@-webkit-keyframes rotate-left-top {
    from {
        margin: -500px 0 0 -500px;
        transform: rotate(200deg);
    }
    to {
        margin: 0;
        transform: rotate(-13deg);
    }
}

@keyframes rotate-left-bottom {
    from {
        margin: 0 0 -500px -500px;
        transform: rotate(270deg);
    }
    to {
        margin: 0;
        transform: rotate(-25deg);
    }
}
@-webkit-keyframes rotate-left-bottom {
    from {
        margin: 0 0 -500px -500px;
        transform: rotate(270deg);
    }
    to {
        margin: 0;
        transform: rotate(-25deg);
    }
}

@keyframes rotate-right-top {
    from {
        margin: -500px -500px 0 0;
        transform: rotate(400deg);
    }
    to {
        margin: 0;
        transform: rotate(235deg);
    }
}
@-webkit-keyframes rotate-right-top {
    from {
        margin: -500px -500px 0 0;
        transform: rotate(400deg);
    }
    to {
        margin: 0;
        transform: rotate(235deg);
    }
}

@keyframes rotate-right-bottom {
    from {
        margin: 0 -500px -500px 0;
        transform: rotate(200deg);
    }
    to {
        margin: 0;
        transform: rotate(25deg);
    }
}
@-webkit-keyframes rotate-right-bottom {
    from {
        margin: 0 -500px -500px 0;
        transform: rotate(200deg);
    }
    to {
        margin: 0;
        transform: rotate(25deg);
    }
}

/*Enlarging Animations */
@keyframes enlarge {
    from {
        transform: scale(0.1, 0.1);
    }
    to {
        transform: scale(1, 1);
    }
}
@-webkit-keyframes enlarge {
    from {
        transform: scale(0.1, 0.1);
    }
    to {
        transform: scale(1, 1);
    }
}

/* Moving Animation */
@keyframes scrolling {
    from {
        margin-top: 0;
    }
    to {
        margin-top: 14px;
    }
}
@-webkit-keyframes scrolling {
    from {
        margin-top: 0;
    }
    to {
        margin-top: 14px;
    }
}

/* Delaying Animation */
@keyframes delayed-btn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes delayed-btn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
