/*   
Theme Name: EEDI - (East European Development Institute)
Theme URI: https://web-bazis.com.ua/eedi/
Description: Theme customized and created for East European Development Institute
Author: Web Bazis
Author URI: https:web-bazis.com.ua/
Version: 0.9
*/


/*-----------------------------------------------------------------------------------*/


/*--------------------------------------------correct-------------------------------*/
article p {
    position: relative;
    margin-bottom: 23px;
}

article ul {
	margin-bottom: 25px;
	margin-left: 2em;
}
article ul li {
	line-height: 1.6em;
	margin-bottom: 8px;
}
article ul li::before {
  content: "\e90e"; /* Символ icon-check-mark з icomoon (перевірте код символу) */
  font-family: "icomoon"; /* Шрифт icomoon */
  margin-right: 5px;   /* Додаємо відступ між іконкою та текстом */
}

article h1, article h2, article h3, article h4, article h5 {
	margin-bottom: 1em;
} 

.main-header-one__top-left-menu li  {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 200ms linear;
    transition-delay: 0s;
  transition-delay: 0.1s;
}

.kama_breadcrumbs {
	font-size: 1em;
	font-weight: bolder;
}

.events-style1__single__right .date-box p {
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 1em;
}

 .multi-column-list li::before {
  content: "\e90e";
  font-family: "icomoon";
  margin-right: 5px;
}

.multi-column-list {
  column-count: 2; /* Кількість колонок */
  column-gap: 30px; /* Відстань між колонками */
        }


div.instant-services-style1__content-bottom-single ul.multi-column-list {
	padding-left: -10px;
	
}
section.blog-details.sitemaps h2 {
	margin-top: 1em !important;
	margin-bottom: 1em !important;;
}
section.blog-details.sitemaps h4 {	
	margin-top: 1.5em !important;
	margin-bottom: 0em !important;
}

section.blog-details.sitemaps ul {
	margin-bottom: 1em !important;
}
section.blog-details.sitemaps ul li ul li {
	margin-left: 1em !important;
}
section.blog-details.sitemaps ul li ul li {}
section.blog-details.sitemaps a {}
section.blog-details.sitemaps a:hover {}

.main-menu__list > li.menu-item-has-children > a::before {
	position: absolute;
	top: 2px;
	right: -10px;
	font-family: 'icomoon' !important;
	content: "\e912";
	color: #141417;
	font-size: 5px;
	font-weight: 900;
	transition: all 200ms linear;
	transition-delay: 0s;
	transition-delay: 0.1s;
	z-index: 1;
	transform: rotate(90deg);
	color: #95c176;
}

.blog-details h3, .blog-details h2 {
	margin-top: 1em;
	margin-bottom: 1.5em;
}

.date-box-pdf {
	margin-top: 1em;
}

.info-box2 {
	margin-bottom: 1em;
}

.date-box-pdf {
	margin-bottom: 1em;
	margin-top: 1em;
}


section.team-style1 article.text-box  {
	margin-bottom: 5em;
}

article.text-box p {
	margin-bottom: 1em;
}

.cta-style1__title .sup-title {
	margin-top: 2em;
	margin-bottom: 2em;
}









/*--------------------------------------------------------------
  # Mobile Nav
  --------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: 0.7;
    cursor: pointer;
}

.mobile-nav__content {
    position: relative;
    width: 300px;
    background-color: var(--thm-base);
    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;
    z-index: 10;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #f0f9f4;
    font-size: 18px;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.mobile-nav__close:hover {
    background-color: var(--thm-black);
}

.mobile-nav__close i:before {
    position: relative;
    display: inline-block;
    transform: rotate(45deg);
}

.mobile-nav__content .logo-box {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 20px;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
    color: #f0f9f4;
    font-size: 15px;
    font-family: var(--thm-font-2);
    font-weight: 500;
    height: 46px;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>ul>li>a {
    font-size: 14px;
    font-weight: 400;
}

.mobile-nav__content .main-menu__list>li>a.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
    color: var(--thm-black);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
    width: 30px;
    height: 30px;
    background-color: var(--thm-black);
    border: none;
    outline: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--thm-base);
}


.mobile-nav__content .home-showcase__title {
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 0px;
}

.mobile-nav__contact {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    position: relative;
    display: flex;
    align-items: center;
    color: #f0f9f4;
    font-size: 15px;
    font-weight: 500;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #f0f9f4;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--thm-black);
}

.mobile-nav__contact li>i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 0%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}


.mobile-nav__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__social a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #f0f9f4;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    transition: 500ms;
	padding-top: 0.68em;
}

.mobile-nav__social a+a {
    margin-left: 10px;
}

.mobile-nav__social a:hover {
    color: var(--thm-base);
    background-color: #f0f9f4;
}



/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
    display: none !important;
}

/*--------------------------------------------------------------
# Main Header Css
--------------------------------------------------------------*/
.main-header {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 99;
}

.main-menu {
    position: relative;
    display: block;
}

.main-menu__wrapper {
    position: relative;
    display: block;
}

.main-menu__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-box {
    display: block;
    float: right;
    margin-left: auto;
}



/****
  .main-menu__right {
    position: relative;
    display: block;
    float: right;
  }
  
  .main-menu__search-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 23px 0;
  }
  
  .main-menu__search-box:before {
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: -30px;
    content: "";
    width: 1px;
    background-color: var(--brote-white);
    opacity: .10;
  }
  
  .main-menu__search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    color: var(--brote-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-menu__search:hover {
    color: var(--brote-primary);
  }
  ***/


.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list>li>ul,
    .main-menu .main-menu__list>li>ul>li>ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list>li>ul,
    .stricky-header .main-menu__list>li>ul>li>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}


.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    position: relative;
    padding-top: 49px;
    padding-bottom: 48px;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 30px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    position: relative;
    color: #141417;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-family: var(--thm-font);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: var(--thm-base);
}

.main-menu .main-menu__list>li.dropdown>a,
.stricky-header .main-menu__list>li.dropdown>a {
    padding-right: 20px;
}

.main-menu .main-menu__list>li.dropdown>a:before {
    position: absolute;
    right: 0px;
    font-family: 'icomoon' !important;
    content: "\e906";
    color: #141417;
    font-size: 15px;
    font-weight: 900;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.main-menu .main-menu__list>li.current.dropdown>a:before,
.main-menu .main-menu__list>li:hover.dropdown>a:before {
    color: var(--thm-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transform-origin: top;
    transform-style: preserve-3d;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: 99;
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
    display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    transition: all 300ms ease;
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
    border-top: 1px solid rgba(var(--thm-base-rgb, 53, 84, 209), 0.05);
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
    position: relative;
    display: flex;
    font-size: 15px;
    line-height: 30px;
    color: var(--thm-gray);
    letter-spacing: 0;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    padding: 10px 25px;
    -webkit-transition: 500ms;
    transition: 500ms;
    font-family: var(--thm-font);
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
    color: #f0f9f4;
    background-color: var(--thm-base);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}




/*-------------------------------------
  # Mega Menu Css
  --------------------------------------*/
.main-menu__wrapper .main-menu__list>.megamenu {
    position: static;
}

.main-menu__wrapper .main-menu__list>.megamenu>ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
    padding: 0 !important;
}

.megamenu-content-box {
    position: relative;
    display: block;
}

.megamenu-content-box .container {
    max-width: 1200px !important;
}

.megamenu-content-box__inner {
    background-color: #fff;
    padding: 40px 35px 40px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.mobile-nav__wrapper .megamenu-content-box__inner {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0);
}

.megamenu-content-box .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.home-showcase__image {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black);
}

.home-showcase__image>img {
    width: 100%;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home-showcase__image:hover>img {
    opacity: 0.25;
}

.home-showcase__image:hover .home-showcase__buttons {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.home-showcase__buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
    visibility: hidden;
    transform-origin: bottom center;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}

.home-showcase__buttons .home-showcase__buttons__item.top {
    opacity: 0;
    transform: translateY(-50px);
    transition: all .4s ease-in-out .1s;
}

.home-showcase__image:hover .home-showcase__buttons .home-showcase__buttons__item.top {
    opacity: 1;
    transform: translateY(0px);
    transition: all .4s ease-in-out .2s;
}


.home-showcase__buttons__item {
    width: 170px;
    line-height: 50px !important;
    text-align: center;
}

.home-showcase__buttons__item:hover {
    color: #f0f9f4;
}

.home-showcase__buttons__item+.home-showcase__buttons__item {
    margin-top: 10px;
}

.home-showcase__title {
    position: relative;
    display: block;
    background-color: rgba(var(--thm-base-rgb, 53, 84, 209), 0.05);
    padding: 11px 0;
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: var(--thm-base);
    text-transform: uppercase;
    margin-top: 15px;
}

.mobile-nav__wrapper .home-showcase__title {
    color: #f0f9f4;
}

.mobile-nav__wrapper .megamenu-content-box .row [class*=col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}



/*-------------------------------------
    Stricky Header Css
  ---------------------------------------*/
.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important;
    }
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}


/***
  .mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 0px;
  }
  
  @media (min-width: 1200px) {
    .mobile-nav__buttons {
      display: none;
    }
  }
  
  .mobile-nav__buttons a {
    font-size: 20px;
    color: var(--thm-base);
    cursor: pointer;
  }
  
  .mobile-nav__buttons a+a {
    margin-left: 10px;
  }
  
  .mobile-nav__buttons a:hover {
    color: var(--brote-base);
  }
  **/

.main-menu .mobile-nav__toggler {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 25px;
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--brote-black);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}



.stricky-header.main-menu {
    background-color: #f0f9f4;
}

