/*------------------------------------- 
Template Name: Miyami One Page Creative Agency Html Template.
Template URI: https://templatecafe.net/theme/html/miyami/
Description: MIYAMI is a Html template specially designed for SEO , Digital Agency, Agency, Business consulting, Finance , Finance Consulting , Business, Corporate, creative business, related website. You can use this beautiful template. The Template is based on 1170 Bootstrap based design so this Template will be 100% fluid responsive on any device.
Author: mizan_web 
Author URI: https://themeforest.net/user/mizan_web
Version: 1.0
--------------------------------------- 
CSS INDEX 
---------------------------------------
1. Googole Fonts
2. Default css
3. preloader css
4. header-area css
5. header-bg css
6. Header_bg_2 css
6. why choose css
7. About css
8. service css
9. Case_study css
10. porject css
11. Pricing css
12. clients css
13. Team css
14. Blog css
15. contact css
16. footer-area css
17. footer-area css
18. #scroll-up css
19. Index demo css
---------------------------------------*/


/*===============1. Googole Fonts =====================*/

/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');*/

/*===============2. Start Default css =====================*/

html {
    font-size: 100%;
}

body {
    --c1: 94, 84, 142;
    /*lol*/
    --c2: #BE95C4;
    /*lol*/
    --c3: #47e647;
    --c4: #e74be5;
    --c5: 0, 0, 255;
    --c6: 35, 25, 66;
    /*lol*/
    --c7: 94, 84, 142;
    --c8: 94, 84, 142;
    --c9: #ffbb38;
    --c10: #5782e8;
    --c11: #6BCA07;
    --c12: #f12a00;
    --c13: #BE95C4;
    /*lol*/
    --c14: 94, 84, 142;
    /*lol*/
    --dark: #1d2025;
    --dark1: 29, 32, 37;
    --light: #929292;
    --light1: 146, 146, 146;
    --light2: 168, 168, 168;
    --light3: 228, 228, 228;
    --light4: #f9faff;
    --light5: #e5e5e5;
    --light6: #efefef;
    --light7: 229, 229, 229;
    --light8: 178, 178, 178;
    --light9: 203, 203, 203;
    --light10: #ccc;
    --light11: #595959;
    --white: 255, 255, 255;
    --white1: #fff;
    --black: #000;
}

.svg_w {
    fill: var(--white1);
}

.fc_b {
    color: var(--black);
}

.fc_w {
    color: var(--white1);
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    text-transform: capitalize;
    color: var(--dark);
}

h2 {
    color: rgb(var(--dark1));
    font-weight: 600;
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

ul {
    margin: 0;
}

li {
    list-style: none;
}

p {
    margin: 0;
}

button {
    cursor: pointer;
    border: none;
}

button:focus {
    -webkit-border: none;
    border: none;
}

button:focus {
    outline: none;
}

input,
textarea {
    outline: none;
}

textarea {
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 27px;
    color: var(--light);
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.form-group {
    position: relative;
    overflow: hidden;
}

.form-control {
    text-transform: capitalize;
}

.form-control:focus {
    box-shadow: none;
}

.section_padding {
    padding: 120px 0 130px;
}

section {
    overflow: hidden;
}

.miyami_title {
    margin-bottom: 45px;
}

.miyami_title h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.miyami_title p {
    color: rgb(var(--light1));
    line-height: 1.688;
}

.miyami_btn {
    display: inline-block;
    padding: 18px 62px;
    background-color: rgb(var(--c1));
    color: rgb(var(--white));
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
    transition: all .5s;
}

.miyami_btn:hover {
    box-shadow: 0px 0px 25px 0px rgb(var(--light2));
    color: var(--white1);
}

.mt-20 {
    margin-top: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.light_bg {
    background: var(--light4);
}


/*=============== End Default css =====================*/


/*===============3. Start preloader css =====================*/

.preloader {
    background: var(--white1);
    height: 100%;
    overflow: hidden;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 11000;
}

.lds-ellipsis {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--c2);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}


/*=============== End preloader css =====================*/

.header_1 {
    position: relative;
    width: 100%;
    z-index: 9999;
}

.header_1.sticky {
    position: fixed;
    background-color: rgb(var(--white));
    top: 0;
    box-shadow: 0px 0px 32px 0px rgba(var(--light3), 0.64);
}

.sticky .main-menu .nav-menu ul li a {
    padding: 24px 0;
}

.main-menu {
    float: right;
}

.main-menu .nav-menu ul li {
    display: inline-block;
    margin-left: 25px;
}

.main-menu .nav-menu ul li a {
    display: block;
    padding: 44px 0;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    /* color: var(--light); */
    transition: all .5s;
}

.main-menu .nav-menu ul li a:hover {
    color: var(--c2);
}


/*
  repsonsive menu
*/

.menu-icon {
    position: fixed;
    top: 18px;
    right: 30px;
    height: 30px;
    width: 40px;
    padding: 4px 8px;
    background: var(--white1);
    box-sizing: border-box;
    cursor: pointer;
    z-index: 9999;
    display: none;
}

.menu-icon span {
    width: 100%;
    height: 2px;
    display: block;
    background: var(--c2);
    margin: 4px 0;
    z-index: 9999;
    transition: .5s;
}

.menu-icon.active span {
    position: absolute;
    width: calc(100% - 16px);
    top: calc(100% - 20px);
    background: var(--c2);
}

.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg);
}

