@import url('https://fonts.googleapis.com/css2?family=Jura:wght@400;500;600;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');@import url("flaticon.css");@import url("animate.css");@import url("hover.css");@import url("owl.css");@import url("jquery-ui.css");@import url("jquery.fancybox.min.css");@import url("jquery.bootstrap-touchspin.css");* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    font-size: 15px;
    color: rgb(119, 119, 119);
    line-height: 1.8em;
    font-weight: 400;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    font-family: 'Jura', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: rgb(129 176 63);
}

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

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Exo', sans-serif;
}

input, button, select, textarea {
    font-family: 'Jura', sans-serif;
}

textarea {
    overflow: hidden;
}

.theme_color {
    color: rgb(129 176 63);
}

p, .text {
    position: relative;
    line-height: 25px;
    font-family: 'jura', sans-serif;
}

.page-wrapper section {
    position: relative;
    z-index: 5;
}

.strike-through {
    text-decoration: line-through;
}

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

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

.grey-bg {
    background-color: rgb(248, 248, 248);
}

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

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

.centered {
    text-align: center;
}

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

.list-style-one li {
    position: relative;
    padding-left: 48px;
    margin-bottom: 22px;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 400;
}

.list-style-one li strong {
    position: relative;
    display: block;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 500;
}

.list-style-one li::before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 14px;
    color: rgb(129 176 63);
    font-size: 22px;
    font-family: "Fontawesome";
}

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

.list-style-two li {
    position: relative;
    padding-left: 50px;
    color: rgb(196, 196, 196);
    font-size: 16px;
    margin-bottom: 25px;
}

.list-style-two li .icon {
    position: absolute;
    left: 0px;
    top: 7px;
    line-height: 1em;
    font-size: 40px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    color: rgba(255, 255, 255, 0.4);
}

.list-style-two li a {
    position: relative;
    font-weight: 500;
    display: block;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    font-family: 'Jura', sans-serif;
}

.list-style-two li:hover a {
    color: rgb(245, 91, 20);
    text-decoration: underline;
}

.list-style-two li:hover .icon {
    color: rgb(245, 91, 20);
}

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

.list-style-three li {
    position: relative;
    margin-bottom: 15px;
    color: rgb(255 255 255);
    font-size: 15px;
    font-weight: 400;
    padding-left: 46px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(230, 230, 230);
    font-family: 'Jura', sans-serif;
}

.list-style-three li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
}

.list-style-three li .icon {
    position: absolute;
    left: 0px;
    top: 12px;
    color: #81b03f;
    line-height: 1em;
    font-size: 24px;
    font-weight: bold;
}

.list-style-three li strong {
    position: relative;
    color: rgb(223 223 223);
    font-size: 16px;
    font-weight: 600;
    display: block;
    font-family: 'Jura', sans-serif;
}

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

.list-style-four li {
    position: relative;
    margin-bottom: 6px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    padding-left: 30px;
}

.list-style-four li::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 3px;
    color: rgb(255, 255, 255);
    line-height: 1em;
    font-size: 16px;
    font-family: FontAwesome;
}

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

.list-style-five li {
    position: relative;
    margin-bottom: 15px;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
}

.list-style-five li::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 3px;
    color: rgb(245, 91, 20);
    line-height: 1em;
    font-size: 16px;
    font-family: FontAwesome;
}

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    background: rgb(129 176 63);
    display: inline-block;
    padding: 13px 22px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid rgb(129 176 63);
    transition: all 0.3s ease 0s;
    font-family: 'Jura', sans-serif;
}

.btn-style-one .icon {
    position: relative;
    top: 2px;
    font-size: 18px;
    margin-right: 4px;
    margin-left: 5px;
}

.btn-style-one:hover {
    color: rgb(129 176 63);
    border-color: rgb(129 176 63);
    background: none;
}

.btn-style-two {
    position: relative;
    line-height: 24px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    background: rgb(2, 14, 40);
    display: inline-block;
    padding: 12px 49px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 2px solid rgb(2, 14, 40);
    font-family: 'Jura', sans-serif;
}

.btn-style-two:hover {
    color: rgb(255, 255, 255);
    background: rgb(245, 91, 20);
    border-color: rgb(245, 91, 20);
}

.btn-style-three {
    position: relative;
    line-height: 24px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    background: rgb(245, 91, 20);
    display: inline-block;
    padding: 12px 49px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 2px solid rgb(245, 91, 20);
    font-family: 'Jura', sans-serif;
}

.btn-style-three:hover {
    color: rgb(255, 255, 255);
    background: rgb(2, 14, 40);
    border-color: rgb(2, 14, 40);
}

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

.fancybox-next span, .fancybox-prev span {
    text-align: center;
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
}

.fancybox-next span::before, .fancybox-prev span::before {
    content: "";
    position: absolute;
    font-family: FontAwesome;
    left: 0px;
    top: 0px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    visibility: visible;
    transition: all 300ms ease 0s;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    background-color: rgba(28, 28, 28, 0.4) !important;
}

.fancybox-next span::before {
    content: "";
}

.fancybox-prev span::before {
    content: "";
}

.fancybox-next:hover span::before, .fancybox-prev:hover span::before {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255) !important;
}

.fancybox-type-image .fancybox-close {
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background-image: url("../images/icons/icon-cross.png");
    background-position: center center;
    background-size: initial;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(17, 17, 17, 0.5) !important;
}

.fancybox-type-image .fancybox-close:hover {
    background-color: rgb(0, 0, 0) !important;
}

.fancybox-type-image .fancybox-skin {
    padding: 0px !important;
}

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

.social-icon-one li {
    position: relative;
    margin-left: 20px;
    display: inline-block;
}

.social-icon-one li a {
    position: relative;
    font-size: 20px;
    color: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.social-icon-one li a:hover {
    color: rgb(15 89 53);
}

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

.social-icon-two li {
    position: relative;
    margin: 0px 5px;
    display: inline-block;
}

.social-icon-two li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: rgb(132, 132, 132);
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.social-icon-two li a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(245, 91, 20);
}

.social-icon-three {
    position: relative;
}

.social-icon-three li {
    position: relative;
    margin-right: 15px;
    display: inline-block;
}

.social-icon-three li a {
    position: relative;
    font-size: 14px;
    color: rgb(155, 155, 155);
    transition: all 300ms ease 0s;
}

.social-icon-three li a:hover {
    color: rgb(245, 91, 20);
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 70px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-transform: uppercase;
    line-height: 65px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
    border-radius: 50px;
    background: rgb(129 176 63);
    display: none;
    border: 2px solid #81b03f;
    transition: all 300ms ease 0s;
}

.scroll-to-top:hover {
    color: rgb(255 255 255);
    background: #81b03f;
}

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    background-color: rgb(4, 19, 50);
}

.main-header .header-top {
    position: relative;
    background: rgb(244, 244, 244);
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
    padding: 16px 0px 15px;
}

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

.main-header .header-top .top-left .links li {
    position: relative;
    float: left;
    margin-right: 18px;
    line-height: 1em;
    color: rgb(171, 171, 171);
    padding-right: 18px;
}

.main-header .header-top .top-left .links li::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -7px;
    height: 15px;
    border-right: 1px solid rgb(195, 195, 195);
}

.header-style-two .header-top .top-left .links li::after {
    border-color: rgba(255, 255, 255, 0.15);
}

.main-header .header-top .top-left ul li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.main-header .header-top .top-left .links li:last-child::after {
    display: none;
}

.main-header .header-top .top-left .links li .icon {
    position: relative;
    top: 0px;
    color: rgb(38 110 38);
    font-size: 18px;
    line-height: 24px;
    margin-right: 10px;
}

.main-header .header-top .top-left .links li a {
    position: relative;
    line-height: 22px;
    color: rgb(2, 14, 40);
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease 0s;
}

.header-style-two .header-top .top-left .links li a {
    color: rgb(17 20 18);
    font-weight: bold;
    font-size: 13px;
}

.main-header .header-top .top-left .links li a:hover {
    color: rgb(38 110 38);
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
    padding: 16px 0px;
}

.main-header .header-top .top-right ul li {
    position: relative;
    color: rgb(128, 128, 128);
    font-size: 14px;
    float: left;
    line-height: 1.6em;
    margin-right: 20px;
}

.main-header .header-top .top-right ul li span {
    position: relative;
    margin: 0px 5px;
}

.main-header .header-top .top-right ul li a {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 16px;
    transition: all 500ms ease 0s;
}

.header-style-two .header-top .top-right ul li a, .header-style-three .header-upper-two .header-upper-left .language a {
    color: rgb(0 0 0);
}

.header-style-three .header-upper-two .header-upper-left .info-box {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
    display: inline-block;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.header-style-three .header-upper-two .info-box ul li {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.header-style-three .header-upper-two .info-box ul li span {
    display: block;
    color: rgb(245, 91, 20);
}

.main-header .header-top .top-right ul li a .icon {
    position: relative;
    margin-right: 12px;
    color: rgb(245, 91, 20);
}

.main-header .header-top .top-right > ul > li > a:hover {
    color: #ffffff;
    text-decoration: none;
}

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

.main-header .header-top .top-right > ul > li:last-child {
    margin-right: 0px;
    padding-left: 12px;
}

.main-header .header-top .top-right > ul > li:last-child::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 3px;
    width: 1px;
    height: 15px;
    background-color: rgb(208, 208, 208);
}

.header-style-two {
    background-color: #0606067a;
}

.header-style-two .header-top .top-right > ul > li:last-child::before {
    background-color: rgba(255, 255, 255, 0.2);
}

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

.main-header .header-lower {
    position: relative;
    padding-top: 30px;
    overflow: hidden;
}

.main-header .header-lower .lower-left {
    position: relative;
    margin-bottom: 10px;
}

.main-header .header-lower .info-box {
    position: relative;
    float: left;
    min-height: 45px;
    margin-right: 28px;
    font-size: 14px;
    color: rgb(92, 101, 122);
    text-align: left;
    font-weight: 500;
    line-height: 1.8em;
    margin-bottom: 20px;
    padding: 0px 28px 0px 50px;
    border-right: 2px solid rgb(230, 230, 230);
}

.main-header .header-lower .info-box:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border: none;
}

.main-header .header-lower .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 4px;
    color: rgb(193, 193, 193);
    font-size: 42px;
    line-height: 1em;
}

.main-header .header-lower .info-box strong {
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(92, 101, 122);
    display: block;
    font-family: Poppins, sans-serif;
}

.main-header .header-lower .lower-right {
    position: relative;
    margin-top: 20px;
    padding-left: 10px;
}

.main-header .header-lower .lower-right::before {
    position: absolute;
    content: "";
    left: 0%;
    bottom: 0px;
    width: 2000px;
    height: 100%;
    background-color: rgb(2, 14, 40);
    transform: skewX(-25deg);
}

.main-header .header-lower .search-box {
    position: relative;
    float: left;
}

.main-header .header-lower .search-box .form-group {
    position: relative;
    margin: 0px;
}

.main-header .header-lower .search-box .form-group input[type="text"], .main-header .header-lower .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 25px;
    padding: 10px 50px 10px 20px;
    background: rgba(255, 255, 255, 0);
    display: block;
    font-size: 14px;
    height: 60px;
    width: 330px;
    float: right;
    color: rgb(255, 255, 255);
    transition: all 500ms ease 0s;
}

.main-header .header-lower .search-box .form-group input::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
}

.main-header .header-lower .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    width: 45px;
    display: block;
    font-size: 14px;
    color: rgb(245, 91, 20);
    line-height: 100%;
    font-weight: normal;
    background: none;
    text-align: right;
}

.header-style-three .header-upper-two .header-upper-left {
    position: relative;
    padding-left: 300px;
    padding-top: 18px;
    padding-bottom: 17px;
}

.header-style-three .header-upper-two .header-upper-left .language {
    position: relative;
    float: left;
    padding: 14px 0px;
}

.header-style-three .header-upper-two .header-upper-right .social-icon-one {
    margin-top: 32px;
}

.header-style-three .header-lower-two {
    position: relative;
    background-color: rgb(255, 255, 255);
}

.header-style-three .header-lower-two .outer-container {
    position: relative;
    padding-left: 284px;
}

.header-style-three .header-lower-two .logo-box {
    position: absolute;
    left: 0px;
    top: -90px;
}

.header-style-three .header-lower-two .nav-outer {
    width: 100%;
    padding-left: 18px;
}

.header-style-three .header-lower-two .main-menu .navigation > li {
    padding: 0px;
    margin-left: 0px;
    margin-right: 35px;
}

.header-style-three .header-lower-two .main-menu .navigation > li > a {
    color: rgb(2, 14, 40);
}

.header-style-four {
    position: absolute;
    left: 0px;
    top: 0px;
    background: none;
}

.header-style-four .header-top {
    background-color: #1b1b1b;
}

.header-style-four .header-top .top-left {
    padding: 12px 0px;
}

.header-style-four .header-top .top-left ul > li.language {
    padding-right: 0px;
}

.header-style-four .header-top .top-left ul > li.language > a {
    padding: 4px 17px;
    background-color: rgb(245, 91, 20) !important;
}

.header-style-four .header-top .top-left ul > li.language > a:hover {
    color: rgb(255, 255, 255);
}

.header-style-four .header-top .top-left .links li a, .header-style-four .header-top .top-right ul li a {
    color: rgb(255, 255, 255);
}

.header-style-four .header-top .top-left .links li::after {
    display: none;
}

.header-style-four .header-top .top-right > ul > .language {
    padding-left: 0px;
    padding-right: 12px;
    margin-right: 2px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-style-four .header-top .top-right > ul > .language > a > .fa {
    color: rgb(129 176 63);
}

.header-style-four .header-top .top-right > ul > li:last-child::before {
    display: none;
}

.header-style-four .header-top .top-right > .social-icon-one {
    float: left;
}

.header-style-four .header-top .top-right > .social-icon-one > li {
    margin-right: 0px;
    margin-left: 12px;
}

.header-style-four .header-top .top-right > .social-icon-one > li:last-child {
    padding-left: 0px;
}

.main-header .language .flag-img {
    position: relative;
    margin-right: 10px;
    top: -2px;
}

.main-header .language .dropdown-menu {
    top: 100%;
    left: 0px;
    width: 180px;
    border-radius: 0px;
    margin-top: 18px;
    background-color: rgb(34, 34, 34);
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    padding: 0px;
    border-top: 3px solid rgb(129 176 63);
}

.main-header .language > a {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    background: none !important;
}

.main-header language a:hover {
    background: none;
}

.main-header .language .dropdown-menu > li {
    float: none;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 0px !important;
    margin: 0px !important;
    display: block !important;
}

.main-header .language .dropdown-menu > li:last-child {
    border-bottom: none;
}

.main-header .language .dropdown-menu > li > a {
    text-align: left;
    transition: all 300ms ease 0s;
    padding: 10px 20px !important;
    color: rgb(255, 255, 255) !important;
}

.main-header .language .dropdown-menu > li > a:hover {
    background-color: rgb(129 176 63);
    color: rgb(255, 255, 255) !important;
}

.main-header .main-box {
    position: relative;
    padding: 0px;
    left: 0px;
    background: #00000061;
    top: 0px;
    height: 70px;
    width: 100%;
    transition: all 300ms ease 0s;
}

.main-header .main-box .outer-container {
    position: relative;
}

.main-header .main-box .outer-container::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.15);
}

.header-style-two .main-box .outer-container::before {
    background-color: rgb(230, 230, 230);
}

.header-style-four .main-box .outer-container::before {
    display: none;
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    z-index: 10;
    padding-right: 35px;
}

.main-header.fixed-header .main-box .logo-box {
    padding: 5px 0px;
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 70%;
    object-fit: contain;
    transition: all 300ms ease 0s;
}

.main-header.fixed-header .nav-outer .search-box-outer {
    margin-top: -10px;
}

.main-header.fixed-header .main-box .logo-box .logo img {
    height: 60px;
}

.main-header .nav-toggler {
    position: relative;
    right: 0px;
    width: 44px;
    height: 46px;
    top: 50%;
    margin-top: 0px;
    display: block;
    border-radius: 4px;
    text-align: center;
    border: 1px solid rgb(221, 221, 221);
}

.main-header .nav-toggler button {
    position: relative;
    left: 12px;
    display: block;
    color: rgb(68, 68, 68);
    text-align: center;
    font-size: 20px;
    line-height: 44px;
    background: none;
    font-weight: 600;
}

.main-header .nav-outer {
    position: static;
}

.main-header .nav-outer .outer-box {
    position: relative;
    float: right;
    margin-left: 28px;
    margin-top: 26px;
}

.header-style-three .nav-outer .outer-box {
    margin-top: 20px;
    margin-left: 0px;
}

.header-style-three .nav-outer .outer-box .quote-btn {
    padding: 3px 22px !important;
    color: rgb(2, 14, 40) !important;
    border-color: rgb(230, 230, 230) !important;
}

.header-style-three .nav-outer .outer-box .quote-btn::after {
    background-color: rgb(230, 230, 230) !important;
    bottom: 0px !important;
}

.main-header .nav-outer .outer-box .quote-btn {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    float: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 22px 14px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    font-family: Poppins, sans-serif;
}

.header-style-four .nav-outer .outer-box .quote-btn {
    padding-right: 0px;
    border-right: 0px;
}

.main-header .nav-outer .outer-box .quote-btn::after {
    position: absolute;
    content: "";
    left: 22px;
    right: 22px;
    bottom: 16px;
    height: 1px;
    transition: all 300ms ease 0s;
    background-color: rgb(255, 255, 255);
}

.header-style-four .nav-outer .outer-box .quote-btn::after {
    right: 0px;
}

.main-header .nav-outer .outer-box .quote-btn:hover {
    color: rgb(245, 91, 20);
    border-color: rgb(245, 91, 20);
}

.main-header .nav-outer .outer-box .quote-btn:hover::after {
    background-color: rgb(245, 91, 20);
}

.main-header .nav-outer .outer-box .quote-btn .icon {
    position: relative;
    width: 20px;
    height: 13px;
    margin-left: 2px;
    display: inline-block;
    background: url("../images/icons/msg-icon.png") no-repeat;
}

.main-header .nav-outer .outer-box .quote-btn .icon.icon-two {
    background: url("../images/icons/msg-icon-1.png") no-repeat;
}

.main-header .nav-outer .outer-box .social-icon-one {
    float: left;
    margin-left: 6px;
    margin-top: 14px;
}

.header-style-two .nav-outer .outer-box .social-icon-one li a {
    color: rgb(132, 132, 132);
}

.main-header .nav-outer .outer-box .talk {
    position: relative;
    color: rgb(245, 91, 20);
    font-weight: 700;
    font-size: 14px;
    float: left;
    margin-top: -10px;
    margin-left: 35px;
    display: inline-block;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
}

.main-header .nav-outer .outer-box .talk .icon {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.main-header .nav-outer .search-box-outer {
    position: relative;
    right: 0px;
    float: left;
    color: rgb(245, 91, 20);
    margin-left: 20px;
    margin-top: 3px;
}

.main-header .search-box-btn {
    position: relative;
    display: block;
    color: rgb(245, 91, 20);
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    cursor: pointer;
    background: none;
    text-align: right;
    transition: all 500ms ease 0s;
}

.main-header .search-box-outer .dropdown-menu {
    top: 45px;
    right: 0px;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    border-top: 3px solid rgb(245, 91, 20);
}

.main-header .search-box-outer .dropdown-menu > li {
    padding: 0px;
    border: none;
    background: none;
}

.main-header .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"], .main-header .search-panel input[type="search"], .main-header .search-panel input[type="password"], .main-header .search-panel select {
    display: block;
    width: 100%;
    height: 40px;
    color: rgb(0, 0, 0);
    line-height: 24px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(224, 224, 224);
    padding: 7px 40px 7px 15px;
    transition: all 300ms ease 0s;
}

.main-header .search-panel input:focus, .main-header .search-panel select:focus {
    border-color: rgb(245, 91, 20);
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: rgb(85, 85, 85);
    font-size: 12px;
    background: none;
    cursor: pointer;
}

.header-style-two .header-top {
    background-color: rgb(255 255 255);
}

.main-menu {
    position: static;
    float: left;
    transition: all 300ms ease 0s;
}

.main-menu .navbar-collapse {
    padding: 0;
}

.main-menu .navigation {
    position: static;
    margin: 0px;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    padding: 5px 0px;
    margin-left: 0px;
    margin-top: 10px;
}

.main-menu .navigation > li.has-mega-menu {
    position: static;
}

.main-menu .navigation > li.has-mega-menu::before, .main-menu .navigation > li.has-mega-menu::after {
    display: none;
}

.header-style-four .navigation > li {
    padding-bottom: 0px;
}

.main-menu .navigation > li.current::before, .main-menu .navigation > li.current::after {
    opacity: 1;
}

.main-menu .navigation > li:hover::before, .main-menu .navigation > li:hover::after {
    opacity: 1;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 5px 10px;
    color: #f0f0f0;
    font-family: 'Jura';
    text-align: center;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    opacity: 1;
    transition: all 300ms ease 0s;
}

.header-style-four .main-menu .navigation > li > a:hover {
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.header-style-two .main-menu .navigation > li > a {
    color: rgb(2, 14, 40);
}

.header-style-two .nav-outer .outer-box .quote-btn {
    color: rgb(2, 14, 40);
    border-color: rgb(230, 230, 230);
}

.header-style-two .nav-outer .outer-box .quote-btn::after {
    background-color: rgb(230, 230, 230);
}

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

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
    color: rgb(129 176 63);
    opacity: 1;
}

.main-menu .navigation > li:hover > a::before, .main-menu .navigation > li.current > a::before {
    width: 100%;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 270px;
    z-index: 100;
    display: none;
    padding: 2px 20px;
    background: #1b1b1b;
    box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 5px 1px, rgba(0, 0, 0, 0.05) -2px 0px 5px 1px;
    border-bottom: 2px solid rgb(129 176 63);
}

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

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

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgb(242, 242, 242);
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}

.main-menu .navigation > li > .mega-menu {
    position: absolute;
    left: 0px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 45px 40px 30px 45px;
    top: 100%;
    z-index: 10;
    margin-top: 10px;
    display: none;
    background-position: right bottom;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 5px 1px, rgba(0, 0, 0, 0.05) -2px 0px 5px 1px;
}

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

.main-menu .navigation > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    transition: all 500ms ease 0s;
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar {
    position: relative;
}

.main-menu .navigation > li .mega-menu-bar h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(242, 242, 242);
}

.main-menu .navigation > li .mega-menu-bar > ul {
    position: relative;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgb(242, 242, 242);
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}

.main-menu .navigation > li .mega-menu-bar .column {
    position: relative;
    margin-bottom: 10px;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child {
    border: none;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a {
    position: relative;
    display: block;
    padding: 13px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: rgb(132, 132, 132);
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    font-family: Rubik, sans-serif;
}

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

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 13px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: rgb(132, 132, 132);
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}

.main-menu .navigation > li > ul > li:hover {
    border-color: rgb(129 176 63);
}

.main-menu .navigation > li > ul > li:hover > a, .main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover {
    color: rgb(129 176 63);
}

.main-menu .navigation > li > ul > li.dropdown > a::after {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    right: 0px;
    top: 15px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 21px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a::after {
    color: rgb(129 176 63);
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 109%;
    top: 0px;
    width: 270px;
    z-index: 100;
    display: none;
    padding: 5px 20px;
    background: rgb(27 27 27);
    box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 5px 1px, rgba(0, 0, 0, 0.05) -2px 0px 5px 1px;
    font-family: Poppins, sans-serif;
    border-bottom: 2px solid rgb(129 176 63);
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgb(242, 242, 242);
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}

.main-menu .navigation > li > ul > li > ul > li:hover {
    border-color: rgb(121 165 60);
}

.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: 13px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: rgb(132, 132, 132);
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    font-family: Rubik, sans-serif;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: rgb(129 176 63);
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    margin-top: 10px;
    transition: all 500ms ease 0s;
}

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

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

.main-header .header-upper {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 5;
    transition: all 500ms ease 0s;
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .header-upper .logo-outer {
    position: relative;
    z-index: 25;
    padding: 18px 0px;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px;
    background: rgb(27 27 27 / 69%);
    z-index: 0;
    transition: all 300ms ease 0s;
}

.sticky-header .logo {
    padding: 14px 0px 15px;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    animation-name: fadeInDown;
    animation-duration: 500ms;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    box-shadow: rgb(0 0 0 / 10%) 0px 6px 15px 0px;
}

.main-header .sticky-header .main-menu .navigation > li {
    margin-right: 0px;
    margin-left: 30px;
    padding: 20px 0px 10px;
}

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

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

.main-header .sticky-header .right-col {
    position: relative;
}

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

.sec-title h2 {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    color: rgb(27 27 27);
    line-height: 1.2em;
    padding: 0px 0px 24px;
    display: inline-block;
    text-transform: uppercase;
}

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

.sec-title .separator {
    position: relative;
    width: 75px;
}

.sec-title .separator::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 75px;
    height: 2px;
    background-color: rgb(129 176 63);
}

.sec-title .separator::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 2px;
    width: 25px;
    height: 4px;
    background-color: rgb(129 176 63);
}

.sec-title .separator.centered::after {
    margin-left: 25px;
}

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

.sec-title.centered .separator::after {
    left: 50%;
    margin-left: -12px;
}

.services-section {
    position: relative;
    padding-bottom: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-section .inner-container {
    position: relative;
    margin-top: -65px;
    display: inline-block;
}

.services-block {
    position: relative;
    margin-bottom: 40px;
}

.services-block .inner-box {
    position: relative;
    max-width: 420px;
    margin: 0px auto;
    display: block;
}

.services-block .inner-box .image {
    position: relative;
}

.services-block .inner-box .image::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 30%;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(2, 14, 40, 0.9));
}

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

.services-block .inner-box .lower-content {
    position: relative;
    text-align: center;
    padding: 32px 0px 25px;
}

.services-block .inner-box .lower-content .icon-box {
    position: relative;
    color: rgb(196, 196, 196);
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 20px;
}

.services-block .inner-box .lower-content h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 500;
}

.services-block .inner-box .lower-content::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 90px;
    height: 3px;
    margin-left: -45px;
    background-color: rgb(224, 224, 224);
}

.services-block .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    opacity: 0;
    padding: 55px 20px 50px;
    background-color: rgb(245, 91, 20);
    transition: all 300ms ease 0s;
}

.services-block .inner-box .overlay-box::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 90px;
    height: 3px;
    margin-left: -45px;
    background-color: rgba(0, 0, 0, 0.2);
}

.services-block .inner-box:hover .overlay-box {
    opacity: 1;
}

.services-block .inner-box .overlay-box .overlay-inner {
    position: relative;
    text-align: center;
    height: 100%;
}

.services-block .inner-box .overlay-box .overlay-inner .overlay-lower-inner {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.services-block .inner-box .overlay-box .overlay-inner .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.9em;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: Rubik, sans-serif;
}

.services-block .inner-box .overlay-box .overlay-inner .know-more {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    font-family: Poppins, sans-serif;
}

.services-block .inner-box .overlay-box .overlay-inner .know-more:hover {
    color: rgb(4, 19, 50);
}

.services-block .inner-box .overlay-box .overlay-inner .overlay-icon {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 60px;
    line-height: 1em;
    margin-top: 0px;
    margin-bottom: 20px;
}

