@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("owl.css");
@import url("font-awesome.min.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("jquery-ui.css");
@import url("jquery.fancybox.min.css");
@import url("scrollbar.css");
@import url("hover.css");
@import url("custom-animate.css");
@import url("icon-pack.css");
@import url("select2.min.css");
@import url("timeline.css");


* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

:root {
    --primary-color: #f5f5f5;
    --sec-color: rgb(255 255 255);
    --green-color: #33b35d;
}

body {
    font-size: 15px;
    color: rgb(117, 117, 117);
    line-height: 1.6em;
    font-weight: 500;
    background: rgb(255, 255, 255);
    -webkit-font-smoothing: antialiased;
    font-family: "DM Sans", sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

.theme_color {
    color: rgb(51, 57, 107);
}

a:hover,
a:focus,
a:visited,
a:active,
button:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px 0px 15px;
    background: none;
    line-height: 1.3em;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

input,
select,
button {
    font-family: "DM Sans", sans-serif;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    cursor: pointer;
    outline: none !important;
}

p {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
    margin: 0px 0px 15px;
}

.text {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
    margin: 0px;
}

::-webkit-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0px auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0px auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0px;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered {
    text-align: center !important;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
    font-family: "DM Sans", sans-serif;
    transition: all 0.3s ease 0s;
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding: 12px 30px;
    background: #c2040b;
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.btn-style-one:hover .btn-title {
    background: rgb(51 51 51);
    color: rgb(255, 255, 255);
}

.btn-style-two {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
    font-family: "DM Sans", sans-serif;
    transition: all 0.3s ease 0s;
}

.btn-style-two .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: rgb(34, 34, 34);
    font-weight: 700;
    padding: 18px 30px 12px;
    background: rgb(255, 255, 255);
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.btn-style-two .icon {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
    padding-right: 5px;
    font-size: 12px;
}

.btn-style-two:hover .btn-title {
    background: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
}

.btn-style-three {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
    font-family: "DM Sans", sans-serif;
    transition: all 0.3s ease 0s;
}

.btn-style-three .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: rgb(34, 34, 34);
    font-weight: 700;
    padding: 16px 35px 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.btn-style-three .icon {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
    padding-right: 5px;
    font-size: 12px;
}

.btn-style-three:hover .btn-title {
    background: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0);
}

.preloader .icon {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/icons/preloader.svg");
    transition: all 200ms ease 0s;
}

.page-loaded .preloader .icon {
    opacity: 0;
}

.preloader::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    z-index: 0;
    transform: translateX(0%);
    transition: all 800ms ease 0s;
}

.page-loaded .preloader::before {
    opacity: 0;
}

.preloader::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    z-index: 2;
    transform: translateX(0%);
    transition: all 800ms ease 0s;
}

.page-loaded .preloader::after {
    opacity: 0;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}

.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 56px;
    height: 56px;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 20px;
    line-height: 54px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: rgb(34, 34, 34);
    border-radius: 0px;
    display: none;
    transition: all 300ms ease 0s;
}

.scroll-to-top:hover {
    /* border-color: rgb(51, 57, 107); */
    /* background: rgb(51, 57, 107); */
}

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    background: none;
}

.header-top {
    position: relative;
}

.header-top .inner {
    position: relative;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
}

.header-top-one {
    padding: 10px 40px;
    font-size: 14px;
    border-bottom: 1px solid rgb(226, 238, 242);
    line-height: 30px;
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

.header-top-one .auto-container {
    max-width: none;
}

.header-top-one .mid-text {
    position: relative;
    float: left;
    margin-left: 50px;
    line-height: 28px;
    color: rgb(161, 161, 161);
}

.header-top-one .mid-text span {
    font-family: "DM Sans", sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.header-top-one .welcome-text {
    position: relative;
    float: left;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
}

.header-top-one .welcome-text .flag {
    position: relative;
    top: 4px;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url("../images/icons/icon-flag.png") left center no-repeat;
}

.header-top-one .welcome-text .arrow {
    position: relative;
    top: 6px;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: rgb(62, 62, 62);
    font-size: 7px;
    margin-left: 5px;
    border-radius: 50%;
}

.header-top-one .email {
    position: relative;
    float: left;
    font-weight: 500;
    margin-left: 20px;
    padding-left: 21px;
}

.header-top-one .email::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    height: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.header-top-one .email a {
    color: rgb(255, 255, 255);
}

.header-top-one .email .icon {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: rgb(51, 57, 107);
    padding-right: 7px;
}

.header-top-one .email a:hover {
    text-decoration: underline;
    color: rgb(51, 57, 107);
}

.header-top-one .hours {
    position: relative;
    float: left;
    margin-left: 20px;
    padding-left: 21px;
    z-index: 5;
}

.header-top-one .hours::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    height: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.header-top-one .hours .hours-btn {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    display: block;
    background: rgb(51, 57, 107);
    line-height: 24px;
    padding: 3px 15px;
    border-radius: 15px;
    cursor: pointer;
}

.header-top-one .hours .hours-btn .arrow {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 8px;
    margin-left: 7px;
}

.header-top-one .hours .hours-btn::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: 10px;
}

.header-top-one .hours .hours-dropdown {
    position: absolute;
    right: 0px;
    top: 100%;
    margin-top: 10px;
    width: 200px;
    background: rgb(34, 34, 34);
    border-top: 2px solid rgb(51, 57, 107);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 300ms linear 0s;
}

.header-top-one .hours:hover .hours-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.header-top-one .hours .hours-dropdown li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-top-one .hours .hours-dropdown li:last-child {
    border: none;
}

.header-top-one .hours .hours-dropdown li a {
    position: relative;
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 24px;
    color: rgb(255, 255, 255);
}

.header-top-one .hours .hours-dropdown li a:hover {
    color: rgb(51, 57, 107);
}

.header-top-one .phone {
    position: relative;
    float: left;
    font-weight: 500;
    font-size: 14px;
}

.header-top-one .phone a {
    color: rgb(255, 255, 255);
}

.header-top-one .phone .icon {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: rgb(51, 57, 107);
    padding-right: 7px;
}

.header-top-one .phone a:hover {
    text-decoration: underline;
    color: rgb(51, 57, 107);
}

.main-header .header-upper {
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    transition: top 300ms ease 0s;
    z-index: 1;
}

.fixed-header.header-style-one .header-upper,
.fixed-header.header-style-two .header-upper,
.fixed-header .header-upper {
    position: fixed;
    animation-name: slideInDown;
    animation-duration: 700ms;
    animation-timing-function: ease;
    width: 100%;
    left: 0px;
    right: 0px;
}

.header-style-one .header-upper .auto-container {
    max-width: none;
}

.header-style-one .header-upper .inner-container {
    position: relative;
    padding: 0px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .header-upper {
    position: relative;
    background: rgb(51, 51, 51);
}

.main-header .header-upper .logo-box {
    position: relative;
    float: left;
    z-index: 10;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    float: left;
    display: block;
}

.main-header .header-upper .logo-box .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    max-height: 60px;
    z-index: 1;
}

.main-header .header-upper .right-nav {
    position: relative;
    float: right;
}

.main-header .search-btn-one {
    position: relative;
    float: left;
    height: 41px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 6px 16px 9px 0px;
}

.main-header .search-btn-one::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 41px;
}

.main-header .search-btn-one button {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px;
    background: none;
    font-size: 16px;
    line-height: 30px;
    font-family: "DM Sans", sans-serif;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.main-header .search-btn-one button .icon {
    position: relative;
    top: 2px;
    color: rgb(255, 255, 255);
    display: inline-block;
    line-height: 80px;
    padding-left: 15px;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    font-weight: 700;
    margin-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.main-header .search-btn-one button .icon:hover {}

.main-header .nav-outer {
    position: relative;
    float: left;
    z-index: 1;
}

.header-style-one .header-upper .nav-outer {
    flex: 1 1 0%;
    text-align: right;
}

.main-header .nav-outer .main-menu {
    position: relative;
}

.header-style-one .header-upper .nav-outer .main-menu {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    font-family: "DM Sans", sans-serif;
    display: flex;
    padding-right: 0px;
    column-gap: 50px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 0px;
    transition: all 300ms ease 0s;
}

.main-menu .navigation>li>a::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 5px;
    background-color: rgb(255, 255, 255);
    transform: translateY(5px);
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.main-menu .navigation>li.active>a::after,
.main-menu .navigation>li:hover>a::after {
    transform: none;
    opacity: 1;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
    background: #c2040b;
    padding: 0 15px;
}

.main-menu .navigation>li:last-child::after {
    display: none;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    padding: 10px 0px;
    opacity: 1;
    transition: all 300ms ease 0s;
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 15px;
}

.main-menu .navigation>li.dropdown>a::before {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    right: 0px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
}

.sticky-header .main-menu .navigation>li::before,
.sticky-header .main-menu .navigation>li.dropdown>a::before {
    display: none;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.header-style-two .header-upper .main-menu .navigation>li:hover>a,
.header-style-two .header-upper .main-menu .navigation>li.current>a,
.header-style-two .header-upper .main-menu .navigation>li.current>a::before,
.header-style-two .header-upper .main-menu .navigation>li:hover>a::before {
    color: rgb(255, 255, 255);
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
    color: rgb(51, 57, 107);
}

.sticky-header .main-menu .navigation>li.dropdown {
    padding-right: 0px;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 10px;
    width: 260px;
    z-index: 100;
    display: none;
    background: rgb(255, 255, 255);
    padding: 5px 0px;
    border: 0px;
    transform: translateY(20px);
    box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 5px 1px, rgba(0, 0, 0, 0.05) -2px 0px 5px 1px;
}

.main-menu .navigation>li>ul::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -10px;
    width: 100%;
    height: 10px;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    padding: 0px 30px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 0px 12px 22px;
    font-weight: 500;
    font-size: 14px;
    color: rgb(117, 117, 117);
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    transition: all 300ms ease 0s;
    line-height: 1.4;
}

.main-menu .navigation>li>ul>li>a::before,
.main-menu .navigation>li>ul>li>ul>li>a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 15px;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    transition: all 300ms ease 0s;
}

.main-menu .navigation>li>ul>li>a::after,
.main-menu .navigation>li>ul>li>ul>li>a::after {
    content: "";
    position: absolute;
    left: -14px;
    top: 19px;
    width: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transform: scaleX(0);
    transform-origin: right top;
    transition: all 300ms ease 0s;
}

.main-menu .navigation>li>ul>li:hover>a::before,
.main-menu .navigation>li>ul>li>ul>li:hover>a::before {
    background: #c2040b;
    border-color: #c2040b;
}

.main-menu .navigation>li>ul>li:hover>a::after,
.main-menu .navigation>li>ul>li>ul>li:hover>a::after {
    border-color: #c2040b;
    transform: scaleX(1);
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #333;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 0px;
    width: 260px;
    z-index: 100;
    display: none;
    background: rgb(255, 255, 255);
    padding: 5px 0px;
    border: 0px;
    transform: translateY(20px);
    box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 5px 1px, rgba(0, 0, 0, 0.05) -2px 0px 5px 1px;
}

.main-menu .navigation>li>ul>li>ul::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0px;
    width: 10px;
    height: 100%;
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    padding: 0px 30px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 0px 12px 22px;
    line-height: 26px;
    font-weight: 500;
    font-size: 14px;
    color: rgb(117, 117, 117);
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    transition: all 300ms ease 0s;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #333;
}

.main-menu .navigation li ul>li.dropdown::after {
    font-family: "DM Sans", sans-serif;
    content: "+";
    position: absolute;
    right: 30px;
    top: 10px;
    display: block;
    line-height: 30px;
    color: rgb(117, 117, 117);
    font-size: 24px;
    font-weight: 300;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 500ms ease 0s;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 500ms ease 0s;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid rgb(255, 255, 255);
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 5;
    display: none;
}

.header-style-one .header-upper {
    position: relative;
}

.header-style-one .other-links {
    position: relative;
    float: right;
    padding-left: 30px;
}

.c-tooltip {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 86px;
    margin-left: -43px;
    margin-top: 15px;
    text-align: center;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease 0s;
}

.c-tooltip .tooltip-inner {
    position: relative;
    display: block;
    margin-bottom: 12px;
    min-width: 86px;
    padding: 3px 10px;
    line-height: 20px;
    font-size: 11px;
    color: rgb(255, 255, 255);
    background: rgb(34, 34, 34);
    text-transform: uppercase;
    border-radius: 7px;
}

.c-tooltip .tooltip-inner::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgb(34, 34, 34);
    border-image: initial;
}

.has-tooltip:hover .c-tooltip {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.header-style-one .other-links .social-links-one {
    position: relative;
    float: left;
    margin-left: 25px;
    margin-top: 30px;
    padding-left: 26px;
}

.header-style-one .other-links .social-links-one::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.social-links-one {
    position: relative;
}

.social-links-one li {
    position: relative;
    float: left;
    margin-left: 10px;
}

.social-links-one li:first-child {
    margin-left: 0px;
}

.social-links-one li a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 28px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    background: rgb(255, 255, 255);
    color: rgb(170, 170, 170);
    border-radius: 50%;
    transition: all 300ms linear 0s;
}

.social-links-one li a:hover {
    background: rgb(51, 57, 107);
    border-color: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
}

.header-style-one .other-links .language {
    position: relative;
    float: left;
    z-index: 5;
}

.header-style-one .other-links .language .lang-btn {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 16px;
    text-transform: capitalize;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    cursor: pointer;
    padding: 5px 0px;
}

.header-style-one .other-links .language .lang-btn .icon {
    position: relative;
    top: -1px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
}

.header-style-one .other-links .language .lang-btn .txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
}

.header-style-one .other-links .language .lang-btn .arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 14px;
}

.header-style-one .other-links .language .lang-btn::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: 26px;
}

.header-style-one .other-links .language .lang-dropdown {
    position: absolute;
    right: 0px;
    top: 100%;
    margin-top: 26px;
    width: 180px;
    background: rgb(34, 34, 34);
    border-top: 2px solid rgb(255, 255, 255);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 300ms linear 0s;
}

.header-style-one .other-links .language:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.header-style-one .other-links .language .lang-dropdown li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-style-one .other-links .language .lang-dropdown li:last-child {
    border: none;
}

.header-style-one .other-links .language .lang-dropdown li a {
    position: relative;
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 24px;
    color: rgb(255, 255, 255);
}

.header-style-one .other-links .language .lang-dropdown li a:hover {
    color: rgb(255, 255, 255);
}

.header-style-two {
    position: relative;
}

.header-top-two {
    padding: 10px 0px;
    font-size: 14px;
    line-height: 30px;
    background: rgb(241, 241, 241);
    color: rgb(117, 117, 117);
}

.header-top-two .left-text {
    position: relative;
    top: 4px;
    float: left;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
}

.header-top-two .left-text .icon {
    position: relative;
    top: -1px;
    color: rgb(51, 57, 107);
    display: inline-block;
    vertical-align: top;
    padding-right: 7px;
}

.header-top-two .info {
    position: relative;
    float: left;
    margin-left: 25px;
}

.header-top-two .info li {
    position: relative;
    float: left;
    font-weight: 500;
    margin-right: 45px;
}

.header-top-two .info li::before {
    content: "";
    position: absolute;
    right: -23px;
    top: 5px;
    height: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.header-top-two .info li:last-child {
    margin-right: 0px;
}

.header-top-two .info li:last-child::before {
    display: none;
}

.header-top-two .info li a {
    color: rgb(117, 117, 117);
}

.header-top-two .info li .icon {
    position: relative;
    top: 2px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: rgb(51, 57, 107);
    padding-right: 10px;
}

.header-top-two .info li a:hover {
    text-decoration: underline;
    color: rgb(51, 57, 107);
}

.header-top-two .language {
    position: relative;
    float: left;
    z-index: 5;
}

.header-top-two .language .lang-btn {
    position: relative;
    top: 2px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    cursor: pointer;
}

.header-top-two .language .lang-btn .icon {
    position: relative;
    top: -1px;
    font-size: 16px;
    color: rgb(51, 57, 107);
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
}

.header-top-two .language .lang-btn .txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header-top-two .language .lang-btn .arrow {
    position: relative;
    top: -1px;
    color: rgb(117, 117, 117);
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 14px;
}

.header-top-two .language .lang-btn::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: 10px;
}

.header-top-two .language .lang-dropdown {
    position: absolute;
    right: 0px;
    top: 100%;
    margin-top: 10px;
    width: 180px;
    background: rgb(34, 34, 34);
    border-top: 2px solid rgb(51, 57, 107);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 300ms linear 0s;
}

.header-top-two .language:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.header-top-two .language .lang-dropdown li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-top-two .language .lang-dropdown li:last-child {
    border: none;
}

.header-top-two .language .lang-dropdown li a {
    position: relative;
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 24px;
    color: rgb(255, 255, 255);
}

.header-top-two .language .lang-dropdown li a:hover {
    color: rgb(51, 57, 107);
}

.header-top-two .social-links-two {
    position: relative;
    float: left;
    margin-left: 20px;
}

.social-links-two {
    position: relative;
}

.social-links-two li {
    position: relative;
    float: left;
    margin-left: 8px;
}

.social-links-two li:first-child {
    margin-left: 0px;
}

.social-links-two li a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 28px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    background: none;
    color: rgb(170, 170, 170);
    border-radius: 50%;
    transition: all 300ms linear 0s;
}

.social-links-two li a:hover {
    background: rgb(51, 57, 107);
    border-color: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
}

.header-style-two .header-upper {
    background: rgb(4, 4, 4);
}

.header-style-two .header-upper .logo-box {
    position: relative;
    float: left;
    padding: 15px 0px;
    min-width: 200px;
    background: rgb(255, 255, 255);
}

.header-style-two .header-upper .logo-box::before {
    content: "";
    position: absolute;
    right: 100%;
    margin-right: -1px;
    top: 0px;
    width: 2000px;
    height: 100%;
    background: rgb(255, 255, 255);
}

.header-style-two .header-upper .nav-outer {
    float: left;
    margin-left: 60px;
}

.header-style-two .header-upper .search-btn-one {
    position: relative;
    float: right;
    margin-left: 0px;
    margin-top: 26px;
}

.header-style-two .header-upper .search-btn-one::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.header-style-two .header-upper .search-btn-one button {
    color: rgb(255, 255, 255);
}

.header-style-two .header-upper .search-btn-one button .icon {
    color: rgb(255, 255, 255);
}

.header-style-two .header-upper .main-menu .navigation>li {
    padding: 10px 0px;
}

.header-style-two .header-upper .main-menu .navigation>li>a {
    color: rgb(255, 255, 255);
    font-size: 15px;
}

.sticky-header {
    display: none;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px;
    z-index: -1;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(240, 240, 240);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    transition: top 300ms ease 0s;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding: 10px 0px;
}

.sticky-header .main-menu .navigation>li {
    padding: 0px;
    margin-right: 0px;
    background-color: transparent;
    margin-left: 40px !important;
}

.sticky-header .main-menu .navigation>li.dropdown>a::after,
.sticky-header .main-menu .navigation>li::before {
    display: none;
}

.sticky-header .main-menu .navigation>li>a {
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: rgb(37, 40, 58);
    text-transform: capitalize;
    transition: all 300ms ease 0s;
    padding: 21px 0px !important;
}

.sticky-header .main-menu .navigation>li>ul>li>ul {
    left: auto;
    right: 100%;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
}

.search-popup {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0);
    transition: all 100ms ease 0s;
}

.search-popup::before {
    content: "";
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    transform: translateY(101%);
}

.search-popup.popup-visible::before {
    transition: all 500ms ease 100ms;
    transform: translateY(0%);
}

.search-popup.popup-visible {
    opacity: 1;
    visibility: visible;
}

body.search-visible {
    overflow: hidden;
}

.search-popup .overlay-layer {
    position: absolute;
    inset: 0px;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 5;
}

.search-popup .close-search:hover {
    opacity: 0.7;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px;
    max-width: 1024px;
    margin: 150px auto 100px;
    opacity: 0;
    transform: translateY(50px);
    z-index: 10;
}

.search-popup.popup-visible .search-form {
    opacity: 1;
    transform: translateY(0px);
    transition: all 900ms ease 500ms;
}

.search-popup .search-form fieldset {
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: rgb(255, 255, 255);
    line-height: 30px;
    font-size: 24px;
    color: rgb(35, 49, 69);
    border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px;
    background: rgb(51, 57, 107);
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
    color: rgb(255, 255, 255) !important;
}

.search-popup .search-form fieldset input[type="submit"]:hover {
    background: rgb(51, 57, 107);
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid rgb(255, 255, 255);
    padding: 7px 15px;
    color: rgb(255, 255, 255);
    border-radius: 3px;
    transition: all 0.5s ease 0s;
}

.search-popup .recent-searches li a:hover {
    color: rgb(51, 57, 107);
    border-color: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 32px;
    line-height: 40px;
    cursor: pointer;
    color: rgb(34, 34, 34);
    margin: 28px 0px 0px;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all .3s;
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
    position: static !important;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    transition: all 1s;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.7;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: rgb(32, 32, 32);
    padding: 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    transform: translateX(101%);
    transition: all 0.7s ease 0s;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 10;
    transition: all 0.9s ease 0s;
}

.mobile-menu-visible .mobile-menu .close-btn {
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0px;
    border-left: 3px solid rgb(51, 57, 107);
    transition: all 500ms ease 0s;
}

.mobile-menu .navigation li.current>a::before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 44px;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn span {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    transition: all 500ms ease 0s;
}

.mobile-menu .navigation li.dropdown>a {
    padding-right: 30px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open span {
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 15px 25px 0;
}

.mobile-menu .social-links ul {
    display: flex;
    gap: 10px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    transition: all 500ms ease 0s;
}

.menu_footer {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    background: #333;
    width: 100%;
    left: 0;
    padding: 0 15px 15px 0;
}

img.lazy-image {
    background: url("../images/icons/image-bg.svg") center center no-repeat;
}

img.lazy-image.loaded {
    background-image: none;
}

.owl-theme img.lazy-image.loaded {
    height: auto;
    opacity: 1;
}

.banner-section {
    position: relative;
    z-index: 1;
}

.banner-one {
    position: relative;
}

.banner-carousel {
    position: relative;
    z-index: 1;
}

.banner-carousel .slide-item {
    position: relative;
    display: block;
    color: rgb(255, 255, 255);
    padding: 30px 0px;
    overflow: hidden;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
}

.banner-carousel .active .slide-item .image-layer {
    transform: scale(1.15);
    transition: all 7000ms linear 0s;
}

.banner-carousel .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 700px;
    padding: 20px 0px;
    z-index: 5;
}

.banner-carousel .content-box .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 50px 0px;
}

.banner-carousel .content-box .inner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
}

.banner-carousel .content-box .subtitle {
    display: block;
    font-size: 18px;
    line-height: 1.6em;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(-50px);
}

.banner-carousel .active .content-box .subtitle {
    opacity: 1;
    transform: translate(0px);
    transition: all 700ms ease 300ms;
}

.banner-carousel .content-box h1 {
    display: block;
    font-size: 72px;
    line-height: 1.05em;
    color: rgb(255, 255, 255);
    font-weight: 700;
    opacity: 0;
    margin-bottom: 10px;
    letter-spacing: 0px;
    transform: translateY(80px);
    text-transform: uppercase !important;
}

.banner-carousel .active .content-box h1 {
    opacity: 1;
    transform: translate(0px);
    transition: all 700ms ease 300ms;
}

.banner-carousel .content-box .text {
    display: block;
    font-size: 16px;
    line-height: 1.7em;
    color: rgb(255, 255, 255);
    font-weight: 500;
    opacity: 0;
    margin-bottom: 35px;
    max-width: 450px;
    transform: translateY(50px);
}

.banner-carousel .active .content-box .text {
    opacity: 1;
    transform: translate(0px);
    transition: all 700ms ease 700ms;
}

.banner-carousel .content-box .links-box {
    position: relative;
    opacity: 0;
    z-index: 5;
    transform: translateY(80px);
}

.banner-carousel .active .content-box .links-box {
    opacity: 1;
    transform: translate(0px);
    transition: all 700ms ease 1100ms;
}

.banner-carousel .links-box .theme-btn {
    vertical-align: top;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    min-width: 180px;
}

.banner-carousel .next-slide {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 650px;
    padding: 30px 80px 30px 50px;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transform: translateX(120px);
}

.banner-carousel .active .next-slide {
    opacity: 1;
    transform: translate(0px);
    transition: all 700ms ease 1500ms;
}

.banner-carousel .next-slide .inner {
    position: relative;
    display: block;
    padding-left: 100px;
    padding-right: 30px;
}

.banner-carousel .next-slide .count {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    font-size: 36px;
    color: rgb(51, 57, 107);
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    line-height: 60px;
}

.banner-carousel .next-slide .count::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 5px;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.banner-carousel .next-slide .text {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    line-height: 30px;
    padding: 15px 0px;
}

.banner-carousel .next-slide .arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 24px;
    font-weight: 400;
    line-height: 60px;
}

.banner-section .owl-theme .owl-nav {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -56.5px;
    width: 113px;
    background: rgb(241, 241, 241);
    height: 56px;
    transition: all 300ms ease 0s;
}

.banner-section .owl-theme .owl-nav::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 12px;
    margin-left: -0.5px;
    height: 32px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.banner-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    background: none;
    height: 56px;
    width: 56px;
    border: none;
    text-align: center;
    line-height: 56px;
    color: rgb(188, 188, 188);
    font-size: 20px;
    border-radius: 0px;
    opacity: 1;
    transition: all 300ms ease 0s;
}

.banner-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    background: none;
    height: 56px;
    width: 56px;
    border: none;
    text-align: center;
    line-height: 56px;
    color: rgb(188, 188, 188);
    font-size: 20px;
    border-radius: 0px;
    opacity: 1;
    transition: all 300ms ease 0s;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
    color: rgb(51, 57, 107);
    background: none;
}

.banner-section .owl-theme .owl-dots {
    display: none;
}

.banner-section-two {
    position: relative;
    z-index: 1;
}

.banner-section-two .main-image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

.banner-section-two .main-pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.banner-carousel-two {
    position: relative;
    z-index: 1;
}

.banner-carousel-two .slide-item {
    position: relative;
    display: block;
    color: rgb(255, 255, 255);
    padding: 30px 0px;
    overflow: hidden;
}

.banner-carousel-two .slide-item .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner-carousel-two .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 700px;
    padding: 20px 0px;
    z-index: 5;
}

.banner-carousel-two .content-box .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 60px 0px 0px;
}

.banner-carousel-two .content-box .inner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
}

.banner-carousel-two .content-box h1 {
    display: block;
    font-size: 60px;
    line-height: 1.25em;
    color: rgb(255, 255, 255);
    font-weight: 700;
    opacity: 0;
    margin-bottom: 10px;
    letter-spacing: 0px;
    transform: translateY(80px);
    text-transform: capitalize !important;
}

.banner-carousel-two .active .content-box h1 {
    opacity: 1;
    transform: translate(0px);
    transition: all 700ms ease 300ms;
}

.banner-carousel-two .content-box .text {
    display: block;
    font-size: 16px;
    line-height: 1.7em;
    color: rgb(255, 255, 255);
    font-weight: 400;
    opacity: 0;
    margin-bottom: 30px;
    max-width: 480px;
    transform: translateY(50px);
}

.banner-carousel-two .active .content-box .text {
    opacity: 1;
    transform: translate(0px);
    transition: all 700ms ease 700ms;
}

.banner-carousel-two .content-box .links-box {
    position: relative;
    opacity: 0;
    z-index: 5;
    transform: translateY(80px);
}

.banner-carousel-two .active .content-box .links-box {
    opacity: 1;
    transform: translate(0px);
    transition: all 700ms ease 1100ms;
}

.banner-carousel-two .links-box .theme-btn {
    vertical-align: top;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    min-width: 180px;
}

.banner-section-two .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    margin-top: -60px;
    height: 0px;
    transition: all 300ms ease 0s;
}

.banner-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    background: none;
    height: 60px;
    border: none;
    text-align: center;
    line-height: 60px;
    color: rgb(255, 255, 255);
    font-size: 48px;
    opacity: 1;
    transition: all 300ms ease 0s;
}

.banner-section-two .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 30px;
    background: none;
    height: 60px;
    border: none;
    text-align: center;
    line-height: 60px;
    color: rgb(255, 255, 255);
    font-size: 48px;
    opacity: 1;
    transition: all 300ms ease 0s;
}

.banner-section-two .owl-nav .owl-prev:hover,
.banner-section-two .owl-nav .owl-next:hover {
    color: rgb(51, 57, 107);
}

.banner-section-two .owl-theme .owl-dots {
    display: none;
}

.sec-title {
    position: relative;
    margin-bottom: 40px;
}

.sec-title.centered {
    max-width: 600px;
    margin: 0px auto 60px;
}

.sec-title h1,
.sec-title h2 {
    position: relative;
    font-size: 32px;
    line-height: 1.25em;
    color: #333;
    font-weight: 700;
    margin-bottom: 0px;
    display: inline-block;
}

.sec-title.light h1,
.sec-title.light h2 {
    color: rgb(255, 255, 255);
}

.sec-title .lower-text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
    color: rgb(117, 117, 117);
    padding: 20px 0px 0px;
}

.sec-title.centered .lower-text {
    max-width: 500px;
    margin: 0px auto;
}

.sec-title.with-separator h2 {
    padding-bottom: 27px;
}

.sec-title.centered .separator {
    margin: 0px auto;
}

.sec-title .separator {
    position: relative;
    width: 26px;
    height: 0px;
}

.sec-title .separator::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 100%;
    margin-left: 10px;
    width: 36px;
    border-bottom: 2px solid rgb(51, 57, 107);
}

.sec-title .separator::after {
    content: "";
    position: absolute;
    top: -7px;
    right: 100%;
    margin-right: 10px;
    width: 36px;
    border-bottom: 2px solid rgb(51, 57, 107);
    display: none;
}

.sec-title.centered .separator::after {
    display: block;
}

.sec-title .separator .cir {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 12px;
    height: 12px;
    border: 2px solid rgb(51, 57, 107);
    border-radius: 50%;
}

.sec-title .separator .c-1 {
    left: 0px;
}

.sec-title .separator .c-2 {
    left: 7px;
    background: rgb(51, 57, 107);
}

.sec-title .separator .c-3 {
    left: auto;
    right: 0px;
}

.sec-title.light .separator::before,
.sec-title.light .separator::after {
    border-color: rgb(255, 255, 255);
}

.sec-title.light .separator .cir {
    border-color: rgb(255, 255, 255);
}

.sec-title.light .separator .c-2 {
    background: rgb(255, 255, 255);
}

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    margin-bottom: 7px;
    line-height: 24px;
    padding-left: 25px;
}

.list-style-one li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: Flaticon;
    color: rgb(51, 57, 107);
}

.welcome-section {
    position: relative;
    padding: 110px 0px 80px;
    background: rgb(241, 241, 241);
}

.welcome-section .sec-title {
    margin-bottom: 40px;
}

.featured-block {
    position: relative;
    margin-bottom: 30px;
}

.featured-block .inner-box {
    position: relative;
    display: block;
    background: rgb(255, 255, 255);
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 25px 0px;
}

.featured-block .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.featured-block .image-layer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.featured-block .content-box {
    position: relative;
    display: block;
    padding: 50px 25px 50px 30px;
    transition: all 300ms ease 0s;
}

.featured-block .content-box .content {
    position: relative;
    padding-left: 100px;
    min-height: 80px;
}

.featured-block .content-box .subtitle {
    font-size: 13px;
    color: rgb(142, 142, 142);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 5px;
    font-family: "DM Sans", sans-serif;
}

.featured-block .content-box h4 {
    color: rgb(34, 34, 34);
    font-weight: 700;
    line-height: 1.25em;
    margin: 0px;
    transition: all 300ms ease 0s;
}

.featured-block .content-box h4 a {
    color: rgb(34, 34, 34);
}

.featured-block .content-box h4 a:hover {
    color: rgb(51, 57, 107);
}

.featured-block .content-box .icon-box {
    position: absolute;
    left: 30px;
    top: 50px;
    width: 80px;
    height: 80px;
    color: rgb(51, 57, 107);
    font-size: 60px;
    line-height: 80px;
}

.featured-block .content-box .icon-box::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.featured-block .hover-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease 0s;
    z-index: 1;
}

.featured-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.featured-block .hover-box .inner {
    position: relative;
    display: block;
    padding: 35px 30px 15px;
}

.featured-block .hover-box h4 {
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.3em;
    max-width: 220px;
    margin: 0px 0px 10px;
}

