.tk-new-order, body {
    font-family: new-order,sans-serif;
    font-size:16px;
    padding:0;
    margin:0;
}

.lp-btn, footer .footer-bottom .right .sub-footer .policys {
    white-space: nowrap
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #333;
    -webkit-transition: .6s;
    transition: .6s;
    text-decoration: none;
    outline: 0 !important
}

a:hover {
    color: #1a61ab;
    text-decoration: none
}

p {
    line-height: 1.8;
    color: #7a7e9a;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px
}

p:last-child {
    margin-bottom: 0
}

button {
    outline: 0 !important
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-70 {
    padding-bottom: 70px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 700
}

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    text-transform: capitalize;
    background-color: #e3000f;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px
}

.default-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #333;
    -webkit-transition: width .5s ease-in-out, height .5s ease-in-out;
    transition: width .5s ease-in-out, height .5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px
}

.default-btn:hover {
    color: #fff
}

.default-btn:hover span {
    width: 225%;
    height: 562.5px
}

.default-btn i {
    font-size: 14px;
    line-height: normal;
    margin-left: 4px;
    position: relative;
    top: 1px
}

.optional-btn {
    border: 1px solid #1a61ab;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #1a61ab !important;
    text-transform: capitalize;
    background-color: #eafef1;
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50px;
    margin-left: 15px;
    font-weight: 400;
    font-size: 16px;
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 11px;
    padding-bottom: 11px
}

.optional-btn i {
    margin-right: 2px;
    font-size: 18px
}

.optional-btn:focus,
.optional-btn:hover {
    color: #fff !important;
    background-color: #1a61ab
}

.optional-btn i {
    font-size: 14px;
    line-height: normal;
    margin-left: 4px;
    position: relative;
    top: 1px
}

.section-title {
    text-align: left;
    margin-bottom: 0;
}

.section-title span {
    font-size: 15px;
    color: #1a61ab;
    text-transform: uppercase;
    font-weight: 400
}

.section-title h3 {
    font-size: 18px;
    margin: 10px 0 25px 0;
    color: #4d4d4d;
}

.section-title p {
    max-width: 605px;
    margin: auto;
    color: #4d4d4d
}

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999
}

.preloader .lds-ripple {
    position: relative;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader .lds-ripple div {
    position: absolute;
    border: 4px solid #1a61ab;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

.trifles-responsive-nav {
    display: none
}

.trifles-nav {
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
    border-bottom: 1px solid #2f3440;
    padding: 3px 15px;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
}

.trifles-nav .navbar {
    
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 5px;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0
}

.trifles-nav .navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.trifles-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

.trifles-nav .navbar .navbar-nav {
    margin-right: 30px;
    margin-left: auto
}

.trifles-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 0
}

.trifles-nav .navbar .navbar-nav .nav-item a {
    font-size: 14px;
    color: #2a2a2a;
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    padding-top: 19px;
    padding-bottom: 19px;
    margin-left: 12px;
    margin-right: 12px;
    font-weight:500;
}

.trifles-nav .navbar .navbar-nav .nav-item a.active,
.trifles-nav .navbar .navbar-nav .nav-item a:focus,
.trifles-nav .navbar .navbar-nav .nav-item a:hover {
    color: #ffffff;
    position: relative;
    -webkit-transition: .6s;
    transition: .6s
}

.trifles-nav .navbar .navbar-nav .nav-item a.active::before,
.trifles-nav .navbar .navbar-nav .nav-item a:focus::before,{
    content: "";
    position: absolute;
    display: inline-block;
    height: 8px;
    width: 8px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 30px;
    bottom: 20px
}

.trifles-nav .navbar .navbar-nav .nav-item a i {
    font-size: 11px
}

.trifles-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0
}

.trifles-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0
}

