/* Theme Name: Linexon - Responsive Landing Page Template
   Author: Themesdesign
   Version: 1.0.0
   Created: October 2017
   File Description: Main CSS file of the template
*/


/*
html {
    scroll-behavior: smooth;
  }
  *
  {
      font-family: 'Montserrat', sans-serif !important;
  } */

body {
    font-family: 'Roboto', sans-serif;
    color: #252525;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quattrocento Sans', sans-serif;
    line-height: 1.4em !important;
}

i.mdi-arrow-right-drop-circle-outline {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 5px;
}

a {
    color: #2c2e81;
    text-decoration: none !important;
    outline: none !important;
}

.company-sub-menu li a:hover {
    color: black !important;
}

hr.lght {
    height: 0.5px;
    background-color: #e6e6e6;
}

.archive.active,
.archive:hover {
    font-weight: 400;
    color: #2c2e81;
}

.fW300 {
    font-weight: 300 !important;
}

.archive {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 5px;
    display: block;
    cursor: pointer;
    margin-left: 30px;
}

.archive i {
    margin-left: -30px;
    font-size: 18px !important;
}

.w100 {
    width: 100% !important;
}

.mL15 {
    margin-left: 15px;
}

.mTB45 {
    margin-bottom: 45px;
    margin-top: 45px;
}

.pd0 {
    padding: 0px !important;
}

.lh16 {
    line-height: 1.6em !important;
}

.lh2 {
    line-height: 2em !important;
}

.lh2 li {
    margin-bottom: 15px;
}

.strng {
    font-weight: bold;
}

.clrRed {
    color: #da1e3d !important;
}

.clrWht {
    color: #ffffff !important;
}

.clrBlu {
    color: #2c2e81 !important;
}

.clrBlk {
    color: #252525 !important;
}

hr {
    height: 4px;
    background-color: #da1e3d;
}

.fL {
    float: left;
}

.fR {
    float: right;
}


/*======================
          HELPER
  ========================*/

.ss-content p {
    margin-top: 35px;
}

.even-sec .section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-color: #fff;
}

.section {
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: #fff;
}

.bg-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.h100 {
    height: 100%;
}

.pd0 {
    padding: 0px !important;
}

.pd7-10p {
    padding: 7% 10% !important;
}

.colcnt2 {
    column-count: 2;
}

.pd10p {
    padding: 10% !important;
}

.bg-overlay-gradient {
    background: #396afc;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2948ff, #396afc);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2948ff, #396afc);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.4;
}

.title h2 {
    margin-top: 10px;
}

span.title-border:before {
    left: 100%;
}

span.title-border:after {
    right: 100%;
}

span.title-border:before {
    content: "";
    background: #dadada;
    width: 45px;
    height: 1px;
    top: 9px;
    position: absolute;
}

span.title-border:after {
    content: "";
    background: #dadada;
    width: 45px;
    height: 1px;
    top: 9px;
    position: absolute;
}