.featured-block .hover-box h4 a {
    color: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.featured-block .hover-box h4 a:hover {
    color: rgb(51, 57, 107);
}

.featured-block .hover-box .text {
    color: rgb(178, 178, 178);
    line-height: 1.6em;
}

.featured-block .more-link {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 42px;
    height: 42px;
    line-height: 30px;
    text-align: center;
    color: rgb(51, 57, 107);
    font-size: 18px;
    z-index: 2;
}

.featured-block .more-link a {
    position: relative;
    display: block;
    line-height: 42px;
    color: rgb(51, 57, 107);
    transition: all 300ms ease 0s;
}

.featured-block .more-link a::before {
    content: "";
    position: absolute;
    right: -85px;
    bottom: -85px;
    width: 140px;
    height: 140px;
    background: rgb(34, 34, 34);
    transform: rotate(45deg);
    transition: all 300ms ease 0s;
}

.featured-block .more-link a span,
.featured-block .more-link a i {
    position: relative;
    z-index: 1;
}

.featured-block .inner-box:hover .more-link a::before {
    background: rgb(51, 57, 107);
}

.featured-block .inner-box:hover .more-link a {
    color: rgb(255, 255, 255);
}

.about-section {
    position: relative;
    padding: 100px 0px;
    background: rgb(22, 22, 22);
    color: rgb(167, 167, 167);
}

.about-section .sec-title {
    margin-bottom: 50px;
}

.about-section .content-box {
    position: relative;
}

.about-section .content {
    position: relative;
    max-width: 585px;
}

.about-section .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

.about-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.about-section .upper-text {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.about-section .upper-text .big-letter {
    position: relative;
    display: block;
    color: rgb(255, 255, 255);
    background: rgb(51, 57, 107);
    float: left;
    font-family: "DM Sans", sans-serif;
    font-size: 60px;
    width: 72px;
    height: 72px;
    font-weight: 700;
    line-height: 72px;
    padding-top: 12px;
    text-align: center;
    margin: 0px 30px 10px 0px;
}

.about-section .text {
    position: relative;
    margin-bottom: 45px;
    line-height: 1.6em;
}

.about-section .signature {
    position: relative;
    margin-bottom: 35px;
}

.about-section .info {
    position: relative;
    font-size: 15px;
    color: rgb(167, 167, 167);
    line-height: 1.5em;
}

.about-section .info .name {
    position: relative;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.about-section .quote-box {
    position: absolute;
    right: 100px;
    bottom: 100px;
    width: 60px;
    height: 60px;
}

.about-section .quote-box .round-point {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    background: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
    font-weight: 300;
    cursor: pointer;
    border-radius: 50%;
}

.about-section .quote-box .round-point::before {
    content: "";
    position: absolute;
    inset: -8px;
    background: rgb(51, 57, 107);
    opacity: 0.3;
    border-radius: 50%;
}

.about-section .quote-box .inner {
    position: absolute;
    right: 0px;
    bottom: 100%;
    margin-bottom: 60px;
    width: 350px;
    padding: 35px 30px 30px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    background: rgb(51, 57, 107);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 30px 0px, rgba(0, 0, 0, 0.05) 0px 20px 30px 0px;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease 0s;
}

.about-section .quote-box .inner::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 100%;
    border-width: 20px;
    border-style: solid;
    border-color: rgb(51, 57, 107) rgb(51, 57, 107) transparent transparent;
    border-image: initial;
}

.about-section .quote-box:hover .inner {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.about-section .quote-box .icon-one {
    position: absolute;
    right: -20px;
    top: 0px;
    line-height: 1em;
    font-size: 224px;
    color: rgba(0, 0, 0, 0.07);
}

.about-section .quote-box .icon-two {
    position: relative;
    line-height: 1em;
    font-size: 48px;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
}

.about-section .quote-box .text {
    position: relative;
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0px;
}

.services-section {
    position: relative;
    padding: 110px 0px 80px;
    background: rgb(255, 255, 255);
}

.services-section .image-left {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
}

.services-section .image-left .image-layer {
    position: absolute;
    inset: 0px 390px 0px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.services-section .image-left .image-layer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(51, 57, 107);
    opacity: 0.65;
}

.featured-service-block {
    position: relative;
    margin-bottom: 30px;
}

.featured-service-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    margin-right: 10px;
}

.featured-service-block .image-box {
    position: relative;
    display: block;
}

.newsletter-box:hover .textLine1 .btn-title {
    background-color: #333 !important;
}

.featured-service-block .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.featured-service-block .lower-box {
    position: relative;
    display: block;
    padding: 35px 20px;
    color: rgb(255, 255, 255);
    background: rgb(51, 57, 107);
}

.featured-service-block .lower-box a {
    color: rgb(255, 255, 255);
}

.featured-service-block h3 {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.35em;
}

.featured-service-block .more-link {
    position: relative;
    display: block;
}

.featured-service-block .more-link a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    color: rgb(255, 255, 255);
    line-height: 20px;
    border-bottom: 2px solid rgb(255, 255, 255);
}

.featured-service-block .more-link a:hover {
    color: rgb(34, 34, 34);
    border-color: rgb(34, 34, 34);
}

.services-section .column .col-inner {
    position: relative;
    margin-right: -320px;
}

.featured-block-two {
    position: relative;
    margin-bottom: 30px;
}

.featured-block-two .inner-box {
    position: relative;
    display: block;
    background: rgb(255, 255, 255);
    padding: 50px 45px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 25px 0px;
}

.featured-block-two .content-box {
    position: relative;
    display: block;
    padding-left: 100px;
    min-height: 162px;
}

.featured-block-two .content-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 71px;
    height: 162px;
    color: rgb(51, 57, 107);
    text-align: center;
}

.featured-block-two .content-box .icon-box::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 46px;
    bottom: 46px;
    width: 70px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 300ms ease 0s;
    z-index: 1;
}

.featured-block-two .inner-box:hover .content-box .icon-box {
    color: rgb(255, 255, 255);
}

.featured-block-two .inner-box:hover .content-box .icon-box::before {
    top: 0px;
    bottom: 0px;
    background: rgb(51, 57, 107);
}

.featured-block-two .content-box .icon-box::after {
    content: "";
    position: absolute;
    left: 35px;
    top: 0px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.featured-block-two .content-box .icon-box .icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 42px;
    z-index: 3;
    transition: all 300ms ease 0s;
}

.featured-block-two .content-box .content {
    position: relative;
    display: block;
}

.featured-block-two .content-box h4 {
    color: rgb(34, 34, 34);
    font-weight: 700;
    line-height: 1.25em;
    margin: 0px 0px 15px;
}

.featured-block-two .content-box h4 a {
    color: rgb(34, 34, 34);
    transition: all 300ms ease 0s;
}

.featured-block-two .content-box h4 a:hover {
    color: rgb(51, 57, 107);
}

.featured-block-two .content-box .text {
    margin-bottom: 25px;
}

.featured-block-two .read-more {
    position: relative;
    display: block;
}

.featured-block-two .read-more a {
    position: relative;
    display: block;
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}

.featured-block-two .read-more a::before {
    content: "";
    font-family: Flaticon;
    position: absolute;
    left: 0px;
    top: -3px;
    width: 15px;
    line-height: 24px;
    color: rgb(51, 57, 107);
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transition: all 0.2s ease 0s;
}

.featured-block-two .read-more a:hover,
.featured-block-two .inner-box:hover .read-more a {
    color: rgb(51, 57, 107);
    padding-left: 20px;
}

.featured-block-two .read-more a:hover::before,
.featured-block-two .inner-box:hover .read-more a::before {
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.events-section {
    position: relative;
    padding: 80px 0px;
    background: rgb(231, 236, 247);
}

.events-section .sec-title {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.events-section .left-column {
    position: relative;
}

.events-section .left-column .col-inner {
    position: relative;
    display: block;
}

.events-section .carousel-box {
    position: relative;
}

.event-block {
    position: relative;
    margin-bottom: 0px;
    background: #fff;
    border-radius: 10px;
}

.event-block .inner-box {
    position: relative;
    display: block;
    padding: 11px 0px;
}

.event-block .inner-box.active {
    z-index: 5;
}

.event-block .inner-box.active::after {
    opacity: 0;
}

.event-block .inner-box::after {
    content: "";
    position: absolute;
    left: 140px;
    right: 0px;
    bottom: 0px;
    display: block;
    transition: all 300ms ease 0s;
}

.events-section .left-column .event-block:last-child .inner-box::after {
    display: none;
}

.event-block .inner-box:hover::after {
    opacity: 0;
}

.event-block .content-box {
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
}

.event-block .content-box .date-box {
    width: 60px;
    color: rgb(34, 34, 34);
    text-align: center;
    font-family: "DM Sans", sans-serif;
}

.event-block .inner-box:hover .content-box .date-box {
    color: rgb(51, 57, 107);
}

.event-block .content-box .date-box::before {
    content: "";
    position: absolute;
    left: 50px;
    top: 0px;
    height: 100%;
}

.event-block .content-box .date-box .date {
    width: 100%;
    min-height: 50px;
    padding: 5px 0;
    font-size: 20px;
    background: rgb(239, 54, 54);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 300ms ease 0s;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 1;
    border-radius: 10px;
}

.event-block .content-box .date-box .date .day {
    position: relative;
    display: block;
    line-height: 20px;
    font-weight: bold;
}

.event-block .content-box .date-box .date .month {
    position: relative;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: inherit;
    line-height: 20px;
    font-weight: 700;
}

.event-block .content-box .date-box .date i {
    font-size: 13px;
    font-style: normal;
    color: rgb(194, 4, 11);
    display: block;
    margin-top: 2px;
    letter-spacing: 1px;
}

.event-block .content-box .content {
    position: relative;
    display: flex;
    padding-right: 80px;
    min-height: 50px;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    padding-left: 15px;
}

.event-block .content-box .cat-info {
    position: relative;
    margin-bottom: 2px;
}

.event-block .content-box .cat-info a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    color: #fff;
    background: rgb(21 60 133 / 48%);
    padding: 0px 7px;
    border-radius: 4px;
    margin-bottom: 5px;
}

.event-block .content-box h3 {
    color: rgb(34, 34, 34);
    font-weight: 700;
    line-height: 1.25em;
    margin: 0px 0px 5px;
    font-size: 18px;
}

.event-block .content-box h3 a {
    color: #333;
    transition: all 300ms ease 0s;
    display: inline-block;
    width: 100%;
    padding-right: 80px;
}

.event-block .content-box h3 a:hover {
    color: #333;
}

.event-block .content-box .text {
    margin-bottom: 25px;
}

.event-block .read-more {
    position: absolute;
    right: 15px;
    top: 50%;
    padding-top: 0px;
    width: 50px;
    display: block;
    text-align: right;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    text-align: center;
}

.read-more a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    text-decoration: none !important;
}

.read-more a::before {
    content: "";
    font-family: Flaticon;
    line-height: 24px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.2s ease 0s;
}

.read-more a:hover,
.event-block .inner-box:hover .read-more a {
    color: #333;
}

.read-more a:hover::before,
.event-block .inner-box:hover .read-more a::before {
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.events-section .right-column {
    position: relative;
}

.events-section .right-column .col-inner {
    position: relative;
    display: block;
    padding-left: 20px;
}

.newsletter-box {
    position: relative;
    display: block;
    text-align: center;
}

.newsletter-box .image-box {
    position: relative;
    display: block;
    color: rgb(255, 255, 255);
    z-index: 1;
}

.newsletter-box .image-box .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.5;
}

.newsletter-box .image-box .icon-box {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.newsletter-box .image-box h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.newsletter-box .image-box .text {
    position: relative;
    color: rgb(255, 255, 255);
}

.newsletter-box .form-box {
    position: relative;
    display: block;
    background: rgb(255, 255, 255);
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 25px 0px;
}

.newsletter-box .form-box form {
    position: relative;
}

.newsletter-box .form-box .form-group {
    position: relative;
    margin: 0px 0px 10px;
}

.newsletter-box .form-box .form-group input[type="text"],
.newsletter-box .form-box .form-group input[type="tel"],
.newsletter-box .form-box .form-group input[type="email"],
.newsletter-box .form-box .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 24px;
    padding: 5px 10px 10px;
    height: 40px;
    display: block;
    font-size: 15px;
    background: rgb(255, 255, 255);
    font-weight: 500;
    color: rgb(34, 34, 34);
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 300ms ease 0s;
}

.newsletter-box .form-box .form-group input[type="text"]:focus,
.newsletter-box .form-box .form-group input[type="email"]:focus,
.newsletter-box .form-box .form-group input[type="tel"]:focus {
    border-color: rgb(51, 57, 107);
}

.newsletter-box .form-box .form-group input::-webkit-input-placeholder {
    color: rgb(117, 117, 117);
}

.newsletter-box .form-box .form-group .theme-btn {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.newsletter-box .form-box .instruction {
    font-size: 14px;
    color: rgb(117, 117, 117);
    line-height: 20px;
}

.events-section .see-all {
    position: relative;
}

.events-section .see-all .arrow {
    padding-right: 5px;
    vertical-align: middle;
}

.events-section .see-all a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}

.events-section .see-all a:hover {
    color: rgb(34, 34, 34);
}

.services-section-two {
    position: relative;
    padding: 100px 0px 80px;
    background: rgb(241, 241, 241);
}

.services-section-two .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.services-section-two .image-layer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.85;
}

.services-section-two .outer {
    position: relative;
    margin: 0px -15px;
}

.services-section-two .nav-column {
    position: relative;
    float: left;
    width: 26.5%;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.services-section-two .nav-column .inner {
    padding: 15px 0px 12px;
    background: #333;
    color: rgb(255, 255, 255);
}

.services-section-two .nav-column ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.services-section-two .nav-column ul li:last-child {
    border-bottom: none;
}

.services-section-two .nav-column ul li a {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    color: rgb(255, 255, 255);
    padding: 13px 28px;
    line-height: 30px;
    transition: all 0.3s ease 0s;
}

.services-section-two .nav-column ul li a::after {
    content: "";
    font-family: Flaticon;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: 0px;
    top: 0px;
    padding-left: 5px;
    font-size: 18px;
    font-weight: 400;
}

.services-section-two .nav-column ul li::before {
    content: "";
    position: absolute;
    inset: 0px;
    opacity: 0;
    background: #c2040b;
    transition: all 0.3s ease 0s;
}

.services-section-two .nav-column ul li.active::before {
    opacity: 1;
    inset: -1px -10px;
}

.services-section-two .image-column {
    position: relative;
    float: left;
    width: 47%;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.services-section-two .image-column .inner {
    position: relative;
    display: block;
}

.services-section-two .image-box {
    position: relative;
    display: block;
    text-align: center;
    color: rgb(255, 255, 255);
    background: transparent;
}

.services-section-two .image-box img {
    display: block;
    width: 100%;
    transition: all 0.3s ease 0s;
    opacity: 0.7;
}

.services-section-two .image-box .over-box {}

.services-section-two .image-box .icon-box {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 76px;
    border: 2px solid rgb(255, 255, 255);
    margin: 0px auto 20px;
    border-radius: 50%;
}

.services-section-two .image-box .over-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.services-section-two .image-box:hover .image img {
    opacity: 0.5;
}

.team-section {
    position: relative;
    padding: 100px 0px 110px;
    background: rgb(241, 241, 241);
}

.team-section.alternate {
    background: none;
}

.team-section .sec-title {
    margin-bottom: 50px;
}

.team-block {
    position: relative;
    cursor: pointer;
    height: 100%;
}

.owl-theme .team-block {
    padding: 0px;
    margin-bottom: 0px;
}

.team-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.15); */
    height: 100%;
    transition: all .3s;
    background: #fff;
    border: 1px solid #eaeaea;
}

.team-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-block .image,
.team-block .image img {
    display: block;
    width: 100%;
}

.team-block .hover-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: rgb(222, 222, 222);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    transition: all 0.5s ease 0s;
}

.team-section.alternate .hover-box {
    background: rgba(255, 255, 255, 0.95);
}

.team-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.team-block .hover-box .hover-inner {
    position: relative;
    display: block;
    padding: 60px 20px 20px;
}

.team-block .hover-box .icon-box {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1em;
    color: rgb(51, 57, 107);
    margin: 0px 0px 20px;
}

.alternate .team-block .hover-box .icon-box {
    color: rgb(51, 57, 107);
}

.alternate .team-block .hover-upper h6 {
    color: rgb(34, 34, 34);
}

.alternate .team-block .hover-upper {
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.team-block .hover-upper {
    position: relative;
    display: block;
    margin: 0px 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.team-block .hover-upper h6 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px 0px 10px;
}

.team-block .hover-lower {
    position: relative;
    display: block;
}

.team-block .info {
    position: relative;
    font-size: 15px;
    line-height: 24px;
}

.team-block .info li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.team-block .info li a {
    color: rgb(222, 222, 222);
    transition: all 0.3s ease 0s;
}

.alternate .team-block .info li,
.alternate .team-block .info li a {
    color: rgb(117, 117, 117);
}

.team-block .info li a:hover {
    color: rgb(51, 57, 107);
    text-decoration: underline;
}

.team-block .social-links {
    position: relative;
    padding-top: 20px;
}

.team-block .social-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 8px;
}

.team-block .social-links li a {
    color: rgb(222, 222, 222);
    font-size: 14px;
    line-height: 24px;
    transition: all 0.3s ease 0s;
}

.alternate .social-links li a {
    color: rgb(170, 170, 170);
}

.team-block .social-links li a:hover {
    color: rgb(51, 57, 107);
}

.team-block .lower-box {
    position: relative;
    display: block;
    padding: 25px 20px 18px;
    border-image: initial;
    border-top: none;
    overflow: hidden;
    /* background: #fff; */
}

.team-block .lower-box::before {
    /* content: ""; */
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #c2040b;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.5s ease 0s;
}

@media(min-width:993px) {
    .event_box:hover .event_image strong {
        padding-top: 20px;
    }

    .team-block .inner-box:hover .lower-box::before {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

    .team-block .inner-box:hover .lower-box h4 a {
        /* color: rgb(255, 255, 255); */
        text-decoration: none;
    }

    .team-block .lower-box h4 a:hover {
        text-decoration: underline;
    }

    .team-block .inner-box:hover .lower-box .designation {
        /* color: rgb(255, 255, 255); */
    }
}

.team-block .lower-box h4 {
    position: relative;
    margin-bottom: 5px;
    font-weight: 700;
    z-index: 1;
}

.team-block .lower-box h4 a {
    color: rgb(34, 34, 34);
    transition: all 0.3s ease 0s;
}

.team-block .lower-box .designation {
    position: relative;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    z-index: 1;
    opacity: .6;
    line-height: 1.4;
}

.team-carousel .owl-nav {
    display: none;
}

.team-carousel .owl-dots {
    position: relative;
    display: block;
    padding-top: 40px;
    width: 100%;
    text-align: center;
}

.team-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.team-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: rgb(170, 170, 170);
    outline: rgba(0, 0, 0, 0) solid 2px;
    outline-offset: 4px;
}

.team-carousel .owl-dots .owl-dot.active span {
    background: rgb(51, 57, 107);
    outline-color: rgb(51, 57, 107);
}

.news-section {
    position: relative;
    padding: 60px 0px;
    background: rgb(246, 246, 246);
    overflow: hidden;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block figure img {
    transition: all .5s;
}

.news-block:hover figure img {
    transform: scale(1.4);
}

.owl-theme .news-block {
    margin-bottom: 0px;
}

.news-section .news-carousel .owl-stage-outer {
    overflow: visible;
}

.news-section .news-carousel .active .news-block {
    opacity: 1;
    visibility: visible;
}

.news-block .inner-box {
    position: relative;
    display: block;
}

.news-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.news-block .image,
.news-block .image img {
    display: block;
    width: 100%;
}

.news-block .hover-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    color: rgb(222, 222, 222);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

.news-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.news-block .hover-box .link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
    transition: all 0.5s ease 0s;
}

.news-block .hover-box .link a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: rgb(255, 255, 255);
    text-align: center;
    transition: all 0.5s ease 0s;
}

.news-block .hover-box .link a .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin: -15px 0px 0px -15px;
}

.news-block .hover-box .single-link {
    left: 0px;
    right: 0px;
}

.news-block .hover-box .single-link a {
    background: rgb(0 0 0 / 60%);
}

.news-block .lower-box {
    position: relative;
    display: block;
    padding: 30px 30px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-image: initial;
    border-top: none;
    font-family: "DM Sans", sans-serif;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 20px 0px;
    background: rgb(255, 255, 255);
}

.news-block .lower-box .upper-info {
    position: relative;
    padding-bottom: 20px;
}

.news-block .lower-box h4 {
    position: relative;
    margin-bottom: 12px;
    font-weight: 700;
    z-index: 1;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.news-block .lower-box h4 a {
    color: #333;
    transition: all 0.3s ease 0s;
}

.news-block .lower-box h4 a:hover {
    color: #333;
    text-decoration: underline;
}

.news-block .lower-box .cat-info {
    position: relative;
    color: rgb(117, 117, 117);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.news-block .lower-box .cat-info a {
    color: rgb(117, 117, 117);
}

.news-block .lower-box .cat-info .fa {
    padding-right: 5px;
    font-size: 14px;
    color: rgb(51, 57, 107);
}

.news-block .lower-box .meta-info {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}

.news-block .author-info {
    position: relative;
    float: left;
    padding-left: 65px;
    min-height: 50px;
    padding-top: 8px;
}

.news-block .author-info .author-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: rgb(149, 149, 149);
    background: rgb(241, 241, 241);
    border-radius: 50%;
}

.news-block .author-info .author-title {
    font-size: 14px;
    line-height: 20px;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
    font-weight: 600;
}

.news-block .author-info .date {
    font-size: 14px;
    line-height: 20px;
    color: rgb(117, 117, 117);
    text-transform: uppercase;
}

.news-block .comments-info {
    position: relative;
    float: right;
    padding: 13px 0px 13px 15px;
    line-height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.news-block .comments-info a {
    font-size: 14px;
    color: rgb(117, 117, 117);
    display: block;
}

.news-block .comments-info a .fa {
    padding-right: 3px;
    color: rgb(170, 170, 170);
}

.news-carousel .owl-nav {
    position: absolute;
    right: 0px;
    top: -89px;
}

.news-carousel .owl-nav button.owl-next,
.news-carousel .owl-nav button.owl-prev {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 62px;
    height: 62px;
    line-height: 60px;
    color: rgb(204, 204, 204);
    font-size: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease 0s;
}

.news-carousel .owl-nav .owl-next:hover,
.news-carousel .owl-nav .owl-prev:hover {
    border-color: rgb(51, 57, 107);
    color: rgb(51, 57, 107);
}

.news-carousel .owl-dots {
    position: relative;
    padding-top: 40px;
    width: 100%;
    text-align: center;
    display: none;
}

.news-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.news-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: rgb(170, 170, 170);
    outline: rgba(0, 0, 0, 0) solid 2px;
    outline-offset: 4px;
}

.news-carousel .owl-dots .owl-dot.active span {
    background: rgb(51, 57, 107);
    outline-color: rgb(51, 57, 107);
}

.contact-info-section {
    position: relative;
    padding: 80px 0px;
    background: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
}

.contact-info-section .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.contact-info-section .image-layer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(241, 241, 241, 0.93);
}

.contact-info-section .sec-title {
    margin-bottom: 50px;
}

.contact-info-section .info-outer {
    position: relative;
}

.contact-info-section .info-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin: 0px 14px 30px;
    font-family: "DM Sans", sans-serif;
}

.contact-info-section .info-box .inner {
    position: relative;
    display: block;
    padding: 40px 20px 35px;
    background: rgb(255, 255, 255);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 20px 0px;
}

.contact-info-section .info-box .inner::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    border-bottom: 2px solid rgb(51, 57, 107);
    transform: scaleX(0);
    transition: all 0.3s ease 0s;
}

.contact-info-section .info-box:hover .inner::before {
    transform: scaleX(1);
}

.contact-info-section .info-box .icon {
    position: relative;
    display: block;
    line-height: 1em;
    font-size: 42px;
    color: rgb(51, 57, 107);
    margin: 0px 0px 20px;
}

.contact-info-section .info-box strong {
    position: relative;
    display: block;
    line-height: 1.4em;
    font-size: 18px;
    color: rgb(34, 34, 34);
    margin: 0px 0px 7px;
}

.contact-info-section .info-box .info,
.contact-info-section .info-box .info a {
    color: rgb(117, 117, 117);
    font-size: 15px;
    line-height: 24px;
}

.contact-info-section .info-box .info a:hover {
    color: rgb(51, 57, 107);
    text-decoration: underline;
}

.testimonials-section {
    position: relative;
    padding: 0px;
}

.testimonials-section .carousel-box {
    position: relative;
    display: block;
    margin-top: -110px;
    padding: 90px 20px;
    background: rgb(255, 255, 255);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 35px 0px;
    z-index: 1;
}

.testimonials-section .slide-item {
    position: relative;
    display: block;
}

.testimonials-section .slide-item .inner {
    position: relative;
    display: block;
    max-width: 580px;
    margin: 0px auto;
}

.testimonials-section .carousel-box .icon-box {
    position: absolute;
    left: 70px;
    top: 50px;
    display: block;
    color: rgb(241, 241, 241);
    font-size: 400px;
    line-height: 1em;
    font-family: "DM Sans", sans-serif;
}

.testimonials-section .slide-item .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.8em;
    color: rgb(117, 117, 117);
}

.testimonials-section .slide-item .info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-top: 30px;
    padding-left: 120px;
    min-height: 100px;
    margin: 0px 0px 35px;
}

.testimonials-section .slide-item .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.testimonials-section .slide-item .author-thumb img {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.testimonials-section .slide-item .info .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.5em;
    color: rgb(34, 34, 34);
    font-weight: 700;
    text-transform: capitalize;
    font-family: "DM Sans", sans-serif;
}

.testimonials-section .slide-item .info .designation {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.5em;
    color: rgb(51, 57, 107);
    font-weight: 500;
    text-transform: capitalize;
}

.testimonials-section .owl-theme .owl-nav {
    display: none;
}

.testimonials-section .owl-nav {
    display: none;
}

.testimonials-section .owl-dots {
    position: relative;
    display: block;
    padding-top: 30px;
    width: 100%;
    text-align: center;
}

.testimonials-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.testimonials-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: rgb(170, 170, 170);
    outline: rgba(0, 0, 0, 0) solid 2px;
    outline-offset: 4px;
}

.testimonials-section .owl-dots .owl-dot.active span {
    background: rgb(51, 57, 107);
    outline-color: rgb(51, 57, 107);
}

.facts-section {
    position: relative;
    padding: 80px 0px;
    background: rgb(246, 246, 246);
}

.facts-section .row {
    margin: 0px -20px;
}

.facts-section .fact-column {
    position: relative;
    padding: 0px 20px;
}

.facts-section .fact-column .inner {
    position: relative;
    display: block;
    min-height: 50px;
}

.facts-section .fact-column .fact-box {
    position: relative;
    left: 0px;
    top: 0px;
    width: 160px;
    line-height: 30px;
    padding: 8px 10px;
    min-height: 50px;
    font-size: 30px;
    font-weight: 700;
    color: rgb(51, 57, 107);
    font-family: "DM Sans", sans-serif;
    text-align: center;
    border: 2px solid rgb(69, 74, 121);
    margin-bottom: 15px;
    max-width: 100%;
}

.fact-box::after {
    content: attr(data-title);
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: var(--green-color);
    color: rgb(255, 255, 255);
    padding: 0px 10px;
    font-size: 13px;
    height: 20px;
    display: flex;
    align-items: center;
}

.facts-section .fact-column .fact-box span {
    position: relative;
    top: 0px;
}

.facts-section .fact-column .fact-box::before {
    content: "";
    position: absolute;
    left: 100%;
    margin-left: -10px;
    width: 40px;
    top: 24px;
    border-bottom: 2px solid rgb(69, 74, 121);
}