.services-block .inner-box .overlay-box .overlay-inner h4 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 500;
}

.services-block .inner-box .overlay-box .overlay-inner h4 a {
    position: relative;
    color: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.services-block .inner-box .overlay-box .overlay-inner h4 a:hover {
    color: rgb(4, 19, 50);
}

.market-section {
    position: relative;
    padding: 80px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.market-section::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(27 27 27);
}

.market-section .title-column {
    position: relative;
}

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

.market-section .title-column .inner-column {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.market-section .title-column .inner-column .text {
    position: relative;
    color: rgb(196, 196, 196);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 27px;
}

.market-section .title-column .inner-column .view_all {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    font-family: Poppins, sans-serif;
}

.market-section .title-column .inner-column .view_all .icon {
    position: relative;
    margin-right: 4px;
}

.market-section .title-column .inner-column .view_all:hover {
    color: rgb(245, 91, 20);
}

.market-section .row {
    margin: 0px -30px;
}

.market-section .row .m-block {
    padding: 0px 30px;
}

.market-section .row .m-block:nth-child(2) .inner-box::after, .market-section .row .m-block:nth-child(3) .inner-box::after, .market-section .row .m-block:nth-child(5) .inner-box::after, .market-section .row .m-block:nth-child(6) .inner-box::after {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 30px;
    top: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

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

.market-block .inner-box {
    position: relative;
    padding: 30px 0px;
    transition: all 300ms ease 0s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.market-section .row .m-block:nth-child(4) .inner-box, .market-section .row .m-block:nth-child(5) .inner-box, .market-section .row .m-block:nth-child(6) .inner-box {
    border-bottom: none;
}

.market-section .market-block .inner-box:hover::before {
    opacity: 1;
    visibility: visible;
}

.market-block .inner-box:hover {
    border-color: rgb(245, 91, 20);
}

.market-block .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 15px;
    color: white;
    text-align: center;
}

.market-block .inner-box h3 a {
    position: relative;
    color: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.market-block .inner-box h3 a:hover {
    color: rgb(2, 14, 40);
}

.market-block .inner-box .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 400;
    margin-bottom: 35px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease 0s;
}

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

.market-block .inner-box .icon-box {
    position: relative;
    font-size: 50px;
    line-height: 1em;
    transition: all 300ms ease 0s;
    color: rgba(255, 255, 255, 0.4);
}

.market-block .inner-box:hover .icon-box {
    opacity: 0;
    visibility: hidden;
}

.market-block .inner-box .view_all {
    position: absolute;
    left: 0px;
    bottom: 30px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease 0s;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
}

.market-block .inner-box .view_all:hover {
    color: rgb(2, 14, 40);
}

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

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

.projects-section .sec-title .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 400;
}

.projects-section .sec-title .view_all {
    position: relative;
    color: rgb(245, 91, 20);
    font-weight: 600;
    font-size: 14px;
    float: right;
    padding-bottom: 2px;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    border-bottom: 1px solid rgb(245, 91, 20);
    font-family: Poppins, sans-serif;
}

.projects-section .sec-title .view_all .icon {
    position: relative;
    margin-left: 5px;
}

.projects-section .sec-title .view_all:hover {
    color: rgb(2, 14, 40);
}

.projects-section .project-block {
    position: relative;
    padding: 0px;
}

.project-block .inner-box {
    position: relative;
    overflow: hidden;
}

.project-block .inner-box .image {
    position: relative;
}

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

.project-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 300ms ease 0s;
}

.project-block .inner-box .image .overlay-box::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: all 300ms ease 0s;
    background-color: rgba(74, 74, 74, 0.7);
}

.project-block .inner-box:hover .image .overlay-box::before {
    opacity: 1;
}

.project-block .inner-box .image .overlay-box .content {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -38px;
    max-width: 390px;
    width: 100%;
    padding: 15px 30px;
    transition: all 300ms ease 0s;
    background-color: rgb(234, 237, 239);
}

.project-block .inner-box .image .overlay-box .content h3 {
    position: relative;
    font-weight: 500;
    font-size: 18px;
}

.project-block .inner-box .image .overlay-box .content h3 a {
    position: relative;
    color: rgb(2, 14, 40);
    transition: all 300ms ease 0s;
}

.project-block .inner-box:hover .image .overlay-box .content h3 a {
    color: rgb(255, 255, 255);
}

.project-block .inner-box .image .overlay-box .content .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-top: 8px;
    transition: all 300ms ease 0s;
}

.project-block .inner-box .image .overlay-box .content .text .icon {
    margin-left: 5px;
}

.project-block .inner-box:hover .image .overlay-box .content {
    background-color: rgb(233, 87, 21);
    bottom: 0px;
}

.project-block .inner-box:hover .image .overlay-box .content .text {
    margin-top: 0px;
}

.news-section {
    position: relative;
    padding: 70px 0px 50px;
    background-color: #1b1b1b00;
}

.news-section .three-item-carousel .owl-stage-outer {
    padding: 10px 20px;
    margin: 0px -20px;
}

.news-section .three-item-carousel {
}

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

.news-section .three-item-carousel .news-block {
    padding: 0px;
}

.news-block .inner-box {
    position: relative;
    padding: 44px 30px;
    transition: all 300ms ease 0s;
    background-color: rgb(27 27 27 / 0%);
    border: 2px dotted #266e26;
}

.news-block .inner-box h2 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 14px;
}

.news-block .inner-box h2 a {
    position: relative;
    color: rgb(129 176 63);
    transition: all 300ms ease 0s;
}

.news-block .inner-box h2 a:hover {
    color: #1b1b1b;
}

.news-block .inner-box .title {
    position: relative;
    color: rgb(245, 91, 20);
    font-size: 14px;
    font-weight: 700;
}

.news-block .inner-box .post-date {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 17px;
}

.news-block .inner-box .text {
    position: relative;
    line-height: 1.8em;
    color: rgb(27 27 27);
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 28px;
}

.news-block .inner-box .read-more {
    position: relative;
    color: rgb(129 176 63);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    font-family: 'Jura', sans-serif;
}

.news-block .inner-box .read-more .icon {
    position: relative;
    margin-left: 5px;
}

.news-block .inner-box .read-more:hover {
    color: rgb(129 176 63);
}

.news-block .inner-box:hover {
}

.news-section .owl-dots {
    display: none;
}

.news-section .owl-nav {
    position: absolute;
    right: 0px;
    top: -100px;
}

.news-section .owl-nav .owl-prev .fa, .news-section .owl-nav .owl-next .fa {
    display: none;
}

.news-section .owl-nav .owl-prev {
    position: relative;
    width: 35px;
    height: 35px;
    margin-right: 14px;
    display: inline-block;
    background: url("../images/icons/arrow-left.png") no-repeat;
    transition: all 500ms ease 0s;
    filter: grayscale(100%);
}

.news-section .owl-nav .owl-next {
    position: relative;
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url("../images/icons/arrow-right.png") no-repeat;
    transition: all 500ms ease 0s;
    filter: grayscale(100%);
}

.news-section .owl-nav .owl-prev:hover, .news-section .owl-nav .owl-next:hover {
    filter: grayscale(0%);
}

.career-section {
    position: relative;
    padding: 90px 0px 50px;
}

.career-section .video-column {
    position: relative;
    margin-bottom: 40px;
}

.career-section .video-column .inner-column {
    position: relative;
    padding-right: 35px;
}

.career-section .video-column .inner-column .image {
    position: relative;
}

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

.career-section .video-column .inner-column .play-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 25px 20px 22px 90px;
    color: rgb(255, 255, 255);
    margin-left: 50px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background-color: rgb(245, 91, 20);
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
}

.career-section .video-column .inner-column .play-btn .icon {
    position: absolute;
    left: 20px;
    top: 12px;
    color: rgb(255, 255, 255);
    font-size: 50px;
    line-height: 1em;
    font-weight: 400;
}

.career-section .content-column {
    position: relative;
}

.career-section .content-column .inner-column {
    position: relative;
}

.career-section .content-column .inner-column .sec-title {
    margin-bottom: 30px;
}

.career-section .content-column .inner-column .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 22px;
}

.career-section .content-column .inner-column .see_all {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    transition: all 500ms ease 0s;
}

.career-section .content-column .inner-column .see_all:hover {
    color: rgb(245, 91, 20);
}

.informations-section {
    position: relative;
    padding: 95px 0px 55px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.informations-section::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
    height: 100%;
    background-color: #fefefe;
}

.info-block {
    position: relative;
    margin-bottom: 40px;
}

.info-block .inner-box {
    position: relative;
    text-align: center;
}

.info-block .inner-box {
    position: relative;
}

.info-block .inner-box .icon-box {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 52px;
    color: #1b1b1b;
    margin: 0px auto 15px;
    transition: all 500ms ease 0s;
    border-radius: 50%;
    border: 2px solid rgb(129 176 63 / 50%);
}

.info-block .inner-box:hover .icon-box {
    border: 2px solid rgb(129 176 63);
}

.info-block .inner-box .icon-box::after {
    position: absolute;
    left: 12px;
    bottom: -40px;
    height: 50px;
    width: 1px;
    transition: all 500ms ease 0s;
    background-color: rgba(255, 255, 255, 0.2);
}

.info-block .inner-box:hover .icon-box::after {
    background-color: rgba(255, 255, 255, 0.6);
}

.info-block .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.info-block .inner-box h3 a {
    position: relative;
    color: #1b1b1b;
    transition: all 500ms ease 0s;
}

.info-block .inner-box h3 a:hover {
    color: rgb(2, 14, 40);
}

.achivements-section {
    position: relative;
    padding: 80px 0px 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.achivements-block {
    position: relative;
    margin-bottom: 40px;
}

.achivements-block .inner-box {
    position: relative;
    border: 1px solid rgb(230, 230, 230);
}

.achivements-block .inner-box .image {
    position: relative;
    text-align: center;
}

.achivements-block .inner-box .upper-box {
    position: relative;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.achivements-block .inner-box .lower-content {
    position: relative;
    padding: 24px 25px;
    text-align: center;
}

.achivements-block .inner-box .lower-content h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 15px;
}

.achivements-block .inner-box .lower-content .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    line-height: 1.8em;
}

.testimonial-section {
    position: relative;
    padding: 80px 0px 90px;
}

.testimonial-section .owl-stage-outer {
    border-bottom: 1px solid rgb(242, 242, 242);
}

.testimonial-section .owl-stage-outer::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: rgb(242, 242, 242);
}

.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
    padding-left: 210px;
}

.testimonial-block .inner-box .author-img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.testimonial-block .inner-box .quote-icon {
    position: relative;
    font-size: 36px;
    line-height: 1em;
    color: rgb(208, 208, 208);
    margin-bottom: 15px;
    transition: all 500ms ease 0s;
}

.testimonial-block .inner-box h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1px;
    font-family: Poppins, sans-serif;
}

.testimonial-block .inner-box:hover .quote-icon {
    color: rgb(245, 91, 20);
}

.testimonial-block .inner-box .location {
    position: relative;
    color: rgb(245, 91, 20);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.testimonial-block .inner-box .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.testimonial-block .inner-box .read {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    font-family: Poppins, sans-serif;
}

.testimonial-block .inner-box:hover .read {
    color: rgb(245, 91, 20);
}

.testimonial-block .inner-box .read .icon {
    margin-left: 5px;
    font-weight: 700;
}

.testimonial-block.style-two .inner-box {
    padding-left: 0px;
    padding-right: 210px;
}

.testimonial-block.style-two .inner-box .author-img {
    right: 0px;
    left: auto;
}

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

.testimonial-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.testimonial-section .owl-dots .owl-dot {
    position: relative;
    width: 9px;
    height: 9px;
    margin: 0px 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgb(222, 222, 222);
    transition: all 0.3s ease 0s;
}

.testimonial-section .owl-dots .owl-dot:hover, .testimonial-section .owl-dots .owl-dot.active {
    position: relative;
    width: 22px;
    height: 8px;
    border-radius: 10px;
    background-color: rgb(255, 72, 0);
}

.clients-section {
    position: relative;
    padding: 50px 0px;
    background-color: rgb(244, 244, 244);
}

.clients-section .sponsors-outer {
    position: relative;
}

.clients-section .sponsors-outer::after {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    width: 2px;
    height: 100%;
    z-index: 1;
    background-color: rgb(244, 244, 244);
}

.clients-section .sponsors-outer .owl-dots, .clients-section .sponsors-outer .owl-nav {
    position: relative;
    display: none;
}

.clients-section .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    transition: all 300ms ease 0s;
}

.clients-section .sponsors-outer .image-box {
    border-right: 1px solid rgb(230, 230, 230);
}

.clients-section .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    transition: all 300ms ease 0s;
}

.clients-section .sponsors-outer .image-box img:hover {
    opacity: 0.7;
}

.call-to-action-section {
    position: relative;
    padding: 45px 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.call-to-action-section::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: 0px 5px 83px 0px rgb(40 40 40 / 12%);
    background: rgb(27, 27, 27);
    background: linear-gradient(90deg, rgba(27, 27, 27, 1) 0%, rgba(38, 110, 38, 1) 50%, rgba(27, 27, 27, 1) 100%);
}

.call-to-action-section h2 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4em;
}

.call-to-action-section .link-column {
    position: relative;
    text-align: right;
}

.call-to-action-section .apointment {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(255, 255, 255);
    font-family: Poppins, sans-serif;
}

.main-footer {
    position: relative;
    z-index: 10;
    background: rgb(27, 27, 27);
    background: linear-gradient(90deg, #1b1b1b 0%, #266e26 50%, #1b1b1b 100%);
}

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

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

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

.main-footer .footer-title h2 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    padding-bottom: 18px;
    text-transform: capitalize;
}

.main-footer .footer-title h2::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 4px;
    background-color: rgb(255 255 255);
}

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

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

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

.main-footer .logo-widget .widget-content .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
}

.main-footer .logo-widget .widget-content .list {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .logo-widget .widget-content > .list > li {
    position: relative;
    color: rgb(196, 196, 196);
    font-size: 16px;
    padding-right: 12px;
    margin-right: 12px;
    line-height: 1.2em;
    display: inline-block;
    border-right: 1px solid rgb(65, 74, 94);
}

.main-footer .logo-widget .widget-content > .list > li:last-child {
    border-right: 0px;
    margin-right: 0px;
    padding-right: 0px;
}

.main-footer .logo-widget .widget-content .timing {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.8em;
    padding-bottom: 28px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .logo-widget .widget-content .timing span {
    font-weight: 500;
    display: block;
}

.main-footer .logo-widget .widget-content .social-icon-one li {
    margin-left: 0px;
    margin-right: 22px;
}

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

.main-footer .links li {
    position: relative;
    margin-bottom: 16px;
}

.main-footer .links li a {
    position: relative;
    color: rgb(196, 196, 196);
    font-size: 16px;
    padding-bottom: 5px;
    transition: all 300ms ease 0s;
}

.main-footer .links li a::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 20px;
    height: 2px;
    opacity: 0;
    background-color: rgb(15 89 53);
    transition: all 300ms ease 0s;
}

.f-social {
    padding-top: 20px;
}

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

.main-footer .links li a:hover {
    color: rgb(255, 255, 255);
}

.main-footer .footer-bottom {
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
}

.main-footer .footer-bottom.style-two {
    padding-top: 0px;
}

.main-footer .footer-bottom.style-two .copyright {
    border-top: 0px;
    margin-top: 10px;
}

.main-footer .footer-bottom .title-column {
    position: relative;
}

.main-footer .footer-bottom .title-column .text {
    position: relative;
    padding-left: 80px;
    color: rgb(15 15 15);
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

.main-footer .footer-bottom .title-column .text .icon {
    position: absolute;
    left: 0px;
    top: 10px;
    color: rgb(245, 91, 20);
    font-size: 40px;
    line-height: 1em;
}

.main-footer .footer-bottom .subscribe-form {
    margin-bottom: 20px;
}

.main-footer .footer-bottom .subscribe-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.main-footer .footer-bottom .subscribe-form .form-group input[type="text"], .main-footer .footer-bottom .subscribe-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 0px;
    height: 48px;
    font-size: 15px;
    color: #000000;
    background: none;
    font-weight: 400;
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
    transition: all 300ms ease 0s;
}

.main-footer .footer-bottom .subscribe-form .form-group button {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 14px;
    color: rgb(245, 91, 20);
    font-weight: 600;
    background: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 20px 0px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.services-section-two {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-block-two {
    position: relative;
    padding: 0px;
}

.services-block-two .inner-box {
    position: relative;
    text-align: center;
    padding: 80px 15px 60px;
    transition: all 300ms ease 0s;
}

.services-block-two .inner-box:hover {
    background-color: rgb(245, 91, 20);
}

.services-block-two .inner-box .upper-box {
    position: relative;
}

.services-block-two .inner-box .upper-box .icon-box {
    position: relative;
    color: rgb(196, 196, 196);
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 20px;
    transition: all 300ms ease 0s;
}

.services-block-two .inner-box:hover .upper-box .icon-box, .services-block-two .inner-box:hover .upper-box h3 a, .services-block-two .inner-box:hover .lower-content .text {
    color: rgb(255, 255, 255);
}

.services-block-two .inner-box .upper-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 18px;
    margin-bottom: 20px;
    transition: all 300ms ease 0s;
}

.services-block-two .inner-box .upper-box h3 a {
    position: relative;
    color: rgb(2, 14, 40);
    transition: all 300ms ease 0s;
}

.services-block-two .inner-box .upper-box h3::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 90px;
    height: 3px;
    margin-left: -45px;
    transition: all 300ms ease 0s;
    background-color: rgb(224, 224, 224);
}

.services-block-two .inner-box:hover .upper-box h3::after {
    background-color: rgba(255, 255, 255, 0.4);
}

.services-block-two .inner-box .lower-content {
    position: relative;
}

.services-block-two .inner-box .lower-content .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 20px;
    transition: all 300ms ease 0s;
}

.services-block-two .inner-box .lower-content .know-more {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    font-family: Poppins, sans-serif;
}

.market-section-two {
    position: relative;
    padding: 90px 0px;
}

.market-section-two .view-all {
    position: relative;
    color: rgb(245, 91, 20);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(245, 91, 20);
    font-family: Poppins, sans-serif;
}

.market-section-two .view-all .icon {
    margin-left: 5px;
}

.market-section-two .title-box {
    position: relative;
    margin-bottom: 45px;
}

.market-section-two .title-box h2 {
    position: relative;
    color: rgb(2, 14, 40);
    font-weight: 600;
    font-size: 30px;
    margin-right: 28px;
    line-height: 1.8em;
    float: left;
    text-transform: uppercase;
}

.market-section-two .title-box .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    display: inline-block;
    max-width: 660px;
    padding-left: 28px;
    border-left: 4px solid rgb(245, 91, 20);
}

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

.market-block-two .inner-box {
    position: relative;
    overflow: hidden;
}

.market-block-two .inner-box .image {
    position: relative;
}

.market-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.market-block-two .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 35px;
}

.market-block-two .inner-box .image .overlay-box h2 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.market-block-two .inner-box .content-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgb(245, 91, 20);
    transition: all 700ms ease 0s;
    transform: translate(-100%, 0%);
}

.market-block-two .inner-box .content-overlay .content-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.market-block-two .inner-box .content-overlay .content-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.market-block-two .inner-box .content-overlay .content-inner .content .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.market-block-two .inner-box .content-overlay .content-inner .content .go {
    position: relative;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
}

.market-block-two .inner-box .content-overlay .content-inner .content .go .icon {
    position: relative;
    margin-left: 5px;
}

.market-block-two .inner-box:hover .content-overlay {
    opacity: 1;
    transform: translate(0%);
}

.testimonial-section-two {
    position: relative;
    background-color: rgb(244, 244, 244);
}

.testimonial-section-two .testimonial-column {
    position: relative;
}

.testimonial-section-two .testimonial-column .inner-column {
    position: relative;
    margin-right: 30px;
    padding: 50px 50px 85px;
    background: url("../images/resource/pattern.png") left bottom no-repeat rgb(2, 14, 40);
}

.testimonial-section-two .testimonial-column .inner-column .quote-icon {
    position: absolute;
    right: 35px;
    top: 40px;
    font-size: 80px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.2);
}

.testimonial-block-two {
    position: relative;
}

.testimonial-block-two .inner-box {
    position: relative;
}

.testimonial-block-two .inner-box .author {
    position: relative;
    width: 75px;
    height: 75px;
    overflow: hidden;
    margin-bottom: 22px;
    border-radius: 50%;
}

.testimonial-block-two .inner-box h3 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
}

.testimonial-block-two .inner-box .designation {
    position: relative;
    color: rgb(245, 91, 20);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.testimonial-block-two .inner-box .text {
    position: relative;
    color: rgb(196, 196, 196);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.testimonial-block-two .inner-box .read {
    position: relative;
    color: rgb(245, 91, 20);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    transition: all 0.3s ease 0s;
}

.testimonial-block-two .inner-box .read .icon {
    margin-left: 5px;
}

.testimonial-block-two .inner-box .read:hover {
    color: rgb(255, 255, 255);
}

.testimonial-section-two .owl-nav {
    display: none;
}

.testimonial-section-two .owl-dots {
    position: relative;
    text-align: right;
    margin-top: -10px;
}

.testimonial-section-two .owl-dots .owl-dot {
    position: relative;
    width: 9px;
    height: 9px;
    margin: 0px 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease 0s;
}

.testimonial-section-two .owl-dots .owl-dot:hover, .testimonial-section-two .owl-dots .owl-dot.active {
    position: relative;
    width: 22px;
    height: 8px;
    border-radius: 10px;
    background-color: rgb(255, 72, 0);
}

.testimonial-section-two .content-column {
    position: relative;
}

.testimonial-section-two .content-column .inner-column {
    position: relative;
    padding: 80px 0px;
}

.testimonial-section-two .content-column .inner-column .sec-title {
    margin-bottom: 30px;
}

.testimonial-section-two .content-column .inner-column .bold-text {
    position: relative;
    color: rgb(245, 91, 20);
    font-weight: 400;
    margin-bottom: 30px;
}

.testimonial-section-two .content-column .inner-column .achived-list {
    position: relative;
}

.testimonial-section-two .content-column .inner-column .achived-list li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.testimonial-section-two .content-column .inner-column .achived-list li.icon {
    font-size: 60px;
    color: rgb(245, 91, 20);
    line-height: 1em;
}

.testimonial-section-two .content-column .inner-column .achived-list li.number {
    color: rgb(2, 14, 40);
    font-size: 60px;
    font-weight: 600;
    line-height: 1em;
    font-family: Poppins, sans-serif;
}

.testimonial-section-two .content-column .inner-column .achived-list li a {
    position: relative;
    top: -15px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    padding: 7px 12px;
    display: inline-block;
    background-color: rgb(245, 91, 20);
    border: 2px solid rgb(245, 91, 20);
    transition: all 0.3s ease 0s;
}

.testimonial-section-two .content-column .inner-column .achived-list li a:hover {
    background: none;
    color: rgb(245, 91, 20);
}

.testimonial-section-two .content-column .inner-column .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    margin-top: 28px;
}

.project-section {
    position: relative;
    padding: 80px 0px 50px;
}

.project-section .filters {
    position: relative;
    text-align: center;
}

.project-section .filters .filter-tabs {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    display: inline-block;
    border-top: 3px solid rgb(242, 242, 242);
}

.project-section .filters .filter-tabs .filter {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    margin-right: 35px;
    padding: 20px 0px 18px;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1em;
    transition: all 0.3s ease 0s;
    font-family: Rubik, sans-serif;
}

.project-section .filters .filter-tabs .filter:last-child {
    margin-right: 0px;
}

.project-section .filters .filter-tabs .filter::after {
    position: absolute;
    content: "";
    left: 0px;
    top: -3px;
    width: 100%;
    height: 3px;
    opacity: 0;
    transition: all 0.3s ease 0s;
    background-color: rgb(245, 91, 20);
}

.project-section .filters .filter-tabs .filter:hover::after, .project-section .filters .filter-tabs .filter.active::after {
    opacity: 1;
}

.project-section .filters .filter-tabs .filter.active, .project-section .filters .filter-tabs .filter:hover {
    color: rgb(245, 91, 20);
}

.project-section .project-block-two {
    padding: 0px;
}

.project-block-two.mix {
    display: none;
}

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

.project-block-two .inner-box {
    position: relative;
    overflow: hidden;
}

.project-block-two .inner-box .image {
    position: relative;
}

.project-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.project-block-two .inner-box .lower-box {
    position: relative;
    padding: 18px 28px 0px;
    border-left: 1px solid rgb(230, 230, 230);
}

.project-block-two .inner-box .lower-box h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.project-block-two .inner-box .lower-box .title {
    position: relative;
    color: rgb(245, 91, 20);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.project-block-two .inner-box .lower-box .go-title {
    position: relative;
    color: rgb(2, 14, 40);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
}

.project-block-two .inner-box .lower-box .go-title .icon {
    margin-left: 5px;
}

.project-block-two .inner-box .overlay-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    padding: 0px 28px 18px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 700ms ease 0s;
    transform: translate(-100%, 0%);
    background-color: rgba(245, 91, 20, 0.9);
}

.project-block-two .inner-box .overlay-content::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(245, 91, 20, 0.9);
}

.project-block-two .inner-box .overlay-content .overlay-inner {
    position: absolute;
    left: 28px;
    bottom: 16px;
}

.project-block-two .inner-box .overlay-content .overlay-inner h4 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.project-block-two .inner-box .overlay-content .overlay-inner h4 a {
    position: relative;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.project-block-two .inner-box .overlay-content .overlay-inner h4 a:hover {
    color: rgb(51, 51, 51);
}

.project-block-two .inner-box .overlay-content .overlay-inner .title {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
}

.project-block-two .inner-box .overlay-content .overlay-inner .go {
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-family: Poppins, sans-serif;
}

.project-block-two .inner-box .overlay-content .overlay-inner .go .icon {
    margin-left: 5px;
}

.project-block-two .inner-box .overlay-content .overlay-inner .go:hover {
    color: rgb(51, 51, 51);
}

.project-block-two .inner-box:hover .overlay-content {
    opacity: 1;
    transform: translate(0%);
}

.call-to-action-section-two {
    position: relative;
    text-align: center;
    padding: 90px 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}

.call-to-action-section-two::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #1b1b1b78;
}

.call-to-action-section-two span {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5em;
    max-width: 1100px;
    margin: 0px auto 15px;
    padding: 20px 0px 20px 0px;
    letter-spacing: 1px;
    font-style: italic;
}

.call-to-action-section-two .text {
    position: relative;
    color: rgb(196, 196, 196);
    font-size: 16px;
    line-height: 1.9em;
    max-width: 880px;
    margin: 0px auto 25px;
}

.news-section-two {
    position: relative;
    padding: 85px 0px 60px;
}

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

.news-block-two .inner-box {
    position: relative;
    background: none;
    transition: all 500ms ease 0s;
}

.news-block-two .inner-box:hover {
    box-shadow: rgb(234, 234, 234) 0px 0px 30px 0px;
}

.news-block-two .inner-box .image {
    position: relative;
    background-color: rgb(11, 11, 11);
    transition: all 500ms ease 0s;
}

.news-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease 0s;
}

.news-block-two .inner-box:hover .image img {
    opacity: 0.5;
}

.news-block-two .inner-box .lower-content {
    position: relative;
    padding: 24px 28px;
    border: 1px solid rgb(242, 242, 242);
}