.trifles-nav .navbar .navbar-nav .nav-item.active a,
.trifles-nav .navbar .navbar-nav .nav-item:hover a {
    color: #1a61ab;
    -webkit-transition: .6s;
    transition: .6s
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    background: #fff;
    position: absolute;
    border: none;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 15px;
    margin: 0;
    position: relative;
    color: #333;
    font-size: 13px;
    font-weight: 400
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #1a61ab;
    letter-spacing: 1px
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before,
.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before,
.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before {
    display: none
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #333
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #1a61ab
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #333
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #1a61ab
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #333
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #1a61ab
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #333
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #1a61ab
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #333
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #1a61ab
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #333
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #1a61ab
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1a61ab
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1a61ab
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1a61ab
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1a61ab
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #1a61ab
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #1a61ab
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.trifles-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    margin-top: 0
}

.others-options {
    margin-left: 0
}

.others-options .option-item {
    color: #333;
    display: inline-block;
    position: relative;
    line-height: 1
}

.others-options .option-item .search-btn {
    display: block;
    color: #2a2a2a;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #b7b7b7;
    cursor: pointer;
    color: #b7b7b7;
    -webkit-transition: .6s;
    transition: .6s
}

    .others-options .option-item .search-btn:hover {
        background-color: #e3000f;
        border: 1px solid #e3000f;
        color: #ffffff;
    }

.others-options .option-item .search-btn i {
    font-size: 16px
}

.others-options .option-item .close-btn {
    display: none;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #b7b7b7;
    cursor: pointer;
    color: #b7b7b7;
    -webkit-transition: .6s;
    transition: .6s
}

.others-options .option-item .close-btn.active {
    display: block
}

.others-options .option-item .close-btn:hover {
    background-color: #1a61ab;
    border: 1px solid #1a61ab;
    color: #fff
}

.others-options .option-item .close-btn i {
    font-size: 16px
}

.others-options .socialmedia-btn {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #1a61ab;
    cursor: pointer;
    color: #1a61ab;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 1px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .6s;
    transition: .6s
}

.others-options .socialmedia-btn a {
    color: #1a61ab
}

.others-options .socialmedia-btn a:hover {
    color: #fff
}

.others-options .socialmedia-btn:hover {
    background-color: #1a61ab;
    border: 1px solid #1a61ab;
    color: #fff
}

.others-options .socialmedia-btn:hover a:hover i {
    color: #fff
}

.others-options .socialmedia-btn i {
    font-size: 16px
}

.others-options .burger-menu {
    width: 60px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #2a2a2a;
    cursor: pointer;
    color: #2a2a2a;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 1px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .6s;
    transition: .6s;
}
.burger-menu a {
    color: #2a2a2a;
}
.burger-menu img{
    margin-right:7px;
}
.others-options .burger-menu:hover {
    background-color: #303541;
    border: 1px solid #252a37;
    color: #fff;
}

.others-options .burger-menu i::before {
    line-height: normal;
    font-size: 16px
}

.navbar-area {
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    height: auto;
    z-index: 999;
    background-color: transparent;
    -webkit-transition: .6s;
    transition: .6s
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    background-color: #fff !important;
    -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .5s ease-in-out 0s normal none 1 running fadeInDown
}

.navbar-area.is-sticky .trifles-nav .navbar {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding-left: 0;
    padding-right: 0
}

.navbar-area.navbar-style-two {
    border-bottom: 1px solid #5d5649;
    top: 0;
    padding-left: 40px;
    padding-right: 40px
}

.navbar-area.navbar-style-two .trifles-nav {
    background-color: transparent
}

.navbar-area.navbar-style-two .trifles-nav .navbar {
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    height: 100%;
    width: 1px;
    background-color: #5d5649
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav::after {
    content: "";
    position: absolute;
    top: 0;
    right: -65px;
    height: 100%;
    width: 1px;
    background-color: #5d5649
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item a {
    color: #fff
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item a.active,
.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item a:hover {
    color: #1a61ab
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item.active a,
.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item:hover a {
    color: #1a61ab
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #333
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #1a61ab
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #333
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #1a61ab
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #333
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #1a61ab
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #333
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #1a61ab
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #333
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #1a61ab
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #333
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #1a61ab
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #333
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #1a61ab
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1a61ab
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1a61ab
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1a61ab
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1a61ab
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #1a61ab
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #1a61ab
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options {
    margin-left: 0
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .option-item {
    color: #333;
    display: inline-block;
    position: relative;
    line-height: 1
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .option-item .search-btn {
    display: block;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #b7b7b7;
    cursor: pointer;
    color: #b7b7b7;
    -webkit-transition: .6s;
    transition: .6s
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .option-item .search-btn:hover {
    background-color: #1a61ab;
    border: 1px solid #1a61ab;
    color: #fff
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .option-item .search-btn i {
    font-size: 16px
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .option-item .close-btn {
    display: none;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #b7b7b7;
    cursor: pointer;
    color: #b7b7b7;
    -webkit-transition: .6s;
    transition: .6s
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .option-item .close-btn.active {
    display: block
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .option-item .close-btn:hover {
    background-color: #1a61ab;
    border: 1px solid #1a61ab;
    color: #fff
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .option-item .close-btn i {
    font-size: 16px
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .socialmedia-btn {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #b7b7b7;
    cursor: pointer;
    color: #b7b7b7;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 1px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .6s;
    transition: .6s
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .socialmedia-btn a {
    color: #b7b7b7
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .socialmedia-btn a:hover {
    color: #fff
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .socialmedia-btn:hover {
    background-color: #1a61ab;
    border: 1px solid #1a61ab;
    color: #fff
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .socialmedia-btn:hover a:hover i {
    color: #fff
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .socialmedia-btn i {
    font-size: 16px
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .burger-menu {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #b7b7b7;
    cursor: pointer;
    color: #b7b7b7;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 1px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .6s;
    transition: .6s
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .burger-menu:hover {
    background-color: #1a61ab;
    border: 1px solid #1a61ab;
    color: #fff
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .burger-menu i::before {
    line-height: normal;
    font-size: 16px
}

.navbar-area.navbar-style-two.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    background-color: #fff !important;
    -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .5s ease-in-out 0s normal none 1 running fadeInDown
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two {
    border-bottom: none
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two .trifles-nav .navbar-nav {
    position: relative
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two .trifles-nav .navbar-nav::before {
    display: none
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two .trifles-nav .navbar-nav::after {
    display: none
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two .trifles-nav .navbar-nav .nav-item {
    position: relative;
    padding: 0
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two .trifles-nav .navbar-nav .nav-item a {
    color: #333
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two .trifles-nav .navbar-nav .nav-item a.active,
.navbar-area.navbar-style-two.is-sticky.navbar-style-two .trifles-nav .navbar-nav .nav-item a:focus,
.navbar-area.navbar-style-two.is-sticky.navbar-style-two .trifles-nav .navbar-nav .nav-item a:hover {
    color: #1a61ab
}

.navbar-area-three {
    position: relative;
    background-color: transparent
}

.navbar-area-three.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    background-color: #252a37 !important;
    -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .5s ease-in-out 0s normal none 1 running fadeInDown
}
.navbar-area-three.is-sticky .trifles-nav{
    background-color: #252a37 !important;
}
.navbar-area-three.is-sticky .trifles-nav .navbar {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding-left: 0;
    padding-right: 0
}

.search-overlay {
    display: none
}

.search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: #fff;
    z-index: 2;
    padding: 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    margin-top: 25px
}

.search-overlay.search-popup .search-form {
    position: relative
}

.search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eee;
    color: #333;
    outline: 0;
    -webkit-transition: .6s;
    transition: .6s;
    padding-top: 4px;
    padding-left: 10px
}

.search-overlay.search-popup .search-form .search-input:focus {
    border-color: #1a61ab
}

.search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    background: 0 0;
    border: none;
    width: 40px;
    text-align: center;
    outline: 0;
    line-height: 37px;
    color: #7a7e9a;
    -webkit-transition: .6s;
    transition: .6s;
    padding: 0;
}

.search-overlay.search-popup .search-form .search-button:focus,
.search-overlay.search-popup .search-form .search-button:hover {
    color: #1a61ab
}

.sidebar-modal {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    overflow: hidden
}

.sidebar-modal .sidebar-modal-inner {
    position: absolute;
    right: -100%;
    top: 0;
    width: 30%;
    overflow-y: scroll;
    height: 100%;
    background-color: #fff;
    -webkit-transition: .7s;
    transition: .7s;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px
}

.sidebar-modal .sidebar-modal-inner .close-btn {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 20px;
    -webkit-transition: .6s;
    transition: .6s;
    color: #333;
    opacity: .66;
    cursor: pointer
}

.sidebar-modal .sidebar-modal-inner .close-btn:hover {
    opacity: 1
}

.sidebar-modal .sidebar-about-area {
    margin-bottom: 40px
}

.sidebar-modal .sidebar-about-area .title h2 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700
}

.sidebar-modal .sidebar-about-area .title p {
    margin-top: 15px;
    font-size: 15px
}

.sidebar-modal .sidebar-instagram-feed {
    margin-bottom: 40px
}

.sidebar-modal .sidebar-instagram-feed h2 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700
}

.sidebar-modal .sidebar-instagram-feed ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
    margin-top: -10px
}

.sidebar-modal .sidebar-instagram-feed ul li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px
}

.sidebar-modal .sidebar-instagram-feed ul li a {
    display: block;
    position: relative
}

.sidebar-modal .sidebar-instagram-feed ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: .6s;
    transition: .6s;
    opacity: 0;
    visibility: hidden
}

.sidebar-modal .sidebar-instagram-feed ul li a:hover::before {
    opacity: .5;
    visibility: visible
}

.sidebar-modal .sidebar-contact-area .contact-info {
    text-align: center
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a {
    display: inline-block;
    color: #1a61ab
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:hover {
    color: #333
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child) {
    color: #333
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child):hover {
    color: #1a61ab
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 span {
    display: block;
    color: #7a7e9a;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 20px
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li {
    display: inline-block;
    margin: 0 1px;
    padding-left: 0
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a {
    width: 35px;
    height: 35px;
    line-height: 34px;
    border: 1px solid #dadada;
    border-radius: 50%;
    color: #aba5a5;
    display: block
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a i {
    font-size: 14px
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a:hover {
    color: #fff;
    border-color: #1a61ab;
    background-color: #1a61ab
}

.sidebar-modal.active {
    opacity: 1;
    visibility: visible
}

.sidebar-modal.active .sidebar-modal-inner {
    right: 0
}

@media only screen and (max-width:991px) {
    .trifles-responsive-menu .others-options {
        top: -40px;
        position: absolute;
        right: 50px;
        border-right: 1px solid #3e4452;
        padding-right: 15px;
    }
    .burger-menu img {
        height: 22px;
        padding-bottom: 4px;
        line-height: 27px;
        position: relative !important;
        width: auto !important;
        top: inherit !important;
    }
    .mobil-gizle{
        display:none !important;
    }
    .mobil-padding {
        padding: 0 !important
    }
    .trifles-responsive-nav {
        display: block
    }
    .trifles-responsive-nav .trifles-responsive-menu {
        position: relative
    }
    .trifles-responsive-nav .trifles-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px
    }
    .trifles-responsive-nav .trifles-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #1a61ab
    }
    .trifles-responsive-nav .trifles-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 14px
    }
    .trifles-responsive-nav .trifles-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: auto;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1)
    }
    .trifles-responsive-nav .mean-container a.meanmenu-reveal {
        color: #aaa;
    }
    .trifles-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #aaaaaa;
    }
    .trifles-responsive-nav .mean-container .others-option {
        display: none
    }
    .trifles-responsive-nav .logo {
        position: relative;
        width: 50%;
        z-index: 999
    }
    .navbar-area {
        background-color: #fff;
        position: absolute;
        top: 0;
        padding-top: 15px;
        padding-bottom: 15px
    }
    .navbar-area.navbar-style-two {
        padding-left: 0;
        padding-right: 0
    }
    .navbar-area.navbar-style-two.is-sticky {
        -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
        background-color: #fff !important
    }
    .trifles-nav {
        display: none
    }
}

.main-banner-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 610px
}

.main-banner-content {
    max-width: 550px
}

.main-banner-content h1 {
    font-size: 48px;
    color: #333;
    margin: 0 0 16px 0
}

.main-banner-content p {
    color: #7a7e9a;
    margin: 0
}

.main-banner-content .banner-btn {
    margin-top: 35px
}

.main-banner-content .banner-list {
    padding-left: 0;
    margin-bottom: 20px;
    position: relative
}

.main-banner-content .banner-list li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    position: relative;
    border-right: 1px dotted #d0ebd3;
    padding: 0 20px
}

.main-banner-content .banner-list li:first-child {
    padding-left: 0
}

.main-banner-content .banner-list li:last-child {
    border-right: none
}

.main-banner-content .banner-list i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #eefbf2;
    color: #1a61ab;
    border-radius: 30px;
    border: 2px dotted #d0eed6;
    font-weight: 500
}

.main-banner-content .banner-list i::before {
    font-size: 25px
}

.main-banner-content .banner-list sup {
    bottom: 0;
    position: absolute;
    right: 26px;
    background-color: #1a61ab;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    -webkit-transition: .6s;
    transition: .6s;
    color: #fff
}

.main-banner-content .banner-list span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #1a61ab;
    font-weight: 400;
    margin-top: 12px;
    line-height: 1
}

.banner-image {
    text-align: right;
    margin-top: -10px;
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px 20px 18px 20px;
    margin-left: 50px;
}
.banner-image img{
    border-radius: 16px;
}

.shape-area .creative-shape {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    left: -4%
}
.home-banner-three .home-item .container{
    padding-top:0;
}

.shape-area .creative-shape-two {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    left: -1%
}

.shape-img1 {
    position: absolute;
    left: 40%;
    bottom: 10%;
    z-index: -1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

.shape-img2 {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: -1;
    -webkit-animation: moveScale 3s linear infinite;
    animation: moveScale 3s linear infinite
}

.shape-img3 {
    position: absolute;
    left: 0;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite
}

.shape-img4 {
    position: absolute;
    left: 35%;
    right: auto;
    top: 14%;
    z-index: -1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

.shape-img5 {
    position: absolute;
    left: 20%;
    right: auto;
    top: 40%;
    z-index: -1;
    -webkit-animation: animationFramesOne 10s infinite linear;
    animation: animationFramesOne 10s infinite linear
}

@-webkit-keyframes rotateMe {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(-36deg);
        transform: translate(-73px, 1px) rotate(-36deg)
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(-72deg);
        transform: translate(-141px, -72px) rotate(-72deg)
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(-108deg);
        transform: translate(-83px, -122px) rotate(-108deg)
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg)
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(-36deg);
        transform: translate(-73px, 1px) rotate(-36deg)
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(-72deg);
        transform: translate(-141px, -72px) rotate(-72deg)
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(-108deg);
        transform: translate(-83px, -122px) rotate(-108deg)
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg)
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-webkit-keyframes moveScale {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

@keyframes moveScale {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

@-webkit-keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.home-banner-two {
    position: relative
}

.home-banner-two .home-slides {
    position: relative
}

.home-banner-two .home-slides .home-item {
    position: relative;
    height: 910px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden
}

.home-banner-two .home-slides .home-item::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .7
}

.home-banner-two .home-slides .home-item.item-bg1 {
    background-image: url(../img/home-two/bg-1.jpg)
}

.home-banner-two .home-slides .home-item.item-bg2 {
    background-image: url(../img/home-two/bg-2.jpg)
}

.home-banner-two .home-slides .home-item.item-bg3 {
    background-image: url(../img/home-two/bg-3.jpg)
}

.home-banner-two .home-slides .home-item .main-banner-content {
    max-width: 650px;
    margin-right: auto;
    margin-left: unset
}

.home-banner-two .home-slides .home-item .main-banner-content h1 {
    font-size: 55px;
    color: #fff;
    margin: 0 0 16px 0
}

.home-banner-two .home-slides .home-item .main-banner-content p {
    color: #fff;
    margin: 0
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-btn {
    margin-top: 35px
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-btn .default-btn {
    border: none;
    padding: 14px 30px
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-btn .optional-btn {
    border: none;
    padding: 14px 30px;
    background-color: #fff;
    color: #1a61ab
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-btn .optional-btn:hover {
    background-color: #1a61ab;
    color: #fff
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list {
    padding-left: 0;
    margin-bottom: 20px;
    position: relative
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    position: relative;
    border-right: 1px dashed #d0ebd3;
    padding: 0 20px
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list li:first-child {
    padding-left: 0
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list li:last-child {
    border-right: none
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #eefbf2;
    color: #1a61ab;
    border-radius: 30px;
    border: 2px dotted #d0eed6;
    font-weight: 500
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list i::before {
    font-size: 25px
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list sup {
    bottom: 0;
    position: absolute;
    right: 26px;
    background-color: #1a61ab;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    -webkit-transition: .6s;
    transition: .6s;
    color: #fff
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 12px;
    line-height: 1
}

.home-banner-two .home-slides .home-item .main-banner-content b {
    color: #1a61ab
}

.home-banner-two .home-slides.owl-theme .owl-dots {
    margin: 0 !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 80px;
    display: -ms-grid;
    display: grid
}

.home-banner-two .home-slides.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background-color: transparent;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative
}

.home-banner-two .home-slides.owl-theme .owl-dots .owl-dot span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50%;
    margin: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.home-banner-two .home-slides.owl-theme .owl-dots .owl-dot.active span::before,
.home-banner-two .home-slides.owl-theme .owl-dots .owl-dot:hover span::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.home-banner-two .banner-social-buttons {
    position: absolute;
    left: 30px;
    top: 60%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: translate(-100%, -100%) rotate(90deg);
    transform: translate(-100%, -100%) rotate(90deg);
    z-index: 1
}

.home-banner-two .banner-social-buttons ul {
    padding-left: 0;
    margin-bottom: 0
}

.home-banner-two .banner-social-buttons ul li {
    color: #fff;
    list-style-type: none;
    display: inline-block;
    margin-right: 20px
}

.home-banner-two .banner-social-buttons ul li:last-child {
    margin-right: 0
}

.home-banner-two .banner-social-buttons ul a {
    color: #fff
}

.home-banner-two .banner-social-buttons ul a:hover {
    color: #1a61ab
}

.home-banner-two .banner-social-buttons ul i {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg)
}

.home-banner-two .creative-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1
}

.home-banner-two .shape-img1 {
    position: absolute;
    right: 30px;
    left: auto;
    bottom: 46px;
    z-index: 1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

.home-banner-two .shape-img2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-animation: moveScale 3s linear infinite;
    animation: moveScale 3s linear infinite
}

.home-banner-three {
    position: relative;
    background-repeat: repeat;
    overflow: hidden;
    background-color: #1a61ab;
}
.home-banner-three:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-image: url(/assets/img/bg-img.png);*/
    top: 0;
    left: 0;
    opacity: 0.6;
}

.home-banner-three .home-slides {
    position: relative
}

.home-banner-three .home-slides .home-item {
    position: relative;
    height: 485px;
    z-index: 1;
    overflow: hidden;
    padding-top: 0;
}


.home-banner-three .home-slides .home-item.item-bg {
    background-repeat: repeat;
    overflow: hidden;
}

.home-banner-three .home-slides .home-item .main-banner-content {
    max-width: 100%;
    margin-right: 0
}

.home-banner-three .home-slides .home-item .main-banner-content h1 {
    font-size: 27px;
    color: #ffffff;
    margin: 16px 0 16px 0
}

.home-banner-three .home-slides .home-item .main-banner-content span {
    font-size: 17px;
    color: #ffffff
}

.home-banner-three .home-slides .home-item .main-banner-content p {
    color: #ffffff;
    margin: 0;
    font-size: 13px
}

.home-banner-three .home-slides .home-item .main-banner-content .banner-btn {
    margin: 10px 0
}

.home-banner-three .home-slides .home-item .main-banner-content .banner-btn .default-btn {
    border: none;
    padding: 5px 17px;
    margin-top: 8px;
}

.home-banner-three .home-slides .home-item .main-banner-content .banner-btn .optional-btn {
    border: none;
    padding: 14px 30px;
    background-color: #fff5f6;
    color: #1a61ab;
    border: 1px solid #1a61ab
}

.home-banner-three .home-slides .home-item .main-banner-content .banner-btn .optional-btn:hover {
    background-color: #1a61ab;
    color: #fff
}

.home-banner-three .home-slides .home-item .main-banner-content .banner-list {
    padding-left: 0;
    margin-bottom: 20px;
    position: relative
}

.home-banner-three .home-slides .home-item .main-banner-content .banner-list li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    position: relative;
    border-right: 1px dashed #d0ebd3;
    padding: 0 20px
}

.home-banner-three .home-slides .home-item .main-banner-content .banner-list li:first-child {
    padding-left: 0
}

.home-banner-three .home-slides .home-item .main-banner-content .banner-list li:last-child {
    border-right: none
}

.home-banner-three .home-slides .home-item .main-banner-content .banner-list i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #eefbf2;
    color: #1a61ab;
    border-radius: 30px;
    border: 2px dotted #d0eed6;
    font-weight: 500
}

.home-banner-three .home-slides .home-item .main-banner-content .banner-list i::before {
    font-size: 25px
}

.home-banner-three .home-slides .home-item .main-banner-content .banner-list sup {
    bottom: 0;
    position: absolute;
    right: 26px;
    background-color: #1a61ab;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    -webkit-transition: .6s;
    transition: .6s;
    color: #fff
}

.home-banner-three .home-slides .home-item .main-banner-content .banner-list span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 500;
    margin-top: 12px;
    line-height: 1
}

.home-banner-three .home-slides .home-item .main-banner-content strong {
    color: #1a61ab
}

.home-banner-three .home-slides.owl-theme .owl-dots {
    margin: 0 !important;
    position: absolute;
    bottom: 10%;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    right: 0;
    left: 0;
    display: -ms-grid;
    display: inline-block
}

.home-banner-three .home-slides.owl-theme .owl-dots .owl-dot span {
    background: rgb(255 255 255 / 64%);
    height: 10px;
    width: 35px;
    margin-top: 7px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    margin: 6px;
    position: relative;
}
.home-banner-three .home-slides.owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
    height: 10px;
    width: 60px;
    margin-top: 7px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    margin: 6px;
    position: relative;
}

.home-banner-three .home-slides.owl-theme .owl-dots .owl-dot.active span::before,
.home-banner-three .home-slides.owl-theme .owl-dots .owl-dot:hover span::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.home-banner-three .creative-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1
}

.about-section {
    position: relative
}

.about-section.bg-f4faf4 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: #fff5f6
}

.about-section.section-bottom {
    padding-bottom: 175px
}

.about-title-area {
    margin-bottom: 60px
}

.about-title-area .about-title {
    border-right: 1px solid #dfdddf;
    padding-right: 35px
}

.about-title-area .about-title span {
    color: #1a61ab;
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase
}

.about-title-area .about-title h2 {
    margin-bottom: 0;
    font-size: 38px;
    font-weight: 700
}

.about-title-area .about-text {
    padding-left: 35px
}

.about-title-area .about-text p {
    margin-bottom: 0
}

.about-title-area .about-text .read-more-btn {
    margin-top: 18px;
    display: inline-block;
    color: #1a61ab;
    font-size: 16px;
    font-weight: 600
}

.about-title-area .about-text .read-more-btn i {
    -webkit-transition: .6s;
    transition: .6s;
    display: inline-block
}

.about-title-area .about-text .read-more-btn:hover i {
    margin-left: 3px
}

.about-slider .about-item .about-text {
    padding: 20px;
    background-color: #fdfdfd;
    border-left: 1px dashed #8fe2aa;
    border-right: 1px dashed #8fe2aa;
    border-bottom: 1px dashed #8fe2aa;
    border-radius: 0 0 5px 5px;
    line-height: 1
}

.about-slider .about-item .about-text span {
    font-size: 15px;
    color: #1a61ab;
    position: relative;
    padding-left: 18px
}

.about-slider .about-item .about-text span::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #1a61ab;
    left: 0;
    top: 4px;
    border-radius: 30px
}

.about-slider .about-item .about-text h3 {
    font-size: 16px;
    margin: 10px 0 0 0;
    line-height: 22px
}

.about-slider.owl-theme .owl-nav {
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    -webkit-transition: .6s;
    transition: .6s
}

.about-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: -16px;
    top: 50%;
    height: 40px;
    width: 40px;
    line-height: 38px;
    background-color: #1a61ab !important;
    border: 1px solid #1a61ab !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    -webkit-transition: .6s;
    transition: .6s;
    color: #fff !important;
    font-size: 16px;
    border-radius: 50px
}

.about-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -16px
}

.about-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #1a61ab !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07)
}

.about-slider.owl-theme .owl-dots {
    line-height: .01;
    margin-top: 30px;
    margin-bottom: 0
}

.about-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background-color: #333;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 30px
}

.about-slider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1a61ab
}

.about-slider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #1a61ab
}

.about-slider.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.about-content-area .about-content {
    margin-top: 20px
}

.about-content-area .about-content ul {
    margin: 7px 0 7px 0;
    padding: 5px 10px
}

.about-content-area .about-content ul li {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: #222;
    position: relative;
    padding-left: 20px
}

.about-content-area .about-content ul li:before {
    content: "--";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    color: #1a61ab;
    font-size: 13px
}

.about-content-area .about-content h3 {
    font-size: 25px;
    margin: 0 0 10px 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #1a61ab
}

.about-content-area .about-content p {
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height:21px;
    color: #4d4d4d
}

.about-content-area .about-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px
}

.about-content-area .about-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.about-content-area .about-list i {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background-color: #eafef1;
    color: #1a61ab;
    border: 1px solid #1a61ab;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-right: 6px
}

.about-shape-image {
    position: absolute;
    top: 154px;
    z-index: -1
}

.default-shape .default-shape-one {
    position: absolute;
    bottom: 0
}

.default-shape .default-shape-two {
    position: absolute;
    top: 0
}

.harvesting-section {
    background-image: url(../img/harvesting/harvesting-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.harvesting-title {
    text-align: center;
    margin-bottom: 50px
}

.harvesting-title span {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff
}

.harvesting-title h3 {
    font-size: 38px;
    color: #fff;
    margin: 12px 0 0 0
}

.harvesting-item {
    background-color: #fff;
    padding: 40px;
    text-align: center;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    position: relative;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 5px;
    margin-top: -30px;
    top: 30px
}

.harvesting-item .harvesting-image {
    -webkit-transition: .6s;
    transition: .6s;
    text-align: center;
    position: relative
}

.harvesting-item .harvesting-image img {
    display: inline-block;
    -webkit-transition: .6s;
    transition: .6s
}

.harvesting-item .harvesting-image img:last-child {
    -webkit-transition: .6s;
    transition: .6s;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0
}

.harvesting-item .harvesting-content h3 {
    font-size: 26px;
    color: #1a61ab;
    margin: 20px 0 0 0;
    -webkit-transition: .6s;
    transition: .6s
}

.harvesting-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-radius: 5px;
    background-color: #1a61ab;
    z-index: -1;
    -webkit-transition: .6s;
    transition: .6s
}

.harvesting-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.harvesting-item:hover .icon i {
    color: #fff
}

.harvesting-item:hover h3 {
    color: #fff
}

.harvesting-item:hover i {
    color: #fff
}

.harvesting-item:hover::before {
    height: 100%
}

.harvesting-item:hover .harvesting-image img {
    opacity: 0
}

.harvesting-item:hover .harvesting-image img:last-child {
    opacity: 1
}

.shop-section.section-top {
    padding-top: 130px
}

.tab .tabs_item {
    display: none
}

.tab .tabs_item:first-child {
    display: block
}

.shop-list-tab .tabs {
    padding-left: 0;
    margin-bottom: 50px;
    text-align: center
}

.shop-list-tab .tabs li {
    text-align: center;
    display: inline-block;
    list-style: none;
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
    border-right: 1px dashed #1a61ab
}

.shop-list-tab .tabs li:first-child {
    padding-left: 0
}

.shop-list-tab .tabs li:last-child {
    border: none;
    padding-right: 0
}

.shop-list-tab .tabs li a {
    display: block;
    border-radius: 2px;
    color: #8d8c8c;
    font-size: 18px;
    font-weight: 400
}

.shop-list-tab .tabs li a span {
    display: block;
    margin-top: 0
}

.shop-list-tab .tabs li.current a,
.shop-list-tab .tabs li:hover a {
    color: #1a61ab
}

.shop-list-tab .tabs.tabs-two {
    border: 1px dashed #1a61ab;
    max-width: 440px;
    margin: 0 auto 40px;
    padding: 16px 0;
    border-radius: 5px
}

.shop-list-tab .tab_content .tabs_item .shop-item {
    padding: 0 50px 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    -webkit-transition: .6s;
    transition: .6s;
    margin-bottom: 30px;
    background-color: #fff;
}

.shop-list-tab .tab_content .tabs_item .shop-item .shop-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 40px;
    -webkit-transition: .6s;
    transition: .6s;
    position: relative
}

.shop-list-tab .tab_content .tabs_item .shop-item .shop-list::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 75px;
    background-color: #eeeded;
    left: 0;
    top: 10px;
    -webkit-transition: .6s;
    transition: .6s;
    z-index: -1
}

.shop-list-tab .tab_content .tabs_item .shop-item .shop-list::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 75px;
    background-color: #eeeded;
    right: 0;
    top: 10px;
    -webkit-transition: .6s;
    transition: .6s;
    z-index: -1
}

.shop-list-tab .tab_content .tabs_item .shop-item .shop-list li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    -webkit-transition: .6s;
    transition: .6s
}

.shop-list-tab .tab_content .tabs_item .shop-item .shop-list i {
    color: #f4a708;
    font-size: 15px;
    -webkit-transition: .6s;
    transition: .6s
}

.shop-list-tab .tab_content .tabs_item .shop-item .shop-content h3 {
    font-size: 12px;
    height: 35px;
    color: #616161;
    font-weight: 500;
    margin: 12px 7px 10px 7px;
    -webkit-transition: .6s;
    transition: .6s
}
.shop-list-tab .tab_content .tabs_item .shop-item .shop-content h3.kullanim-alanlari {
    font-size: 16px;
    height: 35px;
    color: #616161;
    font-weight: 500;
    margin: 25px 7px 10px 7px;
    -webkit-transition: .6s;
    transition: .6s
}
.shop-list-tab .tab_content .tabs_item .shop-item .shop-content span {
    font-size: 18px;
    color: #1a61ab;
    font-weight: 700;
    -webkit-transition: .6s;
    transition: .6s
}

.shop-list-tab .tab_content .tabs_item .shop-item .shop-content .shop-btn {
    margin-top: 15px
}

.shop-list-tab .tab_content .tabs_item .shop-item .shop-content .shop-btn .shop-btn-one {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    background-color: #ffb618;
    color: #4d4d4d;
    border: 1px solid #ffb618;
    border-radius: 50px;
    -webkit-transition: .6s;
    transition: .6s;
    padding: 5px 17px
}

.shop-list-tab .tab_content .tabs_item .shop-item .shop-content .shop-btn .shop-btn-one i {
    font-size: 14px;
    line-height: normal;
    margin-left: 4px;
    position: relative;
    top: 0;
    color: #4d4d4d;
    -webkit-transition: .6s;
    transition: .6s
}

.shop-list-tab .tab_content .tabs_item .shop-item .shop-content .shop-btn .shop-btn-one:hover {
    background-color: #1a61ab;
    color: #fff
}

.shop-list-tab .tab_content .tabs_item .shop-item .shop-content .shop-btn .shop-btn-one:hover i {
    color: #fff
}

.shop-list-tab .tab_content .tabs_item .shop-item-two {
    padding: 30px 50px;
    border-radius: 5px;
    border: 1px dashed #1a61ab;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    -webkit-transition: .6s;
    transition: .6s;
    background-color: #d2ecd5
}

.shop-list-tab .tab_content .tabs_item .shop-item-two .shop-content {
    margin-top: 30px
}

.shop-list-tab .tab_content .tabs_item .shop-item-two .shop-content h3 {
    font-size: 20px;
    color: #616161;
    margin: 0 0 10px 0;
    -webkit-transition: .6s;
    transition: .6s
}

.shop-list-tab .tab_content .tabs_item .shop-item-two .shop-content span {
    font-size: 18px;
    color: #1a61ab;
    font-weight: 700;
    -webkit-transition: .6s;
    transition: .6s
}

.shop-list-tab .tab_content .tabs_item .shop-item-two .shop-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
    -webkit-transition: .6s;
    transition: .6s;
    position: relative
}

.shop-list-tab .tab_content .tabs_item .shop-item-two .shop-list::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 75px;
    background-color: #1a61ab !important;
    left: 0;
    top: 10px;
    -webkit-transition: .6s;
    transition: .6s
}

.shop-list-tab .tab_content .tabs_item .shop-item-two .shop-list::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 75px;
    background-color: #1a61ab !important;
    right: 0;
    top: 10px;
    -webkit-transition: .6s;
    transition: .6s
}

.shop-list-tab .tab_content .tabs_item .shop-item-two .shop-list li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    -webkit-transition: .6s;
    transition: .6s;
    z-index: 1
}

.shop-list-tab .tab_content .tabs_item .shop-item-two .shop-list i {
    color: #f4a708;
    font-size: 15px;
    -webkit-transition: .6s;
    transition: .6s;
    z-index: 1
}

.shop-list-tab .tab_content .tabs_item .shop-item-two .shop-icon {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px
}

.shop-list-tab .tab_content .tabs_item .shop-item-two .shop-icon li {
    display: inline-block;
    list-style-type: none;
    margin-right: 5px
}

.shop-list-tab .tab_content .tabs_item .shop-item-two .shop-icon li:last-child {
    margin-right: 0
}

.shop-list-tab .tab_content .tabs_item .shop-item-two .shop-icon i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: #eafef1;
    border: 1px solid #1a61ab;
    border-radius: 30px;
    font-size: 14px;
    color: #1a61ab;
    -webkit-transition: .6s;
    transition: .6s
}

.shop-list-tab .tab_content .tabs_item .shop-item-two .shop-icon i:hover {
    background-color: #1a61ab;
    color: #fff
}

.shop-list-tab .tab_content .tabs_item .shop-item-two .shop-icon .big-icon i {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #eafef1;
    border: 1px solid #1a61ab;
    border-radius: 30px;
    font-size: 14px;
    color: #1a61ab;
    font-weight: 700;
    -webkit-transition: .6s;
    transition: .6s
}

.shop-list-tab .tab_content .tabs_item .shop-item-two .shop-icon .big-icon i:hover {
    background-color: #1a61ab;
    color: #fff
}

.shop-list-tab .tab_content .tabs_item .shop-item-two:hover {
    border: 1px dashed #1a61ab;
    background-color: #fff
}

.shop-list-tab .tab_content .tabs_item .shop-item-two:hover i {
    color: #1a61ab
}

.shop-list-tab .tab_content .tabs_item .shop-item-two:hover h3 {
    color: #1a61ab
}

.shop-list-tab .tab_content .tabs_item .shop-item-two:hover span {
    color: #1a61ab
}

.shop-list-tab .tab_content .tabs_item .shop-item-two:hover i {
    color: #1a61ab
}

.shop-list-tab .tab_content .tabs_item .shop-item-three {
    padding: 30px 50px;
    border-radius: 5px;
    border: 1px dashed #1a61ab;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    -webkit-transition: .6s;
    transition: .6s;
    background-color: #fff
}

.shop-list-tab .tab_content .tabs_item .shop-item-three .shop-content {
    margin-top: 30px
}

.shop-list-tab .tab_content .tabs_item .shop-item-three .shop-content h3 {
    font-size: 20px;
    color: #616161;
    margin: 0 0 10px 0;
    -webkit-transition: .6s;
    transition: .6s
}

.shop-list-tab .tab_content .tabs_item .shop-item-three .shop-content span {
    font-size: 18px;
    color: #1a61ab;
    font-weight: 700;
    -webkit-transition: .6s;
    transition: .6s
}

.shop-list-tab .tab_content .tabs_item .shop-item-three .shop-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
    -webkit-transition: .6s;
    transition: .6s;
    position: relative
}

.shop-list-tab .tab_content .tabs_item .shop-item-three .shop-list::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 75px;
    background-color: #1a61ab !important;
    left: 0;
    top: 10px;
    -webkit-transition: .6s;
    transition: .6s
}

.shop-list-tab .tab_content .tabs_item .shop-item-three .shop-list::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 75px;
    background-color: #1a61ab !important;
    right: 0;
    top: 10px;
    -webkit-transition: .6s;
    transition: .6s
}

.shop-list-tab .tab_content .tabs_item .shop-item-three .shop-list li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    -webkit-transition: .6s;
    transition: .6s;
    z-index: 1
}

.shop-list-tab .tab_content .tabs_item .shop-item-three .shop-list i {
    color: #f4a708;
    font-size: 15px;
    -webkit-transition: .6s;
    transition: .6s;
    z-index: 1
}

