@import url(hamburgers.css);
@import url(font-family.css);

* {
    margin: 0;
    border: none;
    outline: 0
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald" !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: "Roboto" !important;
    font-size: 16px;
    color: #3c3b3b;
    line-height: 1.8;
    font-weight: 500;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    position: relative;
}

.butn {
    padding: .65rem 1.75rem;
    font-weight: 500;
    font-size: 18px;
    min-width: 160px;
    border-radius: 9px;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px
}

*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(-45deg, #1374f6 0%, #f44 50%, #92be10 100%)
}

.bordered-layout .page-wrapper {
    padding: 0 50px 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #1374f6;
    text-decoration: none;
}

a:focus,
a:hover,
a:visited,
button {
    outline: 0 !important
}

.navbar-toggler:focus,
.btn.focus,
.btn:focus,
.form-control:focus {
    outline: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent
}

.form-control {
    height: 50px;
    border: 1px solid #d4dfef;
    border-radius: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
    background: #ecf2fb;
}

.bg-light {
    background-color: #f5f9ff !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.6em;
    color: #19274d
}

textarea {
    overflow: hidden
}

li,
ul {
    margin: 0
}

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

.btn-theme,
.go-home {
    position: relative;
    display: inline-block;
    font-size: 19px;
    line-height: 30px;
    color: #fff;
    padding: 10px 38px;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    text-transform: capitalize;
    background-color: #1374f6;
    text-decoration: none !important
}

.btn-theme:hover,
.go-home:hover {
    color: #fff;
    background-color: #192d59
}

.line-bnt {
    font-size: 16px;
    color: #19274d;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase
}

.line-bnt:hover {
    color: #293a5c;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none
}

.text-green {
    color: #92be10
}

.text-blue {
    color: #1374f6
}

.box-shadow {
    -webkit-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 25%)
}

.py-90 {
    padding: 90px 0
}

.pt-90 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.py-70 {
    padding: 70px 0
}

.pt-70 {
    padding-top: 70px
}

.pb-50 {
    padding-bottom: 50px
}

.mb-20 {
    margin-bottom: 20px
}

.text-title {
    position: relative;
    font-size: 38px;
    line-height: 1.1em;
    margin: 0;
    font-weight: 600
}

.heading-title {
    font-size: 24px;
    position: relative;
    font-weight: 600;
    line-height: 1.3em
}

.bg-blue {
    background-color: #1374f6
}

.mb-30 {
    margin-bottom: 30px
}

.bg-red {
    background-color: #f44
}

.bg-green {
    background: #92be10
}

.field-information-verifycode label::after,
.field-quote-verifycode label::after,
.required label::after {
    content: "*";
    color: #FF0000;
    margin-left: 3px
}

header {
    z-index: 999;
    position: relative;
    top: 0;
    width: 100%;
    box-shadow: 0 0 10px 0 rgb(217 224 233)
}

header.custom-header {
    position: absolute
}

header .outer-container {
    padding: 0 15px;
    max-width: 1480px;
    margin: 0 auto
}

header .navbar-brand {
    width: 200px
}

header li a.nav-link {
    position: relative;
    display: block;
    color: #19274d;
    text-align: center;
    line-height: 55px;
    text-transform: capitalize;
    font-size: 16px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    text-transform: uppercase;
    font-weight: 500
}

header .dropdown .dropdown-menu a:hover,
header li a.nav-link:hover,
header li a:hover {
    color: #1374f6;
    text-decoration: none
}

header li.nav-item {
    margin-right: 30px
}

header li.nav-item i {
    font-size: 20px;
    font-weight: 600;
    margin-top: 17px;
    float: right;
    margin-left: 10px
}

.line-height-normal {
    line-height: normal
}

.caret.company-dropdown.show::after,
a.caret.active::after,
li.dropdown.mega-dropdown.caret.has-submenu.show::after {
    content: none !important;
    width: 11px;
    border-bottom: 2px solid #022a5e !important;
    top: 20px !important
}