.facts-section .fact-title {
    position: relative;
    color: rgb(69, 74, 121);
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 0px;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.facts-section .fact-title a {
    color: inherit;
}

.main-footer {
    position: relative;
    background: #333;
    color: rgb(153, 153, 153);
    z-index: 2;
}

.main-footer .widgets-section {
    position: relative;
    padding: 80px 0px 20px;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .widget-title {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .widget-content {
    position: relative;
}

.main-footer .widget-title h4 {
    position: relative;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    font-weight: 700;
    margin: 0px;
}

.main-footer .about-widget .logo {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.main-footer .about-widget h5 {
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
}

.main-footer .about-widget .address {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .links-widget {
    position: relative;
}

.main-footer .links-widget .column {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .links-widget .links li {
    position: relative;
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 15px;
}

.main-footer .links-widget .links li:last-child {
    margin-bottom: 0px;
}

.main-footer .links-widget .links li a {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    opacity: 0.5;
    line-height: 24px;
    font-size: 15px;
    text-transform: none;
    transition: all 0.4s ease 0s;
}

.main-footer .links-widget .links li a::before {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
    width: 0px;
    border-bottom: 2px solid rgb(255, 255, 255);
    opacity: 0;
    transition: all 0.2s ease 0s;
}

.main-footer .links-widget .links li:hover a::before {
    opacity: 1;
    width: 15px;
    transition: all 0.5s ease 0s;
}

.main-footer .links-widget .links li a:hover {
    opacity: 1;
}

.main-footer .num-links li {
    position: relative;
    margin-bottom: 7px;
    line-height: 24px;
    font-size: 15px;
}

.main-footer .num-links li:last-child {
    margin-bottom: 0px;
}

.main-footer .num-links li a {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    line-height: 24px;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    opacity: 0.5;
}

.main-footer .num-links li .hvr-info {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease 0s;
}

.main-footer .num-links li a:hover .hvr-info {
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
}

.main-footer .num-links li a .hvr-info::before {
    content: "";
    font-family: Flaticon;
    position: absolute;
    left: 0px;
    top: 0px;
    color: rgb(51, 57, 107);
}

.main-footer .num-links li:hover a::before {
    opacity: 1;
    width: 15px;
    transition: all 0.5s ease 0s;
}

.main-footer .num-links li a:hover {
    opacity: 1;
}

.main-footer .footer-bottom {
    position: relative;
    line-height: 24px;
}

.main-footer .footer-bottom .inner {}

.main-footer .footer-bottom .inner {
    position: relative;
    padding: 30px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: rgb(255, 255, 255);
    opacity: 0.5;
}

.main-footer .footer-bottom .copyright strong {
    color: rgb(34, 34, 34);
}

.main-footer .footer-bottom .copyright a {
    text-transform: capitalize;
    color: rgb(255, 255, 255);
    transition: all 0.4s ease 0s;
}

.main-footer .footer-bottom .copyright a:hover {
    text-decoration: underline;
}

.main-footer .social-links {
    position: relative;
    padding-top: 20px;
}

.main-footer .social-links ul {
    position: relative;
}

.main-footer .social-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
}

.main-footer .social-links li a {
    font-size: 14px;
    transition: all 0.4s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: all .3s;
}

.main-footer .social-links li a:hover {
    opacity: .6;
}

.welcome-section-two {
    position: relative;
    padding: 0px 0px 80px;
    background: rgb(241, 241, 241);
    z-index: 2;
}

.welcome-section-two.alternate {
    padding-top: 110px;
    background: rgb(255, 255, 255);
}

.welcome-section-two .sec-title {
    margin-bottom: 50px;
}

.welcome-section-two .upper-row {
    position: relative;
    margin-bottom: 20px;
}

.welcome-section-two .upper-row .auto-container {
    max-width: 1280px;
}

.welcome-section-two .upper-row .row {
    margin: 0px;
}

.welcome-section-two .upper-container {
    position: relative;
    top: -90px;
    display: block;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 25px 0px;
}

.featured-block-three {
    position: relative;
    padding: 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.welcome-section-two .upper-container .featured-block-three:last-child {
    border-right: none;
}

.featured-block-three .inner-box {
    position: relative;
    display: block;
    background: rgb(255, 255, 255);
    overflow: hidden;
}

.featured-block-three .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.featured-block-three .image-layer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.featured-block-three .content-box {
    position: relative;
    display: block;
    padding: 50px 25px 50px 30px;
    transition: all 300ms ease 0s;
}

.featured-block-three .content-box .content {
    position: relative;
    padding-left: 100px;
    min-height: 80px;
}

.featured-block-three .content-box .subtitle {
    font-size: 15px;
    color: rgb(142, 142, 142);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 5px;
    font-family: "DM Sans", sans-serif;
}

.featured-block-three .content-box h4 {
    color: rgb(34, 34, 34);
    font-weight: 700;
    line-height: 1.25em;
    max-width: 200px;
    margin: 0px;
    transition: all 300ms ease 0s;
}

.featured-block-three .content-box h4 a {
    color: rgb(34, 34, 34);
}

.featured-block-three .content-box h4 a:hover {
    color: rgb(51, 57, 107);
}

.featured-block-three .content-box .icon-box {
    position: absolute;
    left: 30px;
    top: 50px;
    width: 80px;
    height: 80px;
    color: rgb(51, 57, 107);
    font-size: 60px;
    line-height: 80px;
}

.featured-block-three .content-box .icon-box::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.featured-block-three .hover-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease 0s;
    z-index: 1;
}

.featured-block-three .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.featured-block-three .hover-box .inner {
    position: relative;
    display: block;
    padding: 35px 40px 15px;
}

.featured-block-three .hover-box h4 {
    color: rgb(34, 34, 34);
    font-weight: 700;
    line-height: 1.3em;
    max-width: 220px;
    margin: 0px 0px 10px;
}

.featured-block-three .hover-box h4 a {
    color: rgb(34, 34, 34);
    transition: all 300ms ease 0s;
}

.featured-block-three .hover-box h4 a:hover {
    color: rgb(51, 57, 107);
}

.featured-block-three .hover-box .text {
    color: rgb(117, 117, 117);
    line-height: 1.6em;
}

.featured-block-three .more-link {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 42px;
    height: 42px;
    line-height: 30px;
    text-align: center;
    color: rgb(51, 57, 107);
    font-size: 18px;
    opacity: 0;
    transition: all 300ms ease 0s;
    z-index: 2;
}

.featured-block-three:hover .more-link {
    opacity: 1;
}

.featured-block-three .more-link a {
    position: relative;
    display: block;
    line-height: 42px;
    color: rgb(255, 255, 255);
}

.featured-block-three .more-link a::before {
    content: "";
    position: absolute;
    right: -85px;
    bottom: -85px;
    width: 140px;
    height: 140px;
    background: rgb(51, 57, 107);
    transform: rotate(45deg);
}

.featured-block-three .more-link a span,
.featured-block-three .more-link a i {
    position: relative;
    top: 0px;
    z-index: 1;
}

.contact-links-box {
    position: relative;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px; */
}

.welcome-section-two .upper-row .contact-links-box {
    position: absolute;
    right: 40px;
    bottom: 100%;
    margin-bottom: 25px;
    width: 300px;
    background: rgb(255, 255, 255);
}

.contact-links-box .inner {
    position: relative;
}

.contact-links-box .info-header {
    position: relative;
    padding: 20px 30px 15px;
    background: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
}

.contact-links-box .info-header h4 {
    font-weight: 700;
    margin: 0px;
}

.contact-links-box .info {
    position: relative;
    background: rgb(255, 255, 255);
    flex-direction: column;
    row-gap: 0 !important;
}

.contact-links-box .info li {
    position: relative;
    padding: 25px 0px 15px 62px;
    min-height: 90px;
    line-height: 24px;
    font-size: 15px;
    color: rgb(117, 117, 117);
    font-family: "DM Sans", sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.sidebar-widget .contact-links-box .info li {
    padding-top: 27px;
}

.contact-links-box .info li a {
    color: rgb(117, 117, 117);
}

.contact-links-box .info li a:hover {
    text-decoration: underline;
    color: rgb(51, 57, 107);
}

.contact-links-box .info li:last-child {
    border-bottom: 0px;
}

.contact-links-box .info li strong {
    display: block;
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 18px;
    font-weight: 700;
}

.contact-links-box .info li .icon {
    position: absolute;
    left: 0px;
    top: 15px;
    line-height: 60px;
    font-size: 42px;
    color: rgb(51, 57, 107);
}

.welcome-section-two .lower-row {
    position: relative;
}

.welcome-section-two .lower-row .sec-title {
    margin-bottom: 40px;
}

.welcome-section-two .text-col {
    position: relative;
    margin-bottom: 30px;
}

.welcome-section-two .text-col .inner {
    display: block;
    padding-right: 40px;
}

.welcome-section-two .text-col .text {
    position: relative;
    margin-bottom: 30px;
}

.welcome-section-two .text-col .info {
    position: relative;
    margin-bottom: 40px;
    line-height: 20px;
}

.welcome-section-two .text-col .info strong {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
}

.welcome-section-two .text-col .info .desigantion {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: rgb(117, 117, 117);
}

.welcome-section-two .video-link {
    position: relative;
}

.welcome-section-two .video-link .link {
    position: relative;
    display: block;
    min-height: 60px;
    color: rgb(34, 34, 34);
    padding: 10px 0px 0px 80px;
    transition: all 300ms ease 0s;
}

.welcome-section-two .video-link .link .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    color: rgb(51, 57, 107);
    border: 2px solid rgb(51, 57, 107);
    border-radius: 50%;
}

.welcome-section-two .video-link .link .txt {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}

.welcome-section-two .video-link .link:hover {
    color: rgb(51, 57, 107);
}

.welcome-section-two .image-col {
    position: relative;
}

.welcome-section-two .image-col .row {
    margin: 0px -5px;
}

.welcome-section-two .image-col .image {
    padding: 0px 5px;
    margin-bottom: 10px;
}

.welcome-section-two .image-col img {
    display: block;
    width: 100%;
}

.fluid-section {
    position: relative;
    padding: 0px;
}

.fluid-section .top-icon-box {
    position: absolute;
    left: 50%;
    margin-left: -65px;
    top: -65px;
    width: 130px;
    height: 130px;
    font-size: 60px;
    line-height: 140px;
    background: rgb(241, 241, 241);
    color: rgb(51, 57, 107);
    text-align: center;
    border-radius: 50%;
    z-index: 2;
}

.alternate-icon .top-icon-box {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
}

.fluid-section .row {
    margin: 0px;
}

.fluid-section .column {
    position: relative;
    padding: 0px;
    color: rgb(255, 255, 255);
}

.fluid-section .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fluid-section .image-layer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

.fluid-section .column:nth-child(2) .image-layer::before {
    background: rgb(51, 57, 107);
    opacity: 0.9;
}

.fluid-section .column .inner {
    position: relative;
    float: right;
    width: 100%;
    max-width: 600px;
    padding-right: 100px;
}

.fluid-section .column:nth-child(2) .inner {
    float: left;
    padding-right: 0px;
    padding-left: 100px;
}

.fluid-section .column .content {
    position: relative;
    display: block;
    padding: 110px 15px 100px;
}

.fluid-section .column .upper-title {
    position: relative;
    display: block;
    padding: 12px 0px 0px 84px;
    min-height: 60px;
    margin-bottom: 35px;
}

.fluid-section .column .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 60px;
    line-height: 1em;
}

.fluid-section .column .upper-title h4 {
    font-weight: 700;
    margin: 0px;
}

.fluid-section .column .upper-title h2 {
    font-weight: 700;
    margin: 0px;
}

.departments-section {
    position: relative;
    background: rgb(255, 255, 255);
}

.pattern-container .departments-section,
.pattern-container .get-info-section {
    position: relative;
    background: none;
}

.departments-section .upper-row {
    position: relative;
    padding: 110px 0px 80px;
}

.departments-section .bg-layer {
    position: absolute;
    inset: 0px 0px -110px 50%;
    margin-left: -585px;
    width: 5000px;
    background: rgb(241, 241, 241);
}

.departments-section .upper-row .sec-title {
    margin-bottom: 50px;
}

.departments-section .image-column {
    position: relative;
    margin-bottom: 30px;
}

.departments-section .image-column .inner {
    position: relative;
    display: block;
    padding-right: 20px;
    margin-left: -350px;
}

.departments-section .image-column img {
    position: relative;
    display: block;
    width: 100%;
}

.departments-section .right-column {
    position: relative;
    margin-bottom: 30px;
}

.departments-section .right-column .inner {
    position: relative;
    display: block;
}

.departments-section .right-column .bottom-text {
    position: relative;
    display: block;
    padding-top: 35px;
    font-size: 16px;
    color: rgb(34, 34, 34);
    font-weight: 500;
    text-align: center;
}

.departments-section .right-column .bottom-text a {
    text-decoration: underline;
    color: rgb(51, 57, 107);
}

.featured-block-four {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .featured-block-four {
    margin: 0px;
}

.departments-carousel .owl-stage-outer {
    overflow: visible;
}

.departments-carousel .featured-block-four {
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease 0s;
}

.departments-carousel .active .featured-block-four {
    opacity: 1;
    visibility: visible;
}

.featured-block-four .inner-box {
    position: relative;
    display: block;
    background: rgb(255, 255, 255);
    padding: 40px 30px 25px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 15px 0px;
    transition: all 300ms ease 0s;
}

.featured-block-four .inner-box:hover {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 30px 0px, rgba(0, 0, 0, 0.07) 0px 15px 30px 0px;
}

.featured-block-four .count-box {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 90px;
    padding: 25px 10px 20px;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: rgb(199, 199, 199);
    font-family: "DM Sans", sans-serif;
    background: url("../images/icons/line-pattern-1.png") right top repeat;
}

.featured-block-four .icon-box {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1em;
    color: rgb(51, 57, 107);
    margin-bottom: 30px;
}

.featured-block-four .content {
    position: relative;
    display: block;
}

.featured-block-four h4 {
    color: rgb(34, 34, 34);
    font-weight: 700;
    line-height: 1.3em;
    margin: 0px 0px 20px;
}

.featured-block-four h4 a {
    color: rgb(34, 34, 34);
    transition: all 300ms ease 0s;
}

.featured-block-four h4 a:hover {
    color: rgb(51, 57, 107);
}

.featured-block-four .text {
    margin-bottom: 20px;
}

.featured-block-four .read-more {
    position: relative;
    display: block;
    padding: 15px 0px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.featured-block-four .read-more a {
    position: relative;
    display: block;
    color: rgb(117, 117, 117);
    font-size: 16px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}

.featured-block-four .read-more a span {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.featured-block-four .read-more a span::after {
    content: "";
    font-family: Flaticon;
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 0px;
    line-height: 20px;
    color: rgb(51, 57, 107);
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.2s ease 0s;
}

.featured-block-four .read-more a:hover span::after,
.featured-block-four .inner-box:hover .read-more a span::after {
    opacity: 1;
    transform: translateX(0px);
}

.featured-block-four .read-more a::after {
    content: "";
    font-family: Flaticon;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 20px;
    color: rgb(51, 57, 107);
    font-size: 16px;
    font-weight: 700;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.featured-block-four .read-more a:hover,
.featured-block-four .inner-box:hover .read-more a {
    color: rgb(51, 57, 107);
}

.featured-block-four .read-more a:hover::after,
.featured-block-four .inner-box:hover .read-more a::after {
    opacity: 0;
    transform: translateX(-100px);
}

.departments-carousel .owl-nav {
    position: absolute;
    right: 0px;
    top: -110px;
}

.departments-carousel .owl-nav button.owl-next,
.departments-carousel .owl-nav button.owl-prev {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    color: rgb(204, 204, 204);
    font-size: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease 0s;
}

.departments-carousel .owl-nav .owl-next:hover,
.departments-carousel .owl-nav .owl-prev:hover {
    border-color: rgb(51, 57, 107);
    color: rgb(51, 57, 107);
}

.departments-carousel .owl-dots {
    position: relative;
    padding-top: 40px;
    width: 100%;
    text-align: center;
    display: none;
}

.departments-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.departments-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: rgb(170, 170, 170);
    outline: rgba(0, 0, 0, 0) solid 2px;
    outline-offset: 4px;
}

.departments-carousel .owl-dots .owl-dot.active span {
    background: rgb(51, 57, 107);
    outline-color: rgb(51, 57, 107);
}

.departments-section .services-row {
    position: relative;
}

.departments-section .services-row .auto-container {
    max-width: 1400px;
}

.departments-section .services-row .auto-container {
    max-width: 1400px;
}

.departments-section .services-row .outer-container {
    position: relative;
    padding: 100px 100px 80px;
    color: rgb(255, 255, 255);
}

.departments-section .services-row .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.departments-section .services-row .image-layer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(51, 57, 107);
    opacity: 0.93;
}

.departments-section .services-row .sec-title {
    margin-bottom: 50px;
}

.departments-section .services-row ul li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 15px;
}

.departments-section .services-row ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 8px;
    height: 8px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease 0s;
}

.departments-section .services-row ul li:hover::before {
    background: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

.departments-section .services-row ul li a {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
}

.departments-section .services-row ul li a::after {
    content: "";
    font-family: Flaticon;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
    font-size: 16px;
    font-weight: 400;
}

.highlights-section {
    position: relative;
    padding: 100px 0px 0px;
    margin-bottom: -110px;
    z-index: 1;
}

.highlights-section .sec-title {
    margin-bottom: 50px;
}

.highlights-section .carousel-outer {
    max-width: 730px;
    margin: 0px auto;
}

.highlights-section .owl-stage-outer {
    overflow: visible;
}

.hi-block {
    position: relative;
}

.hi-block .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    font-family: "DM Sans", sans-serif;
}

.hi-block .upper-info {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}

.active .hi-block .upper-info {
    opacity: 0;
}

.hi-block .upper-info .count {
    position: relative;
    font-size: 36px;
    display: block;
    color: rgb(199, 199, 199);
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.hi-block .upper-info h3 {
    color: rgb(34, 34, 34);
    font-weight: 700;
    line-height: 1.25em;
    padding-left: 22px;
    margin: 0px;
}

.hi-block .upper-info h3::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    bottom: 9px;
    border-right: 2px solid rgb(51, 57, 107);
}

.hi-block .upper-info h3 a {
    color: rgb(34, 34, 34);
}

.hi-block .upper-info h3 a:hover {
    color: rgb(51, 57, 107);
}

.hi-block .image-box {
    position: relative;
    display: block;
    top: 140px;
    transition: all 0.5s ease 0s;
}

.active .hi-block .image-box {
    top: 0px;
}

.hi-block .image,
.hi-block .image img {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
}

.hi-block .image-cap {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    color: rgb(255, 255, 255);
    padding: 30px 30px 20px;
}

.hi-block .image-cap h2 {
    position: relative;
    float: left;
    color: rgb(255, 255, 255);
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0px;
}

.hi-block .image-cap h2 a {
    color: rgb(255, 255, 255);
}

.hi-block .image-cap h2 .num {
    position: relative;
    top: 2px;
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    padding-right: 20px;
    margin-right: 15px;
}

.hi-block .image-cap h2 .num::after {
    content: "";
    position: absolute;
    right: 0px;
    top: -5px;
    height: 40px;
    border-right: 2px solid rgb(255, 255, 255);
}

.hi-block .image-cap .video-link {
    position: relative;
    float: right;
    padding-top: 2px;
}

.hi-block .image-cap .video-link .link {
    position: relative;
    display: block;
    min-height: 36px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    padding: 8px 0px 0px 50px;
    transition: all 300ms ease 0s;
}

.hi-block .image-cap .video-link .link .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 12px;
    padding-left: 2px;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
}

.hi-block .image-cap .video-link .link .txt {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.hi-block .image-cap .video-link .link:hover {
    color: rgb(51, 57, 107);
}

.highlights-section .owl-nav {
    position: absolute;
    left: -300px;
    right: -300px;
    top: 60px;
    color: rgb(187, 187, 187);
}

.highlights-section .owl-theme .owl-nav .owl-prev,
.highlights-section .owl-theme .owl-nav .owl-next {
    line-height: 36px;
    font-size: 36px;
}

.highlights-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 0px;
}

.highlights-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 0px;
}

.highlights-section .owl-theme .owl-nav .owl-prev:hover,
.highlights-section .owl-theme .owl-nav .owl-next:hover {
    color: rgb(51, 57, 107);
}

.team-section-two {
    position: relative;
    padding: 220px 0px 70px;
}

.team-section-two .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.team-section-two .image-layer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

.team-section-two .sec-title {
    margin-bottom: 30px;
}

.team-section-two .title-col {
    position: relative;
    margin-bottom: 40px;
}

.team-section-two .title-col .inner {
    position: relative;
    display: block;
}

.team-section-two .title-col .text {
    font-size: 15px;
    color: rgb(224, 224, 224);
    margin-bottom: 40px;
}

.team-section-two .members-col {
    position: relative;
}

.team-section-two .members-col .inner {
    position: relative;
    display: block;
}

.team-block-two {
    position: relative;
    margin-bottom: 40px;
}

.team-block-two .inner-box {
    position: relative;
    display: block;
    padding-left: 160px;
    min-height: 170px;
}

.team-block-two .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 130px;
    height: 170px;
    display: block;
    overflow: hidden;
}

.team-block-two .image,
.team-block-two .image img {
    display: block;
    width: 100%;
}

.team-block-two .info {
    position: relative;
    margin-bottom: 30px;
}

.team-block-two .info h4 {
    font-size: 18px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
}

.team-block-two .info h4 a {
    color: rgb(255, 255, 255);
}

.team-block-two .info .designation {
    font-size: 15px;
    font-weight: 500;
    color: rgb(51, 57, 107);
}

.team-block-two .share-it {
    position: absolute;
    left: 160px;
    bottom: 0px;
    width: 38px;
    height: 38px;
    margin: 0px;
}

.team-block-two .share-it .share-btn {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 30px;
    padding: 4px 0px;
    color: rgb(170, 170, 170);
    background: rgb(45, 45, 45);
    text-align: center;
    border-radius: 19px;
    transition: all 300ms ease 0s;
}

.team-block-two .share-it .share-btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(51, 57, 107);
    border-color: rgb(51, 57, 107);
}

.team-block-two .share-it .share-list {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 38px;
    width: 110px;
    color: rgb(170, 170, 170);
    background: rgb(45, 45, 45);
    text-align: center;
    border-radius: 19px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease 0s;
    z-index: 1;
}

.team-block-two .share-it:hover .share-list {
    opacity: 1;
    visibility: visible;
}

.team-block-two .share-it .share-list li {
    position: relative;
    display: block;
    float: left;
    width: 36px;
    padding: 4px 0px;
    line-height: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.team-block-two .share-it .share-list li:last-child {
    border: none;
}

.team-block-two .share-it .share-list li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    color: rgb(153, 153, 153);
}

.team-block-two .share-it .share-list li a:hover {
    color: rgb(51, 57, 107);
}

.news-section-two {
    position: relative;
    padding: 100px 0px 70px;
    background: rgb(255, 255, 255);
}

.news-block-two {
    position: relative;
    margin-bottom: 30px;
}

.news-block-two .inner-box {
    position: relative;
    display: block;
}

.news-block-two .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.news-block-two .image-box::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 160px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.news-block-two .inner-box:hover .image-box::before {
    opacity: 0;
}

.news-block-two .image-box::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 160px;
    background: rgba(0, 0, 0, 0);
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.news-block-two .inner-box:hover .image-box::after {
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.news-block-two .image,
.news-block-two .image img {
    display: block;
    width: 100%;
}

.news-block-two .image-box .cat-info {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0px 30px 15px;
    color: rgb(255, 255, 255);
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    z-index: 2;
}

.news-block-two .inner-box:hover .image-box .cat-info {
    opacity: 0;
    visibility: hidden;
}

.news-block-two .image-box .cat-info a {
    color: rgb(255, 255, 255);
}

.news-block-two .image-box .cat-info .fa {
    padding-right: 5px;
    font-size: 12px;
    color: rgb(51, 57, 107);
}

.news-block-two .image-box .hover-link {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0px 30px 15px;
    color: rgb(255, 255, 255);
    font-family: "DM Sans", sans-serif;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    z-index: 3;
}

.news-block-two .inner-box:hover .image-box .hover-link {
    opacity: 1;
    visibility: visible;
}

.news-block-two .image-box .hover-link a {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
    transition: all 0.3s ease 0s;
}

.news-block-two .image-box .hover-link .arrow {
    font-size: 14px;
    font-weight: 400;
    padding-right: 7px;
}

.news-block-two .image-box .hover-link a:hover {
    color: rgb(51, 57, 107);
}

.news-block-two .lower-box {
    position: relative;
    display: block;
    padding: 40px 30px 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-image: initial;
    border-top: none;
    font-family: "DM Sans", sans-serif;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 30px 0px;
}

.news-block-two .lower-box .upper-info {
    position: relative;
    padding-bottom: 20px;
}

.news-block-two .upper-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.news-block-two .upper-title::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-block-two .lower-box h4 {
    position: relative;
    margin-bottom: 0px;
    font-weight: 700;
    z-index: 1;
}

.news-block-two .lower-box h4 a {
    color: rgb(34, 34, 34);
    transition: all 0.3s ease 0s;
}

.news-block-two .lower-box h4 a:hover {
    color: rgb(51, 57, 107);
    text-decoration: underline;
}

.news-block-two .lower-box .post-info {
    position: relative;
    font-size: 12px;
    color: rgb(85, 85, 85);
    text-transform: uppercase;
    line-height: 20px;
}

.news-block-two .text {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-block-two .more-link {
    position: relative;
    font-family: "DM Sans", sans-serif;
}

.news-block-two .more-link a {
    font-size: 16px;
    color: rgb(34, 34, 34);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 24px;
    transition: all 0.5s ease 0s;
}

.news-block-two .more-link a::before {
    content: "";
    font-family: Flaticon;
    position: absolute;
    left: 0px;
    top: -3px;
    width: 15px;
    line-height: 24px;
    color: rgb(51, 57, 107);
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transition: all 0.2s ease 0s;
}

.news-block-two .more-link a:hover,
.news-block-two .inner-box:hover .more-link a {
    color: rgb(51, 57, 107);
    padding-left: 20px;
}

.news-block-two .more-link a:hover::before,
.news-block-two .inner-box:hover .more-link a::before {
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.news-block-three {
    position: relative;
    margin-bottom: 30px;
}

.news-block-three .inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 45px 30px;
    background: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
}

.news-block-three .over-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news-block-three .cat-info {
    position: relative;
    display: block;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.news-block-three .cat-info a {
    color: rgb(255, 255, 255);
}

.news-block-three .cat-info .fa {
    padding-right: 5px;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.news-block-three .post-info {
    position: relative;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-family: "DM Sans", sans-serif;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
}

.news-block-three .text {
    position: relative;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px;
    padding: 0px 30px 20px;
}

.news-block-three .text::before {
    content: "";
    position: absolute;
    left: 70px;
    right: 70px;
    bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.news-block-four {
    position: relative;
    margin-bottom: 50px;
}

.owl-theme .news-block-four {
    margin-bottom: 0px;
}

.news-block-four .inner-box {
    position: relative;
    display: block;
}

.news-block-four .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.news-block-four .image,
.news-block-four .image img {
    display: block;
    width: 100%;
}

.news-block-four .hover-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: rgb(222, 222, 222);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    z-index: 2;
}

.news-block-four .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.news-block-four .image-box .date {
    position: absolute;
    right: 30px;
    bottom: 0px;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background: rgb(51, 57, 107);
    font-family: "DM Sans", sans-serif;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 25px 0px;
    transition: all 0.5s ease 0s;
}

.news-block-four .inner-box:hover .date {
    opacity: 0;
    visibility: hidden;
}

.news-block-four .hover-box .more-link {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-family: "DM Sans", sans-serif;
}

.news-block-four .hover-box .more-link a {
    position: relative;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background: rgb(51, 57, 107);
    text-transform: capitalize;
}

.news-block-four .lower-box {
    position: relative;
    display: block;
    padding: 40px 30px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-image: initial;
    border-top: none;
    font-family: "DM Sans", sans-serif;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
}

.news-block-four .lower-box .upper-info {
    position: relative;
    padding-bottom: 15px;
}

.news-block-four .lower-box h2 {
    position: relative;
    font-size: 30px;
    margin-bottom: 7px;
    font-weight: 700;
    z-index: 1;
}

.news-block-four .lower-box h2 a {
    color: rgb(34, 34, 34);
    transition: all 0.3s ease 0s;
}

.news-block-four .lower-box h2 a:hover {
    color: rgb(51, 57, 107);
    text-decoration: underline;
}

.news-block-four .lower-box .cat-info {
    position: relative;
    color: rgb(117, 117, 117);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.news-block-four .lower-box .cat-info a {
    color: rgb(117, 117, 117);
}

.news-block-four .lower-box .cat-info .fa {
    padding-right: 5px;
    font-size: 12px;
    color: rgb(51, 57, 107);
}

.news-block-four .lower-box .text {
    position: relative;
    margin-bottom: 25px;
}

.news-block-four .lower-box .meta-info {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}

.news-block-four .author-info {
    position: relative;
    float: left;
    padding-left: 65px;
    min-height: 50px;
    padding-top: 20px;
}

.news-block-four .author-info .author-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: rgb(149, 149, 149);
    background: rgb(241, 241, 241);
    border-radius: 50%;
}

.news-block-four .author-info .author-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
}

.news-block-four .author-info .date {
    font-size: 14px;
    line-height: 20px;
    color: rgb(117, 117, 117);
    text-transform: uppercase;
}

.news-block-four .share-it {
    position: relative;
    float: right;
    margin-top: 5px;
}

.news-block-four .share-it .share-btn {
    position: relative;
    display: block;
    width: 30px;
    height: 38px;
    line-height: 30px;
    padding: 4px 0px;
    color: rgb(170, 170, 170);
    background: none;
    text-align: right;
    transition: all 300ms ease 0s;
}

.news-block-four .share-it .share-btn::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.news-block-four .share-it:hover .share-btn {
    color: rgb(51, 57, 107);
}

.news-block-four .share-it:hover .share-btn::before {
    display: none;
}

.news-block-four .share-it .share-list {
    position: absolute;
    right: 100%;
    top: 0px;
    height: 38px;
    width: 110px;
    color: rgb(117, 117, 117);
    background: rgb(241, 241, 241);
    text-align: center;
    border-radius: 19px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease 0s;
    z-index: 1;
}

.news-block-four .share-it:hover .share-list {
    opacity: 1;
    visibility: visible;
}

.news-block-four .share-it .share-list li {
    position: relative;
    display: block;
    float: left;
    width: 36px;
    padding: 4px 0px;
    line-height: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.news-block-four .share-it .share-list li:last-child {
    border: none;
}

.news-block-four .share-it .share-list li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 13px;
    height: 30px;
    line-height: 32px;
    color: rgb(170, 170, 170);
}

.news-block-four .share-it .share-list li a:hover {
    color: rgb(51, 57, 107);
}

.news-block-five {
    position: relative;
    margin-bottom: 40px;
}

.owl-theme .news-block-five {
    margin-bottom: 0px;
}

.news-block-five .inner-box {
    position: relative;
    display: block;
}

.news-block-five .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.news-block-five .image,
.news-block-five .image img {
    display: block;
    width: 100%;
}

.news-block-five .hover-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: rgb(222, 222, 222);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    z-index: 2;
}

.news-block-five .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.news-block-five .image-box .date {
    position: absolute;
    right: 20px;
    bottom: 0px;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background: rgb(51, 57, 107);
    font-family: "DM Sans", sans-serif;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 25px 0px;
    transition: all 0.5s ease 0s;
}

.news-block-five .inner-box:hover .date {
    opacity: 0;
    visibility: hidden;
}

.news-block-five .hover-box .more-link {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: "DM Sans", sans-serif;
}

.news-block-five .hover-box .more-link a {
    position: relative;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background: rgb(51, 57, 107);
    text-transform: capitalize;
}

.news-block-five .lower-box {
    position: relative;
    display: block;
    padding: 35px 30px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-image: initial;
    border-top: none;
    font-family: "DM Sans", sans-serif;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
}

.news-block-five .lower-box .upper-info {
    position: relative;
    padding-bottom: 15px;
}

.news-block-five .lower-box h4 {
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    z-index: 1;
}

.news-block-five .lower-box h4 a {
    color: rgb(34, 34, 34);
    transition: all 0.3s ease 0s;
}

.news-block-five .lower-box h4 a:hover {
    color: rgb(51, 57, 107);
    text-decoration: underline;
}

.news-block-five .lower-box .cat-info {
    position: relative;
    color: rgb(117, 117, 117);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.news-block-five .lower-box .cat-info a {
    color: rgb(117, 117, 117);
}

.news-block-five .lower-box .cat-info .fa {
    padding-right: 5px;
    font-size: 12px;
    color: rgb(51, 57, 107);
}

.news-block-five .lower-box .text {
    position: relative;
    margin-bottom: 25px;
}

.news-block-five .lower-box .meta-info {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}

.news-block-five .author-info {
    position: relative;
    float: left;
    padding-left: 55px;
    min-height: 40px;
    padding-top: 8px;
}

.news-block-five .author-info .author-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: rgb(149, 149, 149);
    background: rgb(241, 241, 241);
    border-radius: 50%;
}

.news-block-five .author-info .author-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
}

.news-block-five .author-info .date {
    font-size: 14px;
    line-height: 20px;
    color: rgb(117, 117, 117);
    text-transform: uppercase;
}

.news-block-five .comments-info {
    position: relative;
    float: right;
    padding: 8px 0px 8px 15px;
    line-height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.news-block-five .comments-info a {
    font-size: 14px;
    color: rgb(117, 117, 117);
    display: block;
}

.news-block-five .comments-info a .fa {
    padding-right: 3px;
    color: rgb(170, 170, 170);
}

.reviews-section {
    position: relative;
    padding: 100px 0px;
    background: rgb(241, 241, 241);
}

.reviews-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.reviews-section .review-block {
    position: relative;
}

.reviews-section .review-block .inner {
    position: relative;
    display: block;
    padding-left: 100px;
    overflow: hidden;
}

.reviews-section .review-block .author-thumb {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.reviews-section .review-block .author-thumb::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 10px;
    height: 100px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.reviews-section .review-block .author-thumb::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 12px;
    height: 100px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.reviews-section .review-block:hover .author-thumb::before,
.reviews-section .review-block:hover .author-thumb::after {
    border-color: rgb(51, 57, 107);
    transition: all 0.2s ease 0s;
}

.reviews-section .review-block .author-thumb img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.reviews-section .review-block .text {
    line-height: 1.7em;
}

.reviews-section .review-block .info {
    position: relative;
    margin-top: 25px;
}

.reviews-section .review-block .info .name {
    position: relative;
    display: block;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: rgb(34, 34, 34);
}

.reviews-section .review-block .info .designation {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: rgb(51, 57, 107);
}

.reviews-section .review-block .icon-box {
    position: relative;
    color: rgb(51, 57, 107);
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 20px;
}

.reviews-carousel .owl-nav {
    position: absolute;
    right: 0px;
    top: -120px;
}

.reviews-carousel .owl-nav button.owl-next,
.reviews-carousel .owl-nav button.owl-prev {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    color: rgb(204, 204, 204);
    font-size: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease 0s;
}

.reviews-carousel .owl-nav .owl-next:hover,
.reviews-carousel .owl-nav .owl-prev:hover {
    border-color: rgb(51, 57, 107);
    color: rgb(51, 57, 107);
}

.reviews-carousel .owl-dots {
    display: none;
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 15px;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    cursor: pointer;
    padding: 19px 50px 11px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgb(34, 34, 34);
    background-color: rgb(255, 255, 255);
    font-family: "DM Sans", sans-serif;
    transition: all 500ms ease 0s;
}

.accordion-box .block .acc-btn.active {
    color: rgb(194 4 11);
    border-color: rgba(0, 0, 0, 0.05);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
}

.accordion-box .block::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 20px;
    bottom: 20px;
    border-left: 2px solid rgb(194 4 11);
    transition: all 500ms ease 0s;
    z-index: 1;
}

.accordion-box .block.active-block::before {
    bottom: 5px;
}

.accordion-box .block .icon {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 12px;
    font-weight: 700;
    color: rgb(194 4 11);
    height: 30px;
    line-height: 30px;
    transition: all 500ms ease 0s;
}

.accordion-box .block .acc-btn.active .icon:not(.fa)::before {
    content: "\f068";
    /* color: rgb(51, 57, 107); */
    font-family: 'FontAwesome';
}

.accordion-box .block .acc-btn.active .icon.fa::before {
    font-size: 20px;
}

.accordion-box .block.active-block {
    display: block;
}

.accordion-box .block .acc-content {
    position: relative;
    padding-left: 50px;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 28px 0px 0px;
}

.accordion-box .block.current .acc-content {
    display: block;
}

.accordion-box .block .content .text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.6em;
}

.default-form {
    position: relative;
}

.default-form .row {
    margin: 0px -10px;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 10px;
}

.default-form .row .form-group {
    padding: 0px 5px;
}

.default-form .form-group .field-label {
    position: relative;
    display: block;
    color: rgb(127, 138, 153);
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 15px;
    color: rgb(34, 34, 34);
    line-height: 28px;
    font-weight: 400;
    padding: 12px 20px 8px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    font-family: "DM Sans", sans-serif;
    transition: all 300ms ease 0s;
}

.default-form .form-group textarea {
    height: 105px;
    padding-top: 12px;
    resize: none;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
    border-color: rgb(51, 57, 107);
}

.default-form ::-webkit-input-placeholder {
    color: rgb(117, 117, 117);
}

.default-form label.error {
    color: rgb(255, 0, 0);
    font-size: 14px;
    text-transform: capitalize;
    text-align: left;
    display: block;
    font-family: "DM Sans", sans-serif;
    padding-top: 5px;
}

.default-form .check-block {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.default-form .check-block input {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.default-form .check-block label {
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 26px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.default-form .check-block label::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 3px;
    width: 18px;
    height: 18px;
    color: rgb(51, 57, 107);
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    border: 1px solid rgb(208, 208, 208);
    font-weight: 800;
}

.default-form .check-block input:checked+label::before {
    content: "";
    border-color: rgb(51, 57, 107);
}

.content-box .default-form label.error {
    color: rgb(255, 255, 255);
    font-size: 16px;
    padding-top: 10px;
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 15px;
    font-style: normal;
    height: 52px;
    padding: 10px 20px;
    line-height: 28px;
    font-family: "DM Sans", sans-serif;
    color: rgb(34, 34, 34);
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 3px;
    right: -5px;
    text-indent: 0px;
    color: rgb(51, 51, 51);
}

.form-group .ui-button .ui-icon::before {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    right: 0px;
    width: 10px;
    height: 20px;
    display: block;
    font-style: normal;
    color: rgb(170, 170, 170);
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    z-index: 5;
    top: 2px !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid rgb(224, 224, 224);
    font-family: "DM Sans", sans-serif;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    transition: all 300ms ease 0s;
    padding: 9px 25px !important;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: rgb(51 51 51);
}

.quantity-spinner {
    position: relative;
    display: block;
}

.quantity-spinner .inner-box {
    position: relative;
    display: block;
}

.quantity-spinner input {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgb(127, 138, 153);
    line-height: 30px;
    height: 52px;
    width: 100%;
    padding: 10px 40px;
    border: 1px solid rgb(229, 229, 229);
    background: none;
    margin: 0px;
    font-weight: 400;
    text-align: center;
}

.quantity-spinner .minus {
    position: absolute;
    left: 0px;
    top: 1px;
    width: 53px;
    height: 50px;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0px;
    text-align: center;
    background: none;
    font-weight: 400;
    color: rgb(127, 138, 153);
    border-right: 1px solid rgb(229, 229, 229);
    z-index: 1;
    cursor: pointer;
}

.quantity-spinner .plus {
    position: absolute;
    right: 0px;
    top: 1px;
    width: 53px;
    height: 50px;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0px;
    text-align: center;
    background: none;
    font-weight: 400;
    color: rgb(127, 138, 153);
    border-left: 1px solid rgb(229, 229, 229);
    z-index: 1;
    cursor: pointer;
}

#ui-datepicker-div {
    z-index: 10 !important;
}

.get-info-section {
    position: relative;
    padding: 110px 0px;
    background: rgb(255, 255, 255);
}

.get-info-section .sec-title {
    margin-bottom: 50px;
}

.get-info-section .left-col,
.get-info-section .right-col {
    position: relative;
    margin-bottom: 30px;
}

.get-info-section .left-col .inner,
.get-info-section .right-col .inner {
    position: relative;
    display: block;
}

.get-info-section .form-box {
    position: relative;
    padding: 30px 30px 20px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.get-info-section .form-box button {
    display: block;
    width: 100%;
}

.get-info-section .form-box button .btn-title {
    padding: 13px 20px 8px;
}

.get-info-section .see-more {
    position: relative;
    display: block;
    padding-top: 20px;
    text-align: center;
}

.main-footer-two {
    position: relative;
    background: rgb(34, 34, 34);
    padding: 50px 0px 0px;
    color: rgb(153, 153, 153);
}

.main-footer-two .upper-logo-box {
    position: relative;
    padding: 25px 0px 30px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer-two .widgets-section {
    position: relative;
    padding: 50px 0px 40px;
}

.main-footer-two .widgets-section .row {
    margin: 0px -40px;
}

.main-footer-two .widgets-section .row .column {
    position: relative;
    padding: 0px 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
}

.main-footer-two .widgets-section .row .column:last-child {
    border: none;
}

.main-footer-two .footer-widget {
    position: relative;
}

.main-footer-two .widget-title {
    position: relative;
    margin-bottom: 20px;
}

.main-footer-two .widget-content {
    position: relative;
}

.main-footer-two .widget-title h4 {
    position: relative;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    font-weight: 700;
    margin: 0px;
}

.main-footer-two .about-widget .logo {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.main-footer-two .about-widget h5 {
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
}

.main-footer-two .about-widget .address {
    position: relative;
    margin-bottom: 20px;
}

.main-footer-two .links-widget {
    position: relative;
}

.main-footer-two .links-widget .column {
    position: relative;
    margin-bottom: 30px;
}

.main-footer-two .links-widget .links li {
    position: relative;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 15px;
}

.main-footer-two .links-widget .links li:last-child {
    margin-bottom: 0px;
}

.main-footer-two .links-widget .links li a {
    position: relative;
    display: block;
    color: rgb(153, 153, 153);
    line-height: 24px;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}

.main-footer-two .links-widget .links li a:hover {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.main-footer-two .twitter-widget .feed {
    position: relative;
}

.main-footer-two .twitter-widget .feed .text {
    position: relative;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.main-footer-two .twitter-widget .feed a {
    position: relative;
    color: rgb(51, 57, 107);
}

.main-footer-two .twitter-widget .info {
    position: relative;
    padding-left: 45px;
    min-height: 50px;
}

.main-footer-two .twitter-widget .info .name {
    position: relative;
    display: block;
    font-family: "DM Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 1.4em;
    text-transform: capitalize;
}

.main-footer-two .twitter-widget .info .icon {
    position: absolute;
    left: 0px;
    top: 10px;
    line-height: 30px;
    color: rgb(51, 57, 107);
    font-size: 26px;
}

.main-footer-two .newsletter-form {
    position: relative;
    display: block;
}

.main-footer-two .newsletter-form .instruction {
    position: relative;
    display: block;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.main-footer-two .newsletter-form form {
    position: relative;
}

.main-footer-two .newsletter-form .form-group {
    position: relative;
    margin: 0px;
}

.main-footer-two .newsletter-form .form-group input[type="text"],
.main-footer-two .newsletter-form .form-group input[type="tel"],
.main-footer-two .newsletter-form .form-group input[type="email"],
.main-footer-two .newsletter-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 24px;
    padding: 0px 0px 6px;
    height: 30px;
    display: block;
    font-size: 15px;
    background: none;
    font-weight: 400;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 300ms ease 0s;
}

.main-footer-two .newsletter-form .form-group input[type="text"]:focus,
.main-footer-two .newsletter-form .form-group input[type="email"]:focus,
.main-footer-two .newsletter-form .form-group input[type="tel"]:focus {
    border-color: rgb(51, 57, 107);
}

.main-footer-two .newsletter-form .form-group input::-webkit-input-placeholder {
    color: rgb(117, 117, 117);
}

.main-footer-two .newsletter-form .theme-btn {
    position: relative;
    display: block;
    background: none;
    color: rgb(255, 255, 255);
    margin-top: 15px;
    text-align: center;
}

.main-footer-two .newsletter-form .theme-btn .arrow {
    padding-right: 7px;
}

.main-footer-two .footer-bottom {
    position: relative;
    line-height: 24px;
    background: rgb(29, 29, 29);
}

.main-footer-two .footer-bottom .inner {
    position: relative;
    display: block;
    padding: 25px 0px;
}

.main-footer-two .footer-bottom .copyright {
    position: relative;
    float: left;
    width: 50%;
    line-height: 24px;
    text-align: center;
}

.main-footer-two .footer-bottom .copyright strong {
    color: rgb(34, 34, 34);
}

.main-footer-two .footer-bottom .copyright a {
    text-transform: capitalize;
    color: rgb(51, 57, 107);
    transition: all 0.4s ease 0s;
}

.main-footer-two .footer-bottom .copyright a:hover {
    text-decoration: underline;
}

.main-footer-two .social-links {
    position: relative;
    float: left;
    width: 25%;
}

.main-footer-two .social-links ul {
    position: relative;
}

.main-footer-two .social-links li {
    position: relative;
    float: left;
    margin-right: 15px;
    line-height: 24px;
}

.main-footer-two .social-links li a {
    color: rgb(153, 153, 153);
    font-size: 14px;
    transition: all 0.4s ease 0s;
}

.main-footer-two .social-links li a:hover {
    color: rgb(51, 57, 107);
}

.main-footer-two .footer-links {
    position: relative;
    float: right;
}

.main-footer-two .footer-links ul {
    position: relative;
}

.main-footer-two .footer-links li {
    position: relative;
    float: left;
    margin-left: 25px;
    line-height: 24px;
}

.main-footer-two .footer-links li:first-child {
    margin-left: 0px;
}

.main-footer-two .footer-links li a {
    color: rgb(153, 153, 153);
    font-size: 14px;
    transition: all 0.4s ease 0s;
}

.main-footer-two .footer-links li a:hover {
    color: rgb(51, 57, 107);
}

.error-section {
    position: relative;
    background: rgb(255, 255, 255);
    padding: 170px 0px 120px;
}

.error-section .content {
    position: relative;
    max-width: 580px;
    text-align: center;
    margin: 0px auto;
}

.error-section .big-text {
    position: relative;
    line-height: 0.7em;
    font-size: 240px;
    color: rgb(34, 34, 34);
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}

.error-section .med-text {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
    padding: 10px 10px 0px;
    line-height: 40px;
    font-size: 30px;
    color: rgb(51, 57, 107);
    background: rgb(255, 255, 255);
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}

.error-section h2 {
    font-weight: 700;
    color: rgb(34, 34, 34);
    line-height: 1.1em;
    margin-bottom: 10px;
}

.error-section .text {
    position: relative;
    line-height: 1.7em;
    margin-bottom: 30px;
}

.error-section .link-box {
    position: relative;
}

.error-section .link-box .theme-btn {
    position: relative;
    min-width: 200px;
}

.comming-soon {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}

.comming-soon .outer-container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.comming-soon .content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.comming-soon .content-inner {
    position: relative;
    width: 100%;
    padding: 50px 5px;
    display: table-cell;
    vertical-align: middle;
}

.comming-soon::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(0, 0, 0);
    opacity: 0.6;
}

.comming-soon .logo-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.comming-soon .logo-box img {
    height: 42px;
}

.comming-soon h1 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.comming-soon .social-links {
    position: relative;
    padding-top: 10px;
    text-align: center;
}

.comming-soon .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 7px;
}

.comming-soon .social-links li a {
    position: relative;
    display: block;
    color: rgb(117, 117, 117);
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.comming-soon .social-links li a:hover,
.comming-soon .social-links li a:hover {
    color: rgb(255, 255, 255);
    background: rgb(51, 57, 107);
    border-color: rgb(51, 57, 107);
}

.comming-soon .newsletter-form {
    position: relative;
    display: block;
    max-width: 550px;
    margin: 0px auto 50px;
}

.comming-soon .newsletter-form .instruction {
    position: relative;
    display: block;
    color: rgb(255, 255, 255);
    line-height: 1.5em;
    padding-top: 25px;
}

.comming-soon .newsletter-form .instruction span {
    color: rgb(51, 57, 107);
}

.comming-soon .newsletter-form form {
    position: relative;
}

.comming-soon .newsletter-form .form-group {
    position: relative;
    margin: 0px;
    padding-right: 200px;
}

.comming-soon .newsletter-form .form-group input[type="text"],
.comming-soon .newsletter-form .form-group input[type="tel"],
.comming-soon .newsletter-form .form-group input[type="email"],
.comming-soon .newsletter-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 12px 20px;
    height: 54px;
    display: block;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.4);
    font-weight: 400;
    color: rgb(255, 255, 255);
    border: none;
    transition: all 300ms ease 0s;
}

.comming-soon .newsletter-form .form-group input::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
}

.comming-soon .newsletter-form .theme-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 180px;
    display: block;
    line-height: 30px;
    padding: 12px 20px;
    background: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    text-align: center;
}

.comming-soon .newsletter-form .theme-btn:hover {
    background: rgb(255, 255, 255);
    color: rgb(51, 57, 107);
}

.time-counter {
    position: relative;
}

.time-counter .time-countdown {
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}

.time-counter .time-countdown .counter-column {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 120px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0px 35px 50px;
}

.time-counter .time-countdown .counter-column::after {
    content: ":";
    position: absolute;
    right: -65px;
    top: 5px;
    width: 60px;
    font-size: 60px;
    color: rgb(51, 57, 107);
    line-height: 1em;
}

.time-counter .time-countdown .counter-column:last-child::after {
    display: none;
}

.time-counter .time-countdown .counter-column .count {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 1em;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.page-banner {
    position: relative;
    padding: 0px;
    color: rgb(255, 255, 255);
    background: center top / cover no-repeat rgb(6, 17, 56);
}

.page-banner .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner .image-layer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.page-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
}

.page-banner .inner-container {
    position: relative;
    padding: 140px 0px;
}

.page-banner h1 {
    position: relative;
    font-size: 48px;
    color: rgb(255, 255, 255);
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0px;
}

.page-banner .page-nav {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-bottom: 15px;
    text-align: left;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}

.page-banner .bread-crumb {
    position: relative;
    display: inline-block;
}

.page-banner .bread-crumb li {
    position: relative;
    float: left;
    font-size: 13px;
    line-height: 24px;
    color: rgb(186, 186, 186);
    font-weight: 700;
    text-transform: uppercase;
    cursor: default;
    padding-right: 15px;
    margin-right: 15px;
}

.page-banner .bread-crumb li::before {
    position: absolute;
    right: -15px;
    width: 30px;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
    color: rgb(186, 186, 186);
    font-weight: 400;
    content: "_";
}

.page-banner .bread-crumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-banner .bread-crumb li:last-child::before {
    display: none;
}

.page-banner .bread-crumb li a {
    color: rgb(186, 186, 186);
    font-weight: 500;
    transition: all 300ms ease 0s;
}

.page-banner .bread-crumb li a:hover,
.page-banner .bread-crumb li.active {
    color: rgb(255, 255, 255);
}

.faqs-section {
    position: relative;
    padding: 110px 0px 100px;
    background: rgb(255, 255, 255);
}

.faqs-section .sec-title {
    margin-bottom: 50px;
}

.faqs-section .tab-col {
    position: relative;
}

.faqs-section .tab-col .inner {
    position: relative;
    display: block;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab-buttons {
    position: relative;
}

.tabs-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.tabs-box .tabs-content {
    position: relative;
}

.tabs-box .tabs-content .tab {
    position: relative;
    display: none;
}

.tabs-box .tabs-content .active-tab {
    display: block;
}

.faq-tabs {
    position: relative;
}

.faq-tabs .tab-buttons {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.faq-tabs .tab-buttons .tab-btn {
    position: relative;
    display: block;
    padding: 30px 10px 25px;
    text-align: center;
    background: rgb(241, 241, 241);
    font-size: 18px;
    color: rgb(34, 34, 34);
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    border: 1px solid rgb(241, 241, 241);
    margin-bottom: 30px;
    transition: all 300ms ease 0s;
}

.faq-tabs .tab-buttons .tab-btn.active-btn {
    background: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
}

.faq-tabs .tab-buttons .tab-btn .icon {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 1em;
    color: rgb(51, 57, 107);
    font-weight: 400;
    margin-bottom: 10px;
}

.highlights-section-two {
    position: relative;
    padding: 0px;
    z-index: 1;
}

.highlights-section-two .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.highlights-section-two .image-layer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.highlights-section-two .image-layer::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 0.4);
}

.highlights-section-two .carousel-outer {
    position: relative;
}

.featured-block-five {
    position: relative;
}

.owl-theme .featured-block-five {
    margin: 0px;
}

.featured-block-five .inner-box {
    position: relative;
    display: block;
    padding: 110px 40px 130px;
}

.featured-block-five .inner-box::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0px;
    height: 150%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
}

.featured-block-five .content {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-200px);
    transition: all 700ms ease 0s;
}

