/*** 3. Basic Default ***/
body {
    font-family: var(--primary-font);
    font-size: 15px;
    line-height: 22px;
    color: var(--black-color);
    background: #fff; }
a,
button {
    cursor: pointer; }
a,
button,
.hover {
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
a:hover,
a:focus {
    text-decoration: none; }
ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
button:focus,
input:focus,
a:focus {
    outline: 0;
    background: transparent; }
::-webkit-input-placeholder { color: #797979 !important; }
::-moz-placeholder { color: #797979 !important; }
:-ms-input-placeholder { color: #797979 !important; }
input:-moz-placeholder { color: #797979 !important; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
input[type=number] { -moz-appearance: textfield; }
.compensate-for-scrollbar { margin-right: 15px !important; }

.d-flex { display: flex; }
.a-center { align-items: center; }
.j-center { justify-content: center; }
.j-between { justify-content: space-between; }

a.nc-btn,
button.nc-btn,
span.nc-btn,
.navbar-content .contacts li.schedule a,
.slide-item .content-box h3 a,
#about .about-txt .widget-html:first-of-type h3 a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    padding: 0 20px;
    height: 46px;
    border-radius: 4px;
    background-color: var(--primary-color);
    font-size: 15px;
    font-weight: var(--primary-font-medium); }
button.nc-btn{ border: none; }
.slide-item .content-box h3 a{
    font-size: 16px;
    height: 54px;
    padding: 0 30px; }
.navbar-content .contacts li.schedule a{ background-color: #273746; }
a.nc-btn:hover,
button.nc-btn:hover,
a:hover span.nc-btn,
.slide-item .content-box h3 a:hover,
#about .about-txt .widget-html:first-of-type h3 a:hover { 
    background-color: var(--second-color); }
.navbar-content .contacts li.schedule a:hover{ background-color: var(--gray-color); }


/* Header */
header {
    position: relative;
    background: #fff; }
header .wrapper { height: 90px; }
header .header-logo img {
    display: block;
    max-height: 60px; }

#header_fixed {
    background: #fff;
    width: 100%;
    z-index: 8000;
    position: fixed;
    top: -150px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease; }
#header_fixed.fixed {
    visibility: visible;
    opacity: 1;
    top: 0; }
#header_fixed .wrapper {
    height: 69px;
    border-bottom: 1px solid #00000026; }
#header_fixed .header-logo img {
    display: block;
    max-height: 45px; }

/* Menu style */
.navbar-default {
    background-color: transparent;
    border-radius: 0;
    border: none;
    margin: 0;
    float: right;
    min-height: 40px; }
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent; }

.caret { margin-left: 5px; }

.navbar-content {
    position: relative;
    padding: 0;
    font-weight: var(--primary-font-medium);
    font-size: 15px;
    display: flex;
    align-items: center; }
.navbar-content li {
    margin: 0 18px;
    position: relative; }
.navbar-content li.first-item { margin-left: 0; }
.navbar-content li.last-item { margin-right: 0; }
.navbar-content li a {
    padding: 15px 2px;
    color: var(--black-color) !important; }
.navbar-content li a:hover,
.navbar-content li.active a {
    color: var(--second-color) !important; }
.navbar-content .dropdown-menu {
    display: block;
    opacity: 0;
    top: 150%;
    left: -30px;
    border: none;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    width: 350px;
    font-size: 15px;
    visibility: hidden;
    z-index: 25000 !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.navbar-content li.last-item .dropdown-menu { width: 200px; }
.navbar-content .dropdown:hover .dropdown-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 9999; }
.navbar-content .dropdown-menu ul {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #00000010;
    overflow: hidden; }

.navbar-content .dropdown-menu li { margin: 0; }
.navbar-content .dropdown-menu li a {
    display: flex;
    align-items: center;
    height: 76px;
    line-height: 22px;
    font-weight: var(--primary-font-medium);
    padding: 0 30px 0 65px;
    color: var(--black-color) !important;
    border-bottom: 1px solid #00000010; }
.navbar-content li.last-item .dropdown-menu li a { height: 50px; } 
.navbar-content .dropdown-menu li:last-child a { border-bottom: none; }
.navbar-content .dropdown-menu li a:hover { 
    background: var(--second-color);
    color: #fff !important;
    padding: 0 45px 0 50px; }
.navbar-content .dropdown-menu li a:before{
    font-family: "FontAwesome7L";
    content: "\f178";
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    opacity: 0.8;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
.navbar-content .dropdown-menu li a:hover:before{ opacity: 0; }

.navbar-content .contacts { margin-left: 70px; }
.navbar-content .contacts li.phone { margin-right: 0; }
.navbar-content .contacts li.schedule { margin-left: 30px; }

/* Breadcrumb*/
#breadcrumb {
    height: 160px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #273746;
    background-image: url(../img/bg-smallbanner.png);
    background-repeat: no-repeat;
    background-position: left bottom; }
#breadcrumb .shape1,
#breadcrumb .shape2 {
    position: absolute;
    top: 20px; }
#breadcrumb .shape1 {
    right: 0;
    opacity: 0.1; }
#breadcrumb .shape2 { 
    right: -100px;
    opacity: 0.2; }
