/* General style */
@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,500,500i,600,600i,700,700i');

body {
    font-family: 'Asap', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Asap', sans-serif;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
    margin: 0px;
    padding: 0px;
}

a {
    outline: none;
}

.cl {
    clear: both;
}

/*============ Header style  ============*/

.top-contact ul {
    float: right;
    background: #fdc909;
    padding: 10px 10px;
    margin-top: -16px;
    position: relative
}

.top-contact ul:before {
    float: left;
    background: #fdc909;
    content: '';
    position: absolute;
    margin-top: -16px;
    border-top: 48px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 51px solid #fff;
    left: -51px
}

.top-contact ul li {
    display: inline-block;
    color: #fff;
    margin-left: 0;
    padding-left: 0
}

.top-contact ul li a {
    font-size: 15px;
    color: #fff;
    font-weight: lighter;
    text-decoration: none;
    transition: all .4s ease;
    padding-right: 10px
}

.top-contact ul li a:hover {
    color: #000
}

.top-header ul li:last-child {
    border-left: solid 1px #4b4b4b
}

.sticky .top-contact {
    display: none
}

.fixed-header {
    text-align: center;
    height: auto;
    transition: all .4s ease;
    box-shadow: 1px 1px 8px #c7c7c7;
    position: relative;
    z-index: 99;
    float: left;
    width: 100%;
    padding: 15px 0
}

.fixed-header.sticky {
    position: fixed;
    width: 100%;
    padding-left: 20px;
    z-index: 99;
    background: #fff;
    top: 0;
    padding: 0;
    box-shadow: #eee 0 0 15px
}

.fixed-header.sticky .navbar-inverse .navbar-nav>.active>a {
    color: #fff
}

.fixed-header .navbar-inverse {
    background-color: transparent;
    border-color: transparent
}

.fixed-header .navbar {
    min-height: auto;
    margin: 0;
    padding-right: 0
}

.fixed-header.sticky .navbar-inverse .navbar-nav>li>a {
    color: #777677;
    padding: 5px 10px;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    padding-right: 0
}

.fixed-header .navbar-nav {
    float: right;
    margin: 50px 0 0 0;
    font-size: 15px
}

svg.header-logo path {
    fill: #fff;
}

.fixed-header.sticky svg.header-logo path {
    fill: #777677;
}

.fixed-header.sticky svg.header-logo path.logo-text {
    fill: #31B5C4;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    transition: all .4s ease;
    padding: 10px 15px;
    border-radius: 25px
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff !important;
    background-color: #31b5c4
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #31b5c4
}

.fixed-header .navbar-brand {
    height: auto;
    width: 130px;
    padding: 0;
    transition: ease all .5s
}

.banner {
    position: relative
}

.banner .owl-theme .owl-controls {
    margin-top: 0;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateY(-50%)
}

.item img {
    width: 100%
}

.caption {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center
}

.caption h1 {
    font-size: 58px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 40px
}

.caption h2 {
    font-size: 44px;
    font-weight: lighter;
    color: #31b5c4;
    text-transform: uppercase
}

.caption span {
    border: #FFF dashed 1px;
    padding: 10px 40px
}

.caption p {
    font-size: 24px;
    color: #fff;
    line-height: 34px;
    padding: 40px 23%
}

.navbar-inverse .navbar-collapse .menu-bar {
    float: right
}

.top-menu {
    background: #7ad3db;
    border-radius: 0 0 10px 10px;
    width: auto;
    float: right;
    position: absolute;
    top: -1px;
    right: 0;
    margin: 0;
    padding: 0 10px
}

.top-menu:before {
    position: absolute;
    content: '';
    border-top: 35px solid #7ad3db;
    border-left: 31px solid transparent;
    left: -30px;
    top: 0
}

.top-menu li {
    display: inline-block;
    margin: 0;
    padding: 0
}

.top-menu li a {
    color: #fff;
    padding: 10px;
    display: inline-block
}

.top-menu li a:hover {
    color: #777778;
}

.fixed-header.sticky .top-menu li a {
    padding: 5px 15px;
    font-size: 12px;
}

