@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/iranyekanwebboldfanum.eot');
    src: url('../fonts/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff/iranyekanwebboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/eot/iranyekanwebthinfanum.eot');
    src: url('../fonts/eot/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff/iranyekanwebthinfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/iranyekanwebthinfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/iranyekanweblightfanum.eot');
    src: url('../fonts/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff/iranyekanweblightfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/iranyekanweblightfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/iranyekanwebregularfanum.eot');
    src: url('../fonts/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff/iranyekanwebregularfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/iranyekanwebmediumfanum.eot');
    src: url('../fonts/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff/iranyekanwebmediumfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/eot/iranyekanwebextraboldfanum.eot');
    src: url('../fonts/eot/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff/iranyekanwebextraboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/iranyekanwebextraboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 850;
    src: url('../fonts/eot/iranyekanwebblackfanum.eot');
    src: url('../fonts/eot/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff/iranyekanwebblackfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/iranyekanwebblackfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/iranyekanwebextrablackfanum.eot');
    src: url('../fonts/eot/iranyekanwebextrablackfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff/iranyekanwebextrablackfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/iranyekanwebextrablackfanum.ttf') format('truetype');
}

img {
    height: auto;
}

a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

ul {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: iranyekan, serif;
}

.line {
    margin: 0 48%;
    border-bottom: 3px solid #019484;
    margin-bottom: 1rem;
}

body {
    font-size: 14px;
    text-align: right;
    line-height: 30px;
}

/*start style topbar*/

.topbar {
    background: #00796b;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}

.topbar span {
    font-weight: normal;
}

.topbar .social-links a {
    color: #FFFFFFB2;
    line-height: 0;
    transition: 0.3s;
}

.topbar .social-links a:hover {
    color: #fff;
}

/*start style header*/

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 90px;
    background-color: #008374;
}

.navbar > ul > li {
    white-space: nowrap;
    margin-inline-end: 20px;
}

.navbar ul li a {
    color: #FFFFFF99;
}

.navbar ul li a i {
    margin-inline-start: 5px;
}

.navbar ul li a:hover {
    color: #fff;
}

.navbar ul li ul {
    width: 180px;
    top: 94px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    padding: 9px 15px;
    box-shadow: 0 0 30px #7F89A13F;
}

.navbar ul li ul li a {
    padding: 9px 15px;
    color: #00796b;
}

.navbar ul li ul li a:hover {
    color: #f96f59;
}

.navbar ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 50px;
}

.navbar > ul > li > a:before {
    content: "";
    width: 0;
    position: absolute;
    visibility: hidden;
    right: 0;
    bottom: 6px;
    background-color: #f96f59;
    height: 2px;
    transition: all .3s ease-in-out;
}

.navbar ul li a:hover:before {
    visibility: visible;
    width: 100%;
}

.logo h1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.logo h1 span {
    color: #f96f59;
}

#hamberger {
    cursor: pointer;
    display: none;
}

#hamberger i {
    font-size: 26px;
    margin: 27px auto;
    color: #FFFFFF99;
}

.navigation {
    background: #008374E5;
    width: 300px;
    z-index: 999;
    padding: 60px 20px 20px;
    display: none;
}

.navigation ul li {
    margin: 15px 0;
}

.navigation ul li a {
    font-size: 16px;
}

.navigation ul li ul {
    background: #007466;
    border: 1px solid #006459;
}

.navigation ul li ul li a {
    color: #FFFFFF99;
}

.sub-menu {
    display: none;
}

/*start style hero*/

.hero {
    background: #008374;
}

.hero h2 {
    font-size: 43px;
}

.hero p {
    color: #FFFFFF99;
}

.hero .btn-get-started {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 12px 20px;
    transition: 0.3s;
    background: #FFFFFF19;
    border: 2px solid #FFFFFF19;
}

.hero .btn-get-started:hover {
    border: 2px solid #FFFFFF99;
}

.hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
}

.hero .btn-watch-video i {
    color: #FFFFFF7F;
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-inline-end: 8px;
}

.hero .btn-watch-video:hover i {
    color: #fff;
}

/*start style box hero*/

.hero .icon-box {
    padding: 60px 30px;
    background: #008d7d;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.hero .icon-box .icon {
    padding-top: 10px;
    transition: all 0.3s ease-in-out;
    font-size: 48px;
    line-height: 1;
    color: #FFFFFF99;
}

.hero .icon-box .title {
    font-size: 24px;
}

.hero .icon-box .title a {
    transition: 0.3s;
}

.hero .icon-box:hover {
    background: #019484
}

.hero .icon-box:hover .icon {
    color: #fff;
}

/*start style about*/

.about {
    padding: 180px 0 60px 0;
}

.about h3 {
    font-size: 28px;
}

.about .content ul li {
    padding: 0 30px 10px 0;
}

.about .content ul i {
    font-size: 20px;
    top: 5px;
    color: #008374;
}

.content a {
    background: #008374;
    width: 72px;
    height: 71px;
}

.content a i {
    right: 38%;
    top: 36%;
    font-size: 23px;
}

/*start style clients*/

.clients-items {
    opacity: 1;
    transform: translateZ(0) scale(1);
}

.clients-items .clients-img img {
    width: 60%;
    transition: all 0.3s ease-in-out;
}

.clients-items .clients-img img:hover {
    transform: scale(1.1);
}

.owl-theme .owl-nav.disabled + .owl-dots {
    display: none;
}

/*start style stats-counter*/

.stats-counter .stats-item {
    border-bottom: 1px solid #e4e4e4;
}

.stats-counter .stats-item .purecounter {
    min-width: 90px;
}

.stats-counter .stats-item span {
    font-size: 40px;
    font-weight: 700;
    color: #008374;
}

/*start style call-to-action*/

.call-to-action .container {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/4041.jpg) center center;
    background-size: cover;
    padding: 100px 60px;
    border-radius: 15px;
}

.call-to-action .play-btn {
    width: 76px;
    height: 73px;
    background: #008374;
}

.call-to-action .play-btn i {
    font-size: 30px;
}

.call-to-action h3 {
    font-size: 28px;
}

.call-to-action .cta-btn {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 48px;
    border-radius: 50px;
    transition: 0.5s;
    border: 2px solid #fff;
}

.call-to-action .cta-btn:hover {
    background: #008374;
    border: 2px solid #008374;
}

/*start style services*/

.services {
    background: #f6f6f6;
}

.section-header h2 {
    font-size: 32px;
}

.section-header p {
    color: #6f6f6f;
}

.services .service-item .icon {
    width: 48px;
    height: 48px;
}

.services .service-item .icon:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #eeeeee;
    border-radius: 50px;
    z-index: 1;
    top: 10px;
    right: -20px;
    transition: 0.3s;
}

.services .service-item .icon i {
    font-size: 56px;
    transition: ease-in-out 0.3s;
    z-index: 2;
}

.services .service-item h3 {
    font-size: 22px;
    border-bottom: 4px solid #eeeeee;
    transition: 0.3s;
}

.services .service-item .readmore {
    color: #008374;
}

.more i {
    padding-inline-start: 5px;
}

.services .service-item:hover .icon:before {
    background: #20c997;
}

.services .service-item:hover h3 {
    border-bottom: 4px solid #00796b;
}

/*start style testimonials*/

.section-header h2 {
    font-size: 32px;
}

.section-header p {
    color: #6f6f6f;
}

.swip {
    transition-property: transform;
    box-sizing: content-box;
}

.testimonials .testimonial-wrap {
    padding-inline-start: 10px;
    width: 100%;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    margin: 30px 10px;
    box-shadow: 0 0 15px #00000019;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
    color: #999;
    font-size: 14px;
}