header .btn-theme {
    padding: 7px 25px;
    text-transform: uppercase;
    font-size: 16px
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(242, 229, 229, .5);
    box-shadow: 0 0 10px 0 rgba(242, 229, 229, .5);
    background-color: #fff !important;
    animation: slide-down .7s
}

@keyframes slide-down {
    0% {
        opacity: .9;
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: .9;
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.dropdown:hover>.dropdown-menu {
    display: block
}

nav.navbar .hamburger {
    padding: 0 !important;
    box-shadow: none !important;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none
}

.mega-dropdown a.dropdown-toggle:before {
    display: inline-block
}

li.mega-dropdown:hover a.dropdown-toggle:before {
    display: inline-block;
    /* width: 70px;
     */
    right: 0;
    left: 0;
    margin: 0 auto
}

.mega-menu {
    min-width: 90% !important;
    margin: auto;
    width: 90%;
    left: 0;
    right: 0
}

.navbar .mega-dropdown {
    position: static !important
}

.mega-menu li {
    vertical-align: top;
    width: 24%;
    padding-left: 0px;
    padding-right: 10px;
    display: inline-block;
    margin-left: 0 !important
}

header .dropdown .dropdown-menu a {
    color: rgb(77, 91, 124);
    font-weight: 500;
    width: 100%;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    padding: 2px 0;
    display: inline-block
}

header .dropdown .dropdown-menu h5 a {
    font-weight: 700;
    color: #19274d;
}

.mega-menu li h5 a {
    font-size: 18px !important;
    color: #19274d;
    font-weight: 600
}

header .dropdown .dropdown-menu h5:after {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #022a5e;
    left: 0;
    bottom: 0;
    margin: 0 auto
}

header .dropdown .dropdown-menu h5 {
    margin-bottom: 10px;
    width: fit-content
}

.mega-dropdown .dropdown-toggle::after {
    display: none
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu a.caret::after {
    position: absolute;
    right: 6px;
    top: 0;
    content: "\2b";
    color: #022a5e;
    font-family: 'Font Awesome 6 Free';
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 2;
    font-weight: 600;
    font-size: 20px;
    display: inline-block !important;
    border: 0
}

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

.software-section {
    background: #1374f6;
    padding-bottom: 230px
}

.customize-block .inner-box {
    position: relative;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    background-color: #3082ef;
    height: 100%
}

.service-block {
    position: relative
}

.service-block .inner-box {
    position: relative;
    height: 100%;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    padding: 25px 25px 59px 25px;
    background-color: #749907;
    border: 1px solid #96c017;
    box-shadow: 0 10px 10px rgba(50, 199, 136, .1)
}

#countGrid {
    counter-reset: countGrid
}

.service-block .inner-box::before {
    counter-increment: countGrid;
    content: counter(countGrid, decimal-leading-zero);
    position: absolute;
    bottom: 17px;
    left: 22px;
    font-weight: 700;
    opacity: .13;
    color: #fff;
    font-size: 50px
}

.service-block .inner-box .back-text {
    position: absolute;
    bottom: -18px;
    left: -24px;
    opacity: .1;
    height: 150px;
    width: 150px;
    box-shadow: 0 0 22px 10px #ccc, 0 0 0 15px #e5e5e5;
    border-radius: 100%;
    background: #fff
}

.service-block .inner-box h4 {
    position: relative;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 18px
}

.service-block .inner-box h4 a {
    position: relative;
    color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.service-block .inner-box .text {
    position: relative;
    color: #fff;
    line-height: 1.9em;
    margin-bottom: 30px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.service-block .inner-box .icon-outer {
    position: absolute;
    display: inline-block;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto
}

.intro-section .owl-dots {
    display: none
}

.intro-section .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    opacity: 1;
    margin-top: -40px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.intro-section:hover .owl-nav {
    opacity: 1
}

.intro-title img {
    width: auto !important
}

.video-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: left
}

.video-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 45px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    display: block
}

.video-box .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0)
}

