@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap');
body{
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
    color:#1e1926 !important;
}

#header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index: 1000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
	background: rgb(2,0,36);
	background: linear-gradient(180deg, rgba(100, 98, 98, 0.5) 21%, rgba(255,255,255,0) 100%);
}
#header.sticky{
    background:#fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
a, button{
    text-decoration: none !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.top-header{
    position:relative;
    padding:25px 0 25px 220px;
    text-align: right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#header.sticky .top-header{
    padding:10px 0 10px 220px;
}
.logo{
    position:absolute;
    width:200px;
    left:0;
    top:0;
    bottom:0;
    height:43px;
    margin:auto;
    display:block;
}
.online-insurances{
    color:#fff;
    padding:10px 20px;
    display:inline-block;
	border-radius: 40px;
	border: solid 1px #f2f2fa;
}
.online-insurances svg{
    stroke:#fff;
    width:100%;
    height:100%;
}

.online-insurances:hover{
    color:rgba(255,255,255,0.6);
}
.online-insurances:hover svg{
    stroke:rgba(255,255,255,0.6);
}
.sel-lang{
    color:#fff;
    padding:10px 20px;
    display:inline-block;
}
#header.sticky .online-insurances,#header.internal .online-insurances{
    color:#000;
}
#header.sticky .online-insurances svg,#header.internal .online-insurances svg{
    stroke:#000;
}
#header.sticky .sel-lang,#header.internal .sel-lang{
    color:#000;
}
.online-insurance-icon{
    display:inline-block;
    width:28px;
    height:28px;
}
.my-axiom{
    color:#fff;
    display:inline-block;
    background:#0000a6;
    border-radius:40px;
    padding:10px 20px;
}
.my-axiom:hover{
    color:#fff;
    background:#1a1aaf;
}
.bottom-header .container-fluid{
    padding:0;
}
#header.sticky .bottom-header,#header.internal .bottom-header{
    border-color:#f2f2fa;
}
.navbar{
    padding:0 !important;
}
.navbar-nav{
    width:100%;
    
}
.navbar-nav .dropdown-toggle::after{
    display:none;
}

.dropdown-icon{
    width:14px;
    height:14px;
    display:block;
    position:absolute;
    right:10px;
    top:0;
    bottom:4px;
    margin:auto;
    line-height: 1;
}
.dropdown-icon svg{
    width:100%;
    height:100%;
    stroke:#fff;
}
#header.sticky .dropdown-icon svg,#header.internal .dropdown-icon svg{
    stroke:#000;
}
.navbar-nav > .nav-item > a{
    color:#fff;
    text-transform: uppercase;
    font-size:0.80rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 1rem 1.25rem !important;
    border:0;
    position:relative;
}

#header.sticky .navbar-nav > .nav-item > a, #header.internal .navbar-nav > .nav-item > a{
    color:#000;
    padding-top:0.9rem;
    padding-bottom:0.9rem;
}
#header.sticky .navbar-nav > .nav-item > a:hover,#header.sticky .nav-link.dropdown-toggle.show,
#header.internal .navbar-nav > .nav-item > a:hover,#header.internal .nav-link.dropdown-toggle.show{
    color:#fff;
}

