/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     sopco - Markating HTML5 template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	features-section
#0.7	about-section
#0.8	service-section
#0.9	fun-fact-section
#1.0	portfolio-section
#1.1	testimonials-section
#1.2	blog-section
#1.3	cta-section


--------------------------------------------------------------
	home style 2
--------------------------------------------------------------
#2.1	about-section-s2
#2.2	service-section-s2
#2.3	fun-fact-section-s2
#2.4	portfolio-section-s2
#2.5	testimonials-section-s2
#2.6	features-section-s2
#2.7	pricing-section


--------------------------------------------------------------
	about page
--------------------------------------------------------------
#3.1	about-text-section
#3.2	team-section


--------------------------------------------------------------
	service details page
--------------------------------------------------------------
#4.1	service-single-section


--------------------------------------------------------------
	contact page
--------------------------------------------------------------
#5.1	contact-pg-contact-section


--------------------------------------------------------------
	blog page
--------------------------------------------------------------
#6.1	blog-pg-section


--------------------------------------------------------------
	blog single page
--------------------------------------------------------------
#7.1	blog-single-section


--------------------------------------------------------------
	404 page
--------------------------------------------------------------
#8.1	error-404-section



----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/

@charset "UTF-8";

@font-face {
    font-family: "irsans";
    font-style: normal;
    font-weight: 900;
    src: url(../../../fonts/fonts/irsans-b.eot?67d2920ac1e0164c957e884da0b1fc2b);
    src: url(../../../fonts/fonts/irsans-b.eot?67d2920ac1e0164c957e884da0b1fc2b) format("embedded-opentype"), url(../../../fonts/fonts/irsans-b.woff?a6c7f37a03e19d237de343688a10330f) format("woff"), url(../../../fonts/fonts/irsans-b.ttf?3c04bd57fa8240b0ec575d8c1ff80dbb) format("truetype");
}

@font-face {
    font-family: "irsans";
    font-style: normal;
    font-weight: 700;
    src: url(../../../fonts/fonts/irsans-m.eot?3953f2446de46ca0a52f371df635a547);
    src: url(../../../fonts/fonts/irsans-m.eot?3953f2446de46ca0a52f371df635a547) format("embedded-opentype"), url(../../../fonts/fonts/irsans-m.woff?7698268f336a35d87bbf591a0fe5f41d) format("woff"), url(../../../fonts/fonts/irsans-m.ttf?2ae855f1c7b7756f2aba76f0915b20b8) format("truetype");
}

@font-face {
    font-family: "irsans";
    font-style: normal;
    font-weight: 500;
    src: url(../../../fonts/fonts/irsans.eot?4f3cd08001a912553842788147e162c2);
    src: url(../../../fonts/fonts/irsans.eot?4f3cd08001a912553842788147e162c2) format("embedded-opentype"), url(../../../fonts/fonts/irsans.woff?ba2fd9dab30cd8771aa3b53aa6b036e3) format("woff"), url(../../../fonts/fonts/irsans.ttf?71617be58eaec728ca3b9d4d5da8b11d) format("truetype");
}

@font-face {
    font-family: "irsans";
    font-style: normal;
    font-weight: 300;
    src: url(../../../fonts/fonts/irsans-l.eot?c3e2315906102c635b02db3a6666299b);
    src: url(../../../fonts/fonts/irsans-l.eot?c3e2315906102c635b02db3a6666299b) format("embedded-opentype"), url(../../../fonts/fonts/irsans-l.woff?ef7595542cb1d899cefcabddb3a59f7f) format("woff"), url(../../../fonts/fonts/irsans-l.ttf?2fd2464904104b41ac006f718c6de468) format("truetype");
}

@font-face {
    font-family: "irsans";
    font-style: normal;
    font-weight: 100;
    src: url(../../../fonts/fonts/irsans-u.eot?c6348f2607ffbf9f301e2a2bd6bfba4c);
    src: url(../../../fonts/fonts/irsans-u.eot?c6348f2607ffbf9f301e2a2bd6bfba4c) format("embedded-opentype"), url(../../../fonts/fonts/irsans-u.woff?c2cac1dd087e299cd537621798bd50eb) format("woff"), url(../../../fonts/fonts/irsans-u.ttf?cbc29f4ae7f67bce75b49ee6f69678ff) format("truetype");
}
@font-face {
    font-family: "irsansFaNum";
    font-style: normal;
    font-weight: 100;
    src: url(../../../fonts/fonts/IRANSans-medium-fanum.eot);
    src: url(../../../fonts/fonts/IRANSans-medium-fanum.eot) format("embedded-opentype"), url(../../../fonts/fonts/IRANSans-medium-fanum.woff) format("woff"), url(../../../fonts/fonts/IRANSans-medium-fanum.ttf) format("truetype");
}

/*:root{*/
/*    --color-bg-01: #fdf0eb;*/
/*    --color-bg-02: #fec308;*/
/*    --color-bg-03: #fe4702;*/
/*    --color-bg-04: #fe9168;*/
/*    --color-bg-05: rgba(253, 234, 227, 0.9);*/
/*    --color-bg-06: #283a5e;*/
/*    --color-bg-07: rgba(41, 40, 46, 0.9);*/
/*    --color-bg-08: #eeeeee;*/
/*}*/

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: "irsans", irsans, sans-serif;
    background-color: #fff;
    font-size: 1rem;
    color: #666;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    direction: rtl;
}
.color-theme{
    color: var(--color-bg-02);
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

p {
    color: #666;
    line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: var(--color-bg-06);
}

ul {
    list-style-type: none;
    padding-right: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    color: var(--color-bg-06);
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
    position: relative;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 30px 0;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 40px 0;
    }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
    width: 100% !important;
    margin-top: 15px !important;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: right;
    display: block;
}

.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}

.contact-validation-active #loader i {
    font-size: 1.875rem;
    color: var(--color-bg-02);
    display: inline-block;
    -webkit-animation: rotating linear 2s infinite;
    animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media (max-width: 767px) {
    .contact-validation-active #success,
    .contact-validation-active #error {
        font-size: 15px;
    }
}

.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px;
}

.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top {
    background-color: var(--color-bg-02);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid var(--color-bg-02);
    border-radius: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    left: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .back-to-top {
        /*width: 35px;*/
        height: 35px;
        line-height: 35px;
    }
}

.back-to-top:hover {
    background-color: var(--color-bg-02);
}

.back-to-top i {
    font-size: 1.125rem;
    color: #fff;
    position: absolute;
    right:3px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

.section-title, .section-title-s2, .section-title-s3, .section-title-s4 {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .section-title, .section-title-s2, .section-title-s3, .section-title-s4 {
        margin-bottom: 25px;
    }
}

.section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s4 > span {
    font-size: 1rem;
    color: var(--color-bg-02);
    text-transform: capitalize;
    display: block;
    margin-top: -0.6em;
}

.section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2 {
    font-size: 1.4rem;
    line-height: 1.43em;
    margin: 0.3em 0 0;
}

@media (max-width: 991px) {
    .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2 {
        font-size: 1.875rem;
        line-height: 1.2em;
    }
}

@media (max-width: 767px) {
    .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2 {
        font-size: 1.5625rem;
        line-height: 1.2em;
    }
}

.section-title-s2 {
    text-align: center;
    margin-bottom: 60px;
}

.section-title-s2 h2 {
    margin: 0.3em 0 0;
}

.section-title-s3 h2, .section-title-s4 h2 {
    margin-top: -0.33em;
}

.section-title-s4 {
    text-align: center;
}

.theme-btn, .theme-btn-s2, .theme-btn-s4, .theme-btn-s3 {
    background-color: var(--color-bg-01);
    color: var(--color-bg-02);
    font-weight: 500;
    padding: 13px 38px;
    border-radius: 50px;
    display: inline-block;
}

@media (max-width: 991px) {
    .theme-btn, .theme-btn-s2, .theme-btn-s4, .theme-btn-s3 {
        font-size: 0.875rem;
        padding: 10px 16px;
        /*display: none;*/
    }
    .cta-text .theme-btn-s4{
        display: inline-block!important;
    }
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s4:hover, .theme-btn-s3:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn-s4:focus, .theme-btn-s3:focus, .theme-btn:active, .theme-btn-s2:active, .theme-btn-s4:active, .theme-btn-s3:active {
    background-color: var(--color-bg-02);
    color: #fff;
}

.theme-btn-s2, .theme-btn-s4 {
    background-color: var(--color-bg-02);
    color: #fff;
}

.theme-btn-s2:hover, .theme-btn-s4:hover, .theme-btn-s2:focus, .theme-btn-s4:focus, .theme-btn-s2:active, .theme-btn-s4:active {
    background-color: var(--color-bg-03);
    color: #fff;
}

.theme-btn-s3 {
    padding: 13px 30px;
    -webkit-box-shadow: 0 5px 9px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 9px 1px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
    .theme-btn-s3 {
        font-size: 0.875rem;
        padding: 10px 25px;
    }
}

.theme-btn-s4 {
    padding: 13px 30px;
    -webkit-box-shadow: 0 5px 9px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 9px 1px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
    .theme-btn-s4 {
        font-size: 0.875rem;
        padding: 10px 25px;
    }
}

.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: var(--color-bg-02);
    -webkit-box-shadow: 0 0 5px 0 var(--color-bg-04);
    -moz-box-shadow: 0 0 5px 0 var(--color-bg-04);
    -o-box-shadow: 0 0 5px 0 var(--color-bg-04);
    -ms-box-shadow: 0 0 5px 0 var(--color-bg-04);
    box-shadow: 0 0 5px 0 var(--color-bg-04);
}

.form ::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #595959;
}

.form :-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #595959;
}

.form ::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #595959;
}

.form :-ms-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #595959;
}

.form select {
    font-style: italic;
    background: no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}

/******************************
	#page title
******************************/
.page-title {
    width: 100%;
    height: 300px;
    text-align: center;
    position: relative;
}

.page-title:before {
    content: "";
    background-color: var(--color-bg-05);
    opacity: .9;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.page-title .container {
    height: 100%;
    display: table;
}

.page-title .container > .row {
    vertical-align: middle;
    display: table-cell;
}

.page-title h2,
.page-title ol {
    color: var(--color-bg-06);
}

.page-title h2 {
    font-size: 2.5rem;
    margin-bottom: 0.30em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .page-title h2 {
        font-size: 2.1875rem;
    }
}

@media (max-width: 767px) {
    .page-title h2 {
        font-size: 1.875rem;
    }
}

.page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .page-title .breadcrumb {
        text-align: center;
    }
}

.page-title .breadcrumb li {
    font-size: 1rem;
    color: var(--color-bg-02);
    margin-left: 5px;
    position: relative;
}

@media (max-width: 767px) {
    .page-title .breadcrumb li {
        font-size: 0.875rem;
    }
}

.page-title .breadcrumb li a {
    color: var(--color-bg-06);
}

.page-title .breadcrumb li a:hover {
    color: var(--color-bg-02);
}

.page-title .breadcrumb > li + li {
    margin-right: 20px;
    padding-right: 15px;
}

.page-title .breadcrumb > li + li:before {
    content: "/";
    color: var(--color-bg-06);
    padding: 0;
    position: absolute;
    right: -8px;
    top: 2px;
}

.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
}

.preloader .lds-ripple {
    display: inline-block;
    position: relative;
    width: 74px;
    height: 74px;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 4px solid var(--color-bg-02);
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 33px;
        right: 33px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        right: -1px;
        width: 68px;
        height: 68px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 33px;
        right: 33px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        right: -1px;
        width: 68px;
        height: 68px;
        opacity: 0;
    }
}

/*--------------------------------
	service sidebar
-------------------------------*/
.service-sidebar {
    /*** all-services ***/
    /*** contact-widget ***/
    /*** project-info-widget ***/
}

@media screen and (min-width: 1200px) {
    .service-sidebar {
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .service-sidebar {
        margin-top: 80px;
        max-width: 300px;
    }
}

.service-sidebar > .widget + .widget {
    margin-top: 55px;
}

.service-sidebar .widget h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 1em;
    padding-bottom: 17px;
    text-transform: capitalize;
    position: relative;
}

@media (max-width: 767px) {
    .service-sidebar .widget h3 {
        font-size: 1.375rem;
    }
}