.video-box .ripple,
.video-box .ripple:after,
.video-box .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(250, 69, 74, .6);
    -moz-box-shadow: 0 0 0 0 rgba(250, 69, 74, .6);
    -ms-box-shadow: 0 0 0 0 rgba(250, 69, 74, .6);
    -o-box-shadow: 0 0 0 0 rgba(250, 69, 74, .6);
    box-shadow: 0 0 0 0 rgba(250, 69, 74, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
}

.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0)
    }
}

.intro-section .intro-block {
    background: #1374f6
}

.intro-section .intro-block .inner-column {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.intro-section .intro-block .intro-title {
    padding-bottom: 20px
}

.featured-section-two .inner-box {
    position: relative;
    padding: 25px;
    border-radius: 7px;
    border: 1px solid #d4dfef;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    height: 100%;
    background-color: #fff
}

.featured-section-two a:hover .inner-box {
    background-color: #192d59
}

.featured-section-two a:hover h5 {
    color: #fff
}

.featured-section-two .inner-box .upper-box {
    position: relative;
    display: flex;
    align-items: center
}

.featured-section-two .inner-box .upper-box .icon {
    position: relative;
    left: 0;
    top: 0;
    font-size: 34px;
    line-height: 1em;
    color: #f44;
    line-height: 1em;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding: 18px;
    background: #fff;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
    border-radius: 5px
}

.featured-section-two .inner-box .upper-box h5 {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: 'Inter', sans-serif;
    padding-left: 20px
}

.feature-block-two .inner-box .text {
    position: relative;
    color: #19274d;
    font-size: 16px;
    margin-top: 12px;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.feature-block-two .inner-box .big-icon {
    position: absolute;
    right: 0;
    bottom: -10px;
    font-size: 80px;
    line-height: 1em;
    color: rgba(255, 255, 255, .1)
}

footer .widgets-section {
    padding-bottom: 24px
}

.list-link {
    position: relative
}

.list-link li {
    position: relative;
    margin-bottom: 15px
}

.list-link li a {
    position: relative;
    color: #fff;
    font-size: 17px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.list-link li a:hover {
    color: #1374f6;
    text-decoration: none
}

.address-link li {
    padding-left: 25px;
}

.address-link li i {
    position: absolute;
    left: 0;
    top: 7px;
}

.main-footer .footer-bottom .inner-container {
    position: relative;
    padding: 24px 0;
    border-top: 1px solid #d8e3ff
}

.main-footer .social-column {
    position: relative
}

.main-footer .social-column ul {
    position: relative
}

.main-footer .social-column ul li {
    position: relative;
    margin-right: 14px;
    display: inline-block
}

.main-footer .social-column ul li a {
    color: #fff;
    font-size: 20px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    margin: 3px 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-footer .social-column ul li a:hover {
    color: #f45b60;
    border-color: #f45b60
}

.main-footer .upper-box {
    position: relative;
    margin-bottom: 30px
}

.main-footer::before {
    display: none
}

.main-footer {
    padding-top: 170px;
    background-color: #19274d;
    z-index: 1
}

.main-footer .footer-widget h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 600
}

.main-footer .social-column ul li a img {
    margin-top: -3px
}

.footer-column p {
    font-size: 17px
}

.address-link a,
a.readmore {
    color: #33b5e5 !important;
    font-size: 17px;
    text-decoration: underline
}

.address-link a:hover,
a.readmore:hover {
    color: #1374f6 !important
}

.copyright a {
    text-decoration: none;
    color: #33b5e5
}

.copyright a:hover {
    color: #1374f6
}

.call-action {
    background: #92be10;
    padding: 40px 0;
    z-index: 2;
    position: relative;
    border-radius: 10px;
    margin-bottom: -100px
}

.call-action .contact-us {
    margin-left: 40px
}

.call-action .btn-default {
    position: relative;
    display: inline-block;
    font-size: 19px;
    line-height: 30px;
    color: #fff;
    padding: 10px 38px;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    text-transform: capitalize;
    background-color: transparent;
    border: 2px solid #fff
}

.btn.btn-default:hover {
    background-color: #19274d;
    border-color: #19274d
}

.call-action .contact-us .btn-default:hover {
    background-color: #fff;
    color: #1374f6
}

.blog-section-four {
    position: relative;
    padding: 70px 0 70px
}

li.post-category,
li.post-date {
    border: 1px solid #d4dfef
}

.product-list {
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 45px 0 rgba(26, 57, 127, .1);
    -ms-box-shadow: 0 20px 45px 0 rgba(26, 57, 127, .1);
    -o-box-shadow: 0 20px 45px 0 rgba(26, 57, 127, .1);
    box-shadow: 0 20px 45px 0 rgba(26, 57, 127, .1);
    border: 1px solid #d4dfef
}

.product-list h5 {
    font-size: 19px;
    font-weight: 500
}

.blog-readmore {
    position: absolute;
    bottom: 14px;
    left: 40px
}

.cta-section .btn-theme {
    background-color: transparent;
    border: 2px solid #fff
}

.page-title {
    padding: 50px 0;
    background-color: #1374f6;
    color: #fff;
    background-image: url(../img/about/bg-2.jpg);
    background-position: center
}

.who-we-are .inner-content {
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 25%);
    padding: 30px;
    background: #fff;
    position: relative;
    z-index: 1;
    height: 100%
}

.pb-90 {
    padding-bottom: 90px
}

.border {
    border: 1px solid #d4dfef !important
}

.fact-section {
    background: #83ac0a;
    z-index: 1;
    position: relative
}

.border-top {
    border-top: 1px solid #d4dfef !important
}

.comment-list li {
    border-bottom: 1px solid #d4dfef;
    padding: 10px 0
}

.product-widgets .card .text-start a {
    color: #3c3b3b
}

.product-social ul li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #022a5e;
    color: #fff;
    border-radius: 50%;
    text-decoration: none !important
}

.product-social ul li {
    display: inline-block;
    margin-right: 10px;
    padding-left: 0
}

.product-social ul li a.facebook {
    background: #3a589b !important
}

.product-social ul li a.twitter {
    background: #1c9deb !important
}

.product-social ul li a.linkedin {
    background: #007ab9 !important
}

.product-social ul li a.whatsapp {
    background: #189d0e !important
}

.product-social ul li a.google {
    background: #cd4237 !important
}

.product-social ul li a.linkedin:hover {
    background: #04699d !important
}

.product-social ul li a.facebook:hover {
    background: #2d4c91 !important
}

.product-social ul li a.twitter:hover {
    background: #1588ce !important
}

.product-btn .btn-theme {
    background-color: #92be10
}

.product-btn .btn-theme:hover {
    background-color: #1374f6
}

.sales-solution {
    background: #19274d;
    border-radius: 10px;
    padding: 10px 20px
}

.border-right {
    border-right: 1px solid #d4dfef !important
}

hr {
    border-top: 1px solid rgb(212 223 239)
}

.sales-solution.mb-4 p {
    color: #fff;
    font-size: 20px
}

.product-list-view .product-list-image a {
    display: inline-block;
    border: 1px solid #d4dfef
}

.product-list-view .d-inline-block:not(:last-child) .product-list-image a {
    margin-right: 20px
}

.product-list-view .product-list-image a:hover {
    border: 1px solid #9c0
}

.product-list-view .product-list-image:hover {
    background: #f3f8ff
}

.product-list-view .d-inline-block {
    margin-bottom: 15px
}

body.contact-footer .main-footer {
    padding-top: 50px
}

.contact-info {
    height: 100%;
    padding: 25px 35px 35px 35px;
    background-size: cover;
    background-position: center;
    background: #19274d
}

.info-icon {
    min-width: 50px
}

.contact-info-box i {
    font-size: 22px;
    line-height: 45px;
    width: 45px;
    border-radius: 15px;
    background-color: #fff;
    color: #19274d;
    text-align: center;
    height: 45px
}

.contact-info-box a {
    color: #33b5e5;
    text-decoration: none !important
}

.contact-info-box a:hover {
    color: #007bff
}

.contact-info-inner {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    padding-left: 25px
}

.h50 {
    height: 50px;
    font-size: 20px;
    line-height: 40px
}

.mt-32 {
    margin-top: 32px
}

.verfication-img {
    margin-right: 0 !important;
    max-width: 25% !important;
    flex: 0 0 25% !important;
    padding-right: 0 !important
}

.verfication-img span {
    height: 52px;
    display: block !important
}

.field-information-verifycode .col-lg-7 {
    max-width: 75%;
    flex: 0 0 75%
}

.blog-detail-meta ul li {
    display: inline-block;
    margin-right: 10px;
    border-right: 2px solid #3c3b3b;
    line-height: 18px;
    padding-right: 10px
}

.blog-detail .product-social ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px
}

