.features-area, .testimonial-area {
    background-color: #1D9F5E
}

.navbar-brand img {
    height: 100px
}

body {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #121212
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%
}

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

a:focus, a:hover {
    text-decoration: none
}

a, i, span {
    display: inline-block
}

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #121212;
    margin: 0
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #121212;
    margin: 0
}

.text-color.style-one p {
    margin-top: 10px;
    padding: 9px 0
}

.text-color.style-one .primary {
    color: #1D9F5E
}

.text-color.style-two p {
    margin-top: 10px;
    padding: 9px 15px
}

.text-color.style-two .primary {
    color: #1D9F5E;
    background-color: #deebfd;
    border-radius: 5px
}

.navbar-area.navbar-one {
    background: #1D9F5E;
    background: -webkit-gradient(linear, left top, right top, from(#1D9F5E), to(#2bdbdc));
    background: linear-gradient(to right, #1D9F5E 0, #2bdbdc 100%);
    padding: 10px 0
}

.navbar-area.navbar-one .navbar {
    position: relative;
    padding: 0
}

.navbar-area.navbar-one .navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}

.navbar-area.navbar-one .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px
}

.navbar-area.navbar-one .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0
}

.navbar-area.navbar-one .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area.navbar-one .navbar .navbar-collapse {
        position: absolute;
        top: 116%;
        left: 0;
        width: 100%;
        background-color: #1D9F5E;
        z-index: 8;
        padding: 10px 0
    }
}