.service-sidebar .widget h3:after {
    content: "";
    background: url("../images/service-sidebar-widget-title-bg.png") center center/auto no-repeat local;
    width: 100px;
    height: 4px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-sidebar .all-services {
    background-color: #fff9f7;
    padding: 60px 30px;
}

@media (max-width: 767px) {
    .service-sidebar .all-services {
        padding: 40px 20px;
    }
}

.service-sidebar .all-services ul a {
    margin-top: 15px;
    padding-bottom: 15px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    color: #666;
}

.service-sidebar .all-services ul a:hover,
.service-sidebar .all-services ul li.current a {
    color: var(--color-bg-02);
}

.service-sidebar .all-services ul > li:last-child a {
    border: 0;
    padding: 0;
}

.service-sidebar .contact-widget {
    background: url("../images/service-sidebar-widget-contact-bg.jpg") center center/auto no-repeat local;
    padding: 60px 15px;
    text-align: center;
    position: relative;
}

.service-sidebar .contact-widget:before {
    content: "";
    background: rgba(251, 225, 215, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.service-sidebar .contact-widget > div {
    position: relative;
}

.service-sidebar .contact-widget h5 {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--color-bg-02);
    margin: 0;
}

@media (max-width: 767px) {
    .service-sidebar .contact-widget h5 {
        font-size: 1.125rem;
    }
}

.service-sidebar .contact-widget h4 {
    font-size: 2.1875rem;
    margin: 0.5em 0 0;
}

@media (max-width: 767px) {
    .service-sidebar .contact-widget h4 {
        font-size: 1.5625rem;
    }
}

.service-sidebar .project-info-widget {
    background-color: #fff9f7;
    padding: 60px 30px;
}

@media (max-width: 767px) {
    .service-sidebar .project-info-widget {
        padding: 40px 20px;
    }
}

.service-sidebar .project-info-widget ul li {
    line-height: 1.7em;
}

.service-sidebar .project-info-widget ul > li + li {
    margin-top: 15px;
}

.service-sidebar .project-info-widget ul li span {
    font-weight: 600;
    color: var(--color-bg-06);
}

/*****************************************
	blog sidebar
******************************************/
.blog-sidebar {
    /*** search-widget ***/
    /*** category-widget ***/
    /*** recent-post-widget ***/
    /*** tag-widget ***/
}

@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 60px;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .blog-sidebar {
        margin-top: 80px;
    }
}

.blog-sidebar .widget {
    /*background-color: #f8f8f8;*/
    padding: 45px 35px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .blog-sidebar .widget {
        padding: 35px 25px;
    }
}

.blog-sidebar .widget h3 {
    font-size: 1.5rem;
    margin: 0 0 1em;
    padding-left: 2.2em;
    position: relative;
    display: inline-block;
}

.blog-sidebar .widget h3:after {
    content: "";
    background-color: var(--color-bg-02);
    width: 35px;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.blog-sidebar .search-widget form div {
    position: relative;
}

.blog-sidebar .search-widget input {
    height: 50px;
    font-size: 1.0625rem;
    padding: 6px 20px 6px 50px;
    border: 1px solid #ececec;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-sidebar .search-widget form button {
    background: var(--color-bg-02);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.125rem;
    color: var(--color-bg-02);
    border: 0;
    border-radius: 5px 0 0 5px;
    outline: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-sidebar .search-widget form button i {
    color: #fff;
}

.blog-sidebar .category-widget ul a {
    color: #666;
    display: block;
    border-bottom: 1px solid var(--color-bg-08);
    padding: 15px 0;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
    color: var(--color-bg-02);
}

.blog-sidebar .category-widget ul li:last-child a {
    border: 0;
    padding-bottom: 0;
}

.blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.blog-sidebar .recent-post-widget .post .img-holder {
    width: 85px;
    float: right;
}

.blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 85px);
    float: right;
    padding: 6px 15px 0 0 !important;
    font-size: 10px;
}

.blog-sidebar .recent-post-widget .post h4 {
    font-size: .9rem;
    line-height: 1.6em;
    font-weight: normal;
    margin: -0.4em 0 0;
}
.blog-sidebar .recent-post-widget .post h5{
    font-size: .8rem;
    line-height: 1.6em;
    font-weight: normal;
    margin: 0;
}

@media (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
}

.blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #757575;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
    color: var(--color-bg-02);
}

.blog-sidebar .recent-post-widget .post h5 {
    display: inline-block;
    color: #757575;
}

.blog-sidebar .tag-widget {
    padding-bottom: 37px;
}

.blog-sidebar .tag-widget ul {
    overflow: hidden;
}

.blog-sidebar .tag-widget ul li {
    float: right;
    margin: 0 0 8px 8px;
}

.blog-sidebar .tag-widget ul li a {
    background: var(--color-bg-01);
    font-size: 0.875rem;
    display: inline-block;
    padding: 8px 12px;
    color: #333;
    border-radius: 3px;
}

.blog-sidebar .tag-widget ul li a:hover {
    background: var(--color-bg-02);
    color: #fff;
}

/**** pagination ****/
.pagination-wrapper {
    text-align: center;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: right;
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

.pagination-wrapper .pg-pagination li {
    float: right;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-left: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-left: 0;
}

.pagination-wrapper .pg-pagination li a {
    background-color: var(--color-bg-01);
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 1rem;
    color: #666;
    display: block;
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: var(--color-bg-02);
    color: #fff;
}

.pagination-wrapper .pg-pagination i {
    font-size: 0.9375rem;
}

.pagination-wrapper-left {
    text-align: right;
}

.pagination-wrapper-right {
    text-align: left;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-left: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: right;
    }
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}

.site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.site-header .navigation > .container {
    position: relative;
}

.site-header #navbar {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
    text-decoration: none;
    color: var(--color-bg-02) !important;
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }
    .site-header #navbar li {
        position: relative;
    }
    .site-header #navbar > ul > li > a {
        font-size: 1rem;
    }
    .site-header #navbar > ul .sub-menu {
        background-color: #fff;
        width: 220px;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }
    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #f2f2f2;
    }
    .site-header #navbar > ul > li .sub-menu a {
        font-size: 0.875rem;
        display: block;
        padding: 12px 15px;
        color: #666;
    }
    .site-header #navbar > ul > li > .sub-menu .sub-menu {
        right: 100%;
        top: 0;
    }
    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
        position: relative;
    }
    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 0.6875rem;
        position: absolute;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .site-header #navbar > ul > li:hover > .sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
    .site-header #navbar .sub-menu > li:hover > .sub-menu {
        right: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .site-header #navbar > ul > li a {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
    }
    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0;
    }
    .site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 45px 8px 15px;
    }
    .site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 65px 8px 15px;
    }
    .site-header #navbar > ul .menu-item-has-children > a {
        position: relative;
    }
    .site-header #navbar > ul .menu-item-has-children > a:before {
        font-family: "themify";
        content: "\e61a";
        font-size: 11px;
        font-size: 0.6875rem;
        position: absolute;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }
    .site-header #navbar .has-mega-menu {
        position: static;
    }
    .site-header #navbar .mega-menu,
    .site-header #navbar .half-mega-menu {
        background-color: #fff;
        padding: 20px;
        border-top: 2px solid var(--color-bg-02);
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .site-header #navbar .mega-menu {
        width: 1140px;
        left: 15px;
    }
    .site-header #navbar .half-mega-menu {
        width: 585px;
    }
    .site-header #navbar .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar .mega-menu-list-holder li a {
        font-size: 14px;
        font-size: 0.875rem;
        display: block;
        padding: 7px 8px;
        margin-right: -8px;
    }
    .site-header #navbar .has-mega-menu:hover > ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .site-header #navbar > ul .mega-menu {
        width: 950px;
        left: 15px;
    }
    .site-header #navbar > ul .half-mega-menu {
        width: 485px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar > ul .mega-menu,
    .site-header #navbar > ul .half-mega-menu {
        width: auto;
    }
    .site-header #navbar > ul .mega-menu .row,
    .site-header #navbar > ul .half-mega-menu .row {
        margin: 0;
    }
    .site-header #navbar .mega-menu-content > .row > .col {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 40px 5px 15px;
    }
    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 5px 4px 0;
        margin: 0 25px 8px 25px;
    }
}

@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
        display: none;
    }
    .site-header #navbar .close-navbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header {
        /* class for show hide navigation */
    }
    .site-header .container {
        width: 100%;
    }
    .site-header .navbar-header button {
        background-color: var(--color-bg-02);
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: absolute;
        left: 15px;
        top: 6px;
        z-index: 20;
        border-radius: 5px;
    }
    .site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }
    .site-header .navbar-header button span:last-child {
        margin: 0;
    }
    .site-header #navbar {
        background: #fff;
        display: block !important;
        width: 280px;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: fixed;
        left: -330px;
        top: 0;
        z-index: 100;
    }
    .site-header #navbar ul a {
        color: #000;
    }
    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
        color: var(--color-bg-02);
    }
    .site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }
    .site-header #navbar .close-navbar {
        background-color: #fff;
        width: 40px;
        height: 40px;
        color: #000;
        border: 0;
        outline: none;
        position: absolute;
        right: -41px;
        top: 90px;
        z-index: 20;
    }
    .site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }
    .site-header #navbar > ul > li {
        border-bottom: 1px solid #f2f2f2;
    }
    .site-header #navbar > ul > li > a {
        padding: 10px 35px 10px 15px;
    }
    .site-header .slideInn {
        left: 0 !important;
    }
}

@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }
    .site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse {
        display: none;
    }
    .site-header .navbar-collapse.collapse.in {
        display: block;
    }
    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
        display: block;
    }
    .site-header .navbar-header {
        float: none;
    }
    .site-header .navbar-right {
        float: none;
    }
    .site-header .navbar-nav {
        float: none;
    }
    .site-header .navbar-nav > li {
        float: none;
    }
}

@media (max-width: 991px) {
    .page-wrapper {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
}

/*--------------------------------------------------------------
	header-style-1
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
    .header-style-1, .header-style-2, .header-style-3 {
        width: 100%;
        padding-top: 37px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
        background-color: transparent;
    }
    .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar {
        text-align: center;
    }
    .header-style-1 #navbar .navbar-nav, .header-style-2 #navbar .navbar-nav, .header-style-3 #navbar .navbar-nav {
        float: none;
        display: inline-block;
        text-align: right;
    }
    .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
        font-weight: 500;
        color: var(--color-bg-06);
    }
    .header-style-1 .quote-btn, .header-style-2 .quote-btn, .header-style-3 .quote-btn {
        position: absolute;
        left: 15px;
        top: 3px;
    }
}

@media (max-width: 991px) {
    .header-style-1, .header-style-2, .header-style-3 {
        padding: 15px 0;
    }
    .header-style-1 .quote-btn, .header-style-2 .quote-btn, .header-style-3 .quote-btn {
        position: absolute;
        left: 68px;
        top: 3px;
    }
}

/*--------------------------------------------------------------
	header-style-2
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
    .header-style-2 #navbar {
        margin-left: 45px;
    }
}

@media (max-width: 991px) {
    .header-style-2 {
        border-bottom: 1px solid #fdf2ee;
    }
}

.header-style-2 .search-quote {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .header-style-2 .search-quote .quote {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-style-2 .search-quote {
        left: 55px;
    }
}

.header-style-2 .search-quote > div {
    float: right;
}

.header-style-2 .search-quote .open-btn {
    background: transparent;
    border: 0;
}

.header-style-2 .search-quote .open-btn i {
    font-size: 18px;
    font-size: 1.125rem;
    color: var(--color-bg-02);
}

/*--------------------------------------------------------------
	header-style-3
--------------------------------------------------------------*/
.header-style-3 {
    position: static;
    background: #fff;
    padding: 0;
}

@media (max-width: 991px) {
    .header-style-3 {
        padding: 15px 0;
    }
}

@media screen and (min-width: 992px) {
    .header-style-3 #navbar > ul > li > a {
        padding: 32px 15px;
    }
    .header-style-3 .quote-btn {
        top: 22px;
    }
    .header-style-3 .navbar-brand {
        margin-top: 18px;
    }
}

.header-search-form {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
}

.header-search-form form {
    width: 500px;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .header-search-form form {
        width: 300px;
    }
}

.header-search-form form input {
    height: 60px;
    font-size: 20px;
    padding: 15px 25px;
    border: 0;
    border-radius: 0;
}

@media (max-width: 767px) {
    .header-search-form form input {
        height: 45px;
        font-size: 17px;
    }
}

.header-search-form form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-search-form form .btn {
    background-color: var(--color-bg-02);
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.header-search-form form .btn:focus,
.header-search-form form .btn:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
    position: relative;
    height: 100vh;
    /** slider controls **/
    /** slider controls **/
    /*** hero slider animation ***/
}

@media (max-width: 767px) {
    .hero {
        min-height: 420px;
    }
}

.hero .slide {
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 767px) {
    .hero .slide {
        min-height: 420px;
    }
}

.hero .slide .slider-bg {
    display: none;
}

.hero .slide:focus {
    outline: none;
}

.hero .slide .container {
    height: 100%;
    display: table;
}

.hero .slide .row {
    display: table-cell;
    vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
    background-color: rgba(0, 0, 0, 0.3);
    width: 55px;
    height: 55px;
    z-index: 10;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 991px) {
    .hero .slick-prev,
    .hero .slick-next {
        display: none !important;
    }
}

.hero .slick-prev {
    right: 10px;
}

.hero .slick-prev:before {
    font-family: "themify";
    content: "\e628";
    opacity: 1;
}

.hero .slick-next {
    left: 10px;
}

.hero .slick-next:before {
    font-family: "themify";
    content: "\e629";
    opacity: 1;
}

.hero:hover .slick-prev {
    right: 25px;
}

.hero:hover .slick-next {
    left: 25px;
}

.hero .slick-dots {
    bottom: 30px;
}

@media screen and (min-width: 992px) {
    .hero .slick-dots {
        display: none !important;
    }
}

.hero .slick-dots li {
    margin: 0;
}

.hero .slick-dots button {
    background-color: var(--color-bg-02);
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
    display: none;
}

.hero .slide-caption > div {
    overflow: hidden;
}

.hero .slide-caption > div * {
    -webkit-animation: fadeOutRight 1.5s both;
    animation: fadeOutRight 1.5s both;
}

.hero .slide-caption > .slider-pic * {
    -webkit-animation: fadeOutLeft 1.5s both;
    animation: fadeOutLeft 1.5s both;
}

