/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Gearup             ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************



* 1. imported styles
* 2. miscelnious styles
* 3. header styles
* 4. banner styles
* 5. about styles
* 6. service styles
* 7. team styles
* 8. testimonial styles
* 9. estimate styles
* 10. fact styles
* 11. main footer styles
* 12. why choose styles
* 13. welcome styles
* 14. project styles
* 15. page title styles
* 16. blog styles
* 17. error styles
* 18. commingsoon styles
* 19. comment form styles
* 20. contact styles



****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

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

		====================================================================
			Global Settings
		====================================================================

		***/

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0 auto;
    overflow: hidden;
}
body {
    font-size: 16px;
    color: #222;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: rgb(255, 255, 255);
    font-family: 'Yantramanav', sans-serif;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:focus, a:visited {
    text-decoration: none !important;
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0;
    background: none;
    color: #242424;
}
textarea {
    overflow: hidden;
}
button {
    outline: none !important;
    cursor: pointer;
}
/* Color */

a:hover, a {
    color: var(--theme-color);
}
.text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #545454;
    margin: 0 0 15px;
}
::-webkit-input-placeholder {
    color: inherit;
}
::-ms-input-placeholder {
    color: inherit;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row.no-gutters {
    margin: 0;
}
.row>* {
    padding: 0 15px;
}
.row.no-gutters>* {
    padding: 0;
}
.nav-tabs .nav-link {
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
}
.nav-tabs {
    border: 0;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
figure {
    margin-bottom: 0;
}
.centered {
    text-align: center !important;
}
.gray-bg {
    background-color: #f4f4f4 !important;
}
.light-bg {
    background-color: #fff !important;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.dropdown-toggle::after {
    display: none;
}
.fa {
    line-height: inherit;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    display: none !important;
}
.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
}
.loader-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
.loader-wrap .layer-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}
.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}
.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}
.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1e1e1e;
}

.theme-color {
    color: var(--theme-color);
}
.theme-bg {
    background-color: var(--theme-color);
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}

/* start style css */

.btn-1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 20px 35px 17px;
    text-align: center;
    z-index: 1;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Yantramanav", serif;
    text-transform: uppercase;
    transition: .5s;
    border-radius: 5px;
    background-image: linear-gradient(90deg, #009d90 0, #30393e 100%);
}
.btn-1:hover {
    color: #fff;
}
.btn-1 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #181818;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.btn-1 i {
    margin-left: 15px;
    font-size: 24px;
    transition: .5s;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
    line-height: 15px;
    top: -2px;
}
.btn-1:hover i {
    color: #fff;
}
.btn-1:hover span {
    width: 225%;
    height: 563px;
}
a.btn-1.s-two {
    background: #fff;
    color: #242424;
}
a.btn-1.s-two:hover {
    color: #fff;
}
.btn-1 i.far {
    font-weight: 400;
}

/*noinspection CssUnusedSymbol*/
/* btn 2 */

a.btn-2 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #009d90;
    font-weight: 700;
    font-family: "Yantramanav", serif;
    text-transform: uppercase;
}
a.btn-2 i {
    font-size: 23px;
    vertical-align: middle;
    margin-left: 8px;
}
/* Header Style */

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background: none;
    clear: both;
}
/* Header Top */

.header-top-1 {
    background: #242424;
}
.header-top-1-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header-top-1-text {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Yantramanav", serif;
    margin: 12px 0;
}
.header-top-1-text a {
    color: var(--theme-color);
}
.header-top-1-phone-number {
    font-size: 20px;
    line-height: 47px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Yantramanav", serif;
}
.header-top-1-phone-number a {
    color: #fff;
}
.header-top-1-phone-number i {
    margin-right: 10px;
    color: var(--theme-color);
    top: 4px;
    position: relative;
}
/* Header Upper */

.main-header .header-upper {
    position: relative;
}
.main-header .header-upper .inner-container {
    position: relative;
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.main-header .header-upper .logo-box {
    z-index: 10;
}
.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
    padding: 23px 0;
}
.main-header .header-upper .right-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.main-header .header-upper .left-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-header .header-upper .contact-info .single-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 60px;
}
.main-header .header-upper .contact-info .single-info:last-child {
    margin-right: 0;
}
.main-header .header-upper .contact-info .icon {
    position: relative;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    margin-right: 17px;
}
.main-header .header-upper .contact-info h5 {
    font-size: 18px;
    margin-bottom: 7px;
}
.main-header .header-upper .contact-info .text {
    position: relative;
    margin-bottom: 0;
}
.main-header .header-upper .contact-info .text a {
    color: #222222;
}
.main-header .header-upper .search-btn {
    margin-left: 20px;
    line-height: 20px;
    position: relative;
    top: 5px;
}
.main-header .header-upper .link-btn a {
    vertical-align: middle;
}
.main-header .header-upper .search-toggler {
    color: #000;
    background: transparent;
    font-size: 20px;
}
.main-header .nav-outer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.navbar-right-info .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%;
}
.main-header .nav-outer .main-menu {
    position: relative;
}
.main-menu .inner-container {
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: -25px;
    background: #fff;
}
.main-menu .inner-container .nav-outer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-menu .contact-info .icon {
    width: 75px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-right: 20px;
}
.main-menu .contact-info h6 {
    font-size: 14px;
    margin-bottom: 5px;
}
.main-menu .contact-info h4 {
    font-size: 22px;
}
.main-menu .navbar-collapse {
    padding: 0;
    display: block !important;
}
.main-menu .navigation {
    position: relative;
    margin: 0 0 0 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "Barlow", serif;
}
.main-menu .navigation>li {
    position: relative;
    padding: 29px 0;
    margin-right: 35px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation>li:before {
    position: absolute;
    content: '';
    bottom: 30px;
    left: 0;
    width: 23px;
    height: 1px;
    opacity: 0;
}
.main-menu .navigation>li.current:before {
    opacity: 1;
}
.main-menu .navigation>li:last-child:before {
    display: none;
}
.main-menu .navigation>li:last-child {
    margin-right: 0;
}
.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    color: #000;
    padding: 3px 0;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: max-content;
    min-width: 250px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: #1e1e1e;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    border-top: 3px solid var(--theme-color);
    padding: 0 32px;
}
.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0;
}
.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
}
.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}
.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    display: block;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 13px 3px;
    border-bottom: 1px solid #3a3a3a;
    line-height: 24px;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Barlow", serif;
}
.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0;
}
.main-menu .navigation>li>ul>li>a:hover {
    color: var(--theme-color);
}
.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    content: "\f105";
    right: 30px;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 17px;
    font-family: 'Font Awesome 5 Pro', serif;
    font-weight: 400;
}
.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    z-index: 100;
    display: none;
    background-color: #fff;
    transition: .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0;
}
.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
}
.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}
.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}
.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 11px 33px;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 1px solid #e0dcdc;
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}
.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #fff;
}
.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro', serif;
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    z-index: 5;
}
.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}
/***

		====================================================================
			Search Popup
		====================================================================

		***/

.sidemenu-nav-toggler {
    background: var(--theme-color);
    width: 51px;
    height: 51px;
    border-radius: 25px;
    text-align: center;
    line-height: 51px;
    cursor: pointer;
    margin-left: 45px;
}

/*noinspection CssUnusedSymbol*/
.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}
.search-popup .close-search:hover {
    opacity: 0.70;
}
.search-popup .search-form {
    position: relative;
    padding: 0 15px 0;
    max-width: 1024px;
    margin: 150px auto 100px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.search-popup .search-form fieldset {
    position: relative;
    border-radius: 12px;
}
.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
}
.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0 7px 7px 0;
    background: var(--theme-color);
}
.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
    display: none;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-popup .search-form fieldset input[type="search"]:focus {
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/***

		====================================================================
						Sticky Header
		====================================================================

		***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}
.sticky-header .main-menu .navigation {
    margin-left: 0;
}
.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}
.fixed-header .sticky-header .inner-container {
    margin-bottom: 0;
    box-shadow: none;
}
.fixed-header .sticky-header .search-toggler {
    color: #222;
    background: transparent;
    font-size: 20px;
}
.main-header .sticky-header .header-upper .logo-box .logo {
    padding: 14px 0;
}
.sticky-header .main-menu .navigation>li {
    padding: 17px 0;
}
.main-header .sticky-header .header-upper .inner-container {
    min-height: 70px;
}
.sticky-header .main-menu .navigation>li:before {
    bottom: 20px;
}
/***

		====================================================================
					Mobile Menu
		====================================================================

		***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    margin: 13px 0 13px 15px;
    display: none;
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.mobile-menu .navbar-collapse {
    display: block !important;
}
.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
    margin-bottom: 100px;
    margin-top: 25px;
}
.mobile-menu-visible {
    overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}
.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: var(--theme-color);
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}
.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}
.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mobile-menu .navigation li.current>a:before {
    height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mobile-menu .navigation li>ul, .mobile-menu .navigation li>ul>li>ul {
    display: none;
}
.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px;
}
.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
/* Hidden Bar */

.hidden-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    width: 100%;
    max-width: 470px;
    background: #ffffff;
    height: 100%;
    padding: 40px 45px;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hidden-sidebar-close {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 30px;
    cursor: pointer;
}
.hidden-sidebar .logo {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e7e7e7;
}
.hidden-sidebar .wrapper-box {
    height: 100%;
}
.hidden-sidebar .sidebar-widget {
    margin-bottom: 40px;
}
.hidden-sidebar .about-widget-two {
    position: relative;
}
.hidden-sidebar .about-widget-two h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 28px;
}