.featured-block-five .inner-box:hover .content,
.center .featured-block-five .inner-box .content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.featured-block-five .count-box {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 100px;
    line-height: 1em;
    font-weight: 700;
    color: rgb(255, 255, 255);
    opacity: 0.1;
    font-family: "DM Sans", sans-serif;
    visibility: hidden;
    transform: translateY(-100px);
}

.featured-block-five .inner-box:hover .count-box,
.center .featured-block-five .inner-box .count-box {
    visibility: visible;
    transform: translateY(0px);
    transition: all 500ms ease 500ms;
}

.featured-block-five .icon-box {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1em;
    color: rgb(255, 255, 255);
    margin-bottom: 25px;
}

.featured-block-five .content {
    position: relative;
    display: block;
}

.featured-block-five h3 {
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.2em;
    margin: 0px 0px 20px;
}

.featured-block-five h3 a {
    color: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.featured-block-five h3 a:hover {
    color: rgb(51, 57, 107);
}

.featured-block-five .text {
    color: rgb(186, 186, 186);
    margin-bottom: 30px;
}

.featured-block-five .read-more {
    position: relative;
    display: block;
}

.featured-block-five .read-more a {
    position: relative;
    display: block;
    color: rgb(51, 57, 107);
    background: rgb(255, 255, 255);
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s ease 0s;
}

.featured-block-five .read-more a:hover {
    background: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
}

.featured-block-five .bottom-text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-family: "DM Sans", sans-serif;
    padding: 0px 40px 16px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all 500ms ease 0s;
}

.featured-block-five .inner-box:hover .bottom-text,
.center .featured-block-five .inner-box .bottom-text {
    opacity: 0;
    visibility: hidden;
    transform: translateY(80px);
}

.highlights-section-two .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    margin-top: -60px;
    height: 0px;
    transition: all 300ms ease 0s;
}

.highlights-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -100px;
    background: none;
    height: 60px;
    border: none;
    text-align: center;
    line-height: 60px;
    color: rgb(255, 255, 255);
    font-size: 48px;
    opacity: 0.3;
    transition: all 300ms ease 0s;
}

.highlights-section-two .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -100px;
    background: none;
    height: 60px;
    border: none;
    text-align: center;
    line-height: 60px;
    color: rgb(255, 255, 255);
    font-size: 48px;
    opacity: 0.3;
    transition: all 300ms ease 0s;
}

.highlights-section-two .owl-nav .owl-prev:hover,
.highlights-section-two .owl-nav .owl-next:hover {
    color: rgb(51, 57, 107);
    opacity: 1;
}

.ext-info-section {
    position: relative;
    padding: 0px 0px 110px;
}

.ext-info-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 220px;
    bottom: 0px;
    width: 100%;
    background-color: rgb(241, 241, 241);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.ext-info-section .awards-row {
    position: relative;
}

.ext-info-section .awards-row .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ext-info-section .awards-row .image-layer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(51, 57, 107);
    opacity: 0.93;
}

.ext-info-section .awards-row .auto-container {
    max-width: 1400px;
}

.ext-info-section .awards-row .outer-container {
    position: relative;
    padding: 100px 100px 50px;
    color: rgb(255, 255, 255);
}

.ext-info-section .awards-row .outer-container::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100px;
    bottom: 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 3;
}

.ext-info-section .awards-row .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ext-info-section .awards-row .image-layer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(51, 57, 107);
    opacity: 0.93;
}

.ext-info-section .awards-row .row {
    margin: 0px -50px;
}

.ext-info-section .awards-row .column {
    position: relative;
    padding: 0px 50px;
}

.ext-info-section .award-block {
    position: relative;
    margin-bottom: 50px;
}

.ext-info-section .award-block .inner {
    position: relative;
    display: block;
    padding-left: 100px;
}

.ext-info-section .award-block .slash {
    position: absolute;
    left: 0px;
    top: -2px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
}

.ext-info-section .award-block h4 {
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.ext-info-section .award-block h4 a {
    color: rgb(255, 255, 255);
}

.ext-info-section .content-row {
    position: relative;
    padding: 100px 0px 0px;
}

.ext-info-section .content-row .content {
    position: relative;
    max-width: 540px;
    margin: 0px auto;
    text-align: center;
}

.ext-info-section .content-row h4 {
    font-weight: 700;
    color: rgb(34, 34, 34);
    margin-bottom: 15px;
}

.ext-info-section .content-row h2 {
    font-weight: 700;
    color: rgb(34, 34, 34);
    margin-bottom: 30px;
}

.ext-info-section .content-row .theme-btn {
    min-width: 180px;
}

.ext-info-section .content-row .theme-btn .btn-title {
    padding: 14px 25px 10px;
}

.portfolio-section {
    position: relative;
    padding: 100px 0px;
}

.portfolio-section .sec-title {
    margin-bottom: 50px;
}

.filter-gallery .filters {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.filter-gallery .filters .filter-tabs {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 15px 20px;
    background: rgb(241, 241, 241);
    font-family: "DM Sans", sans-serif;
}

.filter-gallery .filters li {
    position: relative;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 0px;
    cursor: pointer;
    color: rgb(34, 34, 34);
    font-weight: 700;
    margin: 0px 17px 0px 16px;
    text-transform: uppercase;
    background: none;
    transition: all 300ms ease 0s;
}

.filter-gallery .filters li::before {
    content: ":";
    position: absolute;
    top: 0px;
    left: -16px;
    font-family: "DM Sans", sans-serif;
}

.filter-gallery .filters li:first-child::before {
    display: none;
}

.filter-gallery .filters .filter.active,
.filter-gallery .filters .filter.current {
    color: rgb(51, 57, 107);
}

.gallery-block {
    position: relative;
    margin-bottom: 30px;
}

.mix {
    display: none;
}

.gallery-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

.gallery-block .image-box {
    position: relative;
    display: block;
    z-index: 1;
}

.gallery-block .image {
    position: relative;
    display: block;
}

.gallery-block .image img {
    position: relative;
    display: block;
    width: 100%;
}

.gallery-block .cap-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 20px 30px 25px;
    color: rgb(255, 255, 255);
    opacity: 0;
    transition: all 0.3s ease 0s;
    transform: translateY(50px);
    z-index: 2;
}

.gallery-block .inner-box:hover .cap-box {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s ease 300ms;
}

.gallery-block .cap-box h6 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
}

.gallery-block .cap-box h6 a {
    color: rgb(255, 255, 255);
}

.gallery-block .cap-box h3 {
    position: relative;
    font-weight: 700;
    line-height: 30px;
    margin: 0px;
}

.gallery-block .cap-box h3 span {
    position: relative;
    top: -3px;
    font-size: 20px;
}

.gallery-block .cap-box h3 a {
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.gallery-block .cap-box h3 a:hover {
    color: rgb(51, 57, 107);
}

.gallery-block .cap-box h4 {
    position: relative;
    font-weight: 700;
    line-height: 30px;
    margin: 0px;
}

.gallery-block .cap-box h4 span {
    position: relative;
    top: -2px;
    font-size: 18px;
}

.gallery-block .cap-box h4 a {
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.gallery-block .cap-box h4 a:hover {
    color: rgb(51, 57, 107);
}

.gallery-block .lower-box {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 20px 20px 0px;
}

.gallery-block .lower-box h4 {
    position: relative;
    font-weight: 700;
    line-height: 30px;
    margin: 0px;
    transition: all 0.3s ease 0s;
    transform: translateY(0px);
}

.gallery-block .inner-box:hover .lower-box h4 {
    opacity: 0;
    transform: translateY(-50px);
    transition: all 0.5s ease 300ms;
}

.gallery-block .lower-box h4 a {
    color: rgb(34, 34, 34);
    transition: all 0.3s ease 0s;
}

.gallery-block .lower-box h4 a:hover {
    color: rgb(51, 57, 107);
}

.gallery-block .zoom-btn {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.gallery-block .inner-box:hover .zoom-btn {
    opacity: 1;
}

.gallery-block .zoom-btn a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0px 0px -30px;
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    transition: all 0.5s ease 0s;
    transform: translateY(-30px);
}

.gallery-block .inner-box:hover .zoom-btn a {
    transform: translateY(0px);
}

.gallery-block .zoom-btn a:hover {
    color: rgb(255, 255, 255);
    border-color: rgb(51, 57, 107);
    background: rgb(51, 57, 107);
}

.gallery-block-two {
    position: relative;
    margin-bottom: 40px;
}

.gallery-block-two .inner-box {
    position: relative;
    display: block;
}

.gallery-block-two .image-box {
    position: relative;
    display: block;
}

.gallery-block-two .image {
    position: relative;
    display: block;
}

.gallery-block-two .image img {
    position: relative;
    display: block;
    width: 100%;
}

.gallery-block-two .title-box {
    position: relative;
    margin-top: 20px;
}

.gallery-block-two .title-box .title {
    position: relative;
}

.gallery-block-two .title-box h4 {
    position: relative;
    padding-left: 10px;
    margin: 0px;
}

.gallery-block-two .title-box h4::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 12px;
    width: 6px;
    height: 6px;
    display: block;
    background: rgb(51, 57, 107);
}

.gallery-block-two .title-box a {
    transition: all 0.3s ease 0s;
}

.gallery-block-two .title-box .title a {
    color: rgb(6, 17, 56);
}

.gallery-block-two .title-box .category {
    position: relative;
    color: rgb(127, 138, 153);
    font-size: 13px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
}

.gallery-block-two .title-box .category a {
    position: relative;
    color: rgb(127, 138, 153);
}

.gallery-block-two .title-box .title a:hover,
.gallery-block-two .title-box .category a:hover {
    color: rgb(51, 57, 107);
}

.gallery-block-two .zoom-btn {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(6, 17, 56, 0.9);
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.gallery-block-two .inner-box:hover .zoom-btn {
    opacity: 1;
}

.gallery-block-two .zoom-btn a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 64px;
    color: rgb(255, 255, 255);
    font-size: 48px;
    transition: all 0.3s ease 0s;
}

.gallery-block-two .zoom-btn .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    margin-left: -40px;
    margin-top: -40px;
    line-height: 80px;
}

.gallery-block-two .link-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.gallery-block-two .link-btn a {
    position: relative;
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: rgb(127, 138, 153);
    background: rgb(255, 255, 255);
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.gallery-block-two .link-btn a .icon {
    position: relative;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}

.gallery-block-two .link-btn a .txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 10px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: all 0.2s ease 0s;
}

.gallery-block-two .link-btn a:hover .txt {
    opacity: 1;
    transform: scaleX(1);
    transition: all 0.3s ease 100ms;
}

.gallery-block-two .link-btn a:hover {
    color: rgb(51, 57, 107);
    width: 160px;
}

.gallery-block-three {
    position: relative;
    margin-bottom: 30px;
}

.gallery-block-three .inner-box {
    position: relative;
    display: block;
}

.gallery-block-three .image-box {
    position: relative;
    display: block;
}

.gallery-block-three .image {
    position: relative;
    display: block;
}

.gallery-block-three .image img {
    position: relative;
    display: block;
    width: 100%;
}

.gallery-block-three .link-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}

.gallery-block-three .link-btn a {
    position: relative;
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: rgb(127, 138, 153);
    background: rgb(255, 255, 255);
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.gallery-block-three .link-btn a .icon {
    position: relative;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}

.gallery-block-three .link-btn a:hover {
    color: rgb(255, 255, 255);
    background: rgb(51, 57, 107);
}

.gallery-block-three .zoom-btn {
    position: absolute;
    right: 66px;
    bottom: 0px;
    z-index: 2;
}

.gallery-block-three .zoom-btn a {
    position: relative;
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: rgb(127, 138, 153);
    background: rgb(255, 255, 255);
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.gallery-block-three .zoom-btn a .icon {
    position: relative;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}

.gallery-block-three .zoom-btn a:hover {
    color: rgb(255, 255, 255);
    background: rgb(51, 57, 107);
}

.gallery-block-three .hover-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(6, 17, 56, 0.9);
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.gallery-block-three .inner-box:hover .hover-box {
    opacity: 1;
}

.gallery-block-three .hover-box .hover-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 20px;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    text-align: center;
}

.gallery-block-three .hover-box .content {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.gallery-block-three .hover-box h4 {
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    margin: 0px;
}

.gallery-block-three .hover-box h4 a {
    color: rgb(255, 255, 255);
}

.gallery-block-three .hover-box .separator {
    position: relative;
    display: block;
    width: 80px;
    margin: 5px auto;
    overflow: hidden;
}

.gallery-block-three .hover-box .separator .dot {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: rgb(255, 255, 255);
}

.gallery-block-three .hover-box .separator .dot::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 100%;
    margin-left: 5px;
    width: 45px;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.gallery-block-three .hover-box .separator .dot::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 100%;
    margin-right: 5px;
    width: 45px;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.gallery-block-three .hover-box .category {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.5em;
}

.gallery-block-four {
    position: relative;
    margin-bottom: 40px;
}

.gallery-block-four .inner-box {
    position: relative;
    display: block;
}

.gallery-block-four .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-block-four .image {
    position: relative;
    display: block;
}

.gallery-block-four .image img {
    position: relative;
    display: block;
    width: 100%;
}

.gallery-block-four .link-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    transition: all 300ms ease 0s;
    z-index: 2;
}

.gallery-block-four .link-btn a {
    position: relative;
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: rgb(127, 138, 153);
    background: rgb(255, 255, 255);
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.gallery-block-four .link-btn a .icon {
    position: relative;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}

.gallery-block-four .link-btn a:hover {
    color: rgb(255, 255, 255);
    background: rgb(51, 57, 107);
}

.gallery-block-four .zoom-btn {
    position: absolute;
    right: 66px;
    bottom: 0px;
    transition: all 300ms ease 300ms;
    z-index: 2;
}

.gallery-block-four .zoom-btn a {
    position: relative;
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: rgb(127, 138, 153);
    background: rgb(255, 255, 255);
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.gallery-block-four .zoom-btn a .icon {
    position: relative;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}

.gallery-block-four .zoom-btn a:hover {
    color: rgb(255, 255, 255);
    background: rgb(51, 57, 107);
}

.gallery-block-four .inner-box:hover .zoom-btn a,
.gallery-block-four .inner-box:hover .link-btn a {
    opacity: 1;
}

.gallery-block-four .lower-box {
    position: relative;
    display: block;
    text-align: center;
    color: rgb(127, 138, 153);
    padding: 20px 20px 0px;
}

.gallery-block-four .lower-box .content {
    position: relative;
    display: block;
}

.gallery-block-four .lower-box h4 {
    color: rgb(6, 17, 56);
    text-transform: capitalize;
    margin: 0px;
}

.gallery-block-four .lower-box h4 a {
    color: rgb(6, 17, 56);
}

.gallery-block-four .lower-box .separator {
    position: relative;
    display: block;
    width: 80px;
    margin: 5px auto;
    overflow: hidden;
}

.gallery-block-four .lower-box .separator .dot {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: rgb(209, 216, 226);
}

.gallery-block-four .lower-box .separator .dot::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 100%;
    margin-left: 5px;
    width: 45px;
    border-bottom: 1px solid rgb(209, 216, 226);
}

.gallery-block-four .lower-box .separator .dot::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 100%;
    margin-right: 5px;
    width: 45px;
    border-bottom: 1px solid rgb(209, 216, 226);
}

.gallery-block-four .inner-box:hover .lower-box .separator .dot {
    background: rgb(51, 57, 107);
}

.gallery-block-four .inner-box:hover .lower-box .separator .dot::before,
.gallery-block-four .inner-box:hover .lower-box .separator .dot::after {
    border-color: rgb(51, 57, 107);
}

.gallery-block-four .lower-box .category {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.5em;
}

.portfolio-section .see-more {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 10px;
}

.portfolio-section .see-more {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 10px;
}

.portfolio-section .see-more,
.portfolio-section .load-more,
.portfolio-section .pagination-box {
    padding-top: 20px;
}

.portfolio-section .see-more a,
.portfolio-section .load-more a {
    vertical-align: top;
    min-width: 180px;
}

.pagination-box {
    position: relative;
}

.styled-pagination {
    position: relative;
    display: flex;
    justify-content: center;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}

.styled-pagination li:last-child {
    margin-right: 0px;
}

.styled-pagination li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    font-size: 18px;
    height: 40px;
    min-width: 40px;
    color: rgb(36 75 100);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    border-radius: 30px;
}

.styled-pagination li.next {}

.styled-pagination li.next a {
    text-transform: capitalize;
    color: #244B64 !important;
    border: none !important;
    background: none !important;
    font-size: 24px;
}

.styled-pagination li.next a span {}

.styled-pagination li.prev a span {}

.styled-pagination li.prev {}

.styled-pagination li.prev a {
    text-transform: capitalize;
    color: #244B64 !important;
    border: none !important;
    background: none !important;
    font-size: 24px;
}

.styled-pagination li.prev a span {}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    /* color: #c2040b !important; */
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: rgb(255, 255, 255);
    background: #254c65;
}

.portfolio-mixitup .pagination-box {
    position: relative;
    padding-top: 10px;
}

.contact-section {
    position: relative;
    padding: 80px 0px 40px;
    background: rgb(255, 255, 255);
}

.contact-section .sec-title {
    margin-bottom: 40px;
}

.contact-section .left-col,
.contact-section .right-col {
    position: relative;
    margin-bottom: 20px;
}

.contact-section .right-col .inner {
    position: relative;
    display: block;
}

.contact-section .left-col .inner-box {
    position: relative;
    display: block;
}

.contact-section .left-col .images {
    position: relative;
    margin-right: 210px;
}

.contact-section .left-col .image {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.contact-section .left-col .image img {
    display: block;
    width: 100%;
}

.contact-section .left-col .image:last-child {
    margin-bottom: 0px;
}

.contact-section .form-box {
    position: relative;
}

.contact-section .form-box .form-group {
    margin-bottom: 20px;
}

.contact-section .form-box .form-group input,
.contact-section .form-box .form-group textarea,
.contact-section .form-box .form-group .ui-selectmenu-button.ui-button {
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
}

.contact-section .form-box .form-group textarea {
    height: 120px;
}

.contact-section .form-box button {
    display: block;
    width: 100%;
}

.contact-section .form-box button .btn-title {
    padding: 11px 20px 8px;
}

.map-section {
    position: relative;
}

.map-data {
    text-align: center;
    font-size: 15px;
    color: rgb(127, 138, 153);
    font-weight: 400;
    line-height: 1.7em;
}

.map-data h6 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: rgb(6, 17, 56);
}

.map-canvas {
    height: 500px;
}

.contact-info-box {
    position: relative;
}

.contact-info-box::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -60px;
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
}

.contact-section .left-col .contact-info-box {
    background: rgb(255, 255, 255);
    width: calc(100% - 100px);
    position: relative;
    top: 60px;
    left: 60px;
}

.contact-info-box .inner {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
}

.contact-info-box .info-header {
    position: relative;
    padding: 20px 30px 15px;
    background: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
}

.contact-info-box .info-header h4 {
    font-weight: 700;
    margin: 0px;
}

.contact-info-box .info {
    position: relative;
    padding: 10px 30px;
    background: rgb(255, 255, 255);
    background-color: rgb(234, 234, 234);
    opacity: 0.8;
    background-image: repeating-radial-gradient(circle at 0px 0px, transparent 0px, rgb(234 234 234) 10px), repeating-linear-gradient(rgba(204, 204, 204, 0.333), rgb(204 204 204 / 68%));
}