.menu-icon.active span:nth-child(2) {
    display: none;
}

.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg);
}

.sidenav_menu ul li a {
    display: block;
    color: var(--c2);
    padding: 10px 0;
    font-size: 16px;
    text-transform: uppercase;
}

.sidenav_menu {
    padding: 20px;
    position: fixed;
    top: 0;
    right: -60%;
    width: 60%;
    height: 100vh;
    background: var(--white1);
    z-index: 1;
    overflow-y: scroll;
    transition: .5s;
}

.sidenav_menu.active {
    right: 0;
}


/*
  repsonsive menu
*/


/*=============== End header-area css =====================*/


/*===============5. Start header-bg css =====================*/

.header-bg {
    padding: 147px 0;
    background: var(--light4);
}

.bg-text h1 {
    font-size: 48px;
    color: var(--dark);
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 17px;
}

.bg-text h1 span {
    color: var(--c2);
}

.bg-text p {
    margin-bottom: 35px;
}

.bg-btn {
    color: rgb(var(--c1));
    text-transform: uppercase;
    background: transparent;
    padding: 18px 46px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid rgb(var(--light7));
    border-radius: 50px;
    margin-right: 30px;
    transition: all .5s;
}

.bg-btn:hover {
    border-color: rgb(var(--c1));
    color: var(--white1);
    background: rgb(var(--c1));
}

.active-btn {
    background: rgb(var(--c1));
    color: var(--white1);
    border-color: rgb(var(--c1));
    transition: all .5s;
}

.active-btn:hover {
    background: transparent;
    color: rgb(var(--c1));
    border-color: rgb(var(--light7));
}


/*=============== End header-bg css =====================*/


/*===============6. Satrt header_bg_2 css =====================*/

.header_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.header_2.sticky {
    position: fixed;
    background-image: -moz-linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    background-image: -webkit-linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    background-image: -ms-linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    background-image: linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    top: 0;
}

.header_bg_2 {
    background-image: -moz-linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    background-image: -webkit-linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    background-image: -ms-linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    background-image: linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    position: relative;
    padding: 147px 0;
}

.bg_text_2 h1 {
    font-size: 48px;
    color: var(--white1);
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 17px;
}

.bg_text_2 p {
    color: var(--white1);
    margin-bottom: 35px;
}

.bg-btn-2 {
    color: var(--white1);
    text-transform: uppercase;
    background: transparent;
    padding: 18px 46px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid rgb(var(--light7));
    border-radius: 50px;
    margin-right: 30px;
    transition: all .5s;
}

.bg-btn-2:hover {
    border-color: var(--white1);
    color: var(--c2);
    background: var(--white1);
}

