:root {
  --noile-body-size: 16px;
  --noile-body-line-height: 1.875;
  --noile-font: 'Roboto', sans-serif;
  --noile-font2: 'Roboto', sans-serif;
  --noile-heading-font: 'Roboto', sans-serif;
  --noile-base: #3398ce;
  --noile-base-rgb: 217, 22, 110;
  --noile-base2: #3398ce;
  --noile-base2-rgb: 190, 64, 63;
  --noile-base3: #F42549;
  --noile-base3-rgb: 244, 37, 73;
  --noile-primary: #1d1d1d;
  --noile-primary-rgb: 29, 29, 29;
  --noile-secondary: #A0A1A6;
  --noile-secondary-rgb: 160, 161, 166;
  --noile-white: #ffffff;
  --noile-white-rgb: 255, 255, 255;
  --noile-white2: #F6F6F6;
  --noile-white2-rgb: 246, 246, 246;
  --noile-white3: #F7F7F7;
  --noile-white3-rgb: 247, 247, 247;
  --noile-white4: #F4E5E5;
  --noile-white4-rgb: 244, 229, 229;
  --noile-black: #222222;
  --noile-black-rgb: 34, 34, 34;
  --noile-black2: #0E1C31;
  --noile-black2-rgb: 14, 28, 49;
  --noile-black3: #282828;
  --noile-black3-rgb: 40, 40, 40;
  --noile-gray: #b6bac1;
  --noile-gray-rgb: 182, 186, 193;
  --noile-gray2: #9AA5B3;
  --noile-gray2-rgb: 154, 165, 179;
}
.primary {
	color: #3398ce;
}
.gray {
	color: #666;
}
a:hover {
    text-decoration: underline;
}
.dropdown a:hover, .page-sidebar__service-item a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
    color: var(--noile-primary, #1d1d1d);
    font-weight: 600;
}
.h5, h5 {
	font-family: 'Roboto', sans-serif;
    font-size: 1rem;
	margin-bottom: 1rem;
}
.main-menu-one .main-menu__list, .main-menu-two .main-menu__list, .main-menu-three .main-menu__list, .stricky-header .main-menu__list {
    margin-left: auto;
    margin-right: 0;
}
.text-primary {
	color: #3398ce !important;
}
.text-gray {
	color: #8d8d8d;
}
.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: #222;
    cursor: pointer;
}
.mobile-nav__content .main-menu__list li a.expanded {
    color: #3398ce;
}
.mobile-nav__content {
    width: 300px;
    background-color: #FFF;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

@media (max-width: 1199px) {
.main-menu-two {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
}
.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #FFF;
    width: 100%;
    transform: translateY(-120%);
    transition: transform 500ms ease;
}
.main-slider__vartical-text, .page-header__vartical-text {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
    top: 185px;
    left: -125px;
	color: #ffffff;
	opacity: 0.7 !important;
}
.main-slider__vartical-text::before, .page-header__vartical-text::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  opacity: 0.7 !important;
  position: absolute;
  left: 11px;
  top: -28px;
  z-index: 111;
}
.main-slider__vartical-text::after, .page-header__vartical-text::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  opacity: 0.7 !important;
  position: absolute;
  right: 11px;
  bottom: -27px;
  z-index: 111;
}
.main-slider__slide {
    position: relative;
    padding-top: 140px;
    /*padding-bottom: 50px;*/
    z-index: 11;
	height: 600px;
}
.main-slider__shape-one {
    fill: #FFF;
    position: absolute;
    right: -172px;
    bottom: -200px;
    z-index: 1;
    animation: zumpX 1s infinite alternate;
}
.main-slider__shape-two {
    fill: #FFF;
    right: -10px;
    bottom: -200px;
}
.main-slider__shape-two {
    fill: #FFF;
    right: -20px;
    bottom: 0;
}
.owl-carousel.owl-drag .owl-item {
    max-height: 600px;
}
.main-slider__bg {
    width: 100%;
    height: 100%;
	background-blend-mode: normal;
}
.main-slider__vartical-line {
    width: 526px;
    height: 100%;
    border-right: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.2);
}
.main-slider__vartical-line--one {
    width: 492px;
    border-left: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.2);
}
.main-slider__carousel .owl-dots .owl-dot {
    border: 1px solid rgba(var(--noile-white-rgb), 0.8);
}
body {
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 15px;
    line-height: 26px;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    line-height: 26px;
}
.complaint-box:hover{
	/*background-color: #f0f0f0;*/
	box-shadow: 1px 0px 10px 2px rgba(112,114,125,0.4);
	-webkit-box-shadow: 1px 0px 10px 2px rgba(112,114,125,0.4);
	-moz-box-shadow: 1px 0px 10px 2px rgba(112,114,125,0.4);
}
.complaint-box .btn-primary:hover{
	/*background-color: #fff;*/
	color: #3398ce;
}
.noile-btn {
    font-size: 15px;
}
.sidebar-one__about-desc {
    color: #666;
}
.sidebar-one__information-text {
    color: #666 !important;
	font-size: 15px;
}
.sidebar-one__content {
    width: 330px;
    background-color: #FFF;
}
.slide-title__heading, .slide-title h1,
.slide-title__heading, .slide-title h2 {
    font-size: 43px;
	font-family: 'Roboto Slab', serif;
    color: var(--noile-white, #ffffff);
    font-weight: 400;
    text-transform: none;
    line-height: 60px;
	padding-top: 90px;
    margin-bottom: 40px;
}
.main-slider__desc {
    font-size: var(--noile-size-4xl);
    color: var(--noile-white, #ffffff);
    line-height: 1.25;
    margin-bottom: 60px;
}
.main-slider__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.2);
    background-blend-mode: overlay;
}
.main-slider__circle {
    width: 366px;
    height: 366px;
    border-radius: 50%;
    background-color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.15);
    position: absolute;
    top: -17px;
    left: -50px;
    animation: zumpBottom 1s infinite alternate;
}
.page-header__circle {
    width: 244px;
    height: 244px;
    border-radius: 50%;
    background-color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.15);
    position: absolute;
    top: -26px;
    left: -26px;
    animation: zumpBottom 1s infinite alternate;
    z-index: -1;
}
.inside-page li{
	margin-bottom: 10px;
}
/*.page-header {
    padding-top: 110px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: var(--noile-primary, #1d1d1d);
    background-blend-mode: normal;
    overflow: hidden;
}
.page-header::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.3);
    background-blend-mode: overlay;
}*/
.page-header {
    padding-top: 125px;
    padding-bottom: 125px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: var(--noile-primary, #1d1d1d);
    background-blend-mode: normal;
    overflow: hidden;
}
.page-header::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
    background-blend-mode: overlay;
}
.page-header .slide-title__heading {
    font-size: 43px;
    font-family: 'Roboto Slab', serif;
    color: var(--noile-white, #ffffff);
    font-weight: 400;
    text-transform: none;
    line-height: 60px;
    padding-top: 35px;
	padding-left: 20px;
    margin-bottom: 15px;
}
.page-header .slide-title__heading.nobreadcrumb{
    padding-top: 60px;
	padding-bottom: 55px;
}
.page-header__breadcrumb-wrap {
    display: flex;
    align-items: flex-start;
    padding-left: 7px;
    margin-bottom: 50px;
}
.page-header__arrow {
    font-size: 13px;
    color: var(--noile-white, #ffffff);
    margin-top: 5px;
    margin-right: 8px;
	padding-left: 22px;
    animation: zumpX 1s infinite alternate;
}
.page-header__shape-one {
    position: absolute;
    right: -15px;
    bottom: -30px;
    z-index: 11;
    animation: zumpX 1s infinite alternate;
}
.business-one__img {
    mix-blend-mode: normal !important;
}
.noile-breadcrumb__item {
    position: relative;
    font-size: 16px;
	letter-spacing: 0.5px;
    font-weight: 400;
    color: rgba(var(--noile-white-rgb), 0.6);
    line-height: 1.25;
    text-transform: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.noile-breadcrumb__item a {
	color: rgba(var(--noile-white-rgb), 0.6);
}
.noile-breadcrumb__item a:hover {
	color: rgba(var(--noile-white-rgb), 1.0);
}
.page-header__vartical-text {
    position: relative;
    position: absolute;
    top: 95px;
    left: 25px;
    font-family: var(--noile-font, sans-serif);
    font-size: var(--noile-size-lg);
    color: var(--noile-white, #ffffff);
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 1.6px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    z-index: 11;
    transition: all 2s ease;
}
.page-header__shape-one path:nth-child(2) {
    fill: #f3f3f3;
	opacity: .2;
}
.page-header__shape-one path:nth-child(1) {
    fill: #f3f3f3;
}
.main-menu-one .main-menu__list > li + li, .main-menu-two .main-menu__list > li + li, .main-menu-three .main-menu__list > li + li, .stricky-header .main-menu__list > li + li {
    margin-left: 16px !important;
}
.main-menu-one .main-menu__list > li.dropdown > a > i.fa-angle-down, .main-menu-two .main-menu__list > li.dropdown > a > i.fa-angle-down, .main-menu-three .main-menu__list > li.dropdown > a > i.fa-angle-down, .stricky-header .main-menu__list > li.dropdown > a > i.fa-angle-down {
    font-size: 16px;
    color: var(--noile-secondary, #A0A1A6);
    margin-left: 6px;
}
@media (min-width:1440px) {
.main-menu-one .main-menu__list > li + li, .main-menu-two .main-menu__list > li + li, .main-menu-three .main-menu__list > li + li, .stricky-header .main-menu__list > li + li {
    margin-left: 36px !important;
}
.main-menu-one .main-menu__list > li.dropdown > a > i.fa-angle-down, .main-menu-two .main-menu__list > li.dropdown > a > i.fa-angle-down, .main-menu-three .main-menu__list > li.dropdown > a > i.fa-angle-down, .stricky-header .main-menu__list > li.dropdown > a > i.fa-angle-down {
    font-size: 16px;
    color: var(--noile-secondary, #A0A1A6);
    margin-left: 8px;
}
}
.service-one__btn::after {
    background-color: #3398ce;
}
.service-one__text {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: 500;
    color: var(--noile-primary, #1d1d1d);
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.main-menu-one .main-menu__list li ul li a, .main-menu-two .main-menu__list li ul li a, .main-menu-three .main-menu__list li ul li a, .stricky-header .main-menu__list li ul li a {
    text-transform: none;
}
.main-menu-one .main-menu__list > li, .main-menu-two .main-menu__list > li, .main-menu-three .main-menu__list > li, .stricky-header .main-menu__list > li {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
.main-menu-one .main-menu__list li ul, .main-menu-two .main-menu__list li ul, .main-menu-three .main-menu__list li ul, .stricky-header .main-menu__list li ul {
    min-width: 315px;
    background-color: #fff;
	/*top: 117px !important;*/
}
/*.service-one__item {
    position: relative;
    padding: 0px;
    border: 1px solid #CCC;
    transition: all 0.4s ease-in-out;
    background-color: #ffffff;
	text-align: center;
}
.service-one__btn {
    padding: 10.5px 27.5px 8.5px 27.5px;
    color: var(--noile-primary, #1d1d1d);
    font-weight: 400;
    line-height: 1.571;
    background-color: #efefef;
	margin-bottom: 20px;
}*/
.service-one__img {
    margin-bottom: 30px;
    width: 100%;
}
.service-one__item {
    position: relative;
    padding: 20px 20px 25px 20px;
    border: 1px solid #CCC;
    transition: all 0.4s ease-in-out;
    background-color: #ffffff;
	text-align: center;
}
.service-one__btn {
    padding: 10.5px 27.5px 8.5px 27.5px;
    color: var(--noile-primary, #1d1d1d);
    font-weight: 400;
    line-height: 1.571;
    background-color: #efefef;
}
.sidebar-one__title {
    font-size: var(--noile-size-3xl);
    color: #222222;
    line-height: 1.5;
    margin-bottom: 15px;
}
.sidebar-one__newsletter-input {
    border: 0;
    outline: 0;
    color: var(--noile-black, #222) !important;
    width: calc(100% - 50px);
    height: 50px;
    padding-left: 15px;
    padding-right: 10px;
    background-color: rgba(var(--noile-gray-rgb), 0.1);
}
.sidebar-one__close {
    position: absolute;
    top: 20px;
    right: 5px;
    font-size: 24px;
    color: var(--noile-gray, #222);
    cursor: pointer;
}
.social-list .social-link:nth-child(odd) {
    background: rgba(var(--noile-gray-rgb, 182, 186, 193), 0.5);
}
.social-list .social-link:nth-child(even) {
    background: rgba(var(--noile-gray-rgb, 182, 186, 193), 0.3);
}
.social-list .social-link:hover i {
    color: rgba(var(--noile-base-rgb, 217, 22, 110), 1);
}
.social-list .social-link i {
    font-size: var(--noile-size-sm);
    color: #999ca1;
}
.sidebar-one__information-icon {
    font-size: var(--noile-size-md);
    color: #3398ce;
    margin-top: 7px;
    margin-right: 10px;
    line-height: normal;
}
.topbar {
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    background-color: #e8e8e8;
}
.topbar__page-link {
    color: #1D1D1D;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
}
.topbar__page-list span:last-child  {
  display: none;
}
.footer-one__bottom {
    border-top: 1px solid rgb(var(--noile-white-rgb), 0.1);
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 25px;
}
.footer__page-list ul {
	padding-left: 0;
	margin-bottom: 10px;
}
.footer__page-list li {   
    line-height: 1;
	display: inline;
	list-style: none;
}
.footer__page-list li a  {
    color: #666;
    font-weight: 400;
}
.footer__page-list li a:hover {
    color: #222;
    font-weight: 400;
}
.footer__page-divider {
    font-size: 16px;
    color: #A0A1A6;
    line-height: 1;
    margin-left: 10px;
    margin-right: 10px;
}
.header {
    padding-top: 12px;
    padding-bottom: 12px;
}
.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233398ce'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #cc0000;
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button{
	font-size: 17px;
	padding: 1.15rem 1.15rem;
}
.accordion-button:not(.collapsed) {
    color: #3398ce;
    background-color: #F6F6F6;
    box-shadow: none;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #F6F6F6;
    outline: 0;
    box-shadow: none;
}
.main-menu-one .main-menu__list > li > a, .main-menu-two .main-menu__list > li > a, .main-menu-three .main-menu__list > li > a, .stricky-header .main-menu__list > li > a {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 600;
    line-height: 2.222;
    text-transform: capitalize;
    font-size: 15px;
}
.business-one {
    padding-top: 140px;
    padding-bottom: 125px;
    background-color: var(--noile-white2, #F6F6F6);
}
.business-one__border {
    width: calc(100% - 84px);
    height: 100%;
    position: absolute;
    border: 1px solid var(--noile-primary, #1d1d1d);
    z-index: -11;
    transform: skewX(11deg);
}
.blog-one {
	padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--noile-white, #ffffff);
}
.sec-title__heading {
    font-size: 40px;
	font-family: 'Roboto Slab', serif;
    color: var(--noile-primary, #1d1d1d);
    font-weight: 300;
    text-transform: none;
    line-height: 1.208;
    margin-bottom: 10px;
}
.banner-title {
	font-family: 'Roboto Slab', serif;
    font-size: 32px;
    color: #222;
    font-weight: 400;
    text-transform: none;
    line-height: 1.208;
    margin-bottom: 10px;
}
.inside-title__heading {
    font-size: 38px;
    color: #1d1d1d;
    font-weight: 300;
    text-transform: none;
    line-height: 1.208;
    margin-bottom: 40px;
}
.business-one__border--two::before, .business-one__border--two::after {
    content: none;
}
.footer-one {
    padding-top: 50px;
    background-color: #f0f0f0;
    overflow: hidden;
}
.footer-one__row-one {
    padding-bottom: 30px;
}
.footer-one__title {
	font-family: 'Roboto Slab', serif;
    font-size: 17px;
    color: #222;
    text-transform: capitalize;
    line-height: 1.5;
    margin-bottom: 20px;
}
.footer-one__copyright-text, .footer-one__copyright-text a {
	color: #999;
}
.footer-one__link, .footer-one__info, .footer-one__info-link {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: var(--noile-size-xl);
    font-weight: 400;
    color: #666;
    line-height: 1.875;
    padding-left: 16px;
    margin-bottom: 0;
}
.footer-one__link-item:not(:last-child), .footer-one__info-item:not(:last-child) {
    margin-bottom: 6px;
}
.footer-one .footer-one__link::before, .footer-one .footer-one__info::before {
    content: "\ea69";
    font-family: IcoFont !important;
    font-size: 14px;
    color: rgba(160, 161, 166, 0.6);
}
.mini-banner-one {
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #d1d5db;
    position: relative;
    z-index: 11;
    overflow: hidden;
}
.mini-banner-one__btn {
    padding: 20px 43.5px 20px 28px;
    font-size: var(--noile-size-xl);
    line-height: 1.375;
}
.sec-title__top-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.blog__card-title {
    font-family: var(--noile-font, sans-serif);
    font-size: 18px;
    color: #222;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.blog__card-img {
    width: 100%;
    mix-blend-mode: normal;
}
.inside-page {
    margin: 80px 0;
}
.footer-one .noile-scroll-up-btn {
    margin-left: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #3398ce;
    z-index: 1;
    overflow: hidden;
}
.footer-one .noile-scroll-up-btn::after {
    content: "";
    width: 20px;
    height: 300px;
    background-color: #222;
    position: absolute;
    right: -18px;
    bottom: -136px;
    z-index: -1;
    transform: rotate(45deg);
    transition: all 0.6s ease-in-out;
}
.footer-one__about-text {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 40px;
    line-height: 24px;
	color: #666;
}
.footer-one__info-wrap{
	margin-bottom: 30px;
}
.footer-one__link-list, .footer-one__info-list {
    color: #666;
}
.sidebar-one__information-text-link {
    color: #666;
}
.footer-one__link:hover, .footer-one__info-link:hover {
    color: #3398ce;
}


.member__item {
  position: relative;
  padding: 20px;
  background-color: var(--noile-white, #ffffff);
  border: 1px solid var(--noile-white2, #F6F6F6);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
@media (max-width: 1599px) {
  .member__item {
    padding: 20px;
  }
}
@media (max-width: 1399px) {
  .member__item {
    padding: 20px;
  }
}
@media (max-width: 435px) {
  .member__item {
    padding: 20px;
  }
}
.member__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  transition: all 0.6s linear;
}
.member__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.6s linear;
}
.member__item:hover::before, .member__item:hover::after {
  border-color: var(--noile-primary, #1d1d1d);
  width: 100%;
  height: 100%;
}
.member__item:hover {
  border-color: transparent;
}
.member__category {
  position: absolute;
  top: -10px;
  right: 50px;
  padding: 5px 21.5px;
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-base, #3398ce);
  margin-bottom: 0;
  z-index: 11;
}
.member__box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .member__box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.pricing__title-box {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .member__title-box {
    margin-bottom: 15px;
  }
}
.member__icon {
  width: 54px;
  height: 50px;
}
.member__title-inner {
  margin-left: 5px;
}
.member__title {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 4px;
}
@media (max-width: 1399px) {
  .member__title {
    font-size: 20px;
  }
}
.member__valitidy {
  margin-bottom: 0;
}
.member__price {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .member__price {
    width: 100%;
    text-align: right;
  }
}
.member__price-one {
  font-family: var(--noile-font, sans-serif);
  font-size: var(--noile-size-md);
  font-weight: 400;
  color: var(--noile-base, #3398ce);
  line-height: 1.875;
}
.member__price-two {
  font-family: var(--noile-font, sans-serif);
  font-size: var(--noile-size-4xl);
  font-weight: 600;
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
}
@media (max-width: 1399px) {
  .member__price-two {
    font-size: 20px;
  }
}
.member__line-box {
  margin-top: 34px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}
.member__line-box-two {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}
.member__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 1px;
  background-color: var(--noile-base, #3398ce);
}
.member__list-box {
  margin-bottom: 42px;
}
.member__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.member__list-text {
  position: relative;
  margin-bottom: 0;
  padding-left: 19px;
}
.member__list-text a {
  cursor: pointer;
  color: #333;
}
.member__list-text a:hover {
  cursor: pointer;
  color: #3398ce;
}
.member__list-text::before {
  content: "\ea69";
  font-family: IcoFont !important;
  font-size: 16px;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.3);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: -4px;
}
.epitropi_heading {
    font-size: 40px;
    color: #1d1d1d;
    font-weight: 300;
    text-transform: none;
    line-height: 1.208;
    margin-bottom: 45px;
}
.members .col-auto {
	padding-right: 30px;
}
@media (max-width: 576px) {
.members .col-auto {
	padding-right: 8px;
}
}
.members .col h3 {
    font-size: 24px;
    color: #1d1d1d;
    line-height: 30px;
    margin-bottom: 10px;
}
.members .col h4  {
    font-size: 16px;
    color:#8d8d8d;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
}
.contact__form-input {
    text-transform: none;
}
.modal-header .close{
	background-color: #fff;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    border: none;
}
.contact-one__contact {
    margin-top: 30px;
}

.mobile-nav__content .main-menu__list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    font-size: var(--noile-size-xl);
    color: var(--noile-primary, #1d1d1d);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
    height: 46px;
    align-items: center;
    transition: 500ms;
}
.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}
.mobile-nav__content .main-menu__list li a.expanded {
    color: #3398ce;
}
.mobile-nav__socila-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e8e8e8;
}
.mobile-nav__socila {
	margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.complaint-form-bg {
	background-color: #F6F6F6; 
	padding: 12px 20px 15px 20px; 
	margin: 10px 0 10px 0;
}
.form-label {
    margin-bottom: 0.3rem;
	font-weight: 500;
}
.noile-btn {
    padding: 16px 32px 14px 32px;
}
.input-group .btn {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
.white__btn {
    padding: 10px 27.5px 8px 27.5px;
    color: var(--noile-primary, #1d1d1d);
    font-weight: 400;
    line-height: 1.571;
    background-color: #fff !important;
}
.white__btn:hover {
    color: #ffffff;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.520rem 2.25rem 0.520rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-check-input:checked {
    background-color: #3398ce;
	border: 1px solid #3398ce;
}
.form-check-input:focus {
    border-color: #bdbdbd;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(243,243,245,1);
}
.form-check-input {
    border: 1px solid #bdbdbd;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    margin-top: 5px;
}
.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 0.575rem 2.25rem 0.575rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 134px auto;
    width: 100%;
    height: 100%;
}
.page-sidebar__single {
    padding: 25px;
    background-color: #f0f0f0;
}
.page-sidebar__service-item:not(:last-child) {
    margin-bottom: 0px;
}
.page-sidebar__service-link {
    padding: 8px 15px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1d1d1d;
    line-height: 1.875;
    background-color: #ffffff;
    text-transform: none;
	border-left: 5px solid #fff;
}
.page-sidebar__service-link:hover,
.page-sidebar__service-link.active {
    color: #1d1d1d;
	font-weight: bold;
	border-left: 5px solid #3398ce;
    /*background-color: #1d1d1d;*/
}
.page-sidebar__service-link:hover {
    color: #1d1d1d;
    background-color: #f6f6f6;
}
.page-sidebar_wrap {
    position: relative;
    z-index: 11;
    text-align: center;
}
.page-sidebar__contact::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background-color: rgba(var(--noile-primary-rgb), 0.7);
    background-blend-mode: overlay;
    z-index: 1;
}
h2.page-sidebar-title {
    font-size: 80px;
	font-weight: 400;
    color: #ffffff;
    line-height: 100px;
    text-transform: none;
    margin-bottom: 20px;
	letter-spacing: 2px;
}
.page-sidebar-text {
    font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
    color: #1d1d1d;
    line-height: 1.375;
    margin-bottom: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.page-sidebar-btn {
    padding: 20px 40px;
	width: 100%;
	color: #000;
    background-color: #adce22;
}
.new-details .btn-primary{
	--bs-btn-padding-x: 0.55rem;
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-font-size: 13px;
    --bs-btn-color: #222;
    --bs-btn-bg: #efefef;
    --bs-btn-border-color: #efefef;
	--bs-btn-border-radius: 4px;
    --bs-btn-hover-color: #3398ce;
    --bs-btn-hover-bg: #efefef;
    --bs-btn-hover-border-color: #efefef;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #222;
    --bs-btn-active-bg: #efefef;
    --bs-btn-active-border-color: #efefef;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #222;
    --bs-btn-disabled-bg: #efefef;
    --bs-btn-disabled-border-color: #efefef;
}
.new-details i {
	font-size: 12px;
	color: #3398ce;
}
.decisions-search {
    padding-top: 50px;
	padding-bottom: 20px;
    background-color: #f0f0f0;
}
#decisions {
	margin: 40px 0 60px 0;
}
#decisions .btn-primary {
	--bs-btn-padding-x: 0.55rem;
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-font-size: 13px;
    --bs-btn-color: #222;
    --bs-btn-bg: #efefef;
    --bs-btn-border-color: #efefef;
	--bs-btn-border-radius: 4px;
    --bs-btn-hover-color: #3398ce;
    --bs-btn-hover-bg: #efefef;
    --bs-btn-hover-border-color: #efefef;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #222;
    --bs-btn-active-bg: #efefef;
    --bs-btn-active-border-color: #efefef;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #222;
    --bs-btn-disabled-bg: #efefef;
    --bs-btn-disabled-border-color: #efefef;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #e4e5e8;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(228,229,232,.45);
}
.na {
    font-size: 13px;
    font-weight: 400;
    color: #999;
}
.decisions-search-heading {
    font-size: 22px;
    font-family: 'Roboto Slab', serif;
    color: var(--noile-primary, #1d1d1d);
    font-weight: 400;
    text-transform: none;
    line-height: 1.208;
    margin-bottom: 30px;
}
.form-select {
    font-size: 15px;
}
::placeholder {
  color: #212529;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #212529;
}
.form-select:focus {
    border-color: #c1c1c1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(169,169,169,.25);
}
/*MEMBERS*/
.member-cv{
	z-index: 9999;
}
.member-cv .modal-body{
	padding: 30px 30px;
}
.member-photo img {
    border-radius: 50%;
	background-color: #f3f3f3;
	max-width: 230px;
    margin: 0 auto;
}
.member-name {
	font-size: 1.55rem;
	font-family: 'Roboto Slab', serif;
    color: #1d1d1d;
    font-weight: 600;
}
.member-title {
    font-size: 16px;
    font-weight: 500;
    color: #999;
    line-height: 22px;
	margin-bottom: 2px;
	letter-spacing: 1px;
}
.member-company {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 22px;
	margin-bottom: 20px;
	font-style: italic;
}
.case-study-details {
    padding-top: 10px;
    padding-bottom: 60px;
    background-color: var(--noile-white, #ffffff);
}
.case-study-details__img {
    width: 100%;
    display: block;
	mix-blend-mode: normal;
    /* mix-blend-mode: luminosity; */
}
.max-height-450  {
	width: 100%;
	text-align: center;
	background-color: #f0f0f0;
}
.case-study-details__social {
    padding: 27px 30px 30px;
    background-color: #f0f0f0;
}
.max-height-450 img {
	max-height: 550px;
	width: auto;
	margin: 0 auto;
}
.case-study-details__info-item a{
	color: #1d1d1d;
}
.case-study-details__sm-title {
    font-size: 17px;
    line-height: 1.25;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.social-share {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}
.social-share a {
  width: 54px;
  height: 54px;
  background-color: #bfc2c9;
  border-radius: 100%;
  text-align: center;
  margin-right: 15px;
}
.social-share i {
  font-size: 24px;
  line-height: 54px;
  color: #fff !important;
}
.social-share a span {
  display: inline-block;
}
.alert [type=button]:not(:disabled), 
.alert [type=reset]:not(:disabled), 
.alert [type=submit]:not(:disabled), 
.alert button:not(:disabled) {
    cursor: pointer;
    border: none;
    background-color: transparent;
}
.pagination-box {
    margin-bottom: 50px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0rem;
    margin-left: 15%;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-indicators [data-bs-target] {
    background-color: #555;
}
.btn-carousel-control {
	background-color: #999;
	border-radius: 50px;
	width: 46px;
	height: 46px;
	padding: 6px;
}
.contact__form input::placeholder, 
.contact__form textarea::placeholder {
  opacity: 0.5;
  color: #999;
}
@media (max-width: 1199px) {
.main-menu-two__logo {
    margin-right: 95px;
}
}
/*.main-menu-two__logo {
    margin: 5px 190px 7px 0;
}*/
.stricky-header-one .mobile-nav__toggler-bars {
    background-color: var(--noile-primary, #1d1d1d);
}
.mobile-nav__content .main-menu__list, .mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 270px;
}
@media (max-width: 1199px){
.stricky-header {
    padding-top: 4px;
    padding-bottom: 4px;
}
}
@media (max-width: 1024px) {
.slide-title__heading, .slide-title h1 {
    font-size: 38px;
	font-family: 'Roboto Slab', serif;
    color: var(--noile-white, #ffffff);
    font-weight: 400;
    text-transform: none;
    line-height: 50px;
	padding-top: 30px;
    margin-bottom: 40px;
}
.main-slider__slide {
    position: relative;
    padding-top: 140px;
    /*padding-bottom: 50px;*/
    z-index: 11;
	height: 500px;
}
.main-slider__carousel .owl-dots {
    left: 40px;
    bottom: 50px;
}
.main-slider__circle {
    width: 366px;
    height: 366px;
    border-radius: 50%;
    background-color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.15);
    position: absolute;
    top: -80px;
    left: -50px;
    animation: zumpBottom 1s infinite alternate;
}
.main-slider__bg {
    background-position: right 45% bottom 0%;
}
.main-slider__content {
    width: 50%;
}
.main-slider__carousel .owl-dots {
    bottom: 20px;
}
}
@media (max-width: 576px) {
.slide-title__heading, .slide-title h1 {
    font-size: 18px;
	font-family: 'Roboto Slab', serif;
    color: var(--noile-white, #ffffff);
    font-weight: 400;
    text-transform: none;
    line-height: 30px;
	padding-top: 90px;
    margin-bottom: 40px;
}
.main-slider__slide {
    position: relative;
    padding-top: 10px;
    z-index: 11;
    height: 300px;
}
.main-slider__circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.15);
    position: absolute;
    top: 15px;
    left: -10px;
    animation: zumpBottom 1s infinite alternate;
}
.main-slider__bg {
    background-position: right 45% bottom 0%;
}
.main-slider__content {
    width: 50%;
}
.main-slider__carousel .owl-dots {
    bottom: 20px;
}
.page-header {
    padding-top: 10px;
    padding-bottom: 0px;
	min-height: 220px;
}
.page-header .slide-title__heading.nobreadcrumb {
    padding-top: 40px;
    padding-bottom: 40px;
}
.page-header .slide-title__heading {
    font-size: 19px;
    font-family: 'Roboto Slab', serif;
    color: var(--noile-white, #ffffff);
    font-weight: 400;
    text-transform: none;
    line-height: 30px;
    padding-top: 35px;
    padding-left: 0px;
    margin-bottom: 15px;
}
.page-header__circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.15);
    position: absolute;
    top: 10px;
    left: -26px;
    animation: zumpBottom 1s infinite alternate;
    z-index: -1;
}
.noile-breadcrumb__item {
    position: relative;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: rgba(var(--noile-white-rgb), 0.6);
    line-height: 1.15;
    text-transform: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.form-group{
	margin-bottom: 5px;
}
.page-header__inner {
    padding-left: 0px;
	width: 50%;
}	
}



