/*-----------------------------------------------------------------------------------
Template Name: New HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Themectg
Author URI: http://www.themectg.com
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
3. Helper-class
4. Button-style
5. Mainmenu-area
6. Section-Background
7. Header-style
8. Headline-style
9. Skills-area
10. Service-area
11. Work-area
12. Team-area
13. Bar-effect-css
14. Masp style
15. Form-style
16. Scroll-To-Top-Button
17. Preloader-css
-----------------------------------------------------------------------------------*/


/*-----------------
1. Google font
------------------*/


/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');*/

@font-face {
    font-family: "Gustanlp-Light";
    src: url("fonts/fonts/Rubik/Rubik-Regular.ttf");
    /*src: url("fonts/fonts/Roboto/Roboto-Regular.ttf");*/
    /*src: url("fonts/fonts/Gustan-Light.otf");*/
}


/*@font-face {*/


/*font-family: "Gustanlp-Medium";*/


/*src: url("fonts/fonts/Gustan-Medium.otf");*/


/*}*/

@font-face {
    font-family: "Gustanlp-bold";
    src: url("fonts/fonts/Rubik/Rubik-Medium.ttf");
    /*src: url("fonts/fonts/Roboto/Roboto-Medium.ttf");*/
    /*src: url("fonts/fonts/Gustan-Bold.otf");*/
}

@font-face {
    font-family: "roboto-black";
    src: url("fonts/fonts/Rubik/Rubik-Black.ttf");
    /*src: url("fonts/fonts/Roboto/Roboto-Black.ttf");*/
    /*src: url("fonts/fonts/Gustan-Bold.otf");*/
}


/*-------------------
2. Theme Default CSS
--------------------*/

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #000000;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

html,
body {
    height: 100%;
}

body {
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Gustanlp-Light', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    /*color: #515656;*/
    color: #000;
    overflow-x: hidden;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/**
*Helper-Classes
**/

.full-height {
    width: 100%;
    height: 100vh;
}

.relative {
    position: relative;
}

.blog-publisher-block {
    background: #2E2E2E;
    color: #BBBBBB;
    border-radius: 5px;
    width: 75%;
    margin: 10% auto;
    padding: 30px 35px;
    text-align: center
}

.fixed,
.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fixed {
    position: fixed;
}

.m-t-10 {
    margin-top: 10px;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row {
    padding: 0px !important;
}

.section-padding {
    /*padding: 120px 0;*/
    padding: 115px 0px 30px 0px;
}

.social-menu {
    list-style: none;
    margin: 0;
    /*padding: 10px;*/
    padding: 5px;
}

.social-menu li {
    display: inline-block;
    margin: 0 3px;
}

.privacy-policy:hover {
    /*text-decoration: underline;*/
}

.privacy-policy-container {
    padding: 85px 20px 30px;
}


/*.social-menu li a {*/


/*display: block;*/


/*width: 36px;*/


/*height: 36px;*/


/*text-align: center;*/


/*line-height: 2.5em;*/


/*background-color: #ffffff;*/


/*color: #138fc2;*/


/*border-radius: 100px;*/


/*-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);*/


/*box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);*/


/*font-size: 15px;*/


/*}*/

.social-menu li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2.5em;
    background-color: #ffffff;
    color: #138fc2;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    font-size: 13px;
}

.social-menu li a:hover {
    background-color: #138fc2;
    color: #ffffff;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
}


/**
*Default Background Class
**/

.overlay:before,
.sky-bg {
    /*background: #75cbe7;*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));*/
    /*background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);*/
    /*color: #ffffff;*/
    /*Old*/
    /*background: #ffd94a;*/
    /*color: #53565a;*/
    /*New*/
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: linear-gradient(to bottom, transparent 0%, transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='transparent', GradientType=0);
    background: #22264b;
    color: #e8e0e0 !important;
}

.gray-bg {
    background-color: #f2fefe;
}


/**
*Default Button
**/

.button {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    color: #ffffff;
    background-color: #2f60c3;
    /*background-color: #329c89;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
}

.button.white,
.button:hover {
    background-color: #ffffff;
    color: #138fc2;
}

.button.white:hover {
    background-color: #2f60c3;
    color: #ffffff;
}

.button i {
    margin-left: 5px;
}


/**
*Page title
**/

.page-title {
    /*margin-bottom: 60px;*/
    margin-bottom: 20px;
}

.page-title h2 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: 'Gustanlp-bold', sans-serif;
}

.page-title h2:after {
    content: "\e675";
    font-family: 'themify';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 15px;
    height: 15px;
    font-size: 14px;
}


/**
*Box-style
**/

.box {
    /*padding: 50px 30px;*/
    padding: 15px;
    text-align: center;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box:hover {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.box h4 {
    text-transform: uppercase;
}

.box .box-icon {
    /*height: 160px;*/
    height: 120px;
    margin-bottom: 15px;
}

.box .box-icon img {
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*width: 170px;*/
    width: 110px;
}

.box:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.lh-22 {
    line-height: 22px;
}


/**
*Mainmenu-area
**/

.mainmenu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*background: #14203b;*/
    backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%) brightness(67%);
    background: #000;
    min-height: 70px;
    max-height: 70px;
}

.overlay,
.overlay a,
.mainmenu-area a {
    color: #ffffff;
}

.mainmenu-area .logo {
    text-transform: uppercase;
    letter-spacing: 2px;
    height: inherit;
    /*margin-top: 8px;*/
    padding-left: 0;
}

.mainmenu-area .logo h2 {
    margin-bottom: 0;
}

.mainmenu-area #primary-menu>ul>li>a {
    background: none;
    padding: 22px 15px 25px;
    position: relative;
    border-top: 3px solid transparent;
    text-align: center;
}

.mainmenu-area #primary-menu>ul>li>a:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #ffffff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area #primary-menu>ul>li>a:hover:before,
.mainmenu-area #primary-menu>ul>li.active>a:before {
    opacity: 1;
    top: 0;
}

.mainmenu-area #primary-menu ul li.active a,
.mainmenu-area #primary-menu ul li a:hover {
    border-top: 3px solid #ffffff;
}

.mainmenu-area.affix {
    /*background-color: #138fc2;*/
    /*background-color: #0000004d;*/
    /*background-color: #8f3ba563;*/
    background-color: #02263354;
    transition: all 1s linear;
}


/**
*Header-area
**/


/*.client-area,*/


/*.header-area {*/


/*background: #000000 url('images/parallax-2.jpg') no-repeat scroll center center / cover;*/


/*}*/


