@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Medium.eot');
    src: url('../fonts/GeneralSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Medium.woff2') format('woff2'),
        url('../fonts/GeneralSans-Medium.woff') format('woff'),
        url('../fonts/GeneralSans-Medium.ttf') format('truetype'),
        url('../fonts/GeneralSans-Medium.svg#GeneralSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/*--------main color typhography--------*/
:root {
    --sk-primary: #0058BF;
    --sk-secondary: #00AAFF;
    --sk-text: #000000;
    --sk-white: #ffffff;
    --sk-gray: #7C7C7C;
    --sk-light: #DDE5F5;
    --sk-skeen: #F5F5FA;
    --sk-dark: #012A49;
    --sk-black: #000000;
}
/*--------End main color typhography--------*/

body {
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    font-weight: 500;
    font-style: normal;
    font-family: 'General Sans';
    color: var(--sk-text);
    font-size: 20px;
    line-height: 30px;
    background-color: var(--sk-skeen);
}

h1,h2,h3,h4,h5,h6,div.maxtitle-1,p.maxtitle-1,span.maxtitle-1,div.maxtitle-2,p.maxtitle-2,span.maxtitle-2,div.maxtitle-3,p.maxtitle-3,span.maxtitle-3,div.maxtitle-4,p.maxtitle-4,span.maxtitle-4,div.maxtitle-5,p.maxtitle-5,span.maxtitle-5,div.maxtitle-6,p.maxtitle-6, span.maxtitle-6 {
    margin: 0 0 25px 0;
    line-height: 1.2;
    letter-spacing: 0;
    color: var(--sk-primary);
    font-weight: 500;
    font-family: 'General Sans';
}

h1,h1.maxtitle-1,h2.maxtitle-1,h3.maxtitle-1,h4.maxtitle-1,h5.maxtitle-1,h6.maxtitle-1,div.maxtitle-1,span.maxtitle-1,p.maxtitle-1 {
    font-size: 100px;
    line-height: 120px;
    margin-bottom: 25px;
}
h2,h1.maxtitle-2,h2.maxtitle-2,h3.maxtitle-2,h4.maxtitle-2,h5.maxtitle-2,h6.maxtitle-2,div.maxtitle-2,span.maxtitle-2,p.maxtitle-2  {
    font-size: 50px;
    line-height: 60px;
}
h3,h1.maxtitle-3,h2.maxtitle-3,h3.maxtitle-3,h4.maxtitle-3,h5.maxtitle-3,h6.maxtitle-3,div.maxtitle-3,span.maxtitle-3,p.maxtitle-3  {
    font-size: 40px;
    line-height: 50px;
}
h4,h1.maxtitle-4,h2.maxtitle-4,h3.maxtitle-4,h4.maxtitle-4,h5.maxtitle-4,h6.maxtitle-4,div.maxtitle-4,span.maxtitle-4,p.maxtitle-4 {
    font-size: 30px;
    line-height: 40px;
}
h5,h1.maxtitle-5,h2.maxtitle-5,h3.maxtitle-5,h4.maxtitle-5,h5.maxtitle-5,h6.maxtitle-5,div.maxtitle-5,span.maxtitle-5,p.maxtitle-5 {
    font-size: 20px;
    line-height: 24px;
}
h6,h1.maxtitle-6,h2.maxtitle-6,h3.maxtitle-6,h4.maxtitle-6,h5.maxtitle-6,h6.maxtitle-6,div.maxtitle-6,span.maxtitle-6,p.maxtitle-6 {
    font-size: 20px;
    line-height: 24px;
}
.body-xl p {
    font-size: 30px;
    line-height: 37.5px;
}
.body-small p {
    font-size: 16px;
    line-height: 22.5px;
}
p {
    margin:0 0 20px;
}
strong {
    font-weight: bold;
}
ul,ol {
    padding:0 0 0 20px;
    margin: 0px 0px 20px;
}
ul li,ol li {
    margin: 0 0 0px;
    padding: 0px;
}
a { 
    color: var(--sk-primary);
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover, a:visited, a:focus {
    text-decoration: none;
    outline: none;
} 
a:hover {
    color: var(--sk-secondary);
    text-decoration: none;
}  
img {
    max-width: 100%;
    height: auto;
}
input, textarea, a, img {
    outline: none !important;
    resize: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number] {
    -moz-appearance:textfield;
}
section:before, section:after{
    clear: both;
    display: table;
    content: "";
}
section {
    position: relative;
    clear: both;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.text-up {
    text-transform: uppercase;
}
/*input[type="text"] , input[type="password"] , input[type="email"] , input[type="url"] , input[type="phone"] , textarea{
    border: 1px solid #58646a;
    width: 100%;
    padding: 0 20px;
    background: #ffffff;
    //height: 42px;
}*/

/*textarea{
    height: 150px;
    resize: none;
    padding: 20px;
}*/
table{  
    margin-bottom: 0px;
    overflow-x: auto;
}
td , th{
    padding: 10px 20px;
    border-right: 1px solid #e1e1e1;
    background: #fff;
}
th,tr{  
    border: 1px solid #e1e1e1;
}
button:focus {
    outline: none;
}

.btn-outer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.btn-outer.right-align {
    justify-content: flex-end;
}
.btn-outer.center-align {
    justify-content: center;
}
.main-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 16px 37px 16px;
    background-color: var(--sk-primary);
    box-shadow: none;
    border-radius: 100px;
    border: 2px solid var(--sk-primary);
    color: var(--sk-white);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0;
}
.main-btn.blue-btn {
    color: var(--sk-white);
    background-color: var(--sk-secondary);
    border: 1px solid var(--sk-secondary);
}
.main-btn.white-btn {
    color: var(--sk-primary);
    background-color: var(--sk-white);
    border: var(--sk-white);
}
.main-btn span {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.main-btn span i {
    position: relative;
    display: flex;
}
.normal-icon {
    transition: all 0.3s ease-out;
    position: relative;
}
.hover-icon {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.main-btn:hover .normal-icon {
    opacity: 0;
    visibility: hidden;
}
.main-btn:hover .hover-icon {
    opacity: 1;
    visibility: visible;
}
.main-btn:before {
    position: absolute;
    content: '';
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
    border-radius: 5px;
    background-color: var(--sk-secondary);
    z-index: 0;
}
.main-btn.blue-btn:before {
    background-color: var(--sk-primary);
}
.main-btn.white-btn:before {
    background-color: var(--sk-primary);
}
.main-btn:hover:before {
    left: 0;
}
.main-btn img {
    display: inline-block;
    width: 19px;
    min-width: 19px;
    margin-left: 15px;
}
.main-btn:hover {
  color: var(--sk-white);
  border-color: var(--sk-secondary);
  text-decoration: none;
}
.main-btn.blue-btn:hover {
    border-color: var(--sk-primary);
}
.main-btn.white-btn:hover {
    border-color: var(--sk-primary);
}
.main-btn:focus {
    outline: none;
}
.content-title,
.content-row,
.content-info,
.content-blog,
.content-img {
    position: relative;
    width: 100%;
}
.content-info *:last-child,
.content-title *:last-child {
    margin-bottom: 0;
}
.content-img img {
    width: 100%;
    border-radius: 30px;
}
.content-middle .row > [class^="col-"] {
    align-self: center;
}
.content-bottom .row > [class^="col-"] {
    align-self: flex-end;
}
.center-align {
    text-align: center;
}
.right-align {
    text-align: right;
}
.gallery-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}
.gallery-item img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-out;
}
.gallery-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.scroll-top {
    position: fixed;
    display: inline-block;
    width: 40px;
    height: 40px;
    bottom: 70px;
    right: 15px;
    background-color: var(--sk-secondary);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    border-radius: 50%;
}
.scroll-top:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background: url(../images/angle-up.svg) no-repeat center;
    background-size: contain;
}
.scroll-top.sticky {
    opacity: 1;
    visibility: visible;
}
.equal-column > .row > [class^="col-"] {
    flex: 1;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0px;
   padding-left: 0;
}
.grid-40 > .row {
    margin-left: -40px;
    margin-right: -40px;
}
.grid-40 > .row > [class^="col-"]{
    padding-left: 40px;
    padding-right: 40px;
}
.grid-35 > .row {
    margin-left: -35px;
    margin-right: -35px;
}
.grid-35 > .row > [class^="col-"]{
    padding-left: 35px;
    padding-right: 35px;
}
.grid-20 > .row {
    margin-left: -20px;
    margin-right: -20px;
}
.grid-20 > .row > [class^="col-"]{
    padding-left: 20px;
    padding-right: 20px;
}
.grid-10 > .row {
    margin-left: -10px;
    margin-right: -10px;
}
.grid-10 > .row > [class^="col-"]{
    padding-left: 10px;
    padding-right: 10px;
}
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color span,
.white-color {
    color: var(--sk-white);
}
.black-color {
    color: var(--sk-text);
}
.bg-black {
    background-color: var(--sk-text);
}
.bg-gray {
    background-color: var(--sk-gray);
}
.bg-skeen {
    background-color: var(--sk-skeen);
}
.bg-blue {
    background-color: var(--sk-primary);
}
.bg-sky-blue {
    background-color: var(--sk-secondary);
}
.bg-dark {
    background-color: var(--sk-dark) !important;
}
.bg-light {
    background-color: var(--sk-light) !important;
}

/*---------header-part---------*/

.main-part {
    position: relative;
}
.main-area,
.main-area:not(.main-vertical)>.container,
.main-content-wrap,
.main-col,
.main-element {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.main-area {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: stretch
}
.main-content-wrap {
    width: 100%;
}
.main-col {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.main-col.main-left-col {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.main-col.main-center-col,
.main-area .main-element {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.main-col.main-right-col {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.main-col:empty {
    display: none
}

.main-area.main-content-top .main-col {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.main-area.main-content-middle .main-col,
.main-area .main-element {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.main-area.main-content-bottom .main-col {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.row,
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.875rem;
}

.header-part {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 25px 0;
    transition: all 0.3s ease-out;
}
body.logged-in.admin-bar .header-part {
    top:32px;
}
.header-part.sticky {
    padding: 15px 0;
    background-color: var(--sk-black);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
.header-light.sticky {
    background-color: var(--sk-white);
}
.header-logo {
    position: relative;
    display: flex;
    margin-right: 50px;
}
.header-logo img {
    width: 123px;
    height: auto;
    transition: all 0.3s ease-out;
}
.header-light .white-logo {
    display: none;
}
.blue-logo {
    display: none;
}
.header-light .blue-logo {
    display: flex;
}
.sk-hidden .header-light .blue-logo {
    display: none;
}
.sk-hidden .header-light .white-logo {
    display: flex;
}
.header-right {
    display: flex;
    justify-content: flex-end;
}
.header-part .main-left-col {
    z-index: 99999;
}
.main-menu {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.main-menu > li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0;
    margin: 0 0 0 44px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-menu > li:first-child {
    margin-left: 0;
}
.main-menu > li > a {
    display: inline-block;
    position: relative;
    color: var(--sk-white);
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    padding: 20px 0;
    letter-spacing: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} 
.header-light .main-menu > li > a {
    color: var(--sk-gray);
}
.sk-hidden .header-light .main-menu > li > a {
    color: var(--sk-white);
}
.main-menu > li:hover > a,
.main-menu > li.current-menu-item > a,
.main-menu > li.current-menu-ancestor > a {
    color: var(--sk-secondary);
}
.sk-hidden .header-light .main-menu > li:hover > a,
.sk-hidden .header-light .main-menu > li.current-menu-item > a,
.sk-hidden .header-light .main-menu > li.current-menu-ancestor > a {
    color: var(--sk-secondary);
}
.main-menu > li > ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    margin: 0px;
    min-width: 200px;
    background-color: var(--sk-primary);
    background-image: linear-gradient(to right,var(--sk-primary),var(--sk-secondary));
    padding: 20px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
    list-style-type: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    transition: all 0.35s;
}
.main-menu > li:hover > ul{
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    height: auto;
    display: block;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.main-menu > li li {
    padding: 0px 0;
    margin: 0 0 8px;
}
.main-menu > li li a {
    position: relative;
    display: inline-block;
    color: var(--sk-white);
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0em;
    font-weight: 400;
    text-decoration: none;
}
.main-menu > li li:hover a,
.main-menu > li li.current-menu-item a {
    color: var(--sk-text);
}
.header-btn {
    display: flex;
    gap: 25px;
    position: relative;
    z-index: 99999;
}
.header-btn .main-btn {
    padding: 24px 37px;
    border-radius: 30px;
}
/*------mobile-menu-------*/
body.sk-hidden  {
    overflow: hidden;
}
.mobile-header {
    display: none;
}
.desktop-header,
.mobile-header {
    width: 100%;
}
.canvas-menu .sk-dropdown-toggle {
    width: 172px;
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--sk-skeen);
    border-radius: 30px;
    font-size: 20px;
    line-height: 27px;
    color: var(--sk-primary);
    text-decoration: none;
}
.header-light .sk-dropdown-toggle {
    border: 3px solid var(--sk-primary);
}
.canvas-menu .sk-dropdown-toggle span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.canvas-menu .sk-dropdown-toggle .menu-normal img {
    width: 30px;
}
.canvas-menu .sk-dropdown-toggle .menu-close img {
    width: 16px;
}
.canvas-menu .sk-dropdown-toggle .menu-close {
    display: none;
}
.canvas-menu .sk-dropdown-toggle::after {
    display: none;
}
.canvas-menu .sk-dropdown-toggle.open .menu-close {
    display: flex;
}
.canvas-menu .sk-dropdown-toggle.open .menu-normal {
    display: none;
}
.mobile-header .canvas-menu,
.mobile-header .main-left-col {
    z-index: 99999;
}
.sk-offcanvas-content {
    position: fixed;
    left: 0;
    width: 100%;
    max-width: 100%;
    top: -100%;
    bottom: 0;
    z-index: 9999;
    visibility: hidden;
    background-color: var(--sk-primary);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}
.sk-offcanvas-content.open {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
} 
.sk-offcanvas-content .wp-sidebar {
    overflow-x: hidden;
    height: 100%;
    padding: 0px;  
    margin: 0;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding-top: 163px;
    padding-bottom: 60px;
    gap: 30px;
}
.header-col {
    position: relative;
    display: flex;
    flex-direction: column;
}
.header-link {
    padding-top: 40px;
}
.header-link ul {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.header-link ul li {
    margin: 0;
    padding: 12.5px 0;
    position: relative;
    display: block;
}
.header-link ul li a {
    color: var(--sk-white);
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    position: relative;
    display: block;
    letter-spacing: 0;
    text-decoration: none;
}
.header-link ul li:hover a {
    color: var(--sk-secondary);
} 
.header-form {
    background-color: var(--sk-skeen);
    padding: 40px 50px 50px;
    border-radius: 20px;
    width: 100%;
    max-width: 660px;
}
.header-form .maxtitle-3 {
    color: var(--sk-black);
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 35px;
}
.input-div {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.bs-searchbox .form-control,
.bootstrap-select>.dropdown-toggle,
.input-div input,
.input-div textarea {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--sk-white);
    color: #898989;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 21px 49px 21px 22px;
    transition: all 0.3s ease-out;
}
.input-div input {
    padding-left: 60px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #898989;
}
.input-div textarea {
    height: 156px;
    padding: 21px 22px;
}
.input-div input::placeholder,
.input-div textarea::placeholder {
    opacity: 1;
}
.input-div input:focus,
.input-div textarea:focus {
    border-color: var(--sk-primary);
}
.bootstrap-select .dropdown-menu li {
    padding: 0;
}
.bootstrap-select .dropdown-menu li .dropdown-item{
    padding: 20px 22px;
    color: var(--sk-text);
    font-size: 18px;
    line-height: 26px;
}
.bootstrap-select.form-control button {
    background-color: var(--sk-white) !important;
}
.bootstrap-select .dropdown-menu {
    padding: 0;
}
.bootstrap-select.form-control {
    background-color: transparent !important;
    border: none!important;
    border-radius: 0!important;
    outline: none!important;
    box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus, 
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    border-color: var(--sk-primary)!important;
    outline: none !important;
    background-color: var(--sk-white) !important;
}
.bootstrap-select .dropdown-toggle::after {
    content: '';
    border: none;
    width: 19px;
    height: 10px;
    background: url(../images/angle-down-blue.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--sk-white) !important;
    text-decoration: none;
    background-color: var(--sk-secondary);
}
.submit-btn {
    margin-top: 20px;
}
.submit-btn .main-btn {
    width: 100%;
    background-color: var(--sk-dark);
    border: none;
    font-size: 22.5px;
    line-height: 28px;
    text-transform: initial;
    padding: 20px;
}
.submit-btn .main-btn:hover {
    border-color: var(--sk-secondary);
}
.input-icon {
    position: absolute;
    left: 20px;
    top: 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.input-icon:after {
    position: relative;
    display: flex;
    content: '';
}
.input-user:after {
    width: 19px;
    height: 22px;
    background: url(../images/user-blue.svg) no-repeat center;
    background-size: contain;
}
.input-company:after {
    width: 25px;
    height: 22px;
    background: url(../images/building.svg) no-repeat center;
    background-size: contain;
}
.input-mail:after {
    width: 25px;
    height: 18px;
    background: url(../images/envelope-blue.svg) no-repeat center;
    background-size: contain;
}
.input-phone:after {
    width: 24px;
    height: 24px;
    background: url(../images/phone-blue.svg) no-repeat center;
    background-size: contain;
}
/*-------------end-----------------*/

/*---------main-part---------*/
body.sk-hidden {
    overflow: hidden;
}
.overflow-hidden {
    overflow: hidden;
}
.hero-banner {
    background-color: var(--sk-black);
    min-height: 100vh;
    padding-top: 205px;
    padding-bottom: 115px;
    overflow: hidden;
}
.hero-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.blue-box {
    width: 100%;
    height: 100%;
    padding: 50px;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    position: relative;
    background-color: var(--sk-primary);
}
.blue-box.sky-blue {
    background-color: var(--sk-secondary);
}
.blue-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 88, 191, 0.75);
    border-radius: 30px;
}
.blue-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 88, 191, 0.8);
    mix-blend-mode: multiply;
    border-radius: 30px;
}
.blue-box.sky-blue:before {
    background-color: rgba(0, 170, 255, 0.75);
}
.blue-box p,
.blue-box .maxtitle-2 {
    color: var(--sk-white);
    position: relative;
}
.blue-box p {
    margin-bottom: 62px;
}
.arrow-right {
    display: flex;
    width: 50px;
    min-width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--sk-secondary);
    margin-left: auto;
    position: relative;
}
.blue-box.sky-blue .arrow-right {
    background-color: var(--sk-primary);
}
.arrow-right img {
    width: 16px;
}
.blue-box .maxtitle-3 {
    color: var(--sk-white);
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
    position: relative;
}
.blue-box.small-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 15px;
    height: 100%;
}
.blue-box-col {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
    justify-content: space-between;
}
.blue-box-col .blue-box-arrow-left {
    flex: none;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pt-0 {
    padding-top: 0px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-15 {
    padding-top: 15px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-0 {
    padding-bottom: 0px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.max-width-660 {
    max-width: 660px;
}
.globe-right-top {
    position: absolute;
    right: 0;
    top: 0;
    width: 508px;
    height: 100%;
    overflow: hidden;
}
.globe-right-top img {
    position: absolute;
    right: -128px;
    top: -148px;
    width: 508px;
}
.read-more-outer p,
.read-more-outer {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.read-more-outer p {
    margin: 0;
}
.read-more-outer p br {
    display: none;
}
.read-more {
    position: relative;
    display: inline-flex;
    gap: 15px;
    align-items: center;
    color: var(--sk-secondary);
    font-size: 22.5px;
    line-height: 28px;
    text-decoration: none;
}
.read-more:hover {
    color: var(--sk-primary);
}
.read-more i {
    position: relative;
    display: flex;
}
.read-more img {
    width: 26px;
}
.read-more:hover .normal-icon {
    opacity: 0;
    visibility: hidden;
}
.read-more:hover .hover-icon {
    opacity: 1;
    visibility: visible;
}
.heading-dark h1,
.heading-dark h2,
.heading-dark h3,
.heading-dark h4,
.heading-dark h5,
.heading-dark h6 {
    color: var(--sk-dark);
}
.heading-black h1,
.heading-black h2,
.heading-black h3,
.heading-black h4,
.heading-black h5,
.heading-black h6 {
    color: var(--sk-black);
}
.heading-blue h1,
.heading-blue h2,
.heading-blue h3,
.heading-blue h4,
.heading-blue h5,
.heading-blue h6 {
    color: var(--sk-secondary);
}
.mt-25 {
    margin-top: 25px;
}
.text-block {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 65px 70px;
    border-radius: 30px;
    height: 100%;
    width: 100%;
}
.text-block .maxtitle-1,
.text-block .maxtitle-2,
.text-block .maxtitle-3,
.text-block .maxtitle-4,
.text-block .maxtitle-5,
.text-block .maxtitle-6 {
    margin-bottom: 15px;
}
.text-block p:last-child {
    margin-bottom: 0;
}
.tab-section {
    padding: 100px 0;
    display: flex;
    align-items: center;
    min-height: 628px;
    background-color: rgba(0, 88, 191, 0.75);
}
.nav-pills {
    width: 26%;
    padding-right: 30px;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    z-index: 2;
}
.tab-content {
    width: 74%;
}
.nav-pills .nav-link {
    font-size: 30px;
    line-height: 37px;
    color: var(--sk-white);
    opacity: 0.5;
    text-decoration: none;
    background-color: transparent;
    padding: 0 0 7px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid transparent;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    opacity: 1;
    border-bottom-color: var(--sk-white);
}
.tab-info {
    max-width: 940px;
    color: var(--sk-white);
    font-size: 55px;
    line-height: 70px;
    position: relative;
    z-index: 2;
}
.tab-info p:last-child {
    margin-bottom: 0;
}
.tab-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tab-banner:before {
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlay-blue:before {
    background-color: rgba(0, 88, 191, 0.75);
}
.overlay-sky-blue:before {
    background-color: rgba(0, 170, 255, 0.75);
}
.overlay-dark:before {
    background-color: rgba(1, 42, 73, 0.75);
}
.image-slider-item {
    position: relative;
    display: flex;
    width: 100%;
    padding-bottom: 95%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
}
.image-slider {
    padding-right: 343px;
    overflow: initial;
}
.image-slider.owl-carousel .owl-stage-outer {
    overflow: initial;
}
.image-slider-item .main-btn {
    position: absolute;
    font-size: 30px;
    line-height: 37px;
    padding: 24px 50px;
    color: #F5F5F5;
}
.top-right {
    top: 90px;
    right: -140px;
}
.top-left {
    top: 60px;
    left: -185px;
}
.bottom-left {
    bottom: 90px;
    left: -140px;
}
.bottom-right {
    bottom: 120px;
    right: -110px;
}
.image-slider.swiper-backface-hidden .swiper-slide {
    transform: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.max-width-800 {
    max-width: 800px;
    margin-left: 150px;
}
.max-width-900 {
    max-width: 900px;
	margin: auto;
}
.number-blog {
    position: relative;
    display: flex;
    flex-direction: column;
}
.number-blog span {
    color: var(--sk-primary);
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 10px;
    display: block;
}
.number-blog p {
    margin: 0;
    font-size: 22.5px;
    line-height: 28px;
}
.address-row {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 75px 0;
}
.address-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
}
.address-meta {
    position: relative;
    display: flex;
    align-items: center;
    padding: 25px 50px;
    background-color: rgba(0, 88, 191, 0.1);
    border-radius: 999px;
    font-size: 30px;
    line-height: 37px;
    gap: 25px;
    color: var(--sk-primary);
}
.address-meta img {
    position: relative;
    display: flex;
    max-height: 35px;
    max-width: 30px;
}
.address-blog p {
    font-size: 22.5px;
    line-height: 28px;
}
.address-blog p:last-child {
    margin: 0;
}
.post-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: flex-start;
}
.gallery-img {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 20px;
}
.gallery-img img {
    width: 100%;
    border-radius: 30px;
    transition: all 0.3s ease-out;
    transform: scale(1.0);
}
.gallery-img:hover img {
    transform: scale(1.1);
}
.max-width-520 {
    max-width: 520px;
}
.post-cat {
    position: relative;
    display: inline-block;
    color: var(--sk-dark);
    font-size: 16px;
    line-height: 22px;
    padding: 10px 25px;
    margin-bottom: 20px;
    background-color: rgba(1, 42, 73, 0.1);
    border-radius: 100px;
}
.post-blog h3 {
    color: var(--sk-text);
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
}
.post-blog h3 a {
    color: var(--sk-text);
    text-decoration: none;
}
.post-blog p {
    margin-bottom: 15px;
}
.post-blog .read-more {
    color: var(--sk-primary);
    font-size: 20px;
    line-height: 26px;
}
.post-blog .read-more:hover {
    color: var(--sk-secondary);
}
.kontakt-form {
    max-width: 660px;
}
.kontakt-form .maxtitle-3 {
    color: var(--sk-text);
    margin-bottom: 30px;
}
.kontakt-address-row {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 75px;
    max-width: 520px;
}
.kontakt-address-blog {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}
.kontakt-address-blog span {
    position: relative;
    display: flex;
    min-width: 34px;
    width: 34px;
    margin-top: 4px;
}
.kontakt-address-blog span img {
    max-height: 33px;
}
.kontakt-address-blog:last-child span img {
    max-height: 25px;
}
.kontakt-address-blog p {
    color: var(--sk-primary);
    font-size: 22.5px;
    line-height: 28px;
    margin-bottom: 0;
}
.kontakt-address-blog p a {
    color: var(--sk-primary);
    text-decoration: none;
}
.kontakt-address-blog p strong{
    display: block;
    color: var(--sk-text);
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 500;
}
/*-------------end------------*/

/*------------footer--------*/
.footer-part {
    background-color: var(--sk-primary);
    width: 100%;
    padding: 136px 0 0;
}
.footer-top {
    position: relative;
    width: 100%;
    padding-bottom: 35px;
}
.footer-top .row,
.footer-row .row {
    --bs-gutter-y: 50px;
}
.footer-logo {
    position: relative;
    display: inline-block;
    color: var(--sk-white);
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 25px;
    text-decoration: none;
}
.footer-top p {
    color: var(--sk-white);
    font-size: 18px;
    line-height: 25px;  
}
.footer-top p a {
    color: var(--sk-white);
    text-decoration: none;
}
.footer-top p a:hover {
    color: var(--sk-secondary);
    text-decoration: none;
}
.footer-top p:last-child {
    margin-bottom: 10px;
}
.footer-info span {
    color: var(--sk-white);
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
    display: block;
}
.span-heading {
    position: relative;
    display: block;
    color: var(--sk-white);
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer-menu {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}
.footer-menu li {
    position: relative;
    display: block;
    padding: 0;
    margin: 7px 0;
}
.footer-menu li a {
    position: relative;
    display: inline-block;
    color: var(--sk-white);
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
}
.footer-menu li a:hover {
    color: var(--sk-secondary);
}
.footer-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 55px 0;
}
.footer-bottom p,
.footer-bottom a {
    color: var(--sk-white);
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}
.footer-bottom a:hover {
    color: var(--sk-secondary);
}
.footer-bottom ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 50px;
    padding: 0;
    margin: 0;
}
.footer-bottom ul li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
/*-------------end------------*/
.blue-box-arrow-left {
    position: relative;
    display: flex;
    flex: 1 0 0;
    align-items: flex-end;
}
.blue-box-arrow-left .arrow-right {
    margin-left: 0;
}
.max-width-1360 {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}
.font-55 {
    font-size: 55px;
    line-height: 70px;
}
.font-55 *:last-child {
    margin-bottom: 0;
}
.pt-20 {
    padding-top: 20px;
}
.p-font-22 p {
    font-size: 22.5px;
    line-height: 30px;
}
.blue-text-box {
    position: relative;
    width: 100%;
    padding: 90px 50px;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blue-text-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 88, 191, 0.75);
    border-radius: 30px;
 }
 .blue-text-box.sky-blue:before {
    background-color: rgba(0, 170, 255, 0.75);
 }
 .blue-text-box p {
    position: relative;
    color: var(--sk-white);
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    z-index: 2;
}
.video-banner {
    position: relative;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    height: 685px;
}
.video-banner:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.video-banner-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 76px 60px;
    width: 100%;
}
.video-banner-info .maxtitle-2 {
    color: var(--sk-white);
    margin-bottom: 0;
    max-width: 67%;
}
.play-btn {
    position: relative;
    display: flex;
    width: 115px;
    min-width: 115px;
    height: 115px;
    border-radius: 50%;
    border: 5px solid var(--sk-white);
    align-items: center;
    justify-content: center;
}
.play-btn img {
    width: 35px;
    margin-left: 5px;
}
.max-width-1425 {
    max-width: 1425px;
    margin-left: auto;
    margin-right: auto;
}
.max-width-1080 {
    max-width: 1080px;
}
.read-more.blue-link {
    color: var(--sk-primary);
}
.read-more.blue-link:hover {
    color: var(--sk-secondary);
}
.gap-40 {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.blue-card {
    position: relative;
    display: flex;
    padding: 46px;
    background-color: var(--sk-primary);
    border-radius: 30px;
    gap: 74px;
}
.blue-card .content-img {
    width: 41.4%;
    min-width: 41.4%;
}
.blue-card .content-img img {
    border-radius: 0;
}
.big-number .number-blog p,
.big-number .number-blog span {
    color: var(--sk-dark);
}
.big-number .number-blog span {
    margin-bottom: 40px;
}
.big-number .number-blog p {
    font-size: 20px;
    line-height: 27px;
}
.blue-text-box.big-padd {
    padding: 99px 75px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blue-text-box.big-padd p {
    font-size: 35px;
    line-height: 45px;
}
.equal-blog-row {
    position: relative;
    display: flex;
    height: 100%;
}
.equal-blog-row .row {
    --bs-gutter-y: 40px;
    --bs-gutter-x: 40px;
    justify-content: space-between;
}
.equal-blog-row .content-img {
    display: flex;
    height: 100%;
}
.equal-blog-row .content-img img {
    height: 100%;
    object-fit: cover;
}
.br-10 img {
    border-radius: 10px;
}
.full-height {
    height: 100%;
}
.full-height img {
    height: 100%;
    object-fit: cover;
}
.max-width-1220 {
    max-width: 1220px;
}
.justify-content-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.order-lg-last .max-width-380,
.order-lg-last .max-width-520 {
    margin-left: auto;
}
.max-width-380 {
    max-width: 380px;
}
.sub-banner {
    position: relative;
    width: 100%;
    min-height: 550px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 50px;
}
.sub-banner:before {
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #00000040 0%, #000000A7 100%);
}
.sub-banner-info {
    position: relative;
}
.sub-banner-info p {
    max-width: 660px;
    margin-top: 50px;
}
.sub-banner-info p:last-child {
    margin-bottom: 0;
}
.max-width-1220 {
    max-width: 1220px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.sub-categories ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 20px 33px;
}
.sub-categories ul li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 27px;
    text-decoration: none;
    color: var(--sk-primary);
    padding: 24px 36px;
    border-radius: 30px;
    background-color: var(--sk-white);
}
.sub-categories ul li a {
    position: relative;
    display: flex;
    font-size: 20px;
    line-height: 27px;
    text-decoration: none;
    color: var(--sk-primary);
    padding: 24px 36px;
    border-radius: 30px;
    background-color: var(--sk-white);
}
.sub-categories ul li a:hover {
    background-color: var(--sk-primary);
    color: var(--sk-white);
}
.max-width-1500 {
    max-width: 1500px;
}
.news-blog {
    position: relative;
    display: flex;
    gap: 40px;
    align-items: center;
    width: 100%;
}
.news-img {
    position: relative;
    display: flex;
    width: 40%;
    min-width: 40%;
}
.news-img img {
    width: 100%;
    border-radius: 30px;
}
.news-blog-info {
    position: relative;
    width: 100%;
}
.news-blog-info h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
}
.news-blog-info h3 a {
    text-decoration: none;
}
.news-blog-info p {
    color: #898989;
}
.news-arrow {
    position: relative;
    display: inline-flex;
    width: 31px;
    left: 0;
}
.news-arrow:hover {
    left: 5px;
}
.post-categories ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 20px 28px;
}
.post-categories ul li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.post-categories ul li a {
    position: relative;
    display: flex;
    font-size: 30px;
    line-height: 37px;
    text-decoration: none;
    color: var(--sk-dark);
    padding: 19px 45px;
    border-radius: 999px;
    background-color: rgba(0, 88, 191, 0.1);
}
.post-categories ul li a.active,
.post-categories ul li a:hover {
    background-color: var(--sk-primary);
    color: var(--sk-white);
}
.team-row .row {
    --bs-gutter-y: 100px;
}
.team-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
}
.team-img {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}
.team-img img {
    width: 100%;
}
.team-blog h3 {
    font-size: 30px;
    line-height: 37px;
    color: var(--sk-black);
    margin-bottom: 10px;
}
.team-blog p {
    margin-bottom: 25px;
}
.team-blog p:last-child {
    margin-bottom: 0px;
}
.team-blog a {
    text-decoration: none;
}
.color-text * {
    color: var(--sk-text) !important;
}
.color-text .main-btn span,
.color-text .main-btn {
    color: var(--sk-white) !important;
}
.list-info li {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 15px;
}
.mb-60 {
    margin-bottom: 60px;
}
.pb-40 {
    padding-bottom: 40px;
}
.max-width-940 {
    max-width: 940px;
}
.height-778 {
    min-height: 778px;
}
.text-dark {
    color: var(--sk-dark) !important;
}
.br-0 img {
    border-radius: 0;
}
.pt-25 {
    padding-top: 25px;
}
.pb-25 {
    padding-bottom: 25px;
}
.max-width-800.ml-0 {
    margin-left: 0;
    margin-right: 150px;
}
.ml-0 {
    margin-left: 0;
}
.main-btn.blue-btn.round-btn {
    padding: 24px 30px;
}
.main-btn.blue-btn.round-btn i {
    margin-left: 89px;
    background-color: var(--sk-primary);
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.main-btn.blue-btn.round-btn:hover i {
    background-color: var(--sk-secondary);
}
.main-btn.blue-btn.round-btn i img {
    margin: 0;
    width: 11px;
    min-width: 11px;
}
.mt-30 {
    margin-top: 30px;
}
.main-btn.slide-caption:before {
    display: none;
}
.main-btn.slide-caption {
    border: none;
    cursor: inherit;
}
.pagination ul {
    margin: 0;
    padding: 0;
}
.pagination li {
    display: inline-block;
    padding: 0;
    margin: 10px;
}
.pagination li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 49px;
    color: #ffffff;
    background-color: var(--sk-secondary);
    border-radius: 50%;
    text-decoration: none;
}
.pagination li.active a {
    background-color: var(--sk-primary);
}
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    margin-top: 40px;
}
.sub-banner-info .post-cat {
    background-color: rgba(1, 42, 73, 0.8);
}
.error404 .sub-banner-info p a {
    color: Var(--sk-white);
}
.page-id-287 .kontakt-form .maxtitle-3,
.page-id-285 .kontakt-form .maxtitle-3,
.error404 .kontakt-form .maxtitle-3,
.page-id-261 .kontakt-form .maxtitle-3 {
    display: none;
}
.page-id-287 .content-part .row.align-items-center,
.page-id-285 .content-part .row.align-items-center,
.error404 .content-part .row.align-items-center,
.page-id-261 .content-part .row.align-items-center {
    align-items: flex-start!important;
}
.error404 h1 {
    font-size: 150px;
    line-height: 1;
}
.top-hero-content-section-v1 .hero-caption {
    position: relative;
}
.post-banner {
    height: 350px;
    min-height: initial;
}
.blog-detail-title h1 {
    color: var(--sk-black);
}
.blog-detail-title p {
    font-size: 30px;
    line-height: 45.5px;
    color: var(--sk-black);
    max-width: 800px;
}
.blog-detail-title {
    margin-bottom: 75px;
}
.blog-detail-info {
    max-width: 800px;
}
.blog-detail-info h2 {
    color: var(--sk-dark);
}
.blog-detail-info h3,
.blog-detail-info h4,
.blog-detail-info h5,
.blog-detail-info h6 {
    color: var(--sk-black);
}
.blog-detail-info p {
    margin-bottom: 40px;
}
.blog-detail-info ul {
    margin-bottom: 40px;
}
.blog-detail-info img {
    margin: 20px 0;
}
.post-social {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 60px;
    gap: 15px 30px;
}
.post-social li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.post-social li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    background-color: #101010;
    border-radius: 50%;
}
.post-social li a:hover {
    background-color: var(--sk-primary);
}
.post-social li a img {
    display: flex;
    height: 18px;
    max-width: 18px;
}
.post-widget {
    margin-bottom: 60px;
}
.subscribe-news h4,
.post-widget h4 {
    color: var(--sk-black);
    font-size: 30px;
    line-height: 40px;
}
.post-widget ul {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 0 0;
}
.post-widget ul li {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 0 25px;
}
.post-widget ul li a {
    position: relative;
    display: inline-block;
    color: var(--sk-primary);
    text-decoration: none;
}
.post-widget ul li a:hover {
    color: var(--sk-secondary);
}
.subscribe-news .submit-btn {
    margin-bottom: 50px;
}
.subscribe-news p a {
    text-decoration: none;
}
.varsling-form .max-width-1360,
.varsling-form .wpcf7-form {
	margin-left: auto;
	margin-right: auto;
}
.varsling-form .wpcf7-form {
	margin-top: 60px;
}
.varsling-form .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.varsling-form .input-div {
	margin-bottom: 30px;
}
.varsling-form .input-div br {
	display: none;
}
.varsling-form .input-div label {
	position: relative;
    display: block;
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 1.5;
}
.varsling-form .input-div small {
    font-size: 15px;
    line-height: 1.5;
    display: block;
    margin: 7px 0px 0;
}
.varsling-form input .bs-searchbox .form-control, 
.varsling-form .bootstrap-select>.dropdown-toggle, 
.varsling-form .input-div input, 
.varsling-form .input-div textarea {
	padding-left: 25px;
	padding-right: 25px;
}
.varsling-form input[type="submit"] {
	width: 100%;
    background-color: var(--sk-dark);
    border: none;
    font-size: 22.5px;
    line-height: 28px;
    text-transform: initial;
    padding: 20px;
	font-weight: 500;
    text-decoration: none;
    letter-spacing: 0;
	    color: var(--sk-white);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	box-shadow: none;
    border-radius: 100px;
}
.varsling-form input[type="submit"]:hover {
	background-color: var(--sk-secondary);
}
.varsling-form .wpcf7-spinner {
	position: absolute;
    left: 44%;
    top: 35%;
}
.wpcf7-not-valid-tip {
    color: #dc3232 !important;
}
.wpcf7-not-valid {
	border-color:  #dc3232 !important;
}