/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about
5. features
6. services
7. video
8. choose
9. brand
10. work-process
11. team
12. counter
13. cta
14. testimonial
15. blog
16. pagination
17. f-cta
18. pricing
19. contact
20. footer

*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,500;0,600;0,700;0,800;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,500;1,700&display=swap');


/* varible.css */

:root {

    --primary-color: rgb(226, 33, 38);
    --secondary-color: #35363b;
    --rgba-primary-1: rgba(226, 33, 38, 0.1);
    --grd-bg-color: linear-gradient(135deg, #e22126, #35363a);
    --white: #fff;

    --radius: 4px;
}

::selection {
    background-color: var(--primary-color);
    color: #fff;
    /* text visible rahe */
}

/* 1. Theme default css */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #777;
    font-style: normal;
    line-height: 26px;
}

.text-left {
    text-align: left !important;
}

.mean-container a.meanmenu-reveal span {
    background: no-repeat;
    display: block;
    height: 3px;
    margin-top: 3px;
    border-top: 3px solid #fff;
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid rgba(217, 217, 217, 0.5);
    color: #333;
    display: block;
    float: left;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    font-size: 15px;
    font-weight: 600;
}

.mean-container .mean-nav {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #0000001A;
    position: absolute;
}

.mean-container .mean-nav ul {
    overflow: hidden;
}

.mean-container .mean-nav ul li a.mean-expand {
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 9px 12px;
}

.bg-overlay {

    position: relative;
    z-index: 1;
}

.bg-overlay:after {
    position: absolute;
    content: "";
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0);
}

.srb-line {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -90px;
}

.line5 {
    display: block;
}

.mr-15 {
    margin-right: 15px;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

a,
button {
    color: #141b22;
    outline: medium none;
}

a:hover {
    color: var(--primary-color);
}

.box20 .title a {
    color: #fff;
}

.box20 .title a:hover {
    color: #444;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: none;
    box-shadow: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Jost', sans-serif;
    color: #141b22;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
}

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

h1 {
    font-size: 40px;
    font-weight: 600;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {


    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

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

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}


/* button style */

.btn {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 30px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    overflow: hidden;
}

.btn i {
    margin-left: 10px;
    font-size: 18px;
}

.btn::before {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    content: "";
    background: var(--secondary-color);
    top: -60PX;
    left: 10px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.btn:hover::before {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 4px;
    content: "";
    background: var(--secondary-color);
    top: 0;
    left: 0;
    z-index: -1;
}

.btn:hover {
    color: #fff;
    border-color: var(--secondary-color);
}


.slider-btn:hover .btn-after {
    margin-top: -50px;
    margin-left: 0px;
}

/* scrollUp */
#scrollUp {
    background: var(--primary-color);
    height: 45px;
    width: 45px;
    right: 50px;
    bottom: 109px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 45px;
    transition: .3s;
}

#scrollUp:hover {
    background: var(--primary-color);
}

/* 2. header */
.header {
    margin-bottom: -177px;
}

.header .second-header {
    background: none;
}

.header .second-header::before {
    display: none;
}

.header .second-menu {
    background: #fff;
    padding: 15px;
}

.header-top {
    padding-top: 40px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
}

.innder-ht {
    padding: 10px 0;
}

.wellcome-text p {
    margin-bottom: 0;
    color: #8a8a8a;
}

.header-cta ul li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e1e1e140;
}

.header-cta ul li:first-child {
    margin-left: 0;
}

.header-cta ul li:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}

.header-cta ul li i {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
    color: var(--primary-color);
}

.header-top-cta ul li {
    display: inline-block;
    width: 200px;
    margin-right: 80px;
}

.header-top-cta ul li:last-child {
    margin-right: 0;
}

.header-cta .call-box {
    display: flex;
    text-align: left;
}

.header-cta .call-box .icon img {
    width: 35px;

    filter: grayscale(1);
}

.h-cta-icon {
    float: left;
    display: block;
    margin-right: 20px;
}

.h-cta-content {
    overflow: hidden;
}

.h-cta-content h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.h-cta-content p {
    margin-bottom: 0;
    line-height: 1.5;
}

.menu-area {
    position: relative;
}

.menu .sub-menu {
    display: none;
    position: absolute;
    background-color: #ffff;
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    border-top: 4px solid #faa292;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.menu .sub-menu,
.menu .children {
    display: none;
    position: absolute;
    background-color: #ffff;
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    border-top: 4px solid var(--primary-color);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.main-menu {
    position: relative;
    z-index: 9;
    margin-right: -16px;
}

.menu .sub-menu li {
    margin-left: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}

.main-menu .sub-menu li a {
    padding: 15px;
}

.menu .sub-menu li,
.menu .children li {
    margin-left: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}

.menu .menu-item-has-children:hover>ul {
    display: block;
    margin-top: 0px;
}

.main-menu .menu-item-has-children>ul>.menu-item-has-children>ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: -255px;
    margin-top: 0;
    top: -3px;
}

.menu .menu-item-has-children:hover>ul,
.menu .page_item_has_children:hover>ul {
    display: block;
    margin-top: 0px;
}

.menu .page_item_has_children>ul>.page_item_has_children:hover>ul {
    margin-left: -265px;
    margin-top: 0;
    top: -3px;
}

.main-menu .menu-item-has-children>ul>.menu-item-has-children:hover>ul,
.menu .page_item_has_children>ul>.page_item_has_children:hover>ul {
    display: block;
}

.main-menu .menu-item-has-children>ul>.menu-item-has-children:hover>ul {
    display: block;
}

.main-menu .menu-item-has-children>ul>.menu-item-has-children>ul>.menu-item-has-children>ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: 255px;
    margin-top: 0;
    top: -3px;
}

.main-menu ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

.main-menu ul li.active a {
    color: var(--primary-color);
}

.main-menu ul li a {
    display: block;
    color: #141b22;
    padding: 20px 0;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    font-family: 'Jost', sans-serif;
}

.main-menu ul li a::after {
    content: "+";
    margin-left: 10px;
    color: var(--primary-color);
    display: none;
}

.main-menu ul li:last-child a::after,
.main-menu .has-sub ul li a::after {
    display: none;
}

.main-menu ul li:first-child {
    margin-left: 0;
}

.menu-area .menu-tigger {
    cursor: pointer;
    display: inline-block;
}

.menu-area .menu-tigger span {
    height: 2px;
    width: 30px;
    background: #2935bb;
    display: block;
    margin: 7px 0;
    transition: .3s;
}

.main-menu ul li:hover>a {
    color: var(--primary-color);
}

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

.display-ib {
    display: inline-block;
}

.header-social a {
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
    text-align: center;
    color: #191D3B;
}

.search-top {
    display: inline-block;
    position: absolute;
    top: 16px;
    border: 2px solid #141b22;
    border-radius: 30px;
    left: 20%;
}

.search-top ul {
    background: #4CC3C1 0% 0% no-repeat padding-box;
    border-radius: 23px;
    margin: 5px;
    padding: 10px 5px 5px;
}

.search-top li {
    display: inline-block;
    padding: 0px 15px;
    border-right: 1px solid #ffffff38;
}

.search-top li a {
    color: #fff;
    font-size: 18px;
    float: left;
}

.search-top li:last-child {
    border: none;
}

.header-social a:hover {
    color: #fff;
}

.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    z-index: 10 !important;
    background: #fff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.responsive {
    display: none;
}

#mobile-menu {
    display: block;
}

.right-menu li {
    float: right;
    padding: 0;
}

.right-menu .icon {
    float: left;
    margin-right: 20px;
}

.right-menu .icon img {
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.right-menu .text {
    float: left;
    padding-top: 5px;
}

.right-menu .text span {
    display: block;
    color: #517496;
}

.right-menu .text strong {
    color: var(--secondary-color);
    font-size: 25px;
    font-weight: 900;
    font-family: 'Jost', sans-serif;
}

.menu-search {
    padding: 10px 0;
}

.menu-search a {
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
    background: #ffffff4a;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    color: #b8bfc3;
}

.top-btn {
    background: var(--primary-color);
    padding: 16px 30px;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
}

.top-btn:hover {
    background: transparent linear-gradient(90deg, var(--primary-color)0%, var(--primary-color)100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

.sticky-menu .logo {
    margin-top: 0;
    line-height: 61px;
    height: auto;
}

.slider-content {
    position: relative;
    z-index: 2;

}

.slider-bg .banner-img {
    overflow: hidden;
    height: 738px;
    margin-top: 115px;
    margin-right: -62px;
}

.slider-content.s-slider-content.text2 {
    margin-top: 0;
}

.slider-content.s-slider-content.text3 {
    margin-top: 168px;
}

.slider-price {
    position: absolute;
    right: 0;
    bottom: 0;
}

.slider-price h3 {
    color: #fff;
}

.slider-price h2 {
    color: var(--primary-color);
    font-size: 60px;
    font-weight: 500;
}

.slider-btn {
    display: inline-block;
    position: relative;
}

.slider-active .slick-dots {
    position: absolute;
    top: 40%;
    left: 22%;
}

.slider-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 1px;
    margin-left: 10px;
    background: var(--primary-color);
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;

}

.slider-active .slick-dots li.slick-active button {
    width: 50px;
    background: var(--primary-color);
}

.slider-active .slick-dots li.slick-active button::before {

    opacity: 1;
}

.slider-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center;
}

.second-header {
    border: none;
    padding-bottom: 15px;
    background: #141b22;
    padding-top: 15px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.second-header::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 32%;
    background: var(--primary-color);
    top: 0;
    z-index: -1;
    left: -25px;
    transform: skew(30deg);
}

.second-header a,
.second-header span {
    color: #fff;
}

.second-header a:hover {
    color: #ffffffc2;
}

.second-menu {
    position: relative;
    z-index: 9;
}

.sticky-menu .second-menu {
    margin: 0;
    box-shadow: none;
    padding: 0;
}

.sticky-menu .second-menu::before {
    content: none;
}

.second-menu .main-menu ul li {
    margin-left: 40px;
}

.second-menu .main-menu ul li:first-child {
    margin-left: 0;
}

.second-menu .main-menu ul li a::before {
    content: none;
}

.second-header-btn .btn {
    background: var(--primary-color);
    font-size: 16px;
    color: #fff;
    padding: 25px 30px;
    position: relative;
    border-radius: 0;
}

.second-header-btn .btn:hover {
    color: #fff;
    background: var(--secondary-color);
}

.img-main {
    position: relative;
    z-index: 2;
}

.offcanvas-menu {
    position: fixed;
    right: 0;
    height: 100%;
    width: 300px;
    z-index: 999;
    background: #00081b;
    top: 0;
    padding: 30px;
    transition: .5s;
    transform: translateX(100%);
}

.offcanvas-menu.active {
    transform: translateX(0)
}

.menu-close i {
    font-size: 18px;
    color: #fff;
    transition: .3s;
    cursor: pointer;
}

.menu-close:hover i {
    color: var(--primary-color);
}

.offcanvas-menu ul {
    margin-top: 30px;
}

.offcanvas-menu ul li {
    border-bottom: 1px solid #101c38;
}

.offcanvas-menu ul li a {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 6px 0;
    display: block;
}

.offcanvas-menu ul li:hover a {
    color: var(--primary-color);
}

.side-social a {
    color: #fff;
    margin-right: 10px;
}

.side-social {
    margin-top: 30px;
}

.side-social a:hover {
    color: var(--primary-color);
}

.offcanvas-menu form {
    position: relative;
    margin-top: 30px;
}

.offcanvas-menu form input {
    width: 100%;
    background: none;
    border: 1px solid #2d3547;
    padding: 7px 10px;
    color: #fff;
}

.offcanvas-menu form button {
    position: absolute;
    border: none;
    right: 0;
    background: var(--primary-color);
    padding: 8px 14px;
    top: 0;
    cursor: pointer;
}

.offcanvas-menu form button i {
    color: #fff;
}

.offcanvas-overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.offcanvas-overly.active {
    opacity: .5;
    visibility: visible;
}

.off-logo {
    display: none;
}

.header-two .menu-area {
    padding: 15px 0;
    border-top: 1px solid #ffffff70;
    border-bottom: 1px solid #ffffff70;
    z-index: 1;
}

.header-two .menu-area.sticky-menu {
    background: #032e3f;
    border: none;
}

.header-two .top-callus {
    background: var(--primary-color);
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 0 0px 10px 10px;
    width: 100%;
}

.header-two {
    margin-bottom: -178px;
}

.header-two .second-header {
    background: none;
}

.header-two .second-header::before {
    display: none;
}

.header-two .main-menu ul li a {
    color: #fff;
}

.header-two .login li a {
    color: #fff;
}

.header-three {}

.header-three .second-header {
    background: var(--secondary-color);
}

.header-three .menu-area::before {
    display: none;
}

.header-three .menu-area {
    border-top: 0;
    position: relative;
    z-index: 9;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.header-three .sticky-menu {
    margin-top: 0;
    background: #fff;
}

.header-three .main-menu ul li a {
    font-family: 'Jost', sans-serif;
    color: #162542;
}

.header-three .main-menu .sub-menu li a,
.menu .children li a {
    color: #4f4f4f !important;
}

.header-three .main-menu .sub-menu li a:hover,
.menu .children li a:hover {
    color: var(--primary-color) !important;
}

.header-three .btn.ss-btn {
    float: right;
}

.login li {
    display: inline-block;
}

.login li a {
    color: #000;
    text-transform: uppercase;
}

.login li i {
    margin-right: 25px;
}

.slider-three .slider-img {
    margin-left: -25px;
    margin-top: 50px;
    margin-right: -227px;
}

.slider-bg-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #040f2d91;
    z-index: 1;
}

.slider-four .slider-bg h5 {
    border: none;
    color: #ffffff1c;
    font-size: 170px;
}

.slider-four .slider-img {
    margin-left: 0;
    margin-top: 136px;
    margin-right: -235px;
    float: right;
}

.slider-four .slider-img img {
    position: relative;
    z-index: 1;
}

.slider-four .slider-bg .text2 h5 {
    color: var(--primary-color);
    font-size: 18px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}

.slider-four .slider-bg .video-i i {
    border: none;
    color: var(--primary-color);
    margin-right: 10px;
}

.slider-four .slider-bg .text2 p {
    color: #777;
}

.single-slider .subricbe {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 15px;
    margin-top: 40px;
    width: 92%;
}

.header-input {
    padding: 0 1rem;
    width: 100%;
    height: 4.4rem;
    border-radius: 5px;
    outline: none !important;
    margin-bottom: 0;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    border-radius: 0;
}

.contact-form .btn::before {
    display: none;
}

.header-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border-radius: 4px;
    background: var(--primary-color);
    border: none;
    color: #fff;
    padding: 5px 15px;
}

.header-btn i {
    margin-left: 0;
}

.search-top2 {
    float: right;
}

.search-top2 li {
    margin-left: 20px;
    float: left;
    border-radius: 10px;
    background: var(--secondary-color);
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

.search-top2 li a {
    float: none !important;
}

.search-top2 li .fas.fa-search {
    color: #36383a;
}

/* breadcrumb */
.breadcrumb-area {
    background-size: cover;
    position: relative;
    min-height: 450px;
    background-repeat: no-repeat;
    background-color: #000;
}

.breadcrumb-wrap2 {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 27%;
    z-index: 1;
}

.breadcrumb-wrap.text-left {
    text-align: center !important;
}

.breadcrumb {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: unset;
    border-radius: 30px;
    background: var(--primary-color);
    padding: 15px 35px;
    position: relative;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
    color: #ddd;
    content: "|";
}

.breadcrumb-title h2 {
    font-size: 70px;
    margin-bottom: 25px;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
}

.breadcrumb-title p {
    margin-bottom: 0;
    color: #777;
    font-size: 16px;
}

.breadcrumb>.active {
    color: #fffc !important;
    font-weight: 500;
}

.cart-top {
    display: inline-block;
}

.cart-top li {
    display: inline-block;
    padding: 0px 17px;
}

.cart-top li a {
    color: #fff;
    font-size: 18px;
    float: none !important;
}

.cart-top li:last-child {
    border: none;
}

.call-box .icon {
    display: inline-block;
}

.call-box li {
    float: left;
    color: #fff;
}

.call-box .text {
    margin-left: 10px;
}

.call-box span {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-bottom: -5px;
}

.call-box strong {}

.header-social a {
    color: #fff;
    margin-left: 15px;
    font-size: 18px;
}

/* 3. slider */
.overlay-bg-01 {
    position: absolute;
    left: 0;
    top: 0;
}

.overlay-bg-02 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.overlay-bg-03 {
    position: absolute;
    right: 0;
    top: 30px;
}

.overlay-bg-04 {
    position: absolute;
    right: 0;
    bottom: 100px;
}

.slider-bg {
    /* min-height: 856px !important; */
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.slider-bg .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover !important;
    transform: scale(1);
    transition: transform 7000ms ease;
    z-index: 1;
}

.slider-bg.slick-active .image-layer {
    transform: scale(1.15);
}

.slider-bg .video-i.popup-video {
    text-align: center;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.slider-bg .video-i.popup-video img {
    display: inline-block;
}

.show-bg3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    z-index: 1;
}

.slider-bg2 {
    min-height: 900px;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: -118px;
    z-index: 1;
}

.slider-bg2 .slider-content>span::before {
    content: "";
    background: #383838;
    height: 3px;
    float: left;
    width: 60px;
    margin-top: 15px;
    margin-right: 10px;
}

.slider-bg2 .slider-content h2 {
    color: #fff;
}

.slider-bg2 .slider-content p {
    color: #676f67;
    font-size: 16px;
    margin-bottom: 0;
}

.slider-bg2 .slider-content>span {
    font-size: 22px;
    font-weight: 500;
    color: var(--primary-color);
    display: block;
    margin-bottom: 20px;
    margin-top: 30px;
}

.slider-bg .video-i i {
    background: #fff;
    padding: 14px;
    border-radius: 100%;
    width: 60px;
    display: inline-block;
    text-align: center;
    color: var(--primary-color);
    height: 60px;
    line-height: 30px;
    box-shadow: 1px 1.732px 60px 0px rgba(250, 63, 108, 0.1);

}

.slider-bg2 .video-i {
    background: #383838;
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}

.slider-bg2 .video-i:hover {
    background: var(--primary-color);
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}

.slider-three .slider-bg {
    min-height: 959px !important;
}

.slider-three .slider-content h5::after {
    display: none;
}

#particles-js {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slider-content>span {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 6px;
    display: block;
    margin-bottom: 20px;
}

.slider-content h2 {
    font-size: 70px;
    letter-spacing: 1.0px;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #fff;
}

.slider-content h2 span {
    color: #fff;
    position: relative;
}

.slider-content h2 span::after {
    bottom: 13px;
    height: 2px;
    width: 100%;
    content: "";
    position: absolute;
    display: inline-block;
    background: var(--primary-color);
    left: 0;
}

.slider-content h5 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.slider-content h5::after {
    content: "";
    height: 2px;
    width: 55px;
    position: relative;
    display: inline-block;
    background: var(--primary-color);
    top: -5px;
    left: 15px;
}

.slider-content p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: var(--primary-color);
    margin-right: 20px;
    position: relative;
    top: -4px;
}

.slider-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.p-relative {
    position: relative;
}

.down-arrow {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 1;
    height: 60px;
    width: 30px;
    margin: auto;
    text-align: center;
    line-height: 60px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 18px;
}

.down-arrow:hover {
    color: #fff;
}

.slider-active .slick-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 5%;
    color: #00163b;
    font-size: 26px;
    line-height: 60px;
    border: none;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    background: none;
    transition: .5s;
    width: 60px;
    height: 60px;
    background: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}


.slider-active .slick-next {
    right: 5%;
    left: inherit;
}

.slider-active .slick-arrow,
.slider-active .slick-next {
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.slider-active:hover .slick-prev {
    left: 4%;
}

.slider-active:hover .slick-next {
    right: 4%;
}

.slider-active:hover .slick-arrow,
.slider-active:hover .slick-next {
    opacity: 1;
}

.slider-active .slick-arrow:hover {
    color: #fff;
    background: var(--primary-color);
}

.second-slider-content h2 {
    font-size: 90px;
    margin-bottom: 20px;
}

.second-slider-bg::before {
    opacity: .5;
}

.second-slider-content {
    padding-top: 85px;
    padding-bottom: 5px;
}

.s-slider-content h2 {
    margin-bottom: 25px;
}

.s-slider-content p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    margin: auto;
    padding-right: 60px;
}

.slider-four .s-slider-content p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    padding-bottom: 30px;
    width: 90%;
    margin: auto;
}

.btn-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    background: #ffb3a5;
    padding: 10px 15px;
    color: #fff;
}

.btn.ss-btn.active {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
}

.line {
    float: left;
    margin-right: 15px;
}

.slider-shape {
    position: absolute !important;
    z-index: 9;
}

.ss-one {
    top: 220px !important;
    left: 200px !important;
}

.ss-two {
    top: 290px !important;
    left: 49% !important;
}

.ss-three {
    top: 77% !important;
    left: 7% !important;
}

.ss-four {
    top: 56% !important;
    left: 37% !important;
}

.ss-five {
    left: 61% !important;
    top: 83% !important;
}

.ss-six {
    left: 88% !important;
    top: 80% !important;
}

.ss-seven {
    top: 20% !important;
    left: 89% !important;
}

.slider-bg .text2 h2 {
    font-size: 60px;
}

.slider-bg .text2 a {
    color: #FFF;
}

.slider-bg .text2 .btn.ss-btn.active {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #FFF;
}

.slider-bg .text2 p {
    padding-right: 22%;
    color: #fff;
}

.slider-text-2 h2 {
    color: #fff;
}

.s-aliment-1 {
    position: absolute;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 15px;
    box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.2);
    top: 361px;
    right: -122px;
    display: flex;
    align-items: center;
    z-index: 1;
    animation: movedelement 5s linear infinite;
    width: 250px;
}

.aliment-icon-red {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aliment-content {
    margin-left: 15px;
    padding-top: 15px;
}

.aliment-content p {
    margin-bottom: 0;
}

.aliment-content .h3-title {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.slider-content2 h2 {
    color: var(--secondary-color);
}

.slider-content2 p {
    color: #777777;
}

.slider-content2 h5 {
    color: #777777;
}

/* 4. about */
.about-area .btn {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.about-area .btn:hover {
    border: 1px solid var(--primary-color);
}

.about-area .btn:hover::before {
    background: var(--primary-color);
}

.s-about-img img {}

.about-img {
    margin-left: -50px;
}

.about-user {
    display: flex;
    margin: 30px 0;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 15px;
}

.about-user .img {
    margin-right: 30px;
}

.about-user .text h5 {
    color: var(--primary-color);
}

.about-text {
    position: absolute;
    bottom: 0px;
    right: 30px;
    width: 200px;
    background: var(--primary-color);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.about-text::after {
    position: absolute;
    content: "";
    height: 6px;
    width: 100%;
    bottom: 0;
    left: 0;
    display: inline-block;
    background: var(--secondary-color);
}

.about-text span {
    font-size: 50px;
    color: #fff;
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    margin-top: 0;
}

.about-text span sub {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-left: -10px;
    bottom: 5px;
}

.about-title>span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: var(--primary-color);
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}

.about-title h2 {
    font-size: 50px;
    margin-bottom: 0 !important;
}

.about-title h5 {
    color: var(--primary-color);
    font-size: 18px;
    margin-bottom: 10px;
}

.about-title .title-strong {
    color: #4f4f4f;
    font-weight: 500;
    font-size: 18px;
}

.about-title .title-strong span {
    padding: 3px 12px;
    background: var(--primary-color);
    border-radius: 5px;
    color: #fff;
}

.about-title p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: var(--primary-color);
    margin-right: 20px;
    position: relative;
    top: -5px;
}

.about-title p {
    margin-bottom: 0;
}

.about-content p {
    margin-bottom: 45px;
}

.about-content li {
    display: flex;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.about-content li .text {
    padding-top: 0;
}

.about-title h2 span {
    color: var(--primary-color);
}

.about-content li .icon i {
    width: 40px;
    height: 40px;
    background: #ebebeb;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    color: var(--primary-color);
}

.product-qulity li h3 {
    font-size: 26px;
    font-weight: 600;
}

.product-qulity li .icon {
    width: 140px;
    margin-top: 12px;
}

.about-content .exprince {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 30px 0;
}

.about-content .exprince h5 {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 500;
    color: #0595b8;
}

.about-content .exprince p {
    margin-bottom: 0;
}

.about-content .nav-tabs {
    border: 1px solid #141b22;
    width: 54%;
    padding: 6px;
    display: inherit;
    border-radius: 10px;
    margin-bottom: 30px;
}

.about-content .nav-tabs .nav-item {
    margin-bottom: 0;
    display: inline-block;
    margin-top: 0;
}

.about-content .nav-tabs .nav-item.show .nav-link,
.about-content .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #141b22;
    border: none;
    border-radius: 10px;
    padding: 12px 32px;
    color: #fff;
    text-transform: uppercase;
}

.about-content .nav-tabs .nav-link {
    padding: 12px 32px;
    text-transform: uppercase;
    border: none;
}

.ab-ul {
    margin-top: 30px;
}

.ab-ul li {
    float: left;
    width: 50%;
}

.ab-ul li .icon i {
    width: 40px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EEEEEE;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    color: var(--primary-color);
}

.sr-ul {
    margin-top: 30px;
}

.sr-ul li {
    float: left;
    width: 46.2%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    margin: 0 20px 30px 0;
    padding: 15px 20px;
}

.sr-ul li .icon i {
    width: inherit;
    height: inherit;
    background: inherit;
    border: inherit;
    border-radius: inherit;
    line-height: inherit;
    font-size: 30px;
    color: #4cc3c1;
}

.sr-ul li .text {
    font-size: 14px;

    color: var(--secondary-color);
}

.sr-tw-ul {
    position: relative;
    z-index: 1;
}

.sr-tw-ul li {
    float: left;
    width: 100%;
    border: 1px solid;
    padding: 30px;
    border-width: 1px;
    border-color: rgb(215, 215, 215);
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 15px;
}

.sr-tw-ul li p {
    margin-bottom: 0;
}

.sr-tw-ul li .icon {
    width: 108px;

}

.sr-tw-ul li .icon img,
.sr-tw-ul li .icon-right img {
    width: 54px;
}

.sr-tw-ul li .icon-right {
    width: 108px;
}

.sd-img img {
    width: 100%;
}

.section-t h2 {
    font-size: 350px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
    color: #141b22;
    opacity: .05;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-style: italic;
    top: -35px;
    line-height: 1;
}

.second-about {
    right: 0;
    bottom: inherit;
    text-align: center;
    top: 0;
    width: 307px;
}

.about-text.second-about.three-about {
    right: 42%;
    top: 68%;
}

.second-about p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
}

.second-atitle>span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary-color);
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 20px;
    background: transparent;
}

.s-about-content p {
    margin-bottom: 15px;
}

.s-about-content .txt-clr {
    color: #245b73;
    font-size: 18px;
    line-height: 28px;
}

.about-content strong {
    color: var(--secondary-color);
}

.thumb img {
    height: 300px;
    object-fit: cover;
    object-position: bottom;

}

.event-item {

    height: -webkit-fill-available;
}

.sinature-box {
    float: left;
    width: 100%;
    box-shadow: 0px 16px 32px #0000000A;
    padding: 25px 30px 15px 30px;
    margin-top: 50px;
}

.sinature-box h2 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    color: #141b22;
    margin-bottom: 5px;
}

.sinature-box h3 {
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    color: #4CC3C1;
}

.sinature-box .user-box {
    display: flex;
}

.sinature-box .user-box .text {
    padding-top: 10px;
    padding-left: 15px;
}

.signature-text {
    font-size: 22px;
    color: var(--primary-color);
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.circle-right {
    display: inline-block;
}

.ab-coutner li {
    display: inline-block;
    margin-right: 22px;
}

.ab-coutner .single-counter {
    background-color: rgb(250, 162, 146);
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 70px 0;
}

.ab-coutner .single-counter p {
    margin-top: 15px;
    color: #4f4f4f;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
}

.clinet-abimg {
    position: absolute;
    bottom: -76px;
    right: 0;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.about-content2 .about-title h2 {
    color: #fff;
}

.about-content2 li {
    display: inherit;
    margin-top: 10px;
    width: 50%;
    float: left;
    margin-bottom: 0;
    color: #777;
}

.about-content2 .abcontent {
    display: flex;
}

.about-content2 li .ano {
    font-size: 20px;
    width: 90px;
    height: 56px;
    background: var(--primary-color);
    text-align: center;
    margin-right: 15px;
    color: #fff;
    display: block;
    border-radius: 50%;
    font-weight: 500;
    line-height: 56px;
    font-family: 'Jost', sans-serif;
}

.about-content2 li .text h3 {
    font-size: 24px;
}

.about-content2 li .text {
    padding-top: 5px;
}

.experience-text {
    float: left;
    padding: 15px 0;
    border-top: 1px solid #ffffff4f;
    border-bottom: 1px solid #ffffff4f;
    width: 100%;
    display: flex;
}

.experience-text span {
    font-size: 60px;
    color: var(--primary-color);
    position: relative;
    font-weight: 800;
    font-family: 'Jost', sans-serif;
    margin-top: 15px;
    float: left;
    margin-right: 15px;
}

.experience-text span sub {
    font-size: 30px;
    color: var(--primary-color);
    font-weight: 800;
    margin-left: -10px;
    bottom: 5px;
}

.exp-no {
    width: 66%;
    border-right: 1px solid #ffffff4f;
}

.exp-no p {
    float: left;
    color: #fff;
    width: 48%;
}

.exp-text {
    padding-left: 30px;
    color: #ffffffab;
}

.achivments-outer {
    display: flex;
}

.achivments-outer .text {
    padding-left: 15px;
}

.achivments-outer .text h5 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 600;
}

.achivments-outer .text p {
    color: var(--primary-color);
}

/* 5. features */
.features-services-area .container {
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 50px 20px;
    margin-top: -180px;
}

.features-services-area .features-icon img {
    height: 57px;
    margin-bottom: 30px;
}

.features-services-area p {
    margin-bottom: 0;
}

.features-content h4 {
    font-size: 24px;
    margin-bottom: 17px;
}

.s-btn {
    font-size: 14px;
    font-weight: 500;
    color: #141b22;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 9px 30px;
    border-radius: 50px;
}

.s-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.section-title h5 {
    color: var(--primary-color);
    font-size: 18px;
    margin-bottom: 10px;
}

.section-title h5 div {
    display: inline-block;
    margin: 0 10px;
}

.section-title h2 {
    font-size: 50px;
    padding-bottom: 0;
    margin-bottom: 0px !important;
    position: relative;
}

.section-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 60px;
    background: var(--primary-color);
    margin: auto;
    transition: .3s;
    display: none;
}

section:hover .section-title h2::before {
    width: 100px;
}

.features-p {
    padding-top: 380px;
}

.features-shape {
    position: absolute;
    z-index: -1;
}

.fshape-one {
    left: 120px;
    top: 25%;
}

.fshape-two {
    left: 15%;
    top: 51%;
}

.fshape-three {
    top: 69%;
    left: 6%;
}

.fshape-four {
    top: 40%;
    left: 89%;
}

.fshape-five {
    top: 71%;
    left: 83%;
}

.about-content3 li::before {
    font-family: "Font Awesome 5 Pro";
    content: "";
    margin-right: 10px;
    color: var(--primary-color);
}

/* 6. services */
.feature-area {

    margin-top: -80px;
    z-index: 1;
    position: relative;

}

.services-box {
    border-radius: 8px;
    background-color: #fff;
    padding: 40px 50px;

    height: -webkit-fill-available;
}

.services-box h3 {
    font-size: 24px;
}

.services-box .icon {
    margin-bottom: 30px;
}

.services-box .icon img {
    height: 52px;
}

.services-box a {
    color: #141b22;
    font-family: 'Jost', sans-serif;
}

.services-box a:hover {
    color: var(--primary-color);
}

.service-details-three {
    margin-top: -150px;
}

.service-details-three .services-box {

    padding: 30px;
}

.service-details-three .sbox div:nth-child(1) .services-box {
    background: #fff1ee;
}

.service-details-three .sbox div:nth-child(2) .services-box {
    background: #eef8ff;
}

.service-details-three .sbox div:nth-child(3) .services-box {
    background: #fffaee;
}

.service-details-three .sbox div:nth-child(4) .services-box {
    background: #eefffb;
}

.services-two .s-single-services {
    border-radius: 0 0 0 0;
}

.services-two .s-single-services .btn2 {
    display: inline-block;
    color: var(--primary-color);
}

.services-area.gray-bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-services {
    background: #fff;
    box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.07);
    position: relative;
}

.single-services::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    background: var(--primary-color);
    z-index: -1;
    transition: .3s;
    opacity: 0;
}

.service-t h2 {
    top: 55px;
}

.services-thumb img {
    width: 100%;
}

.services-content span {
    display: block;
    height: 2px;
    width: 150px;
    background: var(--primary-color);
    transition: .3s;
    margin-bottom: 55px;
}

.services-content {
    padding: 60px 40px;
    padding-bottom: 55px;
}

.services-content small {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}

.services-content h4 {
    font-size: 24px;
    margin-bottom: 23px;
}

.services-content h4:hover a {
    color: var(--primary-color);
}

.services-content p {
    margin-bottom: 0;
}

.single-services:hover .services-content span {
    background: var(--primary-color);
}

.single-services:hover::before {
    opacity: 1;
}

.services-active .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    line-height: 1;
}

.services-active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.services-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 5px;
    width: 20px;
    background: var(--primary-color);
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
}

.services-active .slick-dots li.slick-active button {
    width: 50px;
    background: var(--primary-color);
}

.services-active .slick-track {
    padding-bottom: 10px;
}

.services-icon i {
    font-size: 48px;
    border-radius: 50%;
    color: #ff4328;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #ff4328;
}

.services-two .services-icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    text-align: center;
    border-radius: 50%;
    padding: 25px;
    margin-bottom: 30px;
}

.services-two .services-icon img {
    width: 100%;
}

.services-two .brline {
    margin-top: 15px;
    margin-bottom: 25px;
}

.services-two ul li {
    margin-bottom: 25px;
}

.services-two ul li::before {
    font-family: "Font Awesome 5 Pro";
    content: "ï€Œ";
    margin-right: 10px;
    color: var(--primary-color);
}

.services-icon .glyph-icon::before {
    font-size: 48px;
    color: #3763eb;
    margin-left: 0;
}

.services-icon2 {
    position: absolute;
    right: 5%;
    top: 0;
}

.services-icon2 .glyph-icon::before {
    font-size: 120px;
    color: #8ca8ff29;
    margin-left: 0;
}

.services-two .second-services-content {
    float: left;
    width: 100%;
}

.services-two .s-single-services {
    transition: .3s;
    padding: 45px;
    border: none;
    margin-bottom: 30px;
    border-radius: 0;

}

.services-two .s-single-services {
    float: left;
    width: 100%;
}


.services-three .services-icon {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    margin-bottom: 30px;
}

.services-three .services-icon img {
    width: 100%;
}

.services-three .brline {
    margin-top: 15px;
    margin-bottom: 25px;
}

.services-three ul li {
    margin-bottom: 25px;
}

.services-three ul li::before {
    font-family: "Font Awesome 5 Pro";
    content: "ï€Œ";
    margin-right: 10px;
    color: var(--primary-color);
}

.services-three .second-services-content {
    float: left;
    width: 100%;
}

.services-three .s-single-services {
    transition: .3s;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    border: 2px solid #F0F0F0;
    display: block;
    box-shadow: none;

}

.services-three .s-single-services.active {
    background: #fff;
    margin-top: 0;
    position: relative;
    z-index: 1;
    left: 0;
}

.services-three .s-single-services.active .services-icon {
    background: #fff 0% 0% no-repeat padding-box;
    width: 90px;
    height: 90px;
}

.services-three .s-single-services.active a.ss-btn {
    display: none;
}

.second-services-content h5 {
    transition: .3s;
    letter-spacing: 0;
    font-size: 26px;
    color: #030c26;
}

.second-services-content p {
    margin-bottom: 0;
}

.second-services-content a {
    /*font-size: 14px;
	font-weight: 500;
	color: #444d69;
	position: relative;
	transition: .5s;*/
}

.second-services-content a::after {
    left: -40px;
    right: unset;
    opacity: 0;
}

.s-single-services {
    transition: .3s;
    background: #fff;
    position: relative;
    display: flex;
}

.s-single-services .services-icon {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.h-service {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #141b229c;
    padding-top: 45%;
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    transform: scaleY(1);
}

.h-service h5 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.s-single-services:hover .h-service {
    transform: scaleY(0);
    opacity: 0;
}

.services-hover .box1 {
    content: "";
    width: 60px;
    height: 60px;
    border: 1px solid var(--primary-color);
    position: absolute;
    z-index: 11;
    left: 40px;
    top: 40px;
    border-right: 0;
    border-bottom: 0;
}

.services-hover .box2 {
    content: "";
    width: 60px;
    height: 60px;
    border: 1px solid var(--primary-color);
    position: absolute;
    z-index: 11;
    right: 40px;
    top: 40px;
    border-left: 0;
    border-bottom: 0;
}

.services-hover {
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 60px 0;
    background: #141b22;
    height: 100%;
    width: 100%;
    color: #fff;
    transform: scaleY(0);
    opacity: 0;
    transition: .3s cubic-bezier(.24, .74, .58, 1);
}

.s-single-services:hover .services-hover {
    transform: scaleY(1);
    opacity: 1;
}

.services-hover h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.services-hover a {
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
}

.services-hover:hover p {
    height: auto;
    width: auto;

}

.services-hover:hover .services-icon {
    margin-top: 20px;
}

.second-services-content a {
    color: 000f38;
    transition: all 0.3s ease 0s;
}

.s-single-services a.ss-btn {
    display: none;
}

.s-single-services .active-icon {
    display: none;
}

.s-single-services .d-active-icon {
    display: block;
}

.s-single-services:hover {
    background: #fff;
}

.s-single-services.active a.ss-btn {
    display: inline-block;
}

.s-single-services.active .second-services-content h5 {}

.s-single-services.active .second-services-content a,
#feature-top .s-single-services.active .btn2,
.s-single-services.active .services-icon .glyph-icon::before {}

.s-single-services.active .second-services-content p {}

.s-single-services.active .active-icon {
    display: block;
}

.s-single-services.active .d-active-icon {
    display: none;
}

.services-bg {
    background-position: center;
    background-size: cover;
}

.services-active2 {
    padding-top: 50px;
    padding-bottom: 300px;
}

.services-active2 .slick-arrow {
    position: absolute;
    top: 50%;
    left: -60px;
    border: none;
    background: none;
    padding: 0;
    font-size: 24px;
    color: var(--primary-color);
    z-index: 9;
    cursor: pointer;
    transition: .3s;
}

.services-active2 .slick-next {
    left: inherit;
    right: -60px;
}

.services-active2 .slider-nav .slick-list.draggable {
    width: 1100px;
    float: right;
}

.services-item {
    background: #fff;
    margin: 22px 15px;
    box-shadow: 3px 4px 15px #0000001A;
    text-align: center;
    border-radius: 10px;
}

.services-active2 .slider-nav {
    position: absolute;
    bottom: 0px;
}

.services-active2 li {
    display: flex;
    margin-bottom: 10px;
}

.services-item h3 {
    font-size: 20px;
}

.services-item .glyph-icon:before {
    font-size: 60px;
}

.services-active2 li .icon {
    padding-right: 10px;
}

.services-item.slick-slide.slick-current.slick-active {
    background: #3763eb;
}

.services-item.slick-slide.slick-current.slick-active .glyph-icon:before {
    color: #fff;
}

.services-item.slick-slide.slick-current.slick-active h3 {
    color: #fff;
}

.services-area .services-box {
    background: #eff7ff;
    padding: 50px;
}

.services-area .services-box:hover,
.services-area .services-box.active {
    background: #fff7ef;
}

.services-box .services-content2 {
    transition: .3s;
}

.services-box .services-content2 p {
    margin-bottom: 0;
}

.services-content2 h5 {
    font-size: 24px;
    margin-bottom: 15px !important;
}

.services-content2 h5 a {
    color: #30313d;
}

.services-box .ss-btn2 {
    width: 60px;
    height: 60px;
    background: var(--primary-color)0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 32px var(--primary-color)33;
    display: none;
    color: #fff;
    line-height: 60px;
    font-size: 31px;
    border-radius: 50%;
    position: absolute;
    left: 42%;
    bottom: -25px;
    transition: .3s;
}

.services-box .services-content2:hover .ss-btn2 {
    display: inline-block;
}

.services-02 ul {
    display: flex;
    border: 2px solid #F5F5F5;
}

.services-02 ul li {
    padding: 30px;
    border-right: 2px solid #F5F5F5;
    background: #fff;
    transition: .2s;
}

.services-02 ul li:last-child {
    border: none;
}

.services-icon-02 {
    margin-bottom: 30px;

}

.services-content-02 h5 {
    font-size: 24px;
    margin-bottom: 20px;
}

.services-content-02 {
    font-size: 14px;
}

.services-content-02 .ss-btn2 {
    margin-top: 20px;
    display: block;
}

.services-content-02 .ss-btn2 i {
    width: 40px;
    height: 40px;
    border: 2px solid #E6E6E6;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: #777;
}

.services-content-02 .ss-btn2 span {
    color: var(--primary-color);
    margin-left: -10px;
    font-weight: 600;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.services-02 ul li:hover {
    border: none;
    box-shadow: 0px 16px 32px #0000000A;
    transform: scale(1.08);
    transition: .2s;
}

.services-02 ul li:hover .ss-btn2 span {
    margin-left: 5px;
    opacity: 1;
    transition: .2s;
}

.services-box-03 {
    background: #fff;
    padding: 50px;
}

.services-box-04 {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 38px 0px rgba(40, 40, 40, 0.04);
    padding: 45px;
}

.services-icon-04 {
    display: flex;
    margin-bottom: 30px;
}

.services-icon-04 img {
    margin-right: 15px;
}

.services-icon-04 h4 {
    padding: 15px 0 0;
}

.services-box-04 .services-content-02 li {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    color: var(--secondary-color);
}

.services-box-04 .services-content-02 li::before {
    font-family: "Font Awesome 5 Pro";
    content: "ï€Œ";
    margin-right: 10px;
    color: var(--primary-color);
}

.services-box-04 .services-content-02 .blue li::before {
    color: #4cc3c1;
}

.services-box-04 .services-content-02 .green li::before {
    color: #2db065;
}

.services-05 h2 {
    color: #fff;
}

.services-05::before {
    content: "";
    background: var(--secondary-color);
    position: absolute;
    top: 0;
    width: 100%;
    height: 529px;
}

.services-content-05 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 38px 0px rgba(40, 40, 40, 0.04);
    padding: 30px;
    margin-bottom: 50px;
}

.services-content-05 span {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.services-text05 p {
    font-size: 20px;
}

.services-text05 a {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 500;
    text-decoration: underline;
}

.services-07 .section-title h2 {
    color: #fff;
}

.services-box07 {
    background-color: rgb(53 54 59 / 85%);
    padding: 35px;
    transition: all 0.3s ease 0s;
}

.services-box07:hover,
.services-box07.active {
    background: var(--primary-color);
}

.services-box07 .sr-contner {
    display: flex;
}

.services-box07 .sr-contner .icon {
    width: 138px;
    margin-right: 20px;
}

.services-box07 .sr-contner .text h5 {
    font-size: 25px;
    color: #fff;

}

.services-box07 .sr-contner .text p {
    margin-bottom: 10px;
    color: #fff;
}

.services-box07 .sr-contner .text a {
    font-family: 'Jost', sans-serif;
    color: #fff;
}

.services-07 .user-box {
    display: flex;
}

.services-07 .user-box .text {
    padding-top: 10px;
    padding-left: 15px;
}

.services-07 .user-box .text h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    color: #fff;
    margin-bottom: 5px;
}

.services-07 .user-box .text h3 {
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    color: #9a9fa2;
}

.services-08-item {
    text-align: center;
    padding: 50px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.services-08-item .readmore {
    width: 50px;
    height: 50px;
    background: #d7d7d7;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    color: #162542;
    display: inline-block;
    margin-top: 15px;
}

.services-08-item .readmore:hover {
    color: #fff;
    background: var(--primary-color);
}

.services-08 h2 {
    color: #fff;
}

.services-08 .bg-outer {
    background-color: #fff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
}

.services-08 .col-lg-4.col-md-4 {
    position: relative;
}

.services-08 .services-08-item--wrapper {
    border-bottom: 2px solid #f5f5f5;
}

.services-08 .services-08-item--wrapper:nth-child(2) {
    border-bottom: none;
}

.services-08-item--wrapper>div {
    border-right: 2px solid #f5f5f5;
}

.services-08-item--wrapper>div:nth-child(3) {
    border-right: none;
}

.services-08-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
}

.services-08-content,
.services-08-thumb {
    position: relative;
    z-index: 1;
}

.services-08-thumb img {
    height: 40px;
}

.services-08-content .number {
    color: #f5f5f5;
    -webkit-text-stroke: 1px var(--primary-color);
    -webkit-text-fill-color: #fff;
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 35px;
}

.services-08-item:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.services-08-item:hover::before {
    background-color: #fff;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
}

.services-09::before {
    display: none;
}

.services-09 p,
.services-09 .section-title h5 {
    color: #fff;
}

.services-area2 .container {
    z-index: 1;
    position: relative;
}

.services-area2 h2 {
    color: #30313d;
}

.services-area2 .services-box2 {
    background-color: rgb(255, 255, 255);
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.07);
}

.services-area2 .services-box2 h3 {
    padding-left: 30px;
    border-left: 5px solid var(--primary-color);
}

.services-area2 .services-box2 .services-icon {
    border-radius: 15px;
    background-color: #fff7e7;
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
}

.services-area2 .services-box2 .services-icon i {
    border: none;
    color: var(--primary-color);
}

.services-area2 .services-box2 p {
    margin-bottom: 0;
}

.services-box2 .services-content2 {
    padding: 30px 0 30px 0;
    position: relative;
}

.services-box2 .services-content2 h3 {
    font-weight: 600;
    font-size: 24px;
}

.services-box2 .services-content2 .icon {
    color: #777777;
    width: 50px;
    height: 50px;
    border: 2px solid #7777777d;
    text-align: center;
    font-size: 30px;
    line-height: 48px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 28%;
    right: 30px;
}

.services-box2 .services-content2 .icon:hover {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.animations-01 {
    position: absolute;
    left: 0;
    bottom: 30px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-02 {
    position: absolute;
    right: 0;
    bottom: -10px;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

.animations-03 {
    position: absolute;
    left: -50px;
    top: 240px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-04 {
    position: absolute;
    left: 235px;
    bottom: 195px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-05 {
    position: absolute;
    animation: alltuchtopdown 5s infinite;
    width: 100%;
    text-align: center;
    top: 24px;
    z-index: -1;
}

.animations-06 {
    position: absolute;
    left: 50px;
    top: 240px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-07 {
    position: absolute;
    left: 0px;
    bottom: -50px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-08 {
    position: absolute;
    right: 50px;
    top: 250px;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

.animations-09 {
    position: absolute;
    right: 50px;
    bottom: 150px;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

.animations-10 {
    position: absolute;
    left: 0;
    bottom: 110px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-11 {
    position: absolute;
    left: 160px;
    bottom: 165px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-12 {
    position: absolute;
    right: 130px;
    top: 340px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-13 {
    position: absolute;
    right: 150px;
    bottom: 200px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.animations-14 {
    position: absolute;
    right: 80px;
    top: 150px;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

.animations-15 {
    position: absolute;
    right: 120px;
    bottom: 0;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.sbox div:nth-child(1) .services-box07 {
    background: #ffeec4;
}

.sbox div:nth-child(2) .services-box07 {
    background: #e5f3ff;
}

.sbox div:nth-child(3) .services-box07 {
    background: #e1ffe5;
}

.sbox div:nth-child(4) .services-box07 {
    background: #fff4f3;
}

.service-details-two {
    margin-top: -234px;
}

/* steps area */
.steps-area .section-title p {
    color: #96bece;
    font-size: 18px;
    margin-top: 15px;
}

.steps-area h2,
.steps-area h3 {
    color: #fff;
}

.steps-area h3 {
    font-size: 30px;
}

.steps-area li {
    margin-bottom: 30px;

}

.steps-area li:last-child {
    margin-bottom: 0;
}

.step-box {
    display: flex;
}

.step-box .text p {
    margin-bottom: 0;
    color: #96bece;
}

.step-box .date-box {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: var(--primary-color);
    margin-right: 20px;
    text-align: center;
    position: relative;
    float: left;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 70px;
}


.step-img {
    margin-right: -302px;
    background: #fff;
    padding-bottom: 30px;
}

.step-img img {
    margin-top: -30px;
}

.step-box.step-box2 {
    padding-right: 50px;
    display: inherit;
}

.step-box.step-box2 .dnumber {
    display: block;
}

.step-box.step-box2 .text {
    display: inline-block;
    margin-top: 30px;
    font-size: 18px;
}

.step-box.step-box2 h2 {
    font-size: 50px;
    margin-bottom: 15px;
    color: #fff;
}

.step-img2 {
    margin-right: -350px;
    margin-left: -15px;
}

.step-img2 img {
    width: 996px;
}

.step-box.step-box3 {
    padding-left: 50px;
    display: inherit;
}

.step-box.step-box3 .dnumber {
    display: block;
}

.step-box.step-box3 .text {
    display: inline-block;
    margin-top: 30px;
    font-size: 18px;
}

.step-box.step-box3 h2 {
    font-size: 50px;
    margin-bottom: 15px;
    color: #fff;
}

.step-img3 {
    margin-left: -350px;
    margin-right: -15px;
}

.step-img3 img {
    width: 996px;
}

/* 7. video */

.video-position {
    position: absolute;
    bottom: -170px;
    left: 50px;
}

.video-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 588px;
}

.video-img img {
    width: 100%;
}

.video-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .65;
}

.video-img a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 30px;
    color: #fff;
    height: 80px;
    width: 80px;
    text-align: center;
    background: var(--primary-color);
    border-radius: 50%;
    padding: 25px;
}

.video-img a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 90px;
    background: transparent linear-gradient(90deg, var(--primary-color)0%, var(--primary-color)100%) 0% 0% no-repeat padding-box;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.left-align h2::before {
    margin: unset;
}

.video-content p {
    margin-bottom: 30px;
}

.v-list ul li {
    margin-bottom: 20px;
}

.v-list ul li:last-child {
    margin-bottom: 0px;
}

.v-list ul li i {
    color: var(--primary-color);
    display: inline-block;
    margin-right: 5px;
}

.map-box {
    padding-left: 50px;
    width: 53vw;
    height: 100vh;
}

.map-box iframe {
    width: 53vw;
    height: 100vh;

}

.v-padding {
    padding-top: 35px;
}

.s-video-wrap2 {
    height: 500px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.footer-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 44px;
    z-index: 9999;
}

.footer-whatsapp a {
    width: 55px;
    height: 55px;
    background: #25d366;
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;

    animation: whatsapp-pulse 1.8s infinite;
    box-shadow: 0 0 0 rgba(37, 211, 102, 0.7);
    transition: transform 0.3s ease;
}

.footer-whatsapp a:hover {
    transform: scale(1.1);
}

/* Pulse Animation */
@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}


.s-video-wrap {
    background-position: center;
    background-size: cover;
    height: 660px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.s-video-content {
    position: absolute;
    transform: scale(0.4);
    top: 0;
    left: 63px;
    z-index: 999;
}

.event-item.style-1:hover .event-content {
    background-color: #fff;
    color: var(--secondary-color);
}



.s-video-content a {
    z-index: 9;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}

.s-video-content a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 120px;
    width: 120px;
    background: rgba(255, 255, 255, 0.09);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-border 1500ms ease-out infinite;
}

.s-video-content h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 10px;
}

.s-video-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Jost', sans-serif;
}

/* 8. choose */
.chosse-img {
    background-size: cover;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.choose-list {
    float: left;
    width: 100%;
}

.choose-list ul li {
    margin-bottom: 20px;
    color: #444d69;
    width: 50%;
    float: left;
}

.choose-list ul li i {
    color: var(--primary-color);
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
}

.choose-area {
    background-size: cover;
    background-position: center;
}

.choose-content p {
    margin-bottom: 15px;
    color: #444d69;
    padding-right: 50px;
}

.choose-btn a {
    border-radius: 8px;
    background-color: rgb(31, 83, 219);
    box-shadow: 0px 2px 60px 0px rgba(31, 83, 219, 0.3);
    width: 241px;
    display: inline-block;
    color: #fff !important;
    display: flex;
    padding: 10px 25px;
    float: left;
    margin-right: 25px;
    position: relative;
    border: 2px solid #1f53db;
    font-family: 'Jost', sans-serif;
}

.choose-btn a .icon {
    padding: 0 20px 0 0;
    line-height: 50px;
    z-index: 99;
}

.choose-btn a .text {
    z-index: 99;
    font-size: 20px;
}

.choose-btn a .text strong {
    font-size: 22px;
    margin-top: 0px;
    display: block;
    font-weight: 500;
}

.choose-btn a.g-btn {
    box-shadow: none;
    width: 262px;
    background: none;
    border: 2px solid #1f53db;
    margin-right: 0;
}

.g-btn .text {
    color: #141b22;
}

.g-btn .text strong {
    color: #1F53DB;
}

/* 9. brand */
.single-brand {
    text-align: center;
}

.single-brand img {
    display: inline-block;
}

.brand-area2 {
    margin-top: -70px;
    position: relative;
}


/* 10. work-process */
.wp-bg {
    background-position: center;
    background-size: cover;
}

.w-title h2::before {
    background-color: var(--primary-color);
}

.wp-list {
    background: #232c8e;
    box-shadow: 0px 10px 30px 0px rgba(29, 38, 129, 0.48);
    padding: 80px 50px;
    padding-bottom: 75px;
}

.wp-list ul li {
    display: flex;
    align-items: start;
    overflow: hidden;
    margin-bottom: 45px;
}

.wp-list ul li:last-child {
    margin-bottom: 0px;
}

.wp-icon {
    margin-right: 25px;
}

.wp-content h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.wp-content p {
    color: #fff;
    margin-bottom: 0;
}

.wp-tag {
    position: absolute;
    left: 70px;
    top: 90px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-10px);
        -moz-transform: rotateX(0deg) translateY(-10px);
        -ms-transform: rotateX(0deg) translateY(-10px);
        -o-transform: rotateX(0deg) translateY(-10px);
        transform: rotateX(0deg) translateY(-10px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-10px);
        -moz-transform: rotateX(0deg) translateY(-10px);
        -ms-transform: rotateX(0deg) translateY(-10px);
        -o-transform: rotateX(0deg) translateY(-10px);
        transform: rotateX(0deg) translateY(-10px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.wp-img {
    margin-right: -60px;
    margin-top: -60px;
    margin-bottom: -15px;
}

.wp-thumb img {
    width: 100%;
}

.inner-wp-icon {
    float: left;
    display: block;
    margin-right: 30px;
}

.inner-wp-c {
    overflow: hidden;
    display: block;
}

.inner-wp-c h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.inner-wp-c p {
    margin-bottom: 0;
}

/* 11. team */
.team-area .single-team {
    margin-left: 0;
    margin-right: 0;
}

.single-team {
    border-radius: 2px;
    background-color: #fff;
    padding: 30px;
}

.team-area .container {
    z-index: 1;
    position: relative;
}

.team-active .slick-dots {
    text-align: center;
    display: none;
}

.team-active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.team-active .slick-dots .slick-active button {
    width: 10px;
    background-color: var(--primary-color);
}

.team-active .slick-dots li button {
    text-indent: -99999px;
    padding: 0;
    margin-left: 10px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    background-color: #cccccc;
    height: 10px;
    width: 10px;
    border-radius: 2px;
    border: none;

}

.team-active .slick-dots li.slick-active button {}

.team-active .slick-dots li.slick-active button::before {
    opacity: 1;
}

.team-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center;
}

.team-thumb {
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.team-thumb img {
    display: inline-block !important;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.team-thumb .dropdown {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.team-thumb .dropdown .xbtn {
    width: 50px;
    height: 50px;
    background: var(--primary-color) 0% 0% no-repeat padding-box;
    display: inline-block;
    font-size: 18px;
    line-height: 48px;
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
}

.team-thumb .dropdown .xbtn::before {
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    border: 2px dashed #ffffff5c;
    border-radius: 50%;
    left: 5px;
    top: 5px;
}

.team-social {
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
    margin-top: 10px;

}

.team-social li {
    display: inline;
    margin: 0 3px;
}

.team-thumb .dropdown-menu {
    background: none;
    border: none;
    padding: 0;
    transform: translate3d(0px, -107px, 0px) !important;
}

.team-thumb .social {
    position: absolute;
    top: 0;
}

.team-info {
    padding: 30px 0px 0;
    transition: .3s;
    position: relative;
    text-align: center;
}

.team-info .text {
    padding-left: 30px;
    border-left: 5px solid var(--primary-color);
}

.team-info h4 {
    font-size: 24px;
    margin-bottom: 5px;
    transition: .3s;
}

.team-info span {
    font-size: 16px;
    transition: .3s;
    color: var(--primary-color);
    font-weight: 600;
}

.team-info p {
    margin-bottom: 0;
    color: var(--primary-color);
}

.team-social a {
    color: #777;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 999;
    margin: 5px 0;
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    border: 1px solid #ebebeb;
}

.team-social a:hover {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

.single-team:hover .team-thumb .brd::before,
.single-team:hover .team-thumb .brd::after {
    color: var(--primary-color);
}

.single-team:hover .team-info {
    border-color: var(--primary-color);
}

.team-t h2 {
    top: 50px;
}

.single-team:hover .team-info h4 {
    color: var(--primary-color);
}

.slick-slide {
    outline: none;
}

.team-active {
    position: relative;
}

.team-active .slick-arrow {
    position: absolute;
    top: 40%;
    left: -60px;
    border: none;
    background: none;
    padding: 0;
    font-size: 20px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    background: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 4px;
}

.team-active .slick-arrow:hover {
    background: var(--secondary-color);
}

.team-active .slick-next {
    left: inherit;
    right: -60px;
}

.team-area-content {
    padding: 120px 0;
}

.team-info h4 a:hover {
    color: var(--primary-color);
}

.team-area-content span {
    margin-bottom: 10px;
    color: var(--primary-color);
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    position: relative;
}

.team-area-content span::before {
    content: "";
    width: 50px;
    height: 1px;
    background: var(--primary-color);
    position: relative;
    display: inline-block;
    top: -5px;
    margin-right: 15px;
}

.team-area-content ul {
    margin-top: 30px;
    margin-bottom: 50px;
}

.team-area-content li {
    display: flex;
    margin-top: 15px;
}

.team-area-content li .icon i {
    margin-right: 10px;
    color: var(--primary-color);
    width: 20px;
}

.team-area-content li .icon strong {
    color: var(--secondary-color);
}

.team-area-content li .icon {
    margin-right: 10px;
    width: 35%;
}

.team-area-content .social a {
    font-size: 12px;
    color: #fff;
    margin: 0 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    box-shadow: 3px 4px 15px #00000026;
}

.team-area-content .social a:nth-child(1) {
    background: #345aa8;
}

.team-area-content .social a:nth-child(2) {
    background: #00ACED;
}

.team-area-content .social a:nth-child(3) {
    background: #0057FF;
}

.team-area-content .social a:nth-child(4) {
    background: #CD201F;
}

.per-info {
    background: #f5f5f5;
    padding: 30px;
    display: flex;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.per-info .info-text {
    width: 100%;
}

.per-info .info-text p {
    margin-bottom: 0;
    font-size: 16px;
}

.per-info .info-text p i {
    color: var(--primary-color);
    margin-right: 10px;
}

.team-img-box img {
    width: 100%;
    border-style: solid;
    border-width: 7px;
    border-color: rgb(255, 255, 255);
    box-shadow: 5px 8.66px 58px 0px rgba(0, 0, 0, 0.08);
}

.s-about-content h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

.s-about-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.s-about-content .footer-social a {
    background: var(--secondary-color);
}

.per-info ul {
    margin-bottom: 0;
}

.brand-anim-01 {
    position: absolute;
    left: -40px;
    top: -60px;
}

.brand-anim-02 {
    position: absolute;
    right: -36px;
    top: 40px;
}

.team-area2 .single-team {
    padding: 0;
    background: #f7f9ff;
}

.team-area2 .team-thumb img {
    height: auto;
    width: auto;
    border-radius: 0;
}

.team-area2 .team-info {
    padding-bottom: 30px;
}

.conterdown {
    background: var(--secondary-color);
    padding: 50px 0;
    border-radius: 4px;
    margin: 30px 0;
}

.conterdown .timer {
    display: flex;
}

.conterdown .timer-outer {
    width: 100%;
    text-align: center;
}

.conterdown .smalltext {
    color: #75b4ce;
}

.conterdown span {
    font-size: 50px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-weight: 600;
}

/* 12. project */
.project h2 {}

.single-project .project-info {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
}

.single-project .project-info h4 {
    margin-bottom: 0;
}

.single-project .project-info h4 a {
    color: #fff;
    font-size: 24px;
}

.single-project .project-info p {
    color: var(--primary-color);
    margin-bottom: 0;
}

.single-project .project-info a {
    color: var(--primary-color);
}

.single-project .project-info a img {
    display: inline;
    margin-left: 5px;
}

.portfolio-active {
    padding-left: 40px;
}

.portfolio-area2 h2 {
    color: #fff;
}

.portfolio-active .single-project {
    position: relative;
}

.portfolio-active .slick-arrow {
    position: absolute;
    top: -124px;
    right: 19%;
    border: none;
    background: none;
    padding: 0;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary-color);
    box-shadow: 1px 1.732px 30px 0px rgba(255, 94, 21, 0.25);
    font-size: 30px;
}

.portfolio-active .slick-arrow:hover {
    background: var(--primary-color);
    color: #fff;
}

.portfolio-active .slick-next {
    right: 15%;
    left: inherit;
}

.portfolio-box {
    width: 100%;
    height: 390px;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.portfolio-box img {
    height: 390px !important;
    max-width: 600px !important;
    margin-left: -150px;
}

.portfolio-box .caption {
    position: absolute;
    bottom: -150px;
    padding: 30px;
    width: 100%;
    background: #fff;
    transition: opacity .4s ease, visibility .2s ease;
    opacity: 0;
}

.portfolio-box:hover .caption {
    bottom: 0;
    opacity: 1;
}

.portfolio-box .caption .caption-text {
    position: relative;
}

.portfolio-box .caption .arrow-icon {
    position: absolute;
    right: 40px;
    top: 25%;
    font-size: 28px;
    color: var(--primary-color);
}

.caption-text h5 {
    margin-bottom: 5px !important;
}

.caption-text p {
    margin-bottom: 0 !important;
}

.project-two h2 {
    color: #fff;
}

.project-two .grid-item,
.project-two .col-xl-6 {
    padding: 0;
    margin: 0;
}

/* 12. counter */

.counter-tittle {
    display: inline-block;
    background: var(--primary-color);
    padding: 11px 30px;
    position: relative;
    top: -60px;
}

.counter-tittle h2 {
    color: #fff;
    font-size: 25px;
}

.counter-tittle::before {
    content: "";
    background: var(--primary-color);
    width: 17%;
    height: 62px;
    position: absolute;
    top: -2px;
    transform: skew(20deg);
    left: -13px;
}

.counter-tittle::after {
    content: "";
    background: var(--primary-color);
    width: 17%;
    height: 62px;
    position: absolute;
    top: -2px;
    transform: skew(-20deg);
    right: -13px;
}

.counter-area {
    margin-top: -290px;
    padding-top: 370px;
}

.counter-area .single-counter {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}

.counter-area .row div:nth-child(4) .single-counter {
    display: ;
    border-right: none;
}

.single-counter {
    padding: 0 25px;
}

.single-counter i {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #fe576b;
    border-radius: 50%;
    margin-bottom: 30px;
    color: #000;
    font-size: 40px;
    line-height: 80px;
}

.single-counter .icon {
    margin-bottom: 15px;
    float: left;
    width: 100px;
}

.count {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1;
    font-family: 'Jost', sans-serif;
    display: inline-block;
}

.counter {
    display: flex;
    padding-left: 40px;
}

.counter small {
    font-size: 35px;
    font-weight: 600;
    color: #002c47;
    line-height: 1;
    position: relative;
}

.single-counter p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    padding-top: 5px;
    padding-left: 30px;
    line-height: 22px;
}

.single-counter .line {
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #fe576b;
    margin-bottom: -5px;
    margin-top: 10px;
}

/* event */

.event-item .thumb {
    overflow: hidden;
}

.event-content {
    padding: 30px;
    background: #f0f7ff;
    position: relative;
    transition: all 0.5s ease 0s;
}

.event-item:hover .event-content {
    background: var(--secondary-color);
    color: #96bece;
}

.event-item:hover .event-content .time {
    color: #bbeafe;
}

.event-item:hover .redmore {

    color: #fff;
}


.event-item:hover .event-content .time strong,
.event-item:hover .event-content h3 a {
    color: #fff;
}

.event02 .event-content h3 {
    font-size: 24px;
}

.event-content .date {
    position: absolute;
    background-color: var(--primary-color);
    width: 87px;
    height: 67px;
    left: 30px;
    top: -60px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: 'Jost', sans-serif;
}

.event-content .date strong {
    font-size: 24px;
    display: block;
    margin-top: 10px;
}

.event-content h3 {
    font-size: 24px;
}

.event-content .time {
    font-family: 'Jost', sans-serif;
}

.event-content .time strong {
    font-weight: 500;
    color: var(--primary-color);
}

.event-content .time i {
    margin-left: 5px;
    margin-right: 5px;
}

.event02 .event-item {
    width: 100%;
    float: left;
}

.event02 .thumb {
    width: 219px;
    height: 270px;
    float: left;
}

.event02 .event-content {
    float: left;
    width: 59%;
}

.event02 .event-content .date {
    position: relative;
    left: inherit;
    top: inherit;
    display: inline-block;
    margin-bottom: 20px;
}

.event02 .thumb {
    width: 219px;
    height: 277px;
}

.event02 .thumb img {
    width: 219px;
    height: 277px;
}

.event02 .event-content .date {
    border-radius: 4px;
    margin-bottom: 20px;
}

.event02 .event-content .icon {
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 90px;
    color: #dfeeff;
}

.event03 .event-content,
.event03 .event-item {
    float: left;
}

.event03 .event-content {
    background: #fff;
    border: 1px solid var(--primary-color);
    padding: 30px;
}

.event03 .event-content h3 {
    font-size: 24px;
}

.event03 .event-content .date {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    border-radius: 4px;
    height: 80px;
    padding-top: 6px;
}

.event03 .event-content .icon {
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 90px;
    color: #f7f9ff;

}

.event03 .event-content .text {
    float: left;
    width: 81%;
    margin-left: 20px;
}

.event03 .event-item:hover .icon {
    color: #356c84;
}

.event03 .event-content .time i {
    color: var(--primary-color);
}

.event03 .event-content .time strong {
    font-weight: 500;
    color: #777;
}

/* courses */
.class-scroll .schedule li {
    float: left;
    padding: 0 15px;
    padding-left: 15px;
    border-right: 1px solid #ccc;
}

.class-scroll .class-item .class-content p {
    margin-bottom: 0;
}

.class-scroll .schedule span {
    display: block;
    line-height: 22px;
    color: #12265a;
    margin-bottom: 5px;
    font-weight: 600;
}

.class-scroll .schedule span.class-age,
.class-scroll .schedule span.class-size {
    color: var(--primary-color);
    font-weight: 400;
}

.class-scroll .slick-track .class-item:nth-child(1) ul,
.class-scroll .slick-track .class-item:nth-child(4) ul,
.class-scroll .slick-track .class-item:nth-child(7) ul,
.class-scroll .slick-track .class-item:nth-child(10) ul,
.class-scroll .slick-track .class-item:nth-child(13) ul {
    background: #fff1ee;
}

.class-scroll .slick-track .class-item:nth-child(2) ul,
.class-scroll .slick-track .class-item:nth-child(5) ul,
.class-scroll .slick-track .class-item:nth-child(8) ul,
.class-scroll .slick-track .class-item:nth-child(11) ul,
.class-scroll .slick-track .class-item:nth-child(14) ul {
    background: #eef8ff;
}

.class-scroll .slick-track .class-item:nth-child(3) ul,
.class-scroll .slick-track .class-item:nth-child(6) ul,
.class-scroll .slick-track .class-item:nth-child(9) ul,
.class-scroll .slick-track .class-item:nth-child(12) ul,
.class-scroll .slick-track .class-item:nth-child(15) ul {
    background: #fffaee;
}


.class-scroll .col-lg-4:nth-child(1) ul,
.class-scroll .col-lg-4:nth-child(4) ul,
.class-scroll .col-lg-4:nth-child(7) ul,
.class-scroll .col-lg-4:nth-child(10) ul,
.class-scroll .col-lg-4:nth-child(13) ul {
    background: #fff1ee;
}

.class-scroll .col-lg-4:nth-child(2) ul,
.class-scroll .col-lg-4:nth-child(5) ul,
.class-scroll .col-lg-4:nth-child(8) ul,
.class-scroll .col-lg-4:nth-child(11) ul,
.class-scroll .col-lg-4:nth-child(14) ul {
    background: #eef8ff;
}

.class-scroll .col-lg-4:nth-child(3) ul,
.class-scroll .col-lg-4:nth-child(6) ul,
.class-scroll .col-lg-4:nth-child(9) ul,
.class-scroll .col-lg-4:nth-child(12) ul,
.class-scroll .col-lg-4:nth-child(15) ul {
    background: #fffaee;
}

.class-scroll .schedule li:last-child {
    padding-right: 0;
    border-right: none;
}

.class-scroll .schedule {
    display: inline-block;
    width: 100%;
    padding: 15px 15px;
    background: #fff1ee;
    margin-bottom: -8px;
}

.class-scroll .class-item {
    margin: 0 15px 15px;
    box-shadow: 1px 1.732px 20px 0px rgba(0, 0, 0, 0.08);
}

.class-active {
    margin-right: -350px;
}

.courses-item {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    background: #f0f7ff;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
}

.courses-item:hover {
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
}

.courses-item:hover .courses-content {
    background: #fff;
}

.courses-img-outer {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.courses-content {
    padding: 30px;
    float: left;
    position: relative;

}

.courses-content .cat {
    border-radius: 4px;
    background-color: var(--primary-color);
    position: absolute;
    top: -18px;
    right: 30px;
    color: #fff;
    padding: 5px 10px;
}

.courses-content .cat i {
    margin-right: 5px;
}

.courses-item .icon img {
    display: inherit;
}

.courses-item .icon {
    float: right;
    text-align: right;
    margin-top: -60px;
    margin-right: 30px;
}

.courses-content h4 {
    font-size: 26px;
    margin-bottom: 15px;
}

.courses-content .schedule span {
    display: block;
    line-height: 22px;
    color: #12265a;
}

.courses-content a {
    color: #141b22;
    font-family: 'Jost', sans-serif;
}

.courses-content a.readmore {
    color: var(--primary-color);
}

.courses-content a.readmore:hover {
    color: #141b22;
}

.courses-content a:hover {
    color: var(--primary-color);
}

.course-widget-price ul {
    width: 100%;
    display: inline-block;
}

.course-widget-price li i {
    padding-right: 9px;
    font-size: 14px;
    padding-left: 2px;
    color: var(--primary-color);
}

.course-widget-price li span:last-child {
    float: right;
}

.shop-area .courses-item {
    margin-left: 0;
    margin-right: 0;
}

.class-area2 h2 {
    color: #fff;
}

.class-active .single-project {
    position: relative;
}

.class-active .slick-arrow {
    position: absolute;
    top: -122px;
    left: 71.6%;
    border: none;
    background: none;
    padding: 0;
    font-size: 36px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    background: var(--primary-color);
    width: 60px;
    height: 60px;
    border-radius: 4px;
}

.class-active .slick-arrow:hover {
    background: var(--secondary-color);
    color: #fff;
}

.class-active .slick-next {
    left: 76%;
    right: 0;
}

.class-item {
    display: inline-block;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
}

.class-img-outer {
    overflow: hidden;
    position: relative;
}

.course-meta {
    position: absolute;
    bottom: 0;
    background: #00000082;
    width: 100%;
    padding: 15px;
    color: #fff;
}

.course-meta .author {
    display: flex;
    align-items: center;
    gap: 13px;
}

.course-meta .author .thumb img {
    height: 60px;
}

.course-meta .author .text {
    line-height: 22px;
}

.course-meta .author .text p {
    margin-bottom: 0;
}

.course-meta .author a {
    color: #fff;
    font-size: 16px;
    font-family: 'Jost', sans-serif;
}

.course-meta2 {
    background: var(--secondary-color);
    border-radius: 8px;
    padding: 15px 30px;
}

.course-meta2 p {
    margin-bottom: 0 !important;
}

.course-meta2 .author {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #75b4ce;
}

.course-meta2 .author a {
    color: #fff;
    font-family: 'Jost', sans-serif;
}

.course-meta2 .left {
    float: left;
}

.course-meta2 .left li {
    float: left;
    margin-right: 30px;
}

.course-meta2 .right {
    float: right;
}

.course-meta2 .price {
    padding: 5px 30px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 7px;
}

.course-meta2 .author .thumb img {
    height: 50px;
}

.shop-area .class-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.class-item .class-content {
    padding: 30px;
}

.class-item .class-content h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.class-content .schedule li:first-child {
    padding-left: 0;
}

.class-content .schedule li:last-child {
    padding-right: 0;
    border-right: none;
}

.class-content .schedule li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #ccc;
}

.class-content .schedule span {
    display: block;
    color: #12265a;
    font-weight: 600;
}

.class-content .schedule {
    display: inline-block;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    width: 100%;
}

.class-content .schedule span.class-size,
.class-content .schedule span.class-age {
    color: var(--primary-color);
}

/* 13. cta */
.cta-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.cta-title.video-title h2 {
    font-size: 68px;
}

.cta-title h2 {
    padding-bottom: 0;
    font-size: 50px;
    color: #fff;
}



.cta-title h2 span {
    color: var(--primary-color);
    text-decoration: underline;
}

.cta-title h3 {
    padding-bottom: 0;
    font-size: 18px;
    color: var(--secondary-color);
    text-transform: uppercase;
}

.cta-title p {
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}

.cta-title h2::before {
    content: none;
}

.cta-content p {
    color: #fff;
    padding-right: 80px;
    margin-bottom: 35px;
}

.cta-btn .btn {
    border: 1px solid var(--primary-color);
}

.cta-btn .btn:hover {
    border: 1px solid var(--secondary-color);
}

.cta-btn .btn::before {
    background: var(--secondary-color);
}


.cta-btn2 .btn {
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
}

.cta-btn2 .btn:hover {
    border: 1px solid #4ea9b4;
}

.cta-btn2 .btn::before {
    background: #4ea9b4;
}

.cta-right p {
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.call-tag {
    margin-bottom: 20px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.cta-bg .video-img {
    height: 757px;
}

.cta-bg .social {
    text-align: center;
}

.cta-bg .social .icon {
    display: inline-block;
    width: 110px;
    height: 110px;
    background: var(--primary-color);
    padding: 30px;
    border-radius: 50%;
    line-height: 47px;
    margin-bottom: 30px;
    box-shadow: 3px 4px 15px #00000066;
}

.cta-bg .line {
    text-align: center;
}

.cta-bg .social a {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.portfolio .button-group {
    padding-bottom: 0;
}

/* 14. testimonial */

.testimonial-area .container {
    z-index: 1;
    position: relative;
}

.testimonial-area .test-bg {
    position: absolute;
    top: 0;
    left: -27px;
}

.testimonial-active2 {
    width: 95%;
    margin: auto;
}

.testimonial-area h2,
.testimonial-area p {}

.ta-bg {
    height: 475px;
    width: 475px;
    background-repeat: no-repeat;
    margin-top: 25px;
}

.testimonial-author .ta {
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}

.author-one.now-in-view {
    top: -25px;
    left: 110px;
}

.author-two.now-in-view {
    top: 21%;
    left: 69%;
}

.author-three.now-in-view {
    left: 67%;
    top: 66%;
}

.author-four.now-in-view {
    top: 77%;
    left: 53px;
}

.author-five.now-in-view {
    left: 50px;
    top: 41%;
}

.ta-info {
    overflow: hidden;
    display: block;
}

.ta-info h6 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
}

.ta-info span {
    color: #fff;
    font-size: 16px;
}

.testi-author {
    width: 100%;
    float: left;
    text-align: center;
}

.testi-author img {
    display: inline-block;
    margin-top: 15px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.single-testimonial p {
    margin-bottom: 0;
}

.icon-media {
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    background-color: var(--primary-color);
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 20px;

}

.exceptional-box {

    margin-bottom: 30px;
}

.exceptional-box .card-body {
    padding: 40px;
    text-align: center;
}

.exceptional-box .card {
    transition: all 0.5s;
    cursor: pointer;

}

.exceptional-box:hover .card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: var(--primary-color);
    border: 1px solid var(--white);


}

.exceptional-box:hover .card h3,
.exceptional-box:hover .card p {
    color: #fff;
}

.exceptional-box:hover .card .icon-media {

    background-color: var(--secondary-color);
}

.exceptional-box:hover .card .btn {

    background-color: var(--secondary-color);
}

.btn-sm {

    padding: 13px 19px;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color)
}



.icon-media img {

    filter: invert(1);
}

.testimonial-active .slick-arrow {
    position: absolute;
    bottom: -80px;
    left: 0;
    border: none;
    background: none;
    padding: 0;
    font-size: 24px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    width: 94%;
}

.testimonial-active i {
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}

.testimonial-active .slick-next {
    left: 40px;
}

.testimonial-active .slick-arrow:hover {
    color: var(--primary-color);
}

.testimonial-avatar.p-relative {
    min-height: 455px;
    display: block;
    overflow: hidden;
}

.testimonial-avatar .ta {
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}

.avatar-one.now-in-view {
    top: 0%;
    left: 28%;
}

.avatar-two.now-in-view {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.avatar-three.now-in-view {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.avatar-four.now-in-view {
    top: 20%;
    left: 70%;
}

.avatar-five.now-in-view {
    top: 70%;
    left: 25%;
}

.avatar-six.now-in-view {
    top: 59%;
    left: 64%;
}

.single-testimonial-bg {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #0000001A;
    border-radius: 10px;
    width: 85%;
    float: right;
    padding: 30px 50px 100px 150px;
    margin: 20px;
    color: #525c7b;
}

.testimonial-active .slick-slide {
    position: relative;
    background-color: #f0f7ff;
    padding: 30px;
    margin: 0 15px 15px;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.01);
    border-radius: 4px;
}

.testimonial-active .slick-slide:hover {
    background: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.05);
}

.testimonial-active .testi-img {
    float: left;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 80px;
}

.testimonial-active .ta-info {
    width: 100%;
    margin-top: 15px;
    display: inline-block;
}

.testimonial-active .ta-info span {
    color: #777;
    font-size: 12px;
}

.testimonial-active .ta-info h6 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 500;
    color: #141b22;
}

.testimonial-active .com-icon {
    position: absolute;
    right: 50px;
    top: 45px;
}

.testimonial-active .slick-dots {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 35px;
}

.testimonial-active .slick-dots li {
    display: inline-block;
    margin: 0 0px;
    line-height: 0;
}

.testimonial-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    margin-left: 10px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    background-color: #ccc;
    height: 10px;
    width: 10px;
    border-radius: 2px;
}

.testimonial-active .slick-dots .slick-active button {
    width: 10px;
    background-color: var(--primary-color);
}

.testimonial-active .qt-img {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.testimonial-active .qt-img img {
    display: inline-block;
    margin-bottom: 30px;
}

.testimonial-active2 .qt-img {
    margin-bottom: 30px;
}

.testimonial-active2 .qt-img img {
    display: inline-block;
}

.testimonial-active2 .slider-nav {
    float: right;
    width: 100%;
}

.slider-nav .slick-list.draggable {
    width: 233px;
    float: right;
}

.testimonial-active2 .slick-arrow {
    position: absolute;
    top: inherit;
    left: inherit;
    border: none;
    background: none;
    padding: 0;
    font-size: 24px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    right: -96px;
    bottom: 0;
}

.testimonial-active2 .slick-next {
    left: inherit;
    right: -165px;
}

.testimonial-active2 .slick-arrow:hover {
    color: var(--primary-color);
}

.testimonial-avatar.p-relative {
    min-height: 455px;
    display: block;
    overflow: hidden;
}

.testimonial-active2 .slick-next.slick-arrow i,
.testimonial-active2 .slick-arrow i {
    border-radius: 50%;
    background-color: rgb(80, 82, 171);
    box-shadow: 2.5px 4.33px 15px 0px rgba(80, 82, 171, 0.4);
    width: 60px;
    height: 60px;
    line-height: 60px;
}




.testimonial-active2 .ta-info span {
    color: var(--primary-color);
    font-size: 16px;
}

.testimonial-active2 .testi-author {
    border-bottom: none;
    padding-bottom: 0;
}

.testimonial-active2 .ta-info h6 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #141b22;
}

.com-icon {
    position: absolute;
    right: 0;
    top: 20px;
}

.testimonial-item img {
    width: 80px;
    cursor: pointer;
}

.testimonial-active2 .single-testimonial {
    text-align: center;
    background: #fff;
    float: left;
    padding: 50px;
    border-radius: 8px;
}

.testimonial-active2 .testi-author img {
    float: none;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
}

.testimonial-active2 .slick-dots li {
    display: inline-block;
    margin: 0 0px;
}

.testimonial-active2 .slick-dots {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.testimonial-active2 .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    margin-left: 10px;
    z-index: 1;
    cursor: pointer;
    background: no-repeat;
    transition: .3s;
    background-color: #ccc;
    height: 10px;
    width: 10px;
    border-radius: 5px;
}

.testimonial-active2 .ta-info {
    overflow: hidden;
}

.testimonial-active2 .single-testimonial p {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 38px;
    color: var(--secondary-color);
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}

.testimonial-active2 .slick-dots .slick-active button {
    border-radius: 5px;
    background-color: var(--primary-color);
}

.testimonial-area .test-an-01 {
    position: absolute;
    bottom: 0;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.testimonial-area .test-an-02 {
    position: absolute;
    top: 0;
    right: 0;

}

.test-line {
    margin-top: 30px;
    margin-bottom: 30px;
}

.test-line img {
    display: inline-block;
}

.testimonial-active2.testimonial-area3 .single-testimonial {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}

.testimonial-active2.testimonial-area3 .single-testimonial p {
    color: #fff;
}

.testimonial-active2.testimonial-area3 .ta-info h6 {
    color: #fff;
}

/* faq */
.faq-area .section-title p {
    font-size: 24px;
    margin-top: 25px;
    line-height: 34px;
}

.faq-img {
    margin-right: -350px;
}

.faq-btn {
    font-size: 17px;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 30px;
    padding-right: 30px;
    width: 100%;
    text-align: left;
    padding-right: 75px;
    background: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
}

.card .collapse.show {
    display: block;
}

.faq-btn.collapsed {
    background: no-repeat;
    color: #190a32;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
}

.faq-wrap .card-header:first-child {
    border-radius: 0;
}

.faq-wrap .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: unset;
    border-bottom: none;
}

.faq-wrap .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: unset;
    padding: 25px 0px;
}

.faq-wrap .card-header h2 {
    font-size: unset !important;
}

.faq-wrap .card {
    border: none;
    border-radius: 4px !important;
    margin-bottom: 15px;
    box-shadow: none;
    overflow: hidden;
    background: no-repeat;
}

.faq-wrap .card:last-child {}

.faq-wrap .card-header h2 button::after {
    position: absolute;
    content: "\f107";
    top: 5px;
    right: 5px;
    font-size: 26px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: var(--primary-color);
    border-radius: 4px;

}

.faq-wrap .card-header h2 button.collapsed::after {
    content: "\f104";
    color: #141b22;
    box-shadow: none;
    font-size: 26px;
    border: 1px solid #c6c6c6;
}

/* 15. blog */
.home-blog-active {
    margin-right: -500px;
}

.home-blog-active .slick-dots {
    text-align: center;
    margin-top: 30px;
}

.home-blog-active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.home-blog-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    margin-left: 10px;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    background: no-repeat;
    transition: .3s;

}

.home-blog-active .slick-dots li.slick-active button {}

.home-blog-active .slick-dots li.slick-active button::before {
    background: url("../img/bg/active-dote.png");
    opacity: 1;
}

.home-blog-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url("../img/bg/dote.png");
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center;
}


.home-blog-active .slick-arrow,
.home-blog-active2 .slick-arrow {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: -440px;
    border: none;
    background: none;
    padding: 0;
    color: #f6fbff;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    background: var(--primary-color);
    font-size: 24px;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
}

.home-blog-active .slick-prev {}

.home-blog-active .slick-arrow:hover,
.home-blog-active2 .slick-arrow:hover {
    background: var(--secondary-color);
}

.home-blog-active .slick-arrow.slick-next,
.home-blog-active2 .slick-arrow.slick-next {
    right: inherit;
    left: -355px;
}

.home-blog-active .single-post2 {
    margin: 0 15px 15px;
}

.home-blog-active .blog-content2 {
    box-shadow: 1px -0.268px 17px 0px rgba(0, 0, 0, 0.09);
}

.blog-content2 .category {
    position: absolute;
    top: -250px;
    background: var(--primary-color);
    padding: 10px 19px;
    left: 20px;
    border-radius: 10px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.blog-thumb img {
    width: 100%;
}

.blog-thumb .b-meta {
    padding: 30px 25px 0;
    color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.blog-thumb img {
    visibility: hidden;
}

.blog-thumb:hover img {
    visibility: visible;
}

.blog-content {
    background: #fff;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}

.single-post2 {
    display: inline-block;
}

.single-post .blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
    padding-bottom: 30px;
}

.blog-content h4 {
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.blog-content h4:hover a {
    color: var(--primary-color);
}

.blog-thumb:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #141b22 0% 0% no-repeat padding-box;
    opacity: 0.8;
    display: inline-block;
}

.blog-thumb2 img {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.blog-thumb2 .b-meta {
    padding: 30px 25px 0;
    color: var(--primary-color);
    top: 0;
    left: 0;
    z-index: 1;
}

.blog-content2 {
    padding: 30px;
    border-radius: 0 0 8px 8px;
    float: left;
    position: relative;
    background: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
}

.blog-thumb2 {
    position: relative;
}

.blog-thumb2 .date-home {
    position: absolute;
    top: 30px;
    background: var(--primary-color);
    color: #fff;
    padding: 5px 15px;
    border-radius: 6px;
    left: 30px;
    font-size: 14px;
}

.blog-content2 .b-meta {
    color: #777;
    padding-bottom: 15px;
}

.blog-content2 .b-meta ul {
    padding-left: 0 !important;
}

.blog-content2 h4 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}

.blog-content2 h4 a {
    text-decoration: none;
    line-height: 30px;
}

.blog-area3 .blog-thumb2 .date-home {
    background: #4ea9b4;
}

.blog-area3 .blog-content2 {
    margin: 0 10px;
}

.adim-box {
    display: flex;
}

.adim-box .text {
    padding-top: 10px;
    padding-left: 15px;
    font-size: 14px;
    color: #141b22;
}

.blog-thumb:hover .b-meta h4,
.blog-thumb:hover .b-meta h4 a:hover {
    color: #fff;
}

.b-meta ul li {
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    color: #777;
}

.b-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.b-meta ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #444d69;
}

.b-meta ul li a.corpo {
    color: var(--primary-color);
}

.b-meta ul li a:hover {
    color: var(--primary-color);
}


.single-post:hover .blog-btn {
    opacity: 1;
}

.blog-btn a {
    display: inline-block;
    color: var(--primary-color);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.blog-btn a:hover {
    color: #141b22;
}

.blog-btn2 a {
    display: inline-block;
    color: #C0C0C0;
    text-align: center;
    font-size: 14px;
}

.blog-btn a i {
    margin-left: 5px;
}

.b-meta i {
    margin-right: 5px;
    color: var(--primary-color);
}

.single-post {
    transition: .3s;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #00000026;
}

.blog-thumb {
    position: relative;
}

.bsingle__post-thumb img {
    width: 100%;
    height: auto;
}

.bsingle__post .video-p {
    position: relative;
}

.bsingle__post .video-p .video-i {
    height: 80px;
    width: 80px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    background: #fff;
    color: var(--primary-color);
}

.blog-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    border: none;
    background: none;
    padding: 0;
    font-size: 30px;
    color: #fff;
    z-index: 9;
    opacity: .4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.blog-active .slick-arrow.slick-next {
    right: 40px;
    left: auto;
}

.blog-active .slick-arrow:hover {
    opacity: 1;
}

.bsingle__content {
    padding: 40px 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-style: solid;
    border-width: 2px;
    border-color: #f5f5f5;
    position: relative;
}

.bsingle__content .admin {
    position: absolute;
    top: -35px;
    background: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    right: 20px;
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    font-weight: 500;
}

.bsingle__content .admin i {
    margin-right: 10px;
    font-size: 18px;
}

.blog-details-wrap .meta-info ul {
    padding-top: 25px;
    border-top: 2px solid #f5f5f5;
    padding-bottom: 25px;
}

.blog-details-wrap .meta-info ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    font-weight: 500;
    padding-right: 15px;
    border-right: 2px solid #f5f5f5;
}

.blog-details-wrap .meta-info ul li i {
    color: var(--primary-color);
    margin-right: 5px;
}

.blog-details-wrap .meta-info ul li:last-child {
    border: none;
}

.blog-deatails-box02 .meta-info ul {
    margin-top: 15px;
    padding-left: 0;
    padding-top: 40px;
}

.bsingle__content .meta-info ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    font-weight: 500;
}

.bsingle__content .meta-info ul li:last-child {
    border: none;
}

.bsingle__content .meta-info ul li i {
    color: var(--primary-color);
}

.bsingle__content .meta-info ul li a {
    color: #3763eb;
    text-transform: capitalize;
}

.bsingle__content .meta-info ul li a i {
    margin-right: 5px;
}

.bsingle__content .meta-info ul li a:hover {
    color: var(--primary-color);
}

.bsingle__content .meta-info ul li i {
    margin-right: 5px;
}

.bsingle__content h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 500;
}

.bsingle__content h2:hover a {
    color: var(--primary-color);
}

.bsingle__content p {
    margin-bottom: 25px;
}

.bsingle__content .blog__btn .btn {
    font-size: 16px;
}

.bsingle__content .blog__btn .btn:hover {
    background: var(--primary-color);
    color: #fff;
}


/* 18. pricing */
.pricing-area .nav {
    box-shadow: 0px 16px 32px #00000014;
    margin-top: 50px;
    border-radius: 30px;
    padding: 15px;
}

.pricing-area .nav-pills .nav-link {
    padding: 15px 30px;
}

.pricing-area .nav-pills .nav-link.active {
    background: #4cc3c1;
    padding: 15px 40px;
    border-radius: 30px;
}

.pricing-area .nav-pills .nav-link span {
    background: #ffebe4;
    padding: 5px 9px;
    font-size: 12px;
    border-radius: 15px;
    color: var(--primary-color);
    font-weight: 600;
}

.pricing-box {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    padding: 50px;
}

.pricing-head {
    float: left;
    width: 100%;
    position: relative;
}

.pricing-head .month {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
    background-color: rgb(225, 225, 225);
    padding: 3px 10px;
}

.pricing-head h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.price-count sub {
    font-size: 14px;
    bottom: 5px;
}

.pricing-head .glyph-icon::before {
    font-size: 32px;
    margin-left: 0;
    width: 85px;
    background: #3763eb;
    height: 85px;
    display: inline-block;
    line-height: 65px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 30px;
    border: 10px solid #eee;
}

.pricing-head h4 {
    font-size: 30px;
    font-weight: 600;
    color: #141b22;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.price-count h2 {
    font-size: 50px;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    color: #141b22;
    font-family: 'Roboto', sans-serif;
}

.price-count h2 strong {
    font-size: 15px;
    margin-left: -5px;
    color: #141b22;
    font-weight: 600;
}

.price-count small {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: -20px;
    margin-right: 3px;
}

.price-count span {
    color: #141b22;
    font-size: 15px;
    margin-left: -10px;
}

.pricing-body {
    padding: 0px;
    width: 100%;
}

.pricing-body li {
    margin-top: 15px;
    list-style: none !important;
}

.pricing-body li:first-child {
    margin-top: 0;
}

.pricing-body li::before {
    content: '';
    font-family: "Font Awesome 5 Pro";
    color: #777;
    position: relative;
    float: right;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    margin-top: 2px;
    border-radius: 50%;
    margin-right: 0;
}

.pricing-body p {
    margin-bottom: 15px;
    font-size: 14px;
}

.pricing-box.active {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
}

.pricing-box.active .pricing-head .glyph-icon::before {
    background: #fff;
    color: #3763eb;
}

.pricing-box.active .pricing-head h4 {
    color: #fff;
}

.pricing-body {
    float: left;
}

.pricing-head h5 {
    font-size: 30px;
    margin-bottom: 15px !important;
}

.pricing-box2 .icon {
    margin-bottom: 15px;
}

.pricing-box2 .icon img {
    height: 40px;
}

.pricing-box2 hr {
    background: #d7d7d7;
    margin: auto;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    border: none;
}


.pricing-box2.active {
    background: #fff9f7;
}

.pricing-box.active .pricing-btn .btn {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.pricing-box2 .pricing-head p {
    margin-bottom: 10px;
    margin-top: 0;
}

.pricing-box2 .price-count {
    display: inline-block;
    margin-bottom: 15px;
}

.pricing-box2 .price-count h2 {
    font-size: 36px;

}

.pricing-btn .btn {
    background: var(--secondary-color);
    border-color: var(--secondary-color);

}

.pricing-btn .btn::before {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.pricing-btn {
    width: 60%;
    margin: auto;
}

/* 19. contact */
.contact-form .btn {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.contact-form .btn:hover {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.search-area h2 {
    color: #fff;
}

.search-area p {
    font-size: 18px;
    color: #b0cbd7;
    margin-top: 15px;
}

.search-area .slider-btn,
.search-area .slider-btn button {
    width: 100%;
}

.contact-bg input,
.contact-bg .contact-field textarea {
    border: none !important;

}

.contact-bg input {
    height: calc(3.5em + .55rem + 2px);
}

.contact-bg .contact-field textarea {
    height: 250px;
}

.contact-bg .contact-field i {
    position: absolute;
    right: 20px;
    top: 20px;
}

.contact-bg02 {
    background: #032e3f;
    padding: 80px 50px;
    border-radius: 10px;
}

.contact-bg02 h2 {
    font-size: 35px;
    color: #fff;
}

.contact-area {
    background-repeat: no-repeat;
    background-position: center center;
}

.contact-area .map {
    position: absolute;
    right: 0;
    top: 0;
}

.contact-wrapper textarea {
    border: 0;
    color: #000;
    font-size: 15px;
    height: 200px;
    width: 100%;
    text-transform: capitalize;
    transition: .3s;
    background: #f4f4fe;
    padding: 30px 40px;
}

.contact-wrapper textarea::-moz-placeholder {
    color: #b3bdcd;
    font-size: 14px;
}

.contact-wrapper textarea::placeholder {
    color: #8990b0;
    font-size: 14px;
}

.c-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    color: #8990b0;
    font-size: 14px;
}

.contact-message.c-icon i {
    top: 30px;
    transform: unset;
}

.contact-wrapper input {
    border: 0;
    color: #000;
    font-size: 15px;
    height: 80px;
    text-transform: capitalize;
    width: 100%;
    padding: 0 40px;
    transition: .3s;
    background: #f4f4fe;
}

.contact-wrapper input::-moz-placeholder {
    color: #8990b0;
    font-size: 14px;
}

.contact-wrapper input::placeholder {
    color: #8990b0;
    font-size: 14px;
}

.contact-name {
    position: relative;
}

.contact-field label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #141b22;
    margin-bottom: 20px;
    cursor: unset;
}

.contact-field {
    padding-right: 0;
}

.contact-field input {
    width: 100%;
    border: none;
    padding-left: 15px;
    transition: .3s;
    border-radius: 10px;
    border: 1px solid #777;
    height: calc(3.0em + .55rem + 2px);
}

.contact-field.c-name::after {
    content: "\f007";
}

.contact-field::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: 14px;
    text-align: center;
    right: 25px;
    color: var(--primary-color);
    bottom: 22px;
    display: none;
}

.contact-field.c-email::after {
    content: "\f0e0";
}

.contact-field.c-subject::after {
    content: "\f249";
}

.contact-field.c-message::after {
    content: "\f303";
    font-weight: 600;
    top: 20px;
    bottom: unset;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #9e9e9e;
}

.contact-field textarea {
    width: 100%;
    padding: 15px;
    transition: .3s;
    height: 115px;
    border: 1px solid #777;
    border-radius: 10px;
}


.contact-bg {
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.contact-img {
    position: absolute;
    bottom: 0;
    right: 170px;
    z-index: -1;
}

/* 20. footer */
.recent-blog-footer li {
    display: flex;
    margin-bottom: 25px !important;
}

.recent-blog-footer li .thum {
    float: left;
    width: 155px;
    margin-right: 10px;
}

.recent-blog-footer li .thum img {
    border-radius: 10px;
}

.recent-blog-footer a {
    width: 100%;
    display: inline-block;
    color: #fffc !important;
}

.recent-blog-footer a:hover {
    color: #fff !important;
}

.recent-blog-footer span {
    color: var(--primary-color);
}

.footer-top-heiding {

    margin-bottom: 50px;
}

.footer-top-heiding .container {
    padding-bottom: 50px;
    border-bottom: 1px solid #ffffff2e;
}

.f-contact {
    display: flex;
}

.f-contact i {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    line-height: 40px;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    float: left;
}


.f-contact a {
    color: #b2c0d8 !important;
}

.f-contact a:hover {
    color: #fffc !important;
}

.footer-top-heiding .col-lg-4 {
    border-right: 2px solid #20282E;
}

.footer-top-heiding .col-lg-4:last-child {
    border-right: none;
}

.f-contact span {
    color: #b2c0d8;
}

.f-contact h3 {
    color: #fff;
    font-size: 24px;
}

.footer-top-heiding h2 {
    color: #fff;
}

.footer-bg {
    color: #777;
    background-position: center center !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.f-cta-area.gray-bg {
    background: #f4f4fe;
    border-top: 3px solid var(--primary-color);
}

.footer-text p {
    color: #ddd;
    margin-bottom: 0;
}

.footer-social span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    margin-right: 20px;
}

.footer-social a {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff47;
    text-align: center;
    line-height: 40px;
    color: #fff !important;
}

.footer-social a:hover {
    background: var(--primary-color);
    color: #fff !important;
}

.f-widget-title h2,
.footer-widget .widgettitle {
    font-size: 24px;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 30px;
    color: #fff;
}

.f-widget-title h2::before,
.footer-widget .widgettitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    height: 1px;
    width: 70px;
    background: var(--primary-color);
}

.f-widget-title img {
    width: 50%;
}

.footer-link ul li i {
    color: var(--primary-color);
    margin-right: 5px;
}

.footer-link ul li a {
    color: #b2c0d8;
    display: inline-block;
}

.footer-link ul li a::before {
    content: "+";
    margin-right: 8px;
    color: var(--primary-color);
    font-size: 18px;
    display: none;
}

.footer-link ul li a:hover {
    color: #fff;
}

.footer-link ul li {
    margin-bottom: 10px;
}

.footer-link ul li:last-child {
    margin-bottom: 0;
}

.f-insta ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 9px;
    width: 31.2% !important;
}

.f-insta ul li img {
    width: 100%;
}

.f-insta ul li:nth-child(3),
.f-insta ul li:nth-child(6) {
    margin-right: 0 !important;
}

.f-insta ul li a {
    display: block;
    position: relative;
}

.f-insta ul li a::before {
    content: "\e035";
    font-family: "dripicons-v2" !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    transition: .3s;
    opacity: 0;
    z-index: 9;
}

.f-insta ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--primary-color);
    opacity: 0;
    transition: .3s;
}

.f-insta ul li:hover a::before {
    top: 50%;
    opacity: 1;
}

.f-insta ul li:hover a::after {
    opacity: .6;
}

.copyright-wrap {
    background: var(--primary-color);
    color: #fff;
    font-size: 15px;
}

.copyright-wrap .container {
    padding: 20px 0;
}

.copyright-wrap li {
    display: inline;
    padding-left: 15px;
    margin-left: 40px;
    position: relative;
}

.copyright-wrap li::before {
    background-color: #141b22;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    left: -4px;
    top: 5px;
    border-radius: 50px;
}

.copy-text img {
    width: 20%;
}

.copyright-wrap li a {
    color: #fff;
}

.f-contact .icon {
    float: left;
    margin-top: 7px;
    margin-right: 15px;
    width: 40px;
}

.f-contact li {
    float: left;
    margin-bottom: 15px !important;
    width: 100%;
}

.f-contact li:last-child {
    margin-bottom: 0px !important;
}

#contact-form4 {
    margin-top: 20px;
}

#contact-form4 input {
    float: left;
    padding: 23px 30px;
    border: none;
    width: 75%;
}

#contact-form4 button {
    padding: 15px 30px;
    border-radius: 0;
}

/* Fillter css */

.portfolio .col2 .grid-item {
    width: 49%;
    padding: 15px;
}

.portfolio .col3 .grid-item {
    width: 33.33%;
    margin: 0;
    padding: 15px;
}

.portfolio .col3 .grid-item .box {
    position: relative;
    overflow: hidden;
}

.portfolio .col3 .grid-item .box a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #b68c5a;
    opacity: 0;
    transition: .3s;
}

.portfolio .col3 .grid-item .box a::before {
    content: "\e035";
    font-family: "dripicons-v2" !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    transition: .3s;
    opacity: 0;
    z-index: 9;
}

.portfolio .col3 .grid-item .box a:hover::before {
    top: 50%;
    opacity: 1;
}

.portfolio .col3 .grid-item .box a:hover::after {
    opacity: .6;
}

.portfolio .col3 .grid-item .box20 img {
    width: auto;
    height: 380px;
    border-radius: 0px;
    max-width: inherit;
    margin-left: -150px;
}

.portfolio .col4 .grid-item {
    width: 25%;
    margin: 0;
    padding: 0;
}

.gallery-image {
    overflow: hidden;
    position: relative;
    margin: 0;
}

.gallery-image figcaption {
    width: 100%;
    padding: 0 35px 30px 60px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    bottom: -150px;
    z-index: 2;
    text-align: left;
}

.gallery-image::before {
    content: "\e035";
    font-family: "dripicons-v2" !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    transition: .3s;
    opacity: 0;
    z-index: 9;
    background: var(--secondary-color);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.gallery-image:hover::before {
    top: 50%;
    opacity: 1;
}

.gallery-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--primary-color);
    opacity: 0;
    transition: .3s;
}

.gallery-image:hover::after {

    opacity: .85;

}

.masonry-gallery-huge {
    margin: auto;
    padding-right: 1.85%;
    padding-left: 1.85%;
}

.grid-item {
    margin: 15px;
}

.gallery-image:hover figcaption {
    opacity: 1;
    bottom: 30px;

}

.gallery-image figcaption h4 {
    font-weight: 600;
    font-size: 36px;
    color: #fff;
}

.gallery-image figcaption .span {
    color: #b68c5a;
    font-size: 14px;
    position: relative;
    padding-left: 40px;
    display: inline-block;
    margin-bottom: 0;
}

.gallery-image figcaption .span::before {
    content: "";
    width: 30px;
    position: absolute;
    height: 2px;
    background: #b68c5a;
    top: 50%;
    left: 0;
}

.gallery-image figcaption .span p {
    margin-bottom: 0;
}

.gallery-image figcaption .icon {
    position: absolute;
    right: 0;
    background: #3763eb;
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 40px;
}

.button-group {
    padding-bottom: 15px;
}

.button-group button {
    border: none;
    background: none;
    transition: .3s;
    cursor: pointer;
    outline: none;
    color: #777;
    position: relative;
    padding-top: 0;
    margin-left: 15px;
    font-family: 'Jost', sans-serif;
}

.button-group button:hover {
    color: #030c26;
}

.button-group button.active {
    color: #fff;
    background: var(--primary-color);
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
}

.button-group button::before {
    content: "/";
    position: relative;
    left: -12px;
    display: none;
}

.button-group button:first-child::before {
    display: none;
}

.gallery-image img {
    width: 100%;
    margin-bottom: 0;
}


/* 21. Menu Theme dropdown default css */
.f-cta-icon {
    float: left;
    margin-right: 30px;
}

.single-cta {
    line-height: 28px;
}

.single-cta a {
    color: #141b22;
}

.main-menu ul li.has-sub .current a {
    color: #222;
}

.main-menu ul li.current a {
    color: var(--primary-color);
}

.main-menu .has-sub>ul {
    visibility: hidden;
    position: absolute;
    background-color: #ffff;
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    border-top: 4px solid var(--primary-color);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    opacity: 0;
}

.main-menu .has-sub li a {
    padding: 15px;

}

.main-menu .has-sub li {
    margin-left: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;

}

.main-menu .has-sub a:hover {
    color: var(--primary-color);
}

.main-menu .has-sub:hover>ul {
    visibility: visible;
    margin-top: 0px;
    opacity: 1;
}

.main-menu .has-sub>ul>.has-sub>ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: -255px;
    margin-top: 0;
    top: -3px;
}

.main-menu .has-sub>ul>.has-sub:hover>ul {
    display: block;
}

.main-menu .has-sub>ul>.has-sub>ul>.has-sub>ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: 255px;
    margin-top: 0;
    top: -3px;
}

.main-menu .has-sub>ul>.has-sub>ul>.has-sub:hover>ul {
    display: block;
}

.main-menu .has-sub ul li a {
    color: #4f4f4f;
}

.main-menu .has-sub ul li a:hover {
    color: var(--primary-color);
}

/* 23. mega menu */

.offcanvas-menu .has-mega-menu ul {
    display: none;
}

.offcanvas-menu li.has-sub.has-mega-menu:hover>ul {
    margin-left: -1160px;
    background: #00081b;
    top: 121px;
}

.offcanvas-menu .mega-menu-column.has-sub ul li a {
    color: #fff;
    font-size: 14px;
}

.offcanvas-menu .mega-menu-column.has-sub ul li a:hover {
    color: var(--primary-color);
}

.has-mega-menu {
    position: static;
}

li.has-sub.has-mega-menu ul {
    position: absolute;
    top: NNpx;
    /*insert the needed value*/
    z-index: 100;
    left: 0px;
    right: 0px;
    width: 1180px;

}

.main-menu .mega-menu-column.has-sub a {
    color: #333;
}

.main-menu .mega-menu-column.has-sub a:hover {
    color: var(--primary-color);
}

li.has-sub.has-mega-menu:hover>ul {
    /*flexbox fallback for browsers that do not support CSS GRID lyout*/
    display: flex;
    flex-wrap: wrap;
    /*CSS GRID lyout*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    margin-left: -820px;

}

li.has-sub.has-mega-menu:hover>ul>li>ul {
    /*flexbox fallback for browsers that do not support CSS GRID lyout*/
    display: flex;
    flex-wrap: wrap;
    width: auto;
    background: none;
    /*CSS GRID lyout*/
    display: grid;
    position: relative;
    border: none;
    margin-left: 0;
}


@media screen and (min-width: 992px) {
    li.has-mega-menu:hover>ul {
        grid-template-columns: repeat(auto-fit, minmax(33.3333%, 1fr));
    }
}

@media screen and (min-width: 1200px) {
    li.has-mega-menu:hover>ul {
        grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    }
}

@media screen and (min-width: 600px) {
    li.mega-menu-column {
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        padding: 10px 25px;
        flex: 1 0 calc(50%);
    }
}

@media screen and (min-width: 992px) {
    li.mega-menu-column {
        flex: 1 0 calc(33.333%);
    }
}

.main-menu .has-sub .mega-menu-column li {
    flex: 1 0 calc(25%);
    border: none;
}

.menu .children {
    display: none;
    position: absolute;
    background-color: #ffff;
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    border-top: 4px solid var(--primary-color);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.menu .sub-menu li,
.menu .children li {
    margin-left: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}

.main-menu .sub-menu li a,
.menu .children li a {
    padding: 15px;
    color: #000;
}

.menu .menu-item-has-children:hover>ul,
.menu .page_item_has_children:hover>ul {
    display: block;
    margin-top: 0px;
}

.main-menu ul li.page_item {
    margin-left: 15px;
}

.main-menu ul li.page_item::after {
    display: none;
}

.main-menu ul li.page_item.current_page_item {
    margin-left: 50px;
}

.main-menu ul li.page_item.current_page_item::after {
    display: block;
}

/* 22. Theme sidebar widge css */
.sidebar-widget {
    height: 100%;
}

.sidebar-widget a {
    color: #777;
}

.tag-cloud-link {
    font-size: 14px !important;
    border: 1px solid #e4e4e4;
    padding: 10px 19px !important;
    display: inline-block;
    margin: 5px 1px !important;
    text-transform: capitalize;
    float: none !important;
    width: auto !important;
}

.tag-cloud-link:hover {
    border: 1px solid var(--primary-color);
    color: #6a6a6a;
}

.widget_text img {

    height: auto;
}

.sidebar-widget select {
    width: 100%;
    padding: 3px 0;
    border: 2px solid #e4e4e4;
}

.recentcomments a {
    color: #141b22;
}

.sidebar-widget a.rsswidget {
    color: #141b22;
}

#wp-calendar caption {
    color: #141b22;
    font-weight: 500;
    font-size: 14px;
}

.quote-post {
    background: url(../images/quote_bg.png);
}

.widget_media_image a:hover {
    padding-left: 0 !important;
}

.sidebar-widget .widget li {
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 5px;
    float: left;
    width: 100%;
    min-height: 42px;
}

.sidebar-widget .widget a {
    width: 100%;
    text-align: left;
    line-height: 28px;
    margin-bottom: -26px;
    position: relative;
    z-index: 2;
}

.sidebar-widget .widget li .children {

    border-top: 1px solid #e4e4e4;
    margin-top: 10px;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;

}

.sidebar-widget .widget li.page_item_has_children,
{
padding-bottom: 0;
}

.sidebar-widget .widget .children {
    padding-left: 15px;
}

.sidebar-widget .widget .children ul.children {
    padding-left: 30px;
}

.sidebar-widget .page_item_has_children li {

    padding-top: 10px;
    display: block;

}

.sidebar-widget .widget .children li {
    padding-top: 10px;
}

.sidebar-widget .widget .children .children li {
    padding-top: 10px;
}

.sidebar-widget .widget li:last-child,
.sidebar-widget .widget .children li:last-child,
.sidebar-widget .widget .children .children li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sticky .bsingle__content,
.tag-sticky-2 {

    background: #e4e4e4;

}

.sticky .bsingle__content .meta-info ul {
    padding-top: 40px;
    border-top: 2px solid #e8e8e8;
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.sticky .bsingle__content ul li {
    margin-bottom: 0;
    list-style: disc;
    margin-left: 0;
    border-color: #e8e8e8;
}

#attachment_907 {
    width: 100% !important;
}

.wp-image-907 {
    width: 100% !important;
    height: auto;
}

.sidebar-widget .widget a {
    width: 85%;
    text-align: left;
}

.sidebar-widget .widget a:hover {
    padding-left: 10px;
}

.sidebar-widget .widget .widget_archive li:hover,
.widget_categories li:hover,
.sidebar-widget .widget_archive li:hover {
    color: var(--primary-color);
}

.post-password-form input[type="password"] {
    background: #e4e4e4;
    border: none;
    width: 300px;
    padding: 10px 30px;
}

.post-password-form input[type="submit"] {
    border: none;
    background: #141b22;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.post-password-form input[type="submit"]:hover {
    background: var(--primary-color);
}

.wp-block-cover__video-background {
    width: 100%;
}

.sidebar-widget .widget_nav_menu .sub-menu {
    padding-left: 15px;
}

.sidebar-widget .widget_nav_menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 5px !important;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ddd;
}

.with-avatar .avatar {
    border-radius: 50% !important;
    display: none !important;
}

.ab-submenu .ab-item img {
    display: none !important;
}

.page #comments {
    float: left;
    width: 100%;
    margin-top: 50px;
}

video {
    width: 100%;
}

.sidebar-widget .widget_text a:hover {
    padding-left: 0;
}

.dsnone {
    display: none;
}

.wp-block-media-text__media img {
    width: 100%;
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
}

.wp-block-image figure.alignright {
    margin-left: 1.5em;
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em;
}

.wp-block-image img {
    max-width: 100%;
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit;
    height: auto;
}

.wp-block-columns.alignwide .wp-block-column {
    margin-left: 0;
}

.wp-block-column .wp-block-quote {
    margin-top: 0;
    margin-right: -15px;
    float: right;
}

.wp-block-columns.alignwide .wp-block-column {
    margin-left: 0;
    padding-right: 15px;
}

.wp-block-gallery.columns-2 li {
    width: 48%;
    padding: 10px;
}

.blocks-gallery-item img {
    margin: 0 1em 1em 0;
    margin-right: 1em;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-self: flex-start;
    width: calc(50% - 1em);
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    font-weight: 400;
    color: #777;
}

.wp-block-galler {
    overflow: hidden;
    display: inline-block;
    position: relative;
    width: 100%;
}

.blocks-gallery-item {
    margin: 0;
    position: relative;
}

.blocks-gallery-item img,
.blocks-gallery-item img:hover {
    background: 0 0;
    border: none;
    box-shadow: none;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
}

.blocks-gallery-item figcaption {
    background: #eee;
    background: rgba(255, 255, 255, .8);
    color: #333;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    opacity: 0;
}

.blocks-gallery-item:hover figcaption {
    opacity: 1;
}

.wp-block-gallery.columns-3 li {
    width: 33.333%;
    padding: 10px;
    height: 200px;
}

.wp-block-gallery.columns-2 li {
    width: 48%;
    padding: 10px;
}

.wp-block-gallery {
    width: 100%;
    float: left;
}

.wp-block-gallery.columns-5 li {
    width: auto;
    height: auto;
    overflow: hidden;
    columns: auto;
}

.bsingle__content .alignright {
    float: right;
    margin-left: 1.5em;
}

.bsingle__content .alignleft {
    float: left;
    margin-right: 1em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.alignleft {
    float: left;
    margin-right: 1em;
}

figure.aligncenter {

    width: 100% !important;
    text-align: center;
    float: left;
}

.aligncenter {
    margin: auto;
    display: inherit;
}

.page-links {
    float: left;
    width: 100%;
    margin-top: 50px;
}

#comments {
    float: left;
    width: 100%;
}

.bsingle__content ul,
.pages-content ul {
    padding-left: 17px;
}

.comment-text ul {
    padding-left: 20px;
}

.bsingle__content ul li,
.comment-text ul li,
.pages-content ul li {
    list-style: disc;
}

.bsingle__content table th,
.bsingle__content table td,
.comment-text table th,
.comment-text table td,
.pages-content table th,
.pages-content table td {
    border: 1px solid #e4e4e4;
    padding: 10px;
}

.bsingle__content table,
.comment-text table,
.pages-content table {
    margin-bottom: 20px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
    padding: 30px;
}

.bsingle__content ol {
    padding: 0 0 0 1.5em;
}

.bsingle__content ol li,
.comment-text ol li,
.pages-content ol li {
    list-style: decimal;
}

.bsingle__content figure {
    margin: 0 0 1rem;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

.has-text-color.has-background.has-very-light-gray-color {
    color: #fff;
    padding: 21px;
}

.wp-block-cover-text {
    color: #fff !important;
    padding: 30px;
}

.inner-linke-page a,
.post-page-numbers {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    background: #c5015f;
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.inner-linke-page a:hover,
.post-page-numbers:hover {
    color: #ffffff;
    background: #010f2e;
}

.inner-linke-page>span,
.post-page-numbers.current {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    font-weight: 400;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    background: #010f2e;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}

.tag-template img {
    width: auto !important;
}

.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 150px;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 5px 5px 1px rgba(0, 0, 0, .1);
}

.error-body a {

    margin-top: 30px;
    margin-bottom: 100px;

}

.tag-markup-2 li>ul,
li>ol,
.pages-content li>ul,
li>ol {
    padding-left: 1.5em;
}

.tag-markup-2 ul li,
.tag-markup-2 ol li,
.comment-text ul li,
.comment-text ol li,
.pages-content ul li,
.pages-content ol li {
    margin-top: 10px;
    margin-bottom: 0;
}

.parent-pageid-1725 figure.aligncenter {
    margin: 50px 0;
}

.bsingle__content ul ul li,
.pages-content ul ul li {
    list-style: circle;
}

footer #wp-calendar caption {
    color: #fff;
}

ol {
    padding-left: 15px;
}

iframe {
    width: 100%;
}

.comment-list li {

    margin-bottom: 30px;

}

.wp-block-button__link {
    border: none;
    font-weight: 600;
    padding: .76rem 1rem;
    outline: none;
    outline: none;
    display: inline-block;
    background: #141b22;
    color: #fff !important;
    width: auto;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
}

.wp-block-button.aligncenter .wp-block-button__link {

    width: 50%;
    display: block;
    margin: auto;

}

.wp-block-button.is-style-outline .wp-block-button__link {

    background: none;
    border: 2px solid #141b22;
    color: #141b22 !important;

}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.has-2-columns,
.has-3-columns,
.has-5-columns,
.has-6-columns {
    float: left;
    width: 100%;
}

.has-2-columns .wp-block-column {
    float: left;
    width: 50%;
    padding-right: 20px;
}

.has-3-columns .wp-block-column {
    float: left;
    width: 33.333%;
    padding-right: 20px;
}

.has-5-columns .wp-block-column {
    float: left;
    width: 20%;
    padding-right: 20px;
}

.has-4-columns .wp-block-column {
    float: left;
    width: 25%;
    padding-right: 20px;
}

.has-6-columns .wp-block-column {
    float: left;
    width: 16.66666666666667%;
    padding-right: 20px;
}

.wp-block-media-text.alignwide figure {

    float: left;
    width: 100%;
    margin-right: 20px;

}

.wp-block-media-text.alignwide .has-large-font-size {
    font-size: 28px;
    color: #141b22;
}

.wp-block-media-text__content {

    float: left;
    width: 47%;
    padding-top: 0;

}

.wp-block-columns.alignwide.has-3-columns blockquote {
    margin-top: 0;
    padding-left: 20px;
}

.columns-3.is-cropped li {
    list-style: none;
    float: left;
    width: 33.333%;
}

.wp-block-gallery.columns-3.is-cropped.alignfull {
    margin-top: 0;
}

.blocks-gallery-grid,
.wp-block-gallery {
    padding: 0 !important;
}

.wp-block-gallery.alignleft.columns-2.is-cropped li {

    float: left;
    list-style: none;

}

.wp-block-gallery.alignwide.columns-4.is-cropped li {

    float: left;
    list-style: none;
    width: 25%;
    padding: 10px;

}

.wp-block-gallery.columns-6.is-cropped li {

    float: left;
    width: 16.666%;
    height: 129px;
    list-style: none;
    padding: 10px;

}

.wp-block-gallery.columns-7.is-cropped li {

    float: left;
    width: 14%;
    padding: 10px;
    list-style: none;
    min-height: 150px;

}

.wp-block-gallery.columns-8.is-cropped li {

    float: left;
    width: 12%;
    padding: 10px;
    list-style: none;
    min-height: 100px;

}

.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
    float: left;
}

.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile figure {
    float: left;
    width: 50%;
    margin-right: 20px;
}

.footer-widget .widgettitle,
.footer-widget .cat-item,
.footer-widget .widget ul li {
    text-align: left;
    color: #fff;
}

.blog-deatails-box.single .single {
    display: none;
}

.redux-footer h2 {
    margin-top: 0px;
}

.footer-widget td {
    padding: 5px;
    text-align: center;
}

.footer-widget table {
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
}

.footer-widget th {
    background: #e4e4e4;
    padding: 10px 5px;
    text-align: center;
    color: #141b22;
}

.bsingle__content h1,
.bsingle__content h2,
.bsingle__content h3,
.bsingle__content h4,
.bsingle__content h5,
.bsingle__content h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}

.pages-content h1,
.pages-content h2,
.pages-content h3,
.pages-content h4,
.pages-content h5,
.pages-content h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}

.comment-list h1,
.comment-list h2,
.comment-list h3,
.comment-list h4,
.comment-list h5,
.comment-list h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}

.inner-linke-page {
    font-size: 16px;
    font-weight: 600;
    color: #141b22;
}

.inner-linke-page a {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.inner-linke-page a:hover {
    color: #ffffff;
    background: #141b22;
}

.inner-linke-page>span {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    font-weight: 400;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    background: #141b22;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}

pre {
    padding: 30px;
    background: #e4e4e4;
}

pre cite {
    color: #000;
}

.inner-linke-page {
    margin-bottom: 50px;
}

.attachment-aports-featured-large {
    width: 100%;
    height: auto;
}

.quote-post {
    min-height: 200px;
}

/* Here's the new CSS to add... */

.admin-bar .menu-area {}

.admin-bar .second-header {}

.admin-bar .sticky-menu {
    top: 32px;
    margin-top: 0;
}


/* 24. call */
.call-text {
    padding: 120px 0 0 60px;
}

.call-area h5 {
    color: var(--primary-color);
}

.call-area h2 {
    color: #fff;
    font-size: 58px;
    margin-bottom: 30px;
}

.call-area h2 span {
    color: var(--primary-color);
}

.call-area p {
    color: #fff;
    opacity: 0.9;
}

.number {
    font-size: 55px;
    font-weight: 600;
    color: var(--primary-color);
}


/* Shop */
.shop-area select {
    padding: 10px;
}

.product__img {
    position: relative;
}

.product__img img {
    width: 100%;
}

.product:hover .product-action a {
    margin: 0 5px;
    opacity: 1;
    visibility: visible;
}

.product-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.product-action a {
    display: inline-block;
    background: #ffffff;
    line-height: 40px;
    color: #a39fb4;
    margin: 0 8px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    padding: 0 20px;
}

.product-action a:hover {
    background: var(--primary-color);
    color: #ffffff;
}

.pro-cat {
    margin-bottom: 15px;
    display: block;
}

.pro-cat a {
    color: var(--primary-color);
    font-size: 14px;
    letter-spacing: 2px;

    text-transform: uppercase;
}

.pro-title {
    margin-bottom: 12px;
}

.pro-title a {
    font-size: 24px;
}

.pro-title a:hover {
    color: var(--primary-color);
}

.price span {
    color: #595B6B;
    font-size: 14px;
    display: inline-block;
    margin: 0 5px;
}

.price span.old-price {
    color: #b5b5b5;
    text-decoration: line-through;
}

.product-showing p {
    margin: 0;
    border: 2px solid #eaedff;
    padding: 17px 30px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .product-showing p {
        padding: 17px 15px;
    }
}

.pro-filter {
    position: relative;
    display: inline-block;
}

@media (max-width: 767px) {
    .pro-filter {
        float: left;
    }
}

.img,
img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.pro-filter select {
    border: 2px solid #eaedff;
    padding: 17px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1;
    color: #6f7172;
    appearance: none;
    -moz-appearance: none;
    width: 145px;
    font-weight: 500;
}

.pro-filter .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 48px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.pro-filter::before {
    content: "\f107";
    right: 15px;
    top: 15px;
    position: absolute;
    color: #758799;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.shop-tab ul li {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .shop-tab ul li {
        margin-left: 10px;
    }
}

.shop-tab ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #6f7172;
    letter-spacing: 2px;
    padding: 0;
    text-transform: uppercase;
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #f6f6ff;
    line-height: 51px;
    text-align: center;
}

.shop-tab ul li a.active {
    color: white;
    background: #8fb569;
}

.shop-thumb-tab {
    width: 160px;
    float: right;
}

@media (max-width: 767px) {
    .shop-thumb-tab {
        float: none;
        width: 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .shop-thumb-tab ul {
        margin: 0 -5px;
    }
}

.shop-thumb-tab ul li {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .shop-thumb-tab ul li {
        width: 33.33%;
        float: left;
        padding: 0 5px;
    }
}

.shop-thumb-tab ul li a {
    padding: 0;
}

.product-details-img {
    margin-right: 180px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .product-details-img {
        margin-left: 0;
    }
}

.product-details-title p {
    color: #6a667b;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.product-details-title h1 {
    font-size: 40px;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -2px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .product-details-title h1 {
        font-size: 36px;
    }
}

.details-price span {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 400;
    margin-left: 0;
    margin-right: 10px;
}

.details-price {
    border-bottom: 2px solid #eaedff;
}

.product-cat span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #100d1c;
}

.product-cat a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
}

.product-cat a:hover {
    color: #8fb569;
}

.product-social a {
    margin-right: 10px;
    background: #f5f5ff;
    height: 50px;
    width: 50px;
    line-height: 48px;
    border-radius: 30px;
    color: #6f7172;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 767px) {
    .product-social a {
        margin-bottom: 10px;
    }
}

.product-social a:hover {
    background: #8fb569;
    color: #ffffff;
}

.plus-minus {
    display: inline-block;
}

@media (max-width: 767px) {
    .plus-minus {
        display: block;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .plus-minus {
        display: inline-block;
        margin-bottom: 0;
    }
}

.action-btn {
    background: #8fb569;
    padding: 20px 25px;
    border: none;
    margin-left: 15px;
    color: #ffffff;
    display: inline-block;
}

.action-btn:hover {
    background: var(--primary-color);
    color: #ffffff;
}

.product-action-list {
    overflow: hidden;
}

.product-action-list a {
    float: left;
}

@media (max-width: 767px) {
    .product-action-list a.btn {
        padding: 23px 30px;
        margin-bottom: 7px;
    }
}

@media (max-width: 767px) {
    .product-action-list a.action-btn {
        margin-left: 5px;
        margin-bottom: 7px;
    }
}

.cart-plus-minus input {
    height: 60px;
    width: 100px;
    border: 0;
    border: 2px solid #eaedff;
    text-align: center;
    -moz-appearance: none;
    appearance: none;
}

.cart-plus-minus {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.cart-plus-minus .qtybutton {
    position: absolute;
    top: 15px;
    left: 17px;
    font-size: 20px;
    color: #c4bedd;
    cursor: pointer;
}

.cart-plus-minus .inc {
    left: auto;
    right: 17px;
}

.additional-info .table td,
.additional-info .table th {
    padding: .75rem 0;
    vertical-align: top;
    border-top: 1px solid #e4e4e4;
    font-weight: 400;
}

.shop-cat a {
    padding: 45px 30px;
    border: 2px solid #eaedff;
    display: block;
}

.shop-cat a i {
    font-size: 100px;
    color: #8fb569;
    margin-bottom: 30px;
    transition: .3s;
}

.shop-cat a h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    transition: .3s;
    letter-spacing: 1px;
}

.shop-cat a:hover {
    background: #8fb569;
    border-color: #8fb569;
}

.shop-cat a:hover i {
    color: #ffffff;
}

.shop-cat a:hover h4 {
    color: #ffffff;
}

.product-list-content .price span:first-child {
    margin-left: 0;
}

.bakix-details-tab ul {
    border-bottom: 2px solid #e1e1e1;
}

.bakix-details-tab ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #141b22;
    letter-spacing: 2px;
    padding: 0;
    text-transform: capitalize;
    position: relative;
    padding: 0 25px;
}

@media (max-width: 767px) {
    .bakix-details-tab ul li a {
        padding: 0 10px;
    }
}

.bakix-details-tab ul li a.active {
    color: var(--primary-color);
}

.bakix-details-tab ul li a.active:before {
    position: absolute;
    bottom: -32px;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background: var(--primary-color);
    transition: .3s;
}

@media (max-width: 767px) {
    .bakix-details-tab ul li a.active:before {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bakix-details-tab ul li a.active:before {
        display: block;
    }
}

/* Cart */
.table-content table {
    background: #ffffff;
    border-color: #eaedff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.table-content table td.product-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.table-content table td.product-name a:hover {
    color: var(--primary-color);
}

.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px;
}

.table-content table th,
.table-content table td {
    border-bottom: 1px solid #eaedff;
    border-right: 1px solid #eaedff;
}

.product-quantity input {
    border: none;
    color: #6f7172;
    font-size: 14px;
    font-weight: normal;
    border: 0;
}

.table td,
.table th {
    border-top: 1px solid #eaedff;
}

.product-quantity>input {
    width: 80px;
    border-radius: 3px;
}

.table-content table td.product-subtotal {
    font-size: 16px;
}

.table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto;
}

.coupon-all {
    margin-top: 50px;
}

.coupon {
    float: left;
}

@media (max-width: 767px) {
    .coupon {
        float: none;
    }
}

#coupon_code {
    height: 62px;
    border: 2px solid #eaedff;
    padding: 0 15px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    #coupon_code {
        margin-bottom: 15px;
    }
}

.coupon2 {
    float: right;
}

@media (max-width: 767px) {
    .coupon2 {
        float: none;
        margin-top: 15px;
    }
}

.cart-page-total {
    padding-top: 50px;
}

.cart-page-total>h2 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.cart-page-total>ul {
    border: 1px solid #eaedff;
}

.cart-page-total>ul>li {
    list-style: none;
    font-size: 15px;
    color: #6f7172;
    padding: 10px 30px;
    border-bottom: 1px solid #eaedff;
    font-weight: 400;
}

.cart-page-total ul>li>span {
    float: right;
}

.cart-page-total li:last-child {
    border-bottom: 0;
}

td.product-thumbnail img {
    width: 125px;
}

/*Checkout */
.coupon-accordion h3 {
    background-color: #fff1f0;
    border-top: 3px solid var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
}

.coupon-accordion h3::before {
    content: "\f07b";
    left: 15px;
    top: 13px;
    position: absolute;
    color: #6f7172;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.coupon-accordion span {
    color: #6f7172;
    cursor: pointer;
    transition: .3s;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
    color: var(--primary-color);
}

.coupon-content {
    border: 1px solid #eaedff;
    display: none;
    margin-bottom: 20px;
    padding: 30px;
}

.coupon-info p.coupon-text {
    margin-bottom: 15px;
}

.coupon-info p {
    margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    display: block;
    color: #6f7172;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 600;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
    border: 1px solid #eaedff;
    height: 45px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 100%;
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
    background: var(--primary-color)none repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.form-row>label {
    margin-top: 15px;
    margin-left: 15px;
    color: #6f7172;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
    background: #141b22 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

p.lost-password {
    margin-top: 15px;
}

p.lost-password a {
    color: #6f6f6f;
}

p.checkout-coupon input[type="text"] {
    height: 45px;
    padding: 0 15px;
    width: 100%;
    border: 1px solid #eaedff;
    margin-bottom: 15px;
}

.coupon-checkout-content {
    display: none;
}

.checkbox-form h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.country-select {
    margin-bottom: 30px;
    position: relative;
}

.country-select label,
.checkout-form-list label {
    color: #6f7172;
    display: block;
    margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
    color: red;
}

.country-select select {
    -moz-appearance: none;
    border: 1px solid #eaedff;
    height: 45px;
    padding-left: 10px;
    width: 100%;
    color: #6f7172;
}

.country-select::before {
    content: "\f107";
    right: 15px;
    top: 38px;
    position: absolute;
    color: #6f7172;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.checkout-form-list {
    margin-bottom: 30px;
}

.checkout-form-list label {
    color: #6f7172;
}

.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
    background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    height: 45px;
    padding: 0 0 0 10px;
    width: 100%;
}

.checkout-form-list input[type="text"]::-moz-placeholder,
.checkout-form-list input[type="password"]::-moz-placeholder,
.checkout-form-list input[type="email"]::-moz-placeholder {
    color: #6f7172;
    opacity: 1;
}

.checkout-form-list input[type="text"]::placeholder,
.checkout-form-list input[type="password"]::placeholder,
.checkout-form-list input[type="email"]::placeholder {
    color: #6f7172;
    opacity: 1;
}

.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.create-acc label {
    color: #6f7172;
    display: inline-block;
}

.create-account {
    display: none;
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    color: #6f7172;
}

.order-notes textarea {
    border: 1px solid #eaedff;
    height: 90px;
    padding: 15px;
    width: 100%;
}

.order-notes textarea::-moz-placeholder {
    color: #6f7172;
    opacity: 1;
}

.order-notes textarea::placeholder {
    color: #6f7172;
    opacity: 1;
}

#ship-box-info {
    display: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default>.panel-heading {
    border-radius: 0;
}

.your-order {
    padding: 30px 40px 45px;
    border: 3px solid #eaedff;
}

@media (max-width: 767px) {
    .your-order {
        padding: 15px;
    }
}

.your-order h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.your-order-table table {
    background: none;
    border: 0;
    width: 100%;
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #eaedff;
    border-right: medium none;
    color: #6f7172;
    font-size: 14px;
    padding: 15px 0;
    text-align: left;
}

@media (max-width: 767px) {

    .your-order-table table th,
    .your-order-table table td {
        padding-right: 10px;
    }
}

.your-order-table table th {
    border-top: medium none;
    color: #6f7172;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.panel-body>p {
    color: #222;
}

.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
}

.your-order-table table .shipping ul li label {
    color: #6f7172;
}

.your-order-table table .shipping th {
    vertical-align: top;
}

.your-order-table table .order-total th {
    border-bottom: 0;
    font-size: 14px;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
    background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
}

.payment-method {
    margin-top: 40px;
}

.panel-title>a {
    display: block;
}

.order-button-payment input {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.order-button-payment input:hover {
    background: #FE4536 none repeat scroll 0 0;
}

.payment-method .btn-link {
    -moz-user-select: none;
    background: no-repeat;
    border: medium none;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.payment-method .card {
    background-color: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
    border: 1px solid #eaedff;
}

.card-header:first-child {
    border-radius: 0;
}

.payment-method .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
    width: 100%;
}

.country-select .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0;
    border: solid 1px #eaedff;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 19px;
}

/* 24. Login */
.zcube-login {
    padding: 90px;
    border: 2px solid #eaedff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .zcube-login {
        padding: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .zcube-login {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .zcube-login {
        padding: 30px;
    }
}

.zcube-login h3 {
    font-size: 30px;
}

.zcube-login input {
    width: 100%;
    height: 60px;
    border: 2px solid #eaedff;
    color: #6f7172;
    padding: 0 20px;
    margin-bottom: 20px;
}

.zcube-login label {
    color: #222;
    display: block;
}

.zcube-login label span {
    color: #fe4536;
}

.login-action input {
    width: inherit;
    height: auto;
}

.login-action label {
    display: inline-block;
    margin-left: 5px;
}

.or-divide {
    border-top: 2px solid #eaedff;
    margin: 40px 0;
    text-align: center;
    position: relative;
}

.or-divide span {
    position: absolute;
    left: 0;
    right: 0;
    top: -9px;
    background: #ffffff;
    display: inline-block;
    width: 40px;
    margin: auto;
    line-height: 1;
    font-weight: 500;
}

@media (max-width: 767px) {
    .forgot-login {
        float: none;
    }
}

.forgot-login a {
    color: #fe4536;
}

.forgot-login a:hover {
    color: #84b77c;
}

@media (max-width: 767px) {
    .log-rem {
        float: none;
        margin-bottom: 10px;
        display: block;
    }
}

/*Services Category*/
.services-sidebar .sidebar-widget {
    background: #f3f4f8;
    padding: 40px;
    margin-bottom: 30px;
}

.services-categories {
    position: relative;
}

.services-categories li {
    position: relative;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
    z-index: 1;
}

.services-categories li:last-child {
    border-bottom: 1px solid #e7e7e7;
}

.services-categories li:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #30313d;
    content: "";
    opacity: 0;
    visibility: hidden;
}

.services-categories li.active:before,
.services-categories li:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-categories li a {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    line-height: 30px;
    padding: 10px 25px;
    display: block;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #fff;
}

.services-categories li a:hover {
    background: var(--primary-color);
}

.services-categories li.active a,
.services-categories li:hover a {
    color: #ffffff;
    background: var(--primary-color);
}

.services-categories li a:before {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    content: "\f061";
    font-family: "Font Awesome 5 pro";
    transition: all 300ms ease;
    width: 50px;
    height: 50px;
    background: #E8EAEC;
    text-align: center;
    line-height: 50px;
}

.services-categories li.active a:before,
.services-categories li:hover a:before {
    color: #ffffff;
}

.services-categories li:hover a::before,
.services-categories li.active a::before {
    background: var(--secondary-color);
}


/*=== Services Contact Box ===*/
.service-detail-contact h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.service-detail-contact {
    background-color: #f3f4f8;
    padding: 40px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.service-detail-contact h3::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 6px;
    background-color: var(--primary-color);
    border-radius: 10px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

.service-detail-contact a {
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 900;
    transition: 0.3s;
}

.service-details-three h2 {
    color: #fff;
}

/*=== Brochures Box ===*/

.brochures-box .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    transition: 0.3s;
}

.brochures-box .box:hover {
    background-color: #1A1E5D;
    color: #fff;
}

.brochures-box .box:hover h4,
.brochures-box .box:hover i {
    color: #fff;
}

.brochures-box .icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    max-width: 60px;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    background: #ff4328;
}

.brochures-box .icon i {
    font-size: 25px;
    color: #fff;
    transition: .3s;
}

.brochures-box .content {
    padding-left: 20px;
}

/*Help Box*/

.help-box {
    position: relative;
    background-size: cover;
    padding: 30px 25px;
}

.help-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(54, 54, 54, 0.90);
}

.help-box>span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

.help-box h4 {
    position: relative;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.help-box p {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.help-box .theme-btn {
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 600;
}


/*** 

====================================================================
		Service Detail
====================================================================

***/

.service-detail {
    position: relative;
    padding-left: 20px;
}

.service-detail .images-box {
    position: relative;
    margin: 0 -5px;
}

.service-detail .images-box .column {
    padding: 0 5px;
}

.service-detail .images-box .image {
    position: relative;
    margin-bottom: 10px;
}

.service-detail .images-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.service-detail .content-box {
    position: relative;
    padding: 0px 0 0;
}

.service-detail .content-box h2 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 1.2em;
    color: #141b22;
    margin-bottom: 20px;
}

.service-detail .content-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #141b22;
    margin-bottom: 20px;
}

.service-detail .content-box p {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.service-detail .two-column {
    position: relative;
}

.service-detail .two-column .title {
    margin-bottom: 40px;
}

.service-detail .two-column p {
    margin-bottom: 25px;
}

.service-detail .two-column .image-column {
    position: relative;
    margin-bottom: 26px;
}

.service-detail .two-column .image-column .image {
    margin-bottom: 0;
}

.service-detail .two-column .text-column {
    position: relative;
}

.service-detail .prod-tabs {
    position: relative;
}

.service-detail .prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #dddddd;
}

.service-detail .prod-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 16px;
    color: #333333;
    background: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 23px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    padding: 10px 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0%;
    height: 3px;
    background-color: var(--primary-color);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:before,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:before {
    width: 100%;
    left: 0;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:after,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn {
    color: var(--primary-color);
    background: #ffffff;
}

.service-detail .prod-tabs .tabs-content {
    position: relative;
    padding: 25px 30px 45px;
    border: 1px solid #dddddd;
}

.service-detail .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px;
}

.service-detail .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}

.service-detail .prod-tabs .tabs-content .tab .content {
    position: relative;
}

.service-detail .prod-tabs .tabs-content .tab .content p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 0px;
}

.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.list-style-one li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.list-style-one li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 25px;
    color: var(--primary-color);
    content: "\f101";
    font-weight: 600;
    font-family: "Font Awesome 5 Pro";
}

/*** 

====================================================================
		Project Detail
====================================================================

***/

.project-detail {
    position: relative;
    padding: 120px 0 120px;
}

.project-detail .upper-box {
    position: relative;
    margin-bottom: 40px;
}

.project-detail .upper-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    height: 550px;
}

.project-detail .upper-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.project-detail .single-item-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -50px;
}

.project-detail .single-item-carousel .owl-next,
.project-detail .single-item-carousel .owl-prev {
    position: absolute;
    left: 0;
    height: 100px;
    width: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 18px;
    line-height: 100px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-detail .single-item-carousel .owl-next {
    left: auto;
    right: 0px;
}

.project-detail .single-item-carousel .owl-next:hover,
.project-detail .single-item-carousel .owl-prev:hover {
    background-color: rgba(255, 255, 255, .5);
    color: #000000;
}

.project-detail .text-column {
    position: relative;
}

.project-detail .text-column .inner-column {
    position: relative;
}

.project-detail .text-column .inner-column .dropcap {
    float: left;
    background: var(--primary-color);
    border-radius: 20px;
    padding: 30px;
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 600;
    margin-right: 20px;
}

.project-detail .text-column .inner-column p strong {
    color: #141b22;
}

.project-detail .pr-ul {
    margin-top: 10px;
    float: left;
    margin-bottom: 30px;
}

.project-detail .pr-ul li {
    display: flex;
    margin-bottom: 15px;
    float: left;
    width: 50%;
    align-items: center;
}

.project-detail .pr-ul .icon i {
    width: 40px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EEEEEE;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    color: var(--primary-color);
}


/* Lower Content */
.project-detail .leactures li a {
    display: flex;
    margin-bottom: 15px;
    color: #777;
}

.project-detail .leactures li:last-child a {
    margin-bottom: 0;
}

.project-detail .leactures li a:hover {
    color: #000;
}

.project-detail .leactures li .text i {
    margin-right: 5px;
}

.project-detail .leactures li .text {
    font-weight: 600;
    font-size: 16px;
}

.project-detail .leactures li .time {
    text-align: right;
}

.project-detail .faq-wrap2 .faq-btn span {
    float: right;
    font-weight: 400;
    font-size: 15px;
}

.project-detail .faq-wrap2 .faq-btn {
    border: 2px solid #f7f8fc !important;
    background: #f7f8fc;
    padding: 15px 30px 15px 40px;
    font-weight: 600;

}

.project-detail .faq-wrap2 .card-header h2 button::after {
    right: inherit;
    left: 10px;
    width: auto;
    height: auto;
    border: none;
    line-height: 47px;
    color: #777;
    font-weight: 400;
}

.project-detail .faq-wrap2 .faq-btn span {
    float: right;
}

.project-detail .faq-wrap2 .card {
    margin-bottom: 15px;
    border: 2px solid #f7f8fc !important;
}

.project-detail .faq-wrap2 .card-body {
    padding: 30px;
}

.project-detail .leactures li div {
    width: 100%;
}

.project-detail .lower-content {
    position: relative;
}

.project-detail .lower-content h2 {
    position: relative;
    display: block;
    margin-bottom: 50px;
    font-size: 50px;
}

.project-detail .lower-content h3 {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.project-detail .lower-content h4 {
    position: relative;
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
}

.project-detail .lower-content p {
    position: relative;
    display: block;
    margin-bottom: 20px;
}


.project-detail .info-column {
    position: relative;
}

.project-detail .info-column .inner-column {
    position: relative;
    padding: 30px;
    background: #fff;
    border: 2px solid #f5f5f5 !important;
}

.project-detail .info-column .inner-column2 {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 8.66px 58px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding-bottom: 30px;
    margin-top: -153px;
    border: 1px solid #e3e3e3;
    position: sticky;
    top: 67px;
}

.project-detail .info-column .inner-column2 h3 {
    background: var(--secondary-color);
    color: #fff;
    font-size: 20px;
    padding: 15px;
    margin-bottom: 15px;
}

.project-detail .info-column .inner-column3 {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 8.66px 58px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding-bottom: 30px;
    border: 1px solid #e3e3e3;
    position: sticky;
    top: 67px;
}

.project-detail .info-column .inner-column3 .footer-social a {
    background: var(--secondary-color);
}

.project-detail .info-column .inner-column3 .footer-social a:hover {
    background: var(--primary-color);
}

.project-detail .info-column .inner-column3 h3 {
    background: var(--secondary-color);
    color: #fff;
    font-size: 20px;
    padding: 15px;
    margin-bottom: 15px;
}

.project-detail .project-info {
    position: relative;
}

.project-detail .project-info li .btn {
    width: 100%;
    color: #fff;
}

.project-detail .project-info li .slider-btn {
    width: 100%;
}

.project-detail .project-info li {
    position: relative;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.project-detail .project-info h5 {
    float: left;
}

.project-detail .project-info li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.project-detail .project-info li .icon {
    font-size: 18px;
    line-height: 28px;
    color: var(--primary-color);
}

.project-detail .project-info li strong {
    color: #141b22;
    line-height: 24px;
    display: inline-block;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
}

.project-detail .project-info .priceing {
    padding: 10px 0;
    position: relative;
    width: 100%;
}

.project-detail .project-info .priceing strong {
    font-family: 'Roboto', sans-serif;
    color: var(--primary-color);
    font-size: 24px;
}

.project-detail .project-info .priceing sub {
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: line-through;
}

.project-detail .project-info .priceing span {
    border-radius: 5px;
    position: absolute;
    background: var(--primary-color)3d;
    padding: 1px 12px;
    font-size: 14px;
    color: var(--primary-color);
    top: 6px;
    margin-left: 15px;
    font-weight: 600;
}


.project-detail .project-info li p {
    font-size: 15px;
    line-height: 24px;

    font-weight: 400;
    margin-bottom: 0;
}

.project-detail .project-info li p a {

    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-detail .project-info li p a:hover {
    color: var(--primary-color);
}

.project-detail .lower-content th {
    background: var(--primary-color);
    color: #fff;
}

/* Load More Option */
.load-more-option {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

.load-more-option li.prev a,
.load-more-option li.next a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    width: 80px;
    padding: 10px 10px;
    text-align: center;
    color: #ffffff;
    background-color: var(--primary-color);
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.load-more-option li.prev a:hover,
.load-more-option li.next a:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.load-more-option .load-more {
    position: relative;
    display: inline-block;
    font-size: 30px;
}

.load-more-option .load-more a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 42px;
    color: var(--primary-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.load-more-option .load-more a:hover {
    color: #000000;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.video2 {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: -250px;
    width: auto;
    z-index: 0;
}

/* 8. newslater-area */
.newslater-area h2 {
    color: #fff;
    font-size: 45px;
}

.newslater-area p {
    color: #fff;
    width: 100%;
    margin-bottom: 0px;
}

.newslater .input-bg {
    background: #3A3D3E;
    border-radius: 30px !important;
    float: left;
    padding-right: 5px;
    position: relative;
    z-index: 3;
    width: 40%;
}

.newslater .input-bg2 {
    background: #3A3D3E;
    border-radius: 30px !important;
    float: left;
    padding-right: 5px;
    position: relative;
    z-index: 2;
    margin-left: -35px;
    width: 40%;
}

.newslater input {
    background: #fff !important;
    border: 1px solid #FFF !important;
    box-shadow: none !important;
    padding: 9px 20px !important;
    color: #000 !important;
    height: calc(2em + .75rem + 20px);
    width: 100% !important;
    border-radius: 0px !important;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    border-radius: 4px !important;

}

.newslater .form-group {
    margin-bottom: 0;
}

.newslater button {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    color: #000;
}

.newslater button:hover {
    background: #ff3494;
    color: #fff;
}

.newslater *::-moz-placeholder {
    color: #939393;
    font-size: 14px;
    opacity: 0.8;
    opacity: 1;
}

.newslater *::placeholder {
    color: #939393;
    opacity: 0.8;
    font-size: 14px;
    opacity: 1;
}

.newslater-area #contact-form4 {
    float: left;
    width: 95%;
    margin-bottom: 30px;
}

.newslater-area #contact-form4 button {
    border-radius: 4px;
    background: var(--secondary-color);
    color: #fff;
    height: 55px;
    padding: 0 30px;
    z-index: 1;
    text-align: center;
    margin-top: 4px;
    margin-right: 4px;
    border: none;
}

.newslater-title {
    display: flex;
}

.newslater-title .icon {
    margin-right: 30px;
    line-height: 74px;
}

.newslater-title .text h2 {
    font-size: 40px;
}

.slick-slide {
    outline: none;
}


.features-area h5 {
    margin-bottom: 15px;
}

.features-area ul {
    margin-top: 30px;
    color: #fff;
    display: inherit;
}

.features-area li {
    display: flex;
    margin-bottom: 15px;
}

.features-area li .icon {
    margin-right: 20px;
    color: #84DAA9;
}

.features-area .nav-pills .nav-link {
    width: 100%;
    font-size: 24px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}

.features-area .nav-pills .nav-link img {
    margin-right: 15px;
}

.features-area .nav-pills .nav-link.active,
.features-area .nav-pills .show>.nav-link {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    color: #141b22;
}

.feature-text h3 {
    font-size: 48px;
}

.fe-img {
    margin: 0 -40px;
}

/* 8. search-popup */
.search-popup {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 0 0;
    margin-top: 200px;
    text-transform: uppercase;
}

.search-bg {
    background: #f5f5f5;
    opacity: 1;
}

.close2 {
    color: var(--primary-color);
    cursor: pointer;
    font-size: 14px;
}

.search-bg a i {
    color: var(--primary-color);
    font-size: 18px;
}

.search-outer {
    border-bottom: 1px solid #141b22;
    float: left;
    margin-top: 100px;
    padding-bottom: 16px;
    width: 100%;
}

.search-outer input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000;
    font-size: 14px;
    width: 100%;
}

.case-study-content {
    padding: 30px;
    background: #FFF5F4 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 32px #FFF5F4;
}

.case-study-content span {
    margin-bottom: 10px;
    display: inline-block;
}

.case-study-content02 {
    padding: 30px 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 32px #141b220A;
}

.case-study-content02 span {
    margin-bottom: 10px;
    display: inline-block;
    color: var(--primary-color);
}

.case-study-content02 .ss-btn {
    display: none;
    transition: all 0.5s ease 0s;
}

.case-study-box:hover .case-study-content02 .ss-btn {
    display: inline-block;
}

.case-study-box .case-study-content02 {
    transition: all 0.5s ease 0s;
}

.case-study-box:hover .case-study-content02 {
    transform: translate(0, -62px);
}

/* 24. process-area */
.process-area h2 {
    color: #fff;
}

.process-area .section-title h5 {
    color: var(--primary-color);
}

.process-area .col-lg-3.col-md-12:nth-child(2),
.process-area .col-lg-3.col-md-12:nth-child(4) {
    margin-top: 50px;
}

.process-area .col-lg-3.col-md-12:nth-child(2) .process-icon,
.process-area .col-lg-3.col-md-12:nth-child(2) .no {
    background: var(--primary-color)0% 0% no-repeat padding-box;
}

.process-area .col-lg-3.col-md-12:nth-child(3) .process-icon,
.process-area .col-lg-3.col-md-12:nth-child(3) .no {
    background: #27ae61 0% 0% no-repeat padding-box;
}

.process-area .col-lg-3.col-md-12:nth-child(4) .process-icon,
.process-area .col-lg-3.col-md-12:nth-child(4) .no {
    background: #8145DA 0% 0% no-repeat padding-box;
}

.process-area h5 {
    color: #fff;
}

.process-icon {
    width: 180px;
    height: 180px;
    line-height: 180px;
    background: #4CC3C1 0% 0% no-repeat padding-box;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.process-area .no {
    position: absolute;
    top: 0;
    line-height: 40px;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #4CC3C1 0% 0% no-repeat padding-box;
    border: 4px solid #141b22;
    border-radius: 50%;
    color: #FFFFFF;
    font-weight: 600;
}

/* 24. skills-area */
.team-area-content .skill-name {
    color: #141b22;
}

.skills {
    width: 100%;
    padding: 0 20px 0 0;
}

.skills-img {
    margin-right: -322px;
}

.skills-content p {
    color: #fff;
}

.skill-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0 15px;
    color: #fff;
    font-family: 'Jost', sans-serif;

}

.skill-bar {
    height: 10px;
    background: #e0e0e0;
    border-radius: 0;
}

.skill-per {
    height: 10px;
    background-color: var(--primary-color);
    border-radius: 0;
    width: 0;
    position: relative;
    transition: 1s linear;
}

.skill-per::before {
    content: attr(id);
    position: absolute;
    padding: 4px 6px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    top: -43px;
    right: 0;
    transform: translateX(50%);
}

.skill-per::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    top: -16px;
    right: 0;
    transform: translateX(50%) rotate(45deg);
    border-radius: 2px;
}

.skills-title h5 {
    color: var(--primary-color);
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.skills-title h2 {
    color: #fff;
    font-size: 70px;
}

.progress-outer li {
    padding-left: 100px;
}

.progress-outer li:first-child {
    text-align: right;
    padding-right: 50px;
    margin-bottom: -50px;
}

.progress-outer li:last-child {
    text-align: right;
    padding-right: 50px;
    margin-top: -50px;
}

.progress-box {
    display: inline-block;
}

.progress {
    width: 235px;
    height: 235px;
    line-height: 235px;
    background: none;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 101%;
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -101%;
    border-top-left-radius: 130px;
    border-bottom-left-radius: 130px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: none;
    font-size: 48px;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 15%;
    left: 5%;
}

.progress .progress-value sub {
    font-size: 20px;
    color: var(--primary-color);
    margin-left: 5px;
    font-weight: 400;
}

.progress p {
    font-size: 16px;
    line-height: inherit;
    color: #777777;
    font-weight: inherit;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.progress.blue .progress-bar {
    border-color: var(--primary-color);
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
    border-color: #fdba04;
}

.progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
    border-color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
    border-color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

.conunter-img {
    margin-left: -400px;
}

/* 27. map-area */
.map-img li {
    position: absolute;
    display: inline-block;
    z-index: 999;
    top: 93px;
    left: 0;
}

.map-img li:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 45%;
}

.map-img li:nth-child(2) .map-text-hover {
    left: -520px;
}

.map-img li:nth-child(3) {
    position: absolute;
    top: 100px;
    left: 85%;
}

.map-img li:nth-child(3) .map-text-hover {
    left: -520px;
}

.map-img li:nth-child(4) {
    position: absolute;
    top: 40%;
    left: 15%;
}

.map-img li:nth-child(4) .map-text-hover {
    left: 50px;
}

.map-img li:nth-child(5) {
    position: absolute;
    top: 43%;
    left: 70%;
}

.map-img li:nth-child(5) .map-text-hover {
    left: -520px;
}

.map-text-hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.15);
    position: absolute;
    ;
    width: 510px;
    height: 133px;
    z-index: 138;
    top: 0;
    left: 50px;
    padding: 30px;
    display: none;
}

.map-img li:hover .map-text-hover {
    display: block;
}

.map-content {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 30px 60px 0px rgba(40, 40, 40, 0.04);
    margin-top: -150px;
    position: relative;
}

.map-text-user {
    display: flex;
}

.map-text-user .text {
    padding: 30px 30px 0px 30px;
}

.map-text-user .img img {
    max-width: initial;
    height: 152px;
}

.map-line {
    height: 100%;
    width: 5px;
    background: #27ac60;
    position: absolute;
    left: 50%;
}

.map-cirl {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 146;
    border: 5px solid #27ac60;
    text-align: center;
    line-height: 50px;
    color: #27ac60;
    left: 47.4%;
    top: 43px;
}


.contact-area .container {
    position: relative;
    z-index: 1;
}

.contact-bg02 .slider-btn {
    width: 100%;
}

.contact-bg02 .btn.ss-btn.active {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #fff;
}

.contact-field select {
    width: 100%;
    border: none;
    background-color: rgb(255, 255, 255);
    transition: .3s;
    border-radius: 10px;
    border: 1px solid rgb(183, 183, 183);
    height: calc(2.5em + .75rem + 2px);
    padding: 15px;
    color: #777;
}

.contact-field .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(225, 225, 225);
}

.contact-field .form-control {
    color: #9e9e9e;
}

.contact-bg-an-01 {
    position: absolute;
    left: 9.8%;
    top: 25%;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.contact-bg-an-02 {
    position: absolute;
    right: 3%;
    bottom: 7%;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}


@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}


/* Here's the new blog dtl to add... */

.quote-post {
    background-position: center;
    background-repeat: no-repeat;
}

.quote-post .quote-icon {
    float: left;
    margin-right: 30px;
    display: block;
    margin-top: 20px;
}

.quote-post h2 {
    overflow: hidden;
    margin-bottom: 0;
}

.blog-deatails-box.single .bsingle__post {
    margin-bottom: 0;
}

.sidebar-widget .widget table {
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
}

.sidebar-widget .widget th,
.footer-widget .widget th {
    background: var(--primary-color);
    padding: 10px 5px;
    text-align: center;
    color: #fff;
}

.sidebar-widget .widget td {
    padding: 5px;
    text-align: center;
}

.sidebar-widget .widget {
    padding: 0px 40px 10px;
    overflow: hidden;
    margin-bottom: 40px;
    border: none !important;
    background: #fff;
}

.sidebar-widget .widget li {
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 5px;
    float: left;
    width: 100%;
}

.widget-title {
    margin-bottom: 40px;
}

.sidebar-widget .widgettitle,
.sidebar-widget .widget-title,
.wp-block-group__inner-container h2 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
    text-align: left;
    font-weight: 300;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 0;
    padding-bottom: 20px;
    position: relative;
}

.sidebar-widget .widgettitle::after,
.sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    background: var(--primary-color);
    height: 1px;
    width: 50px;
    left: 0;
    bottom: -1px;
}

.sidebar-widget .widget .gallery-icon a:hover {
    padding-left: 0;
}

.tags {
    border-bottom: 1px solid #eaeaea;
    /*float:left;*/
    width: 100%;
    display: inline-block;
}

.wp-block-search .wp-block-search__label {
    display: none;
}

.search-form,
.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    position: relative;
}

.search-form label {
    width: 100%;
}

.search-form input,
.wp-block-search .wp-block-search__input {
    background: #f5f5f5;
    border: none;
    width: 100%;
    padding: 18px 30px;
}

.search-form input::placeholder {
    font-size: 12px;
    color: #b0b0b0;
}

.search-form .search-submit,
.wp-block-search .wp-block-search__button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: var(--primary-color);
    padding: 18px 23px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    min-height: 88%;
    width: 106px;
}

.sidebar-widget .widget .widget_archive,
.widget_categories,
.sidebar-widget .widget_archive {
    text-align: right;
}

.sidebar-widget .widget .widget_archive,
.sidebar-widget .widget_categories a,
.sidebar-widget .widget_archive a {
    float: left;
    height: 30px;
}

.widget-insta-post li {
    display: inline-block;
    margin: 5px 3px;
}

.widget-insta-post li:hover a::before {
    opacity: .7;
}

.widget-insta-post li a {
    position: relative;
    display: block;
}

.widget-insta-post li a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--primary-color);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.widget-social a {
    height: 40px;
    width: 40px !important;
    line-height: 40px !important;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    border: 1px solid #e4e4e4;
    color: #6e6e6e;
    margin: 0 3px;
    text-align: center !important;
}

.widget-social a:hover {
    background: var(--primary-color);
    color: #ffffff !important;
    border-color: var(--primary-color);
    padding: 0 !important;
    box-shadow: 0px 10px 19px 0px var(--primary-color)66 !important;
}

.rpwwt-widget a {
    padding-left: 0 !important;
}

.rpwwt-widget li {

    line-height: 23px !important;

}

.cat__list li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.cat__list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.cat__list li:hover a {
    color: var(--primary-color);
}

.cat__list li a {
    font-size: 14px;
    color: #777777;
}

.cat__list li a span {
    float: right;
    display: block;
}

.widget__post ul li {
    margin-bottom: 20px;
    overflow: hidden;
}

.widget__post ul li:last-child {
    margin-bottom: 0;
}

.widget__post-thumb {
    float: left;
    display: block;
    margin-right: 20px;
}

.widget__post-content {
    overflow: hidden;
    display: block;
}

.widget__post-content h6 {
    font-size: 16px;
    margin-bottom: 1px;
    padding-right: 15px;

}

.widget__post-content h6:hover a {
    color: var(--primary-color);
}

.widget__post-content span {
    font-size: 14px;
}

.widget__post-content span i {
    margin-right: 8px;
}

.widget__tag ul li {
    display: inline-block;
    margin: 5px 3px;
}

.widget__tag ul li:hover a {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
}

.widget__tag ul li a {
    display: block;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    color: #8f8bb8;
    padding: 9px 20px;
}

.widget.widget__banner {
    border: none;
    padding: 0;
    position: relative;
}

.widget__banner-thumb img {
    width: 100%;
}

.widget__banner-overly {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
}

.widget__banner-overly>span {
    font-size: 14px;

    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 160px;
}

.widget__banner-overly h3 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 129px;

}

.widget__banner-overly h3 span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
}

.widget__banner-overly .btn {
    border-radius: unset;
    background: #fff;
    border: 2px solid #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 17px 35px;
    color: var(--primary-color);
}

.widget__banner-overly .btn:hover {
    background: transparent;
    color: #fff;
}

.meta__info ul {
    margin-bottom: 7px;
}

.meta__info ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 30px;
}

.meta__info ul li a {
    color: #777777;
    text-transform: capitalize;
}

.meta__info ul li a i {
    margin-right: 5px;
}

.meta__info ul li a:hover {
    color: var(--primary-color);
}

.meta__info ul li i {
    margin-right: 5px;
}

.details__content h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-right: 0;
}

.details__content p {
    margin-bottom: 18px;
}

blockquote,
.pages-content blockquote,
.comment-list blockquote {
    background: #141b22;
    border-radius: 10px;
    padding: 50px 45px 57px !important;
    position: relative;
    z-index: 5;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
}

.comment-list blockquote a:hover {
    color: #fff;
}

.news-text blockquote h3 {
    color: #fff;
}

.news-text blockquote i {
    font-size: 190px;
    color: #e4e9ff;
    z-index: -1;
    position: absolute;
    bottom: 15px;
    right: 30px;
}

blockquote p {
    color: #fff;
}

.news-text blockquote footer {
    color: #FF8000 !important;
    font-weight: 600;
    margin-bottom: 15px;
}

.news-text figure img {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 15px;
}

.news-text ul li {
    line-height: 30px;
    list-style: none;
}

.news-text ul li i,
.quote-post ul li i {
    color: #F15B26;
    padding-right: 5px;
}

.news-text blockquote p,
.pages-content blockquote p,
.comment-list blockquote p {
    color: #fff;
    line-height: 28px;
}

.news-text blockquote footer,
.pages-content blockquote footer {
    font-size: 14px;
    margin-top: 15px;
    color: #fff;
    font-weight: 600;
}

.wp-block-media-text .wp-block-media-text__content {
    width: 100%;
}

.wp-block-pullquote cite {
    color: #bacdff !important;
}

cite {
    margin-top: 15px;
    color: var(--primary-color);
    font-weight: 600;
}

.post-categories li {
    display: none !important;
}

.post-categories li:first-child {
    display: block !important;
}

.details__content-img {
    margin: 45px 0;
}

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

.details__content figure {
    margin-top: 45px;
    margin-bottom: 60px;
}

.details__content figure img {
    float: left;
    width: 255px;
    margin-right: 30px;
}

.tags.pb-50 {
    padding-bottom: 20px;
}

.post__tag h5 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    padding-top: 30px;
    border-top: 2px solid #f5f5f5;
    margin-top: 25px;
}

.post__tag ul li {
    display: inline-block;
    margin-right: 10px;
}

.post__tag ul li a {
    font-size: 12px;
    text-transform: uppercase;
    border: 2px solid #e5e5e5;
    padding: 7px 10px;

    display: inline-block;
    border-radius: 3px;
    color: #9d9d9d;
    margin-bottom: 10px;
}

.post__tag ul li a:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #ffffff;
}

.post__share h5 {
    font-size: 18px;
    margin-bottom: 30px;

}

.post__share ul li {
    margin-left: 20px;
    display: inline-block;
}

.post__share ul li a {
    font-size: 18px;
    display: inline-block;
    color: #b5becc;
}

.post__share ul li a:hover {
    color: var(--primary-color);
}

.posts_navigation {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.posts_navigation .prev-link span {
    font-size: 12px;
    text-transform: uppercase;

    display: block;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.posts_navigation .prev-link h4 {
    font-size: 20px;
    margin-bottom: 0;

    text-transform: capitalize;
    height: 30px;
    overflow: hidden;
}

.navigation.posts-navigation {
    display: none;
}

.avatar {
    border-radius: 50% !important;
}

.wpding .footer-widget .widget_recent_comments ul li,
.wpding .footer-widget .widget_rss ul li,
.wpding .footer-widget .widget_meta ul li {
    padding-bottom: 0px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 0px;
    width: 100%;
    text-align: right;
    color: #62605c;
    min-height: 42px;
    line-height: 28px;
}

.wpding .footer-widget .widget_pages li .children li {
    min-height: 42px;
}

.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    border-top-color: rgb(209, 209, 209);
    border-top-color: rgb(209, 209, 209);
    padding: 1.75em 0;
    margin-bottom: 0;
}

.avatar_post img {
    border-radius: 50%;
    box-shadow: 1px 5px 6px #8a8a8a33;
}

.posts_navigation .prev-link h4:hover a {
    color: var(--primary-color);
}

.posts_navigation .next-link span {
    font-size: 12px;
    margin-bottom: 15px;

    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.posts_navigation .next-link h4 {
    font-size: 20px;
    margin-bottom: 0;

    height: 30px;
    overflow: hidden;
}

.posts_navigation .next-link h4:hover a {
    color: var(--primary-color);
}

.related__post .post-title {
    margin-bottom: 35px;
}

.related__post .post-title h4 {
    font-size: 26px;
    margin-bottom: 0;

}

.related-post-wrap .post-thumb img {
    width: 100%;
}

.related-post-wrap .rp__content {
    padding: 30px;
    border: 2px solid #f4f3fb;
    border-top: none;
}

.related-post-wrap .rp__content h3 {
    font-size: 24px;
    margin-bottom: 20px;

    line-height: 1.4;
}

.related-post-wrap .rp__content h3:hover a {
    color: var(--primary-color);
}

.related-post-wrap .rp__content p {
    margin-bottom: 0;
    font-size: 14px;
}

.avatar__wrap {
    background: #f9f9f9;
    padding: 50px 80px;
    float: left;
    width: 100%;
}

.avatar__wrap .avatar-img {
    margin-top: -115px;
    margin-bottom: 35px;
}

.avatar__wrap-content p {
    font-size: 14px;
    margin-bottom: 0;
}

.avatar__info h5 {
    font-size: 26px;
    margin-bottom: 10px;

}

.avatar__info-social {
    margin-bottom: 20px;
}

.avatar__info-social a {
    font-size: 12px;
    color: var(--primary-color);
    display: inline-block;
    margin: 0 5px;
}

.avatar__info-social a:hover {
    color: var(--primary-color);
}

code {
    font-size: 15px;
    display: inline-block;
    font-family: 'Jost', sans-serif;
    margin-top: 10px;
}

figcaption {
    font-weight: 600;
    color: #202020;

}

.comment-form-comment label {
    display: none;

}

.form-submit {
    margin-bottom: 0;
}

.comment__wrap {
    border-bottom: 1px solid #eaeaea;
}

.comment__wrap-title {
    margin-bottom: 35px;
}

.comment__wrap-title h5 {
    font-size: 26px;
    margin-bottom: 0;

}

.single__comment .comments-avatar {
    float: left;
    width: 100px;
    margin-right: 30px;
}

.single__comment.children {
    margin-left: 130px;
}

.single__comment.children .avatar-name h6 i {
    font-size: 12px;
    color: #cacfef;
    margin-left: 20px;
}

.comment-text {
    overflow: hidden;
}

.comment-text .avatar-name {
    overflow: hidden;
}

.comment-text .avatar-name h6 {
    font-size: 16px;
    margin-bottom: 7px;

}

.comment-text .avatar-name h6 i {
    display: none;
}

.comment-author-admin .avatar-name h6 i {
    font-size: 12px;
    display: inline-block;
    color: #cacfef;
    margin-left: 20px;
}

.comment-text .avatar-name span {
    font-size: 12px;

    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary-color);
}

.comment-text .comment-reply {
    display: inline-block;
    border: 2px solid #f5f5f5;
    padding: 8px 18px;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    width: 100px;
}

.comment-text .comment-reply a {
    color: #777777;
    width: 100%;
    position: absolute;
    left: 0;
    display: inline-block;
    top: -2px;
    padding: 10px 0 10px 41px;
}

.comment-text .comment-reply:hover a {
    color: #fff;
}

.comment-list {
    padding: 0;
    border-bottom: 1px solid #eaeaea;
    margin-top: 45px;
    margin-bottom: 45px;
    padding-bottom: 45px;
}

.comments-title {
    font-size: 22px;
    margin-bottom: 0;

}

.comment-reply-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.comment-author-admin {
    margin-left: 130px;
}

.comment-text .comment-reply:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #ffffff;
}

.comment-text .comment-reply i {
    margin-right: 5px;
}

.comment-text p {
    font-size: 16px;
    margin-bottom: 0;
}

.screen-reader-text {
    display: none;
}

.comment-form {
    padding: 50px;
    background: #f5f5f5;
    border-radius: 5px;
}

.comment-form .comment-field {
    position: relative;
}

.comment-form .comment-field.text-area i {
    top: 25px;
    transform: unset;
}

.comment-form i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 14px;
}

.comment-form textarea {
    height: 150px;
    width: 100%;
    padding: 20px;
    padding-right: 50px;
    background: #ffffff;
    border: none;
}

.comment-form textarea::placeholder {
    font-size: 14px;
    color: #a7a7c1;
}

.comment-form textarea:focus {
    outline: 1px solidvar(--primary-color);
}

.comment-form input {
    width: 100%;
    padding: 20px;
    padding-right: 50px;
    background: #ffffff;
    border: none;
}

.comment-form input::placeholder {
    font-size: 14px;
    color: #b0b0b0;
}

.comment-form input:focus {
    outline: 1px solidvar(--primary-color);
}

.comment-form .submit {
    background: var(--primary-color);
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0px;
    padding: 12px 45px;
    margin-top: 20px;
    border-radius: 5px;
    width: auto;
}

.comment-form .submit::before {
    content: none;
}

.comment-form .submit:hover {
    color: #fff;
    background: var(--primary-color);
}

.page .comments-area ol .comment-respond {
    margin-bottom: 30px;
    margin-top: -26px;
}

.comments-area ol>.comment-respond {
    margin-bottom: 30px;
    margin-top: -30px;
}

.comments-area ol>li>ol .comment-respond {
    margin-left: -32px;
    margin-top: -35px;
}

.comments-area ol>li>ol>li>ol>.comment-respond {
    margin-left: -42px;
    margin-top: -30px;
}

.comments-area ol>li>ol>li>ol>li>ol>.comment-respond {
    margin-left: -62px;
    margin-top: -35px;
}

.comment-reply-title small {
    margin-left: 15px;
}

.blist li {
    list-style: none !important;
}

.wp-block-gallery.columns-3.is-cropped {
    margin-top: 30px;
}

.single-post .footer-widget {}

figure.aligncenter img {
    margin-bottom: 15px;
}

.wp-image-907 {
    width: 100% !important;
    height: auto;
    margin-bottom: 15px;
}

figure img {
    display: inline-block;
    margin-bottom: 15px;
}



.tag-markup-2 ol li:last-child,
.tag-markup-2 ul li:last-child {
    margin-bottom: 20px;
}

.bsingle__content table th,
.pages-content table th,
.comment-text table th {
    color: #141b22;
}

.bsingle__content table a,
.pages-content table a,
.comment-text table a {
    color: #76BC02;
    outline: medium none;
}


.footer-widget select {
    width: 100%;
    padding: 3px 0;
    border: 2px solid #e4e4e4;
}



.footer-widget .tag-cloud-link {
    color: #020202;
}

.footer-widget .textwidget,
.footer-widget .recentcomments a,
.footer-widget a,
.footer-widget .widget_categories a {
    color: #99A3AC;
}

.footer-widget .recentcomments a:hover,
.footer-widget a:hover,
.footer-widget .widget_categories a:hover {}

.footer-widget .tag-cloud-link:hover {
    color: #fff;
}

.single-post .bsingle__content .admin {
    display: none;
}

.single-post .blog-deatails-box.single p {
    margin-bottom: 25px;
}

.single-post .blog-deatails-box.single {
    padding: 40px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(243, 243, 243);
    float: left;
    width: 100%;
}

.single-post .blog-deatails-box.single p.form-submit {
    margin-bottom: 0;
}

.blog-deatails-box.single .bsingle__content {
    padding: 0;
    border: none;
}

.single-post .bsingle__post-thumb img {
    margin-bottom: 50px;
}

blockquote h3 {
    color: #fff;
}

blockquote footer {
    color: var(--primary-color);
    margin-bottom: 30px;
}

.blist li i {
    color: #F15B26;
    padding-right: 5px;
}

.blist li {
    line-height: 30px;
    list-style: none;
}

.comment-form-cookies-consent input {
    width: auto;
    margin-top: 7px;
    margin-right: 10px;
}

.comment-text ul,
.comment-text ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

/* 16. pagination */
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
}

.pagination .page-item {
    display: inline-block;
    margin: 0 5px;
}

.pagination .page-item a.page-link {
    border-radius: 50%;
    padding: 0;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #f8f8f8;
    color: #9fa7c5;
    font-size: 14px;
    border: none;
    font-weight: 500;
}

.pagination .page-item:hover a.page-link {
    box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
    background: #ff4a57;
    color: #fff;
}

.pagination .page-item.active a.page-link {
    box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
    background: #ff4a57;
    color: #fff;
}

.pagination-wrap .pagination {
    display: block;
    border-radius: unset;
}

.pagination-wrap .pagination li {
    display: inline-block;
    margin-right: 6px;
    margin-left: 0;
    margin-bottom: 15px;
}

.pagination-wrap .pagination li.active a {
    background: #252525;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}

.pagination-wrap .pagination li a {
    border: none;
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.pagination-wrap .pagination li a:hover {
    color: #ffffff;
    background: var(--primary-color);
}

/* 17. f-cta */
.f-cta-area {
    background: #fff;
    margin-left: 260px;
    margin-right: 260px;
    position: relative;
    top: -70px;
    margin-bottom: 30px;
    box-shadow: 0 -3px 65px 0 rgba(0, 0, 0, .09);
}

.f-cta-icon i {
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 78px;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
}

.contact-info .single-cta {
    float: left;
}

.contact-info p {}

.contact-info h5 {
    color: #141b22;
}

.single-cta {
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}

div.single-cta:last-child {
    border: 0;
}

.single-cta h5 {
    font-size: 20px;
    margin-bottom: 15px !important;
}

.single-cta p {
    margin-bottom: 0;
}

.single-cta p a {
    color: #777;
}

.s-cta-btn .btn {
    margin-top: 10px;
}



.widget.widget_media_image {
    margin: 25px 0 0;
}

.award-box .date {
    font-weight: 600;
    font-size: 24px;
    color: #141b22;
    font-family: 'Jost', sans-serif;
}

.aw-line {
    position: relative;
}

.aw-line::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 9%;
    border-bottom: 1px dashed;
    top: 32%;
    width: 81%;
    margin: auto;
}

/* --- blog new css ----*/

.bsingle__content .meta-info ul {
    padding-bottom: 0;
    border-bottom: none;
    display: inline-block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
}

.blog-deatails-box02 .meta-info ul {
    margin-top: 0;
    padding-left: 0;
    padding-top: 0px;
}

.single-post .blog-deatails-box.single p {
    margin-bottom: 25px;
}

.sticky .bsingle__content .meta-info ul {
    padding-top: 0;
    border-top: none;
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.single-post .blog-deatails-box.single p.form-submit {
    margin-bottom: 0;
}

.blog-deatails-box.single .bsingle__content {
    padding: 0;
    border: none;
}

.sidebar-widget .widget li {
    padding-bottom: 5px;
    border-bottom: none;
    padding-top: 5px;
    float: left;
    width: 100%;
    min-height: 42px;
}

.sidebar-widget .widget a {
    width: 100%;
    text-align: left;
    line-height: 28px;
    margin-bottom: -26px;
    position: relative;
    z-index: 2;
}

.wp-block-cover-text {
    color: #fff !important;
    padding: 30px;
}

.inner-linke-page a,
.post-page-numbers {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.inner-linke-page a:hover,
.post-page-numbers:hover {
    color: #ffffff;
    background: #010f2e;
}

.inner-linke-page>span,
.post-page-numbers.current {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    font-weight: 400;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    background: #010f2e;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}

.wp-block-media-text__media img {
    width: 100%;
    height: auto;
}

.wp-block-button__link {
    border: none;
    font-weight: 600;
    padding: .76rem 1rem;
    outline: none;
    outline: none;
    display: inline-block;
    background: #141b22;
    color: #fff !important;
    width: auto;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
}

.tag-markup-2 ol li:last-child,
.tag-markup-2 ul li:last-child {
    margin-bottom: 20px;
}

.bsingle__content table th,
.pages-content table th,
.comment-text table th {
    color: #141b22;
}

.bsingle__content table a,
.pages-content table a,
.comment-text table a {
    color: var(--primary-color);
    outline: medium none;
}

.sidebar-widget .widget_nav_menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 5px !important;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ddd;
}

.with-avatar .avatar {
    border-radius: 50% !important;
    display: none !important;
}

.ab-submenu .ab-item img {
    display: none !important;
}

.avatar {
    border-radius: 50% !important;
}

.wpding .footer-widget .widget_recent_comments ul li,
.wpding .footer-widget .widget_rss ul li,
.wpding .footer-widget .widget_meta ul li {
    padding-bottom: 0px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 0px;
    width: 100%;
    text-align: right;
    color: #62605c;
    min-height: 42px;
    line-height: 28px;
}


.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    border-top-color: rgb(209, 209, 209);
    border-top-color: rgb(209, 209, 209);
    padding: 1.75em 0;
    margin-bottom: 0;
}

.wpding .footer-widget .widget ul li,
.wpding .footer-widget .widget ul li a,
.wpding .footer-widget p {
    color: #62605c;
}

.wpding .footer-widget .widget ul li:hover,
.wpding .footer-widget .widget ul li a:hover {
    color: var(--primary-color);
}

.wpding .footer-widget .widget_recent_comments ul li,
.wpding .footer-widget .widget_rss ul li,
.wpding .footer-widget .widget_meta ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 0px;
    width: 100%;
    text-align: left;
    color: #62605c;
    margin-bottom: 10px;
}

.wpding .footer-widget .widgettitle {
    text-align: left;
    color: #0d0d0d;
    width: 100%;
    display: inline-block;
}

.sidebar-widget .widget .children,
.footer-bg .widget .children {
    padding-left: 15px;
}

.sidebar-widget .widget_nav_menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 5px !important;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ddd;
}

.footer-top.wpding .menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 0;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ddd;
    box-shadow: none;
    padding-left: 10px;
    float: left;
    line-height: 28px;
    min-width: 100%;
}

.footer-top.wpding .menu .sub-menu li {
    float: none;
    line-height: 40px;
}

.footer-widget .menu-item-has-children {
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}

.footer-bg .wpding .widget {
    margin-bottom: 30px;
}


.blog-deatails-box.single .single {
    display: none;
}

.footer-widget .tag-cloud-link,
.footer-widget p {
    color: #b2c0d8;
}

.wpding .footer-widget .tag-cloud-link {
    color: #62605c;
}

.calendar_wrap {
    color: #777;
}

.logo {
    width: 100px;
    padding: 7px 0;
}

.logo a {
    color: #fff;
}

blockquote a,
blockquote cite {
    color: #bacdff;
}

.booking-area .contact-form {
    background: #fff;
    padding: 50px 50px 30px 50px;
    border-radius: 4px;
    background-image: -moz-linear-gradient(0deg, rgb(9, 152, 230) 0%, rgb(54, 96, 217) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(9, 152, 230) 0%, rgb(54, 96, 217) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(9, 152, 230) 0%, rgb(54, 96, 217) 100%);
    box-shadow: 0px 20px 60px 0px rgba(54, 96, 217, 0.3);
    position: relative;
    z-index: 1;
}

.booking-area ul {
    display: flex;
}

.booking-area ul li {
    margin-right: 18px;
}

.booking-area input {
    width: 322px;
    border: none;
    background: #fff;
    padding: 10px 20px;
    transition: .3s;
    border-radius: 4px;
}

.booking-area .custom-select {
    display: inline-block;
    width: 322px;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: calc(3.0em + 0.55rem + 2px);
}

.booking-area .bk-btn {
    border-radius: 4px;
    background-color: rgb(14, 38, 79);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
    padding: 17px 30px;
    width: 176px;
    float: left;
    color: #fff;
    position: relative;
    border: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.booking-area .contact-field i {
    position: absolute;
    right: 10px;
    top: 22px;
    background: #fff;
    padding: 0 5px;
}

.booking-area h2 {
    color: #fff;
}

.booking-area h5 {
    color: #fff;
    text-transform: uppercase;
}

.booking-area p {
    color: #fff;
}

.booking-content-box a {
    color: #fff;
    border-bottom: 5px solid #fff;
    margin-top: 15px;
    display: inline-block;
    padding-bottom: 5px;
}

.booking-contact-box {
    background: #fff;
    padding: 60px;
}

.booking-contact-box .nav.nav-tabs li {
    width: 50%;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.booking-contact-box .nav.nav-tabs li a {
    color: #777777;
    font-size: 20px;
    border: none;
    text-align: center;
    font-weight: 600;
    padding: 14px;
    display: inline-block;
    width: 100%;
}

.booking-contact-box .nav.nav-tabs li.active a,
.booking-contact-box .nav.nav-tabs li a.active {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 2px solid var(--primary-color);
    color: #000;
}


.wpding .footer-widget {}

.wpding .footer-widget .widget_categories ul li a,
.wpding .footer-widget .widget_archive ul li a {
    width: 100%;
    text-align: left;
    line-height: 28px;
    margin-bottom: -26px;
    position: relative;
    z-index: 2;
    float: left;
    color: #62605c;

}

.wpding .footer-widget li:hover {
    color: #faa292;
}

.wpding .footer-widget ul li:last-child,
.wpding .footer-widget .children li:last-child {
    border-bottom: none;
}

.wpding .footer-widget .widget_categories .children li:last-child,
.wpding .footer-widget .widget_archive .children li:last-child {
    padding-bottom: 0;
    margin-bottom: -8px;
}

.wpding .footer-widget .widget_categories ul li:last-child,
.wpding .footer-widget .widget_archive ul li:last-child {
    margin-bottom: 30px;
}

.wpding .footer-widget .widget_pages ul li {
    padding-bottom: 0px;
    border-bottom: 1px solid #ffffff4d;
    padding-top: 0px;
    width: 100%;
    text-align: right;
    color: #62605c;
    min-height: 42px;

}

.wpding .footer-widget .widget_pages li .children {
    border-top: 1px solid #ffffff4d;
    margin-top: 0;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.wpding .footer-widget .widget_pages ul li a {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #62605c;
    line-height: 40px;
    min-height: 40px;
}

.wpding .footer-widget .tag-cloud-link {
    color: #fff;
    border: 2px solid #ffffff4d;
}

.wpding .footer-widget .widget ul li,
.wpding .footer-widget .widget ul li a,
.wpding .footer-widget p {
    color: #fff;
}

.wpding .footer-widget .widget ul li:hover,
.wpding .footer-widget .widget ul li a:hover {
    color: #bacdff;
}

.wpding .footer-widget .widgettitle {
    text-align: left;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.wpding .footer-widget .widget_recent_comments ul li,
.wpding .footer-widget .widget_rss ul li,
.wpding .footer-widget .widget_meta ul li {
    padding-bottom: 0px;
    border-bottom: 1px solid #ffffff4d;
    padding-top: 0px;
    width: 100%;
    text-align: right;
    color: #fff;
    min-height: 42px;
    line-height: 28px;
}


.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    border-top-color: rgb(209, 209, 209);
    border-top-color: rgb(209, 209, 209);
    padding: 1.75em 0;
    margin-bottom: 0;
}

.wpding .footer-widget .widget_recent_comments ul li,
.wpding .footer-widget .widget_rss ul li,
.wpding .footer-widget .widget_meta ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff4d;
    padding-top: 0px;
    width: 100%;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.footer-bg .wpding .footer-widget .widget_archive:nth-child(1) {
    margin-top: 100px;
}

.footer-bg .wpding .widget_nav_menu {
    margin-bottom: 100px !important;
}

.footer-top.wpding .menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 0;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ffffff4d;
    box-shadow: none;
    padding-left: 10px;
    float: left;
    line-height: 28px;
    min-width: 100%;
    background: none;
}

.footer-top.wpding .menu .sub-menu li {
    float: none;
    line-height: 40px;
    border-bottom: 1px solid #ffffff4d;
    display: inherit;
}

.footer-top.wpding .menu .sub-menu li:last-child {
    border: none;
}

.footer-widget .menu-item-has-children {
    border-bottom: 1px solid #ffffff4d;
    line-height: 40px;
    display: inline-block;
    width: 100%;
}

.footer-bg .wpding .widget {
    margin-bottom: 30px;
}

.wpding .footer-widget .widget_categories ul li,
.wpding .footer-widget .widget_archive ul li {
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff4d;
    padding-top: 5px;
    float: left;
    width: 100%;
    text-align: right;
    color: #fff;
}

.wpding .footer-widget .widget li .children {
    border-top: 1px solid #ffffff4d;
    margin-top: 10px;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.sidebar-widget .widget li:last-child,
.sidebar-widget .widget .children li:last-child,
.sidebar-widget .widget .children .children li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -8px;
}

.sidebar-widget .widget_nav_menu .sub-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-top.wpding {
    background: #010c26;
}

/* new csss researcha nd invoacxtion  */
.main-card,
.side-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* Section Title */
.section-title {
    /* font-weight: 600; */
    border-left: 4px solid #8b0000;
    padding-left: 10px;
    color: #333;
}

/* Publication List */
.publication-list {
    list-style: none;
    padding: 0;
}

.publication-list li {
    padding: 15px;
    margin-bottom: 12px;
    background: #fff;
    border-left: 4px solid #8b0000;
    border-radius: 6px;
    transition: 0.3s;
}

.publication-list li:hover {
    background-color: #f8f9fa;
    transform: translateX(5px);
}

.publication-list span {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-top: 5px;
}

/* Sidebar Titles */
.side-title {
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #8b0000;
    display: inline-block;
    padding-bottom: 5px;
}

/* Opening Hours Rows */
.info-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
}

.info-row.closed span:last-child {
    color: red;
    font-weight: 600;
}

/* Contact */
.side-card p {
    margin-bottom: 10px;
    font-size: 0.95rem;
}

/* apporal */

.approval-section {
    background: #f8f9fa;
}

.section-heading {
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.section-heading::after {
    content: "";
    width: 70px;
    height: 3px;
    background: #c62828;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.section-subtitle {
    color: #555;
    margin-top: 10px;
}

/* Logo Boxes */
.logo-box {
    background: #fff;
    border-radius: 50%;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    width: 180px;
    height: 180px;
    line-height: 127px;
}

.logo-box img {
    width: 70px;
    height: auto;
}

.logo-box p {
    margin-top: 10px;
    font-weight: 600;
}

.logo-box:hover {
    transform: translateY(-5px);
}

/* Program Cards */
.program-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.program-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.program-card h5 {
    margin-top: 15px;
    font-weight: 600;
}

.program-card p {
    color: #666;
    padding-bottom: 20px;
}

.program-card:hover {
    transform: translateY(-8px);
}

.gallery-item {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s;
}

.gallery-item:hover img {
    transform: scale(1.1);
}



/* ===== Courses Section ===== */
.courses-section {
    background: #ffffff;
    padding: 60px 20px;
}

.courses-section h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}

/* Grid */
.course-container {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

/* Card */
.course-card {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.course-card:hover {
    transform: translateY(-8px);
}

/* Icon */
.course-card img {
    width: 70px;
    margin-bottom: 15px;
}

/* Text */
.course-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.course-card p {
    font-size: 14px;
    color: #555;
}

/* Button */
.course-card a {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 18px;
    background: var(--secondary-color);
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.course-card a:hover {
    background: #0056b3;
}


.career-section {
    background: #f8f9fa;
    padding: 60px 20px;
}

.career-wrapper {
    max-width: 1100px;
    margin: auto;
    display: flex;
    gap: 40px;
    align-items: center;
}

/* Left Content */
.career-info {
    flex: 1;
}

.career-info h2 {
    font-size: 32px;
    color: #222;
}

.career-info p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
    color: #555;
}

/* Form */
.career-form {
    flex: 1;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.career-form h3 {
    text-align: center;
    margin-bottom: 20px;
}

.career-form input,
.career-form select,
.career-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.career-form button {
    width: 100%;
    padding: 12px;
    background: #007bff;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.career-form button:hover {
    background: #0056b3;
}

/* event-tab */

.tab-box {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.year-tabs .nav-tabs {
    gap: 15px;
}

.year-tabs .nav-link {
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    color: #333;
    border-radius: 40px;
    background: #f3f6fb;
    transition: 0.3s;
    position: relative;
}

/* Hover */
.year-tabs .nav-link:hover {
    background: var(--rgba-primary-1);
    color: var(--primary-color);
}

/* Active Tab */
.year-tabs .nav-link.active {
    background: linear-gradient(135deg, #e22126, #35363a);
    color: #fff;
    box-shadow: 0 6px 18px rgb(225 32 39 / 22%);
}



.tab-box h2 {

    margin-bottom: 0;
}

.event-details {
    background: #f6f8fc;
}

.event-info {
    background: #fff;
    padding: 30px;
    border-radius: var(--radius);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.event-meta p {
    margin-bottom: 8px;
    color: #555;
}

.gallery-img {
    border-radius: var(--radius);
    transition: 0.3s;
}

.gallery-img:hover {
    transform: scale(1.04);
}

.event-main-img img {
    width: 100%;
    height: 360px;
}


.placement-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    transition: 0.3s;

    margin-top: 30px;
}

.placement-card:hover {
    transform: translateY(-6px);
}

.placement-header {
    background: var(--grd-bg-color);
    color: #fff;
    padding: 18px 25px;
    font-weight: 600;
}

.placement-header h5 {
    color: var(--white);
    text-align: center;
}

.placement-body {
    padding: 25px;
    color: #555;
}

.placement-ticker {
    display: flex;
    align-items: center;
    background: var(--secondary-color);
    color: #fff;
    overflow: hidden;
    border-radius: 8px;
}

.ticker-title {
    background: var(--primary-color);
    padding: 12px 25px;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    z-index: 9999999;
}


.ticker-move {
    padding-left: 20px;
    white-space: nowrap;
    animation: marqueeMove 18s linear infinite;
}

@keyframes marqueeMove {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}


@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800');

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900');
@charset "utf-8";

/** 
* 
* -----------------------------------------------------------------------------
*
* Template : Educavo - Education HTML Template
* Author : rs-theme
* Author URI : http://www.rstheme.com/ 
*
* -----------------------------------------------------------------------------
* 
**/
/* TABLE OF CONTENT
---------------------------------------------------------
    01. General CSS
    02. Global Class CSS
    03. Header Section CSS
    04. Sticky Menu CSS
    05. Banner Section CSS
    06. Breadcrumbs Section CSS
    07. About Section CSS
    08. Services Section CSS
    09. Subject Section CSS
    10. Categories Section CSS
    11. Popular Courses Section CSS
    12. Course Single Section CSS
    13. Accordion Section CSS
    14. Why Choose US Section CSS
    15. Team Section CSS
    16. Team Single Section CSS
    17. Testimonial Section CSS
    18. Blog Section CSS
    19. Latest Events Section CSS
    20. Partner Section CSS
    21. Gallery Section CSS
    22. CTA Section CSS
    23. Counter Section CSS
    24. Newsletter Section CSS
    25. Publication Section CSS
    26. Facilities Section CSS
    27. Faq Section CSS
    28. Error Section CSS
    29. Shop Section CSS
    30. Single Shop Section CSS
    31. Cart Section CSS
    32. Header Cart Section CSS
    33. Checkout Section CSS
    34. Login Section CSS
    35. Register Section CSS
    36. Contact Section CSS
    37. Footer Section CSS
    38. Scroll Up CSS
    39. Preloader CSS

--------------------------------------------------------*/
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
    font-size: 15px;
    color: #505050;
    font-family: 'Rubik', sans-serif;
    vertical-align: baseline;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden;
}

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

p {
    margin: 0 0 26px;
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    color: #111111;
    margin: 0 0 26px;
    line-height: 1.2;
}

h1 {
    font-size: 70px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    font-weight: 700;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    font-weight: 700;
}

.home-style2 h1,
.home-style2 h2,
.home-style2 h3,
.home-style2 h4,
.home-style2 h5,
.home-style2 h6 {
    color: #112958;
}

.uppercase {
    text-transform: uppercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.bold-text {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
}

.extra-bold {
    font-weight: 800 !important;
}

a {
    color: #21a7d0;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #21a7d0;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

::-moz-selection {
    background: #21a7d0;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #21a7d0;
    text-shadow: none;
    color: #ffffff;
}

.border-none:last-child {
    border-right: none !important;
}

.width-unset {
    width: unset !important;
}

.white-bg {
    background-color: #ffffff;
}

.primary-bg {
    background: #21a7d0;
}

.secondary-bg {
    background: #273c66;
}

.title-bg {
    background: #111111;
}

.gray-bg {
    background: #f3f8f9;
}

.gray-bg3 {
    background: #e7f9fb;
}

.gray-bg2 {
    background: #e7f6f9;
}

.gray-bg4 {
    background: #F9F7F8;
}

.event-bg {
    background: #f9f8f8;
}

.event2-bg {
    background: #F4F6F5;
}

.dark-red {
    background: #1D0E15;
}

.bg-light-gray {
    background: #f9f9f9;
}

.transparent-bg {
    background: transparent;
}

.home5color {
    color: #54647b !important;
}

.bg-fixed {
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.bg1 {
    background: url(assets/images/bg/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg2 {
    background: url(assets/images/bg/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg3 {
    background: url(assets/images/bg/bg3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.bg4 {
    background: url(assets/images/bg/home6/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg5 {
    background: url(assets/images/bg/home7/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}

.bg6 {
    background: url(assets/images/bg/home-8-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg7 {
    background: url(assets/images/bg/home8-bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg8 {
    background: url(assets/images/bg/home12/dotted.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0 50px;
}

.bg9 {
    background: url(assets/images/bg/home13/counter-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg10 {
    background: url(assets/images/bg/home13/logo-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg11 {
    background: url(assets/images/bg/home13/subscribe-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg12 {
    background: url(assets/images/bg/home13/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg13 {
    background: url(assets/images/bg/video-text-bg15.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 60px 140px 60px;
}

.course-shape-bg {
    background: url(assets/images/bg/course-shape-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-unset {
    background: unset !important;
}

.rs-menu-toggle {
    color: #21a7d0;
    text-align: right;
}

button {
    cursor: pointer;
}

.glyph-icon:before {
    margin: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

.pagenav-link ul {
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    display: inline-block;
    padding: 0 3px;
}

.pagenav-link ul li {
    display: inline-block;
    padding: 0 18px;
    margin: 14px 0;
    border-right: 1px solid #E6E6E6;
    color: #21a7d0;
    font-size: 16px;
}

.pagenav-link ul li a {
    color: #505050;
}

.pagenav-link ul li a i:before {
    color: #505050;
    font-size: 13px;
    transition: all 0.3s ease;
}

.pagenav-link ul li a:hover {
    color: #21a7d0;
}

.pagenav-link ul li a:hover i:before {
    color: #21a7d0;
}

.pagenav-link ul li:last-child {
    border-right: none;
}

.pagenav-link.orange-color ul li,
.pagenav-link.orange-color ul li a:hover,
.pagenav-link.orange-color ul li a:hover i:before {
    color: #ff5421;
}

.gridFilter button {
    background: transparent;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    outline: none;
    color: #505050;
    cursor: pointer;
}

.gridFilter button.active {
    color: #ff5421;
}

.gridFilter button+button {
    margin-left: 20px;
}

.gridFilter.style2 button {
    background: #f9f7f8;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    color: #101010;
    padding: 10px 30px;
    outline: none;
    margin: 0 10px 20px;
}

.gridFilter.style2 button.active,
.gridFilter.style2 button:hover {
    background: #fff;
    color: #ff5421;
    box-shadow: 0 0 30px #eee;
}

.gridFilter.style2.modify1 button {
    margin: 0 0px 20px;
}

blockquote {
    margin: 35px 0;
    padding: 40px;
    color: #666;
    position: relative;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 55px;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    clear: both;
    box-shadow: 0 0 150px #eee;
}

blockquote:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    background: #21a7d0;
}

blockquote p {
    font-size: 16px;
    margin: 0;
}

.check-square li {
    position: relative;
    padding-left: 35px;
    line-height: 34px;
    border: none;
    color: #ffffff;
}

.check-square li:before {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 0;
    content: "\f046";
    font-family: fontawesome;
    color: #ff5421;
    font-size: 20px;
}

/*-- Blog Button Css --*/
.blog-btn {
    color: #111111;
    display: inline-block;
    position: relative;
    font-size: 15px;
    padding-right: 43px;
    text-transform: capitalize;
    font-weight: 600;
}

.blog-btn:after {
    position: absolute;
    content: "\f133";
    right: 20px;
    top: 50%;
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    font-family: "Flaticon";
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.blog-btn:hover {
    color: #21a7d0;
}

.blog-btn:hover:after {
    right: 17px;
    color: #21a7d0;
}

/* ------------------------------------
    02. Global Class CSS
---------------------------------------*/
.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.y-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.readon {
    outline: none;
    padding: 12px 40px;
    border: 1px solid #21a7d0;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    color: #111111;
    background: #f3f8f9;
}

.readon.banner-style {
    color: #ffffff;
    background: #21a7d0;
    padding: 16px 58px;
}

.readon.banner-style:hover {
    background: #1e95ba;
}

.readon.purple-btn {
    color: #ffffff;
    background: #625eaa;
    border: none;
    padding: 16px 40px;
}

.readon.purple-btn:hover {
    background: #4e49a1;
}

.readon.green-btn {
    color: #FFFFFF;
    background: #0C8B51;
    border-color: #02010100;
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 30px 10px 30px;
}

.readon.green-btn:hover {
    opacity: 0.9;
    background: #0C8B51;
}

.readon.green-banner {
    font-size: 16px;
    line-height: 38px;
    font-weight: 700;
    padding: 8px 30px;
    border-radius: 4px;
    background-color: #0c8b51;
    border-color: transparent;
    color: #ffffff;
}

.readon.green-banner:hover {
    background: #08a355;
}

.readon.white-color {
    color: #ffffff !important;
    background: none !important;
    border: 1px solid #ffffff;
    padding: 16px 40px;
}

.readon.white-color:hover {
    background: #ffffff !important;
    color: #4e49a1 !important;
}

.readon.orange-btn {
    color: #ffffff;
    background: #ff5421;
    border-color: #ff5421;
    border-radius: 5px 5px 5px 5px;
    outline: none;
    padding: 12px 35px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.readon.orange-btn.main-home {
    padding: 10px 20px 10px 20px !important;
}

.readon.orange-btn.main-home:hover {
    color: #ffffff;
    background: #171F32;
    border-color: #171F32;
}

.readon.orange-btn:hover {
    color: #ffffff;
    background: #ed3600;
    border-color: #ed3600;
}

.readon.orange-btn.transparent:hover {
    color: #101010;
    background: #ffffff;
    border-color: #ffffff;
}

.readon.yellow-btn {
    background: #F4BF00;
    border-color: #F4BF00;
    border-radius: 4px 4px 4px 4px;
}

.readon.yellow-btn:hover {
    color: #ffffff;
    background: #171F32;
    border-color: #171F32;
}

.readon.yellow-btn.transparent3:hover {
    color: #1c335f;
    background: #ffffff;
    border-color: #ffffff;
}

.readon.transparent2 {
    background: #21a7d0;
    color: #111111;
    border: 1px solid #21a7d0;
}

.readon.transparent2:hover {
    color: #111111;
    background: transparent;
    border: 1px solid #21a7d0;
}

.readon.register-btn {
    padding: 10px 50px;
    color: #ffffff;
    background: #ff5421;
    border-color: #ff5421;
    font-weight: 500;
    width: 100%;
    border-radius: 5px;
}

.readon.register-btn:hover {
    background: #ff4007;
}

.readon.submit-btn {
    border: 2px solid;
    border-color: #ff5421;
    padding: 10px 50px;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background: #ff5421;
    color: #ffffff;
    border-radius: 5px;
    margin-bottom: 12px;
    width: 100%;
}

.readon.submit-btn:hover {
    background: transparent;
    color: #ff5421;
}

.readon.submit-requset {
    background-color: #0FCB75;
    margin: 0px 0px 0px 0px;
    padding: 13px 35px 13px 35px;
    outline: none;
    border: none;
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #ffffff;
}

.readon.submit-requset:hover {
    opacity: 0.9;
    background-color: #0FCB75;
}

.readon.border-less {
    border: none;
}

.readon.border-less:hover {
    background: rgba(243, 248, 239, 0.8);
    color: #111111;
}

.readon:hover {
    background: #21a7d0;
    color: #ffffff;
}

.readon2 {
    outline: none;
    border: none;
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: #21a7d0;
    position: relative;
    overflow: hidden;
}

.readon2.banner-style {
    padding: 16px 40px;
}

.readon2.mod {
    text-transform: uppercase;
    padding: 14px 31px;
}

.readon2.transparent {
    background: transparent;
    color: #21a7d0;
    border: 1px solid #21a7d0;
}

.readon2.transparent:hover {
    color: #ffffff;
    background: #21a7d0;
}

.readon2.orange-transparent {
    background: transparent;
    color: #ff5421;
    border: 1px solid #ff5421;
}

.readon2.orange-transparent:hover {
    color: #ffffff;
    background: #ff5421;
}

.readon2.orange {
    background: #ff5421;
}

.readon2.orange:hover {
    background: #ff4007;
}

.readon2:hover {
    background: #1e95ba;
    color: #ffffff;
}

.readon2.gym-btn {
    background: #ff5421;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    padding: 17px 28px;
}

.readon2.gym-btn:hover {
    opacity: 0.80;
}

.readon2.gym-btn.get-now:hover {
    background: #ffffff;
    color: #ff5421;
}

.readon2.cta-btn {
    background: #ff5421;
    color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 12px 30px 12px 30px;
}

.readon2.cta-btn:hover {
    color: #F0E3E3;
    background: #FF5421;
}

.readon2.cta-btn {
    background: #ff5421;
    color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 12px 30px 12px 30px;
}

.readon2.cta-btn:hover {
    color: #F0E3E3;
    background: #FF5421;
}

.readon2.apply {
    padding: 10px 30px 10px 30px;
}

.readon2.apply:hover {
    color: unset;
}

.readon3 {
    outline: none;
    padding: 12px 50px;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: #21a7d0;
    position: relative;
}

.readon3:after,
.readon3:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffffff;
    transition: all 0.3s ease;
}

.readon3:after {
    right: 30px;
}

.readon3:before {
    left: 30px;
}

.readon3.active {
    background: #f3f8f9;
    color: #21a7d0;
}

.readon3.active:after,
.readon3.active:before {
    background: #21a7d0;
}

.readon3.active:hover {
    color: #ffffff;
    background: #21a7d0;
}

.readon3.active:hover:after,
.readon3.active:hover:before {
    background: #ffffff;
}

.readon3.dark-hov:hover {
    background: #111111;
    color: #ffffff;
}

.readon3.dark-hov:hover:after,
.readon3.dark-hov:hover:before {
    background: #ffffff;
}

.readon3:hover {
    background: #f3f8f9;
    color: #21a7d0;
}

.readon3:hover:after,
.readon3:hover:before {
    background: #21a7d0;
}

.readon-arrow {
    color: #111111;
    padding-right: 22px;
    position: relative;
    font-weight: 500;
}

.readon-arrow:after {
    position: absolute;
    content: "\f136";
    font-family: Flaticon;
    font-style: normal;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    color: #111111;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 14px;
}

.readon-arrow:hover {
    color: #21a7d0;
}

.readon-arrow:hover:after {
    right: 0;
    color: #21a7d0;
}

.btn-shop {
    outline: none;
    font-weight: 400;
    border: none;
    text-transform: uppercase;
    background: #21a7d0;
    font-size: 15px;
    padding: 8px 25px;
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}

.btn-shop:hover {
    background: #273c66;
    color: #ffffff;
}

.btn-shop.orange-color {
    background: #ff5421;
    color: #ffffff;
}

.btn-shop.orange-color:hover {
    background: #ed3600;
}

/*Pagination*/
.pagination-area .pagination-part {
    display: inline-block;
    padding: 0 5px 0 10px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
}

.pagination-area .pagination-part li {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 15px;
    text-align: center;
    cursor: pointer;
}

.pagination-area .pagination-part li a {
    display: inline-flex;
    align-items: center;
    color: #111111;
}

.pagination-area .pagination-part li a:hover {
    color: #21a7d0;
}

.pagination-area .pagination-part li i {
    margin-left: 10px;
}

.pagination-area .pagination-part li i:before {
    font-size: 28px;
    margin: 0;
    line-height: 60px;
}

.pagination-area .pagination-part li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d6fbff;
}

.pagination-area .pagination-part li:last-child:before {
    display: none;
}

.pagination-area .pagination-part li:hover a,
.pagination-area .pagination-part li.active a {
    color: #21a7d0;
}

.pagination-area.orange-color .pagination-part li a:hover {
    color: #ff5421;
}

.pagination-area.orange-color .pagination-part li:before {
    background: #ff5421;
}

.pagination-area.orange-color .pagination-part li:hover a,
.pagination-area.orange-color .pagination-part li.active a {
    color: #ff5421;
}

/*Video Icon*/
.media-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.media-icon .popup-videos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    background: #21a7d0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
}

.media-icon .popup-videos:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: all 0.3s ease;
    z-index: -1;
}

.media-icon .popup-videos i {
    margin-left: 5px;
}

.media-icon .popup-videos i:before {
    font-size: 30px;
    line-height: 70px;
}

.media-icon .popup-videos:hover:before {
    background: #21a7d0;
}

.media-icon.orange-color .popup-videos {
    color: #ff5421;
    background: #ffffff;
}

.media-icon.orange-color .popup-videos i:before {
    font-size: 30px;
    line-height: 70px;
}

.media-icon.orange-color .popup-videos:hover:before {
    background: #ffffff;
}

.media-icon.orange-color2 .popup-videos {
    color: #ffffff;
    background: #ff5421;
    animation: circle-ripple 3s linear linear infinite;
    -webkit-animation: circle-ripple 3s linear infinite;
}

.media-icon.orange-color2 .popup-videos:before {
    display: none;
}

.media-icon.orange-color2 .popup-videos:hover:before {
    background: #ff5421;
}

.media-icon.yellow-color .popup-videos {
    color: #273c66;
    background: #f4bf00;
}

.media-icon.yellow-color .popup-videos:hover:before {
    background: #1c335f;
}

.rs-video-home9 {
    background: url(assets/images/video/video2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 300px 0 300px;
}

.rs-video-home9 .media-icon {
    display: block;
}

.rs-video .video-item {
    background: url(assets/images/bg/video-bg-15.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 299px 0 299px 0;
    transition: .3s;
    position: relative;
}

.rs-video .video-item .icon-area {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.rs-video .video-item .icon-area a {
    width: 70px;
    height: 70px;
    border: 5px solid;
    display: inline-block;
    color: #ff5421;
    line-height: 70px;
    border-radius: 50px;
}

.rs-video .video-item .icon-area a i {
    position: relative;
    left: 24px;
    top: -23px;
}

.rs-video .video-item .icon-area a i:before {
    color: #ff5421;
}

.rs-video .video-item:hover {
    opacity: .8;
}

.rs-call-action {
    position: relative;
}

.rs-call-action .spiners {
    position: absolute;
    bottom: 0;
}

.rs-call-action .spiners.one {
    top: 12%;
}

.rs-call-action .spiners.two {
    bottom: 18%;
    right: 56%;
}

.rs-call-action .spiners.three {
    top: 16%;
    right: 39%;
}

.margin-remove {
    margin: 0 !important;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.no-gutter [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin: 0;
}

.container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

.container-fluid2 {
    padding-left: 0px;
    padding-right: 60px;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.relative {
    position: relative;
}

.body-color {
    color: #505050 !important;
}

.white-color {
    color: #ffffff !important;
}

.title-color {
    color: #111111 !important;
}

.title-color2 {
    color: #112958 !important;
}

.secondary-color {
    color: #273c66;
}

.primary-color {
    color: #21a7d0 !important;
}

.orangeColor {
    color: #ff5421 !important;
}

.dark-parimary-bg {
    background: #203154 !important;
}

ul.listing-style li {
    position: relative;
    padding-left: 30px;
    line-height: 34px;
}

ul.listing-style li:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "\f05d";
    font-family: 'FontAwesome';
    color: #21a7d0;
    font-size: 20px;
}

ul.listing-style.modify li {
    padding-left: 23px;
}

ul.listing-style.modify li:before {
    font-size: 15px;
}

.rs-carousel.nav-style1 {
    position: relative;
}

.rs-carousel.nav-style1 .owl-nav {
    display: block;
}

.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #21a7d0;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s;
    transition-delay: 0.70s;
    opacity: 0;
    visibility: hidden;
}

.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
    content: "\f138";
    font-family: Flaticon;
}

.rs-carousel.nav-style1 .owl-nav .owl-next {
    right: 30px;
    left: unset;
}

.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
    content: "\f137";
}

.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
    left: -50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
}

.rs-carousel.nav-style1:hover .owl-nav .owl-next {
    right: -50px;
    left: unset;
}

.rs-carousel.nav-style2 {
    position: relative;
}

.rs-carousel.nav-style2 .owl-nav {
    display: block;
    position: absolute;
    top: -80px;
    right: 0;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev,
.rs-carousel.nav-style2 .owl-nav .owl-next {
    display: inline-block;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i,
.rs-carousel.nav-style2 .owl-nav .owl-next i {
    transition: all 0.3s ease;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i:before,
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
    font-family: Flaticon;
    font-size: 22px;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev:hover i,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
    color: #21a7d0;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
    content: "\f134";
}

.rs-carousel.nav-style2 .owl-nav .owl-prev:after {
    content: "/";
    padding: 0 5px 0 5px;
    position: relative;
    top: -3px;
}

.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
    content: "\f133";
}

.rs-carousel.orange-color .owl-nav .owl-prev:hover i,
.rs-carousel.orange-color .owl-nav .owl-next:hover i {
    color: #ff5421;
}

.rs-carousel .owl-dots {
    text-align: center;
    margin: 40px auto 0;
    line-height: 15px;
    display: block;
}

.rs-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 10px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    border: 1px solid #21a7d0;
    background: transparent;
    opacity: 0.7;
    cursor: pointer;
}

.rs-carousel .owl-dots .owl-dot:hover {
    background: #21a7d0;
}

.rs-carousel .owl-dots .active {
    background: #21a7d0;
    opacity: 1;
}

.owl-carousel .owl-item img {
    width: auto;
}

.sec-title .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.sec-title .sub-title.primary {
    color: #21a7d0;
}

.sec-title .sub-title.secondary {
    color: #273c66;
}

.sec-title .sub-title.white {
    color: #ffffff;
}

.sec-title .sub-title.dark {
    color: #111111;
}

.sec-title .sub-title.orange {
    color: #ff5421;
}

.sec-title .desc.big {
    font-size: 18px;
    line-height: 30px;
}

.sec-title .midline {
    font-size: 36px;
    color: #111111;
}

.sec-title2 .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #21a7d0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sec-title2 .sub-title.white-color {
    color: #ffffff;
}

.sec-title2 .title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
    color: #031a3d;
}

.sec-title2 .title.white-color {
    color: #ffffff;
}

.sec-title2 .title.purple-color {
    color: #4e49a1 !important;
}

.sec-title3 .sub-title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #ff5421;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sec-title3 .sub-title.yellow-color {
    color: #f4bf00;
}

.sec-title3 .sub-title.green-color {
    color: #0c8b51;
}

.sec-title3 .sub-title.no-big {
    text-transform: capitalize;
    color: #ffffff;
    letter-spacing: 3px;
}

.sec-title3 .sub-title.big {
    font-size: 18px !important;
    color: #f4bf00 !important;
    font-weight: 500;
}

.sec-title3 .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 800;
    color: #031a3d;
}

.sec-title3 .title.white-color {
    color: #ffffff;
}

.sec-title3 .title.black-color {
    color: #101010;
}

.sec-title3 .title.new-title {
    color: #101010;
    line-height: 1.2;
    font-weight: 700;
}

.sec-title3 .title.title2 {
    font-size: 42px;
    line-height: 55px;
    font-weight: 700;
    color: #ffffff;
}

.sec-title3 .title.title3 {
    font-size: 42px;
    line-height: 55px;
    font-weight: 800;
    color: #ffffff;
}

.sec-title3 .desc {
    font-size: 16px;
    line-height: 26px;
    color: #363636;
}

.sec-title3 .desc.white-color {
    color: #ffffff;
}

.sec-title3 .new-desc {
    font-size: 18px;
    line-height: 31px;
    color: #333333;
}

.sec-title4 .sub-title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #0c8b51;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sec-title4 .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #101010;
    position: relative;
    padding: 0px 0px 20px 0px;
}

.sec-title4 .title:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 4px;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #0c8b51;
}

.sec-title4 .desc {
    font-size: 16px;
    line-height: 26px;
    color: #363636;
}

.sec-title5 .description {
    color: #ffffff;
}

.sec-title5 .description.title-color {
    color: #7A7A7A;
    font-weight: 400;
}

.sec-title5 .description span a {
    color: #ff5421;
}

.sec-title5 .description span a i {
    margin-left: 5px;
}

.sec-title5 .description span a i:before {
    top: 2.5px;
    position: relative;
}

.sec-title6 .sub-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FF5421;
    display: block;
    margin: 0;
}

.sec-title6 .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #031a3d;
}

.sec-title6 .title.title2 {
    font-weight: 800;
    margin: 0;
}

.left-top-shape {
    position: absolute;
    left: -55px;
    top: 65px;
}

.right-top-shape {
    position: absolute;
    right: -115px;
    top: 25px;
}

/* -----------------------
    03. Header Section CSS
--------------------------*/
.full-width-header .rs-header {
    z-index: 99;
}

.full-width-header .rs-header .topbar-area {
    background: #273c66;
}

.full-width-header .rs-header .topbar-area .topbar-contact li {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    margin-right: 17px;
    padding-right: 20px;
    color: #ffffff;
    border-right: 1px solid #374A71;
}

.full-width-header .rs-header .topbar-area .topbar-contact li i {
    margin-right: 2px;
}

.full-width-header .rs-header .topbar-area .topbar-contact li i.flaticon-email:before {
    bottom: -1.5px;
    position: relative;
}

.full-width-header .rs-header .topbar-area .topbar-contact li i:before {
    font-size: 16px;
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area .topbar-contact li a {
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area .topbar-contact li a:hover {
    color: #21a7d0;
}

.full-width-header .rs-header .topbar-area .topbar-contact li:last-child {
    margin: 0;
    border: none;
}

.full-width-header .rs-header .topbar-area .topbar-right li {
    display: inline;
    margin-right: 30px;
}

.full-width-header .rs-header .topbar-area .topbar-right li.login-register {
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area .topbar-right li.login-register i {
    margin-right: 10px;
    color: #21a7d0;
}

.full-width-header .rs-header .topbar-area .topbar-right li.login-register a {
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area .topbar-right li.login-register a:hover {
    color: #21a7d0;
}

.full-width-header .rs-header .topbar-area .topbar-right li a.apply-btn {
    color: #ffffff;
    background: #21a7d0;
    padding: 12px 35px;
    display: inline-block;
}

.full-width-header .rs-header .topbar-area .topbar-right li a.apply-btn:hover {
    background: #2db4de;
}

.full-width-header .rs-header .topbar-area .topbar-right li:last-child {
    margin: 0;
}

.full-width-header .rs-header .topbar-area.home8-topbar {
    background: #f9f8f8 !important;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-contact li {
    color: #363636;
    border-right: 1px solid #fff;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-contact li i {
    margin-right: 2px;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-contact li i:before {
    font-size: 16px;
    color: #363636;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-contact li a {
    color: #363636;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-contact li a:hover {
    color: #ff5421;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-contact li:last-child {
    margin: 0;
    border: none;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-right li.login-register {
    color: #363636;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-right li.login-register i {
    margin-right: 10px;
    color: #363636;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-right li.login-register a {
    color: #363636;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-right li.login-register a:hover {
    color: #ff5421;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-right li a.apply-btn {
    background: #ff5421;
    text-transform: uppercase;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-right li a.apply-btn:hover {
    color: #ffffff;
    background: #ed3600;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-right li:last-child {
    margin: 0;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-contact li {
    color: #ffffff !important;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-contact li i {
    margin-right: 2px;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-contact li i:before {
    font-size: 16px;
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-contact li a {
    color: #ffffff !important;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-contact li a:hover {
    color: #ff5421;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-contact li:last-child {
    margin: 0;
    border: none !important;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-right li.login-register {
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-right li.login-register i {
    margin-right: 10px;
    color: #ffffff !important;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-right li.login-register a {
    color: #ffffff !important;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-right li.login-register a:hover {
    color: #ff5421;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-right li a.apply-btn {
    background: #ff5421;
    text-transform: uppercase;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-right li a.apply-btn:hover {
    color: #ffffff;
    background: #ed3600;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-right li:last-child {
    margin: 0;
}

.full-width-header .rs-header .topbar-area.home9-topbar {
    background: #273c66 !important;
}

.full-width-header .rs-header .topbar-area.home9-topbar .topbar-contact li {
    color: #ffffff;
    border-right: 1px solid #1b315e;
}

.full-width-header .rs-header .topbar-area.home9-topbar .topbar-contact li i {
    margin-right: 2px;
}

.full-width-header .rs-header .topbar-area.home9-topbar .topbar-contact li i:before {
    font-size: 16px;
    color: #f4bf00;
}

.full-width-header .rs-header .topbar-area.home9-topbar .topbar-contact li a {
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.home9-topbar .topbar-contact li a:hover {
    color: #f4bf00;
}

.full-width-header .rs-header .topbar-area.home9-topbar .topbar-contact li:last-child {
    margin: 0;
    border: none;
}

.full-width-header .rs-header .topbar-area.home9-topbar .topbar-right li.login-register {
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.home9-topbar .topbar-right li.login-register i {
    margin-right: 10px;
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.home9-topbar .topbar-right li.login-register a {
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.home9-topbar .topbar-right li.login-register:hover i,
.full-width-header .rs-header .topbar-area.home9-topbar .topbar-right li.login-register:hover a {
    color: #f4bf00;
}

.full-width-header .rs-header .topbar-area.home9-topbar .topbar-right li a.apply-btn {
    background: #f4bf00;
    text-transform: uppercase;
}

.full-width-header .rs-header .topbar-area.home9-topbar .topbar-right li a.apply-btn:hover {
    color: #ffffff;
    background: #c19700;
}

.full-width-header .rs-header .topbar-area.home9-topbar .topbar-right li:last-child {
    margin: 0;
}

.full-width-header .rs-header .topbar-area.home11-topbar {
    background: #0c8b51 !important;
}

.full-width-header .rs-header .topbar-area.home11-topbar .topbar-contact li {
    color: #ffffff;
    border-right: 1px solid #00822b;
}

.full-width-header .rs-header .topbar-area.home11-topbar .topbar-contact li i {
    margin-right: 4px;
}

.full-width-header .rs-header .topbar-area.home11-topbar .topbar-contact li i:before {
    font-size: 14px;
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.home11-topbar .topbar-contact li a {
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.home11-topbar .topbar-contact li a:hover {
    color: #d1d1d1;
}

.full-width-header .rs-header .topbar-area.home11-topbar .topbar-contact li:last-child {
    margin: 0;
    border: none;
}

.full-width-header .rs-header .topbar-area.home11-topbar .toolbar-sl-share .opening {
    color: #ffffff;
    display: inline-block;
    border-right: 1px solid #00822b;
    font-size: 14px;
    line-height: 50px;
    margin-right: 15px;
    padding-right: 18px;
}

.full-width-header .rs-header .topbar-area.home11-topbar .toolbar-sl-share .opening i {
    margin-right: 5px;
}

.full-width-header .rs-header .topbar-area.home11-topbar .toolbar-sl-share .opening i:before {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.home11-topbar .toolbar-sl-share li {
    display: inline-block;
    margin-right: 14px;
}

.full-width-header .rs-header .topbar-area.home11-topbar .toolbar-sl-share li a {
    line-height: 30px;
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.home11-topbar .toolbar-sl-share li a:hover {
    color: #ff5421;
}

.full-width-header .rs-header .topbar-area.home11-topbar .toolbar-sl-share li:last-child {
    margin: 0;
    border: none;
}

.full-width-header .rs-header .topbar-area.home11-topbar.modify1 {
    background: #f9f7f8 !important;
}

.full-width-header .rs-header .topbar-area.home11-topbar.modify1 .topbar-contact li {
    color: #333333;
    border-right: 1px solid #f0ecee;
}

.full-width-header .rs-header .topbar-area.home11-topbar.modify1 .topbar-contact li i {
    margin-right: 4px;
}

.full-width-header .rs-header .topbar-area.home11-topbar.modify1 .topbar-contact li i:before {
    font-size: 14px;
    color: #ff5421;
}

.full-width-header .rs-header .topbar-area.home11-topbar.modify1 .topbar-contact li a {
    color: #333333;
}

.full-width-header .rs-header .topbar-area.home11-topbar.modify1 .topbar-contact li a:hover {
    color: #ff5421;
}

.full-width-header .rs-header .topbar-area.home11-topbar.modify1 .toolbar-sl-share .opening {
    color: #333333;
    border-right: 1px solid #f0ecee;
}

.full-width-header .rs-header .topbar-area.home11-topbar.modify1 .toolbar-sl-share .opening i:before {
    color: #ff5421;
}

.full-width-header .rs-header .topbar-area.home11-topbar.modify1 .toolbar-sl-share li a {
    color: #333333;
}

.full-width-header .rs-header .topbar-area.home11-topbar.modify1 .toolbar-sl-share li a:hover {
    color: #ff5421;
}

.full-width-header .rs-header .topbar-area.home11-topbar.modify1 .toolbar-sl-share li:last-child {
    margin: 0;
    border: none;
}

.full-width-header .rs-header .topbar-area.home11-topbar.modify1.home15-style {
    padding-left: 15.5%;
    padding-right: 10px;
}

.full-width-header .rs-header .logo-part {
    position: relative;
    z-index: 9;
}

.full-width-header .rs-header .logo-part img {
    max-height: 40px;
}

.full-width-header .rs-header .menu-area {
    transition: all 0.3s ease;
}

.full-width-header .rs-header .menu-area .logo-area {
    position: relative;
    height: 90px;
    line-height: 90px;
}

.full-width-header .rs-header .menu-area .logo-area img {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    max-height: 48px;
}

.full-width-header .rs-header .menu-area .logo-area .dark {
    display: none;
}

.full-width-header .rs-header .menu-area .logo-area .light {
    display: inherit;
}

.full-width-header .rs-header .menu-area .responsive-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.full-width-header .rs-header .menu-area .responsive-logo img {
    max-height: 30px;
}

.full-width-header .rs-header .menu-area .logo-cat-wrap {
    display: flex;
    align-items: center;
    height: 120px;
    line-height: 120px;
}

.full-width-header .rs-header .menu-area .logo-cat-wrap .categories-btn .cat-menu-inner {
    top: 120px;
}

.full-width-header .rs-header .menu-area .logo-cat-wrap .categories-btn .cat-menu-inner li {
    height: 45px;
    line-height: 45px;
}

.full-width-header .rs-header .menu-area .logo-cat-wrap .categories-btn .cat-menu-inner li a {
    padding: 0 30px;
}

.full-width-header .rs-header .menu-area .rs-menu-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: inline-block;
    margin-right: 50px;
    padding: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    height: 120px;
    line-height: 120px;
    padding-right: 0;
    margin-right: -12px;
    color: #ffffff;
    z-index: 1;
    position: relative;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #21a7d0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a {
    padding-right: 12px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a:before {
    content: "+";
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    text-align: center;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    transition: all .5s ease;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a:hover:before {
    content: "-";
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
    margin-right: 0 !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
    margin: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu.onepage-menu .active-menu a {
    color: #21a7d0 !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    background: #21a7d0;
    margin: 0;
    padding: 15px 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0;
    border: none;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
    height: unset !important;
    line-height: unset !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    text-transform: capitalize;
    padding: 10px 30px !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #273c66 !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:before {
    display: none !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
    margin: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.current-menu-item>a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active>a {
    color: #273c66 !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.children-mega-menu .child-mega-menu {
    width: 100%;
    opacity: 1 !important;
    position: unset;
    transform: translateY(0px);
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.children-mega-menu .child-mega-menu .child-single-megamenu {
    width: 50%;
    float: left;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.children-mega-menu .child-mega-menu .child-single-megamenu .sub-menu {
    padding: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right-menu {
    left: unset;
    right: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
    background: #273c66;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container {
    padding: 0;
    margin: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu {
    width: 50%;
    float: left;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 30px;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title {
    color: #ffffff;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a {
    color: #21a7d0 !important;
}

.full-width-header .rs-header .menu-area .nav-expander {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.full-width-header .rs-header .menu-area .nav-expander span {
    height: 2px;
    width: 30px;
    display: block;
    background: #ffffff;
    margin: 6px 0;
    transition: all 0.3s ease;
}

.full-width-header .rs-header .menu-area .nav-expander span.dot1 {
    margin-top: 0;
}

.full-width-header .rs-header .menu-area .nav-expander span.dot3 {
    margin-bottom: 0;
}

.full-width-header .rs-header .menu-area .nav-expander:hover span {
    background: #ff5421;
}

.full-width-header .rs-header .menu-area .nav-expander.style2 span {
    background: #111111;
}

.full-width-header .rs-header .menu-area .nav-expander.style2:hover span {
    background: #ff5421;
}

.full-width-header .rs-header .menu-area .nav-expander.style3 span {
    background: #111111;
}

.full-width-header .rs-header .menu-area .nav-expander.style3:hover span {
    background: #21a7d0;
}

.full-width-header .rs-header .menu-area .nav-expander.style4 span {
    background: #ffffff;
}

.full-width-header .rs-header .menu-area .nav-expander.style4:hover span {
    background: #21a7d0;
}

.full-width-header .rs-header .menu-area .nav-expander.style5 span {
    background: #ffffff;
}

.full-width-header .rs-header .menu-area .nav-expander.style5:hover span {
    background: #ccc;
}

.full-width-header .rs-header .menu-area .nav-expander.style6 span {
    background: #ffffff;
}

.full-width-header .rs-header .menu-area .nav-expander.style6:hover span {
    background: #f4bf00;
}

.full-width-header .rs-header .menu-area .appointment-cart {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.full-width-header .rs-header .menu-area .appointment-cart ul.cart {
    text-align: right;
}

.full-width-header .rs-header .menu-area .appointment-cart ul.cart li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 15px;
}

.full-width-header .rs-header .menu-area .appointment-cart ul.cart li i {
    color: #ffffff;
    transition: all 0.3s ease;
}

.full-width-header .rs-header .menu-area .appointment-cart ul.cart li i:hover {
    color: #ffffff;
}

.full-width-header .rs-header .menu-area .expand-btn-inner {
    margin-right: 55px;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li {
    display: inline-block;
    margin-right: 15px;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li.cart-inner {
    position: relative;
    margin-right: 15px;
    padding-right: 20px;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li.cart-inner .cart-icon {
    position: relative;
    height: 120px;
    line-height: 120px;
    z-index: 1;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li.cart-inner .cart-icon .cart-count {
    position: absolute;
    min-width: 18px;
    min-height: 18px;
    line-height: 18px;
    font-size: 11px;
    border-radius: 50%;
    background: #f2f2f2;
    color: #505050;
    top: -13px;
    right: -17px;
    text-align: center;
    transition: all 0.3s ease;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li.cart-inner:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #7d8aa3;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li.cart-inner.no-border {
    padding-right: 0;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li.cart-inner.no-border:before {
    display: none;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li>a {
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li>a.short-border {
    position: relative;
    padding-right: 20px;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li>a.short-border:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #7d8aa3;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li>a i:before {
    font-size: 15px;
    font-weight: 600;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li>a i.flaticon-shopping-bag-1:before {
    font-weight: normal;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li>a:hover {
    color: #ffffff;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li a.apply-btn {
    text-transform: uppercase;
    color: #ffffff;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li a.apply-btn:hover {
    color: #21a7d0;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li:last-child {
    margin-right: 0 !important;
}

.full-width-header .rs-header .menu-area .categories-btn .cat-btn {
    display: inline-flex;
    align-items: center;
    background: transparent;
    padding: 0;
    border: none;
    outline: unset;
    color: #ffffff;
    text-transform: uppercase;
}

.full-width-header .rs-header .menu-area .categories-btn .cat-btn i {
    margin-right: 5px;
    transition: all 0.3s ease;
}

.full-width-header .rs-header .menu-area .categories-btn .cat-btn:hover i {
    color: #21a7d0;
}

.full-width-header .rs-header .menu-area .categories-btn .cat-menu-inner {
    position: absolute;
    top: 120px;
    width: 200px;
    background: #21a7d0;
    padding: 15px 0;
}

.full-width-header .rs-header .menu-area .categories-btn .cat-menu-inner li a {
    color: #ffffff;
    padding: 10px 30px;
    display: inline-block;
    text-transform: capitalize;
    width: 100%;
}

.full-width-header .rs-header .menu-area .categories-btn .cat-menu-inner li a:hover {
    color: #273c66;
}

.full-width-header .rs-header .menu-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(39, 60, 102, 0.9) !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.full-width-header .rs-header .menu-area.sticky .logo-area img {
    max-height: 35px;
}

.full-width-header .rs-header .menu-area.sticky .logo-area .dark {
    display: inherit;
}

.full-width-header .rs-header .menu-area.sticky .logo-area .light {
    display: none;
}

.full-width-header .rs-header .menu-area.sticky .logo-cat-wrap {
    height: 90px;
    line-height: 90px;
}

.full-width-header .rs-header .menu-area.sticky .logo-cat-wrap .categories-btn .cat-menu-inner {
    top: 90px;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
    height: 90px;
    line-height: 90px;
    color: #494949;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a:hover {
    color: #21a7d0;
}

.full-width-header .rs-header .menu-area.sticky .nav-expander span {
    background: #111111;
}

.full-width-header .rs-header .menu-area.sticky .nav-expander:hover span {
    background: #ff5421;
}

.full-width-header .rs-header .menu-area.sticky .nav-expander.style3 span {
    background: #111111;
}

.full-width-header .rs-header .menu-area.sticky .nav-expander.style3:hover span {
    background: #21a7d0;
}

.full-width-header .rs-header .menu-area.sticky .nav-expander.style5 span {
    background: #ffffff;
}

.full-width-header .rs-header .menu-area.sticky .nav-expander.style5:hover span {
    background: #ccc;
}

.full-width-header .rs-header .menu-area.sticky .appointment-cart ul.cart li i {
    color: #494949;
}

.full-width-header .rs-header .menu-area.sticky .appointment-cart ul.cart li i:hover {
    color: #21a7d0;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li.cart-inner .cart-icon {
    height: 90px;
    line-height: 90px;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li.cart-inner .woocommerce-mini-cart {
    padding-top: 90px;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .cart-icon .cart-count {
    background: #21a7d0;
    color: #ffffff;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li>a {
    color: #494949;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li>a:hover {
    color: #21a7d0;
}

.full-width-header .rs-header .right_menu_togle {
    background: #fafafa;
    padding: 30px 50px;
    width: 500px;
    right: -500px;
    z-index: 999999;
    text-align: center;
    transition: all 0.3s ease;
}

.full-width-header .rs-header .right_menu_togle .close-btn {
    overflow: visible;
    padding: 0;
}

.full-width-header .rs-header .right_menu_togle .close-btn .line {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.full-width-header .rs-header .right_menu_togle .close-btn .line span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1px !important;
    height: 20px !important;
    background: #ffffff;
    border: none !important;
    transition: all 0.3s ease;
}

.full-width-header .rs-header .right_menu_togle .close-btn .line span.line2 {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.full-width-header .rs-header .right_menu_togle .close-btn #nav-close {
    position: relative;
    float: unset;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: unset;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #21a7d0;
}

.full-width-header .rs-header .right_menu_togle .close-btn #nav-close:hover {
    transform: rotate(180deg);
}

.full-width-header .rs-header .right_menu_togle .canvas-logo {
    padding-left: 0;
    padding-bottom: 30px;
    margin-top: 50px;
}

.full-width-header .rs-header .right_menu_togle .canvas-logo img {
    max-height: 35px;
}

.full-width-header .rs-header .right_menu_togle .offcanvas-gallery {
    display: inline-block;
}

.full-width-header .rs-header .right_menu_togle .offcanvas-gallery .gallery-img {
    width: 33%;
    float: left;
    padding: 0 5px 10px;
}

.full-width-header .rs-header .right_menu_togle .offcanvas-gallery .gallery-img .image-popup {
    display: block;
    overflow: hidden;
}

.full-width-header .rs-header .right_menu_togle .offcanvas-gallery .gallery-img .image-popup img {
    transition: all 0.3s ease;
}

.full-width-header .rs-header .right_menu_togle .offcanvas-gallery .gallery-img .image-popup:hover img {
    transform: scale(1.1);
}

.full-width-header .rs-header .right_menu_togle .map-img {
    margin-top: 25px;
}

.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li a {
    font-size: 17px;
    color: #222;
    padding-left: 0;
}

.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li a:hover {
    color: #21a7d0;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact {
    padding: 50px 0 0;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li {
    display: inline-block;
    padding-right: 20px;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a {
    color: #111111;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a i {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a:hover {
    color: #21a7d0;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li:last-child {
    padding: 0;
}

.full-width-header.header-style1 {
    width: 100%;
    z-index: 999;
}

.full-width-header.header-style1 .rs-header .menu-area {
    background: #273c66;
}

.full-width-header.header-style1 .rs-header .menu-area .main-menu .mobile-logo-part {
    display: none;
}

.full-width-header.header-style1 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.logo-part {
    padding: 0;
    margin: 0 90px 0 60px;
}

.full-width-header.header-style1 .rs-header .menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    left: unset;
    right: 0;
    background: #ffffff;
    min-width: 770px;
}

.full-width-header.header-style1 .rs-header .menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu .mega-menu-container .single-megamenu {
    width: 33.33%;
    float: left;
}

.full-width-header.header-style1 .rs-header .menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu {
    background: unset;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.full-width-header.header-style1 .rs-header .menu-area.sticky {
    background: #273c66 !important;
}

.full-width-header.header-style1 .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
    color: #ffffff;
}

.full-width-header.header-style1 .rs-header .menu-area.sticky .expand-btn-inner li>a {
    color: #ffffff;
}

.full-width-header.header-style1 .rs-header .menu-area.sticky .expand-btn-inner li>a:hover {
    color: #ffffff;
}

.full-width-header.header-style1 .rs-header .menu-area.sticky .expand-btn-inner li a.apply-btn {
    color: #ffffff;
}

.full-width-header.header-style1 .rs-header .menu-area.sticky .expand-btn-inner li a.apply-btn:hover {
    color: #21a7d0;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area {
    background: #ffffff !important;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .rs-menu-area {
    justify-content: flex-end;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 35px;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #333333;
    font-weight: 500;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #0c8b51 !important;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #0c8b51 !important;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu {
    background: #0c8b51;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li {
    margin-right: 35px;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
    color: #333333;
    font-weight: 500;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #0c8b51 !important;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #0c8b51 !important;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .rs-menu-area .main-menu .nav-expander {
    color: #111111;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .rs-menu-area .main-menu .nav-expander:hover {
    color: #273c66;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .expand-btn-inner {
    margin-right: 0;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .expand-btn-inner li .woocommerce-mini-cart .cart-bottom-part {
    background: #0c8b51;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .expand-btn-inner li .woocommerce-mini-cart .crt-btn {
    background: #ffffff;
    color: #111111;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .expand-btn-inner li .woocommerce-mini-cart .crt-btn:hover {
    background: #f2f2f2;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .expand-btn-inner li.cart-inner {
    border-color: #a9b1c2;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .expand-btn-inner li>a {
    color: #394459;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area .expand-btn-inner li>a:hover {
    color: #0c8b51 !important;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area.sticky {
    background: #ffffff !important;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area.sticky .logo-cat-wrap {
    display: flex;
    align-items: center;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area.sticky .logo-cat-wrap .logo-part .dark-logo {
    display: none;
}

.full-width-header.header-style1.home12-modifiy .rs-header .menu-area.sticky .logo-cat-wrap .logo-part .light-logo {
    display: inherit;
}

.full-width-header.header-style1.home14-style .rs-header .menu-area .rs-menu-area {
    justify-content: flex-end;
}

.full-width-header.header-style1.home14-style .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    margin-right: 0;
}

.full-width-header.header-style1.home14-style .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #ff5421 !important;
}

.full-width-header.header-style1.home14-style .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header.header-style1.home14-style .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #ff5421 !important;
}

.full-width-header.header-style1.home14-style .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu {
    background: #ff5421 !important;
}

.full-width-header.header-style1.home14-style .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
    color: #ffffff !important;
    margin-right: 0;
}

.full-width-header.header-style1.home14-style .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #ccc !important;
}

.full-width-header.header-style1.home14-style .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #ccc !important;
}

.full-width-header.header-style1.home14-style .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu.right {
    left: auto;
    right: 100%;
}

.full-width-header.header-style1.home14-style .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    left: unset;
    right: 0;
    background: #ff5421;
}

.full-width-header.header-style1.home14-style .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu .mega-menu-container .single-megamenu {
    width: 33.33%;
    float: left;
}

.full-width-header.header-style1.home14-style .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu {
    padding-right: 30px;
    padding-left: 40px;
    padding-bottom: 40px;
    padding-top: 35px;
    background: unset;
}

.full-width-header.header-style1.home14-style .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu li a {
    color: #f00;
}

.full-width-header.header-style1.home14-style .expand-btn-inner li a:hover i {
    color: #ff5421;
}

.full-width-header.header-style1.home14-style .expand-btn-inner li.cart-inner {
    border-color: #1c2f5e !important;
}

.full-width-header.header-style1.home14-style .expand-btn-inner li>a {
    color: #111111 !important;
}

.full-width-header.header-style1.home14-style .expand-btn-inner li>a:hover {
    color: #ff5421 !important;
}

.full-width-header.header-style1.home14-style .expand-btn-inner li .woocommerce-mini-cart .cart-bottom-part {
    background: #ff5421;
}

.full-width-header.header-style1.home14-style .expand-btn-inner li .woocommerce-mini-cart .crt-btn {
    background: #ffffff;
    color: #111111;
}

.full-width-header.header-style1.home14-style .expand-btn-inner li .woocommerce-mini-cart .crt-btn:hover {
    background: #f2f2f2;
}

.full-width-header.header-style2 {
    width: 100%;
    z-index: 999;
}

.full-width-header.header-style2 .rs-header .menu-area {
    background: #ffffff;
}

.full-width-header.header-style2 .rs-header .menu-area .logo-cat-wrap .logo-part .dark-logo {
    display: inherit;
}

.full-width-header.header-style2 .rs-header .menu-area .logo-cat-wrap .logo-part .light-logo {
    display: none;
}

.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area {
    justify-content: flex-end;
}

.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 35px;
}

.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #394459;
}

.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #21a7d0;
}

.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu {
    background: #21a7d0;
}

.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0;
}

.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
    font-weight: 400 !important;
    color: #ffffff;
}

.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #ddd !important;
}

.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #ddd !important;
}

.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    left: unset;
    right: 0;
    background: #21a7d0;
    min-width: 770px;
}

.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu .mega-menu-container .single-megamenu {
    width: 33.33%;
    float: left;
}

.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li.active a,
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li.current-menu-item>a {
    color: #21a7d0 !important;
}

.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner li.cart-inner {
    border-color: #a9b1c2;
}

.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner li>a {
    color: #394459;
}

.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner li>a:hover {
    color: #21a7d0;
}

.full-width-header.header-style2 .rs-header .menu-area .categories-btn .cat-btn {
    color: #394459;
}

.full-width-header.header-style2 .rs-header .menu-area .categories-btn .cat-btn i {
    margin-right: 10px;
}

.full-width-header.header-style2 .rs-header .menu-area .categories-btn .cat-btn:hover i {
    color: #21a7d0;
}

.full-width-header.header-style2 .rs-header .menu-area .categories-btn .cat-menu-inner {
    background: #21a7d0;
}

.full-width-header.header-style2 .rs-header .menu-area .categories-btn .cat-menu-inner li a {
    color: #ffffff;
}

.full-width-header.header-style2 .rs-header .menu-area .categories-btn .cat-menu-inner li a:hover {
    color: #273c66;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky {
    background: #273c66 !important;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .logo-cat-wrap {
    display: flex;
    align-items: center;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .logo-cat-wrap .logo-part .dark-logo {
    display: none;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .logo-cat-wrap .logo-part .light-logo {
    display: inherit;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
    color: #ffffff;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li>a {
    color: #ffffff;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li>a:hover {
    color: #21a7d0;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .nav-expander.style3 span {
    background: #ffffff;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .nav-expander.style3:hover span {
    background: #ccc;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .categories-btn .cat-btn {
    color: #ffffff;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .categories-btn .cat-btn:hover i {
    color: #21a7d0;
}

.full-width-header.header-style2.modify1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area {
    background: transparent;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #ffffff;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #21a7d0;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu {
    background: #21a7d0;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
    font-weight: 400 !important;
    color: #ffffff;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #ddd !important;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #ddd !important;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li.active a,
.full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li.current-menu-item>a {
    color: #21a7d0 !important;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area .expand-btn-inner li.cart-inner {
    border-color: #a9b1c2;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area .expand-btn-inner li>a {
    color: #ffffff;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area .expand-btn-inner li>a:hover {
    color: #21a7d0;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area .categories-btn .cat-btn {
    color: #ffffff;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area .categories-btn .cat-btn:hover i {
    color: #21a7d0;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky {
    background: #273c66 !important;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .logo-cat-wrap {
    display: flex;
    align-items: center;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .logo-cat-wrap .logo-part .dark-logo {
    display: none;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .logo-cat-wrap .logo-part .light-logo {
    display: inherit;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
    color: #ffffff;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .expand-btn-inner li>a {
    color: #ffffff;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .expand-btn-inner li>a:hover {
    color: #21a7d0;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .categories-btn .cat-btn {
    color: #ffffff;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .categories-btn .cat-btn:hover i {
    color: #21a7d0;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .nav-expander span {
    background: #ffffff;
}

.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .nav-expander:hover span {
    background: #ccc;
}

.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 35px;
}

.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #ffffff;
}

.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #f4bf00 !important;
}

.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul.sub-menu {
    background: #ffffff !important;
}

.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0;
}

.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
    font-weight: 400 !important;
    color: #111111 !important;
}

.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #f4bf00 !important;
}

.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #f4bf00 !important;
}

.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    background: #ffffff;
}

.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul li.active a,
.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul li.current-menu-item>a {
    color: #f4bf00 !important;
}

.full-width-header.header-style3 {
    width: 100%;
    z-index: 999;
}

.full-width-header.header-style3 .rs-header .menu-area {
    background: #21a7d0;
}

.full-width-header.header-style3 .rs-header .menu-area .logo-part {
    position: absolute;
    left: -260px;
    top: 50%;
    transform: translateY(-50%);
}

.full-width-header.header-style3 .rs-header .menu-area .logo-part .small-logo {
    display: none;
}

.full-width-header.header-style3 .rs-header .menu-area .logo-cat-wrap .categories-btn {
    padding-left: 45px;
}

.full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 35px;
}

.full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #394459;
}

.full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #21a7d0;
}

.full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu {
    background: #21a7d0;
}

.full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0;
}

.full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
    font-weight: 400 !important;
    color: #ffffff;
}

.full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #273c66 !important;
}

.full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #273c66 !important;
}

.full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    left: unset;
    right: 0;
    background: #21a7d0;
    min-width: 780px;
}

.full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu .mega-menu-container .single-megamenu {
    width: 33.33%;
    float: left;
}

.full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu {
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 32px;
    padding-top: 32px;
}

.full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li.active a,
.full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li.current-menu-item>a {
    color: #21a7d0 !important;
}

.full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .nav-expander {
    color: #111111;
}

.full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .nav-expander:hover {
    color: #273c66;
}

.full-width-header.header-style3 .rs-header .menu-area .expand-btn-inner li.cart-inner {
    border-color: #a9b1c2;
}

.full-width-header.header-style3 .rs-header .menu-area .expand-btn-inner li>a {
    color: #394459;
}

.full-width-header.header-style3 .rs-header .menu-area .expand-btn-inner li>a:hover {
    color: #21a7d0;
}

.full-width-header.header-style3 .rs-header .menu-area .categories-btn .cat-btn {
    color: #394459;
}

.full-width-header.header-style3 .rs-header .menu-area .categories-btn .cat-btn i {
    margin-right: 10px;
}

.full-width-header.header-style3 .rs-header .menu-area .categories-btn .cat-btn:hover i {
    color: #21a7d0;
}

.full-width-header.header-style3 .rs-header .menu-area .categories-btn .cat-menu-inner {
    background: #21a7d0;
}

.full-width-header.header-style3 .rs-header .menu-area .categories-btn .cat-menu-inner li a {
    color: #ffffff;
}

.full-width-header.header-style3 .rs-header .menu-area .categories-btn .cat-menu-inner li a:hover {
    color: #273c66;
}

.full-width-header.header-style3 .rs-header .menu-area.sticky {
    background: #21a7d0 !important;
}

.full-width-header.header-style3 .rs-header .menu-area.sticky .logo-cat-wrap {
    display: flex;
    align-items: center;
}

.full-width-header.header-style3 .rs-header .menu-area.sticky .logo-cat-wrap .logo-part .dark-logo {
    display: none;
}

.full-width-header.header-style3 .rs-header .menu-area.sticky .logo-cat-wrap .logo-part .light-logo {
    display: inherit;
}

.full-width-header.header-style3 .rs-header .right_menu_togle .close-btn #nav-close {
    background: #4e49a1;
}

.full-width-header.header-style3 .rs-header .right_menu_togle .close-btn #nav-close:hover {
    transform: rotate(180deg);
}

.full-width-header.header-style3 .rs-header .right_menu_togle .canvas-logo {
    padding-left: 0;
    padding-bottom: 30px;
    margin-top: 50px;
}

.full-width-header.header-style3 .rs-header .right_menu_togle .canvas-logo img {
    max-height: 35px;
}

.full-width-header.header-style3 .rs-header .right_menu_togle .canvas-contact {
    padding: 50px 0 0;
}

.full-width-header.header-style3 .rs-header .right_menu_togle .canvas-contact .social li a:hover {
    color: #4e49a1;
}

.full-width-header.header-style3 .rs-header .right_menu_togle .canvas-contact .social li:last-child {
    padding: 0;
}

.full-width-header.header-style3.modify .rs-header .menu-area {
    display: flex;
    background: #ffffff;
}

.full-width-header.header-style3.modify .rs-header .menu-area .logo-part {
    background: #21a7d0;
    left: 0;
    height: 120px;
    line-height: 120px;
    width: 350px;
    text-align: center;
}

.full-width-header.header-style3.modify .rs-header .menu-area .logo-cat-wrap {
    display: flex;
    align-items: center;
    float: left;
}

.full-width-header.header-style3.modify .rs-header .menu-area .rs-menu-area {
    float: right;
    margin-right: -130px;
}

.full-width-header.header-style3.modify .rs-header .menu-area .expand-btn-inner {
    margin: 0;
    margin-left: 50px;
}

.full-width-header.header-style3.modify .rs-header .menu-area .expand-btn-inner .apply-btn {
    background: #21a7d0;
    color: #ffffff;
    line-height: 1;
    padding: 11px 24px;
    border-radius: 30px;
}

.full-width-header.header-style3.modify .rs-header .menu-area .expand-btn-inner .apply-btn:hover {
    background: #1a84a4;
}

.full-width-header.header-style3.modify .rs-header .menu-area .expand-btn-inner .nav-expander {
    top: 0;
    right: 0;
    width: 130px;
    height: 120px;
    line-height: 120px;
    background: #21a7d0;
    text-align: center;
    transform: unset;
}

.full-width-header.header-style3.modify .rs-header .menu-area .expand-btn-inner .nav-expander .bar {
    display: inline-block;
}

.full-width-header.header-style3.modify .rs-header .menu-area .expand-btn-inner .nav-expander:hover {
    color: #e6e6e6;
}

.full-width-header.header-style3.modify .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a,
.full-width-header.header-style3.modify .rs-header .menu-area.sticky .categories-btn .cat-btn,
.full-width-header.header-style3.modify .rs-header .menu-area.sticky .expand-btn-inner li>a {
    color: #ffffff;
}

.full-width-header.header-style3.modify .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a:hover,
.full-width-header.header-style3.modify .rs-header .menu-area.sticky .categories-btn .cat-btn:hover,
.full-width-header.header-style3.modify .rs-header .menu-area.sticky .expand-btn-inner li>a:hover {
    color: #111111 !important;
}

.full-width-header.header-style3.modify .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a:hover i,
.full-width-header.header-style3.modify .rs-header .menu-area.sticky .categories-btn .cat-btn:hover i,
.full-width-header.header-style3.modify .rs-header .menu-area.sticky .expand-btn-inner li>a:hover i {
    color: #111111 !important;
}

.full-width-header.header-style3.modify .rs-header .menu-area.sticky .main-menu .rs-menu ul li.current-menu-item>a {
    color: #111111 !important;
}

.full-width-header.header-style3.modify .rs-header .menu-area.sticky .logo-part {
    height: 90px;
    line-height: 90px;
}

.full-width-header.header-style3.modify .rs-header .menu-area.sticky .expand-btn-inner {
    margin: 0;
    margin-left: 50px;
}

.full-width-header.header-style3.modify .rs-header .menu-area.sticky .expand-btn-inner li.cart-inner {
    border-color: #ffffff;
}

.full-width-header.header-style3.modify .rs-header .menu-area.sticky .expand-btn-inner .apply-btn {
    background: #ffffff;
    color: #21a7d0;
}

.full-width-header.header-style3.modify .rs-header .menu-area.sticky .expand-btn-inner .apply-btn:hover {
    color: #111111;
}

.full-width-header.header-style3.modify .rs-header .menu-area.sticky .expand-btn-inner .nav-expander {
    height: 90px;
    line-height: 90px;
}

.full-width-header.header-style3.modify.home-7-modify2 .rs-header .menu-area .categories-btn .cat-btn {
    color: #505050;
}

.full-width-header.header-style3.modify.home-7-modify2 .rs-header .menu-area .categories-btn .cat-btn:hover {
    color: #21a7d0;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area {
    display: flex;
    background: #ffffff;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .logo-part {
    left: 0;
    height: 120px;
    line-height: 120px;
    width: 350px;
    text-align: center;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .logo-cat-wrap {
    float: left;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .logo-cat-wrap .categories-btn .cat-btn {
    color: #394459;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .logo-cat-wrap .categories-btn .cat-btn i {
    margin-right: 10px;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .logo-cat-wrap .categories-btn .cat-btn:hover i {
    color: #4e49a1;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .logo-cat-wrap .categories-btn .cat-menu-inner {
    background: #4e49a1;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .logo-cat-wrap .categories-btn .cat-menu-inner li a {
    color: #ffffff;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .logo-cat-wrap .categories-btn .cat-menu-inner li a:hover {
    color: #21a7d0;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .rs-menu-area {
    justify-content: flex-end;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 35px;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #394459;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #21a7d0;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu {
    background: #4e49a1;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
    font-weight: 400 !important;
    color: #ffffff !important;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #ccc !important;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #ccc !important;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    background: #4e49a1;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li.current-menu-item>a {
    color: #4e49a1 !important;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .expand-btn-inner {
    margin: 0;
    margin-left: 50px;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .expand-btn-inner li .woocommerce-mini-cart .cart-bottom-part {
    background: #4e49a1;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .expand-btn-inner li .woocommerce-mini-cart .crt-btn {
    background: #ffffff;
    color: #111111;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .expand-btn-inner li .woocommerce-mini-cart .crt-btn:hover {
    background: #f2f2f2;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .expand-btn-inner .apply-btn {
    background: #4e49a1;
    color: #ffffff;
    line-height: 1;
    padding: 16px 24px;
    border-radius: 30px;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .expand-btn-inner .apply-btn:hover {
    background: #625eaa;
    color: #ffffff;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .expand-btn-inner .nav-expander {
    top: 0;
    right: 0;
    width: 130px;
    height: 120px;
    line-height: 120px;
    background: #4e49a1;
    text-align: center;
    transform: unset;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .expand-btn-inner .nav-expander .bar {
    display: inline-block;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area .expand-btn-inner .nav-expander:hover {
    color: #e6e6e6;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area.sticky {
    background: #ffffff !important;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a,
.full-width-header.header-style3.home11-modify2 .rs-header .menu-area.sticky .categories-btn .cat-btn,
.full-width-header.header-style3.home11-modify2 .rs-header .menu-area.sticky .expand-btn-inner li>a {
    color: #394459;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a:hover,
.full-width-header.header-style3.home11-modify2 .rs-header .menu-area.sticky .categories-btn .cat-btn:hover,
.full-width-header.header-style3.home11-modify2 .rs-header .menu-area.sticky .expand-btn-inner li>a:hover {
    color: #111111 !important;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area.sticky .main-menu .rs-menu ul li.current-menu-item>a {
    color: #4e49a1 !important;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area.sticky .expand-btn-inner li.cart-inner {
    border-color: #ffffff;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area.sticky .expand-btn-inner .apply-btn {
    background: #4e49a1;
    color: #ffffff;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area.sticky .expand-btn-inner .apply-btn:hover {
    background: #625eaa;
    color: #ffffff !important;
}

.full-width-header.header-style3.home11-modify2 .rs-header .menu-area.sticky .expand-btn-inner .nav-expander {
    height: 90px;
    line-height: 90px;
}

.full-width-header.header-style3.home-7-modify2 .rs-header .menu-area {
    background: #ffffff !important;
}

.full-width-header.header-style3.home-7-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #111111 !important;
    font-weight: 600 !important;
    padding-right: 18px !important;
}

.full-width-header.header-style3.home-7-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #21a7d0 !important;
}

.full-width-header.header-style3.home-7-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:last-child {
    margin-right: none !important;
}

.full-width-header.header-style3.home-7-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #21a7d0 !important;
}

.full-width-header.header-style3.home-7-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu {
    background: #ffffff !important;
}

.full-width-header.header-style3.home-7-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0;
}

.full-width-header.header-style3.home-7-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
    font-weight: 400 !important;
    color: #111111 !important;
}

.full-width-header.header-style3.home-7-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #21a7d0 !important;
}

.full-width-header.header-style3.home-7-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #21a7d0 !important;
}

.full-width-header.header-style3.home-7-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    background: #fff;
}

.full-width-header.header-style3.home-7-modify2 .rs-header .menu-area.sticky {
    background: #ffffff !important;
}

.full-width-header.header-style3.home-7-modify2 .rs-header .menu-area.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #21a7d0;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area {
    background: #fff;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .header-logo .custom-logo-area {
    position: absolute;
    top: -51px;
    background: #ff5421;
    padding: 25px 42px 26px 51px;
    left: 0;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .header-logo .custom-logo-area a img {
    max-height: 93px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .header-logo .custom-logo-area:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 30px solid #ff5421;
    border-left: 30px solid transparent;
    transform: rotate(180deg);
    left: 0;
    bottom: -30px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .categore-menu {
    padding-right: 175px;
    display: flex;
    flex: 1;
    align-items: center;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .categore-menu .logo-cat-wrap {
    height: 70px;
    line-height: 70px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .categore-menu .logo-cat-wrap .categories-btn {
    padding-left: 45px;
    padding-right: 45px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .categore-menu .logo-cat-wrap .categories-btn .cat-btn:hover i {
    color: #ff5421;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .categore-menu .logo-cat-wrap .cat-menu-inner {
    top: 93px;
    background: #ff5421;
    width: 240px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .categore-menu .logo-cat-wrap .cat-menu-inner li {
    height: 45px;
    line-height: 45px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .categore-menu .logo-cat-wrap .cat-menu-inner li a {
    padding: 0 30px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .categore-menu .logo-cat-wrap .cat-menu-inner li a:hover {
    color: #cccccc;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .categore-menu .search-widget .search-wrap {
    position: relative;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .categore-menu .search-widget .search-wrap [type=search] {
    outline: none;
    border: 1px solid #ddd;
    color: #444;
    padding: 9px 17px;
    width: 100%;
    border-radius: 5px;
    width: 320px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .categore-menu .search-widget .search-wrap button {
    background: 0 0 !important;
    border: none;
    padding: 12px 18px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 16px;
    outline: none;
    border-radius: 0;
    color: #171f32;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .categore-menu .search-widget .search-wrap button i:before {
    font-size: 18px;
    font-weight: 600;
    color: #ebebeb;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 35px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #394459;
    height: 90px;
    line-height: 90px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #ff5421;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a {
    padding-right: 12px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a:before {
    transition: unset;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a:hover:before {
    content: "-";
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu ul.sub-menu {
    background: #ff5421 !important;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
    font-weight: 400 !important;
    color: #ffffff;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #ccc !important;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #ccc !important;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    right: 270px;
    margin: 0 auto;
    max-width: 800px;
    background: #ff5421 !important;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu .mega-menu-container .single-megamenu {
    width: 33.33%;
    float: left;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu {
    background: #ff5421 !important;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 32px;
    padding-top: 32px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu ul li.active a,
.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu ul li.current-menu-item>a {
    color: #ff5421 !important;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .expand-btn-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 0;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .expand-btn-inner .icon-bar .cart-icon {
    position: relative;
    z-index: 1;
    padding-right: 10px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .expand-btn-inner .icon-bar .cart-icon i:before {
    font-size: 18px;
    color: #111111;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .expand-btn-inner .icon-bar .cart-icon i:hover:before {
    color: #ff5421 !important;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .expand-btn-inner .user-icon {
    margin-left: 0;
    padding-left: 25px;
    border-left: 1px solid #ebebeb;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .expand-btn-inner .user-icon a {
    font-size: 18px;
    border: none;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .expand-btn-inner .user-icon a:hover {
    color: #ff5421;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .expand-btn-inner li .apply-btn {
    background: #ff5421;
    color: #ffffff;
    padding: 10px 23px;
    line-height: 16px;
    border-radius: 30px;
    font-size: 14px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .expand-btn-inner li .apply-btn:hover {
    opacity: 0.7;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area.sticky {
    background: #ffffff !important;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area.sticky .custom-table .header-logo .custom-logo-area {
    top: -34px;
    background: #ff5421;
    padding: 51px 42px 26px 51px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area.sticky .custom-table .header-logo .custom-logo-area a img {
    max-height: 50px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area.sticky .custom-table .categore-menu {
    padding-right: 0;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area.sticky .custom-table .categore-menu .logo-cat-wrap .categories-btn {
    padding-right: 700px;
    padding-left: 0;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area.sticky .custom-table .categore-menu .logo-cat-wrap .categories-btn .cat-menu-inner {
    top: 93px;
    background: #ff5421;
    width: 240px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area.sticky .custom-table .categore-menu .logo-cat-wrap .categories-btn .cat-menu-inner li {
    height: 45px;
    line-height: 45px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area.sticky .custom-table .categore-menu .logo-cat-wrap .categories-btn .cat-menu-inner li a {
    padding: 0 30px;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area.sticky .custom-table .categore-menu .logo-cat-wrap .categories-btn .cat-menu-inner li a:hover {
    color: #cccccc;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area.sticky .categore-menu .search-widget {
    display: none;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area.sticky .expand-btn-inner .icon-bar {
    display: none;
}

.full-width-header.header-style3.home-style15 .rs-header .menu-area.sticky .expand-btn-inner .user-icon {
    display: none;
}

.full-width-header.home8-style4 {
    width: 100%;
    z-index: 999;
}

.full-width-header.home8-style4 .rs-header .menu-area {
    background: #ffffff !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .logo-part {
    position: relative;
    z-index: 9;
}

.full-width-header.home8-style4 .rs-header .menu-area .logo-area {
    position: relative;
    height: 90px;
    line-height: 90px;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #111111 !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #ff5421 !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:last-child {
    margin-right: none !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #ff5421 !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu {
    background: #ffffff !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
    font-weight: 400 !important;
    color: #111111 !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #ff5421 !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #ff5421 !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    left: unset;
    right: 0;
    background: #ffffff;
    min-width: 770px;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu .mega-menu-container .single-megamenu {
    width: 33.33%;
    float: left;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.full-width-header.home8-style4 .rs-header .menu-area .expand-btn-inner .cart-icon i {
    font-size: 20px;
}

.full-width-header.home8-style4 .rs-header .menu-area .expand-btn-inner li.cart-inner {
    border-color: #1c2f5e !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .expand-btn-inner li>a {
    color: #111111 !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .expand-btn-inner li>a:hover {
    color: #ff5421 !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .expand-btn-inner li .woocommerce-mini-cart .cart-bottom-part {
    background: #ff5421;
}

.full-width-header.home8-style4 .rs-header .menu-area .expand-btn-inner li .woocommerce-mini-cart .crt-btn {
    background: #ffffff;
    color: #111111;
}

.full-width-header.home8-style4 .rs-header .menu-area .expand-btn-inner li .woocommerce-mini-cart .crt-btn:hover {
    background: #f2f2f2;
}

.full-width-header.home8-style4 .rs-header .menu-area .expand-btn-inner .apply-btn {
    background: #ff5421;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 24px;
    border-radius: 30px;
}

.full-width-header.home8-style4 .rs-header .menu-area .expand-btn-inner .nav-expander {
    color: #111111;
}

.full-width-header.home8-style4 .rs-header .menu-area.sticky {
    background: #ffffff !important;
}

.full-width-header.home8-style4 .rs-header .menu-area.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #21a7d0;
}

.full-width-header.home8-style4 .rs-header .right_menu_togle .close-btn #nav-close {
    background: #ff5421;
}

.full-width-header.home8-style4 .rs-header .right_menu_togle .sidebarnav_menu li a:hover {
    color: #ff5421;
}

.full-width-header.home8-style4 .rs-header .right_menu_togle .canvas-contact .social li a:hover {
    color: #ff5421;
}

.full-width-header.home8-style4.main-home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.full-width-header.home8-style4.main-home .menu-area {
    background: transparent !important;
}

.full-width-header.home8-style4.main-home .menu-area .logo-part .sticky-logo {
    display: none;
}

.full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 45px;
}

.full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #ffffff !important;
}

.full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu {
    background: #ffffff !important;
    min-width: 250px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-radius: 0px;
    border-bottom: 5px solid #ff5421;
    border-color: #ff5421 !important;
}

.full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0;
}

.full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
    font-weight: 400 !important;
    color: #111111 !important;
}

.full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #ff5421 !important;
}

.full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #ff5421 !important;
}

.full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu-toggle {
    color: #ffffff !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .logo-part .sticky-logo {
    display: block;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .logo-part .normal-logo {
    display: none;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #111111 !important;
    padding-right: 18px !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #ff5421 !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:last-child {
    margin-right: none !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #ff5421 !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner li .cart-icon .cart-count {
    background: #21a7d0;
    color: #ffffff;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner li>a {
    color: #494949;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner li>a i:before {
    color: #111111 !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner li>a:hover {
    color: #21a7d0;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner li>a:hover i:before {
    color: #ff5421 !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner .user-icon>a {
    line-height: 90px;
    height: 90px;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner .woocommerce-mini-cart {
    padding-top: 90px;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner .nav-expander {
    color: #111111 !important;
}

.full-width-header.home8-style4.main-home .expand-btn-inner .cart-icon i {
    font-size: 20px;
}

.full-width-header.home8-style4.main-home .expand-btn-inner li a i:before {
    color: #ffffff !important;
}

.full-width-header.home8-style4.main-home .expand-btn-inner li a:hover i:before {
    color: #ff5421 !important;
}

.full-width-header.home8-style4.main-home .expand-btn-inner .user-icon>a {
    position: relative;
    line-height: 120px;
    height: 120px;
    display: flex;
    align-items: center;
}

.full-width-header.home8-style4.main-home .expand-btn-inner .user-icon>a i {
    color: #fff;
    border: 1px solid #eee;
    width: 32px;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    height: 32px;
    line-height: 29px;
}

.full-width-header.home8-style4.main-home .expand-btn-inner .user-icon>a i:before {
    color: #ffffff;
}

.full-width-header.home8-style4.main-home .expand-btn-inner .nav-expander {
    color: #ffffff !important;
}

.full-width-header.home8-style4.main-home .expand-btn-inner .nav-expander:hover {
    color: #ff5421 !important;
}

.full-width-header.home8-style4.main-home .right_menu_togle .close-btn #nav-close {
    background: #ff5421;
}

.full-width-header.home8-style4.main-home .right_menu_togle .sidebarnav_menu li a:hover {
    color: #ff5421;
}

.full-width-header.home8-style4.main-home .right_menu_togle .canvas-contact .social li a:hover {
    color: #ff5421;
}

.full-width-header.home8-style4.home9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.full-width-header.home8-style4.home9 .menu-area {
    background: transparent !important;
    box-shadow: unset !important;
}

.full-width-header.home8-style4.home9 .menu-area .logo-part .sticky-logo {
    display: none;
}

.full-width-header.home8-style4.home9 .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #ffffff !important;
    font-weight: 600 !important;
    padding-right: 18px !important;
}

.full-width-header.home8-style4.home9 .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:last-child {
    margin-right: none !important;
}

.full-width-header.home8-style4.home9 .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu {
    background: #ffffff !important;
    min-width: 250px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-radius: 0px;
    border-bottom: 5px solid #f4bf00;
    border-color: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0;
}

.full-width-header.home8-style4.home9 .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
    font-weight: 400 !important;
    color: #111111 !important;
}

.full-width-header.home8-style4.home9 .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .logo-part .sticky-logo {
    display: block;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .logo-part .normal-logo {
    display: none;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #111111 !important;
    padding-right: 18px !important;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:last-child {
    margin-right: none !important;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .expand-btn-inner li .cart-icon .cart-count {
    background: #21a7d0;
    color: #ffffff;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .expand-btn-inner li>a {
    color: #494949;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .expand-btn-inner li>a i:before {
    color: #111111 !important;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .expand-btn-inner li>a:hover {
    color: #21a7d0;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .expand-btn-inner li>a:hover i:before {
    color: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .expand-btn-inner .user-icon>a {
    line-height: 90px;
    height: 90px;
}

.full-width-header.home8-style4.home9 .expand-btn-inner .cart-icon i {
    font-size: 20px;
}

.full-width-header.home8-style4.home9 .expand-btn-inner li a i:before {
    color: #ffffff !important;
}

.full-width-header.home8-style4.home9 .expand-btn-inner li a:hover i:before {
    color: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .expand-btn-inner li .woocommerce-mini-cart .cart-bottom-part {
    background: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .expand-btn-inner .user-icon>a {
    position: relative;
    line-height: 120px;
    height: 120px;
    display: flex;
    align-items: center;
}

.full-width-header.home8-style4.home9 .expand-btn-inner .user-icon>a i:before {
    color: #ffffff;
}

.full-width-header.home8-style4.home9 .right_menu_togle .close-btn #nav-close {
    background: #f4bf00;
}

.full-width-header.home8-style4.home9 .right_menu_togle .sidebarnav_menu li a:hover {
    color: #f4bf00;
}

.full-width-header.home8-style4.home9 .right_menu_togle .canvas-contact .social li a:hover {
    color: #f4bf00;
}

.full-width-header.home8-style4.home13 .menu-area .rs-menu-area {
    justify-content: flex-end;
}

.full-width-header.home8-style4.home13 .menu-area .rs-menu .nav-menu .rs-mega-menu .mega-menu {
    background: #fff;
    left: unset;
    right: 0;
}

.full-width-header.home8-style4.home13 .menu-area .rs-menu .nav-menu .rs-mega-menu .mega-menu .mega-menu-container .single-megamenu {
    width: 33.33%;
    float: left;
}

.full-width-header.home8-style4.home13 .menu-area .rs-menu .nav-menu .rs-mega-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu {
    background: unset;
    padding-right: 30px;
    padding-left: 41px;
}

.full-width-header.home8-style4.home13 .expand-btn-inner {
    margin-right: unset;
}

.full-width-header.home8-style4.home13 .expand-btn-inner li a i {
    border-right: 1px solid #fff;
    padding-right: 24px;
}

.full-width-header.home8-style4.home13 .expand-btn-inner .user-icon>a i {
    border: unset;
}

.full-width-header.transparent {
    position: absolute;
}

.full-width-header.transparent .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #ffffff !important;
}

.full-width-header.transparent .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #21a7d0;
}

.full-width-header.transparent .rs-header .menu-area .expand-btn-inner li.cart-inner {
    border-color: #1c2f5e !important;
}

.full-width-header.transparent .rs-header .menu-area .expand-btn-inner li>a {
    color: #ffffff !important;
}

.full-width-header.transparent .rs-header .menu-area .expand-btn-inner li>a:hover {
    color: #21a7d0;
}

.full-width-header.transparent .rs-header .menu-area.menu-sticky {
    background: none;
    border-bottom: none;
}

.full-width-header.home7-style4 .rs-header .menu-area {
    background: #ffffff !important;
}

.full-width-header.home7-style4 .rs-header .menu-area .logo-cat-wrap .logo-part {
    background: red !important;
}

.full-width-header.home7-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #111111 !important;
}

.full-width-header.home7-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #21a7d0;
}

.full-width-header.home7-style4 .rs-header .menu-area .expand-btn-inner .nav-expander {
    right: -196px;
    position: absolute;
    color: #ffffff !important;
    background: #21a7d0;
    padding: 40px 40px;
}

.full-width-header.home1-modifiy .rs-header .menu-area {
    background: #ffffff !important;
}

.full-width-header.home1-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 40px !important;
}

.full-width-header.home1-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #111111 !important;
    font-weight: 600 !important;
    padding-right: 18px !important;
    margin-right: unset !important;
}

.full-width-header.home1-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #21a7d0 !important;
}

.full-width-header.home1-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:last-child {
    margin-right: 0 !important;
}

.full-width-header.home1-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #21a7d0 !important;
}

.full-width-header.home1-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu {
    background: #ffffff !important;
}

.full-width-header.home1-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0;
}

.full-width-header.home1-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
    font-weight: 400 !important;
    color: #111111 !important;
}

.full-width-header.home1-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #21a7d0 !important;
}

.full-width-header.home1-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #21a7d0 !important;
}

.full-width-header.home1-modifiy .rs-header .menu-area .expand-btn-inner .cart-icon i {
    font-size: 20px;
}

.full-width-header.home1-modifiy .rs-header .menu-area .expand-btn-inner li.cart-inner {
    border-color: #1c2f5e !important;
}

.full-width-header.home1-modifiy .rs-header .menu-area .expand-btn-inner li>a {
    color: #111111 !important;
}

.full-width-header.home1-modifiy .rs-header .menu-area .expand-btn-inner li>a:hover {
    color: #21a7d0 !important;
}

.full-width-header.home1-modifiy .rs-header .menu-area .expand-btn-inner .apply-btn {
    background: #21a7d0;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 24px;
    border-radius: 30px;
}

.full-width-header.home1-modifiy .rs-header .menu-area .expand-btn-inner .nav-expander {
    color: #111111;
}

.full-width-header.home1-modifiy .rs-header .menu-area.sticky {
    background: #ffffff !important;
}

.full-width-header.home1-modifiy .rs-header .menu-area.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #21a7d0;
}

body .search-modal .modal-content {
    background: transparent;
    position: initial;
    border: 0;
}

body .search-modal .search-block input {
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    background: transparent;
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}

body .search-modal .close {
    color: #ffffff;
    margin-top: 20px;
    font-size: 14px;
    background-color: transparent;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    transition: all 0.3s ease;
}

body .search-modal .close:hover {
    color: #ff5421 !important;
    opacity: 1 !important;
}

body .modal-backdrop {
    opacity: 0.95 !important;
}

/*------------------------------------
    04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
    background: #fff;
    margin: 0;
    z-index: 999;
    width: 100%;
    top: 0;
    position: relative;
}

@-webkit-keyframes sticky-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes sticky-animation {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ------------------------------------
    05. Banner Section CSS
---------------------------------------*/
.rs-banner.style1 {
    padding: 125px 0 425px;
    background: url(assets/images/banner/home1.jpg);
    background-size: cover;
    background-position: center;
}

.rs-banner.style1 .banner-content {
    max-width: 750px;
    margin: 0 auto;
}

.rs-banner.style1 .banner-content .banner-title {
    font-size: 55px;
    margin-bottom: 16px;
}

.rs-banner.style1 .banner-content .desc {
    font-size: 20px;
    line-height: 30px;
}

.rs-banner.style3 {
    background: url(assets/images/banner/home3.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: grid;
    align-items: center;
}

.rs-banner.style3 .banner-content .banner-title {
    font-size: 70px;
    line-height: 1.2;
    margin-bottom: 19px;
}

.rs-banner.style3 .banner-content .banner-desc {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 41px;
    position: relative;
    z-index: 9;
}

.rs-banner.style3 .banner-content .banner-btn li {
    display: inline;
    margin-right: 30px;
}

.rs-banner.style3 .banner-content .banner-btn li:last-child {
    margin: 0;
}

.rs-banner.style3 .banner-content .banner-image {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-banner.style4 {
    background: url(assets/images/banner/home4.jpg);
    background-size: cover;
    background-position: center;
    min-height: 935px;
    display: grid;
    align-items: center;
}

.rs-banner.style4 .banner-content .banner-title {
    font-size: 70px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.rs-banner.style4 .banner-line-shape {
    position: absolute;
    top: -205px;
    left: -25px;
}

.rs-banner.style4 .banner-circle-shape {
    text-align: right;
    position: absolute;
    bottom: -125px;
    right: -15px;
}

.rs-banner.style4 .banner-dots-shape {
    position: absolute;
    bottom: -220px;
    left: -200px;
}

.rs-banner.style5 {
    position: relative;
    background-color: #f3fafc;
    min-height: 750px;
    display: grid;
    align-items: flex-end;
    z-index: 9;
}

.rs-banner.style5 .banner-content {
    padding-bottom: 200px;
}

.rs-banner.style5 .banner-content .sub-title {
    color: #111111;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 20px;
}

.rs-banner.style5 .banner-content .banner-title {
    color: #111111;
    font-size: 75px;
    line-height: 1.2;
    margin-bottom: 39px;
}

.rs-banner.style5 .banner-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.rs-banner.style6 {
    background: url(assets/images/banner/home6/bg.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 54px;
}

.rs-banner.style6 .container {
    position: relative;
}

.rs-banner.style6 .banner-content {
    padding: 232px 0 388px;
}

.rs-banner.style6 .banner-content .banner-title {
    font-weight: 700;
    line-height: 80px;
    font-size: 60px;
}

.rs-banner.style6 .banner-content .desc {
    font-size: 18px;
    line-height: 30px;
}

.rs-banner.style6 .shape-img {
    position: absolute;
    bottom: -54px;
}

.rs-banner.style6 .shape-img.left {
    left: 15px;
    z-index: 1;
}

.rs-banner.style6 .shape-img.center {
    left: 50%;
    transform: translateX(-50%);
}

.rs-banner.style6 .shape-img.center .inner {
    width: 810px;
    height: 385px;
    margin: 0 auto;
    position: relative;
}

.rs-banner.style6 .shape-img.center .inner .spiner {
    position: absolute;
    content: '';
}

.rs-banner.style6 .shape-img.center .inner .spiner.one {
    top: 0;
    left: 37%;
}

.rs-banner.style6 .shape-img.center .inner .spiner.one img:nth-child(1) {
    position: relative;
    right: 4px;
    top: 9px;
}

.rs-banner.style6 .shape-img.center .inner .spiner.two {
    top: 56%;
    left: 0;
}

.rs-banner.style6 .shape-img.center .inner .spiner.two img:nth-child(1) {
    max-width: 16px;
}

.rs-banner.style6 .shape-img.center .inner .spiner.two img:nth-child(2) {
    position: relative;
    right: -3px;
    top: -4px;
    max-width: 25px;
}

.rs-banner.style6 .shape-img.center .inner .spiner.three {
    top: 40%;
    right: 0;
}

.rs-banner.style6 .shape-img.center .inner .spiner.three img:nth-child(1) {
    max-width: 16px;
    position: relative;
    top: 29px;
    left: 31px;
}

.rs-banner.style6 .shape-img.center .inner .spiner.three img:nth-child(2) {
    position: relative;
    right: 7px;
    top: 1px;
    max-width: 25px;
}

.rs-banner.style6 .shape-img.right {
    right: 15px;
}

.rs-banner.style7 {
    background: url(assets/images/banner/home7/banner-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 870px;
}

.rs-banner.style7 .banner-content {
    position: relative;
    padding: 200px 0;
}

.rs-banner.style7 .banner-content .banner-title {
    font-size: 70px;
    line-height: 80px;
    font-weight: 800;
}

.rs-banner.style7 .icons {
    position: absolute;
}

.rs-banner.style7 .icons.one {
    top: 136px;
    right: 50px;
}

.rs-banner.style7 .icons.two {
    left: 50%;
    bottom: 100px;
}

.rs-banner.style7 .icons.three {
    top: 95px;
    left: -160px;
}

.rs-banner.style7 .icons.four {
    bottom: 210px;
    left: -62px;
}

.rs-banner.style7 .img-part {
    position: absolute;
    right: 0;
    bottom: 88px;
}

.rs-banner.style8 {
    background: url(assets/images/banner/home9.jpg);
    background-size: cover;
    background-position: center;
    display: grid;
    align-items: center;
    min-height: 960px;
}

.rs-banner.style8 .banner-content {
    margin-top: 30px;
}

.rs-banner.style8 .banner-content .sl-sub-title {
    font-size: 48px;
    line-height: 50px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 22px;
}

.rs-banner.style8 .banner-content .sl-title {
    font-size: 90px;
    line-height: 90px;
    font-weight: 700;
    color: #ffffff;
    padding-right: 374px;
    margin-bottom: 45px;
}

.rs-banner.style9 {
    background: url(assets/images/banner/home11/banner.jpg);
    background-size: cover;
    display: grid;
    align-items: center;
    min-height: 880px;
    position: relative;
}

.rs-banner.style9 .banner-content {
    max-width: 615px;
}

.rs-banner.style9 .banner-content .banner-title {
    font-size: 70px;
    line-height: 1.3;
    color: #4e49a1;
}

.rs-banner.style9 .banner-content .desc {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #4e49a1;
}

.rs-banner.style9 .shape-img .spiner {
    position: absolute;
    bottom: 0;
}

.rs-banner.style9 .shape-img .spiner.one {
    top: -40%;
    right: 70%;
}

.rs-banner.style9 .shape-img .spiner.two {
    left: 56%;
}

.rs-banner.style9 .shape-img .spiner.three {
    left: 290px;
    bottom: -118px;
}

.rs-banner.style9 .shape-img .spiner.four {
    top: 0%;
    left: -14%;
}

.rs-banner.style9 .social-icon {
    position: absolute;
    bottom: 35px;
    left: 70px;
}

.rs-banner.style9 .social-icon .icon-cart li {
    display: inline;
    margin-right: 8px;
}

.rs-banner.style9 .social-icon .icon-cart li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    border-radius: 100%;
    background: #ffffff;
    color: #4e49a1;
    text-align: center;
}

.rs-banner.style9 .social-icon .icon-cart li a:hover {
    color: #21a7d0;
}

.rs-banner.style9 .social-icon .icon-cart li i {
    font-size: 20px;
}

.rs-banner.style10 {
    background: url(assets/images/banner/home12/banner-home12.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    align-items: center;
    min-height: 820px;
    position: relative;
}

.rs-banner.style10 .banner-content {
    padding: 120px 0 100px;
}

.rs-banner.style10 .banner-content .sl-sub-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #0c8b51;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.rs-banner.style10 .banner-content .sl-title {
    font-size: 50px;
    line-height: 70px;
    font-weight: 800;
    color: #171f32;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.rs-banner.style10 .img-part {
    width: 550px;
    position: absolute;
    top: 70px;
    left: 17%;
    z-index: 111;
}

.rs-banner.style10 .banner-intro-box .shape-img {
    position: absolute;
    top: 55px;
    left: 45px;
}

.rs-banner.style10 .banner-intro-box .shape-img img {
    width: 110px;
}

.rs-banner.style10 .banner-intro-box .intro-img {
    position: absolute;
    right: 8%;
    top: 60px;
}

.rs-banner.style10 .banner-intro-box .intro-img img {
    width: 600px;
}

.rs-banner.style11 {
    background: url(assets/images/banner/home13/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: grid;
    align-items: center;
    min-height: 950px;
    z-index: 1;
}

.rs-banner.style11 .content-part {
    padding: 180px 0 100px;
}

.rs-banner.style11 .content-part .sub-title {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #ff5421;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.rs-banner.style11 .content-part .title {
    font-size: 70px;
    line-height: 75px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 32px;
}

.rs-banner.style11 .images-part {
    padding-top: 100px;
}

.rs-banner.style11 .images-part img {
    max-width: unset;
    width: 700px;
}

.rs-banner.style11 .icons-spiner .circle {
    top: 18%;
    right: 81%;
    position: absolute;
}

.rs-banner.style11 .icons-spiner .squre-img {
    position: absolute;
    right: 60%;
    bottom: 20%;
}

.rs-banner.style11 .icons-spiner .dot-img {
    position: absolute;
    right: 15%;
    top: 20%;
    z-index: -111;
}

.rs-banner.style12 {
    background-color: #F9F7F8;
    background-image: url(assets/images/banner/home14/border.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
}

.rs-banner.style12 .banner-content .sub-text {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: #ff5421;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.rs-banner.style12 .banner-content .title {
    font-size: 48px;
    line-height: 62px;
    font-weight: 800;
    color: #101010;
    margin-bottom: 30px;
}

.rs-banner.style12 .banner-content .title span {
    color: #ff5421;
}

.rs-banner.style12 .banner-content .desc {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 45px;
}

.rs-banner.style12 .banner-content .search-widget .search-wrap {
    position: relative;
}

.rs-banner.style12 .banner-content .search-widget .search-wrap [type=search] {
    outline: none;
    padding: 20px 30px;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    padding-right: 77px;
    width: 100%;
}

.rs-banner.style12 .banner-content .search-widget .search-wrap button {
    background: transparent;
    border: medium none;
    color: #ff5421;
    padding: 11px 15px 12px;
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    z-index: 10;
    font-size: 20px;
    font-weight: 700;
}

.rs-banner.style12 .banner-img img {
    max-width: unset;
    width: 620px;
}

.rs-banner.style13 {
    background-image: url(assets/images/banner/home15/banner-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 136px 0px 0px 0px;
    position: relative;
    z-index: 111;
    overflow: hidden;
}

.rs-banner.style13 .banner-content {
    padding: 30px 0 0;
}

.rs-banner.style13 .banner-content .sub-text {
    font-size: 16px;
    font-weight: 700;
    color: #ff5421;
    text-transform: uppercase;
    font-family: "Nunito", Sans-serif;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.rs-banner.style13 .banner-content .title {
    font-size: 52px;
    line-height: 68px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}

.rs-banner.style13 .banner-content .desc {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 35px;
}

.rs-banner.style13 .banner-content .search-widget .search-wrap {
    position: relative;
}

.rs-banner.style13 .banner-content .search-widget .search-wrap [type=search] {
    outline: none;
    padding: 20px 30px;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    padding-right: 77px;
    width: 100%;
}

.rs-banner.style13 .banner-content .search-widget .search-wrap button {
    background: transparent;
    border: medium none;
    color: #ff5421;
    padding: 11px 15px 12px;
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    z-index: 10;
    font-size: 20px;
    font-weight: 700;
}

.rs-banner.style13 .banner-content .search-widget .search-wrap button i:before {
    font-size: 20px;
}

.rs-banner.style13 .banner-content ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #363636;
    opacity: 0.3;
}

.rs-banner.style13 .banner-content ::-moz-placeholder {
    /* Firefox 19+ */

    color: #363636;
    opacity: 0.3;
}

.rs-banner.style13 .banner-content :-ms-input-placeholder {
    /* IE 10+ */

    color: #363636;
    opacity: 0.3;
}

.rs-banner.style13 .banner-content :-moz-placeholder {
    /* Firefox 18- */

    color: #363636;
    opacity: 0.3;
}

.rs-banner.style13 .banner-img img {
    position: relative;
    max-width: 925px;
    right: 5%;
    bottom: -8px;
}

.rs-banner.style13 .rs-animation-part .animate-style {
    position: absolute;
    bottom: 0;
    z-index: -111;
}

.rs-banner.style13 .rs-animation-part .animate-style.one {
    left: 10%;
    top: 42%;
}

.rs-banner.style13 .rs-animation-part .animate-style.two {
    left: 10%;
    bottom: 10%;
}

.rs-banner.style13 .rs-animation-part .animate-style.three {
    left: 30%;
    top: 3%;
}

.rs-banner.style13 .rs-animation-part .animate-style.four {
    left: 48%;
    top: 10%;
}

.rs-banner.style13 .rs-animation-part .animate-style.five {
    right: 25%;
    top: 17%;
}

.rs-banner.style13 .rs-animation-part .animate-style.six {
    left: 12%;
    top: 40%;
}

.rs-banner .left-shape {
    position: absolute;
    top: -30px;
    left: 40px;
    z-index: -1;
}

.rs-banner .right-shape {
    position: absolute;
    top: 65px;
    right: -90px;
    z-index: -1;
}

.rs-banner .bottom-shape {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.rs-banner .bottom-shape img {
    width: 100%;
}

/* ------------------------------------
    06. Slider Section CSS
---------------------------------------*/
.rs-slider.style1 {
    position: relative;
}

.rs-slider.style1 .slider-content {
    padding: 250px 0;
}

.rs-slider.style1 .slider-content .sl-sub-title {
    font-size: 48px;
    line-height: 58px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 24px;
}

.rs-slider.style1 .slider-content .sl-title {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 39px;
    margin-left: -5px;
}

.rs-slider.style1 .slider-content.slide1 {
    background: url(assets/images/slider/h2-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rs-slider.style1 .slider-content.slide2 {
    background: url(assets/images/slider/h2-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rs-slider.style1 .owl-nav .owl-next,
.rs-slider.style1 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #21a7d0;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s;
    transition-delay: 0.70s;
    opacity: 0;
    visibility: hidden;
}

.rs-slider.style1 .owl-nav .owl-next i:before,
.rs-slider.style1 .owl-nav .owl-prev i:before {
    content: "\f138";
    font-family: Flaticon;
}

.rs-slider.style1 .owl-nav .owl-next {
    right: 30px;
    left: unset;
}

.rs-slider.style1 .owl-nav .owl-next i:before {
    content: "\f137";
}

.rs-slider.style1:hover .owl-nav .owl-next,
.rs-slider.style1:hover .owl-nav .owl-prev {
    left: 50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
}

.rs-slider.style1:hover .owl-nav .owl-next {
    right: 50px;
    left: unset;
}

.rs-slider.style2 .slide-part {
    background: #f9f8f8;
    padding: 100px 0 0;
}

.rs-slider.style2 .slide-part .img-part {
    margin-bottom: -80px;
    overflow: hidden;
}

.rs-slider.style2 .slide-part .content {
    padding: 100px 0 100px;
}

.rs-slider.style2 .slide-part .content .title {
    font-size: 55px;
    line-height: 70px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 40px;
    color: #031a3d;
}

.rs-slider.style2 .slide-part .content .sub-title {
    font-size: 16px;
    line-height: 25px;
    color: #ff5421;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.rs-slider.style2 .owl-nav .owl-next,
.rs-slider.style2 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s;
    transition-delay: 0.70s;
    opacity: 0;
    visibility: hidden;
}

.rs-slider.style2 .owl-nav .owl-next i:before,
.rs-slider.style2 .owl-nav .owl-prev i:before {
    content: "\f138";
    font-family: Flaticon;
}

.rs-slider.style2 .owl-nav .owl-next:hover,
.rs-slider.style2 .owl-nav .owl-prev:hover {
    background: #ff5421;
    color: #ffffff;
}

.rs-slider.style2 .owl-nav .owl-next {
    right: 30px;
    left: unset;
}

.rs-slider.style2 .owl-nav .owl-next i:before {
    content: "\f137";
}

.rs-slider.style2:hover .owl-nav .owl-next,
.rs-slider.style2:hover .owl-nav .owl-prev {
    left: 50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
}

.rs-slider.style2:hover .owl-nav .owl-next {
    right: 50px;
    left: unset;
}

.rs-slider.style2 .owl-carousel .owl-stage-outer {
    padding: 0 0 80px;
    margin: 0 0 -80px;
}

.rs-slider.main-home {
    position: relative;
}

.rs-slider.main-home .slider-content {
    text-align: center;
}

.rs-slider.main-home .slider-content .content-part {
    padding: 250px 35px 400px;
    max-width: 900px;
    margin: 0 auto;
}

.rs-slider.main-home .slider-content .content-part .sl-sub-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #ff5421;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.rs-slider.main-home .slider-content .content-part .sl-title {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 65px;
}

.rs-slider.main-home .slider-content.slide1 {
    background: url(assets/images/slider/main-home/1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rs-slider.main-home .slider-content.slide2 {
    background: url(assets/images/slider/main-home/2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rs-slider.main-home .owl-nav .owl-next,
.rs-slider.main-home .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #ff5421;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s;
    transition-delay: 0.70s;
    opacity: 0;
    visibility: hidden;
}

.rs-slider.main-home .owl-nav .owl-next i:before,
.rs-slider.main-home .owl-nav .owl-prev i:before {
    content: "\f138";
    font-family: Flaticon;
}

.rs-slider.main-home .owl-nav .owl-next:hover,
.rs-slider.main-home .owl-nav .owl-prev:hover {
    background: #ed3600;
}

.rs-slider.main-home .owl-nav .owl-next {
    right: 30px;
    left: unset;
}

.rs-slider.main-home .owl-nav .owl-next i:before {
    content: "\f137";
}

.rs-slider.main-home:hover .owl-nav .owl-next,
.rs-slider.main-home:hover .owl-nav .owl-prev {
    left: 50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
}

.rs-slider.main-home:hover .owl-nav .owl-next {
    right: 50px;
    left: unset;
}

/* ------------------------------------
    06. Breadcrumbs Section CSS
---------------------------------------*/
.rs-breadcrumbs {
    position: relative;
}

.rs-breadcrumbs .breadcrumbs-img img {
    width: 100%;
}

.rs-breadcrumbs .breadcrumbs-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.rs-breadcrumbs .breadcrumbs-text .page-title {
    font-size: 48px;
    margin-bottom: 20px;
    color: #ff5421;
}

.rs-breadcrumbs .breadcrumbs-text ul {
    padding: 0;
}

.rs-breadcrumbs .breadcrumbs-text ul li {
    color: #505050;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.rs-breadcrumbs .breadcrumbs-text ul li a {
    position: relative;
    padding-right: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #505050;
}

.rs-breadcrumbs .breadcrumbs-text ul li a:before,
.rs-breadcrumbs .breadcrumbs-text ul li a:after {
    background-color: #505050;
    content: "";
    height: 15px;
    width: 2px;
    position: absolute;
    right: 7px;
    top: 2px;
    transform: rotate(26deg);
}

.rs-breadcrumbs .breadcrumbs-text ul li a:before {
    right: 13px;
}

.rs-breadcrumbs .breadcrumbs-text ul li a:hover {
    color: #ff5421;
}

.rs-breadcrumbs .breadcrumbs-text.white-color .page-title {
    color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-text.white-color ul li {
    color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-text.white-color ul li a {
    color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:before,
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:after {
    background-color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:before {
    right: 13px;
}

.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:hover {
    color: #ff5421;
}

.rs-breadcrumbs .breadcrumbs-text.padding {
    padding-top: 100px;
}

.breadcrumbs-overlay:after {
    content: '';
    position: absolute;
    background-color: rgba(17, 17, 17, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.breadcrumbs1 {
    background-image: url(assets/images/breadcrumbs/1.jpg);
    background-size: cover;
    background-position: center;
    background-position: center top;
}

/* ------------------------------------
    07. About Section CSS
---------------------------------------*/
.rs-about .histort-part {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: none;
    display: block;
}

.rs-about .histort-part .single-history {
    display: block;
    margin-bottom: 30px;
}

.rs-about .histort-part .single-history a {
    padding: 28px 20px 22px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 5px;
    width: 230px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    background: #171F32;
    transition: all 0.3s ease;
}

.rs-about .histort-part .single-history a .icon-part {
    display: block;
    margin-bottom: 15px;
}

.rs-about .histort-part .single-history a .icon-part i:before {
    font-size: 45px;
    line-height: 1;
    color: #ffffff;
}

.rs-about .histort-part .single-history a:hover,
.rs-about .histort-part .single-history a.active {
    background: #ff5421;
}

.rs-about .histort-part .last-item {
    margin-bottom: 0;
}

.rs-about .history-list .title {
    font-size: 22px;
    padding: 0;
    margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #111111;
}

.rs-about .history-list .title:before {
    display: none;
}

.rs-about .history-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.rs-about .history-list li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 25px;
    width: 5px;
    height: 5px;
    background: #111111;
}

.rs-about .history-list li:last-child {
    margin-bottom: 0;
}

.rs-about.style1 .about-part {
    background: #e7f4f6;
    padding: 60px 60px 70px;
    border-radius: 5px;
    margin-top: -60px;
}

.rs-about.style1 .about-part .desc {
    font-size: 18px;
    line-height: 30px;
    color: #505050;
}

.rs-about.style1 .about-part .sign-part {
    display: flex;
    align-items: center;
}

.rs-about.style1 .about-part .sign-part .img-part {
    padding-right: 30px;
}

.rs-about.style1 .about-part .sign-part .author-part span {
    display: block;
}

.rs-about.style1 .about-part .sign-part .author-part .post {
    font-size: 18px;
}

.rs-about.style1 .notice-bord.style1 {
    margin-top: -60px;
}

.rs-about.style1 .notice-bord.style1 .title {
    background: #21a7d0;
    font-size: 20px;
    text-transform: uppercase;
    padding: 18px 25px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.rs-about.style1 .notice-bord.style1 li {
    position: relative;
    background: #e7f4f6;
    margin-bottom: 12px;
    border-radius: 3px;
    padding: 20px;
    padding-left: 0 !important;
    overflow: hidden;
}

.rs-about.style1 .notice-bord.style1 li .date {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #21a7d0;
    border-right: 1px solid #21a7d0;
    padding-right: 10px;
    font-weight: 600;
    width: 60px;
}

.rs-about.style1 .notice-bord.style1 li .date span {
    font-size: 22px;
    font-family: 'Nunito', sans-serif;
    display: block;
}

.rs-about.style1 .notice-bord.style1 li .desc {
    padding-left: 95px;
    font-weight: 500;
}

.rs-about.style1 .notice-bord.style1 li:last-child {
    margin-bottom: 0;
}

.rs-about.style1 .img-part {
    position: relative;
}

.rs-about.style1 .img-part .shape {
    position: absolute;
}

.rs-about.style1 .img-part .top-center {
    top: -30px;
    left: 49%;
    z-index: -1;
}

.rs-about.style1 .img-part .left-bottom {
    left: 0;
    bottom: 0;
}

.rs-about.style1 .img-part .left-bottom.second {
    bottom: -40px;
}

.rs-about.style2 .about-intro {
    border-radius: 3px;
    background: url(assets/images/bg/about-intro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 88px 50px 95px;
    box-shadow: 0 0 20px 0px rgba(17, 41, 88, 0.2);
}

.rs-about.style2 .couter-area .counter-item {
    text-align: center;
    padding: 34px 15px;
    border-radius: 3px;
}

.rs-about.style2 .couter-area .counter-item .number {
    margin-bottom: 7px;
    font-size: 42px;
}

.rs-about.style2 .couter-area .counter-item .title {
    font-size: 22px;
    color: #394459;
}

.rs-about.style2 .couter-area .counter-item.one {
    background: #fbf8cc;
}

.rs-about.style2 .couter-area .counter-item.two {
    background: #e9fbd5;
}

.rs-about.style2 .couter-area .counter-item.three {
    background: #dcf1fd;
}

.rs-about.style2 .grid-area .image-grid img {
    border-radius: 3px;
}

.rs-about.style3 .couter-area .counter-item {
    text-align: center;
    padding: 34px 15px;
    border-radius: 10px;
}

.rs-about.style3 .couter-area .counter-item .count-img {
    display: block;
    margin: 0 auto 23px;
}

.rs-about.style3 .couter-area .counter-item .number {
    margin-bottom: 7px;
    font-size: 42px;
    color: #111111;
}

.rs-about.style3 .couter-area .counter-item .title {
    font-size: 22px;
    color: #505050;
}

.rs-about.style3 .couter-area .counter-item.one {
    background: #fbf8cc;
}

.rs-about.style3 .couter-area .counter-item.two {
    background: #e9fbd5;
}

.rs-about.style3 .couter-area .counter-item.three {
    background: #dcf1fd;
}

.rs-about.style4 .img-part {
    position: relative;
}

.rs-about.style4 .img-part .about-main {
    position: relative;
    z-index: 9;
}

.rs-about.style4 .img-part .shape {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}

.rs-about.style4 .img-part .circle-bg {
    z-index: 1;
}

.rs-about.style4 .about-content .title {
    font-size: 36px;
    font-weight: 800;
}

.rs-about.style4 .about-content .sub-title {
    color: #54647b;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.rs-about.style4 .about-content .contact-part li {
    display: inline-flex;
    align-items: center;
    margin: 0 30px 0 0;
    float: left;
}

.rs-about.style4 .about-content .contact-part li span {
    display: block;
}

.rs-about.style4 .about-content .contact-part li .img-part {
    float: left;
    width: 70px;
    height: 70px;
    line-height: 60px;
    border-radius: 50%;
    border: 5px solid #e5e8eb;
    text-align: center;
    margin-right: 30px;
}

.rs-about.style4 .about-content .contact-part li .desc {
    font-size: 18px;
    font-weight: 500;
    color: #54647b;
}

.rs-about.style4 .about-content .contact-part li .desc span a {
    font-size: 24px;
    color: #111111;
}

.rs-about.style4 .about-content .contact-part li .desc a {
    color: #031a3d;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.rs-about.style4 .about-content .contact-part li .desc a:hover {
    color: #21a7d0;
}

.rs-about.style4 .about-content .contact-part li:last-child {
    margin: 0;
}

.rs-about.style4 .about-content .book-part {
    position: absolute;
    right: 0;
    bottom: -25px;
    width: 775px;
}

.rs-about.style4 .about-content .book-part .single-book {
    padding: 20px 60px;
    background: #f3f8f9;
    float: left;
}

.rs-about.style5 {
    background-image: url(assets/images/bg/about-bg.jpg);
    background-size: cover;
    background-position: center;
}

.rs-about.style5 .about-content .title {
    font-size: 42px;
    font-weight: 800;
}

.rs-about.style5 .about-content .sub-title {
    color: #505050;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.rs-about.style5 .about-content .contact-part li {
    position: relative;
    margin-bottom: 40px;
}

.rs-about.style5 .about-content .contact-part li span {
    display: block;
}

.rs-about.style5 .about-content .contact-part li .img-part {
    position: absolute;
    left: 0;
    width: 70px;
    height: 70px;
    line-height: 60px;
    border-radius: 50%;
    border: 5px solid #e5e8eb;
    text-align: center;
    margin-right: 30px;
}

.rs-about.style5 .about-content .contact-part li .desc {
    font-size: 18px;
    font-weight: 500;
    color: #505050;
    padding-left: 95px;
}

.rs-about.style5 .about-content .contact-part li .desc p {
    color: #031a3d;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 0;
}

.rs-about.style5 .about-content .contact-part li .desc a {
    color: #111111;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.rs-about.style5 .about-content .contact-part li .desc a:hover {
    color: #21a7d0;
}

.rs-about.style5 .about-content .contact-part li .desc .address {
    color: #111111;
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.rs-about.style5 .about-content .contact-part li:last-child {
    margin-bottom: 0;
}

.rs-about.style6 .desc {
    font-size: 16px;
    color: #505050;
    font-weight: 400;
}

.rs-about.style6 .shape-animate {
    position: relative;
}

.rs-about.style6 .shape-animate .transparent {
    position: absolute;
}

.rs-about.style6 .shape-animate .transparent.left {
    left: 27%;
}

.rs-about.style6 .shape-animate .transparent.right {
    right: 20%;
}

.rs-about.style9 .content .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #f4bf00;
    text-transform: uppercase;
}

.rs-about.style9 .content .sl-title {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    color: #111111;
}

.rs-about.style9 .content .desc {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #505050;
}

.rs-about.video-style {
    position: relative;
}

.rs-about.video-style .icon-shape {
    position: absolute;
    top: -130px;
    left: -130px;
}

.rs-about.video-style .dot-shape {
    position: absolute;
    right: -90px;
    bottom: 30px;
}

.rs-about.video-style .about-content {
    padding: 70px 70px 70px 160px;
    margin-left: -120px;
    margin-top: -70px;
}

.rs-about.video-img {
    background: url(assets/images/video/bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    padding-bottom: 500px;
}

.rs-about.video-img .shape-img {
    position: absolute;
    bottom: 0;
}

.rs-about.video-img .shape-img.left {
    left: 100px;
}

.rs-about.video-img .shape-img.center {
    left: 50%;
    transform: translateX(-50%);
}

.rs-about.video-img .shape-img.right {
    right: 100px;
}

.rs-about.style8 .main-content {
    padding: 40px 33px;
    background: #f9f8f8;
    position: relative;
    border-radius: 6px;
}

.rs-about.style8 .main-content .img-part {
    position: absolute;
    left: -240px;
    top: -50px;
    z-index: 111;
}

.rs-about.style8 .main-content .img-part img {
    border-radius: 6px;
}

.rs-about.style8 .main-content .images-title img {
    border-radius: 6px;
}

.rs-about.style9 .content-part {
    background-color: #F9F8F8;
    padding: 65px 30px 70px 100px;
    position: relative;
}

.rs-about.style9 .content-part .about-img {
    position: absolute;
    z-index: 111;
    left: -480px;
    top: 83px;
}

.rs-about.style9 .content-part .about-img img {
    border-radius: 6px;
}

.rs-about.orange-color .histort-part .single-history .icon-part i:before {
    color: #ff5421;
}

.rs-about.style10 {
    position: relative;
}

.rs-about.style10 .shape-icons .shape {
    position: absolute;
    bottom: 0;
}

.rs-about.style10 .shape-icons .shape.one {
    right: 49%;
    bottom: 28%;
}

.rs-about.style10 .shape-icons .shape.two {
    top: 19%;
    left: 23%;
}

/* ------------------------------------
    08. Services Section CSS
---------------------------------------*/
.rs-services.style1 .service-item {
    position: relative;
    overflow: hidden;
}

.rs-services.style1 .service-item .scale-img {
    transition: all 0.3s ease;
    transform: scale(1);
}

.rs-services.style1 .service-item .content-part {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    text-align: center;
}

.rs-services.style1 .service-item .content-part i {
    font-size: 40px;
    color: #ffffff;
}

.rs-services.style1 .service-item .content-part i:before {
    font-size: 40px;
}

.rs-services.style1 .service-item .content-part .title {
    font-size: 22px;
    margin: 17px 0 0 0;
}

.rs-services.style1 .service-item .content-part .title a {
    color: #ffffff;
}

.rs-services.style1 .service-item .content-part .title a:hover {
    opacity: 0.8;
}

.rs-services.style1 .service-item:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #273c66;
    opacity: 0.9;
}

.rs-services.style1 .service-item.overly1:after {
    background: #273c66;
}

.rs-services.style1 .service-item.overly2:after {
    background: #21a7d0;
}

.rs-services.style1 .service-item.overly3:after {
    background: #772bea;
}

.rs-services.style1 .service-item.overly4:after {
    background: #16aaca;
}

.rs-services.style1 .service-item:hover .scale-img {
    transform: scale(1.1);
}

.rs-services.style2 .service-item {
    text-align: center;
    background: #f3fafc;
}

.rs-services.style2 .service-item .content-part {
    position: unset;
    transform: unset;
    padding: 60px 35px 50px;
}

.rs-services.style2 .service-item .content-part .icon-part i {
    color: #21a7d0;
}

.rs-services.style2 .service-item .content-part .icon-part i:before {
    font-size: 75px;
}

.rs-services.style2 .service-item .content-part .title {
    font-size: 22px;
    margin: 20px 0 0 0;
}

.rs-services.style2 .service-item .content-part .title a {
    color: #111111;
}

.rs-services.style2 .service-item .content-part .title a:hover {
    color: #21a7d0;
}

.rs-services.style2 .service-item .content-part .desc {
    margin-bottom: 15px;
    margin-top: 5px;
}

.rs-services.style2 .service-item .content-part .service-btn {
    position: relative;
    padding-right: 20px;
    color: #111111;
}

.rs-services.style2 .service-item .content-part .service-btn i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.rs-services.style2 .service-item .content-part .service-btn:hover {
    color: #21a7d0;
}

.rs-services.style2 .service-item .content-part .service-btn:hover i {
    right: -5px;
}

.rs-services.style6 .services-wrap {
    text-align: center;
    padding: 50px 30px 50px;
    border-radius: 10px;
}

.rs-services.style6 .services-wrap .services-item {
    transition: all .8s ease;
    position: relative;
}

.rs-services.style6 .services-wrap .services-item .services-desc .title {
    font-size: 22px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.rs-services.style6 .services-wrap .services-item .services-desc .title a {
    color: #111111;
}

.rs-services.style6 .services-wrap .services-item .services-desc .title a:hover {
    color: #21a7d0;
    transition: all 0.3s ease;
}

.rs-services.style6 .services-wrap .services-item .services-desc p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #505050;
    margin: 0;
}

.rs-services.style6 .services-wrap.bg1 {
    background: #fdfcdb;
}

.rs-services.style6 .services-wrap.bg2 {
    background: #fbe7e4;
}

.rs-services.style6 .services-wrap.bg3 {
    background: #e7f6fa;
}

.rs-services.style6 .services-wrap.bg4 {
    background: #f3e9fe;
}

.rs-services.style6 .services-wrap:hover .services-item {
    transform: translateY(-10px);
}

.rs-services.style6 .services-wrap:hover .services-item .services-desc .title a {
    color: #21a7d0;
}

.rs-services.style7 .services-item {
    position: relative;
}

.rs-services.style7 .services-item .img-part img {
    width: 100%;
}

.rs-services.style7 .services-item .content-part {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 30px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.rs-services.style7 .services-item .content-part .title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
}

.rs-services.style7 .services-item .content-part .title a {
    color: #ffffff;
}

.rs-services.style7 .services-item .content-part .title a:hover {
    color: #21a7d0;
    transition: all 0.3s ease;
}

.rs-services.style7 .services-item .content-part .desc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

.rs-services.style7 .services-item:hover .content-part {
    top: -10px;
}

.rs-services.style8 .services-item .services-icon {
    margin-bottom: 20px;
}

.rs-services.style8 .services-item .services-icon img {
    width: 55px;
}

.rs-services.style8 .services-item .services-title .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.rs-services.style8 .services-item .services-title .title:hover {
    color: #ff5421;
}

.rs-services.style8 .services-item .services-txt {
    color: #ffffff;
    margin: 0;
}

.rs-services.home12-style {
    background: url(assets/images/bg/home12/services-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0;
}

.rs-services.home12-style .services-item {
    padding: 45px 15px 40px 15px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 30px #eee;
}

.rs-services.home12-style .services-item .services-image .services-icons {
    padding-bottom: 20px;
}

.rs-services.home12-style .services-item .services-image .services-icons img {
    width: 100px;
}

.rs-services.home12-style .services-item .services-image .services-text .services-title .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #171f32;
    padding-bottom: 15px;
    margin: 0;
}

.rs-services.home12-style .services-item .services-image .services-text .text {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #363636;
    margin: 0;
    padding-bottom: 10px;
}

.rs-services.home12-style .services-item:hover .services-image .services-text .services-title .title {
    color: #0c8b51;
}

/* ------------------------------------
    09. Subject Section CSS
---------------------------------------*/
.rs-subject.style1 .subject-wrap {
    text-align: center;
    background: #d3fcf8;
    border-radius: 10px;
    padding: 50px 30px 45px;
}

.rs-subject.style1 .subject-wrap img {
    transition: all 0.3s ease;
    transform: translateY(0);
}

.rs-subject.style1 .subject-wrap .title {
    margin: 20px 0 5px 0;
}

.rs-subject.style1 .subject-wrap .title a {
    color: #111111;
}

.rs-subject.style1 .subject-wrap .title a:hover {
    opacity: .8;
}

.rs-subject.style1 .subject-wrap:hover img {
    transition: all 0.3s ease;
    transform: translateY(-7px);
}

.rs-subject.style1 .subject-wrap.bgc1 {
    background: #d3fcf8;
}

.rs-subject.style1 .subject-wrap.bgc2 {
    background: #16aaca;
}

.rs-subject.style1 .subject-wrap.bgc3 {
    background: #f9e8e8;
}

.rs-subject.style1 .subject-wrap.bgc4 {
    background: #f8f6d1;
}

.rs-subject.style1 .subject-wrap.bgc5 {
    background: #eaddf8;
}

.rs-subject.style1 .subject-wrap.bgc6 {
    background: #e9fbd5;
}

.rs-subject.style1 .subject-wrap.text-light {
    color: #ffffff;
}

.rs-subject.style1 .subject-wrap.text-light .title a {
    color: #ffffff;
}

/* ------------------------------------
    10. Categories Section CSS
---------------------------------------*/
.rs-categories.style1 .categories-item {
    border: 1px solid #dfe9eb;
    background: #ffffff;
    overflow: hidden;
    padding: 30px;
    display: block;
    color: #505050;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.rs-categories.style1 .categories-item .icon-part {
    float: left;
    margin-right: 25px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    background: rgba(22, 170, 202, 0.2);
    text-align: center;
    transition: all 0.3s ease;
}

.rs-categories.style1 .categories-item .icon-part img {
    -webkit-transition: all 0.4s ease;
    transform: scale(1);
}

.rs-categories.style1 .categories-item .content-part .title {
    color: #111111;
    margin-bottom: 5px;
    font-size: 22px;
    transition: all 0.3s ease;
}

.rs-categories.style1 .categories-item:hover {
    background: #21a7d0;
    color: #ffffff;
    border-color: #21a7d0;
}

.rs-categories.style1 .categories-item:hover .icon-part {
    background: #ffffff;
}

.rs-categories.style1 .categories-item:hover .icon-part img {
    transform: scale(0.9);
}

.rs-categories.style1 .categories-item:hover .content-part .title {
    color: #ffffff;
}

.rs-categories.main-home .categories-items {
    position: relative;
    transition: all 0.3s ease;
}

.rs-categories.main-home .categories-items .cate-images a img {
    box-shadow: 0 0 30px #eee;
    background: #fff;
    border-radius: 0 0 5px 5px;
    position: relative;
    transition: all 500ms ease;
    border-radius: 5px;
}

.rs-categories.main-home .categories-items .contents {
    position: absolute;
    left: 0px;
    z-index: 3;
    width: 100%;
    text-align: left;
    transition: all 500ms ease;
    padding: 30px 40px;
    bottom: 0;
    display: flex;
    align-items: center;
}

.rs-categories.main-home .categories-items .contents .img-part img {
    width: 42px;
    margin: 0 20px 8px 0;
}

.rs-categories.main-home .categories-items .contents .content-wrap .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.rs-categories.main-home .categories-items .contents .content-wrap .title a {
    color: #ffffff;
}

.rs-categories.main-home .categories-items .contents .content-wrap .title a:hover {
    color: #ff5421;
}

.rs-categories.main-home .categories-items .contents .content-wrap .course-qnty {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #ffffff;
    transition: all 500ms ease;
    margin: 0px;
}

.rs-categories.main-home .categories-items:before {
    content: "";
    background: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    border-radius: 5px;
    transition: all 500ms ease;
    z-index: 1;
}

.rs-categories.main-home .categories-items:hover {
    transform: translateY(-10px);
}

.rs-categories.home9-style .categories-items {
    position: relative;
    transition: all 0.3s ease;
}

.rs-categories.home9-style .categories-items .images-part a img {
    border-radius: 4px 4px 0px 0px;
}

.rs-categories.home9-style .categories-items .image-content {
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.18);
    padding: 70px 30px 25px 40px;
    background-color: #ffffff;
    position: relative;
}

.rs-categories.home9-style .categories-items .image-content .effect-icon {
    background: #1c335e;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: -44px;
    text-align: center;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 50px #eee;
}

.rs-categories.home9-style .categories-items .image-content .effect-icon i {
    color: #f4bf00;
    font-size: 35px;
}

.rs-categories.home9-style .categories-items .image-content .title {
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    color: #101010;
    margin-bottom: 17px;
}

.rs-categories.home9-style .categories-items .image-content .title a {
    color: #101010;
}

.rs-categories.home9-style .categories-items .image-content .title a:hover {
    color: #f4bf00;
}

.rs-categories.home9-style .categories-items .image-content .description p {
    font-weight: 400;
    color: #505050;
    font-size: 16px;
    padding-right: 50px;
}

.rs-categories.home9-style .categories-items .image-content .button-bottom .button-effect {
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    transition: all .8s ease;
    width: 100%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}

.rs-categories.home9-style .categories-items .image-content .button-bottom .button-effect a {
    text-transform: uppercase;
    color: #1c335f;
    padding: 13px 35px 13px 35px;
    background-color: #f4bf00;
    border-radius: 30px 30px 30px 30px;
}

.rs-categories.home9-style .categories-items .image-content .button-bottom .button-effect a:hover {
    color: #ffffff;
    background: #1c335f;
}

.rs-categories.home9-style .categories-items:hover {
    transform: translateY(-10px);
}

.rs-categories.home9-style .categories-items:hover .image-content .title a {
    color: #f4bf00;
}

.rs-categories.home9-style .categories-items:hover .image-content .button-bottom .button-effect {
    opacity: 1;
    visibility: visible;
}

.rs-categories.home11-style {
    background-position: center;
}

.rs-categories.home11-style .img-part {
    background: url(assets/images/categories/home11/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.rs-categories.home11-style .main-part {
    background: #e7f8fb;
    padding: 100px 300px 100px 70px;
}

.rs-categories.home11-style .main-part .categories-item {
    display: flex;
}

.rs-categories.home11-style .main-part .categories-item .icon-part {
    margin-right: 15px;
}

.rs-categories.home11-style .main-part .categories-item .content-part .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 10px;
}

.rs-categories.home11-style .main-part .categories-item .content-part .title a {
    color: #4e49a1;
}

.rs-categories.home11-style .main-part .categories-item .content-part .title a:hover {
    color: #21a7d0;
}

.rs-categories.home11-style .main-part .categories-item .content-part p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #54647b;
    margin: 0;
}

.rs-categories.home-style14 .categories-items {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.rs-categories.home-style14 .categories-items .cate-images {
    position: relative;
    transition: all 500ms ease;
}

.rs-categories.home-style14 .categories-items .cate-images:before {
    content: "";
    left: 0;
    display: block;
    background: rgba(23, 31, 50, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 5px;
}

.rs-categories.home-style14 .categories-items .cate-images a img {
    box-shadow: 0 0 30px #eee;
    background: #fff;
    border-radius: 0 0 5px 5px;
    position: relative;
    transition: all 500ms ease;
    border-radius: 5px;
}

.rs-categories.home-style14 .categories-items .contents {
    position: absolute;
    left: 50%;
    bottom: -185px;
    z-index: 3;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
    padding: 26px 20px 20px 20px;
}

.rs-categories.home-style14 .categories-items .contents .img-part img {
    width: 42px;
    margin: 0 0px 15px 0;
}

.rs-categories.home-style14 .categories-items .contents .content-wrap .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.rs-categories.home-style14 .categories-items .contents .content-wrap .title a {
    color: #ffffff;
}

.rs-categories.home-style14 .categories-items .contents .content-wrap .title a:hover {
    color: #ff5421;
}

.rs-categories.home-style14 .categories-items .contents .content-wrap .course-qnty {
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    margin: 7px 0;
    display: inline-block;
}

.rs-categories.home-style14 .categories-items .contents .content-wrap .btn2 a {
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    margin-top: 12px;
    background: #ff5421;
    color: #fff;
    display: inline-block;
    padding: 6px 22px;
    border-radius: 5px;
}

.rs-categories.home-style14 .categories-items:hover {
    transform: translateY(-10px);
}

.rs-categories.home-style14 .categories-items:hover .contents {
    bottom: -80px;
}

.rs-categories.home-style14 .categories-items:hover .contents .content-wrap .course-qnty {
    visibility: visible;
    opacity: 1;
}

.rs-categories.home-style14 .categories-items:hover .contents .content-wrap .btn2 a {
    visibility: visible;
    opacity: 1;
}

.rs-categories.style2 .owl-stage-outer {
    padding: 20px;
    margin: -20px;
}

.rs-categories.style2 .categories-items .cate-item {
    position: relative;
    transition: all 500ms ease;
    box-shadow: 0 0 30px #eee;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 10px #eae4e4;
    padding: 30px 35px 35px;
    text-align: center;
}

.rs-categories.style2 .categories-items .cate-item .cate-img img {
    width: 60px;
    margin: 0 auto;
}

.rs-categories.style2 .categories-items .cate-item .cate-content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin: 25px 0px 20px 0px;
}

.rs-categories.style2 .categories-items .cate-item .cate-content .title a {
    color: #101010;
}

.rs-categories.style2 .categories-items .cate-item .cate-content .title a:hover {
    color: #ff5421;
}

.rs-categories.style2 .categories-items .cate-item .cate-content .course-qnty {
    color: #101010;
}

.rs-categories.style2 .categories-items .cate-item:hover {
    transform: translateY(-10px);
}

.rs-categories.style2 .owl-nav .owl-next,
.rs-categories.style2 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    border: 1px solid #101010;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #101010;
    background: 0 0;
    transition: .4s;
    margin: 0 auto;
    text-align: center;
}

.rs-categories.style2 .owl-nav .owl-next i,
.rs-categories.style2 .owl-nav .owl-prev i {
    margin-top: 13px;
}

.rs-categories.style2 .owl-nav .owl-next i:before,
.rs-categories.style2 .owl-nav .owl-prev i:before {
    content: "\f133";
    font-family: Flaticon;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.rs-categories.style2 .owl-nav .owl-next:hover,
.rs-categories.style2 .owl-nav .owl-prev:hover {
    background: #ff5421;
    color: #ffffff;
    border: 1px solid #ff5421;
}

.rs-categories.style2 .owl-nav .owl-next {
    right: -75px;
    left: unset;
}

.rs-categories.style2 .owl-nav .owl-next i:before {
    content: "\f133";
    font-size: 18px;
    font-weight: 400;
}

.rs-categories.style2 .owl-nav .owl-prev {
    right: unset;
    left: -105px;
}

.rs-categories.style2 .owl-nav .owl-prev i:before {
    content: "\f134";
    font-size: 18px;
    font-weight: 400;
}

/* ------------------------------------
    11. Popular Courses Section CSS
---------------------------------------*/
.rs-popular-courses.style1 .courses-item {
    padding: 30px;
    border: 1px solid #dfe9eb;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.rs-popular-courses.style1 .courses-item .img-part {
    margin-bottom: 30px;
}

.rs-popular-courses.style1 .courses-item .img-part img {
    width: 100%;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.rs-popular-courses.style1 .courses-item .content-part .meta-part {
    margin-bottom: 17px;
}

.rs-popular-courses.style1 .courses-item .content-part .meta-part li {
    display: inline;
    margin-right: 10px;
}

.rs-popular-courses.style1 .courses-item .content-part .meta-part li span.price {
    display: inline-block;
    padding: 3px 20px;
    color: #ffffff;
    font-weight: 500;
    background: #21a7d0;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.rs-popular-courses.style1 .courses-item .content-part .meta-part li a.categorie {
    color: #505050;
}

.rs-popular-courses.style1 .courses-item .content-part .meta-part li:last-child {
    margin: 0;
}

.rs-popular-courses.style1 .courses-item .content-part .title {
    font-size: 24px;
}

.rs-popular-courses.style1 .courses-item .content-part .title a {
    color: #111111;
}

.rs-popular-courses.style1 .courses-item .content-part .bottom-part {
    overflow: hidden;
}

.rs-popular-courses.style1 .courses-item .content-part .bottom-part .info-meta {
    float: left;
    padding-top: 10px;
}

.rs-popular-courses.style1 .courses-item .content-part .bottom-part .info-meta li {
    display: inline;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.rs-popular-courses.style1 .courses-item .content-part .bottom-part .info-meta li.user i {
    color: #505050;
    margin-right: 8px;
    transition: all 0.3s ease;
}

.rs-popular-courses.style1 .courses-item .content-part .bottom-part .info-meta li.ratings i {
    color: #fcb903;
}

.rs-popular-courses.style1 .courses-item .content-part .bottom-part .info-meta li:last-child {
    margin: 0;
}

.rs-popular-courses.style1 .courses-item .content-part .bottom-part .btn-part {
    text-align: right;
}

.rs-popular-courses.style1 .courses-item .content-part .bottom-part .btn-part a {
    padding: 5px 13px;
    background: #f3f8f9;
    border: 1px solid #21a7d0;
    display: inline-block;
    border-radius: 3px;
    color: #111111;
}

.rs-popular-courses.style1 .courses-item .content-part .bottom-part .btn-part a i:before {
    font-size: 18px;
    font-weight: 700;
}

.rs-popular-courses.style1.modify1 .courses-item {
    overflow: hidden;
    transition: all 0.3s ease;
}

.rs-popular-courses.style1.modify1 .courses-item .img-part {
    overflow: hidden;
    margin-bottom: 35px;
    border-radius: 4px;
}

.rs-popular-courses.style1.modify1 .courses-item .img-part img {
    transition: all 500ms ease;
    transform: scale(1);
}

.rs-popular-courses.style1.modify1 .courses-item .content-part .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.rs-popular-courses.style1.modify1 .courses-item .content-part .title a {
    color: #111111;
}

.rs-popular-courses.style1.modify1 .courses-item .content-part .title a:hover {
    color: #ff5421;
}

.rs-popular-courses.style1.modify1 .courses-item:hover .img-part img {
    transform: scale(1.1);
}

.rs-popular-courses.style2 .course-wrap {
    background: #c7e8f0;
    position: relative;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 30px;
}

.rs-popular-courses.style2 .course-wrap .front-part {
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
}

.rs-popular-courses.style2 .course-wrap .front-part .img-part {
    margin-bottom: 21px;
}

.rs-popular-courses.style2 .course-wrap .front-part .content-part a.categorie {
    color: #505050;
}

.rs-popular-courses.style2 .course-wrap .front-part .content-part .title {
    margin: 7px 0 0 0;
}

.rs-popular-courses.style2 .course-wrap .front-part .content-part .title a {
    color: #111111;
}

.rs-popular-courses.style2 .course-wrap .inner-part {
    z-index: 1;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    padding: 0 30px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.rs-popular-courses.style2 .course-wrap .inner-part .content-part a.categorie {
    color: #ffffff;
}

.rs-popular-courses.style2 .course-wrap .inner-part .content-part a.categorie:hover {
    color: #111111;
}

.rs-popular-courses.style2 .course-wrap .inner-part .content-part .title {
    margin: 10px 0 25px;
}

.rs-popular-courses.style2 .course-wrap .inner-part .content-part .title a {
    color: #ffffff;
}

.rs-popular-courses.style2 .course-wrap .inner-part .content-part .title a:hover {
    color: #111111;
}

.rs-popular-courses.style2 .course-wrap .inner-part .content-part .course-meta li {
    color: #ffffff;
    display: inline;
    margin-right: 15px;
}

.rs-popular-courses.style2 .course-wrap .inner-part .content-part .course-meta li.course-user i {
    margin-right: 6px;
}

.rs-popular-courses.style2 .course-wrap .inner-part .content-part .course-meta li.ratings i {
    margin-right: 3px;
    color: #fcb903;
}

.rs-popular-courses.style2 .course-wrap .inner-part .content-part .course-meta li:last-child {
    margin: 0;
}

.rs-popular-courses.style2 .course-wrap .price-btn {
    position: absolute;
    bottom: 0;
    padding-bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.rs-popular-courses.style2 .course-wrap .price-btn a {
    font-weight: 500;
    background: #ffffff;
    border-radius: 3px;
    color: #111111;
    display: inline-block;
    padding: 5px 5px 5px 10px;
}

.rs-popular-courses.style2 .course-wrap .price-btn a i {
    padding-left: 5px;
}

.rs-popular-courses.style2 .course-wrap .price-btn a i:before {
    font-size: 15px;
    color: #ffffff;
    width: 41px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #21a7d0;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.rs-popular-courses.style2 .course-wrap .price-btn a:hover i:before {
    background: #111111;
}

.rs-popular-courses.style2 .course-wrap:after,
.rs-popular-courses.style2 .course-wrap:before {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 0;
    background: #b5e2ec;
}

.rs-popular-courses.style2 .course-wrap:after {
    width: 146px;
    height: 146px;
    left: -73px;
    bottom: 70px;
}

.rs-popular-courses.style2 .course-wrap:before {
    width: 412px;
    height: 412px;
    right: -133px;
    top: -80px;
}

.rs-popular-courses.style2 .course-wrap:hover {
    background: #16aaca;
}

.rs-popular-courses.style2 .course-wrap:hover .front-part {
    opacity: 0;
    visibility: hidden;
}

.rs-popular-courses.style2 .course-wrap:hover .inner-part,
.rs-popular-courses.style2 .course-wrap:hover .price-btn {
    opacity: 1;
    visibility: visible;
}

.rs-popular-courses.style2 .course-wrap:hover:after,
.rs-popular-courses.style2 .course-wrap:hover:before {
    background: #1ca6c7;
}

.rs-popular-courses.style3 .courses-item {
    border: 1px solid #dfe9eb;
    transition: all 0.3s ease;
}

.rs-popular-courses.style3 .courses-item .img-part img {
    width: 100%;
    transition: all 0.3s ease;
}

.rs-popular-courses.style3 .courses-item .content-part {
    position: relative;
    padding: 40px 25px;
}

.rs-popular-courses.style3 .courses-item .content-part a.categories {
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 500;
    background: #21a7d0;
    border-radius: 3px;
    transition: all 0.3s ease;
    position: absolute;
    top: -20px;
}

.rs-popular-courses.style3 .courses-item .content-part .meta-part {
    margin-bottom: 17px;
}

.rs-popular-courses.style3 .courses-item .content-part .meta-part li {
    display: inline;
    margin-right: 10px;
    font-weight: 700;
}

.rs-popular-courses.style3 .courses-item .content-part .meta-part li:last-child {
    margin: 0;
}

.rs-popular-courses.style3 .courses-item .content-part .title a {
    color: #111111;
}

.rs-popular-courses.style3 .courses-item .content-part .bottom-part {
    overflow: hidden;
}

.rs-popular-courses.style3 .courses-item .content-part .bottom-part .info-meta {
    float: left;
}

.rs-popular-courses.style3 .courses-item .content-part .bottom-part .info-meta li {
    display: inline;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.rs-popular-courses.style3 .courses-item .content-part .bottom-part .info-meta li.ratings i {
    color: #fcb903;
}

.rs-popular-courses.style3 .courses-item .content-part .bottom-part .info-meta li:last-child {
    margin: 0;
}

.rs-popular-courses.style3 .courses-item .content-part .bottom-part .btn-part {
    text-align: right;
}

.rs-popular-courses.style3 .courses-item .content-part .bottom-part .btn-part a {
    color: #505050;
}

.rs-popular-courses.style3 .courses-item .content-part .bottom-part .btn-part a i:before {
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
}

.rs-popular-courses.style4 .sec-title .title {
    font-weight: 800;
}

.rs-popular-courses.style4 .sec-title .sub-title {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    color: #485973;
}

.rs-popular-courses.style4 .courses-item {
    border: 1px solid #dfe9eb;
    transition: all 0.3s ease;
}

.rs-popular-courses.style4 .courses-item .img-part img {
    width: 100%;
    transition: all 0.3s ease;
}

.rs-popular-courses.style4 .courses-item .content-part {
    position: relative;
    padding: 40px 25px;
}

.rs-popular-courses.style4 .courses-item .content-part .price {
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 500;
    background: #21a7d0;
    border-radius: 3px;
    transition: all 0.3s ease;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.rs-popular-courses.style4 .courses-item .content-part a.categories {
    color: #485973;
    display: inline-block;
    margin-bottom: 10px;
}

.rs-popular-courses.style4 .courses-item .content-part .meta-part {
    margin-bottom: 17px;
}

.rs-popular-courses.style4 .courses-item .content-part .meta-part li {
    display: inline;
    margin-right: 10px;
    font-weight: 700;
}

.rs-popular-courses.style4 .courses-item .content-part .meta-part li:last-child {
    margin: 0;
}

.rs-popular-courses.style4 .courses-item .content-part .title {
    font-size: 24px;
}

.rs-popular-courses.style4 .courses-item .content-part .title a {
    color: #111111;
}

.rs-popular-courses.style4 .courses-item .content-part .bottom-part {
    overflow: hidden;
}

.rs-popular-courses.style4 .courses-item .content-part .bottom-part .user {
    float: left;
    margin-right: 20px;
}

.rs-popular-courses.style4 .courses-item .content-part .bottom-part .info-meta {
    float: left;
}

.rs-popular-courses.style4 .courses-item .content-part .bottom-part .info-meta li {
    display: inline;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.rs-popular-courses.style4 .courses-item .content-part .bottom-part .info-meta li.ratings i {
    color: #fcb903;
}

.rs-popular-courses.style4 .courses-item .content-part .bottom-part .info-meta li:last-child {
    margin: 0;
}

.rs-popular-courses.style4 .courses-item .content-part .bottom-part .btn-part {
    text-align: right;
}

.rs-popular-courses.style4 .courses-item .content-part .bottom-part .btn-part a {
    color: #505050;
}

.rs-popular-courses.style4 .courses-item .content-part .bottom-part .btn-part a i:before {
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
}

.rs-popular-courses.style5 .courses-item .courses-grid .img-part {
    overflow: hidden;
}

.rs-popular-courses.style5 .courses-item .courses-grid .img-part a img {
    border-radius: 5px;
    transition: all 500ms ease;
    transform: scale(1);
}

.rs-popular-courses.style5 .courses-item .courses-grid .content-part {
    padding: 50px 30px 50px;
    position: relative;
    text-align: center;
    background: #F9F8F8;
    border-color: #F9F8F8;
}

.rs-popular-courses.style5 .courses-item .courses-grid .content-part .course-price .price {
    padding: 9px 20px;
    color: #ffffff;
    font-weight: 500;
    background: #ff5421;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.rs-popular-courses.style5 .courses-item .courses-grid .content-part .title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 18px;
}

.rs-popular-courses.style5 .courses-item .courses-grid .content-part .title a {
    color: #031a3d;
}

.rs-popular-courses.style5 .courses-item .courses-grid .content-part .title a:hover {
    color: #21a7d0;
}

.rs-popular-courses.style5 .courses-item .courses-grid .content-part .meta-part {
    text-align: center;
}

.rs-popular-courses.style5 .courses-item .courses-grid .content-part .meta-part .user {
    display: inline-block;
    margin-right: 8px;
    color: #363636;
}

.rs-popular-courses.style5 .courses-item .courses-grid .content-part .meta-part .user i:before {
    color: #ff5421;
    padding-right: 6px;
}

.rs-popular-courses.style5 .courses-item .courses-grid .content-part .meta-part .user i:before:last-child {
    padding-left: 0;
}

.rs-popular-courses.style5 .courses-item .courses-grid .content-part .meta-part .user:last-child {
    margin-right: 0;
}

.rs-popular-courses.style5 .courses-item:hover .courses-grid .img-part a img {
    transform: scale(1.1);
}

.rs-popular-courses.style6 .courses-item {
    background: #fff;
    border-radius: 5px;
    transition: .4s;
    overflow: hidden;
}

.rs-popular-courses.style6 .courses-item .img-part {
    overflow: hidden;
}

.rs-popular-courses.style6 .courses-item .img-part img {
    border-radius: 5px;
    transition: all 500ms ease;
    transform: scale(1.1);
}

.rs-popular-courses.style6 .courses-item .content-part {
    padding: 25px 0px 25px 20px;
}

.rs-popular-courses.style6 .courses-item .content-part .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
}

.rs-popular-courses.style6 .courses-item .content-part .title a {
    color: #101010;
}

.rs-popular-courses.style6 .courses-item .content-part .title a:hover {
    color: #ff5421;
}

.rs-popular-courses.style6 .courses-item .content-part .meta-part li .price {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #ff5421;
}

.rs-popular-courses.style6 .courses-item:hover .img-part img {
    transform: scale(1);
}

.rs-popular-courses.course-view-style .course-part {
    margin: 0 -15px;
}

.rs-popular-courses.course-view-style .course-part .courses-item {
    float: left;
    width: 46%;
    margin: 0 15px;
    margin-bottom: 30px;
}

.rs-popular-courses.course-view-style .course-part .courses-item.right {
    float: right;
}

.rs-popular-courses.course-view-style .course-search-part {
    background-color: #fff;
    border: 1px solid #e0e0e08c;
    margin-bottom: 30px;
    padding: 15px 30px;
    display: inline-flex;
    width: 100%;
}

.rs-popular-courses.course-view-style .course-search-part .course-view-part {
    display: flex;
    align-items: center;
    float: left;
    width: 90%;
}

.rs-popular-courses.course-view-style .course-search-part .course-view-part .view-icons {
    float: left;
    margin-right: 20px;
    line-height: 1;
}

.rs-popular-courses.course-view-style .course-search-part .course-view-part .view-icons a {
    color: #505050;
    font-size: 20px;
    opacity: 0.7;
}

.rs-popular-courses.course-view-style .course-search-part .course-view-part .view-icons a.view-grid {
    color: #ff5421;
    opacity: 1;
}

.rs-popular-courses.course-view-style .course-search-part .course-view-part .view-icons a:hover {
    color: #ff5421;
    opacity: 1;
}

.rs-popular-courses.course-view-style .course-search-part .type-form {
    position: relative;
    float: right;
}

.rs-popular-courses.course-view-style .course-search-part .type-form select {
    display: block;
    width: 100%;
    min-width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 40px 0 20px;
    background: #ff5421;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

.rs-popular-courses.course-view-style .course-search-part .type-form .custom-select-box {
    position: relative;
}

.rs-popular-courses.course-view-style .course-search-part .type-form .custom-select-box:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
}

.rs-popular-courses.course-view-style.list-view .course-part {
    margin: 0;
}

.rs-popular-courses.course-view-style.list-view .course-part .courses-item {
    width: 100%;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
}

.rs-popular-courses.course-view-style.list-view .course-part .courses-item .img-part {
    margin: 0;
    margin-right: 30px;
}

.rs-popular-courses.course-view-style.list-view .course-search-part .course-view-part .view-icons a.view-grid {
    color: #505050;
    opacity: 0.7;
}

.rs-popular-courses.course-view-style.list-view .course-search-part .course-view-part .view-icons a.view-list {
    color: #ff5421;
    opacity: 1;
}

.rs-popular-courses.course-view-style .widget-archives .categories {
    margin-left: 25px;
}

.rs-popular-courses.course-view-style .filter-widget {
    position: relative;
}

.rs-popular-courses.course-view-style .filter-widget h5 {
    position: relative;
    padding: 12px 25px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
    color: #03382e;
    display: block;
    border-bottom: 1px solid #f0f5fb;
}

.rs-popular-courses.course-view-style .filter-form {
    position: relative;
}

.rs-popular-courses.course-view-style .filter-form span {
    position: relative;
    color: #626262;
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}

.rs-popular-courses.course-view-style .filter-form .radio-box {
    position: relative;
    margin-left: 25px;
    margin-bottom: 12px;
}

.rs-popular-courses.course-view-style .filter-form .radio-box label {
    position: relative;
    display: block;
    width: 100%;
    line-height: 1;
    padding-left: 25px;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.rs-popular-courses.course-view-style .filter-form .radio-box label:before {
    position: absolute;
    left: 0;
    top: 3px;
    height: 10px;
    width: 10px;
    background: #b6b6b6;
    content: "";
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid transparent;
}

.rs-popular-courses.course-view-style .filter-form .radio-box label:after {
    position: absolute;
    left: 0px;
    top: 0;
    height: 15px;
    line-height: 15px;
    max-width: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    overflow: hidden;
    background: transparent;
    text-align: center;
    font-family: 'FontAwesome';
    -webkit-transition: max-width 500ms ease;
    -moz-transition: max-width 500ms ease;
    -ms-transition: max-width 500ms ease;
    -o-transition: max-width 500ms ease;
    transition: max-width 500ms ease;
}

.rs-popular-courses.course-view-style .filter-form .radio-box input[type="radio"]:checked+label {
    border-color: #25a9e0;
}

.rs-popular-courses.course-view-style .filter-form .radio-box input[type="radio"] {
    display: none;
}

.rs-popular-courses.course-view-style .filter-form .radio-box input[type="radio"]:checked+label:before {
    border: 5px solid #ff5421;
    background: #ffffff;
}

.rs-popular-courses.course-view-style .filter-form .radio-box input[type="radio"]:checked+label:after {
    max-width: 20px;
    opacity: 1;
}

.rs-popular-courses.course-view-style .filter-form .radio-box:last-child {
    margin-bottom: 0px;
}

.rs-popular-courses.course-view-style .filter-form .check-box {
    margin-left: 25px;
    margin-bottom: 12px;
}

.rs-popular-courses.course-view-style .filter-form .check-box label {
    padding-left: 10px;
    line-height: 1;
}

.rs-popular-courses.main-home .courses-item .courses-grid {
    padding: 0px;
    box-shadow: 0 0 30px #eee;
    border-radius: 0 0 4px 4px;
    background: #ffffff;
}

.rs-popular-courses.main-home .courses-item .courses-grid .img-part {
    margin-bottom: 0px;
    overflow: hidden;
}

.rs-popular-courses.main-home .courses-item .courses-grid .img-part a img {
    border-radius: 4px 4px 0 0;
    transition: all .8s ease;
    transform: scale(1);
}

.rs-popular-courses.main-home .courses-item .courses-grid .content-part {
    padding: 32px 35px 35px 35px;
}

.rs-popular-courses.main-home .courses-item .courses-grid .content-part .info-meta {
    padding-bottom: 10px;
}

.rs-popular-courses.main-home .courses-item .courses-grid .content-part .info-meta li {
    display: inline-block;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.rs-popular-courses.main-home .courses-item .courses-grid .content-part .info-meta li i {
    color: #fcb903;
}

.rs-popular-courses.main-home .courses-item .courses-grid .content-part .course-price .price {
    padding: 3px 15px;
    color: #ffffff;
    font-weight: 500;
    background: #ff5421;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: absolute;
    top: 20px;
    right: 38px;
}

.rs-popular-courses.main-home .courses-item .courses-grid .content-part .title {
    margin: 0 0 10px;
    line-height: 30px;
    font-size: 22px;
}

.rs-popular-courses.main-home .courses-item .courses-grid .content-part .title a {
    color: #101010;
}

.rs-popular-courses.main-home .courses-item .courses-grid .content-part .title a:hover {
    color: #ff5421;
}

.rs-popular-courses.main-home .courses-item .courses-grid .content-part .meta-part {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 25px 0 0;
    padding: 25px 0 0;
    font-size: 14px;
    border-top: 1px solid #f4f0f0;
}

.rs-popular-courses.main-home .courses-item .courses-grid .content-part .meta-part .user {
    display: inline-block;
    margin-right: 8px;
    color: #363636;
}

.rs-popular-courses.main-home .courses-item .courses-grid .content-part .meta-part .user i:before {
    color: #ff5421;
    padding-right: 6px;
}

.rs-popular-courses.main-home .courses-item:hover .courses-grid .img-part a img {
    transform: scale(1.1);
}

.rs-popular-courses.main-home.home12-style .courses-item .courses-grid .content-part {
    padding: 32px 35px 35px 35px;
}

.rs-popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .info-meta {
    padding-bottom: 10px;
}

.rs-popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .info-meta li i {
    color: #fcb903;
}

.rs-popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .course-price .price {
    background: #0c8b51;
}

.rs-popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .title {
    margin: 0 0 10px;
    line-height: 30px;
    font-size: 22px;
}

.rs-popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .title a {
    color: #101010;
}

.rs-popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .title a:hover {
    color: #0c8b51;
}

.rs-popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .meta-part {
    border-top: 1px solid #f4f0f0;
}

.rs-popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .meta-part .user {
    display: inline-block;
    margin-right: 8px;
    color: #363636;
}

.rs-popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .meta-part .user i:before {
    color: #0c8b51;
    padding-right: 6px;
}

.rs-popular-courses.orange-color .courses-item .content-part .meta-part li span.price {
    background: #ff5421;
}

.rs-popular-courses.orange-color .courses-item .content-part .title a:hover {
    color: #ff5421;
}

.rs-popular-courses.orange-color .courses-item .content-part .bottom-part .btn-part a {
    border: 1px solid #f2f2f2;
    background: transparent;
}

.rs-popular-courses.orange-color .courses-item .content-part .bottom-part .btn-part a:hover {
    background: #ff5421;
    color: #ffffff;
}

.rs-popular-courses.orange-color.style2 .course-wrap {
    background: #ff5421;
}

.rs-popular-courses.orange-color.style2 .course-wrap .price-btn a i:before {
    background: #ff5421;
}

.rs-popular-courses.orange-color.style2 .course-wrap .price-btn a:hover i:before {
    background: #ff4007;
}

.rs-popular-courses.orange-color.style2 .course-wrap:after,
.rs-popular-courses.orange-color.style2 .course-wrap:before {
    background: #ff5421;
}

.rs-popular-courses.orange-color.style2 .course-wrap:hover {
    background: #ff5421;
}

.rs-popular-courses.orange-color.style2 .course-wrap:hover:after,
.rs-popular-courses.orange-color.style2 .course-wrap:hover:before {
    background: #ff5421;
}

.rs-popular-courses.orange-color.style3 .courses-item .content-part a.categories {
    background: #ff5421;
    color: #ffffff;
}

.rs-popular-courses.orange-color.style3 .courses-item .content-part .meta-part li span.price {
    background: unset;
}

.rs-popular-courses.orange-color.style3 .courses-item .content-part .title a {
    color: #111111;
}

.rs-popular-courses.orange-color.style3 .courses-item .content-part .title a:hover {
    color: #ff5421;
}

.rs-popular-courses.orange-color.style3 .courses-item .content-part .bottom-part .btn-part a {
    border: unset;
}

.rs-popular-courses.orange-color.style3 .courses-item .content-part .bottom-part .btn-part a:hover {
    background: transparent;
    color: #ff5421;
}

.rs-popular-courses.orange-color.style4 .courses-item .content-part .price {
    background: #ff5421;
}

.rs-popular-courses.orange-color.style4 .courses-item .content-part .bottom-part .btn-part a {
    border: unset;
}

.rs-popular-courses.orange-color.style4 .courses-item .content-part .bottom-part .btn-part a {
    border: unset;
}

.rs-popular-courses.orange-color.style4 .courses-item .content-part .bottom-part .btn-part a:hover {
    background: transparent;
    color: #ff5421;
}

.rs-popular-courses.home11-style .courses-item {
    border: 1px solid #e5e4f1;
    padding: 30px;
    position: relative;
    transition: all .4s ease;
}

.rs-popular-courses.home11-style .courses-item .content-part {
    padding: 30px 0 0px;
}

.rs-popular-courses.home11-style .courses-item .content-part .course-body .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    margin-bottom: 12px;
}

.rs-popular-courses.home11-style .courses-item .content-part .course-body .title a {
    color: #4e49a1;
}

.rs-popular-courses.home11-style .courses-item .content-part .course-body .title a:hover {
    color: #21a7d0;
}

.rs-popular-courses.home11-style .courses-item .content-part .course-body p {
    font-size: 16px;
    line-height: 28px;
    color: #54647b;
    font-weight: 400;
    margin-bottom: 20px;
}

.rs-popular-courses.home11-style .courses-item .content-part .bottom-part {
    border-top: 1px solid #e5e4f1;
    padding: 20px 0 0;
}

.rs-popular-courses.home11-style .courses-item .content-part .bottom-part .course-footer {
    display: inline-block;
    border-right: 1px solid #e5e4f1;
    padding-right: 15px;
    padding-left: 15px;
}

.rs-popular-courses.home11-style .courses-item .content-part .bottom-part .course-footer .label {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #54647b;
    font-weight: 500;
}

.rs-popular-courses.home11-style .courses-item .content-part .bottom-part .course-footer .desc {
    font-size: 14px;
    line-height: 23px;
    color: #21a7d0;
    font-weight: 400;
}

.rs-popular-courses.home11-style .courses-item .btn-part {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    clip-path: none;
    background: #4e49a1;
    position: absolute;
    text-align: center;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.rs-popular-courses.home11-style .courses-item .btn-part a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
}

.rs-popular-courses.home11-style .courses-item .btn-part a:hover {
    color: #21a7d0;
}

.rs-popular-courses.home11-style .courses-item:hover .btn-part {
    bottom: -20px;
    opacity: 1;
    visibility: visible;
}

.rs-popular-courses.home11-style .owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
    margin-bottom: -20px;
}

.rs-popular-courses.home13-style .courses-item .courses-grid {
    border-radius: 0 0 4px 4px;
}

.rs-popular-courses.home13-style .courses-item .courses-grid .img-part {
    margin-bottom: 0px;
    overflow: hidden;
}

.rs-popular-courses.home13-style .courses-item .courses-grid .img-part a img {
    border-radius: 4px 4px 0 0;
    transition: all .8s ease;
    transform: scale(1);
}

.rs-popular-courses.home13-style .courses-item .courses-grid .content-part {
    padding: 25px 25px 25px 25px;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #252525;
}

.rs-popular-courses.home13-style .courses-item .courses-grid .content-part .course-price .price {
    padding: 3px 15px;
    color: #ffffff;
    font-weight: 500;
    background: #ff5421;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: absolute;
    top: 20px;
    right: 38px;
}

.rs-popular-courses.home13-style .courses-item .courses-grid .content-part .title {
    margin: 0 0 10px;
    line-height: 30px;
    font-size: 22px;
}

.rs-popular-courses.home13-style .courses-item .courses-grid .content-part .title a {
    color: #ffffff;
}

.rs-popular-courses.home13-style .courses-item .courses-grid .content-part .title a:hover {
    color: #ff5421;
}

.rs-popular-courses.home13-style .courses-item .courses-grid .content-part .meta-part {
    display: flex;
    justify-content: space-between;
    list-style: none;
    font-size: 15px;
    margin: 0 0 20px;
}

.rs-popular-courses.home13-style .courses-item .courses-grid .content-part .meta-part .user {
    display: inline-block;
    margin-right: 8px;
    color: #ffffff;
}

.rs-popular-courses.home13-style .courses-item .courses-grid .content-part .meta-part .user i:before {
    color: #ff5421;
    padding-right: 6px;
}

.rs-popular-courses.home13-style .courses-item .courses-grid .content-part .avatar-part {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.rs-popular-courses.home13-style .courses-item .courses-grid .content-part .avatar-part .avatar-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.rs-popular-courses.home13-style .courses-item .courses-grid .content-part .avatar-part .avatar-img img {
    border-radius: 50%;
}

.rs-popular-courses.home13-style .courses-item .courses-grid .content-part .avatar-part .title {
    font-size: 15px;
    color: #ffffff;
    line-height: 27px;
    margin-bottom: 0;
}

.rs-popular-courses.home13-style .courses-item:hover .courses-grid .img-part a img {
    transform: scale(1.1);
}

.free-course-contact {
    margin: 0px;
    padding: 40px 50px 50px;
    background: url(assets/images/bg/course-contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.free-course-contact span {
    font-size: 30px;
    color: #111111;
    display: block;
}

.free-course-contact form input,
.free-course-contact form textarea,
.free-course-contact form select {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ffffff;
    color: #767676;
    background: #ffffff;
    padding: 10px 18px;
}

.free-course-contact form input,
.free-course-contact form select {
    margin-bottom: 30px;
    height: 45px;
}

.free-course-contact form textarea {
    height: 140px;
    display: inherit;
}

.free-course-contact form .select-option {
    position: relative;
}

.free-course-contact form .select-option select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 11;
    position: relative;
}

.free-course-contact form .select-option:after {
    content: '\f107';
    font-family: FontAwesome;
    color: #767676;
    right: 15px;
    position: absolute;
    top: 16px;
    font-size: 20px;
    pointer-events: none;
}

.free-course-contact form ::-webkit-input-placeholder {
    color: #767676;
}

.free-course-contact form :-ms-input-placeholder {
    color: #767676;
}

.free-course-contact form ::placeholder {
    color: #767676;
}

.rs-latest-couses .course-item {
    align-items: flex-start;
    border-radius: 300px 5px 5px 300px;
    display: flex;
    border: 1px solid #ceeaf0;
    background: #ffffff;
}

.rs-latest-couses .course-item .course-image a {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100%;
    display: block;
}

.rs-latest-couses .course-item .course-image a img {
    object-fit: cover;
    object-position: left;
    height: 100%;
    width: 100%;
}

.rs-latest-couses .course-item .course-info {
    align-self: center;
    padding: 0px 30px;
}

.rs-latest-couses .course-item .course-info .meta-part {
    padding-bottom: 5px;
}

.rs-latest-couses .course-item .course-info .meta-part li {
    display: inline;
    margin-right: 10px;
    font-weight: 700;
}

.rs-latest-couses .course-item .course-info .course-title {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

.rs-latest-couses .course-item .course-info .course-title a {
    color: #111111;
}

.rs-latest-couses .course-item .course-info .course-title a:hover {
    color: #21a7d0;
    transition: all 0.3s ease;
}

.rs-latest-couses .course-item .course-info .bottom-part .info-meta {
    float: left;
}

.rs-latest-couses .course-item .course-info .bottom-part .info-meta ul .ratings {
    display: inline-block;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.rs-latest-couses .course-item .course-info .bottom-part .info-meta ul .ratings i {
    color: #fcb903;
}

.rs-latest-couses .course-item .course-info .bottom-part .btn-part {
    text-align: right;
}

.rs-latest-couses .course-item .course-info .bottom-part .btn-part a {
    color: #505050;
}

.rs-latest-couses .course-item .course-info .bottom-part .btn-part a i:before {
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
}

.rs-latest-couses .course-item .course-info .bottom-part .btn-part a:hover {
    color: #21a7d0;
    transition: all 0.3s ease;
}

.rs-latest-couses .course-item:hover {
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.rs-latest-couses.orange-color .course-item {
    border: 1px solid #FF542129;
}

.rs-latest-couses.orange-color .course-item .course-info .course-title a:hover,
.rs-latest-couses.orange-color .course-item .bottom-part .btn-part a:hover {
    color: #ff5421;
}

.rs-latest-couses.orange-color .course-item:hover {
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.rs-featured-courses {
    background: #e7f8fb;
}

.rs-featured-courses .rs-carousel .owl-dots {
    text-align: center;
}

.rs-featured-courses .rs-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 10px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    background: #111111;
}

.rs-featured-courses .rs-carousel .owl-dots .owl-dot:hover {
    background: #21a7d0;
}

.rs-featured-courses .rs-carousel .owl-dots .active {
    background: #21a7d0;
}

.rs-featured-courses .owl-stage-outer {
    padding-bottom: 10px;
}

.rs-featured-courses .courses-item {
    padding: 0 30px;
    position: relative;
    transition: all 0.3s ease;
}

.rs-featured-courses .courses-item .img-part {
    position: relative;
    z-index: 111;
}

.rs-featured-courses .courses-item .content-part {
    padding: 30px 0;
    position: relative;
    z-index: 111;
}

.rs-featured-courses .courses-item .content-part span .categories {
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 3px;
    transition: all 0.3s ease;
    position: absolute;
    top: -20px;
    left: 32px;
}

.rs-featured-courses .courses-item .content-part span .categories.bg1 {
    background: #c701f1;
}

.rs-featured-courses .courses-item .content-part span .categories.bg2 {
    background: #065ce8;
}

.rs-featured-courses .courses-item .content-part span .categories.bg3 {
    background: #f6075b;
}

.rs-featured-courses .courses-item .content-part .meta-part {
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 12px;
}

.rs-featured-courses .courses-item .content-part .meta-part .user {
    display: inline;
    margin-right: 10px;
    font-weight: 700;
}

.rs-featured-courses .courses-item .content-part .meta-part .ratings {
    padding-left: 25px;
}

.rs-featured-courses .courses-item .content-part .meta-part .ratings i {
    color: #fcb903;
}

.rs-featured-courses .courses-item .content-part .title {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
}

.rs-featured-courses .courses-item .content-part .title a {
    color: #031a3d;
}

.rs-featured-courses .courses-item .content-part .title a:hover {
    color: #21a7d0;
}

.rs-featured-courses .courses-item .content-part .images {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e8eb;
    padding-bottom: 35px;
}

.rs-featured-courses .courses-item .content-part .images .img-part img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.rs-featured-courses .courses-item .content-part .images span {
    color: #54647b;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding-left: 15px;
}

.rs-featured-courses .courses-item .content-part .bottom-part .info-meta {
    float: left;
}

.rs-featured-courses .courses-item .content-part .bottom-part .info-meta li {
    color: #031a3d;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
}

.rs-featured-courses .courses-item .content-part .bottom-part .btn-part {
    text-align: right;
}

.rs-featured-courses .courses-item .content-part .bottom-part .btn-part a {
    color: #031a3d;
    font-size: 15px;
    line-height: 25px;
}

.rs-featured-courses .courses-item .content-part .bottom-part .btn-part a i:before {
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
}

.rs-featured-courses .courses-item .content-part .bottom-part .btn-part a:hover {
    color: #21a7d0;
}

.rs-featured-courses .courses-item:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 78%;
    background: #ffff;
    border-radius: 3px;
}

.rs-featured-courses .courses-item:hover {
    transform: translateY(-10px);
}

.rs-features {
    position: relative;
    margin-top: -245px;
    z-index: 111;
}

.rs-features .features-wrap {
    border-radius: 5px 5px 5px 5px;
    background: #171f32;
    padding: 25px 40px 25px;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

.rs-features .features-wrap .icon-part img {
    width: 50px;
    margin: 0 35px 8px 0;
}

.rs-features .features-wrap .content-part .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.rs-features .features-wrap .content-part .title .watermark {
    color: #ffffff;
}

.rs-features .features-wrap .content-part .dese {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

.rs-features .features-wrap:hover {
    transform: translateY(-10px);
}

.rs-features.style2 {
    margin-top: -110px;
}

.rs-features.style2 .rs-iconbox-area {
    position: relative;
    transition: all 0.3s ease;
    padding: 50px;
    background-color: #1C335F;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
}

.rs-features.style2 .rs-iconbox-area .icon-area {
    margin-bottom: 32px !important;
}

.rs-features.style2 .rs-iconbox-area .icon-area img {
    width: 80px;
    height: 80px;
}

.rs-features.style2 .rs-iconbox-area .text-area .icon-title {
    font-size: 22px;
    line-height: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0;
}

.rs-features.style2 .rs-iconbox-area:hover {
    transform: translateY(-10px);
}

.rs-features.main-home {
    width: 100%;
    position: absolute;
    bottom: 100px;
    margin: 0;
}

.rs-features.style3 {
    margin: unset;
}

.rs-features.style3 .features-item {
    position: relative;
    transition: all 0.3s ease;
}

.rs-features.style3 .features-item .content-part {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    padding: 50px 35px 0;
    text-align: center;
}

.rs-features.style3 .features-item .content-part .icon-part {
    padding-bottom: 20px;
}

.rs-features.style3 .features-item .content-part .icon-part img {
    -webkit-transition: all 0.4s ease;
    transform: scale(1);
}

.rs-features.style3 .features-item .content-part .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.rs-features.style3 .features-item .content-part .title a {
    color: #ffffff;
}

.rs-features.style3 .features-item .content-part p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 4px;
}

.rs-features.style3 .features-item:hover {
    transform: translateY(-10px);
}

.rs-features.style3 .features-item:hover .content-part .icon-part img {
    transform: scale(0.9);
}

.rs-features.style4 {
    position: unset;
    margin-top: unset;
    z-index: unset;
}

.rs-features.style4 .features-wrap {
    background: unset;
    display: unset;
    align-items: unset;
    position: unset;
}

.rs-features.style4 .features-wrap .icon-part {
    margin: 0 0px 17px 0;
}

.rs-features.style4 .features-wrap .content-part .title {
    margin-bottom: 10px;
}

.rs-features.style4 .features-wrap .content-part .title .watermark {
    color: #333333;
}

.rs-features.style4 .features-wrap .content-part .dese {
    color: #505050;
}

.rs-degree.style1 .degree-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.rs-degree.style1 .degree-wrap img {
    width: 100%;
}

.rs-degree.style1 .degree-wrap .title-part {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px 21px;
    opacity: 1;
    transition: all 0.3s ease;
}

.rs-degree.style1 .degree-wrap .title-part .title {
    margin: 0;
    color: #ffffff;
}

.rs-degree.style1 .degree-wrap .content-part {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotateY(90deg);
    text-align: center;
    background: rgba(17, 41, 88, 0.9);
    border-radius: 3px;
    padding: 78px 35px 0;
    color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease;
}

.rs-degree.style1 .degree-wrap .content-part .title {
    margin-bottom: 13px;
}

.rs-degree.style1 .degree-wrap .content-part .title a {
    color: #ffffff;
}

.rs-degree.style1 .degree-wrap .content-part .title a:hover {
    color: #cccccc;
}

.rs-degree.style1 .degree-wrap .content-part .desc {
    margin-bottom: 15px;
}

.rs-degree.style1 .degree-wrap .content-part .btn-part a {
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 0;
    border-bottom: 1px solid #ffffff;
}

.rs-degree.style1 .degree-wrap .content-part .btn-part a:hover {
    color: #cccccc;
}

.rs-degree.style1 .degree-wrap:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: linear-gradient(transparent, #273c66);
}

.rs-degree.style1 .degree-wrap:hover .content-part {
    transform: translate(-50%, -50%) rotateY(0);
    opacity: 1;
}

.rs-degree.style1 .degree-wrap:hover .title-part {
    bottom: -60px;
    opacity: 0;
}

/* -----------------------------------
    12. Course Single Section CSS
-------------------------------------*/
/*Intro Section*/
.intro-section {
    position: relative;
    /*Video Column Style*/

    /*Intro Tabs Style*/

}

.intro-section .video-column {
    position: relative;
    z-index: 1;
}

.intro-section .video-column .intro-video {
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
}

.intro-section .video-column .intro-video h4 {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intro-section .video-column .intro-video .intro-video-box {
    position: relative;
    width: 60px;
    height: 60px;
    z-index: 99;
    color: #00aa15;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    padding-left: 7px;
    line-height: 60px;
    display: inline-block;
    background-color: #ffffff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.intro-section .video-column .intro-video:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.1);
}

.intro-section .video-column .course-features-info {
    margin: 50px 0;
    border-radius: 3px;
    padding: 30px 40px 30px;
    background: #ffffff;
    box-shadow: 0 0 30px #eee;
}

.intro-section .video-column .course-features-info ul li {
    display: block;
    padding: 10px 0;
}

.intro-section .video-column .course-features-info ul li i {
    color: #ff5421;
}

.intro-section .video-column .course-features-info ul li .label {
    padding-left: 10px;
}

.intro-section .video-column .course-features-info ul li .value {
    float: right;
    padding-right: 5px;
}

.intro-section .video-column .btn-part {
    background: #ffffff;
    box-shadow: 0 0 35px #eee;
    padding: 50px 50px 35px;
    border-radius: 5px;
}

.intro-section .video-column .btn-part .btn {
    margin: 0 0 15px;
    width: 100%;
}

.intro-section .intro-tabs {
    position: relative;
    border: none;
}

.intro-section .intro-tabs .tab-btns {
    position: relative;
    text-align: center;
    width: 20%;
}

.intro-section .intro-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    background: none;
    background: #ffffff;
    color: #626262;
    border: 1px solid #eee;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    float: left;
    padding: 12px 40px 10px;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.intro-section .intro-tabs .tab-btns .tab-btn:hover,
.intro-section .intro-tabs .tab-btns .tab-btn.active {
    color: #ffffff;
    background: #ff5421;
    border-color: #ff5421;
}

.intro-section .intro-tabs .tabs-content {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.intro-section .intro-tabs .tabs-content .minutes {
    position: relative;
    color: #21a7d0;
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
}

/* Course Overview */
.course-overview {
    position: relative;
}

.course-overview .instructor-title {
    position: relative;
    color: #111111;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 18px;
}

.course-overview .inner-box {
    position: relative;
    padding: 0px 40px 40px;
}

.course-overview .inner-box h4 {
    position: relative;
    color: #111111;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.course-overview .inner-box h3 {
    position: relative;
    color: #111111;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 18px;
}

.course-overview .inner-box p {
    position: relative;
    color: #626262;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 15px;
}

.course-overview .inner-box .student-list {
    position: relative;
    margin-top: 25px;
    margin-bottom: 30px;
}

.course-overview .inner-box .student-list li {
    position: relative;
    color: #393939;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    margin-right: 80px;
    display: inline-block;
    list-style: disc;
    margin-bottom: 10px;
}

.course-overview .inner-box .student-list li .fa {
    color: #ff5421;
    margin: 0px 2px;
}

.course-overview .inner-box .student-list li:last-child {
    margin-right: 0px;
}

.course-overview .inner-box .review-list {
    position: relative;
    margin-bottom: 20px;
}

.course-overview .inner-box .review-list li {
    position: relative;
    color: #626262;
    font-size: 16px;
    margin-bottom: 14px;
    padding-left: 30px;
}

.course-overview .inner-box .review-list li:before {
    position: absolute;
    content: "\f101";
    left: 0px;
    top: 5px;
    color: #ff5421;
    font-size: 14px;
    line-height: 1em;
    font-family: "FontAwesome";
}

.course-overview .inner-box .review-list li:last-child {
    margin-bottom: 0px;
}

/*Course Review*/
.cource-review-box {
    position: relative;
    padding: 0px 40px;
}

.cource-review-box h4 {
    position: relative;
    color: #111111;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.cource-review-box .rating {
    position: relative;
    color: #626262;
    font-size: 16px;
}

.cource-review-box .rating .fa {
    position: relative;
    color: #ff5421;
    margin: 0px 2px;
    font-size: 16px;
}

.cource-review-box .total-rating {
    position: relative;
    color: #ff5421;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
}

.cource-review-box .text {
    position: relative;
    color: #626262;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 15px;
}

.cource-review-box .helpful {
    position: relative;
    color: #393939;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 12px;
    font-weight: 500;
    margin-bottom: 15px;
}

.cource-review-box .like-option {
    position: relative;
}

.cource-review-box .like-option li {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.cource-review-box .like-option li i {
    position: relative;
    width: 36px;
    height: 36px;
    color: #626262;
    text-align: center;
    line-height: 36px;
    border-radius: 50px;
    display: inline-block;
    background-color: #eaeff5;
}

.cource-review-box .like-option li i:hover {
    color: #21a7d0;
}

.cource-review-box .like-option .report {
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.cource-review-box .like-option .report:hover {
    color: #21a7d0;
}

.cource-review-box .more {
    position: relative;
    color: #ff5421;
    font-size: 14px;
    font-weight: 500;
    margin-top: 30px;
    display: inline-block;
}

/* -----------------------------------
    13. Accordion Section CSS
-------------------------------------*/
.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    background-color: #ffffff;
    border: none;
    border-bottom: 4px solid #f6f6f6;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.accordion-box .block .acc-btn {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 20px;
    margin-bottom: 0px;
    cursor: pointer;
    line-height: 24px;
    font-weight: 600;
    color: #111111;
    padding: 0 25px;
    height: 65px;
    line-height: 65px;
    text-decoration: none !important;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f077";
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 400;
    color: #111111;
    padding: unset;
    transition: all 0.3s ease;
}

.accordion-box .block .acc-btn.collapsed:after {
    content: "\f078";
}

.accordion-box .block .card-header {
    position: relative;
    padding: 0;
    border: none;
    border-radius: unset;
}

.accordion-box .block .content {
    position: relative;
    padding: 0px 40px 25px;
}

.accordion-box .block .play-icon {
    position: relative;
    color: #626262;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #ffffff;
}

.accordion-box .block .play-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: all 0.3s ease;
}

.accordion-box .block .play-icon .fa {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 0px;
    z-index: 99;
    color: #ff5421;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    margin-right: 30px;
    display: inline-block;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #ffffff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.accordion-box .block .play-icon:hover:before {
    background: #ff5421;
}

/* ------------------------------------
    14. Why Choose US Section CSS
---------------------------------------*/
.why-choose-us .choose-us-part .facilities-part .single-facility .icon-part {
    position: relative;
    float: left;
    margin-right: 5px;
}

.why-choose-us .choose-us-part .facilities-part .single-facility .icon-part .shape-img {
    position: relative;
}

.why-choose-us .choose-us-part .facilities-part .single-facility .icon-part i {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #21a7d0;
}

.why-choose-us .choose-us-part .facilities-part .single-facility .icon-part i:before {
    font-size: 28px;
}

.why-choose-us .choose-us-part .facilities-part .single-facility .text-part .title {
    font-size: 22px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 10px;
}

.why-choose-us.style2 .facilities-two .content-part {
    display: flex;
    align-items: center;
}

.why-choose-us.style2 .facilities-two .content-part .icon-part {
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
    transition: all 0.3s ease;
}

.why-choose-us.style2 .facilities-two .content-part .icon-part img {
    -webkit-transition: all 0.4s ease;
    transform: scale(1);
}

.why-choose-us.style2 .facilities-two .content-part .icon-part.purple-bg {
    background: #4e49a1;
}

.why-choose-us.style2 .facilities-two .content-part .icon-part.pink-bg {
    background: #ff6666;
}

.why-choose-us.style2 .facilities-two .content-part .icon-part.orange-bg {
    background: #ffaf40;
}

.why-choose-us.style2 .facilities-two .content-part .icon-part.green-bg {
    background: #95cc47;
}

.why-choose-us.style2 .facilities-two .content-part .icon-part:hover {
    transform: scale(0.9);
}

.why-choose-us.style2 .facilities-two .content-part .text-part .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    color: #4e49a1;
    margin-bottom: 0;
}

.why-choose-us.style2 .video-wrap {
    position: relative;
    display: inline-block;
}

.why-choose-us.style2 .video-wrap .popup-videos {
    color: #4e49a1;
    display: block;
    overflow: hidden;
    max-width: 270px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.why-choose-us.style2 .video-wrap .popup-videos i {
    width: 70px;
    height: 70px;
    line-height: 61px;
    border: 5px solid #4e49a1;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    float: left;
    margin-right: 20px;
}

.why-choose-us.style2 .video-wrap .popup-videos i:before {
    padding-left: 5px;
}

.why-choose-us.style2 .video-wrap .popup-videos:hover {
    opacity: 0.7;
}

.why-choose-us.style3 {
    background: url(assets/images/bg/home12/why-learn-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
}

.why-choose-us.style3 .services-part {
    display: flex;
    box-shadow: 0 0 30px #eee;
    background: #ffffff;
    padding: 15px 30px 20px 30px;
}

.why-choose-us.style3 .services-part .services-icon {
    margin-right: 29px;
}

.why-choose-us.style3 .services-part .services-icon img {
    width: 90px;
}

.why-choose-us.style3 .services-part .services-text .title {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 5px;
    margin: 0;
    color: #171f32;
}

.why-choose-us.style3 .services-part .services-text .services-txt {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    color: #333333;
}

/* ------------------------------------
    15. Team Section CSS
---------------------------------------*/
.rs-team.style1 .team-item {
    position: relative;
    overflow: hidden;
}

.rs-team.style1 .team-item img {
    width: 100%;
}

.rs-team.style1 .team-item .content-part {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease;
    opacity: 0;
}

.rs-team.style1 .team-item .content-part .name {
    margin-bottom: 8px;
    font-size: 22px;
}

.rs-team.style1 .team-item .content-part .name a {
    color: #ffffff;
}

.rs-team.style1 .team-item .content-part .name a:hover {
    color: #111111;
}

.rs-team.style1 .team-item .content-part .designation {
    color: #ffffff;
    margin-bottom: 16px;
    display: block;
}

.rs-team.style1 .team-item .content-part .social-links li {
    display: inline;
    margin-right: 35px;
}

.rs-team.style1 .team-item .content-part .social-links li a {
    display: inline-block;
    color: #ffffff;
}

.rs-team.style1 .team-item .content-part .social-links li a:hover {
    color: #111111;
}

.rs-team.style1 .team-item .content-part .social-links li:last-child {
    margin: 0;
}

.rs-team.style1 .team-item:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, 100%) scale(0.1);
    background: #21a7d0;
    opacity: 0;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.rs-team.style1 .team-item:hover .content-part {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.rs-team.style1 .team-item:hover:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
}

.rs-team.style1 .owl-item.center .team-item .content-part {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.rs-team.style1 .owl-item.center .team-item:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
}

.rs-team.style1 .nav-style {
    position: relative;
}

.rs-team.style1 .nav-style .owl-nav {
    display: block;
    position: absolute;
    top: -80px;
    right: 0;
}

.rs-team.style1 .nav-style .owl-nav .owl-prev,
.rs-team.style1 .nav-style .owl-nav .owl-next {
    display: inline-block;
}

.rs-team.style1 .nav-style .owl-nav .owl-prev i,
.rs-team.style1 .nav-style .owl-nav .owl-next i {
    transition: all 0.3s ease;
}

.rs-team.style1 .nav-style .owl-nav .owl-prev i:before,
.rs-team.style1 .nav-style .owl-nav .owl-next i:before {
    font-family: Flaticon;
    font-size: 22px;
}

.rs-team.style1 .nav-style .owl-nav .owl-prev:hover i,
.rs-team.style1 .nav-style .owl-nav .owl-next:hover i {
    color: #21a7d0;
}

.rs-team.style1 .nav-style .owl-nav .owl-prev i:before {
    content: "\f134";
}

.rs-team.style1 .nav-style .owl-nav .owl-prev:after {
    content: "/";
    padding: 0 5px 0 5px;
    position: relative;
    top: -3px;
}

.rs-team.style1 .nav-style .owl-nav .owl-next i:before {
    content: "\f133";
}

.rs-team.style1.orange-color .team-item:after {
    background: #ff5421;
}

.rs-team.style7 .team-item {
    position: relative;
    overflow: hidden;
}

.rs-team.style7 .team-item:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, 100%) scale(0.1);
    background: #c701f1 !important;
    opacity: 0;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.rs-team.style7 .team-item:hover .content-part {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.rs-team.style7 .team-item:hover:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
}

.rs-team.inner-style .team-item {
    overflow: hidden;
}

.rs-team.inner-style .team-item .content-part {
    top: unset !important;
    bottom: -205px;
    transform: translateX(-50%) !important;
    width: 100% !important;
    height: 320px !important;
    background: #ffffff;
    border-radius: 50%;
    padding-top: 30px;
    opacity: 1 !important;
    transition: all 0.3s ease;
}

.rs-team.inner-style .team-item .content-part .name a {
    color: #111111 !important;
}

.rs-team.inner-style .team-item .content-part .name a:hover {
    color: #21a7d0 !important;
}

.rs-team.inner-style .team-item .content-part .designation {
    color: #505050 !important;
}

.rs-team.inner-style .team-item .content-part .social-links {
    display: none;
}

.rs-team.inner-style .team-item:hover .content-part {
    bottom: unset;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: unset !important;
    height: unset !important;
    background: transparent;
    border-radius: unset;
    padding-top: 0;
    opacity: 1 !important;
}

.rs-team.inner-style .team-item:hover .content-part .name a {
    color: #ffffff !important;
}

.rs-team.inner-style .team-item:hover .content-part .name a:hover {
    color: #111111 !important;
}

.rs-team.inner-style .team-item:hover .content-part .designation {
    color: #ffffff !important;
}

.rs-team.inner-style .team-item:hover .content-part .social-links {
    display: block;
}

.rs-team.home11-style .team-item .team-thumbnail {
    position: relative;
    overflow: hidden;
}

.rs-team.home11-style .team-item .team-thumbnail .team-img {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.rs-team.home11-style .team-item .team-thumbnail .team-img .team-social-link {
    display: grid;
    border: 30px solid #4e49a1;
    border-radius: 50%;
    width: 196px;
    height: 193px;
    grid-template-columns: auto auto;
    position: absolute;
    right: -196px;
    bottom: -193px;
    padding: 30px 30px 30px 30px;
    opacity: 0;
    z-index: 9;
    transition: all 0.3s ease;
}

.rs-team.home11-style .team-item .team-thumbnail .team-img .team-social-link li {
    display: inline-block;
}

.rs-team.home11-style .team-item .team-thumbnail .team-img .team-social-link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
}

.rs-team.home11-style .team-item .team-thumbnail .team-img .team-social-link li a:hover {
    color: #21a7d0;
}

.rs-team.home11-style .team-item .team-thumbnail .team-img:before {
    content: '';
    transition: all ease-in-out 0.4s;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 2;
    opacity: 0;
}

.rs-team.home11-style .team-item .team-thumbnail .team-header {
    text-align: center;
    padding-top: 35px;
}

.rs-team.home11-style .team-item .team-thumbnail .team-header .name {
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 5px;
}

.rs-team.home11-style .team-item .team-thumbnail .team-header .name a {
    color: #4e49a1;
}

.rs-team.home11-style .team-item .team-thumbnail .team-header .name a:hover {
    color: #21a7d0;
}

.rs-team.home11-style .team-item .team-thumbnail .team-header .subject {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #54647b;
    margin-bottom: 10px;
}

.rs-team.home11-style .team-item .team-thumbnail:hover .team-img .team-social-link {
    right: -50px;
    bottom: -45px;
    opacity: 1;
}

.rs-team.home11-style .team-item .team-thumbnail:hover .team-img .team-social-link li a:hover {
    color: #21a7d0;
}

.rs-team.home11-style .team-item .team-thumbnail:hover .team-img:before {
    opacity: 0.4;
}

.rs-team.home-style15 .team-item .team-wrap {
    position: relative;
    overflow: hidden;
}

.rs-team.home-style15 .team-item .team-wrap .team-img {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.rs-team.home-style15 .team-item .team-wrap .team-img .team-social-link {
    position: absolute;
    top: 10px;
    right: -20px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    background: #ff5421;
    padding: 5px 5px 5px 10px;
    border-radius: 3px;
}

.rs-team.home-style15 .team-item .team-wrap .team-img .team-social-link li {
    display: block;
    color: #fff;
}

.rs-team.home-style15 .team-item .team-wrap .team-content {
    text-align: center;
    padding-top: 35px;
}

.rs-team.home-style15 .team-item .team-wrap .team-content .name {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.rs-team.home-style15 .team-item .team-wrap .team-content .name a {
    color: #ff5421;
}

.rs-team.home-style15 .team-item .team-wrap .team-content .name a:hover {
    color: #ff5421;
}

.rs-team.home-style15 .team-item .team-wrap .team-content .subject {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #54647b;
    margin-bottom: 10px;
}

.rs-team.home-style15 .team-item .team-wrap:hover .team-img .team-social-link {
    opacity: 1;
    visibility: visible;
    right: 10px;
}

.rs-team.home-style15 .team-item .team-wrap:hover .team-img .team-social-link li {
    display: block;
    color: #fff;
}

.rs-team.home-style15 .team-item .team-wrap:hover .team-img .team-social-link li a {
    color: #ffffff;
}

.rs-team.home-style15 .team-item .team-wrap:hover .team-img .team-social-link li a:hover {
    color: #171F32;
}

/* -----------------------------------
    16. Team Single Section CSS
-------------------------------------*/
.profile-section {
    position: relative;
}

.profile-section .content-part .title {
    color: #111111;
    font-weight: 600;
    line-height: 1.3em;
    font-size: 26px;
}

.profile-section .content-part p {
    font-size: 16px;
    margin: 0;
}

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

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

.profile-section .content-column .inner-column h2 {
    position: relative;
    color: #111111;
    font-weight: 700;
    margin: 0;
}

.profile-section .content-column .inner-column h4 {
    position: relative;
    color: #111111;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 15px;
    margin-bottom: 20px;
}

.profile-section .content-column .inner-column h5 {
    position: relative;
    color: #111111;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 12px;
    margin-bottom: 0px;
}

.profile-section .content-column .inner-column p {
    position: relative;
    color: #626262;
    font-weight: 400;
    line-height: 1.9em;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.profile-section .content-column .inner-column .student-list {
    position: relative;
    margin-top: 25px;
    margin-bottom: 10px;
}

.profile-section .content-column .inner-column .student-list li {
    position: relative;
    color: #393939;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    margin-right: 80px;
    display: inline-block;
    list-style: disc;
    margin-bottom: 20px;
}

.profile-section .content-column .inner-column .student-list li .fa {
    color: #ff5421;
    margin: 0px 2px;
}

.profile-section .content-column .inner-column .student-list li:last-child {
    margin-right: 0px;
}

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

.profile-section .image-column .inner-column {
    position: relative;
    padding: 30px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}

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

.profile-section .image-column .inner-column .image img {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
}

.profile-section .image-column .team-content h3 {
    position: relative;
    font-weight: 700;
    color: #111111;
    margin-top: 30px;
    margin-bottom: 10px;
}

.profile-section .image-column .team-content .text {
    position: relative;
    color: #626262;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 8px;
}

.profile-section .image-column .team-content .personal-info {
    margin-bottom: 20px;
}

.profile-section .image-column .team-content .personal-info li {
    margin: 5px 0;
    display: inline-block;
    padding-right: 15px;
}

.profile-section .image-column .team-content .personal-info li:last-child {
    margin-right: none;
}

.profile-section .image-column .team-content .personal-info li a {
    color: #111111;
}

.profile-section .image-column .team-content .personal-info li a:hover {
    color: #ff5421;
}

.profile-section .image-column .team-content .personal-info li span i:before {
    font-size: 16px;
    margin-right: 10px;
}

.profile-section .image-column .social-box {
    position: relative;
    text-align: center;
}

.profile-section .image-column .social-box a {
    position: relative;
    color: #626262;
    font-size: 28px;
    margin: 0px 5px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.profile-section .image-column .social-box a:hover {
    color: #ff5421;
}

.profile-section .browse-course-section {
    position: relative;
    margin-top: 50px;
}

.profile-section .browse-course-section .styled-pagination {
    margin-top: 20px;
}

.profile-section .skill-title {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.profile-section .rs-progress {
    height: 8px;
    border: 1px solid #ff5421;
    border-radius: 0;
    overflow: visible;
    padding: 1px;
    background: #fff;
    margin-top: 25px;
}

.profile-section .rs-progress+.rs-progress {
    margin-top: 50px;
}

.profile-section .rs-progress .progress-bar {
    position: relative;
    text-align: left;
    line-height: 4px;
    border-radius: 0;
    box-shadow: none;
    background-color: #ff5421;
    overflow: visible;
}

.profile-section .rs-progress .progress-bar .pb-label {
    position: absolute;
    left: 0px;
    top: -24px;
    color: #666;
    font-size: 15px;
    font-weight: 600;
}

.profile-section .rs-progress .progress-bar .pb-percent {
    position: absolute;
    right: -13px;
    font-weight: 500;
    color: #fff;
    font-size: 10px;
    top: -30px;
    background: #ff5421;
    padding: 8px 5px;
}

.profile-section .rs-progress .progress-bar .pb-percent:after {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    left: 50%;
    border-top-color: #ff5421;
    top: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* ------------------------------------
    17. Testimonial Section CSS
---------------------------------------*/
.rs-testimonial.style1 .testi-item {
    background: #f3f8f9;
    max-width: 1000px;
    margin: 0 0 0 auto;
    position: relative;
}

.rs-testimonial.style1 .testi-item .img-part {
    position: absolute;
    left: -240px;
    top: 50px;
}

.rs-testimonial.style1 .testi-item .img-part img {
    border-radius: 5px;
    max-width: 450px;
}

.rs-testimonial.style1 .testi-item .content-part {
    padding: 98px 0 98px 320px;
}

.rs-testimonial.style1 .testi-item .content-part .desc {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: #111111;
    font-size: 36px;
    line-height: 46px;
    position: relative;
}

.rs-testimonial.style1 .testi-item .content-part .desc:before,
.rs-testimonial.style1 .testi-item .content-part .desc:after {
    content: "\f151";
    font-family: Flaticon;
    font-size: 20px;
    color: #111111;
}

.rs-testimonial.style1 .testi-item .content-part .desc:before {
    transform: rotateY(180deg);
    position: absolute;
    left: -30px;
    top: -13px;
}

.rs-testimonial.style1 .testi-item .content-part .desc:after {
    position: relative;
    bottom: -7px;
    right: -8px;
}

.rs-testimonial.style1 .testi-item .content-part .desc.title-color {
    color: #111111;
}

.rs-testimonial.style1 .testi-item .content-part .name {
    margin: 0;
    color: #111111;
    font-weight: 500;
}

.rs-testimonial.style1 .rs-carousel.nav-style2 .owl-nav {
    bottom: 35px;
    right: 50px;
    top: unset;
}

.rs-testimonial.style2 .donation-part img {
    border-radius: 5px;
    margin-bottom: 22px;
}

.rs-testimonial.style2 .testi-wrap {
    overflow: hidden;
    background: #f3f8f9;
    border-radius: 5px;
    padding: 30px;
}

.rs-testimonial.style2 .testi-wrap .img-part {
    max-width: 209px;
    float: left;
    margin-right: 58px;
}

.rs-testimonial.style2 .testi-wrap .img-part img {
    border-radius: 5px;
}

.rs-testimonial.style2 .testi-wrap .content-part .desc {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Nunito', sans-serif;
    color: #112958;
    display: inline;
    position: relative;
}

.rs-testimonial.style2 .testi-wrap .content-part .desc:before,
.rs-testimonial.style2 .testi-wrap .content-part .desc:after {
    content: "\f151";
    font-family: Flaticon;
    font-size: 20px;
    color: #112958;
}

.rs-testimonial.style2 .testi-wrap .content-part .desc:after {
    position: relative;
    bottom: -7px;
    right: -8px;
}

.rs-testimonial.style2 .testi-wrap .content-part .desc:before {
    transform: rotateY(180deg);
    position: absolute;
    left: -30px;
    top: -13px;
}

.rs-testimonial.style2 .testi-wrap .content-part .desc.title-color {
    color: #111111;
}

.rs-testimonial.style2 .testi-wrap .content-part .info {
    margin-top: 20px;
    color: #505050;
}

.rs-testimonial.style2 .testi-wrap .content-part .info .name {
    margin: 0;
    font-weight: 600;
}

.rs-testimonial.style2 .testi-wrap .content-part.new-content .desc {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Nunito', sans-serif;
    color: #111111;
    display: inline;
    position: relative;
}

.rs-testimonial.style2 .testi-wrap .content-part.new-content .desc:before,
.rs-testimonial.style2 .testi-wrap .content-part.new-content .desc:after {
    content: "\f151";
    font-family: Flaticon;
    font-size: 20px;
    color: #111111;
}

.rs-testimonial.style2 .testi-wrap .content-part.new-content .desc:after {
    position: relative;
    bottom: -7px;
    right: -8px;
}

.rs-testimonial.style2 .testi-wrap .content-part.new-content .desc:before {
    transform: rotateY(180deg);
    position: absolute;
    left: -30px;
    top: -13px;
}

.rs-testimonial.style3 .testi-item {
    background-color: #f3f8f9;
    background-image: url(assets/images/testimonial/cloud-pattern.png);
    background-repeat: no-repeat;
    background-size: 130%;
    background-position: 0 70px;
    border-radius: 10px;
    padding: 40px 45px;
}

.rs-testimonial.style3 .testi-item .user-info img {
    max-width: 84px;
    height: auto;
    margin-bottom: 22px;
}

.rs-testimonial.style3 .testi-item .user-info .name {
    font-size: 20px;
    margin-bottom: 5px;
}

.rs-testimonial.style3 .testi-item .user-info .designation {
    font-size: 14px;
    color: #555555;
    font-weight: 500;
}

.rs-testimonial.style3 .testi-item .user-info .ratings {
    margin-top: 10px;
}

.rs-testimonial.style3 .testi-item .user-info .ratings li {
    display: inline;
}

.rs-testimonial.style3 .testi-item .user-info .ratings li i {
    color: #fcb903;
}

.rs-testimonial.style3 .testi-item .desc {
    font-size: 17px;
    font-style: italic;
}

.rs-testimonial.style3 .owl-dots {
    text-align: center;
    margin-top: 47px;
}

.rs-testimonial.style3 .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 5px;
    border-radius: 2.5px;
    background: #21a7d0;
    margin: 0 5px;
    opacity: 0.5;
}

.rs-testimonial.style3 .owl-dots .owl-dot.active {
    opacity: 1;
}

.rs-testimonial.style4 .testi-item {
    border-radius: 10px;
    padding: 30px;
    padding-right: 20px;
    background: #ffffff;
    border: 1px solid rgba(33, 167, 208, 0.1);
    transition: all 0.3s ease;
}

.rs-testimonial.style4 .testi-item .user-img img {
    max-width: 100px;
    height: auto;
}

.rs-testimonial.style4 .testi-item .user-info {
    padding-left: 20px;
}

.rs-testimonial.style4 .testi-item .user-info .name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
    color: #111111;
}

.rs-testimonial.style4 .testi-item .user-info .name:hover {
    color: #21a7d0;
}

.rs-testimonial.style4 .testi-item .user-info .designation {
    display: block;
}

.rs-testimonial.style4 .testi-item .user-info .desc {
    margin-bottom: 20px;
}

.rs-testimonial.style4 .testi-item .user-info .quote {
    color: #111111;
    font-weight: bold;
}

.rs-testimonial.style4 .center .testi-item {
    border: none;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
}

.rs-testimonial.style4 .owl-dots {
    text-align: center;
    margin-top: 47px;
}

.rs-testimonial.style4 .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 5px;
    border-radius: 2.5px;
    background: #21a7d0;
    margin: 0 5px;
    opacity: 0.5;
}

.rs-testimonial.style4 .owl-dots .owl-dot.active {
    opacity: 1;
}

.rs-testimonial.style4 .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}

.rs-testimonial.style5 {
    background: url(assets/images/bg/testi-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.rs-testimonial.style5 .testi-item .author-desc {
    position: relative;
    text-align: center;
    padding: 35px 15px;
}

.rs-testimonial.style5 .testi-item .author-desc .desc {
    position: relative;
    background: #ffffff;
    padding: 25px 25px 55px;
}

.rs-testimonial.style5 .testi-item .author-desc .desc .quote {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.rs-testimonial.style5 .testi-item .author-desc .desc:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #dbf2f7;
    z-index: -1;
    transform: rotate(10deg);
    border-radius: 10px;
}

.rs-testimonial.style5 .testi-item .author-desc .author-img {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.rs-testimonial.style5 .testi-item .author-desc .author-img img {
    width: auto;
    border-radius: 50%;
}

.rs-testimonial.style5 .testi-item .author-part {
    text-align: center;
}

.rs-testimonial.style5 .testi-item .author-part .name {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin-top: 15px;
}

.rs-testimonial.style6 .testimonial-item {
    display: flex;
}

.rs-testimonial.style6 .testimonial-item .content-part {
    padding: 0 30px;
}

.rs-testimonial.style6 .testimonial-item .content-part .content-wrap .text p {
    font-size: 24px;
    line-height: 40px;
    color: #222222;
    font-style: italic;
}

.rs-testimonial.style6 .testimonial-item .content-part .content-wrap .info .name {
    font-size: 22px;
    line-height: 38px;
    color: #031a3d;
    margin-bottom: 10px;
}

.rs-testimonial.style6 .testimonial-item .content-part .content-wrap .info .position {
    font-size: 16px;
    line-height: 28px;
    color: #54647b;
}

.rs-testimonial.style7 {
    background: #e7f8fb;
}

.rs-testimonial.style7 .testi-item {
    background: #ffffff !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) !important;
}

.rs-testimonial.style7 .testi-item .user-info img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    display: block !important;
}

.rs-testimonial.style8 .testi-item .author-desc {
    position: relative;
    text-align: center;
    padding: 35px 15px;
}

.rs-testimonial.style8 .testi-item .author-desc .desc {
    position: relative;
    background-color: #f9f8f8;
    padding: 25px 25px 55px;
}

.rs-testimonial.style8 .testi-item .author-desc .desc .quote {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.rs-testimonial.style8 .testi-item .author-desc .desc:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f9f8f8;
    z-index: -1;
    transform: rotate(10deg);
    border-radius: 10px;
}

.rs-testimonial.style8 .testi-item .author-desc .author-img {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.rs-testimonial.style8 .testi-item .author-desc .author-img img {
    margin: auto;
    max-width: 70px;
    border-radius: 50%;
}

.rs-testimonial.style8 .testi-item .author-part {
    text-align: center;
}

.rs-testimonial.style8 .testi-item .author-part .name {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin-top: 15px;
}

.rs-testimonial.style8 .owl-dots {
    text-align: center;
    margin-top: 47px;
}

.rs-testimonial.style8 .owl-dots .owl-dot {
    width: 25px;
    height: 10px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    background: #ed3600;
    border: none;
    transition: all 0.3s ease;
}

.rs-testimonial.style8 .owl-dots .owl-dot:hover,
.rs-testimonial.style8 .owl-dots .owl-dot.active {
    width: 40px;
    opacity: 1;
    background: #ff5421;
}

.rs-testimonial.style8 .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}

.rs-testimonial.main-home {
    background: url(assets/images/bg/main-home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rs-testimonial.main-home .testi-item .author-desc {
    padding: 70px 15px;
    background-color: #171F3296;
    border-radius: 5px 5px 5px 5px;
}

.rs-testimonial.main-home .testi-item .author-desc .desc {
    text-align: center;
    position: relative;
    color: #ffffff;
    padding: 80px 40px 30px;
    font-size: 23px;
    line-height: 33px;
    font-weight: 500;
    font-style: italic;
}

.rs-testimonial.main-home .testi-item .author-desc .desc .quote {
    width: 66px;
    top: -13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.rs-testimonial.main-home .testi-item .author-desc .desc:before {
    content: none;
}

.rs-testimonial.main-home .testi-item .author-desc .author-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
}

.rs-testimonial.main-home .testi-item .author-desc .author-img img {
    width: auto;
    border-radius: 50%;
}

.rs-testimonial.main-home .testi-item .author-part {
    text-align: center;
    padding-top: 45px;
}

.rs-testimonial.main-home .testi-item .author-part .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
    color: #ffffff;
    display: block;
}

.rs-testimonial.main-home .testi-item .author-part .designation {
    font-size: 16px;
    color: #ffffff;
}

.rs-testimonial.main-home .owl-dots {
    text-align: center;
    margin-top: 47px;
}

.rs-testimonial.main-home .owl-dots .owl-dot {
    width: 25px;
    height: 10px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    background: #ed3600;
    border: none;
    transition: all 0.3s ease;
}

.rs-testimonial.main-home .owl-dots .owl-dot:hover,
.rs-testimonial.main-home .owl-dots .owl-dot.active {
    width: 40px;
    background: #ff5421;
    opacity: 1;
}

.rs-testimonial.main-home .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}

.rs-testimonial.home9-style .testi-item p {
    font-size: 25px;
    font-style: italic;
    color: #111111;
    padding: 15px 0px 15px 0px;
    margin-bottom: 30px;
}

.rs-testimonial.home9-style .testi-item .testi-information {
    color: #505050;
}

.rs-testimonial.home9-style .testi-item .testi-information .name {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 15px;
}

.rs-testimonial.home9-style .testi-item .testi-information .designation {
    font-size: 22px;
    font-weight: 500;
}

.rs-testimonial.home-style1 .testi-item .author-desc {
    padding: 70px 15px;
    background-color: #f3f8f9;
    border-radius: 5px 5px 5px 5px;
}

.rs-testimonial.home-style1 .testi-item .author-desc .desc {
    text-align: center;
    position: relative;
    color: #505050;
    padding: 80px 40px 30px;
    font-size: 23px;
    line-height: 33px;
    font-weight: 500;
    font-style: italic;
}

.rs-testimonial.home-style1 .testi-item .author-desc .desc .quote {
    width: 66px;
    top: -13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.rs-testimonial.home-style1 .testi-item .author-desc .desc:before {
    content: none;
}

.rs-testimonial.home-style1 .testi-item .author-desc .author-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
}

.rs-testimonial.home-style1 .testi-item .author-desc .author-img img {
    width: auto;
    border-radius: 50%;
}

.rs-testimonial.home-style1 .testi-item .author-part {
    text-align: center;
    padding-top: 45px;
}

.rs-testimonial.home-style1 .testi-item .author-part .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
    color: #ffffff;
    display: block;
}

.rs-testimonial.home-style1 .testi-item .author-part .designation {
    font-size: 16px;
    color: #ffffff;
}

.rs-testimonial.home-style1 .owl-dots {
    text-align: center;
    margin-top: 47px;
}

.rs-testimonial.home-style1 .owl-dots .owl-dot {
    width: 40px;
    height: 10px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    background: #21a7d0;
    border: none;
}

.rs-testimonial.home-style1 .owl-dots .owl-dot:hover,
.rs-testimonial.home-style1 .owl-dots .owl-dot.active {
    background: #21a7d0;
    opacity: 1;
}

.rs-testimonial.home-style1 .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}

.rs-testimonial.home11-style .rs-carousel .owl-dots {
    text-align: center;
}

.rs-testimonial.home11-style .rs-carousel .owl-dots .owl-dot {
    position: relative;
    border: none;
    border-radius: 50%;
    background: #21a7d0;
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    margin-right: 11px;
}

.rs-testimonial.home11-style .rs-carousel .owl-dots .owl-dot:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: -4px;
    top: -4px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: #4e49a1;
    border-image: initial;
}

.rs-testimonial.home11-style .rs-carousel .owl-dots .active {
    background: #4e49a1;
}

.rs-testimonial.home11-style .testi-item .user-info {
    position: relative;
    padding: 25px 30px;
    background: #e7f9fb;
    border: 1px solid #e7f9fb;
}

.rs-testimonial.home11-style .testi-item .user-info .desc {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #54647b;
    margin-bottom: 15px;
}

.rs-testimonial.home11-style .testi-item .user-info .name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #4e49a1;
    margin-bottom: 0;
}

.rs-testimonial.home11-style .testi-item .user-info .name:hover {
    color: #21a7d0;
}

.rs-testimonial.home11-style .testi-item .user-info .position {
    font-size: 15px;
    margin-bottom: 0;
}

.rs-testimonial.home11-style .testi-item .user-info .position span {
    font-weight: 500;
}

.rs-testimonial.home11-style .testi-item .user-info::before {
    content: "";
    height: 0;
    width: 0;
    top: 30px;
    right: 100%;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
}

.rs-testimonial.home11-style .testi-item .user-info:before {
    border-right-color: #e7f9fb;
    border-width: 15px;
}

.rs-testimonial.orange-color .testi-item .user-info .ratings li i {
    color: #ff5421;
}

.rs-testimonial.orange-color .owl-dots .owl-dot {
    border-color: #ff5421 !important;
    background: #ff5421 !important;
}

.rs-testimonial.home12-style {
    background: url(assets/images/bg/home12/testi-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 150px 0;
}

.rs-testimonial.home12-style .testi-item {
    padding: 100px 40px 40px 40px;
    background-color: #ffffff;
    margin-right: 14px;
    margin-bottom: 0px;
}

.rs-testimonial.home12-style .testi-item .item-content-basic {
    position: relative;
    text-align: center;
}

.rs-testimonial.home12-style .testi-item .item-content-basic .desc {
    font-style: italic;
    margin-bottom: 28px;
}

.rs-testimonial.home12-style .testi-item .item-content-basic .desc .quote {
    width: 46px;
    top: -70px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.rs-testimonial.home12-style .testi-item .item-content-basic .testi-content .img-wrap {
    margin-bottom: 20px;
}

.rs-testimonial.home12-style .testi-item .item-content-basic .testi-content .img-wrap img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.rs-testimonial.home12-style .testi-item .item-content-basic .testi-content .name {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.rs-testimonial.home12-style .testi-item .item-content-basic .testi-content .designation {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #555555;
}

.rs-testimonial.home13-style .content {
    margin-bottom: -170px;
}

.rs-testimonial.home13-style .content .sub-title {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #ff5421;
    text-transform: uppercase;
}

.rs-testimonial.home13-style .content .title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #ffffff;
}

.rs-testimonial.home13-style .slick-part .slider-nav .slick-list {
    padding: 0 7px !important;
    margin-bottom: 32px;
}

.rs-testimonial.home13-style .slick-part .slider .images-single {
    padding: 0 0 0 6.5px;
}

.rs-testimonial.home13-style .slick-part .slider .images-single img {
    border-radius: 3px;
}

.rs-testimonial.home13-style .slick-part .slider .images-single .polite {
    background: #f00;
}

.rs-testimonial.home13-style .slick-part .slider .images-slide-single .single-testimonial {
    display: flex;
    align-items: center;
}

.rs-testimonial.home13-style .slick-part .slider .images-slide-single .single-testimonial .images-part {
    width: 50%;
}

.rs-testimonial.home13-style .slick-part .slider .images-slide-single .single-testimonial .content-part {
    width: 50%;
}

.rs-testimonial.home13-style .slick-part .slider .images-slide-single .content-part {
    width: 50%;
    padding: 0px 0px 0px 34px;
}

.rs-testimonial.home13-style .slick-part .slider .images-slide-single .content-part .quote {
    width: 40px;
    margin-bottom: 20px;
}

.rs-testimonial.home13-style .slick-part .slider .images-slide-single .content-part p {
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    color: #ffffff;
    padding: 0px 0px 30px 0px;
}

.rs-testimonial.home13-style .slick-part .slider .images-slide-single .content-part .name {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    color: #ffffff;
}

.rs-testimonial.home13-style .slick-part .slider button {
    border: none;
    font-size: 0px;
    background: none;
}

.rs-testimonial.home13-style .slick-part .slider button.slick-prev:before {
    content: "\f137";
    font-family: Flaticon;
    color: #fff;
    font-size: 18px;
    background: #ff5421;
    width: 45px;
    display: block;
    height: 45px;
    line-height: 45px;
    border-radius: 35px;
    right: 40%;
    bottom: 50px;
    position: absolute;
    z-index: 10;
}

.rs-testimonial.home14-style .owl-stage-outer {
    padding: 10px 10px 10px;
    margin: 0 10px;
}

.rs-testimonial.home14-style .testi-item {
    padding: 38px 37px 30px 37px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
}

.rs-testimonial.home14-style .testi-item .image-wrap {
    position: relative;
    margin-bottom: 25px;
}

.rs-testimonial.home14-style .testi-item .image-wrap img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    position: relative;
}

.rs-testimonial.home14-style .testi-item .item-content {
    position: relative;
}

.rs-testimonial.home14-style .testi-item .item-content .quote-positions {
    width: 18px;
    top: 136px;
    position: absolute;
    z-index: 1;
    left: 154px;
}

.rs-testimonial.home14-style .testi-item .item-content p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #505050;
    margin-bottom: 18px;
}

.rs-testimonial.home14-style .testi-item .testi-content .testi-name {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    color: #101010;
}

.rs-testimonial.home14-style .testi-item .testi-content .testi-title {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #505050;
    display: block;
}

/* ------------------------------------
    18. Blog Section CSS
---------------------------------------*/
.rs-blog.style1 .blog-item {
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #dfe9eb;
}

.rs-blog.style1 .blog-item .image-part {
    overflow: hidden;
    height: 100%;
}

.rs-blog.style1 .blog-item .image-part a img {
    transition: all 0.5s;
    transform: scale(1);
    height: 100%;
    width: 100%;
}

.rs-blog.style1 .blog-item .blog-content {
    padding: 37px 19px 30px;
}

.rs-blog.style1 .blog-item .blog-content .title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 34px;
}

.rs-blog.style1 .blog-item .blog-content .title a {
    color: #111111;
}

.rs-blog.style1 .blog-item .blog-content .title a:hover {
    color: #21a7d0;
}

.rs-blog.style1 .blog-item .blog-content .blog-meta {
    margin-bottom: 11px;
}

.rs-blog.style1 .blog-item .blog-content .blog-meta li {
    position: relative;
    margin-right: 5px;
    padding-right: 15px;
    display: inline-block;
}

.rs-blog.style1 .blog-item .blog-content .blog-meta li i {
    padding-right: 3px;
    font-size: 14px;
}

.rs-blog.style1 .blog-item .blog-content .blog-meta li i.fa-calendar {
    padding-right: 7px;
}

.rs-blog.style1 .blog-item .blog-content .blog-meta li a {
    color: #505050;
}

.rs-blog.style1 .blog-item .blog-content .blog-meta li:last-child {
    margin: 0;
    padding: 0;
}

.rs-blog.style1 .blog-item .blog-content .readon-arrow {
    text-transform: uppercase;
}

.rs-blog.style1 .blog-item:hover .image-part a img {
    transform: scale(1.07);
}

.rs-blog.style1 .events-short {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    padding: 30px;
    border: 1px solid #dfe9eb;
    border-radius: 3px;
}

.rs-blog.style1 .events-short .date-part {
    position: absolute;
    background: #f3f8f9;
    width: 100px;
    text-align: center;
    padding: 11px 0 22px;
    border-radius: 3px;
}

.rs-blog.style1 .events-short .date-part .month {
    margin-bottom: 10px;
    display: block;
}

.rs-blog.style1 .events-short .date-part .date {
    font-size: 50px;
    font-family: 'Nunito', sans-serif;
    color: #21a7d0;
    font-weight: 700;
}

.rs-blog.style1 .events-short .content-part {
    padding-left: 120px;
}

.rs-blog.style1 .events-short .content-part .categorie a {
    color: #505050;
}

.rs-blog.style1 .events-short .content-part .categorie a:hover {
    color: #21a7d0;
}

.rs-blog.style1 .events-short .content-part .title {
    line-height: 1.5;
}

.rs-blog.style1 .events-short .content-part .title a {
    color: #111111;
}

.rs-blog.style1 .events-short .content-part .title a:hover {
    color: #21a7d0;
}

.rs-blog.style1 .events-short.new-style {
    padding: unset;
    border: none;
}

.rs-blog.style1 .events-short.new-style .date-part {
    position: absolute;
    width: 100px;
    text-align: center;
    padding: 11px 0 22px;
    border-radius: 3px;
}

.rs-blog.style1 .events-short.new-style .date-part .month {
    color: #ffffff;
}

.rs-blog.style1 .events-short.new-style .date-part .date {
    color: #ffffff;
}

.rs-blog.style1 .events-short.new-style .date-part.bg1 {
    background: #4e49a1;
}

.rs-blog.style1 .events-short.new-style .date-part.bg2 {
    background: #ff6666;
}

.rs-blog.style1 .events-short.new-style .date-part.bg3 {
    background: #ffaf40;
}

.rs-blog.style1 .events-short.new-style .date-part.bg4 {
    background: #95cc47;
}

.rs-blog.style1 .events-short.new-style .content-part .categorie .timesec {
    color: #54647b;
}

.rs-blog.style1 .events-short.new-style .content-part .categorie a {
    color: #4e49a1;
}

.rs-blog.style1 .events-short.new-style .content-part .title {
    padding-right: 62px;
    font-size: 22px;
}

.rs-blog.style1 .events-short.new-style .content-part .title a {
    color: #4e49a1;
}

.rs-blog.style1 .events-short.new-style .content-part .title a:hover {
    color: #ff5421;
}

.rs-blog.style1.modify1 .blog-item {
    border: 1px solid #c7e8f0;
}

.rs-blog.style1.modify1 .blog-item .blog-content {
    padding: 33px 30px 34px;
}

.rs-blog.style1.modify1 .events-short {
    overflow: visible;
    background: #ffffff;
    padding: 6px 0;
    border: none;
    border-radius: 0;
}

.rs-blog.style1.modify1 .events-short .date-part {
    background: #f3f8f9;
}

.rs-blog.style1.modify1 .events-short .date-part.bgc1 {
    background: #dcf1fd;
}

.rs-blog.style1.modify1 .events-short .date-part.bgc2 {
    background: #eaddf8;
}

.rs-blog.style1.modify1 .events-short .date-part.bgc3 {
    background: #f8f6d1;
}

.rs-blog.style1.modify1 .events-short .date-part.bgc4 {
    background: #f9e8e8;
}

.rs-blog.style1.modify1 .events-short .content-part .title {
    font-size: 22px;
}

.rs-blog.style1.home11-style .blog-item {
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #dfe9eb;
}

.rs-blog.style1.home11-style .blog-item .blog-content {
    padding: 37px 25px 30px;
}

.rs-blog.style1.home11-style .blog-item .blog-content .title a {
    color: #4e49a1;
}

.rs-blog.style1.home11-style .blog-item .blog-content .title a:hover {
    color: #21a7d0;
}

.rs-blog.style1.home11-style .blog-item .blog-content .blog-meta {
    margin-bottom: 11px;
}

.rs-blog.style1.home11-style .blog-item .blog-content .blog-meta li {
    color: #54647b;
}

.rs-blog.style1.home11-style .blog-item .blog-content .btn-part .readon-arrow {
    color: #4e49a1;
}

.rs-blog.style1.home11-style .blog-item .blog-content .btn-part .readon-arrow:after {
    color: #4e49a1;
}

.rs-blog.style1.home11-style .blog-item .blog-content .btn-part .readon-arrow:hover {
    color: #21a7d0;
}

.rs-blog.style1.home11-style .blog-item .blog-content .btn-part .readon-arrow:hover:after {
    color: #21a7d0;
}

.rs-blog.style1.home11-style .blog-item:hover .image-part a img {
    transform: scale(1.07);
}

.rs-blog.style2 .blog-item {
    border-radius: 3px;
    background: #ffffff;
    overflow: hidden;
}

.rs-blog.style2 .blog-item .image-part {
    overflow: hidden;
    height: 100%;
}

.rs-blog.style2 .blog-item .image-part img {
    transition: all 0.5s;
    transform: scale(1);
}

.rs-blog.style2 .blog-item .blog-content {
    padding: 21px 30px 30px;
    color: #273c66;
    background: #fcfcfc;
}

.rs-blog.style2 .blog-item .blog-content .title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 34px;
}

.rs-blog.style2 .blog-item .blog-content .title a {
    color: #111111;
}

.rs-blog.style2 .blog-item .blog-content .title a:hover {
    color: #21a7d0;
}

.rs-blog.style2 .blog-item .blog-content .categories {
    color: #505050;
}

.rs-blog.style2 .blog-item .blog-content .desc {
    color: #505050;
}

.rs-blog.style2 .blog-item .blog-content .blog-meta {
    margin-bottom: 11px;
    color: #505050;
}

.rs-blog.style2 .blog-item .blog-content .blog-meta li {
    position: relative;
    margin-right: 5px;
    padding-right: 15px;
    display: inline-block;
}

.rs-blog.style2 .blog-item .blog-content .blog-meta li i {
    padding-right: 3px;
    font-size: 14px;
}

.rs-blog.style2 .blog-item .blog-content .blog-meta li i.fa-calendar {
    padding-right: 7px;
}

.rs-blog.style2 .blog-item .blog-content .blog-meta li a {
    color: #273c66;
}

.rs-blog.style2 .blog-item .blog-content .blog-meta li:last-child {
    margin: 0;
    padding: 0;
}

.rs-blog.style2 .blog-item .blog-content .blog-bottom {
    overflow: hidden;
    padding-top: 21px;
    margin-top: 21px;
    border-top: 1px solid #dcdfe6;
}

.rs-blog.style2 .blog-item .blog-content .blog-bottom li {
    display: inline;
}

.rs-blog.style2 .blog-item .blog-content .blog-bottom li.cmnt-part a {
    color: #273c66;
}

.rs-blog.style2 .blog-item .blog-content .blog-bottom li.cmnt-part a:hover {
    color: #21a7d0;
}

.rs-blog.style2 .blog-item .blog-content .blog-bottom li.btn-part {
    float: right;
}

.rs-blog.style2 .blog-item .blog-content .blog-bottom li.btn-part .readon-arrow {
    text-transform: uppercase;
    color: #273c66;
}

.rs-blog.style2 .blog-item .blog-content .blog-bottom li.btn-part .readon-arrow:hover {
    color: #21a7d0;
}

.rs-blog.style2 .blog-item .blog-content.primary-border {
    border: 1px solid rgba(33, 167, 208, 0.1);
    border-top: none;
}

.rs-blog.style2 .blog-item .blog-content.new-style .title a {
    color: #112958;
}

.rs-blog.style2 .blog-item .blog-content.new-style .title a:hover {
    color: #21a7d0;
}

.rs-blog.style2 .blog-item .blog-content.new-style .blog-bottom li {
    display: inline;
}

.rs-blog.style2 .blog-item .blog-content.new-style .blog-bottom li.cmnt-part a {
    color: #505050;
}

.rs-blog.style2 .blog-item .blog-content.new-style .blog-bottom li.cmnt-part a:hover {
    color: #21a7d0;
}

.rs-blog.style2 .blog-item .blog-content.new-style .blog-bottom li.btn-part {
    float: right;
}

.rs-blog.style2 .blog-item .blog-content.new-style .blog-bottom li.btn-part .readon-arrow {
    text-transform: uppercase;
    color: #112958;
}

.rs-blog.style2 .blog-item .blog-content.new-style .blog-bottom li.btn-part .readon-arrow:hover {
    color: #21a7d0;
}

.rs-blog.style2 .blog-item .blog-content.new-style2 .blog-bottom li.cmnt-part a {
    color: #505050;
}

.rs-blog.style2 .blog-item .blog-content.new-style2 .blog-bottom li.cmnt-part a:hover {
    color: #21a7d0;
}

.rs-blog.style2 .blog-item .blog-content.new-style2 .blog-bottom li.btn-part {
    float: right;
}

.rs-blog.style2 .blog-item .blog-content.new-style2 .blog-bottom li.btn-part .readon-arrow {
    text-transform: uppercase;
    color: #111111;
}

.rs-blog.style2 .blog-item .blog-content.new-style2 .blog-bottom li.btn-part .readon-arrow:hover {
    color: #21a7d0;
}

.rs-blog.style2 .blog-item:hover .image-part img {
    transform: scale(1.07);
}

.rs-blog.style2.modify .blog-item .blog-content {
    border: none;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.rs-blog.style2.modify .blog-item .blog-content .blog-bottom .btn-part {
    font-weight: 600;
    color: #111111;
}

.rs-blog.style2.modify .blog-item .blog-content .blog-bottom .btn-part .readon-arrow {
    font-weight: 600;
    color: #111111;
}

.rs-blog.style2.modify2 .owl-stage-outer {
    padding-bottom: 10px;
    margin: -10px;
    padding-left: 10px;
}

.rs-blog.style2.modify2 .blog-item {
    overflow: visible !important;
}

.rs-blog.style2.modify2 .blog-item .blog-content {
    background: #ffffff !important;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2) !important;
    transition: all 500ms ease;
    position: relative;
}

.rs-blog.style2.modify2 .blog-item .blog-content .categories.color-bg1 {
    color: #c701f1;
}

.rs-blog.style2.modify2 .blog-item .blog-content .categories.color-bg2 {
    color: #065ce8;
}

.rs-blog.style2.modify2 .blog-item .blog-content .categories.color-bg3 {
    color: #f6075b;
}

.rs-blog.style2.modify2 .blog-item:hover .blog-content {
    transform: translateY(-10px);
}

.rs-blog.main-home .owl-stage-outer {
    padding: 0 10px 10px;
    margin: 0 -10px;
}

.rs-blog.main-home .blog-item {
    background: #fff;
    transition: all 500ms ease;
    border-radius: 5px;
}

.rs-blog.main-home .blog-item .blog-content {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 40px 35px 16px;
}

.rs-blog.main-home .blog-item .blog-content .blog-meta {
    margin-bottom: 11px;
}

.rs-blog.main-home .blog-item .blog-content .blog-meta li {
    position: relative;
    margin-right: 5px;
    padding-right: 15px;
    display: inline-block;
}

.rs-blog.main-home .blog-item .blog-content .blog-meta li i {
    padding-right: 3px;
    font-size: 14px;
}

.rs-blog.main-home .blog-item .blog-content .blog-meta li i:before {
    padding-right: 7px;
    color: #ff5421;
}

.rs-blog.main-home .blog-item .blog-content .blog-meta li a {
    color: #505050;
}

.rs-blog.main-home .blog-item .blog-content .blog-meta li:last-child {
    margin: 0;
    padding: 0;
}

.rs-blog.main-home .blog-item .blog-content .title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 34px;
}

.rs-blog.main-home .blog-item .blog-content .title a {
    color: #101010;
}

.rs-blog.main-home .blog-item .blog-content .title a:hover {
    color: #ff5421;
}

.rs-blog.main-home .blog-item .blog-content .desc {
    color: #505050;
    padding-bottom: 20px;
}

.rs-blog.main-home .blog-item .blog-content .btn-btm {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f4f0f0;
    padding-top: 20px;
}

.rs-blog.main-home .blog-item .blog-content .btn-btm .cat-list .post-categories {
    display: flex;
    position: relative;
    padding-left: 22px;
}

.rs-blog.main-home .blog-item .blog-content .btn-btm .cat-list .post-categories:before {
    content: "\f02d";
    font-family: fontawesome;
    font-size: 15px;
    color: #ff5421;
    position: absolute;
    left: 0px;
    top: 1px;
}

.rs-blog.main-home .blog-item .blog-content .btn-btm .cat-list .post-categories li {
    font-size: 14px;
    text-transform: capitalize;
}

.rs-blog.main-home .blog-item .blog-content .btn-btm .cat-list .post-categories li a {
    color: #505050;
}

.rs-blog.main-home .blog-item .blog-content .btn-btm .cat-list .post-categories li a:hover {
    color: #ff5421;
}

.rs-blog.main-home .blog-item .blog-content .btn-btm .rs-view-btn a {
    padding: 0px 0px 0px 0px;
    font-family: "Rubik", Sans-serif;
    font-weight: 400;
    color: #505050;
    font-size: 15px;
    position: relative;
}

.rs-blog.main-home .blog-item .blog-content .btn-btm .rs-view-btn a:after {
    content: "\f054";
    font-family: fontawesome;
    font-size: 12px;
    position: relative;
    right: 0px;
    top: 0px;
    display: inline-block;
    margin-left: 3px;
}

.rs-blog.main-home .blog-item .blog-content .btn-btm .rs-view-btn a:hover {
    color: #ff5421;
}

.rs-blog.main-home .blog-item:hover {
    transform: translateY(-10px);
}

.rs-blog.main-home.modify1 .blog-item .blog-content {
    background-color: #F3FCF8;
    padding: 30px 25px 30px 25px;
    border-radius: 0 0 5px 5px;
    box-shadow: unset;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .blog-meta {
    font-size: 14px;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .blog-meta .date {
    color: #333333;
    font-size: 14px;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .blog-meta .date i:before {
    color: #0c8b51;
    padding-right: 5px;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .blog-meta .admin {
    color: #333333;
    font-size: 14px;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .blog-meta .admin i:before {
    color: #0c8b51;
    padding-right: 5px;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .title a {
    color: #101010;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .title a:hover {
    color: #0c8b51;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .btn-btm .cat-list .post-categories:before {
    color: #0c8b51;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .btn-btm .cat-list .post-categories li {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .btn-btm .cat-list .post-categories li a {
    color: #333333;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .btn-btm .cat-list .post-categories li a:hover {
    color: #0c8b51;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .btn-btm .rs-view-btn a {
    font-weight: 500;
    color: #333333;
    font-size: 15px;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .btn-btm .rs-view-btn a:hover {
    color: #0c8b51;
}

.rs-blog.home9-style .blog-item {
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #dfe9eb;
}

.rs-blog.home9-style .blog-item .image-part {
    overflow: hidden;
    height: 100%;
}

.rs-blog.home9-style .blog-item .image-part a img {
    transition: all 0.5s;
    transform: scale(1);
    height: 100%;
    width: 100%;
}

.rs-blog.home9-style .blog-item .blog-content {
    padding: 10px 20px 0px 30px;
}

.rs-blog.home9-style .blog-item .blog-content .title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 34px;
}

.rs-blog.home9-style .blog-item .blog-content .title a {
    color: #101010;
}

.rs-blog.home9-style .blog-item .blog-content .title a:hover {
    color: #f4bf00;
}

.rs-blog.home9-style .blog-item .blog-content .txt {
    font-size: 16px;
    color: #505050;
    font-weight: 400;
    margin: 0;
}

.rs-blog.home9-style .blog-item .blog-content .blog-meta {
    margin-bottom: 11px;
}

.rs-blog.home9-style .blog-item .blog-content .blog-meta li {
    position: relative;
    margin-right: 5px;
    padding-right: 15px;
    display: inline-block;
    font-size: 16px;
    color: #505050;
    font-weight: 400;
}

.rs-blog.home9-style .blog-item .blog-content .blog-meta li i {
    padding-right: 3px;
    font-size: 14px;
}

.rs-blog.home9-style .blog-item .blog-content .blog-meta li i:before {
    color: #f4bf00;
    padding-right: 5px;
}

.rs-blog.home9-style .blog-item .blog-content .blog-meta li i:before:last-child {
    padding-right: 0;
}

.rs-blog.home9-style .blog-item .blog-content .blog-meta li a {
    color: #505050;
}

.rs-blog.home9-style .blog-item .blog-content .blog-meta li:last-child {
    margin: 0;
    padding: 0;
}

.rs-blog.home9-style .blog-item:hover .image-part a img {
    transform: scale(1.07);
}

.rs-blog.home9-style .events-short-top {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #dfe9eb;
    padding: 25px 39px 38px 25px;
    align-items: flex-start;
    background: #ffffff;
}

.rs-blog.home9-style .events-short-top .date-part {
    background: #1C335F;
    min-width: 100px;
    text-align: center;
    padding: 11px 0 22px;
    border-radius: 3px;
    margin-right: 25px;
    transition: all 500ms ease;
}

.rs-blog.home9-style .events-short-top .date-part .month {
    margin-bottom: 10px;
    display: block;
    color: #ffffff;
}

.rs-blog.home9-style .events-short-top .date-part .date {
    font-size: 50px;
    color: #f4bf00;
    font-weight: 700;
    line-height: 25px;
}

.rs-blog.home9-style .events-short-top .date-part:hover {
    transform: translateY(-10px);
}

.rs-blog.home9-style .events-short-top .content-part .categorie a {
    color: #505050;
}

.rs-blog.home9-style .events-short-top .content-part .categorie a:hover {
    color: #ff5421;
}

.rs-blog.home9-style .events-short-top .content-part .title {
    line-height: 1.5;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 6px;
}

.rs-blog.home9-style .events-short-top .content-part .title a {
    color: #101010;
}

.rs-blog.home9-style .events-short-top .content-part .title a:hover {
    color: #f4bf00;
}

.rs-blog.home9-style .events-short-top .content-part .txt {
    font-size: 16px;
    color: #505050;
    margin: 0;
}

.rs-blog.home9-style .short {
    position: relative;
    display: flex;
    overflow: hidden;
    background: #ffffff;
    padding: 30px;
    border: 1px solid #dfe9eb;
    border-radius: 3px;
}

.rs-blog.home9-style .short .date-part {
    position: absolute;
    background: #1c335f;
    width: 100px;
    text-align: center;
    padding: 11px 0 22px;
    border-radius: 3px;
}

.rs-blog.home9-style .short .date-part .month {
    margin-bottom: 10px;
    display: block;
}

.rs-blog.home9-style .short .date-part .date {
    font-size: 50px;
    font-family: 'Nunito', sans-serif;
    color: #21a7d0;
    font-weight: 700;
}

.rs-blog.home9-style .short .content-part {
    padding-left: 120px;
}

.rs-blog.home9-style .short .content-part .categorie a {
    color: #505050;
}

.rs-blog.home9-style .short .content-part .categorie a:hover {
    color: #21a7d0;
}

.rs-blog.home9-style .short .content-part .title {
    line-height: 1.5;
}

.rs-blog.home9-style .short .content-part .title a {
    color: #111111;
}

.rs-blog.home9-style .short .content-part .title a:hover {
    color: #21a7d0;
}

.rs-blog.orange-color .blog-item .blog-content .title a:hover {
    color: #ff5421;
}

.rs-blog.orange-color .blog-item .blog-content .readon-arrow:hover {
    color: #ff5421;
}

.rs-blog.orange-color .blog-item .blog-content .readon-arrow:hover:after {
    color: #ff5421;
}

.rs-blog.orange-color .events-short .content-part .title a:hover {
    color: #ff5421;
}

.rs-blog.gym-home .blog-item {
    transition: all 500ms ease;
    border-radius: 5px;
}

.rs-blog.gym-home .blog-item .blog-content {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #252525;
    background-color: #1D0E15;
    padding: 26px 26px 30px 26px;
}

.rs-blog.gym-home .blog-item .blog-content .post-categories li {
    margin-bottom: 10px;
}

.rs-blog.gym-home .blog-item .blog-content .post-categories li a {
    font-size: 15px;
    color: #ff5421;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.rs-blog.gym-home .blog-item .blog-content .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}

.rs-blog.gym-home .blog-item .blog-content .title a {
    color: #ffffff;
}

.rs-blog.gym-home .blog-item .blog-content .title a:hover {
    color: #ff5421;
}

.rs-blog.gym-home .blog-item .blog-content .blog-meta {
    font-size: 14px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}

.rs-blog.gym-home .blog-item .blog-content .blog-meta li i {
    padding-right: 3px;
    font-size: 14px;
    color: #ff5421;
}

.rs-blog.gym-home .blog-item .blog-content .blog-meta li i.fa-calendar {
    padding-right: 7px;
}

.rs-blog.gym-home .blog-item:hover {
    transform: translateY(-10px);
}

.rs-inner-blog .blog-item {
    background: #fff;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.rs-inner-blog .blog-item .blog-content {
    padding: 40px 46px 45px;
    overflow: hidden;
}

.rs-inner-blog .blog-item .blog-content .blog-title {
    margin: 4px 0 10px;
    font-size: 26px;
    line-height: 35px;
}

.rs-inner-blog .blog-item .blog-content .blog-title a {
    color: #111111;
}

.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
    color: #21a7d0;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
    overflow: hidden;
    margin: 0 0 5px;
    padding: 0 0 12px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
    margin-right: 15px;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    color: #505050;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
    color: #21a7d0;
    margin-right: 3px;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
    display: inline-block;
    padding: 0;
    margin-right: 0;
    line-height: normal;
    color: #555;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
    color: #21a7d0;
    margin-right: 3px;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line {
    position: relative;
    padding-left: 2px;
    color: #555;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line i {
    margin-right: 3px;
    color: #21a7d0;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line i:before {
    font-size: 14px;
    font-weight: 600;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line a {
    color: #555;
}

.rs-inner-blog .blog-item .blog-content .blog-desc {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #505050;
    margin-bottom: 35px;
}

.rs-inner-blog .widget-area .widget-title {
    color: #111111;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-bottom: 12px;
}

.rs-inner-blog .widget-area .widget-title:before {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #ff5421;
    z-index: 1;
    margin-left: 0;
    bottom: 0;
    left: 0;
}

.rs-inner-blog .widget-area .search-widget {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.rs-inner-blog .widget-area .search-widget .search-wrap {
    position: relative;
}

.rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
    border: 1px solid #ddd;
    color: #444444;
    padding: 12px 17px;
    width: 100%;
    border-radius: 5px;
    position: relative;
}

.rs-inner-blog .widget-area .search-widget .search-wrap button {
    background: transparent;
    border: medium none;
    color: #505050;
    padding: 11px 15px 12px;
    position: absolute;
    display: block;
    right: 0px;
    top: 0;
    z-index: 10;
    font-size: 20px;
    border-radius: 0 5px 5px;
}

.rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
    font-weight: 600;
    font-size: 18px;
}

.rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
    color: #21a7d0;
}

.rs-inner-blog .widget-area .recent-posts {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.rs-inner-blog .widget-area .recent-posts ul li {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    font-weight: 400;
    font-size: 16px;
}

.rs-inner-blog .widget-area .recent-posts ul li a {
    color: #505050;
}

.rs-inner-blog .widget-area .recent-posts ul li a:hover {
    color: #21a7d0;
}

.rs-inner-blog .widget-area .recent-posts-widget {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.rs-inner-blog .widget-area .recent-posts-widget .show-featured {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-img {
    max-width: 150px;
    padding-right: 15px;
    border-radius: 3px;
    overflow: hidden;
}

.rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-desc a {
    font-size: 15px;
    line-height: 22px;
    color: #111111;
    font-weight: 400;
}

.rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-desc a:hover {
    color: #21a7d0;
}

.rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-desc .date {
    font-size: 12px;
    line-height: 20px;
    color: #21a7d0;
    font-weight: 400;
    display: block;
}

.rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-desc .date i {
    font-size: 12px;
    line-height: 12px;
    color: #21a7d0;
    font-weight: 400;
}

.rs-inner-blog .widget-area .recent-posts-widget .show-featured:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.rs-inner-blog .widget-area .widget-archives {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.rs-inner-blog .widget-area .widget-archives ul li {
    border: none;
    position: relative;
    padding: 6px 0px 6px 14px;
    margin: 0;
    font-size: 16px;
}

.rs-inner-blog .widget-area .widget-archives ul li a {
    color: #505050;
}

.rs-inner-blog .widget-area .widget-archives ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 6px;
    color: #273c66;
}

.rs-inner-blog .widget-area .widget-archives ul li a:hover {
    color: #ff5421;
}

.rs-inner-blog .blog-deatails {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
}

.rs-inner-blog .blog-deatails .blog-full {
    padding: 40px 45px 40px;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta {
    display: flex;
    align-items: center;
    padding: 0 0 30px;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta li .p-date {
    color: #555;
    font-size: 14px;
    margin-right: 8px;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta li .p-date i {
    font-size: 13px;
    margin-right: 3px;
    color: #21a7d0;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta li .p-date i:before {
    margin-right: 5px;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    color: #555;
    font-size: 14px;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line i {
    color: #21a7d0;
    margin-right: 3px;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line i:before {
    margin-right: 4px;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line a {
    font-weight: 400;
    color: #555;
    font-size: 14px;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line a:hover {
    color: #21a7d0;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta .post-comment {
    color: #555;
    font-size: 14px;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta .post-comment i:before {
    color: #21a7d0;
}

.rs-inner-blog .blog-deatails .blog-full .blog-desc p {
    font-size: 16px;
    font-weight: 400;
    color: #505050;
}

.rs-inner-blog .blog-deatails .blog-full .title {
    color: #111111;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}

.rs-inner-blog .blog-deatails .blog-full .sm-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #111111;
}

.rs-inner-blog .blog-deatails .blog-full .unorder-list li {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-bottom: 15px;
    font-weight: 500;
    line-height: 25px;
}

.rs-inner-blog .blog-deatails .blog-full .unorder-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f105";
    font-family: FontAwesome;
    color: #21a7d0;
    font-size: 20px;
}

.rs-inner-blog .ps-navigation {
    border-top: 1px solid rgba(170, 170, 170, 0.25);
    border-bottom: 1px solid rgba(170, 170, 170, 0.25);
    padding: 30px 0;
    margin: 60px 0 0;
}

.rs-inner-blog .ps-navigation ul li {
    text-align: right;
}

.rs-inner-blog .ps-navigation ul li a {
    display: inline-block;
}

.rs-inner-blog .ps-navigation ul li a .next-link {
    text-transform: uppercase;
    color: #909090;
    margin-top: 0;
    display: block;
}

.rs-inner-blog .ps-navigation ul li a .next-link:hover {
    color: #21a7d0;
}

.rs-inner-blog .ps-navigation ul li a .next-link i:before {
    font-size: 16px;
    font-style: normal;
    color: #505050;
}

.rs-inner-blog .ps-navigation ul li a .link-text {
    font-size: 16px;
    font-weight: 500;
    color: #1c1b1b;
}

.rs-inner-blog .ps-navigation ul li a .link-text:hover {
    color: #21a7d0;
}

.rs-inner-blog .comment-area .comment-full .reply-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 45px;
    position: relative;
    padding: 0 0 12px;
    color: #111111;
}

.rs-inner-blog .comment-area .comment-full p span {
    font-size: 16px;
    color: #505050;
}

.rs-inner-blog .comment-area .comment-full .from-group {
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.rs-inner-blog .comment-area .comment-full .submit-btn .submit {
    border: 2px solid;
    border-color: #21a7d0;
    background: #21a7d0;
    position: relative;
    display: inline-block;
    padding: 12px 22px;
    border-radius: 3px;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: all .3s ease 0s;
    text-transform: uppercase;
}

.rs-inner-blog .comment-area .comment-full .submit-btn .submit:hover {
    opacity: 0.9;
}

.rs-inner-blog.orange-color .blog-btn:hover,
.rs-inner-blog.orange-color .blog-btn:hover::after,
.rs-inner-blog.orange-color .widget-area .recent-posts ul li a:hover,
.rs-inner-blog.orange-color .blog-item .blog-content .blog-title a:hover,
.rs-inner-blog.orange-color .widget-area .search-widget .search-wrap button:hover,
.rs-inner-blog.orange-color .blog-item .blog-content .blog-meta .btm-cate li .author i,
.rs-inner-blog.orange-color .blog-item .blog-content .blog-meta .btm-cate li .tag-line i,
.rs-inner-blog.orange-color .blog-item .blog-content .blog-meta .btm-cate li .blog-date i,
.rs-inner-blog.orange-color .widget-area .recent-posts-widget .show-featured .post-desc .date,
.rs-inner-blog.orange-color .widget-area .recent-posts-widget .show-featured .post-desc .date i,
.rs-inner-blog.orange-color .widget-area .recent-posts-widget .show-featured .post-desc a:hover,
.rs-inner-blog.orange-color .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line i,
.rs-inner-blog.orange-color .blog-deatails .blog-full .single-post-meta .post-comment i::before,
.rs-inner-blog.orange-color .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line a:hover,
.rs-inner-blog.orange-color .blog-deatails .blog-full .single-post-meta li .p-date i,
.rs-inner-blog.orange-color .blog-deatails .blog-full .unorder-list li::before,
.rs-inner-blog.orange-color .ps-navigation ul li a .link-text:hover,
.rs-inner-blog.orange-color .ps-navigation ul li a .next-link:hover,
.rs-inner-blog.orange-color .ps-navigation ul li a .next-link:hover i::before {
    color: #ff5421;
}

.rs-inner-blog.orange-color blockquote::before {
    background: #ff5421;
}

.rs-inner-blog.orange-color .comment-area .comment-full .submit-btn .submit {
    border-color: #ff5421;
    background: #ff5421;
}

.rs-inner-blog.orange-color .comment-area .comment-full .submit-btn .submit:hover {
    border-color: #ed3600;
    background: #ed3600;
}

/* ------------------------------------
    19. Latest Events Section CSS
---------------------------------------*/
.rs-event .event-item {
    transition: all 0.3s ease;
    position: relative;
}

.rs-event .event-item .event-short {
    text-align: left;
    box-shadow: 0 0 20px #eee;
}

.rs-event .event-item .event-short .featured-img {
    position: relative;
}

.rs-event .event-item .event-short .featured-img img {
    border-radius: 5px 5px 0 0;
}

.rs-event .event-item .event-short .categorie {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
}

.rs-event .event-item .event-short .categorie a {
    background: #ff5421;
    padding: 5px 20px;
    display: inline-block;
    color: #ffffff;
    border-radius: 4px;
}

.rs-event .event-item .event-short .categorie a:hover {
    opacity: .9;
}

.rs-event .event-item .event-short .content-part {
    padding: 25px 30px 15px 30px;
    border-radius: 0 0 5px 5px;
}

.rs-event .event-item .event-short .content-part .address {
    padding-bottom: 15px;
    color: #363636;
    font-size: 14px;
}

.rs-event .event-item .event-short .content-part .address i {
    font-size: 13px;
    margin-right: 4px;
}

.rs-event .event-item .event-short .content-part .title {
    font-size: 26px;
    line-height: 32px;
    transition: all .8s ease;
}

.rs-event .event-item .event-short .content-part .title a {
    color: #000000;
}

.rs-event .event-item .event-short .content-part .title a:hover {
    color: #ff5421;
}

.rs-event .event-item .event-short .content-part .text {
    color: #363636;
    margin: 0;
    font-size: 14px;
}

.rs-event .event-item .event-short .content-part .event-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #efefef;
    margin-top: 34px;
    padding-top: 26px;
}

.rs-event .event-item .event-short .content-part .event-btm .date-part {
    font-size: 13px;
}

.rs-event .event-item .event-short .content-part .event-btm .date-part .date i {
    font-size: 13px;
    margin-right: 7px;
}

.rs-event .event-item .event-short .content-part .event-btm .btn-part a {
    background: #ff5421;
    text-transform: capitalize;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 2px;
    font-size: 14px;
    display: inline-block;
}

.rs-event .event-item .event-short .content-part .event-btm .btn-part a:hover {
    background: #ed3600;
}

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

.rs-event .event-item.home12-style .event-short {
    text-align: left;
    background: #ffffff;
}

.rs-event .event-item.home12-style .event-short .featured-img {
    position: relative;
}

.rs-event .event-item.home12-style .event-short .featured-img img {
    border-radius: 5px 5px 0 0;
}

.rs-event .event-item.home12-style .event-short .content-part {
    padding: 25px 30px 30px 30px;
    border-radius: 0 0 5px 5px;
}

.rs-event .event-item.home12-style .event-short .content-part .all-dates-time {
    display: flex;
}

.rs-event .event-item.home12-style .event-short .content-part .all-dates-time .address {
    color: #363636;
    padding-right: 20px;
}

.rs-event .event-item.home12-style .event-short .content-part .all-dates-time .address i:before {
    color: #0c8b51;
}

.rs-event .event-item.home12-style .event-short .content-part .all-dates-time .time {
    color: #363636;
    font-size: 14px;
}

.rs-event .event-item.home12-style .event-short .content-part .all-dates-time .time i:before {
    color: #0c8b51;
    padding-right: 5px;
}

.rs-event .event-item.home12-style .event-short .content-part .title {
    font-size: 22px;
    line-height: 32px;
    transition: all .8s ease;
}

.rs-event .event-item.home12-style .event-short .content-part .title a {
    color: #000000;
}

.rs-event .event-item.home12-style .event-short .content-part .title a:hover {
    color: #0c8b51;
}

.rs-event .event-item.home12-style .event-short .content-part .event-btm {
    border-top: 1px solid #efefef;
}

.rs-event .event-item.home12-style .event-short .content-part .event-btm .date-part {
    font-size: 13px;
    color: #363636;
}

.rs-event .event-item.home12-style .event-short .content-part .event-btm .date-part .date i {
    font-size: 13px;
    margin-right: 7px;
    color: #0c8b51;
}

.rs-event .event-item.home12-style .event-short .content-part .event-btm .btn-part a {
    background: #0c8b51;
}

.rs-event .event-item.home12-style .event-short .content-part .event-btm .btn-part a:hover {
    background: #085c36;
}

.rs-event .event-item.home12-style .rs-carousel .owl-dots {
    text-align: center;
}

.rs-event .event-item.home12-style .rs-carousel .owl-dots .owl-dot {
    width: 40px;
    height: 10px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    background: red;
    border: none;
}

.rs-event .event-item.home12-style .rs-carousel .owl-dots .owl-dot:hover {
    width: 40px;
    opacity: 1;
}

.rs-event .event-item.home12-style .rs-carousel .owl-dots .active {
    background: red;
}

.rs-event.home12style {
    background: url(assets/images/bg/home12/event-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 150px 0;
}

.rs-event.home12style .owl-dots {
    text-align: center;
    margin-top: 47px;
}

.rs-event.home12style .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    background: #085c36;
    border: none;
    transition: all 0.3s ease;
}

.rs-event.home12style .owl-dots .owl-dot:hover,
.rs-event.home12style .owl-dots .owl-dot.active {
    width: 40px;
    background: #0c8b51;
    opacity: 0.5;
}

.rs-event.modify1 .event-item .event-short .featured-img .dates {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #21a7d0;
    padding: 7px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 15px 15px 0 0;
    right: 0;
    margin: 0 auto;
    max-width: 220px;
    text-align: center;
}

.rs-event.modify1 .event-item .event-short .content-part {
    padding: 30px 30px 35px 30px;
    text-align: center;
}

.rs-event.modify1 .event-item .event-short .content-part .title {
    font-size: 24px;
}

.rs-event.modify1 .event-item .event-short .content-part .time-sec {
    display: inline-flex;
}

.rs-event.modify1 .event-item .event-short .content-part .time-sec .timesec {
    margin-right: 15px;
    font-size: 14px;
}

.rs-event.modify1 .event-item .event-short .content-part .time-sec .timesec i:before {
    font-size: 16px;
}

.rs-event.modify1 .event-item .event-short .content-part .time-sec .address {
    color: #363636;
    font-size: 14px;
}

.rs-event.modify1 .event-item .event-short .content-part .time-sec .address i {
    font-size: 13px;
    margin-right: 4px;
}

.rs-event.modify2 .event-item .event-short {
    transition: all 500ms ease;
    box-shadow: 0 0 20px #eee;
    position: relative;
}

.rs-event.modify2 .event-item .event-short .featured-img {
    position: relative;
    padding: 0px 0px 0px 0px;
}

.rs-event.modify2 .event-item .event-short .featured-img:before {
    opacity: .85;
    background: 0 0;
    background: linear-gradient(transparent, #333333), linear-gradient(transparent, #333333);
    background: -moz-linear-gradient(transparent, #333333), -moz-linear-gradient(transparent, #333333);
    background: -o-linear-gradient(transparent, #333333), -o-linear-gradient(transparent, #333333);
    content: "";
    height: 100%;
    bottom: 0;
    left: 0px;
    right: 0px;
    position: absolute;
    z-index: 1;
    transition: all .7s ease 0s;
}

.rs-event.modify2 .event-item .event-short .content-part {
    padding: 40px 40px 40px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 0 0 5px 5px;
}

.rs-event.modify2 .event-item .event-short .content-part .title a {
    color: #ffffff;
}

.rs-event.modify2 .event-item .event-short .content-part .address {
    color: #ffffff;
    font-size: 14px;
}

.rs-event.modify2 .event-item .event-short .content-part .address i {
    font-size: 13px;
    margin-right: 4px;
}

.rs-event.modify2 .event-item .event-short .content-part .date-part {
    padding: 0px 0px 10px 0px;
}

.rs-event.modify2 .event-item .event-short .content-part .date-part .date {
    color: #ffffff;
    font-size: 13px;
}

.rs-event.modify2 .event-item .event-short .content-part .date-part .date i {
    font-size: 13px;
    margin-right: 7px;
}

.rs-event.modify2 .event-item .event-short .content-part .time {
    color: #ffffff;
    font-size: 14px;
}

.rs-event.modify2 .event-item .event-short .content-part .time i:before {
    margin: 0;
    font-size: 14px;
    color: #fff;
    margin-right: 4px;
}

.rs-event.home8-style1 .rs-carousel .owl-dots {
    text-align: center;
}

.rs-event.home8-style1 .rs-carousel .owl-dots .owl-dot {
    width: 40px;
    height: 10px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    background: #ff5421;
    border: none;
}

.rs-event.home8-style1 .rs-carousel .owl-dots .owl-dot:hover {
    width: 40px;
    opacity: 1;
}

.rs-event.home8-style1 .rs-carousel .owl-dots .active {
    background: #ff5421;
}

.rs-event.home8-style1 .owl-stage-outer {
    padding-bottom: 10px;
}

.rs-event.home8-style1 .event-item .event-short .featured-img .dates {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #ff5421;
    padding: 7px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 15px 15px 0 0;
    right: 0;
    margin: 0 auto;
    max-width: 220px;
    text-align: center;
}

.rs-event.home8-style1 .event-item .event-short .content-part {
    padding: 30px 30px 35px 30px;
    text-align: center;
}

.rs-event.home8-style1 .event-item .event-short .content-part .title {
    font-size: 24px;
}

.rs-event.home8-style1 .event-item .event-short .content-part .time-sec {
    display: inline-flex;
}

.rs-event.home8-style1 .event-item .event-short .content-part .time-sec .timesec {
    padding-right: 4px;
}

.rs-event.home8-style1 .event-item .event-short .content-part .time-sec .timesec i:before {
    color: #ff5421;
    font-size: 14px;
}

.rs-event.home8-style1 .event-item .event-short .content-part .time-sec .address {
    font-size: 14px;
}

.rs-event.home8-style1 .event-item .event-short .content-part .time-sec .address i {
    font-size: 13px;
    margin-right: 5px;
}

.rs-event.home8-style1 .event-item .event-short .content-part .time-sec .address i:before {
    color: #ff5421;
}

.rs-event.orange-color.modify1 .event-item .event-short .featured-img .dates {
    background: #ff5421;
}

.rs-latest-events.style1 .single-img {
    z-index: 1;
    position: relative;
}

.rs-latest-events.style1 .single-img img {
    border-radius: 3px;
}

.rs-latest-events.style1 .event-wrap {
    z-index: 1;
    position: relative;
}

.rs-latest-events.style1 .event-wrap .events-short {
    overflow: hidden;
    background: #ffffff;
    padding: 31px 30px;
    border-radius: 3px;
}

.rs-latest-events.style1 .event-wrap .events-short .date-part {
    width: 100px;
    float: left;
    text-align: center;
    padding: 11px 0 22px;
    border-radius: 3px;
    margin-right: 25px;
}

.rs-latest-events.style1 .event-wrap .events-short .date-part .month {
    margin-bottom: 10px;
    display: block;
}

.rs-latest-events.style1 .event-wrap .events-short .date-part .date {
    font-size: 50px;
    font-family: 'Nunito', sans-serif;
    color: #112958;
    font-weight: 700;
}

.rs-latest-events.style1 .event-wrap .events-short .date-part.bgc1 {
    background: #dcf1fd;
}

.rs-latest-events.style1 .event-wrap .events-short .date-part.bgc2 {
    background: #e9fbd5;
}

.rs-latest-events.style1 .event-wrap .events-short .date-part.bgc3 {
    background: #fee2c0;
}

.rs-latest-events.style1 .event-wrap .events-short .content-part .categorie a {
    color: #505050;
}

.rs-latest-events.style1 .event-wrap .events-short .content-part .categorie a:hover {
    color: #21a7d0;
}

.rs-latest-events.style1 .event-wrap .events-short .content-part .title {
    line-height: 1.5;
}

.rs-latest-events.style1 .event-wrap .events-short .content-part .title a {
    color: #112958;
}

.rs-latest-events.style1 .event-wrap .events-short .content-part .title a:hover {
    color: #21a7d0;
}

.rs-latest-events.style1 .event-wrap .btn-part a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #112958;
    position: relative;
    display: inline-block;
}

.rs-latest-events.style1 .event-wrap .btn-part a:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 3px;
    width: 0;
    height: 1px;
    background: #112958;
    transition: all 0.3s ease;
}

.rs-latest-events.style1 .event-wrap .btn-part a:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}

.rs-latest-events.bg-wrap {
    position: relative;
}

.rs-latest-events.bg-wrap:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 63%;
    height: 100%;
    background: #f3f8f9;
}

/* ------------------------------------
    19. Download Section CSS
---------------------------------------*/
.rs-download-app .mobile-img {
    display: flex;
}

.rs-download-app .mobile-img .apps-image img {
    max-width: 195px;
}

/* ------------------------------------
    20. Partner Section CSS
---------------------------------------*/
.rs-partner .partner-item a img {
    max-width: 163px;
    margin: 0 auto;
}

.rs-partner.style2 .partner-item a img {
    max-width: 100px;
    margin: 0 auto;
}

/* ------------------------------------
    21. Gallery Section CSS
---------------------------------------*/
.rs-gallery .gallery-item {
    padding: 0 30px 30px 0;
}

.rs-gallery .gallery-item .gallery-img a img {
    border-radius: 5px;
}

.rs-gallery .gallery-item .title {
    padding-top: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #111111;
}

.rs-gallery.style2 .gallery-part {
    position: relative;
    overflow: hidden;
}

.rs-gallery.style2 .gallery-part .gallery-img {
    position: relative;
    overflow: hidden;
}

.rs-gallery.style2 .gallery-part .gallery-img a img {
    transform: scale(1);
    transition: all .8s ease;
    height: 220px;
}

.rs-gallery.style2 .gallery-part .gallery-img a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #171f32;
    opacity: 0;
    display: block;
    transition: all .8s ease;
    z-index: 1;
}

.rs-gallery.style2 .gallery-part:hover .gallery-img a img {
    transform: scale(1.1);
}

.rs-gallery.style2 .gallery-part:hover .gallery-img a:before {
    opacity: .4;
}

.rs-gallery.home11-style .gallery-part .gallery-img {
    position: relative;
}

.rs-gallery.home11-style .gallery-part .gallery-img img {
    border-radius: 30px;
}

.rs-gallery.home11-style .gallery-part .gallery-img .content-part {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #4e49a1;
    padding: 5px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    right: 0;
    transition: all .4s ease;
}

.rs-gallery.home11-style .gallery-part .gallery-img .content-part .title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    color: #ffffff;
    padding: 15px 0 15px;
    margin: 0;
}

.rs-gallery.home11-style .gallery-part .gallery-img .gallery-info {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.rs-gallery.home11-style .gallery-part .gallery-img .gallery-info .title-part {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.rs-gallery.home11-style .gallery-part .gallery-img .gallery-info p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    padding-right: 60px;
    padding-left: 60px;
    margin-bottom: 15px;
}

.rs-gallery.home11-style .gallery-part .gallery-img .gallery-info .btn-part a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
}

.rs-gallery.home11-style .gallery-part .gallery-img .gallery-info .btn-part a i {
    padding-left: 6px;
}

.rs-gallery.home11-style .gallery-part .gallery-img .gallery-info .btn-part a i:before {
    font-size: 16px;
}

.rs-gallery.home11-style .gallery-part .gallery-img:before {
    content: '';
    background: #4e49a1;
    position: absolute;
    visibility: hidden;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    opacity: 0;
    display: block;
    transition: all .4s ease;
    z-index: 1;
}

.rs-gallery.home11-style .gallery-part:hover .content-part {
    visibility: hidden;
    opacity: 0;
}

.rs-gallery.home11-style .gallery-part:hover .gallery-img .gallery-info {
    opacity: 1;
    visibility: visible;
}

.rs-gallery.home11-style .gallery-part:hover .gallery-img .gallery-info .title-part {
    color: #ffffff;
}

.rs-gallery.home11-style .gallery-part:hover .gallery-img .gallery-info p {
    color: #ffffff;
}

.rs-gallery.home11-style .gallery-part:hover .gallery-img .gallery-info .btn-part a {
    color: #ffffff;
}

.rs-gallery.home11-style .gallery-part:hover .gallery-img:before {
    visibility: visible;
    opacity: 0.9;
}

/* ------------------------------------
    22. CTA Section CSS
---------------------------------------*/
.rs-cta {
    position: relative;
}

.rs-cta .cta-img img {
    min-height: 425px;
    width: 100%;
}

.rs-cta .cta-content {
    position: absolute;
    width: 100%;
    max-width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rs-cta.style1 {
    background: url(assets/images/bg/pattern1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.rs-cta.style1 .partition-bg-wrap {
    position: relative;
}

.rs-cta.style1 .partition-bg-wrap:after,
.rs-cta.style1 .partition-bg-wrap:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    bottom: 0;
    z-index: -1;
}

.rs-cta.style1 .partition-bg-wrap:after {
    background: #21a7d0;
    left: 0;
}

.rs-cta.style1 .partition-bg-wrap:before {
    background: #273c66;
    right: 0;
}

.rs-cta.style2 .video-wrap .popup-videos {
    color: #ffffff;
    display: block;
    overflow: hidden;
    max-width: 270px;
}

.rs-cta.style2 .video-wrap .popup-videos i {
    width: 70px;
    height: 70px;
    line-height: 61px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    float: left;
    margin-right: 20px;
}

.rs-cta.style2 .video-wrap .popup-videos i:before {
    padding-left: 5px;
}

.rs-cta.style2 .video-wrap .popup-videos .title {
    color: #ffffff;
}

.rs-cta.style2 .video-wrap .popup-videos:hover {
    opacity: 0.7;
}

.rs-cta.style2 .partition-bg-wrap {
    position: relative;
}

.rs-cta.style2 .partition-bg-wrap:after,
.rs-cta.style2 .partition-bg-wrap:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.rs-cta.style2 .partition-bg-wrap:before {
    background: url(assets/images/cta/style2/left-bg.jpg);
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rs-cta.style2 .partition-bg-wrap:after {
    background: url(assets/images/cta/style2/right-bg.jpg);
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.rs-cta.style2 .partition-bg-wrap.inner-page:before {
    background: url(assets/images/cta/style2/left-bg2.png);
    background-size: cover;
}

.rs-cta.style2 .partition-bg-wrap.inner-page:after {
    background: url(assets/images/cta/style2/right-bg2.png);
    background-size: cover;
}

.rs-cta.style3 {
    background: url(assets/images/bg/pattern1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.rs-cta.style3 .partition-bg-wrap {
    position: relative;
}

.rs-cta.style3 .partition-bg-wrap:after,
.rs-cta.style3 .partition-bg-wrap:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    bottom: 0;
    z-index: -1;
}

.rs-cta.style3 .partition-bg-wrap:after {
    background: #21a7d0;
    left: 0;
}

.rs-cta.style3 .partition-bg-wrap:before {
    background: #273c66;
    right: 0;
}

.rs-cta.style7 .partition-bg-wrap {
    background: none !important;
    position: relative;
}

.rs-cta.style7 .partition-bg-wrap:after,
.rs-cta.style7 .partition-bg-wrap:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    bottom: 0;
    z-index: -1;
}

.rs-cta.style7 .partition-bg-wrap:after {
    background: url(assets/images/cta/home7/1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rs-cta.style7 .partition-bg-wrap:before {
    background: url(assets/images/cta/home7/2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
}

.rs-cta.main-home .partition-bg-wrap {
    background: none !important;
    position: relative;
    padding: 130px 0;
}

.rs-cta.main-home .partition-bg-wrap:after,
.rs-cta.main-home .partition-bg-wrap:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    bottom: 0;
    z-index: -1;
}

.rs-cta.main-home .partition-bg-wrap:after {
    background: url(assets/images/cta/home1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rs-cta.main-home .partition-bg-wrap:before {
    background: url(assets/images/cta/main-home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
}

.rs-cta.home9-style .partition-bg-wrap {
    background: none !important;
    position: relative;
    padding: 100px 0;
}

.rs-cta.home9-style .partition-bg-wrap:after,
.rs-cta.home9-style .partition-bg-wrap:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    bottom: 0;
    z-index: -1;
}

.rs-cta.home9-style .partition-bg-wrap:after {
    background: url(assets/images/cta/covid-19.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rs-cta.home9-style .partition-bg-wrap:before {
    background: #1c335f;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
}

.rs-cta.section-wrap .content-wrap {
    padding: 100px 100px 100px 105px;
    background: #273c66;
}

.rs-cta.section-wrap .content-wrap .text-part {
    padding-right: 400px;
}

.rs-cta.section-wrap .content-wrap .text-part .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.rs-cta.section-wrap .content-wrap .text-part .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
}

.rs-cta.section-wrap .content-wrap .text-part .desc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 40px;
}

.rs-cta.section-wrap .content {
    max-width: 700px;
    padding-left: 90px;
    padding-right: 15px;
}

.rs-cta.home11-style {
    background: url(assets/images/cta/home11.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.rs-cta.home-style14 {
    max-width: 700px;
    margin: 0 auto;
    background: url(assets/images/bg/home14/cta.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 44px 30px 44px 30px;
    border-radius: 5px 5px 5px 5px;
}

.rs-cta.home-style14 .content-part .sub-text {
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FF5421;
    display: block;
    margin-bottom: 10px;
}

.rs-cta.home-style14 .content-part .title {
    font-family: "Nunito", Sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #101010;
    margin: 0px 0px 0px 0px;
}

.rs-cta.effects-layer .effects-bg .content-part {
    padding: 56px 244px 60px 50px;
}

.rs-cta.effects-layer .effects-bg .content-part .title {
    font-size: 24px;
    line-height: 40px;
    font-weight: 800;
    color: #101010;
    margin-bottom: 13px;
}

.rs-cta.effects-layer .effects-bg.apply-bg {
    background-color: #F9F7F8;
    background-image: url(assets/images/cta/style3/1-2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 4px 4px 4px 4px;
    margin-top: 20px;
}

.rs-cta.effects-layer .effects-bg.enroll-bg {
    background-color: #F9F7F8;
    background-image: url(assets/images/cta/style3/2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 4px 4px 4px 4px;
    margin-top: 20px;
}

/* ------------------------------------
    23. Counter Section CSS
---------------------------------------*/
.rs-counter .counter-item .rs-count {
    position: relative;
    display: inline-block;
    font-size: 42px;
    line-height: 1;
    color: #112958;
    padding-right: 25px;
    margin-bottom: 15px;
}

.rs-counter .counter-item .rs-count:before {
    content: '';
    position: absolute;
    right: 0;
}

.rs-counter .counter-item .rs-count.plus:before {
    content: '+';
}

.rs-counter .counter-item .rs-count.kplus:before {
    content: 'k+';
    right: -25px;
}

.rs-counter .counter-item .rs-count.percent:before {
    content: '%';
    right: -15px;
}

.rs-counter .counter-item .title {
    font-size: 22px;
    color: #505050;
}

.rs-counter .counter-item .counter-text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.rs-counter.style2-about .counter-item .rs-count {
    color: #111111;
}

.rs-counter.style2-about .counter-item .title {
    font-size: 22px;
    color: #505050;
}

.rs-counter.style7 .counter-item .rs-count.purple-color {
    color: #c701f1;
}

.rs-counter.style7 .counter-item .rs-count.blue-color {
    color: #065ce8;
}

.rs-counter.style7 .counter-item .rs-count.pink-color {
    color: #f6075b;
}

.rs-counter.style7 .counter-item .rs-count.orange-color {
    color: #ffbc00;
}

.rs-counter.style7 .counter-item .title {
    color: #54647b;
}

.rs-counter.style-home8 .counter-item {
    padding: 40px 10px 32px 10px;
    background-color: #F9F8F8;
    border-radius: 4px 4px 4px 4px;
}

.rs-counter.style-home8 .counter-item .rs-count {
    color: #ff5421;
}

.rs-counter.style-home8 .counter-item .title {
    color: #031a3d;
}

.rs-counter.home12-style .counter-item .rs-count {
    color: #0c8b51;
    font-size: 42px;
    font-weight: 900;
    line-height: 51px;
    font-family: "Nunito", Sans-serif;
}

.rs-counter.home12-style .counter-item .prefix {
    color: #0c8b51;
    font-size: 42px;
    font-weight: 900;
    line-height: 51px;
    font-family: "Nunito", Sans-serif;
}

.rs-counter.home12-style .counter-item .title {
    color: #505050;
}

.rs-counter.home12-style .counter-item .title:hover {
    color: #0c8b51;
}

.rs-counter.home13-style .counter-item {
    transition: all 500ms ease;
}

.rs-counter.home13-style .counter-item .rs-count {
    color: #ff5421;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 5px;
}

.rs-counter.home13-style .counter-item .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 37px;
    color: #ffffff;
}

.rs-counter.home13-style .counter-item:hover {
    transform: translateY(-5px);
}

/* ------------------------------------
    24. Newsletter Section CSS
---------------------------------------*/
.rs-newsletter.style1 .newsletter-wrap {
    background: url(assets/images/bg/newsletter-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3px;
    padding: 60px 70px;
    position: relative;
}

.rs-newsletter.style1 .newsletter-wrap .content-part .sec-title {
    display: flex;
    align-items: center;
}

.rs-newsletter.style1 .newsletter-wrap .content-part .sec-title .title-icon img {
    max-width: 50px;
    margin-right: 20px;
}

.rs-newsletter.style1 .newsletter-wrap .newsletter-form {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.rs-newsletter.style1 .newsletter-wrap .newsletter-form input,
.rs-newsletter.style1 .newsletter-wrap .newsletter-form button {
    outline: none;
    border: none;
}

.rs-newsletter.style1 .newsletter-wrap .newsletter-form input {
    background: #ffffff;
    width: 100%;
    color: #505050;
    padding: 17px 30px;
    padding-right: 150px;
}

.rs-newsletter.style1 .newsletter-wrap .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: #273c66;
    color: #ffffff;
    padding: 17px 40px;
    transition: all 0.3s ease;
}

.rs-newsletter.style1 .newsletter-wrap .newsletter-form button:hover {
    background: #2e4778;
}

.rs-newsletter.style1.modify1 .newsletter-wrap {
    background: url(assets/images/bg/newslatter-bg15.jpg);
}

.rs-newsletter.style1.modify1 .newsletter-wrap .newsletter-form button {
    background: #ff5421;
}

.rs-newsletter.style1.modify1 .newsletter-wrap .newsletter-form button:hover {
    background: #ff5421;
}

.rs-newsletter.style2 {
    background: url(assets/images/bg/newsletter-bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.rs-newsletter.style2 .sec-title .title {
    margin-bottom: 10px;
}

.rs-newsletter.style2 .sec-title .sub-title {
    margin: 0;
    text-transform: capitalize;
}

.rs-newsletter.style2 .newsletter-wrap {
    border-radius: 3px;
    padding: 60px 70px;
    padding-left: 0;
    position: relative;
}

.rs-newsletter.style2 .newsletter-wrap .newsletter-form {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    max-width: 500px;
}

.rs-newsletter.style2 .newsletter-wrap .newsletter-form input,
.rs-newsletter.style2 .newsletter-wrap .newsletter-form button {
    outline: none;
    border: none;
}

.rs-newsletter.style2 .newsletter-wrap .newsletter-form input {
    background: #ffffff;
    width: 100%;
    color: #505050;
    padding: 17px 30px;
    padding-right: 150px;
}

.rs-newsletter.style2 .newsletter-wrap .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: #21a7d0;
    color: #ffffff;
    padding: 17px 40px;
    transition: all 0.3s ease;
}

.rs-newsletter.style2 .newsletter-wrap .newsletter-form button:hover {
    background: #2db4de;
}

.rs-newsletter.style2.home11-style {
    background: url(assets/images/bg/home11-news.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.rs-newsletter.style2.home11-style .sec-title2 .title {
    margin-bottom: 10px;
}

.rs-newsletter.style2.home11-style .sec-title2 .sub-title {
    margin: 0;
    text-transform: capitalize;
}

.rs-newsletter.style2.home11-style .newsletter-wrap {
    padding: unset;
}

.rs-newsletter.style2.home11-style .newsletter-wrap .newsletter-form input,
.rs-newsletter.style2.home11-style .newsletter-wrap .newsletter-form button {
    outline: none;
    border: none;
}

.rs-newsletter.style2.home11-style .newsletter-wrap .newsletter-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #4e49a1;
    color: #ffffff;
    padding: 12px 40px 12px;
    border-radius: 5px;
}

.rs-newsletter.style2.home11-style .newsletter-wrap .newsletter-form button:hover {
    background: #625eaa;
}

.rs-newsletter.style6 .newsletter-wrap .content-part .title {
    font-size: 42px;
    line-height: 46px;
    font-weight: 600;
    color: #031a3d;
}

.rs-newsletter.style6 .newsletter-wrap .content-part .sub-title {
    font-weight: 400;
    line-height: 30px;
    font-size: 20px;
    color: #54647b;
}

.rs-newsletter.style6 .newsletter-wrap .newsletter-form {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
    border-radius: 4px;
    overflow: hidden;
}

.rs-newsletter.style6 .newsletter-wrap .newsletter-form input,
.rs-newsletter.style6 .newsletter-wrap .newsletter-form button {
    outline: none;
    border: none;
}

.rs-newsletter.style6 .newsletter-wrap .newsletter-form input {
    background: #ffffff;
    color: #505050;
    padding: 18px 40px;
    padding-right: 150px;
}

.rs-newsletter.style6 .newsletter-wrap .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: #21a7d0;
    color: #ffffff;
    padding: 17px 40px;
    transition: all 0.3s ease;
    border-radius: 0 0 5px 5px;
}

.rs-newsletter.style6 .newsletter-wrap .newsletter-form button:hover {
    background: #2e4778;
}

.rs-newsletter.style6 .newsletter-wrap .newsletter-form #email {
    width: 100%;
}

.rs-newsletter.style6 .newsletter-wrap .newsletter-form span {
    margin: 0;
}

.rs-newsletter.modify .newsletter-wrap .newsletter-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    background: #21a7d0;
    color: #ffffff;
    padding: 14px 38px;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.rs-newsletter.modify.home13 .newsletter-wrap .newsletter-form button {
    background: #ff5421;
}

.rs-newsletter.modify.home13 .newsletter-wrap .newsletter-form button:hover {
    background: #2e4778;
}

.rs-newsletter.home8-style1 .content-wrap .newsletter-form {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
    border-radius: 4px;
    overflow: hidden;
}

.rs-newsletter.home8-style1 .content-wrap .newsletter-form input,
.rs-newsletter.home8-style1 .content-wrap .newsletter-form button {
    outline: none;
    border: none;
}

.rs-newsletter.home8-style1 .content-wrap .newsletter-form input {
    background: #ffffff;
    color: #505050;
    padding: 18px 40px;
    padding-right: 150px;
}

.rs-newsletter.home8-style1 .content-wrap .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: #ff5421;
    color: #ffffff;
    padding: 17px 40px;
    transition: all 0.3s ease;
    border-radius: 0 3px 3px 0;
}

.rs-newsletter.home8-style1 .content-wrap .newsletter-form button:hover {
    background: #2e4778;
}

.rs-newsletter.home8-style1 .content-wrap .newsletter-form #email {
    width: 100%;
}

.rs-newsletter.main-home .newsletter-wrap {
    background: #171f32;
    padding: 60px 70px;
    position: relative;
    border-radius: 5px;
}

.rs-newsletter.main-home .newsletter-wrap .newsletter-form {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.rs-newsletter.main-home .newsletter-wrap .newsletter-form input,
.rs-newsletter.main-home .newsletter-wrap .newsletter-form button {
    outline: none;
    border: none;
}

.rs-newsletter.main-home .newsletter-wrap .newsletter-form input {
    background: #ffffff;
    width: 100%;
    color: #505050;
    padding: 17px 30px;
    padding-right: 150px;
}

.rs-newsletter.main-home .newsletter-wrap .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: #ff5421;
    color: #ffffff;
    padding: 17px 40px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.rs-newsletter.main-home .newsletter-wrap .newsletter-form button:hover {
    background: #FF6030;
}

.rs-newsletter.orange-color .newsletter-wrap {
    background: #171F32;
}

.rs-newsletter.orange-color .newsletter-wrap .newsletter-form button {
    background: #ff5421;
}

.rs-newsletter.orange-color .newsletter-wrap .newsletter-form button:hover {
    background: #ff683b;
}

.rs-newsletter.yellow-color .newsletter-wrap {
    background: #172e58;
}

.rs-newsletter.yellow-color .newsletter-wrap .newsletter-form button {
    background: #f4bf00;
    color: #1c335f;
}

.rs-newsletter.yellow-color .newsletter-wrap .newsletter-form button:hover {
    background: #ffcb0f;
}

.rs-newsletter.green-color .newsletter-wrap {
    background: #0c8b51;
}

.rs-newsletter.green-color .newsletter-wrap .newsletter-form {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.rs-newsletter.green-color .newsletter-wrap .newsletter-form input,
.rs-newsletter.green-color .newsletter-wrap .newsletter-form button {
    outline: none;
    border: none;
}

.rs-newsletter.green-color .newsletter-wrap .newsletter-form input {
    background: #127c4b;
}

.rs-newsletter.green-color .newsletter-wrap .newsletter-form button {
    background: #0fcb75;
    text-transform: uppercase;
}

.rs-newsletter.green-color .newsletter-wrap .newsletter-form button:hover {
    background: #22cc7f;
}

.rs-newsletter.green-color .newsletter-wrap ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #ffffff;
    opacity: 1;
}

.rs-newsletter.green-color .newsletter-wrap ::-moz-placeholder {
    /* Firefox 19+ */

    color: #ffffff;
    opacity: 1;
}

.rs-newsletter.green-color .newsletter-wrap :-ms-input-placeholder {
    /* IE 10+ */

    color: #ffffff;
    opacity: 1;
}

.rs-newsletter.green-color .newsletter-wrap :-moz-placeholder {
    /* Firefox 18- */

    color: #ffffff;
    opacity: 1;
}

/* ------------------------------------
    25. Publication Section CSS
---------------------------------------*/
.rs-publication .product-list .image-product {
    position: relative;
    transition: all 0.3s;
}

.rs-publication .product-list .image-product .overley i {
    position: absolute;
    bottom: 0px;
    right: 22px;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.rs-publication .product-list .image-product .overley i:before {
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
    background: #21a7d0;
    padding: 0px 14px 4px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    display: block;
    border-radius: 5px;
}

.rs-publication .product-list .image-product .overley i:hover:before {
    background: #111111;
    color: #ffffff;
    transition: all 0.3s ease;
}

.rs-publication .product-list .content-desc {
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    padding: 30px 0;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #16AACA2B;
}

.rs-publication .product-list .content-desc .product-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
}

.rs-publication .product-list .content-desc .product-title a {
    color: #031a3d;
}

.rs-publication .product-list .content-desc .price {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #54647b;
}

.rs-publication .product-list:hover .image-product .overley i {
    opacity: 1;
    visibility: visible;
    bottom: 280px;
}

/* ------------------------------------
    26. Facilities Section CSS
---------------------------------------*/
.rs-facilities .img-part {
    position: relative;
}

.rs-facilities .img-part .media-icon {
    position: absolute;
    left: 80px;
    top: 90px;
}

.rs-facilities .choose-part {
    max-width: 700px;
    border-radius: 10px;
    padding: 80px 40px;
    background: #e7f8fb;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.rs-facilities .choose-part .our-facilities {
    display: flex;
    align-items: center;
}

.rs-facilities .choose-part .our-facilities .icon-part img {
    max-width: 55px;
}

.rs-facilities .choose-part .our-facilities .content-part .text-part {
    padding-left: 30px;
}

.rs-facilities .choose-part .our-facilities .content-part .text-part .title {
    font-size: 24px;
    line-height: 22px;
    font-weight: 800;
    color: #031a3d;
    margin: 0;
    padding-bottom: 10px;
}

.rs-facilities .choose-part .our-facilities .content-part .text-part .desc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #54647b;
    margin: 0;
}

/*----------------------------------------
    27. Faq Section CSS
----------------------------------------*/
.rs-faq-part .content-part .title .text-part {
    font-size: 20px;
    color: #111111;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.rs-faq-part .content-part .accordion {
    border-width: 12px;
}

.rs-faq-part .content-part .accordion .card {
    margin-bottom: 15px;
    border: none;
}

.rs-faq-part .content-part .accordion .card:last-child {
    margin-bottom: 0;
}

.rs-faq-part .content-part .accordion .card .card-header {
    padding: 0 !important;
    border: none;
}

.rs-faq-part .content-part .accordion .card .card-header .card-link {
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    color: #ffffff;
    display: block;
    padding: 15px 15px;
    text-transform: capitalize;
    background: #21a7d0;
}

.rs-faq-part .content-part .accordion .card .card-header .card-link.collapsed {
    background: #f9f8ff;
    color: #505050;
}

.rs-faq-part .content-part .accordion .card .card-body {
    background: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #505050;
    padding: 15px 14px 15px !important;
    border: 1px solid #f9f8ff;
}

.rs-faq-part.style1 .main-part {
    background: #f9f8f8;
    padding: 60px 60px 70px;
}

.rs-faq-part.style1 .main-part .title .text-part {
    font-size: 36px;
    color: #111111;
    line-height: 46px;
    font-weight: 700;
}

.rs-faq-part.style1 .main-part .faq-content .accordion {
    border-width: 12px;
}

.rs-faq-part.style1 .main-part .faq-content .accordion .card {
    margin-bottom: 25px;
    border: none;
}

.rs-faq-part.style1 .main-part .faq-content .accordion .card:last-child {
    margin-bottom: 0;
}

.rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header {
    display: flex;
    align-items: center;
    padding: 0 !important;
    border: none;
}

.rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 60px;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    font-weight: 600;
    background: #21a7d0;
    box-shadow: 0 0 49px 0 rgba(0, 0, 0, 0.08);
    color: #ffffff;
}

.rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f1f7";
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 400;
}

.rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link.collapsed {
    background: #ffffff;
    color: #111111;
}

.rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link.collapsed:after {
    content: "\f0a2";
}

.rs-faq-part.style1 .main-part .faq-content .accordion .card .card-body {
    background: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #505050;
    padding: 15px 14px 15px !important;
    width: 100%;
}

.rs-faq-part.style1 .main-part.new-style {
    background: #f3fcf8;
    padding: 49px 50px 70px;
}

.rs-faq-part.style1 .main-part.new-style .faq-content .accordion .card:last-child {
    margin-bottom: 0;
}

.rs-faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-header .card-link {
    background: #0c8b51;
}

.rs-faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-header .card-link:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 900;
}

.rs-faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-header .card-link.collapsed {
    background: #ffffff;
    color: #111111;
}

.rs-faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-header .card-link.collapsed:after {
    content: "\f105";
}

.rs-faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-body {
    padding: 20px 14px 35px !important;
}

.rs-faq-part.style1 .img-part {
    background: url(assets/images/faq/1.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 615px;
}

.rs-faq-part.orange-color .content-part .accordion .card .card-header .card-link,
.rs-faq-part.orange-color .main-part .faq-content .accordion .card .card-header .card-link {
    background: #ff5421;
}

.rs-faq-part.orange-color .content-part .accordion .card .card-header .card-link.collapsed,
.rs-faq-part.orange-color .main-part .faq-content .accordion .card .card-header .card-link.collapse {
    background: #f9f8ff;
}

/* ------------------------------------
    28. Error Section CSS
---------------------------------------*/
.rs-page-error {
    padding: 250px 0;
}

.rs-page-error .error-text {
    color: #111111;
    text-align: center;
}

.rs-page-error .error-text .error-code {
    font-size: 100px;
    color: #111111;
    position: relative;
}

.rs-page-error .error-text .error-code:after {
    position: absolute;
    content: '';
    background: #eee;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
}

.rs-page-error .error-text h3.error-message {
    color: #111111;
}

.rs-page-error .error-text form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.rs-page-error .error-text form input {
    border: 1px solid #ddd;
    color: #444444;
    padding: 10px 17px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 19px;
}

.rs-page-error .error-text form button {
    background: transparent;
    border: medium none;
    color: #666666;
    padding: 11px 16px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 10;
    font-size: 20px;
    outline: none;
    border-radius: 25px;
}

/*----------------------------------------
    29. Shop Section CSS
----------------------------------------*/
.rs-shop-part .woocommerce-result-count {
    font-size: 15px;
    line-height: 26px;
    color: #505050;
    font-weight: 400;
    margin: 0;
}

.rs-shop-part .from-control {
    float: right;
    font-size: 15px;
    color: #505050;
    font-weight: 400;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.rs-shop-part .product-list .image-product {
    position: relative;
}

.rs-shop-part .product-list .image-product .overley i {
    position: absolute;
    bottom: 150px;
    right: 13px;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.rs-shop-part .product-list .image-product .overley i:before {
    font-size: 30px;
    color: #505050;
    font-weight: 400;
    background: #ffffff;
    border: none;
    padding: 8px 10px 8px;
    height: 45px;
    width: 45px;
    line-height: 45px;
}

.rs-shop-part .product-list .image-product .onsale {
    font-size: 13px;
    color: #ffffff;
    font-weight: 700;
    line-height: 40px;
    background: #273c66;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 13px;
}

.rs-shop-part .product-list .content-desc .loop-product-title {
    margin: 0;
    font-size: 18px;
    line-height: 50px;
    color: #505050;
    font-weight: 700;
}

.rs-shop-part .product-list .content-desc .loop-product-title a {
    color: #111111;
    font-size: 22px;
    font-weight: 600;
}

.rs-shop-part .product-list .content-desc .loop-product-title a:hover {
    color: #21a7d0;
}

.rs-shop-part .product-list .content-desc .price {
    font-size: 20px;
    line-height: 30px;
    color: #21a7d0;
    font-weight: 700;
    margin: 0;
}

.rs-shop-part .product-list .content-desc .price del {
    opacity: 0.6;
    padding-right: 10px;
}

.rs-shop-part .product-list:hover .image-product .overley i {
    opacity: 1;
    visibility: visible;
    bottom: 13px;
}

.rs-shop-part.part2 {
    /*Shop Single CSS*/

}

.rs-shop-part.part2 .img-part a {
    border: 1px solid #505050;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #505050;
    background: #ffffff;
}

.rs-shop-part.part2 .rs-single-product .tab-area ul.nav-tabs {
    margin-bottom: 25px;
    border: none;
    border-bottom: 1px solid #e6ebee;
}

.rs-shop-part.part2 .rs-single-product .tab-area ul.nav-tabs li {
    margin-right: 40px;
}

.rs-shop-part.part2 .rs-single-product .tab-area ul.nav-tabs li a {
    display: inline-block;
    font-size: 18px;
    line-height: 31px;
    font-weight: 700;
    color: #ffffff;
    padding: 18px 40px 18px;
    background: #273c66;
}

.rs-shop-part.part2 .rs-single-product .tab-area ul.nav-tabs li a.active {
    color: #505050;
    background: transparent;
}

.rs-shop-part.part2 .rs-single-product .tab-area ul.nav-tabs li a.active:hover {
    color: #ffffff;
    background: #273c66;
}

.rs-shop-part.part2 .rs-single-product .tab-area ul.nav-tabs li:last-child {
    margin-right: 0;
}

.rs-shop-part.part2 .rs-single-product .tab-area .tab-content .tab-pane .tab-title {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 600;
}

.rs-shop-part.part2 .rs-single-product .tab-area .tab-content .tab-pane .dsc-p {
    margin: 0;
}

.rs-shop-part.part2 .rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .top-area {
    margin-bottom: 5px;
}

.rs-shop-part.part2 .rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .top-area p {
    margin-bottom: 23px;
}

.rs-shop-part.part2 .rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .top-area h4 {
    font-weight: 400;
    color: unset;
}

.rs-shop-part.part2 .rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form p.comment-notes {
    margin-bottom: 15px;
}

.rs-shop-part.part2 .rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl label {
    font-weight: 600;
    min-width: 100px;
}

.rs-shop-part.part2 .rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl input {
    border: 1px solid rgba(54, 54, 54, 0.1);
    padding: 10px 15px;
    margin-bottom: 10px;
    outline: none;
    width: 50%;
}

.rs-shop-part.part2 .rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl textarea {
    display: block;
    width: 100%;
    padding: 10px 15px;
    height: 75px;
    border: 1px solid rgba(54, 54, 54, 0.1);
    margin-bottom: 20px;
    outline: none;
}

.rs-shop-part.part2 .rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings {
    font-weight: 600;
    margin-bottom: 18px;
    display: block;
}

.rs-shop-part.part2 .rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li {
    display: inline;
}

.rs-shop-part.part2 .rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li i {
    color: #f5d109;
    font-weight: normal;
}

.rs-shop-part.part2 .rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .readon {
    font-weight: 500;
    font-size: 15px;
    padding: 13px 45px;
    border: none;
    outline: none;
}

.rs-shop-part.part2 .content-part .loop-product {
    font-size: 25px;
    line-height: 25px;
    color: #111111;
    font-weight: 700;
}

.rs-shop-part.part2 .content-part .price {
    font-size: 20px;
    line-height: 34px;
    color: #21a7d0;
    font-weight: 800;
    display: block;
}

.rs-shop-part.part2 .content-part .desc-part {
    font-size: 15px;
    line-height: 26px;
    color: #505050;
    font-weight: 400;
}

.rs-shop-part.part2 .content-part .add-cart {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
    background: #273c66;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 30px 10px;
    border: 2px solid #21a7d0;
}

.rs-shop-part.part2 .content-part .add-cart:hover {
    background: transparent;
    color: #21a7d0;
}

.rs-shop-part.orange-color .product-list .content-desc .loop-product-title a:hover {
    color: #ff5421;
}

.rs-shop-part.orange-color .product-list .content-desc .price {
    color: #ff5421;
}

/*----------------------------------------
    30. Single Shop Section CSS
----------------------------------------*/
.rs-single-shop .single-product-image .images-single {
    z-index: 1 !important;
}

.rs-single-shop .single-product-image img {
    width: 100%;
}

.rs-single-shop .single-price-info .product-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px;
}

.rs-single-shop .single-price-info .single-price {
    color: #21a7d0;
    font-weight: 600;
}

.rs-single-shop .single-price-info .some-text {
    margin-top: 15px;
}

.rs-single-shop .single-price-info form {
    margin-bottom: 30px;
}

.rs-single-shop .single-price-info form input {
    height: 40px;
    width: 70px;
    line-height: 40px;
    text-align: center;
    padding-left: 10px;
    border: 1px solid rgba(54, 54, 54, 0.1);
    outline: none;
}

.rs-single-shop .single-price-info p.category {
    margin: 0;
    padding-top: 25px;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
}

.rs-single-shop .single-price-info p.category span {
    font-weight: 700;
    padding-right: 10px;
}

.rs-single-shop .single-price-info p.category a {
    color: #505050;
}

.rs-single-shop .single-price-info p.category a:hover {
    color: #21a7d0;
}

.rs-single-shop .single-price-info .tag {
    margin: 0;
}

.rs-single-shop .single-price-info .tag span {
    font-weight: 700;
}

.rs-single-shop .tab-area {
    margin-top: 50px;
}

.rs-single-shop .tab-area ul.nav-tabs {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 32px;
}

.rs-single-shop .tab-area ul.nav-tabs li {
    margin-right: 3px;
}

.rs-single-shop .tab-area ul.nav-tabs li a {
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    background: #f0f0f0;
    color: #111111;
    font-weight: 600;
}

.rs-single-shop .tab-area ul.nav-tabs li a:hover,
.rs-single-shop .tab-area ul.nav-tabs li a.active {
    background: #21a7d0;
    color: #ffffff;
}

.rs-single-shop .tab-area ul.nav-tabs li:last-child {
    margin-right: 0;
}

.rs-single-shop .tab-area .tab-content .tab-pane .tab-title {
    font-weight: 700;
    margin-bottom: 34px;
}

.rs-single-shop .tab-area .tab-content .tab-pane .dsc-p {
    margin: 0;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area {
    margin-bottom: 5px;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area p {
    margin-bottom: 23px;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area h4 {
    font-weight: 400;
    color: unset;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form {
    max-width: 600px;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form p.comment-notes {
    margin-bottom: 15px;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl label {
    font-weight: 600;
    display: block;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl input {
    border: 1px solid rgba(54, 54, 54, 0.1);
    padding: 10px 15px;
    margin-bottom: 10px;
    width: 100%;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl textarea {
    width: 100%;
    padding: 10px 15px;
    height: 75px;
    border: 1px solid rgba(54, 54, 54, 0.1);
    margin-bottom: 20px;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings {
    font-weight: 600;
    margin-bottom: 18px;
    display: block;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li {
    display: inline;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li i {
    color: #21a7d0;
    font-weight: normal;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .readon {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    padding: 0 22px;
}

.rs-single-shop.orange-color .single-price-info .single-price,
.rs-single-shop.orange-color .single-price-info p.category a:hover,
.rs-single-shop.orange-color .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li i {
    color: #ff5421;
}

.rs-single-shop.orange-color .tab-area ul.nav-tabs li a:hover,
.rs-single-shop.orange-color .tab-area ul.nav-tabs li a.active {
    background: #ff5421;
}

/*----------------------------------------
    31. Cart Section CSS
----------------------------------------*/
.rs-cart .cart-wrap table.cart-table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    border-collapse: collapse;
}

.rs-cart .cart-wrap table.cart-table td,
.rs-cart .cart-wrap table.cart-table th {
    padding: 25px;
    text-align: center;
    border: 1px solid #ccc;
}

.rs-cart .cart-wrap table.cart-table th {
    border: none;
    font-size: 18px;
    padding: 25px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
}

.rs-cart .cart-wrap table.cart-table td {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #e6e6e6;
}

.rs-cart .cart-wrap table.cart-table .product-remove a {
    margin: 0 auto;
    color: #111111;
    display: block;
    border-radius: 100%;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 400;
    height: 20px;
    width: 20px;
    line-height: 17px;
    text-align: center;
}

.rs-cart .cart-wrap table.cart-table .product-remove a:hover {
    background: #ff0000;
    color: #ffffff;
}

.rs-cart .cart-wrap table.cart-table .product-thumbnail {
    min-width: 32px;
}

.rs-cart .cart-wrap table.cart-table .product-thumbnail a img {
    width: 80px;
    height: auto;
}

.rs-cart .cart-wrap table.cart-table .product-name a {
    color: #505050;
    font-weight: 700;
}

.rs-cart .cart-wrap table.cart-table .product-name a:hover {
    color: #21a7d0;
}

.rs-cart .cart-wrap table.cart-table .product-price {
    font-weight: 700;
}

.rs-cart .cart-wrap table.cart-table .product-quantity input {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 0 0 0 10px;
    max-width: 65px;
    margin: 0 auto;
    outline: none;
}

.rs-cart .cart-wrap table.cart-table .action .coupon {
    float: left;
}

.rs-cart .cart-wrap table.cart-table .action .coupon input {
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: none;
    width: 320px;
    border-radius: 4px;
    height: 45px;
    margin-right: 20px;
    text-align: left;
    padding-left: 22px;
}

.rs-cart .cart-collaterals {
    width: 100%;
    overflow: hidden;
}

.rs-cart .cart-collaterals .cart-totals {
    float: right;
    width: 48%;
}

.rs-cart .cart-collaterals .cart-totals .title {
    font-weight: 700;
    color: #505050;
    text-transform: capitalize;
}

.rs-cart .cart-collaterals .cart-totals table.cart-total-table {
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
}

.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
    font-size: 18px;
    font-weight: 700;
}

.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr td,
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
    padding: 30px 10px;
}

.rs-cart.orange-color .cart-wrap table.cart-table .product-name a:hover {
    color: #ff5421;
}

/*-----------------------------------------------
    32. Header Cart Section CSS
-----------------------------------------------*/
.woocommerce-mini-cart {
    position: absolute;
    right: 0;
    top: 200%;
    transition: all 0.3s ease;
    width: 270px;
    opacity: 0;
    padding-top: 120px;
    visibility: hidden;
    overflow: hidden;
}

.woocommerce-mini-cart .cart-bottom-part {
    padding: 30px 20px;
    background: #21a7d0;
}

.woocommerce-mini-cart.left-view {
    right: unset;
    left: 0;
}

.woocommerce-mini-cart li {
    border-bottom: 1px solid rgba(170, 170, 170, 0.25);
    padding: 0 0 20px 0 !important;
    margin: 0 0 20px 0 !important;
    margin-right: 0 !important;
    border: none !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.woocommerce-mini-cart li:last-child {
    margin: 0 !important;
}

.woocommerce-mini-cart .product-info {
    padding: 0 26px;
}

.woocommerce-mini-cart .product-info a {
    color: #ffffff !important;
    font-weight: 700;
}

.woocommerce-mini-cart .product-info a:hover {
    color: #273c66 !important;
}

.woocommerce-mini-cart .total-price {
    padding: 0 0 20px;
}

.woocommerce-mini-cart .quantity,
.woocommerce-mini-cart .total-price {
    color: #f3f8f9;
}

.woocommerce-mini-cart .icon-cart i {
    color: #ffffff;
    width: 18px;
    height: 18px;
    line-height: 16px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.woocommerce-mini-cart .icon-cart i:hover {
    color: #273c66;
}

.woocommerce-mini-cart .icon-cart,
.woocommerce-mini-cart .product-image {
    margin-top: 2px;
}

.woocommerce-mini-cart .product-image {
    display: block;
    float: right;
    text-align: right;
    width: 56px;
}

.woocommerce-mini-cart .crt-btn {
    padding: 5px 10px;
    background: #273c66;
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
}

.woocommerce-mini-cart .crt-btn:hover {
    background: #2e4778;
    color: #ffffff;
}

.woocommerce-mini-cart .crt-btn.btn1 {
    margin-right: 10px;
}

.mini-cart-active:hover .woocommerce-mini-cart {
    visibility: visible;
    opacity: 1;
    top: 0;
}

/*-----------------------------------------------
    28. Woocommerce Section CSS
-----------------------------------------------*/
.woocommerce-mini-cart2 {
    line-height: 20px;
    background-color: #fff;
    position: absolute;
    right: 11.3%;
    font-size: 14px;
    top: 100%;
    width: 278px;
    z-index: 10000;
    transition: all .2s ease 0s;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
}

.woocommerce-mini-cart2 .cart-bottom-part {
    padding: 25px 10px 0;
}

.woocommerce-mini-cart2 .cart-bottom-part .widget-title {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-top: 50px;
    color: #0a0a0a;
    font-family: Nunito;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.woocommerce-mini-cart2 .cart-bottom-part .widget-title:before {
    position: absolute;
    content: "\f131";
    color: #101010;
    left: 50%;
    transform: translateX(-50%);
    bottom: 42px;
    font-family: Flaticon;
    font-size: 30px;
    font-style: normal;
}

.cart-active2 {
    cursor: pointer;
}

.icon-bar.cart-active:hover .woocommerce-mini-cart2,
.cart-active2:hover .woocommerce-mini-cart2,
.icon-bar.cart-active:hover .woocommerce-mini-cart,
.cart-active2:hover .woocommerce-mini-cart {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/*----------------------------------------
    33. Checkout Section CSS
----------------------------------------*/
.rs-checkout .checkout-title {
    margin-bottom: 30px;
}

.rs-checkout .checkout-title h3 {
    font-size: 26px;
    margin: 0;
}

.rs-checkout .coupon-toggle .accordion .card {
    border: unset;
    border-top: 3px solid #21a7d0;
    border-radius: 0;
}

.rs-checkout .coupon-toggle .accordion .card .card-header {
    border: none;
    margin: 0;
    border-radius: unset;
}

.rs-checkout .coupon-toggle .accordion .card .card-header .card-title {
    margin: 0;
}

.rs-checkout .coupon-toggle .accordion .card .card-header .card-title span i {
    margin-right: 10px;
}

.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button {
    background: unset;
    border: none;
    color: #273c66;
    transition: all 0.3s ease;
    outline: none;
    cursor: pointer;
}

.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button:hover {
    color: #21a7d0;
}

.rs-checkout .coupon-toggle .accordion .card .card-body {
    border: 1px solid #d3ced2;
    padding: 20px 20px 50px 20px;
    margin-top: 2em;
    text-align: left;
}

.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input {
    width: 47%;
    float: left;
    margin-right: 50px;
}

.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input input {
    width: 100%;
    height: 45px;
    outline: none;
    padding: 10px 18px;
    color: #505050;
    border: 1px solid rgba(54, 54, 54, 0.1);
}

.rs-checkout .full-grid {
    margin-top: 25px;
}

.rs-checkout .full-grid .form-content-box {
    margin-bottom: 50px;
}

.rs-checkout .full-grid .form-content-box .form-group label {
    line-height: 2;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.rs-checkout .full-grid .form-content-box .form-group select {
    color: #666666;
    opacity: .5;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    width: 100%;
    outline: none;
}

.rs-checkout .full-grid .form-content-box .form-group textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none;
    width: 100%;
    border: 1px solid rgba(54, 54, 54, 0.1);
    padding: 10px 18px;
    margin: 0;
    outline: none;
}

.rs-checkout .full-grid .form-content-box .form-group .form-control-mod {
    border: 1px solid rgba(54, 54, 54, 0.1);
    height: 45px;
    padding: 10px 18px;
    width: 100%;
    margin: 0;
    outline: none;
    line-height: normal;
    border-radius: unset;
}

.rs-checkout .full-grid .form-content-box .form-group .form-control-mod.margin-bottom {
    margin-bottom: 10px !important;
}

.rs-checkout .full-grid .ordered-product table {
    width: 100%;
}

.rs-checkout .full-grid .ordered-product table tr th {
    border: 1px solid #ccc;
    padding: 9px 12px;
}

.rs-checkout .full-grid .ordered-product table tr td {
    border: 1px solid #ccc;
    padding: 6px 12px;
}

.rs-checkout .full-grid .payment-method .top-area {
    border-bottom: 1px solid #d3ced2;
}

.rs-checkout .full-grid .payment-method .top-area .payment-co {
    margin-bottom: 20px;
}

.rs-checkout .full-grid .payment-method .top-area .payment-co span {
    font-weight: 600;
    margin-right: 10px;
}

.rs-checkout .full-grid .payment-method .top-area .p-msg {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0 2em;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #f9f9f9;
}

.rs-checkout .full-grid .payment-method .top-area .p-msg:before {
    content: '';
    display: block;
    border: 1em solid #f9f9f9;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.rs-checkout.orange-color .coupon-toggle .accordion .card {
    border-color: #ff5421;
}

.rs-checkout.orange-color .coupon-toggle .accordion .card .card-header .card-title button:hover {
    color: #ff5421;
}

/*----------------------------------------
    34. Login Section CSS
----------------------------------------*/
.rs-login .noticed {
    background: #f9f8f8;
    max-width: 800px;
    padding: 70px;
    margin: 0 auto;
}

.rs-login .noticed .main-part {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
}

.rs-login .noticed .main-part .method-account .login {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #111111;
}

.rs-login .noticed .main-part .method-account label {
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    color: #505050;
}

.rs-login .noticed .main-part .method-account input {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #505050;
    width: 100%;
    display: block;
    border: none;
    height: 45px;
    padding: 10px 18px;
    border-radius: 5px;
    box-shadow: 0 0 30px #eee;
}

.rs-login .noticed .main-part .method-account span {
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    color: #505050;
    padding-left: 10px;
}

.rs-login .noticed .main-part .method-account .last-password p {
    color: #505050;
    margin: 0;
}

.rs-login .noticed .main-part .method-account .last-password p a {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #ff5421;
}

.rs-login .noticed .main-part .method-account .last-password p a:hover {
    color: #505050;
}

/* -----------------------------------
    35. Register Section CSS
-------------------------------------*/
.register-section {
    position: relative;
}

.register-section .register-box {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    padding: 45px 40px 35px;
    background: #f9f8f8;
}

.register-section .register-box .styled-form {
    max-width: 600px;
    margin: 0 auto;
}

.register-section .register-box .styled-form .form-group .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 32px;
}

.register-section .register-box .styled-form .form-group .title-box h2 {
    position: relative;
    color: #03382e;
    font-weight: 700;
    line-height: 1.3em;
}

.register-section .register-box .styled-form .form-group .title-box .text {
    position: relative;
    color: #03382e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 12px;
}

/* Styled Form */
.styled-form {
    position: relative;
}

.styled-form .form-group {
    position: relative;
    /* CheckBox */

    /* RadioBox */

}

.styled-form .form-group .eye-icon {
    position: absolute;
    right: 20px;
    top: 52px;
    color: #222222;
    font-size: 18px;
    z-index: 1;
    opacity: 0.5;
}

.styled-form .form-group label {
    position: relative;
    color: #626262;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.styled-form .form-group input {
    position: relative;
    height: 50px;
    padding: 6px 30px;
    width: 100%;
    color: #222222;
    font-size: 16px;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: none;
    box-shadow: 0 0 30px #eee;
}

.styled-form .form-group input:focus {
    border-color: #ff6262;
}

.styled-form .form-group textarea {
    position: relative;
    height: 150px;
    width: 100%;
    resize: none;
    padding: 15px 15px;
    border-radius: 50px;
    border: 1px solid #f2f2f2;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.styled-form .form-group .users {
    position: relative;
    color: #626262;
    font-size: 16px;
    text-align: center;
}

.styled-form .form-group .users a {
    position: relative;
    color: #ff5421;
    font-weight: 600;
    text-decoration: underline;
}

.styled-form .form-group .users a:hover {
    color: #ed3600;
}

.styled-form .form-group .check-box {
    position: relative;
    margin-bottom: 3px;
    margin-top: 7px;
}

.styled-form .form-group .check-box label {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 4px 10px 0px;
    padding-left: 25px;
    background: #ffffff;
    font-size: 16px;
    font-weight: 400;
    color: #626262;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Poppins', sans-serif;
}

.styled-form .form-group .check-box label:before {
    position: absolute;
    left: 0;
    top: 6px;
    height: 15px;
    width: 15px;
    background: #ffffff;
    content: "";
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #21a7d0;
}

.styled-form .form-group .check-box label:after {
    position: absolute;
    left: 0px;
    top: 0;
    height: 15px;
    line-height: 15px;
    max-width: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    overflow: hidden;
    background: transparent;
    text-align: center;
    font-family: 'FontAwesome';
    -webkit-transition: max-width 500ms ease;
    -moz-transition: max-width 500ms ease;
    -ms-transition: max-width 500ms ease;
    -o-transition: max-width 500ms ease;
    transition: max-width 500ms ease;
}

.styled-form .form-group .check-box input[type="checkbox"]:checked+label {
    border-color: #25a9e0;
}

.styled-form .form-group .radio-box {
    position: relative;
    margin-bottom: 3px;
    margin-top: 7px;
}

.styled-form .form-group .radio-box label {
    position: relative;
    display: block;
    height: 30px;
    width: 100%;
    line-height: 9px;
    padding: 4px 10px 0px;
    padding-left: 25px;
    background: #ffffff;
    font-size: 16px;
    font-weight: 400;
    color: #626262;
    cursor: pointer;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.styled-form .form-group .radio-box label:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 15px;
    background: #ffffff;
    content: "";
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #21a7d0;
}

.styled-form .form-group .radio-box label:after {
    position: absolute;
    left: 0px;
    top: 0;
    height: 15px;
    line-height: 15px;
    max-width: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    overflow: hidden;
    background: transparent;
    text-align: center;
    font-family: 'FontAwesome';
    -webkit-transition: max-width 500ms ease;
    -moz-transition: max-width 500ms ease;
    -ms-transition: max-width 500ms ease;
    -o-transition: max-width 500ms ease;
    transition: max-width 500ms ease;
}

.styled-form .forgot {
    position: relative;
    font-weight: 500;
    color: #626262;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: underline;
}

.styled-form .form-group .form-group .check-box label {
    padding-left: 30px;
    padding-top: 1px;
    cursor: pointer;
}

.styled-form .form-group .check-box input[type="checkbox"] {
    display: none;
}

.styled-form .form-group .check-box input[type="checkbox"]:checked+label:before {
    border: 5px solid #21a7d0;
    background: #ffffff;
}

.styled-form .form-group .check-box input[type="checkbox"]:checked+label:after {
    max-width: 20px;
    opacity: 1;
}

.styled-form .form-group .radio-box input[type="radio"]:checked+label {
    border-color: #25a9e0;
}

.styled-form .form-group .form-group .radio-box label {
    padding-left: 30px;
    padding-top: 1px;
    cursor: pointer;
}

.styled-form .form-group .radio-box input[type="radio"] {
    display: none;
}

.styled-form .form-group .radio-box input[type="radio"]:checked+label:before {
    border: 5px solid #21a7d0;
    background: #ffffff;
}

.styled-form .form-group .radio-box input[type="radio"]:checked+label:after {
    max-width: 20px;
    opacity: 1;
}

.rs-free-contact {
    background: #0c8b51;
    padding: 50px 50px 50px 50px;
}

.rs-free-contact .from-control {
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0C8B51;
    background-color: #127C4B;
    border-radius: 3px;
    padding: 10px 18px;
}

.rs-free-contact textarea {
    height: 140px;
}

.rs-free-contact ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #ffffff;
    opacity: 1;
}

.rs-free-contact ::-moz-placeholder {
    /* Firefox 19+ */

    color: #ffffff;
    opacity: 1;
}

.rs-free-contact :-ms-input-placeholder {
    /* IE 10+ */

    color: #ffffff;
    opacity: 1;
}

.rs-free-contact :-moz-placeholder {
    /* Firefox 18- */

    color: #ffffff;
    opacity: 1;
}

/*-------------------------------------
    36. Contact Section CSS
--------------------------------------*/
.contact-page-section .inner-part .title {
    font-size: 36px;
    color: #101010;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 14px;
}

.contact-page-section .inner-part .title2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25em;
    color: #111111;
}

.contact-page-section .inner-part p {
    font-size: 19px;
    color: #363636;
    line-height: 32px;
    font-weight: 400;
}

.contact-page-section .rs-quick-contact {
    background-color: #F9F8F8;
    padding: 70px 150px 70px;
}

.contact-page-section .rs-quick-contact .from-control {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F1F1F1;
    box-shadow: 0 0 30px #eee;
    color: #363636;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    border-radius: 3px;
    border: 1px solid #ffffff;
    color: #767676;
    background: #ffffff;
    padding: 10px 18px;
}

.contact-page-section .rs-quick-contact textarea {
    height: 140px;
}

.contact-page-section .rs-quick-contact .form-group .btn-send {
    padding: 16px 0px 16px 0px;
    text-transform: uppercase;
    box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
    outline: none;
    border: none;
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #ff5421;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.contact-page-section .rs-quick-contact .form-group .btn-send:hover {
    opacity: 0.90;
}

.contact-page-section .rs-quick-contact.new-style {
    padding: 70px 60px 70px;
}

.contact-page-section .rs-contact-box .address-item {
    padding: 50px 40px 50px 40px;
    background: #ffffff;
    box-shadow: 0 0 30px #fff;
    text-align: center;
    margin: 0px 20px 0px 0px;
    border-radius: 5px 5px 5px 5px;
}

.contact-page-section .rs-contact-box .address-item .icon-part {
    padding-bottom: 20px;
}

.contact-page-section .rs-contact-box .address-item .icon-part img {
    width: 65px;
}

.contact-page-section .rs-contact-box .address-item .address-text .label {
    display: block;
    color: #101010;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}

.contact-page-section .rs-contact-box .address-item .address-text .des {
    font-size: 17px;
    color: #031a3d;
}

.contact-page-section .rs-contact-box .address-item .address-text .des a {
    color: #031a3d;
}

.contact-page-section .rs-contact-box .address-item .address-text .des a:hover {
    color: #ff5421;
}

.contact-page-section .rs-contact-wrap {
    padding: 40px 35px 30px 35px;
    background-color: #F9F8F8;
    border-radius: 5px 5px 5px 5px;
}

.contact-page-section .rs-contact-wrap .address-item {
    display: flex;
    position: relative;
    margin-bottom: 40px;
}

.contact-page-section .rs-contact-wrap .address-item .address-icon {
    margin-right: 20px;
}

.contact-page-section .rs-contact-wrap .address-item .address-icon i {
    font-size: 35px;
    color: #ff5421;
}

.contact-page-section .rs-contact-wrap .address-item .address-text .label {
    display: block;
    color: #505050;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 1.2;
}

.contact-page-section .rs-contact-wrap .address-item .address-text .des {
    font-size: 18px;
    color: #111111;
    font-weight: 500;
}

.contact-page-section .rs-contact-wrap .address-item .address-text .des a {
    color: #111111;
    font-weight: 500;
}

.contact-page-section .rs-contact-wrap .address-item .address-text .des a:hover {
    color: #ff5421;
}

.contact-page-section .contact-comment-box .from-control {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F1F1F1;
    box-shadow: 0 0 30px #eee;
    color: #363636;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    border-radius: 3px;
    border: 1px solid #ffffff;
    color: #767676;
    background: #ffffff;
    padding: 10px 18px;
}

.contact-page-section .contact-comment-box textarea {
    height: 140px;
}

.contact-page-section .contact-comment-box .form-group .btn-send {
    padding: 16px 0px 16px 0px;
    box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
    outline: none;
    border: none;
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #ff5421;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
}

.contact-page-section .contact-comment-box .form-group .btn-send:hover {
    opacity: 0.90;
}

.contact-page-section .contact-comment-box.new-style {
    padding: 60px 70px 60px !important;
}

.contact-page-section .contact-map {
    overflow: hidden;
}

.contact-page-section .contact-map iframe {
    float: left;
    width: 100%;
    height: 550px;
    border: none;
}

.contact-page-section .contact-map2 {
    overflow: hidden;
}

.contact-page-section .contact-map2 iframe {
    float: left;
    width: 100%;
    height: 720px;
    border: none;
}

.contact-page-section .contact-map3 {
    overflow: hidden;
}

.contact-page-section .contact-map3 iframe {
    float: left;
    width: 100%;
    height: 600px;
    border: none;
}

.contact-page-section .contact-address-section {
    text-align: center;
    margin: 0 0 50px;
}

.contact-page-section .contact-address-section .contact-info {
    background: #f9f9f9;
    display: flex;
    text-align: left;
    align-items: center;
    padding: 0 30px;
    min-height: 175px;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease;
}

.contact-page-section .contact-address-section .contact-info .icon-part {
    margin-right: 30px;
}

.contact-page-section .contact-address-section .contact-info .icon-part i {
    color: #ff5421;
    font-size: 30px;
    margin: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    line-height: 58px;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    border: 6px solid #f9ede9;
}

.contact-page-section .contact-address-section .contact-info .content-part .info-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #505050;
    margin: 0 0 5px;
}

.contact-page-section .contact-address-section .contact-info .content-part .info-title {
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    margin: 0;
}

.contact-page-section .contact-address-section .contact-info .content-part a {
    color: #111111;
    display: block;
}

.contact-page-section .contact-address-section .contact-info .content-part a:hover {
    color: #ff5421;
}

.contact-page-section .contact-address-section .contact-info:hover {
    transform: translateY(-5px);
}

.contact-page-section .contact-address-section.style2 {
    margin: 0;
}

.contact-page-section .contact-comment-section {
    padding: 50px;
}

.contact-page-section .contact-comment-section h3 {
    font-size: 36px;
    margin: 0;
    padding-bottom: 15px;
    font-weight: 700;
}

.contact-page-section .contact-comment-section form .form-group input {
    height: 43px;
    padding: 0 15px;
}

.contact-page-section .contact-comment-section form .form-group input,
.contact-page-section .contact-comment-section form .form-group textarea {
    border: none;
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
}

.contact-page-section .contact-comment-section form .form-group label {
    color: #505050;
    font-weight: 400;
}

.contact-page-section .contact-comment-section form .form-group input.btn-send {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #ff5421;
    margin-top: 15px;
    border: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    padding: 0 50px;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}

.contact-page-section .contact-comment-section form .form-group input.btn-send:hover {
    background: #ed3600;
}

.contact-page-section .contact-bg1 {
    background: #f9f9f9;
}

/*------------------------------------
    37. Footer Section CSS
------------------------------------*/
.rs-footer {
    background-color: #273c66;
    background-image: url(assets/images/bg/footer-bg.png);
    background-size: cover;
}

.rs-footer .footer-top {
    padding: 218px 0 93px;
}

.rs-footer .footer-top .widget-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.rs-footer .footer-top .site-map li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 11px;
}

.rs-footer .footer-top .site-map li a {
    color: #e8e8e8;
}

.rs-footer .footer-top .site-map li a:hover {
    color: #21a7d0;
}

.rs-footer .footer-top .site-map li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #21a7d0;
}

.rs-footer .footer-top .site-map li:last-child {
    margin-bottom: 0;
}

.rs-footer .footer-top .address-widget li {
    position: relative;
    margin-bottom: 16px;
}

.rs-footer .footer-top .address-widget li i {
    position: absolute;
}

.rs-footer .footer-top .address-widget li i:before {
    color: #ffffff;
}

.rs-footer .footer-top .address-widget li .desc {
    padding-left: 35px;
    color: #ffffff;
}

.rs-footer .footer-top .address-widget li .desc a {
    color: #ffffff;
}

.rs-footer .footer-top .address-widget li .desc a:hover {
    color: #21a7d0;
}

.rs-footer .footer-top .address-widget li:last-child {
    margin-bottom: 0;
}

.rs-footer .footer-top.no-gap {
    padding-top: 93px;
}

.rs-footer .footer-bottom {
    padding: 40px 0;
    background: transparent;
    position: relative;
}

.rs-footer .footer-bottom .copyright p {
    margin-bottom: 0;
    color: #f3f8f9;
}

.rs-footer .footer-bottom .copyright a {
    color: #21a7d0;
}

.rs-footer .footer-bottom .footer-logo a {
    display: inline-block;
}

.rs-footer .footer-bottom .footer-logo a img {
    max-width: 190px;
}

.rs-footer .footer-bottom .footer-social li {
    display: inline;
    margin-right: 5px;
}

.rs-footer .footer-bottom .footer-social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background: #21a7d0;
    color: #ffffff;
    text-align: center;
}

.rs-footer .footer-bottom .footer-social li a:hover {
    color: #ffffff;
    background: #273c66;
}

.rs-footer .footer-bottom .footer-social li:last-child {
    margin: 0;
}

.rs-footer .footer-bottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100%;
    max-width: 1240px;
    background: rgba(255, 255, 255, 0.1);
}

.rs-footer.style6 .footer-top {
    padding: 100px 0 93px;
}

.rs-footer.style6 .footer-top .site-map li a {
    color: #e8e8e8;
}

.rs-footer.style6 .footer-top .site-map li a:hover {
    color: #21a7d0;
}

.rs-footer.style6 .footer-top .site-map li:before {
    background: #f4bf00 !important;
}

.rs-footer.style6 .footer-top .site-map li:last-child {
    margin-bottom: 0;
}

.rs-footer.style6 .footer-top .address-widget li i:before {
    color: #f4bf00 !important;
}

.rs-footer.style6 .footer-bottom {
    background: none;
}

.rs-footer.style6 .footer-bottom .main-part {
    padding-top: 30px;
    padding-bottom: 18px;
}

.rs-footer.style6 .footer-bottom .main-part p a {
    color: #f4bf00 !important;
}

.rs-footer.style6 .footer-bottom .main-part p a:hover {
    color: #21a7d0 !important;
}

.rs-footer.style6 .footer-bottom .main-part .footer-social li a {
    color: #111111 !important;
    background: #f4bf00 !important;
}

.rs-footer.style7 .footer-top {
    padding: 100px 0 93px;
}

.rs-footer.style7 .footer-top .address-widget li i:before {
    color: #21a7d0 !important;
}

.rs-footer.style8 .footer-top {
    padding: 100px 0 93px;
}

.rs-footer.style8 .footer-top .site-map li a {
    color: #e8e8e8;
}

.rs-footer.style8 .footer-top .site-map li a:hover {
    color: #ff5421;
}

.rs-footer.style8 .footer-top .site-map li:before {
    background: #ff5421 !important;
}

.rs-footer.style8 .footer-top .site-map li:last-child {
    margin-bottom: 0;
}

.rs-footer.style8 .footer-top .address-widget li i:before {
    color: #ff5421 !important;
}

.rs-footer.style8 .footer-top .address-widget li .desc a:hover {
    color: #ff5421 !important;
}

.rs-footer.style8 .footer-bottom .copyright p a {
    color: #ff5421 !important;
}

.rs-footer.style8 .footer-bottom .copyright p a:hover {
    color: #ed3600 !important;
}

.rs-footer.style8 .footer-bottom .footer-social li a {
    background: #ff5421 !important;
}

.rs-footer.orange-footer {
    background-color: #151515;
    background-image: url(assets/images/bg/footer-bg2.jpg);
}

.rs-footer.orange-footer .footer-top .widget-title {
    color: #ffffff;
}

.rs-footer.orange-footer .footer-top .site-map li a:hover {
    color: #ff5421;
}

.rs-footer.orange-footer .footer-top .site-map li:before {
    background: #ff5421;
}

.rs-footer.orange-footer .footer-top .address-widget li i:before {
    color: #ffffff;
}

.rs-footer.orange-footer .footer-top .address-widget li .desc {
    color: #ffffff;
}

.rs-footer.orange-footer .footer-top .address-widget li .desc a {
    color: #ffffff;
}

.rs-footer.orange-footer .footer-top .address-widget li .desc a:hover {
    color: #ff5421;
}

.rs-footer.orange-footer .footer-bottom .copyright a {
    color: #ff5421;
}

.rs-footer.orange-footer .footer-bottom .footer-social li a {
    background: #ff5421;
}

.rs-footer.orange-footer .footer-bottom .footer-social li a:hover {
    background: #ed3600;
}

.rs-footer.home9-style .footer-top {
    padding: 218px 0 93px;
}

.rs-footer.home9-style .footer-top .widget-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
}

.rs-footer.home9-style .footer-top .widget-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 40px;
    background: #f4bf00;
}

.rs-footer.home9-style .footer-top .site-map li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 11px;
}

.rs-footer.home9-style .footer-top .site-map li a {
    color: #e8e8e8;
}

.rs-footer.home9-style .footer-top .site-map li a:hover {
    color: #f4bf00;
}

.rs-footer.home9-style .footer-top .site-map li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #f4bf00;
}

.rs-footer.home9-style .footer-top .site-map li:last-child {
    margin-bottom: 0;
}

.rs-footer.home9-style .footer-top .address-widget li {
    position: relative;
    margin-bottom: 16px;
}

.rs-footer.home9-style .footer-top .address-widget li i {
    position: absolute;
}

.rs-footer.home9-style .footer-top .address-widget li i:before {
    color: #f4bf00;
}

.rs-footer.home9-style .footer-top .address-widget li .desc {
    padding-left: 35px;
    color: #ffffff;
}

.rs-footer.home9-style .footer-top .address-widget li .desc a {
    color: #ffffff;
}

.rs-footer.home9-style .footer-top .address-widget li .desc a:hover {
    color: #f4bf00;
}

.rs-footer.home9-style .footer-top .address-widget li:last-child {
    margin-bottom: 0;
}

.rs-footer.home9-style .footer-top.no-gap {
    padding-top: 93px;
}

.rs-footer.home9-style .footer-top .recent-post {
    display: flex;
}

.rs-footer.home9-style .footer-top .recent-post .post-img {
    width: 130px;
    float: left;
    padding-right: 15px;
}

.rs-footer.home9-style .footer-top .recent-post .post-img img {
    border-radius: 4px;
}

.rs-footer.home9-style .footer-top .recent-post .post-item .post-desc a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

.rs-footer.home9-style .footer-top .recent-post .post-item .post-desc a:hover {
    color: #f4bf00;
}

.rs-footer.home9-style .footer-top .recent-post .post-item .post-date {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
}

.rs-footer.home9-style .footer-top .recent-post .post-item .post-date i {
    font-size: 13px;
    color: #f4bf00;
    padding-right: 5px;
}

.rs-footer.home9-style .footer-bottom {
    padding: 40px 0;
    background: transparent;
    position: relative;
}

.rs-footer.home9-style .footer-bottom .copyright p {
    margin-bottom: 0;
    color: #f3f8f9;
}

.rs-footer.home9-style .footer-bottom .copyright a {
    color: #f4bf00;
}

.rs-footer.home9-style .footer-bottom .copyright a:hover {
    color: #21a7d0;
}

.rs-footer.home9-style .footer-bottom .footer-logo a {
    display: inline-block;
}

.rs-footer.home9-style .footer-bottom .footer-logo a img {
    max-width: 190px;
}

.rs-footer.home9-style .footer-bottom .footer-social li {
    display: inline;
    margin-right: 5px;
}

.rs-footer.home9-style .footer-bottom .footer-social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background: #f4bf00;
    color: #ffffff;
    text-align: center;
}

.rs-footer.home9-style .footer-bottom .footer-social li a:hover {
    color: #ffffff;
    background: #273c66;
}

.rs-footer.home9-style .footer-bottom .footer-social li:last-child {
    margin: 0;
}

.rs-footer.home9-style .footer-bottom:before {
    background: rgba(255, 255, 255, 0.1);
}

.rs-footer.home9-style.main-home {
    background: #151515;
}

.rs-footer.home9-style.main-home .footer-top .widget-title:before {
    background: #ff5421;
}

.rs-footer.home9-style.main-home .footer-top .footer-logo a {
    display: inline-block;
}

.rs-footer.home9-style.main-home .footer-top .footer-logo a img {
    max-width: 190px;
}

.rs-footer.home9-style.main-home .footer-top .textwidget p {
    color: #ffffff !important;
}

.rs-footer.home9-style.main-home .footer-top .footer_social li {
    display: inline-block;
    margin-right: 6px;
    color: #ffffff;
}

.rs-footer.home9-style.main-home .footer-top .footer_social li a {
    color: #ffffff;
    width: auto;
    height: auto;
    line-height: 16px;
    font-size: 16px;
    margin-right: 10px;
}

.rs-footer.home9-style.main-home .footer-top .footer_social li a:hover {
    color: #ff5421;
}

.rs-footer.home9-style.main-home .footer-top .site-map li a {
    color: #e8e8e8;
}

.rs-footer.home9-style.main-home .footer-top .site-map li a:hover {
    color: #ff5421;
}

.rs-footer.home9-style.main-home .footer-top .site-map li:before {
    background: #ff5421;
}

.rs-footer.home9-style.main-home .footer-top .address-widget li i:before {
    color: #ff5421;
}

.rs-footer.home9-style.main-home .footer-top .address-widget li .desc a:hover {
    color: #ff5421;
}

.rs-footer.home9-style.main-home .footer-top.no-gap {
    padding-top: 93px;
}

.rs-footer.home9-style.main-home .footer-top .recent-post .post-img img {
    border-radius: 4px;
}

.rs-footer.home9-style.main-home .footer-top .recent-post .post-item .post-desc a:hover {
    color: #ff5421;
}

.rs-footer.home9-style.main-home .footer-top .recent-post .post-item .post-date i {
    font-size: 13px;
    color: #ff5421;
    padding-right: 5px;
}

.rs-footer.home9-style.main-home .footer-bottom {
    padding: 40px 0;
    background: transparent;
    position: relative;
}

.rs-footer.home9-style.main-home .footer-bottom .copyright p {
    margin-bottom: 0;
    color: #f3f8f9;
}

.rs-footer.home9-style.main-home .footer-bottom .copyright a {
    color: #ffffff;
}

.rs-footer.home9-style.main-home .footer-bottom .copyright a:hover {
    color: #ff5421;
}

.rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li {
    display: inline-block;
    position: relative;
    padding: 0px 19px 0 25px;
}

.rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li a {
    color: #e8e8e8;
}

.rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li a:hover {
    color: #ff5421;
}

.rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li:before {
    display: block;
    content: "";
    position: absolute;
    font-size: 18px;
    background: #ff5421;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li:first-child:before {
    display: none;
}

.rs-footer.home9-style.main-home .footer-bottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100%;
    max-width: 1240px;
    background: rgba(255, 255, 255, 0.1);
}

.rs-footer.home9-style.main-home.home13-style {
    background: url(assets/images/bg/home13/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.rs-footer.home9-style.main-home.home13-style .footer-top {
    padding: 100px 0 93px;
}

.rs-footer.home9-style.main-home.home14-style {
    background: #f9f7f8;
}

.rs-footer.home9-style.main-home.home14-style .footer-top {
    padding: 100px 0 93px;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .widget-title {
    color: #101010;
    text-transform: capitalize;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .widget-title:before {
    bottom: -8px;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .textwidget p {
    color: #333333 !important;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .footer_social li a {
    color: #101010;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .footer_social li a:hover {
    color: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .address-widget li i:before {
    color: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .address-widget li .desc {
    color: #101010;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .address-widget li .desc a {
    color: #505050;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .address-widget li .desc a:hover {
    color: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .site-map li a {
    color: #101010;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .site-map li a:hover {
    color: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .site-map li:before {
    background: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .recent-post .post-item .post-desc {
    color: #505050;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .recent-post .post-item .post-desc a {
    color: #505050;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .recent-post .post-item .post-desc a:hover {
    color: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .recent-post .post-item .post-date {
    color: #505050;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .recent-post .post-item .post-date i {
    color: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-bottom .copyright p {
    color: #101010;
}

.rs-footer.home9-style.main-home.home14-style .footer-bottom .copyright a {
    color: #101010;
}

.rs-footer.home9-style.main-home.home14-style .footer-bottom .copyright a:hover {
    color: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-bottom .copy-right-menu li a {
    color: #101010;
}

.rs-footer.home9-style.main-home.home14-style .footer-bottom .copy-right-menu li a:hover {
    color: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-bottom .copy-right-menu li:before {
    background: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-bottom .copy-right-menu li:first-child:before {
    display: none;
}

.rs-footer.home9-style.main-home.home14-style .footer-bottom:before {
    background: #f0ecee;
}

.rs-footer.home9-style.main-home.home15 .footer-top {
    padding: 190px 0 68px;
}

.rs-footer.home9-style.home12-style {
    background: #d0f4e4;
}

.rs-footer.home9-style.home12-style .footer-top .widget-title {
    color: #101010;
}

.rs-footer.home9-style.home12-style .footer-top .widget-title:before {
    background: #0c8b51;
}

.rs-footer.home9-style.home12-style .footer-top .footer-logo a {
    display: inline-block;
}

.rs-footer.home9-style.home12-style .footer-top .footer-logo a img {
    max-width: 190px;
}

.rs-footer.home9-style.home12-style .footer-top .footer_social li {
    display: inline-block;
    margin-right: 6px;
    color: #333333;
}

.rs-footer.home9-style.home12-style .footer-top .footer_social li a {
    color: #333333;
    width: auto;
    height: auto;
    line-height: 16px;
    font-size: 16px;
    margin-right: 10px;
}

.rs-footer.home9-style.home12-style .footer-top .footer_social li a:hover {
    color: #0c8b51;
}

.rs-footer.home9-style.home12-style .footer-top .site-map li a {
    color: #333333;
}

.rs-footer.home9-style.home12-style .footer-top .site-map li a:hover {
    color: #0c8b51;
}

.rs-footer.home9-style.home12-style .footer-top .site-map li:before {
    background: #0c8b51;
}

.rs-footer.home9-style.home12-style .footer-top .address-widget li i:before {
    color: #0c8b51;
}

.rs-footer.home9-style.home12-style .footer-top .address-widget li .desc {
    color: #333333;
}

.rs-footer.home9-style.home12-style .footer-top .address-widget li .desc a {
    color: #333333;
}

.rs-footer.home9-style.home12-style .footer-top .address-widget li .desc a:hover {
    color: #0c8b51;
}

.rs-footer.home9-style.home12-style .footer-top.no-gap {
    padding-top: 93px;
}

.rs-footer.home9-style.home12-style .footer-top .recent-post .post-img img {
    border-radius: 4px;
}

.rs-footer.home9-style.home12-style .footer-top .recent-post .post-item .post-desc a {
    color: #333333;
}

.rs-footer.home9-style.home12-style .footer-top .recent-post .post-item .post-desc a:hover {
    color: #0c8b51;
}

.rs-footer.home9-style.home12-style .footer-top .recent-post .post-item .post-date {
    color: #333333;
}

.rs-footer.home9-style.home12-style .footer-top .recent-post .post-item .post-date i {
    font-size: 13px;
    color: #0c8b51;
    padding-right: 5px;
}

.rs-footer.home9-style.home12-style .footer-bottom {
    padding: 40px 0;
    background: transparent;
    position: relative;
}

.rs-footer.home9-style.home12-style .footer-bottom .copyright p {
    margin-bottom: 0;
    color: #333333;
}

.rs-footer.home9-style.home12-style .footer-bottom .copyright a {
    color: #333333;
}

.rs-footer.home9-style.home12-style .footer-bottom .copyright a:hover {
    color: #0c8b51;
}

.rs-footer.home9-style.home12-style .footer-bottom .copy-right-menu li {
    display: inline-block;
    position: relative;
    padding: 0px 19px 0 25px;
}

.rs-footer.home9-style.home12-style .footer-bottom .copy-right-menu li a {
    color: #333333;
}

.rs-footer.home9-style.home12-style .footer-bottom .copy-right-menu li a:hover {
    color: #0c8b51;
}

.rs-footer.home9-style.home12-style .footer-bottom .copy-right-menu li:before {
    display: block;
    content: "";
    position: absolute;
    font-size: 18px;
    background: #0c8b51;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.rs-footer.home9-style.home12-style .footer-bottom .copy-right-menu li:first-child:before {
    display: none;
}

.rs-footer.home9-style.home12-style .footer-bottom:before {
    background: #8fcea4;
}

.rs-footer.home11-style {
    background: #4e49a1;
}

.rs-footer.home11-style .footer-top {
    padding: 100px 0 93px;
}

.rs-footer.home11-style .footer-top .site-map li a:hover {
    color: #ff5421;
}

.rs-footer.home11-style .footer-top .site-map li:before {
    background: #ff5421 !important;
}

.rs-footer.home11-style .footer-top .site-map li:last-child {
    margin-bottom: 0;
}

.rs-footer.home11-style .footer-bottom {
    padding: 40px 0;
    background: transparent;
    position: relative;
}

.rs-footer.home11-style .footer-bottom .copyright p {
    color: #ffffff;
}

.rs-footer.home11-style .footer-bottom .footer-logo a {
    display: inline-block;
}

.rs-footer.home11-style .footer-bottom .footer-logo a img {
    max-width: 190px;
}

.rs-footer.home11-style .footer-bottom .footer-social li a {
    color: #4e49a1;
    background: #ffffff;
}

.rs-footer.home11-style .footer-bottom .footer-social li a:hover {
    color: #ff5421;
}

/* -----------------------
    38. Scroll Up CSS
--------------------------*/
#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px;
}

#scrollUp i {
    background: #21a7d0;
    border-radius: 50%;
    height: 40px;
    font-size: 24px;
    font-weight: 600;
    width: 42px;
    color: #fff;
    line-height: 36px;
    transition: all 0.3s ease;
    margin-left: 2px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

#scrollUp i:hover {
    background-color: #1a84a4;
}

#scrollUp.orange-color i {
    background: #ff5421;
}

#scrollUp.orange-color i:hover {
    background-color: #ed3600;
}

#scrollUp.yellow-color i {
    background: #f4bf00;
}

#scrollUp.yellow-color i:hover {
    background-color: #c19700;
}

#scrollUp.purple-color i {
    background: #4e49a1;
}

#scrollUp.purple-color i:hover {
    background-color: #3d397e;
}

#scrollUp.green-color i {
    background: #0c8b51;
}

#scrollUp.green-color i:hover {
    background-color: #085c36;
}

/*Pulse Border Animation*/
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*Pulse Border Animation*/
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes circle-ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 84, 33, 0.3), 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3);
    }

    100% {
        box-shadow: 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3), 0 0 0 8em rgba(255, 84, 33, 0);
    }
}

@-webkit-keyframes circle-ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 84, 33, 0.3), 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3);
    }

    100% {
        box-shadow: 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3), 0 0 0 8em rgba(255, 84, 33, 0);
    }
}

.up-down {
    animation: up-down 4s alternate infinite;
    -webkit-animation: up-down 4s alternate infinite;
}

.up-down-new {
    animation: up-down 8s alternate infinite;
    -webkit-animation: up-down 8s alternate infinite;
}

@keyframes up-down {
    0% {
        transform: translateY(30px);
        -webkit-transform: translateY(0);
    }

    50% {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(30px);
        -webkit-transform: translateY(0);
    }

    50% {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

.left-right {
    animation: left-right 5s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
    -webkit-animation: left-right 5s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
}

.left-right-new {
    animation: left-right 8s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
    -webkit-animation: left-right 8s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
}

@keyframes left-right {
    0% {
        transform: translatex(0);
        -webkit-transform: translatex(0);
    }

    50% {
        transform: translateY(-50px);
        -webkit-transform: translatex(-50px);
    }

    100% {
        transform: translatex(0);
        -webkit-transform: translatex(0);
    }
}

@-webkit-keyframes left-right {
    0% {
        transform: translatex(0);
        -webkit-transform: translatex(0);
    }

    50% {
        transform: translatex(-50px);
        -webkit-transform: translatex(-50px);
    }

    100% {
        transform: translatex(0);
        -webkit-transform: translatex(0);
    }
}

.spine {
    animation: spine 5s linear infinite;
    -webkit-animation: spine 5s linear infinite;
}

@keyframes spine {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spine {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.spine-r {
    animation: spine-r 5s linear infinite;
    -webkit-animation: spine-r 5s linear infinite;
}

@keyframes spine-r {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spine-r {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

.spine2 {
    animation: spine 8s linear infinite;
}

@keyframes spine2 {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    from {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spine2 {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    from {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.rotated-style {
    -webkit-animation: rotated-style 30s linear infinite;
}

@keyframes rotated-style {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.veritcal-two {
    animation-name: veritcal-two;
    animation-timing-function: linear;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}

@keyframes veritcal-two {
    0% {
        transform: translateY(30px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(30px);
    }
}

/* ------------------------------------
    39. Preloader CSS
---------------------------------------*/
.loader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999999;
}

.loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    border: 5px solid #ebebec;
    border-radius: 50%;
}

.loader .loader-container:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    border-top: 4px solid #21a7d0;
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
}

.loader .loader-icon img {
    animation: loaderpulse alternate 900ms infinite;
}

.loader.orange-color .loader-container:before {
    border-color: #ff5421;
}

.loader.yellow-color .loader-container:before {
    border-color: #f4bf00;
}

.loader.purple-color .loader-container:before {
    border-color: #4e49a1;
}

.loader.green-color .loader-container:before {
    border-color: #0c8b51;
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

/* new-css */