#breadcrumb h1 {
    margin: 10px 0 15px 0;
    color: #fff;
    font-weight: var(--primary-font-bold);
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px; }
#breadcrumb .path {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    line-height: 20px;
    color: #fff;
    font-size: 14px; }
#breadcrumb .path a { color: #ababab; }
#breadcrumb .path a:hover { color: #fff; }
#breadcrumb .path .pipe {
    font-size: 12px;
    margin: 0 12px;
    opacity: 0.6; }


/* Banners */
#banners {
    display: block;
    width: 100%;
    position: relative; }
#banners,
.seq-wrapper .slide-item {
    height: calc(100vh - 91px); }
.seq {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden; }
.seq .seq-canvas,
.seq .seq-canvas>* {
    position: absolute;
    height: 100%;
    width: 100%; }
.seq .seq-canvas,
.seq .seq-canvas>* {
    margin: 0;
    padding: 0;
    list-style: none; }
.seq .seq-pagination {
    position: absolute;
    bottom: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1002; }
.seq .seq-pagination span { margin: 0 4px; }
.seq .seq-pagination a {
    display: block;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%; }
.seq .seq-pagination a:hover,
.seq .seq-pagination .seq-current a {
    background-color: var(--primary-color); }
.seq.seq-active { overflow: hidden; }
.seq.seq-active .seq-preloader,
.seq.seq-active .seq-pagination {
    visibility: visible; }
.seq.seq-active .seq-preloader.seq-preloaded { visibility: hidden; }
.seq .seq-step>.seq-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s; }
.seq .seq-step.seq-in>.seq-wrapper {
    opacity: 1;
    visibility: visible; }
.seq-wrapper,
.seq-wrapper .image-layer,
.seq-wrapper .image-layer:after,
.seq-wrapper .video-layer, 
.seq-wrapper .video-layer:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1002; }
.vidbacking-active-body-back{
	position: absolute;
	z-index: -100;
	width: 101%;
    height: 101%;
    object-fit: cover;
	top: 50%;
	left: 50%;
	background-size: cover;
	overflow: hidden;
	opacity: 1;
	transition: 2s opacity;
	transform: translateX(-50%) translateY(-50%); }
.seq-wrapper .image-layer .image {
    position: absolute;
    z-index: -100;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden; }
.vidmask-body-back{ display: none; }
.image-layer .lazy-image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
.seq-in .image-layer .lazy-image {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 8100ms linear;
    -o-transition: all 8100ms linear;
    transition: all 8100ms linear; }
.seq-wrapper .image-layer.overlay:after,
.seq-wrapper .video-layer.overlay:after {
    content: "";
    background-color: #273746;
    opacity: 0.86;
    z-index: 2; }
.seq .seq-nav {
    display: none;
    position: absolute;
    z-index: 100;
    top: calc(50% - 40px);
    left: 0;
    width: 100%;
    border: none;
    margin: 0 auto;
    padding: 0; }