span.title-border {
    padding: 0 8px;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    display: inline-block;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-custom {
    font-size: 15px;
    transition: all 0.4s;
    color: #2d3845 !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    box-shadow: none !important;
    background-color: #5250d0;
    border-color: #5250d0;
    color: #fff !important;
}

.btn-outline-custom {
    background-color: transparent;
    border: 1px solid #fff !important;
    transition: all 0.4s;
    color: #fff;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    box-shadow: none !important;
    color: #000;
}

.btn {
    padding: 4px 25px 3px;
    font-size: 14px;
    letter-spacing: 0.03px;
    font-weight: 700;
    text-transform: uppercase;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}


/*==========================
          HOME
  ============================*/

.bg-home {
    /* background-image: url('../images/home-bg.jpg');
    background-size: cover;
    background-position: center center;
    height: 100vh; */
    z-index: 9;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
    top: 30%;
    position: absolute;
    z-index: 0;
}

.home-center1 {
    display: table;
    width: 100%;
    height: 100%;
    top: 30%;
    /* // position: absolute; */
    z-index: 0;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.home-title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    z-index: 9999 !important;
}

.home-sub-title {
    font-size: 17px;
    line-height: 1.8;
    max-width: 600px;
}

.watch-video a span {
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    top: -5px;
}

.play-icon-circle {
    height: 64px;
    width: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 28px;
}

.play-btn-light {
    background-color: #fff !important;
    color: #6c77c0;
    mix-blend-mode: lighten;
    ;
}


/*----------DEMO 2-----------*/

.home-height-half {
    padding: 220px 0 150px 0;
    height: auto;
}


/*----------DEMO 3-----------*/

.home-half {
    padding-bottom: 150px;
    padding-top: 180px;
    background-image: url('../images/home-bg.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
}

.home-registration-form .form-title {
    font-size: 24px;
    font-weight: 600;
}

.home-registration-form .form-subtitle {
    line-height: 1.4;
    font-size: 18px;
}

.home-registration-form {
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px #000000;
}

.home-registration-form .registration-form label {
    font-size: 14px;
}

.home-subtitle-width-100 {
    max-width: 100%;
}

.small-text {
    font-size: 14px;
}

.registration-input-box {
    border: none;
    border-radius: 0px;
    color: #999;
    border-bottom: 1px solid #c5c5c5;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
}

.learn-more i {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 5px;
}

.second-title {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 1px;
}


/*---------DEMO 6-----------*/

.back-slide {
    height: 75vh;
    position: relative;
}

.search-form input {
    padding: 15px 20px;
    width: 100%;
    font-size: 17px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 180px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 30px;
}

.search-form button {
    position: absolute;
    top: 7px;
    right: 8px;
    outline: none !important;
    border-radius: 30px;
    font-size: 17px;
    padding: 9px 30px;
}

.search-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}


/*--------DEMO 8-----------*/

.bg-gradient {
    background: -webkit-linear-gradient(#7474BF, #348AC7);
    background: -moz-linear-gradient(#7474BF, #348AC7);
    background: -ms-linear-gradient(#7474BF, #348AC7);
    background: -o-linear-gradient(#7474BF, #348AC7);
    background: linear-gradient(#7474BF, #348AC7);
}

.navbar-light {
    background-color: #fff;
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1) !important;
}

.navbar-light .navigation-menu>li>a {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    min-height: 62px;
}

.navbar-light .logo .logo-dark {
    display: inline-block !important;
}

.navbar-light .navigation-menu>li>a {
    color: #000 !important;
}


/*-----------DEMO 9----------*/

.bg-overlay-gredient {
    background: #000046;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1CB5E0, #000046);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1CB5E0, #000046);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    opacity: 0.8;
}


/*----------DEMO 10-----------*/

.bg-video {
    background-color: #000;
}


/*---------DEMO 11--------*/

.navbar-light.small {
    top: 0px !important;
    width: 100%;
}


/*--------DEMO 12----------*/

.slidero {
    position: relative;
    z-index: 1;
}


/*---------DEMO 13-----------*/

.main-slider .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: none;
}

.main-slider .flex-control-paging li a:hover {
    background: #333;
    background: rgba(255, 255, 255, 0.9);
}


/* .main-slider .flex-control-paging li a.flex-active {
  } */

.main-slider .flex-control-nav {
    bottom: -50px;
    left: 0;
    right: 0;
    width: auto;
}


/*==========================
          FEATURES
  ============================*/

.features-desc h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}

.features-desc p {
    font-size: 15px;
}

.features-desc a {
    color: #000;
    transition: all 0.5s;
    font-size: 15px;
    font-weight: 600;
}

.features-desc a i {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.features-border {
    height: 2px;
    width: 70px;
}


/*==========================
          CTA
  ============================*/

.critarea-desc {
    font-size: 26px;
}


/*==========================
          SERVICES
  ============================*/

.service-box {
    border-bottom: 1px dotted #e4e4e4;
    border-radius: 3px;
    position: relative;
    padding-bottom: 3rem;
}

.service-left {
    float: left;
}

.service-box .service-icon {
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.service-box .service-desc h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2c2e81;
}

.service-box .service-desc p {
    font-size: 14px;
}

p.inner-text {
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 3rem;
}

.bg-video .owl-stage-outer.ng-star-inserted {
    margin: 1px;
}


/*=========================
      CLIENTS/TESTIMONIAL
  ===========================*/

.testimonial-box h4 {
    line-height: 26px;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.client-images img {
    max-height: 100px;
    width: auto !important;
    margin: 10px auto;
}

.client-images img:hover {
    opacity: 0.6;
}

.client-images .owl-pagination {
    display: none;
}

.testi-work {
    font-size: 15px;
}


/*=========================
          TEAM
  ===========================*/

.team-box {
    border-radius: 7px;
    /* border: 1px dashed #ddd; */
    box-shadow: 0 0 9px #d1d1d1;
    height: 100%;
}

.team-box .team-desc .team-name {
    font-weight: 600;
}

.team-box .team-desc .team-work {
    font-size: 14px;
}

.team-social li a {
    color: #808083;
    transition: all 0.52s;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
}

.team-social li a:hover {
    color: #fff;
}


/*=========================
          PRICING
  ===========================*/

.plan-price h6 {
    font-weight: 600;
    font-size: 36px;
    height: 110px;
    width: 110px;
    line-height: 110px;
    display: inline-block;
    color: white;
    border-radius: 50%;
}

.plan-price h6 span {
    font-size: 16px;
}

.plan-title h5 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
}

.plan-features p {
    color: #8e8e8e;
}

.pricing-box {
    border-radius: 8px;
    border: 1px solid #e2e2e2;
}


/*==========================
          CONTACT US
  ============================*/

.form-sub-title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 50px;
}

label {
    font-size: 14px;
    font-weight: 500;
    color: #2d3845;
}

fieldset.border {
    border: 1px solid #e8e8e8;
    padding: 30px 10px 15px;
}

form.app label {
    font-size: 13px;
    font-weight: 500;
    color: #2c2e81;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 1.6em;
    margin-bottom: 0px;
}

.prefix {
    position: absolute;
    top: 37px;
    right: 20px;
    color: #777;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.form-control {
    margin-bottom: 25px;
    box-shadow: none !important;
    height: 44px;
    border: 0px;
    border-bottom: 0.5px solid #2d3845;
    width: 100%;
    padding: 0px 15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    color: #2d3845;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0px;
}

textarea.form-control {
    height: auto;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    background-color: rgba(244, 35, 103, 0.2);
    margin-bottom: 20px;
    text-align: center;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #0dba26;
    font-size: 22px;
}


/*==========================
          FOOTER
  ============================*/

.company-sub-menu li a {
    color: #9faebe;
    font-size: 13px;
    margin-bottom: 7px;
    display: inline-block;
    transition: all 0.5s;
}

.footer-title {
    font-size: 15px;
    font-weight: 700
}

.company-sub-menu li a:hover {
    text-decoration: none;
}

.contact-us p {
    color: #9faebe;
    font-size: 13px;
    margin-bottom: 7px;
}

.footer-icons li a {
    height: 35px;
    width: 35px;
    color: #9faebe;
    text-align: center;
    border-radius: 20%;
    font-size: 13px;
    display: inline-block;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #9faebe;
    transition: all 0.5s;
}

.bbLgt {
    border-bottom: 1px solid #364350;
}

.footer-icons li a:hover {
    color: #fff;
}

.footer-alt {
    background: #2d3845;
}

.footer-alt .copy-rights {
    line-height: 25px;
    color: #9faebe;
    font-size: 13px;
    font-weight: 300;
}

@media (max-width: 768px) {
    .second-title {
        font-size: 20px !important;
    }
    #features {
        height: auto !important;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .btn {
        text-align: left !important;
    }
    .title-section {
        margin: 0 0 15px !important;
    }
    .service-box .service-desc {
        width: auto;
        margin-left: 0%;
    }
    .service-box .service-icon {
        top: -15px;
        position: relative;
        transform: none;
        left: 0;
    }
    .vertical-content {
        display: inherit;
    }
    .features-desc h2 {
        font-size: 26px;
    }
    .home-title {
        font-size: 28px;
    }
    .home-sub-title {
        font-size: 14px;
    }
    .home-half {
        padding-bottom: 85px;
        padding-top: 120px;
    }
    .home-height-half {
        height: 100vh !important;
    }
    .navbar-light .logo {
        line-height: 0px !important;
        padding: 0px !important;
    }
}

ul.pattern {
    list-style: none outside none;
    margin: 0 0 0px;
    overflow: hidden;
    padding: 0;
    border-radius: 0px;
}

ul.pattern li {
    float: left;
    margin: 2px;
}

ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 0px 35px 0px 0;
    margin: 5px;
}

ul.pattern .color1 {
    background-color: #615fe6;
}

ul.pattern .color2 {
    background-color: #ff546c;
}

ul.pattern .color3 {
    background-color: #f2b31a;
}

ul.pattern .color4 {
    background-color: #31b164;
}

ul.pattern .color5 {
    background-color: #8060cf;
}

ul.pattern .color6 {
    background-color: #37b8df;
}

@media only screen and (max-width: 479px) {
    #style-switcher {
        display: none;
    }
}

.home-crcl {
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: -webkit-fit-content;
}

.crcl-sector,
.home-crcl ul {
    cursor: pointer;
    transform: rotate(180deg);
}

.home-crcl .sector-title {
    list-style: none;
    position: absolute;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    width: -webkit-max-content;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}

.sector-cntnt1,
.sector-cntnt2,
.sector-cntnt3,
.sector-cntnt4 {
    position: relative;
    display: none;
}

.sector-cntnt1 .sector-bg {
    background-image: url("../images/application.jpg");
}

.sector-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.05;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.title-section {
    font-weight: 300;
    border-bottom: 5px solid #da1e3d;
    width: -webkit-max-content;
    padding-bottom: 15px;
    margin: 0 auto 15px;
}

.inner-section {
    font-weight: 300;
    border-bottom: 5px solid #da1e3d;
    width: -webkit-fit-content;
    padding-bottom: 4px;
    margin: 0px 0px 15px;
}

.sector-txt {
    color: #fff;
    z-index: 999;
    font-size: 13px;
    line-height: 25px;
}

#features {
    background: #2c2e81;
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;
    /* height: 700px; */
    z-index: 0;
}