.active-btn-2 {
    background: var(--white1);
    color: var(--c2);
    border-color: var(--white1);
    transition: all .5s;
}

.active-btn-2:hover {
    background: transparent;
    color: var(--white1);
    border-color: var(--white1);
}

.g_bg {
    background-image: -moz-linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    background-image: -webkit-linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    background-image: -ms-linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    background-image: linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    transition: all .5s ease-in;
}

.why-box:hover .why-icon.g_bg {
    background-image: -moz-linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    background-image: -webkit-linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    background-image: -ms-linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    background-image: linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    transition: all .5s ease-out;
}

.miyami_btn.g_bg {
    background-image: -moz-linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    background-image: -webkit-linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    background-image: -ms-linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    background-image: linear-gradient( -25deg, rgb(var(--c6)) 0%, rgb(var(--c14)) 100%);
    transition: all .5s ease-out;
}

#curve {
    width: 100%;
    position: absolute;
    bottom: 0;
}

#curve path {
    fill: var(--white1);
}


/*=============== End header_bg_2 css =====================*/


/*===============7. Start why choose us css =====================*/

.why-box {
    background-color: rgb(var(--white));
    border: 1px solid rgb(var(--light7));
    padding: 27px 40px 27px 70px;
    border-radius: 3px;
    position: relative;
    transition: all .5s;
}

.why-box:hover {
    box-shadow: 0px 0px 20px 0px rgba(var(--light2), 0.14);
    border-color: var(--white1);
    transition: all .5s;
}

.why-box:hover .why-icon {
    background: var(--c2);
    transition: all .5s;
}

.why-box:hover .why-icon i {
    color: var(--white1);
}

.why-icon {
    position: absolute;
    left: -30px;
    top: 38px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    background: rgb(var(--white));
    border: 1px solid rgb(var(--light7));
    transition: all .5s;
}

.why-icon i {
    font-size: 28px;
}

.color-1 {
    color: var(--c2);
}

.color-2 {
    color: var(--c3);
}

.color-3 {
    color: var(--c4);
}

.why-info h4 {
    font-weight: 500;
    margin-bottom: 4px;
}

.why-us h2 {
    margin-bottom: 30px;
    font-weight: 600;
}

.why-us p {
    margin-bottom: 25px;
    color: rgb(var(--light1));
    line-height: 1.688;
}

.why-us .miyami-btn {
    margin-top: 5px;
}


/*=============== End why choose us css =====================*/


/*===============8. Start About css =====================*/

.about {
    position: relative;
    background: url(../img/about-left_3.jpg) no-repeat;
    background-size: 100% 100%;
}

.about-left h2 {
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 23px;
    color: var(--white1);
}

.about-left p {
    color: var(--white1);
    margin-bottom: 25px;
}

.about-right {
    position: relative;
    overflow: hidden;
}

.about-img {
    position: relative;
    overflow: hidden;
}

.about-img img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    opacity: .7;
}

.about-play {
    position: absolute;
    top: 35%;
    left: 43%;
}

.about-play .play-btn {
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: var(--white1);
    color: var(--c2);
    font-size: 24px;
    border-radius: 50%;
    animation: animate 5s linear infinite;
}

@-webkit-keyframes animate {
    0% {
        box-shadow: 0 0 15px rgba(var(--c5), .1), 0 0 30px rgba(var(--c5), .1), 0 0 45px rgba(var(--c5), .1), 0 0 60px rgba(var(--c5), .1), 0 0 75px rgba(var(--c5), .1);
    }
    50% {
        box-shadow: 0 0 25px rgba(var(--c5), .1), 0 0 50px rgba(var(--c5), .1), 0 0 75px rgba(var(--c5), .1), 0 0 100px rgba(var(--c5), .1), 0 0 105px rgba(var(--c5), .1);
    }
    100% {
        box-shadow: 0 0 15px rgba(var(--c5), .1), 0 0 30px rgba(var(--c5), .1), 0 0 45px rgba(var(--c5), .1), 0 0 60px rgba(var(--c5), .1), 0 0 75px rgba(var(--c5), .1);
    }
}