.news-block-two .inner-box .lower-content h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    padding-bottom: 15px;
}

.news-block-two .inner-box .lower-content h3 a {
    position: relative;
    color: rgb(2, 14, 40);
    transition: all 500ms ease 0s;
}

.news-block-two .inner-box .lower-content h3 a:hover {
    color: rgb(129 176 63);
}

.blog-classic .news-block-two .inner-box .lower-content h3 {
    font-size: 20px;
}

.blog-classic .styled-pagination li {
    margin-right: 0px;
    margin-left: 10px;
}

.news-block-two .inner-box .lower-content .title {
    position: relative;
    color: rgb(245, 91, 20);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: capitalize;
    font-family: Rubik, sans-serif;
}

.news-block-two .inner-box .lower-content .post-date {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}

.news-block-two .inner-box .lower-content .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 18px;
}

.news-block-two .inner-box .lower-content .read-more {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}

.news-block-two .inner-box .lower-content .read-more .icon {
    position: relative;
    margin-left: 5px;
}

.news-block-two .inner-box .lower-content .read-more:hover {
    color: rgb(129 176 63);
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
    color: rgb(121, 121, 121);
    float: left;
    border-radius: 0px;
    border: 0px;
    padding: 14px 20px;
    background: rgb(255, 255, 255);
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: -1px;
    text-indent: 0px;
    color: rgb(51, 51, 51);
    font-size: 20px;
}

.form-group .ui-button .ui-icon::before {
    font-family: FontAwesome;
    content: "\f0d7";
    position: absolute;
    right: 0px;
    width: 13px;
    height: 30px;
    display: block;
    color: rgb(129 176 63);
    line-height: 16px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
    top: 2px !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid rgb(224, 224, 224);
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background-color: rgb(129 176 63);
    border-color: rgb(129 176 63);
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
}

.ui-menu-item:hover {
}

.quote-section {
    position: relative;
    padding: 90px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quote-box {
    position: relative;
}

.quote-box .inner-box {
    position: relative;
    padding: 45px 45px 30px;
    max-width: 670px;
    background-color: rgb(23, 35, 60);
}

.quote-form {
    position: relative;
}

.quote-form .row {
    position: relative;
}

.quote-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.quote-form .form-group input[type="text"], .quote-form .form-group input[type="password"], .quote-form .form-group input[type="tel"], .quote-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 32px;
    padding: 10px 20px;
    height: 52px;
    font-size: 16px;
    transition: all 300ms ease 0s;
}

.quote-form .form-group input[type="text"]:focus, .quote-form .form-group input[type="password"]:focus, .quote-form .form-group input[type="tel"]:focus, .quote-form .form-group input[type="email"]:focus, .quote-form .form-group select:focus, .quote-form .form-group textarea:focus {
    border-color: rgb(255, 178, 0);
}

.quote-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 32px;
    padding: 10px 20px;
    height: 110px;
    font-size: 16px;
    resize: none;
    transition: all 300ms ease 0s;
}

.quote-form button {
    padding: 10px 33px;
    margin-top: 15px;
}

.quote-form .text {
    position: relative;
    top: 17px;
    display: inline-block;
    color: rgb(196, 196, 196);
    font-size: 18px;
    line-height: 1.7em;
    margin-left: 25px;
}

.quote-form.style-two button {
    border-radius: 0px;
    margin-top: 10px;
}

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

.about-section .content-column-1 {
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px;
    background-color: #266e26;
    height: 100%;
    display: flex;
    align-items: center;
    border-top-left-radius: 30px;
}

.about-section .content-column-2 {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 20px;
    background-size: cover;
    height: 100%;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-right: 30px;
}

.about-section .content-column .inner-column .sec-title {
    margin-bottom: 35px;
}

.about-section .content-column .inner-column .bold-text {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.about-section .content-column .inner-column .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 38px;
}

.about-section .content-column .inner-column .about-block {
    position: relative;
}

.about-section .content-column .inner-column .about-block li {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 500;
    padding-right: 45px;
    margin-right: 40px;
    float: left;
    margin-bottom: 25px;
    border-right: 1px solid rgb(242, 242, 242);
    font-family: Poppins, sans-serif;
}

.about-section .content-column .inner-column .about-block li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px;
}

.about-section .content-column .inner-column .about-block li .icon {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.about-section .content-column .inner-column .about-block li .icon {
    position: relative;
    opacity: 0.2;
}

.about-section .carousel-column {
    position: relative;
}

.about-section .carousel-column .inner-column {
    position: relative;
    padding: 45px 25px 50px;
    border: 1px solid rgb(242, 242, 242);
    background: url("../images/resource/pattern-1.png") left bottom repeat-x;
    box-shadow: rgb(219, 219, 219) 0px 0px 15px 0px;
}

.testimonial-block-three {
    position: relative;
}

.testimonial-block-three .inner-box {
    position: relative;
}

.testimonial-block-three .inner-box .upper-box {
    position: relative;
    padding-left: 60px;
    padding-top: 8px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgb(242, 242, 242);
}

.testimonial-block-three .inner-box .upper-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: rgb(245, 91, 20);
    font-size: 40px;
    line-height: 1em;
}

.testimonial-block-three .inner-box .upper-box h2 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.testimonial-block-three .inner-box .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 75px;
}

.about-section .carousel-column .owl-nav {
    display: none;
}

.about-section .carousel-column .owl-dots {
    position: relative;
}

.about-section .carousel-column .owl-dots .owl-dot {
    position: relative;
    width: 9px;
    height: 9px;
    margin: 0px 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgb(196, 196, 196);
    transition: all 0.3s ease 0s;
}

.about-section .carousel-column .owl-dots .owl-dot:hover, .about-section .carousel-column .owl-dots .owl-dot.active {
    position: relative;
    width: 22px;
    height: 8px;
    border-radius: 10px;
    background-color: rgb(255, 72, 0);
}

.market-section-three {
    position: relative;
    padding: 80px 0px 90px;
}

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

.market-block-three .inner-box {
    position: relative;
}

.market-block-three .inner-box .upper-box {
    position: relative;
    padding: 25px;
    border: 1px solid rgb(242, 242, 242);
    transition: all 0.3s ease 0s;
}

.market-block-three .inner-box .upper-box h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.market-block-three .inner-box .upper-box h3 a {
    position: relative;
    color: rgb(2, 14, 40);
    transition: all 0.3s ease 0s;
}

.market-block-three .inner-box .upper-box h3::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 90px;
    background-color: rgb(242, 242, 242);
    transition: all 0.3s ease 0s;
}

.market-block-three .inner-box .upper-box h3 a:hover {
    color: rgb(245, 91, 20);
}

.market-block-three .inner-box:hover .upper-box h3 a {
    color: rgb(255, 255, 255);
}

.market-block-three .inner-box:hover .upper-box h3::after {
    background-color: rgba(255, 255, 255, 0.2);
}

.market-block-three .inner-box .upper-box .icon-box {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    color: rgb(247, 121, 63);
    margin-bottom: 15px;
    transition: all 0.3s ease 0s;
}

.market-block-three .inner-box .upper-box .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    line-height: 1.7em;
    transition: all 0.3s ease 0s;
}

.market-block-three .inner-box:hover .upper-box {
    background-color: rgb(2, 14, 40);
    border-color: rgb(2, 14, 40);
}

.market-section-three .owl-nav {
    display: none;
}

.market-section-three .owl-dots {
    position: relative;
    text-align: center;
}

.market-section-three .owl-dots .owl-dot {
    position: relative;
    width: 9px;
    height: 9px;
    margin: 0px 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgb(196, 196, 196);
    transition: all 0.3s ease 0s;
}

.market-section-three .owl-dots .owl-dot:hover, .market-section-three .owl-dots .owl-dot.active {
    position: relative;
    width: 22px;
    height: 8px;
    border-radius: 10px;
    background-color: rgb(255, 72, 0);
}

.testimonial-section-three {
    position: relative;
    padding: 85px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.testimonial-section-three::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(244, 244, 244, 0.95);
}

.testimonial-block-four {
    position: relative;
}

.testimonial-block-four .inner-box {
    position: relative;
}

.testimonial-block-four .inner-box .content-outer {
    position: relative;
}

.testimonial-block-four .inner-box .content-box {
    position: relative;
    padding: 28px 50px;
    z-index: 10;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 5px 1px, rgba(0, 0, 0, 0.05) -2px 0px 5px 1px;
}

.testimonial-block-four .inner-box .content-box .content {
    position: relative;
    padding-left: 150px;
}

.testimonial-block-four .inner-box .content-box .content .quote-icon {
    position: absolute;
    left: 0px;
    top: 2px;
    color: rgb(242, 242, 242);
    line-height: 1em;
    font-size: 98px;
}

.testimonial-block-four .inner-box .content-box .content .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 18px;
    font-weight: 400;
}

.testimonial-block-four .inner-box .content-outer .layers {
    position: relative;
    z-index: 5;
}

.testimonial-block-four .inner-box .content-outer .layer-one {
    position: absolute;
    left: 50px;
    bottom: -8px;
    height: 12px;
    right: 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 5px 1px, rgba(0, 0, 0, 0.05) -2px 0px 5px 1px;
}

.testimonial-block-four .inner-box .content-outer .layer-two {
    position: absolute;
    left: 100px;
    bottom: -15px;
    height: 12px;
    right: 100px;
    z-index: -1;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 5px 1px, rgba(0, 0, 0, 0.05) -2px 0px 5px 1px;
}

.testimonial-block-four .inner-box .author-info {
    position: relative;
    text-align: center;
}

.testimonial-block-four .inner-box .author-info .image {
    position: relative;
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
    margin: 50px auto 15px;
}

.testimonial-block-four .inner-box .author-info h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.testimonial-block-four .inner-box .author-info .location {
    position: relative;
    color: rgb(245, 91, 20);
    font-size: 16px;
    font-weight: 400;
}

.testimonial-section-three .owl-dots {
    display: none;
}

.testimonial-section-three .owl-nav {
    position: absolute;
    width: 100%;
    max-width: 530px;
    left: 50%;
    bottom: 90px;
    margin-left: -265px;
}

.testimonial-section-three .owl-nav .owl-prev .fa, .testimonial-section-three .owl-nav .owl-next .fa {
    display: none;
}

.testimonial-section-three .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    margin-right: 14px;
    display: inline-block;
    background: url("../images/icons/arrow-left-1.png") no-repeat;
    transition: all 500ms ease 0s;
    filter: grayscale(100%);
}

.testimonial-section-three .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    display: inline-block;
    background: url("../images/icons/arrow-right-1.png") no-repeat;
    transition: all 500ms ease 0s;
    filter: grayscale(100%);
}

.testimonial-section-three .owl-nav .owl-prev:hover, .testimonial-section-three .owl-nav .owl-next:hover {
    filter: grayscale(0%);
}

.project-section-two {
    position: relative;
    padding: 90px 0px;
}

.project-section-two .title-column {
    position: relative;
    padding: 0px;
}

.project-section-two .title-column .inner-column {
    position: relative;
}

.project-section-two .title-column .inner-column .sec-title {
    margin-bottom: 25px;
}

.project-section-two .title-column .inner-column .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 15px;
}

.project-section-two .title-column .inner-column .projects {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    transition: all 0.3s ease 0s;
}

.project-section-two .title-column .inner-column .projects .icon {
    position: relative;
    margin-left: 4px;
    top: 1px;
}

.project-section-two .title-column .inner-column .projects:hover {
    color: rgb(245, 91, 20);
}

.project-section-two .project-block-three {
    padding: 0px;
}

.project-block-three {
    position: relative;
}

.project-block-three .inner-box {
    position: relative;
}

.project-block-three .inner-box .image {
    position: relative;
}

.project-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.project-block-three .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 30%;
    transition: all 0.3s ease 0s;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.project-block-three .inner-box:hover .image .overlay-box {
    opacity: 0;
}

.project-block-three .inner-box .image .overlay-box .content {
    position: absolute;
    left: 20px;
    bottom: 22px;
}

.project-block-three .inner-box .image .overlay-box .content h2 {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.project-block-three .inner-box .image .overlay-box .content .title {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
}

.project-block-three .inner-box .image .overlay-content-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    padding: 25px 22px;
    transition: all 0.3s ease 0s;
    background-color: rgba(245, 91, 20, 0.9);
}

.project-block-three .inner-box:hover .image .overlay-content-box {
    opacity: 1;
}

.project-block-three .inner-box .image .overlay-content-box h4 {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.project-block-three .inner-box .image .overlay-content-box h4 a {
    position: relative;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.project-block-three .inner-box .image .overlay-content-box h4 a:hover {
    color: rgb(2, 14, 40);
}

.project-block-three .inner-box .image .overlay-content-box .designation {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
}

.project-block-three .inner-box .image .overlay-content-box .go {
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    transition: all 0.3s ease 0s;
}

.project-block-three .inner-box .image .overlay-content-box .go .icon {
    margin-left: 4px;
}

.project-block-three .inner-box .image .overlay-content-box .go:hover {
    color: rgb(2, 14, 40);
}

.clients-section-two {
    position: relative;
    padding: 90px 0px;
}

.clients-section-two h2 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
}

.clients-section-two .sponsors-outer {
    position: relative;
}

.clients-section-two .sponsors-outer .owl-dots, .clients-section-two .sponsors-outer .owl-nav {
    position: relative;
    display: none;
}

.clients-section-two .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    transition: all 300ms ease 0s;
}

.clients-section-two .sponsors-outer .image-box {
    border: 1px solid rgb(242, 242, 242);
}

.clients-section-two .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    transition: all 300ms ease 0s;
}

.clients-section-two .sponsors-outer .image-box img:hover {
    opacity: 0.7;
}

.map-section {
    position: relative;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: rgb(18, 18, 18);
}

.map-canvas {
    height: 425px;
}

.call-to-action-section-three {
    position: relative;
    padding: 45px 0px;
}

.call-to-action-section-three h2 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}

.call-to-action-section-three .btn-column {
    position: relative;
    text-align: right;
}

.call-to-action-section-three .btn-column .theme-btn {
    padding: 10px 30px;
    margin-top: 15px;
}

.market-section-four {
    position: relative;
    padding: 85px 0px;
}

.market-section-four .more {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: rgb(2, 14, 40);
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    font-family: Poppins, sans-serif;
}

.market-section-four .more .icon {
    margin-left: 5px;
}

.market-section-four .more:hover {
    color: rgb(245, 91, 20);
}

.market-block-four {
    position: relative;
    margin-bottom: 45px;
}

.market-block-four .inner-box {
    position: relative;
}

.market-block-four .inner-box .image {
    position: relative;
}

.market-block-four .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.market-block-four .inner-box .lower-content {
    position: relative;
    padding: 28px 26px;
    border: 1px solid rgb(242, 242, 242);
    transition: all 300ms ease 0s;
}

.market-block-four .inner-box:hover .lower-content {
    background-color: rgb(245, 91, 20);
    border-color: rgb(245, 91, 20);
}

.market-block-four .inner-box .lower-content .icon-box {
    position: absolute;
    bottom: 35px;
    color: rgb(245, 91, 20);
    font-size: 58px;
    font-weight: 500;
    transition: all 300ms ease 0s;
}

.market-block-four .inner-box:hover .lower-content .icon-box {
    opacity: 0;
    visibility: hidden;
}

.market-block-four .inner-box .lower-content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    padding-bottom: 25px;
    margin-bottom: 24px;
}

.market-block-four .inner-box .lower-content h3::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 90px;
    height: 3px;
    background-color: rgb(242, 242, 242);
    transition: all 300ms ease 0s;
}

.market-block-four .inner-box:hover .lower-content h3::after {
    background-color: rgba(255, 255, 255, 0.2);
}

.market-block-four .inner-box .lower-content h3 a {
    position: relative;
    color: rgb(2, 14, 40);
    transition: all 300ms ease 0s;
}

.market-block-four .inner-box:hover .lower-content h3 a {
    color: rgb(255, 255, 255);
}

.market-block-four .inner-box .lower-content .text {
    position: relative;
    color: rgb(252, 238, 231);
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 20px;
    transition: all 300ms ease 0s;
}

.market-block-four .inner-box .lower-content .link-box {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    opacity: 0;
    visibility: hidden;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    font-family: Poppins, sans-serif;
}

.market-block-four .inner-box:hover .lower-content .text, .market-block-four .inner-box:hover .lower-content .link-box {
    opacity: 1;
    visibility: visible;
}

.about-section-two {
    position: relative;
    padding: 85px 0px 55px;
    background-color: rgb(244, 244, 244);
}

.about-section-two .content-column {
    position: relative;
    margin-bottom: 30px;
}

.about-section-two .content-column .inner-column {
    position: relative;
}

.about-section-two .content-column .sec-title {
    position: relative;
    margin-bottom: 35px;
}

.about-section-two .content-column .bold-text {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 22px;
}

.about-section-two .content-column .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 32px;
    font-family: Rubik, sans-serif;
}

.about-section-two .content-column .inner-column .theme-btn {
    padding: 12px 45px;
}

.about-section-two .image-column {
    position: relative;
}

.about-section-two .image-column .image {
    position: relative;
}

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

.choose-section {
    position: relative;
    padding: 85px 0px 55px;
}

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

.choose-block .inner-box {
    position: relative;
    text-align: center;
}

.choose-block .inner-box .icon-box {
    position: relative;
    color: rgb(196, 196, 196);
    font-size: 56px;
    line-height: 1em;
    margin-bottom: 20px;
    transition: all 300ms ease 0s;
}

.choose-block .inner-box:hover .icon-box {
    color: rgb(245, 91, 20);
}

.choose-block .inner-box h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 25px;
    text-transform: capitalize;
}

.choose-block .inner-box h3 a {
    position: relative;
    color: rgb(2, 14, 40);
    transition: all 300ms ease 0s;
}

.choose-block .inner-box h3::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 90px;
    height: 3px;
    margin-left: -45px;
    background-color: rgb(242, 242, 242);
}

.choose-block .inner-box:hover h3 a {
    color: rgb(245, 91, 20);
}

.choose-block .inner-box .text {
    position: relative;
    margin-top: 25px;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 400;
}

.project-section-three {
    position: relative;
    padding: 80px 0px 50px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.project-section-three::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(2, 14, 40, 0.96);
}

.project-block-four {
    position: relative;
    margin-bottom: 40px;
}

.project-block-four .inner-box {
    position: relative;
}

.project-block-four .inner-box .image {
    position: relative;
    background-color: rgb(45, 40, 40);
    transition: all 300ms ease 0s;
}

.project-block-four .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 300ms ease 0s;
    filter: opacity(0.9);
}

.project-block-four .inner-box:hover .image img {
    opacity: 0.6;
}

.project-block-four .inner-box .lower-content {
    position: relative;
    padding: 25px 20px;
    background-color: rgb(255, 255, 255);
}

.project-block-four .inner-box .lower-content h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.project-block-four .inner-box .lower-content h3 a {
    position: relative;
    color: rgb(2, 14, 40);
    transition: all 300ms ease 0s;
    font-weight: 600;
}

.project-block-four .inner-box .lower-content h3 a:hover {
    color: rgb(128 175 63);
}

.project-block-four .inner-box .lower-content .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.project-block-four .inner-box .lower-content .read-more {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}

.project-block-four .inner-box .lower-content .read-more .icon {
    margin-left: 5px;
}

.project-block-four .inner-box .lower-content .read-more:hover {
    color: rgb(129 176 63);
}

.project-block-four.style-two .inner-box .lower-content {
    border: 1px solid rgb(242, 242, 242);
}

.project-section-three .owl-dots {
    display: none;
}

.project-section-three .owl-nav {
    position: absolute;
    right: 0px;
    top: -90px;
}

.project-section-three .owl-nav .owl-prev .fa, .project-section-three .owl-nav .owl-next .fa {
    display: none;
}

.project-section-three .owl-nav .owl-prev {
    position: relative;
    width: 35px;
    height: 35px;
    margin-right: 14px;
    display: inline-block;
    background: url("../images/icons/arrow-left.png") no-repeat;
    transition: all 500ms ease 0s;
    filter: grayscale(100%);
}

.project-section-three .owl-nav .owl-next {
    position: relative;
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url("../images/icons/arrow-right.png") no-repeat;
    transition: all 500ms ease 0s;
    filter: grayscale(100%);
}

.project-section-three .owl-nav .owl-prev:hover, .project-section-three .owl-nav .owl-next:hover {
    filter: grayscale(0%);
}

.testimonial-section-four {
    position: relative;
    padding: 90px 0px;
}

.testimonial-block-five {
    position: relative;
}

.testimonial-block-five .inner-box {
    position: relative;
}

.testimonial-block-five .inner-box .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7em;
    text-align: center;
    margin-bottom: 35px;
}

.testimonial-block-five .inner-box .author-info {
    position: relative;
    text-align: center;
}

.testimonial-block-five .inner-box .author-info .author-inner {
    position: relative;
    display: inline-block;
}

.testimonial-block-five .inner-box .author-info .image {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0px auto 15px;
}

.testimonial-block-five .inner-box .author-info .quote-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    color: rgb(245, 91, 20);
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(245, 91, 20);
}

.testimonial-block-five .inner-box .author-info h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

.testimonial-block-five .inner-box .author-info .location {
    position: relative;
    color: rgb(245, 91, 20);
    font-size: 16px;
}

.testimonial-section-four .owl-nav {
    display: none;
}

.testimonial-section-four .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 25px;
}

.testimonial-section-four .owl-dots .owl-dot {
    position: relative;
    width: 9px;
    height: 9px;
    margin: 0px 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgb(196, 196, 196);
    transition: all 0.3s ease 0s;
}

.testimonial-section-four .owl-dots .owl-dot:hover, .testimonial-section-four .owl-dots .owl-dot.active {
    position: relative;
    width: 22px;
    height: 8px;
    border-radius: 10px;
    background-color: rgb(255, 72, 0);
}

.news-section-three {
    position: relative;
    padding: 85px 0px 50px;
    background-color: rgb(244, 244, 244);
}

.news-section-three .sec-title .theme-btn {
    padding: 12px 42px;
}

.page-title {
    position: relative;
    padding: 80px 0px 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.page-title::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(60 60 60 / 37%);
}

.page-title.shop-title::before {
    display: none;
}

.page-title h1 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2em;
    margin-top: 75px;
    text-align: center;
    text-transform: capitalize;
}

.page-breadcrumb {
    position: relative;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 20px;
    color: rgb(255 255 255);
    font-size: 16px;
    font-weight: 400;
    top: 215px;
}

.page-breadcrumb li::after {
    position: absolute;
    content: "\f054";
    right: -4px;
    top: 0px;
    color: white;
    font-family: "Fontawesome";
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-size: 15px;
}

.page-breadcrumb li a:hover {
    color: rgb(129 176 63);
}

.company-section {
    position: relative;
    padding: 85px 0px 50px;
}

.company-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.company-section .content-column .inner-column {
    position: relative;
}

.company-section .content-column .inner-column .sec-title {
    position: relative;
    margin-bottom: 25px;
}

.company-section .content-column .inner-column .bold-text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.company-section .content-column .inner-column .text {
    position: relative;
    margin-bottom: 25px;
}

.company-section .content-column .inner-column .text p {
    position: relative;
    color: #1b1b1b;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 18px;
}

.company-section .content-column .inner-column .text p:last-child {
    margin-bottom: 0px;
}

.company-section .image-column {
    position: relative;
}

.company-section .image-column .inner-column {
    position: relative;
}

.company-section .image-column .inner-column .image {
    position: relative;
}

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

.company-section .image-column .inner-column .carousel-box {
    position: relative;
    padding: 35px 28px 35px;
    margin-bottom: 45px;
    background-position: center center;
    background-repeat: no-repeat;
}

.company-section .image-column .inner-column .carousel-box .owl-dots, .company-section .image-column .inner-column .carousel-box .owl-nav {
    display: none;
}

.testimonial-block-six {
    position: relative;
}

.testimonial-block-six .inner {
    position: relative;
}

.testimonial-block-six .inner .quote-icon {
    position: absolute;
    top: -85px;
    left: -70px;
    font-size: 90px;
    line-height: 1em;
    color: rgb(255 255 255 / 52%);
}

.testimonial-block-six .inner .text {
    position: relative;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.5em;
    text-align: center;
}

.testimonial-block-six .inner .author-box {
    position: relative;
    margin-bottom: 0px;
}

.testimonial-block-six .inner .author-box .author-inner {
    position: relative;
    padding-left: 90px;
    padding-top: 10px;
    min-height: 70px;
}

.testimonial-block-six .inner .author-box .author-inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
}

.testimonial-block-six .inner .author-box .author-inner h3 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
}

.testimonial-block-six .inner .author-box .author-inner .designation {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
}

.highlights-section {
    position: relative;
    padding: 85px 0px 55px;
    background-color: #1b1b1b;
}

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

.highlights-section .image-layer::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    border-top: 625px solid #1b1b1b;
    border-right: 200px solid transparent;
}

.highlights-section .content-column {
    position: relative;
}

.highlights-section .content-column .inner-column {
    position: relative;
}

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

.hightlight-block .hightlight-inner {
    position: relative;
    padding: 32px 0px 28px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.hightlight-block .hightlight-inner .icon-box {
    position: relative;
    line-height: 1em;
    color: rgb(203, 203, 203);
    font-size: 50px;
    margin-bottom: 12px;
    transition: all 0.3s ease 0s;
}

.hightlight-block .hightlight-inner h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: rgb(15, 19, 65);
    transition: all 0.3s ease 0s;
}

.hightlight-block .hightlight-inner .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.hightlight-block .hightlight-inner:hover {
    background-color: rgb(245, 91, 20);
}

.hightlight-block .hightlight-inner:hover h3, .hightlight-block .hightlight-inner:hover .icon-box {
    color: rgb(255, 255, 255);
}

.highlights-section .services-column {
    position: relative;
}

.highlights-section .services-column .inner-column {
    position: relative;
    margin-left: 100px;
    margin-right: 100px;
    padding: 45px 30px 50px;
    border: 1px solid rgb(242, 242, 242);
    background: url("../images/resource/pattern-1.png") left bottom repeat-x rgb(255, 255, 255);
}

.highlights-section .services-column .inner-column .upper-box {
    position: relative;
    padding-left: 60px;
    padding-top: 8px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgb(242, 242, 242);
}

.highlights-section .services-column .inner-column .upper-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: rgb(245, 91, 20);
    font-size: 40px;
    line-height: 1em;
}

.highlights-section .services-column .inner-column .upper-box h2 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.highlights-section .services-column .inner-column .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 50px;
}

.highlights-section .services-column .inner-column .services {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-family: Poppins, sans-serif;
}

.highlights-section .services-column .inner-column .services .icon {
    margin-left: 4px;
}

.highlights-section .services-column .inner-column .services:hover {
    color: rgb(245, 91, 20);
}

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

.history-section .sec-title {
    margin-bottom: 70px;
}

.history-section .history-carousel {
    position: relative;
}

.history-section .carousel-outer {
    position: relative;
}

.history-section .carousel-outer .thumbs-outer {
    position: relative;
    overflow: hidden;
}

.history-section .carousel-outer::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 32px;
    width: 100%;
    height: 1px;
    background-color: rgb(230, 230, 230);
}

.history-section .history-carousel .thumbs-carousel {
    position: static;
    max-width: 180px;
    margin: 0px auto 10px;
}

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