.blog-detail-meta span,
.blog-meta span {
    display: inline-block
}

.blog-detail-meta span {
    line-height: 18px
}

.blog-detail-meta ul li:last-child {
    margin-right: 0;
    border-right: 0;
    padding-right: 0
}

.blog-ul li:first-child {
    max-width: 66%;
    width: 66%
}

span.post-category {
    color: #92be10;
    font-size: 14px
}

.blog-article figure {
    margin: 0;
}

.blog-article figure a {
    height: 224px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.blog-article figure a img {
    object-fit: contain;
    width: 100%;
}

.blog-content .btn-theme {
    padding: 8px 12px;
    font-size: 17px;
    background-color: transparent;
    color: #92be10;
    border: 2px solid #92be10;
    line-height: 20px;
}

.blog-content .btn-theme:hover {
    background-color: #92be10;
    color: #fff;
}

span.blog-date,
span.post-category {
    color: #19274d;
    font-size: 16px;
}

.blog-content h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.blog-content h4 a {
    color: #19274d;
    text-decoration: none;
}

.blog-content h4 a:hover,
.categories-bg li a:hover {
    color: #1374f6;
    text-decoration: none;
}

.categories-bg li a {
    color: #3c3b3b;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #d4dfef
}

.categories-bg {
    background: #fff;
    padding: 0 30px;
    border-top: 4px solid #19274d
}

.categories-bg li a:hover {
    background-color: #f5f9ff
}

.blog-contact {
    background: #92be10;
    border-radius: 10px;
    padding: 35px;
    position: relative
}

.blog-contact .btn-theme {
    background-color: transparent;
    border: 2px solid #fff
}

.blog-contact .btn-theme:hover {
    background-color: #fff;
    color: #92be10
}

.blog-contact h3 {
    line-height: 30px
}

.blog-contact::before {
    background-image: url(../img/growth.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    right: -14px;
    content: "";
    width: 160px;
    height: 100px;
    opacity: .6
}

.blog-detail-info {
    border: 1px solid #d4dfef;
    padding: 10px 20px;
    border-radius: 10px;
    background: #f5f9ff
}

.blog-views {
    color: #92be10
}

.blog-detail .views {
    color: #92be10
}

.cx-section {
    background: #fff;
    padding: 20px 0 100px 0
}

.p-bg.quote-content {
    padding: 40px 0
}

.content-section.card {
    border: 0
}

.cx-section.contact-section .card {
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 25%);
    border: 0;
    padding: 20px
}

.field-quote-verifycode .col-lg-4 {
    margin-right: 0 !important;
    max-width: 25% !important;
    flex: 0 0 25% !important
}

#quote-verifycode-image {
    height: 50px;
    border: 1px solid #d4dfef
}