/*noinspection CssUnusedSymbol*/
.hidden-sidebar .widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #222;
}

.hidden-sidebar .news-widget .image {
    position: absolute;
    left: 0;
    top: 10px;
    width: 90px;
}

.hidden-sidebar .news-widget h4 {
    font-size: 18px;
    font-weight: 700;
}
.hidden-sidebar .news-widget h4 a {
    color: #242424;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.hidden-sidebar .newsletter-widget {
    position: relative;
    margin-bottom: 50px;
}
.hidden-sidebar .newsletter-widget input[type="email"], .textareabox {
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 13px 20px;
    width: 100%;
    margin-bottom: 10px;
}


.hidden-sidebar .newsletter-widget .theme-btn {
    color: #fff;
    background: var(--theme-color);
}
.hidden-sidebar .newsletter-widget .theme-btn:before {
    background-color: #222;
}
.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, 0.70);
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    cursor: none;
}
/* Cursor Style */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}
.cursor {
    visibility: visible;
}
.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.cursor.hovered {
    opacity: 0.08;
}
.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}
.cursor-follower {
    visibility: visible;
}
.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.cursor-follower.hovered {
    opacity: 0.08;
}
.cursor-follower.close-cursor:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}
.cursor-follower.close-cursor:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/***

		====================================================================
				Banner Section
		====================================================================

		***/

/*noinspection CssUnusedSymbol*/
.banner-section .big-title {
    position: absolute;
    right: 0;
    bottom: -6px;
    text-transform: uppercase;
    font-size: 200px;
    font-family: "Poppins", serif, sans-serif;
    font-weight: 900;
    letter-spacing: -5px;
    line-height: 70px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 0.2);
    color: transparent;
    z-index: 99;
}

/*noinspection CssUnusedSymbol*/

.banner-section .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}
.banner-section .content-box {
    position: relative;
    padding: 135px 15px 110px;
    min-height: 731px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.banner-section .content-box .inner {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}
.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.banner-section .content-box .inner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    content: "";
}
.banner-section .content-box h1 {
    position: relative;
    font-size: 75px;
    font-weight: 900;
    line-height: 70px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 20px;
}
.banner-section .swiper-slide-active .content-box h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.banner-section .content-box h1:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -20px;
    height: 2px;
    width: 80px;
    transform: translateX(-50%);
}
.banner-section h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    padding-bottom: 20px;
    width: max-content;
}
.banner-section .swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.banner-section h4:before {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
}
.banner-section h4:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 60px;
    background: var(--theme-color);
}
.banner-section h4.style-two {
    padding-bottom: 0;
}
.banner-section h4.style-two:after, .banner-section h4.style-two:before {
    display: none;
}
.banner-section .text {
    position: relative;
    font-size: 22px;
    line-height: 34px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}
.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.banner-section .link-box {
    padding-top: 20px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    margin: 0 -10px;
}
.banner-section .swiper-slide-active .link-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.banner-section .link-box a {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin: 0 10px 10px;
}
.banner-section .link-box a i {
    margin-left: 12px;
}

/*noinspection CssUnusedSymbol*/

/* Section Title */

.sub-title {
    font-size: 14px;
    letter-spacing: 1px;
    color: #264F50;
    font-weight: 700;
    font-family: "Roboto", serif;
    text-transform: uppercase;
    padding-left: 30px;
    position: relative;
    margin-bottom: 6px;
    display: inline-block;
}
.text-center .sub-title {
    padding-right: 30px;
}
.text-center .sub-title:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #009d90;
    right: 0;
    top: 12px;
}
.sub-title:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #009d90;
    left: 0;
    top: 12px;
}
h2.sec-title {
    font-size: 50px;
    color: #242424;
    font-weight: 900;
    font-family: "Yantramanav", serif, serif;
    line-height: 1.1em;
}
h2.sec-title.small {
    font-size: 45px;
}
.title-desc {
    font-size: 18px;
    line-height: 26px;
    color: #444444;
    font-weight: 400;
    font-family: "Yantramanav", serif, serif;
    position: relative;
}
.title-desc.light {
    color: rgb(255 255 255 / 60%);
}
.sec-title-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
/* about 1 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
ul.about-1-list i {
    margin-right: 20px;
    color: var(--theme-color);
    font-size: 20px;
    position: relative;
    top: 4px;
}
.about-1-desc p {
    margin-bottom: 28px;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
/* service 1 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/* whychooseus */

.whychooseus-1-tab-btn {
    display: inline-block;
    transform: translateY(-117px);
    position: relative;
    margin-left: 3px;
}
.whychooseus-1-tab-btn li {
    display: inline-block;
    padding: 0;
;
}
.whychooseus-1-tab-title {
    background: #171717;
    font-size: 40px;
    line-height: 47px;
    color: #ffffff;
    font-weight: 900;
    font-family: "Yantramanav", serif, serif;
    padding: 35px 60px;
    position: relative;
}
.whychooseus-1-tab-btn:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 1000%;
    background: #171717;
}
.active .whychooseus-1-tab-title {
    background: var(--theme-color);
}
.whychooseus-1-sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}
.whychooseus-1-image {
    position: relative;
    margin-bottom: 30px;
}
ul.whychooseus-1-list {
    font-size: 23px;
    color: rgb(255 255 255 / 90%);
    font-weight: 500;
    font-family: "Yantramanav", serif, serif;
    position: relative;
}
section.whychooseus-1-section {
    position: relative;
    padding-bottom: 90px;
}
ul.whychooseus-1-list i {
    margin-right: 18px;
    font-size: 20px;
    color: var(--theme-color);
    position: relative;
    top: 4px;
}
ul.whychooseus-1-list li {
    margin-bottom: 31px;
}
.whychooseus-1-list-wrap {
    position: relative;
    margin-left: -30px;
}
/* team 1 section */

/*noinspection CssUnusedSymbol*/
section.team-1-section .left-outer-container {
    padding-right: 42px;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

.team-1-social-icon ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.team-1-social-icon ul li a {
    color: var(--theme-color);
    width: 33px;
    height: 34px;
    border-radius: 17px;
    background-color: rgb(255 255 255);
    display: inline-block;
    text-align: center;
    line-height: 37px;
    transition: .5s;
}
.team-1-social-icon ul li {
    margin-right: 15px;
}

/*noinspection CssUnusedSymbol*/
.team-1-social-icon ul li a:hover {
    background: #222;
    color: #fff;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.team-1-read-more a {
    color: #fff;
}

/*noinspection CssUnusedSymbol*/
/* testimonials */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/* estimate */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/* facts section */

section.facts-1-section {
    position: relative;
    padding: 100px 0 70px;
}
h2.facts-1-title span {
    color: var(--theme-color);
}
h2.facts-1-title {
    font-size: 45px;
    line-height: 54px;
    color: #242424;
    font-weight: 900;
    font-family: "Yantramanav", serif, serif;
    margin-bottom: 30px;
}
.facts-1-icon {
    width: 88px;
    height: 88px;
    border-radius: 44px;
    background-color: #f9f9f9;
    border: 1px solid rgba(123, 123, 123, 0.15);
    text-align: center !important;
    line-height: 107px;
    font-size: 50px;
    margin-bottom: 20px;
    color: #000;
}
.facts-1-title-2 {
    font-size: 22px;
    line-height: 26px;
    color: #242424;
    font-weight: 700;
    font-family: "Yantramanav", serif, serif;
    margin-bottom: 10px;
    text-align: center;
}
.facts-1-text {
    font-size: 18px;
    line-height: 26px;
    color: #898989;
    font-weight: 400;
    font-family: "Yantramanav", serif, serif;
    text-align: center;
}
.facts-1-block {
    position: relative;
    margin-bottom: 30px;
}
/* blog */

section.blog-1-section {
    position: relative;
    padding: 120px 0 90px;
    background: #f9f9f9;
}
.blog-1-top-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.blog-1-image {
    position: relative;
    overflow: hidden;
    background-color: #222;
}
.blog-1-image img {
    width: 100%;
    transition: .5s;
}
.blog-1-image:hover img {
    transform: scale(1.1);
    opacity: .3;
}

/*noinspection CssUnusedSymbol*/
.blog-1-meta-info a {
    color: #909090;
    transition: .5s;
}
h3.blog-1-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    color: #313235;
    font-weight: 700;
    font-family: "Yantramanav", serif;
    text-align: center;
}
h3.blog-1-title a {
    color: #313235;
    transition: .5s;
}
h3.blog-1-title a:hover {
    color: var(--theme-color);
}
.blog-1-link-btn2 a {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 22px;
    color: #009d90;
    font-weight: 700;
    font-family: "Yantramanav", serif;
    text-align: center;
    text-transform: uppercase;
}
.blog-1-link-btn2 a:hover {
    color: #222;
}
.blog-1-block {
    position: relative;
    margin-bottom: 30px;
}
/* partner section */