.knowmaresec {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 46px;
    padding-top: 20px;
}

.knowmaresec span {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    background: #ffff;
    border-radius: 50%;
    color: #000;
    justify-content: center;
}

.sector-cntnt1 {
    background-image: linear-gradient(45deg, rgba(255, 0, 0, 0) 50%, rgba(255, 255, 255, 0.02) 0%);
}

.sector-cntnt2 {
    background-image: linear-gradient(90deg, rgba(255, 0, 0, 0) 50%, rgba(255, 255, 255, 0.0196078) 0%);
}

.sector-cntnt3 {
    background-image: linear-gradient(135deg, rgba(255, 0, 0, 0) 50%, rgba(255, 255, 255, 0.0196078) 0%);
}

.sector-cntnt4 {
    background-image: linear-gradient(180deg, rgba(255, 0, 0, 0) 50%, rgba(255, 255, 255, 0.02) 0%);
}

.strt-sector {
    -webkit-transition-property: width, height;
    /* Safari */
    -webkit-transition-duration: 0.5s;
    /* Safari */
    transition-property: cx;
    transition-duration: 0.5s;
}

.home-crcl ul.active {
    transform-origin: center center;
    animation: rise-n-swing 2s 1, fadeIn 2s 1;
    animation-fill-mode: forwards;
}