.contact-info-box .info li {
    position: relative;
    padding: 30px 0px 25px;
    line-height: 24px;
    font-size: 15px;
    color: rgb(117, 117, 117);
    font-family: "DM Sans", sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.contact-info-box .info li .content {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-left: 62px;
    min-height: 60px;
}

.contact-info-box .info li a {
    color: rgb(117, 117, 117);
}

.contact-info-box .info li a:hover {
    text-decoration: underline;
    color: rgb(51, 57, 107);
}

.contact-info-box .info li:last-child {
    border-bottom: 0px;
}

.contact-info-box .info li strong {
    display: block;
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 18px;
    font-weight: 700;
}

.contact-info-box .info li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 60px;
    font-size: 40px;
    color: #333;
}

.contact-info-box .info h4 {
    font-size: 18px;
    color: rgb(34, 34, 34);
    font-weight: 700;
    margin-bottom: 10px;
}

.history-section {
    position: relative;
    padding: 100px 0px 120px;
    background: rgb(241, 241, 241);
}

.history-section .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.history-section .image-layer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(241, 241, 241);
    opacity: 0.8;
}

.history-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.history-section .sec-title {
    margin-bottom: 50px;
}

.history-section .history-container {
    position: relative;
    display: block;
    padding: 42px 0px;
    z-index: 1;
}

.history-section .center-line {
    position: absolute;
    left: 50%;
    top: 0px;
    bottom: 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.history-section .center-line .dot {
    position: absolute;
    left: -8px;
    top: 0px;
    width: 15px;
    height: 15px;
    background: rgb(51, 57, 107);
    border-radius: 50%;
}

.history-section .center-line .dot::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: rgb(51, 57, 107);
    opacity: 0.3;
    border-radius: 50%;
}

.history-section .center-line .upper-dot {
    top: 0px;
}

.history-section .center-line .lower-dot {
    top: auto;
    bottom: 0px;
}

.history-block {
    position: relative;
    margin-bottom: 40px;
}

.history-block .inner {
    position: relative;
    display: block;
}

.history-block .image-col {
    position: relative;
    margin-bottom: 30px;
}

.history-block .text-col {
    position: relative;
    margin-bottom: 30px;
}

.history-block.alternate .image-col {
    order: 12;
}

.history-block.alternate .text-col {
    order: 0;
}

.history-block .image-box {
    position: relative;
    display: block;
    padding-right: 200px;
}

.history-block.alternate .image-box {
    padding-right: 0px;
    padding-left: 200px;
}

.history-block .image,
.history-block .image img {
    display: block;
    width: 100%;
}

.history-block .year-box {
    position: absolute;
    right: -75px;
    top: 50%;
    margin-top: -60px;
    width: 120px;
    height: 120px;
}

.history-block.alternate .year-box {
    left: -75px;
    right: auto;
}

.history-block .year-box .year-inner {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    text-align: center;
    background: rgb(255, 255, 255);
    color: rgb(170, 170, 170);
    border-radius: 50% 0% 50% 50%;
    transform: rotate(45deg);
    transition: all 500ms ease 0s;
}

.history-block:hover .year-box .year-inner {
    background: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
}

.history-block.alternate .year-box .year-inner {
    border-radius: 50% 50% 50% 0%;
    transform: rotate(45deg);
}

.history-block .year-box span {
    position: relative;
    display: block;
    padding: 45px 10px 30px;
    font-size: 20px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    line-height: 40px;
    transform: rotate(-45deg);
}

.history-block .year-box::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 105px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.history-block.alternate .year-box::before {
    right: auto;
    left: 100%;
}

.history-block .year-box::after {
    content: "";
    position: absolute;
    right: 224px;
    top: 50%;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.history-block.alternate .year-box::after {
    right: auto;
    left: 224px;
}

.history-block:hover .year-box::before,
.history-block:hover .year-box::after {
    border-color: rgb(51, 57, 107);
}

.history-block .text-col .inner {
    padding-left: 100px;
    padding-top: 70px;
}

.history-block.alternate .text-col .inner {
    padding-left: 0px;
    padding-right: 100px;
}

.history-block .text-col h6 {
    color: rgb(51, 57, 107);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-size: 14px;
}

.history-block .text-col h3 {
    color: rgb(34, 34, 34);
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.history-block .text-col h3 a {
    color: rgb(34, 34, 34);
}

.pattern-container {
    position: relative;
    display: block;
    background: url("../images/background/pattern-3.jpg") left top repeat rgb(255, 255, 255);
}

.services-section-three {
    position: relative;
    padding: 100px 0px 140px;
    background: rgb(255, 255, 255);
}

.featured-block-six {
    position: relative;
    margin-bottom: 30px;
    z-index: 3;
}

.featured-block-six:hover {
    z-index: 5;
}

.featured-block-six .inner-box {
    position: relative;
    display: block;
}

.featured-block-six .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 300ms ease 0s;
}

.featured-block-six .image-layer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.featured-block-six .inner-box:hover .image-layer {
    opacity: 1;
}

.featured-block-six .content-box {
    position: relative;
    display: block;
    padding: 35px 30px;
    background: rgb(241, 241, 241);
    z-index: 2;
}

.featured-block-six .content-box .content {
    position: relative;
    padding-top: 15px;
    padding-left: 95px;
    min-height: 70px;
    z-index: 1;
}

.featured-block-six .content-box .subtitle {
    font-size: 14px;
    color: rgb(142, 142, 142);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 5px;
    font-family: "DM Sans", sans-serif;
    transition: all 300ms ease 0s;
}

.ui-selectmenu-text {
    font-weight: 500;
}

.featured-block-six .content-box h4 {
    color: rgb(34, 34, 34);
    font-weight: 700;
    line-height: 1.25em;
    margin: 0px;
}

.featured-block-six .content-box h4 a {
    color: rgb(34, 34, 34);
    transition: all 300ms ease 0s;
}

.featured-block-six .content-box h4 a:hover {
    color: rgb(51, 57, 107);
}

.featured-block-six .inner-box:hover .content-box h4 a,
.featured-block-six .inner-box:hover .content-box .subtitle {
    color: rgb(255, 255, 255);
}

.featured-block-six .content-box .text {
    position: relative;
    margin-top: 15px;
    line-height: 1.65em;
    transition: all 300ms ease 0s;
}

.featured-block-six .inner-box:hover .content-box .text {
    color: rgb(178, 178, 178);
}

.featured-block-six .content-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
    height: 70px;
    color: rgb(51, 57, 107);
    font-size: 54px;
    line-height: 70px;
}

.featured-block-six .content-box .icon-box::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.featured-block-six .inner-box:hover .content-box .icon-box::before {
    border-color: rgba(255, 255, 255, 0.3);
}

.featured-block-six .hvr-dropdown {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    padding: 10px 30px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50px);
    transition: all 300ms ease 0s;
    z-index: 1;
}

.featured-block-six .inner-box:hover .hvr-dropdown {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.featured-block-six .hvr-dropdown ul {
    position: relative;
    display: block;
}

.featured-block-six .hvr-dropdown ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0px;
    line-height: 24px;
}

.featured-block-six .hvr-dropdown ul li:last-child {
    border-bottom: none;
}

.featured-block-six .hvr-dropdown ul li a {
    position: relative;
    display: block;
    color: rgb(117, 117, 117);
    font-size: 14px;
    text-transform: capitalize;
}

.featured-block-six .hvr-dropdown ul li a:hover {
    color: rgb(51, 57, 107);
}

.sidebar-page-container {
    position: relative;
    background: rgb(255, 255, 255);
    padding: 40px 0px;
    overflow: hidden;
}

.sidebar-page-container .content-side {
    position: relative;
}

.sidebar-page-container .content-inner {
    position: relative;
    display: block;
    margin-right: -30px;
    padding-right: 15px;
}

.sidebar-page-container.online_services {
    position: relative;
}

.sidebar-page-container.online_services .sidebar {
    position: relative;
    padding-left: 0px;
    padding-right: 70px;
}

.sidebar-page-container.online_services .sidebar .bg-layer {
    position: absolute;
    left: -500px;
    top: -120px;
    width: 850px;
    min-width: 100%;
    height: 5000px;
    min-height: 120%;
}

.sidebar-page-container.online_services .nav-column {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-page-container.online_services .nav-column .inner {
    padding: 15px 0px 12px;
    background: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
}

.sidebar-page-container.online_services .nav-column ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-page-container.online_services .nav-column ul li:last-child {
    border-bottom: none;
}

.sidebar-page-container.online_services .nav-column ul li a {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    color: rgb(255, 255, 255);
    padding: 13px 28px;
    line-height: 30px;
    transition: all 0.3s ease 0s;
}

.sidebar-page-container.online_services .nav-column ul li a::after {
    content: "";
    font-family: Flaticon;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: 0px;
    top: 0px;
    padding-left: 5px;
    font-size: 18px;
    font-weight: 400;
}

.sidebar-page-container.online_services .nav-column ul li::before {
    content: "";
    position: absolute;
    inset: 0px;
    opacity: 0;
    background: rgb(3, 147, 75);
    transition: all 0.3s ease 0s;
}

.sidebar-page-container.online_services .nav-column ul li:hover::before {
    opacity: 1;
    inset: -1px -10px;
}

.sidebar-page-container.online_services .service-details .download-links ul {
    background: rgb(255, 255, 255);
    padding: 0px;
}

.sidebar-page-container.online_services .service-details .download-links ul li {
    background: rgb(51, 57, 107);
    position: relative;
    padding: 10px 20px;
    border: 0px;
}

.sidebar-page-container.online_services .service-details .download-links {
    margin-top: 30px;
}

.sidebar-page-container.online_services .service-details .download-links ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    left: 0px;
    background: rgb(34, 34, 34);
    top: 0px;
    transition: all 0.3s ease 0s;
}

.sidebar-page-container.online_services .service-details .download-links ul li:hover::before {
    width: 100%;
}

@media (max-width: 992px) {
    .sidebar-page-container.online_services .sidebar .bg-layer {
        display: none;
    }

    .sidebar-page-container.online_services .sidebar {
        padding-right: 0px;
    }
}

.sidebar-page-container .sidebar-side {
    position: relative;
}

.sidebar-page-container .sidebar {
    position: relative;
    display: block;
    padding-left: 60px;
}

.sidebar-page-container .sidebar .bg-layer {
    position: absolute;
    left: 30px;
    top: -120px;
    width: 3000px;
    min-width: 100%;
    height: 10000vh;
    min-height: 120%;
}

.sidebar-page-container .sidebar .bg-layer .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: left top;
}

.sidebar-page-container .sidebar .bg-layer .image-layer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(241, 241, 241);
    opacity: 0.9;
}

.featured-block-six .inner-box:hover .image-layer {
    opacity: 1;
}

.sidebar-page-container .blog-sidebar {
    padding-left: 30px;
}

.sidebar .sidebar-widget {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.sidebar-widget .widget-inner {
    position: relative;
    display: block;
}

.sidebar-title {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-title h4,
.sidebar-title h2 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.3em;
    color: rgb(34, 34, 34);
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 30px;
    padding: 12px 50px 12px 20px;
    border: 1px solid rgb(208, 208, 208);
    background: rgb(255, 255, 255);
    color: #333;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 56px;
    border-radius: 2px;
    transition: all 500ms ease 0s;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 20px 0px;
    font-weight: 500;
}

.sidebar .search-box .form-group input:focus {
    border-color: #333;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 56px;
    width: 60px;
    line-height: 56px;
    display: block;
    font-size: 18px;
    color: rgb(170, 170, 170);
    background: none;
    font-weight: normal;
}

.sidebar .search-box .form-group input:focus+button,
.sidebar .search-box .form-group button:hover {
    color: #333;
}

.sidebar .services-widget {
    position: relative;
}

.sidebar .services-widget .links {
    position: relative;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
}

.sidebar .services-widget .links li {
    position: relative;
    display: block;
    font-size: 17px;
    color: rgb(34, 34, 34);
    text-transform: capitalize;
    font-family: "DM Sans", sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.sidebar .services-widget .links li:last-child {
    border-bottom: 0px;
}

.sidebar .services-widget .links li a {
    position: relative;
    display: block;
    padding: 28px 0px 22px 80px;
    line-height: 30px;
    min-height: 80px;
    color: rgb(34, 34, 34);
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 25px 30px 0px;
    transition: all 500ms ease 0s;
}

.sidebar .services-widget .links li a:hover,
.sidebar .services-widget .links li.current a {
    background: rgb(0, 163, 82);
    color: rgb(255, 255, 255);
}

.sidebar .services-widget .links li .icon {
    position: absolute;
    left: 20px;
    top: 10px;
    line-height: 60px;
    font-size: 40px;
    color: rgb(51, 57, 107);
    font-weight: 400;
}

.sidebar .services-widget .links li a:hover .icon,
.sidebar .services-widget .links li.current a .icon {
    color: rgb(255, 255, 255);
}

.sidebar .cat-widget {
    position: relative;
}

.sidebar .cat-links {
    position: relative;
    background: rgb(255, 255, 255);
    padding: 20px 20px 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
}

.sidebar .cat-links li {
    position: relative;
    display: block;
    font-size: 16px;
    color: rgb(34, 34, 34);
    text-transform: capitalize;
    font-family: "DM Sans", sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.sidebar .cat-links li:last-child {
    border-bottom: 0px;
}

.sidebar .cat-links li a {
    position: relative;
    display: block;
    padding: 15px 0px 11px 30px;
    line-height: 30px;
    min-height: 50px;
    color: rgb(34, 34, 34);
    font-weight: 700;
    font-size: 16px;
    transition: all 300ms ease 0s;
}

.sidebar .cat-links li a::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 6px;
    top: 13px;
    font-size: 18px;
    color: #c2040b;
    font-weight: 400;
}

.sidebar .cat-links li a::after {
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 11px;
    font-size: 12px;
    color: rgb(0, 163, 82);
    opacity: 0;
}

.sidebar .cat-links li a:hover,
.sidebar .cat-links li.current a {
    color: #c2040b;
}

.sidebar .cat-links li a:hover::after,
.sidebar .cat-links li.current a::after {
    opacity: 1;
}

.sidebar .popular-tags {
    margin-bottom: 40px;
}

.sidebar .popular-tags .tags-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 1px 6px 0px;
}

.sidebar .popular-tags .tags-list li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 5px 12px;
    background: rgb(255, 255, 255);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: rgb(117, 117, 117);
    text-transform: capitalize;
    border-radius: 0px;
    transition: all 300ms ease 0s;
}

.sidebar .popular-tags .tags-list li a:hover {
    background-color: rgb(51, 57, 107);
    border-color: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
}

.newsletter-box-two {
    position: relative;
    display: block;
    text-align: center;
}

.newsletter-box-two .image-box {
    position: relative;
    display: block;
    background: rgb(0, 0, 0);
    padding: 35px 20px;
    color: rgb(255, 255, 255);
    z-index: 1;
}

.newsletter-box-two .image-box .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.newsletter-box-two .image-box .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.newsletter-box-two form {
    position: relative;
}

.newsletter-box-two .form-group {
    position: relative;
    margin: 0px 0px 5px;
}

.newsletter-box-two .form-group input[type="text"],
.newsletter-box-two .form-group input[type="tel"],
.newsletter-box-two .form-group input[type="email"],
.newsletter-box-two .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px;
    height: 50px;
    display: block;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 300ms ease 0s;
}

.newsletter-box-two .form-group input[type="text"]:focus,
.newsletter-box-two .form-group input[type="email"]:focus,
.newsletter-box-two .form-group input[type="tel"]:focus {
    border-color: rgb(51, 57, 107);
}

.newsletter-box-two .form-group input::-webkit-input-placeholder {
    color: rgb(238, 238, 238);
}

.newsletter-box-two .form-group .theme-btn {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 12px;
    text-align: center;
}

.newsletter-box-two .form-group .theme-btn .btn-title {
    padding: 13px 10px 9px;
}

.sidebar .recent-posts {
    position: relative;
}

.sidebar .recent-posts-box {
    position: relative;
    background: rgb(255, 255, 255);
    padding: 32px 20px 32px;
}

.sidebar .recent-posts-box .post {
    position: relative;
    margin-bottom: 30px;
}

.sidebar .recent-posts-box .post:last-child {
    margin-bottom: 0px;
}

.sidebar .recent-posts .post .inner {
    position: relative;
    display: block;
}

.sidebar .recent-posts .post-thumb {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
}

.sidebar .recent-posts .post-thumb .overlink {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    line-height: 40px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 300ms ease 0s;
}

.sidebar .recent-posts .post-thumb .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0px 0px -15px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}

.sidebar .recent-posts .post-thumb img {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar .recent-posts .title {
    font-size: 18px;
    line-height: 1.3em;
    color: rgb(34, 34, 34);
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px;
}

.sidebar .recent-posts .title a {
    color: rgb(34, 34, 34);
}

.sidebar .recent-posts .title a:hover {
    color: #333 !important;
    text-decoration: underline;
}

.sidebar .recent-posts .title a:hover {
    color: rgb(51, 57, 107);
}

.sidebar .recent-posts .post-date {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-family: "DM Sans", sans-serif;
    color: rgb(117, 117, 117);
    margin-bottom: 5px;
}

.service-details {
    position: relative;
    color: rgb(117, 117, 117);
    background: #fff;
}

.service-details h2 {
    font-weight: 700;
    color: rgb(34, 34, 34);
    font-size: 30px;
    margin-bottom: 20px;
}

.service-details h3 {
    position: relative;
    display: block;
    padding-bottom: 7px;
    font-weight: 700;
    color: rgb(34, 34, 34);
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.service-details h3::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50px;
    border-bottom: 2px solid rgb(51, 57, 107);
}

.service-details p {
    margin-bottom: 25px;
}

.service-details .text-block {
    position: relative;
    padding-bottom: 20px;
}

.service-details .two-col {
    position: relative;
    margin-bottom: 20px;
}

.service-details .two-col .image-col {
    position: relative;
    margin-bottom: 30px;
}

.service-details .two-col .image-col img {
    position: relative;
    display: block;
    width: 100%;
}

.service-details .two-col .owl-theme .owl-dots {
    display: none;
}

.service-details .two-col .owl-theme .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -30px;
    width: 100%;
    height: 0px;
}

.service-details .two-col .owl-theme .owl-nav .owl-next,
.service-details .two-col .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: rgb(170, 170, 170);
    background: rgb(255, 255, 255);
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    transition: all 300ms ease 0s;
}

.service-details .two-col .owl-theme .owl-nav .owl-next {
    right: 20px;
    left: auto;
}

.service-details .two-col .owl-theme .owl-nav .owl-next:hover,
.service-details .two-col .owl-theme .owl-nav .owl-prev:hover {
    background: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
}

.service-details .two-col .text-col {
    position: relative;
    margin-bottom: 30px;
}

.service-details .service-list {
    position: relative;
}

.service-details .service-list li {
    position: relative;
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    padding-left: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.service-details .service-list li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.service-details .service-list li a {
    color: rgb(117, 117, 117);
}

.service-details .service-list li:hover,
.service-details .service-list li a:hover {
    color: rgb(51, 57, 107);
}

.service-details .service-list li::before {
    font-family: Flaticon;
    content: "?";
    position: absolute;
    left: 0px;
    line-height: 30px;
    font-size: 14px;
    color: rgb(51, 57, 107);
}

.service-details .service-list li::after {
    font-family: Flaticon;
    content: "?";
    position: absolute;
    left: 4px;
    margin-top: 0px;
    line-height: 30px;
    font-size: 14px;
    color: rgb(51, 57, 107);
}

.service-details .infra-structure {
    position: relative;
    margin-bottom: 40px;
}

.service-details .infra-structure .row {
    margin: 0px -5px;
}

.infra-block {
    position: relative;
    margin-bottom: 30px;
}

.service-details .infra-structure .row .infra-block {
    padding: 0px 5px;
    margin-bottom: 10px;
}

.infra-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 40px;
    min-height: 100%;
    background: rgb(241, 241, 241);
    transition: all 300ms ease 0s;
}

.infra-block .inner-box:hover {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
}

.infra-block .icon-box {
    position: relative;
    display: block;
    color: rgb(51, 57, 107);
    line-height: 1em;
    font-size: 48px;
    margin-bottom: 15px;
}

.infra-block h4 {
    position: relative;
    display: block;
    color: rgb(34, 34, 34);
    font-weight: 700;
    margin-bottom: 10px;
}

.infra-block h4 a {
    color: rgb(34, 34, 34);
}

.service-details .download-links {
    position: relative;
}

.service-details .download-links ul {
    position: relative;
    display: block;
    background: rgb(0 0 0 / 5%);
    padding: 20px 20px 20px;
}

.service-details .download-links ul li {
    position: relative;
    line-height: 24px;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.service-details .download-links ul li:last-child {
    border-bottom: 0px;
}

.service-details .download-links ul li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 15px 10px 45px;
    color: rgb(88 88 88);
    transition: all 0.3s ease 0s;
    background: rgb(0 0 0 / 8%);
}

@media (min-width: 992px) {
    .service-details .download-links ul li a:hover {
        background-color: rgb(0 0 0 / 50%);
        padding-right: 15px;
        padding-left: 45px;
        color: #fff;
    }

    .service-details .download-links ul li a:hover .icon {
        left: 15px;
    }
}

.service-details .download-links ul li .icon {
    position: absolute;
    left: 15px;
    top: 9px;
    line-height: 24px;
    font-size: 20px;
}

.service-details .download-links ul li .ttl {
    position: relative;
    float: left;
}

.service-details .download-links ul li .info {
    position: relative;
    float: right;
}

.blog-banner {
    position: relative;
    padding: 0px;
    color: rgb(255, 255, 255);
    background: center top / cover no-repeat rgb(6, 17, 56);
}

.blog-banner .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-banner .image-layer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
}

.blog-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
}

.blog-banner .meta-info {
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 20px;
    font-family: "DM Sans", sans-serif;
    z-index: 1;
}

.blog-banner .meta-info a {
    color: rgb(255, 255, 255);
}

.blog-banner .meta-info .fa {
    padding-right: 5px;
    font-size: 12px;
    color: rgb(51, 57, 107);
}

.blog-banner .inner-container {
    position: relative;
    padding: 110px 0px;
}

.blog-banner h1 {
    position: relative;
    font-size: 48px;
    color: rgb(255, 255, 255);
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0px 0px 25px;
}

.blog-banner .author-info {
    position: relative;
    display: block;
}

.blog-banner .author-info .image {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto 15px;
    border-radius: 50%;
    overflow: hidden;
}

.blog-banner .author-info .image img {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.blog-banner .author-info h6 {
    text-transform: uppercase;
    text-decoration: underline;
}

.blog-banner .other-info {
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: left;
}

.blog-banner .other-info .date {
    position: relative;
    float: left;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background: rgb(51, 57, 107);
    font-family: "DM Sans", sans-serif;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 25px 0px;
    transition: all 0.5s ease 0s;
}

.blog-banner .other-info .tags {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin-left: 30px;
    padding: 10px 0px 10px 30px;
}

.blog-banner .other-info .tags::before {
    position: absolute;
    left: 0px;
    top: 9px;
    font-size: 14px;
    color: rgb(51, 57, 107);
    font-weight: 700;
    content: "";
    font-family: FontAwesome;
}

.blog-banner .other-info .tags a {
    color: rgb(255, 255, 255);
    font-weight: 400;
    transition: all 300ms ease 0s;
}

.blog-banner .bread-crumb li a:hover,
.blog-banner .bread-crumb li.active {
    color: rgb(255, 255, 255);
}

.single-post {
    position: relative;
}

.post-details {
    position: relative;
}

.post-details .main-image-box {
    position: relative;
    margin-bottom: 20px;
}

.post-details .main-image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.post-details p {
    margin-bottom: 25px;
}

.post-details h2 {
    font-size: 30px;
    font-weight: 700;
    color: rgb(34, 34, 34);
    text-transform: capitalize;
    padding-top: 10px;
    margin-bottom: 10px;
}

.post-details h1,
.post-details h2,
.post-details h3,
.post-details h4,
.post-details h5,
.post-details h6 {
    font-weight: 700;
    color: rgb(34, 34, 34);
    text-transform: capitalize;
}

.post-details blockquote {
    position: relative;
    padding-left: 82px;
    min-height: 60px;
    font-size: 20px;
    color: rgb(34, 34, 34);
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 40px;
    margin-top: 30px;
}

.post-details blockquote::before {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    width: 50px;
    height: 50px;
    background: #333;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.post-details blockquote p {
    position: relative;
    font-size: 20px;
    color: rgb(34, 34, 34);
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.post-details blockquote .author-title {
    position: relative;
    font-size: 13px;
    color: #333;
    line-height: 1.5em;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
}

.post-details .images {
    position: relative;
    padding: 10px 0px;
}

.post-details .images .image {
    margin-bottom: 30px;
}

.post-details .images img {
    display: block;
    width: 100%;
}

.share-post {
    position: relative;
    padding: 50px 10px 40px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.share-post strong {
    position: relative;
    display: block;
    font-weight: 700;
    color: rgb(34, 34, 34);
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 20px;
}

.share-post ul {
    position: relative;
    display: block;
}

.share-post ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px 10px;
}

.share-post ul li a {
    position: relative;
    display: block;
    text-align: center;
    min-width: 140px;
    font-size: 14px;
    padding: 10px 25px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    background: rgb(34, 34, 34);
    transition: all 300ms ease 0s;
}

.share-post ul li a .icon {
    position: relative;
    font-size: 12px;
    vertical-align: middle;
    padding-right: 10px;
}

.share-post ul .facebook a {
    background: rgb(59, 89, 152);
}

.share-post ul .twitter a {
    background: rgb(85, 172, 238);
}

.share-post ul .linkedin a {
    background: rgb(220, 78, 65);
}

.share-post ul .pinterest a {
    background: rgb(189, 8, 28);
}

.share-post ul li a:hover {
    background: rgb(51, 57, 107);
}

.single-post .author-box {
    position: relative;
    display: block;
    padding: 40px;
    background: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
    margin-bottom: 50px;
}

.single-post .author-box .inner-box {
    position: relative;
    display: block;
    padding-left: 140px;
    min-height: 100px;
}

.single-post .author-box .thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.single-post .author-box .thumb img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.single-post .author-box h4 {
    position: relative;
    display: block;
    line-height: 1.25em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.single-post .author-box h4 span {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.single-post .author-box .link {
    line-height: 24px;
    margin-bottom: 15px;
}

.single-post .author-box .link a {
    color: rgb(255, 255, 255);
}

.single-post .author-box .text {
    font-size: 14px;
    margin-bottom: 25px;
}

.single-post .author-box .follow-me {
    position: relative;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
}

.single-post .author-box .follow-me a {
    color: rgb(255, 255, 255);
}

.author-box .follow-me .icon {
    position: relative;
    font-weight: 400;
    padding-right: 5px;
}

.post-controls {
    position: relative;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}

.post-controls .inner {
    position: relative;
    display: block;
}

.post-controls .prev-post {
    position: relative;
    float: left;
    text-align: left;
}

.post-controls .prev-post a {
    position: relative;
    display: block;
    padding-left: 70px;
    padding-top: 5px;
    font-size: 18px;
    line-height: 25px;
    color: rgb(34, 34, 34);
    font-weight: 700;
    text-transform: capitalize;
    font-family: "DM Sans", sans-serif;
}

.post-controls .prev-post .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.1);
    font-size: 24px;
    font-weight: 400;
}

.post-controls .prev-post:hover .icon {
    color: rgb(51, 57, 107);
    border-color: rgb(51, 57, 107);
}

.post-controls .prev-post .icon::after {
    content: "Prev";
    position: absolute;
    left: -1px;
    right: -1px;
    min-width: 100%;
    top: 100%;
    line-height: 20px;
    height: 20px;
    padding-top: 2px;
    font-size: 12px;
    background: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    font-family: "DM Sans", sans-serif;
    opacity: 0;
}

.post-controls .next-post {
    position: relative;
    float: right;
    text-align: right;
}

.post-controls .next-post a {
    position: relative;
    display: block;
    padding-right: 70px;
    padding-top: 5px;
    font-size: 18px;
    line-height: 25px;
    color: rgb(34, 34, 34);
    font-weight: 700;
    text-transform: capitalize;
    font-family: "DM Sans", sans-serif;
}

.post-controls .next-post .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.1);
    font-size: 24px;
    font-weight: 400;
}

.post-controls .next-post:hover .icon {
    color: rgb(51, 57, 107);
    border-color: rgb(51, 57, 107);
}

.post-controls .next-post .icon::after {
    content: "Next";
    position: absolute;
    left: -1px;
    right: -1px;
    min-width: 100%;
    top: 100%;
    line-height: 20px;
    height: 20px;
    padding-top: 2px;
    font-size: 12px;
    background: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    font-family: "DM Sans", sans-serif;
    opacity: 0;
}

.post-controls .prev-post:hover .icon::after,
.post-controls .next-post:hover .icon::after {
    opacity: 1;
}

.comments-area {
    position: relative;
    margin-bottom: 70px;
}

.group-title {
    position: relative;
    margin-bottom: 30px;
}

.group-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.3em;
    color: rgb(34, 34, 34);
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.group-title h2 span {
    color: rgb(51, 57, 107);
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 30px;
}

.comments-area .comment-box:last-child {
    margin-bottom: 0px;
}

.comments-area .comment {
    position: relative;
    min-height: 70px;
    padding-left: 100px;
}

.comments-area .comment.reply-comment {
    margin-left: 100px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    margin-bottom: 20px;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.comments-area .comment-box .info {
    position: relative;
    top: -2px;
    margin-bottom: 5px;
}

.comments-area .comment-box .info .name {
    position: relative;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: rgb(34, 34, 34);
    line-height: 30px;
    text-transform: capitalize;
}

.comments-area .comment-box .info .date {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: rgb(51, 57, 107);
    text-transform: uppercase;
}

.comments-area .comment-box .text {
    font-size: 15px;
    line-height: 1.7em;
}

.comments-area .comment-box .reply-link {
    position: relative;
    display: block;
    font-family: "DM Sans", sans-serif;
    padding-top: 15px;
}

.comments-area .comment-box .reply-link a {
    font-size: 16px;
    line-height: 1.5em;
    color: rgb(34, 34, 34);
    font-weight: 700;
    text-transform: capitalize;
}

.comments-area .comment-box .reply-link a:hover {
    color: rgb(51, 57, 107);
}

.leave-comments {
    position: relative;
    margin-bottom: 60px;
}

.leave-comments .instruction {
    position: relative;
    padding-top: 5px;
    font-weight: 500;
}

.leave-comments .default-form .row {
    margin: 0px -10px;
}

.leave-comments .default-form .form-group {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.leave-comments .default-form button {
    background: none;
}

.leave-comments .default-form button .btn-title {
    padding: 13px 40px 10px;
}

.leave-comments form .form-group textarea {
    height: 140px;
}

.events-section-two {
    position: relative;
    padding: 60px 0px;
    background: rgb(255, 255, 255);
}

.events-section-two .load-more {
    position: relative;
    padding-top: 20px;
}

.events-section-two .load-more .theme-btn {
    min-width: 180px;
}

.events-section-two .upper-info {
    position: relative;
    margin-bottom: 30px;
}

.events-section-two .upper-info .items-label {
    position: relative;
    float: right;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgb(34, 34, 34);
    padding: 10px 0px;
    margin-bottom: 20px;
}

.events-section-two .upper-info .items-label span {
    color: rgb(34, 34, 34);
    font-weight: 600;
}

.events-section-two .upper-info .sort-by {
    position: relative;
    float: left;
    width: 250px;
    max-width: 100%;
    margin-bottom: 20px;
}

.drop-list-one {
    position: relative;
    display: block;
    width: 100%;
}

.drop-list-one .dropdown-outer {
    position: relative;
}

.drop-list-one .btn-box {
    position: relative;
    display: block;
    width: 100%;
    line-height: 25px;
    color: rgb(117, 117, 117);
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 0px 12px;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.drop-list-one .btn-box::before {
    content: "";
    font-family: Flaticon;
    position: absolute;
    right: 0px;
    top: 11px;
    height: 24px;
    display: block;
    color: rgb(153, 153, 153);
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
    z-index: 5;
}

.drop-list-one .dropdown-menu {
    width: 100%;
    padding: 8px 20px;
    margin: 0px;
    background: rgb(255, 255, 255);
    border-radius: 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-image: initial;
    border-top: none;
}

.drop-list-one .dropdown-menu li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 0px;
    line-height: 24px;
}

.drop-list-one .dropdown-menu li:last-child {
    border-bottom: none;
}

.drop-list-one .dropdown-menu li a {
    position: relative;
    display: block;
    color: rgb(117, 117, 117);
    font-size: 14px;
    text-transform: capitalize;
}

.drop-list-one .dropdown-menu li a:hover {
    color: rgb(51, 57, 107);
}

.event-block-two {
    position: relative;
    margin-bottom: 30px;
}

.event-block-two .inner-box {
    position: relative;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 15px 0px;
    height: 100%;
    background: #fff;
    flex-wrap: wrap;
    flex-direction: column;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    overflow: hidden;
}

.event-block-two .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: max-content;
}

.event-block-two .image-box img {
    display: block;
    width: 100%;
    transition: all 1s ease 0s;
    height: 240px;
    object-fit: cover;
}

.event-block-two .inner-box:hover .image-box img {
    /* transform: scale(1.3); */
}

.event-block-two .lower-box {
    position: relative;
    display: block;
    padding: 20px;
    transition: all 300ms ease 0s;
    background: #fff;
    flex: 1;
}

.event-block-two .inner-box:hover .lower-box {}

.event-block-two .content-box {
    position: relative;
    display: block;
    height: 100%;
}

.event-block-two .content-box .date-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 101px;
    height: 160px;
    color: rgb(34, 34, 34);
    text-align: center;
    font-family: "DM Sans", sans-serif;
}