/*.anlge-bg {*/


/*!*background: url('images/angle-bg.png') no-repeat scroll center bottom -120px / 100% auto;*!*/


/*background: url('images/main-background.gif') no-repeat scroll center bottom -120px / 100% auto;*/


/*}*/

.ailens-bg {
    /*background: url('images/angle-bg.png') no-repeat scroll center bottom -120px / 100% auto;*/
    background: url('images/ailens_bg.PNG') no-repeat scroll center bottom -120px / 100% auto;
}

.overlay {
    position: relative;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8
}

.header-text h2 {
    margin-bottom: 20px;
    font-size: 40px;
}

.header-text .button {
    margin-top: 30px;
}

.screen-slider .item {
    /*background: url('images/mobile2.png') no-repeat scroll center center / auto 100%;*/
    padding: 56px 22px;
    display: inline-block;
    margin: auto;
}

.screen-slider.owl-carousel .owl-item {
    text-align: center
}

.screen-slider .owl-controls {
    position: absolute;
    left: 0;
    top: 100%;
}

.screen-slider .owl-controls .owl-nav>div {
    display: inline-block;
    margin: 0 15px;
    font-size: 20px;
    text-align: center;
    position: relative;
}

.screen-slider .owl-controls .owl-nav {
    position: relative;
    margin-top: 0;
}

.screen-slider .owl-controls .owl-nav:after {
    content: "/";
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}


/**
*Caption-slider
**/

.caption-slider .carousel-indicators {
    position: static;
    margin: 30px auto 0 auto;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.caption-slider .carousel-indicators li {
    float: left;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 5px;
    cursor: pointer;
    position: relative;
    list-style: none;
    color: #aba5a5;
}

.caption-slider .carousel-indicators li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    opacity: 0;
}

.caption-slider .carousel-indicators li.active:before {
    opacity: 1;
}

.caption-slider .carousel-indicators li strong {
    display: block;
}

.caption-slider h2 {
    margin-bottom: 20px;
    font-size: 40px;
}

.caption-slider .button {
    margin-top: 30px;
}

.caption-slider .caption-photo {
    display: inline-block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1)
}

.caption-slider .caption-photo.two {
    margin-top: 60px;
}

.caption-slider .caption-title {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.caption-slider .caption-desc {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.caption-slider .caption-button {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.caption-slider .caption-photo.one {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.caption-slider .caption-photo.two {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}


/***
*Team-Section
***/

.single-team {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    color: #515656;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.single-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-team .team-photo {
    margin-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
}

.single-team .team-photo img {
    /*-webkit-transform: scale(1);*/
    /*transform: scale(1);*/
    /*-webkit-transition: 0.3s;*/
    transition: 0.3s;
    /*border-radius: 50%;*/
}

.single-team:hover .team-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-team h4 {
    text-transform: uppercase;
}

.single-team h6 {
    margin-bottom: 20px;
}

.single-team .social-menu {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    padding: 23px 10px;
    background-color: #ffffff;
}

.single-team:hover .social-menu {
    bottom: 0;
}


/***
*Testimonial-Page
***/

.testimonial-area {
    /*background: url('images/about_us_bg.jpg') no-repeat scroll center center / cover;*/
    background: url('images/products_bg1_min.jpg') no-repeat scroll center center / cover;
    position: relative;
    color: #ffffff;
}

.bg-area {
    background: url('images/carousel/renewclientlogo/mlens.jpg') no-repeat scroll center center / cover;
    position: relative;
    color: #ffffff;
    height: 600px;
}

.testimonial-area:before {
    opacity: 0.9;
}

.bg-area:before {
    opacity: 0.5;
}

.client-testimonial-area {
    background: url('images/testimonials/banner_bg.jpg') no-repeat scroll center center / cover;
    position: relative;
    color: #ffffff;
}

.client-testimonial-area:before {
    opacity: 0.9
}

.testimonial {
    text-align: center;
}

.testimonial .testimonial-photo {
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 30px;
    border-radius: 50%;
    -webkit-box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, 0.5);
    box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, 0.5);
    position: relative;
}

.testimonial .testimonial-photo:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
}

.testimonials.owl-carousel .owl-controls .owl-nav {
    text-align: center;
}


/***
*Price-area
***/

.price-area {
    background: url('images/parallax-6.jpg') no-repeat scroll center center / cover
}

.price-table h3 {
    margin-bottom: 30px;
}

.price-table {
    padding: 50px 40px;
    border-radius: 2px;
    text-align: center;
    background-color: #ffffff;
    color: #515656;
    position: relative;
    margin-top: 20px
}

.price-table.active {
    padding: 70px 40px;
    margin-top: 0
}

.price-table ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.price-table ul li {
    padding: 5px 0;
}

.price-table .price-info {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #55A2BE;
    color: #ffffff;
    border-radius: 0 0 50% 50%;
    padding-bottom: 5px;
}


/**
*Accordion
**/

#accordion .panel {
    background: none;
}

#accordion .panel .panel-title {
    padding: 30px 0 30px 60px;
    position: relative;
}

#accordion .panel .panel-collapse {
    padding-left: 60px;
}

#accordion .panel .panel-title a span:after,
#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 36px;
    height: 36px;
    background: #2f60c3;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span:after {
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

#accordion .panel .panel-title a span:before {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg)
}

#accordion .panel .panel-title a[aria-expanded="true"] span:before {
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg)
}


/****
*Blog-area
*****/

.single-blog {
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.single-blog img {
    width: 100%;
}

.single-blog h3 {
    font-size: 18px;
}

.single-blog .blog-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.single-blog .blog-meta li {
    display: inline-block;
    margin-right: 15px;
}

.single-blog .blog-meta li span {
    margin-right: 5px;
}

.single-blog .blog-content {
    padding: 40px 20px;
    background-color: #ffffff
}


/***
*Footer-area
***/

.footer-area {
    padding-top: 120px;
    z-index: 1;
}

.footer-bg {
    /*background: url('images/angle-bg.png') no-repeat scroll center bottom / 100% auto;*/
    z-index: -1;
}

.footer-top {
    margin-bottom: 60px;
}

.side-icon-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 80px;
}

.side-icon-box a {
    /*color: #ffffff;*/
    color: #e8e0e0;
}

.side-icon-box .side-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}

.side-icon-box strong {
    display: block;
    margin-bottom: 10px;
}

.footer-middle {
    margin-bottom: 60px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 5px;
    padding-bottom: 5px;
    background: #000;
}


/***
*Contact-form
****/