.history-section .history-carousel .thumbs-carousel .owl-item.active li {
    position: relative;
    color: rgb(2, 14, 40);
    transform: scale(1.8);
}

.history-section .history-carousel .thumbs-carousel .owl-item.active li::before {
    display: none;
}

.history-section .history-carousel .thumbs-carousel li {
    position: relative;
    color: rgb(230, 230, 230);
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    line-height: 1em;
    text-align: center;
    padding: 15px 20px;
    display: inline-block;
    background-color: rgb(255 255 255 / 0%);
    transition: all 0.3s ease 0s;
}

.history-section .history-carousel .thumbs-carousel .owl-nav {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 20px;
    font-size: 22px;
    color: rgb(129 176 63);
    font-weight: 700;
    width: 40px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-next {
    position: absolute;
    top: 20px;
    right: 0px;
    left: auto;
    width: 40px;
    text-align: right;
    font-size: 22px;
    color: rgb(129 176 63);
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev:hover, .history-section .history-carousel .thumbs-carousel .owl-nav .owl-next:hover {
    color: rgb(129 176 63);
}

.history-section .carousel-outer .content-slide {
    position: relative;
}

.history-section .carousel-outer .content-carousel .owl-stage-outer {
    padding-top: 30px;
}

.history-section .carousel-outer .content-slide .content-inner {
    height: 600px;
    position: relative;
    text-align: center;
    padding: 30px 20px;
    background-color: rgb(244, 244, 244);
    border-radius: 10px;
}

.history-section .carousel-outer .content-slide .content-inner::before {
    position: absolute;
    content: "";
    left: 50%;
    top: -31px;
    margin-left: -150px;
    border-bottom: 100px solid rgb(244, 244, 244);
    border-left: 90px solid transparent;
}

.history-section .carousel-outer .content-slide .content-inner h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.history-section .carousel-outer .content-slide .content-inner .date {
    position: relative;
    color: rgb(129 176 63);
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}

.history-section .carousel-outer .content-slide .content-inner .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    max-width: 980px;
    margin: 0px auto;
}

.history-section .carousel-outer .content-carousel .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
}

.history-section .carousel-outer .content-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    width: 42px;
    height: 42px;
    color: rgb(129 176 63);
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    box-shadow: rgba(68, 68, 68, 0.5) 0px 2px 12px 0px;
}

.history-section .carousel-outer .content-carousel .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    width: 42px;
    height: 42px;
    color: rgb(129 176 63);
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    box-shadow: rgba(68, 68, 68, 0.5) 0px 2px 12px 0px;
}

.history-section .carousel-outer .content-carousel .owl-nav .owl-next:hover, .history-section .carousel-outer .content-carousel .owl-nav .owl-prev:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(129 176 63);
}

.achived-section {
    position: relative;
    padding: 85px 0px 45px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.achived-section::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(50 50 50 / 46%);
}

.achived-section .title-column {
    position: relative;
    margin-bottom: 40px;
}

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

.achived-section .title-column .inner-column {
    position: relative;
}

.achived-section .title-column .inner-column .title {
    position: relative;
    color: #f0f0f0;
    font-size: 18px;
    margin-bottom: 40px;
}

.achived-section .title-column .achived-list {
    position: relative;
}

.achived-section .title-column .achived-list li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.achived-section .title-column .achived-list li.icon {
    font-size: 60px;
    color: rgb(139 139 139);
    line-height: 1em;
}

.achived-section .title-column .achived-list li.number {
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-weight: 600;
    line-height: 1em;
    font-family: Poppins, sans-serif;
}

.achived-section .title-column .achived-list li a {
    position: relative;
    top: -15px;
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 500;
    padding: 7px 12px;
    display: inline-block;
    background-color: #f0f0f0;
    border: 2px solid rgb(240 240 240);
    transition: all 0.3s ease 0s;
}

.achived-section .title-column .achived-list li a:hover {
    background: none;
    color: #f0f0f0;
}

.achived-section .title-column .inner-column .text {
    position: relative;
    color: rgb(196, 196, 196);
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 22px;
}

.achived-section .graph-column {
    position: relative;
}

.achived-section .graph-column .inner-column {
    position: relative;
    padding-left: 15px;
}

.progress-levels {
    position: relative;
    margin-bottom: 30px;
}

.progress-levels .progress-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    width: 20%;
    float: left;
}

.progress-levels .progress-box .inner {
    position: relative;
    text-align: center;
}

.progress-levels .progress-box .inner .count-text {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #f0f0f0;
    display: inline-block;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
}

.progress-levels .progress-box .inner .percent {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #f0f0f0;
    display: inline-block;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
}

.progress-levels .progress-box .bar {
    position: relative;
    height: 350px;
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 60px;
    height: 350px;
    margin: 0px auto;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
    top: -33px;
    position: absolute;
    width: 100%;
    text-align: center;
}

.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 60px;
    height: 0px;
    background: url("../images/resource/graph-layer.png") center bottom repeat;
    transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .inner .text {
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    text-transform: uppercase;
    left: 10px;
    bottom: 0px;
    width: 10px;
    overflow-wrap: break-word;
    text-align: center;
}

.team-section {
    position: relative;
    padding: 80px 0px 50px;
}

.team-block {
    position: relative;
    margin-bottom: 40px;
}

.team-block .inner-box {
    position: relative;
}

.team-block .inner-box .image {
    position: relative;
}

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

.team-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    background-color: rgba(2, 14, 40, 0.75);
}

.team-block .inner-box .image .overlay-box .social-icon-two {
    top: 50%;
    margin-top: -20px;
}

.team-block .inner-box:hover .image .overlay-box {
    opacity: 1;
}

.team-block .inner-box .lower-content {
    position: relative;
    padding: 25px 25px 22px;
    border: 1px solid rgb(242, 242, 242);
}

.team-block .inner-box .lower-content h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
}

.team-block .inner-box .lower-content h3 a {
    position: relative;
    color: rgb(2, 14, 40);
    transition: all 0.3s ease 0s;
}

.team-block .inner-box:hover .lower-content h3 a {
    color: rgb(245, 91, 20);
}

.team-block .inner-box .lower-content .designation {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 18px;
    background-color: rgb(245, 91, 20);
}

.team-block .inner-box .lower-content .text {
    position: relative;
    color: rgb(128, 128, 128);
    font-size: 16px;
    line-height: 1.7em;
}

.location-section {
    position: relative;
    padding: 22px 0px 90px;
    background: none;
}

.location-section .page-breadcrumb {
    margin-bottom: 80px;
}

.contact-section {
    position: relative;
    padding: 45px 0px 90px;
}

.contact-section .sec-title .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 18px;
    line-height: 1.7em;
}

.contact-section .inner-container {
    position: relative;
    border: 1px solid rgb(244, 244, 244);
}

.contact-section .info-column {
    position: relative;
    padding: 0px;
}

.contact-section .info-column .inner-column {
    position: relative;
    border-right: 1px solid rgb(244, 244, 244);
}

.contact-section .info-column .inner-column .upper-box {
    position: relative;
    padding: 32px 55px 25px 28px;
    background-color: #1b1b1b;
}

.contact-section .info-column .lower-box {
    position: relative;
    padding: 28px 30px;
}

.contact-section .info-column .lower-box .lower-inner {
    position: relative;
    padding-left: 100px;
    min-height: 80px;
}

.contact-section .info-column .lower-box .lower-inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
}

.contact-section .info-column .lower-box .lower-inner h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

.contact-section .info-column .lower-box .lower-inner .designation {
    position: relative;
    color: rgb(245, 91, 20);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}

.contact-section .info-column .lower-box .lower-inner .emailed {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 400;
    padding-left: 26px;
    margin-top: 4px;
}

.contact-section .info-column .lower-box .lower-inner .emailed::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 4px;
    color: rgb(245, 91, 20);
    font-size: 16px;
    line-height: 1em;
    font-family: Flaticon;
}

.contact-section .form-column {
    position: relative;
}

.contact-section .form-column .inner-column {
    position: relative;
    padding: 20px 25px;
}

.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.contact-form .form-group input[type="text"], .contact-form .form-group input[type="password"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 10px;
    height: 50px;
    color: rgb(132, 132, 132);
    font-size: 16px;
    border: 1px solid rgb(242, 242, 242);
    transition: all 300ms ease 0s;
    background: none;
}

.contact-form .form-group input[type="text"]:focus, .contact-form .form-group input[type="password"]:focus, .contact-form .form-group input[type="tel"]:focus, .contact-form .form-group input[type="email"]:focus, .contact-form .form-group select:focus, .contact-form .form-group textarea:focus {
    border-color: rgb(129 176 63);
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 10px;
    color: rgb(132, 132, 132);
    height: 120px;
    font-size: 16px;
    resize: none;
    border: 1px solid rgb(242, 242, 242);
    transition: all 300ms ease 0s;
    background: none;
}

.contact-form .submit-btn {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(2, 14, 40);
    background: none;
    letter-spacing: 1px;
    transition: all 300ms ease 0s;
    text-transform: uppercase;
    border: 1px solid #f0f0f0;
    padding: 10px;
    float: right;
}

.contact-form .submit-btn .icon {
    margin-left: 5px;
}

.contact-form .submit-btn:hover {
    color: rgb(129 176 63);
}

.contact-form input.error, .contact-form select.error, .contact-form textarea.error {
    border-color: rgb(255, 0, 0) !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: rgb(255, 0, 0);
    font-weight: 500;
}

.error-section {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 90px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.error-section::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 19, 50, 0.9);
}

.error-section .inner-section {
    position: relative;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    padding: 100px 30px;
    background-color: rgb(245, 91, 20);
}

.error-section .inner-section h1 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 200px;
    line-height: 1em;
    font-weight: 700;
    font-family: Hind, sans-serif;
}

.error-section .inner-section h2 {
    position: relative;
    font-size: 18px;
    color: rgb(2, 14, 40);
    font-weight: 500;
    margin-top: -10px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
}

.error-section .inner-section .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 40px;
}

.error-section .go-back {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 18px;
    display: inline-block;
    transition: all 500ms ease 0s;
    font-family: Rubik, sans-serif;
}

.error-section .go-back:hover {
    color: rgb(2, 14, 40);
}

.error-search-form .form-group {
    position: relative;
    max-width: 430px;
    margin: 0px auto;
    width: 100%;
}

.error-search-form .form-group input[type="text"], .error-search-form .form-group input[type="search"] {
    position: relative;
    line-height: 30px;
    background: none rgb(255, 255, 255);
    display: block;
    font-size: 16px;
    width: 100%;
    height: 52px;
    border: 1px solid transparent;
    padding: 10px 50px 10px 20px;
    transition: all 500ms ease 0s;
}

.error-search-form .form-group input:focus {
    border-color: rgb(255, 102, 0);
}

.error-search-form .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 52px;
    width: 50px;
    display: block;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 100%;
    background: rgb(2, 14, 40);
    font-weight: normal;
}

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

.faq-section .prod-tabs {
    position: relative;
}

.faq-section .prod-tabs .tab-btns {
    position: relative;
    margin-bottom: 40px;
    padding: 0px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(245, 91, 20) rgb(242, 242, 242) rgb(242, 242, 242);
    border-image: initial;
}

.faq-section .prod-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    font-size: 16px;
    color: rgb(34, 34, 34);
    font-weight: 400;
    cursor: pointer;
    line-height: 1.6em;
    padding: 10px 0px;
    transition: all 500ms ease 0s;
    text-transform: capitalize;
    border-bottom: 1px solid rgb(242, 242, 242);
}

.faq-section .prod-tabs .tab-btns .tab-btn:last-child {
    border: none;
}

.faq-section .prod-tabs .tab-btns .tab-btn span {
    position: relative;
    display: block;
    font-size: 16px;
    color: rgb(2, 14, 40);
    font-weight: 400;
    cursor: pointer;
    line-height: 1.6em;
    padding: 5px 15px 5px 30px;
    transition: all 500ms ease 0s;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
}

.faq-section .prod-tabs .tab-btns .tab-btn::before {
    position: absolute;
    content: "";
    left: 11px;
    top: 23px;
    width: 8px;
    height: 8px;
    background-color: rgb(230, 230, 230);
    border: 1px solid rgb(242, 242, 242);
    transition: all 500ms ease 0s;
}

.faq-section .prod-tabs .tab-btns .tab-btn:hover::before, .faq-section .prod-tabs .tab-btns .tab-btn.active-btn::before {
    z-index: 1;
    background-color: rgb(245, 91, 20);
    border-color: rgba(245, 91, 20, 0.2);
}

.faq-section .prod-tabs .tab-btns .tab-btn.active-btn span, .faq-section .prod-tabs .tab-btns .tab-btn:hover span {
    color: rgb(245, 91, 20);
}

.faq-section .prod-tabs .tabs-content {
    position: relative;
}

.faq-section .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
}

.faq-section .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}

.accordion-box {
    position: relative;
    padding: 10px 30px;
    background-color: rgb(244, 244, 244);
}

.accordion-box .block {
    position: relative;
}

.accordion-box .block:last-child .acc-btn {
    border-bottom: 0px;
    padding-bottom: 10px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 30px;
    color: rgb(2, 14, 40);
    font-weight: 500;
    padding: 17px 30px 17px 0px;
    border-bottom: 1px solid rgb(225, 225, 225);
    transition: all 500ms ease 0s;
    font-family: Poppins, sans-serif;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 28px;
    top: 20px;
    color: rgb(146, 146, 146);
    transition: all 500ms ease 0s;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    width: 22px;
    height: 22px;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    line-height: 22px;
    border: 1px solid rgb(137, 137, 137);
    transition: all 0.3s ease 0s;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    color: rgb(245, 91, 20);
    border-color: rgb(245, 91, 20);
    transform: rotate(180deg);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content::before {
    position: absolute;
    content: "";
    left: -30px;
    top: 0px;
    width: 1px;
    height: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    background-color: rgb(245, 91, 20);
}

.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: 20px 0px 15px;
    border-bottom: 1px solid rgb(233, 233, 233);
}

.accordion-box .block .content .text {
    margin-bottom: 0px;
    line-height: 1.9em;
    font-size: 16px;
    color: rgb(132, 132, 132);
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}

.accordion-box.style-two {
    padding: 0px;
    background-color: rgb(255, 255, 255);
}

.accordion-box.style-two .block {
    margin-bottom: 10px;
    padding: 17px 20px;
    border: 1px solid rgb(242, 242, 242);
    background-color: rgb(255, 255, 255);
}

.accordion-box.style-two .block .acc-btn {
    border: none;
    padding: 0px 0px 0px 62px;
}

.accordion-box.style-two .block .icon-outer {
    left: 0px;
    top: 2px;
    right: auto;
}

.accordion-box.style-two .block .acc-content::before {
    display: none;
}

.accordion-box.style-two .block .content {
    padding: 15px 30px 0px 62px;
    border: none;
}

.accordion-box.style-two .block::before {
    position: absolute;
    content: "";
    left: 59px;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background-color: rgb(242, 242, 242);
}

.accordion-box.style-two .block .icon-outer .icon {
    border: none;
    font-size: 20px;
    font-weight: 600;
}

.accordion-box.style-two .block.active-block::before {
    background-color: rgb(246, 110, 47);
}

.accordion-box.style-two .block .acc-btn.active .icon-outer .icon-plus {
    transform: rotate(90deg);
}

.maintenance-section {
    position: relative;
    padding: 130px 0px 120px;
    background-color: rgb(2, 14, 40);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.maintenance-box {
    position: relative;
}

.maintenance-box .inner-box {
    position: relative;
    max-width: 570px;
    width: 100%;
    padding: 40px 30px;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.maintenance-box .inner-box h2 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1em;
    padding-bottom: 25px;
    margin-bottom: 22px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(245, 91, 20);
}

.maintenance-box .inner-box h3 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4em;
    text-transform: uppercase;
}

.maintenance-box .inner-box .text {
    position: relative;
    color: rgb(245, 91, 20);
    font-size: 16px;
}

.testimonial-page-section {
    position: relative;
    padding: 90px 0px 50px;
}

.testimonial-page-section .testimonials-outer {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(242, 242, 242);
}

.testimonial-page-section .testimonials-outer:last-child {
    border: 0px;
    padding-bottom: 0px;
}

.testimonial-block-seven {
    position: relative;
    margin-bottom: 40px;
    border-right: 1px solid rgb(242, 242, 242);
}

.testimonial-block-seven:nth-child(2n) {
    border: 0px;
}

.testimonial-block-seven .inner-box {
    position: relative;
    text-align: center;
    padding: 0px 60px;
}

.testimonial-block-seven .inner-box .author-image {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0px auto 15px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-block-seven .inner-box h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 8px;
}

.testimonial-block-seven .inner-box .designation {
    position: relative;
    color: rgb(245, 91, 20);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
}

.testimonial-block-seven .inner-box .text {
    position: relative;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 20px;
    color: rgb(132, 132, 132);
}

.testimonial-block-seven .inner-box .client-icon {
    position: relative;
    text-align: center;
}

.testimonial-block-seven .inner-box .client-icon img {
    position: relative;
    width: auto;
    margin: 0px auto;
}

.quote-page-section {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(2, 14, 40, 0.94);
}

.modal-open {
    overflow: hidden !important;
}

.popup-container {
    max-width: 1170px;
    width: 100%;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 10px;
}

#schedule-box .modal-content {
    max-width: 1170px;
    box-shadow: none;
    border-radius: 0px;
    padding: 1px;
    border: 0px;
    margin: auto 0px;
    background: none;
}

#schedule-box .modal-content form h3 {
    color: rgb(123, 202, 51);
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    font-weight: 500;
}

#schedule-box .modal-content form label {
    line-height: 30px;
}

#schedule-box .modal-content .appointment-form h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: rgb(123, 202, 51);
    font-weight: 600;
}

#schedule-box .close {
    display: block;
    float: none;
    opacity: 1;
    text-shadow: none;
    width: 40px;
    line-height: 40px;
    color: rgb(153, 153, 153);
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

#schedule-box-1 .modal-content {
    max-width: 1170px;
    box-shadow: none;
    border-radius: 0px;
    padding: 1px;
    border: 0px;
    margin: auto 0px;
    background: none;
}

#schedule-box-1 .modal-content form h3 {
    color: rgb(123, 202, 51);
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    font-weight: 500;
}

#schedule-box-1 .modal-content form label {
    line-height: 30px;
}

#schedule-box-1 .modal-content .appointment-form h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: rgb(123, 202, 51);
    font-weight: 600;
}

#schedule-box-1 .close {
    display: block;
    float: none;
    opacity: 1;
    text-shadow: none;
    width: 40px;
    line-height: 40px;
    color: rgb(153, 153, 153);
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.modal-backdrop {
    background-color: rgba(2, 14, 40, 0.94);
    opacity: 1 !important;
}

.get-quote-form {
    position: relative;
    background-size: cover;
}

.get-quote-form .inner-box {
    position: relative;
    max-width: 100%;
    padding: 50px 50px 70px 80px;
}

.get-quote-form .inner-box .sec-title {
    margin-bottom: 40px;
}

.get-quote-form .inner-box .sec-title .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 18px;
    line-height: 1.7em;
    max-width: 495px;
    margin-left: 40px;
}

#schedule-box .backhome {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    color: rgb(255, 255, 255);
    display: block;
    text-align: center;
    padding: 15px 0px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.1);
    font-family: Poppins, sans-serif;
}

#schedule-box .backhome .icon {
    margin-left: 5px;
}

#schedule-box .backhome:hover {
    color: rgb(129 176 63);
}

.market-page-section {
    position: relative;
    padding: 90px 0px 60px;
}

.services-section-three {
    position: relative;
    padding: 80px 0px 40px;
    background-color: rgb(244, 244, 244);
}

.services-block-three {
    position: relative;
    margin-bottom: 40px;
}

.services-block-three .inner-box {
    position: relative;
}

.services-block-three .inner-box h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.services-block-three .inner-box h3 span {
    font-weight: 500;
    display: block;
}

.services-block-three .inner-box h3 a {
    position: relative;
    color: rgb(2, 14, 40);
    transition: all 0.3s ease 0s;
}

.services-block-three .inner-box .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.services-block-three .inner-box .read-more {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    transition: all 0.3s ease 0s;
}

.services-block-three .inner-box .read-more .icon {
    margin-left: 5px;
}

.services-block-three .inner-box:hover h3 a, .services-block-three .inner-box:hover .read-more {
    color: rgb(245, 91, 20);
}

.sidebar-page-container {
    position: relative;
    overflow: hidden;
    padding: 90px 0px 40px;
}

.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .with-border {
    padding-right: 30px;
}

.sidebar-page-container .sidebar-side .with-border::before {
    position: absolute;
    content: "";
    right: 15px;
    top: -200px;
    width: 1px;
    height: 5000px;
    background-color: rgb(240, 240, 240);
}

.sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.market-sidebar {
    position: relative;
    padding: 25px 20px 30px;
    margin-left: 30px;
    background-color: rgb(244, 244, 244);
}

.sidebar-title {
    position: relative;
    margin-bottom: 18px;
}

.sidebar-title h2 {
    font-size: 20px;
    color: #1b1b1b;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: capitalize;
}

.sidebar-title.style-two {
    margin-bottom: 25px;
}

.sidebar-title.style-two h2 {
    font-weight: 500;
}

.blog-cat {
    position: relative;
    padding: 0px 18px;
    border: 1px solid rgb(242, 242, 242);
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(233, 233, 233) -2px 2px 12px 0px;
}

.blog-cat li {
    position: relative;
    padding: 8px 0px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.blog-cat li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: rgb(132, 132, 132);
    padding: 4px 0px 4px 25px;
    transition: all 500ms ease 0s;
}

.blog-cat li:last-child {
    margin-bottom: 0px;
    border: none;
}

.blog-cat li a::before {
    position: absolute;
    content: "\f101";
    left: 0px;
    top: 5px;
    font-family: FontAwesome;
    transition: all 0.3s ease 0s;
}

.blog-cat li.active a, .blog-cat li a:hover {
    color: rgb(255, 255, 255);
    padding-left: 35px;
    background-color: rgb(129 176 63);
}

.blog-cat li.active a::before, .blog-cat li a:hover::before {
    left: 10px;
    border-color: rgba(255, 255, 255, 0.5);
}

.blog-cat-two {
    position: relative;
    padding: 0px 20px 20px;
    border: 1px solid rgb(242, 242, 242);
    background-color: transparent;
}

.blog-cat-two li {
    position: relative;
    padding: 8px 0px;
}

.blog-cat-two li::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 90px;
    height: 1px;
    background-color: rgb(242, 242, 242);
    transition: all 500ms ease 0s;
}

.blog-cat-two li:hover a::before {
    transform: rotate(-90deg);
}

.blog-cat-two li:hover::after {
    width: 100%;
    background-color: rgb(129 176 63);
}

.blog-cat-two li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: rgb(132, 132, 132);
    padding: 4px 0px 4px 25px;
    transition: all 500ms ease 0s;
}

.blog-cat-two li a span {
    position: absolute;
    right: 0px;
}

.blog-cat-two li:last-child {
    border: none;
}

.blog-cat-two li a::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 5px;
    color: rgb(197, 197, 197);
    font-family: FontAwesome;
    transition: all 0.3s ease 0s;
}

.blog-cat-two li.active a, .blog-cat-two li a:hover {
    color: rgb(129 176 63);
}

.blog-cat-two li a:hover::before {
    color: rgb(245, 91, 20);
}

.sidebar-brochure .brochure {
    position: relative;
    color: rgb(15, 19, 65);
    font-weight: 400;
    font-size: 16px;
    padding: 5px 20px 5px 70px;
    display: block;
    background-color: rgb(255, 255, 255);
    border-top: 1px solid rgb(242, 242, 242);
    border-right: 1px solid rgb(242, 242, 242);
    border-left: 1px solid rgb(242, 242, 242);
    border-image: initial;
    border-bottom: none;
    transition: all 0.3s ease 0s;
}

.sidebar-brochure .brochure span {
    display: block;
    font-weight: 400;
    color: rgb(128, 128, 128);
    transition: all 0.3s ease 0s;
}

.sidebar-brochure .brochure .icon {
    position: absolute;
    width: 54px;
    left: 0px;
    top: 0px;
    height: 65px;
    font-size: 18px;
    margin-right: 8px;
    text-align: center;
    font-weight: 400;
    line-height: 65px;
    color: rgb(15, 19, 65);
    border-right: 1px solid rgb(242, 242, 242);
    transition: all 0.3s ease 0s;
}

.sidebar-brochure .brochure:hover {
    background-color: rgb(129 176 63);
    color: rgb(255, 255, 255);
}

.sidebar-brochure .brochure:hover span, .sidebar-brochure .brochure:hover .icon {
    color: rgb(255, 255, 255);
}

.testimonial-widget {
    position: relative;
}

.testimonial-widget .inner-widget {
    position: relative;
    margin-right: 2px;
    padding: 25px 18px 55px;
    background-color: rgb(255, 255, 255);
}

.testimonial-widget .inner-widget .upper-box {
    position: relative;
}

.testimonial-widget .inner-widget .upper-box .upper-inner {
    position: relative;
    padding-left: 70px;
    min-height: 78px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(242, 242, 242);
}

.testimonial-widget .inner-widget .upper-box .upper-inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%;
}

.testimonial-widget .inner-widget .upper-box .upper-inner h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    text-transform: capitalize;
}

.testimonial-widget .inner-widget .upper-box .upper-inner .location {
    position: relative;
    color: rgb(245, 91, 20);
    font-size: 16px;
}

.testimonial-widget .inner-widget .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 18px;
    line-height: 1.7em;
    font-style: italic;
}

.testimonial-widget .owl-nav {
    display: none;
}

.testimonial-widget .owl-dots {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.testimonial-widget .owl-dots .owl-dot {
    position: relative;
    width: 25px;
    height: 5px;
    margin-right: 8px;
    display: inline-block;
    background-color: rgb(230, 230, 230);
    transition: all 0.3s ease 0s;
}

.testimonial-widget .owl-dots .owl-dot:hover, .testimonial-widget .owl-dots .owl-dot.active {
    background-color: rgb(245, 91, 20);
}

.request-quote {
    position: relative;
    margin-top: -10px;
}

.request-quote a {
    position: relative;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 12px 0px;
    display: block;
    font-weight: 600;
    border: 2px solid rgb(245, 91, 20);
    background-color: rgb(245, 91, 20);
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    transition: all 500ms ease 0s;
}

.request-quote a:hover {
    color: rgb(245, 91, 20);
    background: none;
}

.market-single {
    position: relative;
}

.market-single .inner-box {
    position: relative;
}

.market-single .inner-box .image {
    position: relative;
    margin-bottom: 20px;
}

.market-single .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.market-single .inner-box .lower-content {
    position: relative;
}

.market-single .inner-box .lower-content h2 {
    position: relative;
    color: #1b1b1b;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 32px;
    text-transform: capitalize;
}

.market-single .inner-box .lower-content h2::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 4px;
    background-color: rgb(129 176 63);
}

.market-single .inner-box .lower-content .text p {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.market-single .inner-box .lower-content .market-blocks {
    position: relative;
    margin-bottom: 55px;
}

.market-single .inner-box .lower-content .market-blocks .blocks-inner {
    position: relative;
    box-shadow: rgb(241, 241, 241) 0px 0px 19px 0px;
}

.market-single .inner-box .lower-content .market-blocks .blocks-inner::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: rgb(242, 242, 242);
}