.stricky-header .main-menu-box {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stricky-header .main-menu__wrapper {
    background-color: #f0f9f4;
}

.stricky-header .main-menu__wrapper-inner {
    justify-content: space-between;
}

.stricky-header .phone-number-box-style1 {
    display: none;
}

.stricky-header .main-menu__list>li {
    padding-top: 48px;
    padding-bottom: 49px;
}

.stricky-header .main-menu__list>li+li {
    margin-left: 30px;
}

.stricky-header .main-menu-style1-right {
    margin-left: 30px;
}




/*----------------------------------------
    Main Header One
  ---------------------------------------*/
.main-header-one {
    position: relative;
    display: block;
}

.main-header-one__top {
position: relative;
  display: block;
  background: #95c176;
  padding: 5px 0px 5px;
}

.main-header-one__top .auto-container {
    position: static;
    max-width: 1710px;
    padding: 0px 15px;
    margin: 0 auto;
}

.main-header-one__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header-one__top-left {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-one__top-left-menu {
    position: relative;
    display: block;
    margin-right: 30px;
}

.main-header-one__top-left-menu li {
    position: relative;
    display: inline-block;
    margin-right: 29px;
}

.main-header-one__top-left-menu li:last-child {
    margin-right: 0px;
}

.main-header-one__top-left-menu li a {
    position: relative;
    display: inline-block;
    color: #f0f9f4;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-header-one__top-left-menu li a:hover {
    color: var(--thm-base);
}

.main-header-one__top-left-social-link {
    position: relative;
    display: block;
    line-height: 0;
    padding-left: 27px;
}

.main-header-one__top-left-social-link::before {
    position: absolute;
    top: -7px;
    left: 0;
    bottom: -5px;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
    content: "";
}

.main-header-one__top-left-social-link li {
    position: relative;
    display: inline-block;
    margin-right: 22px;
}

.main-header-one__top-left-social-link li:last-child {
    margin-right: 0px;
}

.main-header-one__top-left-social-link li a {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    line-height: 16px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-header-one__top-left-social-link li a:hover {
 color: #072c9c;
}


.main-header-one__top-right {
    position: relative;
    display: block;
}

.main-header-one__top-right ul {
    position: relative;
    display: block;
}

.main-header-one__top-right ul li {
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    margin-right: 5px;
}

.main-header-one__top-right ul li:last-child {
    margin-right: 0px;
}

.main-header-one__top-right ul li .icon {
    position: relative;
    display: block;
    line-height: 0;
}

.main-header-one__top-right ul li .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 18px;
    top: 1px;
}

.main-header-one__top-right ul li .text {
    position: relative;
    display: block;
    margin-left: 15px;
}

.main-header-one__top-right ul li .text p {
    color: #f0f9f4 ;
    font-size: 18px;
    line-height: 21px;
    font-weight: 900;
}

.main-header-one__top-right ul li .text p a {
    color: #fff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-header-one__top-right ul li .text p a i, p a.main-menu__search.search-toggler i.fa-solid {
	padding: 2px;
	margin-top: 4px;
}

.main-header-one__top-right ul li .text p a:hover {
    color: #072c9c;
}


.main-header-one__bottom {
    position: relative;
    display: block;
    background-color: #f0f9f4;
}

.main-menu-one {
    position: relative;
    display: block;
}

.main-menu-one .auto-container {
    max-width: 1710px;
    padding-left: 23px;
}

.main-header-one__bottom .main-menu__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header-one__bottom-left {
    position: relative;
    display: block;
}

.main-header-one__bottom-left::before {
    position: absolute;
    top: 0;
    left: -999999px;
    bottom: 0;
    right: 60px;
    background: var(--thm-base);
    content: "";
}

.logo-box-one {
    position: relative;
    display: flex;
    align-items: center;
    height: 120px;
    padding-right: 120px;
    z-index: 1;
}

.logo-box-one::before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    clip-path: polygon(100% 0, 93% 55%, 95% 100%, 0 100%, 0 1%);
    content: "";
    z-index: -1;
}

.logo-box-one::after {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: -10px;
    background: rgba(var(--thm-base-rgb), .15);
    clip-path: polygon(100% 0, 93% 55%, 95% 100%, 0 100%, 0 1%);
    content: "";
    z-index: -2;
}

.logo-box-one a {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.main-header-one__bottom-right {
    display: flex;
    align-items: center;
}

.main-header-one__bottom-right-number {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.main-header-one__bottom-right-number .icon {
    position: relative;
    display: block;
}

.main-header-one__bottom-right-number .icon span::before {
    position: relative;
    display: inline-block;
    color: #6E6E6E;
    font-size: 42px;
    line-height: 42px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-header-one__bottom-right-number:hover .icon span::before {
    color: var(--thm-base);
}

.main-header-one__bottom-right-number .text {
    position: relative;
    display: block;
    margin-left: 14px;
}

.main-header-one__bottom-right-number .text p {
    color: #6E6E6E;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}

.main-header-one__bottom-right-number .text a {
    color: #141417;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-header-one__bottom-right-number .text a:hover {
    color: var(--thm-base);
}

.main-header-one__bottom-right-btn {
    position: relative;
    display: block;
    margin-left: 50px;
    line-height: 0;
}

.stricky-header .auto-container {
    max-width: 1710px;
    padding-left: 23px;
}

.stricky-header .logo-box-one::after {
    display: none;
}



/*----------------------------------------
    Main Header Style2
---------------------------------------*/
.main-header-one--two {
    position: relative;
    display: block;
}

.main-header-one--two__top {
    position: relative;
    display: block;
    background: #575757;
    padding: 0px 0px 0px;
}

.main-header-one--two__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header-one--two__top-left {
    position: relative;
    display: flex;
    align-items: center;
}


.main-header-one--two__top-contact-info {
    position: relative;
    display: block;
    padding-right: 30px;
}

.main-header-one--two__top-contact-info li {
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    margin-right: 30px;
}

.main-header-one--two__top-contact-info li:last-child {
    margin-right: 0px;
}

.main-header-one--two__top-contact-info li .icon {
    position: relative;
    display: block;
    line-height: 0;
}

.main-header-one--two__top-contact-info li .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 18px;
    top: 1px;
}

.main-header-one--two__top-contact-info li .text {
    position: relative;
    display: block;
    margin-left: 15px;
}

.main-header-one--two__top-contact-info li .text p {
    color: #BCBDBE;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.main-header-one--two__top-contact-info li .text p a {
    color: #BCBDBE;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-header-one--two__top-contact-info li .text p a:hover {
    color: var(--thm-base);
}

.main-header-one--two .main-header-one__top-left-social-link {
    padding-right: 30px;
}

.main-header-one--two__top-left-search {
    position: relative;
    display: block;
    line-height: 0;
    padding-left: 30px;
}

.main-header-one--two__top-left-search::before {
    position: absolute;
    top: -7px;
    left: 0;
    bottom: -6px;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
    content: "";
}

.main-header-one--two__top-left-search a {
    color: #909092;
    font-size: 17px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;

}

.main-header-one--two__top-left-search a:hover {
    color: var(--thm-base);
}

.main-header-one--two__top-right {
    position: relative;
    display: block;
    line-height: 0;
}

.main-header-one--two__top-right .btn-one {
    line-height: 70px;
    border-radius: 0px;
}

.main-header-one--two__top-right .btn-one::before {
    border-radius: 0;
}

.main-menu-one--two .auto-container {
    max-width: 1320px;
}

.main-menu-one--two .main-header-one__bottom-right-number {
    margin-left: 34px;
    padding-left: 35px;
}

.main-menu-one--two .main-header-one__bottom-right-number::before {
    position: absolute;
    top: -2px;
    left: 0;
    bottom: -1px;
    background: #E5E5E5;
    width: 1px;
    content: "";
    z-index: 1;
}

.main-menu-one--two .main-header-one__bottom-left {
    position: relative;
    display: block;
    clear: both;
    width: 250px;
    height: 120px;
    z-index: 99;
}

.main-menu-one--two .auto-container {
    padding-left: 15px;
}

.main-menu-one--two .main-header-one__bottom-left::before {
    display: none;
}


.main-menu-one--two .logo-box-one {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0px;
    width: 250px;
    height: 120px;
    z-index: 1;
}

.main-menu-one--two .logo-box-one .logo-box-one__bg {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: -37px;
    right: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-header-one--two .logo-box-one a {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.main-menu-one--two .logo-box-one::before {
    display: none;
}

.main-menu-one--two .logo-box-one::after {
    display: none;
}

.main-header-one--two .main-header-one__bottom-left::before {
    display: none;
}

/*
.stricky-header .logo-box-one {
  //  background-color: var(--thm-base);
}*/

.stricky-header .logo-box-one .logo-box-one__bg {
    display: none;
}




----------------------------------------
    Main Header Three
  ---------------------------------------*/
.main-header-three {
    position: relative;
    display: block;
}

.main-header-one__bottom-style3 {
    background-color: var(--thm-base);
}

.main-menu-one--three .auto-container {
    max-width: 1320px;
    padding-left: 15px;
}


.main-header-three__top {
    position: relative;
    display: block;
    background: #212226;
    padding: 0px 0px 0px;
}

.main-header-three__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header-three__top-left {
    position: relative;
    display: flex;
    align-items: center;
}


.header-contact-info-style1 {
    position: relative;
    display: block;
    padding-right: 30px;
}

.header-contact-info-style1 li {
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    margin-right: 30px;
}

.header-contact-info-style1 li:last-child {
    margin-right: 0px;
}

.header-contact-info-style1 li .icon {
    position: relative;
    display: block;
    line-height: 0;
}

.header-contact-info-style1 li .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 18px;
    top: 1px;
}

.header-contact-info-style1 li .text {
    position: relative;
    display: block;
    margin-left: 15px;
}

.header-contact-info-style1 li .text p {
    color: #BCBDBE;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.header-contact-info-style1 li .text p a {
    color: #BCBDBE;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-contact-info-style1 li .text p a:hover {
    color: var(--thm-base);
}

.header-social-link-style1 {
    position: relative;
    display: block;
    line-height: 0;
    padding-left: 27px;
    padding-right: 30px;
}

.header-social-link-style1::before {
    position: absolute;
    top: -7px;
    left: 0;
    bottom: -5px;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
    content: "";
}

.header-social-link-style1 li {
    position: relative;
    display: inline-block;
    margin-right: 22px;
}

.header-social-link-style1 li:last-child {
    margin-right: 0px;
}

.header-social-link-style1 li a {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 16px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-social-link-style1 li a:hover {
    color: var(--thm-base);
}

.search-box-style1 {
    position: relative;
    display: block;
    line-height: 0;
    padding-left: 30px;
}

.search-box-style1::before {
    position: absolute;
    top: -7px;
    left: 0;
    bottom: -6px;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
    content: "";
}

.search-box-style1 a {
    color: #909092;
    font-size: 17px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;

}

.search-box-style1 a:hover {
    color: var(--thm-base);
}

.main-header-three-top-right {
    position: relative;
    display: block;
    line-height: 0;
}

.header-btn-style1 .btn-one {
    line-height: 70px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.1);
}

.header-btn-style1 .btn-one::before {
    background: var(--thm-base);
}

.header-btn-style1 .btn-one::before {
    border-radius: 0;
}

.main-menu-one--three .main-header-one__bottom-left::before {
    display: none;
}

.logo-box-three {
    position: relative;
    display: block;
}

.logo-box-three a {
    position: relative;
    display: inline-block;
}


.main-menu-one--three .main-menu__list>li>a {
    color: #f0f9f4;
}

.main-menu-one--three .main-menu__list>li.current>a,
.main-menu-one--three .main-menu__list>li:hover>a {
    color: var(--thm-black);
}

.main-menu-one--three .main-menu__list>li.dropdown>a:before {
    color: #f0f9f4;
}

.main-menu-one--three .main-menu__list>li.current.dropdown>a:before,
.main-menu-one--three .main-menu__list>li:hover.dropdown>a:before {
    color: var(--thm-black);
}

.main-menu-one--three .main-header-one__bottom-right-number {
    margin-left: 35px;
    padding-left: 35px;
}

.main-menu-one--three .main-header-one__bottom-right-number::before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    content: "";
}

.main-menu-one--three .main-header-one__bottom-right-number .text p {
    color: #f0f9f4;
}

.main-menu-one--three .main-header-one__bottom-right-number .text a {
    color: #f0f9f4;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-menu-one--three .main-header-one__bottom-right-number .text a:hover {
    color: var(--thm-black);
}

.main-menu-one--three .main-header-one__bottom-right-number .icon span::before {
    color: #f0f9f4;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-menu-one--three .main-header-one__bottom-right-number:hover .icon span::before {
    color: var(--thm-black);
}

.stricky-header.main-menu-one--three {
    background-color: var(--thm-base);
}

.stricky-header.main-menu-one--three .main-menu__wrapper {
    background-color: var(--thm-base);
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
    position: relative;
    display: block;
    z-index: 10;
}

.main-slider-one {
    position: relative;
    overflow: hidden;
}

.main-slider .swiper-slide {
    position: relative;
}

.main-slider .auto-container {
    position: relative;
    padding-top: 136px;
    padding-bottom: 225px;
    z-index: 30;
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.main-slider .image-layer:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    background-color: #000000;
    opacity: 0.70;
    z-index: -1;
}

.main-slider-one__content {
    position: relative;
    display: block;
    overflow: hidden;
}

.main-slider-one__content .title {
    position: relative;
    display: block;
    margin-bottom: 16px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider .swiper-slide-active .main-slider-one__content .title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.main-slider-one__content .title h2 {
    color: #f0f9f4;
    font-weight: 700;
    font-size: 70px;
    line-height: 1.1em;
}

.main-slider-one__content .title h2 span {
    color: var(--thm-base);
}

.main-slider-one__content .text {
    position: relative;
    display: block;
    margin-bottom: 40px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(80px);
    transform: perspective(400px) rotateY(0deg) translateX(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider .swiper-slide-active .main-slider-one__content .text {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.main-slider-one__content .text p {
    color: #f0f9f4;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

.main-slider-one__content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider .swiper-slide-active .main-slider-one__content .btn-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}


.main-slider__nav {
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0;
    max-width: 100%;
    padding-left: 70px;
    padding-right: 70px;
    transform: translateY(-50%);
    z-index: 100;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #f0f9f4;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    opacity: 1;
    margin: 0;
    transition: all 500ms ease;
    z-index: 100;
}

.main-slider__nav .swiper-button-prev {
    float: left;
    left: 0;
}

.main-slider__nav .swiper-button-next {
    float: right;
    right: 0;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    color: #f0f9f4;
    background: var(--thm-base);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none;
}

.main-slider__nav .swiper-button-prev {
    margin-bottom: 0px;
}

.main-slider__nav .swiper-button-prev i::before {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 60px;
    font-weight: 700;
}

.main-slider__nav .swiper-button-next i::before {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 60px;
    font-weight: 700;
}


/*--------------------------------------------------------------
# Main Slider Style2
--------------------------------------------------------------*/
.main-slider-one--two {
    position: relative;
    display: block;
}

.main-slider.main-slider-one--two .auto-container {
    position: relative;
    padding-top: 186px;
    padding-bottom: 245px;
    z-index: 30;
}

.main-slider__nav--two {
    position: absolute;
    top: 41%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    max-width: 1320px;
    width: 100%;
    padding: 0 15px;
    height: 0;
    line-height: 0;
}

.main-slider__nav.main-slider__nav--two .swiper-button-prev {
    margin-bottom: 10px;
}


/*--------------------------------------------------------------
# Main Slider Style3
--------------------------------------------------------------*/
.main-slider-three {
    position: relative;
    display: block;
    background: #cdcdcd;
    z-index: 1;
}

.main-slider-three .shape1 {
    position: absolute;
    top: 30px;
    left: 50px;
    z-index: -1;
    position: absolute;
    top: 85px;
    right: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transform: perspective(400px) translateY(-100%);
    -ms-transform: perspective(400px) translateY(-100%);
    transform: perspective(400px) translateY(-100%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider .swiper-slide-active .shape1 {
    opacity: 1.0;
    -webkit-transform: perspective(400px) translateY(0px);
    -ms-transform: perspective(400px) translateY(0px);
    transform: perspective(400px) translateY(0px);
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    -ms-transition-delay: 2300ms;
    -o-transition-delay: 2300ms;
    transition-delay: 2300ms;
}

.main-slider-three .shape2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    z-index: -1;
}

.main-slider-three .shape3 {
    position: absolute;
    left: 0;
    bottom: 5px;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    z-index: -1;
}

.main-slider-three .shape5 {
    position: absolute;
    left: 41%;
    bottom: -20px;
    z-index: -1;
    opacity: 0;
    -webkit-transform: perspective(400px) translateY(100%);
    -ms-transform: perspective(400px) translateY(100%);
    transform: perspective(400px) translateY(100%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider .swiper-slide-active .shape5 {
    opacity: 1.0;
    -webkit-transform: perspective(400px) translateY(0px);
    -ms-transform: perspective(400px) translateY(0px);
    transform: perspective(400px) translateY(0px);
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    -ms-transition-delay: 2300ms;
    -o-transition-delay: 2300ms;
    transition-delay: 2300ms;
}

.main-slider-three.main-slider .auto-container {
    position: relative;
    padding-top: 65px;
    padding-bottom: 166px;
    z-index: 30;
}

.main-slider-three__content {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 135px;
}

.main-slider-three__content .sub-title {
    position: relative;
    display: block;
    margin-bottom: 1px;
    line-height: 0;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider .swiper-slide-active .main-slider-three__content .sub-title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.main-slider-three__content .sub-title span {
    color: var(--thm-base);
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.main-slider-three__content .title {
    position: relative;
    display: block;
    margin-bottom: 2px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider .swiper-slide-active .main-slider-three__content .title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.main-slider-three__content .title h2 {
    color: var(--thm-black);
    font-weight: 700;
    font-size: 70px;
    line-height: 1.1em;
}

.main-slider-three__content .text {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider .swiper-slide-active .main-slider-three__content .text {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.main-slider-three__content .text p {
    font-size: 18px;
    line-height: 32px;
}

.main-slider-three__content .btn-box {
    position: relative;
    display: block;
    margin-top: 15px;
    line-height: 0;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider .swiper-slide-active .main-slider-three__content .btn-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.main-slider-three__img {
    position: relative;
    display: block;
    min-height: 475px;
    z-index: 1;
}

.main-slider-three__img .inner {
    position: absolute;
    bottom: -166px;
    right: -60px;
    z-index: 1;
}

.main-slider-three__img .inner .shape6 {
    position: absolute;
    bottom: 115px;
    left: -115px;
    z-index: -1;
    opacity: 0;
    -webkit-transform: perspective(400px) translateY(100%);
    -ms-transform: perspective(400px) translateY(100%);
    transform: perspective(400px) translateY(100%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider .swiper-slide-active .main-slider-three__img .inner .shape6 {
    opacity: 1.0;
    -webkit-transform: perspective(400px) translateY(0px);
    -ms-transform: perspective(400px) translateY(0px);
    transform: perspective(400px) translateY(0px);
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    -ms-transition-delay: 2200ms;
    -o-transition-delay: 2200ms;
    transition-delay: 2200ms;
}

.main-slider-three__img .inner .shape7 {
    position: absolute;
    bottom: 55px;
    left: -80px;
    z-index: -1;
    opacity: 0;
    -webkit-transform: perspective(400px) translateY(100%);
    -ms-transform: perspective(400px) translateY(100%);
    transform: perspective(400px) translateY(100%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1800ms ease;
    -moz-transition: all 1800ms ease;
    -ms-transition: all 1800ms ease;
    -o-transition: all 1800ms ease;
    transition: all 1800ms ease;
}

.main-slider .swiper-slide-active .main-slider-three__img .inner .shape7 {
    opacity: 1.0;
    -webkit-transform: perspective(400px) translateY(0px);
    -ms-transform: perspective(400px) translateY(0px);
    transform: perspective(400px) translateY(0px);
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    -ms-transition-delay: 2700ms;
    -o-transition-delay: 2700ms;
    transition-delay: 2700ms;
}

.main-slider-three__img .inner .shape8 {
    position: absolute;
    top: 50px;
    right: 120px;
    z-index: -1;
    opacity: 0;
    -webkit-transform: perspective(400px) translateY(-100%);
    -ms-transform: perspective(400px) translateY(-100%);
    transform: perspective(400px) translateY(-100%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider .swiper-slide-active .main-slider-three__img .inner .shape8 {
    opacity: 1.0;
    -webkit-transform: perspective(400px) translateY(0px);
    -ms-transform: perspective(400px) translateY(0px);
    transform: perspective(400px) translateY(0px);
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    -ms-transition-delay: 2200ms;
    -o-transition-delay: 2200ms;
    transition-delay: 2200ms;
}

.main-slider-three__img .inner .img-box {
    position: relative;
    display: block;
    opacity: 0;
    transform: translateX(100%);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.main-slider .swiper-slide-active .main-slider-three__img .inner .img-box {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider-three__img .inner .img-box img {
    width: 100%;
}


.main-slider__nav--three {
    position: absolute;
    top: 39%;
    left: 46%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 100%;
    padding: 0 15px;
    height: 0;
    line-height: 0;
}

.main-slider__nav--three .swiper-button-prev {
    margin-bottom: 10px;
}

/*** 
=============================================
    About Style1 Css   
=============================================
***/
.about-style1 {
    position: relative;
    display: block;
    background: #f0f9f4;
    padding: 0px 0 0px;
    z-index: 1;
}


.about-style1__content {
    position: relative;
    display: block;
    max-width: 600px;
    width: 100%;
}

.about-style1__content .sec-title {
    padding-bottom: 31px;
}

.about-style1__content .sec-title h2 span {
    color: var(--thm-base);
}

.about-style1__content-text {
    position: relative;
    display: block;
}

.about-style1__content-text p {
    margin: 0;
}

.about-style1__content-signature {
    position: relative;
    display: block;
    margin-top: 16px;
}

.about-style1__content-list {
    position: relative;
    display: block;
    margin-top: 23px;
}

.about-style1__content-list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.about-style1__content-list li:last-child {
    margin-bottom: 0;
}

.about-style1__content-list li .icon-box {
    position: relative;
    display: block;
}

.about-style1__content-list li .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 18px;
    font-weight: 700;
}

.about-style1__content-list li .text-box {
    position: relative;
    display: block;
    margin-left: 12px;
}

.about-style1__content-list li .text-box p {
    color: var(--thm-black);
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

.about-style1__content-btn {
    position: relative;
    display: block;
    margin-top: 40px;
    line-height: 0;
}

.about-style1__content-btn .btn-one {
    box-shadow: 0px 15px 50px rgba(235, 41, 44, 0.3);
}

.about-style1__img {
    position: relative;
    display: block;
    margin-left: 30px;
    max-width: 600px;
    width: 100%;
    z-index: 1;
}

.about-style1__img .shape1 {
    position: absolute;
    top: 235px;
    left: 20px;
    z-index: -1;
}

.about-style1__img .shape2 {
    position: absolute;
    top: 90px;
    right: -50px;
    z-index: -1;
}

.about-style1__img .shape3 {
    position: absolute;
    left: 350px;
    right: -999999px;
    bottom: 100px;
    height: 320px;
    background: var(--thm-base);
    content: "";
    z-index: -1;
}

.about-style1__img-inner {
    position: relative;
    display: block;
}

.about-style1__img-inner img {
    width: auto;
}

.about-style1__img .experience-box {
    position: absolute;
    top: 140px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    height: 200px;
    background: #f0f9f4;
    box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.about-style1__img .experience-box h2 {
    color: var(--thm-base);
    font-weight: 600;
    font-size: 50px;
    line-height: 36px;
    font-family: var(--thm-font-2);
}

.about-style1__img .experience-box .odometer.odometer-auto-theme,
.about-style1__img .experience-box .odometer.odometer-theme-default {
    font-family: var(--thm-font-2);
    line-height: 0.8em;
}

.about-style1__img .experience-box .title {
    position: relative;
    display: block;
    margin-top: 10px;
}

.about-style1__img .experience-box .title h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}

.about-style1__img-client-info {
    position: absolute;
    bottom: 70px;
    left: -60px;
    padding-left: 50px;
    padding-top: 26px;
    width: 300px;
    height: 120px;
    background: #f0f9f4;
    border: 7px solid rgba(235, 41, 44, 0.5);
    box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.17);
    border-radius: 310px;
}

.about-style1__img-client-info h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.about-style1__img-client-info p {
    font-weight: 500;
    color: #6E6E6E;
}


/*** 
=============================================
    About Style2 Css   
=============================================
***/
.about-style2 {
    position: relative;
    display: block;
    background: #dadee8;
    padding: 120px 0px 120px;
}

.about-style2__img {
    position: relative;
    display: block;
    max-width: 440px;
    width: 100%;
    margin-left: 110px;
    z-index: 1;
}

.about-style2__img .shape1 {
    position: absolute;
    top: -105px;
    right: 40px;
    z-index: -1;
}

.about-style2__img .shape2 {
    position: absolute;
    left: -150px;
    bottom: 20px;
    z-index: -1;
}

.about-style2__img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 14px;
}

.about-style2__img .inner img {
    width: 100%;
}

.about-style2__img-video-box {
    position: absolute;
    top: -50px;
    right: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    height: 200px;
    background: #f0f9f4;
    box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    z-index: 2;
}

.about-style2__img-video-box-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: var(--thm-base);
    background-color: #f0f9f4;
    border: 4px solid var(--thm-base);
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.about-style2__img-video-box-icon span::before {
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.about-style2__img-video-box .title {
    position: relative;
    display: block;
    margin-top: 14px;
}

.about-style2__img-video-box .title h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}

.about-style2__experience-box {
    position: absolute;
    left: -110px;
    bottom: 60px;
    display: flex;
    align-items: center;
    width: 320px;
    height: 120px;
    border-radius: 60px;
    background: #f0f9f4;
    box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.17);
    padding-left: 50px;
    z-index: 2;
}

.about-style2__experience-box h2 {
    color: var(--thm-base);
    font-weight: 640;
    font-size: 55px;
    line-height: 36px;
    font-family: var(--thm-font);
}

.about-style2__experience-box .odometer.odometer-auto-theme,
.about-style2__experience-box .odometer.odometer-theme-default {
    font-family: var(--thm-font-2);
    line-height: 0.8em;
}

.about-style2__experience-box .title {
    position: relative;
    display: block;
    margin-left: 20px;
}

.about-style2__experience-box .title h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}


.about-style2__content {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-top: -55px;
}

.about-style2__content .sec-title {
    padding-bottom: 36px;
}

.about-style2__content-bottom {
    position: relative;
    display: block;
    margin-top: 41px;
}

.about-style2__content-bottom .inner {
    position: relative;
    display: flex;
    align-items: center;
}

.about-style2__content-bottom .inner ul {
    position: relative;
    display: block;
}

.about-style2__content-bottom .inner ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 10px;
}

.about-style2__content-bottom .inner ul li:last-child {
    margin-bottom: 0px;
}

.about-style2__content-bottom .inner ul li .icon {
    position: absolute;
    top: 3px;
    left: 0;
}

.about-style2__content-bottom .inner ul li .icon span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 20px;
    font-weight: 700;
}

.about-style2__content-bottom .inner ul li .text {
    position: relative;
    display: block;
}

.about-style2__content-bottom .inner ul li .text p {
    color: var(--thm-black);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.about-style2__content-bottom-img {
    position: relative;
    display: block;
    max-width: 220px;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    margin-left: 80px;
}

.about-style2__content-bottom-img img {
    width: 100%;
}

.about-style2__content-bottom .btn-box {
    position: relative;
    display: block;
    margin-top: 51px;
    line-height: 0;
}

/*** 
=============================================
    About Style3 Css   
=============================================
***/
.about-style3 {
    position: relative;
    display: block;
    background: #f0f9f4;
    padding: 0px 0px 120px;
}

.about-style3__img {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 120px;
    right: 0;
    width: calc((100% - 32px) / 2);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 1;
}

.about-style3__img::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--thm-black-rgb), 0.3);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: -1;
    content: "";
}

.about-style3__img-video-box {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.about-style3__img-video-box-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #f0f9f4;
    background-color: transparent;
    border: 5px solid #f0f9f4;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.about-style3__img-video-box-icon:hover {
    color: var(--thm-base);
    border-color: var(--thm-base);
}

.about-style3__img-video-box-icon span::before {
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.about-style3__img-video-box-icon .ripple,
.about-style3__img-video-box-icon .ripple:before,
.about-style3__img-video-box-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1.0);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1.0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1.0);
    -webkit-animation: ripple2 3s infinite;
    animation: ripple2 3s infinite;
    border-radius: 50%;
}

.about-style3__img-video-box-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.about-style3__img-video-box-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.about-style3__content {
    position: relative;
    display: block;
    max-width: 600px;
    width: 100%;
    float: right;
}

.about-style3__content .sec-title {
    padding-bottom: 31px;
}

.about-style3__content-text {
    position: relative;
    display: block;
}

.about-style3__content-text p {
    margin: 0;
}


.about-style3__content-list {
    position: relative;
    display: block;
    margin-top: 34px;
}

.about-style3__content-list li {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 10px;
}

.about-style3__content-list li:last-child {
    margin-bottom: 0px;
}

.about-style3__content-list li .icon {
    position: absolute;
    top: 3px;
    left: 0;
}

.about-style3__content-list li .icon span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 20px;
    font-weight: 700;
}

.about-style3__content-list li .text {
    position: relative;
    display: block;
}

.about-style3__content-list li .text p {
    color: var(--thm-black);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.about-style3__content-btn {
    position: relative;
    display: block;
    margin-top: 42px;
    line-height: 0;
}

.about-style3__content-btn .btn-one {
    box-shadow: 0px 15px 50px rgba(235, 41, 44, 0.3);
}

/*** 
=============================================
    About Style2 About Css   
=============================================
***/
.about-style2--about {
    position: relative;
    display: block;
    background: #f0f9f4;
}

.about-style2--about .about-style2__content .sec-title {
    padding-bottom: 21px;
}

.about-style2--about .about-style2__img {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
    margin-left: 100px;
    z-index: 1;
}

.about-style2--about .about-style2__img-video-box {
    top: auto;
    right: auto;
    left: -100px;
    bottom: 60px;
    background: var(--thm-base);
}

.about-style2--about .about-style2__img-video-box-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #f0f9f4;
    background-color: var(--thm-base);
    border: 4px solid #f0f9f4;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.about-style2--about .about-style2__img .shape1 {
    top: -55px;
    right: -25px;
    z-index: -1;
}

.about-style2--about .about-style2__img .shape2 {
    left: -50px;
    bottom: -70px;
}

.about-style2--about .about-style2__img-video-box .title h3 {
    color: #f0f9f4;
}

.about-style2--about .about-style2__content {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-top: 0px;
}

.about-style2--about .about-style2__content-bottom {
    margin-top: 21px;
}

.about-style2--about__social-links {
    position: relative;
    display: block;
    margin-top: 38px;
}

.about-style2--about__social-links li {
    position: relative;
    display: inline-block;
    margin-right: 16px;
}

.about-style2--about__social-links li:last-child {
    margin-right: 0px;
}

.about-style2--about__social-links li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #F1F1F1;
    border-radius: 50%;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.about-style2--about__social-links li a:hover {
    background: var(--thm-base);
}

.about-style2--about__social-links li a span {
    position: relative;
    display: block;
}

.about-style2--about__social-links li a span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 17px;
    line-height: 17px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.about-style2--about__social-links li a:hover span::before {
    color: #f0f9f4;
}

/*** 
=============================================
    Fact Counter Style1
=============================================
***/
.fact-counter-style1 {
    position: relative;
    display: block;
    background: #212226;
    padding: 25px 0px 25px;
    z-index: 1;
}

.fact-counter-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.fact-counter-style1__title {
    position: relative;
    display: block;
}

.fact-counter-style1__title .sec-title {
    padding-bottom: 0px;
}

.fact-counter-style1__title .sec-title h2, .fact-counter-style1__title .sec-title .sub-title h6  {
    color: #f0f9f4;
}

.fact-counter-style1__right {
    position: relative;
    display: block;
    margin-left: 76px;
}

.fact-counter-style1__counter-box {
    position: relative;
    display: block;
}

.fact-counter-style1__counter-box-single {
    position: relative;
    display: inline-block;
    margin-right: 139px;
}

.fact-counter-style1__counter-box-single:last-child {
    margin-right: 0;
}

.fact-counter-style1__counter-box-single .counter-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fact-counter-style1__counter-box-single .counter-box h2 {
    color: #fff;
    font-weight: 500;
    font-size: 70px;
    line-height: 50px;
}

.fact-counter-style1__counter-box-single .counter-box .text {
    color: #fff;
    font-weight: 500;
    font-size: 60px;
    line-height: 50px;
}

.fact-counter-style1__counter-box-single .counter-box .text sup {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    top: -25px;
}

.fact-counter-style1__counter-box-single .counter-box .odometer.odometer-auto-theme,
.fact-counter-style1__counter-box-single .counter-box .odometer.odometer-theme-default {
    font-family: var(--thm-font);
    line-height: 0.9em;
}

.fact-counter-style1__counter-box-single .title {
    position: relative;
    display: block;
    margin-top: 12px;
}

.fact-counter-style1__counter-box-single .title p {
    color: #f0f9f4;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}


/***
=============================================
 Fact Counter Style2
=============================================
***/
.fact-counter-style1--style2 {
    position: relative;
    display: block;
    background: none;
    padding: 0px -10px 0px;
	background-color: #eff8f3;
}

.fact-counter-style1--style2__inner {
    position: relative;
    display: block;
    background: #95c176;
    padding: 90px 50px 79px;
    border-radius: 14px;
    overflow: hidden;
    z-index: 1;
    margin-bottom: -150px;
}

.fact-counter-style1--style2 .fact-counter-style1__right {
    margin-left: -35px;
}

.fact-counter-style1--style2 .fact-counter-style1__counter-box-single {
    margin-right: 90px;
}

.fact-counter-style1--style2 .fact-counter-style1__counter-box-single:last-child {
    margin-right: 0;
}

/*** 
=============================================
    Fact Counter Style3
=============================================
***/
.fact-counter-style3 {
    position: relative;
    display: block;
    background: #212226;
    padding: 60px 0px 30px;
    overflow: hidden;
}

.fact-counter-style3__single {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    padding: 34px 0px 33px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}

.fact-counter-style3__single .counter-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fact-counter-style3__single .counter-box h2 {
    color: #f0f9f4;
    font-weight: 500;
    font-size: 60px;
    line-height: 50px;
}

.fact-counter-style3__single .counter-box .text {
    color: #f0f9f4;
    font-weight: 500;
    font-size: 60px;
    line-height: 50px;
}

.fact-counter-style3__single .counter-box .text sup {
    position: relative;
    display: inline-block;
    color: #f0f9f4;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    top: -25px;
}

.fact-counter-style3__single .counter-box .odometer.odometer-auto-theme,
.fact-counter-style3__single .counter-box .odometer.odometer-theme-default {
    font-family: var(--thm-font-2);
    line-height: 0.9em;
}

.fact-counter-style3__single .title {
    position: relative;
    display: block;
    margin-top: 8px;
}

.fact-counter-style3__single .title p {
    color: #939496;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

/*** 
=============================================
   Testimonials Style1 
=============================================
***/
.testimonials-style1 {
    position: relative;
    display: block;
    background: #dadee8;
    overflow: hidden;
    padding: 120px 0 120px;
    z-index: 10;
}

.testimonials-style1 .shape1 {
    position: absolute;
    width: 372px;
    height: 372px;
    left: -60px;
    top: -150px;
    border-radius: 50%;
    border: 1px solid rgba(var(--thm-black-rgb), 0.1);
    z-index: -1;
}

.testimonials-style1 .shape2 {
    position: absolute;
    top: 70px;
    left: 77px;
    z-index: -1;
}

.testimonials-style1 .shape3 {
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
}

.testimonials-style1__single {
    position: relative;
    display: block;
}

.testimonials-style1__single-content {
    position: relative;
    display: block;
    background: #f0f9f4;
    box-shadow: 0px 20px 60px 0px rgba(62, 84, 141, 0.07);
    padding: 36px 40px 41px;
    border-radius: 14px 20px 20px 0px;
    z-index: 1;
}

.testimonials-style1__single-content::before {
    position: absolute;
    left: 0;
    bottom: -20px;
    border-left: 20px solid #f0f9f4;
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
    z-index: 5;
    overflow: hidden;
}

.testimonials-style1__single-content .text {
    position: relative;
    display: block;
    margin-top: 9px;
}

.testimonials-style1__single-content .text p {
    color: var(--thm-black);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.testimonials-style1__single-client-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-left: 40px;
}

.testimonials-style1__single-client-info .img-box {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-style1__single-client-info .img-box img {
    width: 100%;
}

.testimonials-style1__single-client-info .text-box {
    position: relative;
    display: block;
    margin-left: 20px;
}

.testimonials-style1__single-client-info .text-box h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.testimonials-style1__single-client-info .text-box p {
    margin: 0;
}


.testimonial-carousel-one.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-carousel-one.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.2);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.2);
    transform: perspective(400px) rotateX(0deg) scaleY(1.2);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

.testimonial-carousel-one.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
}



/***
=============================================
Testimonials Style2
=============================================
***/
.testimonials-style1--style2 {
    position: relative;
    display: block;
    background: #f0f9f4;
    z-index: 1;
}

.testimonials-style1--style2-shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.testimonials-style1--style2 .testimonials-style1__single {
    text-align: center;
}

.testimonials-style1--style2 .rating-box ul li {
    position: relative;
    display: inline-block;
    float: none;
    margin-right: 0px;
    text-align: center;
}

.testimonials-style1--style2 .testimonials-style1__single-content {
    padding: 36px 55px 76px;
    border-radius: 14px 20px 20px 20px;
}

.testimonials-style1--style2 .testimonials-style1__single-content::before {
    display: none;
}

.testimonials-style1--style2 .testimonials-style1__single-content .text p {
    color: var(--thm-black);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.testimonials-style1--style2 .testimonials-style1__single-client-info {
    margin-top: -40px;
    margin-left: 0px;
    justify-content: center;
    flex-direction: column;
    z-index: 5;
}

.testimonials-style1--style2 .testimonials-style1__single-client-info .text-box {
    margin-left: 0px;
}

.testimonials-style1--style2 .testimonials-style1__single-client-info .img-box {
    margin-bottom: 13px;
}

/***
=============================================
Testimonials Style3
=============================================
***/
.testimonials-style3 {
    position: relative;
    display: block;
    background: #dadee8;
    padding: 60px 0px 0px;
    z-index: 1;
}

.testimonials-style3__img {
    position: relative;
    display: block;
    min-height: 650px;
    max-width: 590px;
    z-index: 1;
}

.testimonials-style3__img .shape1 {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: -1;
}

.testimonials-style3__img .inner {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.testimonials-style3__img .inner img {
    width: 100%;
}

.testimonials-style3__content {
    position: relative;
    display: block;
    padding-top: 60px;
    z-index: 1;
}

.testimonials-style3__content .sec-title {
    padding-left: 30px;
}

.testimonials-style3__content-inner {
    position: relative;
    display: block;
    margin-left: -190px;
    z-index: 1;
}

.testimonials-style3__content-inner .shape2 {
    position: absolute;
    bottom: -75px;
    right: -80px;
    z-index: -1;
}

.testimonials-style3__content-single {
    position: relative;
    display: block;
    background: #f0f9f4;
    box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
    padding: 40px 70px 32px 40px;
    border-radius: 10px;
}

.testimonials-style3__content-single-inner {
    position: relative;
    display: block;
    padding-left: 180px;
}

.testimonials-style3__content-single-inner .img-box {
    position: absolute;
    top: 0;
    left: 0;
}

.testimonials-style3__content-single-inner .img-box .icon-box {
    position: absolute;
    bottom: -5px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: var(--thm-base);
    border-radius: 50%;
    text-align: center;
}

.testimonials-style3__content-single-inner .img-box .icon-box span::before {
    position: relative;
    display: inline-block;
    color: #f0f9f4;
    font-size: 11px;
}

.testimonials-style3__content-single-inner .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    width: 150px;
}

.testimonials-style3__content-single-inner .img-box .inner img {
    width: 100%;
}

.testimonials-style3__content-single .content-box {
    position: relative;
    display: block;
}

.testimonials-style3__content-single .content-box .rating-box {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.testimonials-style3__content-single .content-box .text {
    position: relative;
    display: block;
}

.testimonials-style3__content-single .content-box .text p {
    color: var(--thm-black);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.testimonials-style3__content-single .content-box .client-info {
    position: relative;
    display: block;
    margin-top: 15px;
}

.testimonials-style3__content-single .content-box .client-info h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.testimonials-style3__content-single .content-box .client-info p {
    margin: 0;
}





.testimonial-carousel-three.owl-carousel .owl-dots {
    position: absolute;
    bottom: 55px;
    right: 55px;
    text-align: center;
    line-height: 12px;
    margin-top: 0px !important;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.testimonial-carousel-three.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #e8e8e8;
    margin: 0px 3px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.testimonial-carousel-three.owl-carousel .owl-dots .owl-dot::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--thm-base);
    content: "";
    transform: scale(0);
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.2s;
}

.testimonial-carousel-three.owl-carousel .owl-dots .owl-dot.active::before {
    transform: scale(1.0);
}

.testimonial-carousel-three.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.testimonial-carousel-three.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-carousel-three.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.2);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.2);
    transform: perspective(400px) rotateX(0deg) scaleY(1.2);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

.testimonial-carousel-three.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
}

/***
=============================================
Testimonials Style1 Testimonials
=============================================
***/
.testimonials-style1--testimonials {
    position: relative;
    display: block;
    background: #f0f9f4;
    padding: 120px 0px 60px;
    z-index: 1;
}

.testimonials-style1--testimonials__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    z-index: -1;
}

.testimonials-style1--testimonials .testimonials-style1__single {
    margin-bottom: 60px;
}

.testimonials-style1--testimonials .testimonials-style1__single-content {
    box-shadow: 0px 20px 60px rgba(62, 84, 141, 0.1);
}

/*** 
=============================================
    Partner Area Css
=============================================
***/
.partner-area {
    position: relative;
    display: block;
    background: #f0f9f4;
    padding: 0px 0 120px;
    z-index: 10;
}

.brand-content {
    position: relative;
    display: block;
}

.single-partner-logo-box {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid rgba(var(--thm-black-rgb), .10);
    z-index: 1;
}

.single-partner-logo-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f0f9f4;
    border: 1px solid rgba(var(--thm-base-rgb), .50);
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 500ms linear;
    transition-delay: 0.5s;
    z-index: -1;
}

.single-partner-logo-box:hover:before {
    transform: perspective(400px) scaleX(1.0);
}

.single-partner-logo-box a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 15px 0;
}

.single-partner-logo-box a img {
    opacity: 0.70;
    width: auto;
    transition: all 0.2s ease-in-out 0.1s;
}

.single-partner-logo-box:hover a img {
    opacity: 1.0;
    transition: all 0.8s ease-in-out 0.1s;
}

/*** 
=============================================
    Footer area style
=============================================
***/
.bottom-parallax {
    position: relative;
    height: 625px;
    opacity: 0;
    z-index: -999;
}

.bottom-parallax .footer-area {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 625px;
}

.parallax-visible .bottom-parallax {
    opacity: 1;
    z-index: 1;
}




/*** 
=============================================
    Footer Area Css
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    background: #072c9c;
    z-index: 10;
}

.footer-area__shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.footer {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 111px;
    z-index: 9;
}

.single-footer-widget {
    position: relative;
    display: block;
}

.single-footer-widget .title {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -7px;
}

.single-footer-widget .title h3 {
    color: #f0f9f4;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
.single-footer-widget .our-company-info {
    position: relative;
    display: block;
}

.footer-logo-style1 {
    position: relative;
    display: block;
}

.footer-logo-style1 a {
    position: relative;
    display: inline-block;
}

.our-company-info__text {
    position: relative;
    display: block;
    margin-top: 21px;
}

.our-company-info__text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #f0f9f4;
}

.our-company-info__social-link {
    position: relative;
    display: block;
    margin-top: 40px;
}

.our-company-info__social-link li {
    position: relative;
    display: inline-block;
    margin-right: 16px;
    line-height: 0;
}

.our-company-info__social-link li:last-child {
    margin-right: 0px;
}

.our-company-info__social-link li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

.our-company-info__social-link li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 50%;
    background-color: var(--thm-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.our-company-info__social-link li a:hover::before {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.our-company-info__social-link li a span::before {
    position: relative;
    display: inline-block;
    color: #f0f9f4;
    font-size: 16px;
    line-height: 50px;
}

.our-company-info__social-link li a i::before {
    position: relative;
    display: inline-block;
    color: #f0f9f4;
    font-size: 16px;
    line-height: 50px;
}

.single-footer-widget--explore {
    position: relative;
    display: block;
    margin-left: 50px;
}

.footer-widget-links {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 35px;
}

.footer-widget-links ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-widget-links ul li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.footer-widget-links ul li:last-child {
    margin-bottom: 0px;
}

.footer-widget-links ul li:last-child {
    margin-bottom: 0;
}

.footer-widget-links ul li a {
    position: relative;
    display: inline-block;
    color: #f0f9f4;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-links ul li a:hover {
    color: var(--thm-base);
}

.single-footer-widget--links {
    position: relative;
    display: block;
    margin-left: 12px;
}


.footer-widget--contact-info {
    position: relative;
    display: block;
    padding-top: 34px;
}

.footer-widget--contact-info-text {
    position: relative;
    display: block;
    margin-bottom: 27px;
}

.footer-widget--contact-info-text p {
    color: #f0f9f4;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

.footer-widget--contact-info ul {
    position: relative;
    display: block;
}

.footer-widget--contact-info ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.footer-widget--contact-info ul li:last-child {
    margin-bottom: 0px;
}

.footer-widget--contact-info ul li .icon {
    position: relative;
    display: block;
    line-height: 0;
}

.footer-widget--contact-info ul li .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 20px;
}

.footer-widget--contact-info ul li .text {
    position: relative;
    display: block;
    margin-left: 8px;
}

.footer-widget--contact-info ul li .text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #f0f9f4;
}

.footer-widget--contact-info ul li .text p a {
    color: #f0f9f4;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget--contact-info ul li .text p a:hover {
    color: var(--thm-base);
}


.footer-bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom .bottom-inner {
    position: relative;
    display: block;
    padding: 33px 0px 32px;
}

.footer-bottom .bottom-inner .copyright {
    position: relative;
    display: block;
}

.footer-bottom .bottom-inner .copyright p {
    color: #f0f9f4;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
}

.footer-bottom .bottom-inner .copyright p a {
    color: #f0f9f4;
    transition: all 500ms ease;
}

.footer-bottom .bottom-inner .copyright p a:hover {
    color: var(--thm-base);
}




/*** 
=============================================
    Footer Style2 Area Css
=============================================
***/
.footer-area--style2 {
    position: relative;
    display: block;
    background: #0f0f0f;
    z-index: 10;
}

.footer-area--style2 .single-footer-widget .title h3 {
    color: #f0f9f4;
}

.footer-area--style2 .single-footer-widget .our-company-info .text-box p {
    color: rgba(255, 255, 255, 0.70);
}

.footer-area--style2 .single-footer-widget .our-company-info ul li {
    color: #f0f9f4;
}



.footer-area--style2 .footer-widget-links ul li a {
    color: rgba(255, 255, 255, 0.70);
}

.footer-area--style2 .footer-widget-links ul li a:hover {
    color: rgba(255, 255, 255, 1.0);
}



.footer-area--style2 .footer-widget-contact-info>ul>li {
    color: rgba(255, 255, 255, 1.0);
}

.footer-area--style2 .footer-widget-contact-info ul>li>a {
    color: rgba(255, 255, 255, 0.70);
}

.footer-area--style2 .footer-widget-contact-info ul>li>a:hover {
    color: #f0f9f4;
}



.footer-area--style2 .footer-social-link .inner-title h3 {
    color: rgba(255, 255, 255, 0.70);
}

.footer-area--style2 .footer-social-link ul li a {
    color: var(--thm-base);
    border: 1px solid #f0f9f4;
    border-radius: 50%;
}

.footer-area--style2 .footer-social-link ul li a:hover {
    color: #f0f9f4;
}



.footer-bottom--style3 {
    background-color: #171717;
}

.footer-bottom--style3 .bottom-inner {
    justify-content: center;
}

.footer-bottom--style3 .bottom-inner .copyright p {
    color: rgba(255, 255, 255, 0.70);
}

.footer-bottom--style3 .bottom-inner .copyright p a {
    color: rgba(255, 255, 255, 1.0);
}
/*** 
=============================================
    Blog Style1
=============================================
***/
.blog-style1 {
    position: relative;
    display: block;
    background: #f0f9f4;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-style1 .shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.blog-style1__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-style1__single-img {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    z-index: 1;
}

.blog-style1__single-img::before {
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0;
    height: 100%;
    background-color: rgba(70, 92, 141, 0.8);
    border-radius: 0%;
    -webkit-transform: translateX(90%, 90%);
    transform: translateX(90%, 90%);
    opacity: 0.70;
    z-index: 1;
}

.blog-style1__single:hover .blog-style1__single-img::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
    opacity: 1.0;
}

.blog-style1__single-img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
}

.blog-style1__single:hover .blog-style1__single-img img {
    transform: scale(1.1) rotate(1deg);
}

.blog-style1__single-content {
    position: relative;
    display: block;
    background: #f0f9f4;
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.05);
    padding: 44px 30px 30px;
    border-radius: 7px;
    margin-top: -2px;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 2;
}

.blog-style1__single-content .date-box {
    position: absolute;
    top: -3px;
    left: 30px;
    display: inline-block;
    background: #f0f9f4;
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 7px 15px 5px;
}

.blog-style1__single-content .date-box p {
    color: var(--thm-black);
    font-weight: 500;
}

.blog-style1__single-content .date-box p span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 15px;
    font-weight: 600;
    margin-right: 5px;
}

.blog-style1__single-content h2 {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}

.blog-style1__single-content h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-style1__single-content h2 a:hover {
    color: var(--thm-base);
}

.blog-style1__single-content .meta-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 8px;
}

.blog-style1__single-content .meta-box li {
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    margin-right: 20px;
}

.blog-style1__single-content .meta-box li:last-child {
    margin-right: 0px;
}

.blog-style1__single-content .meta-box li .icon {
    position: relative;
    display: block;
}

.blog-style1__single-content .meta-box li .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 15px;
    font-weight: 700;
}

.blog-style1__single-content .meta-box li .text {
    position: relative;
    display: block;
    margin-left: 9px;
    margin-top: 0;
}

.blog-style1__single-content .meta-box li .text p {
    font-weight: 500;
}

.blog-style1__single-content .meta-box li .text p a {
    color: var(--thm-gray);
    transition: all 200ms linear;
    transition-delay: 0.1s;

}

.blog-style1__single-content .meta-box li .text p a:hover {
    color: var(--thm-base);
}

.blog-style1__single-content .text {
    position: relative;
    display: block;
    margin-top: 14px;
}

.blog-style1__single-content .text p {
    margin: 0;
}

.blog-style1__single-conten-btn {
    position: relative;
    display: block;
    margin-top: 21px;
    line-height: 0;
}

.blog-style1__single-conten-btn .btn-one {
    color: var(--thm-black);
    background: #f0f9f4;
    border: 1px solid #E5E5E5;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-style1__single-conten-btn .btn-one:hover {
    border-color: #f0f9f4;
}

.blog-style1__single-conten-btn .btn-one::before {
    background: var(--thm-base);
}

/*** 
=============================================
    Blog Style2
=============================================
***/
.blog-style1--style2 {
    position: relative;
    display: block;
}

.blog-style1--style2 .blog-style1__single-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: transparent;
    box-shadow: none;
    padding: 0px 0px 0px;
    border-radius: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 10px;
    z-index: 2;
}

.blog-style1--style2 .blog-style1__single-content .date-box {
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: 24px;
}

.blog-style1--style2 .blog-style1__single-img::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(33, 34, 38, 0) 0%, rgba(33, 34, 38, 0.85) 100%);
    content: "";
    z-index: 1;
}

