@import 'https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&family=Nunito:wght@400;600;700&display=swap';
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

html {
    width: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none
}

body {
    background: #fff;
    color: #202035;
    font-family: nunito, sans-serif
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: nunito sans, sans-serif;
    color: #202020;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #3d3d3d;
    padding: 0;
    opacity: .9 !important;
    font-family: nunito, sans-serif
}

a:focus, a:hover {
    color: #3db167;
    text-decoration: none;
    transition: all .4s ease
}

a {
    color: #222222;
    text-decoration: none;
    opacity: .9 !important;
    transition: all .4s ease
}

.img {
    max-width: 100%;
    transition: all .4s ease
}

::selection {
    background: #3db167;
    color: #fff;
    text-shadow: none
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit
}

h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 75px
}

h2 {
    font-size: 52px;
    font-weight: 800;
    line-height: 62px
}

h3 {
    font-size: 37px;
    font-weight: 700;
    line-height: 47px;
    opacity: .9
}

h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    opacity: .9
}

h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 27px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

.b-primary {
    background-color: #d9ffe7;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 4px;
    color: #41b26a;
    line-height: 1;
    font-size: 17px;
    font-weight: 500;
    transition: all .9s ease;
    border: 1px solid #41b26a;
    font-weight: bold;
}

.b-primary:hover {
    box-shadow: 0 0 0 2em #41b26a inset, 0 5px 15px rgb(0 0 0 / 10%);
    color: #fff
}

.b-primary i {
    transform: translateX(0px);
    padding-left: 10px;
    color: #41b26a;
    transition: all .3s ease
}

.b-primary:hover i {
    transform: translateX(5px);
    color: #fff;
}

.b-primary:focus {
    color: #fff
}

