:where(.row) {
    gap: initial !important;
}

p:empty {
    display: none;
}

body.preloader-body {
    overflow: hidden;
}

.grecaptcha-badge {
	z-index: 9;
}

:root {
    --color1: #000000;
    --color2: #ffffff;
    --color3: #0A253A;
    --color4: #F5F5F5;
    --color5: #707070;
    --color6: #FEFEFE;
    --color7: #cacfd4;
    --color8: #13476f;
    --color9: #0D4067;
}

@font-face {
    font-family: GilroyRegular;
    src: url(../fonts/Gilroy-Regular.eot),
    url(../fonts/Gilroy-Regular.ttf),
    url(/../fonts/Gilroy-Regular.woff);
}

@font-face {
    font-family: GilroyMedium;
    src: url(../fonts/Gilroy-Medium.eot),
    url(../fonts/Gilroy-Medium.ttf),
    url(../fonts/Gilroy-Medium.woff);
}

@font-face {
    font-family: GilroyBold;
    src: url(../fonts/Gilroy-Bold.eot),
    url(../fonts/Gilroy-Bold.ttf),
    url(../fonts/Gilroy-Bold.woff);
}

@font-face {
    font-family: GilroySemiBold;
    src: url(../fonts/Gilroy-SemiBold.eot),
    url(../fonts/Gilroy-SemiBold.ttf),
    url(../fonts/Gilroy-SemiBold.woff);
}

@font-face {
    font-family: GilroyExtraBold;
    src: url(../fonts/Gilroy-ExtraBold.eot),
    url(../fonts/Gilroy-ExtraBold.ttf),
    url(../fonts/Gilroy-ExtraBold.woff);
}

@font-face {
    font-family: GilroyLight;
    src: url(../fonts/Gilroy-Light.eot),
    url(../fonts/Gilroy-Light.ttf),
    url(../fonts/Gilroy-Light.woff);
}

@font-face {
    font-family: Segoeui;
    src: url(../fonts/Segoeui.ttf);
}

@font-face {
    font-family: MrsSaintDelafield;
    src: url(../fonts/MrsSaintDelafield.ttf);
}

.loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--color2);
    z-index: 9999999;
}

.loader .loader-img {
    display: flex;
    position: relative;
}

.loader .loader-img img {
	max-width: 120px;
}

.loader .progress {
    width: 150px;
    height: 5px;
    margin-top: 20px;
}

.loader .progress .progress-bar {
    background-color: var(--color3);
    animation: progress 3s 1s infinite;
}

@keyframes progress {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

html, body {
    height: 100%;
}

body {
    overflow-x: hidden;
}

a, .btn, button {
    transition: 0.3s linear;
}

body.overflow-hide {
    overflow-y: hidden;
    padding-right: 17px;
    background-color: var(--color4);
}

body.overflow-hide header {
    width: calc(100% - 17px);
}

.btn-black,
.btn-white {
    font: 15px 'GilroySemiBold';
    border: 2px solid transparent;
    padding: 15px 40px 15px 20px;
    border-radius: 0;
    position: relative;
    min-width: 200px;
    text-align: left;
}

.btn-black {
    background-color: var(--color1);
    color: var(--color2);
}

.btn-white {
    background-color: var(--color2);
    color: var(--color3);
}

.btn-black::after,
.btn-white::after {
    content: '\f061';
    font: 300 14px 'Font Awesome 6 Pro';
    position: absolute;
    top: 17px;
    right: 15px;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active {
    background: none;
    border-color: var(--color1);
    color: var(--color1);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    background: none;
    border-color: var(--color2);
    color: var(--color2);
}

.head-h3 {
    font: 30px 'GilroySemiBold';
    color: var(--color3);
}

header {
    position: absolute;
    width: 100%;
    z-index: 99999;
    transition: 0.3s linear;
}

body.fixed-bar header .header-top {
    opacity: 0;
    visibility: hidden;
}

body.fixed-bar header .navbar-collapse {
    position: relative;
    top: -20px;
}

body.fixed-bar header {
    position: fixed;
    top: -100%;
    background-color: var(--color4);
    box-shadow: 0px 3px 12px #00000029;
}

body.admin-bar.fixed-bar.fixed-header header {
    top: 32px;
}

body.fixed-bar.fixed-header header {
    top: 0;
}

body.admin-bar.fixed-bar header .navbar-brand img {
	max-width: 150px;
}

#wpadminbar {
    z-index: 9999999 !important;
}

header .header-top {
    padding: 15px 0 0;
}

header .header-top ul.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

header .header-top ul.navbar-nav li,
header .header-top ul.navbar-nav li.nav-item {
    font: 600 16px 'Segoeui';
    margin: 0 20px;
}

header .header-top ul.navbar-nav li a,
header .header-top ul.navbar-nav li.nav-item a.nav-link {
    color: var(--color3);
    padding: 0 0 0 25px !important;
    position: relative;
}

header .header-top ul.navbar-nav li.address {
    display: none;
}

header .header-top ul.navbar-nav li.phone a::before,
header .header-top ul.navbar-nav li.email a::before,
header .header-top ul.navbar-nav li.nav-item.phone a.nav-link::before,
header .header-top ul.navbar-nav li.nav-item.email a.nav-link::before {
    position: absolute;
    left: 2px;
    top: 3px;
}

header .header-top ul.navbar-nav li.nav-item.phone a.nav-link::before,
header .header-top ul.navbar-nav li.phone a::before {
    content: '\f095';
    font: 900 16px 'Font Awesome 6 Free';
}

header .header-top ul.navbar-nav li.nav-item.email a.nav-link::before,
header .header-top ul.navbar-nav li.email a::before {
    content: '\f0e0';
    font: 900 16px 'Font Awesome 6 Free';
}

header .header-top,
header .navbar-collapse > div > .navbar-nav > li > a,
header .navbar-brand {
    position: relative;
    z-index: 9;
}

header .navbar-brand:empty {
	display: none;
}

header .navbar-brand img,
header a.custom-logo-link img {
    max-width: 180px;
    height: auto;
    margin: -45px 0 0;
}

header .mega-menu {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
}

body.megamenubody header .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

body.megamenubody header ul.navbar-nav li.nav-item .nav-link,
body.megamenubody header ul.navbar-nav li a,
body.megamenubody header .header-top ul.navbar-nav li.nav-item a.nav-link,
body.megamenubody header .header-top ul.navbar-nav li a {
    color: var(--color2) !important;
}

body.megamenubody header ul.navbar-nav li.nav-item.submenu > .nav-link::after,
body.megamenubody header ul.navbar-nav li.submenu > a::after {
    border-top-color: var(--color2);
}

header .mega-menu .container > .row [class^="col-"]:first-child .row > [class^="col-"]:first-child .service-menu {
    border-right: 1px solid #707070;
    margin-right: 40px;
}

header .mega-menu .service-menu h4 {
    font: 600 20px 'Segoeui';
    color: var(--color3);
    margin: 0 0 25px;
}

header .mega-menu .service-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .mega-menu .service-menu ul li a {
    font: 400 16px 'Segoeui';
    color: var(--color3);
    text-decoration: none;
    transition: none;
}

header .mega-menu .service-menu ul li a:hover {
    font-weight: 600;
    color: var(--color9);
    text-decoration: underline;
}

header .mega-menu .service-menu ul li img {
    display: none;
}

header .mega-menu .service-menu ul li + li {
    margin: 15px 0 0;
}

header .mega-menu .container > .row {
    min-height: 380px;
}

header .mega-menu .container > .row > [class^="col-"] {
    position: relative;
    padding-top: 140px;
    padding-bottom: 50px;
}

header .mega-menu .container > .row > [class^="col-"] > div {
    position: relative;
}

header .mega-menu .container > .row > [class^="col-"]:first-child:before {
    content: '';
    position: absolute;
    width: 10000px;
    top: 0;
    bottom: 0;
    right: 0;
    background: var(--color2);
}

header .mega-menu .container > .row > [class^="col-"]:last-child:before {
    content: '';
    position: absolute;
    width: 10000px;
    top: 0;
    bottom: 0;
    left: 0;
    background: var(--color9);
}

header .mega-menu .menu-img {
    padding: 0 0 0 50px;
}

header .mega-menu .menu-img img {
    width: 410px;
    height: 300px;
    object-fit: cover;
}

header .mega-menu .menu-img h4 {
    font: 25px 'GilroySemiBold';
    color: var(--color2);
    margin: 15px 0 0;
}

header .mega-menu .container > .row > [class^="col-"] > div.social-div {
    position: absolute;
    top: 100px;
    bottom: 40px;
    right: 30px;
    display: flex;
    align-items: center;
}

header .mega-menu .container > .row > [class^="col-"] > div.social-div::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 20px;
    border-left: 2px solid rgba(254, 254, 254, 0.6);
}