.blog-style1--style2 .blog-style1__single-img::before {
    display: none;
}

.blog-style1--style2 .blog-style1__single-img .inner {
    position: relative;
    display: block;
}

.blog-style1--style2 .blog-style1__single-img .inner::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--thm-black-rgb), 0.5);
    opacity: 0;
    z-index: 1;
    content: "";
}

.blog-style1--style2 .blog-style1__single:hover .blog-style1__single-img .inner::before {
    opacity: 0.5;
}

.blog-style1--style2 .blog-style1__single-img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.blog-style1--style2 .blog-style1__single:hover .blog-style1__single-img img {
    transform: scale(1);
}


.blog-style1--style2 .blog-style1__single-content h2 a {
    color: #f0f9f4;
}

.blog-style1--style2 .blog-style1__single-content h2 a:hover {
    color: var(--thm-base);
}

.blog-style1--style2 .blog-style1__single-content .text p {
    color: #f0f9f4;
    margin: 0;
}

.blog-style1--style2 .blog-style1__single-content .text p a {
    color: #f0f9f4 !important;
}

.blog-style1--style2 .blog-style1__single-content .text p a:hover {
    color: var(--thm-base) !important;
}

.blog-style1--style2 .blog-style1__single-conten-btn .btn-one {
    color: #f0f9f4;
    background: var(--thm-base);
    border: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-style1--style2 .blog-style1__single-conten-btn .btn-one::before {
    background: var(--thm-black);
}

/*** 
=============================================
    Blog Style3
=============================================
***/
.blog-style1--style3 {
    position: relative;
    display: block;
}

.blog-style1--style3__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 49px;
}