.event-block-two .inner-box:hover .content-box .date-box {
    color: rgb(51, 57, 107);
}

.event-block-two .content-box .date-box::before {
    content: "";
    position: absolute;
    left: 50px;
    top: 0px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.event-block-two .inner-box:hover .date-box::before {}

.event-block-two .content-box .date-box .date {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    padding-top: 25px;
    font-size: 30px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 3;
    transition: all 300ms ease 0s;
}

.event-block-two .inner-box:hover .lower-box .date {}

.event-block-two .content-box .date-box .date .day {
    position: relative;
    display: block;
    line-height: 30px;
}

.event-block-two .content-box .date-box .date .month {
    position: relative;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(117, 117, 117);
    line-height: 20px;
}

.event-block-two .inner-box:hover .lower-box .date .month {}

.event-block-two .content-box .content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
    text-align: left;
}

.event-block-two .content-box .cat-info {
    position: relative;
    margin-bottom: 0px;
}

.event-block-two .content-box .cat-info a {
    height: 24px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 13px;
    padding-right: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    color: rgb(117, 117, 117);
}

.event-block-two .content-box .cat-info a em {
    width: 24px;
    height: calc(100% + 1px);
    background-color: rgb(135, 135, 135);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 14px;
    font-weight: 900;
    position: relative;
    top: -1px;
    left: -1px;
}

.event-block-two .content-box h3 {
    color: rgb(34, 34, 34);
    font-weight: 700;
    line-height: 1.25em;
    margin: 0px 0px 15px;
    font-size: 18px;
}

.event-block-two .content-box h3 a {
    color: rgb(34, 34, 34);
    transition: all 300ms ease 0s;
    display: inline;
    background-image: linear-gradient(to right, rgb(0, 0, 0), var(--firstColor) 100%);
    background-position: 0px 100%;
    background-repeat: no-repeat;
    background-size: 0px 2px;
    transition: 0.3s, background-size 0.8s;
}

.inner-box:hover .content-box h3 a {
    color: #333;
    background-size: 100% 2px;
}

.event-block-two .content-box .location {
    position: relative;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 14px;
    line-height: 1.4;
}

.event-block-two .inner-box:hover .location {}

.event-block-two .read-more {
    position: relative;
    display: block;
    padding-top: 20px;
}

.event-block-two .read-more a {
    position: relative;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    display: flex;
    align-items: center;
    gap: 10px;
}

.event-block-two .read-more a::before {
    background-color: var(--thirdColor);
    font-family: Flaticon;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.2s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-block-two .read-more a:hover,
.event-block-two .inner-box:hover .read-more a {
    color: #333;
    /* padding-left: 15px; */
}

.event-block-two .read-more a:hover::before,
.event-block-two .inner-box:hover .read-more a::before {
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.event-block-three {
    position: relative;
    margin-bottom: 30px;
}

.event-block-three .inner-box {
    position: relative;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 15px 0px;
}

.event-block-three .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.event-block-three .image-box img {
    display: block;
    width: 100%;
    transition: all 2000ms ease 0s;
}

.event-block-three .inner-box:hover .image-box img {
    transform: scale(1.1) rotate(1deg);
}

.event-block-three .lower-box {
    position: relative;
    display: block;
    padding: 60px 30px 25px;
    min-height: 70px;
    background: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.event-block-three .inner-box:hover .lower-box {
    background: rgb(34, 34, 34);
}

.event-block-three .content-box {
    position: relative;
    display: block;
}

.event-block-three .content-box .date-box {
    position: absolute;
    left: 0px;
    top: -80px;
    width: 70px;
    height: 70px;
    color: rgb(34, 34, 34);
    text-align: center;
    font-family: "DM Sans", sans-serif;
}

.event-block-three .inner-box:hover .content-box .date-box {
    color: rgb(51, 57, 107);
}

.event-block-three .content-box .date-box .date {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 70px;
    padding-top: 10px;
    font-size: 20px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 3;
    transition: all 300ms ease 0s;
}

.event-block-three .inner-box:hover .lower-box .date {
    background: rgb(34, 34, 34);
    border-color: rgba(255, 255, 255, 0.2);
}

.event-block-three .content-box .date-box .date .day {
    position: relative;
    display: block;
    line-height: 24px;
}

.event-block-three .content-box .date-box .date .month {
    position: relative;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(117, 117, 117);
    line-height: 20px;
}

.event-block-three .inner-box:hover .lower-box .date .month {
    color: rgba(255, 255, 255, 0.5);
}

.event-block-three .content-box .content {
    position: relative;
    display: block;
}

.event-block-three .content-box .cat-info {
    position: absolute;
    left: 90px;
    top: -75px;
}

.event-block-three .content-box .cat-info a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    color: rgb(255, 255, 255);
    background: rgb(51, 57, 107);
    padding: 3px 10px;
    border-radius: 13px;
}

.event-block-three .content-box h4 {
    color: rgb(34, 34, 34);
    font-weight: 700;
    line-height: 1.25em;
    margin: 0px 0px 5px;
}

.event-block-three .content-box h4 a {
    color: rgb(34, 34, 34);
    transition: all 300ms ease 0s;
}

.event-block-three .content-box h4 a:hover {
    color: rgb(51, 57, 107);
}

.event-block-three .inner-box:hover h4 a {
    color: rgb(255, 255, 255);
}

.event-block-three .content-box .location {
    position: relative;
    font-size: 14px;
}

.event-block-three .inner-box:hover .location {
    color: rgb(170, 170, 170);
}

.event-block-three .read-more {
    position: relative;
    display: block;
    padding-top: 15px;
}

.event-block-three .read-more a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}

.event-block-three .read-more a::before {
    content: "";
    font-family: Flaticon;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 15px;
    line-height: 24px;
    color: rgb(51, 57, 107);
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transition: all 0.2s ease 0s;
}

.event-block-three .read-more a:hover,
.event-block-three .inner-box:hover .read-more a {
    color: rgb(51, 57, 107);
    padding-left: 20px;
}

.event-block-three .read-more a:hover::before,
.event-block-three .inner-box:hover .read-more a::before {
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.events-list {
    position: relative;
}

.events-list .event-block {
    margin-bottom: 0px;
}

.events-list .event-block:last-child {
    margin-bottom: 30px;
}

.event-filters-box {
    position: relative;
    margin-bottom: 30px;
}

.event-filters-box .outer {
    position: relative;
    display: block;
    background: rgb(255, 255, 255);
    padding-right: 160px;
    min-height: 60px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
}

.event-filters-box .outer .form-group {
    position: relative;
    float: left;
    width: 40%;
    margin: 0px;
}

.event-filters-box .outer .form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 60px;
    padding: 15px 30px;
    line-height: 30px;
    font-family: "DM Sans", sans-serif;
    color: rgb(117, 117, 117);
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    border: none;
}

.event-filters-box .outer .location {
    width: 60%;
}

.event-filters-box .outer .category::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 10px;
    bottom: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.event-filters-box .outer .theme-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 160px;
}

.event-filters-box .outer .theme-btn .btn-title {
    padding: 15px 0px 13px;
    line-height: 32px;
    height: 60px;
}

.event-filters-box .outer .theme-btn .icon {
    position: relative;
    top: 1px;
    vertical-align: top;
    padding-left: 10px;
}

.event-banner {
    position: relative;
    padding: 0px;
    color: rgb(255, 255, 255);
    background: center top / cover no-repeat rgb(6, 17, 56);
}

.event-banner .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.event-banner .image-layer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
}

.event-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 3;
}

.event-banner .cat-info {
    position: relative;
    display: block;
    margin-bottom: 20px;
    z-index: 1;
}

.event-banner .cat-info a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    padding: 10px 25px;
    border-radius: 22px;
    background: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
}

.event-banner .inner-container {
    position: relative;
    padding: 120px 0px 0px;
}

.event-banner h1 {
    position: relative;
    font-size: 42px;
    color: rgb(93, 93, 93);
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0px;
    z-index: 3;
    text-align: left;
}

.event-details-section {
    position: relative;
    padding: 0px 0px 60px;
    background: #fff;
}

.event-details {
    position: relative;
}

.event-details .content-column {
    position: relative;
}

.event-details .content-column .content-inner {
    position: relative;
    display: block;
    margin-top: 30px;
    z-index: 2;
}

.event-details .info-blocks {
    position: relative;
    padding-bottom: 20px;
}

.event-details .info-block {
    position: relative;
    margin-bottom: 30px;
}

.event-details .info-block .inner-box {
    position: relative;
    padding: 45px 30px;
    text-align: center;
    background: rgb(51, 57, 107);
    color: rgb(255, 255, 255);
    overflow: hidden;
}

.event-details .info-block .icon {
    position: absolute;
    right: -30px;
    top: 20px;
    line-height: 1em;
    font-size: 120px;
    color: rgba(0, 0, 0, 0.07);
}

.event-details .info-block h4 {
    position: relative;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.event-details .info-block h4::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: 0px;
    width: 150px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.event-details .content-column .main-image {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.event-details .content-column .main-image img {
    width: 100%;
    display: block;
}

.event-details .content-column .text-block p {
    margin-bottom: 20px;
}

.event-details .content-column .text-block {
    padding-bottom: 20px;
}

.event-details .content-column h2,
.event-details .content-column h1 {
    font-size: 30px;
    font-weight: 700;
    color: rgb(34, 34, 34);
    text-transform: capitalize;
    margin-bottom: 30px;
}

.event-details .content-column h1,
.event-details .content-column h2,
.event-details .content-column h3,
.event-details .content-column h4,
.event-details .content-column h5,
.event-details .content-column h6 {
    font-weight: 700;
    color: rgb(34, 34, 34);
}

.event-details .related-posts {
    position: relative;
}

.event-details .related-posts h2,
.event-details .special-guest h2 {
    margin-bottom: 20px;
}

.event-details .special-guest {
    position: relative;
    margin-bottom: 60px;
}

.guest-carousel .owl-nav {
    display: none;
}

.guest-carousel .owl-dots {
    position: relative;
    display: block;
    padding-top: 30px;
    width: 100%;
    text-align: center;
}

.guest-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.guest-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: rgb(170, 170, 170);
    outline: rgba(0, 0, 0, 0) solid 2px;
    outline-offset: 4px;
}

.guest-carousel .owl-dots .owl-dot.active span {
    background: rgb(51, 57, 107);
    outline-color: rgb(51, 57, 107);
}

.guest-block {
    position: relative;
}

.guest-block .inner-box {
    position: relative;
    display: block;
    padding: 30px 35px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.guest-block .inner-box .inner {
    position: relative;
    padding-left: 130px;
    min-height: 100px;
    padding-top: 15px;
}

.guest-block .inner-box .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.guest-block .inner-box .image img {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.guest-block h4 {
    font-size: 18px;
    font-weight: 700;
    color: rgb(34, 34, 34);
    margin-bottom: 10px;
}

.guest-block .designation {
    font-size: 15px;
    font-weight: 400;
    color: rgb(51, 57, 107);
}

.event-details .info-column {
    position: relative;
}

.event-details .info-column .info-inner {
    position: sticky;
    display: block;
    padding-right: 30px;
    z-index: 3;
    top: 140px;
}

.event-details .info-column .info-inner::before {
    content: '';
    position: absolute;
    left: -1px;
    top: -30px;
    width: 1px;
    background-color: #fff;
    height: 40px;
    z-index: 205;
}

.event-details .info-column .title,
#brd_v2 .title {
    position: relative;
    padding: 22px 30px 16px;
    background: #c2040b;
    color: rgb(255, 255, 255);
}

.event-details .info-column .title h4 {
    margin: 0px;
}

.event-details .info-column .content {
    position: relative;
    display: block;
    /* background: rgb(255, 255, 255); */
}

.event-details .info-column::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 45px;
    width: 100vw;
    height: calc(100% + 60px);
    /* background-color: #fff; */
    z-index: 0;
    border-right: 1px solid rgb(245, 245, 245);
}

.event-details .info-column::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 0px;
    bottom: -60px;
    width: 1px;
    background-color: rgb(245, 245, 245);
    z-index: 3;
}

.event-details .contact-box {
    position: relative;
    display: block;
}

.event-details .contact-box .info {
    position: relative;
    display: block;
}

.event-details .contact-box .info li {
    position: relative;
    line-height: 24px;
    margin-bottom: 15px;
}

.event-details .contact-box .info li .ttl {
    position: relative;
    top: 2px;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 700;
    color: rgb(34, 34, 34);
    font-family: "DM Sans", sans-serif;
}

.event-details .contact-box .info li .dtl {
    position: relative;
    display: block;
    float: right;
    font-size: 13px;
}

.event-details .contact-box .info li a {
    color: rgb(117, 117, 117);
}

.event-details .contact-box .info>ul>li>a:not(.active):hover {
    background: rgb(245, 245, 245);
}

.event-details .location-box {
    position: relative;
    margin-bottom: 50px;
}

.event-details .location-box .map-canvas {
    height: 350px;
}

.event-details .booking-form {
    position: relative;
}

.event-details .booking-form h4 {
    font-weight: 700;
    color: rgb(34, 34, 34);
    margin-bottom: 20px;
}

.event-details .booking-form .form-group {
    margin-bottom: 20px;
}

.event-details .booking-form input[type="text"],
.event-details .booking-form input[type="email"],
.event-details .booking-form input[type="tel"],
.event-details .booking-form select,
.event-details .booking-form textarea {
    font-family: "DM Sans", sans-serif;
    background: rgb(241, 241, 241);
    border-color: rgb(241, 241, 241);
    font-size: 14px;
    height: 48px;
    line-height: 30px;
    padding: 8px 20px;
}

.event-details .booking-form textarea {
    height: 100px;
}

.event-details .booking-form .theme-btn,
.event-details .booking-form button {
    display: block;
    width: 100%;
}

.event-details .booking-form .theme-btn .btn-title {
    padding: 13px 0px 10px;
}

.event-details .more-info-box {
    position: relative;
    margin-bottom: 50px;
}

.event-details .more-info-box .inner-box {
    position: relative;
    display: block;
    min-height: 350px;
    padding-left: 200px;
}

.event-details .more-info-box .timings {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 170px;
    padding-top: 20px;
    overflow: hidden;
}

.event-details .more-info-box .timings .curve {
    position: absolute;
    top: 0px;
    height: 20px;
    width: 100%;
    overflow: hidden;
}

.event-details .more-info-box .timings .curve::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 10px;
    width: 60%;
    height: 20px;
    background: rgb(51, 57, 107);
    transform: rotate(10deg);
}

.event-details .more-info-box .timings .curve::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 10px;
    width: 60%;
    height: 20px;
    background: rgb(51, 57, 107);
    transform: rotate(-10deg);
}

.event-details .more-info-box .timings .inner {
    position: relative;
    display: block;
    padding: 0px 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgb(51, 57, 107);
}

.event-details .more-info-box .timings ul li {
    position: relative;
    display: block;
    padding: 40px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.event-details .more-info-box .toggle-box {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.toggle-box .accordion {
    position: relative;
    padding: 33px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: none;
    box-shadow: none;
}

.toggle-box .accordion .acc-btn {
    position: relative;
    background: none;
    border: none;
    font-size: 20px;
    padding: 0px 50px 0px 0px;
    box-shadow: none !important;
}

.toggle-box .accordion .acc-btn .icon {
    top: 0px;
}

.toggle-box .accordion-box .block::before {
    display: none;
}

.toggle-box .accordion-box .block .acc-content {
    padding-left: 0px;
}

.toggle-box .accordion-box .block .content {
    padding-top: 0px;
}

.load-more-item {
    display: none;
}

.loadmore {
    position: relative;
    text-align: center;
}

.loadmore .loadmore-button,
.loadmore .loadmore-less {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    min-width: 180px;
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding: 18px 30px 12px;
    background: rgb(51, 57, 107);
    border-radius: 0px;
    overflow: hidden;
    font-family: "DM Sans", sans-serif;
    transition: all 0.3s ease 0s;
}

.loadmore .loadmore-button:hover,
.loadmore .loadmore-less:hover {
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

.loadmore .loadmore-less,
.loadmore .loadmore-button[disabled="disabled"] {
    display: none;
}

.team_membars.full_page {
    position: relative;
    padding: 100px 0px;
}

.team_membars.full_page .member_image {
    position: relative;
}

.team_membars.full_page .member_image img {
    width: 100%;
}

.team_membars.full_page .member_image .team_member_details {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
}

@media (max-width: 3000px) and (min-width: 1200px) {
    .team_membars.full_page .member_image .team_member_details {
        position: absolute;
        background: rgb(255, 255, 255);
        width: 300px;
        right: 20px;
        top: 25px;
    }
}

.team_membars.full_page .member_image .team_member_details .upper_block {
    position: relative;
    margin-bottom: 20px;
    padding: 30px 30px 10px;
    background: rgb(51, 57, 107);
}

.team_membars.full_page .member_image .team_member_details .lower_block {
    position: relative;
    padding: 20px 30px;
}

.team_membars.full_page .member_image .team_member_details h2 {
    font-size: 18px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin-bottom: 0px;
}

.team_membars.full_page .member_image .team_member_details .upper_block p {
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.team_membars.full_page .member_image .team_member_details .box_in {
    position: relative;
}

.team_membars.full_page .member_image .team_member_details .box_in h6 {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
    color: rgb(34, 34, 34);
}

.educatin_and_skills {
    position: relative;
}

.educatin_and_skills .education_details,
.educatin_and_skills .skills {
    position: relative;
    padding: 50px 0px 30px;
}

.educatin_and_skills .ed_title {
    position: relative;
    display: block;
    padding-bottom: 7px;
    font-weight: 700;
    color: rgb(34, 34, 34);
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.educatin_and_skills p.desription {
    margin-bottom: 30px;
}

.educatin_and_skills .ed_title::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50px;
    border-bottom: 2px solid rgb(51, 57, 107);
}

.details_list {
    position: relative;
    margin-bottom: 30px;
}

.details_list h6 {
    display: inline-block;
    position: relative;
    padding: 8px 15px 1px;
    border: 1px solid rgb(241, 241, 241);
    font-size: 16px;
    color: rgb(34, 34, 34);
    line-height: 26px;
    margin: 0px 0px 20px;
    font-weight: 700;
}

.details_list h6::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    background: rgb(241, 241, 241);
    left: -1px;
    bottom: -36px;
}

.details_list h6::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background: rgb(241, 241, 241);
    left: -1px;
    bottom: -36px;
}

.details_list p {
    margin-left: 30px;
}

.skill_bar {
    position: relative;
    margin-bottom: 30px;
}

.skill_bar .progress-bar {
    background: rgb(51, 57, 107);
    font-size: 9px;
    border-radius: 10px;
}

.skill_bar .progress {
    background: rgb(241, 241, 241);
    height: 12px;
    border-radius: 10px;
}

.skill_bar h2 {
    font-size: 18px;
    color: rgb(34, 34, 34);
    font-weight: 700;
    line-height: 26px;
    margin-top: 10px;
}

.contact_form_outer {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 12px 0px;
    padding: 50px;
}

.contact_form_outer .theme-btn {
    margin-top: 20px;
}

.department-one {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    padding: 60px 0px;
    z-index: 1;
}

.department-one__bg {
    position: absolute;
    inset: 0px;
    opacity: 0.02;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.department-one__inner {
    position: relative;
    display: block;
}

.department-one__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -9px;
    margin-left: -9px;
}

.department-one__single {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
    height: 100%;
}

.department-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    padding: 50px 30px 10px;
    overflow: hidden;
    border: 1px solid rgb(234, 234, 234);
    height: 100%;
}

.department-one__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: var(--govity-letter-spacing-two);
}

.department-one__title a {
    color: #333;
    transition: all 500ms ease 0s;
    position: relative;
    z-index: 2;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    text-transform: capitalize;
}

.department-one__title a:hover {}

.department-one__icon {
    position: absolute;
    top: -56px;
    right: -35px;
    width: 141px;
    height: 141px;
    border-radius: 50%;
    background-color: rgb(243, 243, 243);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.department-one__icon::before {
    position: absolute;
    inset: 0px;
    content: "";
    border-radius: 50%;
    background-color: rgb(255 0 0 / 12%);
    transform: scale(0);
    transform-origin: center center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52) 0s;
    z-index: -1;
}

.department-one__single:hover .department-one__icon::before {
    transform: scaleX(1);
}

.department-one__icon span {
    font-size: 54px;
    color: var(--green-color);
    position: relative;
    top: 24px;
    right: 12px;
    transition: all 500ms linear 0.1s;
    transform: scale(1);
}

.department-one__icon svg,
.department-one__icon img {
    transition: all 500ms linear 0.1s;
    position: relative;
    top: 24px;
    right: 12px;
    height: 54px;
}

.department-one__single:hover .department-one__icon span {
    transform: scale(0.9);
    color: rgb(255, 255, 255);
}

.department-one__single:hover .department-one__icon svg,
.department-one__single:hover .department-one__icon img {
    transform: scale(0.9);
    fill: rgb(255, 255, 255);
}

.department-one__icon svg {
    width: 45px;
    height: auto;
    position: relative;
    top: 24px;
    transition: all 0.3s ease 0s;
}

.department-one__single:hover .department-one__icon svg path {
    fill: rgb(255, 255, 255);
}

.department-one__text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    text-align: center;
    padding-bottom: 23px;
    margin: 40px 0px 0px;
    letter-spacing: -0.3px;
}

.department-one__text a {
    color: inherit;
    transition: all 500ms ease 0s;
    font-weight: 700;
    text-decoration: underline;
}

.banner_area1 {
    background-color: var(--primary-color);
    padding: 30px 0px;
}

.bv_item {
    padding: 0px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    position: relative;
    height: calc(100% - 1px);
    display: flex;
    border-radius: 0px;
    /* border-bottom: 1px solid rgb(188, 188, 188); */
    align-items: center;
    background: #fff;
}

.bv_img {
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    font-size: 80px;
    position: relative;
    height: 80px;
}

.bv_img::before {
    position: absolute;
    left: 50%;
    top: 50%;
    counter-increment: sg2 1;
    content: "0" counter(sg2);
    font-size: 60px;
    font-weight: 500;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    opacity: 0.3;
}

.swiper-slide-thumb-active .bv_img::before {
    opacity: 1;
}

.bv_img img {
    border-radius: 0px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    opacity: 0;
}

.bv_text {
    flex: 1 1 0%;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    padding: 10px 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.bc_inline {
    display: inline-block;
    width: calc(100% - 300px);
    vertical-align: middle;
    position: relative;
}

.bc_right {
    flex: 1 1 0%;
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.bc_overlay {
    display: flex;
    justify-content: space-between;
}

.banner_vertical {
    width: 300px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    counter-reset: sg2 0;
    top: 0px;
    padding: 0px;
    z-index: 2;
}

.banner_vertical .swiper-container {
    height: 100%;
}

.banner_content {
    width: calc(100% - 300px);
    float: right;
    overflow: hidden;
    border-left: 5px solid #333;
}

.banner_content img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 0px;
}

.mainSwiper a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.mainSwiper a div {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px 30px 40px 50px;
    z-index: 2;
}

.mainSwiper a div span {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}

.mainSwiper a div p {
    color: rgb(255, 255, 255);
    font-size: 15px;
    margin: 15px 0px 0px;
    line-height: 1.4;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.mainSwiper a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(0, 212, 255, 0) 100%);
    height: 50%;
    border-radius: 0px;
}

.mainSwiper a div i {
    display: block;
    font-style: normal;
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 0px;
}

.swiper-slide-thumb-active .bv_item {}

.bv_item::after {
    position: absolute;
    top: 0px;
    right: 100%;
    height: 100%;
    width: 100vw;
    background-color: var(--sec-color);
    transition: all 0.3s ease 0s;
    opacity: 0;
    pointer-events: none;
}

.swiper-slide-thumb-active .bv_item::after {
    opacity: 1;
}

.swiper-slide .bv_text {
    position: relative;
}

.swiper-slide .bv_text::after {
    transition: all 0.3s ease 0s;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 0px;
    width: 10px;
    height: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    transform: scale(0);
}

.swiper-slide.swiper-slide-thumb-active .bv_text::after {
    opacity: 1;
}

.mainSwiper {
    position: relative;
}

.mainSwiper ul {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.mainSwiper li button {
    color: rgb(255, 255, 255);
    background-color: transparent;
    padding: 0px 30px;
    cursor: pointer;
    pointer-events: all;
}

.mainSwiper li button svg {
    width: auto;
    height: 30px;
}

.mainSwiper li:last-child button svg {
    transform: rotateY(180deg);
}

.swiper-slide-thumb-active .bv_text {}

.bv_text span:last-child {
    display: block;
    font-size: 12px;
    transition: inherit;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.banner_area1 {
    position: relative;
    overflow: hidden;
}

.pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150%;
    height: 100%;
    opacity: 1;
    z-index: 3;
    background: linear-gradient(90deg, rgb(240, 240, 240) 0%, rgba(0, 212, 255, 0) 100%);
    pointer-events: none;
}

.pattern2 {
    position: absolute;
    inset: 0px;
    z-index: 0;
    background-color: rgb(234, 234, 234);
    opacity: 0.8;
    background-image: repeating-radial-gradient(circle at 0px 0px, transparent 0px, rgb(234, 234, 234) 10px), repeating-linear-gradient(rgba(204, 204, 204, 0.333), rgb(204, 204, 204));
    pointer-events: none;
}

.banner_area1 .container {
    position: relative;
    z-index: 3;
}

.other-links::before {
    content: "";
    position: absolute;
    inset: -30px -15px -19px 0px;
    background: rgb(51, 57, 107);
}

.other-links::after {
    content: "";
    position: absolute;
    left: 33px;
    top: -140px;
    width: 100px;
    transform: skew(-30deg);
    z-index: -1;
    bottom: -20px;
}

.container {
    width: 1300px;
    max-width: 100%;
}

.newsletter-box .icon-box img {
    height: 50px;
}

.sec-title h1 span,
.sec-title h2 span {
    font-weight: 300;
}

.news-block .lower-box p {
    margin: 0px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.sec-title.grd009 {
    position: relative;
}

.sec-title.grd009 a {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #333;
}

.sec-title.grd009 a::after {
    content: "";
    font-family: Flaticon;
    margin-left: 10px;
}

.footer-widget .text {
    color: rgb(255, 255, 255);
    opacity: 0.5;
}

.fact-column .read-more {
    margin-top: 15px;
}

.main-footer .social-links li+li {
    margin-left: 5px;
}

.footer-bottom .inner ul {
    flex: 1 1 0%;
    display: flex;
    justify-content: flex-end;
    column-gap: 15px;
    align-items: center;
}

.footer-bottom .inner ul li a {
    color: rgb(255, 255, 255);
    opacity: 0.5;
}

.other_logos {
    padding: 50px 0px 0px;
}

.acredit {
    filter: grayscale(1);
    width: 60px;
}

.news-section .swiper-container {
    overflow: hidden;
}

.logoSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands_outer {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 0px;
    background: rgb(255, 255, 255);
}

.logoSwiper .swiper-slide+.swiper-slide::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.brands_outer img {
    height: 40px;
    filter: grayscale(1);
    transition: all .3s;
}

.brands_outer img:hover {
    filter: none;
}

.nws_full input {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    margin-top: 5px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    background: transparent;
}

.nws_full input::placeholder {
    color: rgb(255, 255, 255);
}

.nws_full button {
    width: 100%;
    border: none;
    background-color: #c2040b;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-top: 15px;
}

div.nonFilter {
    margin-top: 30px;
}

.nonFilter img {
    filter: none;
}

.over-box h4 {
    margin: 15px 0px 0px;
}

.banner_vertical::before {
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    width: 2px;
    background-color: rgb(221, 221, 221);
}

.swiper-slide-thumb-active .bv_text {
    color: rgb(255, 255, 255);
    background: #333;
}

.swiper-slide-thumb-active .bv_text span:last-child {
    color: rgb(255, 255, 255);
    opacity: 1;
}

.swiper-slide .bv_item i {
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    background-color: rgb(240, 240, 240);
    height: 33px;
    width: 33px;
    border-radius: 50%;
}

.swiper-slide .bv_item i::before {
    content: "";
    position: absolute;
    inset: 12px;
    background-color: rgb(146, 146, 146);
    border-radius: inherit;
}

.swiper-slide .bv_item i::after {
    content: "";
    position: absolute;
    border: 2px solid rgb(146, 146, 146);
    inset: 7px;
    border-radius: inherit;
}

.swiper-slide-thumb-active .bv_item i::before {
    background-color: rgb(51, 179, 93);
}

.swiper-slide-thumb-active .bv_item i::after {
    border-color: rgb(51, 179, 93);
}

.banner_vertical::after {
    position: absolute;
    left: 15px;
    bottom: 13px;
    width: 2px;
    background-color: rgb(241, 241, 241);
    height: 40px;
}

.bc_inline>h3 {
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: 700;
    color: rgb(69, 74, 121);
    letter-spacing: -0.3px;
    font-size: 24px;
    text-transform: uppercase;
}

.bc_inline>h3 span {
    font-weight: 400;
}

.sec-title h1,
.sec-title h2 {
    /* padding-left: 15px; */
}

.bv_text span:first-child {
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    position: relative;
    font-size: 14px;
}

.bv_text span:first-child::before {
    content: '\e808';
    font-family: 'icon-pack';
    margin-right: 10px;
    transform: rotateY(180deg);
    display: inline-block;
}

.service_overlay {
    position: relative;
    max-height: 121px;
    overflow: hidden;
    transition: all 1s;
}

.service_overlay.active {
    max-height: 6000px;
    transition: all 5s;
}

.service_overlay>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    z-index: 2;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(69, 74, 121);
    color: rgb(255, 255, 255);
}

.so_left {
    left: -10px;
}

.so_right {
    right: -10px;
}

.link_row {
    display: flex;
}

.link_row>div {
    width: 20%;
}

.count-box img {
    height: 50px;
}

#w_20_1>div {
    width: 20%;
}

#w_20_1 .fact-box::after {
    display: none;
}

.textLine1 {
    margin: 0px;
}

.textLine1 h3 {
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin: 0px;
    font-size: 20px;
}

.textLine1 .theme-btn {}

.textLine1 .theme-btn {
    vertical-align: middle;
}

.textLine1 .btn-style-one .btn-title {
    padding: 2px 10px;
    font-size: 14px;
    white-space: nowrap;
}

.newsletter-box .textLine1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    display: flex;
    text-align: left;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.textLine1 .text {
    color: rgb(255, 255, 255);
    font-size: 13px;
}

.newsletter-box .textLine1>div {
    padding-right: 15px;
}

.newsletter-box::before {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(rgba(26, 29, 255, 0) 0%, rgb(0, 0, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

.ureten_karabuk {
    margin-top: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    padding: 15px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.ureten_karabuk i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgb(249, 191, 59);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    font-size: 22px;
}

.four_logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    margin-top: 15px;
}

.four_logo li {
    width: calc(50% - 7.5px);
}

.four_logo li a {
    display: flex;
    width: 100%;
    height: 94px;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.four_logo li a,
.ureten_karabuk {
    transition: all .3s;
    border: 1px solid transparent;
}

.four_logo li a:hover,
.ureten_karabuk:hover {
    border-color: #ddd;
    opacity: .6;
}

.four_logo li a img {
    max-width: 70%;
    max-height: 80%;
}

.facts-section .fact-column .inner:hover .fact-box {
    background-color: rgb(69, 74, 121);
}

.facts-section .fact-column .inner:hover .count-box img {
    mix-blend-mode: screen;
    filter: brightness(100);
}

figure.image {
    position: relative;
}

.image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    font-size: 84px;
    z-index: 2;
    pointer-events: none;
}

#brd_bg {
    position: relative;
    overflow: hidden;
}

.brd_list {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    white-space: nowrap;
    position: relative;
    top: -60px;
    text-align: right;
    width: 100%;
    opacity: 0.5;
}

.brd_list li {
    display: inline;
}

.brd_list a {
    color: rgb(51, 51, 51);
}

.brd_list a:hover {
    text-decoration: underline;
}

.brd_list li+li::before {
    font-family: FontAwesome;
    content: "";
    margin: 0px 5px;
    color: rgb(60, 59, 59);
}

.brd_list li:last-child a {
    font-weight: 700;
}

.sideLinks li ul {
    padding-left: 45px;
    margin-top: 15px;
    padding-right: 30px;
}

.sideLinks>li>a {
    position: relative;
    display: block;
    padding: 15px 30px 12px;
    line-height: 30px;
    min-height: 50px;
    color: rgb(34, 34, 34);
    font-weight: 700;
    font-size: 16px;
    transition: all 300ms ease 0s;
}

.sideLinks>li {
    margin-bottom: 0px !important;
}

.sideLinks>li.toggle_menu1>a {
    display: flex;
    justify-content: space-between;
}

.sideLinks>li.toggle_menu1>a::after {
    transition: all 0.3s ease 0s;
    content: "+" !important;
    font-weight: bold;
    font-size: 20px;
}

.sideLinks>li.toggle_menu1>a.active::after {
    content: "-" !important;
}

.sideLinks>li.toggle_menu1>a.active,
.sideLinks>li.toggle_menu1>a.active:hover {
    background-color: #333;
    color: rgb(255, 255, 255);
}

.sideLinks li ul li a.active {
    font-weight: 600;
    color: #333 !important;
}

.sideLinks>li>a:not(.active) {
    display: flex;
    justify-content: space-between;
}

.sideLinks>li>a:not(.active)::after {
    content: "";
    font-family: FontAwesome;
}

.share-bar {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    column-gap: 15px;
}

.share_right button {
    color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    border: 1px solid #333;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    width: 40px;
    height: 40px;
    justify-content: center;
    font-size: 21px;
    background: transparent;
    pointer-events: none;
}

.share_right button.active {
    background-color: #333;
    color: rgb(255, 255, 255);
}

.share-bar button i,
.share-bar>a i {
    margin-right: 10px;
}

.share-bar button:hover,
.share-bar>a:hover {
    background-color: transparent;
    color: rgb(51, 57, 107);
}

.service-details .download-links ul li.title_block1 {
    border: none;
    font-weight: 700;
    margin: 0px 0px 20px;
    padding: 0px;
    font-size: 18px;
    color: #333;
}

.share_right {
    position: relative;
}

.shareList {
    vertical-align: middle;
    white-space: nowrap;
    background-color: rgb(255, 255, 255);
    border-radius: 50px;
    padding: 10px 15px 10px;
    transition: all 0.3s ease 0s;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px; */
    position: absolute;
    right: 100%;
    top: -5px;
    margin-right: 14px;
    opacity: 0;
    transform: translateX(15px);
    visibility: hidden;
    border: 1px solid #eaeaea;
}

.shareList.active {
    transform: none;
    opacity: 1;
    visibility: visible;
}

.share-bar button.active {
    background: transparent;
    color: rgb(51, 57, 107);
}

.share-bar button.active i::before {
    content: "";
}

.shareList li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-size: 16px;
    transition: all .3s;
}