.hero .slide-caption > div.slide-title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption > div.slide-subtitle * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption > div.btns * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .hero-slider .slick-current .slide-caption > div * {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.hero .hero-slider .slick-current .slide-caption > .slider-pic * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-title * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero .hero-slider .slick-current .slide-caption > div.btns * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.hero .hero-slider .slick-current .slide-caption > div.slider-pic * {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

/*--------------------------------------------------------------
	hero-static-image
--------------------------------------------------------------*/
.hero-static-image {
    background: url("../images/slider/hero-shape-1.png") center center/cover no-repeat local;
    height: 800px;
}

@media (max-width: 1199px) {
    .hero-static-image {
        height: 800px;
    }
}

@media (max-width: 991px) {
    .hero-static-image {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-static-image {
        height: 450px;
    }
}

.hero-static-image .container {
    position: relative;
    height: 100%;
    display: table;
    padding: 0;
    z-index: 10;
}

.hero-static-image .row {
    display: table-cell;
    vertical-align: middle;
}

.hero-static-image h2 {
    font-size: 2.6rem;
    line-height: 1.3em;
    margin: 0 0 0.63em;
}

@media (max-width: 1199px) {
    .hero-static-image h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 991px) {
    .hero-static-image h2 {
        font-size: 2.1875rem;
    }
}

@media (max-width: 767px) {
    .hero-static-image h2 {
        font-size: 1.875rem;
    }
}

.hero-static-image h2 span {
    color: var(--color-bg-02);
}

.hero-static-image p {
    margin: 0 0 3em;
}

@media screen and (min-width: 1200px) {
    .hero-static-image p {
        padding-left: 35px;
    }
}

.hero-static-image .hero-image {
    background: url("../images/slider/hero-image-1.png") center center/100% no-repeat local;
    width: 600px;
    height: 600px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .hero-static-image .hero-image {
        width: 500px;
        height: 500px;
    }
}

@media (max-width: 991px) {
    .hero-static-image .hero-image {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 767px) {
    .hero-static-image .hero-image {
        display: none;
    }
}

/*--------------------------------------------------------------
	hero-style-2
--------------------------------------------------------------*/
.hero-style-2 {
    background: none;
    position: relative;
}

@media (max-width: 767px) {
    .hero-style-2 {
        border-bottom: 1px solid #fdf2ee;
    }
}

.hero-style-2:before {
    content: "";
    background: url("../images/slider/hero-shape-2.png") left top/100% 100% no-repeat local;
    width: 20%;
    height: 658px;
    position: absolute;
    left: 0;
    top: 100px;
}

@media (max-width: 1199px) {
    .hero-style-2:before {
        height: 458px;
    }
}

@media (max-width: 991px) {
    .hero-style-2:before {
        height: 40%;
    }
}

@media (max-width: 767px) {
    .hero-style-2:before {
        display: none;
    }
}

.hero-style-2:after {
    content: "";
    background: url("../images/slider/hero-shape-3.png") right top/100% 90% no-repeat local;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .hero-style-2:after {
        display: none;
    }
}

.hero-style-2 .hero-image {
    width: 600px;
    height: 470px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .hero-style-2 .hero-image {
        width: 500px;
        height: 392px;
    }
}

@media (max-width: 991px) {
    .hero-style-2 .hero-image {
        width: 300px;
        height: 235px;
    }
}

@media (max-width: 767px) {
    .hero-style-2 .hero-image {
        display: none;
    }
}

/*--------------------------------------------------------------
	hero-style-3
--------------------------------------------------------------*/
.hero-slider-s3 {
    background: #fff7f4;
    height: 700px;
    position: relative;
}

@media (max-width: 1199px) {
    .hero-slider-s3 {
        height: 750px;
    }
}

@media (max-width: 991px) {
    .hero-slider-s3 {
        height: 550px;
    }
}

@media (max-width: 767px) {
    .hero-slider-s3 {
        height: 450px;
    }
}

@media screen and (min-width: 992px) {
    .hero-slider-s3 .slide-caption {
        margin-top: 50px;
    }
}

.hero-slider-s3 .slide {
    height: 700px;
}

@media (max-width: 1199px) {
    .hero-slider-s3 .slide {
        height: 750px;
    }
}

@media (max-width: 991px) {
    .hero-slider-s3 .slide {
        height: 550px;
    }
}

@media (max-width: 767px) {
    .hero-slider-s3 .slide {
        height: 450px;
    }
}

.hero-slider-s3 .slide .row {
    position: relative;
}

.hero-slider-s3 h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.3em;
    margin: 0 0 0.63em;
}

@media (max-width: 1199px) {
    .hero-slider-s3 h2 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

@media (max-width: 991px) {
    .hero-slider-s3 h2 {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

@media (max-width: 767px) {
    .hero-slider-s3 h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.hero-slider-s3 h2 span {
    color: var(--color-bg-02);
}

.hero-slider-s3 p {
    margin: 0 0 3em;
}

@media screen and (min-width: 1200px) {
    .hero-slider-s3 p {
        padding-left: 35px;
    }
}

.hero-slider-s3 .slider-pic {
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .hero-slider-s3 .slider-pic {
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .hero-slider-s3 .slider-pic {
        display: none;
    }
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    background: url("../images/footer-shape.png") right bottom/100% no-repeat local;
    padding-top: 90px;
    /*** about-widget ***/
    /*** link-widget ***/
    /*** contact-widget ***/
    /*** newsletter-widget ***/
    /*** lower-footer ***/
}

.site-footer ul {
    list-style: none;
}

.site-footer p,
.site-footer li {
    color: #666;
}

.site-footer .upper-footer {
    padding: 0 0 60px;
}

@media (max-width: 991px) {
    .site-footer .upper-footer {
        padding: 0 0 20px;
    }
}

@media (max-width: 767px) {
    .site-footer .upper-footer {
        padding: 0 0 10px;
    }
}

@media (max-width: 991px) {
    .site-footer .upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .site-footer .upper-footer .col {
        min-height: auto;
        margin-bottom: 60px;
    }
}

.site-footer .widget-title {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .site-footer .widget-title {
        margin-bottom: 20px;
    }
}

.site-footer .widget-title h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
    padding-bottom: 0.4em;
    text-transform: capitalize;
    position: relative;
}

@media (max-width: 767px) {
    .site-footer .widget-title h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media screen and (min-width: 1200px) {
    .site-footer .about-widget {
        padding-left: 45px;
        position: relative;
    }
}

.site-footer .about-widget .logo {
    max-width: 180px;
}

.site-footer .about-widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em;
}

.site-footer .about-widget p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .site-footer .link-widget {
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .site-footer .link-widget {
        padding-right: 0;
    }
}

.site-footer .link-widget ul li {
    position: relative;
}

.site-footer .link-widget ul a {
    color: #666;
}

.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
    color: red;
}

.site-footer .link-widget ul > li + li {
    margin-top: 17px;
}

.site-footer .contact-widget li {
    line-height: 1.6em;
}

.site-footer .newsletter-widget form {
    margin-top: 25px;
    position: relative;
}

.site-footer .newsletter-widget form input {
    background-color: #fff;
    height: 50px;
    color: #666;
    padding: 6px 20px;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
}

.site-footer .newsletter-widget form .submit {
    position: absolute;
    left: 15px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-footer .newsletter-widget form .submit button {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 20px;
    color: var(--color-bg-02);
}

@media (max-width: 767px) {
    .site-footer .lower-footer {
        text-align: center;
    }
}

.site-footer .lower-footer .row {
    padding: 20px 0;
    position: relative;
}

.site-footer .lower-footer .row .separator {
    background: #fde2d8;
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    right: 15px;
    top: 0;
}

.site-footer .lower-footer .copyright {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    display: inline-block;
    float: right;
}

@media (max-width: 991px) {
    .site-footer .lower-footer .copyright {
        float: none;
        margin: 7px 0 20px;
    }
}

@media (max-width: 767px) {
    .site-footer .lower-footer .copyright {
        display: block;
        float: none;
    }
}

.site-footer .lower-footer .social-icons {
    display: inline-block;
    float: left;
}

@media (max-width: 767px) {
    .site-footer .lower-footer .social-icons {
        display: block;
        float: none;
    }
    .site-footer .lower-footer .social-icons ul {
        display: inline-block;
    }
}

.site-footer .lower-footer .social-icons ul {
    overflow: hidden;
}

.site-footer .lower-footer .social-icons ul li {
    float: right;
}

.site-footer .lower-footer .social-icons ul > li + li {
    margin-right: 15px;
}

.site-footer .lower-footer .social-icons ul a {
    color: #353535;
}

.site-footer .lower-footer .social-icons ul a:hover {
    color: var(--color-bg-02);
}

.sticky-header {
    width: 100%;
    position: fixed;
    right: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.sticky-on {
    opacity: 1;
    top: 0;
}

.site-header .sticky-header {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 19px 0 15px;
}

.header-style-3 .sticky-header {
    padding: 0;
}

/*--------------------------------------------------------------
#0.6	features-section
--------------------------------------------------------------*/
.features-section {
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .features-section {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .features-section {
        padding-bottom: 60px;
    }
}

.features-section .features-grid {
    margin: 0 -15px;
}

@media (max-width: 620px) {
    .features-section .features-grid {
        margin: 0 -7.5px;
    }
}

.features-section .grid {
    width: calc(33.33% - 30px);
    float: right;
    margin: 0 15px 30px;
    text-align: center;
    padding: 45px 40px;
    -webkit-box-shadow: 0px 8px 17px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 8px 17px 3px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .features-section .grid {
        width: calc(50% - 30px);
        padding: 35px 30px;
    }
}

@media (max-width: 620px) {
    .features-section .grid {
        width: calc(100% - 15px);
        float: none;
        margin: 0 7.5px 30px;
    }
}

.features-section .grid:hover {
    background-color: #fffaf8;
}

.features-section .grid:hover .shape:before {
    background: #fffaf8;
}

.features-section .shape {
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 81%, 50% 100%, 0 80%, 0% 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 81%, 50% 100%, 0 80%, 0% 25%);
    background: #fef1ec;
    width: 90px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    display: table;
}

@media (max-width: 991px) {
    .features-section .shape {
        width: 90px;
        height: 100px;
    }
}

.features-section .shape:before {
    content: "";
    width: 74px;
    height: 84px;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 81%, 50% 100%, 0 80%, 0% 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 81%, 50% 100%, 0 80%, 0% 25%);
    background: #fff;
    position: absolute;
    right: 8px;
    top: 8px;
}

@media (max-width: 991px) {
    .features-section .shape:before {
        width: 80px;
        height: 90px;
        right: 5px;
        top: 5px;
    }
}

.features-section .shape .fi {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.features-section .shape .fi:before {
    font-size: 45px;
    font-size: 2.8125rem;
    color: var(--color-bg-02);
}
.svgCustom{
    position: absolute;
    top: 30%;
    right: 30%;
    fill:  var(--color-bg-02)!important;
}
.alSvg:hover .svgCustom{
    fill: #fff!important;
}
.l-20{
    right: 22% !important;
}
.t-25{
    top: 25% !important;
}
.color-01{
    fill: #AD89DD!important;
}
.color-02{
    fill: #5DD9D5!important;
}
@media (max-width: 991px) {
    .features-section .shape .fi:before {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

.features-section h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 1.1em;
}

@media (max-width: 1199px) {
    .features-section h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.features-section p {
    margin-bottom: 1.5em;
}

@media (max-width: 1199px) {
    .features-section p {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.features-section .more {
    font-weight: 600;
    color: var(--color-bg-02);
}

/*--------------------------------------------------------------
#0.7	about-section
--------------------------------------------------------------*/
.about-section .content-area {
    overflow: hidden;
    position: relative;
}

.about-section .left-content {
    width: calc(50% - 150px);
    float: right;
}

@media (max-width: 1199px) {
    .about-section .left-content {
        width: calc(50% - 70px);
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .about-section .left-content {
        display: none;
    }
}

.about-section .right-content {
    width: calc(50% + 70px);
    float: left;
    padding: 170px 0;
}

@media (max-width: 1199px) {
    .about-section .right-content {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .about-section .right-content {
        width: 100%;
        float: none;
        padding: 0 0 100px;
    }
}

@media (max-width: 767px) {
    .about-section .right-content {
        padding: 0 0 80px;
    }
}

.about-section .about-content {
    width: 600px;
    margin-left: auto;
}

@media (max-width: 1199px) {
    .about-section .about-content {
        width: 525px;
    }
}

@media (max-width: 991px) {
    .about-section .about-content {
        width: 690px;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .about-section .about-content {
        width: 100%;
        padding: 0 15px;
    }
}

.about-section .about-content .details p {
    margin-bottom: 4em;
}

@media (max-width: 991px) {
    .about-section .about-content .details p {
        margin-bottom: 3em;
    }
}

/*--------------------------------------------------------------
#0.8	service-section
--------------------------------------------------------------*/
.service-section, .service-section-s2 {
    /*padding-top: 0;*/
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .service-section, .service-section-s2 {
        padding-bottom: 70px;
    }
}

.service-section .service-grids, .service-section-s2 .service-grids {
    margin: 0 -15px;
}
.customHover .grid , .customHover .boxes{
    position: relative;
    overflow: hidden;
}
.customHover .grid:before , .customHover .boxes:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    border-bottom: 1px solid var(--color-bg-02);
    border-left: 1px solid var(--color-bg-02);
    transition: all .3s ease-in-out;
}
.customHover .grid:after , .customHover .boxes:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    border-right: 1px solid var(--color-bg-02);
    border-top: 1px solid var(--color-bg-02);
    transition: all .3s ease-in-out;
}
.customHover .grid:hover:before , .customHover .grid:hover:after , .customHover .boxes:hover:before , .customHover .boxes:hover:after{
    opacity: 1;
    visibility: visible;
    width: 50%;
    height: 50%;
}
.customHover .grid .link-btn , .customHover .boxes .link-btn{
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 45px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    background-color: var(--color-bg-02);
    color: #fff;
    border-radius:0 50% 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.customHover .grid:hover .link-btn , .customHover .boxes:hover .link-btn{
    opacity: 1;
    visibility: visible;
    left: 0;
    bottom: 0;
}
@media (max-width: 600px) {
    .service-section .service-grids, .service-section-s2 .service-grids {
        margin: 0 -7.5px;
    }
}

.service-section .service-grids .grid, .service-section-s2 .service-grids .grid {
    width: calc(33.33% - 30px);
    float: right;
    margin: 0 15px 30px;
    text-align: center;
    padding: 40px 30px;
    -webkit-box-shadow: 0px 7px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 7px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
    .service-section .service-grids .grid, .service-section-s2 .service-grids .grid {
        width: calc(50% - 30px);
        padding: 35px 20px;
    }
}

@media (max-width: 600px) {
    .service-section .service-grids .grid, .service-section-s2 .service-grids .grid {
        width: calc(100% - 15px);
        margin: 0 7.5px 30px;
    }
}

.service-section .grid:hover .icon svg, .service-section-s2 .grid:hover .icon svg {
    fill: var(--color-bg-02);
}

.service-section .grid:hover .icon i:before, .service-section-s2 .grid:hover .icon i:before {
    color: #fff !important;
}

.service-section .icon, .service-section-s2 .icon {
    max-width: 125px;
    margin: auto;
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .service-section .icon, .service-section-s2 .icon {
        max-width: 100px;
    }
}

.service-section .icon svg, .service-section-s2 .icon svg {
    fill: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.05));
}

.service-section .icon i, .service-section-s2 .icon i {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.service-section .icon i:before, .service-section-s2 .icon i:before {
    font-size: 45px;
    font-size: 2.8125rem;
    color: var(--color-bg-02);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .service-section .icon i:before, .service-section-s2 .icon i:before {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

.service-section .grid h3, .service-section-s2 .grid h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 1em;
}

@media (max-width: 991px) {
    .service-section .grid h3, .service-section-s2 .grid h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.service-section .grid p, .service-section-s2 .grid p {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .service-section .grid p, .service-section-s2 .grid p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.service-section .service-grids > .grid:nth-child(2) .icon .fi:before, .service-section-s2 .service-grids > .grid:nth-child(2) .icon .fi:before {
    color: #ad89dd;
}

.service-section .service-grids > .grid:nth-child(2):hover .icon svg, .service-section-s2 .service-grids > .grid:nth-child(2):hover .icon svg {
    fill: #ad89dd;
}

.service-section .service-grids > .grid:nth-child(3) .icon .fi:before, .service-section-s2 .service-grids > .grid:nth-child(3) .icon .fi:before {
    color: var(--color-bg-02);
}

.service-section .service-grids > .grid:nth-child(3):hover .icon svg, .service-section-s2 .service-grids > .grid:nth-child(3):hover .icon svg {
    fill: var(--color-bg-02);
}

.service-section .service-grids > .grid:nth-child(4) .icon .fi:before, .service-section-s2 .service-grids > .grid:nth-child(4) .icon .fi:before {
    color: #5dd9d5;
}

.service-section .service-grids > .grid:nth-child(4):hover .icon svg, .service-section-s2 .service-grids > .grid:nth-child(4):hover .icon svg {
    fill: #5dd9d5;
}

.service-section .service-grids > .grid:nth-child(6) .icon .fi:before, .service-section-s2 .service-grids > .grid:nth-child(6) .icon .fi:before {
    color: #b08dde;
}

.service-section .service-grids > .grid:nth-child(6):hover .icon svg, .service-section-s2 .service-grids > .grid:nth-child(6):hover .icon svg {
    fill: #b08dde;
}

/*--------------------------------------------------------------
#0.9	fun-fact-section
--------------------------------------------------------------*/
.fun-fact-section, .fun-fact-section-s2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .fun-fact-section, .fun-fact-section-s2 {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .fun-fact-section, .fun-fact-section-s2 {
        padding-bottom: 60px;
    }
}

.fun-fact-section .fun-fact-grids, .fun-fact-section-s2 .fun-fact-grids {
    margin: 0 -15px;
}

@media (max-width: 991px) {
    .fun-fact-section .fun-fact-grids, .fun-fact-section-s2 .fun-fact-grids {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .fun-fact-section .fun-fact-grids, .fun-fact-section-s2 .fun-fact-grids {
        margin: 60px -7.5px 0;
    }
}

.fun-fact-section .fun-fact-grids .grid, .fun-fact-section-s2 .fun-fact-grids .grid {
    background-color: #fef9f7;
    width: calc(50% - 30px);
    float: right;
    padding: 50px 15px;
    text-align: center;
    margin: 0 15px 30px;
}

@media (max-width: 767px) {
    .fun-fact-section .fun-fact-grids .grid, .fun-fact-section-s2 .fun-fact-grids .grid {
        width: calc(50% - 15px);
        padding: 30px 15px;
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 450px) {
    .fun-fact-section .fun-fact-grids .grid, .fun-fact-section-s2 .fun-fact-grids .grid {
        width: calc(100% - 15px);
    }
}

.fun-fact-section .grid h3, .fun-fact-section-s2 .grid h3 {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 767px) {
    .fun-fact-section .grid h3, .fun-fact-section-s2 .grid h3 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.fun-fact-section .grid p, .fun-fact-section-s2 .grid p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0.5em 0 0;
}

.fun-fact-section .fun-fact-grids > .grid:first-child, .fun-fact-section-s2 .fun-fact-grids > .grid:first-child {
    border-radius: 0 50px 0 50px;
}

.fun-fact-section .fun-fact-grids > .grid:nth-child(2), .fun-fact-section-s2 .fun-fact-grids > .grid:nth-child(2) {
    background-color: #eefdfd;
    border-radius: 50px 0 50px 0;
}

.fun-fact-section .fun-fact-grids > .grid:nth-child(3), .fun-fact-section-s2 .fun-fact-grids > .grid:nth-child(3) {
    background-color: #f8f4fd;
    border-radius: 50px 0 50px 0;
}

.fun-fact-section .fun-fact-grids > .grid:nth-child(4), .fun-fact-section-s2 .fun-fact-grids > .grid:nth-child(4) {
    background-color: #fdf9ed;
    border-radius: 0 50px 0 50px;
}

/*--------------------------------------------------------------
#1.0	portfolio-section
--------------------------------------------------------------*/
.portfolio-section, .portfolio-section-s2 {
    padding-top: 0;
}

.portfolio-section .portfolio-grids .grid, .portfolio-section-s2 .portfolio-grids .grid {
    position: relative;
    -webkit-box-shadow: 0px 7px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 7px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}

.portfolio-section .grid:before, .portfolio-section-s2 .grid:before {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio-section .grid:hover:before, .portfolio-section-s2 .grid:hover:before {
    opacity: 1;
}

.portfolio-section .grid img, .portfolio-section-s2 .grid img {
    border-radius: 5px;
}

.portfolio-section .grid .details, .portfolio-section-s2 .grid .details {
    width: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.portfolio-section .grid:hover .details, .portfolio-section-s2 .grid:hover .details {
    visibility: visible;
    opacity: 1;
    top: 50%;
}

.portfolio-section .grid .details h3, .portfolio-section-s2 .grid .details h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 0.2em;
}

@media (max-width: 767px) {
    .portfolio-section .grid .details h3, .portfolio-section-s2 .grid .details h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media (max-width: 600px) {
    .portfolio-section .grid .details h3, .portfolio-section-s2 .grid .details h3 {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.portfolio-section .grid .details h3 a, .portfolio-section-s2 .grid .details h3 a {
    color: var(--color-bg-06);
}

.portfolio-section .details .cat, .portfolio-section-s2 .details .cat {
    color: var(--color-bg-02);
    margin: 0;
}

.portfolio-section .all-work, .portfolio-section-s2 .all-work {
    text-align: center;
    margin-top: 70px;
}

@media (max-width: 991px) {
    .portfolio-section .all-work, .portfolio-section-s2 .all-work {
        margin-top: 50px;
    }
}

/*--------------------------------------------------------------
#1.1	testimonials-section
--------------------------------------------------------------*/
@media (max-width: 991px) {
    .testimonials-section, .testimonials-section-s2 {
        padding-bottom: 100px;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .testimonials-section, .testimonials-section-s2 {
        padding-bottom: 60px;
    }
}

.testimonials-section .content-area, .testimonials-section-s2 .content-area {
    overflow: hidden;
    position: relative;
}

.testimonials-section .left-content, .testimonials-section-s2 .left-content {
    width: calc(50% + 90px);
    float: right;
}

@media (max-width: 991px) {
    .testimonials-section .left-content, .testimonials-section-s2 .left-content {
        width: 100%;
        float: none;
    }
}

.testimonials-section .right-content, .testimonials-section-s2 .right-content {
    background: url("../images/testimonials/shape.png") right top/100% 100% no-repeat local;
    width: calc(50% - 190px);
    float: left;
    position: relative;
    margin-top: -50px;
}

@media (max-width: 991px) {
    .testimonials-section .right-content, .testimonials-section-s2 .right-content {
        width: 100%;
        height: auto;
        float: none;
    }
}

.testimonials-section .right-content .shape, .testimonials-section-s2 .right-content .shape {
    position: absolute;
    left: 0;
    top: -100px;
    z-index: -1;
}

.testimonials-section .testimonials-content, .testimonials-section-s2 .testimonials-content {
    width: 650px;
    margin-right: auto;
}

@media (max-width: 1199px) {
    .testimonials-section .testimonials-content, .testimonials-section-s2 .testimonials-content {
        width: 565px;
    }
}

@media (max-width: 991px) {
    .testimonials-section .testimonials-content, .testimonials-section-s2 .testimonials-content {
        width: 100%;
        padding: 0 15px;
    }
}

.testimonials-section .bx-wrapper, .testimonials-section-s2 .bx-wrapper {
    background: transparent;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.testimonials-section .bx-viewport, .testimonials-section-s2 .bx-viewport {
    overflow: visible !important;
}

.testimonials-section .testimonials-grids .grid, .testimonials-section-s2 .testimonials-grids .grid {
    background-color: var(--color-bg-01);
    padding: 30px 0 30px 30px;
    position: relative;
    border-radius: 300px 0 0 300px;
}

.testimonials-section .testimonials-grids .grid:before, .testimonials-section-s2 .testimonials-grids .grid:before {
    content: "";
    background-color: var(--color-bg-01);
    width: 2000px;
    height: 100%;
    position: absolute;
    right: -2000px;
    top: 0;
}

.testimonials-section .testimonials-grids .grid:after, .testimonials-section-s2 .testimonials-grids .grid:after {
    content: "";
    background: url("../images/testimonials/quote.png") center center/auto no-repeat local;
    width: 36px;
    height: 29px;
    position: absolute;
    right: 0;
    top: -13px;
}

@media (max-width: 500px) {
    .testimonials-section .testimonials-grids .grid, .testimonials-section-s2 .testimonials-grids .grid {
        border-radius: 0;
    }
}

.testimonials-section .grid .quote, .testimonials-section-s2 .grid .quote {
    width: calc(100% - 185px);
    float: right;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .testimonials-section .grid .quote, .testimonials-section-s2 .grid .quote {
        width: calc(100% - 120px);
    }
}

@media (max-width: 500px) {
    .testimonials-section .grid .quote, .testimonials-section-s2 .grid .quote {
        width: 100%;
        float: none;
    }
}

.testimonials-section .grid .quote p, .testimonials-section-s2 .grid .quote p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
}

@media (max-width: 991px) {
    .testimonials-section .grid .quote p, .testimonials-section-s2 .grid .quote p {
        font-size: 16px;
        font-size: 1rem;
    }
}

.testimonials-section .grid .client-pic, .testimonials-section-s2 .grid .client-pic {
    width: 185px;
    float: left;
}

@media (max-width: 991px) {
    .testimonials-section .grid .client-pic, .testimonials-section-s2 .grid .client-pic {
        width: 120px;
    }
}

@media (max-width: 500px) {
    .testimonials-section .grid .client-pic, .testimonials-section-s2 .grid .client-pic {
        width: 100px;
        float: none;
        margin-top: 30px;
    }
}

.testimonials-section .grid .client-pic img, .testimonials-section-s2 .grid .client-pic img {
    border-radius: 50%;
}

.testimonials-section .grid .info h5, .testimonials-section-s2 .grid .info h5 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 1em 0 0.3em;
}

@media (max-width: 991px) {
    .testimonials-section .grid .info h5, .testimonials-section-s2 .grid .info h5 {
        font-size: 16px;
        font-size: 1rem;
    }
}

.testimonials-section .grid .info h5 + span, .testimonials-section-s2 .grid .info h5 + span {
    font-size: 14px;
    font-size: 0.875rem;
    color: var(--color-bg-02);
}

@media (max-width: 991px) {
    .testimonials-section .grid .info h5 + span, .testimonials-section-s2 .grid .info h5 + span {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

.testimonials-section #testimonials-slider-pager, .testimonials-section-s2 #testimonials-slider-pager {
    max-width: 450px;
    height: 480px;
    margin-top: 180px;
    position: relative;
}

@media (max-width: 991px) {
    .testimonials-section #testimonials-slider-pager, .testimonials-section-s2 #testimonials-slider-pager {
        width: 300px;
        margin-top: 80px;
        margin-right: auto;
        margin-left: auto;
        height: 180px;
    }
}

.testimonials-section #testimonials-slider-pager > a, .testimonials-section-s2 #testimonials-slider-pager > a {
    position: absolute;
}

@media (max-width: 991px) {
    .testimonials-section #testimonials-slider-pager > a, .testimonials-section-s2 #testimonials-slider-pager > a {
        position: static;
        display: inline-block;
        float: right;
    }
}

.testimonials-section #testimonials-slider-pager > a img, .testimonials-section-s2 #testimonials-slider-pager > a img {
    max-width: 125px;
    border: 6px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
    .testimonials-section #testimonials-slider-pager > a img, .testimonials-section-s2 #testimonials-slider-pager > a img {
        max-width: 90px !important;
    }
}

.testimonials-section #testimonials-slider-pager > a:first-child, .testimonials-section-s2 #testimonials-slider-pager > a:first-child {
    top: 150px;
    right: 15px;
}

.testimonials-section #testimonials-slider-pager > a:nth-child(2), .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(2) {
    right: 150px;
    top: 20px;
}

@media (max-width: 1199px) {
    .testimonials-section #testimonials-slider-pager > a:nth-child(2), .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(2) {
        right: 80px;
    }
}

.testimonials-section #testimonials-slider-pager > a:nth-child(2) img, .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(2) img {
    max-width: 100px;
}

.testimonials-section #testimonials-slider-pager > a:nth-child(3), .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(3) {
    right: 400px;
    top: 100px;
}

@media (max-width: 1199px) {
    .testimonials-section #testimonials-slider-pager > a:nth-child(3), .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(3) {
        right: 200px;
    }
}

.testimonials-section #testimonials-slider-pager > a:nth-child(3) img, .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(3) img {
    max-width: 80px;
}

.testimonials-section #testimonials-slider-pager > a:nth-child(4), .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(4) {
    right: 240px;
    top: 220px;
}

@media (max-width: 1199px) {
    .testimonials-section #testimonials-slider-pager > a:nth-child(4), .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(4) {
        right: 150px;
    }
}

.testimonials-section #testimonials-slider-pager > a:nth-child(4) img, .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(4) img {
    max-width: 100px;
}

.testimonials-section #testimonials-slider-pager > a:nth-child(5), .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(5) {
    right: 120px;
    top: 350px;
}

@media (max-width: 1199px) {
    .testimonials-section #testimonials-slider-pager > a:nth-child(5), .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(5) {
        right: 50px;
    }
}

.testimonials-section #testimonials-slider-pager > a:nth-child(5) img, .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(5) img {
    max-width: 100px;
}

.testimonials-section #testimonials-slider-pager > a:nth-child(6), .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(6) {
    right: 320px;
    top: 380px;
}

@media (max-width: 1199px) {
    .testimonials-section #testimonials-slider-pager > a:nth-child(6), .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(6) {
        right: 180px;
    }
}

.testimonials-section #testimonials-slider-pager > a:nth-child(6) img, .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(6) img {
    max-width: 80px;
}

.testimonials-section-s3 {
    padding-top: 130px;
}

/*--------------------------------------------------------------
#1.2	blog-section
--------------------------------------------------------------*/
.blog-section {
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .blog-section {
        padding-bottom: 70px;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .blog-section {
        padding-bottom: 60px;
        padding-top: 0;
    }
}

.blog-section .blog-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .blog-section .blog-grids {
        margin: 0 -7.5px;
    }
}

.blog-section .blog-grids .grid {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
    float: right;
}

@media (max-width: 1199px) {
    .blog-section .blog-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .blog-section .blog-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 600px) {
    .blog-section .blog-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

/*.blog-section .grid .details {*/
/*    height: 16rem;*/
/*}*/
.details {
    padding: 20px;
}
.clearfix .owl-item{
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.10);
}

@media (max-width: 1199px) {
    .blog-section .grid .details {
        padding: 30px 20px;
    }
}

.blog-section .grid .details h3 {
    font-size: 1rem;
    line-height: 1.4em;
    margin: 0 0 0.7em;
}
.blog-section .details h3{
    font-size: 1rem;
    line-height: 1.4em;
    margin: 0 0 0.7em;
}

@media (max-width: 1199px) {
    .blog-section .grid .details h3 {
        font-size: 1rem;
    }
}

.blog-section .grid .details h3 a , .service-slider .details h3 a {
    color: var(--color-bg-06);
}

.blog-section .grid .details h3 a:hover  , .service-slider .details h3 a:hover{
    color: var(--color-bg-02);
}

.blog-section .details p {
    font-size: 15px;
    font-size: 0.9375rem;
}

.blog-section .entry-meta {
    overflow: hidden;
    padding-top: 10px;
}

.blog-section .entry-meta > li {
    font-size: 14px;
    font-size: 0.875rem;
    float: right;
}

@media (max-width: 767px) {
    .blog-section .entry-meta > li {
        font-size: 13px;
        font-size: 0.8125rem;
    }
    .cta-text h3, .cta-text h4{
        width: 100%!important;
    }
}

.blog-section .entry-meta > li + li {
    margin-right: 15px;
    padding-right: 15px;
    /*padding-top: 9px;*/
    position: relative;
}

/*.blog-section .entry-meta > li + li:before {*/
/*    content: "|";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 9px;*/
/*}*/

.blog-section .entry-meta li a {
    color: var(--color-bg-02);
    white-space: nowrap;
}

/*--------------------------------------------------------------
#1.3	cta-section
--------------------------------------------------------------*/
/*.cta-section {*/
/*    padding-bottom: 60px;*/
/*}*/

@media (max-width: 1199px) {
    .cta-section {
        padding-bottom: 70px;
    }
}

@media (max-width: 991px) {
    .cta-section {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .cta-section {
        padding-bottom: 40px;
    }
}

.cta-section .cta-text {
    background-color: var(--color-bg-01);
    padding: 30px 60px;
    position: relative;
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .cta-section .cta-text {
        padding: 70px 40px;
    }
}

@media (max-width: 991px) {
    .cta-section .cta-text {
        text-align: center;
        padding: 50px 30px;
    }
}

@media (max-width: 767px) {
    .cta-section .cta-text {
        text-align: center;
        padding: 40px 20px;
    }
}

.cta-section .cta-text h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.4em;
    margin: 0;
}

@media (max-width: 1199px) {
    .cta-section .cta-text h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

@media (max-width: 991px) {
    .cta-section .cta-text h2 {
        font-size: 25px;
        font-size: 1.5625rem;
        margin: 0 0 1em;
    }
}

.cta-section .cta-text .theme-btn-s4 {
    position: absolute;
    left: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .cta-section .cta-text .theme-btn-s4 {
        left: 40px;
    }
}

@media (max-width: 991px) {
    .cta-section .cta-text .theme-btn-s4 {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }
}

/*--------------------------------------------------------------
	home style 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1	about-section-s2
--------------------------------------------------------------*/
.about-section-s2 .content-area {
    overflow: hidden;
    position: relative;
}

.about-section-s2 .right-content {
    width: calc(50% - 150px);
    float: left;
}

@media (max-width: 1199px) {
    .about-section-s2 .right-content {
        /*width: calc(50% - 70px);*/
        width: 100%;
        /*padding-top: 100px;*/
    }
}

@media (max-width: 991px) {
    .about-section-s2 .right-content {
        /*display: none;*/
    }
}

.about-section-s2 .left-content {
    width: calc(50% + 70px);
    float: right;
    padding: 120px 0;
}

@media (max-width: 1199px) {
    .about-section-s2 .left-content {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .about-section-s2 .left-content {
        width: 100%;
        float: none;
        padding: 0 0 100px;
    }
}

@media (max-width: 767px) {
    .about-section-s2 .left-content {
        padding: 0 0 80px;
    }
}

.about-section-s2 .about-content {
    width: 740px;
    margin-right: auto;
}

@media (max-width: 1199px) {
    .about-section-s2 .about-content {
        width: 525px;
    }
}

@media (max-width: 991px) {
    .about-section-s2 .about-content {
        width: 690px;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .about-section-s2 .about-content {
        width: 100%;
        padding: 0 15px;
    }
}

.about-section-s2 .about-content .details p {
    margin-bottom: 3em;
}

@media (max-width: 991px) {
    .about-section-s2 .about-content .details p {
        margin-bottom: 3em;
    }
}

/*--------------------------------------------------------------
#2.2	service-section-s2
--------------------------------------------------------------*/
.service-section-s2 .service-grids {
    margin: 0;
}

.service-section-s2 .service-grids .grid {
    width: auto;
    float: none;
    margin: 15px 0;
}

.service-section-s2 .owl-theme .owl-controls {
    margin-top: 55px;
}

.service-section-s2 .owl-dots {
    height: 10px;
}

.service-section-s2 .owl-dots .owl-dot {
    border: 1px solid transparent;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    margin-left: 10px;
}

.service-section-s2 .owl-dots .owl-dot span {
    background-color: var(--color-bg-02);
    width: 10px;
    height: 10px;
    margin: 3px auto;
}

.service-section-s2 .owl-dots .owl-dot.active {
    border: 1px solid var(--color-bg-02);
}

.service-section-s2 .owl-dots .owl-dot.active span,
.service-section-s2 .owl-dots .owl-dot:hover span {
    background-color: var(--color-bg-02);
}

/*--------------------------------------------------------------
#2.3	fun-fact-section-s2
--------------------------------------------------------------*/
.fun-fact-section-s2 .fun-fact-grids {
    margin: 0 -15px;
}

@media (max-width: 991px) {
    .fun-fact-section-s2 .fun-fact-grids {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .fun-fact-section-s2 .fun-fact-grids {
        margin: 40px -7.5px 0;
    }
}

.fun-fact-section-s2 .fun-fact-grids .grid {
    background-color: #fef9f7;
    width: calc(25% - 30px);
    float: right;
    padding: 50px 15px;
    text-align: center;
    margin: 0 15px 30px;
    border-radius: 50px 0 50px !important;
}

@media (max-width: 992px) {
    .fun-fact-section-s2 .fun-fact-grids .grid {
        width: calc(50% - 15px);
        padding: 30px 15px;
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 450px) {
    .fun-fact-section-s2 .fun-fact-grids .grid {
        width: calc(100% - 15px);
    }
}

/*--------------------------------------------------------------
#2.4	portfolio-section-s2
--------------------------------------------------------------*/
.portfolio-section-s2 .portfolio-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .portfolio-section-s2 .portfolio-grids {
        margin: 0 -7.5px;
    }
}

.portfolio-section-s2 .portfolio-grids .grid {
    width: calc(33.33% - 30px);
    float: right;
    margin: 0 15px 30px;
    padding: 10px;
}

@media (max-width: 991px) {
    .portfolio-section-s2 .portfolio-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .portfolio-section-s2 .portfolio-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 600px) {
    .portfolio-section-s2 .portfolio-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.portfolio-section-s2 .all-work {
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .portfolio-section-s2 .all-work {
        margin-top: 10px;
    }
}

/*--------------------------------------------------------------
#2.5	testimonials-section-s2
--------------------------------------------------------------*/
.testimonials-section-s2 .right-content {
    background: url("../images/testimonials/shape-2.png") right top/100% 100% no-repeat local;
    width: calc(50% - 100px);
    float: left;
    position: relative;
    margin-top: -50px;
}

@media (max-width: 991px) {
    .testimonials-section-s2 .right-content {
        background: none;
        width: 100%;
        height: auto;
        float: none;
    }
}

.testimonials-section-s2 .right-content .shape {
    position: absolute;
    left: 0;
    top: -100px;
    z-index: -1;
}

.testimonials-section-s2 #testimonials-slider-pager > a:first-child {
    top: 170px;
    right: 25px;
}

.testimonials-section-s2 #testimonials-slider-pager > a:nth-child(2) {
    right: 150px;
    top: 20px;
}

@media (max-width: 1199px) {
    .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(2) {
        right: 80px;
    }
}

.testimonials-section-s2 #testimonials-slider-pager > a:nth-child(2) img {
    max-width: 100px;
}

.testimonials-section-s2 #testimonials-slider-pager > a:nth-child(3) {
    right: 400px;
    top: 100px;
}

@media (max-width: 1199px) {
    .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(3) {
        right: 200px;
    }
}

.testimonials-section-s2 #testimonials-slider-pager > a:nth-child(3) img {
    max-width: 80px;
}

.testimonials-section-s2 #testimonials-slider-pager > a:nth-child(4) {
    right: 240px;
    top: 220px;
}

@media (max-width: 1199px) {
    .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(4) {
        right: 150px;
    }
}

.testimonials-section-s2 #testimonials-slider-pager > a:nth-child(4) img {
    max-width: 100px;
}