.btn-white {
    padding: 10px 15px;
    display: inline-block;
    box-shadow: 0 0 0 0 #ffffff inset;
    color: #ffffff;
    font-weight: 500;
    border-radius: 4px;
    line-height: 15px;
    transition: all .5s ease;
    background-color: #349257;border: 1px solid #66c187;}

.btn-white:hover {
    box-shadow: 0 0 0 4em #ffffff inset, 0 5px 15px rgb(0 0 0 / 10%);
    color: #459d66;}

.btn-white i {
    transform: translateX(0px);
    padding-left: 10px;
    color: #ffffff;
    transition: all .4s ease
}

.btn-white:hover i {
    transform: translateX(10px);
    color: #459d66;}

.btn-read {
    color: #f60;
    transition: all .4s ease
}

.btn-read:hover {
    color: #f60
}

.btn-read i {
    color: #00265e;
    transform: translateX(0px);
    color: #fff;
    transition: all .4s ease
}

.btn-read:hover i {
    transform: translateX(10px);
    color: #ff5e15
}

.btn-read-theme i {
    font-size: 30px;
    color: #fff;
    transition: all .4s ease
}

.btn-read-theme:hover i {
    transform: translateX(0);
    color: #00265e
}

.btn-view-theme-2:hover i {
    background-color: #041b52
}

.btn-color-theme {
    background-color: #00265e !important
}

.btn-color-theme:hover {
    background-color: #f60 !important;
    color: #fff
}

.btn-color-theme:hover i {
    color: #fff
}

.sub-heading {
    color: #41b26a;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: nunito, sans-serif;
    display: inline-block;
    padding-left: 60px;
}

.sub-heading:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 50px;
    height: 3px;
    border-radius: 2px;
    background-color: #41b26a;
}

.pos-relative {
    position: relative
}

.fix {
    overflow: hidden
}

.section-padding {
    padding: 50px 0;
}

.top-spacing {
    padding-top: 120px
}

.bottom-spacing {
    padding-bottom: 120px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-22 {
    padding-bottom: 22px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-64 {
    padding-bottom: 64px
}

.pb-100 {
    padding-bottom: 100px
}

.pr-10 {
    padding-right: 10px
}

.pr-20 {
    padding-right: 20px
}

.pl-30 {
    padding-left: 30px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-30 {
    margin-left: 30px
}

.mt-112 {
    margin-top: 112px
}

.mb-112 {
    margin-bottom: 112px
}

.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999999;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.preloader-inner img {
    animation: sk-bounce 2s infinite ease-in-out
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.header-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.top-header {
    width: 100%;
    height: auto;
    background-color: rgb(65 178 106 / 80%);
}

.main-menu-area {
    background: rgba(255,255,255,.8);
}

.header-location i {
    width: 16px;
    height: auto;
    margin-right: 10px;
    color: #fff
}

.header-location h5 {
    color: #fff;
    font-size: 14px;
}

.header-location span {
    color: #fff;
    font-size: 14px;
}

.header-location span a:hover {
    color: rgba(0, 0, 0, .6);
}

.header-location {
    padding: 8px 0
}

.header-right-portion {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.header-right-portion a {
    color: #fff;
    font-size: 14px;
    opacity: 1
}

.header-email h5 {
    color: #fff;
    opacity: .9;
    font-size: 14px
}

.header-email {
    padding-left: 30px;
    padding-right: 65px
}

.header-email span {
    font-size: 14px;
    opacity: .9
}

.header-email i {
    color: #fff
}

.social-icon ul li {
    display: inline-block;
}

.social-icon ul li a i {
    display: inline-block;
    text-align: center;
    transition: all .3s ease;
}

.social-icon ul li a:hover i {
    color: #fff;
    box-shadow: 0 0 0 4em #40b36a inset, 0 5px 15px rgb(0 0 0 / 10%);
}

.header-socials ul li a i {
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px;

    line-height: 25px;
    color: #fff;
    font-size: 14px;
    border: 1px solid transparent;
}

.header-socials ul li a:hover i {
    background-color: #fff;
    color: #fff;
    border: 1px solid #fff
}

.lang-icon ul li {
    display: inline-block;
}

.lang-icon ul li a {
    background: #40b36a;
    border: 1px solid #fff;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: bold;
}

.lang-icon ul li a:hover,
.lang-icon ul li a.active {
    color: #40b36a;
    box-shadow: 0 0 0 4em #fff inset, 0 5px 15px rgb(0 0 0 / 10%);
}

.header-langs {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid rgba(0, 0, 0, .2);
}

.sticky {
    position: fixed;
    top: -25px;
    right: 0;
    width: 100%;
    z-index: 2;
    margin-top: 25px;
    margin-bottom: 5px;
    background-color: #fff;
    transition: all .7s ease;
    box-shadow: 1px 1px 3px #bac0c5
}

.main-menu-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: 80px
}

.main-menu ul {
    text-align: center;
    z-index: 1
}

.main-menu ul li {
    display: inline-block;
    position: relative;
    line-height: 40px
}

.main-menu ul li:last-child {
    padding: 0
}

.main-menu ul li a {
    color: #202020;
    display: block;
    font-size: 17px;
    font-weight: 700;
    padding: 20px 15px;
}

.main-menu ul li a:hover {
    color: #54ba78;
}

.main-menu ul ul {
    text-align: left !important;
    background: #ecebea;
    width: 280px;
    display: block;
    position: absolute;
    content: "";
    top: 120px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all .2s ease;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.main-menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 80px;
    padding: 5px;
}

.main-menu ul ul li {
    display: block
}

.main-menu ul ul li ul {
    text-align: left !important;
    background: #ff5e15;
    width: 180px;
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 180px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all .2s ease
}

.main-menu ul li ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 0
}

.main-menu ul ul li:hover a {
    background-color: #ffffff;
    color: #41b26a;
}

.main-menu ul ul li a {
    color: #575555;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
}

.main-menu ul li:hover ul ul {
    opacity: 0;
    visibility: hidden
}

.main-menu ul li ul li:hover ul {
    left: 180px;
    opacity: 1;
    visibility: visible
}

.main-menu ul ul li:hover ul li a {
    background: 0 0;
    color: #fff
}

.main-menu ul ul li ul li a:hover {
    background-color: #00265e;
    color: #fff
}

.nav-links li a .fa-angle-down {
    padding-left: 5px;
    transition: all .3s ease
}

.nav-links li a:hover .fa-angle-down {
    transform: translateY(5px)
}

.drop-down li a i {
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease
}

.drop-down li a:hover i {
    opacity: 1;
    visibility: visible;
    color: #41b26a;
}

.btn-search {
    padding-right: 20px;
    font-size: 20px;
    color: #202020;
    cursor: pointer
;position: relative;;top: 2px;}

.td-search-popup.active .search-form {
    visibility: visible;
    opacity: 1;
    width: 40%;
    z-index: 9999
}

.td-search-popup .search-form {
    width: 35%;
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%);
    z-index: 999
}

.td-search-popup .search-form .form-group .form-control {
    border: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 54px;
    padding: 0 75px 0 25px;
    background: #ffffff;
    border: 1px solid #41b26a;
    color: #413f3f;
}

.td-search-popup .search-form .form-group .form-control:hover, .td-search-popup .search-form .form-group .form-control:focus, .td-search-popup .search-form .form-group .form-control:active {
    outline: 0;
    box-shadow: none
}

.td-search-popup .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 54px;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all .4s ease;
    padding: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;

    font-size: 20px;
    background: #41b26a;
}

.td-search-popup .search-form .submit-btn:hover, .td-search-popup .search-form .submit-btn:focus, .td-search-popup .search-form .submit-btn:active {
    outline: 0;
    box-shadow: none
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, .88);
    z-index: 999;
    content: "";
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE8mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuZGFiYWNiYiwgMjAyMS8wNC8xNC0wMDozOTo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjAgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA1LTIzVDEwOjQ5OjI4KzAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wNS0yM1QxMDo1MTowOCswMzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0wNS0yM1QxMDo1MTowOCswMzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjJlMzY5OWQtNDZmNS00YWJhLWExODQtNzM3OTA0MDlkYzlmIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYyZTM2OTlkLTQ2ZjUtNGFiYS1hMTg0LTczNzkwNDA5ZGM5ZiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjYyZTM2OTlkLTQ2ZjUtNGFiYS1hMTg0LTczNzkwNDA5ZGM5ZiI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NjJlMzY5OWQtNDZmNS00YWJhLWExODQtNzM3OTA0MDlkYzlmIiBzdEV2dDp3aGVuPSIyMDIyLTA1LTIzVDEwOjQ5OjI4KzAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjMuMCAoTWFjaW50b3NoKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6HUJV6AAABNUlEQVQ4jZ3TMUrDYBQA4K9pdHRQnMV6Bt0c3DxBwUEp2kGrg17AK4iLSiniIAgdHcTL2EM4W+qQPxjinybtgxDyEr68//Fe6+B9cIsTfOIaPxaPNu5xiNcUV9jEJdZwuiDcxgi98DxIMC58cIxnpEuCME5kRx4tAcfAF9yksqOeh2S/AFPdiiqwj2kSEtMAN6l4LghJ4cU8eCU8p3VgGZ0HD7GOxzow/3M5cpi/Hvewj506MFZprOJZyOXgLOSj4Dw0hweYlPKTkI+CdWgbD+iU8h1ZjyvnuArNx6aPVsh9hXtL1uPKBYmhsTkcYU/DzWs62BcW2LwiWrsp4uP2D86P3wTMo3alU9kKDhuCZThW8VmKuwXBOvg7QXcJsAwXW9Ftbx/trmILb2o2pSJm+MBGuJ5+ATv6aGx5xS/TAAAAAElFTkSuQmCC), progress
}

.body-overlay.active {
    visibility: visible;
    opacity: .97
}

.banner-section {
    background-image: url(../images/banner/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    padding: 150px 0 20px 0;
}

.banner-section:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #000000;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: -1;
}

.banner-section .title {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1;
}

.banner-section .link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 20px;
}

.banner-section .link a {
    color: #dedede;
    padding: 2px 7px;
    margin: 7px;
    transition: all .4s ease;
    border-radius: 5px;
}

.banner-section .link a:after {
    content: "/";
    color: #dedede;
    position: relative;
    left: 16px;
}

.banner-section .link a:last-child:after {
    content: "";
}

.banner-section .link a.active {
    color: #fff;
    transition: all .4s ease;
}

.banner-section .link a:hover {
    color: #000;
    background-color: #fff;
    transition: all .4s ease;
}

.banner-thumnail img {
    width: 100%;
    height: auto
}

.section-title-box .title {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 30px;
}

.feature-thumb img {
    width: 100%;
    height: auto;
    transition: all .7s ease
}

.feature-thumb {
    display: block;
    overflow: hidden
}

.feature-item:hover .feature-thumb img {
    transform: scale(1.1)
}

.feature-item {
    box-shadow: rgb(0 0 0/6%) 0 10px 20px;
    border-radius: 8px;
    padding: 0 20px;
    transition: all .4s ease
}

.feature-item:hover {
    box-shadow: rgb(255 102 0/20%) 0 10px 20px
}

.feature-content {
    padding: 20px 27px 30px 20px
}

.feature-item:hover h4 a {
    color: #f60;
}

.aboutus-section {

    z-index: 0;
}

.aboutus-wrapper {
    width: 100%;
    height: auto;
}

.aboutus-thumb-section {
    height: auto;
}

.aboutus-thumbnail img {
    border-radius: 4px;
    width: 100%;
    box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 18%);
}