.shareList li a:hover {
    transform: scale(1.2);
}

.shareList li {
    display: inline-block;
    opacity: 0;
    transform: translateY(-10px);
}

.shareList li+li {
    margin-left: 5px;
}

.shareList.active li {
    transform: none;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.shareList.active li:nth-child(6) {
    transition-delay: 0.1s;
}

.shareList.active li:nth-child(5) {
    transition-delay: 0.2s;
}

.shareList.active li:nth-child(4) {
    transition-delay: 0.3s;
}

.shareList.active li:nth-child(3) {
    transition-delay: 0.4s;
}

.shareList.active li:nth-child(2) {
    transition-delay: 0.5s;
}

.shareList.active li:nth-child(1) {
    transition-delay: 0.6s;
}

.staff_bar {
    background-color: rgb(243 243 243);
    padding: 20px;
    display: flex;
}

.sb_left {
    width: 100px;
}

.sb_left img {
    width: 100%;
    border: 3px solid rgb(255, 255, 255);
}

.sb_right {
    flex: 1 1 0%;
    padding-left: 30px;
}

.sb_right h4 {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.sb_right h4 span {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.sb_right ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

.sb_right ul li {
    width: 100%;
}

.sb_right ul li a {
    color: #333;
    font-size: 14px;
}

.sb_right ul li a i {
    margin-right: 5px;
}

.staff_bar>div:not(.pattern2) {
    position: relative;
    z-index: 2;
}

.staff_bar>.pattern2,
.download-links>.pattern2 {
    opacity: 0.1;
}

.press_images {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.press_images>div span {
    font-weight: 400;
    color: rgb(88 88 88);
    margin-top: 10px;
    display: block;
    font-size: 15px;
    line-height: 1.4;
}

.press_images img {
    width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    height: 180px;
    object-fit: cover;
}

.press_images>div {
    width: calc(25% - 12px);
}

.pi_overlay h3 {
    margin: 0px 0px 30px;
}

.press_images a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.press_images a::before {
    content: "";
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 32px;
    position: absolute;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.press_images a:hover::before {
    opacity: 1;
}

.pi_overlay {
    border-top: 1px solid rgb(221, 221, 221);
    padding-top: 30px;
}

.detail_date {
    color: rgb(146, 146, 146);
    display: block;
    font-size: 14px;
    line-height: normal;
}

.staff_bar h4 {
    color: #333 !important;
}

h2.page_title {
    position: relative;
    padding-top: 0px !important;
}

.page_title .share_right {
    position: absolute;
    right: 0px;
    top: 0px;
}

.shareList li a i {
    line-height: normal;
}

.pi_overlay h2 {
    padding-top: 0px !important;
}

.sideLinks li ul li a {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    width: 100%;
    line-height: 1.4;
    margin-top: 15px;
}

.sideLinks li ul li a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    transition: all 300ms ease 0s;
}

.sideLinks li ul li a::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 8px;
    width: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0.15);
    transform-origin: right top;
    transition: all 300ms ease 0s;
    transform: scaleX(0);
}

.sideLinks li ul li a:hover::before,
.sideLinks li ul li a.active::before {
    background-color: #333;
    border-color: #333;
}

.sideLinks li ul li a:hover::after,
.sideLinks li ul li a.active::after {
    transform: scaleX(1);
    background-color: #333;
}

.toggle_menu1 ul {
    display: none;
}

.toggle_menu1.active ul {
    display: block;
}

.doc_item1 {
    background-color: rgb(255, 255, 255);
    /* padding: 15px; */
    height: 100%;
}

.doc_item1 img {
    transition: all 0.3s ease 0s;
    width: 100%;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.doc_item1 strong {
    color: #333;
    font-size: 16px;
}

.pdf_row {
    margin-bottom: -30px;
}

.doc_item1 div {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.doc_item1>div {
    overflow: hidden;
    border: 1px solid rgb(221, 221, 221);
    position: relative;
    background: #f5f5f5;
}

.doc_item1>div::before {
    content: "";
    position: absolute;
    inset: 0px;
    transition: all 0.3s ease 0s;
    opacity: 0;
    /* background: linear-gradient(180deg, rgba(29,71,125,0) 0%, rgba(0,0,0,1) 100%); */
    z-index: 2;
    pointer-events: none;
}

.doc_item1:hover>div::before {
    opacity: 1;
}

.doc_item1:hover>div ul {
    opacity: 1;
    transform: none;
}

.doc_item1 div ul {
    transition: all .3s;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.doc_item1 div ul::before {
    /* content: ""; */
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 1px;
    height: 140%;
    /* background-color: rgb(255 255 255 / 77%); */
    left: 50%;
}

.doc_item1 div ul li {
    transition: all 0.3s ease 0s;
    width: 50%;
}

.doc_item1 div ul li:nth-child(1) a {
    border-right: 1px solid #ddd;
}

.doc_item1 div ul li:nth-child(2) a {
    /* border-radius: 0 10px 10px 0; */
}

.doc_item1 div ul li a {
    justify-content: center;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    height: 41.5px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    transition: all .3s;
    font-weight: 600;
    font-size: 16px;
    gap: 5px;
    width: 100%;
}

.doc_item1 div ul li a:hover {
    background: #ddd;
}

.doc_item1 div ul li a i {
    font-size: 22px;
    position: relative;
    top: 2px;
}

.doc_item1 div ul li a span {
    color: #333;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    display: flex;
    align-items: center;
}

.doc_item1:hover div ul li {
    transform: none;
    visibility: visible;
    opacity: 1;
}

#brd_v2 {
    padding: 56px 0px 0px;
}

/*#brd_v2 h2 {
    margin: 0px;
    font-size: 42px;
    color: rgb(0, 0, 0);
    line-height: 1.2em;
    font-weight: 600;
    text-align: left;
    position: relative;
    z-index: 3;
    opacity: 0.3;
}*/

#brd_list_v2 {
    position: relative;
    z-index: 2;
}

#brd_list_v2 {
    position: absolute;
    bottom: 10px;
    right: 0px;
    transform: translateY(-50%);
    z-index: 3;
    top: auto;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(51, 51, 51);
}

#brd_v2 .container {
    position: relative;
}

#brd_v2 .title {
    position: relative;
    z-index: 4;
    width: calc(33% - 47px);
    left: 1px;
}

#brd_v2 .title h4,
#brd_v2 .title h2 {
    margin: 0px;
    text-align: left;
    font-size: 20px;
    color: #fff;
}

.mt-30 {
    margin-top: 30px !important;
}

.map-section iframe {
    width: 100%;
    height: 60vh;
    vertical-align: middle;
}

.bg-red {
    background-color: rgb(194 4 11) !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.detailGallery>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.37);
    color: rgb(255, 255, 255);
    z-index: 2;
    font-size: 28px;
    border: 2px solid rgb(255, 255, 255);
    padding-bottom: 2px;
}

.detailGallery>button.swiper-button-disabled {
    display: none;
}

.dg_prev,
.ms_prev {
    left: 20px;
}

.dg_next,
.ms_next {
    right: 20px;
}

#galleryPagination {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

#galleryPagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgb(0, 0, 0);
    margin: 0 5px;
    border: 1px solid rgb(0 0 0 / 25%);
}

#galleryPagination .swiper-pagination-bullet-active {
    background-color: rgb(255, 255, 255);
    opacity: 1;
}

.detail_info {
    margin-top: 0px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    border-width: 0 0 1px 0px;
    margin-bottom: 15px;
    padding: 0 0 15px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.detail_info+.mt-30 {
    margin-top: 0 !important;
}

.detail_info span {
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.detail_info a:not(.comm_number) {
    background-color: #ddd;
    color: #929292;
    padding: 3px 15px;
    border-radius: 4px;
    transition: all .3s;
    text-decoration: none;
}

.detail_info a i {
    margin-right: 5px;
}

.detail_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.detail_tags a {
    background-color: #ddd;
    color: #929292;
    padding: 3px 15px;
    border-radius: 4px;
    transition: all .3s;
}

.detail_tags a:hover,
.detail_info a:not(.comm_number):hover {
    background-color: #333;
    color: #fff;
}

.detail_tags a::before {
    content: "#";
}

.calendar_page {
    display: flex;
    align-items: flex-start;
}

#calendar {
    width: 100%;
}

.calendar_page>div:first-child {
    width: 403px;
}

.calendar_page>div:last-child {
    flex: 1 1 0%;
    padding-left: 30px;
}

.event-section {
    padding: 80px 0px;
}

#certPage .doc_item1>div::before {
    content: "";
    font-family: FontAwesome;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(29, 71, 125, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

#certPage .doc_item1 {
    display: inline-block;
    width: 100%;
}

.sticky_bar {
    position: sticky;
    top: 110px;
}

.header_top {
    padding: 15px 0px;
}

.banner_vertical .swiper-container .swiper-slide:last-child .bv_item {
    /* border: none; */
}

.from_psdt {
    height: calc(50% - 7.5px);
    background-color: rgba(0, 0, 0, 0.09);
    position: relative;
    overflow: hidden;
    padding: 30px 100px 30px 30px;
    display: block;
}

.from_psdt span,
.und_box span {
    line-height: 1.3;
    display: block;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.from_psdt strong,
.und_box strong {
    display: block;
    margin-bottom: 10px;
    color: #c2040b;
    font-size: 18px;
}

.from_psdt img {
    position: absolute;
    right: -40px;
    bottom: 0px;
    width: 185px;
}

.header_top .container {
    display: flex;
    justify-content: space-between;
}

.ht_right .lng {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.ht_right .lng span {
    color: rgb(177, 177, 177);
    font-size: 16px;
}

.ht_right .lng span a:hover {
    color: #c2040b;
}

.social-links ul li a img {
    height: 24px;
}

.social-links ul li a {
    position: relative;
}

.social-links ul li a::before {
    content: '';
    position: absolute;
    inset: 1px 1px -2px 1px;
    background-color: #fff;
    border-radius: 3px;
}

.social-links ul li a img {
    position: relative;
    z-index: 2
}

.ht_right .lng a {
    color: rgb(51, 51, 51);
    font-weight: 800;
    transition: all .3s;
}

.ht_right .lng a img {
    height: 24px;
}

.ht_right .lng i {
    margin-right: 5px;
    color: rgb(177, 177, 177);
}

.src_bar input {
    height: 40px;
    border: 1px solid rgb(205, 205, 205);
    width: 360px;
    font-size: 16px;
    padding-left: 50px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

.src_bar input:focus {
    border-color: rgb(51, 51, 51);
}

.src_bar input:focus::placeholder {
    color: transparent;
}

.src_bar svg * {
    transition: all 0.3s ease 0s;
}

.src_bar input:focus~svg * {
    fill: rgb(51, 51, 51);
}

.src_bar input::placeholder {
    color: rgb(146, 146, 146);
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

.src_bar {
    position: relative;
}

.src_bar svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 23px;
    width: auto;
}

.lng ul {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgb(221, 221, 221);
    display: flex;
    gap: 10px;
}

.ht_right .lng ul li span {
    color: rgb(255, 255, 255);
    width: 24px;
    height: 24px;
    display: flex;
    background: #c2040b;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.ht_right .lng ul li a {
    transition: all .3s;
}

.ht_right .lng ul li a:hover {
    opacity: .6;
}

.und_box {
    background-color: rgba(0, 0, 0, 0.09);
    height: calc(50% - 7.5px);
    width: 100%;
    position: relative;
    padding: 30px 145px 30px 30px;
}

.und_content {
    position: absolute;
    right: 0px;
    bottom: 8px;
    width: 130px;
}

.und_content img {
    width: 100%;
}

.und_content img:nth-child(2) {
    position: absolute;
    left: 10px;
    top: 10px;
}

.und_content img:nth-child(3) {
    position: absolute;
    left: 20px;
    top: 20px;
}

.und_box,
.from_psdt {
    /* border: 1px solid rgb(51, 51, 51); */
    background: #fff;
    transition: all .3s;
}

.und_box:hover,
.from_psdt:hover {
    background-color: #ffe6e6;
}

.the_logo {
    display: flex;
    align-items: center;
}

.the_logo img {
    height: 70px;
}

.news-block:hover .lower-box h4 a {
    text-decoration: underline;
}

.service_row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 18px;
}

.service_row>div {
    width: 20%;
}

.department-one__text.active::before {
    display: none;
}

#toggle-link {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding: 12px 30px;
    background: #c2040b;
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.src_overlay {
    display: flex;
    align-items: center;
}

.src_overlay span.icon.flaticon-menu-1 {
    font-size: 28px;
    margin-left: 15px;
    position: relative;
    top: 2px;
    display: none;
}

.swiper-slide-thumb-active .bv_item::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 2;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 23px 15px;
    border-color: transparent transparent transparent #313131;
    background: transparent;
    margin-left: 4px;
}

.lng_switch {
    color: #fff !important;
    font-weight: 600;
    padding-top: 20px;
    padding-right: 12px;
}

.lng_switch a {}

.lng_switch span {
    opacity: .6;
}


#seeAll,
.seeAll {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

#seeAll a,
.seeAll a {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
    display: flex;
}

#seeAll a,
.seeAll a,
.events-section .see-all a {
    position: relative;
}

#seeAll a::before,
.seeAll a::before,
.events-section .see-all a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 3px;
    background-color: #c2040b;
    transition: all .3s;
    width: 0;
}

#seeAll a:hover::before,
.seeAll a:hover::before,
.events-section .see-all a:hover::before {
    width: 100%;
}

.grd009 {
    position: relative;
}

.grd009 ul {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    gap: 15px;
}

.grd009 ul li button {
    height: 40px;
    width: 40px;
    border: 1px solid #d4d4d4;
    color: #777;
    background-color: transparent;
    font-size: 24px;
    transition: all .3s;
}

.grd009 ul li button:hover {
    border-color: #333;
    color: #333;
}

.mobile-menu .navigation li.active {
    border-left: 4px solid #fff;
}

.heading__subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #c2040b;
    margin-bottom: 10px;
}

.heading__title {
    position: relative;
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #333;
}

.heading__desc {
    font-size: 16px;
    margin-bottom: 0;
}

#stickyTexts h5 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.contact__number i {
    font-size: 17px;
    color: #c2040b;
    margin-right: 10px;
}

.contact__number a {
    color: #c2040b;
    font-size: 22px;
    line-height: 1;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.contact-panel {
    background-color: #ffffff;
    padding: 40px 50px 50px;
    border-radius: 4px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
}

.contact-panel__title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.d-block {
    display: block !important;
}

.form-control {
    height: 50px;
    font-size: 14px;
    padding: 0 0 0 20px;
    border-radius: 5px;
    border: 1px solid #c2040b;
    background-color: transparent;
}

.form-control::placeholder,
span.current {
    color: #929292;
}

label.form-group {
    width: 100%;
    position: relative;
}

label.form-group span {
    position: absolute;
    top: 50%;
    left: 11px;
    font-size: 14px;
    margin-top: -12px;
    transition: all .3s;
    font-weight: 400;
    padding: 0 10px;
    color: #c2040b;
    transform: translateY(-24px) translateX(0px);
    background: #fff;
}

label.form-group input:placeholder-shown~span {
    color: #929292;
    transform: none;
    background: transparent;
    pointer-events: none;
}

label.form-group input:placeholder-shown,
label.form-group textarea:placeholder-shown {
    border-color: #e8e8e8;
}

/* nice-select.css */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

.nice-select:hover {
    /* border-color: #dbdbdb; */
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    /* border-color: #999; */
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.nice-select.form-control.select-box.green {
    border-color: #c2040b;
}

.nice-select.form-control.select-box.green * {
    color: #333;
}

.nice-select.form-control.select-box.green::after {
    border-bottom-color: #c2040b;
    border-right-color: #c2040b;
}

.contact-panel .nice-select,
.contact-panel .form-group {
    margin-bottom: 20px;
}

#submit_btn1 {
    background-color: #fab95b;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100%;
    height: 40px;
    font-weight: 600;
    gap: 5px;
    transition: all .3s;
    border-radius: 30px;
}

#submit_btn1:hover {
    opacity: .8;
}

.heading__desc a {
    color: #c2040b;
}

.label-radio {
    position: relative;
    padding-left: 29px;
    cursor: pointer;
}

.label-radio input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.label-radio span {
    position: absolute;
    left: 0;
    top: 4px;
    width: 17px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.label-radio input:checked~span {
    border-color: #c2040b;
    background-color: #c2040b;
}

.label-radio span::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    position: relative;
    top: -6px;
    right: -1px;
    font-size: 12px;
    opacity: 0;
}

.label-radio input:checked~span::before {
    opacity: 1;
}

textarea.form-control {
    height: 100px;
    padding: 15px;
}

.survey_qsts {
    padding-left: 0px;
    margin-bottom: 30px;
    counter-reset: section;
}

.survey_row {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

.survey_row p {
    font-weight: 600;
    counter-increment: section;
}

.survey_row p::before {
    content: counter(section) ' - ';
}

.survey_row ul {
    display: flex;
    flex-wrap: wrap;
}

.survey_row ul li {
    width: 100%;
}

.survey_row ul li label {
    position: relative;
    cursor: pointer;
}

.survey_row ul li label input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.survey_row ul li label {
    display: flex;
    gap: 10px;
    align-items: center;
}

.survey_row ul li label i {
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    border-radius: 50%;
    display: block;
}

.survey_row ul li label input:checked~i {
    border-color: #c2040b;
    background-color: #c2040b;
}

.filter-gallery-one iframe {
    width: 100%;
    height: 220px;
}

#jc_center .row {
    justify-content: center;
}

.member_src {
    padding: 0px 30px 0;
}

.member_src h3 {
    font-size: 24px;
    color: rgb(34, 34, 34);
    font-weight: 700;
    margin: 50px 0 30px;
}

.src_section label {
    width: 100%;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.src_section input {
    width: 100%;
    height: 40px;
    border: 1px solid #eaeaea;
    padding-left: 15px;
    border-radius: 4px;
    transition: all .3s;
}

.src_section input::placeholder {
    color: #929292;
}

.src_section input:focus {
    border-color: #333;
}

.src_section+.src_section {
    margin-top: 15px;
}

.rst_btn {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: transparent;
    font-weight: 600;
}

.member_src .nice-select {
    float: none;
    height: 40px;
    line-height: 40px;
    text-transform: capitalize;
    font-size: 16px;
}

.letter_row ul {
    display: flex;
    width: 100%;
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.letter_row ul li a {
    font-weight: 600;
    width: 15px;
}

.letter_row ul li a {
    font-weight: 800;
    width: 46px;
    height: 30px;
    display: flex;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    transition: all .3s;
    background: #34495f29;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #34495f;
}

.letter_row ul li a:hover {
    background-color: var(--thirdColor);
    color: #fff;
}

.export_excel {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #c2040b;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    padding: 0 20px;
    gap: 10px;
}

.member_list {
    row-gap: 30px;
    margin-top: 30px;
}

.member_list>div>div {
    background-color: #e2e4e769;
    padding: 30px;
    display: inline-block;
    vertical-align: middle;
    color: var(--firstColor);
    border: 1px solid transparent;
    transition: all .3s;
    height: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.member_list div>h3 {
    height: 39px;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 1.4;
    color: #c2040b;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.2;
}

.member_list div>h3 a {
    color: var(--firstColor);
    font-weight: inherit;
}

.member_list div ul:not(.shareList) {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
    gap: 5px;
    line-height: 1.2;
    flex-direction: column;
}

.member_list div ul:not(.shareList) li {
    overflow: hidden;
    max-height: 4.4rem;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.member_list div p {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
}

.member_list div p a {
    color: var(--firstColor);
}

.member_list div:hover {
    border-color: #d0d0d0;
}

.page_title::before {
    content: attr(data-title);
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 13px;
    opacity: .3;
}

.member_detail {
    padding: 30px;
    background-color: #fff;
}

.contact-links-box .info li svg {
    height: 40px;
    width: auto;
    position: absolute;
    left: 0;
    top: 20px;
}

.menu-outer {
    position: absolute;
    top: 105px;
    left: 0;
    width: 100%;
    bottom: 100px;
    overflow-y: auto;
}

.social-links a::before {
    content: '';
    position: absolute;
    inset: 1px;
    background-color: #fff;
}

.social-links a img {
    position: relative;
    z-index: 2;
}

.event-block:hover .read-more a,
.event-block:hover .read-more a::before {
    color: rgb(21, 60, 133) !important;
}

#mainPagination {
    display: none;
}

.share_bar {
    display: flex;
    margin-top: 30px;
    justify-content: flex-end;
    align-items: center;
    min-height: 51px;
}

.detail_thumbs1 {
    margin: 15px 0;
}

.detail_thumbs1 .swiper-slide {
    height: auto;
}

.detail_thumbs1 img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.detail_thumbs1 img:hover {
    opacity: .5;
}

.row.justify-center {
    row-gap: 30px;
}

.justify-center .row {
    justify-content: center;
    row-gap: 30px;
}

.staff_modal {
    position: fixed;
    inset: 0;
    background-color: rgb(0 0 0 / 80%);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    display: none;
}

.staff_modal.active {
    display: flex;
}

.staff_modal .sm_closer {
    position: absolute;
    inset: 0;
}

.staff_modal>div.sm_inner {
    background-color: #fff;
    width: 700px;
    border-radius: 10px;
    max-width: calc(100% - 30px);
    display: flex;
    padding: 30px 30px 30px 30px;
    position: relative;
    z-index: 2;
}

.sm_inner>div:first-child {
    width: 217px;
}

.sm_inner>div:first-child img {
    border-radius: 10px;
}

.sm_inner>div:nth-child(2) {
    padding-left: 30px;
    flex: 1;
}

.sm_inner>div:nth-child(2) h3 {
    font-weight: 700;
    color: #333;
    margin: 15px 0 0;
    font-size: 20px;
}

.sm_inner>div:nth-child(2) u {
    padding-bottom: 15px;
    border-bottom: 5px solid #c2040b;
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
}

.sm_inner>div:nth-child(2) ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.sm_inner>div:nth-child(2) ul li {
    display: flex;
    gap: 15px;
    width: 100%;
}

.sm_inner>div:nth-child(2) ul li strong {
    width: 100px;
    color: #c2040b;
    display: flex;
    justify-content: space-between;
}

.sm_inner>div:nth-child(2) ul li strong::after {
    content: ':';
}

.sm_inner>div:nth-child(2) ul li span {
    flex: 1;
}

.sm_inner>button {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    color: #333;
    border: 3px solid #333;
    font-size: 20px;
    transition: all .3s;
}

.sm_inner>button:hover {
    background-color: #333;
    color: #fff;
}

.committee_box {
    background-color: #fff;
    padding: 30px;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.15); */
}

.committee_box h2.ttr_04,
.committee_box h3.ttr_04 {
    font-size: 18px;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.committee_box h2.ttr_04 a,
.committee_box h3.ttr_04 a {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    display: flex;
    gap: 10px;
    padding: 0 15px;
    position: relative;
}

.committee_box h2.ttr_04 a::before,
.committee_box h3.ttr_04 a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    background-color: #c2040b;
    transition: all .3s;
    width: 0;
}

.committee_box h2.ttr_04 a:hover::before,
.committee_box h3.ttr_04 a:hover::before {
    width: 100%;
}

.staffPadding>div {
    padding: 0 7.5px;
}

.row.staffPadding {
    margin: 0 -7.5px;
    row-gap: 15px;
}

.htmlFixed {
    overflow: hidden;
}

.committee_box+.committee_box {
    margin-top: 30px;
}

.team-block:hover .inner-box {
    background-color: #c2040b;
}

.team-block:hover * {
    color: #fff !important;
}

.designation+.designation {
    opacity: .4 !important;
}

.event_image {
    background-color: #ddd;
    height: 200px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.event_image strong {
    width: 40px;
    background-color: #c2040b;
    color: #fff;
    position: absolute;
    top: 0;
    right: 15px;
    text-align: center;
    padding: 5px 0 0;
    font-size: 20px;
    transition: all .2s;
}

.event_image strong i {
    display: block;
    font-style: normal;
    background: #fff;
    color: #000;
    font-size: 15px;
    margin-top: 5px;
}

.event_title1 {
    margin: 15px 0 0;
}

.event_title1 a {
    display: flex;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
    font-size: 16px;
}

.events_lister {
    row-gap: 30px;
}

.e_detail_block img {
    margin-bottom: 15px;
    width: 100%;
}

.e_detail_block ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}

.e_detail_block ul li {
    list-style-type: disc;
}

.e_detail_block p:last-child {
    margin-bottom: 0;
}

.flex_title.ttr_04 {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.flex_title i {
    opacity: .4;
}

.no_img {
    position: relative;
}

.no_img h3 {
    color: #000;
    font-size: 24px;
}

.doc_item1.no_img {
    position: relative;
}

.doc_item1.no_img h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
    font-size: 17px;
    left: 0;
    width: 100%;
    padding: 0px 20%;
    letter-spacing: -.5px;
    text-shadow: 1px 1px #ccc;
    color: #33384b;
    line-height: 1.2;
    cursor: default;
    pointer-events: none;
}

.doc_item1.no_img h3 i {
    display: block;
    font-style: normal;
    font-size: 70%;
    margin-top: 10px;
}

.grid .element-item {
    margin-bottom: 30px;
}

.event-details .contact-box .info li.active>a,
.event-details .contact-box .info li.active:hover>a {
    background-color: #333 !important;
    color: #fff;
}

#certPage .doc_item1 strong {
    padding: 10px 0 0 0;
    display: inline-block;
    vertical-align: middle;
}

#certPage>div {
    margin-bottom: 30px;
}

#certPage .doc_item1 {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.committee_box h2.c20-t {
    font-size: 20px;
}

.committee_box.e_detail_block {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
}

.event-details .content-column .committee_box.e_detail_block>h2.ttr_04 {
    box-shadow: none;
    background-color: transparent;
    padding: 0;
}

.swiper-pagination-bullet {
    background-color: #fff;
}

.staff_bar+.staff_bar {
    margin-top: 1px;
    border-top: 1px solid #c3c3c3;
}

#eventLister2 .event-block .content-box .content {
    padding-right: 0;
}

#eventLister2 .event-block .content-box .date-box {
    width: 55px;
    top: 0px;
    transform: none;
}

#eventLister2 .event-block .content-box {
    padding-right: 15px;
}

#eventLister2 .event-block .content-box h3 {
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
}

#eventLister2 .event-block .content-box h4 {
    font-size: 14px;
    font-weight: 400;
    opacity: .8;
    margin: 0;
}

#eventLister2 .event-block .content-box h4 a {
    color: #929292;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eventSwiper {
    overflow: hidden;
    padding: 15px;
    margin: -30px;
}

.eventsRow {
    row-gap: 15px;
    margin: 0 -7.5px;
}

.eventsRow>div {
    padding: 0 7.5px;
}

#eventLister2 .event-block .inner-box::after {
    display: none;
}

#eventLister2 .event-block .inner-box.active::before {
    opacity: 0;
    box-shadow: none;
}

#eventLister2 .eventsRow .event-block {
    border: 1px solid #eaeaea;
    transition: all .3s;
    height: 100%;
}

#eventLister2 .eventsRow .event-block:hover {
    border-color: #c2040b;
}

#eventLister2 .eventsRow .event-block:hover .content-box .date-box .date {
    border-color: #c2040b;
}

.event_sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event_sb ul {
    display: flex;
}

.event_sb ul li button {
    border: 1px solid;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    height: 31.5px;
    display: flex;
    align-items: center;
    padding: 0 9px;
    transition: all .3s;
}

.event_sb ul li button:hover {
    opacity: .7;
}

.event_sb ul li:first-child button {
    border-radius: 4px 0 0 4px;
}

.event_sb ul li:last-child button {
    border-radius: 0 4px 4px 0;
}

.eventSwiper {
    position: relative;
}

.eventSwiper::before,
.eventSwiper::after {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 30px;
    width: 20px;
    background-color: #fff;
    z-index: 2;
}

.eventSwiper::before {
    left: 0;
}

.eventSwiper::after {
    right: 0;
}

.recent-posts-box+.sidebar-title {
    margin-top: 20px;
}

.dwn_files {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.dwn_files li {
    width: 100%;
}

.dwn_files a {
    border: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-weight: 600;
    border-radius: 4px;
    transition: all .3s;
    line-height: 1.2;
}

.dwn_files a:hover {
    background-color: #f5f5f5;
}

.dwn_files a img {
    height: 60%;
}

.archive_src {
    background-color: #fff;
}

.archive_src>.row {
    margin: 0 -5px;
    row-gap: 10px;
}

.archive_src>.row>div {
    width: calc(25% - 13px);
    padding: 0 5px;
}

.archive_src>.row>div:last-child {
    width: 50px;
}

.archive_src .niceSelect {
    width: 100%;
}

.archive_src input {
    width: 100%;
    height: 50px;
    border: solid 1px #e8e8e8;
    padding-left: 15px;
    border-radius: 5px;
    transition: all .3s;
}

.archive_src input:focus {
    border-color: #999;
}

.archive_src input::placeholder {
    color: #929292;
}

.archive_src button {
    height: 50px;
    background-color: var(--firstColor);
    color: #fff;
    width: 100%;
    font-weight: 700;
    border-radius: 5px;
}

.press_release {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-top: 15px;
}

.press_release>div {
    background-color: #fff;
    padding: 15px;
    transition: all .3s;
    border-radius: 4px;
}

.press_release>div:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}

.pr_item h3 {
    font-size: 20px;
}

.press_release h3 a {
    color: #333;
    line-height: 1.2;
    display: inline-block;
}

.pr_item p,
.pr_item h3 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    margin: 0;
    line-height: 1.6;
}

.pr_item .col-lg-8 {
    padding-top: 15px;
}

.pr_item .row {
    row-gap: 15px;
}

.archive_src button span {
    display: none;
}

#annoFilter1>.row>div:not(:last-child) {
    width: calc(50% - 25px);
}

.pr_item span {
    font-size: 14px;
}

.sidebar .recent-posts .post-date span {
    color: #c2040b;
    background: rgb(194 4 11 / 8%);
    font-size: 13px;
    padding: 0 5px;
    border-radius: 4px;
}

.video_lister1 {
    position: relative;
}

.video_lister1 div {
    position: relative;
    display: inline-block;
    width: 100%;
    transition: all .3s;
}

.video_lister1 div:hover {
    opacity: .8;
}

.video_lister1 div>i {
    position: absolute;
    top: 30px;
    left: 20px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    display: flex;
    gap: 10px;
    align-items: flex-end;
    z-index: 2;
    pointer-events: none;
}

.video_lister1 div>i i {
    font-size: 32px;
}

.video_lister1 div>h3 {
    font-weight: 600;
    color: #fff !important;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 2;
    width: 100%;
    line-height: 1.2;
    pointer-events: none;
    margin: 0;
    letter-spacing: -.3px
}

.video_lister1 div>h3 i {
    display: block;
    font-style: normal;
    font-size: 12px;
    opacity: .7;
}

.video_lister1 div::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0);
    opacity: .4;
    pointer-events: none;
}

.video_lister1 div>h3 span {
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    color: inherit;
}

.video_lister1 div img {
    min-height: 160px;
    object-fit: cover;
    width: 100%;
}

