h1,
.h1 {
    font-size: 55px;
    line-height: 50px;
    font-weight: 600
}

h2,
.h2 {
    font-size: 40px;
    font-weight: 600
}

h3,
.h3 {
    font-size: 35px;
    font-weight: 600
}

h4,
.h4 {
    font-size: 28px;
    font-weight: 600
}

h5,
.h5 {
    font-size: 22px;
    font-weight: 600
}

h6,
.h6 {
    font-size: 20px;
    font-weight: 600
}

html {
    font-size: 10px
}

body {
    font-family: 'Tahir_Consulting', sans-serif;
    min-width: 320px;
    color: #000;
    line-height: 1.6;
    padding: 0;
    font-size: 18px;
    font-weight: 400
}

dt,
dd {
    line-height: 1.5
}


/*
.page {
    overflow: hidden
}*/
ul.process_management span:hover,
a:hover,
button:hover {
    text-decoration: none;
    color: inherit;
    opacity: .6;
    cursor: pointer;
    transition: all .4s ease-in-out
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .6s ease
}

a:active,
button:focus,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
a {
    font-family: 'Tahir_Consulting', sans-serif;
    word-wrap: break-word
}

iframe {
    width: 100%;
    border: none
}


/*::selection {
    background: #041e41;
    color: #fff
}*/

img {
    max-width: 100%
}

.btn, .wpcf7-form-control.wpcf7-submit {
    color: #000;
    font-size: 18px;
    border: 2px solid #000;
    padding-top: 3px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 15px;
    font-weight: 600;
    min-width: 100px;
    text-align: center;
    display: table;
    letter-spacing: .5px;
    vertical-align: middle;
    border-radius: 8px;
}
.btn i {
    vertical-align: middle;
}
.btn:hover, .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    opacity: 1;
    /*letter-spacing: .5px*/
}

/*---- Site header -----*/
#intro, #primary {
    padding-top: 82px;
}
.site-header {
/*    position: -webkit-sticky;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 0 30px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28)
}

.site-header .title-area {
    float: left;
    padding: 9px 0
}

.site-header .wp-custom-logo .title-area {
    max-width: 350px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%
}

.site-header .custom-logo {
    width: auto;
    max-width: 150px!important
}

.site-header .site-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin: 0
}

.site-header .site-title a,
.site-header .site-title a:focus,
.site-header .site-title a:hover {
    color: #1c1c1e;
    text-decoration: none
}

.site-footer ul li a:hover,
/*.site-header .main-navigation ul .current-menu-item>a,*/
.site-header .main-navigation ul .sub-menu .current-menu-item>a:focus,
.site-header .main-navigation ul .sub-menu .current-menu-item>a:hover,
.site-header .main-navigation ul li .active,
.site-header .main-navigation ul a:focus,
.site-header .main-navigation ul a:hover {
    color: #e23025;
    text-decoration: none
}

.site-header .site-description,
.site-header .wp-custom-logo .site-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.site-header .header_search_form {
    float: right;
    position: relative;
    margin-right: 25px;
    margin-top: 22px;
}
.site-header .header_search_form input {
    float: left;
    width: 100%;
    height: 35px;
    border: 1px solid 
    #ccc;
    padding: 3px 10px 3px 27px;
    font-size: 15px;
}
.site-header .header_search_form button {
    position: absolute;
    left: 7px;
    top: 0;
    height: 100%;
    text-align: center;
    border: none;
    background-color: transparent;
    box-shadow: none;
    width: auto;
    padding: 0;
}
.site-header .header_search_form button i {
    color: #666;
    font-size: 15px;
}
.site-header .main-navigation {
    clear: none;
    float: right;
    width: auto;
    padding: 23px 0 12px;
    line-height: 1
}

.site-header .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.site-header .main-navigation ul li a {
    display: block;
    font-size: 14px;
    outline-offset: -1px;
    padding: 12px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    line-height: 13px
}

.site-header .main-navigation ul li a:after {
    display: block;
    width: 0;
    height: 2px;
    background-color: #e23025;
    -webkit-transition: width .3s;
    transition: width .3s;
    content: ""
}

.site-header .main-navigation ul li a:hover:after,
/*.site-header .main-navigation ul li.current-menu-item a:after,*/
/*.site-header .main-navigation ul li.current_page_item a:after,*/
/*.site-header .main-navigation ul li.current_page_parent a:after*/ {
    width: 25px
}

.site-header .main-navigation ul li:first-child a {
    padding-left: 0
}

.site-header .main-navigation ul li:last-child a {
    padding-right: 0
}

.site-header .main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999
}