.seq.seq-active .seq-nav { display: block; }
.seq .seq-nav .seq-prev,
.seq .seq-nav .seq-next {
    position: absolute;
    width: 55px;
    height: 55px;
    border: none;
    fill: #fff;
    background-color: transparent;
    opacity: 0;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
.seq .seq-nav .seq-prev { left: 15px; }
.seq .seq-nav .seq-next { right: 15px; }
.seq:hover .seq-nav button { opacity: 0.5; }
.seq .seq-nav button:hover { opacity: 1; }
.seq-wrapper .slide-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-right: 10%; }
.slide-item .auto-container {
    position: relative;
    z-index: 1003;
    width: 800px; }
.slide-item .content-box {
    position: relative;
    z-index: 5; }
.slide-item .content-box:before {
    position: absolute;
    content: "";
    left: -240px;
    top: -120px;
    width: 550px;
    height: 550px;
    background-image: url(../img/bg-banner.svg); 
    background-size: 550px;
    background-repeat: no-repeat; }
.slide-item .content-box h1 {
    display: block;
    font-size: 56px;
    line-height: 62px;
    color: #ffffff;
    font-weight: var(--primary-font-bold);
    opacity: 0;
    margin: 0 0 30px 0;
    position: relative;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px); }
.seq-in .slide-item .content-box h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
.slide-item .content-box p,
.slide-item .content-box ul {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffffbb;
    opacity: 0;
    margin-bottom: 40px;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px); }
.seq-in .slide-item .content-box p,
.seq-in .slide-item .content-box ul {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
.slide-item .content-box ul {
    display: flex;
    flex-wrap: wrap; }
.slide-item .content-box li { 
    position: relative;
    margin-right: 32px; }
.slide-item .content-box li:last-child { margin-right: 0; }
.slide-item .content-box li:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #ffffffbb;
    border-radius: 50%;
    top: 12px;
    right: -20px; } 
.slide-item .content-box li:last-child:after { display: none; }
.slide-item .content-box h3 {
    display: flex;
    align-items: center;
    position: relative;
    opacity: 0;
    z-index: 5;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px); }
.seq-in .slide-item .content-box h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms; }
.slide-item .content-box h3 a:last-of-type{
    margin-left: 20px;
    border: 1px solid #ffffffbb;
    background-color: transparent; }
.slide-item .content-box h3 a:last-of-type:hover{
    border: 1px solid #fff;
    background-color: #fff;
    color: #273746 !important; }

/* About */
#about { padding: 90px 0 80px 0; }
#about .about-img {
    position: relative;
    flex: none;
    width: 450px;
    height: 560px;
    margin-right: 100px; }
#about .about-img img{
    position: relative;
    z-index: 1; }
#about .about-img .experience {
    position: absolute;
    padding: 8px 0 0 8px;
    background-color: #fff;
    width: 160px;
    height: 180px;
    right: 0;
    bottom: 0;
    z-index: 2; }
#about .experience .box{
    position: relative;
    height: 100%;
    background-color: var(--silver-color);
    color: var(--black-color); }
#about .experience .box span{
    display: block;
    text-align: center; }
#about .experience .box span:first-of-type{
    font-weight: var(--primary-font-bold);
    font-size: 40px;
    line-height: 1;
    margin-bottom: 6px; }
#about .experience .box span:last-of-type{
    font-size: 18px;
    padding: 0 10px; }
#about .widget-html h2,
#services .widget-html h2,
#industries .widget-html h2 {
    margin: 0 0 20px 0;
    display: flex; }
#about .widget-html h2 strong,
#services .widget-html h2 strong,
#industries .widget-html h2 strong {
    display: inline-flex;
    background-color: var(--silver-color);
    padding: 0 12px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    color: var(--gray-color);
    line-height: 30px;
    font-weight: var(--primary-font-medium); }
#about .widget-html h1 {
    margin: 0 0 20px 0;
    font-size: 26px;
    line-height: 36px;
    font-weight: var(--primary-font-bold); }
#about .widget-html p {
    margin-bottom: 0;
    color: var(--gray-color);
    line-height: 24px; }
#about .about-txt .widget-html:last-of-type{ margin-top: 50px; }
#about .about-txt .widget-html:last-of-type .block_content{
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
#about .about-txt .block_content ul{ 
    position: relative;
    padding: 0 20px; }