.thumb-1 img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 10px solid #fff;
    box-shadow: rgb(0 0 0/8%) 3px 6px 20px
}

.thumb-1 {
    position: absolute;
    content: "";
    bottom: -60px;
    right: 0;
    transform-origin: bottom;
    animation: move-top 4s linear infinite
}

@keyframes move-top {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-20px)
    }
    100% {
        transform: translateY(0)
    }
}

.aboutus-content {
    height: auto;
}

.aboutus-icon {
    width: 100px;
    height: 100px;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    text-align: center;
    line-height: 100px;
    box-shadow: rgb(0 0 0/10%) 2px 5px 15px;
    border-bottom: 4px solid #f60;
    transition: all .4s ease;
    margin: 0 auto
}

.aboutus-icon:hover {
    background-color: #f60;
    color: #fff;
    border-radius: 4px
}

.aboutus-icon img {
    width: 60px;
    height: 60px;
    transition: all .4s ease
}

.aboutus-item p {
    font-size: 17px;
    font-weight: 600
}

.aboutus-item p span {
    font-size: 17px;
    font-weight: 600;
    color: #f60;
    text-align: center
}

.service-box {
    background-color: #fff;
    border-radius: 4px;
    margin: 15px 0;
}

.service-thumb {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: rgb(0 0 0/10%) 3px 4px 10px;
}

.service-box:hover .service-thumb {
    border-color: #41b26a;
}

.service-thumb img {
    width: 100%;
    height: auto;
    transition: all .7s ease;
    overflow: hidden;
    border-radius: 4px;
}

.service-box:hover .service-thumb img {
    transform: scale(1.2)
}

.service-desc {
    background-color: #fff;
    box-shadow: rgb(0 0 0/8%) 3px 6px 30px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: auto;
    transition: all .4s ease;
    position: relative;
    margin: -5px auto 0;
    border: 1px solid #e5e5e5;
    padding: 8px;
}

.service-desc .title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.3px;
}

.service-box:hover .service-icon i {
    background-color: #fff;
    color: #f60;
    animation: hover-icon 1s ease-in-out;
    animation-iteration-count: 1
}

.service-box:hover .service-desc {
    background-color: #ddffe9;
    border-color: #41b26a;
}

.service-box:hover .service-desc a .title {
    color: #41b26a;
}

@keyframes hover-icon {
    16.65% {
        transform: translateX(8px)
    }
    33.3% {
        transform: translateX(-6px)
    }
    49.95% {
        transform: translateX(4px)
    }
    66.6% {
        transform: translateX(-2px)
    }
    83.25% {
        transform: translateX(1px)
    }
    100% {
        transform: translateX(0)
    }
}

.coohseus-section {
    background-color: #fffbfb;
    width: 100%;
    height: auto
}

.chooseus-content {
    width: 26%;
    height: auto;
    margin-left: 20%
}

.chooseus-thumb-section {
    width: 50%;
    height: auto
}

.chooseus-item {
    width: 120px;
    height: auto;
    padding: 20px 11px;
    box-shadow: rgb(0 0 0/8%) 3px 5px 20px;
    margin-right: 30px;
    transition: all .4s ease
}

.chooseus-item:last-child {
    margin: 0
}

.chooseus-item:hover {
    box-shadow: rgb(255 102 0/20%) 2px 6px 20px;
    transform: translateY(5px)
}

.chooseus-icon i {
    font-size: 40px;
    color: #f60;
    border-bottom: 1px solid #e9e9e9;
    display: block
}

.chooseus-item:hover i {
    animation-name: hover-icon;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.chooseus-thumb img {
    border-radius: 10px
}

.chooseus-thumb-bottom {
    position: absolute;
    content: "";
    bottom: -35%;
    left: 10%;
    width: 60%;
    height: 80%;
    border-radius: 8px;
    animation: mymove 4s linear infinite;
    transform-origin: bottom
}

@keyframes mymove {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-20px)
    }
    100% {
        transform: translateY(0)
    }
}

.chooseus-thumb-bottom img {
    width: 100%;
    height: auto;
    border-radius: 8px
}

.project-single {
    margin: 15px 0;
    border-radius: 4px;
    box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 18%);
}

.project-single:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    transition: all .9s ease;
    border-radius: 4px;
}

.project-single:hover:after {
    opacity: .5
}

.project-thumb img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.project-thumb .all-thumb {
    min-height: 232px;
}