#header.sticky .nav-link.dropdown-toggle.show .dropdown-icon svg,
#header.internal .nav-link.dropdown-toggle.show .dropdown-icon svg{
    stroke:#fff;
}
.navbar-nav  > .nav-item > .dropdown-toggle {
    position:relative;
    padding-right:30px !important;
}
.navbar-nav > .nav-item > .nav-link:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:0;
    background:#0000a6;
    display:block;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.navbar-nav > .nav-item > .nav-link:hover:before{
    height:100%;
}
.navbar-nav > .nav-item > .dropdown-toggle.show:before{
    height:100%;
}
.bottom-header{
    padding:0;
    border-top:1px solid rgba(255,255,255,0.2)
}
.dropdown-menu-navigation{
	width:500px;
	border:0;
    border-radius: 0;
    padding:30px;
    background:#f2f2fa;
    margin:0 !important;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
.dropdown-menu-navigation.dropdown-menu-navigation-double{
    width:600px;
}

.dropdown-category-title{
    text-align: right;
    font-weight: 800;
    text-transform: uppercase;
}

.dropdown-navigation{
    margin:0;
    padding:0;
    list-style: none;
}
.dropdown-navigation li a{
    display:block;
    padding:0.25rem 30px 0.25rem 15px;
    position:relative;
    clear: both;
    font-weight: 400;
    color: #212529;
}
.navbar-nav > .nav-item .dropdown-navigation li a:hover{
    background:#fff !important;
}
.dropdown-navigation li a .dropdown-navigation-arrow{
    width:16px;
    height:16px;
    top:0;
    right:10px;
    bottom:0;
    margin:auto;
    display:block;
    position:absolute;
    line-height:1;
}
.dropdown-navigation li a .dropdown-navigation-arrow svg{
    width:100%;
    height:100%;
    stroke:rgba(0,0,0,0.3);
}

.carousel{
    height:100vh;
}
.carousel-inner{
    height:100vh;
    position:relative;
}
.carousel-item{
    height:100%;
}
.carousel-caption{
    top:25%;
    bottom:20%;
    padding:0;
    text-align: left;
    left:0;
    right:0;
    margin:auto;
}
.carousel-caption-box{
    padding:60px;
    background:rgba(0,0,116,0.8);
    width:40%;
}
.carousel-caption-box h2 {
	font-size: 2.3rem;
}
.carousel-control-next, .carousel-control-prev{
    width:100px;
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
.carousel-caption-icon{
    padding-right:10px;
}
.default-btn{
    padding:8px 30px;
    font-size:0.95rem;
    display:inline-block;
    border-radius: 30px;
    border:0;
    font-weight: 600;
    color:#fff;
}
.outlined-btn{
    border:1px solid #fff;
}
.outlined-btn:hover{
    background:#fff;
    color:#0000a6;
}
.blue-btn{
    background:#0000a6;
    color:#fff;
}
.blue-btn:hover{
    background:#1a1aaf;
    color:#fff;
}
.lightblue-btn{
    background:rgba(0,0,116,0.1);
    color:#000;
}
.blue-btn:hover{
    background:rgba(0,0,116,0.15);
    color:#000;
}
.object-btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	font-size: 1.6rem;
	padding: 0px;
	color: #ffffff;
}
.object-btn i {
	vertical-align: middle;
}
.carousel-indicators-wrapper{
    left:0;
    right:0;
    margin:auto;
    bottom:15%;
    position:absolute;
    z-index: 2;
}
.carousel-indicators{
    position:relative;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    justify-content: left;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height:10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.carousel-indicators button.active{
    width:40px;
    opacity: 1;
}
#hero{
    position:relative !important;
}

.type-box{
    width:50%;
    height:500px;
    background:#000;
    position:relative;
    display:block;
    overflow: hidden;
}
.overlay{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    top:0;
    height:0;
    z-index: 10;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background:rgba(0,0,0,0.4);
    opacity:0;
    height:100%;
    display:block;
}
.type-box:hover .overlay{
   opacity:1;
    
}
.type-business{
    border-top:8px solid #522fd4;
}

.type-personal{
    border-top:8px solid #b783ff;
}

.type-box-content{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:50px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    z-index: 30;
}
.type-box-content-title{
    padding:0 30px 0 10px;
    position:relative;
}
.type-box-content-title h2{
    color:#fff;
    margin:0;
    font-size:2.2rem;
}

.type-box-subtitle{
    text-transform: uppercase;
    font-weight: 400;
    font-size:0.8rem;
    color:#fff;
    margin:0;
    padding-bottom:5px;
}
.type-box-arrow{
    width:32px;
    height:32px;
    position:absolute;
    display:block;
    right:0;
    top:0;
    margin:auto;
    bottom:0;
}
.type-box-arrow svg{
    width:100%;
    height:100%;
    stroke:#fff;
}
.type-box-image{
    position:absolute;
    z-index: 5;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.glare{
    position:absolute;
    display:block;
    width:400px;
    height:400px;
    background:url(../images/glare.png) no-repeat center center;
    background-size:100%;
    left:-150px;
    bottom:-50px;
    z-index: 10;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.type-box:hover .glare{
    left:-100px;
    opacity:0.5;
}
.white{
    color:#fff;
}
#choose{
    padding:30px 0;
    background: rgba(0, 0, 166, 0.9);
}
.choose-box-icon{
    text-align: center;
    margin-bottom:20px;
}
.choose-box-small-title{
    color:rgba(255,255,255,0.6);
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size:0.7rem;
    margin:0;
    padding-bottom:5px;
}
.choose-box{
    padding:30px;
}
.choose-box-title{
    color:#fff;
    font-weight: 600;
    font-size:1.2rem;
}
.choose-container-list{
    margin-top:20px;
}
.section-title{
    margin:20px 0;
    font-size:2.4rem;
}
#about{
    padding:200px 0;
    background:url(../images/about-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.section-text{
    font-size:1.1rem;
    line-height: 1.5;
}
.news-header{
    padding:5px 20px;
    border-bottom:1px solid #e6e6f6;
    border-top:1px solid #e6e6f6;
}
.news-item{
    display:block;
    padding:60px;
    width:33.3333%;
    border-bottom:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
    color:#1e1926;
}
.news-item:hover{
    color:#1e1926;
}
.news-item:last-child{
    border-right:0;
}
.news-date{
    padding:10px 0;
    font-size:0.85rem;
    display:block;
    color:#1e1926;
}
.news-text{
    line-height: 1.5;
    font-weight: 400;
    color:rgba(0,0,0,0.7);
    margin-bottom:20px;
}
.link-arrow svg{
    width:16px;
    height:16px;
    stroke:#1e1926;
}
.link-arrow{
    color:rgba(0,0,0,0.7);
    font-weight: 500;
}
.news-item .link-arrow{
    margin-top:20px;
}
.news-title{
    margin-top:0;
    font-size:1.5rem;
	line-height: 1.4;
}
.news-item:hover{
    background:#f2f2fa;
}
.news-item:hover .news-title{
    color:#0000a6;
}
#faqs{
    padding:80px 0;
    background:#f2f2fa;
}
.faqs-list{
    margin:40px 0 0px 0;
}
.faq-item{
    background:#fff;
    margin-bottom:20px;
}
.faq-title{
    cursor:pointer;
    position:relative;
    padding:15px 30px;
}
.faq-item .counter{
    font-weight: 900;
    font-size:2.5rem;
    color:rgba(0,0,116,0.2);
    padding-right:20px;
}
.faq-title-text{
    font-size:1.4rem;
    font-weight: 600;
    padding-right:50px;
    margin:0;
}
.faq-icon{
    position:absolute;
    width:32px;
    height:32px;
    display:block;
    right:20px;
    top:0;
    bottom:0;
    margin:auto;

}
.faq-icon-minus,.faq-item.visible .faq-icon-plus{
    display:none;
}
.faq-icon svg{
    width:100%;
    height:100%;
    stroke:rgba(0,0,0,0.3);
}
.faq-content{
    padding:0 30px 30px 30px;
    color:rgba(0,0,0,0.7);
    display:none;
}
.faq-icon-minus{
    display:none;
}
.faq-item.visible .faq-content{
    display: block;
}
.faq-item.visible .faq-icon-minus{
    display:block;
}
.faq-item.visible .faq-title-text{
    color:#0000a6;
}
.footer-bottom{
    padding:50px 0;
    background:#fff;
}
.copyright{
    padding-bottom:10px;
    font-size:0.85rem;
    color:rgba(0,0,0,0.);
}
.footer-bottom-links {
    font-size:0.85rem;
    color:rgba(0,0,0,0.2);
}
.footer-bottom-links a{
    color:rgba(0,0,0,0.5);
    font-size:0.85rem;
    display:inline-block;
    padding:0 5px;
}
.footer-bottom-links  a:hover{
    color:rgba(0,0,0,0.9);
}
.footer-top{
    padding:80px 0;
    background:#f2f2fa;
}
.form-newsletter{
    background:#fff;
    border-radius: 40px;
    margin-bottom:60px;
}
.subscribe-btn{
    display:inline-block;
    background:transparent;
    border:0;
    outline:0;
    padding:10px 30px;
    font-weight: 600;
    color:#0000a6;
}
.newsletter-input {
    position:relative;
}
.newsletter-icon{
    left:25px;
    top:0;
    bottom:0;
    margin:auto;
    width:32px;
    height:32px;
    display:block;
    position:absolute;
    line-height: 1;
    pointer-events: none;
}
.newsletter-icon svg{
    width:100%;
    height:100%;
    stroke:#0000a6;
}
.newsletter-mail-input{
    height:56px;
    border:0;
    background:transparent;
    outline:0 !important;
    padding-left:70px;
}
.f-title,.f-title a {
    color:#1e1926;
    font-weight: 600;
    margin-bottom:10px;
}
.social-box{
    margin:30px 0 0 0;
}
.social-box-title{
    font-size:1rem;
    color:rgba(0,0,0,0.5);
}
.social-links a{
    display:inline-block;
    margin-right:5px;
    width:32px;
    height:32px;
    padding:3px;
}
.social-links a svg{
    width:100%;
    height:100%;
    stroke:rgba(0,0,0,0.5);
}
.social-links a:hover svg{
    stroke:rgba(0,0,0,0.9);
}
.f-list{
    margin-bottom:30px;
}
.f-list a{
    display:block;
    font-size:1rem;
    font-weight: normal;
    color:rgba(0,0,0,0.5);
    padding:2px 0;
}
.f-list a:hover{
    color:rgba(0,0,0,0.9);
}
.page-wrapper{
    padding-top:115px;
}
#header.internal,#header.internal.sticky{
    background:#fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
#header.sticky .top-header,#header.internal .top-header{
    padding:10px 0 10px 220px;
}
.breadcrumb-navigation{
    background:#0000a6;
}
.breadcrumb-navigation .btn-link{
    padding:10px 20px;
    border-radius: 0;
    position:relative;
    font-weight: 600;
    min-width: 390px;1
    text-align: left;
}
.breadcrumb-navigation .dropdown-toggle::after{
    display:none;
}
.dropdown-business .btn-link{
    color:#fff;
    background:#522fd4 !important;
    
}
.dropdown-breadcrumb .dropdown-menu{
    border-radius: 0;
    padding:0;
    left:0;
    right:0;
    width: 390px;
	z-index: 10000;
}
.dropdown-breadcrumb .dropdown-menu a{
    padding:10px 20px;
    color:#fff !important;
    font-weight: 600;
}
.btn:focus{
    outline:0;
    box-shadow:0 0 0 .25rem rgba(13,110,253,0);
}
.hero-internal{
    padding:150px 0;
}
.hero-internal-blank{
    padding:90px 0;
}
.page-title{
    font-size:3rem;
    font-weight: 700;
    position:relative;
    padding-bottom:20px;
}
.page-title-line{
    width:80px;
    height:6px;
    position:absolute;
    left:0;
    bottom:5px;
    display:block;
}
.internal-tabs-header{
    background:#eeeafb;
}
.nav-tabs{
    border:0;
}
.nav-tabs .nav-link{
    border:0 !important;
    border-radius: 0 !important;
    padding:30px;
    width:180px;
    height: 100%;
    position:relative;
}
.tab-icon i{
    font-size:3.4rem;
}
.tab-text{
    font-weight: 800;
    font-size:0.75rem;
    text-transform: uppercase;
}
#tabsBusiness .tab-icon i,#tabsBusiness .tab-text{
    color:rgba(82,47,212,0.5);
}
#tabsBusiness .nav-link:hover .tab-icon i,#tabsBusiness .nav-link:hover .tab-text{
    color:rgba(82,47,212,0.8);
}
#tabsBusiness  .nav-link.active{
    background:#522fd4;
    color:#fff !important;
}