/*=============== End About css =====================*/


/*===============9. Start service css =====================*/

.service {
    background: var(--light4);
}

.margin-add {
    margin-left: 15px;
    margin-right: 15px;
}

.service-box {
    text-align: center;
    background: var(--light4);
    border: 1px solid var(--light5);
    border-radius: 3px;
    transition: all .5s;
}


/* .service-box:hover {
  box-shadow: 0px 0px 25px 0px rgba(var(--light2),0.2);
} */

.service-icon img {
    width: 73px !important;
    height: 73px !important;
    text-align: center;
    margin: 28px auto;
}

.service-info h4 {
    margin-bottom: 18px;
}

.service-info p {
    margin-bottom: 25px;
}

.service_slider .owl-dots {
    display: none;
}

.service_slider .owl-prev {
    top: 45%;
    position: absolute;
    left: -7%;
    height: 45px;
    width: 45px;
    background: var(--white1) !important;
    color: var(--c2) !important;
    text-align: center;
    line-height: 45px;
    transition: .5s;
    border-radius: 50%;
    border: 1px solid var(--light6) !important;
    transition: all .5s;
}

.service_slider .owl-prev:hover {
    background-color: var(--c2) !important;
    border-color: var(--c2);
    color: var(--white1);
    color: var(--white1) !important;
}

.service_slider .owl-prev i,
.service_slider .owl-next i {
    font-size: 22px;
}

.service_slider .owl-next {
    top: 45%;
    position: absolute;
    right: -7%;
    height: 45px;
    width: 45px;
    background: var(--white1) !important;
    color: var(--c2) !important;
    text-align: center;
    line-height: 45px;
    transition: .5s;
    border-radius: 50%;
    border: 1px solid var(--light6) !important;
    transition: all .5s;
}

.service_slider .owl-next:hover {
    background-color: var(--c2) !important;
    border-color: var(--c2);
    color: var(--white1) !important;
}


/*=============== End service css =====================*/


/*===============10. Start Case_study css =====================*/

.case_button {
    text-align: center;
    margin-bottom: 50px;
}

.case_button .case-btn {
    padding: 20px 28px;
    background: var(--white1);
    border: 1px solid var(--light5);
    font-size: 16px;
    font-weight: 500;
    margin-right: -4px;
    margin-left: 0;
    text-transform: uppercase;
}

.case_button .case-btn:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.case_button .case-btn:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.case-btn:active,
.case-btn.is-checked {
    background: var(--c2) !important;
    color: var(--white1);
    border-color: var(--c2);
}

.single_case {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 3px;
    background-color: rgb(var(--light8));
    border: 8px solid rgb(var(--white));
    box-shadow: 0px 0px 10px 0px rgb(var(--light9));
}

.single_case_img img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.single_case:hover .single_case_img img {
    transform: scale(1.3);
    transition: all .5s;
}

.single_case:hover .case_overlay {
    visibility: visible;
    opacity: 0.549;
    transform: rotate(180deg);
}

.single_case:hover .case_icon {
    top: 40%;
}

.case_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(var(--c1));
    opacity: 0;
    visibility: hidden;
    transform: rotate(0deg);
    transition: all .5s;
}

.case_icon {
    position: absolute;
    top: -100%;
    left: 26%;
    transition: all .7s;
}

.case_icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--c2);
    color: var(--white1);
    font-size: 20px;
    text-align: center;
    display: inline-block;
    border: 1px solid var(--c2);
    margin-left: 20px;
    transition: all .5s;
}

.case_icon .link:hover {
    background: transparent;
    border-color: var(--white1);
}

.case_icon .resize_img {
    background: transparent;
    border-color: var(--white1);
    transition: all .5s;
}

.case_icon .resize_img:hover {
    border-color: var(--c2);
    background: var(--c2);
}


/*=============== End Case_study css =====================*/


/*===============11. Start porject css =====================*/

.project {
    background: var(--light4);
}

.project_text h2 {
    margin-bottom: 25px;
}