.blog-style1--style3__top .sec-title {
    padding-bottom: 0px;
}

.blog-style1--style3__top-btn {
    position: relative;
    display: block;
    line-height: 0;
    margin-bottom: 11px;
}

.blog-style1--style3__top-btn .btn-one {
    box-shadow: 0px 15px 50px rgba(235, 41, 44, 0.3);
}

.blog-style1--style3 .blog-style1__single {
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.blog-style1--style3 .blog-style1__single-content {
    position: relative;
    display: block;
    background: #f0f9f4;
    box-shadow: none;
    padding: 44px 30px 40px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 2;
}


/*** 
=============================================
    Blog Grid
=============================================
***/
.blog-style1--style3.blog-grid {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
}

.blog-style1--style3.blog-grid .styled-pagination {
    margin-top: 20px;
}

/*** 
=============================================
    Blog Standard
=============================================
***/
.blog-standard {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
}

.blog-standard__content {
    position: relative;
    display: block;
}

.blog-standard .blog-style1__single {
    margin-bottom: 70px;
}

.blog-standard .blog-style1__single-content {
    margin-top: -90px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 54px 50px 40px;
}

.blog-standard .blog-style1__single-content .date-box {
    left: 50px;
}

.blog-standard .blog-style1__single-content h2 {
    font-size: 30px;
    line-height: 36px;
}

.blog-standard__content .styled-pagination {
    padding-top: 0;
}




/*** 
=============================================
    Thm Sidebar Box
=============================================
***/
.thm-sidebar-box {
    position: relative;
    display: block;
    max-width: 390px;
    width: 100%;
    margin-left: 20px;
}

.single-sidebar-box {
    position: relative;
    display: block;
    padding: 40px 40px 40px;
    background: #f2f4f7;
    border-radius: 10px;
    margin-bottom: 50px;
}

.sidebar-title {
    position: relative;
    display: block;
    top: -7px;
    padding-bottom: 26px;
}

.sidebar-title h3 {
    position: relative;
    color: var(--thm-black);
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

.sidebar-search-box {
    position: relative;
    display: block;
}

.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    background-color: #fff;
    border: 1px solid transparent;
    color: var(--thm-gray);
    font-weight: 500;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 60px;
    border-radius: 10px;
    font-family: var(--thm-font);
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 13px;
    bottom: 0px;
    width: 50px;
    height: 70px;
    font-size: 17px;
    line-height: 70px;
    text-align: center;
    border: 0px solid #e7e7e8;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button i {
    position: relative;
    top: 0px;
    color: #909092;
}

.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: var(--thm-gray);
}