#about .about-txt .block_content ul:first-of-type{ 
    padding-left: 0;
    padding-right: 40px; }
#about .about-txt .block_content ul:last-of-type{ 
    padding-left: 40px;
    padding-right: 0;
    border-right: none; }
#about .about-txt .block_content ul:first-of-type:after,
#about .about-txt .block_content ul:last-of-type:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #00000020;
    top: 0; }
#about .about-txt .block_content ul:first-child:after{ right: 10px; }
#about .about-txt .block_content ul:last-child:after{ left: 10px; }
#about .about-txt .block_content ul li:first-child{
    position: relative;
    font-weight: var(--primary-font-bold);
    font-size: 15px;
    margin-bottom: 10px;
    padding-top: 35px; } 
#about .about-txt .block_content ul li:first-child:before{
    font-family: "FontAwesome7";
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 11px;
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: var(--primary-color); }
#about .about-txt .block_content ul li:last-child{ 
    color: var(--gray-color);
    font-size: 14px;
    line-height: 20px; } 
#about .about-txt .widget-html:first-of-type h3{ 
    display: flex;
    margin: 30px 0 0 0;
    gap: 20px; }
#about .about-txt .widget-html:first-of-type h3 a:last-of-type{
    background-color: transparent;
    border: 1px solid #273746;    
    color: #273746 !important; } 
#about .about-txt .widget-html:first-of-type h3 a:last-of-type:hover{ 
    background-color: #273746;
    color: #fff !important; }

/* Services */
#services {
    padding: 80px 0;
    background-color: #273746;
    background-image: url(../img/bg-services.png);
    background-repeat: no-repeat;
    background-position: left top; } 
#services .widget-html h1 {
    margin: 0 0 40px 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: var(--primary-font-bold);
    color: #fff; }
#services .grid,
#service #inner .grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr); }
#services .grid .item,
#service #inner .grid .item { 
    position: relative;
    padding-top: 50px; }
#services .grid .item:before,
#service #inner .grid .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 50px);
    height: 50px;
    background-color: #fff; }
#services .grid .item:after,
#service #inner .grid .item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url(../img/angle-white.png);
    background-repeat: no-repeat; }
#services .grid .element,
#service #inner .grid .element {
    position: relative;
    padding: 0 50px 40px 50px;
    background-color: #fff; }
#services .grid .element a,
#service #inner .grid .element a { 
    display: block; }
#services .grid .element img,
#service #inner .grid .element img { 
    margin-top: -10px; }
#services .grid .element h2,
#service #inner .grid .element h2 {
    display: flex;
    align-items: center;
    cursor: default;
    margin: 20px 0 30px 0;
    padding-right: 20px;
    height: 48px;
    font-size: 18px;
    color: var(--black-color);
    font-weight: var(--primary-font-bold); }
#services .grid .element .trigger,
#service #inner .grid .element .trigger { 
    color: var(--gray-color);
    margin-bottom: 30px; }
#services .grid .element .outcomes,
#service #inner .grid .element .outcomes,
#services .grid .element .more,
#service #inner .grid .element .more {
    position: relative;
    padding-top: 20px;
    border-top: 1px dashed #00000080; } 
#services .grid .element .outcomes,
#service #inner .grid .element .outcomes { 
    padding-bottom: 20px;
    min-height: 232px; }
#services .grid .element li,
#service #inner .grid .element li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--black-color);
    line-height: 22px; }
#services .grid .element li:last-child,
#service #inner .grid .element li:last-child { 
    margin-bottom: 0; }
#services .grid .element li:before,
#service #inner .grid .element li:before {
    font-family: "FontAwesome7";
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 9px;
    color: var(--black-color); 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--primary-color); }
#services .arrow,
#service #inner .arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    fill: #ffffff80; }

/* Industries */
#industries { padding-top: 80px; }
#industries .widget-html h1 {
    margin: 0 0 20px 0;
    font-size: 48px;
    line-height: 60px;
    font-weight: var(--primary-font-bold);
    padding-right: 10%; }
#industries .widget-html p {
    margin-bottom: 0;
    line-height: 28px;
    color: var(--gray-color);
    padding-right: 14%; }