.field-information-verifycode .col-lg-8 {
    max-width: 75%;
    flex: 0 0 75%
}

#kyc-form .button,
.contact-form .button {
    position: relative;
    display: inline-block;
    font-size: 19px;
    line-height: 30px;
    color: #fff;
    padding: 10px 38px;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    text-transform: capitalize;
    background-color: #1374f6
}

.breadcrumb-title {
    line-height: 38px
}

#lhc_status_container #offline-icon {
    background: #1374f6 url(//jilivechat.com/crm/design/defaulttheme/images/getstatus/offline.svg) no-repeat center !important
}

.page-detail-view h3.title {
    display: none
}

.counter-up-wrapper table tr:last-child td {
    border-bottom: 0;
}

.content .wrapper-2 {
    padding: 30px;
    margin: 60px 0;
    -webkit-box-shadow: 0 20px 45px 0 rgba(26, 57, 127, .1);
    -ms-box-shadow: 0 20px 45px 0 rgba(26, 57, 127, .1);
    -o-box-shadow: 0 20px 45px 0 rgba(26, 57, 127, .1);
    box-shadow: 0 20px 45px 0 rgba(26, 57, 127, .1);
    background: #fff;
    text-align: center
}

ul.pagination li a,
ul.pagination li.next span,
ul.pagination li.prev span {
    padding: 5px 15px;
    background: #fff;
    color: #000;
    display: block;
    margin: 10px 5px;
    border: 1px solid #e3e8ee;
    border-radius: 4px;
    text-decoration: none !important
}