.shop-list-tab .tab_content .tabs_item .shop-item-three .shop-icon {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px
}

.shop-list-tab .tab_content .tabs_item .shop-item-three .shop-icon li {
    display: inline-block;
    list-style-type: none;
    margin-right: 5px
}

.shop-list-tab .tab_content .tabs_item .shop-item-three .shop-icon li:last-child {
    margin-right: 0
}

.shop-list-tab .tab_content .tabs_item .shop-item-three .shop-icon i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: #eafef1;
    border: 1px solid #1a61ab;
    border-radius: 30px;
    font-size: 14px;
    color: #1a61ab;
    -webkit-transition: .6s;
    transition: .6s
}

.shop-list-tab .tab_content .tabs_item .shop-item-three .shop-icon i:hover {
    background-color: #1a61ab;
    color: #fff
}

.shop-list-tab .tab_content .tabs_item .shop-item-three .shop-icon .big-icon i {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #eafef1;
    border: 1px solid #1a61ab;
    border-radius: 30px;
    font-size: 14px;
    color: #1a61ab;
    font-weight: 700;
    -webkit-transition: .6s;
    transition: .6s
}

.shop-list-tab .tab_content .tabs_item .shop-item-three .shop-icon .big-icon i:hover {
    background-color: #1a61ab;
    color: #fff
}

.shop-list-tab .tab_content .tabs_item .shop-item-three:hover {
    border: 1px dashed #1a61ab;
    background-color: #d2ecd5
}

.shop-list-tab .tab_content .tabs_item .shop-item-three:hover i {
    color: #1a61ab
}

.shop-list-tab .tab_content .tabs_item .shop-item-three:hover h3 {
    color: #1a61ab
}

.shop-list-tab .tab_content .tabs_item .shop-item-three:hover span {
    color: #1a61ab
}

.shop-list-tab .tab_content .tabs_item .shop-item-three:hover i {
    color: #1a61ab
}

.shop-list-tab .tab_content .tabs_item .product-btn {
    text-align: center;
    margin-top: 40px
}

.shop-list-tab .tab_content .tabs_item .product-btn .product-btn-one {
    display: inline-block;
    border: none;
    padding: 12px 30px;
    background-color: #1a61ab;
    color: #fff;
    border: 1px solid #1a61ab;
    border-radius: 30px;
    -webkit-transition: .6s;
    transition: .6s
}

.shop-list-tab .tab_content .tabs_item .product-btn .product-btn-one:hover {
    background-color: #fff;
    color: #1a61ab
}

.shop-list-tab .tab_content .tabs_item .product-btn .product-btn-one i {
    font-size: 14px;
    line-height: normal;
    margin-left: 4px;
    position: relative;
    top: 1px
}

.video-content {
    text-align: center;
    background-image: url(../img/video-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

.video-content .video-btn {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 100px;
    background-color: #fff;
    border-radius: 50%;
    color: #1a61ab;
    position: relative;
    z-index: 1
}

.video-content .video-btn i {
    font-size: 30px;
    position: relative;
    top: 2px;
    left: 4px
}

.video-content .video-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}

.video-content .video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.video-content .video-btn .video-content .video-btn:focus,
.video-content .video-btn:hover {
    background-color: #1a61ab;
    color: #fff
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.fun-facts-content-area {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    background-color: #fff;
    border-radius: 5px;
    padding: 50px
}

.fun-facts-content-area .col-lg-3:last-child .single-fun-fact {
    border-right: none
}

.fun-facts-content-area .single-fun-fact {
    text-align: center;
    position: relative;
    border-right: 1px dashed #1a61ab
}

.fun-facts-content-area .single-fun-fact h3 {
    position: relative;
    color: #1a61ab;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 50px;
    font-weight: 300
}

.fun-facts-content-area .single-fun-fact h3 .sign-icon {
    display: inline-block;
    font-size: 50px;
    position: relative;
    top: 2px;
    right: 10px
}

.fun-facts-content-area .single-fun-fact p {
    line-height: initial;
    color: #1a61ab;
    margin: 0;
    font-weight: 400;
    font-size: 16px
}

.fun-facts-content-area.fun-facts-top {
    position: relative;
    z-index: 1;
    margin-top: -85px
}

.summary-section {
    position: relative
}

.summary-content span {
    font-size: 15px;
    color: #1a61ab;
    text-transform: uppercase
}

.summary-content h3 {
    font-size: 38px;
    margin: 16px 0 20px 0
}

.summary-content .summary-btn {
    margin-top: 30px
}

.summary-content .summary-btn .optional-btn {
    margin-left: 0
}

.summary-shape-image {
    position: absolute;
    bottom: 55px;
    z-index: -1
}

.summary-shape-image-two {
    position: absolute;
    bottom: 55px;
    z-index: -1;
    right: 0
}

.services-content-area {
    position: relative
}

.services-content-area .services-slider .services-item {
    text-align: center;
    margin-bottom: 20px;
    position: relative
}

.services-content-area .services-slider .services-item .icon i {
    font-size: 70px;
    color: #1a61ab;
    line-height: normal
}

.services-content-area .services-slider .services-item h3 {
    font-size: 18px;
    color: #616161;
    margin: 2px 0 0 0;
    position: relative;
    font-weight: 500;
    z-index: 1
}

.services-content-area .services-slider .services-item h3::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #1a61ab;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
    border-radius: 30px
}

.services-content-area .services-slider.owl-theme .owl-nav {
    opacity: 0;
    margin-top: 0;
    -webkit-transition: .6s;
    transition: .6s
}

.services-content-area .services-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: -16px;
    top: 50%;
    height: 40px;
    width: 40px;
    line-height: 38px;
    background-color: #1a61ab !important;
    border: 1px solid #1a61ab !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    -webkit-transition: .6s;
    transition: .6s;
    color: #fff !important;
    font-size: 16px;
    border-radius: 50px
}

.services-content-area .services-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -16px
}

.services-content-area .services-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #1a61ab !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07)
}

.services-content-area .services-slider.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.services-content-area .services-slider.owl-carousel .owl-stage-outer {
    padding-bottom: 5px
}

.services-content-area .services-slider.owl-carousel .owl-stage-outer .owl-stage {
    border-bottom: 1px dashed #1a61ab
}

.cultivation-section {
    background-color: #eef7ef
}

.single-cultivation {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: .6s;
    transition: .6s
}

.single-cultivation .cultivation-image {
    position: relative;
    border-radius: 50%
}

.single-cultivation .cultivation-image img {
    border-radius: 50%
}

.single-cultivation .cultivation-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #1a61ab;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: hidden
}

.single-cultivation .cultivation-image .details-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    z-index: 2;
    color: #1a61ab;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #eafef1;
    margin: 0 auto;
    line-height: 40px;
    margin-top: 0;
    opacity: 0;
    visibility: hidden
}

.single-cultivation .cultivation-image .details-btn:hover {
    background-color: #1a61ab;
    color: #fff;
    border-color: #1a61ab
}

.single-cultivation .cultivation-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 80px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-cultivation .cultivation-content h3 {
    margin-bottom: 0;
    font-size: 25px;
    color: #fff;
    font-weight: 500
}

.single-cultivation .cultivation-content span {
    display: block;
    color: #827f8d;
    font-size: 16x;
    color: #fff;
    font-weight: 400
}

.single-cultivation:hover .cultivation-image::before {
    opacity: .6;
    visibility: visible
}

.single-cultivation:hover .cultivation-image .details-btn {
    opacity: 1;
    visibility: visible
}

.single-cultivation:hover .cultivation-content {
    bottom: 120px
}

.fisherman-content span {
    font-size: 15px;
    color: #1a61ab;
    text-transform: uppercase
}

.fisherman-content h3 {
    font-size: 40px;
    margin: 16px 0 20px 0
}

.fisherman-content p {
    margin: 0
}

.fisherman-content .fisherman-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px
}

.fisherman-content .fisherman-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.fisherman-content .fisherman-list i {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background-color: #eafef1;
    color: #1a61ab;
    border: 1px solid #1a61ab;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-right: 6px
}

.fisherman-content .fisherman-btn {
    margin-top: 35px
}

.fisherman-content .fisherman-btn .optional-btn {
    margin-left: 0
}

.cowman-content span {
    font-size: 15px;
    color: #1a61ab;
    text-transform: uppercase
}

.cowman-content h3 {
    font-size: 40px;
    margin: 16px 0 20px 0
}

.cowman-content p {
    margin: 0
}

.cowman-content .cowman-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px
}

.cowman-content .cowman-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.cowman-content .cowman-list i {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background-color: #eafef1;
    color: #1a61ab;
    border: 1px solid #1a61ab;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-right: 6px
}

.cowman-content .cowman-btn {
    margin-top: 35px
}

.cowman-content .cowman-btn .optional-btn {
    margin-left: 0
}

.testimonials-section {
    position: relative;
    background-image: url(../img/testimonials-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1
}

.testimonials-section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .5;
    z-index: -1
}

.testimonials-title {
    text-align: center;
    margin-bottom: 50px
}

.testimonials-title span {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400
}

.testimonials-title h3 {
    font-size: 38px;
    color: #fff;
    max-width: 430px;
    margin: 12px auto 0
}

.testimonials-slider {
    position: relative;
    -webkit-transition: .6s;
    transition: .6s
}

.testimonials-slider .testimonials-item {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: .6s;
    transition: .6s;
    border: 1px dashed #1a61ab;
    position: relative
}

.testimonials-slider .testimonials-item .testimonials-content h3 {
    font-size: 20px;
    color: #616161;
    font-weight: 500;
    margin: 0 0 5px 0
}

.testimonials-slider .testimonials-item .testimonials-content span {
    font-size: 16px;
    color: #1a61ab;
    font-weight: 400
}

.testimonials-slider .testimonials-item .testimonials-content p {
    font-size: 16px;
    margin: 16px 0 0 0
}

.testimonials-slider .testimonials-info {
    position: relative;
    margin-top: 30px
}

.testimonials-slider .testimonials-info img {
    display: inline-block;
    width: 100px;
    border-radius: 50px
}

.testimonials-slider .testimonials-info .icon {
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #e8f5ea;
    text-align: center;
    border-radius: 50px;
    color: #1a61ab
}

.testimonials-slider .testimonials-info .star-list {
    padding-left: 0;
    margin-bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    display: inline-block;
    padding: 5px;
    list-style-type: none;
    border-radius: 5px;
    border-radius: 4px;
    position: relative;
    left: -28px;
    top: 20px
}

.testimonials-slider .testimonials-info .star-list li {
    display: inline-block
}

.testimonials-slider .testimonials-info .star-list li i {
    color: #f4a708;
    font-size: 12px
}

.testimonials-slider .owl-item.active.center .testimonials-item {
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.testimonials-slider.owl-theme .owl-nav {
    opacity: 0;
    margin-top: 0;
    -webkit-transition: .6s;
    transition: .6s
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 12%;
    top: 50%;
    height: 40px;
    width: 40px;
    line-height: 38px;
    background-color: #1a61ab !important;
    border: 1px solid #1a61ab !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    -webkit-transition: .6s;
    transition: .6s;
    color: #fff !important;
    font-size: 18px;
    border-radius: 50px
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 12%
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #1a61ab !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07)
}

.testimonials-slider.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.single-blog-item {
    text-align: left;
    padding: 30px;
    margin-bottom: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-blog-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a61ab;
    opacity: 1;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 5px
}

.single-blog-item.bg-1 {
    background-image: url(../img/blog/1.jpg)
}

.single-blog-item.bg-2 {
    background-image: url(../img/blog/2.jpg)
}

.single-blog-item.bg-3 {
    background-image: url(../img/blog/3.jpg)
}

.single-blog-item span {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-left: 18px
}

.single-blog-item span::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #fff;
    left: 0;
    top: 4px;
    border-radius: 30px
}

.single-blog-item h3 {
    font-size: 20px;
    color: #fff;
    margin: 10px 0 14px 0;
    font-weight: 500;
    line-height: 1.4
}

.single-blog-item p {
    color: #fff;
    margin: 0
}

.single-blog-item .blog-btn {
    margin-top: 20px
}

.single-blog-item .blog-btn .blog-btn-one {
    display: inline-block;
    text-align: center;
    z-index: 1;
    color: #1a61ab !important;
    text-transform: capitalize;
    border-radius: 50px;
    font-weight: 400;
    padding: 12px 30px;
    background-color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

.single-blog-item .blog-btn .blog-btn-one i {
    font-size: 14px;
    line-height: normal;
    margin-left: 4px;
    position: relative;
    top: 1px
}

.single-blog-item .blog-btn .blog-btn-one:hover {
    background-color: #1a61ab;
    color: #fff !important
}

.single-blog-item:hover::before {
    opacity: .4
}

.single-blog-item:hover .blog-btn-one {
    background-color: #1a61ab;
    color: #fff !important
}

.single-blog-item-two {
    position: relative;
    -webkit-transition: .6s;
    transition: .6s;
    margin-bottom: 30px
}

.single-blog-item-two .blog-image {
    position: relative
}

.single-blog-item-two .blog-image::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .5
}

.single-blog-item-two .blog-content {
    padding: 25px;
    -webkit-transition: .6s;
    transition: .6s;
    background-image: url(../img/page-title-bg.png);
    background-repeat: repeat;
    height: 275px;
    background-color: #efefef
}

.single-blog-item-two .blog-content span {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-left: 18px;
    display: inline-block;
    -webkit-transition: .6s;
    transition: .6s;
    z-index: 1
}

.single-blog-item-two .blog-content span::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #fff;
    left: 0;
    top: 4px;
    border-radius: 30px
}

.single-blog-item-two .blog-content h3 {
    font-size: 20px;
    color: #565656;
    height: 40px;
    margin: 10px 0 14px 0;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s;
    z-index: 1;
    position: relative;
    line-height: 23px
}

.single-blog-item-two .blog-content p {
    color: #4d4d4d;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    -webkit-transition: .6s;
    transition: .6s;
    z-index: 1
}

.single-blog-item-two .blog-content .blog-btn {
    margin-top: 18px
}

.single-blog-item-two .blog-content .blog-btn .blog-btn-one {
    display: inline-block;
    text-align: center;
    z-index: 1;
    color: #1a61ab !important;
    text-transform: capitalize;
    border-radius: 50px;
    font-weight: 400;
    padding: 6px 11px;
    background-color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    font-size: 14px
}

.single-blog-item-two .blog-content .blog-btn .blog-btn-one i {
    font-size: 14px;
    line-height: normal;
    margin-left: 4px;
    position: relative;
    top: 1px
}

.single-blog-item-two .blog-content .blog-btn .blog-btn-one:hover {
    background-color: #1a61ab;
    color: #fff !important
}

.single-blog-item-three {
    position: relative;
    -webkit-transition: .6s;
    transition: .6s;
    margin-bottom: 30px
}

.single-blog-item-three .blog-image {
    position: relative
}

.single-blog-item-three .blog-image::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .5
}

.single-blog-item-three .blog-content {
    position: absolute;
    bottom: 0;
    padding: 25px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-blog-item-three .blog-content span {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-left: 18px;
    -webkit-transition: .6s;
    transition: .6s;
    display: inline-block;
    z-index: 1
}

.single-blog-item-three .blog-content span::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #fff;
    left: 0;
    top: 4px;
    border-radius: 30px
}

.single-blog-item-three .blog-content h3 {
    font-size: 20px;
    color: #fff;
    margin: 10px 0 14px 0;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s;
    line-height: 1.4
}

.single-blog-item-three .blog-content p {
    color: #fff;
    margin: 0;
    -webkit-transition: .6s;
    transition: .6s;
    position: absolute;
    opacity: 0;
    bottom: 0
}

.single-blog-item-three .blog-content .blog-btn {
    margin-top: 20px
}

.single-blog-item-three .blog-content .blog-btn .blog-btn-one {
    display: inline-block;
    text-align: center;
    z-index: 1;
    color: #1a61ab !important;
    text-transform: capitalize;
    border-radius: 50px;
    font-weight: 400;
    padding: 12px 30px;
    background-color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    border: 1px solid #fff
}

.single-blog-item-three .blog-content .blog-btn .blog-btn-one i {
    font-size: 14px;
    line-height: normal;
    margin-left: 4px;
    position: relative;
    top: 1px
}

.single-blog-item-three .blog-content .blog-btn .blog-btn-one:hover {
    background-color: #1a61ab;
    color: #fff !important;
    border: 1px solid #1a61ab
}

.single-blog-item-three:hover span {
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
    -webkit-transition: .6s;
    transition: .6s
}

.single-blog-item-three:hover h3 {
    -webkit-transform: translateY(-95px);
    transform: translateY(-95px)
}

.single-blog-item-three:hover p {
    opacity: 1;
    -webkit-transform: translateY(-95px);
    transform: translateY(-95px)
}

.partner-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #eef7ef
}

.partner-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.partner-list .partner-item {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 5px;
    padding-right: 5px
}

.partner-list .partner-item a {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px
}

.partner-list .partner-item:nth-child(1) {
    border-bottom: 1px dashed #1a61ab
}

.partner-list .partner-item:nth-child(2) {
    border-bottom: 1px dashed #1a61ab;
    border-right: 1px dashed #1a61ab
}

.partner-list .partner-item:nth-child(3) {
    border-bottom: 1px dashed #1a61ab;
    border-right: 1px dashed #1a61ab
}

.partner-list .partner-item:nth-child(4) {
    border-bottom: 1px dashed #1a61ab
}

.partner-list .partner-item:nth-child(5) {
    border-bottom: 1px dashed #1a61ab
}

.partner-list .partner-item:nth-child(6) {
    margin-left: 20%;
    border-right: 1px dashed #1a61ab
}

.partner-list .partner-item:nth-child(7) {
    border-right: 1px dashed #1a61ab
}

.farm-item {
    position: relative;
    background-color: #d2ecd4;
    padding: 40px 40px 225px
}

.farm-item .farm-content span {
    font-size: 14px;
    color: #1a61ab
}

.farm-item .farm-content h3 {
    font-size: 25px;
    margin: 5px 0 14px 0;
    color: #5a5959
}

.farm-item .farm-content .farm-btn .farm-btn-one {
    display: inline-block;
    border: none;
    padding: 12px 30px;
    background-color: #eafef1;
    color: #1a61ab;
    border: 1px solid #1a61ab;
    border-radius: 30px
}

.farm-item .farm-content .farm-btn .farm-btn-one i {
    font-size: 14px;
    line-height: normal;
    margin-left: 4px;
    position: relative;
    top: 1px
}

.farm-item .farm-image {
    position: absolute;
    bottom: 0;
    right: -15px
}

.farm-item.bg-fdedce {
    background-color: #fdedce
}

.farm-item.bg-fdedce .farm-btn .farm-btn-one {
    display: inline-block;
    border: none;
    padding: 12px 30px;
    background-color: #ffdd9b;
    color: #5a5959;
    border: 1px solid #5a5959;
    border-radius: 30px
}

.farm-item.bg-fdedce .farm-btn .farm-btn-one i {
    font-size: 14px;
    line-height: normal;
    margin-left: 4px;
    position: relative;
    top: 1px
}

.partner-area {
    background-color: #fefaf0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.partner-area.bg-white {
    background-color: #fff
}

.partner-area.bg-white .partner-slider::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100%;
    width: 1px;
    z-index: 1
}

.partner-slider::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background-color: #fefaf0;
    height: 100%;
    width: 1px;
    z-index: 1
}

.partner-slider .partner-item {
    text-align: center
}

.partner-slider .partner-item img {
    display: inline-block;
    width: 120px;
    margin-bottom: 30px
}

.partner-slider .partner-item a {
    display: block;
    text-align: center;
    position: relative;
    border-bottom: 1px dashed #1a61ab;
    position: relative
}

.partner-slider .owl-item {
    border-right: 1px dashed #1a61ab
}

.partner-slider.owl-theme .owl-nav {
    opacity: 0;
    margin-top: 0;
    -webkit-transition: .6s;
    transition: .6s
}

.partner-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: -45px;
    top: 50%;
    height: 40px;
    width: 40px;
    line-height: 38px;
    background-color: #1a61ab !important;
    border: 1px solid #1a61ab !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    -webkit-transition: .6s;
    transition: .6s;
    color: #fff !important;
    font-size: 16px;
    border-radius: 50px;
    z-index: 1
}

.partner-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -45px
}

.partner-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff !important;
    background-color: #1a61ab !important;
    border: 1px solid #1a61ab !important;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07)
}