#industries .widget-industries {
    margin-top: 20px;
    padding-bottom: 10px; }
#industries .grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    padding-top: 50px; }
#industries .grid .item {
    position: relative;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
#industries .grid .item-1 { border-left: 6px solid #1dbf73; }
#industries .grid .item-2 { border-left: 6px solid #f59e0b; }
#industries .grid .item-3 { border-left: 6px solid #2563eb; }
#industries .grid .item-4 { border-left: 6px solid #1e3a8a; }
#industries .grid .item-5 { border-left: 6px solid #14b8a6; }
#industries .grid .element {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 75px 20px 20px 30px; }
#industries .grid .element h3 {
    display: flex;
    align-items: center;
    cursor: default;
    margin: 0 0 10px 0;
    padding-right: 15px;
    height: 48px;
    font-size: 18px;
    color: #fff;
    font-weight: var(--primary-font-bold); }
#industries .grid .element p {
    margin: 0;
    color: #fff;
    cursor: default;
    opacity: 0;
    visibility: hidden; }
#industries .grid .element:hover {
    background-color: rgba(0, 0, 0, 0.75);
    padding-top: 35px; }
#industries .grid .element:hover p {
    opacity: 1;
    visibility: visible; }


/* Inner*/
#inner { padding-top: 50px; } 

/* Category */
#service #inner .grid .item:before,
#service #inner .grid .element { 
    background-color: var(--silver-color); }
#service #inner .grid .item:after { background-image: url(../img/angle-silver.png); }
#service #inner .arrow { fill: #00000030; }













/* Blog */
.d-flex {
    display: flex !important;
}

.justify-content-start,
.justify-content-left {
    justify-content: flex-start !important;
}

.justify-content-end,
.justify-content-right {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.right-column {
    flex: none;
    width: 360px;
    padding-right: 30px;
}

.right-column .box {
    background-color: #f8fafd;
    border: 1px solid var(--silver-color);
    border-radius: 5px;
    margin-bottom: 30px;
}

.right-column .box-head {
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 60px;
    border-bottom: 1px solid var(--silver-color);
    font-weight: var(--primary-font-bold);
    font-size: 15px;
}

.right-column .box-body {
    padding: 25px 30px;
}

.right-column .box-body .categories li {
    margin-bottom: 15px;
}

.right-column .box-body .categories li:last-child {
    margin-bottom: 0;
}

.right-column .box-body .categories li a {
    height: 24px;
    color: var(--black-color);
    position: relative;
}

.right-column .box-body .categories li a:hover {
    color: var(--primary-color);
}

.right-column .box-body .categories li a .badge {
    background-color: #ddecf7;
    font-weight: var(--primary-font-bold);
    height: 20px;
    color: var(--black-color);
    padding: 0 7px;
    line-height: 20px;
}

.right-column .recents li {
    margin-bottom: 20px;
}

.right-column .recents li:last-child {
    margin-bottom: 0;
}

.right-column .recent-img {
    width: 95px;
    border-radius: 3px;
    overflow: hidden;
}

.right-column .recent-info {
    flex: none;
    width: 148px;
}

.right-column .recent-info h5 {
    margin: 0;
    line-height: 20px;
    font-weight: var(--primary-font-bold);
    max-height: 40px;
    overflow: hidden;
    font-size: 14px;
}

.right-column .recent-info h5 a {
    color: var(--black-color);
}

.right-column .recent-info h5 a:hover {
    color: var(--primary-color);
}

.right-column .recent-info .date {
    margin-top: 12px;
}

.right-column .recent-info .date-icon {
    flex: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ddecf7;
    color: var(--black-color);
    margin-right: 15px;
}

.right-column .recent-info .date-icon svg {
    width: 11px;
}

.right-column .recent-info .date-txt {
    color: var(--gray-color);
    text-transform: capitalize;
}

.right-column .tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-left: -10px;
}

.right-column .tags a {
    display: block;
    margin: 10px 0 0 10px;
    line-height: 30px;
    color: var(--gray-color);
    border-radius: 3px;
    padding: 0 10px;
    background-color: var(--silver-color);
}