.contact-form .button {
    letter-spacing: 2px;
    min-width: 150px;
    margin-top: 10px;
    border-radius: 3px;
}

.form-control {
    margin-bottom: 20px;
    height: auto;
    padding: 12px 20px;
}

.form-double input {
    width: calc(50% - 10px);
    float: left;
}

.form-double input:last-child {
    float: right;
}


/*-----------
preloader
------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #75cbe7;*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));*/
    /*background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);*/
    /*background: #ffd94a;*/
    background: #22264b;
    z-index: 99999999999;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}


/* Custom CSS */

.navbar-brand>img {
    width: 162px;
}

.navbar-brand {
    padding: 10px 10px;
}

#main-images .owl-carousel .owl-item img {
    border: 5px solid #382d2d;
}

div.col-xs-12.col-sm-6.col-md-3 {
    margin-top: 10px;
}

.client-area {
    background: none;
}


/*.header-area {*/


/*background: #000000 url(images/main-background.gif) no-repeat scroll center center / cover;*/


/*}*/


/* Modal on hover */

.popover-example {
    margin: 0 0 10px;
    list-style: none;
}

.popover-example li {
    display: inline-block;
    margin: 4px;
    padding: 0px;
}

.btn:focus {
    outline: none;
}

.modExample .btn {
    margin: 4px 8px 4px 0;
}


/* Modal on hover */

.owl-carousel .owl-item {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 600ms linear;
}

.owl-carousel .owl-item:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    /*transition: all 600ms linear;*/
}

.owl-item.active img {
    width: 150px;
    height: 100px;
}


/* Flip CSS */

.info-card {
    /*float: left;*/
    margin: 10px;
    -webkit-perspective: 600px;
}

.info-card ul {
    list-style-type: square;
    font-size: 13px;
}

.front,
.back {
    background: #FFF;
    border-radius: 10px;
    transition: -webkit-transform 1s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    /*border: 1px solid black;*/
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.front {
    overflow: hidden;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
}

.back {
    padding: 20px;
    /*padding-top: 0px;*/
    width: 100%;
    height: auto;
    -webkit-transform: rotateY(-180deg);
    /*overflow: scroll;*/
    /*border-left: 5px solid #ffd94a;*/
    /*background: url(images/card_bg.jpg) no-repeat scroll center center / cover;*/
}

.back p.popup_subtitle {
    margin-bottom: 0px !important;
}


/*.back div.text-center h4 {*/


/*color: #fff*/


/*}*/

.info-card:hover .back {
    -webkit-transform: rotateY(0);
}

.info-card:hover .front {
    -webkit-transform: rotateY(180deg);
    opacity: 0.5;
}

.card-image {
    width: 100%;
    height: 100%;
}

.card-title {
    font-size: 1.6rem;
    line-height: 22px;
}


/* Flip CSS */

.testimonial h3,
.testimonial p {
    /*color: #515656;*/
    color: #e8e0e0;
}

.bg-ai {
    background-color: #f5f7fa !important;
}

.caption-slider .carousel-indicators li.active,
.caption-slider .carousel-indicators li:hover {
    color: white;
}


/* Color Palette */


/* #c7ad88 */


/* #e6af4b */


/* #22264b */


/* Color Palette */

.img__description_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: rgba(36, 62, 206, 0.6);*/
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description_layer {
    visibility: visible;
    opacity: 1;
}

.img__description {
    transition: .2s;
    transform: translateY(1em);
}

.img__wrap:hover .img__description {
    transform: translateY(0);
}

.img-box {
    position: relative;
    text-align: center;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    width: 100%;
}

.img-box .image {
    border-radius: 50%;
    width: 100%;
}

.img-content {
    padding: 40px;
    /*background: #fff;*/
    color: #fff;
    position: absolute;
    bottom: -120px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    display: none;
}

.img-content p {
    line-height: 1.5;
}

.img-box:hover .img-content {
    /*bottom: 0px;*/
    bottom: -43px;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    font-size: 11px;
    display: block;
}

.name-plate {
    text-align: center;
    margin-top: 10px;
}

.name-plate .name {
    font-family: "Gustanlp-bold";
    font-size: 22px;
    margin-bottom: 0px !important;
    line-height: 32px;
}

.name-plate .designation {
    font-family: "Gustanlp-Light";
    font-size: 14px;
    margin-bottom: 0px !important;
}

.profile-box {
    padding: 10px;
    width: 265px;
}

.col-xs-12.col-sm-6.col-md-4 {
    margin: 10px 0px;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 10% auto !important;
    }
}

@media (min-width: 992px) {}

.clients-images .client-img img {

}

.client-img:hover img {

}

.row.text-center.clients-images img {
    /*width: 130px;*/
    /*height: 100px;*/
    /*width: 115px;*/
    /*height: 90px;*/
}

.images-container {
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 80px;
}

.dropdown-menu>li>a {
    color: #ffffff !important;
    padding: 3px 10px 3px 5px !important;
}

.mainmenu-area #primary-menu ul li.active a,
.mainmenu-area #primary-menu ul li a:hover {
    border-top: none;
    border-bottom: 3px solid #ffffff;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
}

.owl-controls {
    display: none;
}

.caption-photo img {
    margin-top: 10px;
}

.form-control {
    background-color: #eae7e7;
}


/*new*/

.overlay1:before,
.sky-bg1 {
    /*New*/
    background: #22264b;
    color: #e8e0e0;
}

.overlay1,
.overlay1 a,
.mainmenu-area1 a {
    color: #ffffff;
}

.overlay1 {
    position: relative;
}

.overlay1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8
}

.testimonial-area1 {
    background: url('images/awards.jpg') no-repeat scroll center center / cover;
    position: relative;
    color: #ffffff;
}

.testimonial-area1:before {
    opacity: 0.9
}


/*new*/