header .mega-menu .social-div ul {
    background-color: var(--color9);
    z-index: 9;
}

header .mega-menu .social-div ul li {
    width: 40px;
    margin: 25px 0;
}

header .mega-menu .social-div ul li img {
    max-width: 100%;
}

header .mega-menu h3 {
    font: 25px 'GilroySemiBold';
    color: var(--color2);
    margin: 25px 0 0;
}

body.mega-menu header .header-top ul.navbar-nav li.nav-item a.nav-link {
    color: var(--color2);
}

header .menu-primary-menu-container,
header .menu-main-menu-container,
header .menu-primary-menu-container {
    width: 100%;
    display: flex;
}

header ul.navbar-nav li.menu-item a,
header ul.navbar-nav li a,
header ul.navbar-nav li.nav-item .nav-link {
    font: 600 16px 'Segoeui';
    color: var(--color3);
    padding: 0;
    margin: 0 18px;
    text-decoration: none;
}

header ul.navbar-nav li.nav-item.submenu > .nav-link,
header ul.navbar-nav li.submenu > a {
    padding-right: 15px;
    cursor: pointer;
}

header ul.navbar-nav li.nav-item.submenu > .nav-link::after,
header ul.navbar-nav li.submenu > a::after {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid var(--color3);
    position: absolute;
    top: 10px;
    right: 0;
}

section.inner-banner,
section.banner {
    /*background: url(../images/banner.png) no-repeat 0 0 / cover; */
    min-height: 100%;
    display: flex;
    align-items: center;
}

.block-group.home-banner-sec,
.block-group.home-banner-sec .wp-block-group__inner-container {
    height: 100%;
}

body.single-post section.inner-banner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 9;
}

body.single-post section.inner-banner h1 {
	z-index: 9;
    position: relative;
}

section.inner-banner {
    overflow: hidden;
    min-height: 450px;
}

section.inner-banner,
section.banner,
section.banner .banner-caption,
section.contact-section .container {
    position: relative;
}

section.contact-section img,
section.inner-banner img,
section.banner img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

section.banner .banneraward-img img {
    position: relative;
    max-width: 300px;
    width: auto;
}

/* section.inner-banner img {
    height: 100%;
    object-fit: cover;
} */

.entry-content,
article.page {
    height: 100%;
}

section.inner-banner .container {
    position: relative;
}

section.inner-banner h1 {
    font: 50px/60px 'GilroyBold';
    margin: 10px 0 30px;
    color: var(--color3);
}

section.inner-banner span,
section.inner-banner p.span {
    font: 20px 'GilroySemiBold';
    text-transform: uppercase;
    color: var(--color3);
}

section.banner .container {
    margin-top: 86px;
}

section.banner h1 {
    font: 70px/80px 'GilroyBold';
    color: var(--color3);
    margin: 0;
}

section.banner p {
    font: 17px/24px 'GilroyMedium';
    color: var(--color3);
    margin: 25px 0 35px;
}

section.section-1 {
    position: relative;
    overflow: hidden;
    min-height: 950px;
    background-color: var(--color4);
    display: flex;
    align-items: center;
}

section.section-1 .img-section {
    position: absolute;
    top: 0;
    right: -15px;
    left: auto;
    text-align: right;
    width: 55%;
}

section.section-1 .img-section img {
    width: 100%;
    object-fit: cover;
}

section.section-1 article.article-sec {
    border: 1px solid var(--color5);
    position: relative;
}

section.section-4 .news-title::before,
section.section-2 article.article-sec-wt::before,
section.section-1 article.article-sec::before {
    content: '';
    width: 2px;
    height: 120px;
    background-color: #a0a0a0;
    position: absolute;
    top: -180px;
    left: 90px;
}

section.section-4 .news-title::before {
    left: 80px;
}

section.section-2 article.article-sec-wt::before {
    top: -160px;
    left: auto;
    right: 160px;
}

article.article-sec {
    background-color: rgba(10, 37, 58, 0.9);
    position: relative;
    z-index: 9;
    padding: 60px;
    color: var(--color2);
}

article.article-sec-wt {
    max-width: 700px;
    padding: 50px;
    background-color: rgba(254, 254, 254, 0.9);
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
}

article.article-sec-wt h3 {
    font: 30px/40px 'GilroyBold';
    color: var(--color3);
    margin: 0;
}

article.article-sec-wt div,
article.article-sec-wt p {
    font: 30px/40px 'GilroyMedium';
    color: var(--color3);
    margin: 20px 0 60px;
    opacity: 0.8;
}

section.section-2.inner-2 {
    padding-bottom: 0;
    display: flex;
    align-items: flex-end;
}

section.section-2.inner-2.ins-banner {
    min-height: 500px;
    overflow: hidden;
    position: relative;
}

section.section-2.inner-2.ins-banner img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