.fixed-header.sticky .top-menu:before {
    border-top: 25px solid #7ad3db;
    border-left: 34px solid transparent;
}

/*============== New Home page Style=============*/

.fixed-header {
    box-shadow: none;
    background: transparent url(../images/logo-bg.png) -18% bottom no-repeat;
    position: fixed;
    width: 100%;
    padding: 0;
    transition: ease all .5s
}

.fixed-header .navbar-brand img {
    width: 250px;
    transition: ease all .5s
}

.fixed-header.sticky .navbar-brand svg {
    width: 70px;
    height: 70px;
    transition: ease all .5s
}

.fixed-header.sticky .navbar-nav {
    margin-top: 35px;
}

.banner {
    background: #6adfea background:-moz-linear-gradient(-45deg, #6adfea 0, #2ab7c4 100%);
    background: -webkit-linear-gradient(-45deg, #6adfea 0, #2ab7c4 100%);
    background: linear-gradient(135deg, #6adfea 0, #2ab7c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6adfea', endColorstr='#2ab7c4', GradientType=1);
    padding: 190px 0 50px 0;
    height: 100vh;
    overflow: hidden
}

.banner:after {
    position: absolute;
    content: '';
    top: 0;
    right: -40px;
    background: url(../images/header-right.svg) top right no-repeat;
    width: 100%;
    height: 100%
}

.banner:before {
    position: absolute;
    content: '';
    bottom: -200px;
    left: -50px;
    background: url(../images/header-bottom.png) bottom left no-repeat;
    width: 100%;
    height: 100%;
    -webkit-animation: movebounce 6s linear infinite;
    animation: movebounce 6s linear infinite
}

.banner .banner-text {
    text-align: left;
    padding: 0;
    z-index: 2;
    position: relative
}

.banner .banner-text h2 {
    font-size: 44px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 100px
}

.banner .banner-text h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 75px;
    color: #fff;
    padding: 10px 0;
    text-shadow: #000 0 10px 0
}

.banner .banner-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #fff
}

.button {
    background: #54d1dd;
    border-radius: 10px;
    padding: 12px 25px;
    text-align: center;
    width: auto;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
    transition: ease all 1s;
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 20px;
    border: #fff solid 1px
}

.button:hover {
    background: #31b5c4;
    color: #fff
}

.button-white {
    background: transparent;
    border-radius: 10px;
    padding: 12px 25px;
    text-align: center;
    width: auto;
    color: #2ab7c4;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
    transition: ease all 1s;
    box-shadow: rgba(42, 183, 196, 0.25) 0 5px 20px;
    border: #2ab7c4 solid 1px
}

.button-white:hover {
    background: #31b5c4;
    color: #fff
}

.scroll-section {
    position: absolute;
    bottom: -30px;
    right: 9%;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50% 50% 0 0;
    height: 100px;
    width: 100px;
    line-height: 70px;
    text-align: center;
    transition: ease all .5s;
    z-index: 99
}

.scroll-section:hover {
    background: rgba(255, 255, 255, 0.25);
    bottom: -35px
}

.img-responsive {
    display: inline-block
}

a,
a:hover {
    text-decoration: none
}

.white-box {
    background: #fff;
    border-radius: 15px;
    padding: 0 0 35px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 5px;
    border: #eee solid 1px;
    height: 100%
}