.partner-slider.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.partner-shape {
    position: absolute;
    top: 20%;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite
}

.partner-shape-img1 {
    position: absolute;
    right: 0;
    top: 20%;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    z-index: -1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite
}

.cow-section {
    padding-bottom: 50px
}

.cow-btn {
    margin-top: 50px
}

.cow-btn .cow-btn-one {
    display: inline-block;
    border: none;
    padding: 12px 30px;
    background-color: #1a61ab;
    color: #fff;
    border: 1px solid #1a61ab;
    border-radius: 30px;
    -webkit-transition: .6s;
    transition: .6s;
    margin-right: 20px
}

.cow-btn .cow-btn-one:hover {
    background-color: #fff;
    color: #1a61ab
}

.cow-btn .cow-btn-one i {
    font-size: 14px;
    line-height: normal;
    margin-left: 4px;
    position: relative;
    top: 1px
}

.cow-btn .cow-btn-two {
    display: inline-block;
    border: none;
    padding: 12px 30px;
    background-color: #ffdd9b;
    color: #5c5b5a;
    border: 1px solid #5a5959;
    border-radius: 30px;
    -webkit-transition: .6s;
    transition: .6s
}

.cow-btn .cow-btn-two:hover {
    background-color: #1a61ab;
    color: #fff;
    border: 1px solid #1a61ab
}

.cow-btn .cow-btn-two i {
    font-size: 14px;
    line-height: normal;
    margin-left: 4px;
    position: relative;
    top: 1px
}

.cow-image {
    text-align: center
}

.faq-section {
    background-image: url(../img/faq-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.faq-section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #f6fbf7;
    opacity: .5;
    z-index: -1
}

.faq-content span {
    font-size: 14px;
    color: #1a61ab;
    font-weight: 400;
    text-transform: uppercase
}

.faq-content h3 {
    font-size: 38px;
    margin: 14px 0 0 0
}

.faq-content .faq-btn {
    margin-top: 30px
}

.faq-accordion .accordion {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.faq-accordion .accordion .accordion-item {
    margin-bottom: 15px
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-item .accordion-title {
    font-size: 20px;
    color: #696d8b;
    font-weight: 600
}

.faq-accordion .accordion .accordion-item .accordion-title i {
    color: #1a61ab;
    font-size: 16px;
    line-height: normal;
    margin-right: 5px
}

.faq-accordion .accordion .accordion-item .accordion-content {
    padding-top: 10px;
    display: none
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
    display: block
}

.cultivation-area {
    background-image: url(../img/cultivation-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.cultivation-title {
    text-align: center;
    margin-bottom: 50px
}

.cultivation-title span {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase
}

.cultivation-title h3 {
    font-size: 38px;
    color: #fff
}

.cultivation-item {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: .6s;
    transition: .6s
}

.cultivation-item .cultivation-image {
    position: relative;
    border-radius: 50%
}

.cultivation-item .cultivation-image img {
    border-radius: 50%
}

.cultivation-item .cultivation-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #1a61ab;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: hidden
}

.cultivation-item .cultivation-image .details-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%);
    z-index: 2;
    color: #1a61ab;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #eafef1;
    margin: 0 auto;
    line-height: 42px;
    margin-top: 0;
    opacity: 0;
    visibility: hidden
}

.cultivation-item .cultivation-image .details-btn:hover {
    background-color: #1a61ab;
    color: #fff;
    border-color: #1a61ab
}

.cultivation-item .cultivation-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 80px;
    -webkit-transition: .6s;
    transition: .6s
}

.cultivation-item .cultivation-content h3 {
    margin-bottom: 0;
    font-size: 25px;
    color: #1a61ab;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s
}

.cultivation-item .cultivation-content span {
    display: block;
    font-size: 16x;
    color: #1a61ab;
    font-weight: 400;
    -webkit-transition: .6s;
    transition: .6s
}

.cultivation-item .cultivation-content .icon i {
    font-size: 50px;
    line-height: normal;
    -webkit-transition: .6s;
    transition: .6s
}

.cultivation-item:hover .cultivation-image::before {
    opacity: .6;
    visibility: visible
}

.cultivation-item:hover .cultivation-image .details-btn {
    opacity: 1;
    visibility: visible
}

.cultivation-item:hover .cultivation-content {
    bottom: 110px
}

.cultivation-item:hover h3 {
    color: #fff
}

.cultivation-item:hover span {
    color: #fff
}

.cultivation-item:hover .icon i {
    color: #fff
}

.client-section {
    background-image: url(../img/client-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.client-title {
    text-align: center;
    margin-bottom: 50px
}

.client-title span {
    font-size: 15px;
    color: #1a61ab;
    text-transform: uppercase;
    font-weight: 400
}

.client-title h3 {
    font-size: 38px;
    max-width: 430px;
    margin: 10px auto 0
}

.client-slider {
    position: relative
}

.client-slider .client-item {
    text-align: center
}

.client-slider .client-item .client-info {
    position: relative
}

.client-slider .client-item .client-info img {
    display: inline-block;
    width: 100px;
    border-radius: 50px
}

.client-slider .client-item .client-info .icon {
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #e8f5ea;
    text-align: center;
    border-radius: 50px;
    color: #1a61ab
}

.client-slider .client-item .client-info .star-list {
    padding-left: 0;
    margin-bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    display: inline-block;
    padding: 5px;
    list-style-type: none;
    border-radius: 5px;
    border-radius: 4px;
    position: relative;
    left: -28px;
    top: 20px
}

.client-slider .client-item .client-info .star-list li {
    display: inline-block;
    margin-right: 5px
}

.client-slider .client-item .client-info .star-list li:last-child {
    margin-right: 0
}

.client-slider .client-item .client-info .star-list li i {
    color: #f4a708;
    font-size: 12px
}

.client-slider .client-item .client-content {
    margin-top: 20px
}

.client-slider .client-item .client-content p {
    max-width: 690px;
    margin: 0 auto 20px;
    font-style: italic;
    font-size: 18px
}

.client-slider .client-item .client-content h3 {
    font-size: 20px;
    color: #616161;
    margin: 0;
    display: inline-block
}

.client-slider .client-item .client-content span {
    display: inline-block;
    font-size: 15px;
    color: #1a61ab
}

.client-slider.owl-theme .owl-nav {
    opacity: 0;
    margin-top: 0;
    -webkit-transition: .6s;
    transition: .6s
}

.client-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 0;
    top: 50%;
    height: 40px;
    width: 40px;
    line-height: 38px;
    background-color: #1a61ab !important;
    border: 1px solid #1a61ab !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    -webkit-transition: .6s;
    transition: .6s;
    color: #fff !important;
    font-size: 16px;
    border-radius: 50px
}

.client-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0
}

.client-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #1a61ab !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07)
}

.client-slider.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.triple-section {
    padding-top: 60px
}

.triple-item {
    position: relative;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 5px;
    z-index: 1
}

.triple-item .triple-image img {
    border-radius: 5px;
    height: 250px;
    object-fit: contain;
    width: 100%
}

.triple-item .triple-content {
    position: absolute;
    bottom: 0;
    padding: 15px 15px 20px;
    width: 100%
}

.triple-item .triple-content span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    position: relative;
    z-index: 1
}

.triple-item .triple-content h3 {
    font-size: 16px;
    color: #fff;
    margin: 6px 0 0 0;
    position: relative;
    z-index: 1
}

.triple-item .triple-content .triple-btn {
    position: relative;
    z-index: 1;
    margin-top: 20px
}

.triple-item .triple-content .triple-btn .triple-btn-one {
    display: inline-block;
    color: #1a61ab !important;
    text-transform: capitalize;
    border-radius: 50px;
    font-weight: 400;
    padding: 12px 30px;
    background-color: #eafef1;
    -webkit-transition: .6s;
    transition: .6s;
    border: 1px solid #eafef1
}

.triple-item .triple-content .triple-btn .triple-btn-one i {
    font-size: 14px;
    line-height: normal;
    margin-left: 4px;
    position: relative;
    top: 1px
}

.triple-item .triple-shape {
    -webkit-transition: .6s;
    transition: .6s;
    position: relative
}

.triple-item .triple-shape img {
    position: absolute;
    bottom: 0
}

.triple-item .triple-shape img:last-child {
    opacity: 0;
    -webkit-transition: .6s;
    transition: .6s
}

.triple-item:hover .triple-shape img:last-child {
    opacity: 1
}

.counter-section {
    background-color: #1a61ab;
    position: relative;
    z-index: 1
}

.col-lg-3:last-child .single-counter {
    border-right: none
}

.single-counter {
    text-align: center;
    position: relative;
    border-right: 1px dashed #fff;
    margin-bottom: 30px
}

.single-counter h3 {
    position: relative;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 50px;
    font-weight: 300
}

.single-counter h3 .sign-icon {
    display: inline-block;
    font-size: 50px;
    position: relative;
    top: 4px;
    right: 10px
}

.single-counter p {
    line-height: initial;
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 16px
}

.brief-section {
    background-image: url(../img/brief-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.brief-btn {
    margin-top: 30px
}

.brief-image {
    text-align: center
}

.sector-section {
    background-color: #fffbf3;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.sector-content {
    max-width: 590px;
    margin-left: auto
}

.sector-content span {
    font-size: 15px;
    color: #1a61ab;
    font-weight: 400
}

.sector-content h3 {
    font-size: 38px;
    margin: 10px 0 16px 0
}

.sector-content p {
    color: #7a7e9a;
    margin: 0
}

.sector-content .sector-btn {
    margin-top: 25px
}

.cloud-img1 {
    position: absolute;
    left: 10%;
    bottom: 48%;
    z-index: -1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

.cloud-img2 {
    position: absolute;
    left: 20%;
    top: 10%;
    z-index: -1;
    -webkit-animation: moveScale 3s linear infinite;
    animation: moveScale 3s linear infinite
}

.cloud-img3 {
    position: absolute;
    left: 65%;
    right: auto;
    top: 50px;
    z-index: -1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

.sun-image {
    position: absolute;
    left: 50%;
    top: 10%;
    z-index: -1
}

.sun-image img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.faq-area {
    padding: 40px 0 !important
}

.faq-accordion-content .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.faq-accordion-content .accordion .accordion-item {
    display: block;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    background: #fff;
    margin-bottom: 10px
}

.faq-accordion-content .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-accordion-content .accordion .accordion-title {
    padding: 18px 20px 18px 55px;
    color: #333;
    position: relative;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    display: block;
    font-size: 16px;
    font-weight: 600
}

.faq-accordion-content .accordion .accordion-title i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 100%;
    background: #1a61ab;
    color: #fff
}

.faq-accordion-content .accordion .accordion-title i::before {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px
}

.faq-accordion-content .accordion .accordion-title.active {
    border-bottom-color: #eee
}

.faq-accordion-content .accordion .accordion-title.active i::before {
    content: "\f068"
}

.faq-accordion-content .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 15px;
    font-size: 15px
}

.faq-accordion-content .accordion .accordion-content.show {
    display: block
}

.faq-contact {
    margin-top: 70px
}

.faq-contact-form {
    max-width: 850px;
    margin: 0 auto;
    text-align: center
}

.faq-contact-form form .form-control {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2) !important;
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2) !important;
    height: 60px;
    font-size: 15px
}

.faq-contact-form form textarea.form-control {
    height: auto;
    padding-top: 15px;
    line-height: initial
}

.faq-contact-form form .btn {
    margin-top: 8px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2)
}

.faq-contact-form form .help-block ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 0
}

.faq-contact-form form .help-block ul li {
    color: red;
    font-weight: 300;
    text-align: left
}

.faq-contact-form form #msgSubmit {
    margin-bottom: 0;
    text-align: center !important
}

.faq-contact-form form #msgSubmit.text-danger,
.faq-contact-form form #msgSubmit.text-success {
    margin-top: 8px;
    font-size: 22px;
    font-weight: 300
}

.faq-contact-form .send-btn {
    margin-top: 10px
}

.faq-contact-form .send-btn .optional-btn {
    margin-left: 0
}

.feedback-title {
    text-align: center;
    margin-bottom: 50px
}

.feedback-title span {
    font-size: 15px;
    color: #1a61ab;
    text-transform: uppercase;
    font-weight: 400
}

.feedback-title h3 {
    font-size: 38px;
    max-width: 430px;
    margin: 8px auto 0
}

.feedback-slider {
    position: relative
}

.feedback-slider .feedback-item {
    text-align: center;
    background-color: #e9f5ea;
    padding: 30px;
    margin-top: 36px;
    border: 1px dashed #1a61ab;
    position: relative
}

.feedback-slider .feedback-item .feedback-info {
    position: relative
}

.feedback-slider .feedback-item .feedback-info img {
    display: inline-block;
    width: 100px;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.feedback-slider .feedback-item .feedback-info .star-list {
    padding-left: 0;
    margin-bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    display: inline-block;
    padding: 5px;
    list-style-type: none;
    border-radius: 5px;
    border-radius: 4px;
    position: relative;
    left: 0;
    top: 20px
}

.feedback-slider .feedback-item .feedback-info .star-list li {
    display: inline-block;
    margin-right: 5px
}

.feedback-slider .feedback-item .feedback-info .star-list li:last-child {
    margin-right: 0
}

.feedback-slider .feedback-item .feedback-info .star-list li i {
    color: #f4a708;
    font-size: 12px
}

.feedback-slider .feedback-item .feedback-content {
    margin-top: 50px
}

.feedback-slider .feedback-item .feedback-content h3 {
    font-size: 20px;
    margin: 0
}

.feedback-slider .feedback-item .feedback-content span {
    color: #1a61ab;
    font-size: 15px;
    font-weight: 400
}

.feedback-slider .feedback-item .feedback-content p {
    color: #686d8a;
    margin: 15px 0 0 0
}

.feedback-slider .owl-item.active.center .feedback-item {
    background-color: #fff !important
}

.feedback-slider.owl-theme .owl-nav.disabled+.owl-dots {
    line-height: .01;
    margin-top: 45px;
    margin-bottom: 0;
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0
}

.feedback-slider.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background-color: transparent;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50%;
    border: 1px solid #1a61ab;
    position: relative
}

.feedback-slider.owl-theme .owl-dots .owl-dot span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #1a61ab;
    border-radius: 50%;
    margin: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.feedback-slider.owl-theme .owl-dots .owl-dot.active span::before,
.feedback-slider.owl-theme .owl-dots .owl-dot:hover span::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.subscribe-area {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.subscribe-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f3db13;
    left: 0;
    top: 0;
    z-index: -1
}

.subscribe-content {
    text-align: center;
    margin-bottom: 50px
}

.subscribe-content p {
    color: #7a7e9a;
    max-width: 600px;
    margin: auto
}

.subscribe-content h2 {
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px
}

.newsletter-form {
    max-width: 780px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.newsletter-form .input-newsletter {
    display: inline-block;
    width: 70%;
    background-color: #fff;
    border: none;
    height: 70px;
    padding-left: 25px;
    border-radius: 5px;
    outline: 0;
    color: #333;
    border-radius: 50px;
    border: 1px dashed #1a61ab
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #7a7e9a
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #7a7e9a
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #7a7e9a
}

.newsletter-form .input-newsletter::placeholder {
    color: #7a7e9a
}

.newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #1a61ab;
    color: #fff;
    border: none;
    height: 70px;
    padding: 0 45px;
    border-radius: 50px;
    -webkit-transition: .6s;
    transition: .6s;
    line-height: 50px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400
}

.newsletter-form button:hover {
    background-color: #333;
    color: #fff
}

.newsletter-form button i {
    font-size: 14px;
    line-height: normal;
    margin-left: 4px;
    position: relative;
    top: 1px
}

.newsletter-form #validator-newsletter {
    color: red;
    margin-top: 10px
}

.country-area {
    overflow: hidden
}

.country-item .country-content {
    margin-bottom: 25px
}

.country-item .country-content span {
    font-size: 15px;
    color: #1a61ab;
    font-weight: 400;
    text-transform: uppercase
}

.country-item .country-content h3 {
    font-size: 38px;
    margin: 10px 0 16px 0
}

.country-item .country-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px
}

.country-item .country-list li {
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%;
    margin-top: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 500
}

.country-item .country-list i {
    font-size: 16px;
    margin-right: 4px
}

.country-item h3 {
    font-size: 25px;
    margin: 0
}

.country-item .country-btn {
    margin-top: 30px
}

.map-img {
    position: relative;
    -webkit-transition: .6s;
    transition: .6s;
    z-index: 1
}

.map-img .location {
    position: absolute;
    left: 14%;
    top: 40%;
    width: auto;
    height: auto
}

.map-img .location a::before {
    content: "";
    position: absolute;
    left: -4px;
    bottom: -4px;
    border: 4px solid #1a61ab;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    background: #fff
}

.map-img .location a .location-info {
    position: absolute;
    left: -60px;
    bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    width: 160px;
    background: #fff;
    text-align: center;
    padding: 5px 15px;
    border-radius: 3px;
    z-index: 1;
    -webkit-box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, .06)
}

.map-img .location a .location-info::before {
    content: "";
    position: absolute;
    left: 50px;
    bottom: -10px;
    width: 25px;
    height: 25px;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .06);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .06)
}

.map-img .location a .location-info h5 {
    font-size: 16px;
    margin: 5px 0 5px 0;
    color: #1a61ab
}

.map-img .location.location2 {
    right: 50%;
    left: auto;
    top: 25%
}

.map-img .location.location3 {
    right: 96%;
    left: auto;
    top: 76%
}

.map-img .location.location4 {
    right: 50%;
    left: auto;
    top: 60%
}

.map-img .location.location5 {
    right: 56%;
    left: auto;
    top: 90%
}

.map-img .location.location6 {
    right: 20%;
    left: auto;
    top: 90%
}

.map-img .location a .map-img .location a.active .location-info,
.map-img .location a .map-img .location a:focus .location-info,
.map-img .location a:hover .location-info {
    bottom: 40px
}

.page-title-area {
    background-color: #f3f3f3;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
}

.page-title-content {
    text-align: left;
    margin-top: 0
}

.page-title-content h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 700
}

.page-title-content h1 {
    margin-bottom: 0;
    color: #484848;
    font-size: 34px;
    font-weight: 700
}

.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0
}

.page-title-content ul li {
    color: #484848;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px
}
.page-title-content ul li:first-child {
    margin-left: 0;
}
.page-title-content ul li a {
    display: inline-block;
    color: #484848;
    -webkit-transition: .6s;
    transition: .6s
}

.page-title-content ul li a:hover {
    color: #1a61ab
}

.page-title-content ul li::before {
    content: "";
    position: absolute;
    right: -15px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #aaaaaa;
}

.page-title-content ul li:last-child::before {
    display: none
}

.item-bg1 {
    background-image: url(../img/page-title-bg-2.jpg)
}

.item-bg2 {
    background-image: url(../img/page-title-bg-3.jpg)
}

.single-team-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    background-color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    text-align: center
}

.single-team-item .team-image {
    position: relative
}

.single-team-item .team-image img {
    -webkit-transition: .6s;
    transition: .6s
}

.single-team-item .team-image .team-social {
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    z-index: 2;
    text-decoration: none;
    opacity: 0;
    margin-top: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s
}

.single-team-item .team-image .team-social a {
    display: inline-block;
    color: #1a61ab;
    font-size: 18px;
    margin: 0 6px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #1a61ab;
    color: #fff;
    border-radius: 35px;
    font-size: 22px
}

.single-team-item .team-image .team-social a:hover {
    background-color: #fff;
    color: #1a61ab
}

.single-team-item .team-content {
    padding: 25px;
    position: relative;
    -webkit-transition: .6s;
    transition: .6s
}

.single-team-item .team-content h3 {
    margin-bottom: 0;
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 24px;
    font-weight: 700
}

.single-team-item .team-content span {
    display: block;
    margin-top: 8px;
    color: #1a61ab;
    -webkit-transition: .6s;
    transition: .6s;
    font-weight: 500
}

.single-team-item:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.single-team-item:hover .team-image .team-social {
    opacity: 1;
    margin-top: 0;
    visibility: visible
}

.single-team-item:hover .team-content {
    background-color: #1a61ab
}

.single-team-item:hover .team-content h3 {
    color: #fff
}

.single-team-item:hover .team-content span {
    color: #fff
}

.gallery-area .container-fluid {
    max-width: 1920px
}