ul.pagination {
    text-align: center;
    display: block;
    margin: 20px 0
}

ul.pagination li {
    display: inline-block
}

ul.pagination li.active a {
    background: #19274d !important;
    color: #fff;
    border: 1px solid #19274d
}

ul.pagination li.next span,
ul.pagination li.prev span {
    color: #555
}

ul.pagination li a:hover {
    background: #e9ecef
}

.bg-bottom {
    background-color: #ffffffd1
}

.bg-bottom button.btn-success {
    color: #fff;
    background-color: #1374f6 !important;
    border-color: #1374f6 !important;
    padding: 7px 20px;
    margin-left: 10px;
    font-size: 18px
}

header .dropdown-item:focus,
header .dropdown-item:hover {
    background-color: #fff
}

.personal-detail #kyc-form #quote-detail {
    min-height: 154px;
    height: 154px
}

.personal-detail #kyc-form .field-quote-verifycode .col-lg-4 {
    max-width: 25% !important;
    flex: 0 0 25% !important;
    padding-right: 0 !important;
    border: 1px solid #d4dfef;
    padding-left: 0
}

.personal-detail #kyc-form .field-quote-verifycode .col-lg-4 img {
    height: 50px;
    display: block !important;
    border: 0
}

.personal-detail #kyc-form .field-quote-verifycode .col-lg-8 {
    max-width: 75%;
    flex: 0 0 75%;
    padding-right: 0
}

.personal-detail #kyc-form .field-quote-verifycode .row {
    margin: 0
}

.form-custom-radio {
    width: 100%;
    text-align: center;
    border-radius: 0;
    transition: all ease .25s;
    border: 1px solid #e8e8e8;
    padding-left: 0
}

.form-check-label {
    padding: 11px 14px;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #071c4d !important;
    width: 100%;
    cursor: pointer
}

.form-custom-radio .form-check-label:before {
    display: none
}

.form-custom-radio input[type="checkbox"],
input[type="radio"] {
    margin-left: 0
}

.form-custom-radio input[type="radio"]:checked~.form-check-label {
    background: #8bc34a;
    color: #fff !important;
    border-color: #8bc34a !important
}

.what-app-ic {
    display: inline-block
}

.what-app-ic img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-left: 10px;
    transition: all ease .3s;
    animation: moveIcon 1s infinite
}

@keyframes moveIcon {

    0%,
    100% {
        opacity: 1;
        transform: scale(1, 1)
    }

    50% {
        opacity: 1;
        transform: scale(1.1, 1.1)
    }
}

.border-form .form-control {
    border: 1px solid #DDE1EB !important;
    border-radius: 4px
}

.form-custom-radio {
    width: 100%;
    text-align: center;
    border-radius: 0;
    transition: all ease .25s;
    border: 1px solid #e8e8e8;
    padding-left: 0
}