.right-column .tags a:hover {
    color: #fff;
    background-color: var(--black-color);
}

.center-column {
    width: calc(100% - 360px);
}

.center-column .list-blog {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    width: 750px;
    margin: 0 auto;
}

.center-column a.head-link {
    display: block;
}

.center-column a.head-link:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.center-column .element-img {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
}

.center-column .element-img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #020407;
    opacity: 0;
    z-index: 1;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.center-column a.head-link:hover .element-img:after {
    opacity: 0.2;
}

.center-column .element-img span.play {
    position: absolute;
    width: 120px;
    height: 120px;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.center-column .element-img span.play .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    padding-left: 5px;
    z-index: 4;
}

.center-column .element-img span.play .play-icon svg {
    width: 40px;
}

.center-column .element-img span.play .ripple {
    position: absolute;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, .5);
    animation: ripple 2s linear infinite;
    transition: background 0.1s ease;
    z-index: 3;
}

.center-column .element-img span.play .ripple-1 {
    animation-delay: 0s;
}

.center-column .element-img span.play .ripple-2 {
    animation-delay: 0.3s;
}

.center-column .element-img span.play .ripple-3 {
    animation-delay: 1.7s;
}

.center-column .element-info {
    background-color: #f8fafd;
    border: 1px solid var(--silver-color);
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 40px;
}

.center-column .element-info .title {
    font-weight: var(--primary-font-bold);
    font-size: 15px;
    line-height: 22px;
    color: var(--black-color);
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.center-column a.head-link:hover .element-info .title {
    color: var(--primary-color);
}

.center-column .element-info .tags {
    margin-top: 10px;
}

.center-column .element-info .date-icon,
.center-column .element-info .tags-icon {
    flex: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ddecf7;
    color: var(--black-color);
    margin-right: 15px;
}

.center-column .element-info .date-icon svg,
.center-column .element-info .tags-icon svg {
    width: 11px;
}

.center-column .element-info .tags-box {
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
}

.center-column .element-info .tags-txt {
    margin-right: 5px;
    color: var(--gray-color);
}

.center-column .element-info .date {
    margin-top: 10px;
}

.center-column .element-info .date-txt {
    font-size: 14px;
    color: var(--gray-color);
    text-transform: capitalize;
}

.center-column .element-info .description {
    margin-top: 15px;
    color: var(--gray-color);
    max-height: 44px;
    overflow: hidden;
    line-height: 22px;
}

.center-column .pagination-box {
    width: 750px;
    margin: 40px auto 0 auto;
}

.center-column .pagination-box .count {
    color: var(--gray-color);
}

.center-column .pagination-box .count b {
    font-weight: var(--primary-font-bold);
}

.center-column .pagination {
    margin: 0;
    border-radius: 0;
}

.center-column .pagination span {
    cursor: default !important;
}

.center-column .pagination svg {
    width: 22px;
}

.center-column .pagination li {
    margin-right: 8px;
}

.center-column .pagination li:last-child {
    margin-right: 0;
}

.center-column .pagination span,
.center-column .pagination a {
    border-radius: 3px;
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #ddecf7;
    padding: 0;
    text-align: center;
    line-height: 40px;
    color: var(--black-color);
    margin: 0;
}

.center-column .pagination .pagination-nav span,
.center-column .pagination .pagination-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-column .pagination span:hover,
.center-column .pagination span:focus {
    background-color: #ddecf7;
    color: var(--black-color);
}

.center-column .pagination .pagination-nav span {
    color: #fff !important;
}

.center-column .pagination a:hover {
    background-color: var(--silver-color);
    color: var(--black-color);
}

.center-column .pagination .active span {
    background-color: var(--primary-color);
    color: #fff;
}

.center-column .article-blog {
    width: 750px;
    margin: 0 auto;
}

.center-column .article-img {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    height: 500px;
}

.center-column .article-img img {
    transform: translateY(-33px);
}

.center-column .article-img a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.center-column .article-img a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #020407;
    opacity: 0;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.center-column .article-img a:hover:after {
    opacity: 0.2;
}

.center-column .article-img a span.play {
    position: absolute;
    width: 180px;
    height: 180px;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.center-column .article-img a span.play .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    padding-left: 7px;
    z-index: 4;
}

.center-column .article-img a span.play .play-icon svg {
    width: 60px;
}

.center-column .article-img a span.play .ripple {
    position: absolute;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, .5);
    animation: ripple 2s linear infinite;
    transition: background 0.1s ease;
    z-index: 3;
}