.project-info {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #41b26a;
    padding: 10px 15px;
    z-index: 1;
    transition: all .7s ease;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.project-info .title {
    font-size: 19px;
    color: #fff;
    line-height: 1.2;
    padding: 0;
}

.project-single:hover .project-info,
.project-single.active .project-info {
    opacity: 0;
    visibility: hidden
}

.project-info p:after {
    position: absolute;
    content: "";
    top: 15px;
    right: -50px;
    width: 40px;
    height: 2px;
    background-color: #fe354d;
    border-radius: 2px
}

.btn-them-2 {
    position: absolute;
    content: "";
    bottom: 30%;
    left: 50%;
    opacity: 0 !important;
    z-index: 1;
    transform: translate(-50%, 50%);
    width: 90%;
}

.project-single:hover .btn-them-2,
.project-single.active .btn-them-2 {
    bottom: 50%;
    opacity: 1 !important;
}

.team-single {
    background-color: #fff;
    box-shadow: rgb(0 0 0/10%) 3px 6px 40px;
    border-radius: 0 0 8px 8px;
    overflow: hidden
}

.team-slider .team-single:nth-child(1) {
    margin-left: 0
}

.team-slider .team-single:nth-child(4) {
    margin-right: 0
}

.team-thumb img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
    transition: all .7s ease
}

.team-single:hover .team-thumb img {
    transform: scale(1.1)
}

.team-info {
    padding: 20px 20px 30px
}

.team-social {
    position: absolute;
    content: "";
    width: 100%;
    bottom: -50px;
    left: 0;
    background-color: #f60;
    padding: 7px 50px;
    border-radius: 8px 8px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    text-align: center
}

.team-social ul li {
    margin-right: 5px;
    opacity: 0;
    z-index: 9;
    transform: translateX(-20px);
    transition: all .5s ease-in-out;
    display: inline-block
}

.team-social ul li a i {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #fb796a;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    transition: all .4s ease
}

.team-single .team-social ul li:nth-child(1) {
    padding-top: 0;
    transition-delay: .1s
}

.team-single .team-social ul li:nth-child(2) {
    transition-delay: .2s
}

.team-single .team-social ul li:nth-child(3) {
    transition-delay: .3s
}

.team-single .team-social ul li:nth-child(4) {
    transition-delay: .4s;
    margin: 0
}

.team-single:hover .team-social ul li {
    opacity: 1;
    transform: translateX(0)
}

.team-social ul li a:hover i {
    background-color: #00265e;
    color: #fff
}

.team-single:hover .team-social {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.testimonial-section {
    background-image: url(../images/testimonial/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 120px
}

.testimonial-slider-3 img {
    border-radius: 100%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .16)
}

.testimonial-section img {
    border: 4px solid #f60
}

.client-thumb img {
    width: 15% !important;
    height: auto;
    display: block;
    margin: 0 auto
}

.slider-item p {
    font-weight: 600;
    font-style: italic
}

.reviews .checked {
    padding-top: 10px;
    color: #ff5e15
}

.testimonial-slider-3 .action .item-2 {
    position: absolute;
    right: 10%;
    top: -40px;
    transform: translate(-50%, 0)
}

.testimonial-slider-3 .action .item-5 {
    position: absolute;
    right: 0%;
    top: 55%;
    transform: translate(-50%, -50%)
}

.testimonial-slider-3 .action .item-4 {
    position: absolute;
    left: 8%;
    top: 55%;
    transform: translate(-50%, -50%)
}

.testimonial-slider-3 .action .item-6 {
    position: absolute;
    left: 20%;
    bottom: -80px;
    transform: translate(-50%, 0)
}

.testimonial-slider-3 .action .item-3 {
    position: absolute;
    left: 20%;
    top: -40px;
    transform: translate(-50%, 0)
}

.testimonial-slider-3 .action .item-7 {
    position: absolute;
    right: 10%;
    bottom: -80px;
    transform: translate(-50%, 0)
}

.testimonial-slider-3 .testimonial-slider-nav-2 {
    height: 465px;
    width: 465px;
    margin: 0 auto;
    border-radius: 50%;
    display: none
}

.testimonial-slider-3 .testimonial-slider-nav-2 .slick-list {
    align-items: center;
    align-self: center
}

.testimonial-slider-3 .testimonial-slider-nav-2 .thumb img {
    margin: 0 auto
}

.testimonial-slider-for-2 .testimonial-wrap .content {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 20px
}

.testimonial-slider-for-2 .slick-dots {
    position: absolute;
    left: 35%;
    bottom: -80px !important
}

.testimonial-slider-for-2 .slick-dots li {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #000;
    margin: 0 15px;
    list-style: none;
    position: relative;
    transition: all .3s ease-in
}

.testimonial-slider-for-2 .slick-dots li:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background: 0 0;
    border: 1px solid #ff5e15;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    transition: all .3s ease-in
}

.testimonial-slider-for-2 .slick-dots li button {
    display: none
}

.testimonial-slider-for-2 .slick-dots li.slick-active {
    background: #ff5e15
}

.testimonial-slider-for-2 .slick-dots li.slick-active:after {
    opacity: 1
}

.blog-single {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 6%) 0px 8px 20px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.blog-thumb img {
    width: 100%;
    height: 220px;
    transition: all .7s ease;
    border-radius: 4px;
    object-fit: cover;
}

.blog-single:hover .blog-thumb img {
    transform: scale(1.1)
}

.blog-header ul li {
    display: inline-block;
    padding-right: 25px;
    font-size: 13px;
}

.blog-header ul li:last-child {
    padding: 0
}

.blog-header ul li i {
    color: #41b26a;
    padding-right: 10px
}

.blog-header ul li span {
    color: #202020
}

.blog-single a .title {
    transition: all .4s ease;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0;
}

.blog-single:hover a .title {
    color: #41b26a
}

.blog-single .text {
    font-size: 15px;
    line-height: 1.3;
    padding: 0;
}

.blog-single:hover .btn-read {
    color: #41b26a
}

.brand-slider {
    padding: 80px 0;
    border-radius: 16px 16px 0 0
}

.brand-item {
    margin: 0 10px;
    transition: all .3s ease-in-out;
    display: block;
    filter: grayscale(0);
}

.main-logo {
    transition: all .3s ease-in-out;
    display: block;
    filter: grayscale(1);
    width: 100%;
    height: 70px;
    object-fit: contain;
}

.brand-item:hover .main-logo {
    display: block;
    visibility: hidden;
    transform: translateY(100%);
    filter: grayscale(1)
}