.sidebar-search-box .search-form input:-moz-placeholder {
    color: var(--thm-gray);
}

.sidebar-search-box .search-form input::-moz-placeholder {
    color: var(--thm-gray);
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: var(--thm-gray);
}


.sidebar-categories-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -6px;
}

.sidebar-categories-box li {
    position: relative;
    display: block;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #E5E5E5;
}

.sidebar-categories-box li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 3px;
}

.sidebar-categories-box li a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0px;
    overflow: hidden;
    color: var(--thm-black);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    font-family: var(--thm-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-categories-box li:hover a {
    padding-left: 19px;
    color: var(--thm-base);
}

.sidebar-categories-box li a:before {
    content: "\e91d";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 0;
    color: var(--thm-base);
    font-size: 12px;
    font-weight: 700;
    transform: scale(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-categories-box li:hover a:before {
    transform: scale(1);
}


.sidebar-blog-post {
    position: relative;
    display: block;
}

.sidebar-blog-post ul {
    position: relative;
    display: block;
}

.sidebar-blog-post ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.sidebar-blog-post ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.sidebar-blog-post ul li .inner {
    position: relative;
    display: flex;
    align-items: center;
}

.sidebar-blog-post ul li .img-box {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.sidebar-blog-post ul li .img-box img {
    width: 100%;
}

.sidebar-blog-post ul li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(var(--thm-base-rgb), .80);
    border-radius: 0%;
    opacity: 0;
    transform: perspective(0px) scale(0);
    transform-origin: center;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.sidebar-blog-post ul li:hover .img-box .overlay-content {
    opacity: 1;
    transform: perspective(400px) scale(1.0);
    transition: all 0.3s ease-in-out 0.3s;
}

.sidebar-blog-post ul li .img-box .overlay-content a {
    color: #f0f9f4;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-blog-post ul li .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-top: -2px;
}

.sidebar-blog-post ul li .title-box h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
}

.sidebar-blog-post ul li .title-box h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-blog-post ul li .title-box h4 a:hover {
    color: var(--thm-base);
}

.sidebar-blog-post ul li .title-box p {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}

.sidebar-blog-post ul li .title-box p span {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 15px;
    font-weight: 700;
    top: 1px;
    padding-right: 5px;
}


.photo-gallery-box {
    position: relative;
    display: block;
}

.photo-gallery-box .gallery {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}

.photo-gallery-box .gallery li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0px 5px 10px;
}

.photo-gallery-box .gallery li .inner {
    position: relative;
    display: block;
}

.photo-gallery-box .gallery li .inner .img-box {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.photo-gallery-box .gallery li .inner .img-box img {
    width: 100%;
}

.photo-gallery-box .gallery li .inner .img-box .overlay-content {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    background-color: rgba(var(--thm-base-rgb), 0.9);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transform: skew(0deg, 0deg) scale(1.2, 1.2);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.photo-gallery-box .gallery li:hover .img-box .overlay-content {
    opacity: 1;
    transform: translateY(0px);
}

.photo-gallery-box .gallery li .img-box .overlay-content a {
    position: relative;
    display: inline-block;
    color: #f0f9f4;
    font-size: 20px;
    line-height: 20px;
    transform: scale(0);
    transition: all 500ms ease 100ms;
}

.photo-gallery-box .gallery li:hover .img-box .overlay-content a {
    transform: scale(1.0);
    transition: all 700ms ease 600ms;
}

.photo-gallery-box .gallery li:nth-child(4) {
    padding-bottom: 0;
}

.photo-gallery-box .gallery li:nth-child(5) {
    padding-bottom: 0;
}

.photo-gallery-box .gallery li:nth-child(6) {
    padding-bottom: 0;
}


.sidebar-archives-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -6px;
}

.sidebar-archives-box li {
    position: relative;
    display: block;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #E5E5E5;
}

.sidebar-archives-box li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0px;
}

.sidebar-archives-box li a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0px;
    overflow: hidden;
    color: var(--thm-black);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    font-family: var(--thm-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-archives-box li:hover a {
    padding-left: 19px;
    color: var(--thm-base);
}

.sidebar-archives-box li a:before {
    content: "\e91d";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 0;
    color: var(--thm-base);
    font-size: 12px;
    font-weight: 700;
    transform: scale(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-archives-box li:hover a:before {
    transform: scale(1);
}

.popular-tag-box {
    position: relative;
    display: block;
}

.single-sidebar-box .popular-tag {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}

.single-sidebar-box .popular-tag li {
    position: relative;
    display: block;
    float: left;
    margin: 0 5px 10px;
}

.single-sidebar-box .popular-tag li a {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 14px;
    padding: 7px 14px 8px;
    background: #f0f9f4;
    transition: all 500ms ease;
    font-family: var(--thm-font-2);
}

.single-sidebar-box .popular-tag li:hover a {
    color: #f0f9f4;
    border-color: var(--thm-base);
    background-color: var(--thm-base);
}


/*** 
=============================================
Blog Details
=============================================
***/
.blog-details {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0px 120px;
}

.blog-details__content {
    position: relative;
    display: block;
}

.blog-details-text-box1 {
    position: relative;
    display: block;
}

.blog-details-text-box1 .text1 {
    position: relative;
    color: var(--thm-black);
    font-weight: 500;
    margin-bottom: 23px;
}

.blog-details-text-box1 .text2 {
    position: relative;
}

.blog-details-img-box1 {
    position: relative;
    display: block;
    margin-top: 61px;
    margin-bottom: 63px;
}

.blog-details-img-box1__single {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.blog-details-img-box1__single img {
    width: 100%;
}

.blog-details-text-box2 {
    position: relative;
    display: block;
}

.blog-details-text-box2 .title {
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.blog-details-text-box2 .title h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
}

.blog-details-text-box2 .text1 {
    position: relative;
    margin-bottom: 23px;
}

.blog-details-text-box2 .text2 {
    position: relative;
}

.blog-details__quote-box {
    position: relative;
    display: block;
    border-radius: 10px;
    padding: 32px 40px 51px;
    max-width: 820px;
    width: 100%;
    margin-top: 61px;
    z-index: 1;
}

.blog-details__quote-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f0f9f4;
    border-radius: 10px;
    box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
    z-index: -1;
    content: "";
}

.blog-details__quote-box::after {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    background: #dadee8;
    border-radius: 10px;
    z-index: -2;
    content: "";
}

.blog-details__quote-box .inner {
    position: relative;
    display: block;
    padding-left: 150px;
}

.blog-details__quote-box .inner .img-box {
    position: absolute;
    top: 8px;
    left: 0;
    width: 120px;
    height: 120px;
}

.blog-details__quote-box .inner .img-box .icon-box {
    position: absolute;
    right: 15px;
    bottom: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: var(--thm-base);
    border-radius: 50%;
    box-shadow: 0px 10px 30px rgba(235, 41, 44, 0.3);
}

.blog-details__quote-box .inner .img-box .icon-box span::before {
    position: relative;
    display: inline-block;
    color: #f0f9f4;
    font-size: 12px;
}

.blog-details__quote-box .inner .img-box .inner-box {
    position: relative;
    display: block;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.blog-details__quote-box .inner .img-box .inner-box img {
    width: 100%;
}

.blog-details__quote-box .inner .content-box {
    position: relative;
    display: block;
}

.blog-details__quote-box .inner .content-box .text-box {
    position: relative;
    display: block;
}

.blog-details__quote-box .inner .content-box .text-box p {
    color: var(--thm-black);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.blog-details__quote-box .inner .content-box .client-info {
    position: relative;
    display: block;
    margin-top: 15px;
}

.blog-details__quote-box .inner .content-box .client-info h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.blog-details__quote-box .inner .content-box .client-info p {
    margin: 0;
}

.blog-details-text-box3 {
    position: relative;
    display: block;
    margin-top: 83px;
}

.blog-details-text-box3 .title {
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.blog-details-text-box3 .title h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
}

.blog-details-text-box3 .text1 {
    position: relative;
    margin-bottom: 23px;
}

.blog-details-text-box3 .text2 {
    position: relative;
}


.blog-details__tag {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 52px;
}

.blog-details__tag .title {
    position: relative;
    display: block;
}

.blog-details__tag .title h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.blog-details__tag ul {
    position: relative;
    display: block;
    margin-left: 10px;
    margin-top: 1px;
}

.blog-details__tag ul li {
    position: relative;
    display: inline-block;
}

.blog-details__tag ul li a {
    color: var(--thm-gray);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-details__tag ul li a:hover {
    color: var(--thm-base);
}

.blog-details__author-box {
    position: relative;
    display: block;
    background: #dadee8;
    border-radius: 10px;
    padding: 40px 40px 42px;
    margin-top: 61px;
}

.blog-details__author-box .inner {
    position: relative;
    display: block;
    padding-left: 150px;
}

.blog-details__author-box .inner .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.blog-details__author-box .inner .img-box img {
    width: 100%;
}

.blog-details__author-box .inner .content-box {
    position: relative;
    display: block;
}

.blog-details__author-box .inner .content-box .client-info {
    position: relative;
    display: block;
}

.blog-details__author-box .inner .content-box .client-info h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.blog-details__author-box .inner .content-box .client-info p {
    margin: 0;
}

.blog-details__author-box .inner .content-box .text-box {
    position: relative;
    display: block;
    margin-top: 13px;
}

.blog-details__author-box .inner .content-box .text-box p {
    margin: 0;
}




/*** 
=============================================
   Add Comment Box Css
=============================================
***/
.add-comment-box {
    position: relative;
    display: block;
    margin-top: 63px;
}

.add-comment-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 62px;
}

.add-comment-box .inner-title h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
}


.add-comment-box #add-comment-form {
    position: relative;
    display: block;
}

.add-comment-box #add-comment-form .input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea {
    position: relative;
    display: block;
    background: #f0f9f4;
    border: 1px solid #E5E5E5;
    width: 100%;
    height: 50px;
    color: var(--thm-gray);
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    text-transform: none;
    padding: 0 35px;
    border-radius: 25px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.add-comment-box #add-comment-form textarea {
    height: 170px;
    padding: 12px 35px;
}

.add-comment-box #add-comment-form input[type="text"]:focus {
    border-color: #f0f9f4;
    box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
}

.add-comment-box #add-comment-form input[type="email"]:focus {
    border-color: #f0f9f4;
    box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
}

.add-comment-box #add-comment-form textarea:focus {
    border-color: #f0f9f4;
    box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
}


.add-comment-box #add-comment-form .button-box {
    position: relative;
    display: block;
    padding-top: 0px;
    line-height: 0;
}