.center-column .article-img a span.play .ripple-1 {
    animation-delay: 0s;
}

.center-column .article-img a span.play .ripple-2 {
    animation-delay: 0.3s;
}

.center-column .article-img a span.play .ripple-3 {
    animation-delay: 1.7s;
}

.center-column .article-info {
    padding: 30px;
    background-color: #f8fafd;
    border: 1px solid var(--silver-color);
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.center-column .article-info .date-icon {
    flex: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ddecf7;
    color: var(--black-color);
    margin-right: 15px;
}

.center-column .article-info .date-icon svg {
    width: 11px;
}

.center-column .article-info .date-txt,
.center-column .article-info .share h2 {
    font-size: 14px;
    color: var(--gray-color);
    text-transform: capitalize;
}

.center-column .article-info .share h2 {
    margin: 0 8px 0 0;
    font-weight: var(--primary-font-normal);
    line-height: 22px;
}

.center-column .article-info .share li {
    margin-left: 7px;
}

.center-column .article-info .share li a,
.center-column .article-info .share li button {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ddecf7;
    color: var(--black-color);
    border: none;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
}

.center-column .article-info .share li a:hover,
.center-column .article-info .share li button:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.center-column .article-info h1.title {
    margin: 30px 0;
    font-size: 22px;
    font-weight: var(--primary-font-bold);
    line-height: 34px;
}

.center-column .article-info .description h1 {
    line-height: 30px;
    font-size: 20px;
    font-weight: var(--primary-font-bold);
    line-height: 34px;
    margin: 0 0 15px 0;
}

.center-column .article-info .description p+h1,
.center-column .article-info .description ul+h1 {
    margin-top: 20px;
}

.center-column .article-info .description h2 {
    line-height: 26px;
    font-size: 18px;
    font-weight: var(--primary-font-bold);
    margin: 0 0 10px 0;
}

.center-column .article-info .description p+h2,
.center-column .article-info .description ul+h2 {
    margin-top: 15px;
}

.center-column .article-info .description h3 {
    line-height: 26px;
    font-size: 16px;
    font-weight: var(--primary-font-medium);
    margin: 0 0 10px 0;
}

.center-column .article-info .description p {
    color: var(--gray-color);
    line-height: 26px;
}

.center-column .article-info .description p strong,
.center-column .article-info .description p b {
    font-weight: var(--primary-font-medium);
    color: var(--black-color);
}

.center-column .article-info .description ul {
    margin: 15px 0;
}

.center-column .article-info .description li {
    position: relative;
    color: var(--gray-color);
    line-height: 26px;
    padding-left: 20px;
    margin-bottom: 5px;
}

.center-column .article-info .description li:last-child {
    margin-bottom: 0;
}

.center-column .article-info .description li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
}

.center-column .article-info .description p a,
.center-column .article-info .description li a {
    color: var(--gray-color);
    text-decoration: underline;
}

.center-column .article-info .description p a:hover,
.center-column .article-info .description li a:hover {
    color: var(--black-color);
}

.center-column .article-info .tags {
    flex-wrap: wrap;
    margin-top: 30px;
}

.center-column .article-info .tags a {
    margin-top: 10px;
    margin-right: 20px;
    color: var(--gray-color);
}

.center-column .article-info .tags a:hover {
    color: var(--black-color);
}