.partner-1-logo img {
    width: auto !important;
}

/* footer */

footer.main-footer-1 {
    position: relative;
    padding: 90px 0 0;
    background: #1e1e1e;
}
.about-widget-1-logo {
    margin-bottom: 30px;
}
.about-widget-1 {
    margin-bottom: 50px;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
ul.about-widget-1-social-links li {
    margin-right: 10px;
}
ul.about-widget-1-social-links a {
    width: 33px;
    height: 34px;
    border-radius: 17px;
    background-color: rgba(15, 37, 65, 0);
    border: 1px solid #a0a5b1;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    color: #fff;
    transition: .5s;
}
ul.about-widget-1-social-links a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.widget-title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Yantramanav", serif;
    margin-bottom: 25px;
}
ul.link-widget-1-list {
    font-size: 18px;
    color: #8c8c8c;
    font-weight: 400;
    font-family: "Yantramanav", serif;
}
ul.link-widget-1-list li {
    margin-bottom: 7px;
}
ul.link-widget-1-list a {
    color: #8c8c8c;
    transition: .5s;
}
ul.link-widget-1-list a:hover {
    color: var(--theme-color);
}
.contact-widget-1-label {
    font-size: 18px;
    line-height: 28px;
    color: #878787;
    font-weight: 400;
    font-family: "Yantramanav", serif;
}
.contact-widget-1-text {
    font-size: 18px;
    line-height: 28px;
    color: #878787;
    font-weight: 400;
    font-family: "Yantramanav", serif;
}
.contact-widget-1-text a {
    color: #878787;
    transition: .5s;
}
ul.contact-widget-1-list li {
    margin-bottom: 20px;
}
.contact-widget-1-text a:hover {
    color: var(--theme-color);
}
.footer-bottom-row {
    border-top: 1px solid rgb(255 255 255 / 10%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 26px 0 6px;
}
.footer-bottom-text {
    font-size: 17px;
    color: #8c8c8c;
    font-weight: 400;
    font-family: "Yantramanav", serif;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
.link-widget-1 {
    margin-bottom: 50px;
}
.contact-widget-1 {
    margin-bottom: 50px;
}
/* header style two */

header.main-header.header-style-two .auto-container {
    max-width: 100%;
    padding: 0;
}
header.main-header.header-style-two .header-upper {
    background: #101011;
}
header.main-header.header-style-two .main-menu .navigation>li>a {
    color: #fff;
}
header.main-header.header-style-two .header-upper .search-toggler {
    color: #fff;
}
header.main-header.header-style-two .header-upper .logo-box .logo {
    padding: 17px 55px;
    background: var(--theme-color);
}
header.main-header.header-style-two .sidemenu-nav-toggler {
    height: 80px;
    line-height: 80px;
    border-radius: 0;
    width: 91px;
}
header.main-header.header-style-two .main-menu .navigation>li {
    padding: 22px 0;
}
/* about 2 section */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.about-2-desc p {
    margin-bottom: 30px;
}
/* sersvice 2  */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

.services-2-image img {
    border-radius: 6px;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/* whychooseus 2 */

/*noinspection CssUnusedSymbol*/
h2.sec-title.light {
    color: #fff;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

ul.whychooseus-2-list li {
    padding: 28px 0 28px 75px;
    border-bottom: 1px solid #616161;
    min-height: 87px;
    position: relative;
}

/*noinspection CssUnusedSymbol*/
ul.whychooseus-2-list li:last-child {
    border-bottom: 0;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
ul.whychooseus-2-list-2 li {
    position: relative;
}
ul.whychooseus-2-list-2 li:before {
    position: relative;
    content: "-";
    left: 0;
    top: 0;
    margin-right: 10px;
}

/*noinspection CssUnusedSymbol*/
.cta-1>.row {
    align-items: center;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.cta-1-phone-number a {
    color: #fff;
}

/*noinspection CssUnusedSymbol*/
/* estimate s two */

/* testimonial s tow */

/* video section */

section.video-1-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0 90px;
}
.video-1-bg {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    bottom: -100px;
    background-size: cover;
}
/* video btn */

/*noinspection CssUnusedSymbol*/
.video-btn1 span {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
}
.video-btn1 a {
    position: relative;
    height: 72px;
    width: 72px;
    line-height: 72px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    display: inline-block;
    background-color: var(--theme-color);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.video-btn1 a:hover {
    background-color: #324026;
    color: #fff;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}
.video-1-sub-title {
    position: relative;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Yantramanav", serif;
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 65px;
}
.video-1-title {
    position: relative;
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Yantramanav", serif;
    margin-bottom: 25px;
}
.video-1-sub-title:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    background-color: #009d90;
    right: 0;
    bottom: 10px;
}
.video-1-video-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*noinspection CssUnusedSymbol*/
/* facts 2 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.facts-2-title span {
    font-size: 50px;
    font-weight: 500;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
/* header style three */

.main-header.header-style-three .header-upper .logo-box .logo:before {
    position: absolute;
    content: '';
    right: -65px;
    top: 0;
    bottom: 0;
    width: 5000%;
    background: var(--theme-color);
    z-index: -1;
    transform: skewX(-48deg);
}
.main-header.header-style-three .header-upper .logo-box .logo {
    z-index: 1;
}
/* about 3 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
/* service 1 s two */

/* features 1 */

section.features-1-section {
    position: relative;
    padding: 0 0 210px;
    background: var(--theme-color);
}

/*noinspection CssUnusedSymbol*/
.features-1-title {
    position: relative;
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
    padding-top: 120px;
    font-family: "Yantramanav", serif;
    line-height: 1.2em;
    margin-bottom: 50px;
}
.features-1-icon {
    position: relative;
    color: #fff;
    font-size: 50px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.features-1-title-2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}
.features-1-text {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Yantramanav", serif;
    margin-bottom: 30px;
}
.features-1-image img {
    max-width: none;
}
.col-md-6:nth-child(even) .features-1-icon-box {
    padding-left: 45px;
    position: relative;
}
.col-md-6:nth-child(even) .features-1-icon-box:before {
    position: absolute;
    content: '';
    left: -20px;
    top: -10px;
    width: 1px;
    height: 210px;
    background-color: rgb(255 255 255 / 40%);
}
/* cta 2 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
/* partner s two */

/*noinspection CssUnusedSymbol*/

/* header style four */

header.main-header.header-style-four .auto-container {
    max-width: 100%;
    padding: 0;
}
header.main-header.header-style-four .header-upper .logo-box {
    padding-left: 65px;
    padding-right: 40px;
    background: #d0cfd3;
}

/*noinspection CssUnusedSymbol*/
header.main-header.header-style-four .sidemenu-nav-toggler {
    width: 91px;
    height: 81px;
    background-color: #242424;
    border-radius: 0;
    line-height: 81px;
}
header.main-header.header-style-four .header-upper .logo-box .logo {
    padding: 18px 0;
}
header.main-header.header-style-four .main-menu .navigation>li {
    padding: 23px 50px;
    margin: 0;
    border-right: 1px solid #d0d0d0;
}
header.main-header.header-style-four .main-menu .navigation>li>a {
    text-transform: uppercase;
}

/*noinspection CssUnusedSymbol*/
.header-upper-phone-number a {
    color: #242424;
    transition: .5s;
}
.header-upper-phone-number a:hover {
    color: var(--theme-color);
}
/* banner 2 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

a.banner-2-link i {
    margin-left: 13px;
    font-size: 30px;
    position: relative;
    top: 6px;
}
.banner-2-text strong {
    font-size: 55px;
}
.banner-2-text span {
    font-size: 30px;
}
/* about 4 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
ul.about-4-list i {
    margin-right: 20px;
    color: var(--theme-color);
    font-size: 20px;
    position: relative;
    top: 4px;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
/* btn s three */

a.btn-1.s-three {
    background: #fff;
    border: 1px solid #686868;
    color: #242424;
    padding: 16px 30px 13px;
}
a.btn-1.s-three:hover {
    color: #fff;
    border-color: #181818;
}
/* cta 3 */

section.cta-3-section {
    position: relative;
    margin-bottom: -107px;
    z-index: 9;
}
.cta-3-image {
    margin-right: -9px;
}
.cta-3-content {
    margin-left: -21px;
    padding: 39px 0 39px 50px;
    background: var(--theme-color);
    margin-right: -60px;
    position: relative;
}
h2.cta-3-title {
    position: relative;
    font-size: 42px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 900;
    font-family: "Yantramanav", serif;
    margin-bottom: 9px;
}
.cta-3-text {
    font-size: 22px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Yantramanav", serif;
    position: relative;
}
.cta-3-phone {
    font-size: 38px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 900;
    font-family: "Yantramanav", serif;
    position: relative;
}
.cta-3-phone a {
    color: #fff;
}
.cta-3-content:before {
    background: var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1000%;
    content: '';
}
/* services 3 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
h4.services-3-title a {
    color: #fff;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.owl-item .services-3-link img {
    width: auto;
    margin: 0 auto;
}
.services-3-link a {
    top: 30px;
    width: 62px;
    height: 62px;
    border-radius: 31px;
    border: 2px solid #ffffff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
}
.services-3-link a:hover {
    border-color: #222;
    background-color: #222;
}
.services-3-image:hover .services-3-link a {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
/* estimate 1 s three */

/* fact 1 s two */

section.facts-1-section.s-two .facts-1-icon {
    border: none;
    background: transparent;
    width: auto;
    text-align: left;
    height: auto;
    line-height: 1.2em;
    font-size: 65px;
    color: var(--theme-color);
    margin-bottom: 0;
}
/* projects */

.projects-1-image img {
    width: 100%;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

.projects-1-overlay a {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    display: inline-block;
    opacity: 0;
    width: 45px;
    height: 45px;
    border-radius: 6px;
    background-color: #ffffff;
    margin-bottom: 10px;
    transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
    transition-delay: 0s;
    transform: translateY(100%);
}
.projects-1-block:hover a {
    opacity: 1;
    position: relative;
    z-index: 1;
    transform: translateY(0);
}
.projects-1-overlay a:hover {
    opacity: .8;
}
.projects-1-overlay a img {
    width: auto;
}
.projects-1-section a.btn-1 span {
    background: #fff;
}
.projects-1-section a.btn-1:hover {
    color: var(--theme-color);
}

/*noinspection CssUnusedSymbol*/
/* testimonial 1 s three */

/*noinspection CssUnusedSymbol*/
.sec-divider-1 .left-outer-container {
    border-bottom: 1px solid #c9c9c9;
}

/* header style five */

/*noinspection CssUnusedSymbol*/
.main-header.header-style-five .inner-container {
    background: #fff;
    padding: 0 35px;
    border-radius: 5px;
}
.main-header.header-style-five .auto-container {
    max-width: 1600px;
}

/*noinspection CssUnusedSymbol*/
.header-upper-link-btn a.btn-1 {
    padding: 12px 30px 10px;
    border-radius: 3px;
}
.main-header.header-style-five .inner-container:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 15px;
    right: 15px;
    height: 20px;
    background: rgb(255 255 255 / 20%);
    border-radius: 5px;
}
/* banner 3 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

section.banner-3-section .auto-container {
    max-width: 1600px;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.banner-3-info-text a {
    color: #242424;
    transition: .5s;
}
.banner-3-info-text a:hover {
    color: var(--theme-color);
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/* about 5 */
section.about-5-section {
    position: relative;
    padding: 120px 0 90px;
}
.about-5-desc {
    font-size: 18px;
    line-height: 28px;
    color: black;
    font-weight: 400;
    font-family: "Yantramanav", serif;
    margin-bottom: 20px;
}
ul.about-5-list {
    font-size: 20px;
    line-height: 40px;
    color: #2a2a2a;
    font-weight: 700;
    font-family: "Yantramanav", serif;
    margin-bottom: 30px;
}
ul.about-5-list i {
    margin-right: 20px;
    color: var(--theme-color);
    font-size: 20px;
    position: relative;
    top: 4px;
}
.about-5-content-wrap {
    position: relative;
    margin-right: -30px;
}
.about-5-image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: -88px;
    margin-left: 70px;
}
.about-5-image-wrap.s-two {
    margin-right: -170px;
}
.about-5-image-1 {
    margin-bottom: 30px;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.about-5-image-2 {
    margin-bottom: 30px;
}
/* services 4 */

/*noinspection CssUnusedSymbol*/
section.service-4-section .auto-container {
    max-width: 1300px;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

.service-4-image img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/* facts 3 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
section.facts-3-section .auto-container {
    max-width: 1300px;
}

/* features 2 */

section.features-2-section {
    position: relative;
    background: #ededed;
}
.features-2-left-column {
    width: calc(50% - 185px);
    background-size: cover;
}
.features-2-right-column {
    width: calc(50% + 185px);
    padding-left: 85px;
    padding-top: 115px;
    padding-bottom: 80px;
}
.features-2-row {
    display: flex;
    flex-wrap: wrap;
}
.features-2-image {
    background-size: cover;
}
.features-2-image img {
    display: none;
}
.features-2-container {
    max-width: 700px;
    padding: 0 15px;
}
.features-2-text {
    font-size: 22px;
    line-height: 32px;
    color: #242424;
    font-weight: 500;
    font-family: "Yantramanav", serif;
    margin-bottom: 10px;
}

/*noinspection CssUnusedSymbol*/
ul.features-2-icon-list {
    font-size: 22px;
    line-height: 45px;
    color: #242424;
    font-weight: 700;
    font-family: "Yantramanav", serif;
}
ul.features-2-icon-list i {
    font-weight: normal;
    font-size: 40px;
    margin-right: 20px;
    color: var(--theme-color);
    position: relative;
    top: 12px;
}
ul.features-2-icon-list li {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 15px;
    margin-bottom: 7px;
}
ul.features-2-icon-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
/* facts 4 */

/*noinspection CssUnusedSymbol*/
section.facts-4-section .auto-container {
    max-width: 1600px;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.pricing-1-link-btn a.btn-1 {
    padding: 15px 15px 11px;
    width: 100%;
}
.pricing-1-price span {
    font-size: 50%;
    position: relative;
    top: -17px;
}
.pricing-1-price li {
    position: relative;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.pricing-1-tab-btn li {
    margin: 0 40px 30px;
}

/*noinspection CssUnusedSymbol*/
ul.pricing-1-list li {
    position: relative;
    padding-left: 37px;
}
ul.pricing-1-list li:before {
    position: absolute;
    content: "\f00c";
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Pro', serif;
    color: var(--theme-color);
}

/*noinspection CssUnusedSymbol*/
/* projects 1 s two */

/* testimonial 2 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.testimonial-2-image img {
    border-radius: 50%;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
/* blog s two */

section.blog-1-section.s-two .blog-1-block {
    margin-bottom: 60px;
}
section.blog-1-section.s-two .blog-1-meta-info a {
    color: var(--theme-color);
}
.blog-1-link-btn3 a {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background-color: #009d90;
    line-height: 64px;
    color: #fff;
    display: inline-block;
    transition: .5s;
}

/*noinspection CssUnusedSymbol*/
.blog-1-link-btn3 a:hover {
    background: #222;
}
/* banner 4 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.about-5-shape {
    position: absolute;
    top: -1px;
    left: 0;
    bottom: 140px;
    width: calc(50% - 204px);
    background: #f8f9fa;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}
section.banner-4-section .btn-1 span {
    background-color: #fff;
}
section.banner-4-section .btn-1:hover {
    color: #222;
}
/* services 4 */

section.services-4-section {
    position: relative;
    padding: 120px 0 210px;
}
.services-4-sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}
.services-4-block {
    position: relative;
    display: block;
    padding: 40px 20px 40px 30px;
    border-bottom: 1px solid #363636;
    border-right: 1px solid #363636;
}

/*noinspection CssUnusedSymbol*/
h2.services-4-title {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    font-family: "Yantramanav", serif;
    margin-bottom: 15px;
    transition: .5s;
}

.services-4-icon {
    position: relative;
    font-size: 65px;
    color: var(--theme-color);
    margin-bottom: 48px;
}

.services-4-inner-box {
    position: relative;
    transition: .5s;
}
.services-4-inner-box:hover {
    transform: translateY(-10px);
}
.services-4-section .services-4-outer-box {
    border-left: 1px solid #363636;
    border-top: 1px solid #363636;
    position: relative;
}
.services-4-feature-image {
    position: relative;
    margin-right: -166px;
    margin-top: -70px;
    pointer-events: none;
    left: 1px;
}

/*noinspection CssUnusedSymbol*/
/* cta-3 s two */

section.cta-3-section.s-two {
    margin-top: -110px;
    margin-bottom: 0;
}
/* partner s three */

/* header style six */

/*noinspection CssUnusedSymbol*/
header.main-header.header-style-six .auto-container {
    max-width: 100%;
    padding: 0 60px;
}
header.main-header.header-style-six .main-menu .navigation>li>a {
    color: #fff;
}
header.main-header.header-style-six .main-menu .navigation>li.current>a {
    color: var(--theme-color);
}
header.main-header.header-style-six .main-menu .navigation>li.current>a:before {
    position: absolute;
    content: '';
    width: 23px;
    height: 1px;
    background-color: #009d90;
    bottom: 0;
}
.main-header.header-style-six .header-upper .search-toggler {
    color: #fff;
}

.header-upper-phone-number2 a {
    color: #fff;
    transition: .5s;
}
.header-upper-phone-number2 a:hover {
    color: var(--theme-color);
}
.header-upper-phone-number2 i {
    margin-right: 15px;
    font-size: 33px;
    vertical-align: middle;
}
.main-header.header-style-six .main-menu .navigation {
    margin-left: 120px;
}
.main-header.header-style-six .sticky-header {
    background: #161616;
}
/* header style seven */

/*noinspection CssUnusedSymbol*/
.main-header.header-style-seven .header-upper .logo-box .logo {
    width: 275px;
    background-color: #d01334;
    text-align: center;
    padding: 41px 0;
    margin-bottom: -35px;
    margin-left: 35px;
}
.main-header.header-style-seven .header-upper .logo-box .logo a {
    display: inline-block;
}
header.main-header.header-style-seven .auto-container {
    max-width: 100%;
    padding: 0 60px;
}
header.main-header.header-style-seven .main-menu .navigation>li>a {
    color: #fff;
}
header.main-header.header-style-seven .main-menu .navigation>li.current>a {
    color: var(--theme-color);
}
.main-header.header-style-seven .header-upper .search-toggler {
    color: #fff;
}

.main-header.header-style-seven .header-upper-phone-number2 a:hover {
    color: #fff;
}
.main-header.header-style-seven .main-menu .navigation {
    margin-left: 120px;
}
.main-header.header-style-seven .sticky-header {
    background: #161616;
}
/* banner 5 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.banner-5-btn .btn-1 {
    padding: 20px 30px 17px;
    background: #9f031e;
}
/* about 6 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
ul.about-6-list i {
    margin-right: 20px;
    color: var(--theme-color);
    font-size: 20px;
    position: relative;
    top: 4px;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.about-6-image-1 img {
    max-width: none;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.about-6-phone-number a {
    color: #1c0f3b;
    transition: .5s;
}
.about-6-phone-number a:hover {
    color: var(--theme-color);
}
/* team 2 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
/* whychooseus 3 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
ul.whychooseus-3-list li {
    padding: 28px 0 28px 75px;
    border-bottom: 1px solid #dedede;
    min-height: 87px;
    position: relative;
}

/*noinspection CssUnusedSymbol*/
ul.whychooseus-3-list li:last-child {
    border-bottom: 0;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
/* service 4 s two */

section.services-4-section.s-two {
    padding-bottom: 300px;
}
/* testimonial 1 s four */

/* team 1 s two */

/* team 1 s three */

/* sec divider */

/*noinspection CssUnusedSymbol*/
.sec-divider-3 .left-outer-container {
    border-bottom: 1px solid #c9c9c9;
}
.sec-divider-4 .left-outer-container {
    border-bottom: 1px solid #cacaca;
}
/* partner s four */

/* blog 1 s three */

section.blog-1-section.s-three {
    background-color: #eee;
}
section.blog-1-section.s-three .blog-1-meta-info a {
    color: var(--theme-color);
}

/* header style eight */

.main-header.header-style-eight .header-upper .logo-box .logo:before {
    position: absolute;
    content: '';
    right: -65px;
    top: 0;
    bottom: -15px;
    width: 5000%;
    background: #009d90;
    z-index: -1;
    transform: skewX(-48deg);
}
.main-header.header-style-eight .header-upper .logo-box .logo {
    z-index: 1;
    padding: 26px 0 14px;
}
.main-header.header-style-eight .header-top-1-right-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.main-header.header-style-eight .header-top-1-phone-number {
    margin-left: 20px;
}
.main-header.header-style-eight .header-top-1 {
    background: #353535;
}
.main-header.header-style-eight .main-menu .navigation>li {
    padding: 26px 0;
}

/*noinspection CssUnusedSymbol*/

.header-top-1-language-switcher ul.list {
    color: #222;
}

/* banner 6 */

section.banner-6-section {
    position: relative;
}
.banner-6-bg {
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    width: calc(50% + 525px);
    background-size: cover;
}
.banner-6-top-content {
    position: relative;
    padding: 190px 60px 270px 140px;
}
.banner-6-image {
    position: absolute;
    left: 0;
    bottom: 0;
}
h2.banner-6-title {
    font-size: 75px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 900;
    font-family: "Yantramanav", serif;
    margin-bottom: 30px;
}
.banner-6-desc {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Yantramanav", serif;
    margin-bottom: 30px;
}
a.banner-6-link {
    font-size: 22px;
    line-height: 30px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 900;
    font-family: "Yantramanav", serif;
    transition: .5s;
    text-transform: uppercase;
}
a.banner-6-link:hover {
    color: var(--theme-color);
    text-decoration: none !important;
}
.banner-6-big-title {
    font-size: 305px;
    color: hsl(0deg 0 100% / 12%);
    font-weight: 900;
    font-family: "Yantramanav", serif;
    position: absolute;
    left: 40%;
    bottom: -110px;
    line-height: 1em;
    text-transform: uppercase;
}
.banner-6-bg2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(50% - 585px);
    background-size: cover;
}

/* about 7 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.about-7-image img {
    width: 100%;
}

/* features 3 */

.features-3-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.features-3-left-column {
    width: calc(50% - 207px);
    background-size: cover;
    position: relative;
}
.features-3-image {
    display: none;
}
.features-3-right-column {
    width: calc(50% + 207px);
}
.features-3-icon-box {
    max-width: 343px;
    min-height: 180px;
    filter: drop-shadow(0px 3px 29px rgba(0, 0, 0, 0.09));
    background-color: var(--theme-color);
    width: 100%;
    position: absolute;
    right: 0;
    top: 120px;
    padding: 30px 30px 30px 130px;
}
.features-3-icon {
    position: absolute;
    left: 35px;
    font-size: 60px;
    color: #fff;
    top: 60px;
}
.features-3-text {
    font-size: 14px;
    letter-spacing: 1px;
    color: rgb(255 255 255 / 60%);
    font-weight: 700;
    font-family: "Roboto", serif;
    text-transform: uppercase;
    margin-bottom: 7px;
    margin-top: 5px;
}
.features-3-text-2 {
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    font-family: "Yantramanav", serif;
    line-height: 1.2em;
}
section.features-3-section {
    position: relative;
    background: #f2f2f2;
}
.features-3-container {
    max-width: 800px;
    padding-left: 130px;
    padding-top: 115px;
    padding-bottom: 90px;
}

/*noinspection CssUnusedSymbol*/
.features-3-list {
    font-size: 20px;
    line-height: 40px;
    color: #2a2a2a;
    font-weight: 700;
    font-family: "Yantramanav", serif;
    margin-bottom: 30px;
}
.features-3-list i {
    margin-right: 20px;
    color: var(--theme-color);
    font-size: 20px;
    position: relative;
    top: 4px;
}
/* project s three */

/* estimate s four */

/*noinspection CssUnusedSymbol*/

/* header style nine */

.main-header.header-style-nine .header-top-1-right-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.main-header.header-style-nine .header-top-1-phone-number {
    margin-left: 20px;
}
.main-header.header-style-nine .header-top-1 {
    background: #353535;
}
.main-header.header-style-nine .main-menu .navigation>li {
    padding: 26px 0;
}
.header-top-1-left-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*noinspection CssUnusedSymbol*/
.main-header.header-style-nine .header-top-1 .auto-container {
    max-width: 100%;
    padding: 0 45px;
}
header.main-header.header-style-nine .header-upper .auto-container {
    max-width: 100%;
    padding: 0 60px;
}
header.main-header.header-style-nine .main-menu .navigation>li>a {
    color: #fff;
    text-transform: capitalize;
}
header.main-header.header-style-nine .header-upper-link-btn2 a {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Yantramanav", serif;
    text-transform: uppercase;
}
header.main-header.header-style-nine .header-top-1-text {
    color: rgb(255 255 255 / 70%);
}
header.main-header.header-style-nine .header-top-1-phone-number a {
    color: rgb(255 255 255 / 70%);
}
header.main-header.header-style-nine .header-top-1-text.s-two {
    color: #fff;
    margin: 0 30px 0 0;
    padding: 12px 31px 12px 0;
    position: relative;
    z-index: 1;
}
header.main-header.header-style-nine .header-top-1-text.s-two:before {
    position: absolute;
    content: '';
    top: -1px;
    right: 0;
    bottom: 0;
    width: 5000%;
    background: #1e1e1e;
    z-index: -1;
}

/*noinspection CssUnusedSymbol*/
header.main-header.header-style-nine .header-upper .search-toggler {
    color: #fff;
}
header.main-header.header-style-nine .sticky-header {
    background: #222;
}
header.main-header.header-style-nine .main-menu .navigation>li.current>a {
    color: var(--theme-color);
}
header.main-header.header-style-nine .main-menu .navigation>li.current>a:before {
    position: absolute;
    content: '';
    width: 23px;
    height: 1px;
    background-color: #009d90;
    bottom: 0;
}
/* banner s two */

.banner-section.s-two .content-box {
    min-height: 890px;
    padding: 210px 15px 110px;
    justify-content: flex-end;
}
/* about 8 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
ul.about-8-list i {
    margin-right: 20px;
    color: var(--theme-color);
    font-size: 20px;
    position: relative;
    top: 4px;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
/* feature image hover1 */

.feature_image_hover1 img {
    width: 100%;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.feature_image_hover1:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/* feature image hover2 */

.feature_image_hover2 img {
    width: 100%;
    transform: scale(1.0);
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.feature_image_hover2:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
/* banner section s three */

.banner-section.s-three .content-box {
    padding-bottom: 30px;
    min-height: 890px;
}
/* contact info 1 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.contactinfo-1-info-text a {
    color: #fff;
    transition: .5s;
}
.contactinfo-1-info-text a:hover {
    color: #222;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
/* feature 4 */

section.features-4-section {
    position: relative;
    margin-top: -130px;
}
.features-4-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.features-4-image {
    width: calc(50% - 115px);
    background-size: cover;
}
.features-4-image img {
    display: none;
}
.features-4-content {
    position: relative;
    width: calc(50% + 115px);
    padding-left: 100px;
    padding-bottom: 90px;
    padding-top: 250px;
    margin-bottom: 30px;
}
h4.features-4-text {
    font-size: 24px;
    line-height: 30px;
    color: #242424;
    font-weight: 400;
    font-family: "Yantramanav", serif;
    margin-bottom: 30px;
}

/*noinspection CssUnusedSymbol*/
.features-4-small-container {
    max-width: 670px;
}
/* whychooseus 4 */

/*noinspection CssUnusedSymbol*/
ul.whychooseus-4-list li {
    padding: 28px 0 28px 75px;
    border-bottom: 1px solid #2b2b2b;
    min-height: 87px;
    position: relative;
}

/*noinspection CssUnusedSymbol*/
ul.whychooseus-4-list li:last-child {
    border-bottom: 0;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

.whychooseus-4-feature-image img {
    max-width: none;
    z-index: 1;
}

ul.whychooseus-4-list2 i {
    margin-right: 13px;
    position: relative;
    top: 4px;
}
/* services 4 s three */

section.services-4-section.s-three {
    padding-bottom: 90px;
}
/* video 1 s two */

section.video-1-section.s-two .video-1-title {
    font-size: 65px;
    line-height: 72px;
    color: #ffffff;
    font-weight: 900;
}
section.video-1-section.s-two .video-1-sub-title {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 47px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto", serif;
}
section.video-1-section.s-two .video-1-sub-title:before {
    opacity: 0;
}
section.video-1-section.s-two {
    padding: 110px 0 70px;
}
section.video-1-section.s-two .video-btn1 a {
    background: #fff;
    color: var(--theme-color);
}
section.video-1-section.s-two .video-btn1 a:hover {
    color: #fff;
    background-color: var(--theme-color);
}
section.video-1-section.s-two .video-btn1 a:before {
    position: absolute;
    content: '';
    top: -7.5px;
    left: -7.5px;
    width: 87px;
    height: 87px;
    border-radius: 43px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #ffffff;
}
/* team s five */

/*  */

/*noinspection CssUnusedSymbol*/

.blog-1-small-container {
    max-width: 770px;
    margin: 0 0 0 auto;
}

/*noinspection CssUnusedSymbol*/
/* blog 1 s four */

section.blog-1-section.s-four .blog-1-meta-info a {
    color: var(--theme-color);
}

/*noinspection CssUnusedSymbol*/
.map-2-area {
    position: relative;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

section.blog-1-section.s-four h3.blog-1-title a {
    color: #dbdbdb;
}
section.blog-1-section.s-four h3.blog-1-title a:hover {
    color: var(--theme-color);
}
.blog-1-block.s-two {
    margin-bottom: 60px;
}

/* page title */
h2.page-title {
    position: relative;
    font-size: 75px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 900;
    font-family: "Yantramanav", serif;
}
ul.page-breadcrumb {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Yantramanav", serif;
    display: flex;
    flex-wrap: wrap;
    text-transform: capitalize;
}
ul.page-breadcrumb li {
    position: relative;
    margin-right: 25px;
}
ul.page-breadcrumb a {
    color: #ffffff;
    display: inline-block;
}
ul.page-breadcrumb li:after {
    position: absolute;
    content: "/";
    display: inline-block;
    margin: 0 10px;
}
ul.page-breadcrumb li:last-child:after {
    display: none;
}

/*noinspection CssUnusedSymbol*/
/* services 5 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.services-5-icon i:before {
    margin: 0;
    font-size: inherit;
}

/*noinspection CssUnusedSymbol*/
.services-5-text-two p {
    margin-bottom: 30px;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
/* whychooseus 5 */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.whychooseus-5-icon i:before {
    font-size: inherit;
    margin: 0;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

.whychooseus-5-image img {
    left: -40px;
    position: relative;
}

/*noinspection CssUnusedSymbol*/

section.team-1-section.s-six .auto-container {
    max-width: 1442px;
}

/* History Sectin*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

.history-block h4 {
    position: relative;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 24px;
    color: #242424;
    font-weight: 700;
    font-family: "Yantramanav", serif;
}
.history-block .image-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 60px;
}
.history-block .image-box .image {
    position: relative;
    margin-bottom: 30px;
    margin-right: 30px;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.history-1-desc p {
    margin-bottom: 30px;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
/***

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
    position: relative;
}
.accordion-box .block {
    position: relative;
    padding: 8px 0;
    margin-bottom: 10px;
    border: 1px solid #dedede;
    background-color: #ffffff;
}

/*noinspection CssUnusedSymbol*/
.accordion-box .block .icon-outer {
    position: absolute;
    left: 14px;
    top: 0;
    font-size: 18px;
    color: #242424;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.accordion-box .block .icon-outer .icon {
    position: absolute;
    width: 28px;
    height: 28px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    left: -7px;
}
.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}
.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
    font-weight: 300;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 10px 30px 0 60px;
}
.accordion-box .block .content .text {
    font-size: 18px;
    line-height: 28px;
    color: #545454;
    font-weight: 400;
    font-family: "Yantramanav", serif;
    margin-bottom: 0;
}
.accordion-box .block .content p:last-child {
    margin-bottom: 0;
}
/* Faq Section */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.faq-section .sear-form input[type="search"] {
    position: relative;
    width: 100%;
    height: 60px;
    border: 1px solid #e0e0e0;
    padding: 0 25px;
    border-radius: 3px;
    font-size: 18px;
    line-height: 70px;
    color: rgb(0 0 0 / 50%);
    font-weight: 400;
    font-family: "Yantramanav", serif;
}
.faq-section .sear-form button {
    position: absolute;
    background: transparent;
    right: 21px;
    top: 16px;
    color: rgb(0 0 0 / 0.50);
}
.accordion-box.style-three .block {
    border: 0;
    margin-bottom: 30px;
}

/*noinspection CssUnusedSymbol*/
.accordion-box.style-three .block .icon-outer {
    left: 0;
}
.accordion-box.style-three .accordion.active-block {
    background: transparent;
}
.accordion-box.style-three .block .content {
    padding-left: 30px;
}

/*noinspection CssUnusedSymbol*/
.faq-form-section h4 {
    position: relative;
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    font-family: "Yantramanav", serif;
}

/*noinspection CssUnusedSymbol*/
.faq-form .form-group {
    position: relative;
    margin-bottom: 40px;
}
.faq-form input, .faq-form textarea {
    position: relative;
    width: 100%;
    background: transparent;
    border-bottom: 2px solid rgb(255 255 255 / 50%);
    height: 60px;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Yantramanav", serif;
}
.faq-form textarea {
    height: 182px;
}
/*Error Section*/

.error-section {
    position: relative;
    padding: 210px 0 225px;
    background-repeat: no-repeat;
    background-size: cover;
}
.error-section .content {
    position: relative;
    text-align: center;
}
.error-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(31 31 32 / 0);
}
.error-section h1 {
    position: relative;
    margin-bottom: 10px;
    font-size: 250px;
    line-height: 1em;
    color: #009d90;
    font-weight: 900;
    font-family: "Yantramanav", serif;
}
.error-section h2 {
    position: relative;
    font-size: 66px;
    line-height: 53px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Yantramanav", serif;
    margin-bottom: 30px;
}
.error-section .text {
    position: relative;
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 53px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Yantramanav", serif;
    text-align: center;
}
.error-section .theme-btn {
    color: #fff;
    font-size: 23px;
    padding: 19px 46px;
}
.error-section .theme-btn:hover {
    background-color: #fff;
}
/*Comming Soon*/

/*noinspection CssUnusedSymbol*/
.comming-soon .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    vertical-align: middle;
}
.comming-soon .content .content-inner {
    position: relative;
    padding: 50px 15px;
    display: table-cell;
    vertical-align: middle;
}
.comming-soon .content .content-inner h2 {
    position: relative;
    margin-bottom: 80px;
    font-size: 100px;
    line-height: 74px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Yantramanav", serif;
}
.comming-soon .content .content-inner .text {
    position: relative;
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.6em;
    max-width: 885px;
    margin: 20px auto 50px;
    display: inline-block;
    font-family: "Yantramanav", serif;
    text-transform: capitalize;
}
.comming-soon .content .content-inner .text span {
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: var(--theme-color);
}
/***

====================================================================
	Countdown style
====================================================================

***/

.time-counter {
    position: relative;
}

/*noinspection CssUnusedSymbol*/
.time-counter .time-countdown .counter-column {
    position: relative;
    width: 180px;
    height: 180px;
    text-align: center;
    display: inline-block;
    padding: 20px 0 10px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 50%;
    font-weight: 600;
    margin: 0 15px 30px;
}

/*noinspection CssUnusedSymbol*/
.comming-soon .emailed-form .form-group {
    position: relative;
    display: block;
    max-width: 770px;
    width: 100%;
    margin: 0 auto 20px;
    padding-right: 210px;
}
.comming-soon .emailed-form .form-group input[type="text"], .comming-soon .emailed-form .form-group input[type="tel"], .comming-soon .emailed-form .form-group input[type="email"], .comming-soon .emailed-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    height: 76px;
    font-weight: 400;
    font-size: 20px;
    color: #242424;
    padding: 10px 36px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "Yantramanav", serif;
}
.comming-soon .emailed-form .form-group input[type="submit"], .comming-soon .emailed-form button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 19px 50px;
    background: var(--theme-color);
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 38px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: "Yantramanav", serif;
    transition: .5s;
}

.comming-soon .emailed-form button:hover {
    background-color: #222;
}

/* projects */

/*noinspection CssUnusedSymbol*/
.projects-2-image img {
    width: 100%;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

a.projects-2-icon img {
    width: auto;
}

.projects-2-section a.projects-2-btn-1 span {
    background: #fff;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
h4.projects-2-title a {
    color: #242424;
}

/*noinspection CssUnusedSymbol*/
/* Blog Section Two */

/*noinspection CssUnusedSymbol*/
.news-block-two .image {
    position: relative;
    margin-bottom: 20px;
    background-color: #000;
}
.news-block-two .image {
    overflow: hidden;
}
.news-block-two .image img {
    width: 100%;
    transition: .5s;
}
.news-block-two .inner-box:hover .image img {
    transform: scale(1.1);
    opacity: .5;
}
.news-block-two.blog-single-post .inner-box:hover .image img {
    transform: scale(1);
    opacity: 1;
}

/*noinspection CssUnusedSymbol*/
.news-block-two .date {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

/*noinspection CssUnusedSymbol*/
.news-block-two .meta-info li {
    margin-right: 30px;
    position: relative;
    line-height: 37px;
    color: #838383;
    font-weight: 400;
    font-family: "Yantramanav", serif;
    font-size: 18px;
}
.news-block-two .meta-info li:before {
    position: absolute;
    content: '/';
    right: -18px;
}
.news-block-two .meta-info li:last-child:before {
    display: none;
}
.news-block-two h3 {
    position: relative;
    margin-bottom: 18px;
    font-size: 34px;
    color: #242424;
    font-weight: 900;
    font-family: "Yantramanav", serif;
}
.news-block-two h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}
.news-block-two h3 a {
    color: #242424;
    transition: .5s;
}
.news-block-two h3 a:hover {
    color: var(--theme-color);
}
.news-block-two .text {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #545454;
    font-weight: 400;
    font-family: "Yantramanav", serif;
}
/***

====================================================================
	Sidebar Page Container
====================================================================

***/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.sidebar-widget {
    position: relative;
    margin-bottom: 40px;
}
/*Search Box Widget*/

.sidebar .search-box .form-group {
    position: relative;
    margin: 0;
}
.sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"] {
    position: relative;
    padding: 10px 50px 10px 20px;
    display: block;
    width: 100%;
    border: 1px solid #d3d3d3;
    height: 52px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-size: 18px;
    line-height: 38px;
    color: #909090;
    font-weight: 400;
    font-family: "Yantramanav", serif;
}
.sidebar .search-box .form-group input[type="search"]:focus {
    border-color: var(--theme-color);
}
.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 52px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #909090;
    line-height: 100%;
    font-weight: normal;
    background: none;
}
.sidebar .search-box .form-group button:hover {
    color: var(--theme-color);
}
/*Sidebar Title*/

/*noinspection CssUnusedSymbol*/
.sidebar-title h2 {
    display: inline-block;
    text-transform: capitalize;
    font-size: 28px;
    line-height: 28px;
    color: #242424;
    font-weight: 700;
    font-family: "Yantramanav", serif;
}
.sidebar-title h2:after {
    position: absolute;
    content: '';
    right: -30px;
    bottom: 7px;
    width: 20px;
    height: 2px;
    background: var(--theme-color);
}
.sidebar-title.style-two h2 {
    padding-bottom: 18px;
}
.sidebar-title.style-two h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
}
/*Blog Category*/

/*noinspection CssUnusedSymbol*/
.cat-list li {
    position: relative;
}
.cat-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 42px;
    color: #545454;
    font-weight: 400;
    font-family: "Yantramanav", serif;
    border-bottom: 1px solid #e6e6e6;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.cat-list li a:hover {
    color: var(--theme-color);
}
.cat-list li:last-child a {
    border-bottom: 0;
}
.cat-list li a:after {
    position: absolute;
    content: '\f105';
    right: 0;
    top: 0;
    color: #c8c8c8;
    font-size: 14px;
    font-family: 'Font Awesome 5 Pro', serif;
}
/*Post Widget*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sidebar .popular-posts .post .post-thumb:hover img {
    opacity: 0.5;
    transform: scale(1.05);
}
.sidebar .popular-posts .post .text {
    position: relative;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 20px;
    color: #242424;
    font-weight: 500;
    font-family: "Yantramanav", serif;
    margin: 0 0 5px;
}
.sidebar .popular-posts .post .text a {
    color: #242424;
    display: inline-block;
    line-height: 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sidebar .popular-posts .post a:hover {
    text-decoration: underline;
    color: var(--theme-color);
}

/*Popular Tags*/

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 6px 30px 6px;
    min-width: 100px;
    margin: 0 6px 10px 0;
    background: none;
    border: 1px solid #e4e4e4;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-size: 18px;
    color: #a6a6a6;
    font-weight: 500;
    font-family: "Yantramanav", serif;
    text-align: center;
}
.sidebar .popular-tags a:hover {
    color: #ffffff;
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}
/***

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 6px 0 0;
}
.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 42px;
    height: 44px;
    font-size: 16px;
    min-width: 45px;
    color: #081336;
    font-weight: 700;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #172b56;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}
.styled-pagination li a:hover, .styled-pagination li a.active {
    color: #ffffff;
    border-color: #172b56;
    background-color: #172b56;
}
/***

====================================================================
	Comments Area
====================================================================

***/

/*noinspection CssUnusedSymbol*/
.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 28px;
}
.sidebar-page-container .group-title h2 {
    position: relative;
    padding-bottom: 0;
    display: inline-block;
    font-size: 26px;
    line-height: 28px;
    color: #242424;
    font-weight: 900;
    font-family: "Yantramanav", serif;
}
.sidebar-page-container .comments-area .inner-box {
    position: relative;
    border: 1px solid #eeeeee;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.sidebar-page-container .comments-area .comment .comment-reply span {
    font-size: 14px;
    margin-right: 4px;
}

/*noinspection CssUnusedSymbol*/
.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 75px;
    display: block;
}

/*noinspection CssUnusedSymbol*/
.sidebar-page-container .comments-area .comment-box strong {
    text-transform: capitalize;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    color: #242424;
    font-weight: 700;
    font-family: "Yantramanav", serif;
}
.sidebar-page-container .comments-area .comment-box .text {
    color: #898989;
    font-size: 18px;
    margin-top: 5px;
    line-height: 1.7em;
    margin-bottom: 8px;
}

/*noinspection CssUnusedSymbol*/
.sidebar-page-container .comments-area .comment-box .theme-btn {
    padding: 6px 27px;
}

.sidebar-page-container .comments-area .comment-box .post-info li {
    position: relative;
    padding-right: 10px;
    line-height: 1em;
    margin-right: 10px;
    color: #aeaeae;
    font-size: 16px;
    font-weight: 500;
    border-right: 1px solid #bebebe;
    display: inline-block;
}
.sidebar-page-container .comments-area .comment-box .post-info li:last-child {
    border: 0;
}

/*noinspection CssUnusedSymbol*/
/***

====================================================================
	Comment Form
====================================================================

***/

/*noinspection CssUnusedSymbol*/
.comment-form .form-inner {
    position: relative;
    padding: 50px 35px 30px;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
}
.comment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.comment-form .form-group input[type="text"], .comment-form .form-group input[type="email"], .comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    padding: 10px 20px;
    height: 45px;
    color: #a5a5a5;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Poppins', sans-serif;
}
.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 20px 20px;
    color: #a5a5a5;
    height: 170px;
    font-size: 15px;
    resize: none;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Poppins', sans-serif;
}
.comment-form button {
    margin-top: 10px;
    padding: 19px 35px;
}
.news-block-two.style-two .meta-info li.date {
    margin-bottom: 0;
    border-radius: 22px;
    font-size: 22px;
    letter-spacing: 0;
    color: #30393e;
    font-weight: 900;
    font-family: "Yantramanav", serif;
}
.news-block-two.style-two .meta-info li.date:before {
    opacity: 0;
}

/*noinspection CssUnusedSymbol*/
.news-block-two.style-two .image {
    margin-bottom: 0;
}
.news-block-two.style-two .text {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 30px;
    color: #545454;
    font-weight: 400;
    font-family: "Yantramanav", serif;
}
/* project details */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
/* contactus 1 */

/*noinspection CssUnusedSymbol*/
section.map-section {
    position: relative;
    padding-bottom: 120px;
    padding-top: 100px;
}
.contact-form input {
    height: 55px;
    border: 1px solid #e1e1e1;
    width: 100%;
    padding: 0 22px;
}
.contact-form .form-group {
    margin-bottom: 18px;
}
.contact-form textarea {
    border: 1px solid #e1e1e1;
    width: 100%;
    padding: 20px 22px;
    height: 230px;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
ul.contactus-1-info-list span {
    font-size: 21px;
    line-height: 40px;
    color: #242424;
    font-weight: 700;
    font-family: "Yantramanav", serif;
    display: block;
}
ul.contactus-1-info-list li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}
ul.contactus-1-info-list i {
    position: absolute;
    left: 0;
    top: 14px;
    font-size: 30px;
    color: var(--theme-color);
}

/*noinspection CssUnusedSymbol*/
/* service details */

.service-details-1-cat .active a {
    color: #ffffff;
}
.service-details-1-cat li.active {
    background: #30393e;
    border-color: #30393e;
}
.service-details-1-cat a i {
    float: right;
    margin-top: 3px;
}
.service-details-1-cat a {
    font-size: 20px;
    line-height: 24px;
    color: #242424;
    font-weight: 500;
    display: block;
    padding: 18px;
    font-family: "Yantramanav", serif;
}
.service-details-1-cat li {
    border: 1px solid #D2D2D2;
    display: block;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: all 500ms ease;
}
.service-details-1-cat li:hover {
    background: #30393e;
    border-color: #30393e;
}
.service-details-1-cat li:hover a {
    color: #fff;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.text___pdf_pdf i {
    color: #000;
    float: right;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.details__inner__box span {
    margin-right: 18px;
    color: #30393e;
}

/*noinspection CssUnusedSymbol*/
.sec__details__ser_list li {
    font-size: 18px;
    line-height: 36px;
    color: #545454;
    font-weight: 400;
    font-family: "Yantramanav", serif;
}
.sec__details__ser_list li i {
    margin-right: 20px;
    font-size: 20px;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.service_cat-_1_content a {
    font-size: 22px;
    line-height: 24px;
    color: #242424 !important;
    font-weight: 700;
}

/*noinspection CssUnusedSymbol*/
/*Brochure Box*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.brochure-box .inner {
    position: relative;
    padding-left: 40px;
}
.brochure-box .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.brochure-box .inner .icon {
    position: absolute;
    left: 0;
    top: 2px;
    color: #ee6f27;
    font-size: 24px;
    font-weight: 300;
}
.brochure-box .inner .text {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    margin: 0;
}
/*Contact Info Widget*/

/*noinspection CssUnusedSymbol*/
.contact-info-widget .inner-box {
    position: relative;
}
.contact-info-widget .inner-box ul {
    position: relative;
    margin-top: 30px;
}
.contact-info-widget .inner-box ul li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #001659;
    line-height: 1.4em;
    margin-bottom: 15px;
    padding-left: 35px;
}
.contact-info-widget .inner-box ul li .icon {
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 1em;
    font-size: 18px;
}
.contact-info-widget .inner-box ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

/*noinspection CssUnusedSymbol*/
.services-single .inner-box {
    position: relative;
}

/*noinspection CssUnusedSymbol*/
.services-single .inner-box .gallery-image .row {
    margin: 0 -5px;
}
.services-single .inner-box .gallery-image .image-column {
    padding: 0 5px;
    margin-bottom: 10px;
}
.services-single .inner-box .gallery-image .image {
    position: relative;
}
.services-single .inner-box .gallery-image .image img {
    position: relative;
    width: 100%;
    display: block;
}
.services-single .inner-box .big-image {
    position: relative;
    margin-bottom: 45px;
}
.services-single .inner-box .big-image img {
    position: relative;
    width: 100%;
    display: block;
}
.services-single .inner-box h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.services-single .inner-box .text {
    position: relative;
}
.services-single .inner-box .text p {
    position: relative;
    color: #545454;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.services-single .inner-box .text .two-column {
    position: relative;
    margin-top: 40px;
}

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.services-single .inner-box .text .two-column h3 {
    position: relative;
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 18px;
}
.services-single .inner-box .text .two-column .image-column {
    position: relative;
}
.services-single .inner-box .text .two-column .image-column .image {
    position: relative;
}
.services-single .inner-box .text .two-column .image-column .image img {
    position: relative;
    display: block;
    width: 100%;
}

/*noinspection CssUnusedSymbol*/
.services-single .list-style-four li {
    position: relative;
    color: #545454;
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 8px;
}
.services-single .list-style-four li:before {
    position: absolute;
    content: "\f13d";
    left: 0;
    top: 0;
    font-size: 16px;
    color: #757779;
}

/*noinspection CssUnusedSymbol*/
.services-single .facts h3 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}
/*Featured Block*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/
.featured-block .featured-inner .content {
    position: relative;
    padding-left: 92px;
}
.featured-block .featured-inner .content .icon-box {
    position: absolute;
    left: 0;
    top: 4px;
    color: #ffffff;
    font-size: 40px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
}
.featured-block .featured-inner .content h3 {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}
.featured-block .featured-inner .content h3 a {
    position: relative;
    color: #001659;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/*noinspection CssUnusedSymbol*/

.whychooseus-2-list.alt-2 ul.whychooseus-2-list li {
    min-height: 70px;
    padding: 26px 0 26px 75px;
}
/* banner style seven */

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

/*noinspection CssUnusedSymbol*/

a.banner-7-link i {
    font-size: 26px;
    vertical-align: middle;
    margin-left: 10px;
}

/* header style ten */

/*noinspection CssUnusedSymbol*/
header.main-header.header-style-ten .auto-container {
    max-width: 100%;
    padding: 0 50px;
}
header.main-header.header-style-ten .main-menu .navigation>li>a {
    color: #fff;
}
header.main-header.header-style-ten .main-menu .navigation>li.current>a {
    color: var(--theme-color);
}
header.main-header.header-style-ten .main-menu .navigation>li.current>a:before {
    position: absolute;
    content: '';
    width: 23px;
    height: 1px;
    background-color: #009d90;
    bottom: 0;
}
.main-header.header-style-ten .header-upper .search-toggler {
    color: #fff;
}
.main-header.header-style-ten .main-menu .navigation {
    margin-left: 120px;
}
.main-header.header-style-ten .sticky-header {
    background: #161616;
}
.main-header.header-style-ten .header-upper {
    margin-top: 30px;
}


/** scroll-to-top **/

.scroll-to-top{
    position: fixed;
    right: 0;
    bottom: 100px;
    transform: rotate(90deg);
    z-index: 99;
}

.scroll-to-top .visible {
    visibility: visible!important;
    opacity: 1!important;
}

.scroll-to-top .scroll-top-inner {
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top .scroll-top-inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.scroll-to-top .scroll-bar {
    width: 50px;
    height: 2px;
    margin-right: 10px;
    position: relative;
}

.scroll-to-top .scroll-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color);
}

.scroll-to-top .scroll-bar .bar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: currentColor;
}

.scroll-to-top .scroll-bar-text{
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 500ms ease;
    color: #999;
}

.scroll-to-top .scroll-bar-text:hover{
    transform: scale(1.1);
}