.white-box .icon {
    background: #93be72;
    background: -moz-linear-gradient(-45deg, #93be72 1%, #689248 100%);
    background: -webkit-linear-gradient(-45deg, #93be72 1%, #689248 100%);
    background: linear-gradient(135deg, #93be72 1%, #689248 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93be72', endColorstr='#689248', GradientType=1);
    border-radius: 50%;
    height: 84px;
    width: 84px;
    text-align: center;
    margin: 0 0 10px 0;
    display: inline-block;
    line-height: 84px
}

.white-box .images {
    border-radius: 15px 15px 0 0;
    height: 257px
}

.white-box .images img {
    border-radius: 15px 15px 0 0
}

.white-box h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    color: #424242;
    margin: 15px 15px
}

.white-box .box-dis {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
    padding: 0 15px;
    min-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.white-box .button-box {
    background: #fff;
    border-radius: 50px;
    padding: 12px 25px;
    text-align: center;
    width: auto;
    color: #fdc909;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
    display: inline-block;
    border: #fdc909 solid 1px;
    transition: ease all .5s;
    text-decoration: none
}

.white-box .button-box:hover {
    background: #93be72;
    background: -moz-linear-gradient(-45deg, #93be72 1%, #689248 100%);
    background: -webkit-linear-gradient(-45deg, #93be72 1%, #689248 100%);
    background: linear-gradient(135deg, #93be72 1%, #689248 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93be72', endColorstr='#689248', GradientType=1);
    color: #fff
}

section {
    padding: 70px 0
}

section h2 {
    font-size: 36px;
    color: #424242;
    line-height: 36px;
    margin-bottom: 30px
}

section h2 span {
    color: #2ab7c4
}

section p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-bottom: 15px
}

.about-section {
    background: url(../images/right-bg.svg) bottom right no-repeat;
    background-size: 50%
}

.why-cyvyon {
    position: relative;
    padding-top: 0px;
}

.why-cyvyon .left {
    position: absolute;
    top: 30%;
    left: 0;
    -webkit-animation: movebounce 2.8s linear infinite;
    animation: movebounce 2.8s linear infinite
}

.why-cyvyon-logo {
    display: inline-block
}

.why-cyvyon-logo h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.services-list {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    display: table
}

.services-list .icon {
    position: relative;
    text-align: center;
    padding: 15px 0 0 0;
    display: table-cell;
    height: 65px;
    width: 65px
}

.services-list .icon img {
    position: relative
}

.services-list .icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 65px;
    width: 65px;
    background: #f1f7fd;
    box-shadow: rgba(0, 0, 0, 0.09) 3px 3px 0;
    padding: 0;
    display: inline-block;
    border-radius: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.services-list .service-text {
    display: table-cell;
    padding-left: 30px;
    vertical-align: top;
    text-align: left
}

.services-list .service-text h3 {
    font-weight: 600;
    color: #424242;
    font-size: 20px
}

.services-list .service-text p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px
}

.our-services {
    padding-top: 0px;
}

.our-services .services-list .icon {
    position: relative;
    text-align: center;
    padding: 15px 0 0 0;
    margin-top: 10px;
    display: inline-block;
    height: 65px;
    width: 65px
}

.our-services .services-list .service-text {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    vertical-align: top;
    text-align: left;
    height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.three-sixty-view {
    background: url(../images/360-bg.png) top center no-repeat;
    padding-top: 170px;
    padding-bottom: 50px;
    background-size: cover;
}

.three-sixty-view .security {
    background: url(../images/360.png) top center no-repeat;
    position: relative;
    min-height: 400px;
}

.three-sixty-view .security .text-top {
    position: relative;
    top: 0px;
    left: 230px;
    max-width: 320px;
}

.three-sixty-view .security .text-left1 {
    position: relative;
    top: 50px;
    left: 100px;
    max-width: 320px;
}

.three-sixty-view .security .text-left2 {
    position: relative;
    top: 140px;
    left: 130px;
    max-width: 320px;
}

.three-sixty-view .security .text-right1 {
    position: absolute;
    top: 0px;
    right: 90px;
    max-width: 320px;
}

.three-sixty-view .security .text-right2 {
    position: absolute;
    top: 130px;
    right: 50px;
    max-width: 320px;
}


.latest-news {
    background: #f5feff url(../images/right-bottom.svg) bottom right no-repeat;
    background-size: 30%;
    position: relative;
}

.latest-news .list-box {
    background: #fff;
    padding: 0px;
}

.latest-news .list-box .news-image {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
    transition: ease all 0.5s;
}

.latest-news .list-box .news-image img {
    width: 100%;
    height: auto;
    border-radius: 15px 15px 0px 0px;
    transition: ease all 0.5s;
}

.latest-news .list-box .post-date {
    border-radius: 10px 10px 0px 0px;
    background: #2ab7c4;
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
    line-height: 18px;
    width: auto;
    display: inline-block;
    position: absolute;
    top: -32px;
    left: 15px;
}

.latest-news .list-box .post-content {
    padding: 10px 15px 20px 15px;
    position: relative;
}

.latest-news .list-box h4,
.latest-news .list-box h4 a {
    font-size: 20px;
    color: #424242;
    line-height: 34px;
    margin: 0px;
    padding: 0px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.latest-news .list-box p {
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.btn-link {
    color: #2ab7c4;
    font-size: 16px;
    line-height: 22px;
}

.latest-news .list-box:hover img {
    transform: scale(1.2);
}

.latest-news .left {
    position: absolute;
    top: 30%;
    left: 0;
    -webkit-animation: movebounce 2.8s linear infinite;
    animation: movebounce 2.8s linear infinite
}



.testimonials .message {
    background: url(../images/quote.png) 20px 30px no-repeat;
    font-size: 14px;
    font-style: italic;
    padding: 30px 30px 30px 45px;
}

.testimonials .message .client-name .photo {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: inline-block;
    vertical-align: top;
    box-shadow: #eee 0px 5px 2px;
    border: #eee solid 1px;
    margin-right: 10px;
}

.testimonials .message .client-name .details {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

.testimonials .message .client-name .details .name {
    font-size: 16px;
    color: #424242;
    font-weight: 700;
}

.testimonials .message .client-name .details .designation {
    font-size: 12px;
    color: #2ab7c4;
    font-weight: 500;
}

.testimonials .item {
    margin: 15px;
}

.testimonials .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
}

.testimonials .owl-theme .owl-controls .owl-page.active span {
    background: #31b5c4;
}

.testimonials .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #31b5c4;
}


.call-to-action .box1 {
    background: #2ab7c4;
    text-align: center;
    color: #fff;
    padding: 15px;
}

.call-to-action h4 {
    line-height: 30px;
    font-size: 20px;
}

.call-to-action p {
    line-height: 16px;
    padding: 0px 0px;
}

.call-to-action .button-white {
    background: #fff;
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
}

.call-to-action .button-white:hover {
    background: #34c4d1;
}

.call-to-action .box2 {
    background: #34c4d1;
    text-align: center;
    color: #fff;
    padding: 15px;
}

.call-to-action .box3 {
    background: #42cfdc;
    text-align: center;
    color: #fff;
    padding: 15px;
}

.call-to-action .box2 .input-box {
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
    border: 0;
    box-shadow: 0px;
    color: #424242;
    margin-right: 10px;
}

.clients {
    background: #fff;
    padding: 30px 0px;
}

.clients .partner .item {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 0px 15px;
    border: #eee solid 1px;
}

.clients .partner .item img {
    max-height: 60px;
}

.clients .owl-controls {
    display: none !important;
}

.clients .title {
    margin-top: 15px;
}



.d-flex {
    display: table;
    width: 100%;
}

.d-flex .col-sm-6 {
    display: table-cell;
    height: 100%;
    float: none;
}

.m-t10 {
    margin-top: 10px;
}

.m-t20 {
    margin-top: 20px;
}

.m-t30 {
    margin-top: 30px;
}

.m-t40 {
    margin-top: 40px;
}

.m-t50 {
    margin-top: 50px;
}

.m-b30 {
    margin-bottom: 30px;
}

.bold {
    font-weight: 700;
}


footer {
    background: #01454b url(../images/footer-bg.png) bottom left no-repeat;
    padding: 50px 0px 0px 0px;
    color: #fff;
}

footer .footer-title {
    font-size: 20px;
    color: #fff;
    text-transform: none;
    position: relative;
    margin-bottom: 30px;
}

footer .footer-title:after {
    background: #2ab7c4;
    height: 1px;
    width: 40px;
    position: absolute;
    left: 0;
    bottom: -3px;
    content: '';
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 10px;
}

.list {
    margin: 0px;
    padding: 0px;
}

.list li {
    margin: 0px;
    padding: 5px 0px 5px 18px;
    line-height: 20px;
    position: relative;
    list-style: none;
    list-style-position: inside;
    transition: ease all 0.5s
}

.list li:before {
    background: #2ab7c4;
    height: 1px;
    width: 10px;
    position: absolute;
    left: 0;
    top: 15px;
    content: '';
    transition: ease all 0.5s
}

.list li a {
    color: #fff;
    text-decoration: none;
    text-transform: none;
}

.list li:hover:before {
    width: 20px;
}

.list li:hover a {
    color: #2ab7c4;
}

.list li:hover {
    padding-left: 25px;
}

.contact-detail li {
    line-height: 20px;
    position: relative;
    list-style: none;
    list-style-position: inside;
    color: #fff;
    text-transform: none;
    padding: 0 0 10px 35px;
}

.contact-detail li a {
    color: #fff;
}


.removemodelheader {
    border-bottom: 0px;
}


.contact-detail-top:hover .glyph-icon:before {
    background: -webkit-linear-gradient(#7885fe, #232857);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.contact-detail li:hover a {
    color: #2ab7c4;
}

.location {
    background: url(../images/location.png) top left no-repeat;
}

.email {
    background: url(../images/email.png) top left no-repeat;
}

.call {
    background: url(../images/call.png) top left no-repeat;
}

.copyright {
    background: #00262a;
    color: #fff;
    text-align: center;
    text-transform: none;
    padding: 15px 0px;
    margin-top: 50px;
}


.social-icons {
    margin-top: 10px;
}

.social-icons li {
    line-height: 20px;
    position: relative;
    list-style: none;
    list-style-position: inside;
    color: #fff;
    text-transform: none;
    padding: 0px;
    display: inline-block;
}

.social-icons li a {
    color: #fff;
}

.social-icons li a i {
    background: #fff;
    color: #19454b;
    padding: 0;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}



/* Amination */

.anim-top-bot {
    -webkit-animation: movebounce 2.8s linear infinite;
    animation: movebounce 2.8s linear infinite;
}

.anim-left-right {
    -webkit-animation: cloud 5s linear infinite;
    animation: cloud 5s linear infinite;
}


.gradient-bg {
    background: #6adfea background:-moz-linear-gradient(-45deg, #6adfea 0, #2ab7c4 100%);
    background: -webkit-linear-gradient(-45deg, #6adfea 0, #2ab7c4 100%);
    background: linear-gradient(135deg, #6adfea 0, #2ab7c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6adfea', endColorstr='#2ab7c4', GradientType=1);
}




.navbar-nav.menu-bar>li>.dropdown-menu {
    padding: 10px 0px;
    border-radius: 10px;
    border: 0px;
}

.navbar-nav.menu-bar>li>.dropdown-menu li a {
    font-size: 16px;
    line-height: 24px;
}

.navbar-nav.menu-bar>li>.dropdown-menu li a:hover {
    color: #56c6d2;
}

/*============= Inner page style start here ======*/


.fixed-header.inner-header {
    position: relative;
}

.fixed-header.inner-header.sticky {
    position: fixed;
}

.fixed-header.inner-header .navbar-brand svg {
    height: 100px;
}

.fixed-header.sticky.inner-header .navbar-brand svg {
    height: 70px;
}

.inner-pages .our-services .services-list .service-text {
    overflow: auto;
    height: auto;
    text-overflow: unset;
    display: inline-block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

.inner-pages .bg-none {
    background-image: none;
}

.inner-pages section {
    padding: 70px 0px;
}

.inner-pages .grey-bg {
    background: #f6fbff;
}

.inner-pages .blue-bg {
    background: #7ad3db;
    color: #fff;
}

.inner-pages section h3 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 26px;
}

.inner-pages section h4 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
}

.inner-pages .list2 {
    margin: 0px;
    padding: 0px;
}

.inner-pages .list2 li {
    display: inline-block;
    padding: 0px 14px 0px 0px;
    font-size: 18px;
    color: #666;
    line-height: 26px;
    font-weight: 700;
}

.inner-pages .icon-box {
    font-size: 20px;
    color: #333;
    padding: 0px;
    text-align: center;
    line-height: 60px;
    background: #fff;
    border: #eee solid 1px;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    margin: 15px auto;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 0;
}



.list-style {
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

.list-style li {
    line-height: 22px;
    padding: 5px;
    font-size: 16px;
    color: #666;
    line-height: 22px;
    font-weight: 400;
}

.bottom-bg {
    background: #f6fbff url(../images/footer-bg.png) bottom left no-repeat;
}

.restaurent-icons .icon-box {}

.box-design {
    border: dashed 2px #fff;
    background: #c1f4f9;
    padding: 15px;
}

.light-grey-bg {
    background: rgba(94, 209, 220, 0.25);
}

.list-style-inline li {
    display: inline-block;
    padding-right: 10px;
    font-weight: 700;
}

.list-lg li {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #7bd3db;
}



/*============= Home page industry section==========*/

.industry-section {
    padding: 50px 0px;
    background: #f9f9f9;
}

.industry-section .white-box {
    margin: 15px 10px;
    text-align: center;
    padding: 15px 0px 0px 0px;
    transition: ease all 0.5s
}

.industry-section .white-box:hover {
    background: #f5feff;
}

.industry-section .white-box i {
    font-size: 40px;
    color: #2ab7c4;
    line-height: 50px;
}

.industry-section .white-box h4 {
    font-size: 18px;
    min-height: 44px;
}

.industry-section .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
}

.industry-section .owl-theme .owl-controls .owl-page.active span {
    background: #31b5c4;
}

.industry-section .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #31b5c4;
}


/*============= Mega Menu Style ==========*/
.mega-menu-li {
    position: static !important;
}

.mega-menu {
    position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    padding: 15px 15px !important;
    box-sizing: border-box;
}

.mega-menu h4 {
    margin-bottom: 10px;
    border-bottom: #eee solid 1px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #55c5d0;
}

.mega-menu .sub-menu-links {
    padding: 0px;
}

.mega-menu .sub-menu-links li {
    list-style: none;
    padding: 0px;
}

.mega-menu .sub-menu-links li a {
    font-size: 14px;
    line-height: 24px;
    padding: 5px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    width: 100%;
    display: inline-block;
}

.mega-menu .sub-menu-links li a:hover {
    color: #56c6d2;
    text-decoration: none;
    background-color: #f5f5f5;
}











/*===================================*/
/*========== MOBILE MENU CSS  ===========*/
/*===================================*/


.mobile-menu-link img {
    margin-top: 12px;
    margin-left: 15px;
}

.menu-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding-top: 20px;
    transition: 0.2s;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
    background: #3cc2cf;
}

.sidenav ul {
    padding-top: 35px;
}

.sidenav ul li {
    float: none;
    text-transform: uppercase;
    padding: 5px 5px;
    font-size: 16px;
    font-weight: normal;
}

.sidenav ul li a {
    font-weight: normal;
    line-height: 34px;
    display: block;
    color: #fff;
}

.sidenav ul li a.yellow-link {
    color: #ffbc39;
}

.sidenav ul li a:hover {
    background-color: #31b5c4;
}

.mobile-menu .mobile-menu-link img {
    width: auto;
}

.sidenav .closebtn {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 36px;
    margin-left: 0px;
}

.sidenav .closebtn img {
    width: 18px;
    margin-top: -8px;
}

#main {
    transition: margin-left .5s;
    padding: 0px;
}

.sidenav .nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: transparent;
}

.sidenav .nav>li>a:hover,
.nav>li>a:focus {
    background: transparent;
}

.sidenav .navbar-nav .open .dropdown-menu {
    padding-top: 0px;
    background: #fff;
    width: 100%;
}



@media screen and (max-height: 450px) {}

.sidenav ul li a.profile-icon {
    background: url("../images/profile-icon-new.png") no-repeat left center;
    padding-left: 25px;
    background-size: 14px;
}




/*============ inner page menu ===========*/
.inner-pages .fixed-header {
    background-color: #3cc2cf;
}

.inner-pages .fixed-header.sticky {
    position: fixed;
    width: 100%;
    padding-left: 20px;
    z-index: 99;
    background: #fff;
    top: 0;
    padding: 0;
    box-shadow: #eee 0 0 15px
}

.inner-pages .fixed-header.sticky .navbar-inverse .navbar-nav>.active>a {
    color: #fff
}

.inner-pages .fixed-header .navbar-inverse {
    background-color: transparent;
    border-color: transparent
}

.inner-pages .fixed-header .navbar {
    min-height: auto;
    margin: 0;
    padding-right: 0
}

.inner-pages .fixed-header.sticky .navbar-inverse .navbar-nav>li>a {
    color: #777677;
    padding: 5px 10px;
}

.inner-pages .navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    padding-right: 0
}

.inner-pages .fixed-header .navbar-nav {
    float: right;
    margin: 50px 0 0 0;
    font-size: 15px
}

.inner-pages .fixed-header.sticky .navbar-nav {
    margin-top: 35px;
}

.inner-pages svg.header-logo path {
    fill: #fff;
}

.inner-pages .fixed-header.sticky svg.header-logo path {
    fill: #777677;
}

.inner-pages .fixed-header.sticky svg.header-logo path.logo-text {
    fill: #31B5C4;
}

.inner-pages .navbar-inverse .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    transition: all .4s ease;
    padding: 10px 15px;
    border-radius: 25px
}

.inner-pages .navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff !important;
    background-color: #31b5c4
}

.inner-pages .navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #31b5c4
}