section.inner-2 article.article-sec-wt {
    box-shadow: none;
}

section.inner-2 article.article-sec-wt div,
section.inner-2 article.article-sec-wt p {
    font-size: 25px;
    line-height: 32px;
    margin: 0 0 40px;
    opacity: 1;
}

article.article-sec span,
article.article-sec p.span {
    font: 16px 'GilroyLight';
    margin: 0;
}

article.article-sec h3 {
    font: 40px 'GilroyLight';
    margin: 0;
}

article.article-sec p {
    font: 16px/32px 'GilroyLight';
    margin: 25px 0;
    color: var(--color2);
}

article.article-sec p.strong {
    font-weight: 600;
}

article.article-sec .signature {
    margin: 0 0 30px;
}

article.article-sec .signature img {
    max-width: 250px;
    filter: invert(1);
    margin: 0 0 15px;
}

article.article-sec .signature .sign {
    font: 70px 'MrsSaintDelafield';
    color: var(--color2);    
}

article.article-sec .signature span {
    display: block;
    color: var(--color7);
}

article.article-sec .btn-black:hover,
article.article-sec .btn-black:focus,
article.article-sec .btn-black:active {
    border-color: var(--color2);
    color: var(--color2);
}

section.section-2 {
    background-color: var(--color4);
    min-height: 800px;
    background-size: 100%;
    padding: 80px 0 25px;
    position: relative;
    overflow: hidden;
}

section.section-2 .section-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

section.section-2 .maneuver-img {
    text-align: right;
    margin: 0 0 195px;
    position: relative;
}

section.section-2 .maneuver-img img {
    max-width: 350px;
}

section.section-2 article.article-sec-wt p:last-child {
    margin: -20px 0 10px;
}

section.section-3 {
    background-color: var(--color4);
    height: 700px;
    overflow: hidden;
}

section.section-3 .services-head {
    padding: 40px 0;
}

section.section-3 .services-head h3 {
    font: 30px 'GilroySemiBold';
    color: var(--color3);
}

section.section-3 .carousel {
    height: 100%;
}

section.section-3 .carousel.vertical .carousel-inner > .container,
section.section-3 .carousel.vertical .carousel-inner,
section.section-3 .carousel.carousel-fade .carousel-inner > .container,
section.section-3 .carousel.carousel-fade .carousel-inner {
    height: 100%;
}

section.section-3 .carousel.vertical .carousel-item-next:not(.carousel-item-start),
section.section-3 .carousel.vertical .active.carousel-item-end,
section.section-3 .carousel.carousel-fade .carousel-item-next:not(.carousel-item-start),
section.section-3 .carousel.carousel-fade .active.carousel-item-end {
  transform: translateY(100%);
}

section.section-3 .carousel.vertical .carousel-item-prev:not(.carousel-item-end),
section.section-3 .carousel.vertical .active.carousel-item-start,
section.section-3 .carousel.carousel-fade .carousel-item-prev:not(.carousel-item-end),
section.section-3 .carousel.carousel-fade .active.carousel-item-start {
  transform: translateY(-100%);
}

section.section-3 .carousel .carousel-item {
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

section.section-3 .carousel .carousel-item.active {
    display: flex;
}

section.section-3 .carousel .carousel-item > .row {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

/* section.section-3 .carousel .carousel-item.active > .row::before,
section.section-3 .carousel .carousel-item.active > .row::after {
    content: '';
    background-color: var(--color3);
    opacity: 0.7;
    width: calc(100% - 30px);
    height: 70px;
    position: absolute;
    left: 15px;
} */

section.section-3 .carousel .carousel-item.active > .row::before {
    top: 0;
}

section.section-3 .carousel .carousel-item.active > .row::after {
    bottom: 0;
}

section.section-3 .carousel .carousel-item.active.carousel-item-start > .row::before,
section.section-3 .carousel .carousel-item.active.carousel-item-end > .row::before,
section.section-3 .carousel .carousel-item.active.carousel-item-end > .row::after,
section.section-3 .carousel .carousel-item.active.carousel-item-start > .row::after {
    opacity: 0;
    transition: 0.3s linear;
}

section.section-3 .carousel .carousel-item .article-sec {
    margin: 15px 0;
}

section.section-3 .carousel .carousel-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

section.section-3 .carousel .carousel-img div {
    opacity: 0;
    transition: 0.3s linear;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

section.section-3 .carousel .carousel-img div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

section.section-3 .carousel .carousel-img div.active {
    opacity: 1;
}

section.section-3 .carousel .vertical .carousel-indicators {
    top: 0;
    bottom: 0;
    left: -170px;
    pointer-events: none;
    flex-direction: column;
    right: auto;
}

section.section-3 .carousel.carousel-fade .carousel-indicators {
    bottom: 30px;
    left: 0;
    right: 0;
}

section.section-3 .carousel .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    margin: 5px 0;
    background-color: var(--color2);
    border: 1px solid var(--color1);
}

section.section-3 .carousel.carousel-fade .carousel-indicators [data-bs-target] {
    margin: 0 5px;
}

section.section-3 .carousel .carousel-indicators [data-bs-target]:hover,
section.section-3 .carousel .carousel-indicators [data-bs-target].active {
    background: var(--color3);
    opacity: 1;
}

section.section-3 .services-slider {
    height: calc(100% - 125px);
    position: relative;
}

section.section-3 .services-slider .view-all {
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: 99;
    margin-left: 17%;
    margin-right: 13.5%;
}

section.section-3 .services-head .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-3 .services-slider .carousel .carousel-item img {
    display: none;
}

section.section-4 {
    background-color: var(--color4);
    padding: 100px 0 0;
    position: relative;
}

section.section-4 .container,
section.section-4 .container > .row {
    min-height: 600px;
}

section.section-4 .container > .row [class^="col-"]:first-child {
    display: flex;
    align-items: center;
}

section.section-4 .owl-slide {
    position: absolute;
    right: 0;
}

section.section-4 .owl-carousel .thumbnail {
    position: relative;
    overflow: hidden;
}

section.section-4 .owl-carousel .thumbnail .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(10, 37, 58, 0.9);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transition: 0.3s linear;
}

section.section-4 .owl-carousel .thumbnail:hover .caption {
    opacity: 1;
}

section.section-4 .owl-carousel .thumbnail .caption h4 {
    font: 25px 'GilroySemiBold';
    color: var(--color2);
    margin: 0 0 20px;
}

section.section-4 .owl-carousel .owl-item img {
    height: 500px !important;
    object-position: bottom;
    object-fit: cover;
    max-width: 100% !important;
}

section.section-4 .owl-carousel .owl-item .item {
    position: relative;
    transition: 0.3s linear;
    height: 500px;
}

section.section-4 .owl-carousel .owl-item .item .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 500px;
    width: 100%;
    display: block;
}