.hover-logo {
    display: block;
    position: absolute;
    transition: all .3s ease-in-out;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden;
    transform: translateY(-100%);
    width: 100%;
    height: 70px;
    object-fit: contain;
}

.brand-item:hover .hover-logo {
    display: block;
    opacity: 3;
    visibility: visible;
    transform: translateY(0%);
    filter: grayscale(0%)
}

.reference {
    padding: 60px 0 30px 0;
}

.reference .brand-item {
    border: 1px solid #349257;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.footer-section {
    position: relative;
    padding: 50px 0 0 0;
    background: #ddffe9;
    border-top: 1px solid #66c187;box-shadow: rgb(0 0 0 / 6%) 0px -8px 20px;}

.footer-section p {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}

.footer-section span {
    opacity: .9;
    font-size: 14px !important
}

.footer-child h4 {
    font-size: 19px;
    font-weight: 700;
    color: #202020;}

.footer-title:after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 70px;
    height: 4px;
    border-radius: 3px;
    background-color: #f60;
    transition: all .4s ease
}

.footer-title:hover:after {
    width: 100px
}

.footer-socials li {
    display: inline-block
}

.footer-socials li a i {
    width: 30px;
    height: 30px;
    display: block;
    font-size: 14px;
    background-color: #349257;
    border: 1px solid #349257;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 29px;
    margin: 0 5px 5px 0;
    transition: all .4s ease;
    box-shadow: 0 0 0 0 #66c187 inset;
}

.footer-socials li a:hover i {
    border: 1px solid #55ba79;
    box-shadow: 0 0 0 4em #ffffff inset, 0 5px 15px rgb(0 0 0 / 10%);color: #349257;}

.footer-links li i {
    color: #349257;position: relative;top: 2px;}

.footer-links li:hover i {
    color: #202020;}

.footer-links li {
    padding-bottom: 12px;
    transition: all .4s ease
}

.footer-links li a {
    font-size: 15px;
    font-weight: 400;
    transition: all .3s ease;
    padding-left: 10px;
    color: #202020;}

.footer-links li:hover {
    transform: translateX(5px)
}

.footer-contact li {
    padding-bottom: 20px;
    color: #4b4b4b;
    font-size: 14px;
    transition: all .4s ease;
}

.footer-contact a {
    font-size: 14px;
    color: #4b4b4b;
}

.footer-contact li i {
    color: #349257;
    transition: all .4s ease;
}

.footer-contact li:hover {
    color: #202020;
    padding-left: 5px;
    transition: all .4s ease;
}

.footer-contact li:hover i {
    color: #202020;
}

.footer-contact ul li span {
    padding-left: 10px;
    color: #fff;
    font-size: 14px !important;
    transition: all .4s ease
}

.footer-form form input {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 4px;
    line-height: 18px;
    border: 1px solid #71c791;
    outline: none
}

.footer-form button {

    outline: none;
    margin-top: 15px;
}

.footer-bottom {
    padding: 15px;
    background: #fff;
    border: 1px solid #71c791;
    border-bottom: 0;
    margin-top: 30px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.coppyright-text p {
    font-size: 14px;
    color: #222222;
    margin: 0;
}

.coppyright-text p span {
    color: #ff586c;
    font-weight: 800;
    font-size: 18px
}

.to-top {
    position: fixed;
    right: 40px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #ffffff;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    pointer-events: none;
    opacity: 0 !important
}

.to-top:before {
    position: absolute;
    content: "\f30c";
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #222222;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-family: "font awesome 5 free";
    font-weight: 900;
    transition: all .4s ease
;border: 1px solid #222222;}

.to-top:hover:before {
    bottom: 50px
}

.to-top:after {
    position: absolute;
    content: "\f30c";
    right: 0;
    bottom: -50px;
    width: 40px;
    height: 40px;

    background-color: #349257;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-family: "font awesome 5 free";
    font-weight: 900;
    transition: all .4s ease
}

.to-top:hover:after {
    bottom: 0
}

.to-top.active {
    bottom: 40px;
    pointer-events: auto;
    opacity: 1 !important;}

.to-top i {
    color: #fff
}

.home-slider a {
    position: relative;
}

.home-slider a img {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    object-fit: cover;
}

.home-slider a .slider-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgb(0 0 0 / 40%);
    border-radius: 4px;
    padding: 15px 50px;
    text-align: center;
}

.home-slider a .slider-title {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.home-slider a .slider-text {
    color: #fff;
    font-size: 20px;
}

.home-slider .prev-arrow {
    position: absolute;
    content: "";
    bottom: 50%;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    z-index: 1;
    text-align: center;
    line-height: 40px;
    color: #41b26a;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
}

.home-slider .next-arrow {
    position: absolute;
    content: "";
    bottom: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    z-index: 1;
    text-align: center;
    line-height: 40px;
    color: #41b26a;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
}

.home-slider .slick-arrow {
    transition: all .4s ease
}

.home-slider .slick-arrow:hover {
    background-color: #41b26a;
    color: #ddffe9;
}

.home-slider .slick-dots {
    display: flex !important;
    z-index: 0;
    flex-direction: row;
    justify-content: center;
}

.home-slider .slick-dots button {
    font-size: 0;
    width: 14px;
    height: 14px;
    margin: 4px;
    background-color: #ddffe9;
    border: 1px solid rgb(65 178 106);
    border-radius: 20px;
    transition: .3s
}

.home-slider .slick-dots .slick-active button {
    width: 14px;
    height: 14px;
    background-color: #41b26a;
}

.slider-3 .slick-dots button {
    font-size: 0;
    width: 14px;
    height: 14px;
    margin: 4px;
    background-color: #fff;
    border: 1px solid rgb(255 102 0/60%);
    border-radius: 20px;
    transition: .3s
}

.slider-3 .slick-dots .slick-active button {
    width: 14px;
    height: 14px;
    background-color: #ff5e15
}

.slider-4 .prev-arrow {
    position: absolute;
    content: "";
    top: -100px;
    right: 15px;
    width: 65px;
    height: 50px;
    background-color: #f60;
    z-index: 1;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer
}

.slider-4 .next-arrow {
    position: absolute;
    content: "";
    top: -100px;
    right: 110px;
    width: 65px;
    height: 50px;
    background-color: #f60;
    z-index: 1;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer
}

.slider-4 .slick-arrow {
    transition: all .4s ease
}

.slider-4 .slick-arrow:hover {
    background-color: #ffb27f
}

.slider-4 .slick-slide {
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px
}

.short-section {
    position: relative;
    margin-bottom: 40px;
    background: #f8f4f4;
}

.short-inner {
    transform: translate(0, 30%);
    margin-right: 0
}

.short-item {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 13%) 0px 8px 30px;
    margin: 15px 0;
}

.short-item:hover {
    transform: translateY(-10px);
}

.short-item .short-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 20px;
}

.short-item .short-content .title {
    font-size: 18px;
    padding: 0;
}

.short-item .short-content .text {
    line-height: 1.3;
    font-size: 15px;
    margin-top: 10px;
}

.work-section {
    background-image: url(../images/project/work-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    position: relative;
    z-index: 0;
    margin-bottom: 30px;
    padding-top: 30px;
}

.work-section:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: .85;
    z-index: -1
}

.work-counter {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 13%) 0px 8px 30px;
    transform: translate(0, 30%);
}

.counter-item img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
}

.counter-item .counter {
    position: relative;
    padding-bottom: 0;
    z-index: 0;
    display: inline-block;
    font-size: 35px;
    color: #41b26a;
    margin-left: -27px;
    line-height: 62px;
}

.counter-item span {
    display: block;
    font-size: 17px;
    color: #373737;
}

.counter-item .counter:after {
    position: absolute;
    content: "+";
    top: 4px;
    right: -35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
    color: #41b26a;
    border-radius: 100%;
    background-color: #ddffe9;
    z-index: -1;
}

.blog-section {padding: 60px 0 30px 0;}

.blog-post-content {
    padding: 0;
}

.blog-post .post-thumb img {
    width: 100%;
    height: auto;
    transition: all .7s ease;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
}

.blog-header ul li {
    display: inline-block;
    margin: 0 7px 0 0;
}

.blog-header ul li:last-child {
    padding: 0
}

.blog-header ul li i {
    color: #f60;
    transition: all .4s ease
}

.blog-header ul li:hover i {
    color: #00265e
}

.blog-header ul li span {
    font-size: 14px;
    font-weight: 600
}

.blog-action ul li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #f60;
    background-color: #ffeadc;
    text-align: center;
    line-height: 30px
}

.blog-post-content h4 a {
    font-size: 22px;
    font-weight: 800
}

.blog-post-content h4 a:hover {
    color: #f60
}

.blockquote {
    background-color: #00265e;
    border-bottom: 10px solid #ff5e15;
    padding: 30px 50px 30px 30px;
    margin: 0 100px;
    font-style: italic;
    border-radius: 8px
}

.blockquote p {
    color: #fff;
    opacity: .8;
    font-weight: 400
}

.feature-list li {
    padding-bottom: 7px
}

.feature-list li span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #f60;
    border-radius: 100%;
    margin-right: 10px
}

.fature-top .top-thumb {
    width: 48%;
    height: auto
}

.fature-top .top-thumb img {
    width: 100%;
    height: auto;
    border-radius: 8px
}

.fature-top .feature-content {
    width: 50%;
    height: auto;
    padding: 40px 20px
}

.feature-bottom-wrapper .left-thumb, .right-thumb {
    width: 48%;
    height: auto
}

.feature-bottom-wrapper img {
    width: 100%;
    height: 200px;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    margin-bottom: 30px;
    object-fit: cover;
}

.post-tags {
    padding: 30px;
    border-top: 1px dashed #d2d2d2;
    border-bottom: 1px dashed #d2d2d2;
    display: block;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.post-tags .tags-tittle {
    padding-right: 30px
}

.post-tags a {
    background-color: #f2f3f6;
    padding: 9px 18px;
    display: inline-block;
    transition: all .4s ease;
    margin-right: 20px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px
}

.post-tags a:hover {
    background-color: #ff5e15;
    color: #fff
}

.blog-comments {
    padding: 50px 30px 0
}

.blog-comments .thumb img {
    width: 100%;
    height: auto;
    border-radius: 4px
}

.comments-single {
    border-bottom: 1px solid #f2f3f6;
    padding: 30px;
    background-color: #f2f3f6;
    border-radius: 4px;
    margin-left: 30px
}

.blog-comments .comments-single:last-child {
    border: none
}

.comments-reply {
    margin-left: 140px
}

.comment-content span {
    font-size: 14px;
    font-weight: 600;
    display: block
}

.post-meta ul li {
    display: inline-block;
    padding-right: 20px
}

.post-meta ul li a {
    color: #ff5e15
}

.sidebar-widget {
    background-color: #faf9f9;
    padding: 20px;
    border: 1px dashed #d2d2d2;
    border-radius: 4px;
}

.widget-tittle {
    padding-left: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #202020;
}

.blog-search {
    background-color: #ebebeb;
    padding: 0
}

.blog-search form {
    width: 100%;
    position: relative
}

.blog-search form input {
    width: 100%;
    padding: 19px 45px 19px 20px;
    height: 60px;
    border: none;
    border-radius: 0 4px 4px 0
}

.search-btn {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    border: none;
    background: 0 0
}

.search-btn i {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    background-color: #f60;
    border-radius: 4px
}

.author-section {
    background-image: url(../images/blog/author-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 28px;
    width: 100%;
    height: 100%
}

.list-group li {
    border-bottom: 1px dashed #d2d2d2;
    transition: all .3s ease
}

.list-group li:last-child {
    border: none;
}

.list-group li span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ddfde9;
    transition: all .4s ease
}

.list-group li a {
    font-size: 16px;
    color: #202020;
    padding: 15px 0;
    display: block;
}

.list-group li a:hover,
.list-group li.active a {
    color: #41b26a;
}

.list-group li:hover span,
.list-group li.active span {
    background-color: #41b26a;
}

.recent-post .thumb img {
    width: 75px;
    height: 75px;
    border-radius: 4px;
    transition: all .3s ease;
    object-fit: cover;
    margin-right: 15px;
}

.recent-post .post-info {
    margin-left: 15px;
}

.recent-post .thumb:hover img {
    transform: scale(1.1)
}

.recent-post .post-info i {
    color: #ff5e15
}

.recent-post .post-info a {
    font-size: 18px;
    font-weight: 800;
    display: block;
    margin-bottom: 5px;
    line-height: 1.3;
}

.post-info .post-date span {
    font-size: 14px;
    font-weight: 600;
    opacity: .9
}

.sidebar-post-sinle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.blog-social ul li a i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 8px;
    color: #fff;
    background-color: #f60;
    text-align: center;
    transition: all .4s ease
}

.blog-social ul li a i:hover {
    background-color: #00265e
}

.blog-tags a {
    padding: 9px 14px;
    background-color: #f2f3f6;
    display: inline-block;
    margin: 0 8px 12px 0;
    font-size: 14px;
    transition: all .7s ease
}

.blog-tags a:hover {
    background-color: #ff5e15;
    color: #fff
}

.blog-pagination {
    margin-left: 30px
}

.blog-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0/10%) 3px 5px 15px;
    color: #f60;
    background-color: #ffeadc;
    transition: all .3s ease
}