.inner-pages .fixed-header .navbar-brand {
    height: auto;
    width: 130px;
    padding: 0;
    transition: ease all .5s
}

.inner-pages .top-menu {
    background: #7ad3db;
    border-radius: 0 0 10px 10px;
    width: auto;
    float: right;
    position: absolute;
    top: -1px;
    margin: 0;
    padding: 0 10px;
}



/*============================ */
/*============== Request Quote Form ==============*/
/*============================ */
.request-quote {
    max-width: 800px;
    top: 50px;
    width: 100%;
}

.request-quote .modal-content {
    background: #FFF url(../images/star.png) 20px 93% no-repeat;
}

.request-quote .modal-body {
    padding: 30px;
}

.request-quote .form-row {
    margin-bottom: 15px;
    position: relative;
}

.request-quote .modal-footer {
    display: block
}

.request-quote .required {
    color: red;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
}

#spMessagePopup {
    margin-top: 10px;
    margin-left: 10px;
}

#spContactMessage {
    margin-top: 10px;
    margin-left: 10px;
}

.request-quote .form-control {
    border-radius: 0px;
    border-color: #EEE;
}

.request-quote .button {
    margin-top: 0px;
}

.request-form {
    padding-top: 30px;
    display: inline-block;
    width: 100%;
}