@media (max-width: 767px) {
    .navbar-area.navbar-one .navbar .navbar-collapse {
        position: absolute;
        top: 116%;
        left: 0;
        width: 100%;
        background-color: #1D9F5E;
        z-index: 8;
        padding: 10px 0
    }
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item {
    margin: 0 16px;
    position: relative
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 26px 0;
    color: #fff;
    text-transform: uppercase;
    position: relative
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area.navbar-one .navbar .navbar-nav .nav-item a {
        padding: 10px 0;
        display: block
    }
}

@media (max-width: 767px) {
    .navbar-area.navbar-one .navbar .navbar-nav .nav-item a {
        padding: 10px 0;
        display: block
    }
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item a.active::after, .navbar-area.navbar-one .navbar .navbar-nav .nav-item a.active::before {
    opacity: 1
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item a::after, .navbar-area.navbar-one .navbar .navbar-nav .nav-item a::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 4px;
    background-color: #2bdbdc;
    left: 50%;
    margin: 0 2px;
    bottom: 14px;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area.navbar-one .navbar .navbar-nav .nav-item a::after, .navbar-area.navbar-one .navbar .navbar-nav .nav-item a::before {
        display: none
    }
}

@media (max-width: 767px) {
    .navbar-area.navbar-one .navbar .navbar-nav .nav-item a::after, .navbar-area.navbar-one .navbar .navbar-nav .nav-item a::before {
        display: none
    }
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item a::after {
    left: auto;
    right: 50%
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item:hover > a::after, .navbar-area.navbar-one .navbar .navbar-nav .nav-item:hover > a::before {
    opacity: 1
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu {
    position: absolute;
    right: 0;
    top: 100%;
    width: 260px;
    background-color: #626567;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0;
    z-index: 99
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all none ease-out 0;
        transition: all none ease-out 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0
    }
}

@media (max-width: 767px) {
    .navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all none ease-out 0;
        transition: all none ease-out 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0
    }
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu li {
    position: relative
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 24px;
    position: relative;
    color: #fff;
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0;
    z-index: 5
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu li a i {
    float: right;
    font-size: 14px;
    margin-top: 5px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu li a i {
        display: none
    }
}

@media (max-width: 767px) {
    .navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu li a i {
        display: none
    }
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler i {
    display: inline-block
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu li a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    border-radius: 5px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0;
    margin: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu li a::before {
        display: block
    }
}

@media (max-width: 767px) {
    .navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu li a::before {
        display: block
    }
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu li a::after {
    position: absolute;
    content: '';
    top: 0;
    left: -2px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, right top, from(#1D9F5E), to(#2bdbdc));
    background: linear-gradient(to right, #1D9F5E 0, #2bdbdc 100%);
    opacity: 0;
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0;
    z-index: -1
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
        padding-left: 30px
    }
}

@media (max-width: 767px) {
    .navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
        padding-left: 30px
    }
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu li:hover > a::after {
    opacity: 1
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-menu li:hover > a::before {
    opacity: 1
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible
}

.navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: none
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: 0 0;
        border: 0;
        color: #fff
    }
}

@media (max-width: 767px) {
    .navbar-area.navbar-one .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: 0 0;
        border: 0;
        color: #fff
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area.navbar-one .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 30px
    }
}

@media (max-width: 767px) {
    .navbar-area.navbar-one .navbar .navbar-btn {
        position: absolute;
        right: 60px;
        top: 7px
    }
}

.navbar-area.navbar-one .navbar .navbar-btn ul li {
    display: inline-block;
    margin-right: 5px
}

.navbar-area.navbar-one .navbar .navbar-btn ul li a {
    padding: 10px 16px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: 2px solid;
    border-radius: 4px;
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}

.navbar-area.navbar-one .navbar .navbar-btn ul li a.light {
    border-color: #fff
}

.navbar-area.navbar-one .navbar .navbar-btn ul li a.light:hover {
    background-color: rgba(255, 255, 255, .4)
}

.navbar-area.navbar-one .navbar .navbar-btn ul li a.solid {
    background-color: #fff;
    border-color: #fff;
    color: #1D9F5E
}

.navbar-area.navbar-one .navbar .navbar-btn ul li a.solid:hover {
    background-color: transparent;
    color: #fff
}

.buttons-title .title {
    font-size: 36px;
    line-height: 45px;
    color: #6c6c6c
}

@media (max-width: 767px) {
    .buttons-title .title {
        font-size: 24px;
        line-height: 35px
    }
}

.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0 32px;
    font-size: 16px;
    line-height: 46px;
    color: #1D9F5E;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .4s ease-out 0;
    transition: all .4s ease-out 0;
    position: relative;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .main-btn {
        font-size: 14px;
        padding: 0 20px;
        line-height: 40px
    }
}

.light-rounded-buttons ul li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 20px
}

@media (max-width: 767px) {
    .light-rounded-buttons ul li {
        margin-left: 0
    }
}

.light-rounded-buttons ul li:first-child {
    margin-left: 0
}

.light-rounded-buttons .main-btn {
    border-radius: 5px
}

.light-rounded-buttons .light-rounded-one {
    border-color: #1D9F5E
}

.light-rounded-buttons .light-rounded-one:hover {
    color: #fff;
    background-color: #1D9F5E
}

.light-rounded-buttons .light-rounded-two {
    color: #fff;
    background-color: #1D9F5E;
    border-color: #1D9F5E
}

.light-rounded-buttons .light-rounded-two:hover {
    color: #1D9F5E;
    background-color: transparent
}

.rounded-buttons ul li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 20px
}

@media (max-width: 767px) {
    .rounded-buttons ul li {
        margin-left: 0
    }
}

.rounded-buttons ul li:first-child {
    margin-left: 0
}

.rounded-buttons .main-btn {
    border-radius: 50px
}

.rounded-buttons .rounded-one {
    border-color: #1D9F5E
}

.rounded-buttons .rounded-one:hover {
    color: #fff;
    background-color: #1D9F5E
}

.rounded-buttons .rounded-two {
    color: #fff;
    background-color: #1D9F5E;
    border-color: #1D9F5E
}

.rounded-buttons .rounded-two:hover {
    color: #1D9F5E;
    background-color: transparent
}

@-webkit-keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(100%)
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }
    51% {
        opacity: 1
    }
}

@keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(100%)
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }
    51% {
        opacity: 1
    }
}

.lg-btn {
    line-height: 64px !important;
    font-size: 18px
}

@media (max-width: 767px) {
    .lg-btn {
        font-size: 16px;
        line-height: 52px
    }
}

.sm-btn {
    line-height: 40px !important;
    font-size: 12px
}

