:root {
    --base-color: #2184e8;
}
.text-dark-blue{
    color: #1c3d99;
}
.text-second-color {
    color: #2184e8;
}
.shadow-in .separator-animation {
    width: calc(100% + 6px) !important;
}
.bg-extra-dark-slate-blue {
    background-color: #132852;
}
.services-box-style-01 .box-image img{
    height: 260;
    object-fit: cover;
}
.bg-title-head{
    background: #d2daee;
}
.btn-gradient-fast-blue-purple {
    background-image: linear-gradient(to right, #1257e7, #19e089, #2a46f4);
    background-size: 200% auto;
    color: var(--white);
}
.text-gradien-head{
    background-image: linear-gradient(to right, #1257e7, #19e089, #2a46f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-base-color{
    color: #1c3d99;
}
.section-about .anime-text{
    background-image: linear-gradient(to right, #1257e7, #19e089, #2a46f4);
    color:white;
    padding-left: 10px;
    padding-right: 10px;
}
.text-highlight span {
    display: inline-block;
    left: -3px;
    position: absolute;
    z-index: -1;
    width: calc(100% + 6px);
}
.bg-gradient-emerald-blue-emerald-green {
    background-image: linear-gradient(50deg, #1257e7 0, #19e089 100%);
}
.img-service{
    height: 260px;
    width: 100%;
    object-fit: cover;
}
.text-container h1.ah-headline .ah-words-wrapper .is-visible::before {
    content: "";
    background: linear-gradient(270.27deg, #7AD0BD 25.57%, #407CB5 45.03%, #EF5277 57.97%, #F58244 70.65%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    z-index: -100;
    border-radius: 5px;
  }
  .bg-regal-blue {
    background-image: linear-gradient(to right, #09389e,#407CB5, #19e0dd);;
}
.bg-linen {
    background-color: #fdedea;
}
.process-step-style-05 .progress-step-separator {
    position: absolute;
    bottom: 15px;
    width: 2px;
    left: 30px;
    height: 100%;
}
.broadcast .anime .anime-one {
    top: 24px;
    left: 24px;
}
.broadcast .anime img {
    position: absolute;
    z-index: -1;
    animation: anime 5s linear infinite;
}
.broadcast .anime .anime-two {
    bottom: 24px;
    right: 24px;
    animation-delay: .6s;
}
.bg-gradient-emerald-blue-emerald-green-01{
    background-image: linear-gradient(to right, #1257e7, #19e0dd);
}
.bg-gradient-emerald-blue-emerald-green-02{
    background-image: linear-gradient(to left, #1257e7,#1257e7, #19e0dd);
}
header .navbar-brand{
    padding: 10px 0;
}
header .navbar-brand img {
    max-height: 70px;
}

.bg-dark-gray, .bg-dark-gray:focus {
    background-color: var(--dark-gray);
}
.header-icon-call .btn.btn-switch-text.btn-medium > span {
    padding: 10px 10px;
}
.btn-transparent-light-gray {
    background: linear-gradient(to left, #34cfed, #0f8ebf, #047bb1);
}

header .navbar [class*=col-] .navbar-nav .nav-item{
    padding: 15px 5px;
}
header .navbar [class*=col-] .navbar-nav .nav-item a.nav-link{
    background: #34cfed linear-gradient(#34cfed, #0f8ebf 60%, #047bb1);
    border-radius: 5px 100px 5px;
    padding: 10px 28px;
    font-size: 14px;
}
.header-dark .navbar-nav .simple-dropdown .dropdown-menu {
    background-color: var(--white);
    border-radius: 5px 40px 5px;
    padding: 10px 5px;
    box-shadow: 0 2px 12px #1192c6;
}
.header-demo.navbar .navbar-nav .dropdown .dropdown-menu a:hover{
    color: #047bb1;
}
.navbar .navbar-nav .simple-dropdown.open {
    color: white;
  }
.navbar .navbar-nav .simple-dropdown.open a{
color: white;
}
header .navbar [class*=col-] .navbar-nav .nav-item a:hover{
    color:black;
    opacity: 1;
}
.pt-security{
    margin-top: 170px;
}
.pt-security-detail-news{
    margin-top: 130px;
}
.process-step-style-08 .process-step-item{
    background: #34cfed linear-gradient(#34cfed, #0f8ebf 60%, #047bb1);
    border-radius: 5px 40px 5px;
    padding: 20px 5px;
    box-shadow: 0 2px 12px #5d7680;
}
.section-counter .box-counter:hover {
    background-color: transparent;
    background-image: linear-gradient(150deg, #0f8ebf 0%, #FFFFFF 50%);

}
.navbar-collapse {
    align-items: baseline;
}
.title-head{
    font-size: 42px;
    line-height: 45px;
}


@media (max-width: 1600px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 991px) {
    .navbar.header-dark .navbar-toggler-line, .navbar-modern-inner.header-dark .navbar-toggler-line, .navbar-full-screen-menu-inner.header-dark .navbar-toggler-line {
        background-color: black;
    }
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu .dropdown > a{
        color: black;
    }
        .navbar .navbar-nav .simple-dropdown .dropdown-menu > .dropdown, .navbar-modern-inner .navbar-nav .simple-dropdown .dropdown-menu > .dropdown, .navbar-full-screen-menu-inner .navbar-nav .simple-dropdown .dropdown-menu > .dropdown {
        margin-bottom: 5px;
    }
        [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .simple-dropdown .dropdown-menu .dropdown:last-child {
        margin-bottom: 5px;
    }
    .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu.show{
        padding-top: 15px !important;
    }
    header .header-top-bar + .navbar{
        top: 0;
    }
    
}
@media (max-width: 767px) {
    .pt-security{
        margin-top: 70px;
    }
    header .navbar-brand img {
        max-height: 50px;
    }
    .bg-header-bottom{
        background: white;
    }
    .search-form-icon.header-search-form i{
        color: black;
    }
        .navbar-brand .default-logo {
        max-height: 80px;
    }
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .nav-link{
        padding: 5px 0 !important;
    }
        [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-collapse {
        padding: 40px 0;
    }
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu li.dropdown a{
        margin-top: 0px;
    }
    .pt-security-detail-news {
        margin-top: 30px;
    }
}
@media (min-width: 768px) {
    .button-action #button-contact-vr{
        bottom: 80px;
    }
    .lg-left-220{
        left: 220px;
    }
    
}