.site-header .main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.site-header .main-navigation ul ul li.focus>ul,
.site-header .main-navigation ul ul li:hover>ul {
    left: 100%
}

.site-header .main-navigation ul ul a {
    display: block;
    font-size: 14px;
    outline-offset: -1px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    position: relative
}

.site-header .main-navigation ul li.focus>ul,
.site-header .main-navigation ul li:hover>ul {
    left: auto
}

.site-header .main-navigation li {
    float: left;
    position: relative
}

.site-header .main-navigation a {
    display: block;
    text-decoration: none
}

.site-header .main-navigation.toggled ul,
.site-header .menu-toggle {
    display: block
}

.site-header .main-navigation.toggled ul li,
.site-header .menu-toggle li {
    display: table;
    width: 100%;
    text-align: left
}

.site-header .site-main .comment-navigation,
.site-header .site-main .post-navigation,
.site-header .site-main .posts-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.site-header .comment-navigation .nav-previous,
.site-header .post-navigation .nav-previous,
.site-header .posts-navigation .nav-previous {
    float: left;
    width: 50%
}

.site-header .comment-navigation .nav-next,
.site-header .post-navigation .nav-next,
.site-header .posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.site-header .site-header__block {
    position: relative
}

.site-header .site-header__block--main .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 65px
}

.scroll-direction--up .site-header {
    -webkit-transition: all .4s;
    transition: all .4s
}

@media screen and (min-width:992px) {
    .site-header .menu-toggle {
        display: none
    }
    .site-header .main-navigation ul {
        display: block
    }
}

@media screen and (min-width:1024px) {
    .site-header .site-header__block--main .container {
        height: 100px
    }
    .site-section--fullsize {
        min-height: calc(100vh - 100px)
    }
}

@media only screen and (max-width:1280px) {
    .site-header .site-header__block--main .site-navigation {
        max-width: 600px
    }
    .site-header .site-header__block--main .site-navigation li {
        min-width: 130px
    }
}

@media only screen and (max-width:991px) {
    .site-header .main-navigation {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }
    .site-header .main-navigation ul {
        -webkit-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s
    }
    .site-header .main-navigation ul li a {
        padding-left: 0
    }
    .menu-toggle {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #000;
        border: none;
        font-weight: 700;
        float: right;
        position: absolute;
        top: 13px;
        right: 13px
    }
    .menu-toggle i {
        height: 40px;
        width: 40px;
        border: 2px solid #666;
        text-align: center;
        color: #000;
        display: table;
        float: right;
        border-radius: 50%;
        font-size: 18px;
        padding-top: 9px
    }
    .menu-toggle i:hover {
        background-color: #333;
        color: #fff
    }
}


/*----- Intro Slider Module ----*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #eee;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.intro_slider {
    display: block;
    width: 100%;
    height: 80vh;
    min-height: 450px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.intro-content {
    position: relative;
    top: 40%;
    transform: translateY(-40%);
    width: 100%;
}
.intro-content .container {
    text-align: left;
    max-width: 750px;
}
.intro-content .container p {
    text-shadow: 1px 1px 1px #fff;
    text-align: justify;
}
.intro-content .container .btn {
    float: right;
    border-color: #fff;
    color: #fff;
}
.intro-content .container .btn:hover {
    background-color: #fff;
    color: #000;
}
.swiper_module  .swiper-pagination, .swiper_module  .swiper-paginations {
    text-align: left;
    padding-left: 30px;
    position: absolute;
    z-index: 2;
}
.swiper_module .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
}
.swiper_module .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

/*----- Process Management -------*/
.module_section {
    padding: 80px 0 0 0;
}
.section-heading {
    position: relative;
}
.section-heading:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background-color: #000;
}
.section-heading span {
    display: table;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}