.single-features-one-items .features-image img {
    width: 255px
}

.single-features-one-items .features-content {
    margin-top: 32px
}

.single-features-one-items .features-content .features-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
    color: #121212
}

@media (max-width: 767px) {
    .single-features-one-items .features-content .features-title {
        font-size: 24px;
        line-height: 35px
    }
}

.single-features-one-items .features-content .text {
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    margin-top: 8px
}

.services-area .section-title .title {
    font-size: 50px;
    font-weight: 600;
    line-height: 55px;
    color: #121212
}

@media (max-width: 767px) {
    .services-area .section-title .title {
        font-size: 30px;
        line-height: 40px
    }
}

.services-area .section-title .text {
    font-size: 16px;
    line-height: 24px;
    color: #6c6c6c;
    margin-top: 24px
}

.services-one {
    position: relative;
    background-color: #1D9F5E;
    padding-top: 120px;
    padding-bottom: 120px
}

.services-one .services-content .services-icon i {
    font-size: 64px;
    color: #1D9F5E
}

.services-one .services-content .services-content {
    padding-left: 15px
}

@media (max-width: 767px) {
    .services-one .services-content .services-content {
        padding-left: 0;
        padding-top: 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-one .services-content .services-content {
        padding-left: 15px;
        padding-top: 0
    }
}

.services-one .services-content .services-content .services-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #121212
}

.services-one .services-content .services-content .text {
    font-size: 14px;
    line-height: 20px;
    color: #121212;
    margin-top: 8px
}