.add-comment-box #add-comment-form .button-box button.btn-one {
    line-height: 60px;
    box-shadow: 0px 15px 50px rgba(235, 41, 44, 0.3);
    border-radius: 30px;
    padding-left: 45px;
    padding-right: 45px;
}

/*** 
=============================================
    Breadcrumb style1
=============================================
***/
.breadcrumb-style1 {
    position: relative;
    display: block;
    padding: 174px 0px 0px;
    z-index: 1;
}

.breadcrumb-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 54px;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.breadcrumb-style1__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--thm-black-rgb), 0.6);
    content: "";
    z-index: -2;
}

.breadcrumb-style1__inner {
    position: relative;
    display: block;
    padding-bottom: 172px;
}

.breadcrumb-style1__inner h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: #f0f9f4;
    font-family: var(--thm-font);
}

.breadcrumb-style1__bottom {
    position: relative;
    display: block;
    background: #f2f4f7;
    padding: 12px 0px 11px;
    z-index: 2;
}

.breadcrumb-style1__bottom-menu {
    position: relative;
    display: block;
}

.breadcrumb-style1__bottom-menu ul {
    position: relative;
    display: block;
}

.breadcrumb-style1__bottom-menu ul li {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 0px 5px;
    font-family: var(--thm-font);
}