ul.process_management {
    position: relative;
    min-height: 700px;
    display: table;
    margin: 0 auto;
    max-width: 782px;
    width: 100%;
    list-style-type: none;
    text-align: center;
    padding: 175px 0;
    margin-top: 30px;
}
ul.process_management li {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition:         transform .8s ease-in-out;
}
.process_management li.circle_images {
    position: absolute;
    z-index: 2;
}
.top-right {
    right: -7px;
    top: 8px;
}
.bottom-right {
    right: -7px;
    bottom: -8px;
}
.bottom-left {
    left: -7px;
    bottom: -8px;
}
.top-left {
    left: -7px;
    top: 8px;
}
.last_module {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.last_module img {
    max-width: 450px;
    width: 100%;
    -webkit-transition: -webkit-transform  all 3s ease;
    transition: all 3s ease;

}
ul.process_management.rorate_cricle:hover .last_module img{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.scroll_manager {
    display: block;
    position: relative;
    top: -85px;
    height: 0;
    width: 0;
    visibility: hidden;
}
.bpm_modal_thumb img {
    max-width: 280px;
}
#bpm_modal .modal-lg {
    max-width: 1180px;
}
#bpm_modal .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: 
    #000;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 4px;
    font-size: 27px;
    line-height: 23px;
    text-shadow: none;
    transition: all .6s ease
}
#bpm_modal .modal-header .close:hover {
    background-color: #ccc;
    color: #000;
}
#bpm_modal .modal-content {
    background-color: #ebede5;
    border-radius: 30px;
    padding: 15px 30px 20px 30px;
}
#bpm_modal  .modal-title {
    width: 100%;
}
#bpm_modal .sub_sectionsList {
    padding: 0 0 40px 0;
    position: relative;
}
#bpm_modal .sub_sectionsList ul{
    margin: 0;
    padding: 0 10px 0 0;
    max-height: 470px;
    overflow-y: auto;
}
#bpm_modal .sub_sectionsList .down_arrow_wrap {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}

.sub_sectionsList ul li {
    float: left;
    width: 100%;
    background-color: 
    #f2f2f2;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 10px;
    position: relative;
}
.sub_sectionsList ul li p {
    padding-right: 50px;
    display: table;
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}
.sub_sectionsList ul li #sub_popup {
    position: absolute;
    right: 23px;
    bottom: 10px;
}
.sub_sectionsList ul li button {
    min-width: auto;
}
.bpm_modal_thumb {
    padding-top: 20px;
}
.bpm_modal_thumb img {
    max-height: 300px;
}
.image_sub_section .btn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

/*---- our range section ---*/
.our_range_single_section {
    background-color:
    #ebede5;
    border-radius: 30px;
    padding: 25px 0 25px 0;
    margin-bottom: 20px;
}
.our_range_single_section:last-child {
    margin-bottom: 0;
}
.main_bpm_content {
    padding: 0 30px;
}
.slider_rorater_module {
    padding-top: 20px;
}
.our_range_single_section .swiper-slide {
    background-color: transparent;
}
.single_details_box {
    background-color: #f2f2f2;
    padding: 20px 10px;
    font-size: 15px;
    text-align: left;
    border-radius: 20px;
}
.single_details_box p {
    line-height: 17px;
}
.our_range_sections {
    margin-top: 20px;
}
.our_range_sections .single_details_box .btn {
    min-width: auto;
    float: right;
    display: table;
    margin-top: 20px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #464b5b;
}
.our_range_sections .swiper-button-disabled {
    display: none;
}
.our_range_sections .swiper-button-next, .our_range_sections .swiper-container-rtl .swiper-button-prev {
    right: -2px;
    height: 100%;
    background-color: 
    #ebede5;
    top: 23px;
}
.our_range_sections .swiper-button-prev, 
.our_range_sections .swiper-container-rtl .swiper-button-next {
    left: -2px;
    height: 100%;
    background-color: 
    #ebede5;
    top: 23px;
}
.our_range_sections .swiper-container {
    padding: 0 30px;
 /*   max-width: 1057px;*/
}

/*----- Referenzen -----*/
.referenzen .our_range_sections .swiper-button-next, 
.referenzen .our_range_sections .swiper-container-rtl .swiper-button-prev,
.referenzen .our_range_sections .swiper-button-prev, 
.referenzen .our_range_sections .swiper-container-rtl .swiper-button-next {
    background-color: 
    #fff;
}