.services-one .services-image {
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-one .services-image {
        width: 34%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-one .services-image {
        position: relative;
        width: 720px;
        margin: 0 auto
    }
}

@media (max-width: 767px) {
    .services-one .services-image {
        position: relative;
        width: 100%;
        padding-left: 15px;
        padding-right: 16px;
        margin: 0 auto
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-one .services-image {
        position: relative;
        width: 540px;
        margin: 0 auto
    }
}

.services-one .services-image .image {
    max-width: 580px;
    width: 100%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-one .services-image .image {
        margin: 0 auto;
        padding-top: 50px
    }
}

@media (max-width: 767px) {
    .services-one .services-image .image {
        margin: 0 auto;
        padding-top: 50px
    }
}

.services-one .services-image .image img {
    width: 100%
}

.services-two {
    position: relative;
    background-color: #1D9F5E;
    padding-top: 120px;
    padding-bottom: 120px;
    height: 600px
}

@media only screen and (min-width: 1400px) {
    .services-two {
        height: 920px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-two {
        height: auto
    }
}

@media (max-width: 767px) {
    .services-two {
        height: auto
    }
}

.services-two .services-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-two .services-image {
        position: relative;
        max-width: 720px;
        width: 100%;
        margin: 50px auto 0;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 767px) {
    .services-two .services-image {
        position: relative;
        max-width: 100%;
        width: 100%;
        margin: 50px auto 0;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-two .services-image {
        max-width: 540px
    }
}

.services-two .services-image .image {
    max-width: 720px;
    margin-left: auto
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .services-two .services-image .image {
        max-width: 470px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-two .services-image .image {
        max-width: 520px
    }
}

.services-two .services-image .image img {
    width: 100%
}

.services-two .services-content .sub-title {
    color: #121212;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-two .services-content .sub-title {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .services-two .services-content .sub-title {
        font-size: 20px
    }
}

.services-two .services-content .services-title {
    font-size: 44px;
    font-weight: 500;
    line-height: 55px;
    color: #121212;
    margin-top: 16px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-two .services-content .services-title {
        font-size: 38px;
        line-height: 45px
    }
}

@media (max-width: 767px) {
    .services-two .services-content .services-title {
        font-size: 32px;
        line-height: 35px
    }
}

.services-two .services-content .text {
    color: #6c6c6c;
    font-size: 20px;
    font-weight: 500;
    margin-top: 16px;
    line-height: 25px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-two .services-content .text {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .services-two .services-content .text {
        font-size: 16px;
        line-height: 24px
    }
}

.footer-one {
    background-color: #1D9F5E
}

.footer-one .footer-copyright .copyright {
    padding-bottom: 23px;
    padding-top: 13px
}

.footer-one .footer-copyright .copyright .text {
    color: #6c6c6c;
    margin-top: 10px
}

.header-one {
    position: relative
}

.header-one .navbar-transparent {
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9
}

.header-one .navbar-area .navbar .navbar-nav .nav-item .sub-menu {
    background-color: #fff
}

.header-one .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a {
    color: #1D9F5E
}

.header-one .navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a {
    color: #fff
}

.header-one .header-content-area {
    background-color: #626567;
    position: relative;
    height: 900px
}

@media only screen and (min-width: 1400px) {
    .header-one .header-content-area {
        height: 900px
    }
}

@media (max-width: 767px) {
    .header-one .header-content-area {
        height: 1350px
    }
}

.header-one .header-content-area .header-wrapper {
    position: relative
}

.header-one .header-content-area .header-wrapper .header-content {
    padding-top: 95px;
    max-width: 540px;
    position: relative;
    z-index: 5
}

.header-one .header-content-area .header-wrapper .header-content .header-title {
    font-size: 44px;
    line-height: 55px;
    font-weight: 600;
    color: #fff
}

@media (max-width: 767px) {
    .header-one .header-content-area .header-wrapper .header-content .header-title {
        font-size: 30px;
        line-height: 35px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-one .header-content-area .header-wrapper .header-content .header-title {
        font-size: 36px;
        line-height: 45px
    }
}

.header-one .header-content-area .header-wrapper .header-content .text {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    margin-top: 16px
}

@media (max-width: 767px) {
    .header-one .header-content-area .header-wrapper .header-content .text {
        font-size: 16px;
        line-height: 24px
    }
}

.header-one .header-content-area .header-wrapper .header-content .header-btn {
    margin-top: 40px
}

.header-one .header-content-area .header-wrapper .header-content .header-btn .main-btn {
    background-color: #fff;
    color: #1D9F5E;
    border-color: #fff
}

.header-one .header-content-area .header-wrapper .header-content .header-btn .main-btn:hover {
    background-color: transparent;
    color: #fff
}

.header-one .header-content-area .header-wrapper .header-image {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 9
}

.header-one .header-content-area .header-wrapper .header-image .image {
    max-width: 730px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-one .header-content-area .header-wrapper .header-image .image {
        max-width: 600px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-one .header-content-area .header-wrapper .header-image .image {
        max-width: 550px
    }
}

.header-one .header-content-area .header-wrapper .header-image .image img {
    width: 100%
}

.header-one .header-content-area .header-shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%
}

.header-one .header-content-area .header-shape img {
    width: 100%
}

.testimonial-two {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #1D9F5E
}

.testimonial-two .single-testimonial {
    border: 1px solid #cbced1;
    padding: 25px 30px;
    border-radius: 8px;
    background-color: #fff
}

.testimonial-two .single-testimonial .testimonial-author .author-image img {
    width: 80px;
    border-radius: 50%
}

.testimonial-two .single-testimonial .testimonial-author .author-name {
    padding-left: 20px
}

.testimonial-two .single-testimonial .testimonial-author .author-name .name {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #121212
}

.testimonial-two .single-testimonial .testimonial-author .author-name .sub-title {
    font-size: 14px;
    line-height: 24px;
    color: #a4a4a4
}

.testimonial-two .single-testimonial .testimonial-text {
    margin-top: 25px
}

.testimonial-two .single-testimonial .testimonial-text .text {
    font-size: 14px;
    line-height: 24px;
    color: #121212
}

.testimonial-two {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #1D9F5E
}

.testimonial-two .single-testimonial {
    border: 1px solid #cbced1;
    padding: 25px 30px;
    border-radius: 8px;
    background-color: #fff
}

.testimonial-two .single-testimonial .testimonial-author .author-image img {
    width: 80px;
    border-radius: 50%
}

.testimonial-two .single-testimonial .testimonial-author .author-name {
    padding-left: 20px
}

.testimonial-two .single-testimonial .testimonial-author .author-name .name {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #121212
}

.testimonial-two .single-testimonial .testimonial-author .author-name .sub-title {
    font-size: 14px;
    line-height: 24px;
    color: #a4a4a4
}

.testimonial-two .single-testimonial .testimonial-text {
    margin-top: 25px
}

.testimonial-two .single-testimonial .testimonial-text .text {
    font-size: 14px;
    line-height: 24px;
    color: #121212
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.white-bg {
    background: #fff
}

.white {
    color: #fff
}

[data-overlay] {
    position: relative
}

[data-overlay]::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

[data-overlay="3"]::before {
    opacity: .3
}

[data-overlay="4"]::before {
    opacity: .4
}

[data-overlay="5"]::before {
    opacity: .5
}

[data-overlay="6"]::before {
    opacity: .6
}

[data-overlay="7"]::before {
    opacity: .7
}

[data-overlay="8"]::before {
    opacity: .8
}

[data-overlay="9"]::before {
    opacity: .9
}

.coming-soon-two {
    background-color: #1D9F5E
}

.coming-soon-two .coming-soon-content {
    position: relative;
    padding-top: 180px;
    padding-bottom: 180px
}

@media (max-width: 767px) {
    .coming-soon-two .coming-soon-content {
        padding-top: 130px;
        padding-bottom: 130px
    }
}

.coming-soon-two .coming-soon-content .coming-soon-image {
    position: absolute
}

.coming-soon-two .coming-soon-content .coming-soon-image.image-one {
    width: 348px;
    left: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .coming-soon-two .coming-soon-content .coming-soon-image.image-one {
        width: 300px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coming-soon-two .coming-soon-content .coming-soon-image.image-one {
        width: 120px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.coming-soon-two .coming-soon-content .coming-soon-image.image-two {
    width: 280px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 58px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coming-soon-two .coming-soon-content .coming-soon-image.image-two {
        width: 220px;
        top: 84px
    }
}

@media (max-width: 767px) {
    .coming-soon-two .coming-soon-content .coming-soon-image.image-two {
        width: 180px;
        top: 52px
    }
}

.coming-soon-two .coming-soon-content .coming-soon-image.image-three {
    width: 332px;
    right: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .coming-soon-two .coming-soon-content .coming-soon-image.image-three {
        width: 290px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coming-soon-two .coming-soon-content .coming-soon-image.image-three {
        width: 120px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.coming-soon-two .coming-soon-content .coming-soon-content-wrapper {
    max-width: 730px;
    margin: 0 auto;
    border: 1px solid #cbced1;
    border-radius: 16px;
    background-color: #fff;
    padding: 30px 140px 55px
}

@media (max-width: 767px) {
    .coming-soon-two .coming-soon-content .coming-soon-content-wrapper {
        padding: 50px 30px
    }
}

.coming-soon-two .coming-soon-content .coming-soon-content-wrapper .coming-soon-title {
    font-size: 44px;
    line-height: 55px;
    color: #121212;
    margin: 16px
}

@media (max-width: 767px) {
    .coming-soon-two .coming-soon-content .coming-soon-content-wrapper .coming-soon-title {
        font-size: 30px;
        line-height: 35px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .coming-soon-two .coming-soon-content .coming-soon-content-wrapper .coming-soon-title {
        font-size: 36px;
        line-height: 45px
    }
}

.coming-soon-two .coming-soon-content .coming-soon-content-wrapper .text {
    font-size: 22px;
    line-height: 35px;
    color: #6c6c6c;
    margin-top: 8px;
    font-weight: 500
}

@media (max-width: 767px) {
    .coming-soon-two .coming-soon-content .coming-soon-content-wrapper .text {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .coming-soon-two .coming-soon-content .coming-soon-content-wrapper .text {
        font-size: 22px;
        line-height: 35px
    }
}

.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0 32px;
    font-size: 16px;
    line-height: 46px;
    color: #1D9F5E;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    position: relative;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .main-btn {
        font-size: 14px;
        padding: 0 20px;
        line-height: 40px
    }
}

.semi-rounded-three {
    overflow: hidden;
    line-height: 52px;
    background: -webkit-linear-gradient(left, #1D9F5E 0, #2bdbdc 50%, #1D9F5E 100%);
    background: -o-linear-gradient(left, #1D9F5E 0, #2bdbdc 50%, #1D9F5E 100%);
    background: linear-gradient(to right, #1D9F5E 0, #2bdbdc 50%, #1D9F5E 100%);
    background-size: 200% auto;
    border: 0;
    color: #fff !important;
    border-radius: 2rem
}

.testimonial-two {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #1D9F5E
}

.testimonial-two .single-testimonial {
    border: 1px solid #cbced1;
    padding: 25px 30px;
    border-radius: 8px;
    background-color: #fff
}

.testimonial-two .single-testimonial .testimonial-author .author-image img {
    width: 80px;
    border-radius: 50%
}

.testimonial-two .single-testimonial .testimonial-author .author-name {
    padding-left: 20px
}

.testimonial-two .single-testimonial .testimonial-author .author-name .name {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #121212
}

.testimonial-two .single-testimonial .testimonial-author .author-name .sub-title {
    font-size: 14px;
    line-height: 24px;
    color: #a4a4a4
}

.testimonial-two .single-testimonial .testimonial-text {
    margin-top: 25px
}

.testimonial-two .single-testimonial .testimonial-text .text {
    font-size: 14px;
    line-height: 24px;
    color: #121212
}

.testimonial-two .testimonial-two-active .slick-dots {
    text-align: center;
    margin-top: 25px
}

.testimonial-two .testimonial-two-active .slick-dots li {
    display: inline-block;
    margin: 0 3px
}

.testimonial-two .testimonial-two-active .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #cbced1;
    border: 0;
    cursor: pointer
}

.testimonial-two .testimonial-two-active .slick-dots li.slick-active button {
    background-color: #1D9F5E
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    outline: none;
    height: inherit !important;
}

.owl-carousel .owl-item {
    display: flex;
    align-items: stretch
}

.owl-carousel .owl-stage {
    display: flex
}

.owl-carousel .item img {
    background: #000;
    width: 100%;
    height: 150px !important;
    max-height: 150px !important;
    object-fit: cover
}

@media only screen and (max-width: 600px) {
    .why {
        margin-top: 29% !important;
    }
}


.tek.blog {
    background: #fff;
    transition: .4s;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .25);
    margin: 0px 9px;
    height: 100%;
    position: relative;
}

.tek.blog:hover {
    transform: scale(1.03);
}

.tek.blog:hover .animebut {
    bottom: -25px;
    animation: none;
    border-radius: 20px;
}

.animebut i {
    transition: .4s;
}

.animebut span {
    position: absolute;
    opacity: 0;
    transition: .4s;
}

.tek.blog:hover .animebut i {
    transform: rotate(90deg);
}

.tek.blog:hover .animebut span {
    position: relative;
    opacity: 1;
}

#blogyazi {
    margin: 20px 0px 40px 0px;
}

.blco {
    text-align: center;
    padding: 0 10px 25px 10px;
}

.blco > span {
    margin-top: 10px;
    font-weight: bold;
}

.blco p {
    font-size: 14px;
    margin: 8px 0px;
    line-height: 18px;
}

.animebut {
    padding: 0px 20px 15px;
    border-radius: 50%;
    height: 56px;
    transition: 0.4s;
    position: absolute;
    margin: 0 auto;
    margin-left: auto;
    bottom: -30px;
    left: 50%;
    width: 150px;
    margin-left: -75px;
}

.icicerik {
    margin-top: 120px;
}

.iceriks {
    padding: 30px 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 15px #eee;
}

.iceriks h2 {
    font-size: 27px;
    font-weight: 600;
}

.icerikdetay {
    font-size: 13px;
    color: #969696;
    margin-bottom: 10px;
}

.icerikgorsel img {
    width: 100%;
    border-radius: 5px;
}

.iceriks p {
    padding: 15px 10px;
    color: #6b6b6b;
    margin: 0;
}

div.owl-item > div > div > a {
    display: block;
    width: 100%;
}

.xrb, .xrb:hover {
    background-color: #626567 !important;
    color: #fff;
}