.selected-11 {
    padding: 8px;
    width: 100%;
    border-radius: 5px;
    height: 46px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.tab-label-content1 {
    padding: 15px !important;
    display: block;
    padding-left: 25px;
    background: #f1f1f1;
    border-radius: 4px;
}

.tab-label-content1 i {
    font-size: 16px;
}

.tab-label-content1 p {
    font-size: 17px;
    line-height: 1.5;
}

.role-description {
    font-family: 'Gustanlp-Light', sans-serif !important;
}

div.col-md-2.col-sm-3.col-xs-4.client-img {
    /*margin-top: 8px;*/
    padding: 15px;
}

.partner-img {
    width: 40%;
}

.last-box {
    margin-bottom: 10px;
}

.last-box:hover {
    /*border: 1px solid #337ab7 !important;*/
}

.started-now:hover {
    border: 1px solid #337ab7 !important;
}


/*#myCarousel .item.active {*/


/*height: 520px;*/


/*}*/

.award-logo {
    text-align: center;
    position: relative;
}

.image-txt-container {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.content h2 {
    color: #333333;
}

.solutions-padding {
    padding: 60px 0 45px;
}

.kl-address {
    padding: 0px;
}

.text-quote {
    border: none;
    padding: 30px 50px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 100;
    quotes: "\201C""\201D""\2018""\2019";
    margin-bottom: 15px;
    margin-top: 15px;
    color: #0067b8;
}


/*Mobile resolution*/

@media only screen and (max-width: 767px) {
    html,
    body {
        height: 100%;
        overflow-x: hidden;
    }
    .carousel-caption {
        left: 18% !important;
    }
    /*.mainmenu-area {*/
    /*background-color: #02263354 !important;*/
    /*transition: all 1s linear !important;*/
    /*}*/
    .text-quote {
        padding: 20px 25px !important;
        font-size: 22px !important;
        line-height: 1.3 !important;
    }
    #event-social-icons {
        position: fixed;
        bottom: 40px !important;
        right: 90px !important;
    }
    #event-social-icons a {
        width: 20px !important;
        font-size: 12px !important;
    }
    .img-content {
        padding: 20px 30px 38px;
    }
    .blog-publisher-block {
        background: #2E2E2E;
        color: #BBBBBB;
        border-radius: 5px;
        width: 100% !important;
        margin: 15% auto !important;
        padding: 15px 20px !important;
        text-align: center
    }
    .kl-address {
        padding: 0px 15px !important;
    }
    /*.navbar-brand > img {*/
    /*width: 150px !important;*/
    /*}*/
    .mainmenu-area .logo {
        margin-left: 0px !important;
    }
    .solutions-padding {
        padding: 30px 0 45px !important;
    }
    .mainmenu-area .navbar-toggle {
        margin-top: 5px !important;
    }
    .navbar-header {
        padding-left: 5px !important;
    }
    .navbar-toggle {
        margin-right: 5px !important;
    }
    .p-t-r-0 {
        padding-right: 28px !important;
    }
    .customer-spotlight-bg {
        height: 250px !important;
    }
    .customer-spotlight-bg .overlay-text {
        top: 3% !important;
        width: 95% !important;
        padding: 15px 20px !important;
    }
    .our-culture-bg {
        height: 250px !important;
    }
    .our-culture-bg .overlay-text {
        top: 3% !important;
        width: 95% !important;
        padding: 15px 20px !important;
    }
    .our-culture-bg-section-2 {
        height: 250px !important;
    }
    .our-culture-bg-section-2 .overlay-text {
        top: 3% !important;
        width: 95% !important;
        padding: 15px 20px !important;
    }
    .banner-btn {
        font-size: 10px !important;
        padding: 5px 10px !important;
        margin-top: 0px !important;
    }
    .banner-btn-colored {
        font-size: 10px !important;
        padding: 5px 10px !important;
        margin-top: 0px !important;
    }
    .banner-head {
        margin-bottom: 15px !important;
        font-size: 1.4rem !important;
    }
    .banner-quote {
        margin-bottom: 15px !important;
        font-size: 1.2rem !important;
    }
    .banner-quote span {
        font-size: 0.85rem !important;
    }
    .article-banner {
        padding: 20px !important;
    }
    .partner-img {
        width: 100% !important;
    }
    div.fadeInRight section.slideshow {
        width: auto !important;
    }
    .privacy-policy-container {
        /*padding: 30px 10px !important;*/
    }
    .head-title {
        padding: 10px 10px;
        margin: 0px !important;
        background: #00000036;
        text-align: left;
    }
    .awards-logos {}
    .cust-bg-text {
        background: #0000007a;
        padding: 20px !important;
        width: 100% !important;
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .big-data-case-study-bg {
        min-height: 200px !important;
        ;
        max-height: 200px !important;
        ;
        background-image: url(./images/MLens-case-study-bg.jpg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    #case-studies-container {
        padding: 20px !important;
    }
    .big-data-study-bg {
        min-height: 200px !important;
        max-height: 200px !important;
        background-image: url("./images/big_data_banner.jpg");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .kl-growth-story-bg {
        min-height: 200px;
        max-height: 200px;
        background-image: url("./images/kl_growth_story2.jpg");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .case-study-stats-bg {
        min-height: 200px !important;
        max-height: 200px !important;
        ;
        background-image: url("./images/big_data_study.jpg");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .case-stats-img {
        width: 100%;
    }
    .box {
        padding: 10px 15px;
    }
    nav.navbar-collapse.collapse {
        width: 100% !important;
    }
    div.navbar-header {
        max-width: fit-content;
    }
    .cap-head {
        font-size: 1.5rem !important;
    }
    .glens-carousel-caption .cap-head {
        font-size: 1.5rem !important;
    }
    .glens-carousel-caption {
        position: absolute !important;
        text-align: left !important;
        top: 10% !important;
        right: 5% !important;
        max-width: 50% !important;
    }
    .blockchain-carousel-caption {
        position: absolute;
        text-align: left !important;
        top: 10%;
        right: 5%;
        max-width: 45% !important;
    }
    .carousel-cap-button {
        padding: 3px 15px !important;
        font-size: 10px;
    }
    .carousel-cap-button-secondary {
        font-size: 8px !important;
        padding: 3px 8px !important;
        margin-top: 6px !important;
        margin-left: 0px !important;
    }
    .mainmenu-area #primary-menu {
        background-color: #17253f !important;
    }
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        /*height: 190px !important;*/
        height: 220px !important;
    }
    .cap-desc {
        font-family: 'Gustanlp-Light', sans-serif !important;
        font-size: 1.2rem !important;
    }
    .mainmenu-area .navbar-toggle {
        margin-top: 15px;
        position: absolute;
        right: 0;
    }
    div.expertise-profiles .col-xs-9 {
        width: 100%;
    }
    div.expertise-profiles .col-xs-9 .img-box {
        width: 75%;
        margin: 0 auto;
    }
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 25% auto;
    }
    .header-wrapper,
    .footer-wrapper {
        margin: 0 auto;
        padding: 0 20px !important;
    }
    .row.text-center.clients-images img {
        /*width: 90px !important;*/
        /*height:85px !important;*/
    }
    .tnpcb-log {
        margin-top: 0px;
    }
    .request-head {
        font-size: 1rem !important;
    }
    .request-cap-button {
        padding: 2px 10px !important;
        font-size: 8px;
        background: #fc521e!important;
        margin-top: 5px !important;
    }
    .z-depth-2 {
        width: 100% !important;
        height: 130px !important;
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    }
    .row.text-center.clients-images img.rockwell-auto {
        height: 65px !important;
        margin-top: 0px !important;
    }
    .row.text-center.clients-images img.hpcl-logo {
        width: 75px !important;
        margin-top: 0px !important;
    }
    .row.text-center.clients-images img.elmeasure-logo {
        height: 50px !important;
        margin-top: 20px !important;
    }
    .row.text-center.clients-images img.ormae-logo {
        height: 25px !important;
        margin-top: 30px;
    }
    .row.text-center.clients-images img.ramco-logo {
        height: 60px !important;
        margin-top: 10px;
    }
    .row.text-center.clients-images img.zuari-logo {
        height: 50px !important;
        margin-top: 20px !important;
    }
    ol.carousel-indicators.caption-indector li {
        width: 25%;
        background: none !important;
        border-radius: 0px !important;
        padding: 8px 5px 5px 0px !important;
        z-index: 9;
        transition: transform .2s;
        margin-right: 2px !important;
        word-break: break-word !important;
    }
    .row.text-center.clients-images img.dnp-log {
        width: 98px !important;
        height: 90px !important;
        ;
    }
    .row.text-center.clients-images img.zone-logo {
        width: 120px !important;
        height: 30px !important;
        margin-top: 30px !important;
    }
    .images-container {
        margin: 0 auto;
        max-width: 1500px;
        padding: 0px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .price-table,
    .box {
        padding: 10px 15px;
    }
    .info-card {
        margin: 10px 10px 45px 10px;
    }
    .images-container {
        margin: 0 auto;
        max-width: 1500px;
        padding: 0 20px;
    }
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 20%;
        left: 15%;
        padding-bottom: 15%;
    }
    .glens-carousel-caption {
        position: absolute;
        top: 10%;
        right: 10%;
    }
    .blockchain-carousel-caption {
        position: absolute;
        text-align: left !important;
        top: 10%;
        right: 5%;
    }
    .header-wrapper,
    .footer-wrapper {
        margin: 0 auto;
        padding: 0 60px;
    }
}

.request-cap-button {
    background: #fc521e!important;
    margin-top: 25px;
}

.world-map {
    background: url(images/contact_us1.png) no-repeat scroll center center / cover;
}

.blog-content p {
    min-height: 81px;
}

.carousel-control.left {
    background-image: none;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-arrows-controls {
    width: 45px !important;
    height: 45px !important;
    padding-top: 5px;
    background: #0000001f;
    border-radius: 25PX;
}

.navbar-collapse {
    padding-right: 30px;
}

.navbar-header {
    padding-left: 15px;
}

.carousel-caption {
    text-align: left !important;
    max-width: 50%;
}

.glens-carousel-caption {
    position: absolute;
    text-align: left !important;
    top: 10%;
    right: 6%;
    max-width: 40%;
}

.blockchain-carousel-caption {
    position: absolute;
    text-align: left !important;
    top: 10%;
    right: 5%;
    max-width: 45%;
}

.cap-head {
    font-family: 'Gustanlp-bold', sans-serif;
    font-size: 3.5rem;
    color: #fc521e;
}

.cap-desc {
    font-family: 'Gustanlp-Light', sans-serif;
    font-size: 2rem;
    line-height: 25px;
}

.carousel-cap-button {
    background: #fc521e;
}

.carousel-cap-button:hover {
    background: #ef8464;
    color: #fff;
}

.carousel-cap-button-secondary {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 50px;
    color: #ffffff;
    /*font-weight: 500;*/
    letter-spacing: 1px;
    font-size: 16px;
    padding: 5px 28px;
    margin-top: 30px;
    margin-left: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

ol.carousel-indicators.caption-indector li {
    width: 25%;
    /*background: #3d4384;*/
    border-radius: 2px;
    padding: 10px;
    z-index: 9;
    transition: transform .2s;
    margin-right: 2px;
    word-break: break-word !important;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #8ca1a973;
    color: white;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 30px;
}

#myBtn:hover {
    background-color: #2f60c3;
    color: #ffffff;
}

#awards_achievements .owl-controls {
    display: block !important;
}

#event-social-icons {
    position: fixed;
    bottom: 3px;
    right: 15px;
}

#event-social-icons a {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 25px;
    border-radius: 100%;
    color: #fff;
}