.market-block-five {
    position: relative;
    padding: 0px;
}

.market-block-five:nth-child(3), .market-block-five:nth-child(4) {
    margin-bottom: 0px;
}

.market-block-five:nth-child(3) .inner-box, .market-block-five:nth-child(4) .inner-box {
    border-bottom: 0px;
}

.market-block-five .block-inner {
    position: relative;
    padding: 55px 30px 40px;
    border-bottom: 1px solid rgb(242, 242, 242);
}

.market-block-five .block-inner .icon-box {
    position: absolute;
    left: 30px;
    top: 35px;
    color: rgb(240, 240, 240);
    font-size: 70px;
    line-height: 1em;
}

.market-block-five .block-inner h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    z-index: 1;
}

.market-block-five .block-inner .block-text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.market-block-five .block-inner .plus-icon {
    position: relative;
    width: 30px;
    height: 30px;
    color: rgb(196, 196, 196);
    text-align: center;
    line-height: 26px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50%;
    border: 2px solid rgb(196, 196, 196);
}

.market-block-five .block-inner .block-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    opacity: 0;
    background-color: rgb(245, 91, 20);
    transition: all 0.3s ease 0s;
}

.market-block-five .block-inner:hover .block-overlay {
    opacity: 1;
}

.market-block-five .block-inner .block-overlay .overlay-inner {
    position: relative;
    padding: 30px 28px;
}

.market-block-five .block-inner .block-overlay .overlay-inner h4 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
}

.stats-box {
    position: relative;
    margin-bottom: 40px;
}

.stats-box .stats-inner {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(242, 242, 242);
}

.stats-box .stats-inner h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.stats-box .stats-inner .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    margin-bottom: 18px;
}

.market-single .inner-box .lower-content .accordian-boxed {
    position: relative;
}

.market-single .inner-box .lower-content .accordian-boxed h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.market-single .inner-box .lower-content .market-steps {
    position: relative;
    margin-top: 60px;
}

.market-single .inner-box .lower-content .market-steps h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.market-single .inner-box .lower-content .market-steps .steps-inner {
    position: relative;
    padding: 25px 0px;
    border-top: 1px solid rgb(242, 242, 242);
    border-bottom: 1px solid rgb(242, 242, 242);
}

.market-single .inner-box .lower-content .market-steps .steps-inner::before {
    position: absolute;
    content: "";
    inset: 32px auto 32px 50%;
    width: 1px;
    background-color: rgb(242, 242, 242);
}

.step-block {
    position: relative;
    padding-right: 30px;
}

.step-block:last-child {
    padding-right: 0px;
}

.step-block:last-child .inner {
    margin-left: 30px;
}

.step-block .inner {
    position: relative;
    padding-left: 60px;
}

.step-block .inner .icon-box {
    position: absolute;
    left: 0px;
    top: 20px;
    color: rgb(196, 196, 196);
    font-size: 38px;
    line-height: 1em;
}

.step-block .inner .step-text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    line-height: 1.8em;
}

.step-block .inner .step-text a {
    font-weight: 500;
}

.blog-page-section {
    position: relative;
    padding: 90px 0px;
}

.blog-page-section .styled-pagination {
    margin-top: 10px;
}

.styled-pagination {
    position: relative;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 0px 0px;
}

.styled-pagination li.prev a, .styled-pagination li.next a {
    color: rgb(132, 132, 132);
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    min-width: 50px;
    color: rgb(2, 14, 40);
    font-weight: 600;
    text-align: center;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(242, 242, 242);
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}

.styled-pagination li a:hover, .styled-pagination li a.active {
    color: rgb(255, 255, 255);
    border-color: rgb(129 176 63);
    background-color: rgb(129 176 63);
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 20px;
    border: 1px solid rgb(242, 242, 242);
    background: none;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    color: rgb(128, 128, 128);
    font-weight: 400;
    transition: all 500ms ease 0s;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 14px;
    top: 10px;
    height: 28px;
    width: 30px;
    font-size: 14px;
    color: rgb(34, 34, 34);
    line-height: 100%;
    background: none;
    display: inline-block;
    font-weight: normal;
    text-align: right;
    border-left: 1px solid rgb(242, 242, 242);
}

.sidebar .search-box.style-two .form-group button {
    background-color: rgb(245, 91, 20);
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.recent-comments .sidebar-title {
    margin-bottom: 40px;
}

.comment-block {
    position: relative;
    margin-bottom: 40px;
}

.comment-block .inner {
    position: relative;
    padding: 36px 20px 20px;
    border: 1px solid rgb(242, 242, 242);
}

.comment-block .inner .date {
    position: absolute;
    left: 22px;
    top: -15px;
    font-size: 14px;
    color: rgb(132, 132, 132);
    padding: 1px 12px;
    font-weight: 400;
    background-color: rgb(246, 246, 246);
}

.comment-block .inner .content {
    position: relative;
    padding-left: 70px;
}

.comment-block .inner .content .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
}

.comment-block .inner .content h3 {
    position: relative;
    color: rgb(15, 19, 65);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 3px;
    font-family: Rubik, sans-serif;
}

.comment-block .inner .content h3 a {
    color: rgb(2, 14, 40);
    transition: all 500ms ease 0s;
}

.comment-block .inner .content h3 a:hover {
    color: rgb(245, 91, 20);
}

.comment-block .inner .content .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
}

.comment-block .inner .content .reply-btn {
    position: absolute;
    right: 0px;
    top: 10px;
    color: rgb(15, 19, 65);
    font-size: 18px;
    transition: all 500ms ease 0s;
}

.comment-block .inner .content .reply-btn:hover {
    color: rgb(245, 91, 20);
}

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: rgb(102, 102, 102);
    padding: 0px 0px 0px 108px;
    min-height: 110px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(240, 240, 240);
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
    min-height: 90px;
    border: 0px;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
}

.sidebar .popular-posts .post:hover .post-thumb img {
    opacity: 0.7;
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.sidebar .popular-posts .post .post-thumb .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-color: rgb(129 176 63);
    transition: all 0.3s ease 0s;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay {
    opacity: 1;
}

.sidebar .popular-posts .post .text {
    position: relative;
    top: -4px;
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
    color: rgb(2, 14, 40);
    line-height: 1.6em;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
}

.sidebar .popular-posts .post .text a {
    color: #1b1b1b;
    transition: all 0.3s ease 0s;
}

.sidebar .popular-posts .post a, .sidebar .popular-posts .post a:hover {
    color: rgb(129 176 63);
}

.sidebar .popular-posts .post-info {
    position: relative;
    font-size: 16px;
    color: rgb(132, 132, 132);
    padding-left: 22px;
    font-weight: 400;
}

.sidebar .popular-posts .post-info::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    color: rgb(255, 72, 0);
    font-size: 14px;
    font-family: FontAwesome;
}

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 2px 12px;
    margin: 0px 6px 10px 0px;
    color: rgb(132, 132, 132);
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    background: none;
    font-weight: 400;
    border: 1px solid rgb(240, 240, 240);
    transition: all 300ms ease 0s;
}

.sidebar .popular-tags a:hover {
    color: rgb(255, 255, 255);
    border-color: rgb(245, 91, 20);
    background-color: rgb(245, 91, 20);
}

.sidebar .popular-tags.style-two a {
    margin-right: 3px;
    margin-bottom: 7px;
    font-size: 15px;
}

.sidebar .popular-tags.style-two a:hover {
    border-color: rgb(129 176 63);
    background-color: rgb(128 175 63);
}

.blog-single {
    position: relative;
}

.blog-single .inner-box {
    position: relative;
    margin-bottom: 70px;
}

.blog-single .inner-box .image {
    position: relative;
}

.blog-single .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.blog-single .inner-box .lower-content {
    position: relative;
    padding: 25px;
    border: 1px solid rgb(242, 242, 242);
}

.blog-single .inner-box .lower-content .title {
    position: relative;
    color: rgb(245, 91, 20);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: capitalize;
    font-family: Rubik, sans-serif;
}

.blog-single .inner-box .lower-content .post-date {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}

.blog-single .inner-box .lower-content h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 20px;
}

.blog-single .inner-box .lower-content .text {
    position: relative;
}

.blog-single .inner-box .lower-content .text p {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 18px;
}

.blog-single .inner-box .lower-content .text blockquote {
    position: relative;
    border: none;
    text-align: center;
    padding: 35px 30px;
    margin-bottom: 40px;
    margin-top: 30px;
    background-color: #c2d7a4;
    z-index: -1;
}

.blog-single .inner-box .lower-content .text blockquote .blockquote-text {
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: rgb(132, 132, 132);
    line-height: 1.8em;
    font-weight: 400;
}

.blog-single .inner-box .lower-content .text blockquote .quote-icon {
    position: absolute;
    left: 50%;
    top: 20px;
    line-height: 1em;
    color: #1b1b1b;
    font-size: 70px;
    text-align: center;
    margin-left: -37px;
}

.blog-single .inner-box .lower-content .text blockquote .quote-info {
    position: relative;
    display: inline-block;
    padding: 12px 70px 0px;
    margin-top: 70px;
    border-top: 1px solid rgb(232, 232, 232);
}

.blog-single .inner-box .lower-content .text blockquote .quote-info h4 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 600;
}

.blog-single .inner-box .lower-content .text blockquote .quote-info .quote-desination {
    position: relative;
    color: rgb(255 255 255);
    font-size: 17px;
    font-weight: 500;
}

.blog-single .post-share-options {
    position: relative;
    margin-top: 20px;
    padding: 0px;
}

.blog-single .post-share-options .post-share-inner {
    border-top: 1px solid rgb(242, 242, 242);
    padding-top: 20px;
}

.blog-single .post-share-options .info-links {
    position: relative;
}

.blog-single .post-share-options .info-links li {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    margin-right: 20px;
    display: inline-block;
}

.blog-single .post-share-options .info-links li a {
    position: relative;
    width: 35px;
    height: 35px;
    color: rgb(245, 91, 20);
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    line-height: 34px;
    margin-right: 10px;
    background-color: rgb(242, 242, 242);
}

.blog-single .post-share-options .tags span {
    font-size: 16px;
    color: rgb(2, 14, 40);
    font-weight: 500;
    margin-right: 8px;
    font-family: Poppins, sans-serif;
}

.blog-single .post-share-options .tags a {
    position: relative;
    color: rgb(245, 91, 20);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}

.blog-single .post-share-options .tags {
    position: relative;
    color: rgb(255, 72, 0);
    font-size: 16px;
    font-weight: 400;
    margin-top: 3px;
}

.blog-single .post-share-options .tags a:hover {
    color: rgb(2, 14, 40);
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 18px;
}

.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 24px;
    color: rgb(2, 14, 40);
    font-weight: 600;
    text-transform: capitalize;
}

.author-box {
    position: relative;
    margin-bottom: 50px;
}

.author-box .author-comment {
    position: relative;
    padding: 30px 0px 25px;
    border-top: 1px solid rgb(242, 242, 242);
    border-bottom: 1px solid rgb(242, 242, 242);
}

.author-box .author-comment .inner {
    position: relative;
    padding-left: 110px;
}

.author-box .author-comment .inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 85px;
    margin-bottom: 20px;
}

.author-box .author-comment .inner h3 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.author-box .author-comment .inner .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 10px;
}

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    margin-bottom: 35px;
    transition: all 300ms ease 0s;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
    padding-top: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
    border-color: rgb(235, 83, 16);
}

.sidebar-page-container .comments-area .comment-box.reply-comment {
    margin-left: 30px;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 0px 80px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
    padding: 15px 20px;
    border: 1px solid rgb(244, 244, 244);
}

.sidebar-page-container .comments-area .comment .comment-inner .rating {
    position: absolute;
    right: 15px;
    top: 15px;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating .fa {
    display: inline-block;
    color: rgb(245, 91, 20);
    font-size: 14px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 60px;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    position: relative;
    color: rgb(2, 14, 40);
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: rgb(132, 132, 132);
    font-size: 16px;
    margin-top: 12px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 0px;
}

.comment-form {
    position: relative;
}

.comment-form .group-title {
    margin-bottom: 20px;
}

.comment-form .rating-box {
    position: relative;
    margin-bottom: 20px;
}

.comment-form .rating-box .text {
    position: relative;
    font-size: 16px;
    color: rgb(132, 132, 132);
    margin-bottom: 10px;
    margin-top: -5px;
}

.comment-form .rating-box .rating {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgb(235, 235, 235);
}

.comment-form .rating-box .rating:last-child {
    border: 0px;
}

.comment-form .rating-box .rating .fa {
    position: relative;
    margin-right: 4px;
    display: inline-block;
}

.comment-form .rating-box .rating a {
    position: relative;
    color: rgb(214, 214, 214);
    font-size: 12px;
    display: inline-block;
}

.comment-form .rating-box .rating a:hover {
    color: rgb(245, 91, 20);
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.comment-form .form-group label {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 400;
}

.comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.comment-form .form-group input[type="text"], .comment-form .form-group input[type="password"], .comment-form .form-group input[type="tel"], .comment-form .form-group input[type="email"], .comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    border: 1px solid rgb(239, 239, 239);
    height: 50px;
    color: rgb(132, 132, 132);
    font-weight: 300;
    background: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.comment-form .form-group input[type="text"]:focus, .comment-form .form-group input[type="password"]:focus, .comment-form .form-group input[type="tel"]:focus, .comment-form .form-group input[type="email"]:focus, .comment-form .form-group select:focus, .comment-form .form-group textarea:focus {
    border-color: rgb(255, 72, 0);
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px;
    color: rgb(214, 214, 214);
    border: 1px solid rgb(239, 239, 239);
    height: 105px;
    font-weight: 300;
    background: rgb(255, 255, 255);
    resize: none;
    transition: all 300ms ease 0s;
}

.comment-form button {
    position: relative;
    margin-top: 20px;
    padding: 11px 34px;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.comment-form input:focus, .comment-form select:focus, .comment-form textarea:focus {
    border-color: rgb(245, 91, 20);
}

.project-page-section {
    position: relative;
    padding: 90px 0px 85px;
}

.project-page-section .outer-section {
    position: relative;
}

.project-page-section .outer-section .row {
    position: relative;
    margin: 0px -30px;
}

.project-page-section .outer-section .project-block-five {
    padding: 0px 30px;
}

.project-page-section .outer-section .load-more {
    position: relative;
    color: rgb(245, 91, 20);
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    font-family: Poppins, sans-serif;
}

.project-page-section .outer-section .load-more:hover {
    color: rgb(68, 68, 68);
}

.project-block-five {
    position: relative;
    margin-bottom: 60px;
}

.project-block-five .inner-box {
    position: relative;
}

.project-block-five .inner-box .image {
    position: relative;
}

.project-block-five .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.project-block-five .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: block;
    opacity: 0;
    transition: all 300ms ease 0s;
}

.project-block-five .inner-box:hover .image .overlay-box {
    opacity: 1;
}

.project-block-five .inner-box .image .overlay-box .content {
    position: relative;
    left: 0px;
    padding: 15px 50px 15px 30px;
    display: inline-block;
    transition: all 300ms ease 0s;
    background-color: rgba(245, 91, 20, 0.95);
}

.project-block-five .inner-box .image .overlay-box .content h3 {
    position: relative;
    font-weight: 500;
    font-size: 18px;
}

.project-block-five .inner-box .image .overlay-box .content h3 a {
    position: relative;
    color: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.project-block-five .inner-box .image .overlay-box .content h3 a:hover {
    color: rgb(51, 51, 51);
}

.project-block-five .inner-box .image .overlay-box .content .location {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-top: 5px;
    transition: all 300ms ease 0s;
}

.project-block-five .inner-box .image .overlay-box .content .location .icon {
    margin-left: 5px;
}

.project-modern-section {
    position: relative;
    padding: 90px 0px;
}

.project-single-section {
    position: relative;
    padding: 90px 0px;
}

.project-single-section .inner-box {
    position: relative;
    border: 2px dotted #81b03f;
    padding: 30px;
    border-radius: 30px;
    background-color: #fdfdfd;
    box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 12%);
}

.project-single-section .inner-box .image {
    position: relative;
    margin-bottom: 40px;
}

.project-single-section .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 30px;
    filter: brightness(0.7);
}

.project-single-section .inner-box h2 {
    position: relative;
    color: #1b1b1b;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 18px;
}

.project-single-section .inner-box .content-column {
    position: relative;
    margin-bottom: 40px;
}

.project-single-section .inner-box .content-column .inner-column {
    position: relative;
}

.project-single-section .inner-box .content-column .text {
    position: relative;
    margin-bottom: 40px;
}

.project-single-section .inner-box .content-column .text p {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 18px;
}

.project-single-section .inner-box .content-column .text p:last-child {
    margin-bottom: 0px;
}

.project-single-section .inner-box .content-column .inner-column .social-icon-one li {
    margin-left: 0px;
    margin-right: 20px;
}

.project-single-section .inner-box .content-column .inner-column .social-icon-one li a {
    position: relative;
    color: rgb(132, 132, 132);
}

.project-single-section .inner-box .info-column {
    position: relative;
    margin-bottom: 40px;
}

.project-single-section .inner-box .info-column .inner-column {
    position: relative;
    padding-left: 25px;
    border-left: 1px solid rgb(242, 242, 242);
}

.project-single-section .inner-box .info-column .inner-column ul {
    position: relative;
}

.project-single-section .inner-box .info-column .inner-column ul li {
    position: relative;
    margin-bottom: 15px;
    color: rgb(129 176 63);
    font-weight: bold;
    font-size: 16px;
}

.project-single-section .inner-box .info-column .inner-column ul li strong {
    color: rgb(2, 14, 40);
    font-size: 16px;
    font-weight: 500;
    margin-right: 12px;
}

.project-single-section .inner-box .info-column .inner-column ul li .fa {
    color: rgb(129 176 63);
    font-size: 14px;
    margin-right: 2px;
}

.post-options {
    position: relative;
}

.post-options .inner-box {
    position: relative;
    padding: 22px 0px;
    border-top: 1px solid rgb(234, 234, 234);
    border-bottom: 1px solid rgb(234, 234, 234);
}

.post-options .inner-box ul {
    position: relative;
}

.post-options .inner-box ul li.prev {
    position: relative;
    float: left;
}

.post-options .inner-box ul li.next {
    position: relative;
    float: right;
}

.post-options .inner-box ul li.prev a, .post-options .inner-box ul li.next a {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    transition: all 300ms ease 0s;
}

.post-options .inner-box ul li.grid {
    position: absolute;
    left: 50%;
    color: rgb(51, 51, 51);
    font-size: 26px;
    margin-left: -15px;
}

.post-options .inner-box ul li.grid a {
    color: rgb(51, 51, 51);
    transition: all 300ms ease 0s;
}

.post-options .inner-box ul li a:hover {
    color: rgb(245, 91, 20);
}

.blog-cat-three {
    position: relative;
}

.blog-cat-three li {
    position: relative;
    margin-bottom: 15px;
}

.blog-cat-three li a {
    position: relative;
    color: rgb(114, 114, 114);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    padding-left: 25px;
    display: block;
    border-bottom: 1px solid rgb(240, 240, 240);
    transition: all 0.3s ease 0s;
}

.blog-cat-three li a::before {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 16px;
    font-family: "Fontawesome";
    content: "\f00c";
    font-size: 18px;
    color: rgb(132, 132, 132);
    transition: all 0.3s ease 0s;
}

.blog-cat-three li a:hover::before, .blog-cat-three li a:hover {
    color: rgb(129 176 63);
}

.range-slider-one {
    position: relative;
    min-height: 48px;
}

.range-slider-one .title {
    position: relative;
    float: left;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px;
}

.range-slider-one .title::before {
    position: absolute;
    content: "";
    right: -14px;
    top: 0px;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 300;
}

.range-slider-one .input {
    float: right;
    left: 8px;
    max-width: 75px;
    padding-left: 8px;
    margin-top: 4px;
    position: relative;
}

.range-slider-one .input input {
    background: none;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 400;
    width: auto;
    text-align: left;
}

.range-slider-one .ui-widget.ui-widget-content {
    height: 3px;
    border: none;
    margin-bottom: 35px;
    background: rgb(230, 230, 230);
}

.range-slider-one .ui-slider .ui-slider-range {
    top: 0px;
    height: 3px;
    background: rgb(2, 14, 40);
}

.range-slider-one .ui-state-default, .range-slider-one .ui-widget-content .ui-state-default {
    top: -3px;
    width: 10px;
    height: 10px;
    border: 1px solid rgb(2, 14, 40);
    background: rgb(2, 14, 40);
    border-radius: 50%;
    cursor: pointer;
}

.range-slider-one .theme-btn {
    padding: 4px 18px;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    border-color: rgb(129 176 63);
    background-color: rgb(129 176 63);
}

.range-slider-one .theme-btn:hover {
    color: rgb(255, 255, 255);
}

.sidebar .related-posts .post {
    position: relative;
    padding: 0px 0px 0px 90px;
    min-height: 98px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.sidebar .related-posts .post:last-child {
    margin-bottom: 0px;
    border: 0px;
    min-height: inherit;
}

.sidebar .related-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
}

.sidebar .related-posts .post .post-thumb img {
    display: block;
    width: 100%;
}

.sidebar .related-posts .post h4 {
    top: -2px;
    font-size: 16px;
    font-weight: 500;
    color: rgb(2, 14, 40);
    text-transform: capitalize;
}

.sidebar .related-posts .post h4 a {
    color: rgb(2, 14, 40);
    transition: all 300ms ease 0s;
}

.sidebar .related-posts .post a, .sidebar .related-posts .post a:hover {
    color: rgb(129 176 63);
}

.sidebar .related-posts .post .price {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    color: rgb(132, 132, 132);
}

.sidebar .related-posts .post .rating {
    margin-bottom: 1px;
}

.sidebar .related-posts .post .rating .fa {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    font-size: 12px;
    line-height: 26px;
    color: rgb(129 176 63);
}

.sidebar .related-posts .post .rating .fa-star.light {
}

.shop-section .items-sorting {
    position: relative;
    margin-bottom: 10px;
}

.shop-section .items-sorting .results-column, .shop-section .items-sorting .select-column {
    margin-bottom: 20px;
}

.shop-section .items-sorting .results-column h4 {
    font-size: 16px;
    font-weight: 400;
    color: #1b1b1b;
    line-height: 24px;
    padding: 13px 0px;
}

.shop-section .items-sorting .form-group {
    margin-bottom: 0px;
}

.shop-section .items-sorting select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 15px;
    height: 50px;
    font-size: 16px;
    border: 1px solid rgb(238, 238, 238);
    cursor: pointer;
    appearance: none;
    background: url("../images/icons/icon-select.png") right center no-repeat;
    color: rgb(153, 153, 153);
    transition: all 500ms ease 0s;
}

.shop-section .items-sorting select option {
    text-indent: 15px;
}

.shop-section .styled-pagination {
    margin-top: 10px;
}

.shop-item {
    position: relative;
    margin-bottom: 30px;
}

.shop-item .inner-box {
    position: relative;
    transition: all 0.3s ease 0s;
    border: 1px solid rgb(244, 244, 244);
}

.shop-item .inner-box:hover {
    box-shadow: rgb(244, 244, 244) 0px 0px 15px 0px;
}

.shop-item .inner-box:hover .image .overlay-box {
    opacity: 1;
}

.shop-item .inner-box .image-box {
    position: relative;
    z-index: 11;
    padding: 40px 0px;
    text-align: center;
}

.shop-item .inner-box .image-box .image {
    position: relative;
    display: inline-block;
}

.shop-item .inner-box .image-box .overlay-box {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgb(129 176 63);
    transition: all 0.3s ease 0s;
}

.shop-item .inner-box .image-box .overlay-box .cart-option {
    position: relative;
    top: 50%;
    margin-top: -14px;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li {
    position: relative;
    margin: 0px 3px;
    display: inline-block;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li a {
    position: relative;
    font-size: 18px;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li a:hover {
    color: white;
}

.shop-item .inner-box .image-box img {
    max-width: 100%;
    display: inline-block;
}

.shop-item .inner-box .lower-content {
    position: relative;
}

.shop-item .inner-box .lower-content .price-box {
    position: relative;
    padding: 15px 28px;
    background-color: rgb(244, 244, 244);
}

.shop-item .inner-box .lower-content .price-box h3 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
    text-align: center;
}

.shop-item .inner-box .lower-content .price-box h3 a {
    color: rgb(2, 14, 40);
    transition: all 0.3s ease 0s;
}

.shop-item .inner-box:hover .lower-content h3 a {
    color: rgb(129 176 63);
}

.shop-item .inner-box .lower-content .price-box .price {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 400;
}

.shop-item .inner-box .lower-content .rating {
    position: relative;
    padding: 15px 30px;
    text-align: center;
}

.shop-item .inner-box .lower-content .rating .fa {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: rgb(245, 91, 20);
}

.product-details .basic-details {
    position: relative;
}

.product-details .image-column, .product-details .info-column {
    margin-bottom: 20px;
}

.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 16px;
}

.product-details .basic-details .details-header h4 {
    font-size: 24px;
    font-weight: 500;
    margin: -5px 0px 15px;
    line-height: 1.4em;
    color: rgb(2, 14, 40);
}

.product-details .basic-details .details-header h4 a {
    color: rgb(51, 51, 51);
}

.product-details .basic-details .details-header .rating {
    font-size: 14px;
    color: rgb(245, 91, 20);
    margin-bottom: 15px;
}

.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
    margin-right: 2px;
}

.product-details .basic-details .details-header .rating .txt {
    font-size: 14px;
    padding-left: 10px;
    color: rgb(119, 119, 119);
}