.blog-pagination a:hover {
    background-color: #ff5e15;
    color: #fff
}

.blog-active {
    background-color: #ff5e15 !important;
    color: #fff !important
}

.newslatter-section {
    position: absolute;
    content: "";
    top: -120px;
    left: 0;
    width: 100%;
    height: auto;
    animation: move 4s linear infinite
}

.newslatter-bg {
    background-image: url(../images/brand/news-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    box-shadow: rgb(255 102 0/10%) 3px 7px 15px;
    padding: 80px 0
}

.newslatter-content span {
    font-size: 22px;
    font-weight: 600;
    color: #fff
}

.email-box form {
    position: relative;
    width: 80%;
    height: auto
}

.email-box form input {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 15px 40px 15px 20px;
    border: none;
    border-radius: 4px
}

.email-box form .btn-sub {
    position: absolute;
    top: 10px;
    right: 15px;
    background: 0 0;
    border: none;
    font-size: 25px;
    color: #f60
}

@keyframes move {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(-20px)
    }
    100% {
        transform: translateX(0)
    }
}

.circle {
    position: relative
}

.circle:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #41b26a;
    border-radius: 100%
}

.product-desc-section {
    padding: 60px 0 30px 0;
}

.product-desc .desc {
    border-top: 1px dashed #d2d2d2;
    padding-top: 20px;
    margin-top: 20px;
}

