body {
    font-family: 'Open Sans', sans-serif;
}

main {
    padding-top: 94px;
}

@media (max-width: 991px) {
    main {
        padding-top: 142px;
    }
}

.w-72 {
    width: 18rem;
}

.h-72 {
    height: 18rem;
}

@media (min-width: 1025px) {
    .carousel .carousel-item {
        height: 400px;
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    .navbar-light .navbar-toggler {
        margin-top: 1rem;
    }
}

/* Animation delays */
.animation-delay div[class*="col-"]:first-child {
    animation-delay: 1s;
}

.animation-delay div[class*="col-"]:nth-child(2) {
    animation-delay: 2s;
}

.animation-delay div[class*="col-"]:nth-child(3) {
    animation-delay: 3s;
}

.bg-light-blue {
    background-color: #fdfeff !important;
}

.company-name,
.company-name:hover {
    color: #0f2982;
}

.dropdown-toggle::after {
    transition: transform 0.15s linear;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-menu-center {
    transform: translate(-50%, 0);
}

.dropdown-submenu {
    position: relative;
}

@media (max-width: 991px) {
    .dropdown-toggle::after {
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .navbar-nav .dropdown-menu {
        background-color: transparent;
        border: none;
        padding: 0;
    }
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.productList {
    overflow: hidden;
}

.productList,
.productList .item {
    height: 439px;
}

.productList .item {
    padding: 40px 0 90px;
    text-align: center;
    position: relative;
}

.productList .item .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 9px;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #1e73be none repeat scroll 0 0;
    opacity: 0.89;
    filter: alpha(opacity=89);
    -khtml-opacity: 0.89;
}

.productList .item:hover .overlay {
    height: 100%;
}

.productList .item .overlay .inner {
    padding: 25px;
}

/*.productList .owl-item:nth-child(1) .item .overlay,
.productList .owl-item:nth-child(11) .item .overlay,
.productList .owl-item:nth-child(16) .item .overlay,
.productList .owl-item:nth-child(21) .item .overlay,
.productList .owl-item:nth-child(6) .item .overlay {
    background: rgba(123, 226, 244, 0.89);
}
.productList .owl-item:nth-child(12) .item .overlay,
.productList .owl-item:nth-child(17) .item .overlay,
.productList .owl-item:nth-child(2) .item .overlay,
.productList .owl-item:nth-child(22) .item .overlay,
.productList .owl-item:nth-child(7) .item .overlay {
    background: rgba(249, 178, 52, 0.89);
}
.productList .owl-item:nth-child(13) .item .overlay,
.productList .owl-item:nth-child(18) .item .overlay,
.productList .owl-item:nth-child(23) .item .overlay,
.productList .owl-item:nth-child(3) .item .overlay,
.productList .owl-item:nth-child(8) .item .overlay {
    background: rgba(17, 160, 154, 0.89);
}
.productList .owl-item:nth-child(14) .item .overlay,
.productList .owl-item:nth-child(19) .item .overlay,
.productList .owl-item:nth-child(24) .item .overlay,
.productList .owl-item:nth-child(4) .item .overlay,
.productList .owl-item:nth-child(9) .item .overlay {
    background: rgba(163, 24, 91, 0.89);
}
.productList .owl-item:nth-child(10) .item .overlay,
.productList .owl-item:nth-child(15) .item .overlay,
.productList .owl-item:nth-child(20) .item .overlay,
.productList .owl-item:nth-child(25) .item .overlay,
.productList .owl-item:nth-child(5) .item .overlay {
    background: rgba(15, 113, 184, 0.89);
}*/
.productList .item h3 {
    font-size: 20px;
    color: #fff;
    margin: 10px 0;
    height: 42px;
    overflow: hidden;
}

.productList .item p {
    color: #fff;
    margin-bottom: 20px;
    line-height: 30px;
    padding: 0;
    height: 270px;
    overflow: hidden;
}

.productList .item .readMore {
    background: url("../img/readmore-arrow.png") no-repeat;
    display: inline-block;
    text-indent: -9999px;
    height: 44px;
    width: 44px;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.productList .item .readMore:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.productList h2 {
    color: #0f0e0e;
    font-size: 21px;
    padding: 0 15px;
    margin-bottom: 30px;
}

.aboutFC h2,
.boxLarge h2,
.boxSmall h2,
.certification h2,
.innerBanner .overlay p,
.ourCoreBusiness p {
    font-family: lane_-_narrowregular;
}

.productList .img-box {
    text-align: center;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
    line-height: 260px;
    height: 260px;
}

.productList .img-box img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    width: auto;
}

.productList .owl-next,
.productList .owl-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -15px;
    background: url("../img/slider-arrow.png") no-repeat rgba(79, 79, 79, 0.6) !important;
    display: inline-block;
    text-indent: -9999px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}

.productList .owl-next:hover,
.productList .owl-prev:hover {
    background: url("../img/slider-arrow.png") no-repeat rgba(79, 79, 79, 1) !important;
}

.productList .owl-next:hover {
    background-position: -40px 0 !important;
}

.productList .owl-prev {
    left: 0 !important;
    background-position: 0 0 !important;
}

.productList .owl-next {
    right: 0 !important;
    background-position: -40px 0 !important;
}

.productList .owl-nav {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}

.productList:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.goog-te-gadget img {
    display: inline-block;
}

.banner {
    height: 400px;
    background: url("../img/banner.png") no-repeat center bottom/cover;
}

.card-img-top {
    height: 140px;
    overflow: hidden;
}

.contact {
    background-color: #f5f4f0;
    color: #666666;
    background-image: url(../img/contact-banner.jpg);
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 992px) {
    .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-brand {
        display: block;
        margin-right: 0;
        width: 100%;
    }

    .navbar-toggler {
        width: 100%;
        margin-top: 2rem;
        display: flex;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .navbar-toggler:focus {
        outline: none;
    }
}

/* footer style */

.light-social-icons [class^="social-icon"],
.light-social-icons [class*=" social-icon"] {
    background-position: left bottom;
    opacity: 0.5;
}

.light-social-icons [class^="social-icon"]:hover,
.light-social-icons [class*=" social-icon"]:hover {
    opacity: 1;
    -webkit-animation: toRightFromLeft 0.3s;
    -moz-animation: toRightFromLeft 0.3s;
    animation: toRightFromLeft 0.3s;
}

.footer-social-icons [class^="social-icon"],
.footer-social-icons [class*=" social-icon"] {
    margin: 0 0 0.5em 0.5em;
}

[class^="social-icon"],
[class*=" social-icon"] {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-position: 0 0;
    margin: 0 0.5em 0.5em 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 20px;
    opacity: 0.35;
}

.social-icon-facebook {
    background-image: url("../img/social/facebook.png");
}

.social-icon-linkedin {
    background-image: url("../img/social/linkedin.png");
}

.social-icon-twitter {
    background-image: url("../img/social/twitter.png");
}

.social-icon-youtube {
    background-image: url("../img/social/youtube.png");
}

.social-icon-facebook:hover {
    background-color: #3b5998 !important;
}

.social-icon-linkedin:hover {
    background-color: #71b2d0 !important;
}

.social-icon-twitter:hover {
    background-color: #48c4d2 !important;
}

.social-icon-youtube:hover {
    background-color: #f45750 !important;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}