section.section-4 .owl-carousel .owl-item .item .title {
    pointer-events: none;
    font: 25px 'GilroySemiBold';
    color: var(--color2);
    margin: 0 0 20px;
    text-decoration: none;
    position: relative;
    padding: 20px 20px 0;
    z-index: 9;
    display: block;
}

section.section-4 .owl-carousel .owl-item .item .date {
    position: absolute;
    bottom: 0;
    background-color: var(--color1);
    width: 130px;
    height: 130px;
    font: 20px 'GilroySemiBold';
    color: var(--color2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
}

section.section-4 .owl-carousel .owl-item .item .date label span {
    display: block;
    font-size: 40px;
    margin: 0 0 8px;
}

section.section-4 .owl-carousel .owl-item .item::before {
    content: '';
    background-color: rgba(10, 37, 58, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

section.section-4 .owl-carousel .owl-item .item:hover::before {
    background-color: rgba(10, 37, 58, 0.9);
}

section.section-4 .owl-carousel .owl-item .item:hover .content {
    display: block;
}

section.section-4 .owl-carousel .owl-item .item:hover .date {
    display: none;
}

section.section-4 .owl-carousel .thumbnail .caption p {
    font: 14px/30px 'GilroyMedium';
    color: var(--color2);
}

section.section-4 .owl-carousel .thumbnail .caption .btn-white {
    background: none;
    border-color: var(--color2);
    color: var(--color2);
}

section.section-4 .owl-carousel .thumbnail .caption .btn-white:hover,
section.section-4 .owl-carousel .thumbnail .caption .btn-white:focus,
section.section-4 .owl-carousel .thumbnail .caption .btn-white:active {
    background-color: var(--color2);
    color: var(--color3);
    border-color: transparent;
}

section.section-4 .news-title {
    position: relative;
}

section.section-4 .news-title h3 {
    font: 30px 'GilroySemiBold';
    color: var(--color3);
    margin: 0;
}

section.section-4 .news-title p {
    font: 16px/25px 'GilroyMedium';
    color: var(--color3);
    margin: 15px 0 25px;
    max-width: 270px;
}

section.section-4 .news-title .slider-nav {
    display: flex;
    margin: 0 0 25px;
}

section.section-4 .news-title .slider-nav .my-controls-btn {
    width: 50px;
    height: 35px;
    border: 2px solid var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s linear;
    position: relative;
}

section.section-4 .news-title .slider-nav .my-controls-btn:hover {
    background-color: var(--color7);
}

section.section-4 .news-title .slider-nav .my-controls-btn + .my-controls-btn {
    margin-left: -1px;
}

section.section-4 .news-title .slider-nav .my-controls-btn::before {
	content: '';
    font: 300 16px 'Font Awesome 6 Pro';
    position: absolute;
    top: 7px;
    left: 15px;
}

section.section-4 .news-title .slider-nav .my-controls-btn#prev-slide::before {
	content: '\f060';
}

section.section-4 .news-title .slider-nav .my-controls-btn#next-slide::before {
	content: '\f061';
}

section.section-4 .owl-carousel .owl-nav,
section.section-4 .owl-carousel .item .content * {
    display: none;
}

section.section-4 .owl-carousel .item .content p:nth-of-type(1), 
section.section-4 .owl-carousel .item .content p:nth-of-type(1) * {
    display: block;
}

section.section-4 .owl-carousel .owl-item .item .content {
    display: none;
    position: relative;
    z-index: 9;
    padding: 0 20px;
    font: 14px/30px 'GilroyMedium';
    color: var(--color2);
}

section.section-4 .owl-carousel .owl-item .item .content * {
    font: 14px/30px 'GilroyMedium';
    color: var(--color2);
}

section.section-4 .owl-carousel .owl-item .item a.readmore {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9;
    opacity: 0;
}

section.section-4 .owl-carousel .owl-item .item:hover a.readmore {
    opacity: 1;
}

section.inner-section {
    padding: 60px 0;
    background-color: var(--color4);
}

section.inner-section h3 {
    font: 40px/45px 'GilroySemiBold';
    color: var(--color3);
    max-width: 400px;
    margin: 0 0 30px;
}

section.inner-section h2 {
    font: 45px/50px 'GilroySemiBold';
    color: var(--color3);
    margin: 0 auto 30px;
    max-width: 800px;
    text-align: center;
}

section.inner-section h4 {
    font: 25px/30px 'GilroySemiBold';
    color: var(--color3);
    margin: 0 0 20px;
}

section.inner-section ul li {
    font: 17px/22px 'GilroyMedium';
    color: var(--color3);
    position: relative;
    padding: 0 0 0 25px;
}

section.inner-section ul li::before {
    content: '\2022';
    font-size: 35px;
    position: absolute;
    top: 1px;
    left: 0;
    color: #2593AF;

}

section.inner-section ul li + li {
    margin: 15px 0 0;
}

section.inner-section p,
p {
    font: 16px/24px 'GilroyMedium';
    color: var(--color3);
}

section.inner-section h4 {
    font: 22px/30px 'GilroySemiBold';
    color: var(--color3);
}

section.inner-section article + article {
    margin-top: 60px;
}

section.inner-section article .list-section {
    height: 100%;
}

section.inner-section article .line {
    border-right: 1px solid #707070;
    margin: 0 40px 0 0;
    height: 100%;
    padding: 0 40px 0 0;
}

section.inner-section article .list-section ul {
    margin: 0 0 25px;
}

section.inner-section article .offers {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 30px;
}

section.inner-section article .offers h4 {
    font: 80px 'GilroyExtraBold';
    color: #0A666D;
}

section.inner-section article .offers p {
    font: 30px 'GilroyMedium';
    color: var(--color3);
    opacity: 0.8;
    margin: 10px 0 0;
    max-width: 360px;
    text-align: center;
}

section.section-2.inner-2 article.article-sec-wt::before {
    display: none;
}

section.service-form {
    background-color: var(--color4);
    padding: 50px 0;
}

section.service-form .form-section {
    background-color: var(--color2);
    box-shadow: 0px 13px 16px #00000029;
    padding: 80px 60px;
}

section.service-form .form-section h3 {
    font: 30px 'GilroySemiBold';
    color: var(--color3);
    max-width: 450px;
    margin: 0 auto 30px;
    text-align: center;
}

section.service-form .form-section p {
    font: 16px/24px 'GilroyMedium';
    color: var(--color3);
    max-width: 720px;
    margin: 0 auto 15px;
    text-align: center;
}

section.service-form .form-section p a {
    color: #1288E3;
    text-decoration: none;
}

section.service-form .form-section form {
    margin: 40px 0 0;
}

section.service-form .form-section .form-group {
    margin: 0 0 30px;
}

section.service-form .form-section .form-group p {
    text-align: left;
    max-width: 100%;
}

section.service-form .form-section .form-group .wpcf7-not-valid-tip {
	position: absolute;
    bottom: -24px;
    font-size: 14px;
}

section.service-form .form-section .form-group .form-label {
    font: 16px/24px 'GilroyMedium';
    color: var(--color3);
}

section.service-form .form-section .form-group .form-label.req {
    position: relative;
}

section.service-form .form-section .form-group .form-label.req::after {
    content: '*';
    position: absolute;
    top: 0;
    right: -9px;
    font-size: 20px;
}

section.service-form .form-section .form-group .form-control {
    border: 1px solid #7E8081;
    background-color: #EBEDF161;
    border-radius: 0;
    height: 40px;
    box-shadow: none;
}

section.service-form .form-section .form-group textarea.form-control {
    height: 150px;
    resize: none;
}

section.service-form .form-section .form-btn {
    text-align: center;
    margin: 25px 0 0;
}

section.service-form .form-section .form-btn .btn {
    text-align: center;
    text-transform: uppercase;
    padding: 15px 20px;
}

section.service-form .form-section .form-btn .btn::after {
    display: none;
}

section.section-teams {
    padding: 60px 0;
}

section.section-teams .thumbnail {
    transition: 0.3s linear;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

section.section-teams .thumbnail:hover {
    box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
}

section.section-teams .thumbnail img {
    max-width: 100%;
}

section.section-teams .thumbnail .team-img {
    position: relative;
    overflow: hidden;
}

section.section-teams .thumbnail .team-img .btn {
    padding: 6px 20px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,10px);
    opacity: 0;
    background-color: var(--color1);
    color: var(--color2);
}

section.section-teams .thumbnail:hover .team-img .btn {
    transform: translate(-50%,0);
    opacity: 1;
}

section.section-teams .thumbnail .team-img .btn::after {
    display: none;
}

section.section-teams .thumbnail .team-info {
    margin-top: 24px;
    padding: 0 28px 28px;
}

section.section-teams .thumbnail .team-info h4 {
    font: 20px 'GilroySemiBold';
    margin: 0 0 10px;
}

section.section-teams .thumbnail .team-info p {
    font: 14px/22px 'GilroyMedium';
    margin: 0;
}

.post-120 .custom-modal-body {
    display: none;
}

body.wp-admin.post-120 .custom-modal-body {
	display: block;
}

section.contact-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

section.contact-section.cli-res {
    background-color: var(--color4);
    padding: 20px 0;
}

section.contact-section.cli-res article {
	min-height: 235px;
}

section.contact-section article {
    background-color: rgba(10, 37, 58, 0.9);
    max-height: 270px;
    max-width: 550px;
    width: 100%;
    padding: 40px;
    box-shadow: 0px 3px 6px #00000029;
}

section.contact-section article h4 {
    font: 25px 'GilroyMedium';
    color: var(--color2);
    margin: 0 0 20px;
}

section.contact-section article ul {
    margin: 0;
}

section.contact-section article ul.doc-ul {
	display: flex;
    
}

section.contact-section article ul li {
    opacity: 0.7;
    padding-left: 25px;
    position: relative;
}

section.contact-section article ul li span {
    display: block;
    margin: 0 0 5px;
    font-weight: 600;
}

section.contact-section article ul li,
section.contact-section article ul li a {
    font: 15px/25px 'GilroyLight';
    color: var(--color2);
    text-decoration: none;
}

section.contact-section article ul li + li {
    margin: 15px 0 0;
}

section.contact-section article ul li::before {
    font: 300 15px 'Font Awesome 6 Pro';
    position: absolute;
    top: 5px;
    left: 0;
}

section.contact-section article ul li.doc-transfer::before { content: '\f574'; }
section.contact-section article ul li.user-lock::before { content: '\f502'; }
section.contact-section article ul li.location::before { content: '\f3c5'; }
section.contact-section article ul li.email::before { content: '\f0e0'; }
section.contact-section article ul li.phone::before { content: '\f095'; }
section.contact-section article ul li.fax::before { content: '\f1ac'; }

section.contact-section article ul li.doc-transfer {
	padding:0;
	opacity: 1;
    margin: 0 15px 0 0;
}

section.contact-section article ul li.doc-transfer a::after,
section.contact-section article ul li.doc-transfer::before {
	display: none;
}

section.contact-section article ul li.doc-transfer a {
	color: var(--color1);
    min-width: 100px;
    padding: 10px 15px;
    text-align: center;
}

section.contact-section article ul li.doc-transfer a:hover {
	color: var(--color2);
}

section.contact-section article + article {
    margin: 30px 0 0;
}

section.blog-list {
    background-color: var(--color4);
    min-height: auto;
    padding: 80px 0;
}

section.blog-list .thumbnail-tb article {
    background-color: var(--color2);
    padding: 30px;
}

section.blog-list .thumbnail-tb article + article {
    margin: 30px 0 0;
}

/*section.blog-list .thumbnail-tb article img {
    height: 340px;
    object-fit: cover;
}

section.blog-list .thumbnail-tb article .blog-img {
    width: calc(100% + 60px);
    object-fit: cover;
    margin: -140px 0 30px -60px;
}*/

section.blog-list .thumbnail-tb article .blog-img img {
    max-width: 100%;
    margin: 0 0 30px;
}

section.section-recentpost .thumbnail-lr article .blog-content .date,
section.blog-list .thumbnail-lr article .blog-content .date,
section.blog-list .thumbnail-tb article .blog-content .date {
    font: 16px 'GilroyMedium';
    color: var(--color1);
    opacity: 0.5;
    margin: 0 0 10px;
}

section.section-recentpost .thumbnail-lr article .blog-content h3,
section.blog-list .thumbnail-lr article .blog-content h3,
section.blog-list .thumbnail-tb article .blog-content h3,
section.section-recentpost .thumbnail-lr article .blog-content h3 a,
section.blog-list .thumbnail-lr article .blog-content h3 a,
section.blog-list .thumbnail-tb article .blog-content h3 a {
    font: 30px/35px 'GilroyMedium';
    color: var(--color1);
    margin: 0 0 15px;
    text-decoration: none;
}

section.blog-list .thumbnail-lr article .blog-content h3,
section.blog-list .thumbnail-lr article .blog-content h3 a {
    font-size: 25px;
    line-height: 30px;
}

.subscribe-form {
	box-shadow: 0px 13px 16px #00000029;
    background-color: var(--color2);
    padding: 25px;
}

.subscribe-form .es_subscription_message.success {
    font: 16px/24px 'GilroyMedium';
    padding-top: 25px;
    display: block;
}

.subscribe-form .es_subscription_form {
	padding: 35px 0;
}

.subscribe-form .es_subscription_form .gjs-row + .gjs-row {
	margin: 20px 0 0;
}

.subscribe-form .es_subscription_form .gjs-cell .es-field-label {
    font: 16px/24px 'GilroyMedium';
    color: var(--color3);
    margin: 0 0 5px;
}

.subscribe-form .es_subscription_form .gjs-cell .es-field-label + input {
	border: 1px solid #7E8081;
    background-color: #EBEDF161;
    border-radius: 0;
    height: 45px;
    box-shadow: none;
    width: 100%;
    padding: 6px 12px;
    font: 16px/24px 'GilroyMedium';
}

.subscribe-form .es_subscription_form .gjs-cell input[type="submit"] {
    font: 15px 'GilroySemiBold';
    padding: 12px 20px;
    text-transform: uppercase;
    background-color: var(--color1);
    color: var(--color2);
    margin: 5px 0 0;
    border: 2px solid transparent;    
}

.subscribe-form .es_subscription_form .gjs-cell input[type="submit"]:hover {
    background: none;
    border-color: var(--color1);
    color: var(--color1);
}

.subscribe-form h3 {
	margin: -25px -25px 0;
    padding: 20px 25px;
    background-color: var(--color3);
    font: 23px/30px 'GilroyMedium';
    color: var(--color2);
}

.fixed-bar.fixed-header .subscribe-form {
	position: fixed;
    width: 306px;
    top: 150px;
}

section.blog-list .thumbnail-tb article .blog-content p,
section.blog-list .thumbnail-tb article .blog-content .pgafu-post-short-content {
    color: #425053;
    margin: 0 0 15px;
}

.blog-content .pgafu-post-short-content {
    font: 16px/24px 'GilroyMedium';
    color: var(--color3) !important;
    margin: 0 0 15px !important;
}

.pgafu-post-pagination {
    margin: 40px 0 0;
    text-align: center;
}

.pgafu-post-pagination .page-numbers,
section.section-recentpost .thumbnail-lr article .blog-content .blog-category a,
section.blog-list .thumbnail-tb article .blog-content .blog-category a {
    background-color: var(--color1);
    font: 13px 'GilroyMedium';
    color: var(--color2);
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid var(--color1);
}

.pgafu-post-pagination .page-numbers.current,
.pgafu-post-pagination .page-numbers:hover,
section.section-recentpost .thumbnail-lr article .blog-content .blog-category a:hover,
section.blog-list .thumbnail-tb article .blog-content .blog-category a:hover {
    background-color: var(--color2);
    color: var(--color1);
}

section.section-recentpost .thumbnail-lr article .blog-content .blog-category a + a,
section.blog-list .thumbnail-tb article .blog-content .blog-category a + a {
    margin-left: 8px;
}

/*section.blog-list .thumbnail-lr article:first-child {
    margin-top: -90px;
}*/

section.blog-list .thumbnail-lr article {
    display: flex;
    background-color: var(--color2);
    margin-left: 30px;
}

section.blog-list .thumbnail-lr article .blog-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    margin: -20px 20px 0 -30px;
}