#tabsBusiness  .nav-link.active:after{
    top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(82, 47, 212, 0);
	border-top-color: #522fd4;
	border-width: 8px;
	margin-left: -8px;
}
#tabsBusiness  .nav-link.active .tab-text,#tabsBusiness .nav-link.active .tab-icon i{
    color:#fff !important;
}
.internal-tabs-body{
    padding:80px 0;
}
.medium-title{
    font-size:1.8rem;
}
.checked-list{
    margin:20px 0 40px 0;
    padding:0;
    list-style: none;
}
.checked-list li{
    position:relative;
    padding:5px 0 5px 35px;
    font-weight: 500;
}
.checked-list-item-icon{
    background:#0000a6;
    border-radius: 50%;
    display:block;
    width:24px;
    height:24px;
    position:absolute;
    left:0;
    top:5px;
    text-align: center;
}
#tabsBusinessContent .checked-list-item-icon{
    background:#522fd4;
}
.info-box{
    padding:40px;
    margin-bottom:40px;
    background:#f2f2fa;
}
.info-box p {
    margin:0;
}
#tabsBusinessContent .info-box .medium-title{
    color:#522fd4;
}
.advantages{
    margin-bottom:40px;
}
.advantages-list{
    margin:20px -10px;
}
.advantage-box{
    width:calc(50% - 20px);
    padding:30px;
    margin:0 10px 20px 10px;
}
.advantage-box h4{
    margin:0;
    color:#fff;
    font-size: 1.4rem;
}
.advantage-box-icon {
    padding-right:15px;
}
.advantage-box-icon i{
    font-size:3rem;
    color:#fff;
}
#tabsBusinessContent .advantage-box-1{
    background:#866de1;
}
#tabsBusinessContent .advantage-box-2{
    background:#522fd4;
}
.monster-icon{
    vertical-align: middle;
    line-height: 1;
    font-size:3rem;
}
.blue{
    color:#0000a6;
}
.big-icon{
    vertical-align: middle;
    line-height: 1;
    font-size:2.4rem;
}
.download-box{
    margin-bottom:40px;
    padding:40px;
    border:1px solid #e6e6f6;
}
.download-icon{
    padding-right:10px;
}
.download-title .medium-title{
    margin:0;
}
.download-title-wrapper{
    padding-bottom:20px;
}
.download-item {
    padding:15px 0;
    display:block;
    border-top:1px solid #e6e6f6;
    color:#1e1926 !important;
}
.download-item-icon{
    padding-left:20px;
}
.download-item-icon i{
    opacity:0.5;
    color:#0000a6;
}
.download-item-title{
    margin:0;
    font-size:1.2rem;
    font-weight: 500;
}
.download-item:hover .download-item-title{
    color:#0000a6;
}
.download-item-file-size{
    font-size:0.9rem;
    color:rgba(0,0,0,0.5);
    padding:5px 0 0 0;
    font-weight: 500;
}
.download-item:hover .download-item-icon i{
    opacity: 1;
}
.ask-offer{
    padding:120px 0;
    background:url(../images/glare.png) no-repeat left -100px  bottom -100px #f2f2fa;
    background-size:600px;
}
.form-check-input,.form-check-input:active,.form-check-input:visited{
    border-color:#fff !important;
}
.form-check-input:checked {
    background-color: #0000a6;
    border-color: #0000a6;
}