.product-details .basic-details .details-header .item-price {
    font-size: 22px;
    font-weight: 400;
    color: rgb(132, 132, 132);
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.product-details .basic-details .prod-info {
    margin-bottom: 15px;
    line-height: 1.6em;
    font-size: 13px;
}

.product-details .basic-details .prod-info strong {
    font-weight: 700;
    color: rgb(17, 17, 17);
}

.product-details .basic-details .text {
    margin-bottom: 25px;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}

.product-details .basic-details .location {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.product-details .basic-details .item-quantity .field-label {
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    padding-right: 20px;
}

.product-details .basic-details .quantity-spinner, .cart-section input.quantity-spinner {
    line-height: 24px;
    padding: 10px 15px !important;
    height: 46px !important;
    box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn, .cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 11px 10px;
    background: rgb(244, 245, 246);
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i, .cart-section .bootstrap-touchspin .input-group-btn-vertical i {
    top: 6px;
}

.product-details .basic-details .item-quantity {
    position: relative;
    float: left;
    width: 85px;
    margin-bottom: 25px;
    margin-right: 20px;
}

.product-details .basic-details .item-quantity .field-label {
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    padding-right: 20px;
}

.product-details .basic-details .quantity-spinner, .cart-table input.quantity-spinner {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 15px !important;
    height: 50px !important;
    box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn, .cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 12px 10px;
    background: rgb(244, 245, 246);
    border-radius: 0px;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i, .cart-table .bootstrap-touchspin .input-group-btn-vertical i {
    top: 8px;
}

.product-details .basic-details .add-to-cart {
    padding: 11px 32px;
    border-radius: 0px;
    text-transform: uppercase;
}

.product-details .basic-details .expired {
    position: relative;
    color: rgb(245, 91, 20);
    font-size: 16px;
    margin-bottom: 40px;
}

.pincode-form {
    position: relative;
    margin-bottom: 15px;
}

.pincode-form .form-group {
    margin-bottom: 10px;
}

.pincode-form .form-group input[type="text"] {
    position: relative;
    line-height: 14px;
    padding: 4px 10px 4px 15px;
    border: 1px solid rgb(247, 247, 247);
    background: none;
    font-size: 16px;
    width: 170px;
    height: 40px;
    display: inline-block;
    transition: all 500ms ease 0s;
}

.pincode-form .form-group button {
    position: relative;
    height: 40px;
    width: 100px;
    font-size: 15px;
    color: rgb(2, 14, 40);
    font-weight: 600;
    line-height: 100%;
    background: rgb(247, 247, 247);
    margin-left: 8px;
    display: inline-block;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
}

.shop-single .product-details .prod-tabs {
    position: relative;
    margin-bottom: 60px;
}

.shop-single .product-details .prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 15px;
    background: rgb(244, 244, 244);
    color: rgb(34, 34, 34);
    border: 1px solid rgb(244, 244, 244);
    text-transform: capitalize;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    padding: 12px 10px 10px;
    transition: all 500ms ease 0s;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: rgb(255, 255, 255);
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover, .shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn {
    color: rgb(129 176 63);
    background: rgb(255, 255, 255);
}

.tab-p-2 .tab-btn:hover, .tab-p-2 .tab-btns .tab-btn.active-btn {
    color: #fc9600 !important;
}

.shop-single .product-details .prod-tabs .tabs-content {
    position: relative;
    padding: 30px 30px 40px;
    border-width: 0px 1px 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: rgb(240, 240, 240);
    border-bottom-color: rgb(240, 240, 240);
    border-left-color: rgb(240, 240, 240);
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
}

.shop-single .product-details .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}

.prod-tabs .tabs-content .tab .title {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 25px;
}

.shop-comment-form {
    position: relative;
}

.shop-comment-form h2 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.shop-comment-form .group-title {
    margin-bottom: 20px;
}

.shop-comment-form .rating-box {
    position: relative;
    margin-bottom: 30px;
}

.shop-comment-form .rating-box .text {
    position: relative;
    font-size: 16px;
    color: rgb(132, 132, 132);
    margin-bottom: 10px;
}

.shop-comment-form .rating-box .rating {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgb(235, 235, 235);
}

.shop-comment-form .rating-box .rating:last-child {
    border-right: 0px;
}

.shop-comment-form .rating-box .rating .fa {
    position: relative;
    margin-right: 2px;
    display: inline-block;
}

.shop-comment-form .rating-box .rating a {
    position: relative;
    color: rgb(214, 214, 214);
    font-size: 12px;
    display: inline-block;
}

.shop-comment-form .rating-box .rating a:hover {
    color: rgb(252, 120, 55);
}

.shop-comment-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.shop-comment-form .form-group label {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 400;
}

.shop-comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.shop-comment-form .form-group input[type="text"], .shop-comment-form .form-group input[type="password"], .shop-comment-form .form-group input[type="tel"], .shop-comment-form .form-group input[type="email"], .shop-comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    border: 1px solid rgb(239, 239, 239);
    height: 50px;
    color: rgb(132, 132, 132);
    font-weight: 300;
    background: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.shop-comment-form .form-group input[type="text"]:focus, .shop-comment-form .form-group input[type="password"]:focus, .shop-comment-form .form-group input[type="tel"]:focus, .shop-comment-form .form-group input[type="email"]:focus, .shop-comment-form .form-group select:focus, .shop-comment-form .form-group textarea:focus {
    border-color: rgb(245, 91, 20);
}

.shop-comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px;
    color: rgb(132, 132, 132);
    border: 1px solid rgb(239, 239, 239);
    height: 105px;
    font-weight: 300;
    background: rgb(255, 255, 255);
    resize: none;
    transition: all 300ms ease 0s;
}

.shop-comment-form button {
    position: relative;
    margin-top: 20px;
    border-radius: 0px;
    padding: 11px 33px;
}

.shop-comment-form input:focus, .shop-comment-form select:focus, .shop-comment-form textarea:focus {
    border-color: rgb(240, 101, 41);
}

.related-products {
    position: relative;
    margin-top: 30px;
}

.related-products h2 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

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

.cart-section .cart-outer {
    position: relative;
}

.cart-section .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.cart-section .cart-table {
    width: 100%;
    min-width: 900px;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0px;
    background: rgb(2, 14, 40);
    color: rgb(31, 31, 31);
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 16px 15px;
    min-width: 120px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
}

.cart-table thead tr th.prod-column {
    text-align: left;
    padding-left: 30px;
}

.cart-table tbody tr {
    border-bottom: 1px solid rgb(230, 230, 230);
}

.cart-table tbody tr td {
    line-height: 24px;
    padding: 30px 10px 20px;
    min-width: 100px;
}

.cart-table tbody tr .qty {
    width: 90px;
    padding-right: 40px;
}

.cart-table tbody tr .qty .quantity-spinner {
    background: rgb(245, 245, 245);
}

.column.default-column .cart-table tbody tr .qty {
    width: 110px;
    padding-right: 20px;
}

.cart-table tbody tr .prod-column .column-box h3 {
    font-size: 16px;
    color: rgb(2, 14, 40);
    font-weight: 600;
    margin-bottom: 5px;
}

.cart-table tbody tr .sub-total {
    font-weight: 400;
    color: rgb(245, 91, 20);
    font-size: 20px;
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 18px;
    color: rgb(236, 236, 236);
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 2px solid rgb(236, 236, 236);
    transition: all 500ms ease 0s;
}

.cart-table tbody tr .remove-btn .fa {
    position: relative;
    top: 2px;
    font-size: 10px;
    line-height: 14px;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: rgb(240, 240, 240);
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    text-indent: 100px;
}

.cart-table tbody tr .remove {
    text-align: center;
}

.cart-table tbody tr .remove-btn:hover {
    color: rgb(245, 91, 20);
    border-color: rgb(245, 91, 20);
}

.cart-table tbody tr .remove-btn:hover .fa {
    text-indent: 0px;
    background: rgb(250, 153, 40);
}

.cart-table tbody tr td {
    vertical-align: middle;
}

.cart-table tbody tr td.price {
    font-size: 20px;
    font-weight: 400;
    color: rgb(132, 132, 132);
}

.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0px 5px 20px;
    line-height: 24px;
    height: 34px;
    display: block;
    width: 100%;
    position: relative;
}

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
    color: rgb(132, 132, 132);
    font-size: 16px;
}

.cart-table tbody .available-info .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: rgb(255, 255, 255);
    background: rgb(245, 91, 20);
    border-radius: 50%;
}

.cart-section .coupon-outer {
    position: relative;
    margin: 30px 30px 70px;
}

.cart-section .coupon-outer .cart-btn {
    color: rgb(34, 34, 34);
    font-size: 15px;
    padding: 11px 33px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgb(246, 246, 246);
    transition: all 500ms ease 0s;
    font-family: Poppins, sans-serif;
}

.cart-section .coupon-outer .cart-btn:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(245, 91, 20);
}

.cart-section .apply-coupon {
    position: relative;
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 15px;
}

.cart-section .apply-coupon .form-group .coupon-btn {
    padding: 8px 30px;
    line-height: 30px;
    border-radius: 0px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 26px;
    padding: 12px 20px;
    border: 2px solid rgb(247, 247, 247);
    height: 50px;
    width: 230px;
    background: none;
}

.cart-section .estimate-form {
    position: relative;
}

.cart-section .sec-title {
    margin-bottom: 25px;
}

.cart-section .sec-title h2 {
    font-size: 24px;
    color: rgb(2, 14, 40);
    padding-bottom: 0px;
    text-transform: capitalize;
}

.cart-section .estimate-form .row {
    margin-left: -7px;
    margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
    margin-bottom: 30px;
    padding: 0px 7px !important;
}

.cart-section .totals-table {
    position: relative;
    border: 2px solid rgb(240, 240, 240);
    border-radius: 2px;
    margin-bottom: 30px;
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    padding: 15px;
    line-height: 24px;
    width: 50%;
    font-weight: 400;
    font-size: 16px;
    color: rgb(132, 132, 132);
}

.cart-section .totals-table .col-title {
    font-size: 16px;
    color: rgb(2, 14, 40);
    font-weight: 600;
    border-right: 2px solid rgb(240, 240, 240);
    font-family: Poppins, sans-serif;
}

.cart-section .totals-table li {
    position: relative;
    border-bottom: 1px solid rgb(240, 240, 240);
}

.cart-section .totals-table li:last-child {
    border-bottom: none;
}

.cart-section .cart-note {
    position: relative;
    margin-bottom: 50px;
    padding: 16px 20px;
    text-align: center;
    border: 1px dashed rgb(178, 221, 76);
    background: rgb(244, 244, 244);
    line-height: 1.7em;
}

.product-details .basic-details .item-quantity input[type="text"], .cart-table tbody tr .qty input[type="text"] {
    position: relative;
    line-height: 46px;
    height: 46px;
    background: rgb(255, 255, 255);
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    height: 24px;
    background: rgb(233, 233, 233);
}

.bootstrap-touchspin .input-group-btn-vertical i {
    left: 6px;
    top: 6px;
}

.shipping-form .form-group {
    position: relative;
    margin-bottom: 30px;
    padding: 0px 15px;
}

.shipping-form .form-group .ui-selectmenu-button.ui-button {
    background-color: rgb(255, 255, 255);
    height: 45px;
    line-height: 16px;
    z-index: 10;
    border: 2px solid rgb(242, 242, 242);
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("../images/icons/arrow-right.jpg");
}

.shipping-form .form-group .ui-button .ui-icon {
    opacity: 0;
}

.shipping-form .form-group input, .shipping-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    padding: 10px 20px;
    height: 45px;
    color: rgb(132, 132, 132);
    font-size: 14px;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(244, 244, 244);
    transition: all 500ms ease 0s;
}

.shipping-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 10px 20px;
    height: 120px;
    resize: none;
    font-size: 16px;
    font-weight: 300;
    background: rgb(247, 247, 247);
    border: 1px solid rgb(244, 244, 244);
    transition: all 500ms ease 0s;
}

.shipping-form .form-group input:focus, .shipping-form .form-group textarea:focus {
    border-color: rgb(245, 91, 20);
}

.shipping-form .form-group .total-btn {
    color: rgb(34, 34, 34);
    font-size: 15px;
    padding: 11px 33px;
    font-weight: 600;
    background-color: rgb(246, 246, 246);
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    transition: all 500ms ease 0s;
}

.shipping-form .form-group .total-btn:hover {
    background-color: rgb(245, 91, 20);
    color: rgb(255, 255, 255);
}

.cart-section .cart-outer .checkout-btn {
    padding: 11px 28px;
    border-radius: 0px;
}

.checkout-page {
    position: relative;
    padding: 80px 0px 0px;
}

.checkout-page .default-links {
    position: relative;
    margin-bottom: 50px;
}

.checkout-page .default-links li {
    margin-bottom: 15px;
    line-height: 24px;
    padding: 18px 30px;
    background: rgb(244, 244, 244);
    color: rgb(2, 14, 40);
    font-size: 16px;
    font-weight: 500;
    border-left: 2px solid rgb(245, 91, 20);
    font-family: Poppins, sans-serif;
}

.checkout-page .default-links li a {
    color: rgb(245, 91, 20);
}

.checkout-form {
    position: relative;
}

.checkout-form .checkout-title {
    position: relative;
    margin-bottom: 20px;
}

.checkout-form .checkout-title h2 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 24px;
    font-weight: 600;
}

.checkout-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.checkout-form .form-group .field-label {
    display: block;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: capitalize;
    color: rgb(2, 14, 40);
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}

.checkout-form .form-group .field-label sup {
    top: -1px;
    font-size: 16px;
}

.checkout-form input[type="text"], .checkout-form input[type="email"], .checkout-form input[type="password"], .checkout-form input[type="tel"], .checkout-form input[type="number"], .checkout-form input[type="url"], .checkout-form select, .checkout-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: rgb(255, 255, 255);
    line-height: 22px;
    padding: 12px 15px;
    height: 48px;
    border: 2px solid rgb(244, 244, 244);
    transition: all 300ms ease 0s;
}

.checkout-form textarea {
    resize: none;
    height: 120px !important;
}

.checkout-form input:focus, .checkout-form select:focus, .checkout-form textarea:focus {
    border-color: rgb(245, 91, 20);
}

.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
}

.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: 500;
    padding: 0px;
    font-size: 16px;
    cursor: pointer;
    color: rgb(70, 195, 232);
}

.checkout-page .lower-content {
    position: relative;
    margin-top: 60px;
    padding: 80px 0px;
    background-color: rgb(244, 244, 244);
}

.checkout-page .lower-content .order-column {
    margin-bottom: 40px;
}

.checkout-page .lower-content .column h2 {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 24px;
    font-weight: 600;
}

.checkout-page .lower-content .checkout-title {
    margin-bottom: 25px;
}

.cart-outer {
    position: relative;
}

.cart-outer .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.checkout-page .lower-content .order-column .cart-outer {
    overflow-x: auto;
}

.checkout-page .lower-content .order-column .cart-table {
    width: 100%;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: capitalize;
    font-size: 18px;
    background: rgb(2, 14, 40);
    color: rgb(34, 34, 34);
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 13px 30px;
    font-weight: 500;
}

.cart-table thead tr th .fa {
    font-size: 18px;
}

.cart-table thead tr th.prod-column {
    text-align: left;
}

.cart-table tbody tr td {
    line-height: 24px;
    padding: 30px 0px 30px 30px;
}

.cart-table tbody tr .qty input {
    width: 45px;
    height: 50px;
    color: rgb(34, 34, 34);
    font-size: 18px;
    line-height: 50px;
    background: rgb(247, 247, 247);
    text-align: center;
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 70px;
    padding-left: 100px;
    padding-top: 20px;
    text-align: left;
    min-width: 230px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    width: 80px;
    left: 0px;
    top: 0px;
    border: 1px solid rgb(240, 240, 240);
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
    font-size: 16px;
    color: rgb(34, 34, 34);
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.cart-table tbody tr .price {
    font-weight: 700;
    font-size: 14px;
    color: rgb(119, 119, 119);
}

.checkout-page .lower-content .totals-table {
    position: relative;
    margin-bottom: 40px;
    border: 1px solid rgb(230, 230, 230);
}

.checkout-page .lower-content .totals-table li .col {
    padding: 12px 20px;
}

.checkout-page .lower-content .totals-table li {
    line-height: 24px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.checkout-page .lower-content .totals-table li .col.title {
    font-weight: 500;
    color: rgb(34, 34, 34);
    font-size: 16px;
    border-right: 1px solid rgb(230, 230, 230);
    font-family: Poppins, sans-serif;
}

.checkout-page .lower-content .totals-table li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.checkout-page .lower-content .totals-table .col {
    position: relative;
    display: block;
    float: left;
    line-height: 24px;
    width: 50%;
    color: rgb(132, 132, 132);
    font-weight: 400;
    font-size: 16px;
}

.checkout-page .payment-options {
    position: relative;
    padding: 30px 20px 40px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
}

.checkout-page .payment-options li {
    position: relative;
    margin-bottom: 15px;
}

.checkout-page .payment-options li .radio-option {
    position: relative;
}

.checkout-page .payment-options li .radio-option label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: rgb(51, 51, 51);
    cursor: pointer;
    font-weight: 500 !important;
}

.checkout-page .payment-options li .radio-option label strong {
    font-weight: 500;
    color: rgb(2, 14, 40);
    font-size: 16px;
    font-family: Poppins, sans-serif;
}

.checkout-page .payment-options li .radio-option label strong a {
    font-size: 16px;
    color: rgb(2, 14, 40);
    margin-left: 30px;
    text-decoration: underline;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 3px;
}

.checkout-page .payment-options li .radio-option label .small-text {
    display: block;
    padding-top: 5px;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 16px;
    color: rgb(132, 132, 132);
    font-weight: 400;
    line-height: 1.7em;
}

.checkout-page .payment-options li .radio-option label img {
    position: relative;
    top: -3px;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px;
}

.checkout-page .payment-options .theme-btn {
    padding: 11px 32px;
    margin-top: 10px;
    margin-left: 32px;
    border-radius: 0px;
}

.register-section {
    position: relative;
    padding: 80px 0px 40px;
}

.register-section .form-column {
    margin-bottom: 40px;
}

.register-section .form-column .sec-title {
    position: relative;
    margin-bottom: 30px;
}

.register-section .form-column .sec-title h2 {
    text-transform: capitalize;
    padding-bottom: 0px;
}

.styled-form {
    position: relative;
}

.styled-form .submit-text {
    font-size: 15px;
    color: rgb(158, 158, 158);
    font-weight: 400;
    margin-top: 10px;
}

.styled-form .form-group {
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    color: rgb(132, 132, 132);
}

.checkout-section .styled-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.styled-form .form-group .check-box {
    line-height: 24px;
    font-size: 15px;
    font-weight: normal;
    padding-top: 5px;
    color: rgb(39, 39, 39);
}

.styled-form .form-group .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 15px;
    cursor: pointer;
}

.styled-form .pull-left label, .styled-form .pull-right label {
    cursor: pointer;
}

.styled-form .form-group .adon-icon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: rgb(153, 153, 153);
    z-index: 2;
}

.styled-form .form-group .field-label {
    display: block;
    color: rgb(39, 39, 39);
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 400;
}

.styled-form input[type="text"], .styled-form input[type="email"], .styled-form input[type="password"], .styled-form input[type="tel"], .styled-form input[type="number"], .styled-form input[type="url"], .styled-form select, .styled-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: rgb(255, 255, 255);
    line-height: 30px;
    padding: 8px 20px;
    height: 50px;
    border: 1px solid rgb(244, 244, 244);
    transition: all 300ms ease 0s;
}

.checkout-section .styled-form input[type="text"], .checkout-section .styled-form input[type="email"], .checkout-section .styled-form input[type="password"], .checkout-section .styled-form select {
    line-height: 26px;
    height: 44px;
}

.styled-form select {
    appearance: none;
    background: url("../images/icons/icon-select.png") right center no-repeat rgb(255, 255, 255);
    cursor: pointer;
}

.styled-form select option {
    text-indent: 20px;
}

.styled-form textarea {
    resize: none;
    height: 110px;
}

.styled-form input:focus, .styled-form select:focus, .styled-form textarea:focus {
    border-color: rgb(245, 91, 20);
}

.styled-form .form-group .theme-btn {
    min-width: 150px;
    text-align: center;
    padding: 11px 34px;
    border-radius: 0px;
}

.styled-form .remember-me {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 500;
}

.social-links-two a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgb(252, 114, 30);
    margin: 0px 0px 0px 15px;
    transition: all 0.5s ease 0s;
}

.social-links-two a:hover {
    opacity: 0.8;
}

.social-links-two .facebook {
    background: rgb(59, 89, 152);
}

.social-links-two .twitter {
    background: rgb(51, 204, 254);
}

.social-links-two .google-plus {
    background: rgb(221, 75, 57);
}

.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #2c9a0269;
}

.bg-img {
    position: relative;
    z-index: 1;
}

.w-clr {
    font-size: 30px;
    color: white;
    background-color: aqua;
    padding: 20px;
    border-radius: 50%;
}

.info-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.a-icon {
    height: 70px;
    padding: 10px;
    background-color: white;
    border-radius: 50%;
    object-fit: contain;
    margin: 10px;
}

.a-icon:hover {
    border: 5px solid rgb(218 218 218);
    transition: all 500ms ease 0s;
}

.vl {
    border-left: 2px dotted white;
    height: 50px;
    margin-left: 41px;
}

.icon-1 {
    display: flex;
    align-items: center;
}

.a-about {
    padding-top: 20px;
    padding-left: 10px;
    color: white;
    font-size: 20px;
}

.w-text {
    color: white;
    font-family: 'Jura';
    font-weight: 500;
}

.page-wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}

.prl-h {
    margin: 0;
    color: #fff;
    width: 100%;
    text-align: justify;
    font-weight: 500;
    opacity: 0;
    transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
    transform: translate3d(-20%, 0, 0);
}

.main-row {
    height: 500px;
}

.about-section-1 {
    position: relative;
    padding: 70px 0;
}

.border-g {
    border: 2px dotted #266e26;
}