section.blog-list .thumbnail-lr article .blog-img img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}

section.blog-list .thumbnail-lr article .blog-content {
    padding: 25px 20px 0;
}

section.blog-list .thumbnail-lr article .blog-content .blog-category,
section.blog-list .thumbnail-lr article .blog-content .pgafu-post-short-content {
    display: none;
}

section.blog-list .thumbnail-lr article + article {
    margin-top: 50px;
}

section.section-categories {
    background-color: var(--color4);
    padding: 0 0 30px;
}

section.section-categories .wp-block-group__inner-container,
section.section-recentpost .wp-block-group__inner-container {
    max-width: 1320px !important;
}

.wp-block-group__inner-container {
    max-width: 100% !important;
}

.container {
    max-width: 1320px !important;
}

section.section-categories .head-h3 {
    margin: 0 0 40px;
}

section.section-categories ul {
    padding: 0;
}

section.section-categories ul li {
    border: 1px solid #B2B9CC;
    padding: 15px 35px;
    font: 18px 'GilroyMedium';
    color: var(--color1);
    background-color: var(--color2);
    display: inline-block;
    margin: 0 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    position: relative;
}

section.section-categories ul li a {
    color: var(--color1);
    text-decoration: none;
}

section.section-categories ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

section.section-categories ul li:hover {
    background-color: var(--color1);
    color: var(--color2);
}