.form-check-input:focus{
    box-shadow:0 0 0 .25rem rgba(13,110,253,0);
    outline:0;
}
.bold{
    font-weight: 700;
}
.custom-label{
    margin:0;
    display:block;
    padding-bottom:10px;
    font-weight: 600;
}
.form-control-white{
    border-color:#fff;
    padding: 0.5rem 0.75rem;
}
.form-control-white:focus{
    border-color:#fff !important;
    box-shadow:0 0 0 .25rem rgba(13,110,253,0);
}
.form-control-white:visited{
    background:#fff !important;
    border-color:#fff !important
}
.internal-content{
    padding:80px 0;
}
.side-box{
    width:50%;
}
.side-box-left{
    padding:60px;
}
.list-with-icons a{
    margin-bottom:20px;
    color:#1e1926 !important
}
.list-icon{
    margin-right:20px;
    border-radius: 50%;
    color:#fff !important;
    width:48px;
    height:48px;
    text-align: center;
    padding:9px 0;
}
.list-icon i{
    font-size:1.8rem
}
.small-tite{
    opacity: 0.7;
}
.internal-content .news-list .news-item{
    border:1px solid #e6e6f6;
    margin-top:-1px;
    margin-left:-1px;
}
.page-link:focus{
    box-shadow:0 0 0 .25rem rgba(13,110,253,0);
    outline:0;
}
.form-select:focus{
    border-color:#0000a6;
    box-shadow:0 0 0 .25rem rgba(13,110,253,0);
    outline:0;
}
.pagination{
    border:0;
}
.page-item .page-link{
    min-width: 38px;
    min-height: 38px;
    text-align: center;
    color:#1e1926 !important;
    margin:0 3px !important;
    border:0 !important;
    border-radius: 30px !important;
}
.page-link svg{
    width:100%;
    height:100%;
    width: 26px;
    height: 26px;
    stroke:rgba(0,0,0,0.5);
}
.page-item.active .page-link{
    background:#0000a6;
    border-radius: 30px;
    color:#fff !important;
}
.navbar-brand{
    color:#fff !important;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-toggler-icon svg{
    width:100%;
    height:100%;
    stroke:#fff;
}
.navbar-toggler:focus{
    outline:0;
    border:0;
    box-shadow:0 0 0 .25rem rgba(13,110,253,0);
}
#header.sticky .navbar-brand,#header.internal .navbar-brand{
   color:#1e1926 !important;
}