.single-gallery-box {
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

.single-gallery-box::before {
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    background-color: #1a61ab;
    left: 0;
    top: 0;
    -webkit-transition: .6s;
    transition: .6s;
    opacity: 0;
    visibility: hidden
}

.single-gallery-box .gallery-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    color: #333;
    font-size: 18px;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50px
}

.single-gallery-box .gallery-btn:hover {
    color: #fff;
    background-color: #333
}

.single-gallery-box:hover::before {
    opacity: .85;
    visibility: visible
}

.single-gallery-box:hover .gallery-btn {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.login-form {
    background: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    padding: 40px;
    border-radius: 5px;
    max-width: 600px;
    margin: auto
}

.login-form .login-title {
    text-align: center;
    margin-bottom: 30px
}

.login-form .login-title h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #343846
}

.login-form .login-title p {
    margin-bottom: 30px
}

.login-form form .form-control {
    height: 50px;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #fff;
    padding-left: 20px;
    background: 0 0
}

.login-form form .form-control:focus {
    border-color: #1a61ab;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.login-form form .form-control::-webkit-input-placeholder {
    color: #666
}

.login-form form .form-control:-ms-input-placeholder {
    color: #666
}

.login-form form .form-control::-ms-input-placeholder {
    color: #666
}

.login-form form .form-control::placeholder {
    color: #666
}

.login-form form .form-check {
    margin-top: 18px
}

.login-form form .form-check .form-check-label {
    color: #666;
    position: relative;
    top: -2px
}

.login-form form .form-check-input {
    margin-top: 3px
}

.login-form form .send-btn {
    margin-top: 20px
}

.login-form form .send-btn .default-btn-one {
    display: inline-block;
    padding: 12px 30px;
    background: #1a61ab;
    border: 1px solid #1a61ab;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: .6s;
    transition: .6s
}

.login-form form .send-btn .default-btn-one:hover {
    text-decoration: none;
    background-color: #fff;
    color: #1a61ab
}

.login-form form span {
    display: block;
    color: #777
}

.login-form form span a {
    color: #1a61ab
}

.login-form .forgot-password {
    margin-bottom: 0;
    margin-top: -25px
}

.login-form .forgot-password a {
    color: #777
}

.login-form .forgot-password a:hover {
    color: #1a61ab
}

.signup-form {
    background: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    padding: 40px;
    border-radius: 5px;
    max-width: 600px;
    margin: auto
}

.signup-form h3 {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center
}

.signup-form form .form-control {
    height: 50px;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #fff;
    padding-left: 20px;
    background: 0 0
}

.signup-form form .form-control:focus {
    border-color: #1a61ab;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.signup-form form .form-control::-webkit-input-placeholder {
    color: #666
}

.signup-form form .form-control:-ms-input-placeholder {
    color: #666
}

.signup-form form .form-control::-ms-input-placeholder {
    color: #666
}

.signup-form form .form-control::placeholder {
    color: #666
}

.signup-form form .form-check {
    margin-top: 18px
}

.signup-form form .form-check .form-check-label {
    color: #666;
    position: relative;
    top: -2px
}

.signup-form form .send-btn {
    margin-top: 20px
}

.signup-form form .send-btn .default-btn-one {
    display: inline-block;
    padding: 12px 30px;
    background: #1a61ab;
    border: 1px solid #1a61ab;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: .6s;
    transition: .6s
}

.signup-form form .send-btn .default-btn-one:hover {
    text-decoration: none;
    background-color: #fff;
    color: #1a61ab
}

.signup-form form span {
    display: block;
    color: #666
}

.signup-form form span a {
    color: #1a61ab
}

.error-area {
    height: 100vh
}

.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 700px
}

.error-content h3 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 15px
}

.error-content p {
    max-width: 520px;
    margin: 0 auto 20px
}

.contact-area .contact-form {
    padding: 15px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

.contact-area .contact-form div {
    text-align: center
}

.contact-area .contact-form div .form-control {
    background-color: #f1f1f1;
    border: none;
    height: 57px;
    color: #1a61ab;
    border: 1px solid #fff;
    font-size: 14px;
}

.contact-area .contact-form div .form-control:focus {
    border: 1px solid #1a61ab
}

.contact-area .contact-form div .form-group {
    text-align: left
}

.contact-area .contact-form div textarea.form-control {
    height: 120px;
    padding-top: 15px
}

.contact-area .contact-form .default-btn {
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
}

.contact-area .contact-form .list-unstyled {
    padding-left: 0;
    list-style: none;
    color: red
}

.contact-area .contact-form .text-danger {
    color: #dc3545 !important;
    font-size: 20px;
    font-weight: 500 !important;
    margin: 16px 0 0 0
}

.contact-box {
    padding-top: 30px;
    padding-bottom: 35px
}

.single-contact-box {
    text-align: left;
    background-color: #fff;
    padding-bottom: 15px;
}
.border-bottomcontact {
    border-bottom: 1px solid #f5f5f5;
    padding-top:15px;
}
.single-contact-box i {
    line-height: 50px;
    width: 50px;
    padding-left: 14px;
    height: 50px;
    border: 1px dashed #252a37;
    border-radius: 50%;
    font-size: 20px;
    display: inline-block;
    color: #252a37;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 20px;
}

.single-contact-box:hover i {
    background-color: #1a61ab;
    color: #252a37;
    border: 1px #1a61ab;
}

.single-contact-box .content-title h3 {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 600;
    text-align: left;
}
.single-contact-box .content-title p{
    font-size:13px;
    line-height:17px;
    color:#2a2a2a;
}

.single-contact-box .content-title a {
    display: block;
    font-size: 13px;
    color: #2a2a2a;
    margin-bottom: 5px;
    text-align: left;
}

.single-contact-box .content-title a:hover {
    color: #1a61ab
}

.services-details-overview {
    margin-bottom: 60px
}

.services-details-overview:last-child {
    margin-bottom: 0
}

.services-details-overview .services-details-desc h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600
}

.services-details-overview .services-details-desc .features-text {
    margin-top: 25px
}

.services-details-overview .services-details-desc .features-text h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500
}

.services-details-overview .services-details-desc .services-details-accordion {
    margin-top: 25px
}

.services-details-overview .services-details-desc .services-details-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item {
    display: block;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    background: #fff;
    margin-bottom: 10px
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item a {
    text-decoration: none
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title {
    padding: 15px 20px 15px 51px;
    color: #000;
    position: relative;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    display: inline-block
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 100%;
    background: #1a61ab;
    color: #fff
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i::before {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active {
    border-bottom-color: #eee
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active i::before {
    content: "\f068"
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 15px 15px
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content.show {
    display: block
}

.widget-area .widget {
    border: 0.1px solid rgba(34, 52, 69, 0.1);
    display: flex;
    box-shadow: 0px 0px 0px 1px rgb(34 52 69 / 10%);
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 35px;

}
.widget-area .widget img{
    height: 10px;
    direction: ltr;
    color: #223445;
    margin-right: 8px;
}

.widget-area .widget:first-child {
    margin-top: 0
}

.widget-area .widget .widget-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    font-size: 15px;
    padding:15px 20px;
}

.widget-area .widget .widget-title::before {
    content: "";
    position: absolute;
    background: #1a61ab;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px
}

.widget-area .widget_search {
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    background-color: #fff;
    padding: 15px
}

.widget-area .widget_search form {
    position: relative
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0
}

.widget-area .widget_search form .screen-reader-text {
    display: none
}

.widget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: .6s;
    transition: .6s
}

.widget-area .widget_search form .search-field:focus {
    border-color: #1a61ab
}

.widget-area .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #fff;
    background-color: #1a61ab;
    -webkit-transition: .6s;
    transition: .6s
}

.widget-area .widget_search form button:hover {
    background-color: #333;
    color: #fff
}

.widget-area .widget_trifles_posts_thumb {
    position: relative;
    overflow: hidden
}

.widget-area .widget_trifles_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px
}

.widget-area .widget_trifles_posts_thumb .item:last-child {
    margin-bottom: 0
}

.widget-area .widget_trifles_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px
}

.widget-area .widget_trifles_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important
}

.widget-area .widget_trifles_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../img/blog-details/1.jpg)
}

.widget-area .widget_trifles_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../img/blog-details/2.jpg)
}

.widget-area .widget_trifles_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../img/blog-details/3.jpg)
}

.widget-area .widget_trifles_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px
}

.widget-area .widget_trifles_posts_thumb .item .info time {
    display: block;
    color: #7a7e9a;
    text-transform: capitalize;
    margin-top: -2px;
    margin-bottom: 3px;
    font-size: 14px
}

.widget-area .widget_trifles_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 16px
}

.widget-area .widget_trifles_posts_thumb .item .info .title a {
    display: inline-block
}

.widget-area .widget_recent_entries ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.widget-area .widget_recent_entries ul li {
    position: relative;
    margin-bottom: 12px;
    color: #333;
    padding-left: 0;
    line-height: 1.5;
    font-weight: 400;
    font-size: 13px
}

.widget-area .widget_recent_entries ul li:last-child {
    margin-bottom: 0
}


.widget-area .widget_recent_entries ul li a {
    padding: 0 10px 0 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: #223445;
    text-decoration: none;
    border-bottom: 1px solid rgba(34,52,69,.1);
    cursor: pointer;
    padding-bottom: 5px;
}
.widget-area .widget_recent_entries ul li:last-child a {
    border-bottom: none;
}

.widget-area .widget_recent_entries ul li a:hover {
    color: #1a61ab
}

.widget-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #7a7e9a;
    margin-top: 4px
}

.widget-area .widget_recent_comments ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.widget-area .widget_recent_comments ul li {
    position: relative;
    margin-bottom: 12px;
    color: #7a7e9a;
    padding-left: 14px;
    line-height: 1.5;
    font-weight: 400;
    font-size: 15.5px
}

.widget-area .widget_recent_comments ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_recent_comments ul li::before {
    background: #1a61ab;
    position: absolute;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 8px
}

.widget-area .widget_recent_comments ul li a {
    display: inline-block;
    color: #333
}

.widget-area .widget_recent_comments ul li a:hover {
    color: #1a61ab
}

.widget-area .widget_archive ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.widget-area .widget_archive ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    color: #333;
    font-size: 15.5px;
    font-weight: 400
}

.widget-area .widget_archive ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_archive ul li::before {
    background: #1a61ab;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 8px;
    position: absolute
}

.widget-area .widget_archive ul li a {
    display: inline-block;
    color: #333
}

.widget-area .widget_archive ul li a:hover {
    color: #1a61ab
}

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    color: #7a7e9a;
    padding-left: 14px;
    font-size: 15.5px;
    font-weight: 400
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_categories ul li::before {
    background: #1a61ab;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 8px;
    position: absolute
}

.widget-area .widget_categories ul li a {
    color: #333;
    display: block
}

.widget-area .widget_categories ul li a:hover {
    color: #1a61ab
}

.widget-area .widget_categories ul li .post-count {
    float: right
}

.widget-area .widget_meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.widget-area .widget_meta ul li {
    position: relative;
    margin-bottom: 12px;
    color: #333;
    padding-left: 14px;
    font-size: 15.5px;
    font-weight: 400
}

.widget-area .widget_meta ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_meta ul li::before {
    background: #1a61ab;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 8px;
    position: absolute
}

.widget-area .widget_meta ul li a {
    display: inline-block;
    color: #333
}

.widget-area .widget_meta ul li a:hover {
    color: #1a61ab
}

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 12px
}

.widget-area .tagcloud a {
    display: inline-block;
    color: #333;
    font-weight: 400;
    font-size: 14.5px !important;
    padding: 6px 13px;
    border: 1px dashed #eee;
    margin-top: 8px;
    margin-right: 4px
}

.widget-area .tagcloud a:focus,
.widget-area .tagcloud a:hover {
    color: #fff;
    background-color: #1a61ab;
    border-color: #1a61ab
}

.widget-area .widget_event_details ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.widget-area .widget_event_details ul li {
    border-bottom: 1px solid #eee;
    color: #888f96;
    padding-bottom: 10px;
    padding-top: 10px
}

.widget-area .widget_event_details ul li:first-child {
    padding-top: 0
}

.widget-area .widget_event_details ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.widget-area .widget_event_details ul li span {
    display: inline-block;
    color: #333;
    font-weight: 400
}

.widget-area .widget_event_details ul li a {
    display: inline-block;
    color: #888f96
}

.widget-area .widget_event_details ul li a:hover {
    color: #1a61ab
}

.blog-details-desc .article-content {
    margin-top: 30px
}

.blog-details-desc .article-content .entry-meta {
    margin-bottom: -8px
}

.blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.blog-details-desc .article-content .entry-meta ul li {
    position: relative;
    display: inline-block;
    color: #333;
    margin-right: 21px
}

.blog-details-desc .article-content .entry-meta ul li span {
    display: inline-block;
    color: #333;
    font-weight: 500
}

.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #7a7e9a
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
    color: #1a61ab
}

.blog-details-desc .article-content .entry-meta ul li i {
    color: #1a61ab;
    margin-right: 2px
}

.blog-details-desc .article-content .entry-meta ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    right: -15px;
    width: 6px;
    height: 1px;
    background: #1a61ab
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-right: 0
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
    display: none
}

.blog-details-desc .article-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 20px
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0
}

.blog-details-desc .article-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 30px
}

.blog-details-desc .article-content .features-list li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 34px;
    color: #7a7e9a
}

.blog-details-desc .article-content .features-list li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 40px;
    background-color: #faf5f5;
    color: #1a61ab;
    -webkit-transition: .6s;
    transition: .6s;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: -2px
}

.blog-details-desc .article-content .features-list li:hover i {
    background-color: #1a61ab;
    color: #fff
}

.blog-details-desc .article-content .features-list li:last-child {
    margin-bottom: 0
}

.blog-details-desc .article-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.blog-details-desc .article-footer .article-tags {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    color: #7a7e9a
}

.blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #333;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    color: #7a7e9a
}

.blog-details-desc .article-footer .article-tags a:hover {
    color: #1a61ab
}

.blog-details-desc .article-footer .article-share {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0
}

.blog-details-desc .article-footer .article-share .social li {
    display: inline-block
}

.blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 2px;
    font-weight: 500;
    color: #7a7e9a
}

.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    color: #1a61ab;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #eeeef0;
    text-align: center;
    font-size: 12px
}

.blog-details-desc .article-footer .article-share .social li a:hover {
    color: #fff;
    background-color: #1a61ab;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.blog-details-desc .post-navigation {
    margin-top: 30px
}

.blockquote,
blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px
}

.blockquote p,
blockquote p {
    color: #333;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 24px !important
}

.blockquote cite,
blockquote cite {
    display: none
}

.blockquote::before,
blockquote::before {
    color: #efefef;
    content: "\f10e";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: "Font Awesome 5 Free";
    font-size: 140px;
    font-weight: 900
}

.blockquote::after,
blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #1a61ab;
    margin-top: 20px;
    margin-bottom: 20px
}

.post-navigation {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px
}

.post-navigation .navigation-links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.post-navigation .navigation-links .nav-previous {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.post-navigation .navigation-links .nav-previous a i {
    margin-right: 2px;
    -webkit-transition: .6s;
    transition: .6s
}

.post-navigation .navigation-links .nav-previous a:hover i {
    margin-right: 0
}

.post-navigation .navigation-links .nav-next {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right
}

.post-navigation .navigation-links .nav-next a i {
    margin-left: 2px;
    -webkit-transition: .6s;
    transition: .6s
}

.post-navigation .navigation-links .nav-next a:hover i {
    margin-left: 0
}

.post-navigation .navigation-links div a {
    display: inline-block;
    font-weight: 400
}

.comments-area {
    padding: 25px;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
    background-color: #fff
}

.comments-area .comments-title {
    position: relative;
    margin-bottom: 30px;
    line-height: initial;
    font-size: 24px;
    font-weight: 600
}

.comments-area ol,
.comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.comments-area .comment-body {
    border-bottom: 1px solid #eee;
    padding-left: 65px;
    color: #333;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.comments-area .comment-body .reply {
    margin-top: 15px
}

.comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #333;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 400
}

.comments-area .comment-body .reply a:hover {
    color: #fff;
    background-color: #1a61ab;
    border-color: #1a61ab
}

.comments-area .comment-author {
    font-size: 17px;
    margin-bottom: .1em;
    position: relative;
    z-index: 2
}

.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px
}

.comments-area .comment-author .fn {
    font-weight: 500
}

.comments-area .comment-author .says {
    display: none
}

.comments-area .comment-metadata {
    margin-bottom: .8em;
    color: #7a7e9a;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400
}

.comments-area .comment-metadata a {
    color: #7a7e9a
}

.comments-area .comment-metadata a:hover {
    color: #1a61ab
}

.comments-area .comment-respond {
    margin-top: 30px
}

.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    position: relative;
    font-size: 24px;
    font-weight: 600
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block
}

.comments-area .comment-respond .comment-form {
    overflow: hidden
}

.comments-area .comment-respond .comment-notes {
    margin-bottom: 0;
    margin-top: 10px
}

.comments-area .comment-respond .comment-form-comment {
    margin-top: 15px;
    float: left;
    width: 100%
}

.comments-area .comment-respond label {
    display: block;
    font-weight: 400;
    color: #333;
    margin-bottom: 5px
}

.comments-area .comment-respond input[type=date],
.comments-area .comment-respond input[type=datetime-local],
.comments-area .comment-respond input[type=email],
.comments-area .comment-respond input[type=month],
.comments-area .comment-respond input[type=number],
.comments-area .comment-respond input[type=password],
.comments-area .comment-respond input[type=search],
.comments-area .comment-respond input[type=tel],
.comments-area .comment-respond input[type=text],
.comments-area .comment-respond input[type=time],
.comments-area .comment-respond input[type=url],
.comments-area .comment-respond input[type=week],
.comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .6s;
    transition: .6s
}

.comments-area .comment-respond input[type=date]:focus,
.comments-area .comment-respond input[type=datetime-local]:focus,
.comments-area .comment-respond input[type=email]:focus,
.comments-area .comment-respond input[type=month]:focus,
.comments-area .comment-respond input[type=number]:focus,
.comments-area .comment-respond input[type=password]:focus,
.comments-area .comment-respond input[type=search]:focus,
.comments-area .comment-respond input[type=tel]:focus,
.comments-area .comment-respond input[type=text]:focus,
.comments-area .comment-respond input[type=time]:focus,
.comments-area .comment-respond input[type=url]:focus,
.comments-area .comment-respond input[type=week]:focus,
.comments-area .comment-respond textarea:focus {
    border-color: #1a61ab
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 4px
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #7a7e9a;
    font-weight: 400;
    position: relative;
    top: -2px
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%
}

.comments-area .comment-respond .form-submit input {
    background: #1a61ab;
    border: none;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    text-transform: capitalize;
    -webkit-transition: .6s;
    transition: .6s;
    font-weight: 400;
    font-size: 14px
}

.comments-area .comment-respond .form-submit input:focus,
.comments-area .comment-respond .form-submit input:hover {
    color: #fff;
    background-color: #333
}

.pagination-area {
    margin-top: 20px;
    text-align: center
}

.pagination-area .page-numbers {
    width: 45px;
    height: 45px;
    margin: 0 3px;
    display: inline-block;
    background-color: #fff;
    line-height: 48px;
    color: #333;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 18px;
    font-weight: 700
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:focus,
.pagination-area .page-numbers:hover {
    background: #1a61ab;
    color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6
}

.product-details-desc ul {
    margin: 7px 0 7px 0;
    padding: 5px 10px
}

.product-details-desc p {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    color: #222;
    position: relative;
    padding-left: 0;
    margin-top:12px;
}

.product-details-desc ul li {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    color: #222;
    position: relative;
    padding-left: 20px
}

.product-details-desc ul li:before {
    content: "--";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    color: #1a61ab;
    font-size: 13px
}

.product-details-desc h3 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #4d4d4d;
    padding: 10px 0;
    border-bottom: 2px dashed #dcdcdc
}

.product-details-desc .price {
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 600
}

.product-details-desc .price .old-price {
    text-decoration: line-through;
    color: #828893
}

.product-details-desc .product-review {
    margin-bottom: 15px
}

.product-details-desc .product-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 14px
}

.product-details-desc .product-review .rating i {
    color: #ffba0a
}

.product-details-desc .product-review .rating-count {
    display: inline-block;
    color: #000;
    border-bottom: 1px solid #000;
    line-height: initial
}

.product-details-desc .product-review .rating-count:hover {
    color: #1a61ab;
    border-color: #1a61ab;
    text-decoration: none
}