section.section-categories ul li a:hover {
    color: var(--color2);
}

section.section-recentpost {
    background-color: var(--color4);
    padding-bottom: 50px;
}

section.section-recentpost .head-h3 {
    margin: 0 0 70px;
}

section.section-recentpost .thumbnail-lr article {
    background-color: var(--color2);
    display: flex;
    margin-left: 30px;
}

section.section-recentpost .thumbnail-lr article .blog-img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    margin: -30px 0 30px -30px;
}

section.section-recentpost .thumbnail-lr article .blog-img img {
    width: 250px;
    height: 250px !important;
    object-fit: cover;
}

section.section-recentpost .thumbnail-lr article .blog-content {
    padding: 30px 50px;
    width: 100%;
}

section.section-recentpost .thumbnail-lr article + article {
    margin-top: 70px;
}

footer {
    background-color: var(--color4);
    padding: 0;
    position: relative;
}

footer .footer-top {
    position: relative;
    z-index: 9;
    padding-top: 60px;
}

footer .footer-top::before {
    content: '';
    background: url(../images/logo-trans.png) no-repeat 0 0 / cover;
    position: absolute;
    background-size: 500px;
    width: 500px;
    height: 300px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

footer .footer-top .logo img {
    max-width: 200px;
    height: auto;
}

footer .footer-top .footer-menu h4 {
    font: 18px 'GilroyBold';
    color: var(--color3);
    position: relative;
    margin: 0 0 30px;
}

footer .footer-top .logo + .award {
	margin: 20px 0 0;
}

footer .footer-top .logo + .award img {
    max-width: 180px;
    margin: 0;
}

footer .footer-top .footer-menu h4::after {
    content: '';
    width: 45px;
    height: 3px;
    background-color: var(--color3);
    position: absolute;
    bottom: -5px;
    left: 0;;
}

footer .footer-top .footer-menu ul li + li {
    margin: 13px 0 0;
}

footer .footer-top .footer-menu ul li {
    font: 600 14px 'Segoeui';
    color: var(--color8);
}

footer .footer-top .footer-menu ul li a {
    color: var(--color8);
    text-decoration: none;
}

footer .footer-bottom {
    background-color: var(--color3);
    padding: 20px 0;
    text-align: center;
}

footer .footer-bottom p {
    font: 16px 'GilroyMedium';
    color: var(--color2);
    opacity: 0.5;
    margin: 0;
    letter-spacing: 0.25px;
}

footer .footer-top div.para {
    text-align: center;
    padding: 50px 0 30px;
}

footer .footer-top div.para p {
    font: 400 13px/22px 'Segoeui';
    color: var(--color3);
}

footer .footer-top div.para p:last-child {
    font-size: 12px;
}

footer .footer-top div.para p + p {
    margin: 0;
}

footer .footer-top div.para p a {
    text-decoration: none;
    color: var(--color3);
}

footer .footer-top div.para p a:hover {
    text-decoration: underline;
}

footer .footer-top .footer-menu ul.contact li,
footer .footer-top .footer-menu.footer-contact ul li {
    padding-left: 30px;
}

footer .footer-top .footer-menu ul.contact li.address address {
    margin: 0;
}

footer .footer-top .footer-menu.footer-contact ul li.address {
    pointer-events: none;
}

footer .footer-top .footer-menu ul.contact li.address,
footer .footer-top .footer-menu.footer-contact ul li.address {
    background: url(../images/footer-location.svg) no-repeat;
    background-size: 20px;
}

footer .footer-top .footer-menu ul.contact li.phone,
footer .footer-top .footer-menu.footer-contact ul li.phone {
    background: url(../images/footer-phone.svg) no-repeat;
    background-size: 15px;
}

footer .footer-top .footer-menu ul.contact li.email,
footer .footer-top .footer-menu.footer-contact ul li.email {
    background: url(../images/footer-email.svg) no-repeat 0 2px;
    background-size: 15px;
}

footer .footer-top .footer-menu.footer-social ul li,
footer .footer-top .footer-menu ul.social li {
    display: inline-block;
    margin: 0 5px 0 0;
}

footer .footer-top .footer-menu.footer-social ul li img,
footer .footer-top .footer-menu ul.social li img {
    max-width: 20px;
    margin: 0;
}

footer .footer-top .footer-menu.footer-social ul li span {
    display: none;
}

footer .footer-menu.footer-social ul,
footer .footer-menu.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-menu .navbar-nav .submenu {
    display: none;
}

body.single-post.single .entry-content {
    height: auto;
    padding: 40px 0;
}

body.single-post.single .entry-content img {
    max-width: 100%;
}

body.single-post.single .entry-content h1,
body.single-post.single .entry-content h2,
body.single-post.single .entry-content h3 {
    font: 30px 'GilroySemiBold';
    color: var(--color3);
    margin: 0 auto 20px;
}

body.single-post.single .entry-content .container > .row .col-sm-8 > div:first-child,
body.single-post.single .entry-content .blog-sidebar .widget_email-subscribers-form {
display: none;
}

body.single-post.single .inner-banner img {
    width: 100% !important;
    height: auto !important;
    max-width: initial !important;
}

body.category .section-recentpost .blog-content .date .post-taxonomies,
body.category .section-recentpost .blog-content .date .edit-link,
body.single-post.single .navigation .nav-links .post-title,
body.category .blog-content .more-link {
    display: none;
}

body.category .section-recentpost .blog-content .date span.posted-on {
    font-size: 0;
}

body.category .section-recentpost .blog-content .date span.posted-on time {
    font-size: 16px;
}

body.category .inner-banner {
    margin-bottom: 80px;
    background: url(../images/blog-banner.png) no-repeat 0 0 / cover;
}

body.single-post.single .navigation .nav-links .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.single-post.single .navigation .nav-links a {
    text-decoration: none;
}

.blog-sidebar .wp-block-categories {
    padding: 0;
    list-style: none;
    margin: 0 0 40px;
}

.blog-sidebar .wp-block-categories li {
    position: relative;
    font: 16px 'GilroySemiBold';
    color: var(--color12);
    padding-left: 15px;
}

.blog-sidebar .wp-block-categories li + li {
    margin-top: 18px;
}

.blog-sidebar .wp-block-categories li::before {
    content: '\f105';
    font: 300 16px 'Font Awesome 6 Pro';
    position: absolute;
    top: 2px;
    left: 0;
    color: var(--color12);
}

.blog-sidebar .wp-block-categories li a {
    font-size: 15px;
    text-decoration: none;
    color: var(--color12);
}

body.single-post.single .entry-content .blog-sidebar h2,
body.single-post.single .entry-content .blog-sidebar h3 {
    font: 25px 'GilroyBold';
    color: var(--color3);
    margin: 0 0 15px;
}

body.error404 .error-404.not-found img {
    max-width: 500px;
    max-height: 350px;
    margin: 0 0 30px;
}

body.error404 .error-404 h1 {
    font: 40px/60px 'GilroyBold';
    color: #0A253A;
}

body.error404 .loader,
body.error404 header {
    display: none;
}

body.error404,
body.error404 .error-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.custom-modal.modal {
    z-index: 9999999;
}

.custom-modal.modal .modal-dialog {
    max-width: calc(100% - 200px);
    margin: 20px auto 0;
}

.custom-modal.modal .modal-dialog .row {
    align-items: flex-start;
}

.custom-modal.modal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	opacity: 1;
    padding: 10px;
}