#header.sticky .navbar-toggler-icon svg,#header.internal .navbar-toggler-icon svg {
    stroke: #1e1926 !important;
}

.hero-internal.hero-internal-news{
    padding:80px 0;
    background:#f2f2fa;
}
.hero-internal.hero-internal-news  .page-subtitle{

    font-size:1rem;
    margin-bottom:1px;
}
.share-bar{
    padding: 15px 0;
    border-top:1px solid #e6e6e6;
    margin:30px 0 10px 0;
}
.share-bar .dropdown-menu i{
    font-size:1.4rem;
}
.news-subtitle{
    font-size:1rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom:20px;
    color:rgba(0,0,0,0.7);
}
.news-open-content p{
    color:rgba(0,0,0,0.7);
    line-height: 1.6;
}
.news-open-content ul li{
    color:rgba(0,0,0,0.7);
}
.news-open-content h4{
    margin-bottom:40px;
}

.news-open-content img{
	max-width: 100%;
	height: auto;
}

.team-list{
    margin:0 -10px;
}
.team-item{
    width:calc(35% - 20px);
    margin:0 20px 20px 20px;
}
.text-content{
    color:rgba(0,0,0,0.7);
    line-height: 1.6;
}
.team-item-image{
    background:#1a1aaf;
    position:relative;
    margin-bottom:20px;
}
.team-item-image img{
   /*-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    mix-blend-mode: hard-light;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;*/
	width: 100%;
}
.team-item-image:hover img{
    -webkit-filter: grayscale(0%); 
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
     filter: grayscale(0%);
     filter: none; /* IE 6-9 */
     mix-blend-mode: normal;
}
.team-item-title{
    font-size:1.3rem;
}
.team-item-position{
    margin:0;
    font-size:1rem;
    color:rgba(0,0,0,0.7);
}