.product-details-desc .product-add-to-cart {
    margin-top: 20px
}

.product-details-desc .product-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative
}

.product-details-desc .product-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 50px;
    height: 100%;
    line-height: 55px;
    -webkit-transition: .6s;
    transition: .6s
}

.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
    left: 0
}

.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
    right: 0
}

.product-details-desc .product-add-to-cart .input-counter span:hover {
    color: #1a61ab
}

.product-details-desc .product-add-to-cart .input-counter input {
    height: 50px;
    color: #000;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600
}

.product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #000
}

.product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #000
}

.product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #000
}

.product-details-desc .product-add-to-cart .input-counter input::placeholder {
    color: #000
}

.product-details-desc .product-add-to-cart .default-btn {
    position: relative;
    border: none;
    padding: 12px 30px;
    background-color: #1a61ab;
    color: #fff;
    border: 1px solid #1a61ab
}

.product-details-desc .product-add-to-cart .default-btn i {
    margin-right: 2px
}

.product-details-desc .product-add-to-cart .default-btn:hover {
    background-color: #fff;
    color: #1a61ab;
    -webkit-transition: .6s;
    transition: .6s
}

.product-details-desc .buy-checkbox-btn {
    margin: 20px 0
}

.product-details-desc .buy-checkbox-btn input {
    display: none
}

.product-details-desc .buy-checkbox-btn .cbx {
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.product-details-desc .buy-checkbox-btn .cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #ebebeb;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: .6s;
    transition: .6s
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: .6s;
    transition: .6s
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: .6s;
    transition: .6s
}

.product-details-desc .buy-checkbox-btn .cbx span:last-child {
    position: relative;
    top: 2px;
    padding-left: 4px;
    color: #666
}

.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
    border-color: #1a61ab
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child {
    background: #1a61ab;
    border-color: #1a61ab;
    -webkit-animation: wave .4s ease;
    animation: wave .4s ease
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child:before {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
    margin-top: 15px
}

.product-details-desc .buy-checkbox-btn .btn-light {
    background-color: #f2f2f2;
    border: none;
    padding: 13px 25px 10px 25px;
    -webkit-transition: .6s;
    transition: .6s;
    font-weight: 600;
    display: block;
    width: 100%
}

.product-details-desc .buy-checkbox-btn .btn-light:hover {
    background-color: #1a61ab;
    color: #fff
}

.product-details-desc .custom-payment-options {
    margin-top: 20px;
    background-color: #f2f2f2;
    padding: 15px;
    border-radius: 5px
}

.product-details-desc .custom-payment-options span {
    margin-bottom: 8px;
    width: 100%;
    display: inline-table
}

.product-details-desc .custom-payment-options .payment-methods a {
    display: inline-block
}

.product-details-desc .custom-payment-options .payment-methods a img {
    width: 65px
}

.products-details-tab {
    margin-top: 50px
}

.products-details-tab .tabs {
    list-style-type: none;
    margin-bottom: -1px;
    padding-left: 0
}

.products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 5px
}

.products-details-tab .tabs li a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #333;
    border: 1px dashed #eee;
    text-decoration: none;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: 700;
    font-size: 15px
}

.products-details-tab .tabs li a:focus,
.products-details-tab .tabs li a:hover {
    color: #fff;
    background-color: #e3000f;
    border-color: #e3000f
}

.products-details-tab .tabs li.current a {
    color: #fff;
    background-color: #e3000f;
    border-color: #e3000f;
}

.products-details-tab .tabs li:last-child {
    margin-right: 0
}

.products-details-tab .tab_content {
    border: 1px dashed #eee;
    padding: 30px;
    background-color:#ffffff;
    background-repeat: repeat;
}

.products-details-tab .tab_content .tabs_item {
    display: none
}

.products-details-tab .tab_content .tabs_item:first-child {
    display: block
}

    .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
        margin-bottom: 20px;
        font-size: 15px;
        display: block;
        color: #222;
        position: relative;
        padding-left: 20px;
        text-align:left;
    }
    .products-details-tab .tab_content .tabs_item .products-details-tab-content table p {
        font-size: 15px;
        padding-left: 0;
    }
    .products-details-tab .tab_content .tabs_item .products-details-tab-content ul {
        margin-top:25px;
    }
    .products-details-tab .tab_content .tabs_item .products-details-tab-content ul li {
        list-style: circle;
        margin-bottom: 14px;
        font-size: 15px;
    }

.products-details-tab .tab_content .tabs_item .products-details-tab-content table {
    border: none;
    width: 100% !important;
    margin-bottom: 1rem;
    color: #212529
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
    margin-bottom: 0
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
    border: 1px solid #eee;
    border-bottom: none;
    padding: 10px 15px 7px;
    color: #666
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
    border-bottom: 1px solid #eee
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
    display: inline-block;
    width: 30%;
    color: #333;
    font-weight: 500
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
    position: relative
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
    display: inline-block
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
    color: #ffba0a
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
    color: #ebebeb;
    font-size: 14px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: initial
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 25px;
    background-color: #1a61ab;
    border: 1px solid #1a61ab;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn:hover {
    background-color: #fff;
    color: #1a61ab;
    text-decoration: none
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
    margin-top: 35px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 200px;
    border-top: 1px dashed #eee;
    padding-top: 30px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
    color: #ffba0a
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
    font-size: 14px;
    color: #ebebeb
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 14px;
    display: block
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
    font-weight: 400
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
    margin-bottom: 0
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
    position: absolute;
    right: 0;
    color: #666;
    top: 40px;
    text-decoration: underline;
    font-weight: 400;
    font-size: 15px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
    color: #1a61ab
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
    margin-top: 30px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form h3 {
    margin-bottom: 20px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form {
    max-width: 100%
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
    margin-bottom: 15px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
    height: 55px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
    border: none
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea.form-control {
    padding-top: 15px;
    height: auto
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .default-btn {
    border: none;
    margin-top: 10px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
    padding: 14px 25px;
    background-color: #1a61ab;
    color: #fff;
    border: 1px solid #1a61ab;
    text-transform: uppercase
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .default-btn:hover {
    background-color: #fff;
    color: #1a61ab;
    -webkit-transition: .6s;
    transition: .6s
}

.related-products {
    margin-top: 70px;
    text-align: center
}

.related-products .products-title {
    margin-bottom: 10px;
    text-align: center
}

.related-products .products-title span {
    font-size: 14px;
    color: #1a61ab
}

.related-products .products-title h2 {
    font-size: 30px;
    color: #333;
    margin: 10px 0 0 0
}

.related-products .single-product-box {
    margin-bottom: 0;
    margin-top: 30px
}

.cart-table table {
    margin-bottom: 0
}

.cart-table table thead {
    text-align: center
}

.cart-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    font-weight: 500;
    font-size: 18px
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #666;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
    text-align: center
}

.cart-table table tbody tr td.product-thumbnail img {
    width: 60px;
    height: 60px
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block
}

.cart-table table tbody tr td.product-name a {
    color: #666;
    font-weight: 500;
    display: inline-block;
    font-size: 16px
}

.cart-table table tbody tr td.product-name a:hover {
    color: #333
}

.cart-table table tbody tr td.product-price span {
    font-weight: 500;
    font-size: 16px
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: #666;
    float: right;
    position: relative;
    top: 1px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.cart-table table tbody tr td.product-subtotal .remove i {
    font-size: 16px
}

.cart-table table tbody tr td.product-subtotal .remove:hover {
    color: red
}

.cart-table table tbody tr td.product-subtotal span {
    font-weight: 500;
    font-size: 16px
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: .5s;
    transition: .5s
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #333
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #333;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #333
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #333
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #333
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #333
}

.cart-buttons {
    margin-top: 30px
}

.cart-totals {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    border-radius: 0;
    margin: auto;
    margin-top: 50px
}

.cart-totals h3 {
    margin-bottom: 20px;
    font-size: 20px
}

.cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none
}

.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 12px 15px;
    color: #323232;
    overflow: hidden;
    font-weight: 500
}

.cart-totals ul li:first-child {
    border-bottom: none
}

.cart-totals ul li:last-child {
    border-top: none
}

.cart-totals ul li span {
    float: right;
    color: #666;
    font-weight: 400
}

.cart-area .nice-select {
    height: 55px;
    line-height: 49px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 18px
}

.cart-area .coupon-wrap {
    margin-top: 50px;
    background-color: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08)
}

.cart-area .coupon-wrap h3 {
    padding-bottom: 25px;
    font-size: 20px
}

.cart-area .coupon-wrap .shops-form .form-group .form-control {
    height: 55px;
    color: #6e6e6e;
    border: 1px solid #e8e8e8;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%
}

.cart-area .coupon-wrap .shops-form .form-group .form-control:focus {
    border-color: #1a61ab;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cart-wraps {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    background-color: #fff;
    padding: 40px
}

.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    background: #fff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid #333;
    position: relative
}

.user-actions::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 100%;
    height: 1px;
    background: #eee
}

.user-actions i {
    color: #333;
    margin-right: 2px
}

.user-actions span {
    display: inline-block;
    font-weight: 400;
    color: #333;
    font-size: 16px
}

.user-actions span a {
    display: inline-block;
    color: #333;
    text-decoration: none
}

.user-actions span a:focus,
.user-actions span a:hover {
    color: #1a61ab
}

.billing-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 24px;
    font-weight: 700
}

.billing-details .title::before {
    content: "";
    position: absolute;
    background: #1a61ab;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px
}

.billing-details .form-group {
    margin-bottom: 25px
}

.billing-details .form-group label {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 400
}

.billing-details .form-group label .required {
    color: #333
}

.billing-details .form-group .nice-select {
    float: unset;
    line-height: 53px;
    color: #666;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0
}

.billing-details .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.billing-details .form-group .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    padding-left: 20px;
    padding-right: 20px
}

.billing-details .form-group .nice-select .list .option:hover {
    background-color: #1a61ab !important;
    color: #fff
}

.billing-details .form-group .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600
}

.billing-details .form-group .nice-select:after {
    right: 20px
}

.billing-details .form-group .form-control {
    height: 50px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.billing-details .form-group .form-control:focus {
    border-color: #1a61ab;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.billing-details .form-group textarea.form-control {
    height: auto;
    padding-top: 15px
}

.billing-details .form-check {
    margin-bottom: 20px
}

.billing-details .form-check .form-check-label {
    color: #333
}

.billing-details .form-check label {
    position: relative;
    left: -3px;
    top: 1px;
    font-weight: 500
}

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0
}

.order-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 24px;
    font-weight: 700
}

.order-details .title::before {
    content: "";
    position: absolute;
    background: #1a61ab;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px
}

.order-details .order-table table {
    margin-bottom: 0
}

.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-weight: 600
}

.order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: #666;
    border-color: #eaedff;
    font-size: 15.5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 13px
}

.order-details .order-table table tbody tr td.product-name a {
    color: #666;
    display: inline-block;
    text-decoration: none;
    font-weight: 400
}

.order-details .order-table table tbody tr td.product-name a:hover {
    color: #1a61ab
}

.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.total-price span {
    color: #666;
    font-weight: 400
}

.order-details .order-table table tbody tr td.order-subtotal-price,
.order-details .order-table table tbody tr td.product-subtotal,
.order-details .order-table table tbody tr td.shipping-price {
    font-weight: 400
}

.order-details .payment-box {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    margin-top: 30px;
    padding: 30px
}

.order-details .payment-box .payment-method p [type=radio]:checked,
.order-details .payment-box .payment-method p [type=radio]:not(:checked) {
    display: none
}

.order-details .payment-box .payment-method p [type=radio]:checked+label,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    color: #333;
    position: relative;
    margin-bottom: 8px;
    font-weight: 600
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::before,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::after,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #1a61ab;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: .6s;
    transition: .6s
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.order-details .payment-box .default-btn {
    padding: 14px 30px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

.order-details .payment-box .default-btn:hover {
    background-color: #1a61ab;
    color: #fff
}

.order-details .payment-box .default-btn.order-btn {
    display: block;
    margin-top: 25px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2)
}

.single-privacy h3 {
    font-size: 25px;
    margin: 0 0 12px 0
}

.footer-section {
    padding-top: 45px;
    padding-bottom: 0;
    background-repeat: repeat;
    background-color: #252a37;
}

.footer-section.footer-bg {
    background-image: url(../img/footer-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.footer-section.footer-bg::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .8;
    z-index: -1
}

.footer-section.footer-bg .single-footer-widget p {
    color: #fff
}

.footer-section.footer-bg .single-footer-widget .footer-social a {
    background-color: #fff;
    color: #1a61ab
}

.footer-section.footer-bg .single-footer-widget .footer-social a:hover {
    background-color: #1a61ab;
    color: #fff
}

.footer-section.footer-bg .single-footer-widget .footer-heading h3 {
    color: #fff
}

.footer-section.footer-bg .single-footer-widget .footer-quick-links li {
    color: #fff
}

.footer-section.footer-bg .single-footer-widget .footer-quick-links li a {
    color: #fff
}

.footer-section.footer-bg .single-footer-widget .footer-quick-links li a:hover {
    color: #1a61ab
}

.footer-section.footer-bg .single-footer-widget .footer-info-contact i {
    color: #b48017
}

.footer-section.footer-bg .single-footer-widget .footer-info-contact h3 {
    color: #fff
}

.footer-section.footer-bg .single-footer-widget .footer-info-contact span {
    color: #fff
}

.footer-section.footer-bg .single-footer-widget .footer-info-contact span a {
    color: #fff
}

.footer-section.footer-bg .single-footer-widget .footer-info-contact span a:hover {
    color: #1a61ab
}

.footer-section.footer-bg .single-footer-widget .footer-map {
    padding-left: 0;
    margin-bottom: 0
}

.footer-section.footer-bg .single-footer-widget .footer-map li {
    list-style-type: none;
    font-size: 18px;
    font-weight: 500
}

.footer-section.footer-bg .single-footer-widget .footer-map a {
    color: #1a61ab
}

.footer-section.footer-bg .copyright-area .copyright-area-content p {
    color: #fff
}

.footer-section.footer-bg .copyright-area .copyright-area-content p a {
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

.footer-section.footer-bg .copyright-area .copyright-area-content p a:hover {
    color: #1a61ab
}

.footer-section.footer-bg .copyright-area .copyright-area-content ul li {
    color: #fff
}

.footer-section.footer-bg .copyright-area .copyright-area-content ul li a {
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

.footer-section.footer-bg .copyright-area .copyright-area-content ul li a:hover {
    color: #1a61ab
}

.single-footer-widget {
    margin-bottom: 50px
}

.single-footer-widget p {
    color: #7a7e9a;
    margin: 0 0 18px 0;
    line-height: 22px;
    font-size: 14px
}

.single-footer-widget .footer-social {
    padding-left: 0;
    margin-bottom: 0
}

.single-footer-widget .footer-social li {
    list-style-type: none;
    display: inline-block
}

.single-footer-widget .footer-social a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 32px;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    text-align: center;
    border-radius: 30px;
    margin-right: 5px;
}

.single-footer-widget .footer-social a:hover {
    background-color: #ffffff;
    color: #252a37;
}

.single-footer-widget .footer-heading {
    margin-bottom: 12px
}

.single-footer-widget .footer-heading h3 {
    font-size: 14px;
    color: #ffffff;
    margin: 0
}

.single-footer-widget .footer-quick-links {
    padding-left: 0;
    margin-bottom: 0
}

.single-footer-widget .footer-quick-links li {
    list-style-type: none;
    padding-bottom: 4px;
    color: #353535
}

.single-footer-widget .footer-quick-links li:last-child {
    padding-bottom: 0
}

.single-footer-widget .footer-quick-links li a {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400
}

.single-footer-widget .footer-quick-links li a:hover {
    color: #1a61ab;
    -webkit-transition: .6s;
    transition: .6s;
    letter-spacing: 0
}

.single-footer-widget .footer-info-contact {
    position: relative;
    margin-bottom: 16px;
    line-height: 17px;
}

.single-footer-widget .footer-info-contact:last-child {
    margin-bottom: 0
}

.single-footer-widget .footer-info-contact i {
    color: #1a61ab;
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 16px
}

.single-footer-widget .footer-info-contact h3 {
    font-size: 14px;
    color: #1a61ab;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding-left: 25px;
    text-transform: uppercase
}

.single-footer-widget .footer-info-contact span {
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 400
}

.single-footer-widget .footer-info-contact span a {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: .6s;
    transition: .6s
}

.single-footer-widget .footer-info-contact span a:hover {
    color: #fefefe;
}

.single-footer-widget .newsletter-form {
    max-width: 580px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.single-footer-widget .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px dashed #1a61ab !important;
    border: none;
    height: 45px;
    padding-left: 25px;
    border-radius: 50px;
    outline: 0;
    color: #333;
    font-size: 15px
}

.single-footer-widget .newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #7a7e9a
}

.single-footer-widget .newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #7a7e9a
}

.single-footer-widget .newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #7a7e9a
}

.single-footer-widget .newsletter-form .input-newsletter::placeholder {
    color: #7a7e9a
}

.single-footer-widget .newsletter-form button {
    position: relative;
    background-color: #1a61ab;
    color: #fff;
    border: none;
    height: 45px;
    padding: 0 30px;
    border-radius: 50px;
    -webkit-transition: .6s;
    transition: .6s;
    line-height: 50px;
    text-transform: capitalize;
    width: 100%;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400
}

.single-footer-widget .newsletter-form button:hover {
    background-color: #333;
    color: #fff
}

.single-footer-widget .newsletter-form button i {
    font-size: 14px;
    line-height: normal;
    margin-left: 4px;
    position: relative;
    top: 1px
}

.single-footer-widget .newsletter-form #validator-newsletter {
    font-size: 15px;
    color: red;
    margin-top: 10px
}

.copyright-area .copyright-area-content {
    padding-top: 15px;
    border-top: 1px dashed #1a61ab
}

.copyright-area .copyright-area-content p {
    color: #7a7e9a;
    font-size: 12px;
    margin-bottom:0;
}

.copyright-area .copyright-area-content p a {
    color: #7a7e9a;
    display: inline-block;
    font-weight: 600
}

.copyright-area .copyright-area-content p a:hover {
    color: #1a61ab
}

.copyright-area .copyright-area-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: right
}

.copyright-area .copyright-area-content ul li {
    display: inline-block;
    color: #7a7e9a;
    font-size: 14px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px
}

.copyright-area .copyright-area-content ul li a {
    display: inline-block;
    color: #7a7e9a
}

.copyright-area .copyright-area-content ul li a:hover {
    color: #1a61ab
}

.copyright-area .copyright-area-content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -13px;
    width: 1px;
    height: 14px;
    background-color: #1a61ab
}

.copyright-area .copyright-area-content ul li:last-child {
    margin-right: 0
}

.copyright-area .copyright-area-content ul li:last-child::before {
    display: none
}

.copyright-area .copyright-area-content ul li:first-child {
    margin-left: 0
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #fff;
    background-color: #1a61ab;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 50%
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: .6s;
    transition: .6s
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #333;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50%
}

.go-top:focus,
.go-top:hover {
    color: #fff
}

.go-top:focus::before,
.go-top:hover::before {
    opacity: 1;
    visibility: visible
}

.go-top:focus i:first-child,
.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:focus i:last-child,
.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.navbar-brand img {
    position: absolute;
    z-index: 2;
    width: 160px;
    top: 3px;
    padding-left: 0;
}


.banner-icon {
    height: 30px;
    width: auto !important
}

.alysweb {
    position: relative
}

.alysweb-footer img {
    width: 135px
}

.text-white {
    color: #fff !important
}

.shop-image img {
    width: 100%;
    height: 220px;
    padding-top: 10px;
    object-fit: contain
}
.shop-image img.kullanim-alanlari {
    width: 100%;
    height: auto;
    padding-top: 0;
}
.ptb-50 {
    padding: 50px 0
}

.text-4d {
    color: #4d4d4d
}

.locksan-logo {
    width: 150px
}

.banner-language-buttons {
    position: fixed;
    right: 0;
    top: 23%;
    background-color: #f3db13;
    padding: 0 12px 0 12px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: translate(-100%, -100%) rotate(90deg);
    transform: translate(0, -100%) rotate(270deg);
    z-index: 99
}

.banner-language-buttons ul {
    padding-left: 0;
    margin-bottom: 0
}

.banner-language-buttons ul li {
    color: #4d4d4d;
    list-style-type: none;
    display: inline-block;
    margin-right: 7px
}