#videoDetail iframe {
    width: 100%;
    height: 400px;
}

#det_back::before {
    display: none;
}

#det_back {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

#det_back a {
    border: 1px solid;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    height: 31.5px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    transition: all .3s;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    gap: 5px;
    width: max-content;
}

.event-block .content-box .date-box .date.srv_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
}

.srv_icon img {
    max-width: 70%;
    max-height: 70%;
}

.event-block .content-box h3 {
    width: 100%;
    line-height: 1.2;
}

#certPage .doc_item1>div {
    border-radius: 4px;
}

#pvvf_04 {
    margin-top: 50px;
}

.swiper-container {
    overflow: hidden;
    position: relative;
}

.banner_vertical .swiper-container {
    overflow: visible;
}

.label-radio a {
    text-decoration: underline !important;
}

#indexAnno1 .event-block+.event-block {
    margin-top: -3px;
}

#eventLister2 .event-block {
    border-bottom: 1px solid #eaeaea;
    transition: all .3s;
}

#eventLister2 .event-block:hover {
    background-color: #f5f5f5;
    border-color: transparent;
}

.event-details .content-column .committee_box.e_detail_block>h2.ttr_04 {
    justify-content: space-between;
    align-items: flex-start;
}

.event-details .content-column .committee_box.e_detail_block>h2.ttr_04>span {
    width: calc(50% - 15px);
}

.event-details .content-column .committee_box.e_detail_block>h2.ttr_04>span:last-child {
    text-align: right;
}

.event-details .content-column .committee_box.e_detail_block>h2.ttr_04>span span {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}

.event-details .content-column .committee_box.e_detail_block>h2.ttr_04>span span i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}

.event_time {
    border: 1px solid #eaeaea;
    padding: 15px;
    margin: -15px 0 15px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.event_time>div:first-child {
    width: 250px;
}

.event_time>div:last-child {
    flex: 1;
    padding-left: 15px;
    display: flex;
    justify-content: flex-end;
}

.event_time span {
    position: relative;
}

.event_time span i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}

.event_time span {
    padding-left: 35px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #747474;
}

.event_time>div strong:nth-child(2) {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

#eventLister2.egrs_o1 .col-md-12 {
    padding: 0;
}

#galleryPage2 .doc_item1>div {
    border-radius: 4px;
    transition: all .3s;
}

#galleryPage2 .doc_item1>div:hover {
    opacity: .5;
}

#pressImages2 a {
    padding: 0;
}

.service-details+.service-details {
    margin-top: 30px;
}

.event-details .content-column .detailGallery img {
    width: auto;
    /* width: auto; */
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.detailGallery .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doc_item1>div>a {
    display: inline-block;
    width: 100%;
    background-color: #000;
}

.doc_item1>div>a img {
    transition: all .3s;
}

.doc_item1 a:hover img {
    opacity: .8;
}

.fc-toolbar .fc-left h2 {
    padding-top: 5px;
    font-weight: bold;
    color: #000;
    font-size: 17px;
    letter-spacing: -.3px;
}

.if_empty {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 100px 0 0;
}

.if_empty div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.if_empty div>i {
    font-size: 80px;
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .5;
    pointer-events: none;
}

.if_empty div>i i {
    content: '';
    position: absolute;
    inset: -40px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.if_empty div>i i:nth-child(2) {
    inset: -80px;
    opacity: .6;
}

.if_empty div>i i:nth-child(3) {
    inset: -120px;
    opacity: .4;
}

.if_empty strong {
    display: block;
    width: 100%;
    font-size: 24px;
    margin: 45px 0 15px;
    color: #000;
}

.if_empty p {
    font-size: 16px;
}

.detailGallery figure {
    width: 100%;
    /* height: 450px; */
    display: flex;
    align-items: center;
}

.detailGallery img {
    max-height: 100%;
}

#bw9_08 {
    margin-bottom: 30px;
}

#bw9_08 .doc_item1 span {
    margin-top: 10px;
    display: block;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
}

h2.event_title_09 {
    font-weight: 700;
    color: rgb(34, 34, 34);
    text-transform: capitalize;
    font-size: 30px;
}

#jgk_04 .pr_item {
    background-color: #fff;
    padding: 15px;
    height: 100%;
    transition: all .3s;
    border: 1px solid transparent;
}

#jgk_04 .pr_item:hover {
    box-shadow: rgb(0 0 0 / 7%) 0px 0px 25px 0px;
    border-color: #ddd;
}

#jgk_04 .pr_item h3 {
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
}

#jgk_04 .pr_item h3:hover a {
    color: #333;
}

#jgk_04 .pr_item span {
    margin-bottom: 10px;
    display: block;
}

#jgk_04 .pr_item p a,
#jgk_04 .pr_item h3 a {
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}

#jgk_04 {
    row-gap: 30px;
}

#jgk_04 img {
    border-radius: 0 50% 50% 0;
    width: 100%;
}

#jj_yt03 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.pr_item .shareList {
    position: static;
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
}

a.mailto7 {
    font-size: 14px;
    color: #929292;
}

.instaBG {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.fair_img img {
    width: 100%;
    margin: 15px 0 30px;
}

.acc_list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.acc_list li {
    width: 100%;
}

.acc_list li a {
    font-weight: 600;
    position: relative;
    transition: all .3s;
}

.acc_list li a:hover {
    color: #c2040b;
}

.acc_list li a i {
    content: "";
    position: absolute;
    left: -31px;
    top: -4px;
    width: 25px;
    height: 25px;
    background-color: rgb(194, 4, 11);
    z-index: 2;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}

.acc_list li a i::before {
    content: '';
    inset: 4px;
    background-color: #fff;
    border-radius: inherit;
    position: absolute;
}

.recent-posts-box+.recent-posts-box {
    margin-top: 5px;
}

#projectLister .committee_box {
    background-color: transparent;
    padding: 0;
}

#projectLister .event-block-two .lower-box {
    padding: 30px;
}

#projectLister .event-block-two .lower-box .content {
    flex-direction: row;
    align-content: space-between;
}

#projectLister .event-block-two .lower-box .content div {
    width: 100%;
}

.proj_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.proj_title a,
.title_variant1 a {
    font-size: 16px;
    color: #c2040b;
    text-decoration: underline;
    margin-left: 30px;
    position: relative;
    transition: all .3s;
    white-space: nowrap;
}

.proj_title a::after,
.title_variant1 a::after {
    content: "\f178";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s;
}

.proj_title a:hover,
.title_variant1 a:hover {
    padding-right: 20px;
}

.proj_title a:hover::after,
.title_variant1 a:hover::after {
    opacity: 1;
}

.detailGallery .swiper-wrapper .swiper-slide:first-child img {
    width: auto;
    max-height: 450px;
    height: auto;
}

.comm_number {
    height: 30px;
    display: inline-flex;
    margin-bottom: 15px;
    align-items: center;
    border-radius: 3px;
    max-width: 100%;
}

.comm_number div {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: rgb(135, 135, 135);
    padding-right: 10px;
}

.comm_number span {
    display: flex;
    text-align: center;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #34495f;
    font-weight: 900;
    margin-right: 5px;
}

.staffPadding.committee_news .event-block-two .content-box .content {
    display: block;
}

.staffPadding.committee_news .event-block-two .inner-box {
    flex-wrap: unset;
}

.staffPadding.committee_news .event-block-two .content-box .cat-info a {
    background-color: transparent;
    padding: 0;
    color: #929292;
}

.staffPadding.committee_news .event-block-two .content-box .cat-info {
    margin-bottom: 0;
}

#committee_decisions {
    margin-top: 30px;
}

#committee_decisions .event-block-two .lower-box {
    padding: 20px;
}

#committee_decisions .row {
    row-gap: 0;
}

#committee_decisions .event-block-two {
    margin-bottom: 15px;
}

#committee_decisions .event-block-two .content-box h3 {
    margin-bottom: 0;
}

#no333 .event-block-two .lower-box {
    padding: 25px 20px;
}

#no333 .event-block-two .inner-box {
    /* border-bottom: none; */
}

.mt-15 {
    margin-top: 15px !important;
}

.com_ann .inner-box:hover h3 {
    text-decoration: underline;
}

.com_dec_hover .inner-box {
    transition: all .3s;
}

.com_dec_hover .inner-box:hover {
    box-shadow: rgb(0 0 0 / 19%) 0px 0px 15px 0px;
}

.gtx_9823>div:last-child .event-block {
    border-bottom: none !important;
}

.com_title1 {
    display: block;
}

#select2_s {
    width: 1000%;
    position: relative;
    margin-top: 15px;
    border: 1px solid #ddd;
}

#select2_s i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    margin-top: 0px;
    font-size: 24px;
}

.s2_overlay {
    width: 100%;
}

.select2-container {
    width: 100% !important;
}

html {
    overflow-x: hidden;
}

.committee_box img {
    width: 100%;
}

.mb_neg_30 {
    margin-bottom: -30px;
}

.eventSwiper .events-list .event-block:last-child {
    border-bottom: none !important
}

h2.title_variant1,
h3.title_variant1 {
    font-size: 24px !important;
    display: flex;
    justify-content: space-between;
    padding-top: 0 !important;
    margin-bottom: 15px !important;
}

.spacer_40 {
    margin-top: 40px;
}

#no333 .row>div {
    margin-bottom: 0;
}

#no333 .row {
    row-gap: 30px;
}

.comm_counter {
    counter-reset: list-counter;
}

.comm_counter li a span {
    position: relative;
    padding-left: 25px;
    display: block;
}

.comm_counter li a span::before {
    content: counter(list-counter) ".";
    counter-increment: list-counter;
    position: absolute;
    left: 0;
    top: -1px;
}

.row.gtx_9823 {
    row-gap: 0 !important;
}

h2.page_title.proj_title.select2_row,
h1.page_title.proj_title.select2_row {
    flex-wrap: wrap;
}

.sideLinks {
    padding-bottom: 15px;
}

.if_empty.horizontal {
    text-align: left;
    padding: 15px 0;
}

.if_empty.horizontal div {
    justify-content: flex-start;
}

.if_empty.horizontal div:last-child {
    padding-left: 30px;
}

.pg_faq1 {
    margin: 30px 0;
}

.event-details .content-column .accordion-box>h2 {
    font-size: 18px;
    text-transform: capitalize;
}

.arrow_title1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.arrow_title1 a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c2040b;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #c2040b;
    transition: all .3s;
}

.arrow_title1 a:hover {
    background-color: #fff;
    color: #c2040b;
}

.staffCardList {
    padding: 80px 0;
}

.sc_item {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
    height: 100%;
}

.sci_top {
    position: relative;
}

.sci_top div {
    position: absolute;
    left: 0px;
    bottom: -59px;
    width: 50px;
    height: 60px;
    border: 2px solid #fff;
    z-index: 2;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    border: 1px solid #ddd;
}

.sc_item strong {
    padding: 0px 0 0 65px;
    display: block;
    color: #333333bd;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.sc_item strong span {
    background-color: #333;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 10px 5px 10px 15px;
    position: relative;
    left: -15px;
    width: calc(100% + 15px);
    margin-bottom: 5px;
}

.sc_info {
    padding: 15px 0;
    border-top: 1px solid #eaeaea;
    margin: 15px 30px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.sc_info i {
    color: #000;
    width: 20px;
    display: inline-block;
}

.sc_info i.fa-slack {
    transform: rotate(20deg);
}

.sc_info li {
    color: #929292;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sc_info li a {
    color: inherit;
}

.staffCardList .row {
    row-gap: 30px;
}

.timeLine1,
.timeLine_horizontal {
    padding: 80px 0;
    overflow: hidden;
}

.ts_item {
    border: 1px solid #eaeaea;
    padding: 24px;
}

.ts_item span {
    background-color: #f0f0f0;
    font-size: 12px;
    color: #757575;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    height: 32px;
    font-weight: 700;
}

.ts_item h3 {
    margin: 1rem 0 0;
    font-weight: bold;
    color: #333;
    font-size: 20px;
    line-height: 1.1;
}

.ts_item p {
    color: #757575;
    font-size: 15px;
    margin: 15px 0 0;
}

.ts_number {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #222;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #c2040b;
    background-color: #fff;
    z-index: 2;
    position: absolute;
    top: -86px;
}

.ts_item {
    position: relative;
}

.ts_item::after {
    content: '';
    position: absolute;
    left: 25px;
    bottom: 100%;
    width: 2px;
    background-color: #c2040b;
    height: 59px;
}

.timeLineSwiper {
    overflow: visible;
    position: relative;
}

.timeLineSwiper::after {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 100vw;
    background-color: #fff;
    z-index: 2;
}

.timeLineSwiper::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    height: 2px;
    background-color: #c2040b;
    width: 100%;
    width: 100vw
}

.timeLineSwiper .swiper-slide {
    height: auto;
}

.timeLineSwiper .swiper-wrapper {
    align-items: flex-start;
    padding-top: 86px;
}

.timeLineSwiper ul {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.timeLineSwiper ul li button {
    font-size: 48px;
    background-color: transparent;
    color: #c2040b;
}

.ts_item {
    transition: all .3s;
    cursor: pointer;
}

.ts_item:hover {
    border-color: #333;
}

#tl_modal {
    flex-wrap: wrap;
    row-gap: 15px;
    width: 600px;
}

#tl_modal>div {
    width: 100%;
    padding: 0;
}

#tl_modal div span {
    background-color: #f0f0f0;
    font-size: 12px;
    color: #757575;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

#tl_modal div p {
    margin: 0;
}

#tl_modal div h3 {
    margin: 1rem 0;
    font-weight: bold;
    color: #333;
    font-size: 20px;
    line-height: 1.1;
}

.sc_item.no_person strong {
    padding-left: 15px;
}

.sc_item.no_person .sc_info {
    border-top: none;
}

h1.page_title {
    color: #000;
    font-size: 36px;
    margin: 0 0 30px;
    font-weight: 700;
}

.post img {
    transition: all 1s;
}

.post:hover img {
    transform: scale(1.2);
}

.post:hover h5 a {
    text-decoration: underline;
}

.outer_block .event-block .inner-box::before {
    display: none;
}

.outer_block .event-block .inner-box::after {
    display: none
}

.outer_block .event-block .inner-box {
    box-shadow: none;
}

.outer_block .event-block+.event-block {
    margin-top: 0px;
    border-top: none;
}

.outer_block .event-block {
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all .3s;
    position: relative;
}

.outer_block .event-block:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    z-index: 2;
}

.outer_block .events-list .event-block:last-child {
    margin: 0;
}

.outer_block {
    margin: 30px 0;
}

.event-block:hover .content-box h3 a {
    color: rgb(21, 60, 133);
}

.outer_block .pr_item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    width: 100%;
}

.outer_block .press_release {
    gap: 0
}

.outer_block .pr_item+.pr_item {
    border-top: none;
}

.outer_block .pr_item .col-sm-10 {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.ob_title {
    background-color: #f5f5f5;
    color: #494949;
    display: inline-flex;
    align-items: center;
    height: 35px;
    padding: 0 5px 0 15px;
    position: relative;
    font-weight: 600;
}

.ob_title::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    border-style: solid;
    border-width: 35px 0 0 35px;
    border-color: transparent transparent transparent #f5f5f5;
    transform: rotate(0deg);
}

.outer_block .press_release {
    margin-top: 0;
}

.post-details h2 {
    color: #870307;
    font-size: 24px;
    padding: 0;
}

.post-details h3 {
    color: #333;
    font-size: 20px;
}

.outer_block .event-block .content-box .content {
    padding-right: 80px;
    padding-left: 5px;
}

.outer_block .event-block .content-box h3 a {
    padding-right: 0;
}

.outer_block .press_release h3 a {
    font-size: 18px;
}

.outer_block .event-block .content-box {
    padding-left: 0;
}

.post-details ul,
.post-details ol {
    padding-left: 15px;
}

.post-details ul li {
    transition: all .3s;
    list-style-type: disc;
    cursor: default;
}

@media(min-width:993px) {
    .post-details ul li:hover {
        padding-left: 5px;
        color: #000;
    }

    .post-details ol li:hover {
        color: black;
        padding-left: 35px;
        cursor: default;
    }
}

.post-details ul li::marker {
    color: #c2040b;
}

.post-details ol li {
    list-style-type: decimal;
}

.post-details ol {
    counter-reset: list-counter;
    padding-left: 0;
    list-style-type: none;
}

.post-details ol li {
    counter-increment: list-counter;
    position: relative;
    padding-left: 30px;
    color: grey;
    transition: padding-left 0.3s ease, color 0.3s ease;
    list-style: none;
}

.post-details ol li::before {
    content: counter(list-counter, decimal-leading-zero) ". ";
    position: absolute;
    left: 0;
    color: #870307;
}

.post-details a {
    text-decoration: underline;
    font-weight: 600;
    color: #007bff;
    transition: all .3s;
}

.post-details a:hover {
    color: #002246;
}

.post-details table {
    margin: 15px 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
}

.post-details table,
.post-details th,
.post-details td {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.post-details th,
.post-details td {
    padding: 5px;
}

.outer_block * {
    text-decoration: none !important;
}

.event-block+.event-block {
    margin-top: 1px;
}

.post-details *:not(.row) {
    max-width: 100% !important;
}

.post-details .srv_icon img {
    max-width: 70% !important;
}

.post-details table>:first-child tr:first-child td,
.post-details table>:first-child tr:first-child th {
    background-color: #ddd;
    border-color: #bdbdbd;
}

.date.date-w-border {
    border: 1px solid #ddd;
    margin: 0 5px 0 10px;
    width: auto !important;
    display: block !important;
}

.toggle_menu1 .toggle_menu1 ul {
    padding-left: 20px;
}

.toggle_menu1 .toggle_menu1>a {
    padding-left: 0;
    background-color: rgb(245, 245, 245);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -30px 0 -30px;
    width: auto;
    padding: 0 30px;
    font-size: 16px;
}

.toggle_menu1 .toggle_menu1>a::before {
    display: none;
}

.toggle_menu1 .toggle_menu1>a::after {
    content: '+';
    left: auto;
    position: static;
    border: none;
    transform: none;
    background: transparent !important;
    width: auto;
    font-size: 20px;
}

.toggle_menu1 .toggle_menu1>a.active::after {
    content: '-';
}

.event-details .contact-box .info li {
    margin-bottom: 0;
}

.sideLinks li ul {
    margin-top: 0;
}

.sideLinks li ul {
    padding-left: 30px;
}

.detail-slider img,
.detail-slider-thumbs img {
    width: 100%;
}

#forSwiper>div:first-child {
    flex: unset;
    width: calc(100% - 60px);
}

.detail-slider-thumbs {
    margin-top: -15px;
}

.detail-slider-thumbs .swiper-slide {
    opacity: .4;
    cursor: pointer;
}

.detail-slider-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.detail-slider {
    position: relative;
}

.content-detail .detail-slider>button,
.detail-slider>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    border: none;
    font-size: 24px;
}

.detail-slider>button.detail-slider-prev {
    left: 0;
}

.detail-slider>button.detail-slider-next {
    right: 0;
}

.content-detail .detail-slider>button:hover,
.detail-slider>button:hover {
    background-color: transparent;
}

.content-detail .outer_block img {
    margin: 0;
    height: 120px;
    border-radius: 10px;
}

.content-detail .outer_block .video_lister1 {
    padding: 5px 5px 0;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.content-detail .outer_block .video_lister1 div::after {
    border-radius: 10px;
}

.content-detail .outer_block * {
    font-style: normal;
}


/* responsive */
@media(max-width:1350px) {
    .und_content {
        right: 22px;
        bottom: 19px;
        width: 110px;
    }
}

@media(max-width:1200px) {

    #jgk_04 .pr_item p a,
    #jgk_04 .pr_item h3 a {
        font-size: 18px;
    }

    .banner_vertical {
        width: 250px;
    }

    .banner_content {
        width: calc(100% - 250px);
    }

    .mainSwiper a div span {
        font-size: 24px;
    }

    .mainSwiper a div {
        padding: 0px 30px 20px 20px;
    }

    .mainSwiper li button {
        padding: 0 20px;
    }

    .main-menu .navigation {
        column-gap: 35px;
    }
}

@media(max-width:992px) {
    .recent-posts-box {
        display: flex;
        justify-content: space-between;
        row-gap: 30px;
        flex-wrap: wrap;
    }

    .recent-posts-box>div {
        width: calc(50% - 15px);
    }

    .contact-info-box::before {
        display: none;
    }

    #jgk_04 .pr_item p a,
    #jgk_04 .pr_item h3 a {
        font-size: 16px;
    }

    .event-details .info-column::before,
    .event-details .info-column .info-inner::before {
        display: none;
    }

    .event-details .content-column .content-inner {
        margin-top: 15px;
    }

    .calendar_page {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .calendar_page>div:first-child,
    .calendar_page>div:last-child {
        width: 100%;
    }

    .calendar_page>div:last-child {
        padding-left: 0;
    }

    .event-details .info-column .info-inner {
        padding-right: 0;
    }

    .event-details .info-column .title,
    #brd_v2 .title {
        padding: 12px 30px 12px;
    }

    #content_overlay {
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .brd_list {
        top: 0;
        /* text-align: left; */
    }

    .service_row>div {
        width: 33.33333333%;
    }

    .bc_right a {
        min-height: 180px;
    }

    .bc_right a+a {
        margin-top: 15px;
    }

    .bc_right {
        padding-left: 0;
    }

    .banner_vertical {
        display: none;
    }

    .banner_content,
    .bc_inline {
        width: 100%;
        border: none;
    }

    .bc_overlay {
        flex-wrap: wrap;
    }

    .from_psdt {
        width: 100%;
        height: auto;
        min-height: 300px;
    }

    .src_overlay span.icon.flaticon-menu-1 {
        display: block;
    }

    .src_bar input {
        width: 300px;
    }
}

@media(max-width:768px) {

    .content-detail .detail-slider>button,
    .detail-slider>button {
        display: none;
    }

    #forSwiper>div:first-child {
        width: 100%;
    }

    .post-details h3 {
        font-size: 18px;
    }

    .sidebar .recent-posts .title {
        font-size: 14px;
    }

    .outer_block .press_release .col-9 {
        padding-left: 0;
    }

    .outer_block .press_release .col-3 {
        display: flex;
        align-items: center;
    }

    .outer_block .press_release .col-3 a,
    .outer_block .press_release .col-3 a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    h1.page_title {
        font-size: 24px;
    }

    .committee_box+.committee_box {
        margin-top: 15px;
    }

    #tl_modal {
        padding: 30px 15px;
    }

    #tl_modal.sm_inner>div:first-child img {
        margin: 0;
        width: 100%;
    }

    .page {
        padding: 0 15px;
    }

    .staffCardList,
    .timeLine1 {
        padding: 40px 0;
    }

    .staffCardList .row {
        row-gap: 15px;
    }

    #bw9_08 .doc_item1 span {
        font-size: 13px;
        line-height: 1.2;
    }

    .grid {
        margin: 0 -7.5px;
    }

    #bw9_08 {
        margin-bottom: 15px;
    }

    .grid .element-item {
        margin-bottom: 15px;
        width: 50%;
        padding: 0 7.5px;
    }

    .if_empty.horizontal p {
        margin-bottom: 0 !important;
    }

    .sideLinks li ul {
        padding-left: 15px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 45px;
    }

    .select2-container .select2-selection--single,
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 45px;
    }

    h3.title_variant1,
    h2.title_variant1 {
        font-size: 18px !important;
    }

    #select2_s svg {
        left: 10px;
    }

    .event-block-two .content-box h3 {
        font-size: 16px !important;
    }

    .mb_neg_30 {
        margin-bottom: -15px !important;
    }

    h2.page_title.proj_title.select2_row {
        flex-wrap: wrap;
        /* gap: 15px; */
    }

    #select2_s {
        padding-left: 0;
        width: 100%;
    }

    .page_title.proj_title::before {
        display: none;
    }

    #jgk_04 img {
        border-radius: 0;
    }

    h2.event_title_09 {
        font-size: 24px;
    }

    .if_empty div>i {
        font-size: 60px;
        width: 60px;
        height: 60px;
        opacity: .5;
    }

    .if_empty p {
        line-height: 1.4;
    }

    .if_empty strong {
        font-size: 22px;
    }

    .service-details+.share_bar {
        margin-top: 15px;
    }

    .press_images img {
        height: 140px;
    }

    .event_time {
        flex-wrap: wrap;
        row-gap: 15px;
        margin-top: 0;
    }

    .event_time>div:first-child,
    .event_time>div:last-child {
        width: 100%;
    }

    .event_time>div:last-child {
        justify-content: flex-start;
        padding-left: 0;
    }

    .event-details .content-column .committee_box.e_detail_block>h2.ttr_04>span {
        width: 100%;
    }

    .event-details .content-column .committee_box.e_detail_block>h2.ttr_04>span:last-child {
        text-align: left;
    }

    .event-details .content-column .committee_box.e_detail_block>h2.ttr_04>span span {
        font-size: 14px;
    }

    .event-details .content-column .committee_box.e_detail_block>h2.ttr_04 {
        margin-top: 5px;
    }

    .member_detail .share_right {
        display: flex;
        gap: 15px;
        align-items: center;
        margin-top: 20px;
    }

    .sb_left {
        width: 80px;
    }

    .sb_right {
        padding-left: 15px;
    }

    .sb_right h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .sb_right ul {
        row-gap: 0;
    }

    .sb_right h4 span {
        font-size: 13px;
    }

    .sb_right ul li a {
        font-size: 13px;
    }

    .event-details .content-column .main-image {
        margin-bottom: 30px;
    }

    #mr_70 {
        padding-right: 70px;
    }

    .event-details .content-column .fc-left h2 {
        font-size: 16px !important;
        margin-bottom: 15px;
        min-height: 35px;
        display: flex;
        align-items: center;
    }

    .eventSwiper::before,
    .eventSwiper::after {
        display: none;
    }

    .sideLinks>li>a:not(.active) {
        padding-left: 10px;
        padding-right: 30px;
    }

    #pvvf_04 {
        margin-top: 15px;
    }

    #det_back {
        flex-direction: column-reverse;
    }

    #staffBlock .filter-gallery-one {
        row-gap: 15px !important;
    }

    .video_lister1 a>span {
        font-size: 16px;
    }

    .archive_src button span {
        display: inline-block;
    }

    .archive_src>.row>div,
    #annoFilter1>.row>div:not(:last-child) {
        width: 50%;
    }

    .archive_src>.row>div:last-child {
        width: 100%;
    }

    .pr_item h3 {
        font-size: 16px;
    }

    .pr_item span {
        font-size: 14px;
    }

    h2.c20-t.event_sb {
        font-size: 16px !important;
    }

    #eventLister2 .event-block .content-box {
        padding-left: 15px;
    }

    .event-details .content-column h2.ttr_04,
    .event-details .content-column h3.ttr_04 {
        font-size: 16px;
    }

    .committee_box h2.ttr_04 a,
    .committee_box h3.ttr_04 a {
        font-size: 12px;
    }

    #annoLister1 .content-box {
        padding-left: 15px !important;
    }

    .committee_box {
        padding: 15px;
        overflow: hidden;
    }

    #staffBlock .row {
        margin: 0 -11px;
    }

    #staffBlock .col-6 {
        padding: 0 7.5px;
    }

    .team-block .lower-box h4 {
        font-size: 16px;
    }

    .team-block .lower-box .designation {
        font-size: 14px;
        line-height: 1.2;
    }

    .sm_inner>div:nth-child(2) ul li strong {
        width: 90px;
    }

    .sm_inner>div:first-child img {
        width: 300px;
        display: block;
        margin: 0 auto;
    }

    .sm_inner>div:nth-child(2) ul li span {
        line-height: 1.2;
    }

    .staff_modal>div {
        flex-wrap: wrap;
    }

    .sm_inner>div:nth-child(2),
    .sm_inner>div:first-child {
        width: 100%;
        padding-left: 0;
    }

    .member_detail .shareList {
        padding: 0;
        box-shadow: none;
        margin-bottom: 30px;
        margin-right: 0;
        border: none;
        margin: 0;
        position: static;
    }

    .member_detail .share_bar {
        margin: 0;
    }

    .share_bar {
        left: 10px;
        min-height: 52px;
    }

    .carousel-box .event-block:last-child .inner-box {
        border: none;
    }

    #mainPagination {
        display: block;
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 2;
    }

    .mainSwiper a div {
        padding: 0px 30px 50px 20px;
    }

    #mainPagination .swiper-pagination-bullet-active {
        background-color: #fff;
    }

    .banner_content img {
        height: auto;
    }

    .mainSwiper a div p {
        display: none;
    }

    .mainSwiper a div span {
        font-size: 18px;
    }

    .mainSwiper a div i {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .mainSwiper li button {
        display: none;
    }

    .service_overlay {
        max-height: 394px;
    }

    .page_title::before {
        position: static;
        display: block;
    }

    .export_excel {
        top: 10px;
    }

    .contact-links-box .info {
        padding: 0;
    }

    .contact-links-box .info li svg {
        height: 30px;
    }

    .contact-links-box .info li {
        padding-left: 50px;
    }

    #content_overlay {
        row-gap: 15px;
    }

    .member_list a ul li span {
        font-size: 14px;
    }

    .member_list a:not(.shareList li a) {
        /* padding: 20px; */
        overflow: hidden;
    }

    .member_src {
        padding: 0;
    }

    .export_excel {
        height: 35px;
    }

    .member_list {
        row-gap: 15px;
        margin-top: 15px;
    }

    .letter_row {
        margin-top: 30px;
    }

    .portfolio-section {
        padding: 40px 0;
    }

    .survey_row ul li label {
        font-size: 14px;
    }

    .heading__title {
        font-size: 24px;
    }

    #stickyTexts h5 {
        font-size: 18px;
    }

    .contact-panel {
        padding: 20px;
    }

    .event-filters-box .outer .category::after {
        display: none;
    }

    .event-section {
        padding: 40px 0;
    }

    .sec-title {
        margin-bottom: 20px;
    }

    .event-block .content-box h3 a {
        font-size: 16px;
        line-height: 1.2;
        padding-right: 0;
    }

    .contact-section {
        padding: 40px 0;
    }

    .contact-section .left-col,
    .contact-section .right-col {
        margin-bottom: 0;
    }

    .contact-section .form-box .form-group:last-child {
        margin-bottom: 0;
    }

    .event-details .content-column .content-inner {
        margin-top: 0;
    }

    .events-section-two {
        padding: 40px 0;
    }

    #brd_v2 .title {
        display: none;
    }

    #brd_list_v2 {
        text-align: center;
        position: relative;
        left: 0;
        top: 0;
        z-index: 4;
        transform: none;
    }

    #brd_v2 {
        padding: 30px 0;
    }

    .press_images>div {
        width: calc(50% - 8px);
    }

    .brd_list a {
        font-size: 14px;
    }

    .detailGallery>button {
        display: none;
    }

    .main-footer .footer-bottom .inner {
        flex-wrap: wrap;
        text-align: center;
        row-gap: 15px;
    }

    .footer-bottom .inner ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-bottom .inner ul li:last-child {
        margin-top: 10px;
    }

    .main-footer .footer-bottom .inner>div {
        width: 100%;
    }

    .footer-widget.links-widget.active .widget-content {
        display: block;
    }

    .footer-widget.links-widget.active .widget-title::after {
        content: '-';
    }

    .footer-widget.about-widget {
        margin-top: 20px;
    }

    .main-footer .widget-title {
        display: flex;
        justify-content: space-between;
        height: 45px;
        align-items: center;
        margin-bottom: 0;
    }

    .main-footer .footer-widget {
        margin-bottom: 5px;
    }

    .widget-title h4 {
        font-size: 16px;
    }

    .widget-title::after {
        content: '+';
        color: #fff;
        font-size: 24px;
    }

    .main-footer .widget-content {
        display: none;
        margin-top: 15px;
    }

    .grd009 ul {
        top: -8px;
    }

    .main-footer .widgets-section {
        padding: 30px 0 20px;
    }

    .brands_outer img {
        height: 25px;
    }

    .sec-title.centered {
        margin: 0 0 30px;
    }

    .events-section .right-column .col-inner {
        padding-top: 0 !important;
    }

    .events-section .sec-title {
        flex-wrap: wrap;
        row-gap: 0;
    }

    .events-section .sec-title h2 {
        width: 100%;
    }

    .events-section .see-all a {
        font-size: 14px;
    }

    .events-section {
        padding: 30px 0;
    }

    .news-section .owl-nav {
        padding-top: 0 !important;
    }

    .event-block .inner-box.active::before {
        display: none;
    }

    .sec-title.grd009 a {
        font-size: 16px;
    }

    .department-one,
    .news-section,
    .services-section-two {
        padding: 30px 0;
    }

    .department-one__content {
        padding: 50px 15px 10px;
    }

    .department-one__title {
        font-size: 16px;
    }

    .service_row>div {
        width: 50%;
    }

    .ht_right .lng {
        display: none;
    }

    .ht_right {
        display: flex;
        align-items: center;
        position: relative;
        top: -3px;
    }

    .the_logo img {
        height: 48px;
    }

    .lng ul {
        display: none;
    }

    .src_bar {
        display: none;
    }

    .nav-logo img {
        width: 210px;
    }
}

@media(max-width:575px) {
    .r-cpt {
        margin-bottom: 15px;
    }

    #no333 .row {
        row-gap: 15px !important;
    }
}