.testimonial-item .stars i {
    color: #ffc107 !important;
    margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left {
    right: -5px;
}

.testimonials .testimonial-item i {
    color: #009d8b;
    font-size: 15px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

/*start style portfolio*/

.portfolio {
    background: #f6f6f6;
}

.portfolio-wrap {
    height: 768px;
}

.portfolio-wrap img {
    transition: 0.3s;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
}

.portfolio-info {
    padding: 25px 20px;
    border-top: 1px solid #f3f3f3;
    z-index: 2;
}

.portfolio-info h4 {
    font-size: 18px;
    padding-inline-end: 50px;
}

.portfolio-info h4 a {
    transition: 0.3s;
    text-decoration: none;
    color: #000;
}

.portfolio-info h4 a:hover {
    color: #009d8b;
}

.portfolio-info p {
    color: #6c757d;
}

button {
    padding: 10px 20px;
    margin: 0 5px;
    background: #f6f6f6;
    transition: all 0.5s;
    cursor: pointer;
}

button:hover {
    color: #009d8b;
}

button.active {
    color: #009d8b;
}

.isotope-toolbar span {
    text-transform: capitalize;
    margin-right: 15px;
    padding-bottom: 3px;
    font-size: 15px;
    cursor: pointer;
}

.isotope-toolbar {
    margin: 10px;
}

/*start style team*/

.team .member {
    border-radius: 10px;
    box-shadow: 0 2px 25px #00000019;
}

.team .member h4 {
    margin-top: 16px;
    margin-bottom: 2px;
    font-size: 20px;
}

.team .member span {
    font-size: 14px;
    color: #6c757d;
}

.team .member .social {
    margin-top: 15px;
    margin-bottom: 10px;
}

.team .member .social a {
    color: #a2a2a2;
    transition: 0.3s;
    width: 40px;
    height: 40px;
    border: 1px solid #bbbbbb;
}

.team .member .social a:hover {
    color: #008374;
    border: 1px solid #008374;
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

/*start style pricing*/

.pricing {
    background: #f6f6f6;
}

.section-header h2 {
    font-size: 32px;
}

.section-header p {
    color: #6f6f6f;
}

.pricing .pricing-item {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px #6C757D26;
}

.pricing h3 {
    font-size: 20px;
    color: #555555;
}

.pricing .icon {
    margin: 30px auto 30px auto;
    width: 70px;
    height: 70px;
    background: #008374;
    transition: 0.3s;
    transform-style: preserve-3d;
}

.pricing .icon i {
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.pricing h4 {
    font-size: 48px;
    color: #f85a40;
    font-weight: 700;
}

.pricing h4 sup {
    font-size: 28px;
}

.pricing h4 span {
    color: #6C757DCC;
    font-size: 18px;
    font-weight: 400;
}

.pricing ul {
    padding: 20px 0;
    color: #6c757d;
    line-height: 20px;
}

.pricing ul li {
    padding: 10px 0;
}

.pricing ul .na {
    color: #6C757D7F;
}

.pricing ul i {
    color: #059652;
    font-size: 24px;
    padding-inline-end: 3px;
}

.pricing .buy-btn {
    padding: 10px 40px;
    color: #008374;
    border: 1px solid #00837433;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}

.pricing .buy-btn:hover {
    background: #008374;
    color: #fff;
}

.pricing .featured {
    z-index: 10;
    border: 3px solid #008374;
    scale: 1.1;
}

/*start style faq*/

.faq {
    padding: 60px 0;
}

.faq .content h3 {
    font-size: 34px;
}

.faq .content p {
    font-size: 15px;
    color: #6c757d;
}

.faq .accordion-item {
    border: 0;
    box-shadow: 0 5px 25px 0 #0000000F;
}

.faq .accordion-button {
    padding: 20px 50px 20px 20px;
    border: 0;
    font-size: 18px;
    line-height: 24px;
    box-shadow: none;
}

.faq .accordion-button .num {
    padding-inline-end: 10px;
    font-size: 20px;
    line-height: 0;
    color: #008374;
}

/*start style recent-posts*/

.recent-posts {
    background: #f6f6f6;
    padding: 60px 0;
}

.section-header {
    padding-bottom: 60px;
}

.recent-posts article {
    box-shadow: 0 4px 16px #00000019;
    padding: 30px;
}

.recent-posts .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.recent-posts .post-category {
    font-size: 16px;
    color: #6f6f6f;
}

.recent-posts .title {
    font-size: 22px;
}

.recent-posts .title a {
    color: #000;
}

.recent-posts .title a:hover {
    color: #008374;
}

.recent-posts .post-author-img {
    width: 50px;
}

/*start style contact*/

.contact {
    padding: 60px 0;
}

.section-header {
    padding-bottom: 60px;
}

.section-header h2 {
    font-size: 32px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.section-header p {
    color: #6f6f6f;
}

.contact .info-container {
    background-color: #008374;
    padding: 20px;
    box-shadow: 0 2px 25px #00000019;
}

.contact .info-item {
    background-color: #009282;
    margin-bottom: 20px;
    padding: 20px;
}

.contact .info-item i {
    font-size: 20px;
    width: 44px;
    height: 44px;
    background-color: #FFFFFF33;
    transition: all 0.3s ease-in-out;
    margin-inline-end: 15px;
    color: #fff;
}

.contact .info-item:hover i {
    background: #fff;
    color: #008374;
}

.form-control {
    text-align: right;
    margin-bottom: 1rem;
}

.contact .php-email-form {
    box-shadow: 0 2px 25px #00000019;
    padding: 30px;
}

.contact .php-email-form input[type=text], .contact .php-email-form input[type=email], .contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form button[type=submit] {
    background: #008374;
    border: 0;
    padding: 14px 45px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
    background: #009282;
}

/*start style footer*/

.footer {
    font-size: 14px;
    background-color: #008374;
    padding: 50px 0;
}

.footer .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px;
}

.footer .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer .social-links a {
    width: 40px;
    height: 40px;
    border: 1px solid #FFFFFF33;
    font-size: 16px;
    color: #FFFFFFB2;
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-links a:hover {
    border: 1px solid #fff;
    color: #fff;
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 12px;
}

.footer .footer-links ul li {
    padding: 10px 0;
}

.footer .footer-links ul a {
    color: #FFFFFFB2;
    transition: 0.3s;
    line-height: 1;
}

.footer .footer-links ul a:hover {
    color: #fff;
}

.footer .credits {
    padding-top: 4px;
    font-size: 13px;
}

/*start style scroltop*/

.scrollTop {
    background: #f85a40;
    padding: 12px 18px 5px 19px;
    right: 20px;
    transition: bottom 0.3s ease-in-out;
    bottom: -60px;
}

.scrollTop i {
    font-size: 16px;
}

.scrollTop:hover {
    opacity: .7;
}

.show {
    bottom: 0;
}

/*start style responsive*/


@media screen and (min-width: 1200px) {

    .icon-boxes {
        height: 150px;
    }

}

@media screen and (max-width: 1200px) {

    .navbar ul {
        display: none;
    }

    #hamberger {
        display: block;
    }

    .navbar {
        display: none;
    }

}

@media screen and (max-width: 360px) {

    .content a {
        width: 50px;
        height: 50px;
    }

    .content a i {
        right: 34%;
        top: 27%;
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {

    .swip {
        flex-wrap: wrap;
    }

    .testimonials .testimonial-wrap {
        width: 100%;
    }

    .pricing .featured {
        scale: 1;
    }

}

@media screen and (max-width: 992px) {

    .swip {
        flex-wrap: wrap;
    }

    .testimonials .testimonial-wrap {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {

    .swip {
        flex-wrap: wrap;
    }

    .testimonials .testimonial-wrap {
        width: 100%;
    }
}