.banner-language-buttons ul li.dil-secenegi {
    font-size: 13px
}

.banner-language-buttons ul li:last-child {
    margin-right: 0
}

.banner-language-buttons ul a {
    color: #4d4d4d;
    font-weight: 600
}

.banner-language-buttons ul a.active-language {
    color: #000;
    text-decoration: underline
}

.banner-language-buttons ul a:hover {
    color: #1a61ab
}

.banner-language-buttons ul i {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg)
}

.product-details-image img {
    height: 350px;
    object-fit: contain;
    width: 100%;
    padding: 25px;
    border: 2px solid #f2f2f2;
    border-radius: 7px
}

.hakkimizda-locksan-logo {
    width: 225px
}

.about-image img {
    border-radius: 7px
}

.references-img {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    border: 1px solid #e2e6eb !important;
    border-radius:3px;
}

.references-img img {
    height: 110px;
    object-fit: contain;
    padding: 4px;
}

.references-img img:hover {
    -webkit-filter: grayscale(0)
}

.float {
    position: fixed;
    width: 185px;
    height: 34px;
    padding: 8px 1px 7px 0;
    bottom: 55px;
    left: 20px;
    background-color: #25d366;
    color: #fff;
    text-align: center;
    font-size: 13px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    letter-spacing: 1.1px;
    font-weight: 600
}

.float:hover {
    background-color: #fff;
    color: #25d366
}

.my-float {
    margin-top: -5px;
    display: inline;
    height: 22px;
    font-size: 22px;
    margin-right: 4px
}

.bg-odeme {
    color: #4d4d4d;
    background-color: #f3db13;
    font-weight: 600;
    padding: 7px 25px;
    border-radius: 5px;
    font-size: 14px
}

.bg-odeme-bildiri {
    color: #fff !important;
    background-color: #1a61ab;
    font-weight: 600;
    padding: 7px 25px;
    border-radius: 5px;
    font-size: 14px
}

.urun-kodu-span {
    border-bottom: 1px dashed #dcdcdc;
    font-size: 13px
}

.easyzoom-style {
    position: relative
}

.easyzoom-style a.easyzoom-pop-up {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background-color: #f2f2f2;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    z-index: 999
}

.easyzoom-style a.easyzoom-pop-up.video-popup {
    color: #fff;
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 62px;
    background-color: #262626
}

.easyzoom-style a.easyzoom-pop-up.img-popup-position {
    bottom: 100px
}

.easyzoom-style a.easyzoom-pop-up:hover {
    color: #fc4f4f
}

.easyzoom-style .easyzoom>a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.easyzoom-style .easyzoom>a img {
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    object-fit: contain;
    height: 350px;
    border: 1px solid #f2f2f2;
    padding: 15px;
    border-radius: 7px
}

.easyzoom-style .easyzoom-popup>a img {
    width: 100%
}

.easyzoom-style span.product-sale {
    background-color: #262626;
    display: inline-block;
    color: #fff;
    left: 20px;
    top: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    font-weight: 400;
    z-index: 999;
    font-size: 10px;
    text-transform: uppercase
}

.product-dec-right {
    float: right;
    position: relative;
    width: calc(100% - 120px)
}

@media only screen and (min-width:1366px) and (max-width:1600px) {
    .product-dec-right {
        width: calc(100% - 120px)
    }
}