/* fixed social*/

#fixed-social {
    position: fixed;
    top: 30%;
    right: 10px;
    z-index: 10;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 15px;
    border-radius: 100%;
    z-index: 2;
}

#fixed-social a:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

#fixed-social a:hover>span {
    visibility: hidden;
    left: -122px;
    opacity: 1;
}

#fixed-social a span {
    line-height: 25px;
    border-radius: 10px;
    top: 10px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}

.fixed-facebook {
    background-color: #4867aa;
}

.fixed-facebook span {
    background-color: #4867aa;
}

.fixed-phone {
    background-color: #2d63d8;
}

.fixed-phone span {
    background-color: #2d63d8;
}

.fixed-email {
    background-color: #2d63d8;
}

.fixed-email span {
    background-color: #2d63d8;
}

#fixed-social a.fixed-email span {
    width: 195px !important;
    left: -198px !important;
    transition-duration: 0.5s;
}

.fixed-twitter {
    background-color: #1da1f2;
}

.fixed-twitter span {
    background-color: #1da1f2;
}

.fixed-gplus {
    background-color: #00AF54;
}

.fixed-gplus span {
    background-color: #00AF54;
}

.fixed-youtube {
    background-color: #f00;
}

.fixed-youtube span {
    background-color: #f00;
}

.fixed-linkedin {
    background-color: #0077b5;
}

.fixed-linkedin span {
    background-color: #0077b5;
}

.fixed-instagrem {
    background-color: #ED2B29;
}

.fixed-instagrem span {
    background-color: #ED2B29;
}

.fixed-tumblr {
    background-color: #EB1471;
}

.fixed-tumblr span {
    background-color: #EB1471;
}


/*end fixed social*/
/* 
#kl-footer {
    background: #293443;
    color: #888b8d !important;
} */

/* #kl-footer ul li a,
#kl-footer ul li a:hover,
#kl-footer a {
    color: #888b8d !important;
} */

/* .header-wrapper,
.footer-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer h5 {
    color: #e8e0e0;
}
*/
  