.form-check-label {
    padding: 11px 14px;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #071c4d !important;
    width: 100%;
    cursor: pointer
}

.form-custom-radio .form-check-label:before {
    display: none
}

.form-custom-radio input[type="checkbox"],
input[type="radio"] {
    margin-left: 0
}

.form-custom-radio input[type="radio"]:checked~.form-check-label {
    background: #8bc34a;
    color: #fff !important;
    border-color: #8bc34a !important
}

.btn {
    padding: .65rem 1.75rem;
    border: 2px solid transparent;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.6px
}

.btn-outline-light {
    color: #fff;
    border-color: #fff
}

.btn-white-light {
    background-color: #f8f9fa;
    border: 2px solid #f8f9fa;
    color: #843bee
}

.btn-white-light:hover {
    background-color: transparent;
    color: #fff
}

.mt-md-120 {
    margin-top: 120px
}

.section-title {
    position: relative
}

.section-title {
    position: relative
}

.section-title.text-center p {
    max-width: 700px;
    margin: auto
}

.fluid-2 {
    padding: 0 10% !important
}

.tnq-wrapper {
    padding: 108px 0 20px !important
}

.btn-main,
.btn-gredient {
    border: 1px solid #1374f6;
    font-size: 16px;
    color: #fff;
    padding: 9px 27px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    font-weight: 600;
    background: #1374f6;
    text-decoration: none !important;
    display: inline-block;
    white-space: nowrap;
    border-radius: 5px;
    height: fit-content;
    line-height: 1.7
}

.btn-main:hover,
.btn-gredient:hover {
    color: #1374f6;
    background-color: #1374f6
}

.btn-main::before,
.btn-gredient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.btn-main:hover::before,
.btn-gredient:hover::before {
    width: 100%
}

.btn-white-border {
    border-color: #fff;
    color: #fff;
    background: transparent
}

.btn-white-border:hover {
    color: #f44;
    background-color: transparent
}

.btn-white-border::before {
    background-color: #fff
}

.btn-white-border:hover::before {
    width: 100%
}

.main_wrapper {
    position: relative
}

.page-bg {
    padding: 50px 0;
    background-color: #1374f6;
    color: #fff;
    background-image: url(../img/about/bg-2.jpg);
    background-position: center;
}

.breadcrumbs ul {
    padding: 0;
    display: flex;
    list-style: none;
    color: #fff
}

.breadcrumbs ul li,
.breadcrumbs ul span {
    padding-left: 10px
}

.breadcrumbs a {
    color: #fff;
    font-weight: 600
}

.breadcrumbs a.active {
    opacity: 0.8
}

.product-info-wrapper .breadcrumbs {
    position: absolute;
    top: 35px
}

.content {
    border-radius: 0;
    background-color: #fff;
    padding: 20px;
    margin-top: 40px
}

.content .logo {
    height: 50px
}

.content .logo img {
    height: 100%
}

.data.product-data p {
    margin-bottom: 0
}

.content .actions a,
.visit_btn {
    display: inline-block;
    padding: 6px 18px;
    border: 1px solid #92be10;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #92be10;
    transition: all 0.2s ease-in-out
}

.content .actions a:hover,
.visit_btn {
    background-color: #92be10;
    color: #fff;
    text-decoration: none
}

.content .actions a:nth-child(2),
.visit_btn {
    background-color: #92be10;
    color: #fff !important;
}

.content .actions a:nth-child(2):hover,
.visit_btn:hover {
    color: #92be10 !important;
    background-color: #fff
}

.yt-link iframe {
    border-radius: 7px;
    box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 10%)
}

.content .data ul {
    padding: 0;
    list-style: none;
    margin-top: 8px
}

.content .data li {
    padding: 0px 0 5px 24px;
    width: 49%;
    display: inline-block;
    padding-right: 2%;
    position: relative;
    vertical-align: top
}

.content .data li::before {
    position: absolute;
    left: 0px;
    line-height: 18px;
    font-size: 15px;
    color: #9c0;
    font-family: FontAwesome;
    top: 5px;
    content: "\f00c";
    font-weight: 500
}