.breadcrumb-style1__bottom-menu ul li:first-child {
    margin-left: 0px;
}

.breadcrumb-style1__bottom-menu ul li:last-child {
    margin-right: 0px;
}


.breadcrumb-style1__bottom-menu ul li i::before {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 18px;
}

.breadcrumb-style1__bottom-menu ul li a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;

}

.breadcrumb-style1__bottom-menu ul li a:hover {
    color: var(--thm-base);
}



/*** 
=============================================
    Breadcrumb style1 Blog Details
=============================================
***/
.breadcrumb-style1.blog-details {
    position: relative;
    display: block;
}

.breadcrumb-style1.blog-details .breadcrumb-style1__bg {
    bottom: 0px;
}

.breadcrumb-style1.blog-details .breadcrumb-style1__inner {
    padding-bottom: 164px;
}

.breadcrumb-style1__inner .meta-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 23px;
}

.breadcrumb-style1__inner .meta-box li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.breadcrumb-style1__inner .meta-box li:last-child {
    margin-right: 0;
}

.breadcrumb-style1__inner .meta-box li .inner {
    position: relative;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
}

.breadcrumb-style1__inner .meta-box li .icon {
    position: relative;
    display: block;
}

.breadcrumb-style1__inner .meta-box li .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 15px;
    font-weight: 700;
    top: 1px;
}