ul {
    list-style: none;
} 

#shiva {
    width: 100px;
    height: 100px;
    background: red;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
    margin: 5px;
}

.count {
    line-height: 100px;
    color: #fff;
    font-size: 4.5rem;
    font-weight: 900;
}

.count-note {
    color: #293443;
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Gustanlp-Light', sans-serif;
}

#talkbubble {
    width: 120px;
    height: 80px;
    background: red;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float: left;
    margin: 20px;
}

#talkbubble:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 26px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 26px solid red;
    border-bottom: 13px solid transparent;
}

.linker {
    font-size: 20px;
    font-color: black;
}

.count-box {
    text-align: center;
}

.corus {
    color: #fff;
    font-weight: 100;
    font-size: 3.5rem;
    font-family: 'Gustanlp-Light', sans-serif;
}

.z-depth-2 {
    width: 100%;
    height: auto;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.overlay-request {
    position: absolute;
    top: 40%;
    left: 55%;
    text-align: center;
}

.tnpcb-log {
    margin-top: 25px;
}

.rockwell-auto {
    height: 65px !important;
    margin-top: 20px;
}

.row.text-center.clients-images img.elmeasure-logo {
    height: 36px !important;
    margin-top: 30px !important;
}

.ormae-logo {
    height: 40px !important;
    margin-top: 20px;
}

.tab-label-content1.th11>img {
    width: 120px;
}

.tab-label-content1>h4 {
    margin-top: 25px;
    line-height: 1.6;
    font-family: 'Gustanlp-Light', sans-serif;
}

.col-xs-12.col-sm-6.col-md-3.use-solution div {
    /*padding: 15px 20px;*/
    /*margin-bottom: 12px;*/
    /*background: #fff;*/
    /*border-radius: 2px;*/
    /*min-height: 120px;*/
    /*border: 1px solid #515656;*/
    /*transition: transform .2s;*/
    /*padding: 15px 20px;*/
    position: relative;
    margin-bottom: 12px;
    /*background: #ffd85a;*/
    color: #fff;
    /*background: #f79071;*/
    /*background: #ff6d40;*/
    border-radius: 2px;
    min-height: 140px;
    transition: transform .2s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.col-xs-12.col-sm-6.col-md-3.use-solution div:hover {
    /*background: #ffd85a;*/
    /*color: #293443;*/
    /*box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.05);*/
    /*transform: scale(1.05);*/
    /*border: none;*/
    /*background: #fff;*/
    /*color: #293443 !important;*/
    transform: scale(1.05);
    border: none;
    /*border: 1px solid #515656;*/
}

.col-xs-12.col-sm-6.col-md-3.use-solution div p {
    overflow: hidden!important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.use-solution h4 {
    /*color: #515656;*/
    font-family: 'Gustanlp-bold', sans-serif;
    position: absolute;
    bottom: 0px;
    background: #dedad9eb;
    margin: 0px;
    padding: 5px;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    color: #3b5998;
}

.col-xs-12.col-sm-6.col-md-3.use-solution div:hover h4 {
    background: #3b5998;
    font-family: 'Gustanlp-bold', sans-serif !important;
    color: #ffffff;
}

.row.text-center.clients-images.new-resolution img {
    height: 50px !important;
}

.col-md-3.col-sm-3.col-xs-3.client-img {
    margin-top: 15px;
}

.dnp-log {
    width: 98px !important;
    height: 90px !important;
}

.zone-logo {
    width: 120px !important;
    height: 53px !important;
    margin-top: 20px;
}

.request-prod-demo {
    margin-left: 15px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50px;
}

#top-phone {
    cursor: pointer;
}

.copiedToClipBoard {
    position: fixed;
    top: 75px;
    right: 15px;
    padding: 15px;
    background: #000000;
    color: #fff !important;
    border-radius: 10px;
    z-index: 9999999999;
}

.copiedToClipBoard p {
    margin-bottom: 0px;
}


/* Case Studies: Start */

.section-case-studies {
    /* padding: 60px; */
    background-image: url("./images/contact_us1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: white;
    height: 300px;
}

.section-mlensEnterprise {
    /* padding: 60px; */
    background-image: url("./images/mlens_enterprise.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: white;
    height: 300px;
}

.data-lakes {
    padding: 60px;
    background-image: url("./images/contact_us1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: white;
}

.section-workshop-unity {
    padding: 60px;
    background-image: url("./images/unsplash.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: white;
}

.section-infographics {
    /* padding: 60px; */
    background-image: url("./images/infographics.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: white;
    height: 300px;
}

.section-blog-list {
    /* padding: 60px; */
    background-image: url("./images/contact_us1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: white;
    height: 300px;
}


/* .cust-bg-text {
    background: #0000007a;
    padding: 30px;
    width: 50%;
    line-height: 40px;
} */

.section-newsEvents {
    /* padding: 60px; */
    background-image: url("./images/news.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: white;
    height: 300px;
}

.section-inThePress {
    /* padding: 60px; */
    background-image: url("./images/press.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 70%;
    color: white;
    height: 300px;
}

.kl-growth-story {
    padding: 60px;
    background-image: url("./images/kl_growth_story1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: white;
    height: 440px;
}

.big-data-study-bg {
    min-height: 300px;
    max-height: 300px;
    background-image: url("./images/big_data_banner.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.kl-growth-story-bg {
    min-height: 300px;
    max-height: 300px;
    background-image: url("./images/kl_growth_story2.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.case-study-stats-bg {
    min-height: 350px;
    max-height: 350px;
    background-image: url("./images/big_data_study.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.case-stats-img {
    width: 450px;
}

#case-studies-container {
    padding: 20px 35px;
}

#case-studies-container row {
    margin: 0px;
}

.case {
    margin: 20px 0px;
    position: relative;
    /* top: 0; */
    left: 0;
    bottom: 0;
}

.case-study {
    background-color: #fff;
    text-align: -webkit-auto;
    padding: 15px;
    min-height: 320px;
    max-height: 320px;
    text-align: center;
}

.case-study img {
    height: 215px;
}

.case-study .row {
    margin: 0px;
}

.text-heading4 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Gustanlp-bold', sans-serif;
    color: #0b62a5;
    margin-top: 10px;
}

.case-study:hover {
    transition: all .2s ease-in-out;
    transform: translateY(-10px);
    border-top: 4px solid #209af7;
    /*position: absolute;*/
    /*width: 91%;*/
}

.text-body4 {
    font-family: 'Gustanlp-light', sans-serif;
}


/* Case Studies: End */


/* Blog: Start */

.two {
    padding: 0px 0px 5px 336px;
    position: relative;
    bottom: 185px;
}

.blogs-section {
    margin-top: 95px;
    min-height: calc(150vh - 75vh);
}

.social {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #ffff;
    padding: 10px 15px;
    background-color: #5269b9;
}

.hall {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    cursor: pointer;
}

.hall p {
    font-size: 14px;
}

.hall:hover {
    background: #e1e3e4;
}

.three {
    float: right;
    padding: 33px 173px 1px 1px;
}

.four {
    padding: 39px 21px 0px 20px;
}


/* Blog: End */

ul.social-share {
    padding-inline-start: 0px;
}

ul.social-share li {
    display: inline;
    margin-left: 15px;
    font-size: 2rem;
}

.black {
    color: #000 !important;
}

.comments-section {}

.comments-section h4 {
    color: #000;
    border-bottom: 1px solid #000;
}

.comments-section textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

.blog-details-container {
    background: #fff !important;
}

.recent-posts {
    padding: 10px 15px;
    border-left: 1px solid #515656;
}

.recent-posts ul {
    list-style-type: disc
}

.recent-posts ul li a {
    color: #5252fd;
}

.recent-posts ul li a:hover {
    text-decoration: underline;
}

.take-away {
    /*background: #f1efef;*/
    background-image: linear-gradient(to right, #3f82d1, #799be4);
    border-left: 6px solid #0062d6;
    color: #fff;
    padding: 10px;
}

.font-big {
    font-size: 2.5rem;
}

.big-data-case-study-bg {
    min-height: 300px;
    max-height: 300px;
    background-image: url(./images/MLens-case-study-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.margin-0px {
    margin: 0px !important;
}

.cover-bg-ailens {
    min-height: 230px !important;
    max-height: 230px !important;
    background-image: url(./images/BlogHeader.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


/*.each-point ul li {*/


/*padding: 15px;*/


/*background: #c4e59f;*/


/*color: #000;*/


/*list-style-type: none;*/


/*}*/

#container {
    padding: 45px;
    background: #051934 !important;
    color: #fff;
}

.challenge {
    line-height: 40px;
}

.link {
    color: #5252fd !important;
}

.m-b-10,
.m-b-20 {
    margin-bottom: 20px;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.margin-sm {
    overflow: -webkit-paged-x;
}

.ff-bold {
    font-family: Gustanlp-bold !important;
}

.p-o-f-h {
    overflow: hidden!important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.achievements {
    background: url('images/achievement.png') no-repeat scroll center center / cover;
    background-position: 50% 57%;
}

.head-title {
    padding: 10px 10px;
    margin: 50px 40px;
    background: #00000036;
}

.SandboxRoot.env-bp-min .timeline-Tweet {
    background: #293443 !important;
    color: #fff !important;
}

.customer-spotlight-bg {
    position: relative;
    background-image: url("./images/customer_spotlight/main_banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: white;
    height: 450px;
    margin-bottom: 20px;
}

.customer-spotlight-bg .overlay-text {
    position: absolute;
    top: 5%;
    left: 0%;
    text-align: left;
    /*background: #0000007a;*/
    padding: 20px 60px;
    width: 60%;
}

.customer-spotlight-bg .overlay-image {
    position: absolute;
    top: 5%;
    right: 10%;
    text-align: left;
    padding: 20px;
    width: 25%;
}

.our-culture-bg {
    position: relative;
    background-image: url("./images/our_culture/2018/kl-trip-2018-cover.jpg");
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: white;
    height: 450px;
    margin-bottom: 0px;
}

.our-culture-bg .overlay-text {
    position: absolute;
    top: 5%;
    left: 0%;
    text-align: left;
    /*background: #0000007a;*/
    padding: 20px 60px;
    width: 60%;
}

.our-culture-bg .overlay-image {
    position: absolute;
    top: 5%;
    right: 10%;
    text-align: left;
    padding: 20px;
    width: 25%;
}

.our-culture-bg-section-2 {
    position: relative;
    background-image: url("./images/our_culture/2019/kl-connect-cover.jpg");
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: white;
    height: 450px;
    margin-bottom: 0px;
}

.our-culture-bg-section-2 .overlay-text {
    position: absolute;
    top: 5%;
    left: 0%;
    text-align: left;
    /*background: #0000007a;*/
    padding: 20px 60px;
    width: 60%;
}

.our-culture-bg-section-2 .overlay-image {
    position: absolute;
    top: 5%;
    right: 10%;
    text-align: left;
    padding: 20px;
    width: 25%;
}

.banner-btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 9px 36px;
    margin-top: 30px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*.banner-btn-colored {*/


/*background: #fc521e;*/


/*border: none;*/


/*border-radius: 0;*/


/*color: #ffffff;*/


/*font-weight: 500;*/


/*letter-spacing: 1px;*/


/*font-size: 16px;*/


/*padding: 9px 36px;*/


/*margin-top: 30px;*/


/*margin-right: 12px;*/


/*-webkit-transition: all 0.4s ease-in-out;*/


/*transition: all 0.4s ease-in-out;*/


/*}*/

.banner-btn-colored {
    background: #fc521e;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-weight: 500;
    /* letter-spacing: 1px; */
    font-family: "Gustanlp-Light";
    font-size: 16px;
    padding: 14px 36px;
    margin-top: 27px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.banner-btn-colored:hover {
    color: #ffffff;
}


/*.banner-btn:hover {*/


/*background: #ffffff;*/


/*color: #333333;*/


/*border-color: transparent;*/


/*}*/

.bg-white {
    background-color: #fff !important;
}

.bg-quote {
    background-color: #000;
    color: #fff;
    margin-bottom: 10px;
    border-top: 5px solid #023efc;
    padding: 0px 40px;
}

.bg-quote span.quotes {
    font-size: 80px;
    line-height: 90px;
}

.bg-quote .quoted-text {
    font-size: 20px;
}

.bg-quote .quoted-by {
    color: #afbdea;
}

.side-section {
    margin-bottom: 30px;
}

.side-section .side-header {
    color: #000;
    padding: 8px 0px 0px;
    /* font-size: 18px; */
    font-family: "Gustanlp-bold";
}

.side-section .side-header i.fa {
    margin-right: 6px;
}

.mb-10 {
    margin-bottom: 10px;
}


/*.banner-head {*/


/*color: #000;*/


/*line-height: 1.45;*/


/*margin-bottom: 30px;*/


/*}*/

.banner-head {
    color: #000;
    line-height: 1.25;
    margin-bottom: 30px;
    font-family: "Gustanlp-Light";
    font-size: 35px;
    font-weight: 600;
}

.article-banner {
    color: #000;
    font-size: 3.5rem;
    text-align: left;
    padding: 20px 40px;
}

.banner-quote {
    /*color: #000;*/
    color: #0067b8;
    font-size: 18px;
    margin-bottom: 30px;
}

.banner-quote span {
    color: #000;
    font-size: 14px;
    display: block;
}

.banner-quote .quoted-by::before {
    content: "\2014";
}

.banner-quote .ref {
    color: #008272;
}

.banner-quote .ref::before {
    content: "\2014";
    color: transparent;
}

.p-t-r-0 {
    padding-right: 0px
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus {
    background-color: transparent !important;
}

.mainmenu-area #primary-menu ul li.active li.no-drop a {
    border-bottom: none !important;
}

.flash_event {
    background: #DADEE7;
    position: fixed;
    bottom: 0px;
    /*padding: 25px 10px 25px;*/
    width: 100%;
    z-index: 99;
    transition: 1s;
}

.flash_event #count_down_timer {
    position: absolute;
    bottom: 0px;
    left: 10px;
    font-size: 2.6rem;
    color: #333;
    margin-bottom: 0px;
}

.flash_event img {
    width: 100%;
}

.flash_event .days,
.flash_event .hours,
.flash_event .minutes,
.flash_event .seconds {
    background: #FEFAD6;
    /*padding: 4px 8px;*/
    margin-right: 2px;
    color: #000;
    font-family: "Gustanlp-bold";
    display: inline-block;
    text-align: center;
    margin-bottom: 0px;
    /*line-height: 24px;*/
}

.flash_event .countered {
    padding: 4px 8px 0px;
}

.flash_event .unit {
    font-size: 1.1rem;
    display: block;
    border-top: 1px solid #DADEE7;
    margin-top: 5px;
    padding: 0px 8px 4px;
}

.flash_event .closeBanner {
    position: absolute;
    right: 15px;
    top: 4px;
    color: #0062ff;
    cursor: pointer;
    font-size: 1.4rem;
    font-style: normal;
}


/* MOBILE RESOLUTION */

.flash_event1 {
    background: #DADEE7;
    position: fixed;
    bottom: 0px;
    /*padding: 25px 10px 25px;*/
    width: 100%;
    z-index: 99;
    transition: 1s;
}

.flash_event1 #count_down_timer1 {
    position: absolute;
    bottom: 0px;
    /*left: 40px;*/
    right: 10px;
    font-size: 2.6rem;
    color: #333;
    margin-bottom: 0px;
}

.flash_event1 img {
    width: 100%;
}

.flash_event1 .days,
.flash_event1 .hours,
.flash_event1 .minutes,
.flash_event1 .seconds {
    background: #FEFAD6;
    /* padding: 4px 8px; */
    margin-right: 2px;
    color: #000;
    font-family: "Gustanlp-bold";
    display: inline-block;
    text-align: center;
    margin-bottom: 0px;
    line-height: 28px;
}

.flash_event1 .countered {
    padding: 3px 6px 0px;
}

.flash_event1 .unit {
    font-size: 1rem;
    display: block;
    border-top: 1px solid #DADEE7;
    margin-top: 5px;
    padding: 0px 6px 3px;
}

.flash_event1 .closeBanner {
    position: absolute;
    right: 10px;
    top: -5px;
    color: #fff;
    cursor: pointer;
    font-size: 1.4rem;
}

.hide {
    display: none !important;
}


/* EVENTS PAGE */

.flash_event2 {
    background: #DADEE7;
    position: relative;
    bottom: 0px;
    /*padding: 25px 10px 25px;*/
    width: 100%;
    z-index: 99;
}

.flash_event2 #count_down_timer {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 2rem;
    color: #333;
    margin-bottom: 0px;
}

.flash_event2 img {
    width: 100%;
}

.flash_event2 .days,
.flash_event2 .hours,
.flash_event2 .minutes,
.flash_event2 .seconds {
    background: #FEFAD6;
    /*padding: 4px 8px;*/
    margin-right: 2px;
    color: #000;
    font-family: "Gustanlp-bold";
    display: inline-block;
    text-align: center;
    margin-bottom: 0px;
    /*line-height: 24px;*/
}

.flash_event2 .countered {
    padding: 4px 8px 0px;
}

.flash_event2 .unit {
    font-size: 1.1rem;
    display: block;
    border-top: 1px solid #DADEE7;
    margin-top: 5px;
    padding: 0px 8px 4px;
}

.flash_event2 .closeBanner {
    position: absolute;
    right: 15px;
    top: 0px;
    color: #333;
    cursor: pointer;
    font-size: 1.6rem;
}


/* EVENTS PAGE: MOBILE RESOLUTION */

.flash_event3 {
    background: #DADEE7;
    position: relative;
    bottom: 0px;
    /*padding: 25px 10px 25px;*/
    width: 100%;
    z-index: 99;
}

.flash_event3 #count_down_timer1 {
    position: absolute;
    bottom: 3px;
    /*left: 40px;*/
    right: 3px;
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 0px;
}

.flash_event3 img {
    width: 100%;
}

.flash_event3 .days,
.flash_event3 .hours,
.flash_event3 .minutes,
.flash_event3 .seconds {
    background: #FEFAD6;
    /* padding: 4px 8px; */
    margin-right: 2px;
    color: #000;
    font-family: "Gustanlp-bold";
    display: inline-block;
    text-align: center;
    margin-bottom: 0px;
    line-height: 20px;
}

.flash_event3 .countered {
    padding: 3px 6px 0px;
}

.flash_event3 .unit {
    font-size: 1rem;
    display: block;
    border-top: 1px solid #DADEE7;
    margin-top: 5px;
    padding: 0px 8px 3px;
}

.flash_event3 .closeBanner {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #333;
    cursor: pointer;
    font-size: 1.6rem;
}

.m-t-15 {
    margin-top: 15px;
}

.slide-top {
    -webkit-animation: slide-top 0.8s cubic-bezier(0.230, 1.000, 0.320, 1.000) NaNs both;
    animation: slide-top 0.8s cubic-bezier(0.230, 1.000, 0.320, 1.000) NaNs both;
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}

.flexpropertiescontainer{
    display: flex;
    flex-direction: row;
}
.addresscontroller ul{
    width: 50%;
}
.m-0 {
    margin: 0px;
}