@media only screen and (min-width:1200px) and (max-width:1365px) {
    .product-dec-right {
        width: calc(100% - 120px)
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product-dec-right {
        width: calc(100% - 90px)
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-dec-right {
        width: calc(100% - 130px)
    }
}

@media only screen and (max-width:767px) {
    .product-dec-right {
        width: calc(100% - 100px)
    }
    .mean-container .mean-nav {
        margin-top: 10px;
    }
}

.product-dec-left {
    position: relative;
    float: left;
    width: 100px;
    padding-right: 10px
}

@media only screen and (min-width:1366px) and (max-width:1600px) {
    .product-dec-left {
        width: 120px
    }
}

@media only screen and (min-width:1200px) and (max-width:1365px) {
    .product-dec-left {
        width: 120px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product-dec-left {
        width: 90px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-dec-left {
        width: 130px
    }
}

@media only screen and (max-width:767px) {
    .product-dec-left {
        width: 100px
    }
}

.product-dec-left .product-dec-small {
    margin: 0 0 20px;
    cursor: pointer
}

.product-dec-left .product-dec-small img {
    width: 100%;
    height: 60px;
    object-fit: contain
}

.product-dec-left .product-dec-small.slick-active {
    border: 2px solid transparent
}

.product-dec-left .product-dec-small.slick-active.slick-current {
    border: 2px solid #262626
}

.product-dec-left .product-dec-small:last-child {
    margin: 0 0 0
}

.product-dec-left span.pro-dec-icon {
    position: absolute;
    top: 100%;
    left: 50%;
    right: auto;
    font-size: 20px;
    cursor: pointer;
    color: #b3b3b3;
    z-index: 9;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width:767px) {
    .product-dec-left span.pro-dec-icon {
        top: 93%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .product-dec-left span.pro-dec-icon {
        top: 100%
    }
}

.product-dec-left span.pro-dec-icon:hover {
    color: #fc4f4f
}

.product-dec-left span.pro-dec-icon.pro-dec-prev {
    margin-left: -25px
}

.product-dec-left span.pro-dec-icon.pro-dec-next {
    margin-right: -25px
}

.product-dec-small-style2 {
    width: 450px;
    margin: 13px auto 0
}

@media only screen and (min-width:1200px) and (max-width:1365px) {
    .product-dec-small-style2 {
        width: 400px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product-dec-small-style2 {
        width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-dec-small-style2 {
        width: 450px
    }
}

@media only screen and (max-width:767px) {
    .product-dec-small-style2 {
        width: 100%
    }
}

.product-dec-small-style2 .product-dec-small {
    margin: 0 5px 0 5px;
    cursor: pointer
}

.product-dec-small-style2 .product-dec-small img {
    width: 100%
}

.product-dec-small-style2 .product-dec-small.slick-active {
    border: 2px solid transparent
}

.product-dec-small-style2 .product-dec-small.slick-active.slick-current {
    border: 2px solid #262626
}

.product-dec-small-style2 .product-dec-small:last-child {
    margin: 0 0 0
}

.product-dec-small-style2 span.pro-dec-icon {
    color: #262626;
    font-size: 20px;
    position: absolute;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9
}

.product-dec-small-style2 span.pro-dec-icon:hover {
    color: #fc4f4f
}

.product-dec-small-style2 span.pro-dec-prev {
    left: -5%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product-dec-small-style2 span.pro-dec-prev {
        left: -3%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-dec-small-style2 span.pro-dec-prev {
        left: -4%
    }
}

@media only screen and (max-width:767px) {
    .product-dec-small-style2 span.pro-dec-prev {
        left: -2%
    }
}

.product-dec-small-style2 span.pro-dec-next {
    left: auto;
    right: -5%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product-dec-small-style2 span.pro-dec-next {
        right: -3%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-dec-small-style2 span.pro-dec-next {
        right: -4%
    }
}

@media only screen and (max-width:767px) {
    .product-dec-small-style2 span.pro-dec-next {
        right: -2%
    }
}

.product-dec-slider.slick-vertical .slick-slide,
.product-dec-small-style2.slick-vertical .slick-slide {
    border: 2px solid #f5f5f5
}

.product-dec-slider .slick-slide,
.product-dec-small-style2 .slick-slide {
    border: 2px solid transparent
}

.single-pro-details-sidebar {
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-pro-details-sidebar {
        margin-top: 30px
    }
}

.single-pro-details-sidebar:before {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    z-index: 9;
    pointer-events: none
}

.single-pro-details-sidebar>a {
    display: block;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.single-pro-details-sidebar .pro-details-sidebar-content {
    position: absolute;
    left: 30px;
    bottom: 35px;
    z-index: 9
}

@media only screen and (min-width:1366px) and (max-width:1600px) {
    .single-pro-details-sidebar .pro-details-sidebar-content {
        left: 10px;
        bottom: 20px
    }
}

@media only screen and (min-width:1200px) and (max-width:1365px) {
    .single-pro-details-sidebar .pro-details-sidebar-content {
        left: 10px;
        bottom: 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-pro-details-sidebar .pro-details-sidebar-content {
        left: 10px;
        bottom: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-pro-details-sidebar .pro-details-sidebar-content {
        left: 10px;
        bottom: 20px
    }
}

.single-pro-details-sidebar .pro-details-sidebar-content h4 {
    font-size: 32px;
    color: #fff;
    line-height: 1.4074;
    font-weight: 700;
    margin: 0 0 10px;
    border-bottom: 1px solid #fff
}

@media only screen and (min-width:1366px) and (max-width:1600px) {
    .single-pro-details-sidebar .pro-details-sidebar-content h4 {
        font-size: 18px
    }
}

@media only screen and (min-width:1200px) and (max-width:1365px) {
    .single-pro-details-sidebar .pro-details-sidebar-content h4 {
        font-size: 18px;
        line-height: 1.2074
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-pro-details-sidebar .pro-details-sidebar-content h4 {
        font-size: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-pro-details-sidebar .pro-details-sidebar-content h4 {
        font-size: 22px
    }
}

.single-pro-details-sidebar .pro-details-sidebar-content h4 a {
    color: #fff
}

.single-pro-details-sidebar .pro-details-sidebar-content p {
    font-size: 24px;
    color: #fff;
    margin: 0 0 0
}

@media only screen and (min-width:1366px) and (max-width:1600px) {
    .single-pro-details-sidebar .pro-details-sidebar-content p {
        font-size: 18px
    }
}

@media only screen and (min-width:1200px) and (max-width:1365px) {
    .single-pro-details-sidebar .pro-details-sidebar-content p {
        font-size: 18px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-pro-details-sidebar .pro-details-sidebar-content p {
        font-size: 18px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-pro-details-sidebar .pro-details-sidebar-content p {
        font-size: 18px
    }
}

.single-pro-details-sidebar:hover:before {
    opacity: .4;
    background-color: #000;
    visibility: visible
}

.slider-nav-style-3 {
    position: relative
}

.slider-nav-style-3 .owl-nav div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    left: 20px;
    z-index: 9
}

.slider-nav-style-3 .owl-nav div:hover {
    color: #fc4f4f
}

@media only screen and (min-width:1366px) and (max-width:1600px) {
    .slider-nav-style-3 .owl-nav div {
        left: 10px
    }
}

@media only screen and (min-width:1200px) and (max-width:1365px) {
    .slider-nav-style-3 .owl-nav div {
        left: 10px;
        font-size: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider-nav-style-3 .owl-nav div {
        left: 10px;
        font-size: 15px
    }
}

.slider-nav-style-3 .owl-nav div.owl-next {
    left: auto;
    right: 20px
}

@media only screen and (min-width:1366px) and (max-width:1600px) {
    .slider-nav-style-3 .owl-nav div.owl-next {
        right: 10px
    }
}

@media only screen and (min-width:1200px) and (max-width:1365px) {
    .slider-nav-style-3 .owl-nav div.owl-next {
        right: 10px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider-nav-style-3 .owl-nav div.owl-next {
        right: 10px
    }
}

.description-review-topbar {
    margin-bottom: 60px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .description-review-topbar {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .description-review-topbar {
        margin-bottom: 20px
    }
}

.description-review-topbar a {
    font-size: 18px;
    padding: 21px 60px 22px;
    text-align: center;
    color: #a3a3a3;
    line-height: 1;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-right: 20px
}

.description-review-topbar a:last-child {
    margin-right: 0
}

@media only screen and (min-width:1366px) and (max-width:1600px) {
    .description-review-topbar a {
        padding: 16px 40px 17px
    }
}

@media only screen and (min-width:1200px) and (max-width:1365px) {
    .description-review-topbar a {
        padding: 16px 30px 17px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .description-review-topbar a {
        padding: 14px 20px 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .description-review-topbar a {
        font-size: 15px;
        padding: 10px 10px 12px;
        margin-right: 8px
    }
}

@media only screen and (max-width:767px) {
    .description-review-topbar a {
        font-size: 13px;
        padding: 10px 10px 12px;
        margin-bottom: 5px;
        margin-right: 8px
    }
}

.description-review-topbar a.active {
    color: #2f2f2f;
    font-weight: 600
}

@media only screen and (max-width:767px) {
    .pro-details-banner {
        margin-bottom: 20px
    }
}

.pro-details-banner a {
    position: relative
}

.pro-details-banner a img {
    width: 100%
}

.pro-details-banner a::after {
    content: "";
    background-image: url(../images/icon-img/btn-play-3.png);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 82px;
    height: 82px;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
}

.pro-details-banner a::before {
    content: "";
    width: 82px;
    height: 82px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 50%
}

.pro-details-banner:hover a::before {
    opacity: .4;
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    background: rgba(255, 255, 255, .3)
}

.pro-details-banner:hover a::after {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 12px rgba(255, 255, 255, .3)
}

.product-dec-content {
    padding-left: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product-dec-content {
        padding-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-dec-content {
        padding-left: 0
    }
}

@media only screen and (max-width:767px) {
    .product-dec-content {
        padding-left: 0
    }
}

.product-dec-content p {
    line-height: 1.88;
    margin: 0;
    font-size: 16px;
    color: #777
}

.mfp-bg {
    z-index: 9999
}

.mfp-wrap {
    z-index: 99999
}
.surec-detail {
    padding: 35px 0 95px;
    overflow: hidden;
    position: relative;
    background-repeat: repeat;
    overflow: hidden;
}
.surec {
    border: solid 1px #b7b7b7;
    padding: 15px;
    transition: .5s;
    background: 0 0;
    margin-bottom: 10px;
    border-radius:7px;
}
.surec-icon {
    font-size: 35px;
    transition: .5s;
}
.surec-haed {
    margin: 20px 0 5px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: .5s;
    font-size: 17px;
    line-height: 23px;
    color: #2a2a2a;
}
.surec-desc {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    transition: .5s;
    height: 95px;
    color: #2a2a2a;
}
@media only screen and (max-width:1199px) {
    .surec-haed {
        font-size: 14px;
    }
}
@media only screen and (max-width:991px){
    .surec-desc {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1px;
        transition: .5s;
        height: 105px;
        color: #2a2a2a;
    }
}
.surec-icon img {
    height: 60px;
    width: 60px;
    background-color: #e3000f;
    padding: 9px;
    border-radius: 5px;
}
.services-content-area .services-slider .services-item {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.services-item .icon img {
    border: 1px solid #e2e6eb !important;
    border-radius: 1px !important;
    height: 110px;
    object-fit: contain;
    padding: 4px;
}
.copyright-area{
    background-color:#ffffff;
    padding-bottom:10px;
}
.about-content h1{
    font-size:25px;
    line-height:33px;
}
.shop-section {
    background-color: #fbfbfb;
}
.page-link{
    color: #2a2a2a;
}
.page-item.active .page-link {
    color: #2a2a2a;
}
.slider-skew-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: inherit;
    background-color: #252a37;
}
.slider-skew-overlay:before, .slider-skew-overlay:after {
    border-top: 0 !important;
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    width: 50%;
    border-top: 100px solid #fff;
    border-bottom: 100px solid #fff;
    -webkit-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}
.slider-skew-overlay:after, .slider-skew-overlay:before {
    border-top: 0!important;
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    width: 50%;
    border-top: 100px solid #fbfbfb;
    border-bottom: 100px solid #fbfbfb;
    -webkit-transform: rotate(.000001deg);
    transform: rotate(.000001deg);
}
.slider-skew-overlay:before {
    right: 50%;
    border-right: 1000px solid transparent;
    border-left: 1000px solid;
}
.slider-skew-overlay:after {
    left: 50%;
    border-left: 1000px solid transparent;
    border-right: 1000px solid;
}
.skew-overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: inherit;
}
.skew-overlay-top:before, .skew-overlay-top:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    width: 50%;
    border-top: 100px solid #fff;
    border-bottom: 100px solid #fff;
}
.skew-overlay-top:before {
    right: 50%;
    border-right: 1000px solid transparent;
    border-left: 1000px solid;
}
.skew-overlay-top:after {
    left: 50%;
    border-left: 1000px solid transparent;
    border-right: 1000px solid;
}
.skew-overlay-top:after, .skew-overlay-top:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    width: 50%;
    border-top: 100px solid #ffffff;
    border-bottom: 100px solid #ffffff;
}
.skew-overlay-top:before {
    right: 50%;
    border-right: 1000px solid transparent;
    border-left: 1000px solid;
}
.search-form input {
    font-size: 13px;
    width: 100%;
    height: 36px;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    padding-left: 7px;
    padding-right: 20px;
}
.contact-pt{
    padding-top: 15px;
}
.contact-page {
    padding: 15px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    width:100%;
}
.alert{
    font-size:13px;
}
.language-menu {
    position: relative;
    display: inline-block;
}
.burger-menu img {
    height: 22px;
    padding-bottom: 4px;
    line-height: 27px;
    position: relative;
    width: auto;
}
.trifles-nav .navbar .others-options {
    border-left: 1px solid #3e4452;
    padding-left: 15px;
}
.product-title{
    position:relative;
    margin-bottom:10px;
}
.product-title h1{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #4d4d4d;
    padding: 10px 0;
    border-bottom: 2px dashed #dcdcdc;
}
/*Mobil Menü*/


.mobileMenuButton {
    height: 21px;
    width: 34px;
    position: relative;
    cursor: pointer;
    display: none;
    margin-left: 30px;
}

    .mobileMenuButton span {
        display: block;
        width: 100%;
        height: 3px;
        background: #000;
        transition: 0.4s;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

        .mobileMenuButton span:before,
        .mobileMenuButton span:after {
            content: "";
            position: absolute;
            top: -8px;
            left: 0;
            width: 80%;
            height: 3px;
            background: #000;
            display: block;
            transition: 0.4s;
        }

        .mobileMenuButton span:after {
            top: auto;
            bottom: -8px;
            right: 0;
            left: auto;
        }

    .mobileMenuButton.active span:before {
        transform: rotate(45deg);
        transform-origin: top left;
        width: 100%;
        top: -15px;
    }

    .mobileMenuButton.active span:after {
        transform: rotate(-45deg);
        width: 100%;
        transform-origin: bottom left;
    }

    .mobileMenuButton.active span {
        background: transparent;
        width: 100%;
    }

header .header-wrapper {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 0;
    transition: .5s;
}

    header .header-wrapper .logo {
        width: 15%;
    }

    header .header-wrapper .main-menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 85%;
    }

        header .header-wrapper .main-menu .menu > ul {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            position: relative;
            margin-bottom:0;
        }

    header .header-wrapper .logo a {
        display: flex;
        align-items: center;
    }

        header .header-wrapper .logo a .logo-bg {
            width: auto;
            height: 85px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            position: relative;
            transition: .5s;
        }

header.page-scroll .header-wrapper .logo a .logo-bg {
    width: 165px;
    height: 95px;
    padding: 8px;
    top: 0;
}

    header.page-scroll .header-wrapper .logo a .logo-bg img {
        width: 100%;
    }

header .header-wrapper .logo a .logo-name {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 19px;
    color: #727272;
    margin-left: 15px;
}

header .header-wrapper .main-menu .menu ul li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    header .header-wrapper .main-menu .menu ul li .submenu.childmenu {
        min-width: 215px;
        padding: 20px;
    }

header .header-wrapper .main-menu .menu ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

header .header-wrapper .main-menu .menu ul li .submenu.megamenu {
    display: flex;
    padding: 20px 30px;
    margin: 0 -30px;
    box-shadow: 0px 0px 4px rgb(0 53 107 / 28%);
}

    header .header-wrapper .main-menu .menu ul li .submenu.megamenu.sm {
        width: 70%;
    }

        header .header-wrapper .main-menu .menu ul li .submenu.megamenu.sm .menu-item {
            width: 50%;
        }

header .header-wrapper .main-menu .menu > ul > li.has-child {
    position: relative;
}

header .header-wrapper .main-menu .menu ul li .submenu.megamenu h3 {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 27px;
    color: #aaa9a9;
    margin-bottom: 20px;
}

header .header-wrapper .main-menu .menu ul li .submenu.megamenu .menu-item {
    width: 100%;
    padding: 0 30px;
}

header .header-wrapper .main-menu .menu ul li .submenu ul > li > a {
    font-size: 14px;
    line-height: 23px;
    color: #2a2a2a;
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
    transition: .4s;
    display: flex;
}

header .header-wrapper .main-menu .menu ul li .submenu ul > li:last-child > a {
    margin: 0;
}

header .header-wrapper .main-menu .menu {
    margin-right: 0;
}


    header .header-wrapper .main-menu .menu > ul > li > a {
        position: relative;
        font-weight: 500;
        font-size: 17px;
        line-height: 19px;
        color: #000;
        display: block;
        padding: 38px 0;
        margin: 0 18px;
        transition: .4s;
    }
    header .header-wrapper .main-menu .menu > ul > li:last-child > a {
        margin-right:0;
    }
        header .header-wrapper .main-menu .menu > ul > li > a:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%) scaleX(0);
            transform-origin: center center;
            width: 100%;
            height: 3px;
            background: #00549a;
            transition: .4s;
        }

header .header-wrapper .main-menu .lang .lang-btn {
    width: 60px;
    height: 35px;
    line-height: 35px;
    background: #E6E6E6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    color: #00549a;
}

    header .header-wrapper .main-menu .lang .lang-btn.active {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        color: #000;
    }

        header .header-wrapper .main-menu .lang .lang-btn.active:before,
        header .header-wrapper .main-menu .lang .lang-btn.active:after {
            top: 5px;
        }

    header .header-wrapper .main-menu .lang .lang-btn:before {
        content: "";
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 4px;
        border-radius: 2px;
        background: #E6E6E6;
        transition: .4s;
    }

    header .header-wrapper .main-menu .lang .lang-btn:after {
        content: "";
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 4px;
        border-radius: 2px;
        background: #E6E6E6;
        transition: .4s;
        transition-delay: .1s;
    }

    header .header-wrapper .main-menu .lang .lang-btn .icon {
        margin-left: 5px;
        display: block;
        transition: .4s;
    }

        header .header-wrapper .main-menu .lang .lang-btn .icon svg {
            fill: none;
            stroke: #8e8e8e;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-miterlimit: 10;
            stroke-width: 2.2px;
        }

    header .header-wrapper .main-menu .lang .lang-btn.active .icon {
        transform: rotate(180deg);
        transform-origin: center center;
    }

        header .header-wrapper .main-menu .lang .lang-btn.active .icon svg .a {
            stroke: #00549a;
        }



header .header-wrapper .main-menu .lang ul li a {
    font-weight: 500;
    font-size: 18px;
    color: #fefefe;
    display: block;
    transition: .4s;
}

    header .header-wrapper .main-menu .lang ul li {
        padding: 5px 0;
        border-bottom: 1px solid #CCCCCC;
    }

        header .header-wrapper .main-menu .lang ul li:last-child {
            border: none;
        }

.header-wrapper .logo img {
    height: 60px;
}
ul li {
    list-style: none;
}
@media only screen and (max-width:1550px) {
    header .header-wrapper .main-menu .menu > ul > li > a {
        font-size: 14px;
        line-height: 19px;
        margin: 0 9px;
    }

    header .header-wrapper .main-menu .menu ul li .submenu ul > li > a {
        font-size: 15px;
        line-height: 21px;
        color: #2a2a2a;
        margin-bottom: 10px;
        font-weight: 500;
        display: block;
        transition: .4s;
        display: flex;
    }
}

@media only screen and (max-width:1300px) {
    header .header-wrapper .main-menu .menu > ul > li > a {
        font-size: 15px;
        line-height: 17px;
    }

    header .header-wrapper .main-menu .menu ul li .submenu ul > li > a {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 10px;
    }

    header .header-wrapper .main-menu .menu ul li .submenu.megamenu .menu-item {
        width: 100%;
        padding: 0 7px;
    }

    header .header-wrapper .main-menu .menu ul li .submenu.megamenu {
        padding: 20px 15px;
    }
}
@media screen and (max-width: 1200px) {


    header .header-wrapper .main-menu .menu {
        display: none;
    }

    .mobileMenuButton {
        display: block;
    }

    
    .mobile-menu .mobile-nav > ul li a {
        font-size: 18px;
    }


    header .header-wrapper .logo {
        width: 50%;
    }

    header .header-wrapper .main-menu {
        width: 50%;
    }

    header .header-wrapper .logo a .logo-name {
        font-size: 17px;
    }
}
@media only screen and (max-width: 991px){
    header .header-wrapper .logo a .logo-bg {
        width: auto;
        height: 72px;
    }
}
@media only screen and (max-width: 520px) {
    main .container-fluid {
        padding: 0 10px;
    }

    .mobile-menu .mobile-nav {
        padding: 40px 10px;
    }


        header .header-wrapper .main-menu {
            width: 50%;
        }

    main {
        overflow-x: hidden;
        padding-top: 75px;
    }

    header.page-scroll .header-wrapper .logo a .logo-bg {
        width: 130px;
        height: 73px;
        padding: 8px;
        top: 0;
    }

    

    .header-wrapper .logo img {
        height: 50px;
    }
    .lang {
        padding-right: 10px !important;
    }
}
@media only screen and (max-width:345px){
    .header-wrapper .logo img {
        height: 45px;
    }
}

.mobile-menu {
    position: fixed;
    right: -100%;
    top: 0;
    background: #f2f0f0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 990;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    min-height: 100vh;
    overflow-y: auto;
    padding: 110px 0 0;
}

    .mobile-menu .mobile-nav {
        margin-top: 0;
        padding: 60px 30px;
    }

        .mobile-menu .mobile-nav::-webkit-scrollbar {
            width: 0;
        }

        .mobile-menu .mobile-nav > ul {
            position: relative;
            width: 100%;
            margin-left: 0;
            padding-left: 0;
        }

            .mobile-menu .mobile-nav > ul > li:first-child > a {
                /* padding-top: 0; */
            }

                .mobile-menu .mobile-nav > ul > li:first-child > a:before,
                .mobile-menu .mobile-nav > ul > li:first-child > a:after {
                    top: 30%;
                }

            .mobile-menu .mobile-nav > ul li a {
                display: flex;
                padding: 15px 30px;
                font-weight: 500;
                font-size: 24px;
                letter-spacing: 0.02em;
                color: #171717;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                position: relative;
                -webkit-box-orient: initial;
                -webkit-box-direction: initial;
                -ms-flex-direction: initial;
                flex-direction: initial;
            }

        .mobile-menu .mobile-nav ul li a.bid-btn {
            margin-top: 20px;
            opacity: 0.7;
        }

        .mobile-menu .mobile-nav ul li a.sub-item.active {
            color: #0D2F62;
        }

            .mobile-menu .mobile-nav ul li a.sub-item.active:before,
            .mobile-menu .mobile-nav ul li a.sub-item.active:after {
                background: #0D2F62;
            }

            .mobile-menu .mobile-nav ul li a.sub-item.active:before {
                height: 0;
            }

            .mobile-menu .mobile-nav ul li a.sub-item.active:after {
                height: 8px;
            }

        .mobile-menu .mobile-nav ul li a.sub-item:before,
        .mobile-menu .mobile-nav ul li a.sub-item:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 35px;
            width: 2px;
            height: 12px;
            background: #171717;
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

        .mobile-menu .mobile-nav ul li a.sub-item:before {
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .mobile-menu .mobile-nav ul li a.sub-item:after {
            -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
        }

        .mobile-menu .mobile-nav ul li a i {
            margin-left: 10px;
        }

        .mobile-menu .mobile-nav ul li ul {
            background: #e7e7e7;
            padding: 10px 0;
            display: none;
        }

            .mobile-menu .mobile-nav ul li ul li a {
                border-top: none;
                font-size: 15px;
                padding: 5px 40px;
                font-weight: 500;
            }

                .mobile-menu .mobile-nav ul li ul li a .menu-icon img {
                    height: 35px;
                    margin-right: 15px;
                    padding: 2px;
                    margin: 5px;
                }

            .mobile-menu .mobile-nav ul li ul li a {
                justify-content: inherit;
            }

                .mobile-menu .mobile-nav ul li ul li a .menu-icon {
                    display: flex;
                    position: relative;
                }

                .mobile-menu .mobile-nav ul li ul li a .menu-text {
                    align-self: center;
                    padding-left: 5px;
                    display: inline-block;
                }

                .mobile-menu .mobile-nav ul li ul li a.sub-item:before,
                .mobile-menu .mobile-nav ul li ul li a.sub-item:after {
                    right: 30px;
                }

            .mobile-menu .mobile-nav ul li ul li ul {
                background: #0c1e31;
            }

                .mobile-menu .mobile-nav ul li ul li ul li a {
                    padding: 15px 35px;
                }

                    .mobile-menu .mobile-nav ul li ul li ul li a.sub-item:before,
                    .mobile-menu .mobile-nav ul li ul li ul li a.sub-item:after {
                        right: 40px;
                    }

                .mobile-menu .mobile-nav ul li ul li ul li ul {
                    background: #071625;
                }

                    .mobile-menu .mobile-nav ul li ul li ul li ul a {
                        padding: 15px 50px;
                    }

        .mobile-menu .mobile-nav ul li.active {
            position: relative;
            z-index: 34;
        }

            .mobile-menu .mobile-nav ul li.active ul {
                display: block;
            }

    .mobile-menu.open {
        right: 0;
    }

@-webkit-keyframes menuListAnimate {
    0% {
        margin-top: 40px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes menuListAnimate {
    0% {
        margin-top: 40px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.language-item {
    margin: 20px 30px 0;
}

    .language-item ul {
        display: flex;
        align-items: center;
        margin: 0 -10px;
    }

        .language-item ul li a {
            display: block;
            height: 40px;
            line-height: 40px;
            padding: 0 10px;
            color: #171717;
            border-radius: 7px;
            font-size: 14px;
        }

        .language-item ul li.lang-active a {
            color: white;
            color: red;
        }


/*Mobil Menü*/

/*HEADER STYLES*/

.submenu.megamenu .menu-item ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    .submenu.megamenu .menu-item ul li {
        width: 33.33%;
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        height: 55px;
    }

        .submenu.megamenu .menu-item ul li img {
            height: 35px;
            margin-right: 15px;
            padding: 2px;
            margin: 5px;
        }

        .submenu.megamenu .menu-item ul li a span.menu-icon {
            display: flex;
            position: relative;
        }

        .submenu.megamenu .menu-item ul li a span.menu-text {
            display: inline-block;
            align-self: center;
            padding-left: 5px;
        }

header {
    position: relative;
    width: 100%;
    z-index: 999;
}
    header .header-wrapper .main-menu .menu ul li:hover .submenu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
.container-ekaratas{
    padding:0 50px;
}


@font-face {
    font-family: new-order;
    src: url("https://use.typekit.net/af/5689eb/00000000000000007735ee23/30/l?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/5689eb/00000000000000007735ee23/30/d?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/5689eb/00000000000000007735ee23/30/a?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal
}

@font-face {
    font-family: new-order;
    src: url("https://use.typekit.net/af/01d619/00000000000000007735ee26/30/l?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/01d619/00000000000000007735ee26/30/d?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/01d619/00000000000000007735ee26/30/a?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n6&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal
}

@font-face {
    font-family: new-order;
    src: url("https://use.typekit.net/af/0aebd6/00000000000000007735ee24/30/l?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/0aebd6/00000000000000007735ee24/30/d?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/0aebd6/00000000000000007735ee24/30/a?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n5&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal
}

@font-face {
    font-family: new-order;
    src: url("https://use.typekit.net/af/0ce2e9/00000000000000007735ee25/30/l?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/0ce2e9/00000000000000007735ee25/30/d?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/0ce2e9/00000000000000007735ee25/30/a?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal
}

@font-face {
    font-family: new-order;
    src: url("https://use.typekit.net/af/9058cf/00000000000000007735ee27/30/l?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/9058cf/00000000000000007735ee27/30/d?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/9058cf/00000000000000007735ee27/30/a?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n3&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal
}
.products-details-tab-content table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

.products-details-tab-content table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.products-details-tab-content table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

.products-details-tab-content table th,
.products-details-tab-content table td {
    padding: .625em;
    text-align: left !important;
    width: auto !important;
}
.products-details-tab-content table td img {
   margin-right:15px;
}

    .products-details-tab-content table th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
        font-weight: 600;
    }
 .image-col {
    align-items: center;
    justify-content: center;
    width: 115px;
    background-color: white;
    text-align: center;
    border-radius: 3px;
    margin-left: 5px;
    display:inline-table;
}
.image-col img {
    border-radius: 3px;
    border: 8px solid white;
    height:55px;
    object-fit:contain;
}
.whatsapp-iletisime-gec a {
    border: 2px solid #2a8b4e;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 5px;
    background: #ddf7e7;
    display: inline-block;
    min-width: 425px;
}

    .whatsapp-iletisime-gec a img {
        height: 20px;
        margin-right: 7px;
    }

.whatsapp-iletisime-gec .whatsapp-text {
    padding: 7px 15px;
    margin-top: 2px;
    float: left;
    display: block;
    color: #2a2a2a;
}

.whatsapp-iletisime-gec .whatsapp-button {
    padding: 0 15px;
    margin-top: 5px;
    margin-left: 15px;
    border-left: 2px solid #2a8b4e;
    color: #2a8b4e;
    font-weight: bold;
    font-size: 17px;
    display: inline-block;
    line-height: 15px;
    text-align: center;
}
@media only screen and (max-width:475px){
     .image-col {
    align-items: center;
    justify-content: center;
    width: 70px;
    background-color: white;
    text-align: center;
    border-radius: 3px;
    margin-left: 1px;
    display:inline-table;
}
.image-col img {
    border-radius: 3px;
    border: 8px solid white;
    height:35px;
    object-fit:contain;
}
}
/*@media screen and (max-width: 600px) {
    .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
        text-align: left;
    }
    .products-details-tab-content table {
        border: 0;
    }

    .products-details-tab-content table caption {
        font-size: 1.3em;
    }

    .products-details-tab-content table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .products-details-tab-content table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

        .products-details-tab-content table td {
            border-top:none !important;
            border-left:none;
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
            width: auto !important;
        }

    .products-details-tab-content table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .products-details-tab-content table td:last-child {
        border-bottom: 0;
    }
}*/
@media only screen and (max-width:1400px) {
    .whatsapp-iletisime-gec a {
        min-width: 410px;
    }

}

@media only screen and (max-width:1199px) {
    .whatsapp-iletisime-gec a {
        min-width: initial;
    }

    .whatsapp-iletisime-gec .whatsapp-button {
        padding: 0 15px;
        margin-top: 5px;
        margin-left: 0;
        border-left: none;
        font-weight: bold;
        font-size: 17px;
    }

}

@media only screen and (max-width:991px) {
    .whatsapp-iletisime-gec a {
        width: 260px;
        min-width: initial;
        min-width: 260px;
        padding-bottom: 12px;
    }

    .whatsapp-iletisime-gec .whatsapp-button small {
        display: none;
    }
}

@media only screen and (max-width:767px) {
   
    .whatsapp-iletisime-gec a {
        min-width: 260px;
    }
}
.lang {
    margin-left: 35px;
    position: relative;
    cursor: pointer;
    border-left: 1px solid #cbcbcb;
    padding-left: 25px;
}

    .lang span {
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
        color: #000;
        border: 1px solid #919191;
        padding: 7px 5px 5px;
        border-radius: 50%;
    }

    .lang ul {
        position: absolute;
        list-style: none;
        background: #2a2a2a;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px 35px;
        left: 50%;
        transform: translateX(-36%);
        margin: 0;
        top: 36px;
        gap: 3px;
        opacity: 0;
        visibility: hidden;
        transition: .4s;
    }

    .lang:hover ul {
        opacity: 1;
        visibility: visible;
    }

    .lang ul:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 7px 10px;
        border-color: transparent transparent #2a2a2a transparent;
    }

@media only screen and (max-width:1200px) {
    .lang {
        margin-left: 0;
        position: relative;
        cursor: pointer;
        border-right: 1px solid #cbcbcb;
        border-left: none;
        padding-right: 25px;
    }

        .lang ul {
            padding: 20px 25px;
            transform: translateX(-50%);
        }
}
.marka-box{
    padding:40px 0 0;
    text-align:center;
}
    .marka-box p {
        font-size: 18px;
        font-weight:600;
    }
.marka-section .marka-box p a img{
    height:55px;
    margin:0 15px;
}
@media only screen and (max-width:575px){
    .marka-box p {
        font-size: 15px;
    }
    .marka-section .marka-box p a img {
        height: 45px;
        margin: 0 7px;
    }
}
@media only screen and (max-width:450px) {
    .marka-box p {
        font-size: 13px;
    }

    .marka-section .marka-box p a img {
        height: 35px;
        margin: 0 4px;
    }
}
@media only screen and (max-width:350px) {
    .marka-box p {
        font-size: 13px;
    }

    .marka-section .marka-box p a img {
        height: 30px;
        margin: 0 4px;
    }
}
@media only screen and (max-width:1299px){
    header .header-wrapper .main-menu .menu > ul > li > a {
        font-size: 13px;
        line-height: 19px;
        margin: 0 9px;
    }
}
.paket-secenekleri-box{
    padding:25px 0;
}
.paket-secenekleri-box .paket-image img{
    width:100%;
    height: 220px;
    padding-top: 10px;
    background-color:#ffffff;
    object-fit: contain;
}
.paket-secenekleri-box .paket-text{
    text-align:center;
    margin-top:15px;
    font-size:17px;
    line-height:23px;
    font-weight:600;
}
@media only screen and (max-width:575px){
    .paket-secenekleri-box {
        padding: 0 0;
    }
    .shop-list-tab .tab_content .tabs_item .shop-item .shop-content h3 {
        height: 45px;
    }
    .paket-secenekleri-box .col-sm-4{
        width:33.33%;
        padding:0 5px;
    }
    .paket-secenekleri-box .paket-image img {
        width: 100%;
        height: 100px;
        padding: 10px;
        background-color: #ffffff;
        object-fit: contain;
    }
    .paket-secenekleri-box .paket-text {
        text-align: center;
        margin-top: 15px;
        font-size: 14px;
        line-height: 23px;
        font-weight: 600;
    }
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    left: 0
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230,8,8,.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.hotline-phone-ring-img-circle {
    background-color: #49d97f;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20px
}

.hotline-bar {
    position: absolute;
    background: rgba(230,8,8,.75);
    height: 40px;
    width: 240px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1);
    border-radius: 50px!important;
    left: 33px;
    bottom: 37px
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@media (max-width: 768px) {
    .hotline-bar {
        display:none
    }
}

.hotline-phone-ring-circle {
    border-color: #25d366
}

.hotline-phone-ring-circle-fill,.hotline-phone-ring-img-circle {
    background-color: #25d366
}

.hotline-bar {
    background: rgb(37 211 102 / 77%)
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial
}

.hotline-bar>a:active,.hotline-bar>a:hover {
    color: #fff
}
.referanslar ul li img {
    opacity: 1;
    height: 150px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #eee;
    padding: 12px 25px;
    width: 100%;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.referanslar ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

    .referanslar ul li small {
        width: 100%;
        height: 50px;
        line-height: 50px;
        position: absolute;
        left: 0;
        top: 50%;
        text-align: center;
        opacity: 0;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: -.5px
    }

    .referanslar ul li:hover small {
        margin-top: -25px;
        opacity: 1
    }

.clients ul li {
    width: 14.28%;
    float: left;
    margin: 0;
    padding: 10px;
    list-style: none;
    position: relative
}

.referanslar ul li:hover img {
    transform: scale(1.1);
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.referanslar ul li {
    width: 20%;
    float: left;
    margin: 0;
    padding: 10px;
    list-style: none;
    position: relative
}

.referanslar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0;
    margin-top: 0
}
@media only screen and (max-width:991px){
    .referanslar ul li{
        width:25%;

    }
    .referanslar ul li img {
    height: 110px;
    padding:9px;
}
}
@media only screen and (max-width:575px) {
    .referanslar ul li {
        width: 50%;
        padding:15px 15px;
    }

        .referanslar ul li img {
            height: 110px;
            padding: 25px;
        }
}
@media only screen and (max-width:425px) {
    .referanslar ul li {
        width: 50%;
        padding: 7px 7px;
    }

        .referanslar ul li img {
            height: 110px;
            padding: 15px;
        }
}
#google_translate_element select{
    font-size:25px !important;
}
.kullanim-alanlari-section.de,
.kullanim-alanlari-section.fr,
.kullanim-alanlari-section.it,
.kullanim-alanlari-section.es,
.kullanim-alanlari-section.ru,
.kullanim-alanlari-section.ro{
    display:none;
}