.map{
    position:relative;
    width:calc(100% - 500px);
}
.map iframe{
     margin:0;

     height:100% !important;
     width:100% !important;
}
.z100{
	z-index:100 !important;
}
.filters{
    margin:40px 0;
}
.results{
    border-left:1px solid #e6e6e6;
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    padding-top:60px;
    position:relative;
    height:660px;
    width:500px;
}
.results-title{
    position:absolute;
    left:0;
    top:0;
    right:0;
    height:60px;
    padding:15px 30px;
    font-size:1.2rem;
    font-weight: 500;
    background:#000;
    color:#fff;
}
.map-result-item{
    padding:20px 20px 20px 80px;
    position:relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom:1px solid #e6e6e6;
}
.map-result-item:hover{
    background:#f2f2fa
}
.map-result-item-icon{
    position:absolute;
    left:15px;
    top:0;
    bottom:0;
    margin:auto;
    width:48px;
    height:48px;
    background:#f2f2fa;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.map-result-item:hover .map-result-item-icon{
    background:#0000a6;
}
.map-result-item-icon i{
    font-size:1.6rem;
    color:#0000a6;
    opacity:0.5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.map-result-item:hover i{
    color:#fff;
    opacity:1;
}
.map-result-item-title{
    margin:0;
    font-weight: 600;
    font-size:1.1rem;
    margin-bottom:5px;
}
.map-result-item-position{
    font-size:0.9rem;
    color:rgba(0,0,0,0.7);
    margin:0;
}

.map-results-list-container{
    position:absolute;
    top:60px;
    left:0;
    right:0;
    bottom:0;
    overflow-y: auto;
}

.map-results-list-container::-webkit-scrollbar {
    width: 10px;
  }
   
  .map-results-list-container::-webkit-scrollbar-track {
    border-left:1px solid #e6e6e6;
    background:#fff;
  }
   
  .map-results-list-container::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
  }
  .search-field{
    border:0;
    outline:0;
    background:#f2f2fa;
    border-radius: 0.25rem;
  }
  .search-field:focus{
    background:#f2f2fa;
    border:0;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
  }
  .bootstrap-select>.dropdown-toggle,.bootstrap-select>.dropdown-toggle:focus{
    background:#f2f2fa;
    outline:0 !important;
    border-radius: 0.25rem;
  }
  .custom-select{
    width:100% !important;
  }
  .bs-searchbox .form-control{
    height:30px;
  }
  .bs-searchbox .form-control:focus{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
    border-color:#e6e6e6;
  }
  .dropdown-item.active, .dropdown-item:active, .dropdown-item:active:hover ,.dropdown-item.active:hover{
    color: #fff;
    text-decoration: none;
    background-color: #0000a6;
}
.dropdown-item:hover{
    background:#f2f2fa;
}
.navbar-brand{
    font-size:1rem;
}
@keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0rem);
      opacity: 1;
    }
  
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
  
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
  
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
  }
  
  .slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
  }