.product-desc .title h3 {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 10px;
}

.product-desc .colors {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #d2d2d2;
}

.product-desc .colors h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-desc .colors .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.product-desc .colors a {
    padding: 8px;
    background: #faf9f9;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    font-size: 15px;
    margin-right: 15px;
    transition: all .3s ease;
    display: inline-block;
    margin-bottom: 15px;
}

.product-desc .colors a:hover {
    transform: translateY(-5px);
    transition: all .3s ease
}

.product-desc .property {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #d2d2d2;
}

.product-desc .property h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}


.product-desc .property .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.product-desc .property .inner-item {
    padding: 8px;
    background: #faf9f9;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    font-size: 15px;
    margin-right: 15px;
    transition: all .3s ease;
    display: flex;
    margin-bottom: 15px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.product-desc .property .inner-item.value {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.product-desc .property .inner-item.value div {
    font-style: italic;
}

.product-desc .property .inner-item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
}

.product-desc .property .inner-item:hover {
    border-color: #41b26a;
    transition: all .3s ease
}

.product-desc .property .inner-item span {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.product-single-desc .product-desc .price span {
    font-size: 22px;
    font-weight: 700;
    color: #f60
}

.product-single-desc .product-desc .price span del {
    color: #999
}

.product-desc-meta {
    border-top: 1px solid #d1d1d1
}

.product-desc-meta input {
    display: inline-block;
    padding: 10px 0;
    line-height: 20px;
    width: 100px;
    text-align: center
}

.product-desc .product-extra-info ul li {
    display: inline-block;
    font-weight: 600;
    font-size: 18px
}

.product-desc .product-extra-info ul li span {
    font-size: 14px;
    color: #f60
}

.product-desc .product-extra-info ul li span.sku-no {
    font-size: 14px;
    color: #002155
}

.product-desc .product-extra-info ul li {
    display: inline-block;
    padding-right: 30px
}

.product-content {
    border: 1px solid #d2d2d2;
    padding: 15px;
    border-radius: 4px;
    margin-top: 30px;
}

.product-content .title h3 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
}

.similar-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
    margin-top: 60px;
}

.related-prooducts-section .product-slider {
    margin: 0 -15px;
}

.social-share ul li {
    display: inline-block;
    padding: 4px
}

.social-share ul li a i {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    background-color: #ededed;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 0 0 #041b52 inset
}

.social-share ul li a:hover i {
    box-shadow: 0 0 0 4em #041b52 inset, 0 5px 15px rgba(0, 0, 0, .1);
    color: #fff
}

.product-single {
    display: block;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 5px;
}

.product-thumb img {
    width: 100%;
    height: auto;
    transition: all .4s ease;
    transition-delay: .1s
}

.product-single:hover .product-thumb img {
    transform: scale(1.1)
}

.shop-actions {
    position: absolute;
    top: 0;
    padding: 20px;
    border-radius: 4px;
    transition: all .4s ease-in-out;
    text-align: right;
    right: 0
}

.product-single .shop-actions ul li {
    opacity: 0;
    z-index: 9;
    transform: translateY(-20px);
    transition: all .5s ease-in-out;
    padding: 4px 0;
    position: relative
}

.product-single .shop-actions ul li span {
    position: absolute;
    top: 0;
    right: 80px;
    display: inline-block;
    background-color: #fff;
    padding: 2px 10px;
    color: #002155;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    border-radius: 4px;
    visibility: hidden;
    width: 120px;
    text-align: center;
    transition: all .4s ease
}

.product-single .shop-actions ul li:hover span {
    opacity: 1;
    visibility: visible;
    right: 35px
}