.center-column .article-info .tags-icon {
    flex: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ddecf7;
    color: var(--black-color);
    margin-right: 10px;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.center-column .article-info .tags-icon svg {
    width: 11px;
}

.center-column .article-info a:hover .tags-icon {
    background-color: var(--primary-color);
    color: #fff;
}

.center-column .article-info .back {
    margin-top: 40px;
}

.center-column .article-info .back a {
    display: inline-block;
    background-color: transparent;
    color: var(--black-color);
    text-transform: uppercase;
    padding: 0 40px 0 20px;
    line-height: 40px;
    height: 44px;
    position: relative;
    font-size: 13px;
    font-family: var(--second-font);
    font-weight: var(--second-font-medium);
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    border: 1px solid var(--black-color);
    border-radius: 3px;
}

.center-column .article-info .back a:before {
    font-family: "FontAwesome5";
    font-weight: 900;
    content: "\f30b";
    font-size: 11px;
    position: absolute;
    right: 20px;
    top: 0;
}

.center-column .article-info .back a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

@keyframes ripple {
    0% {
        transform: scale(.2);
        opacity: 0
    }

    50% {
        opacity: .9
    }

    100% {
        transform: scale(1em);
        opacity: 0
    }
}












/* Footer */
footer .partners { padding: 80px 0 50px 0; }
footer .footer {
    background: var(--silver-color);
    padding: 30px 0 40px 0;
    color: #fff;
    background-image: url(../img/bg-footer.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 500px; }
footer .wrapper {
    position: relative;
    padding-top: 120px;
    background-image: url(../../../img/logo_large.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 251px; }
footer .wrapper:before,
footer .wrapper:after {
    content: "";
    position: absolute;
    left: 4%;
    top: 90px;
    width: 92%;
    height: 1px;
    background-color: #00000026;
    z-index: 1; }
footer .wrapper:before {
    top: 91px;
    background-color: #ffffff; }
footer .widget {
    padding: 0;
    width: auto; }
footer .info { margin-right: 120px; }
footer .info li { line-height: 26px; }
footer .info li,
footer .info li a { 
    color: var(--black-color); }
footer .info li a:hover { color: var(--second-color); }
footer .info li strong {
    font-weight: var(--primary-font-normal);
    padding-right: 5px; }
footer .info .block_content {
    display: flex;
    align-items: center; }
footer .info ul.address,
footer .info ul.phone {
    position: relative;
    padding-left: 20px; }
footer .info ul.address { margin-right: 50px; }
footer .info ul.address:before,
footer .info ul.phone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 3px;
    height: 29px;
    background-color: #00000026; }
footer .info .widget-html:last-of-type { margin-left: 60px; }
footer .info .widget-html:last-of-type ul:first-of-type { margin-right: 30px; }
footer .info .widget-html:last-of-type li {
    position: relative;
    padding-left: 18px; }
footer .info .widget-html:last-of-type li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--second-color); }
footer .social .widget-html li:first-child {
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    color: #090a43;
    font-weight: var(--primary-font-medium);
    letter-spacing: 0.5px;
    margin-bottom: 4px; }
footer .social .widget-social {
    margin-left: 35px;
    padding-top: 4px; }
footer .social .widget-social li { margin: 0 7px; }
footer .social .widget-social li:last-child { margin-right: 0; }
footer .social .widget-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: var(--black-color);
    font-size: 13px; }
footer .social .widget-social li.facebook a { width: 60px; }
footer .social .widget-social li.instagram a { width: 60px; }
footer .social .widget-social li.linkedin a { width: 50px; }
footer .social .widget-social li.youtube a { width: 52px; }
footer .social .widget-social a i {
    font-size: 22px;
    margin-bottom: 3px; }
footer .social .widget-social a span { color: var(--black-color); }
footer .social .widget-social a:hover { color: var(--second-color); }
footer .copyright {
    color: var(--black-color);
    text-align: center;
    line-height: 20px;
    padding: 22px 0 20px 0;
    font-size: 14px; }
footer .copyright a {
    color: var(--black-color);
    margin-left: 20px; }
footer .copyright a:hover { color: var(--second-color); }

.wa-mobile {
    position: fixed;
    width: 56px;
    height: 56px;
    right: 25px;
    bottom: 25px;
    z-index: 9000; }
.wa-mobile a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    background-color: var(--third-color); }
.wa-mobile a:hover { background-color: var(--fourth-color); }


/*** 4. Responsive ***/
@media (min-width: 992px) and (max-width: 1200px) {
}

@media (min-width: 767px) and (max-width: 991px) {
}

@media (max-width: 767px) {
}