.cogniChatAssistantContainer > iframe
{
	max-width: 80%;
}
@media (min-width: 1640px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}


@media(max-width:1400px){
    .navbar-nav > .nav-item > a{
        font-size:0.85rem;
        padding: 1rem 1rem !important;
    }
    #header .container{
        max-width: 100%;
    }
}
@media(max-width:1200px){
    .navbar-nav > .nav-item > a{
        font-size:0.75rem;
        padding: 1rem 0.75rem !important;
    }
   
}

@media(max-width:998px){
	.team-item {
        width: 100%;
        margin: 0 10px 20px 10px;
    }
    .results{
        width:100% !important;
    }
    .map{
        width:100% !important;
        height:500px;
    }
	.carousel-caption-box{
        width:100%;
    }
    .dropdown-menu-navigation,.dropdown-menu-navigation.dropdown-menu-navigation-double{
        width:auto;
        padding:0px;
    }
    .navbar-nav > .nav-item > a{
        padding: 0.5rem 1.25rem 0.5rem 0.5rem !important;
    }
    .navbar-collapse{
        overflow-y: auto;
        max-height: calc(100vh - 150px);
    }
    .news-item{
        width:100%;
        padding:30px;
    }
    .news-header{
        padding:10px;
    }
    .type-box{
        width:100%;
    }
    .carousel-control-next, .carousel-control-prev{
        width:50px;
    }
    .internal-content .news-item{
        width:100%;
        padding:30px;
    }
    .page-wrapper {
        padding-top: 109px;
    }
    .type-box-content{
        padding:30px;
    }
    .type-box-content-title h2{
        font-size:1.8rem;
    }
    .type-box-icon img{
        width:64px;
        height:64px;
    }
}
@media(max-width:768px){
    .hidden-text{
        display:none;
    }
    .type-box{
        height: 300px;
    }
    #header.sticky .top-header, #header.internal .top-header{
        padding-left:150px;
    }
   
    .logo{
        width:150px;
        height:33px;
    }
    .top-header{
        padding: 15px 0 15px 150px;
    }
    .choose-box{
        padding:20px;
    }
    .news-item{
        padding:20px;
    }
    .choose-box-icon{
        margin-bottom:10px;
    }
    .section-title{
        font-size:1.8rem;
    }
    #about{
        padding:120px 0;
    }
    #choose{
        padding:60px 0;
    }
    .news-item{
        padding:30px;
    }
    #faqs{
        padding:40px 0;
    }
    .footer-top{
        padding:40px 0;
    }
    .page-title{
        font-size:2.2rem;
    }
    .advantage-box {
        width:100%;
        margin:0 0 20px 0;
    }
    .advantages-list {
        margin: 20px 0;
    }
    .nav-tabs .nav-link {
        padding: 15px 10px 15px 60px;
        width: 100%;
        position: relative;
        text-align: left;
    }
    .tab-icon{
        position:absolute;
        left:20px;
        width:32px;
        height:32px;
        top:0;
        bottom:0;
        margin:auto;
    }
    .nav-tabs .nav-item{
        width:100%;
    }
    .tab-icon i {
        font-size: 2rem;
    }
    #tabsBusiness .nav-link.active:after{
        display:none;
    }
    .ask-offer{
        padding:80px 0;
    }
    .faq-title-text{
        padding-right:30px;
        font-size:1.1rem;
    }
    .faq-item .counter{
        font-size:1.8rem;
    }
    .medium-title{
        font-size:1.5rem;
    }
    .side-box-left{
        padding:0;
    }
    .side-box{
        width:100%;
        min-height: 350px;
    }
	.desktop{
		display:none !important;
	}
}