/*============= Home page industry section==========*/

.industry-section .white-box {
    margin: 15px 10px;
    text-align: center;
    padding: 15px 0px 0px 0px;
    /* transition: ease all 0.5s; */
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.flex-item {
    padding: 5px;
    width: 228px;
    height: 150px;
    margin-top: 10px;
}

.industry-section .white-box:hover {
    /*background: #daecef;*/
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    /* transform: scale(1.1) !important; */
}

.industry-section .white-box i {
    font-size: 40px;
    color: #2ab7c4;
    line-height: 50px;
}

.industry-section .white-box h4 {
    font-size: 18px;
    min-height: 44px;
}

.industry-section .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
}

.industry-section .owl-theme .owl-controls .owl-page.active span {
    background: #31b5c4;
}

.industry-section .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #31b5c4;
}



/*============= Home page About Us section==========*/

.about-us {
    background: #FFF;
}

.heading-center h1 {
    font-size: 36px;
    color: #424242;
    line-height: 36px;
    margin-bottom: 30px;
}

.heading-center h1::before {
    content: "";
    max-width: 136px;
    width: 100%;
    margin: 0 auto;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.about-project .info {
    margin-bottom: 30px;
}

/*.about-project{margin-top: 50px}*/
.about-project .info {
    padding: 30px 0%;
}

.about-project .info .image {
    margin-bottom: 0px;
}

.about-project .info h1 {
    font-size: 65px;
    font-weight: 400;
    color: #232323;
}

.about-project .info h2 {
    font-size: 26px;
    font-weight: 300;
    color: #232323;
}

.about-project .info .peragraph {
    font-size: 16px;
    line-height: 26px;
}

.about-project .white-boxaboutus {
    margin: 15px 10px;
    text-align: center;
    padding: 15px 0px 0px 0px;
    transition: ease all 0.5s;
}

.icon-arrow-right2:before {
    content: "\e095";
}

.white-boxaboutus {
    background: #fff;
    border-radius: 15px;
    padding: 0 0px 0px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 5px;
    border: #eee solid 1px;
    height: 100%;
}

.aboutus-section {
    /*background: url(../images/laptop-on-desk-from-above.jpg) bottom right no-repeat;*/
    background-size: 40%;
    background-color: #f8f8f8;
}

.spaniconcolor {
    color: #232323;
}

.white-boxcontactus {
    background: #fff;
    border-radius: 15px;
    padding: 29px 0 35px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 9px 3px;
    border: #f7f7f7 solid 1px;
    height: 537px;
}

.white-boxnewcontactus {
    background: #fff;
    border-radius: 15px;
    padding: 29px 0 35px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 9px 3px;
    border: #f7f7f7 solid 1px;
    height: 537px;
}


.footer-logo {
    max-width: 150px;
    margin-bottom: 10px;
    padding-top: 71px;
}


/*==============Contact us ==================*/

.contact-detail-top {
    width: 100%;
    padding: 0px;
}

.contact-detail-top .image {
    margin-bottom: 15px;
    transition: ease all 0.5s;
}

.text-blue {
    color: #212654;
}

.image .fa {
    font-size: 40px;
}

.image .fa:before {
    font-size: 50px;
    background: -webkit-linear-gradient(#3ec3cf, #41c5d1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    font-weight: normal;
}

.map-box {
    background: #FFF;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    height: 100%;
}

.map {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    clear: both;
}

.inquiry-form2 {
    background: #FFF;
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    height: 100%;
}

.heading-left-grey h3 {
    color: #232323;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: normal;
}

.heading-left-grey h3::before {
    content: "";
    max-width: 66px;
    width: 100%;
    margin: 0 auto;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0%;
    background: #ebeaea;
}

.inquiry-form2 .form-group {
    margin-bottom: 15px;
    position: relative;
}

.inquiry-form2 .form-control {
    border-color: #f2f2f2;
    border-radius: 0px;
}

.text-danger {
    color: #dc3545 !important;
}

.inquiry-form2 .required {
    color: red;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
}

#spContactMessage {
    margin-top: 10px;
    margin-left: 10px;
}

.inquiry-form2 button {
    cursor: pointer;
}

.contact-detail-top:hover .glyph-icon:before {
    background: -webkit-linear-gradient(#7885fe, #232857);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.heading-7 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    color: #8491a5;
    text-transform: uppercase;
    letter-spacing: .34em;
}

.list-style-1 {
    margin: 15px 0px;
    padding: 0px;
}

.list-style-1 li {
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    padding-left: 30px;
    position: relative;
    font-size: 17px;
    color: #424242;
}

.list-style-1 li i {
    position: absolute;
    top: 5;
    left: 0;
    color: #31b5c4;
    font-size: 20px;
    width: 25px;
    text-align: center;
}

.list-style-1 li a {
    color: #424242;
}

.inquiry-form2 {
    background: transparent;
    box-shadow: none;
    max-width: 1000px;
    margin: 0 auto;
}

.inquiry-form2 .form-control {
    border-radius: 25px;
    padding: 15px 25px;
    min-height: 50px;
    border: #e6e6e6 solid 1px;
    box-shadow: none;
}

.inquiry-form2 textarea.form-control {
    min-height: 150px;
}

.inquiry-form2 .button-white {
    margin: 0px;
    border-radius: 50px;
    width: 100%;
    background: #31b5c4;
    color: #fff;
}