.content .data strong {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #19274d
}

.product-list-image.certificate-img a.d-block {
    padding: 0 !important
}

.share-links i {
    color: #999;
    font-size: 22px;
    margin-top: 8px
}

.share-links li {
    display: inline-block;
    margin-right: 10px;
    padding-left: 0
}

.share-links a {
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    border-radius: 50%;
    text-decoration: none !important;
    transition: all 0.1s ease-in-out
}

.share-links a.facebook {
    color: #3a589b !important;
    border: 1px solid #3a589b
}

.share-links a.twitter {
    color: #000 !important;
    border: 1px solid #000;
}

.share-links a.linkedin {
    color: #007ab9 !important;
    border: 1px solid #007ab9
}

.share-links a.whatsapp {
    color: #189d0e !important;
    border: 1px solid #189d0e
}

.share-links a.google {
    color: #cd4237 !important;
    border: 1px solid #cd4237
}

.share-links a.facebook:hover {
    background-color: #3a589b !important;
    color: #fff !important
}

.share-links a.twitter:hover {
    background-color: #000 !important;
    color: #fff !important
}

.share-links a.linkedin:hover {
    background-color: #007ab9 !important;
    color: #fff !important
}

.share-links a.whatsapp:hover {
    background-color: #189d0e !important;
    color: #fff !important
}

.share-links a.google:hover {
    background-color: #cd4237 !important;
    color: #fff !important
}

.others h3 {
    position: relative;
    color: #19274d;
    font-size: 28px;
    line-height: 1.1em;
    margin: 0;
    font-weight: 500;
    margin-bottom: 20px
}

span.silicon-text {
    color: #ed1b24
}

.others .box-shadow {
    box-shadow: unset !important
}

.others .product-list-view .product-list-image:hover {
    background: transparent
}

.others .product-list-view .product-list-image a {
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
	background: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	box-shadow: 0 20px 45px 0 rgba(26, 57, 127, .1);
	border: 1px solid #d4dfef;
	max-width: 215px;
	width: 215px;
	display: inline-block;
	text-align: center;
}

.others .product-list-view .product-list-image a:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%)
}

.others .product-list-view .product-list-image a img {
    height: 42px;
}

.page-detail-view a {
    word-break: break-all
}

.section-faq .card-header {
    background-color: #92be10
}

.field-loginform-password-div span {
    margin-top: -34px;
    margin-right: 30px
}

#loginform-password {
    padding-right: 55px !important
}

.forgot-password {
    z-index: 1
}

#loginform-rememberme~.custom-control-label {
    padding-inline: 0
}

.client-inner::before {
    color: #000 !important;
    content: "\f10d" !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 34px !important
}

.product-content-wrapper {
    margin-top: 0 !important
}

.certificate-img {
    -webkit-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 25%);
    -ms-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 25%);
    -o-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 25%)
}

.siliconindia-text {
    font-size: 40px
}

.silicon-wrapper {
    background-color: #92be10
}

.main-footer .social-column ul li a:hover img {
    filter: invert(53%) sepia(42%) saturate(3915%) hue-rotate(322deg) brightness(97%) contrast(96%)
}

.footer-social-menu li a {
    font-size: 16px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    display: block;
}

.footer-social-menu li {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 0
}

.admin_login .form-check {
    display: flex;
    align-items: baseline;
}

iframe .plugin ._li .pluginSkinLight>div {
    width: 100% !important;
}

/* faq */
.faq .card-header h5 {
    padding: 10px 15px;
}

.product_img {
    height: 50px;
    overflow: hidden;
    width: 100%;
}

.product_img img {
    height: 100%;
    object-fit: contain;
}

.cx-blog-section .blog-post.post-single .meta-info li a {
    color: #fff;
}

.hamburger.is-active .hamburger-inner, 
.hamburger.is-active .hamburger-inner::after, 
.hamburger.is-active .hamburger-inner::before {
	background-color: red !important;
}