.project_text p {
    margin-bottom: 16px;
}

.counte_area .counter_single {
    display: inline-block;
    width: 32.33%;
}

.counte_area .counter_single h4 {
    color: var(--c2);
    margin-bottom: 4px;
}

.counte_area .counter_single h6 {
    font-weight: 500;
}


/*=============== End porject css =====================*/


/*===============12. Start Pricing css =====================*/

.pricing_table {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 40px 0;
    border-radius: 3px;
    background-color: rgb(var(--white));
    box-shadow: 0px 0px 10px 0px rgba(var(--light9), 0.31);
}

.pricing_table:hover .top_border_1:before,
.pricing_table:hover .top_border_2:before,
.pricing_table:hover .top_border_3:before {
    visibility: visible;
    transform: scale(1.1);
}

.pricing_table:hover .price_table_btn a {
    color: var(--white1);
    border-color: rgb(var(--c1));
    background: rgb(var(--c1));
}

.top_border_1:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 5px;
    width: 100%;
    background: rgb(var(--c7));
    visibility: hidden;
    transform: scale(0);
    transition: all .5s;
}

.top_border_2:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 5px;
    width: 100%;
    background: rgb(var(--c1));
    visibility: hidden;
    transform: scale(0);
    transition: all .5s;
}

.top_border_3:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 5px;
    width: 100%;
    background: rgb(var(--c8));
    visibility: hidden;
    transform: scale(0);
    transition: all .5s;
}

.price_table_icon {
    margin-bottom: 20px;
}

.price_table_icon i {
    font-size: 40px;
    color: var(--c2);
}

.price_table_title h5 {
    text-transform: uppercase;
    margin-bottom: 19px;
}

.price_table_list {
    margin-bottom: 11px;
}

.price_table_list ul li {
    margin-bottom: 4px;
}

.price_table_tag h6 {
    margin-bottom: 16px;
}

.price_table_tag span {
    font-size: 24px;
}

.price_table_btn a {
    display: inline-block;
    padding: 16px 42px;
    font-size: 16px;
    font-weight: 500;
    color: rgb(var(--c1));
    text-transform: uppercase;
    border: 1px solid var(--light5);
    border-radius: 50px;
    transition: all .5s;
}

.price_table_btn a:hover {
    color: var(--white1);
    border-color: rgb(var(--c1));
    background: rgb(var(--c1));
}


/*=============== End Pricing css =====================*/


/*===============13. Start clients css =====================*/

.clients {
    background: var(--light4);
}

.clients-text h2 {
    color: rgb(var(--dark1));
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.client_area {
    position: relative;
    padding: 25px 30px;
    margin-right: 15px;
    margin-left: 15px;
    border: 1px solid rgb(var(--light7));
    border-radius: 3px;
    background-color: rgb(var(--white));
}

.client_user {
    margin-bottom: 15px;
}

.clients_slider .owl-nav {
    margin: 0px;
}

.clients_slider .owl-dots {
    margin: 0px;
    display: none;
}

.clients_slider .owl-prev i {
    font-size: 22px;
}

.clients_slider .owl-prev {
    top: 69%;
    position: absolute;
    left: -52%;
    height: 45px;
    width: 45px;
    background: var(--white1) !important;
    color: var(--c2) !important;
    text-align: center;
    line-height: 45px;
    transition: .5s;
    border-radius: 50%;
    border: 1px solid var(--light6) !important;
    transition: all .5s;
}

.clients_slider .owl-prev:hover {
    background-color: var(--c2) !important;
    border-color: var(--c2);
    color: var(--white1) !important;
}

.clients_slider .owl-next i {
    font-size: 22px;
}

.clients_slider .owl-next {
    top: 69%;
    position: absolute;
    left: -43%;
    height: 45px;
    width: 45px;
    background: var(--white1) !important;
    color: var(--c2) !important;
    text-align: center;
    line-height: 45px;
    transition: .5s;
    border-radius: 50%;
    border: 1px solid var(--light6) !important;
    transition: all .5s;
}

.clients_slider .owl-next:hover {
    background-color: var(--c2) !important;
    border-color: var(--c2);
    color: var(--white1) !important;
}

.client_star {
    position: absolute;
    right: 30px;
    top: 20px;
}

.client_star ul li {
    display: inline-block;
}

.client_star ul li a {
    margin-left: 7px;
    color: var(--c9);
    font-size: 12px;
}


/*=============== End clients css =====================*/


/*===============14. Start Team css =====================*/

.team_img {
    position: relative;
    overflow: hidden;
}

.team_img img {
    width: 100%;
    height: 100%;
}

.team_info {
    padding-top: 45px;
}

.team_info h4 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
}