.custom-modal.modal h1 {
    font: 40px/40px 'GilroyBold';
    margin: 10px 0 20px;
    color: var(--color3);
}

.custom-modal.modal .span {
    font: 20px/20px 'GilroyMedium';
    margin: 0 0 20px;
    color: var(--color3);
}

.custom-modal.modal .para {
    font: 14px/24px 'GilroyMedium';
    color: var(--color3);
    margin: 0 0 15px;
}

.custom-modal.modal ul li + li {
    margin: 10px 0 0;
}

.modal-backdrop {
    z-index: 99999;
}

.blog-sidebar .wp-block-latest-posts li {
    width: 100%;
    float: left;
    font: 600 16px 'GilroySemiBold';
}

.blog-sidebar .wp-block-latest-posts li + li {
    margin-top: 25px;
}

.blog-sidebar .wp-block-latest-posts li .wp-block-latest-posts__post-title {
    display: block;
    text-decoration: none;
    margin: 0 0 10px;
    color: var(--color12);
}

.blog-sidebar .wp-block-latest-posts li .wp-block-latest-posts__post-date {
    font-size: 14px;
    font-weight: 400;
    color: #aaaaaa;
}

.blog-sidebar .wp-block-latest-posts .wp-block-latest-posts__featured-image img {
    height: 100px !important;
    width: 100px !important;
    max-width: 100px !important;
    max-height: initial !important;
    object-fit: cover;
    border: 1px solid #ccc;
}

div#wpd-post-rating {
    display: none;
}

.navigation.post-navigation[aria-label="Posts"] {
    max-width: 1320px;
    margin: auto;
}