.breadcrumb-style1__inner .meta-box li .text {
    position: relative;
    display: block;
    margin-left: 10px;
}

.breadcrumb-style1__inner .meta-box li .text p {
    color: #f0f9f4;
    font-weight: 500;
    font-size: 16px;
}
/*** 
=============================================
    Contact Page
=============================================
***/
.contact-page {
    position: relative;
    display: block;
    background: #f0f9f4;
    padding: 120px 0px 120px;
}

.contact-page__content {
    position: relative;
    display: block;
}

.contact-page__content .title-box {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.contact-page__content .title-box h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 22px;
}

.contact-page__content .title-box p {
    margin: 0;
}

.contact-page__contact-info {
    position: relative;
    display: block;
}

.contact-page__contact-info li {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 20px;
}

.contact-page__contact-info li:last-child {
    margin-bottom: 0;
}

.contact-page__contact-info li .icon-box {
    position: absolute;
    top: 5px;
    left: 0;
}

.contact-page__contact-info li .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 20px;
    font-weight: 700;
}

.contact-page__contact-info li .text-box {
    position: relative;
    display: block;
}

.contact-page__contact-info li .text-box h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 4px;
}

.contact-page__contact-info li .text-box p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.contact-page__contact-info li .text-box p a {
    color: var(--thm-gray);
    transition: all 200ms linear;
    transition-delay: 0.1s;

}

.contact-page__contact-info li .text-box p a:hover {
    color: var(--thm-base);
}

.contact-page__social-links {
    position: relative;
    display: block;
    margin-top: 37px;
}

.contact-page__social-links li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.contact-page__social-links li:last-child {
    margin-right: 0;
}

.contact-page__social-links li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #3b5998;
    border-radius: 50%;
    text-align: center;
}

.contact-page__social-links li a.bg2 {
    background: #55acee;
}

.contact-page__social-links li a.bg3 {
    background: #dc4e41;
}

.contact-page__social-links li a.bg4 {
    background: #3f729b;
}

.contact-page__social-links li a span {
    position: relative;
    display: block;
}

.contact-page__social-links li a span::before {
    position: relative;
    display: inline-block;
    color: #f0f9f4;
    font-size: 16px;
}


.contact-page__form {
    position: relative;
    display: block;
    background: #f0f9f4;
    box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 42px 50px 50px;
}

.contact-page__form .add-comment-box {
    margin-top: 0px;
}

.contact-page__form .add-comment-box .inner-title {
    padding-bottom: 32px;
}

.add-comment-box #contact-form {
    position: relative;
    display: block;
}

.add-comment-box #contact-form .input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.add-comment-box #contact-form input[type="text"],
.add-comment-box #contact-form input[type="email"],
.add-comment-box #contact-form textarea {
    position: relative;
    display: block;
    background: #f0f9f4;
    border: 1px solid #E5E5E5;
    width: 100%;
    height: 50px;
    color: var(--thm-gray);
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    text-transform: none;
    padding: 0 35px;
    border-radius: 25px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.add-comment-box #contact-form textarea {
    height: 180px;
    padding: 12px 35px;
}

.add-comment-box #contact-form input[type="text"]:focus {
    border-color: #f0f9f4;
    box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
}

.add-comment-box #contact-form input[type="email"]:focus {
    border-color: #f0f9f4;
    box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
}

.add-comment-box #contact-form textarea:focus {
    border-color: #f0f9f4;
    box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
}

.add-comment-box #contact-form .button-box {
    position: relative;
    display: block;
    padding-top: 0px;
    line-height: 0;
}

.add-comment-box #contact-form .button-box button.btn-one {
    line-height: 60px;
    box-shadow: 0px 15px 50px rgba(235, 41, 44, 0.3);
    border-radius: 30px;
    padding-left: 45px;
    padding-right: 45px;
}


/*** 
=============================================
    Google Map
=============================================
***/
.google-map {
    position: relative;
    display: block;
}

.contact-page-map {
    position: relative;
    display: block;
    border: none;
    height: 450px;
    width: 100%;
}