.crcl-sector.active {
    transform-origin: center center;
    animation: rise-n-swing 2s 1, fadeIn 2s 1;
    animation-fill-mode: forwards;
}

.service-icon {
    color: #2c2e81 !important;
}

.accordion {
    margin-bottom: 30px;
}

.card {
    border: 0px !important;
    border-radius: 0px !important;
}

.card-body {
    font-size: 14px;
    line-height: 1.6em;
}

.card-header {
    border: 0px !important;
    background: #fff !important;
    padding: 0px !important;
}

.card-header .btn {
    padding: 0px;
    color: #2c2e81 !important;
}

.features-sm .card-header .btn {
    color: #fff !important;
}

.features-sm .card,
.features-sm .card-header {
    background: transparent !important;
}

@keyframes fadeOut {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes rise-n-swing {
    0% {
        transform: rotateZ(180deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}

.team-logo {
    width: 100%;
    border: 1px solid #e9e9e9;
    border-radius: 100%;
    padding: 10px;
    float: left;
}

.view_link {
    color: #0d7148 !important;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}

.footer-icons .list-inline-item {
    display: inline-block;
    width: 7%;
}

.team-social {
    margin-bottom: 15px;
}

.team-social .list-inline-item {
    display: inline-block;
    /* width: 10% !important; */
}

@media screen and (min-width: 320px) and (max-width: 540px) {
    .back-slide {
        height: 235px;
        position: relative;
        background-attachment: unset !Important;
    }
    .team-img {
        max-height: unset !important;
        overflow: unset !important;
    }
}