.referenzen .swiper-slide {
    background-color: transparent;
}
.referenzen .single_details_box {
    border-radius: 20px;
    background-color: #ebede5;
}
.referenzen .our_range_sections .single_details_box .btn {
    float: none;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
}
.referenzen .our_range_sections .single_details_box .btn:hover {
    background-color: #000;
}
.referenzen_post_thumb {
    float: right;
    max-width: 50%;
    margin: 0 0 10px 10px;
    border-radius: 10px;
    overflow: hidden;
}
.referenzen  .single_box_title {
    display: table;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
/*.referenzen .single_details_box p {
    line-height: 22px;
    font-size: 16px;
}*/

/*--- Contact Section ----*/
#contact .section-heading {
    margin-bottom: 30px;
}
#contact label {
    width: 100%;
}
#contact input, #contact textarea {
    background-color: 
    #f1f3f6;
    border: none;
    height: 43px;
    padding: 10px;
    font-size: 16px;
}
#contact input {
    max-width: 350px;
    width: 100%;
}
#contact textarea {
    height: 172px;
    width: 100%;
    max-width: 100%;
}
#contact .wpcf7-form-control.wpcf7-submit {
    max-width: 120px;
    border: 2px solid #000;
    background-color:transparent;
    cursor: pointer;
}
#contact .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #000;
    color: #fff;
}
#contact .text_contact {
    font-size: 15px;
}
#contact .contact-list i {
    color: 
    #76d9e4;
    margin-right: 7px;
}
#contact .contact-list ul {
    padding-left: 0;
}
#colophon {
    background-color: 
    #f4f4f482;
    display: table;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.our_blog_section .card {
    margin-bottom: 50px;
}
.our_blog_section  .card-title {
    margin: 10px 0;
}
.our_blog_section .card-text {

    font-size: 16px;
    line-height: 19px;
    text-align: justify;

}
.custom_button {

    display: table;
    margin: 0 auto;
    font-weight: bold;

}
.single_related_post  .referenzen_post_thumb {
    max-width: 100%;
    margin-left: 0;
}
.single-post {
    font-size: 16px;
}
.single_related_post .single_details_box {
    margin-bottom: 30px;
}
.single_post_details {
    padding: 40px 0;
}
.breadcrumb {
    padding-bottom: 10px;
}
.single_post_title {
    padding: 15px 0;
}
.post_sidebar {
    margin-top: 34px;
}
.single-post .post_thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 350px;
}
/*------------------------------------------------------- ////////////////////// Navigation //////////////////////// --------------------------------------------------------*/
 .navigation {
     margin: 60px auto;
     display: table;
}
 .navigation ul {
     padding: 0;
     margin: 0;
}
 .navigation ul li {
     display: inline;
     margin: 0 0.125rem;
}
 .navigation ul li a {
     color: #000;
     text-decoration: none;
     background-color: #ccc;
     border-radius: 0;
     cursor: pointer;
     padding: 0.625rem 0.125rem;
     height: 40px;
     width: 40px;
     display: inline-block;
     text-align: center;
     font-weight: 700;
     -webkit-transition: all 0.3s ease-in-out 0s;
     transition: all 0.3s ease-in-out 0s;
}
 .navigation ul li.active a, .navigation ul li a:hover {
     background-color: #000;
     color: #fff;
}
.search_results .card {
    margin-bottom: 30px;
    font-size: 15px;
    text-align: justify;
}
.search_results .card-title {
    margin: 10px 0 5px 0;
}
.site-info {
    font-size: 14px;
    font-weight: bold;
}
#contact ul {
    margin-left: 14px;
	padding: 0;
}
#contact .list-unstyled.contact-list {

    margin: 0 !important;
    padding: 0 !important;

}
.slider_rorater_module .single_details_box p {
    height: 100px;
    overflow: hidden;
}
/*====================================================================
============================= RESPONSIVE =============================
====================================================================*/
@media only screen and (min-width: 991px) {
    .link_button {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

/*---- 1300px ----*/
@media only screen and (max-width: 1300px) {
    /*---- Site Header ---*/
    .site-header .header_search_form {
        max-width: 150px;
    }
    .site-header .main-navigation ul li a {
        padding: 12px 9px;
    }
}

/*---- 1080px ----*/
@media only screen and (max-width: 1080px) {
    body {
        font-size: 14px;
    }
	#intro, #primary {
		padding-top: 136px;
	}
    .section-heading span {
        line-height: 30px;
    }
    .module_section {
        padding-top: 40px;
    }
    h1,
    .h1 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 600
    }

    h2,
    .h2 {
        font-size: 30px;
        font-weight: 600
    }

    h3,
    .h3 {
        font-size: 25px;
        font-weight: 600
    }

    h4,
    .h4 {
        font-size: 23px;
        font-weight: 600
    }

    h5,
    .h5 {
        font-size: 18px;
        font-weight: 600
    }

    h6,
    .h6 {
        font-size: 16px;
        font-weight: 600
    }
   .site-header .header_search_form {
		max-width: 100%;
		width: 100%;
		margin: 9px 0 10px 0;
	}
    .last_module img, .process_management li.circle_images {
        max-width: 164px;
    }
    ul.process_management {
        max-width: 316px;
        padding: 83px 0;
        min-height: 281px;
    }
    .main_bpm_content {
        padding: 0 10px;
    }
    .our_range_sections .swiper-container {
        padding: 0 10px;
    }
    .our_range_sections .swiper-button-next, .our_range_sections .swiper-container-rtl .swiper-button-prev,
    .our_range_sections .swiper-button-prev, .our_range_sections .swiper-container-rtl .swiper-button-next,
    .referenzen .our_range_sections .swiper-button-next, .referenzen .our_range_sections .swiper-container-rtl .swiper-button-prev, .referenzen .our_range_sections .swiper-button-prev, .referenzen .our_range_sections .swiper-container-rtl .swiper-button-next {
        background-color: transparent;
    }
    .referenzen_post_thumb {
        display: table;
        margin: 0 auto 10px auto;
        clear: both;
        float: none;
        max-width: 100%;
    }
    #bpm_modal .modal-content {
        padding: 15px 0 20px 0px;
    }
    #bpm_modal .modal-lg {
        padding: 10px;
    }
    #move_to_contact {
        margin: 20px 0;
    }
    #bpm_modal .sub_sectionsList .down_arrow_wrap {
        display: none;
    }
    #bpm_modal .sub_sectionsList {
        padding-bottom: 0;
    }
    .text_contact ul {
        margin-left: 20px;
        padding: 0;

    }
    .single-post .post_thumb {
        height: 250px;
    }
}