.navigation.post-navigation[aria-label="Posts"] .nav-links {
    width: 66.66666667%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fb-background-color,
.fb-background-color + p {
	display:none;
}

section.service-form .form-section p.contacts-para {
    margin: 30px auto 0;
    max-width: 900px;
}

section.service-form .form-section p.contacts-para + p.contacts-para {
    margin-top: 10px;
}

@media screen and (min-width: 1920px) {
	section.section-3 .carousel .carousel-indicators {
		left: -70px;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
    section.section-1 {
        min-height: 850px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
    section.section-2 {
        min-height: 700px;
    }
    section.section-2 .section-img img {
        height: 100%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    section.section-1 {
        min-height: 700px;
    }
    section.section-2 {
        min-height: 750px;
    }
    section.section-2 .section-img img {
        min-height: 750px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    section.banner {
        min-height: 550px;
    }
    section.banner h1 {
        font-size: 55px;
        line-height: 65px;
    }
    section.section-1 {
        min-height: 700px;
    }
    section.section-2 .section-img img {
        height: 750px;
        object-fit: cover;
    }
}

@media screen and (max-width: 991px) {
    html[lang="en-US"] {
        margin: 0 !important;
    }
    .navbar-brand:empty,
    header .header-top,
    #wpadminbar {
        display: none;
    }
    header {
        background-color: var(--color2);
        position: fixed !important;
        top: 0 !important;
    }
    header .navbar-toggler {
        position: absolute;
        top: 15px;
        right: 0;
        padding: 0;
        border: 0;
        box-shadow: none !important;
    }
    header .navbar-toggler .navbar-toggler-icon {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 15%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    header .navbar-brand img,
    header a.custom-logo-link img {
        max-width: 110px;
        margin: 0;
    }
    header .navbar-collapse {
        background-color: var(--color3);
        margin: 0 -12px;
        position: relative;
        top: 10px;
    }
    header .menu-primary-menu-container ul.navbar-nav,
    header .menu-main-menu-container ul.navbar-nav {
        width: 100%;
        margin: 0 0 8px !important;
    } 
    header .menu-primary-menu-container ul.navbar-nav > li,
    header .menu-main-menu-container ul.navbar-nav > li {
        margin: 5px 0 0;
        border-top: 1px solid rgba(255,255,255,0.1);
        padding: 5px 0 0;
    }
    header .menu-primary-menu-container ul.navbar-nav > li:first-child,
    header .menu-main-menu-container ul.navbar-nav > li:first-child {
        border: 0;
        padding: 0;
    }
    header .menu-primary-menu-container ul.navbar-nav > li a,
    header .menu-main-menu-container ul.navbar-nav > li a {
        margin: 0;
        display: block;
        padding: 8px 20px;
        color: var(--color2);
        font-size: 14px;
    }
    header ul.navbar-nav li.nav-item.submenu > .nav-link::after, header ul.navbar-nav li.submenu > a::after {
        top: 18px;
        right: 20px;
        border-top: 7px solid var(--color2);
    }
    header .mega-menu .container > .row > [class^="col-"]:first-child:before {
        background-color: var(--color3);
    }
    body.megamenubody header .mega-menu {
        z-index: 9;
        top: 63px;
        height: 520px;
        overflow: auto;
    }
    header .mega-menu .service-menu h4,
    header .mega-menu .service-menu ul li a {
        color: var(--color2);
    }
    header .mega-menu .container > .row > [class^="col-"] {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    header .mega-menu .container > .row [class^="col-"]:first-child .row > [class^="col-"]:first-child .service-menu {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        margin: 0 0 20px;
        border-right: 0;
        padding: 0 0 20px;
    }
    header .mega-menu .service-menu .menu-finance-container {
        margin: 0 0 20px;
    }
    header ul.navbar-nav li.menu-item a, header ul.navbar-nav li a, header ul.navbar-nav li.nav-item .nav-link,
    header .mega-menu .service-menu ul li a {
        font-size: 14px;
        font-weight: 400;
    }
    section.section-2 article.article-sec-wt::before,
    section.section-1 .img-section,
    header .mega-menu .container > .row > [class^="col-"]:last-child,
    section.section-4 .news-title::before {
        display: none;
    }
    section.contact-section,
    section.inner-banner,
    section.banner {
        overflow: hidden;
    }
    section.contact-section img,
    section.inner-banner img,
    section.banner img {
        height: 100%;
        object-fit: cover;
        max-width: none;
    }
    section.banner h1 {
        font-size: 30px;
        line-height: 40px;
    }
    section.section-1 {
        min-height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    article.article-sec {
        padding: 30px;
    }
    section.section-2 .section-img img {
        max-width: none;
    }
    section.section-2 .maneuver-img img {
        max-width: calc(100% - 100px);
    }
    section.section-2 .maneuver-img {
        margin: 0 0 40px;
    }
    article.article-sec-wt {
        padding: 30px 15px;
    }
    article.article-sec-wt h3 {
        font-size: 20px;
        line-height: 30px;
    }
    article.article-sec-wt div, article.article-sec-wt p {
        font-size: 20px;
        line-height: 30px;
    }
    section.section-2 {
        min-height: auto;
        overflow: hidden;
    }
    section.section-3 {
        height: auto;
    }
    section.section-3 .services-head h3 {
        position: relative;
        margin: 0;
        font-size: 25px;
    }
    section.section-3 .services-head .container {
        flex-direction: column;
        align-items: flex-start;
    }
    section.section-3 .carousel .carousel-item > .row {
        width: 100%;
        margin: 0;
    }
    section.section-3 .services-slider .view-all,
    section.section-3 .carousel.carousel-fade .carousel-indicators {
        display: none;
    }
    section.section-4 {
        padding: 40px 0 0;
    }
    section.section-4 .owl-slide {
        position: static;
    }
    section.section-3 .services-head {
        padding: 20px 0;
    }
    footer .footer-menu {
        margin: 20px 0;
    }
    section.inner-banner {
        min-height: 300px;
    }
    section.inner-banner .container {
        margin: 60px 0 0;
    }
    section.inner-banner h1 {
        font-size: 30px;
        line-height: 40px;
    }
    article.article-sec .signature .sign {
        font-size: 40px;
        line-height: 60px;
    }
    section.service-form .form-section p a {
        word-break: break-all;
    }
    section.service-form .form-section {
        padding: 20px;
    }
    section.inner-section article .line {
        height: auto;
        border: 0;
        border-bottom: 1px solid #707070;
        margin: 0 0 20px;
        padding: 0 0 20px;
    }
    section.inner-section h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .custom-modal.modal .modal-dialog {
		max-width: calc(100% - 30px);
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    section.section-1 .img-section {
        display: block;
    }
    footer .footer-top .row {
        align-items: flex-start;
    }
    footer .footer-top .logo img {
        max-width: 140px;
    }
}

@media screen and (max-width: 767px) {
	section.banner .banneraward-img img {
        object-fit: contain;
        height: 200px;
    }
}

@media screen and (max-width: 576px) {
	.custom-modal.modal .btn-close {
        top: 20px;
        right: 20px;
    }
}