.product-single .shop-actions ul li:nth-child(1) {
    padding-top: 0;
    transition-delay: .1s
}

.product-single .shop-actions ul li:nth-child(2) {
    transition-delay: .2s
}

.product-single:hover .shop-actions ul li {
    opacity: 1;
    transform: translateY(0);
    display: block
}

.shop-actions ul li a i {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #002155;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    transition: all .4s ease
}

.shop-actions ul li a:hover i {
    color: #f60
}

.comment-single .review-thumb img {
    width: 100%;
    height: auto
}

.comment-single .comment-text {
    padding-left: 30px
}

.comment-single .comment-text span {
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding-bottom: 10px
}

.reviews-icon {
    display: inline-block
}

.reviews-icon li {
    display: inline-block
}

.reviews-icon li i {
    color: #f60
}

.reviews-icon li i.unchecked {
    color: #00265e
}

.review-box input:hover {
    outline: 2px solid #ff5e15
}

.review-box form textarea {
    width: 100%;
    background-color: #f6f6f6;
    border: none;
    border-radius: 5px;
    resize: none;
    margin-bottom: 10px;
    padding: 20px 0 0 20px
}

.review-box form textarea:hover {
    outline: 2px solid #ff5e15
}

.review-box form button {
    border: none
}

.newslatter-section {
    position: absolute;
    content: "";
    top: -120px;
    left: 0;
    width: 100%;
    height: auto;
    animation: move 4s linear infinite
}

.newslatter-bg {
    background-image: url(../images/brand/news-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    box-shadow: rgb(255 102 0/10%) 3px 7px 15px;
    padding: 80px 0
}

.newslatter-content span {
    font-size: 22px;
    font-weight: 600;
    color: #fff
}

.email-box form {
    position: relative;
    width: 80%;
    height: auto
}

.email-box form input {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 15px 40px 15px 20px;
    border: none;
    border-radius: 4px
}

.email-box form .btn-sub {
    position: absolute;
    top: 10px;
    right: 15px;
    background: 0 0;
    border: none;
    font-size: 25px;
    color: #f60
}

.contact-form.get-offer {
    padding: 60px 0;
}

.contact-form #warning {
    color: #ff5e15;
    padding-bottom: 10px;
    display: block;
    font-size: 22px;
    font-weight: 600
}

.form-item {
    width: 100%;
    padding: 10px 20px;
    background-color: #f6f6f6;
    border: none;
    border-radius: 4px;
    appearance: none;
}

.form-item:first-child {
    margin: 0
}

.contact-form form input[type=email] {
    margin: 0
}

.contact-form form input:hover {
    outline: 1px solid #40b36a;
}

.contact-form textarea {
    width: 100%;
    background-color: #f6f6f6;
    border: none;
    border-radius: 4px;
    resize: none;
    padding: 10px 20px;
}

.contact-form textarea:hover {
    outline: 1px solid #40b36a;
}

.contact-form select {
    width: 100%;
}

.contact-form .select2-container--default .select2-selection--multiple {
    width: 100%;
    padding: 10px 20px;
    background-color: #f6f6f6;
    border: none;
    border-radius: 4px;
    appearance: none;
}

.contact-form .select2-container .select2-search--inline .select2-search__field {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.contact-form .select2-container--default .select2-selection--multiple:hover {
    outline: 1px solid #40b36a;
}

.contact-form form button {
    border: none
}

.contact-thumb-bg {
    background-image: url(../images/team/contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 0 38px;
    z-index: 0;
    animation: move 4s linear infinite
}

.contact-thumb-bg:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-image: linear-gradient(to right, #FFEADC, #00265E);
    opacity: .4;
    border-radius: 8px;
    z-index: -1
}

.contact-thumb-content.text-center {
    padding-top: 65%
}

.contact-thumb-content h4 {
    padding-bottom: 20px;
    font-size: 26px
}

.contact-form .error-info {
    display: block;
    margin-top: 5px;
}

.contact-form .error-info p {
    font-size: 14px;
    color: darkred;
}

.chat-icon i {
    font-size: 50px;
    color: #f60;
    margin-bottom: 20px
}

@keyframes move {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-20px)
    }
    100% {
        transform: translateY(0)
    }
}

.contact-info-area {
    padding: 60px 0 30px 0;
}

.contact-info-area .contact-item {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
}

.contact-info-area .contact-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.contact-box {
    background-color: #dcffe8;
    padding: 20px;
    border-radius: 4px;
    transition: all .4s ease;
    border: 1px solid #41b26a;
    margin-bottom: 30px;
}

.contact-box p {
    font-size: 14px;
    opacity: .9
}

.contact-box:hover {
    background-color: #fff;
}

.contact-icon i {
    width: 80px;
    height: 80px;
    transition: all .4s ease;
    color: #41b26a;
    font-size: 40px;
    line-height: 80px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    border: 1px solid #41b26a;
    background: #fff;
}

.contact-box:hover .contact-icon i {
    background-color: #41b26a;
    border: 1px dashed #fff;
    color: #fff;
}

.address h4 {
    user-select: text;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.address p {
    user-select: text;
    font-size: 18px;
    margin: 0;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.contact-home-style .contact-box {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.contact-home-style .contact-icon i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    margin-right: 10px;
}

.contact-home-style .address h4 {
    line-height: 1;
    display: block;
    margin: 0 0 5px 0;
}

.contact-home-style .address p {
    height: auto;
    display: block;
}

.map {
    width: 100%;
}

.error-page {
    padding: 120px 0;
}

.error-page .inner-error {
    text-align: center;
}

.error-page .inner-error .error-code {
    font-size: 5rem;
    margin-bottom: 50px;
    color: darkred;
}

.error-page .inner-error .error-title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1;
}

.error-page .inner-error .error-desc {
    font-size: 17px;
    margin-bottom: 50px;
    line-height: 1.3;
}

.product-code span {
    padding: 4px 10px;
    margin-top: 10px;
    background: rgba(0,0,0,.1);
    border-radius: 4px;
    border: 1px dashed rgba(0,0,0,.2);
    display: inline-block;
}