/*---- 1200px ----*/
@media only screen and (max-width: 1200px) {

}


/*---- 991px ----*/
@media only screen and (max-width: 991px) {
    body, .swiper-slide {
        font-size: 16px;
    }
    .site-header .main-navigation ul li a {
        padding-left: 0;
    }
    
}


/*---- 767px ----*/
@media only screen and (max-width: 767px) {
    /*---- Home Slider ---*/
    .intro_slider {
        min-height: auto;
        height: auto;
        padding: 50px 0;
    }
    .intro-content {
        transform: none;
        top: 0;
    }
    .intro-content .container .btn {
            float: left;
    }
}

/*---- 640px ----*/
@media only screen and (max-width: 640px) {
    .site-info {
        font-size: 12px;
    }
	dl, ol, ul {
		margin-left: 0;
	}
	body, .swiper-slide, .btn, .wpcf7-form-control.wpcf7-submit, #contact .text_contact,
	#contact .wpcf7-form-control.wpcf7-submit{
		font-size: 14px;
	}
	h4, .h4 {
		font-size: 20px;
	}
	h5, .h5 {
		font-size: 16px;
	}
	.section-heading span {
		line-height: 25px;
		font-size: 22px;
		text-align: center;
	}
	body .swiper-button-next:after, 
	body .swiper-button-prev:after {
		font-size: 26px;
	}
	 
	body .our_range_sections .swiper-button-next
	 {
		right: -6px;
	}
	body .our_range_sections .swiper-container-rtl .swiper-button-prev {
		left: -6px;
	}
	.single_details_box {
		padding-left: 20px;
		padding-right: 20px;
	}
}


/*---- 480px ----*/
@media only screen and (max-width: 480px) {
    
}