.team_social {
    margin-top: -15px;
    text-align: center;
    z-index: 337;
    position: relative;
}

.team_social ul li {
    display: inline-block;
    padding: 0 10px;
}

.team_social ul li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: var(--light);
    background: var(--white1);
    border-radius: 50%;
    text-align: center;
    transition: all .5s;
}

.team_social ul li a:hover {
    background: var(--c10);
    color: var(--white1);
}


/*===============End Team css =====================*/


/*===============15. Start Blog css =====================*/

.blog_img img {
    width: 100%;
    height: 100%;
}

.blog_info {
    padding: 25px;
    border: 1px solid var(--light10);
    border-top: none;
}

.blog_info .blog_title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: var(--dark);
    margin-bottom: 15px;
}

.b_admin {
    padding: 10px 30px;
    border: 1px solid var(--light10);
    border-top: none;
}

.b_admin span a {
    color: var(--c2);
    font-size: 16px;
}

.b_admin span a i {
    margin-left: 10px;
}

.b_admin span:last-child {
    /* float: right; */
}


/*=============== End Blog css =====================*/


/*===============16. Start contact css =====================*/

.contact {
    background: var(--light4);
}

.miyami_input {
    width: 100%;
    height: 55px;
    border: 1px solid rgb(var(--light7));
    border-radius: 3px;
    padding-left: 25px;
}

.miyami_input_null {
    width: 100%;
    height: 55px;
    border: 1px solid red;
    border-radius: 3px;
    padding-left: 25px;
}

.miyami_textarea {
    width: 100%;
    height: 140px;
    border: 1px solid rgb(var(--light7));
    border-radius: 3px;
    padding: 21px 25px;
    text-transform: capitalize;
}

.input_group {
    margin-bottom: 30px;
}

.textarea_group {
    margin-bottom: 22px;
}

.contact_form p.form-message {
    margin-bottom: 20px;
}

.contact_form p.success {
    color: var(--white1);
    background: var(--c11);
    padding: 10px 20px;
    border-radius: 4px;
}

.contact_form p.error {
    color: var(--white1);
    background: var(--c12);
    padding: 10px 20px;
    border-radius: 4px;
}


/*=============== End contact css =====================*/


/*===============17. Start footer-area css =====================*/

.footer_area {
    background: var(--c2);
    padding: 37px 0;
}

.copyright_text p {
    color: rgb(var(--white));
}

.footer_link {
    text-align: right;
}

.footer_link ul li {
    display: inline-block;
    margin-left: 30px;
}

.footer_link ul li a {
    color: var(--white1);
    text-transform: uppercase;
}


/*=============== End footer-area css =====================*/


/*===============18. Start #scroll-up css =====================*/

#scroll_up {
    background: var(--c13);
    border-radius: 50%;
    bottom: 10px;
    color: var(--white1);
    cursor: pointer;
    display: none;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    z-index: 337;
}

#scroll_up:hover,
#scroll_up:focus {
    background: var(--light11);
    color: var(--white1);
}


/*=============== End #scroll-up css =====================*/


/* =============================قسمت ویرایش شده==================== */

.why-box {
    cursor: pointer;
}

.why_2 {
    display: none;
}

.why_3 {
    display: none;
}

.why_4 {
    display: none;
}

.fs_32 {
    font-size: 32px !important;
}

.fs_20 {
    font-size: 20px !important;
}

.text_check {
    color: var(--c11);
}