.loop-main {
    padding: 20px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-column-4 {
    position: relative;
    background-color: #81b03f73;
    padding: 20px;
    background-size: cover;
    height: 600px;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h-100 {
    height: 100%;
}

.d-flex-n {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-section-1 .content-column .inner-column {
    position: relative;
    padding-right: 30px;
}

.about-section-1 .content-column .inner-column .sec-title {
    margin-bottom: 35px;
}

.about-section-1 .content-column .inner-column .bold-text {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.about-section .content-column .inner-column .text {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 38px;
}

.about-section-1 .content-column .inner-column .about-block {
    position: relative;
}

.about-section-1 .content-column .inner-column .about-block li {
    position: relative;
    color: rgb(2, 14, 40);
    font-size: 18px;
    font-weight: 500;
    padding-right: 45px;
    margin-right: 40px;
    float: left;
    margin-bottom: 25px;
    border-right: 1px solid rgb(242, 242, 242);
    font-family: Poppins, sans-serif;
}

.about-section-1 .content-column .inner-column .about-block li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px;
}

.about-section-1 .content-column .inner-column .about-block li .icon {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.about-section-1 .content-column .inner-column .about-block li .icon {
    position: relative;
    opacity: 0.2;
}

.about-section-1 .carousel-column {
    position: relative;
}

.about-section-1 .carousel-column .inner-column {
    position: relative;
    padding: 45px 25px 50px;
    border: 1px solid rgb(242, 242, 242);
    background: url("../images/resource/pattern-1.png") left bottom repeat-x;
    box-shadow: rgb(219, 219, 219) 0px 0px 15px 0px;
}

.infp-s {
    color: #0e0f0d;
    text-align: center;
}

.desc-s {
    color: #0e0f0d;
    font-style: italic;
    font-weight: bold;
    padding-top: 20px;
}

.smg {
    animation: smg 1s ease infinite;
}

@keyframes smg {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.padding-b-t {
    padding-top: 100px;
    padding-bottom: 100px;
}

.item-box img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.item-box {
    position: relative;
}

.cl-s-25 {
    width: 33.3%;
}

.cl-s-25:first-child img {
}

.cl-s-25:last-child img {
}

.d-f-x {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.orange {
    position: absolute;
    top: 50%;
    left: 20%;
    color: #4c1100;
    font-weight: bold;
    font-size: 30px;
}

.same_color {
    position: absolute;
    color: #4c1100;
    font-weight: bold;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 50%;
}

.overlay {
    color: #000;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
}

.clr-one {
    background-color: #d66115;
}

.clr-two {
    background-color: #feda01;
}

.clr-three {
    background-color: #eb4874;
}

.uncover .overlay span:nth-child(1) {
    position: absolute;
    left: 50%;
    top: 35%;
    font-size: 80px;
    font-weight: bold;
    font-family: coustard;
    transform: translateX(-50%);
    opacity: 0;
}

.uncover .overlay span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 17px;
    transform: translateY(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.uncover .overlay span:nth-child(3) {
    height: 30px;
    background-color: #000;
    position: absolute;
    top: 38%;
    opacity: 0;
}

.uncover .overlay span:nth-child(4) {
    height: 30px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 25%;
    opacity: 0;
}

.uncover .overlay:hover {
    opacity: 0.9;
}

.uncover .overlay:hover span:nth-child(1) {
    animation: fadein 0.6s forwards;
    animation-delay: 0.5s;
}

.uncover .overlay:hover span:nth-child(2) {
    animation: fadein 0.6s forwards;
    animation-delay: 0.75s;
    font-weight: bold;
}

.uncover .overlay:hover span:nth-child(3) {
    animation: draw-left 0.7s;
}

.uncover .overlay:hover span:nth-child(4) {
    animation: draw-right 0.7s;
    animation-delay: 0.6s;
}

@keyframes draw-left {
    0% {
        opacity: 0;
        width: 0px;
        left: 75%
    }

    50% {
        opacity: 1;
        left: 25%;
        width: 200px;
    }

    100% {
        opacity: 0;
        width: 0px;
        left: 25%;
    }
}

@keyframes draw-right {
    0% {
        opacity: 0;
        width: 0px;
    }

    50% {
        opacity: 1;
        width: 200px;
    }

    100% {
        opacity: 0;
        width: 0px;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.icon-b {
    width: 20%;
    padding: 7px;
    background-color: #81b03f;
    text-align: center;
    position: absolute;
    top: -22px;
    color: white;
}

.icon-b i {
    font-size: 22px;
}

.icon-d {
    position: absolute;
    top: -23px;
    left: 29%;
    width: 30%;
    border: 1px solid lightgray;
    background-color: white;
    padding: 7px;
    text-align: center;
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.blog-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 12px;
}

.img-blog {
    padding-bottom: 10px;
}

.footer-ul li a {
    color: #ffffff;
    letter-spacing: 1px;
}

.main-footer h2 {
    color: white;
    font-size: 18px;
    padding: 10px;
}

.footer-med {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-ul li {
    padding: 3px;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #11141200;
    border: 1px dotted #ffffff;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ffffff03;
    padding: 14px 20px;
    border: 1px dotted #ffffff;
    top: 0;
}

.subscribe-form button i {
    color: #3d9343;
    font-size: 22px;
    transform: rotate(-6deg);
}

.footer-p {
    color: white;
    font-size: 13px;
    padding: 10px;
}

.social-ul {
    display: flex;
    justify-content: center;
}

.social-ul li a {
    font-size: 16px;
    color: white;
}

.blog-img-footer {
    height: 60px;
    width: 30%;
    object-fit: cover;
    padding: 5px;
    border-radius: 10px;
}

.f-image1 {
}

.blog-f-head {
    color: white;
}

.ftr-plcy {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0px 10px;
}

.ftr-plcy li a {
    padding: 5px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}

.copyr {
    color: #307b35;
    font-weight: bold;
}

.box-area-f {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-style {
    color: #ffffff;
    font-size: 30px;
}

.adress-style {
    color: white;
    padding-top: 10px;
    font-weight: bold;
}

.desc-style {
    color: white;
    transition: all 300ms ease 0s;
}

.box-area-f a:hover {
    color: #f0f0f0;
}

.border-right {
    border-right: 1px solid white;
}

.s-icon {
    background-color: #111412;
    border-radius: 50%;
    width: 37px;
    text-align: center;
    height: 37px;
    display: flex;
    justify-content: center;
    margin: 2px;
    align-items: center;
    color: black;
}

.s-icon:hover {
    background-color: #fdfdfd;
    transition: all 300ms ease 0s;
    color: #1b1b1b;
}

.s-icon:hover i {
    color: black;
    transition: all 300ms ease 0s;
}

.li-icon {
    color: #256c25;
}

nav#cssmenu ul {
    float: right;
    margin-top: 13px;
}

.logo {
    position: relative;
    z-index: 123;
    color: #6DDB07;
    float: left;
    display: block;
}

.logo img {
    max-width: 170px;
}

.logo a {
    color: #6DDB07;
    display: block;
}

.plus-container {
    width: 90%;
    height: 600px;
}

.plus2-container {
    width: 90%;
}

.h-100-w {
    height: 100%;
}

.sc-f1 {
    display: flex;
    justify-content: center;
    max-width: 100%;
}

.loop-area {
    display: flex;
    width: 100%;
    position: relative;
    height: 100%;
    margin-top: 40px;
}

.stick-logo {
    width: 12%;
    height: 70px;
}

.tri-pattern-1 {
    position: absolute;
    width: 252px;
    height: 254px;
    display: block;
    background: url(../images/icons/icon2.png) center center no-repeat;
}

.tri-pattern-1 {
    right: 25px;
    bottom: 0;
    z-index: 15;
}

.dotted-pattern-1 {
    right: -205px;
    bottom: 150px;
}

.dotted-pattern-1 {
    position: absolute;
    width: 394px;
    height: 408px;
    display: block;
    background: url(../images/icons/1.png) center center no-repeat;
}

.dotted-pattern-2 {
    left: -140px;
    bottom: 0px;
}

.dotted-pattern-2 {
    position: absolute;
    width: 339px;
    height: 339px;
    display: block;
    background: url(../images/icons/2.png) center center no-repeat;
}

.dotted-pattern-3 {
    right: -70px;
    top: 30px;
}

.dotted-pattern-3 {
    position: absolute;
    width: 272px;
    height: 272px;
    display: block;
    background: url(../images/icons/3.png) center center no-repeat;
}

.dotted-pattern-4 {
    right: 0px;
    top: -80px;
}

.dotted-pattern-4 {
    position: absolute;
    width: 442px;
    height: 442px;
    display: block;
    background: url(../images/icons/4.png) center center no-repeat;
}

@keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ScaleMe {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

@-moz-keyframes ScaleMe {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

@-o-keyframes ScaleMe {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes ScaleMe {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.tri-pattern, .circles, .circles-two {
    -webkit-animation-name: rotateMe;
    -webkit-animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateMe;
    -moz-animation-duration: 25s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateMe;
    -ms-animation-duration: 25s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: rotateMe;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.dotted-pattern, .history-block .image-box:before, .featured-section-four .image-box .image:nth-child(3):before {
    -webkit-animation-name: ScaleMe;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: ScaleMe;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: ScaleMe;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: ScaleMe;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.circles .c-1, .circles-two .c-1 {
    -webkit-animation-name: ScaleMe;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: ScaleMe;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: ScaleMe;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: ScaleMe;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.circles-two .c-2 {
    -webkit-animation-name: ScaleMe;
    -webkit-animation-delay: 3ms;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: ScaleMe;
    -moz-animation-delay: 3s;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: ScaleMe;
    -ms-animation-delay: 3s;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: ScaleMe;
    animation-delay: 3s;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.footer-bottom-content {
    color: white;
}

.copyr:hover {
    color: white;
}

@media only screen and (min-width: 1440px) {
    .page-wrapper {
        overflow: hidden !important;
    }
}

.flex-str {
    display: flex;
    justify-content: space-evenly;
    align-content: stretch;
}

.size-w-38 {
    width: calc(100% - 320px);
}

.bg0 {
    background-color: #fff;
}

.size-w-37 {
    width: 300px;
}

.m-b-30, .m-tb-30, .m-all-30 {
    margin-bottom: 30px;
}

.tab01 .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    border: none;
    height: 100%;
}

.tab01 .nav-tabs .nav-item {
    flex-grow: 1;
    border-bottom: 1px solid rgba(129, 176, 63, 0.2);
    margin-bottom: 0;
    background-color: #1b1b1b;
    display: flex;
}

.tab01 .nav-link {
    width: 100%;
    flex-grow: 1;
    padding: 15px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    border: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    justify-content: center;
    align-items: center;
}

.size-w-3 {
    width: 100%;
}

.txt-m-202 {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 1px;
}

.cl10 {
    color: #7aa63c;
    font-weight: bold;
}

.txt-m-118 {
    font-size: 18px;
    line-height: 1.272727;
    text-transform: capitalize;
    padding-bottom: 8px;
    padding-top: 10px;
}

.cl3 {
    color: #1b1b1b;
}

.txt-s-112 {
    font-size: 15px;
    line-height: 2;
}

.cl6 {
    color: #c1c1c1;
}

.bocl11 {
    border-color: #ccc;
}

.size-a-15 {
    min-width: 159px;
    height: 40px;
}

.txt-s-103 {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
}

.cl6 {
    color: #818181;
}

.size-w-39 {
    width: 100%;
}

.nav-tabs .active > a {
    color: #fff !important;
    background: #81b03f !important;
    border: none !important;
}

.nav-tabs a:hover {
    color: #fff !important;
    border: 1px solid #81b03f !important;
}

.tab-content > .active {
    display: block;
}

.tab-content {
    background-color: #1b1b1b00;
    box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 12%);
    padding: 15px;
}

.nav-tabs > li > a:hover {
    background-color: unset;
}

.flex-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-images {
    padding: 10px;
    height: 270px;
    width: 100%;
    object-fit: cover;
}

.tab-images-loop {
    padding: 10px;
    height: 270px;
    width: 100%;
    object-fit: cover;
}

.flex-item-2 {
    padding: 20px;
}

.texture:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    opacity: .03;
    background: transparent url(../images/texture-positive.png);
}

.icon-item {
    position: absolute;
    top: 25%;
    width: 100%;
    height: 80px;
}

.i-icon {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.infinite-i {
    animation: infinite-i 1s ease infinite;
}

@keyframes infinite-i {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.read-btn {
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    color: white;
    width: 100%;
    bottom: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
}

.color-b {
    color: #81b03f;
    font-weight: bold;
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.csm-one {
    color: #e3b274;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.csm-two {
    color: #a2a765;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.csm-tree {
    color: #6386a5;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.csm-four {
    color: #90709b;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.csm-sub {
    color: black;
    font-weight: bold;
    font-size: 15px;
}

.d-flex-ort {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.csm-image {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.row-re {
    flex-direction: row-reverse;
}

.left-area {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 12px;
    padding-right: 12px;
}

.btn-csm {
    font-weight: bold;
    font-size: 15px;
    background-color: #1b1b1b;
    color: white;
    width: 200px;
    letter-spacing: 5px;
}

.btn-csm:focus {
    outline: none !important;
}

.clip-right {
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.clip-left {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}

.liq-img {
    padding: 10px;
    box-shadow: 5px 10px #efefef;
    height: 230px;
    width: 50%;
    object-fit: cover;
}

.liq-title {
    font-size: 20px;
    text-align: center;
    padding-top: 21px;
    color: #1b1b1b;
    font-weight: 600;
}

.liq-title-2 {
    color: #1b1b1b;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.line {
    padding: 14px 0;
    margin-bottom: 20px;
    border-bottom: 2px dotted #b3b3b3;
    text-align: center;
}

.box-liq {
    height: max-content;
    border: 1px solid #f0f0f0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    transition: all 300ms ease 0s;
}

.box-liq:hover {
    background-color: transparent;
    box-shadow: 0px 0px 20px 4px rgb(40 40 40 / 12%);
}

.box-img {
    height: 70px;
    width: 100%;
    object-fit: contain;
}

.d-flex-l {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.crt-img {
    height: 75px;
    width: 75px;
    object-fit: contain;
}

.faq-container {
    max-width: 600px;
    margin: 0 auto;
}

.faq {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
}

.faq.active {
}

.faq.active::before, .faq.active::before {
    color: #3498db;
    top: -10px;
    left: -30px;
    transform: rotateY(180deg);
}

.faq-title {
    margin: 2px -42px 0 0;
    font-size: 18px;
    text-align: center;
}

.faq-text {
    display: none;
    margin: 30px 0 0;
}

.faq.active .faq-text {
    display: block;
}

.faq-toggle {
    background-color: #ffffff00;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 139px;
    width: 30px;
    height: 30px;
    color: #2b2b2b;
}

.faq-toggle:focus {
    outline: none;
}

.faq-toggle .fa-chevron-up {
    display: none;
}

.faq.active .faq-toggle .fa-chevron-up {
    display: block;
    color: white;
}

.faq.active .faq-toggle .fa-chevron-down {
    display: none;
}

.faq.active .faq-toggle {
    background-color: #1b1b1b;
}

.f-size-18 {
    font-size: 18px;
}

.modal-style-2 .modal-login {
    width: 350px;
}

.modal-style-2 .modal-login a {
    text-decoration: none !important;
}

.modal-style-2 .modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-style-2 .modal-login .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}

.modal-style-2 .modal-login .close {
    position: absolute;
    top: -10px;
    right: -10px;
}

.modal-style-2 .close:focus, .modal-style-2 .close:active {
    outline: none !important;
    box-shadow: none;
}

.modal-style-2 .modal-login h4 {
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    border-bottom: 0;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 3px;
    font-weight: bold;
}

.modal-style-2 .modal-login .modal-content {
    color: #999;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 25px;
}

.modal-style-2 .modal-login .form-group {
    margin-bottom: 20px;
}

.modal-style-2 .modal-login label {
    font-weight: bold;
    font-size: 14px;
    padding-left: 20px;
}

.modal-style-2 .modal-login .modal-body {
    padding: 0;
}

.modal-style-2 .modal-login .form-control {
    min-height: 38px;
    padding-left: 5px;
    box-shadow: none !important;
    border-width: 0 0 1px 0;
    border-radius: 0;
    font-size: 16px;
}

.modal-style-2 .modal-login .form-control:focus {
    border-color: #ccc;
}

.modal-style-2 .modal-login .input-group-addon {
    max-width: 42px;
    text-align: center;
    background: none;
    border-width: 0 0 1px 0;
    padding-left: 5px;
    border-radius: 0;
    margin-right: 10px;
    padding-top: 15px;
}

.modal-style-2 .modal-login .btn {
    font-size: 15px;
    font-weight: bold;
    background: var(--style-2-color);
    border-radius: 25px;
    border: none;
    min-width: 140px;
    padding: 10px;
    outline: none !important;
}

.modal-style-2 .modal-login .btn:hover, .modal-style-2 .modal-login .btn:focus {
    background: var(--style-2-color);
}

.modal-style-2 input:-internal-autofill-selected {
    background-color: transparent !important;
}

.modal-style-2 .modal-login .hint-text {
    text-align: center;
    padding-top: 5px;
    font-size: 13px;
}

.modal-style-2 .modal-login .modal-footer {
    color: #000;
    border-color: #dee4e7;
    text-align: center;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    justify-content: center;
}

.modal-style-2 .modal-login a {
    color: #fff;
    text-decoration: underline;
}

.modal-style-2 .modal-login a:hover {
    text-decoration: none;
}

.modal-style-2 .modal-login a {
    color: var(--style-2-color);
    text-decoration: none;
}

.modal-style-2 .modal-login a:hover {
    text-decoration: underline;
}

.modal-style-2 .modal-login .fa {
    font-size: 16px;
    color: #81b03f;
}

.dark.modal-style-2 .modal-content {
    background: #ffffff !important;
    color: #000 !important;
}

.dark.modal-style-2 .close, .modal-style-2.dark .modal-login h4 {
    color: #040404 !important;
}

.dark.modal-style-2 .modal-login .form-control {
    background: transparent !important;
    color: #000;
    border-color: #777;
}

.dark.modal-style-2 .modal-login .input-group-addon {
    color: #9E9E9E;
}

.dark.modal-style-2 .modal-login .modal-footer {
    border: none;
}

.dark.modal-style-2 .modal-login .btn {
    background: #1b1b1b;
}

.dark .text-danger {
    color: #000 !important;
    font-size: 14px;
}

@media only screen and (max-width: 360px) {
    .modal-style-2 .modal-login {
        width: 100%;
        margin: 5px;
    }

    .modal-style-2 .modal-login form {
        width: 100%;
    }
}

.login-a {
    color: #1b1b1b;
    font-size: 18px;
    transition: all 0.4 ease;
}

.login-a:hover {
    color: #81b03f;
}

.lock {
    padding-right: 10px;
    color: #81b03f;
}

.tech-title {
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    width: 100%;
    margin-bottom: 12px;
}

.z-image {
    height: 600px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.cosm-2 img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.alt-img {
    position: absolute;
    width: 100%;
    top: 0%;
    height: 100%;
    left: 0%;
    object-fit: contain;
    opacity: 0.4;
}

.link-c {
    position: absolute;
    bottom: 65px;
    left: 26%;
    padding: 10px;
    background: #1b6555;
    width: 50%;
    border-radius: 10px;
    transition: all 300ms ease 0s;
}

.link-c a {
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
}

.p-image {
    height: 230px;
    object-fit: cover;
}

.pad-cert {
    padding-top: 20px;
    padding-bottom: 50px;
    border: 1px solid #f0f0f0;
}

.br-2 {
}

.select-wrap {
    width: 250px;
    transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.select-wrap .select {
    padding: 12px 55px 12px 12px;
    display: flex;
    border-radius: 8px;
    box-shadow: 0 3px 20px -1px rgba(22, 42, 90, 0.5);
    position: relative;
    min-height: 61px;
    z-index: 1;
    transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    flex-direction: column;
    justify-content: center;
}

.select-wrap .select p {
    text-transform: capitalize;
    color: #000;
    letter-spacing: 1px;
    line-height: 2.2;
    font-size: 15px;
    transition: margin 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    font-weight: bold;
}

.select-wrap .select .arrow {
    right: 10px;
    top: calc(50% - 17px);
    bottom: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.select-wrap .select .arrow:before {
    font-family: "Fontawesome";
    content: "\f078";
    color: #020e28;
    font-size: 18px;
}

.select-wrap .select .arrow:after {
    font-family: "Fontawesome";
    content: "\f077";
    color: #3a5ba0;
    font-size: 18px;
    display: none;
}

.select-wrap .select .arrow:hover {
    transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background: rgba(0, 0, 0, 0.1);
}

.select-wrap .select .filter {
    display: inline-block;
    padding: 5px 30px 5px 8px;
    margin: 10px 10px 0 0;
    background: #81b03f;
    color: #fff;
    font-size: 0.9em;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transform: scale(0);
    opacity: 0;
    display: none;
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.select-wrap .select .filter:after {
    content: "x";
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    color: #fff;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0);
}

.select-wrap .select .filter:nth-child(3) {
    margin: 0 10px 0 0;
    margin-bottom: 5px;
}

.select-wrap .select .filter:nth-child(4) {
    margin: 0 10px 0 0;
}

.select-wrap .select .filter:hover:after {
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background: rgba(0, 0, 0, 0.2);
}

.select-wrap .select .filter.active {
    transform: scale(1);
    opacity: 1;
}

.select-wrap .filter-wrap {
    list-style-type: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 15px -1px rgba(22, 42, 90, 0.5);
    position: relative;
    display: none;
}

.select-wrap .filter-wrap li {
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 1;
    color: #000;
    font-weight: bold;
}

.select-wrap .filter-wrap li:nth-child(1) {
    padding-top: 10px;
}

.select-wrap .filter-wrap li:last-child {
    padding-bottom: 9px;
}

.select-wrap .filter-wrap li:hover {
    background: #81b03f;
    transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.select-wrap .filter-wrap li.remove {
    transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform: translateX(100px);
    opacity: 0;
}

.select-wrap.open .select {
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 15px -1px rgba(22, 42, 90, 0.2);
}

.select-wrap.open .select .arrow:before, .select-wrap.open .select .arrow:after {
    font-family: "Fontawesome";
    color: #020e28;
    font-size: 18px;
    content: "\f077";
}

.select-wrap.open .select .arrow:before {
    -webkit-transform: rotate(-50deg);
    transform: rotate(0deg);
}

.select-wrap.open .select .arrow:after {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

label {
    display: flex;
    border-radius: 8px;
    cursor: pointer;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 12px;
    margin: 0;
}

label:hover {
    background-color: transparent;
}

input[type=checkbox], input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 2px solid #81b03f;
    margin: 0 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
    opacity: 0.7;
    background: var(--color-subtle);
    cursor: not-allowed;
}

input[type=checkbox]:after, input[type=radio]:after {
    content: "";
    display: block;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
}

input[type=checkbox]:checked:after, input[type=radio]:checked:after {
    transform: scale(1);
}

input[type=checkbox] {
    border-radius: 5px;
}

input[type=checkbox]:after {
    width: 16px;
    height: 16px;
}

input[type=checkbox]:checked {
    border: none;
    background-color: #81b03f;
}

input[type=checkbox]:checked:after {
    content: url("data:image/svg+xml, <svg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M15.25.847a1.51 1.51 0 0 1 .405 2.096L8.106 14.11a1.944 1.944 0 0 1-2.94.329L.6 10.156a1.51 1.51 0 1 1 2.067-2.202l3.645 3.42 6.841-10.122a1.51 1.51 0 0 1 2.098-.405Z'/></svg>");
}

input[type=radio] {
    border-radius: 20px;
}

input[type=radio]:after {
    width: 14px;
    height: 14px;
    border-radius: 7px;
}

input[type=radio]:checked {
    border-color: var(--color-primary);
}

input[type=radio]:checked:after {
    background-color: var(--color-primary);
}

input[type=checkbox]:focus {
    outline: none;
}

.frst-title {
    margin-top: 70px;
}

.filter-btn {
    padding: 4px 18px;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    border-color: rgb(129 176 63);
    background-color: rgb(129 176 63);
    transition: all 0.3s ease 0s;
    font-weight: bold;
    letter-spacing: 1px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.p-product-img {
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}

.img-sngle {
    height: 440px;
    width: 100%;
    object-fit: cover;
}

.s-style {
    font-size: 17px;
    color: #81b03f;
}

.p-style {
    font-size: 17px;
}

.part-img {
    height: 50px;
    object-fit: cover;
}

.dis-al {
    display: flex;
    align-items: center;
}

.part-i {
    color: #81b03f;
}

.part-o {
    color: #fc9600;
}

.rlt-img {
    width: 137px;
    height: 197px;
    object-fit: cover;
}

.border-values {
    border-right-color: rgb(240, 240, 240);
    border-width: 0px 1px 1px;
    border-right-style: solid;
}

.dis-jus {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.v-h3 {
    color: #1b1b1b;
    font-weight: 600;
    font-size: 20px;
}

.icon-ext {
    height: 60px;
    object-fit: cover;
    margin-bottom: 15px;
}

.in-span {
    color: #1b1b1b;
    font-size: 18px;
    font-weight: bold;
}

.out-span {
    font-size: 16px;
    font-weight: bold;
}

.mt-90 {
    margin-top: 90px;
}

.image-l {
    width: 100%;
    height: 320px;
    object-fit: cover;
    filter: brightness(0.9);
}

.ds-set {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mg-box {
    padding: 15px;
    border-radius: 50%;
    height: 85px;
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fc9600;
    margin-bottom: 20px;
}

.mix2-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-a {
    left: 5%;
    z-index: 1;
    background: #fefefe;
}

.content-b {
    right: 5%;
    z-index: 1;
    background: #fefefe;
}

.content-c {
    right: 5%;
    z-index: 1;
    background: #ffc4cd;
}

.button-area {
    position: absolute;
    left: 24%;
    bottom: -7%;
}

.img-m2 {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 500px;
    object-fit: cover;
    filter: drop-shadow(2px 4px 5px #1b1b1b);
}

.img-m3 {
    width: 100%;
    height: 500px;
    filter: drop-shadow(2px 4px 6px black);
}

.img-m4 {
    width: 100%;
    height: 500px;
    object-fit: cover;
    filter: drop-shadow(2px 4px 6px black);
}

.btn-csm:hover {
    color: white;
}

.bg-mix {
    background-color: #e13c64;
}

.bgc-1 {
    background-color: #efbc7b;
}

.bgc-2 {
    background-color: #b5d1ea;
}

.bgc-3 {
    background-color: #c9ce8b;
}

.bgc-4 {
    background-color: #c7aad1;
}

.map-size {
    width: 100%;
    height: 500px;
}

.map-size-1 {
    width: 100%;
    height: 300px;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.boxes-1 {
    width: 20%;
}

.color-orange {
    color: rgb(252 150 0) !important;
}

.f-italic {
    font-style: italic;
    text-align: center;
    font-weight: bold !important;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.blog-d-img {
    height: 210px;
    width: 100%;
    object-fit: cover;
}

.blog-p-img {
    height: 70px;
    width: 100%;
    object-fit: cover;
}

.line-h-21 {
    line-height: 21px;
}

.sidebar-page-container .sidebar-side .with-border-l::before {
    position: absolute;
    content: "";
    left: 15px;
    top: -200px;
    width: 1px;
    height: 5000px;
    background-color: rgb(240, 240, 240);
}

.sidebar-page-container .sidebar-side .with-border-l {
    padding-left: 30px;
}

.about-img {
    height: 210px;
    background-color: #81b03f;
    z-index: -1;
}

.in-img {
    height: 200px;
    object-fit: contain;
    position: absolute;
    opacity: 0.4;
}

.a-image {
    height: 500px;
    object-fit: cover;
    width: 100%;
    position: relative;
}

.p-back {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
}

.h3-a {
    color: #1b1b1b;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    letter-spacing: 7px;
    padding-bottom: 40px;
    border-bottom: 1px solid #81b03f;
}

.d-flex-1 {
    display: flex;
    align-items: center;
}

.mis {
    padding-top: 100px;
    padding-bottom: 100px;
}

.p-b-t {
    padding-bottom: 145px;
    padding-top: 145px;
}

.h3-b {
    color: #1b1b1b;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    -webkit-transform: rotate(92deg);
    transform: rotate(90deg);
    letter-spacing: 7px;
    padding-bottom: 40px;
    border-bottom: 1px solid #81b03f;
}

.f-s-16 {
    font-size: 16px;
    font-weight: 500;
}

.back-linear {
    background: linear-gradient(180deg, rgba(39, 39, 39, 0) -9.17%, #81b03f 96.07%);
}

.vr {
    border-left: 5px solid #e67e22;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
}

.col-d {
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-center {
    display: flex;
    align-items: center;
}

.loc-a {
    top: 20px !important;
    position: absolute;
    right: 0 !important;
    transform: rotateY(180deg);
}

.r-flex {
    display: flex;
}

.col-1 {
    width: 50%;
}

.col-2 {
    width: 50%;
}

.right-image {
    height: 600px;
    object-fit: cover;
}

.row-flex {
    display: flex;
    align-items: center;
}

.r-h3 {
    color: #1b1b1b;
    text-transform: uppercase;
    font-size: 30px;
    padding-bottom: 30px;
}

.banner-bottom-pattern {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 120px;
    background: url(../images/setting/banner.png) center bottom no-repeat;
    background-size: 100% 100%;
    z-index: 5;
}

.pattern-bottom {
    position: absolute;
    width: 100%;
    height: 90px;
    background: url(../images/setting/banner-bottom.png) center bottom no-repeat;
    background-size: 100% 100%;
    z-index: 5;
    top: -2px;
}

.general-section .pattern-bottom {
    left: 0;
    top: 100%;
    margin-top: -10px;
}

.bg-light {
    background-color: #edf0f5;
}

.pt-30 {
    padding-top: 30px;
}

.bg-cover {
    background-size: cover;
}

.image-one {
    position: relative;
    z-index: 0;
}

.p-0 {
    padding-left: 0 !important;
}

.background-1 {
    background-image: url(../images/setting/31.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.r-top {
    top: -82px;
}

.r-top-1 {
    top: 100px;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.transform-1 {
    text-transform: capitalize;
}

.project-image {
    height: 300px;
    object-fit: cover;
}

.background-2 {
    background-position: center center;
}

.inner-box {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 40px;
    padding: 2px;
}

.main-2-c {
    color: #1b1b1b;
}

.contact-icon {
    color: #81b03f;
    font-size: 45px;
    padding-bottom: 20px;
}

.contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #f0f0f0;
    padding: 30px 15px 30px 15px;
    height: 300px;
}

.contact-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.contact-text {
    text-align: center;
}

.c-t-h3 {
    color: #1b1b1b;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 23px;
}

.contact-a {
    font-size: 16px;
    font-weight: bold;
    color: #1b1b1b;
}

.contact-a:hover {
    color: #81b03f;
}

.kvkk {
    display: block !important;
    align-items: center;
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
}

.flex-center {
    display: flex;
    align-items: center;
}

.color-1 {
    color: #1b1b1b;
}

.contact-img {
    height: 410px;
    object-fit: cover;
}

.pad-50 {
    padding: 50px;
}

.mobile-car {
    display: none;
}

.general-area {
    display: block;
}

.r-flex-center {
    display: flex;
    justify-content: center;
}

.r-flex-align {
    display: flex;
    align-items: center;
}

.blog-img-1 {
    height: 400px;
    object-fit: fill;
}

#filter-heading i {
    width: 13px;
}

#solvents-checkboxes, #preservatives-checkboxes, #antioxidants-checkboxes, #functionalities-checkboxes {
    display: none;
}

p {
    font-size: 14px;
    display: inline-block;
}

.close-svg {
    width: 13px;
}

#display-filter-results span {
    font-size: 13px;
}

.display {
    display: none;
}

span.beginner-checkbox {
    display: none;
}

.clearall {
    display: none;
}

.checkbox-items {
    margin-top: 30px;
}

.dis-just {
    display: flex;
    align-items: center;
}

.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row-a-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.filter-h2 {
    font-size: 16px;
    color: #1b1b1b;
    font-weight: bold;
    padding-right: 30px;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.justify-cnt {
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .row-flex {
        display: block !important;
    }

    .d-center {
        display: block !important;
    }

    .mis-head {
        padding: 0;
        margin: -65px;
    }

    .r-top-1 {
        top: 20px;
    }

    .flex-end {
        display: block !important;
    }

    .pad-45 {
        padding: 45px;
    }

    .p-b-t {
        padding-bottom: 45px;
        padding-top: 45px;
    }

    .background-1 {
        background-size: contain;
        background-position: center;
    }

    .testimonial-block-six .inner .text {
        font-size: 18px;
    }

    .testimonial-block-six .inner .quote-icon {
        top: -90px;
        left: -25px;
    }

    .loc-a {
        top: 5px !important;
    }

    .history-section .history-carousel .thumbs-carousel li {
        font-size: 15px;
    }

    .news-block .inner-box {
        padding: 30px 15px;
    }

    .blog-page-section {
        padding: 20px;
    }

    .blog-img {
        height: 150px;
    }

    .blog-single .inner-box .lower-content .text blockquote .quote-icon {
        top: 20%;
        font-size: 48px;
    }

    .blog-single .inner-box .lower-content .text blockquote {
        padding: 20px 20px;
    }

    .with-border-l {
        display: none;
    }

    .img-sngle {
        height: 210px;
    }

    .shop-single .product-details .prod-tabs .tab-btns .tab-btn {
        margin-bottom: 5px;
        margin-right: 4px;
        font-size: 14px;
        padding: 5px 5px 5px;
    }

    .p-style {
        font-size: 14px;
    }

    .mt-90 {
        margin-top: 10px;
    }

    .w-50 {
        width: 50%;
    }

    .w-100 {
        width: 100%;
    }

    .mobile-flex {
        display: flex;
    }

    .v-h3 {
        text-align: center;
        font-size: 16px;
    }

    .icon-ext {
        height: 45px;
    }

    .out-span {
        font-size: 14px;
    }

    .in-span {
        font-size: 16px;
    }

    .f-size-18 {
        font-size: 16px;
    }

    .faq-toggle {
        right: 24px;
    }

    .m-t-25 {
        margin-top: 25px;
    }

    .faq-title {
        font-size: 16px;
    }

    .rlt-img {
        width: 100%;
    }

    .shop-item .inner-box .image-box {
        padding: 20px 0px;
    }

    .button-area {
        left: 20%;
        bottom: -20px;
    }

    .p-mix-m {
        font-size: 14px;
        line-height: 20px;
    }

    .general-section {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mix2-row {
        display: block !important;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .content-a {
        left: 0;
    }

    .content-b {
        right: 0;
    }

    .img-m3 {
        height: 400px;
        object-fit: cover;
    }

    .img-m2 {
        height: 400px;
        object-fit: cover;
        padding: 0px;
    }

    .img-m4 {
        height: 400px;
    }

    .mb-reverse {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .contact-f-1 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    .contact-icon {
        font-size: 30px;
        padding-bottom: 15px;
    }

    .c-t-h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .contact-a {
        font-size: 14px;
    }

    .contact-box {
        padding: 10px 7px 10px 7px;
        height: 200px;
        margin-bottom: 25px;
        justify-content: center;
    }

    .contact-section .sec-title .text {
        font-size: 14px;
    }

    .location-section {
        padding: 5px;
    }

    .map-size-1 {
        height: 400px;
    }

    .contact-section {
        padding: 40px 0px 40px;
    }

    .mobile-car {
        display: block;
    }

    .general-area {
        display: none;
    }

    .owl-nav {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 20px;
        color: #81b03f;
        top: 30% !important;
    }

    .sidebar-page-container {
        padding: 40px 0px 40px;
    }

    .box-liq {
        justify-content: center;
        height: 520px;
    }

    .icon-d {
        width: 45%;
    }

    .flex-str {
        flex-direction: column;
    }

    .tab-content {
        width: 300px;
    }

    .loop-main {
        height: auto;
    }

    .m-mt-20 {
        margin-top: 20px;
    }

    .bg12 {
        display: flex;
    }

    .cl-s-25 {
        width: 100%;
        padding-bottom: 20px;
    }

    .image-sepia {
        height: 400px !important;
    }

    .dis-just {
        display: flex;
        align-items: normal;
        flex-direction: column;
    }

    .content-area-rd {
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-top: 40px;
    }

    .h3-a-2 {
        font-size: 23px;
    }

    .quote-btn {
        width: 85% !important;
    }

    .main-header .main-box {
        background: linear-gradient(90deg, #1b1b1b 0%, #266e26 50%, #1b1b1b 100%);
    }

    .m-5 {
        margin: 0 !important;
    }

    .header-top {
        display: block !important;
    }

    .mobile-lang {
        display: none;
    }

    .row-a-flex {
        display: block;
    }

    .link-c {
        background: #194c48;
    }

    .spn-crt {
        font-size: 14px !important;
    }

    .sidebar-page-container .sidebar-side .with-border {
        padding-right: 0 !important;
    }

    .sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
        margin-bottom: 0 !important;
    }

    .quote-button {
        padding: 12px !important
    }

    .blog-img-1 {
        object-fit: contain !important;
    }

    .r-flex-align {
        flex-direction: column !important;
    }

    .mbl-l {
        display: flex;
        justify-content: space-between;
    }

    .p-tb-100 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .sec-title {
        margin-bottom: 25px !important;
    }

    .img-facilty img {
        padding: 5px !important;
        width: 100% !important;
    }

    .history-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .history-section .history-carousel .thumbs-carousel {
        margin: 0px auto 0px !important;
    }

    .history-section .carousel-outer .content-slide .content-inner {
        height: max-content !important;
    }

    .img-tml {
        height: auto !important;
    }

    .history-section .carousel-outer .content-slide .content-inner h3 {
        font-size: 15px !important;
    }

    .sec-title.centered .separator {
        margin: 8px auto !important;
    }

    .left {
        left: 18px !important;
    }

    .right {
        right: 18px !important;
    }

    #close {
        right: 20px !important;
    }
}

.main-menu .navigation > li:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    opacity: 0;
    background-color: #81b03f;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 2px;
    width: 25px;
    height: 4px;
    opacity: 0;
    margin-left: -13px;
    background-color: #81b03f;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li.current::before, .main-menu .navigation > li.current::after {
    opacity: 1;
}

.main-menu .navigation > li:hover::before, .main-menu .navigation > li:hover::after {
    opacity: 1;
}

.lang-s {
    position: absolute;
    top: 30%;
    right: 0px;
}

.set-lang {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.set-lang:hover, .set-lang:focus {
    color: white;
}

.quote-rd-flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.filtering {
    background-color: transparent;
    border: solid 2px #f0f0f0;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
    transition: .4s ease;
}

.filtering.active {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .1);
}

.filtering.active::before, .filtering.active::after {
    content: "\f0c3";
    font-family: 'FontAwesome';
    color: #2ecc71;
    position: absolute;
    font-size: 7rem;
    opacity: .2;
    top: 20px;
    left: 20px;
    z-index: 0;
}

.filtering.active::before {
    color: #3498db;
    top: -10px;
    left: -30px;
    transform: rotateY(180deg);
}

.filtering-title {
    margin: 0 35px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #1b1b1b;
    display: flex;
    align-items: center;
}

.filtering-text {
    display: none;
    margin: 30px 0 0;
}

.filtering.active .filtering-text {
    display: block;
}

.filtering-toggle {
    border: 0;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 28px;
    top: 15px;
    height: 30px;
    width: 30px;
    color: #81b03f;
}

.filtering-toggle .fa-times {
    display: none;
}

.filtering.active .filtering-toggle .fa-times {
    display: block;
    color: #fff;
}

.filtering.active .filtering-toggle .fa-chevron-down {
    display: none;
}

.filtering.active .filtering-toggle {
    background: #81b03f;
}

.btn-filtering {
    padding: 4px 18px;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    border-color: rgb(129 176 63);
    background-color: rgb(129 176 63);
}

.a-center {
    align-items: center;
}

.filtering-icon {
    font-size: 20px;
    padding-right: 6px;
}

.rd-p {
    color: #1b1b1b;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 18px;
}

.rd-p-1 {
    color: #f0f0f0;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 18px;
}

.h-300 {
    height: 300px;
}

.h3-a-1 {
    color: #1b1b1b;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 7px;
}

.h3-a-2 {
    -webkit-box-reflect: below -12px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    color: #f0f0f0;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 7px;
    text-align: center;
    margin-bottom: 30px;
}

.bg-dark-color {
    background-color: #1b1b1b;
}

.bg-green-color {
    background-color: #1b1b1b;
}

.image-sepia {
    filter: brightness(0.6);
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.pad-0 {
    padding: 0;
}

.w-100-c {
    width: 100%;
    object-fit: cover;
}

.content-area-rd {
    padding-left: 50px;
    padding-right: 50px;
}

.b-shadow {
    box-shadow: 0px 5px 83px 0px rgb(40 40 40 / 12%);
}

.bg-rd {
    background-position: center center;
    background-size: contain;
}

.bg-pos-center {
    background-position: center center;
}

.bg-color-form {
    background-color: #f0f0f0;
}

.quote-box-btn {
    background-color: #1b1b1b;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 24px;
    margin-top: 45px;
}

.quote-btn {
    padding: 20px;
    background-color: #81b03f;
    color: #f0f0f0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    margin-top: -35px;
    margin-bottom: 15px;
}

.quote-btn:hover {
    color: #1b1b1b;
}

.quote-btn:focus {
    color: #f0f0f0;
}

.quote-button {
    padding: 20px;
    background-color: #81b03f;
    color: #f0f0f0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    width: 70%;
    text-align: center;
    margin-top: -35px;
    margin-bottom: 15px;
    transition: all 300ms ease 0s;
}

.quote-button:hover {
    color: #1b1b1b;
    transition: all 300ms ease 0s;
}

.quote-button:focus {
    color: #f0f0f0;
}

.h3-a-3 {
    -webkit-box-reflect: below -12px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    color: #000000;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 7px;
    text-align: center;
    margin-bottom: 30px;
    transform: scale(1.5);
}

.sc-0 {
    padding: 0;
    margin: 0;
}

.h2-rd {
    text-align: center;
    font-weight: 500;
    color: #1b1b1b;
    letter-spacing: 6px;
}

.m-5 {
    margin: 5px;
}

.menu-row {
    padding-right: 25px;
    padding-left: 25px;
}

.logo-main {
    height: 65px;
}

.languagess {
    position: absolute;
    top: 18px;
    right: 0;
}

.header-top {
    display: none;
}

.cos-image {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.abc::after {
    position: absolute;
    content: "";
    height: 530px;
    width: 360px;
    background-color: #f7a582;
    opacity: .1;
    border-radius: 180px;
    left: -155px;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.abc2::after {
    position: absolute;
    content: "";
    height: 530px;
    width: 360px;
    background-color: #07332f;
    opacity: 1;
    border-radius: 180px;
    right: -155px;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content-a-c {
    padding: 100px;
}

.img-c-1 {
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
}

.img-c-2 {
    height: 450px;
    object-fit: contain;
    opacity: 0.2;
}

.img-c-3 {
    height: 450px;
    object-fit: contain;
    opacity: 0.5;
}

.abc {
    background-color: #07332f;
}

.abc2 {
    background-color: #07332f3b;
}

.pol-ul li {
    list-style-type: circle;
    padding-bottom: 10px;
}

.c-box {
    padding: 20px;
}

.c-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    height: 500px;
}

.box-cer {
    padding: 50px;
    border: 2px solid #f0f0f0;
    margin-bottom: 30px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-cer span {
    font-weight: bold;
    color: #1b1b1b;
    font-family: 'Exo';
}

.box-row-c {
    display: flex;
    align-items: center;
}

.dis-wrap {
    display: flex;
    flex-wrap: wrap;
}

.title-effect {
    width: 50px;
    height: 50px;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.5;
    animation: rotation 12.8s steps(1) 0s infinite;
}

.text-center .title-effect {
    left: 50%;
    margin-left: -25px;
}

.text-center .section-title h6 {
    padding: 15px 0;
}

.title-effect .bar {
    background: #2575fc;
}

.title-effect .bar-top {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    animation: bar-top 3.2s linear 0s infinite;
}

.title-effect .bar-right {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: left top;
    transform: scale(1, 0);
    animation: bar-right 3.2s linear 0s infinite;
}

.title-effect .bar-bottom {
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    animation: bar-bottom 3.2s linear 0s infinite;
}

.title-effect .bar-left {
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: scale(1, 0);
    animation: bar-left 3.2s linear 0s infinite;
}

.title {
    position: relative;
    color: #1c1d3e;
    margin-bottom: 0;
}

.section-title h2 {
    margin-bottom: 15px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes bar-top {
    0% {
        transform: scale(0, 1);
    }

    12.5% {
        transform: scale(1, 1);
    }

    87.5% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0, 1);
    }
}

@keyframes bar-right {
    0% {
        transform: scale(1, 0);
    }

    12.5% {
        transform: scale(1, 0);
    }

    25% {
        transform: scale(1, 1);
    }

    75% {
        transform: scale(1, 1);
    }

    87.5% {
        transform: scale(1, 0);
    }

    100% {
        transform: scale(1, 0);
    }
}

@keyframes bar-bottom {
    0% {
        transform: scale(0, 1);
    }

    25% {
        transform: scale(0, 1);
    }

    37.5% {
        transform: scale(1, 1);
    }

    62.5% {
        transform: scale(1, 1);
    }

    75% {
        transform: scale(0, 1);
    }

    100% {
        transform: scale(0, 1);
    }
}

@keyframes bar-left {
    0% {
        transform: scale(1, 0);
    }

    37.5% {
        transform: scale(1, 0);
    }

    50% {
        transform: scale(1, 1);
    }

    62.5% {
        transform: scale(1, 0);
    }

    100% {
        transform: scale(1, 0);
    }
}

.info-bg {
    background-color: #1b1b1b;
    margin: 50px 0 50px 0;
}

.border-none {
    border: none !important;
}

.highlights-row {
    height: 480px;
    display: flex;
    align-items: center;
}

.highlights-p {
    font-size: 16px;
    line-height: 30px;
}

.highlights-section::after {
    position: absolute;
    content: "";
    height: 530px;
    width: 360px;
    background-color: #ededed;
    opacity: .1;
    border-radius: 0 100px 100px 0;
    left: -155px;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.color-f0 {
    color: #f0f0f0 !important;
}

.about-p {
    font-size: 16px;
    line-height: 27px;
    padding-right: 50px;
}

.icons {
    display: flex;
    column-gap: 10px;
    justify-content: center;
}

.iconnn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    border-radius: 50%;
    transition-property: outline-offset, outline-color, background-color;
    transition-duration: .25s;
    background-color: #1b1b1b;
}

.iconnn:hover {
    outline-offset: 4px;
}

.iconnn:hover i {
    animation: shake .25s;
}

.iconnn--instagram:hover {
    background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6269f 60%, #285aeb 90%);
    outline-color: #a02d76;
    color: white;
}

.iconnn--twitter:hover {
    background-color: #1da1f2;
    outline-color: #1da1f2;
    color: white;
}

.iconnn--linkedin:hover {
    background-color: #0077b5;
    outline-color: #0077b5;
    color: white;
}

.iconnn--facebook:hover {
    background-color: #3b5998;
    outline-color: #3b5998;
    color: white;
}

@keyframes shake {
    10% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    30% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-15deg);
    }
}

.f-logo-img {
    height: 75px;
    object-fit: contain;
}

.footer-logo {
    display: flex;
    justify-content: center;
}

.read-white {
    font-size: 25px;
    font-weight: 700;
    color: white !important;
}

.link-abt {
    position: absolute;
    bottom: 65px;
    left: 26%;
    padding: 10px;
    background: #2f2f2f6b;
    width: 50%;
    border-radius: 10px;
    transition: all 300ms ease 0s;
}

.link-abt a {
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-csm:focus {
    color: white
}

.border-b {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
}

.h-stylee {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #81b03f;
    font-weight: 600;
}

.selectedd {
    background-color: #ffffffcf;
    border: solid 2px #f0f0f0;
    border-radius: 0px;
    padding: 14px;
    margin: 0px 0;
    position: relative;
    overflow: hidden;
    transition: .4s ease;
}

.selectedd.active {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .1);
}

.selectedd-title {
    margin: 0 35px 0 0;
    font-size: 14px !important;
    color: #907e87 !important;
    display: flex;
    align-items: center;
    text-transform: capitalize !important;
}

.selectedd-text {
    display: none;
    margin: 30px 0 0;
}

.selectedd.active .selectedd-text {
    display: block;
}

.selectedd-toggle {
    border: 0;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 28px;
    top: 0px;
    height: 30px;
    width: 30px;
    color: #81b03f;
}

.selectedd-toggle .fa-times {
    display: none;
}

.selectedd.active .selectedd-toggle .fa-times {
    display: block;
    color: #fff;
}

.selectedd.active .selectedd-toggle .fa-chevron-down {
    display: none;
}

.selectedd.active .selectedd-toggle {
    background: #81b03f;
}

.btn-selectedd {
    padding: 4px 18px;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    border-color: rgb(129 176 63);
    background-color: rgb(129 176 63);
}

.selectedd-icon {
    font-size: 20px;
    padding-right: 6px;
}

select:focus + .focus {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid var(--select-focus);
    border-radius: inherit;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    z-index: 1;
    outline: none;
}

.select {
    display: grid;
    grid-template-areas: "select";
    align-items: center;
    position: relative;
}

.form-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.bac-pad {
    padding: 10px;
    border-radius: 10px;
    color: #1b1b1b !important;
    font-size: 17px !important;
    text-align: center;
    font-weight: 600 !important;
}

.box-special {
    margin-top: 10px;
}

.spn-crt {
    font-size: 20px;
    font-weight: bold;
    color: #1b1b1b;
}

.group-crt {
    margin-top: 20px;
}

.kvkk-m .modal-body p {
    color: #1b1b1b;
    font-size: 15px;
}

.kvkk-m .modal-body h5 {
    color: #1b1b1b;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
}

.kvkk-m .modal-body {
    padding: 15px 25px 15px 25px;
}

.tech-title-s {
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 12px;
}

.b-1 {
    border: 2px solid #f9b617;
}

.b-2 {
    border: 2px solid #df3c64;
}

.b-3 {
    border: 2px solid #0ca3dd;
}

.abc:hover {
}

.abc2:hover {
    transition: all 300ms ease 0s;
    filter: brightness(0.5);
}

.img-mixx {
    height: 500px;
    width: 100%;
    object-fit: contain;
}

.area-color-1 {
    background-color: #07332f;
}

.pm-0 {
    margin: 0;
    padding: 0;
}

.area-color-2 {
    background-color: #07332f3b;
}

.p50 {
    padding: 50px;
}

.loop-img {
    height: 120px;
    object-fit: contain;
    position: absolute;
    top: 35%;
}

.inners-box {
    height: 400px;
}

.special-area {
    background-image: url(../images/flower/white1.jpg);
    background-size: cover;
    background-position: inherit;
    background-repeat: no-repeat;
    position: relative;
}

.p-0 {
    padding: 0 !important;
}

.dis-j {
    display: flex;
    justify-content: center;
}

.gif-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.sus-span {
    font-size: 22px;
    color: #1b1b1b;
    font-style: italic;
}

.loops {
    padding: 50px;
}

.loops img {
    height: 100px;
    object-fit: contain;
}

.slog-are {
    margin-top: 10px;
}

.special-img {
    position: relative;
    margin-bottom: 30px;
}

.special-img .inner-box {
    position: relative;
    transition: all 0.3s ease 0s;
    border: 1px solid rgb(244, 244, 244);
}

.special-img .inner-box:hover {
    box-shadow: rgb(244, 244, 244) 0px 0px 15px 0px;
}

.special-img .inner-box:hover .image .overlay-box {
    opacity: 1;
}

.special-img .inner-box .image-box {
    position: relative;
    z-index: 11;
    text-align: center;
}

.special-img .inner-box .image-box .image {
    position: relative;
    display: inline-block;
}

.special-img .inner-box .image-box .overlay-box {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgb(3 3 3 / 70%);
    transition: all 0.3s ease 0s;
}

.special-img .inner-box .image-box .overlay-box .cart-option {
    position: relative;
    top: 50%;
    margin-top: -14px;
}

.special-img.inner-box .image-box .overlay-box .cart-option li {
    position: relative;
    margin: 0px 3px;
    display: inline-block;
}

.special-img .inner-box .image-box .overlay-box .cart-option li a {
    position: relative;
    font-size: 18px;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.special-img .inner-box .image-box .overlay-box .cart-option li a i {
    font-size: 35px;
    padding: 20px;
    color: #ffffff;
}

.special-img .inner-box .image-box .overlay-box .cart-option li a:hover {
    color: white;
}

.special-img .inner-box .image-box img {
    max-width: 100%;
    display: inline-block;
}

.special-img .inner-box .lower-content {
    position: relative;
}

.special-img .inner-box .lower-content .price-box {
    position: relative;
    padding: 15px 28px;
    background-color: rgb(244, 244, 244);
}

.special-img .inner-box .lower-content .price-box h3 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
    text-align: center;
}

.special-img .inner-box .lower-content .price-box h3 a {
    color: rgb(2, 14, 40);
    transition: all 0.3s ease 0s;
}

.special-img.inner-box:hover .lower-content h3 a {
    color: rgb(129 176 63);
}

.special-img .inner-box .lower-content .price-box .price {
    position: relative;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 400;
}

.special-img .inner-box .lower-content .rating {
    position: relative;
    padding: 15px 30px;
    text-align: center;
}

.special-img .inner-box .lower-content .rating .fa {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: rgb(245, 91, 20);
}

.objects {
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
}

.object-label {
    position: absolute;
    width: 1em;
    height: 1em;
    background-color: #1b1b1b;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.object-label:hover {
    box-shadow: none;
}

.popover.top {
    margin-top: -20px;
}

.object-info {
    position: absolute;
    display: none;
    z-index: 1;
    left: 50%;
    bottom: 40px;
    width: 12.4em;
    margin-left: -6.2em;
    padding: 1.1em 1.3em 3em;
    border: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.object-info.in {
    display: block;
}

.object-info:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-top: 14px solid rgba(0, 0, 0, 0.6);
}

.object-title {
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: white;
    padding: 0 0 1em;
    border-bottom: 1px solid rgba(249, 249, 249, 0.2);
    margin: 0 0 .5em;
}

.object-content {
    font-size: 12px;
    color: #fff;
    padding: 0;
}

.popover.top > .arrow {
    border-top-color: transparent;
}

.popover.top > .arrow:after {
    border-top-color: rgba(0, 0, 0, 0.6);
}

.o-img img {
    height: 250px;
    position: absolute;
    top: 0;
}

.o-img1 img {
    height: 250px;
    position: absolute;
    top: 10%;
    right: 30%;
}

.fac-box {
    padding: 20px;
    height: 350px;
}

.object-label:hover > .object-info {
    display: block;
}

.img-facc {
    opacity: .3;
}

.box-f1 {
    width: max-content;
    position: absolute;
    top: 43%;
    left: 4%;
    padding: 22px 10px;
    text-align: center;
    background: #81b03f;
    color: #ffffff;
    font-size: 40px;
    line-height: 60px;
    font-family: 'Yeseva One', cursive;
    border-radius: 45% 55% 70% 35% / 45% 45% 55% 45%;
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.10);
}

.box-f2 {
    width: max-content;
    position: absolute;
    top: 67%;
    left: 22%;
    padding: 22px 10px;
    text-align: center;
    background: #81b03f;
    color: #ffffff;
    font-size: 40px;
    line-height: 60px;
    font-family: 'Yeseva One', cursive;
    border-radius: 45% 55% 70% 35% / 45% 45% 55% 45%;
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.10);
}

.box-f3 {
    width: max-content;
    position: absolute;
    top: 15%;
    left: 33%;
    padding: 22px 10px;
    text-align: center;
    background: #81b03f;
    color: #ffffff;
    font-size: 40px;
    line-height: 60px;
    font-family: 'Yeseva One', cursive;
    border-radius: 45% 55% 70% 35% / 45% 45% 55% 45%;
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.10);
}

.img-tml {
    height: 400px;
    object-fit: cover;
    width: 100% !important;
    object-position: center;
    border-radius: 10px;
}

.info-img {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.block-1::after {
    position: absolute;
    content: "";
    left: 100%;
    top: 25px;
    width: 92px;
    height: 92px;
    margin-left: -40px;
    display: inline-block;
    background: url("../images/icons/straight-right-arrow.png") right top no-repeat;
}

.block-2::after {
    position: absolute;
    content: "";
    left: 100%;
    top: 25px;
    width: 92px;
    height: 92px;
    margin-left: -40px;
    display: inline-block;
    background: url("../images/icons/straight-left-arrow.png") right top no-repeat;
}

.block-2-s::after {
    position: absolute;
    content: "";
    left: 100%;
    top: 38px;
    width: 92px;
    height: 92px;
    margin-left: -40px;
    display: inline-block;
    background: url("../images/icons/straight-left-arrow.png") right top no-repeat;
    transform: rotate(327deg);
}

.block-2-a::after {
    position: absolute;
    content: "";
    left: 100%;
    top: 6px;
    width: 92px;
    height: 92px;
    margin-left: -40px;
    display: inline-block;
    background: url("../images/icons/straight-left-arrow.png") right top no-repeat;
    transform: rotate(30deg);
}

.block-3::after {
    position: absolute;
    content: "";
    left: 100%;
    top: 25px;
    width: 92px;
    height: 92px;
    margin-left: -40px;
    display: inline-block;
    background: url("../images/icons/straight-left-arrow.png") right top no-repeat;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.grid-wrapper {
    --auto-grid-min-size: 27rem;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.grid-wrapper .steps {
    color: #1b1b1b;
    font-size: 24px;
    list-style-type: none;
    padding: 1rem 1rem;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}

.icon-box-s {
    position: relative;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 52px;
    color: #1b1b1b;
    margin: 0px auto 15px;
    transition: all 500ms ease 0s;
    border-radius: 50%;
    border: 2px solid rgb(129 176 63 / 50%);
}

.mb-0 {
    margin-bottom: 0 !important;
}

.steps h3 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.add {
    height: 100px;
    position: relative;
    top: -64px;
    background: transparent !important;
}

.adc {
    position: relative;
    bottom: -96px;
}

.icon-box-s img {
    height: 50px;
}

.esse-t {
    height: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cat-box {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.cat-box:hover .cat-img img {
}

.cat-box .cat-img img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.cat-desc h4, .cat-desc h4:hover {
    color: #1b1b1b;
    font-weight: 600;
    text-transform: uppercase;
}

.cat-item {
    margin-bottom: 40px;
}

.img-facilty {
    display: flex;
    justify-content: center;
}

.img-facilty img {
    box-shadow: 0 0 10px 0 #dfdfdf;
    padding: 25px;
    width: 85%;
}

.p-tb-100 {
    padding-top: 100px;
    padding-bottom: 60px;
}

.g-image {
}

.g-image img {
    width: 100%;
    object-fit: contain;
    height: 115px;
}

.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-image {
    transition: all .4s ease-in-out;
}

.lightbox-enabled {
    cursor: pointer;
}

.lightbox-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
}

.lightbox-container.active {
    opacity: 1.9;
    pointer-events: all;
    background: white;
}

.lightbox-image-wrapper {
    display: flex;
    transform: scale(0);
    align-items: center;
    justify-content: center;
    max-width: 90vw;
    max-height: 90vh;
    position: relative;
}

.lightbox-container.active .lightbox-image-wrapper {
    transform: scale(1);
}

.lightbox-btn, #close {
    z-index: 9999999;
    cursor: pointer;
    position: absolute;
    font-family: 'Material Icons' !important;
    font-size: 20px;
}

.lightbox-btn:focus {
    outline: none;
}

.left {
    left: 50px;
}

.right {
    right: 50px;
}

#close {
    top: 50px;
    right: 50px;
}

.lightbox-image {
    width: 100%;
    max-height: 95vh;
    object-fit: cover;
}

@keyframes slideleft {
    33% {
        transform: translateX(-300px);
        opacity: 0;
    }

    66% {
        transform: translateX(300px);
        opacity: 0;
    }
}

.slideleft {
    animation-name: slideleft;
    animation-duration: .5s;
    animation-timing-function: ease;
}

@keyframes slideright {
    33% {
        transform: translateX(300px);
        opacity: 0;
    }

    66% {
        transform: translateX(-300px);
        opacity: 0;
    }
}

.slideright {
    animation-name: slideright;
    animation-duration: .5s;
    animation-timing-function: ease;
}

.section-padding {
    padding: 90px 0px;
}

.modal-dialog-centered {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

@media (max-width: 767px) {
    .modal-dialog-centered {
        width: 100%;
    }

    .ftr-plcy {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        align-items: center;
    }
}

.prod-tabs .tab p:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 16px;
    margin-right: 10px;
    color: rgb(129 176 63);
}

.tb-or .tab p:before {
    color: #fc9600 !important;
}

.map-outer {
    z-index: 9;
    position: relative;
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: .3em 1em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active, .cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus, .cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

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

.cat-img {
    width: 100%;
    height: 100%;
}

.rev-basic-end {
    display: none;
}

.rev-basic-start {
    display: flex;
    width: 100%;
    height: 90vh;
    justify-content: center;
    align-items: center;
}

.rev-basic-start img {
    width: 150px;
    height: auto;
}
.d-flex{
    display: flex;
}