.testimonials-section-s2 #testimonials-slider-pager > a:nth-child(5) {
    right: 120px;
    top: 350px;
}

@media (max-width: 1199px) {
    .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(5) {
        right: 50px;
    }
}

.testimonials-section-s2 #testimonials-slider-pager > a:nth-child(5) img {
    max-width: 100px;
}

.testimonials-section-s2 #testimonials-slider-pager > a:nth-child(6) {
    right: 320px;
    top: 380px;
}

@media (max-width: 1199px) {
    .testimonials-section-s2 #testimonials-slider-pager > a:nth-child(6) {
        right: 180px;
    }
}

.testimonials-section-s2 #testimonials-slider-pager > a:nth-child(6) img {
    max-width: 80px;
}

/*--------------------------------------------------------------
#2.6	features-section-s2
--------------------------------------------------------------*/
/*.features-section-s2 {*/
/*    padding-top: 20px;*/
/*    padding-bottom: 40px;*/
/*}*/

@media (max-width: 991px) {
    .features-section-s2 {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .features-section-s2 {
        padding-bottom: 60px;
    }
}

.features-section-s2 .features-grid {
    margin: 0 -15px;
}

@media (max-width: 620px) {
    .features-section-s2 .features-grid {
        margin: 0 -7.5px;
    }
}

.features-section-s2 .grid {
    width: calc(33.33% - 30px);
    float: right;
    margin: 0 15px 30px;
    text-align: center;
    padding: 45px 40px;
    -webkit-box-shadow: 0px 8px 17px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 8px 17px 3px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
/*.blog-grids .grid{*/
/*    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.10);*/
/*    box-shadow: 0 0 25px rgba(0, 0, 0, 0.10);*/
/*}*/

@media (max-width: 991px) {
    .features-section-s2 .grid {
        width: calc(50% - 30px);
        padding: 35px 30px;
    }
}

@media (max-width: 620px) {
    .features-section-s2 .grid {
        width: calc(100% - 15px);
        float: none;
        margin: 0 7.5px 30px;
    }
}

.features-section-s2 .grid:hover {
    background-color: #fffaf8;
}

.features-section-s2 .grid:hover .shape:before {
    background: #fffaf8;
}

.features-section-s2 .shape {
    background: url("../images/poly-shape.png") center center/100% no-repeat local;
    width: 150px;
    height: 145px;
    margin: 0 auto 40px;
    position: relative;
    text-align: center;
    display: table;
}

.features-section-s2 .shape .fi {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.features-section-s2 .shape .fi:before {
    font-size: 40px;
    font-size: 2.5rem;
    color: var(--color-bg-02);
}

.features-section-s2 h3 {
    font-size: 1rem;
    margin: 0 0 1.1em;
}

@media (max-width: 1199px) {
    .features-section-s2 h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.features-section-s2 p {
    margin-bottom: 1.2em;
}

@media (max-width: 1199px) {
    .features-section-s2 p {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.features-section-s2 .more {
    font-weight: 600;
    color: var(--color-bg-02);
}

/*--------------------------------------------------------------
#2.7	pricing-section
--------------------------------------------------------------*/
.pricing-section {
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .pricing-section {
        padding-bottom: 75px;
    }
}

@media (max-width: 767px) {
    .pricing-section {
        padding-bottom: 65px;
    }
}

.pricing-section .pricing-grids {
    margin: 0 -15px;
}

.pricing-section .pricing-grids .grid {
    width: calc(33.33% - 30px);
    float: right;
    margin: 0 15px 0;
    text-align: center;
    padding: 0 45px 55px;
    border: 1px solid var(--color-bg-02);
    border-radius: 5px;
    -webkit-box-shadow: 0px 7px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 7px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .pricing-section .pricing-grids .grid {
        padding: 0 15px 55px;
    }
}

@media (max-width: 991px) {
    .pricing-section .pricing-grids .grid {
        width: calc(50% - 30px);
        margin: 0 15px 30px;
    }
}

@media (max-width: 650px) {
    .pricing-section .pricing-grids .grid {
        width: calc(100% - 30px);
        float: none;
    }
}

.pricing-section .grid .type {
    background-color: var(--color-bg-01);
    display: inline-block;
    padding: 12px 60px;
    border-radius: 0 0 15px 15px;
}

@media (max-width: 991px) {
    .pricing-section .grid .type {
        padding: 10px 40px;
    }
}

.pricing-section .grid .type h5 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .pricing-section .grid .type h5 {
        font-size: 16px;
        font-size: 1rem;
    }
}

.pricing-section .pricing-header {
    background: var(--color-bg-01);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 50px auto;
    display: table;
    -webkit-box-shadow: 0 0 0 15px #fdf3ef;
    box-shadow: 0 0 0 15px #fdf3ef;
}
.pricing-header > div > .price{
    font-size: 1.8rem!important;
    text-align: center!important;
}

@media (max-width: 991px) {
    .pricing-section .pricing-header {
        width: 140px;
        height: 140px;
    }
}

.pricing-section .pricing-header > div {
    display: table-cell;
    vertical-align: middle;
}

.pricing-section .pricing-header h3 {
    font-size: 50px;
    font-size: 3.125rem;
    margin: 0;
}

@media (max-width: 991px) {
    .pricing-section .pricing-header h3 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

.pricing-section .pricing-header p {
    font-size: 18px;
    font-size: 1.125rem;
    color: var(--color-bg-02);
    margin: 0;
}

@media (max-width: 991px) {
    .pricing-section .pricing-header p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.pricing-section .pricing-body ul {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .pricing-section .pricing-body ul {
        margin-bottom: 40px;
    }
}

@media (max-width: 1199px) {
    .pricing-section .pricing-body ul li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.pricing-section .pricing-body ul > li + li {
    margin-top: 12px;
}

.pricing-section .grid .get-started {
    display: block;
    padding: 13px 0;
    border: 1px solid var(--color-bg-02);
    border-radius: 5px;
    color: var(--color-bg-02);
    font-weight: 500;
}

@media (max-width: 1199px) {
    .pricing-section .grid .get-started {
        padding: 10px 0;
        margin: 0 25px;
    }
}

.pricing-section .grid .get-started:hover {
    background: var(--color-bg-02);
    color: #fff;
}

.pricing-section .pricing-grids > .grid:nth-child(2) {
    background-color: var(--color-bg-01);
}

@media screen and (min-width: 1200px) {
    .pricing-section .pricing-grids > .grid:nth-child(2) {
        position: relative;
        margin-top: -30px;
    }
}

.pricing-section .pricing-grids > .grid:nth-child(2) .type {
    background-color: var(--color-bg-06);
}

.pricing-section .pricing-grids > .grid:nth-child(2) .type h5 {
    color: #fff;
}

.pricing-section .pricing-grids > .grid:nth-child(2) .pricing-header {
    background: #fff;
    -webkit-box-shadow: 0 0 0 15px #fff3ef;
    box-shadow: 0 0 0 15px #fff3ef;
}

.pricing-section .pricing-grids > .grid:nth-child(2) .get-started:hover {
    background: var(--color-bg-02);
    color: #fff;
}

/*--------------------------------------------------------------
	about page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1	about-text-section
--------------------------------------------------------------*/
.about-text-section {
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .about-text-section {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .about-text-section {
        padding-bottom: 60px;
    }
}

.about-text-section .about-text p {
    margin-bottom: 1.5em;
}

.about-text-section .about-text ul {
    margin-top: 20px;
}

.about-text-section .about-text ul li {
    position: relative;
    padding-right: 20px;
}

.about-text-section .about-text ul li:before {
    content: "";
    background-color: var(--color-bg-02);
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
}

.about-text-section .about-text ul > li + li {
    margin-top: 13px;
}

@media (max-width: 991px) {
    .about-text-section .about-img {
        margin-top: 70px;
    }
}

/*--------------------------------------------------------------
#3.2	team-section
--------------------------------------------------------------*/
.team-section {
    padding-top: 0;
    padding-bottom: 135px;
}

@media (max-width: 991px) {
    .team-section {
        padding-bottom: 115px;
    }
}

@media (max-width: 767px) {
    .team-section {
        padding-bottom: 105px;
    }
}

.team-section .grid {
    margin-top: 10px;
    -webkit-box-shadow: 0px 8px 17px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 8px 17px 3px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.team-section .grid .details {
    background-color: #f8f8f8;
    padding: 25px 15px;
}

.team-section .details h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 0.3em;
}

@media (max-width: 991px) {
    .team-section .details h4 {
        font-size: 16px;
        font-size: 1rem;
    }
}

.team-section .details h4 + span {
    color: var(--color-bg-02);
}

@media (max-width: 991px) {
    .team-section .details h4 + span {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.team-section .owl-theme .owl-controls {
    margin-top: 45px;
}

.team-section .owl-dots {
    height: 10px;
}

.team-section .owl-dots .owl-dot {
    border: 1px solid transparent;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    margin-left: 10px;
}

.team-section .owl-dots .owl-dot span {
    background-color: var(--color-bg-02);
    width: 10px;
    height: 10px;
    margin: 3px auto;
}

.team-section .owl-dots .owl-dot.active {
    border: 1px solid var(--color-bg-02);
}

.team-section .owl-dots .owl-dot.active span,
.team-section .owl-dots .owl-dot:hover span {
    background-color: var(--color-bg-02);
}

.about-pg-testimonials-section {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .about-pg-testimonials-section {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .about-pg-testimonials-section {
        padding-bottom: 60px;
    }
}

.services-pg-section,
.portfolio-pg-section {
    padding-top: 120px;
}

@media (max-width: 991px) {
    .services-pg-section,
    .portfolio-pg-section {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .services-pg-section,
    .portfolio-pg-section {
        padding-top: 60px;
    }
}

.testimonials-pg-section {
    padding: 120px 0;
}

@media (max-width: 991px) {
    .testimonials-pg-section {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .testimonials-pg-section {
        padding: 60px 0;
    }
}

/*--------------------------------------------------------------
	service details page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	service-single-section
--------------------------------------------------------------*/
.service-single-section .service-content > .img-holder,
.service-single-section .project-content > .img-holder,
.project-single-section .service-content > .img-holder,
.project-single-section .project-content > .img-holder {
    margin-bottom: 45px;
}

.service-single-section h2,
.project-single-section h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 1em;
}

@media (max-width: 991px) {
    .service-single-section h2,
    .project-single-section h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .service-single-section h2,
    .project-single-section h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.service-single-section p,
.project-single-section p {
    margin-bottom: 1.2em;
}

.service-single-section .service-content > ul,
.service-single-section .project-content > ul,
.project-single-section .service-content > ul,
.project-single-section .project-content > ul {
    margin: 45px 0 65px;
}

.service-single-section .service-content > ul li,
.service-single-section .project-content > ul li,
.project-single-section .service-content > ul li,
.project-single-section .project-content > ul li {
    padding-right: 30px;
    position: relative;
}

.service-single-section .service-content > ul li:before,
.service-single-section .project-content > ul li:before,
.project-single-section .service-content > ul li:before,
.project-single-section .project-content > ul li:before {
    content: "";
    background: var(--color-bg-02);
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 4px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.service-single-section .service-content > ul > li + li,
.service-single-section .project-content > ul > li + li,
.project-single-section .service-content > ul > li + li,
.project-single-section .project-content > ul > li + li {
    margin-top: 13px;
}

.service-single-section .img-with-text .img-holder,
.project-single-section .img-with-text .img-holder {
    width: 50%;
    float: right;
    margin-left: 25px;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .service-single-section .img-with-text .img-holder,
    .project-single-section .img-with-text .img-holder {
        width: 100%;
        float: none;
        margin: 0 0 35px;
    }
}

.service-single-section .pagi,
.project-single-section .pagi {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .service-single-section .pagi,
    .project-single-section .pagi {
        padding-top: 30px;
    }
}

.service-single-section .pagi ul,
.project-single-section .pagi ul {
    overflow: hidden;
}

.service-single-section .pagi ul li,
.project-single-section .pagi ul li {
    width: 50%;
    float: right;
    text-align: center;
    border: 1px solid #d7d7d7;
}

.service-single-section .pagi ul > li:last-child,
.project-single-section .pagi ul > li:last-child {
    margin-right: -1px;
}

.service-single-section .pagi ul a,
.project-single-section .pagi ul a {
    display: block;
    padding: 15px;
    color: #666;
}

.service-single-section .pagi ul a:hover,
.project-single-section .pagi ul a:hover {
    background-color: #fdf4f1;
    color: var(--color-bg-02);
}

.service-single-section .project-content .pagi,
.project-single-section .project-content .pagi {
    padding-top: 0;
}

/*--------------------------------------------------------------
	contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1	contact-pg-contact-section
--------------------------------------------------------------*/
.contact-pg-contact-section .contact-details ul {
    margin-top: 50px;
}

.contact-pg-contact-section .contact-details ul li {
    position: relative;
    padding-right: 70px;
}

.contact-pg-contact-section .contact-details ul > li {
    margin-top: 20px;
}

.contact-pg-contact-section .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}

.contact-pg-contact-section .icon i {
    font-size: 20px;
    font-size: 1.25rem;
    color: var(--color-bg-02);
}

.contact-pg-contact-section .contact-details h5 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 0.3em;
}

.contact-pg-contact-section .contact-form {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .contact-pg-contact-section .contact-form {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .contact-pg-contact-section .contact-form {
        margin-top: 30px;
    }
}

.contact-pg-contact-section .contact-form input,
.contact-pg-contact-section .contact-form textarea {
    background: #fef6f3;
    width: 100%;
    height: 45px;
    border: 1px solid transparent;
    color: #666;
    border-radius: 5px;
    padding: 6px 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-pg-contact-section .contact-form input:focus,
.contact-pg-contact-section .contact-form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--color-bg-02);
}

.contact-pg-contact-section .contact-form form {
    margin: 0 -15px;
}

.contact-pg-contact-section .contact-form form ::-webkit-input-placeholder {
    font-style: normal;
    color: #666666;
}

.contact-pg-contact-section .contact-form form :-moz-placeholder {
    font-size: 16px;
    font-style: normal;
    color: #666666;
}

.contact-pg-contact-section .contact-form form ::-moz-placeholder {
    font-size: 16px;
    font-style: normal;
    color: #666666;
}

.contact-pg-contact-section .contact-form form :-ms-input-placeholder {
    font-size: 16px;
    font-style: normal;
    color: #666666;
}

.contact-pg-contact-section .contact-form form > div {
    width: calc(50% - 30px);
    float: right;
    margin: 0 15px 30px;
}

@media (max-width: 550px) {
    .contact-pg-contact-section .contact-form form > div {
        width: calc(100% - 30px);
        float: none;
    }
}

.contact-pg-contact-section .contact-form form > .submit-area {
    margin-bottom: 0;
}

.contact-pg-contact-section .contact-form form .comment-area {
    width: calc(100% - 30px);
    float: none;
}

.contact-pg-contact-section .contact-form form .comment-area textarea {
    height: 170px;
}

.contact-pg-contact-section .contact-form form .comment-area textarea:focus {
    border-color: var(--color-bg-02);
    outline: none;
}

.contact-pg-contact-section .theme-btn-s2, .contact-pg-contact-section .theme-btn-s4 {
    border: 0;
    outline: 0;
}

.contact-pg-contact-section .contact-map {
    height: 450px;
    margin-top: 75px;
}

@media (max-width: 991px) {
    .contact-pg-contact-section .contact-map {
        margin-top: 55px;
    }
}

@media (max-width: 767px) {
    .contact-pg-contact-section .contact-map {
        height: 350px;
        margin-top: 45px;
    }
}

.contact-pg-contact-section .contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

@media (max-width: 991px) {
    .contact-pg-contact-section .contact-form-area {
        margin-top: 80px;
    }
    .contact-pg-contact-section .contact-form-area .section-title-s3, .contact-pg-contact-section .contact-form-area .section-title-s4 {
        margin-bottom: 0;
    }
}

/*--------------------------------------------------------------
	blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1	blog-pg-section
--------------------------------------------------------------*/
.blog-pg-section {
    /*** format-video ***/
    /*** format-quote ***/
}

@media screen and (min-width: 1200px) {
    .blog-pg-section .blog-posts {
        padding-left: 40px;
    }
}

.blog-pg-section .blog-posts > .post {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .blog-pg-section .blog-posts > .post {
        margin-bottom: 70px;
    }
}

.blog-pg-section .post .details {
    /*background-color: #f8f8f8;*/
    padding: 35px 40px;
}

@media (max-width: 991px) {
    .blog-pg-section .post .details {
        padding: 35px 20px;
    }
}

.blog-pg-section .entry-meta {
    overflow: hidden;
    /*padding-bottom: 20px;*/
}

.blog-pg-section .entry-meta > li {
    font-size: 14px;
    font-size: 0.875rem;
    float: right;
}

@media (max-width: 767px) {
    .blog-pg-section .entry-meta > li {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

.blog-pg-section .entry-meta > li + li {
    margin-right: 15px;
    padding-right: 15px;
    padding-top: 3px;
    position: relative;
}

.blog-pg-section .entry-meta > li + li:before {
    content: "|";
    position: absolute;
    right: 0;
    top: 2px;
}

.blog-pg-section .entry-meta li a {
    color: var(--color-bg-02);
}

.blog-pg-section .entry-meta img {
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}

.blog-pg-section .details h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 0.8em;
}

@media (max-width: 991px) {
    .blog-pg-section .details h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    .blog-pg-section .details h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.blog-pg-section .details h3 a {
    color: var(--color-bg-06);
}

.blog-pg-section .details h3 a:hover {
    color: var(--color-bg-02);
}

.blog-pg-section .details p {
    margin-bottom: 1.5em;
}

.blog-pg-section .details .read-more {
    font-weight: 500;
    color: var(--color-bg-02);
    text-transform: uppercase;
    float: left;
}

.blog-pg-section .details .read-more:hover {
    color: var(--color-bg-03);
}

.blog-pg-section .format-video .video-holder {
    position: relative;
    text-align: center;
}

.blog-pg-section .format-video .video-holder:before {
    content: "";
    background-color: rgba(254, 108, 53, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-pg-section .format-video .video-holder:hover:before {
    background-color: rgba(254, 108, 53, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.blog-pg-section .format-video .video-holder a {
    width: 78px;
    height: 78px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-pg-section .format-video .video-holder i {
    font-size: 50px;
    font-size: 3.125rem;
    color: #fff;
    position: relative;
    top: 11px;
    right: 3px;
}

.blog-pg-section .format-quote .details {
    background-color: var(--color-bg-01);
    position: relative;
}

.blog-pg-section .format-quote .details:before {
    content: "";
    background: url("../images/blog/quote.png") center center/auto no-repeat local;
    width: 55px;
    height: 44px;
    position: absolute;
    left: 40px;
    top: 35px;
}

/*--------------------------------------------------------------
	blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.1	blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
    /*** tag-share ***/
    /*** author-box ***/
    /*** more-posts ***/
    /*** comments area ***/
    /*** comment-respond ***/
}

@media screen and (min-width: 1200px) {
    .blog-content {
        padding-left: 40px;
    }
}

.entry-meta {
    overflow: hidden;
    padding: 35px 0 20px;
}

.entry-meta > li {
    font-size: 14px;
    font-size: 0.875rem;
    float: right;
}

@media (max-width: 767px) {
    .entry-meta > li {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

.entry-meta > li + li {
    margin-right: 15px;
    padding-right: 15px;
    /*padding-top: 9px;*/
    position: relative;
}

.entry-meta > li + li:before {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
}

.entry-meta li a {
    color: var(--color-bg-02);
}

.entry-meta img {
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}

.post h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 0.5em;
}

@media (max-width: 991px) {
    .post h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .post h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.post p {
    margin-bottom: 1.5em;
}

.post h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5em;
    margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
    .post h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .post h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.post blockquote {
    background-color: #fef5f1;
    padding: 40px 55px;
    margin: 60px 0;
    border: 0;
    line-height: 1.9em;
    position: relative;
}

@media (max-width: 991px) {
    .post blockquote {
        padding: 30px 40px;
    }
}

@media (max-width: 767px) {
    .post blockquote {
        padding: 20px 30px;
    }
}

.post blockquote .quoter {
    display: block;
    margin-top: 15px;
}

.tag-share{
    margin: 30px 0;
}

@media screen and (min-width: 1200px) {
    .tag-share {
        -webkit-box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
        padding: 35px 25px;
    }
}

@media (max-width: 767px) {
    .tag-share {
        margin: 60px 0;
    }
}

.tag-share .tag {
    display: inline-block;
    float: right;
}

@media (max-width: 767px) {
    .tag-share .tag {
        float: none;
        display: block;
        margin-bottom: 25px;
    }
}

.tag-share .share {
    display: inline-block;
    float: left;
}

@media (max-width: 767px) {
    .tag-share .share{
        float: none;
        display: block;
    }
}

.tag-share ul {
    overflow: hidden;
}

.tag-share ul li{
    float: right;
}

.tag-share .tag ul > li + li,
.tag-share .share ul > li + li {
    margin-right: 10px;
}

.tag-share .tag a{
    background-color: #fef5f1;
    display: block;
    padding: 9px 18px;
    color: #666;
    border-radius: 50px;
}

.tag-share .tag a:hover {
    background-color: var(--color-bg-02);
    color: #fff;
}

.tag-share .share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    color: #666;
    border-radius: 50%;
    padding: 0;
    display: block;
    border: 1px solid #dadada;
}

.tag-share .share a:hover {
    background: var(--color-bg-02);
    color: #fff;
    border-color: var(--color-bg-02);
}

.author-box {
    padding: 45px 50px 35px;
    margin: 70px 0;
    border: 1px solid #e1e1e1;
}

@media (max-width: 991px) {
    .author-box {
        padding: 35px 40px;
    }
}

@media (max-width: 767px) {
    .author-box {
        padding: 25px;
    }
}

.author-box .author-avatar {
    float: right;
}

@media (max-width: 767px) {
    .author-box .author-avatar {
        float: none;
    }
}

.author-box .author-avatar img {
    border-radius: 50%;
}

.author-box .author-content {
    display: block;
    overflow: hidden;
    padding-right: 25px;
}

@media (max-width: 767px) {
    .author-box .author-content {
        padding: 0;
        margin: 15px 0 0 0;
    }
}

.author-box .author-content p {
    margin-bottom: 20px;
}

.author-box .author-name {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    color: var(--color-bg-06);
}

.author-box .social-link {
    display: inline-block;
}

.author-box .social-link li {
    float: right;
    margin-left: 15px;
}

.author-box .social-link a {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    color: var(--color-bg-06);
}

.author-box .social-link a:hover {
    color: var(--color-bg-02);
}

.more-posts {
    margin: 30px 0;
}

.more-posts .previous-post {
    display: inline-block;
    float: right;
}

.more-posts .next-post {
    display: inline-block;
    float: left;
}

.more-posts .previous-post a,
.more-posts .next-post a {
    background-color: var(--color-bg-01);
    font-weight: 500;
    color: #666;
    display: block;
    padding: 15px 40px;
    border-radius: 60px;
}

@media (max-width: 767px) {
    .more-posts .previous-post a,
    .more-posts .next-post a {
        padding: 12px 35px;
    }
}

.more-posts .previous-post a:hover,
.more-posts .next-post a:hover {
    background-color: var(--color-bg-02);
    color: #fff;
}

.comments-area {
    margin-top: 70px;
}

.comments-area li > div {
    /*background: #f8f8f8;*/
    padding: 30px;
    /*margin-bottom: 20px;*/
}

@media (max-width: 991px) {
    .comments-area li > div {
        padding: 30px 25px;
    }
}

.comments-area ol {
    list-style-type: none;
    padding-right: 0;
}

.comments-area ol ul {
    padding-right: 90px;
    padding-left: 30px;
    position: relative;
}
.comments-area ol ul:before{
    content: "";
    width: 1px;
    height: 140px;
    background: #ececec;;
    position: absolute;
    top: -80px;
    right: 59px;
}
.comments-area ol ul:after{
    content: "";
    width: 30px;
    height: 1px;
    background: #ececec;;
    position: absolute;
    top: 60px;
    right: 59px;
}

.comments-area ol > li:last-child div {
    border-bottom: 0;
}

.comments-area .comments-title {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .comments-area .comments-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.comments-area li > div {
    position: relative;
}

.comments-area .comment-theme {
    position: absolute;
    right: 35px;
}

@media (max-width: 767px) {
    .comments-area .comment-theme {
        position: static;
    }
}

.comments-area .comment-theme img {
    border-radius: 50%;
}

.comments-area .comment-main-area {
    padding-right: 100px;
}

@media (max-width: 767px) {
    .comments-area .comment-main-area {
        padding-right: 0;
        margin-top: 25px;
    }
}

.comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.comments-area .comments-meta h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1em;
}

.comments-area .comments-meta h4 span {
    font-weight: normal;
    text-transform: none;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    color: #666;
    margin-top: 8px;
}

.comments-area .comment-reply-link {
    background: #fea381;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 50px;
    display: inline-block;
}

.comments-area .comment-reply-link:hover {
    background-color: var(--color-bg-02);
}

.comment-respond {
    margin-top: 70px;
}

.comment-respond .comment-reply-title {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .comment-respond .comment-reply-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.comment-respond form input,
.comment-respond form textarea {
    /*background-color: #f8f8f8;*/
    width: 100%;
    height: 50px;
    /*border: 1px solid #f8f8f8;*/
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-respond form input:focus,
.comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--color-bg-02)!important;
}

@media (max-width: 991px) {
    .comment-respond form input,
    .comment-respond form textarea {
        height: 40px;
    }
}

.comment-respond form textarea {
    height: 220px;
    padding: 15px;
}

@media (max-width: 991px) {
    .comment-respond form textarea {
        height: 150px;
    }
}

.comment-respond .form-inputs {
    overflow: hidden;
}

.comment-respond .form-inputs > input:nth-child(2) {
    width: 49%;
    float: right;
}

@media (max-width: 767px) {
    .comment-respond .form-inputs > input:nth-child(2) {
        width: 100%;
        float: none;
    }
}

.comment-respond .form-inputs > input:nth-child(3) {
    width: 49%;
    float: left;
}

@media (max-width: 767px) {
    .comment-respond .form-inputs > input:nth-child(3) {
        width: 100%;
        float: none;
    }
}

.comment-respond .form-submit input {
    max-width: 180px;
    background-color: var(--color-bg-04);
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    border: 0;
    outline: 0;
}

.comment-respond .form-submit input:hover {
    background-color: var(--color-bg-02);
}

@media screen and (min-width: 1200px) {
    .blog-single-left-sidebar-section .blog-content {
        padding-left: 0;
        padding-right: 50px;
    }
}

@media screen and (min-width: 1200px) {
    .blog-single-fullwidth .blog-content {
        padding: 0;
    }
}

/*--------------------------------------------------------------
	404 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1	error-404-section
--------------------------------------------------------------*/
.error-404-section {
    text-align: center;
}

.error-404-section .error-message {
    margin-top: 70px;
    padding: 0 200px;
}

@media (max-width: 991px) {
    .error-404-section .error-message {
        margin-top: 50px;
        padding: 0 100px;
    }
}

@media (max-width: 767px) {
    .error-404-section .error-message {
        padding: 0;
    }
}

.error-404-section .error-message h3 {
    font-size: 1.25rem;
    margin: 0 0 0.8em;
}

.error-404-section .error-message p {
    margin-bottom: 1.8em;
}

/*# sourceMappingURL=style.css.map */

.custom-menu{
    display: flex!important;
    justify-content: center;
    direction: rtl;
}

@media(max-width: 991px) {
    .navbar-brand>img{
        display: unset!important;
        object-fit: cover;
        width: inherit;
    }
    .navbar-brand{
        line-height: 50px!important;
        float: unset!important;
    }
    .custom-menu{
        display: block!important;
        justify-content: unset;
    }
}
.imageService{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 20%;
    left: 25%
}
.flexBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.imageUser{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: .5rem;
}


.linkMoreCustom{
    background: var(--color-bg-01);
    font-size: 0.875rem;
    height: 3rem;
    line-height: 3rem;
    padding: 15px;
    color: var(--color-bg-02);
    display: flex;
    align-items: center;
    gap:.5rem;
    border-radius: 50px;
    margin-top: 1.5rem;
    white-space: nowrap;
}
.linkMoreCustom:hover{
    background: var(--color-bg-02);
    color: #fff;
}
.d-flex{
    display: flex!important;
}
.align-items-center{
    align-items: center!important;
}
.border-bottom-unset{
    border-bottom: unset!important;
}
.mb-0{
    margin-bottom: 0!important;
}
.position-relative{
    position: relative!important;
}
.bg-me{
    background:#cccccc40
}
.h-100{
    height: 100%!important;
}
.position-fixed{
    position: fixed!important;
}
.mt-label{
    margin-top: 0.75rem!important;
}
.border-comment{
    padding-bottom: 10px;
    margin-bottom: 1.5rem;
    border-radius: 5px;
    border: .5px solid #f4f4f4;
}
.btn-reply-comment{
    cursor: pointer;
}
/*.bg-light01{*/
/*    background-color: #fffaf3;*/
/*}*/
/*.bg-light02{*/
/*    background-color:  #fdf6ff*/
/*}*/
.width-50{
    width: 50%!important;
}
.width-50:first-child{
    margin-left: 1rem;
}
.comment-form input:not(input[type="submit"]) , .comment-form textarea{
    /*background-color: #fafafa;*/
    border: 1px solid rgba(204, 204, 204, 0.29);
}
.post .entry-media , .post .entry-media img , #btnSend , #comment{
    border-radius: 4px;
}
input.is-valid , textarea.is-valid{
    border-color: rgba(140, 232, 0, 0.85) !important;
}
input.is-invalid , textarea.is-invalid{
    border-color: rgba(232, 0, 81, 0.89) !important;
}
.h-15{
    height: 15rem
}
/*.bg-white{*/
/*    background-color: #f2f2f2!important;*/
/*}*/
.project-info-widget ul li span small{
    float: left;
}
/*p{*/
/*    text-align: justify!important;*/
/*}*/
.fs-1{
    font-size: 20px!important;
    line-height: 30px;
    text-align: justify;
    font-weight: 500;
}
.pagi{
    width: 50%;
    margin: auto;
}
.lb-prev , .lb-next{
    color: white;
}
.lb-prev:before{
    content: "\f053";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 5%;
    font-size: 30px;
}
.lb-next:before{
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 5%;
    font-size: 30px;
}
.slick-prev.slick-arrow , .slick-next.slick-arrow{
    direction: ltr!important;
}
[dir='rtl'] .slick-prev
{
    right: 0!important;
}
[dir='rtl'] .slick-next
{
    left: 0!important;
}
.slide-subtitle > p{
    width: 60%!important;
}
.imageBlog{
    width: 100%;
    height: 15rem;
    object-fit: cover;
}
.navbar-brand {
    width: 12rem;
    height:4rem;
}
.logo{
    width: 12rem;
}
.blog-section .owl-controls{
    display: none;
}
.entry-media img{
    width: 100%;
    height: 14.5rem;
    object-fit: cover;
    transition: all .3s ease-in-out;
}
.entry-media.singleBlog img{
    height: auto;
}
.industry-work .stickyposition-sw{
    position: sticky;
    top: 100px;
}
.industry-work .sw-tabs-links .nav{
    flex-direction: column;
}
.industry-work .sw-tabs-links .nav-tabs{
    border-bottom: 0;
}
.industry-work .sw-tabs-links .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border: 0 solid transparent;
    font-size: 18px;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    border-radius: 14px;
    background: #fff;
    color: #3e4d68;
    box-shadow: 0 10px 20px -5px rgb(0 0 0/10%);
}
.industry-work .sw-tabs-links .nav-tabs button {
    position: relative;
    display: flex;
    align-items: center;
}
.industry-work .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.industry-work .sw-tabs-links .nav-tabs .nav-link i {
    margin-left: 8px;
}
.industry-work .tab-content>.tab-pane {
    display: none;
}
.industry-work .tab-content>.tab-pane.active{
    display: block!important;
}
.industry-work .tab-pane.fade.show.active{
    opacity: 1!important;
}
.industry-work .sw-work-preview {
    display: flex;
    gap: 20px;
}
@media(max-width: 770px) {
    .industry-work .sw-work-preview {
        flex-wrap: wrap;
    }
}
.mt45 {
    margin-top: 20px;
}
.mb15 {
    margin-bottom: 15px;
}
.industry-work .sw-work-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.roundimg {
    overflow: hidden;
    border-radius: 14px;
}
.industry-work .sw-tabs-links .nav-tabs button:after {
    position: absolute;
    content: "\f054"!important;
    font-family: "font awesome 6 free"!important;
    font-weight: 900;
    left: 15px;
    text-align: center;
    font-size: 14px;
    background: rgb(255 255 255 / 20%);
    width: 20px;
    height: 20px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.industry-work .sw-tabs-links .nav-tabs .nav-link.active {
    background-color: var(--color-bg-02);
    color: #fff;
}
.industry-work .sw-tabs-links .nav-tabs .nav-link:hover {
    background-color: var(--color-bg-03);
    color: #fff;
}
.industry-work .nav-tabs>li {
    float: right;
    margin-bottom: -1px;
}
.industry-work .nav>li {
    position: relative;
    display: block;
    width: 100%;
    margin-top: .5rem;
}
.pb100 {
    padding-bottom: 100px;
}
.bg-efffect-1 {
    position: relative;
}
.bkbg3 {
    background: #f6f7ff;
}
a.btgs {
    color: #101f38;
    background: #fff;
    box-shadow: 0 10px 20px -5px rgb(0 0 0/10%);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 6px 14px;
    border-radius: 6px;
}
.dotinswbdr {
    position: relative;
}
.mt30 {
    margin-top: 30px;
}
.sw-card {
    border-radius: 14px;
}
.swbdr {
    border: 1px solid #dee2e6;
}
.cardicon-bg {
    margin: 10px 10px 0;
    overflow: hidden;
    border-radius: 7px;
}
.srvcc {
    padding: 15px;
    margin-top: 0;
}
.swbttitle {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    position: relative;
}
.blueketlist {
    padding-right: 20px;
}
.blueketlist.licircle li {
    list-style-type: circle;
}
.blueketlist li {
    padding: 0 5px 0 0;
}
.servicelist li a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.cardaclr a {
    color: #3e4d68;
}
.cardicon-bg img{
    width: 100%;
}
.section-title span{
    display: unset;
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.accordion-item {
    background-color: transparent;
    border: 0;
    position: relative;
}
.accordion-item {
    background-color: #fff;
    border-bottom: 1px dashed rgba(0, 0, 0, .125);
    border-radius: 15px;
}
.accordion-header {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
    outline: none;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.accordion-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 1.2rem 1rem;
    font-size: 14px;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button:after{
    content: "\f106";
    font-family: "font awesome 6 free";
    position: absolute;
    top: 30%;
    left: 1rem;
}
.accordion-button.collapsed:after{
    content: "\f107";
}

.accordion-body{
    padding:0 20px 20px 20px;
    font-size: 14px;
    text-align: justify;
}
.mb-5r{
    margin-bottom: 5rem;
}
.accordion-button:before{
    content: "\f058";
    font-family: "font awesome 6 free";
    font-weight: 900;
    margin-left: 12px;
}
.accordion-button:hover{
    color: var(--color-bg-02);
}
.pt-5r{
    margin-top: 5rem;
}
.py-3r{
    padding: 2rem 0;
}
.portfolio-grids .grid{
    border: 1px solid transparent;
}
.blog-grids.clearfix .grid ,
.portfolio-grids .grid:hover ,
.portfolio-grids .grid,
.service-grids.clearfix .grid ,
.features-grids.clearfix .grid ,
.service-slider.clearfix .boxes{
    border: 1px solid rgba(222, 226, 230, 0.61);
    border-radius: 5px;
}
.blog-grids.custom .grid{
    padding: 15px;
    border: 1px solid rgba(222, 226, 230, 0.61);
    border-radius: 5px;
}
/*.details{*/
/*    border: none!important;*/
/*}*/
.blog-grids.clearfix .grid .entry-media,
.service-slider.clearfix [dir="rtl"] .entry-media{
    padding: 15px;
}
.blog-grids.clearfix .grid .entry-media img{
    border-radius: 5px;
}
.flex-wrap{
    flex-wrap: wrap;
}
.servicelist.blueketlist.licircle.sw-hover-2 li{
    font-size: 15px;
    opacity: .8;
}
.color-gray {
    color: var(--phoenix-navbar-vertical-link-color);
}
.boxAttr{
    width: 4rem;
    height: 100%;
    position: absolute;
    left: 3px;
    top:10%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.flex-d{
    flex-direction: column;
}
.itemAttrCart{
    width: 2.5rem;
    height: 2.5rem;
    background: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .5px solid #e2e2e2;
}
.itemAttrCart a{
    width: 2.5rem;
    height: 2.5rem;
}
.overflow-hidden{
    overflow: hidden!important;
}
.text-orange{
    color: #ff5900 !important;
}
.fs--5 {
    font-size: 13px !important
}
.color-gray-light{
    color: #747474;
}
.entry-media{
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.entry-media:hover img{
    transform: scale(105%);
}
.border-bottom{
    border-bottom: 1.5px solid var(--color-bg-02);
}
.bg-none{
    background: none!important;
    border: none!important;
}
.service-grids .grid .icon img{
    width: 70px;
    height: 70px;
}
.sopno_policy_area{
    background-size: cover;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 100px 0;
    margin-top: 0;
}
.sopno_policy_area:before {
    content: "";
    background: var(--color-bg-07);
    opacity: .9;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.sopno_policy_area .sopno_policy_inner {
    padding: 0px 70px;
}
.sopno_policy_area .sopno_policy_inner h3 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    padding-top: 20px;
}
.sopno_policy_area .sopno_policy_inner h3 span {
    color: var(--color-bg-02);
}

.sopno_policy_area .sopno_policy_inner p {
    font-size: 17px;
    line-height: 28px;
    color: #e8e8e8;
    letter-spacing: .34px;
    padding: 20px 0px 40px 0px;
}
.main_btn {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: var(--color-bg-02);
    height: 48px;
    padding: 0px 30px;
    line-height: 46px;
    position: relative;
    z-index: 2;
    font-size: 14px;
    letter-spacing: .28px;
    text-align: center;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border-radius: 7px;
}
.main_btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0d2f5d;
    z-index: -1;
    left: 0px;
    top: 0px;
    display: block;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}
.imgSize{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.partner_area {
    background: var(--color-bg-08);
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.partner_slider .item img{
    padding-top: 20px;
}
.our_workers_area {
    padding: 30px 0;
}
.d_team_inner .workers_item {
    margin-bottom: 70px;
}
.d_team_inner {
    margin-bottom: -70px;
    overflow: hidden;
}
.workers_item {
    text-align: center;
}
.workers_item .workers_img {
    position: relative;
    z-index: 2;
    height: 182px;
    width: 182px;
    border-radius: 50%;
    margin: auto;
}

.workers_item .workers_img:before {
    content: "";
    background: rgba(69, 67, 208, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    height: 182px;
    width: 182px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}
.img-circle {
    border-radius: 50%;
}
.workers_item .workers_img ul {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}
.workers_item .workers_img ul li {
    display: inline-block;
    margin:0 8px;
}
.workers_item .workers_img ul li a {
    color: #fff;
    font-size: 20px;
}
.workers_item:hover .workers_img ul {
    opacity: 1;
}
.workers_item:hover .workers_img:before{
    opacity: 1;
}
.workers_item{
    direction: rtl!important;
    text-align: center;
}
.h-3{
    height: 3rem!important;
}
.entry-media.tow img{
    height: 100%;
}


.categories-wrapper {
    height: 100vh;
    display: grid;
    place-content: center;
}
.categories-wrapper .categories {
    width: 40vmax;
    font-size: 3.6vmax;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.categories-wrapper .categories p {
    cursor: pointer;
    font-weight: 400;
    color: #282229;
    mix-blend-mode: color-burn;
}
.customStGallery{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}
.cta-text h3 , .cta-text h4 {
    width: 80%;
}
.telSupport{
    font-size: 30px;
    padding-top: 30px;
    display: block;
}

.faq-box .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    background: #F8F7FF;
    margin-bottom: 20px;
}
.faq-box .card-header {
    padding: 0;
    border-bottom: 0;
    background: none;
    border-radius: 0;
}
.faq-box .card-header h5 a{
    font-weight: bold;
}
.faq-box .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px 50px 20px 50px;
}
.faq-box .btn-link {
    font-weight: bold;
    color: #0f1328;
    background-color: var(--color-bg-01);
    display: block;
    font-size: 16px;
    padding: 15px 70px;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    line-height: 28px;
}
.faq-box .btn-link.collapsed::before {
    content: "+";
}
.faq-box .btn-link::before {
    content: "-";
    line-height: 30px;
    position: absolute;
    left: 30px;
    top: 25px;
    font-size: 20px;
}

.questions-area {
    background-size: cover;
    background-position: center center;
}
.img-holder , .img-holder img{
    border-radius: 5px;
}
.imgCommentW{
    width: 3rem!important;
    height: 3rem;
    border-radius: 50%;
    margin: auto;
    border: 2px solid var(--color-bg-02);
}
.dir-rtl{
    direction: rtl!important;
}
.font-unset{
    font:  10px/1 FontAwesome!important;
}
.portfolioShape{
    width: 50px;
    height: 50px;
    border: 2px solid var(--color-bg-02);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: bolder;
    color: var(--color-bg-02);
}
.social-list{
    height: 2rem;
    display: flex;
    justify-content: right;
    align-items: center;
    background-color: black;
    padding: 0 50px;

}
.social-list a{
    color: white;

}
.social-list span{
    margin-right: .5rem;
    font-size: 12px;
}