/*
Theme Name: Iteck     
Theme URI: https://themeforest.net/
Author: ThemesCamp 
Author URI:  http://themeforest.net/user/themescamp/ 
Description: Iteck is a Modern Software and Technology HTML Theme for agencies to show their creative works.
Version: 1.0.1     
*/
/* -----------------------------------------------------------
TABLE OF CONTENTS:-                                                                                                      
--------------------------------------------------------------
* variable
	- text colors
	- background colors
	- border colors
* global
	- Typography
	- To top style
	- inner page style  
	- font family
* helper         
	- font-weight       
	- font-size 
	- line-height
	- text-transform  
	- letter-spacing 
	- Overlay Effect Bg image     
	- margin-top
	- margin-bottom 
	- padding-top
	- padding-bottom
	- the spacing
	- social-media-colors
* buttons
* section title
* blog Sections
* blog_page style
* portfolio_page style
* about Section
* download Section
* team Section
------------------------------------------------------------*/
/* ===============================================================
			[ * variable Section ] 
================================================================*/
/* --------------- variable --------------- */
:root {
    --color-main: #0066ff;
    --color-primary: #0066ff;
    --color-secondary: #02b5ff;
    --color-blue2: #4a00e1;
    --color-blue4: #5842bc;
    --color-blue5: #157efb;
    --color-blue6: #6640f4;
    --color-blue7: #8169f1;
    --color-lightBlue: #15f1ff;
    --color-darkBlue: #010049;
    --color-darkBlue2: #1f227d;
    --color-orange1: #ff7a41;
    --color-orange2: #f6c463;
    --color-orange3: #f9a41f;
    --color-red1: #cc2131;
    --color-red2: #ef1552;
    --color-green: #00c057;
    --color-yellowGreen: #cef54b;
    --color-gray: #eef4f8;
    --color-gray2: #f0eff5;
    --color-main-grad: linear-gradient(to right, #0c3df4 0%, #02b5ff 100%);
}

.color-main {
    color: var(--color-main) !important;
}

.border-main {
    border-color: var(--color-main) !important;
}

.bg-main {
    background: var(--color-main) !important;
    border-color: var(--color-main) !important;
}

.color-lightBlue {
    color: var(--color-lightBlue) !important;
}

.border-lightBlue {
    border-color: var(--color-lightBlue) !important;
}

.bg-lightBlue {
    background: var(--color-lightBlue) !important;
}

.color-darkBlue {
    color: var(--color-darkBlue) !important;
}

.border-darkBlue {
    border-color: var(--color-darkBlue) !important;
}

.bg-darkBlue {
    background: var(--color-darkBlue) !important;
}

.hover-darkBlue:hover {
    color: var(--color-darkBlue) !important;
}

.color-darkBlue2 {
    color: var(--color-darkBlue2) !important;
}

.border-darkBlue2 {
    border-color: var(--color-darkBlue2) !important;
}

.bg-darkBlue2 {
    background: var(--color-darkBlue2) !important;
}

.hover-darkBlue2:hover {
    color: var(--color-darkBlue2) !important;
}

.bg-gradient {
    background-image: var(--color-main-grad) !important;
}

.bg-gray {
    background: var(--color-gray) !important;
}

.bg-gray2 {
    background: var(--color-gray2) !important;
}

.color-blue2 {
    color: var(--color-blue2) !important;
}

.bg-blue2 {
    background: var(--color-blue2) !important;
}

.border-blue2 {
    border-color: var(--color-blue2) !important;
}

.color-blue4 {
    color: var(--color-blue4) !important;
}

.bg-blue4 {
    background: var(--color-blue4) !important;
}

.border-blue4 {
    border-color: var(--color-blue4) !important;
}

.color-blue5 {
    color: var(--color-blue5) !important;
}

.bg-blue5 {
    background: var(--color-blue5) !important;
}

.border-blue5 {
    border-color: var(--color-blue5) !important;
}

.color-blue6 {
    color: var(--color-blue6) !important;
}

.bg-blue6 {
    background: var(--color-blue6) !important;
}

.border-blue6 {
    border-color: var(--color-blue6) !important;
}

.color-blue7 {
    color: var(--color-blue7) !important;
}

.bg-blue7 {
    background: var(--color-blue7) !important;
}

.border-blue7 {
    border-color: var(--color-blue7) !important;
}

.hover-blue7 {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .hover-blue7:hover {
        background: var(--color-blue7) !important;
    }

.color-orange1 {
    color: var(--color-orange1) !important;
}

.bg-orange1 {
    background: var(--color-orange1) !important;
}

.border-orange1 {
    border-color: var(--color-orange1) !important;
}

.hover-orange1 {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .hover-orange1:hover {
        background: var(--color-orange1) !important;
    }

.color-orange2 {
    color: var(--color-orange2) !important;
}

.bg-orange2 {
    background: var(--color-orange2) !important;
}

.border-orange2 {
    border-color: var(--color-orange2) !important;
}

.hover-orange2 {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .hover-orange2:hover {
        background: var(--color-orange2) !important;
    }

.color-green {
    color: var(--color-green) !important;
}

.bg-green {
    background: var(--color-green) !important;
}

.border-green {
    border-color: var(--color-green) !important;
}

.hover-green {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .hover-green:hover {
        background: var(--color-green) !important;
    }

        .hover-green:hover * {
            color: #fff;
        }

.color-yellowGreen {
    color: var(--color-yellowGreen) !important;
}

.bg-yellowGreen {
    background: var(--color-yellowGreen) !important;
}

.border-yellowGreen {
    border-color: var(--color-yellowGreen) !important;
}

.hover-yellowGreen {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .hover-yellowGreen:hover {
        background: var(--color-yellowGreen) !important;
    }

        .hover-yellowGreen:hover * {
            color: #000;
        }

.color-orange3 {
    color: var(--color-orange3) !important;
}

.bg-orange3 {
    background: var(--color-orange3) !important;
}

.border-orange3 {
    border-color: var(--color-orange3) !important;
}

.hover-orange3 {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .hover-orange3:hover {
        background: var(--color-orange3) !important;
    }

        .hover-orange3:hover * {
            color: #fff;
        }

.color-red1 {
    color: var(--color-red1) !important;
}

.bg-red1 {
    background: var(--color-red1) !important;
}

.border-red1 {
    border-color: var(--color-red1) !important;
}

.hover-red1 {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .hover-red1:hover {
        background: var(--color-red1) !important;
    }

        .hover-red1:hover * {
            color: #fff;
        }

.color-red2 {
    color: var(--color-red2) !important;
}

.bg-red2 {
    background: var(--color-red2) !important;
}

.border-red2 {
    border-color: var(--color-red2) !important;
}

.hover-red2 {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .hover-red2:hover {
        background: var(--color-red2) !important;
    }

        .hover-red2:hover * {
            color: #fff;
        }

/* ===============================================================
			[ * global Section ] 
================================================================*/
/* --------------- global --------------- */
*,
* button:focus {
    outline: 0;
}

html::-webkit-scrollbar {
    height: 20px;
    width: 10px;
    background: #f1f1f1;
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
    background: #999;
    -webkit-border-radius: 0;
    border-radius: 10px;
}

html::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
}

body.style-6 {
    padding: 30px 30px 0;
}

.home-style-7 {
    color: #000;
}

    .home-style-7 a:hover {
        color: var(--color-blue7);
    }

    .home-style-7 #preloader:after,
    .home-style-7 #preloader:before {
        background: -webkit-gradient(linear, right top, left top, from(#501e9c), color-stop(30%, #8169f1), color-stop(30%, #8169f1), color-stop(73%, #a44cee), to(#ff847f));
        background: -webkit-linear-gradient(right, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
        background: -o-linear-gradient(right, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
        background: linear-gradient(to left, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
    }

.home-style-8 {
    color: #000;
}

    .home-style-8 a:hover {
        color: var(--color-main);
    }

.home-style-11 .btn2 * {
    text-transform: uppercase;
    font-weight: 400;
}

.home-style-12 {
    background-color: #15141a;
    color: #fff;
}

.home-style-13 a:hover {
    color: var(--color-orange3);
}

.home-style-15 {
    background-color: #0c0125;
    color: #fff;
}

    .home-style-15 a:hover {
        color: var(--color-red2);
    }

.container,
.container-fluid {
    position: relative;
    z-index: 5;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
}

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) {
    margin-right: -15px;
    margin-left: -15px;
}

    .row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) > * {
        padding-right: 15px;
        padding-left: 15px;
    }

h1,
h2,
h3,
h4 {
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

h5,
h6 {
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: 0;
}

body ul {
    list-style-type: none;
    margin: 0;
}

.btn2-default:active,
.btn2-default:active:focus,
.btn2-default:active:hover,
.btn2-default:focus,
.btn2-default:hover,
.btn2-primary:not(:disabled):not(.disabled):active:focus,
.btn2:not(:disabled):not(.disabled).active,
.btn2:not(:disabled):not(.disabled):active {
    -webkit-appearance: none;
}

.btn2:active,
.btn2:active:focus,
.btn2:active:hover,
.btn2:focus,
.btn2:hover,
.btn2:not(:disabled):not(.disabled).active,
.btn2:not(:disabled):not(.disabled):active {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    outline: 0;
}

a,
span,
img {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
    text-decoration: none !important;
}

ul {
    padding: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.bi {
    display: inline-block;
}

.text {
    font-size: 14px;
    line-height: 2;
}

.small, small {
    font-size: 13px;
    line-height: 1.7;
    display: inline-block;
}

    small.text {
        font-size: 12px;
    }

.text-gray {
    color: #666;
}

.bg-gray5 {
    background-color: #f3f7fe;
}

.section-padding {
    padding: 100px 0;
}

.swiper-pagination {
    width: 100%;
    bottom: 0;
}

.pagination_circle .swiper-pagination-bullet {
    margin: 0 20px;
    position: relative;
}

    .pagination_circle .swiper-pagination-bullet::before {
        position: absolute;
        content: "";
        left: -10px;
        top: -10px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: 1px solid transparent;
    }

    .pagination_circle .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
        border: 1px solid var(--color-lightBlue);
    }

.pagi_dark .swiper-pagination-bullet {
    background-color: #000;
}

.pagi_white .swiper-pagination-bullet {
    background-color: #fff;
}

.swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background: var(--color-main);
    border-radius: 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: var(--color-main);
    font-size: 15px;
    font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #fff;
}

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background: var(--color-main-grad);
    }

        .swiper-button-next:hover::after,
        .swiper-button-prev:hover::after {
            color: #fff;
        }

.slider-style-6 {
    position: relative;
}

    .slider-style-6 .swiper-pagination-bullet-active {
        background: var(--color-blue6);
    }

    .slider-style-6 .swiper-button-next,
    .slider-style-6 .swiper-button-prev {
        border-radius: 50%;
        width: 45px;
        height: 45px;
    }

        .slider-style-6 .swiper-button-next:hover,
        .slider-style-6 .swiper-button-prev:hover {
            background: var(--color-blue6);
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .slider-style-6 .swiper-button-next, .slider-style-6 .swiper-container-rtl .swiper-button-prev {
        right: -60px;
    }

    .slider-style-6 .swiper-button-prev, .slider-style-6 .swiper-container-rtl .swiper-button-next {
        left: -60px;
    }

/* --------------- dropdown --------------- */
.dropdown-toggle::after {
    position: relative;
    top: 3px;
    opacity: 0.8;
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 5 pro";
    border: 0;
    font-size: 80%;
}

.dropdown-menu {
    min-width: 170px;
    padding: 15px 0;
    border-radius: 15px;
    border: 0;
    -webkit-box-shadow: 0 0 20px #0001;
    box-shadow: 0 0 20px #0001;
    top: 100%;
}

    .dropdown-menu .dropdown-item {
        padding: 8px 20px;
        font-size: 12px;
    }

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-switch .form-check-input {
    margin: 0 15px !important;
    width: 2.5em !important;
    height: 1.3em;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

    .form-switch .form-check-input.color-lightBlue:checked {
        background: var(--color-lightBlue);
        border-color: var(--color-lightBlue);
        background-image: url(../img/icons/toggle_dot.svg);
    }

/* --------------- Start Preloader --------------- */
.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    pointer-events: none;
}

    .pace .pace-progress {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        max-width: 300px;
        position: fixed;
        z-index: 99999999999999;
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        height: 100%;
        width: 100%;
        background: #fff;
    }

    .pace.pace-inactive {
        width: 100vw;
        opacity: 0;
    }

        .pace.pace-inactive .pace-progress {
            max-width: 100vw;
        }

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
    pointer-events: none;
}

    #preloader:after,
    #preloader:before {
        content: "";
        position: fixed;
        left: 0;
        height: 50%;
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#0c3df4), to(#02b5ff));
        background: -webkit-linear-gradient(left, #0c3df4 0%, #02b5ff 100%);
        background: -o-linear-gradient(left, #0c3df4 0%, #02b5ff 100%);
        background: linear-gradient(to right, #0c3df4 0%, #02b5ff 100%);
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }

    #preloader:before {
        top: 0;
    }

    #preloader:after {
        bottom: 0;
    }

    #preloader.isdone {
        visibility: hidden;
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }

        #preloader.isdone:after,
        #preloader.isdone:before {
            height: 0;
            -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
            -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
            transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
            -webkit-transition-delay: 1s;
            -o-transition-delay: 1s;
            transition-delay: 1s;
        }

.loading {
    position: fixed;
    left: 50%;
    top: calc(50% - 40px);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 10px;
    z-index: 9999999999;
}

    .loading.isdone {
        top: 50%;
        opacity: 0;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .loading span {
        -webkit-animation: loading 1.4s infinite alternate;
        animation: loading 1.4s infinite alternate;
    }

        .loading span:nth-child(1) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .loading span:nth-child(2) {
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .loading span:nth-child(3) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .loading span:nth-child(4) {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

        .loading span:nth-child(5) {
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

        .loading span:nth-child(6) {
            -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
        }

        .loading span:nth-child(7) {
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

@-webkit-keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* --------------- End Preloader --------------- */
/* --------------- to_top button --------------- */
.to_top {
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: -50px;
    width: 35px;
    height: 35px;
    border-radius: 7px;
    background: var(--color-main-grad);
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 7px;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 5px 10px #0002;
    box-shadow: 0 5px 10px #0002;
}

    .to_top small {
        display: block;
        text-transform: uppercase;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        font-size: 8px;
    }

    .to_top i {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .to_top.show {
        right: 30px;
        opacity: 1;
    }

/* --------------- pagination style --------------- */
.pagination.style-5 a {
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    border: 1px solid #9993;
    border-radius: 8px;
    margin-right: 5px;
    font-size: 11px;
    color: #666;
}

    .pagination.style-5 a .text {
        padding: 3px 10px;
        font-size: 11px;
    }

.pagination.color-5 a:hover {
    color: var(--color-blue5) !important;
    border-color: var(--color-blue5);
}

.pagination.color-5 a.active {
    color: #fff;
    border-color: var(--color-blue5);
    background: var(--color-blue5);
}

.pagination.color-4 a:hover {
    color: var(--color-blue4) !important;
    border-color: var(--color-blue4);
}

.pagination.color-4 a.active {
    color: #fff;
    border-color: var(--color-blue4);
    background: var(--color-blue4);
}

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
*/
.rotate-center {
    -webkit-animation: rotate-center 100s linear infinite both;
    animation: rotate-center 100s linear infinite both;
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**
 * ----------------------------------------
 * animation slide_up_down
 * ----------------------------------------
*/
.slide_up_down {
    -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
    animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes slide_up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes slide_up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/**
 * ----------------------------------------
 * animation wave
 * ----------------------------------------
*/
.wave {
    -webkit-animation: wave 2s ease-in-out infinite alternate both;
    animation: wave 2s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes wave {
    0% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }

    100% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
}

@keyframes wave {
    0% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }

    100% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
}

/**
 * ----------------------------------------
 * animation scale_up_down
 * ----------------------------------------
*/
.scale_up_down {
    -webkit-animation: scale_up_down 1s ease-in-out infinite alternate both;
    animation: scale_up_down 1s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes scale_up_down {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale_up_down {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.left_to_right_apperance {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

    .left_to_right_apperance.animated {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

/* ===============================================================
			[ * buttons Section ] 
================================================================*/
/* --------------- helper classes --------------- */
/* --------------- radius classes --------------- */
.radius-1 {
    border-radius: 3px !important;
}

.radius-2 {
    border-radius: 5px !important;
}

.radius-3 {
    border-radius: 8px !important;
}

.radius-4 {
    border-radius: 10px !important;
}

.radius-5 {
    border-radius: 12px !important;
}

.radius-6 {
    border-radius: 15px !important;
}

.radius-7 {
    border-radius: 20px !important;
}

.radius-8 {
    border-radius: 25px !important;
}

.radius-9 {
    border-radius: 30px !important;
}

.radius-10 {
    border-radius: 50px !important;
}

/* --------------- margin classes --------------- */
.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.mb-200 {
    margin-bottom: 200px !important;
}

/* --------------- padding classes --------------- */
.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pt-200 {
    padding-top: 200px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pb-200 {
    padding-bottom: 200px !important;
}

/* --------------- opacity classes --------------- */
.op-1 {
    opacity: 0.1;
}

.op-2 {
    opacity: 0.2;
}

.op-3 {
    opacity: 0.3;
}

.op-4 {
    opacity: 0.4;
}

.op-5 {
    opacity: 0.5;
}

.op-6 {
    opacity: 0.6;
}

.op-7 {
    opacity: 0.7;
}

.op-8 {
    opacity: 0.8;
}

.op-9 {
    opacity: 0.9;
}

.op-10 {
    opacity: 1;
}

/* --------------- lineHeight classes --------------- */
.lh-1 {
    line-height: 1;
}

.lh-2 {
    line-height: 1.2;
}

.lh-3 {
    line-height: 1.4;
}

.lh-4 {
    line-height: 1.6;
}

.lh-5 {
    line-height: 1.8;
}

.lh-6 {
    line-height: 2;
}

.lh-7 {
    line-height: 2.5;
}

.lh-8 {
    line-height: 3;
}

/* --------------- border color classes --------------- */
.brd-light {
    border-color: #fff4 !important;
}

.brd-gray {
    border-color: #0002 !important;
}

.bg-black {
    background-color: #000 !important;
}

/* ---------------  color classes --------------- */
.color-000 {
    color: #000 !important;
}

.color-111 {
    color: #111 !important;
}

.color-222 {
    color: #222 !important;
}

.color-333 {
    color: #333 !important;
}

.color-444 {
    color: #444 !important;
}

.color-555 {
    color: #555 !important;
}

.color-666 {
    color: #666 !important;
}

.color-777 {
    color: #777 !important;
}

.color-888 {
    color: #888 !important;
}

.color-999 {
    color: #999 !important;
}

/* --------------- icons size --------------- */
.icon-10 {
    width: 10px;
    height: 10px;
}

.icon-15 {
    width: 15px;
    height: 15px;
}

.icon-20 {
    width: 20px;
    height: 20px;
}

.icon-25 {
    width: 25px;
    height: 25px;
}

.icon-30 {
    width: 30px;
    height: 30px;
}

.icon-35 {
    width: 35px;
    height: 35px;
}

.icon-40 {
    width: 40px;
    height: 40px;
}

.icon-45 {
    width: 45px;
    height: 45px;
}

.icon-50 {
    width: 50px;
    height: 50px;
}

.icon-55 {
    width: 55px;
    height: 55px;
}

.icon-60 {
    width: 60px;
    height: 60px;
}

.icon-65 {
    width: 65px;
    height: 65px;
}

.icon-70 {
    width: 70px;
    height: 70px;
}

.icon-75 {
    width: 75px;
    height: 75px;
}

.icon-80 {
    width: 80px;
    height: 80px;
}

/* --------------- img classes --------------- */
.img-cover {
    display: block;
}

    .img-cover img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.img-contain {
    display: block;
}

    .img-contain img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.imgrotate-scale-hover {
    overflow: hidden;
    display: block;
}

    .imgrotate-scale-hover img {
        -webkit-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
    }

    .imgrotate-scale-hover:hover img {
        -webkit-transform: rotate(-10deg) scale(1.2);
        -ms-transform: rotate(-10deg) scale(1.2);
        transform: rotate(-10deg) scale(1.2);
    }

/* --------------- letter spacing classes --------------- */
.ltspc-1 {
    letter-spacing: 1px;
}

.ltspc-2 {
    letter-spacing: 2px;
}

.ltspc-3 {
    letter-spacing: 3px;
}

.ltspc-4 {
    letter-spacing: 4px;
}

.ltspc-5 {
    letter-spacing: 5px;
}

.ltspc-8 {
    letter-spacing: 8px;
}

.ltspc-10 {
    letter-spacing: 10px;
}

.ltspc-12 {
    letter-spacing: 12px;
}

.ltspc-15 {
    letter-spacing: 15px;
}

.ltspc-17 {
    letter-spacing: 17px;
}

.ltspc-20 {
    letter-spacing: 20px;
}

.fs-10px {
    font-size: 10px !important;
}

.fs-12px {
    font-size: 12px !important;
}

.fs-14px {
    font-size: 14px !important;
}

/* ===============================================================
			[ * buttons Section ] 
================================================================*/
/* --------------- buttons styles --------------- */
.butn,
.btn2 {
    padding: 12px 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .butn span,
    .btn2 span {
        font-size: 14px;
        position: relative;
        z-index: 2;
        text-transform: capitalize;
    }

    .butn small,
    .btn2 small {
        font-size: 12px;
        position: relative;
        z-index: 2;
        text-transform: capitalize;
    }

    .butn.butn-gard::before,
    .btn2.butn-gard::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 150%;
        height: 100%;
        z-index: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0c3df4), color-stop(45%, #02b5ff), color-stop(#02b5ff), to(#0c3df4));
        background: -webkit-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
        background: -o-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
        background: linear-gradient(to right, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .butn.butn-gard:hover::before,
    .btn2.butn-gard:hover::before {
        left: -50%;
    }

    .butn.dark-butn,
    .btn2.dark-butn {
        background: #000;
    }

        .butn.dark-butn span,
        .butn.dark-butn small,
        .btn2.dark-butn span,
        .btn2.dark-butn small {
            color: #fff;
        }

    .butn.butn-blue6,
    .btn2.butn-blue6 {
        background: var(--color-blue6);
    }

        .butn.butn-blue6 span,
        .butn.butn-blue6 small,
        .btn2.butn-blue6 span,
        .btn2.butn-blue6 small {
            color: #fff;
        }

    .butn.blue5-3Dbutn,
    .btn2.blue5-3Dbutn {
        background: var(--color-blue5);
        -webkit-box-shadow: 0px 4px 0px 0px var(--color-blue4);
        box-shadow: 0px 4px 0px 0px var(--color-blue4);
        -webkit-filter: drop-shadow(0 13px 20px #07397235);
        filter: drop-shadow(0 13px 20px #07397235);
        font-size: 12px;
    }

        .butn.blue5-3Dbutn span,
        .butn.blue5-3Dbutn small,
        .btn2.blue5-3Dbutn span,
        .btn2.blue5-3Dbutn small {
            color: #fff;
        }

    .butn.sm-butn,
    .btn2.sm-butn {
        padding: 10px 25px;
    }

        .butn.sm-butn span,
        .btn2.sm-butn span {
            font-size: 12px;
        }

    .butn:hover,
    .btn2:hover {
        background: var(--color-main);
        border-color: transparent !important;
    }

        .butn:hover span,
        .btn2:hover span {
            color: #fff;
        }

    .butn.hover-darkBlue:hover,
    .btn2.hover-darkBlue:hover {
        background: var(--color-darkBlue);
        border-color: transparent !important;
    }

        .butn.hover-darkBlue:hover span,
        .butn.hover-darkBlue:hover small,
        .btn2.hover-darkBlue:hover span,
        .btn2.hover-darkBlue:hover small {
            color: #fff;
        }

    .butn.hover-blue2:hover,
    .btn2.hover-blue2:hover {
        background: var(--color-blue2);
        border-color: transparent !important;
    }

        .butn.hover-blue2:hover span,
        .butn.hover-blue2:hover small,
        .btn2.hover-blue2:hover span,
        .btn2.hover-blue2:hover small {
            color: #fff;
        }

    .butn.hover-blue4:hover,
    .btn2.hover-blue4:hover {
        background: var(--color-blue4);
        border-color: transparent !important;
    }

        .butn.hover-blue4:hover span,
        .butn.hover-blue4:hover small,
        .btn2.hover-blue4:hover span,
        .btn2.hover-blue4:hover small {
            color: #fff;
        }

    .butn.hover-blue5:hover,
    .btn2.hover-blue5:hover {
        background: var(--color-blue5) !important;
        border-color: transparent !important;
    }

        .butn.hover-blue5:hover span,
        .butn.hover-blue5:hover small,
        .btn2.hover-blue5:hover span,
        .btn2.hover-blue5:hover small {
            color: #fff;
        }

    .butn.hover-lightBlue:hover,
    .btn2.hover-lightBlue:hover {
        background: var(--color-lightBlue);
        border-color: transparent !important;
    }

        .butn.hover-lightBlue:hover span,
        .butn.hover-lightBlue:hover small,
        .btn2.hover-lightBlue:hover span,
        .btn2.hover-lightBlue:hover small {
            color: var(--color-darkBlue);
        }

    .butn.btn2-icon-circle,
    .btn2.btn2-icon-circle {
        position: relative;
        padding-right: 50px;
        text-transform: capitalize;
    }

        .butn.btn2-icon-circle i,
        .btn2.btn2-icon-circle i {
            position: absolute;
            right: -43px;
            bottom: -5px;
            width: 30px;
            height: 30px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #000;
            background-color: #fff;
            border-radius: 50%;
            font-size: 16px;
        }

        .butn.btn2-icon-circle:hover,
        .btn2.btn2-icon-circle:hover {
            -webkit-box-shadow: 0 5px 10px #0003;
            box-shadow: 0 5px 10px #0003;
        }

            .butn.btn2-icon-circle:hover i,
            .btn2.btn2-icon-circle:hover i {
                -webkit-animation: RL_smooth 1s ease-in-out infinite alternate both;
                animation: RL_smooth 1s ease-in-out infinite alternate both;
            }

    .butn.hover-shadow,
    .btn2.hover-shadow {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .butn.hover-shadow:hover,
        .btn2.hover-shadow:hover {
            -webkit-box-shadow: 0 5px 10px #0003;
            box-shadow: 0 5px 10px #0003;
        }

.scale_up_down {
    -webkit-animation: RL_smooth 1s ease-in-out infinite alternate both;
    animation: RL_smooth 1s ease-in-out infinite alternate both;
}

@-webkit-keyframes RL_smooth {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes RL_smooth {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* ===============================================================
			[ * section title ] 
================================================================*/
/* --------------- section head styles --------------- */
.section-head h6 {
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.section-head.style-3 {
    margin-bottom: 50px;
}

    .section-head.style-3 h3 {
        font-size: 27px;
        text-transform: capitalize;
    }

        .section-head.style-3 h3 span {
            font-weight: 400;
            color: var(--color-blue2);
            font-style: italic;
            position: relative;
        }

            .section-head.style-3 h3 span::after {
                position: absolute;
                content: "";
                background-image: url(../img/section_head/title_shap1.png);
                left: 0;
                bottom: -15px;
                width: calc(100% + 40px);
                height: 30px;
                background-size: contain;
                background-repeat: no-repeat;
            }

    .section-head.style-3.long-shape h3 span::after {
        background-image: url(../img/section_head/title_shap2.png);
        bottom: -15px;
    }

/* --------------- section style-4 --------------- */
.section-head.style-4 .title_small {
    font-size: 12px;
    padding: 5px 10px;
    background-color: #f7f4ff;
    border-radius: 5px;
    color: var(--color-blue4);
    margin-bottom: 20px;
}

.section-head.style-4 h2 {
    font-size: 40px;
    line-height: 1.3;
    color: #000;
}

    .section-head.style-4 h2 span {
        /*-webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: -webkit-gradient(linear, left top, right top, from(#501e9c), color-stop(30%, #8169f1), color-stop(30%, #8169f1), color-stop(73%, #a44cee), to(#ff847f));
        background-image: -webkit-linear-gradient(left, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
        background-image: -o-linear-gradient(left, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
        background-image: linear-gradient(to right, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);*/
        color: #FF6100;
    }

.section-head.style-4 h5 {
    font-size: 16px;
    font-weight: bold;
    color: #a44cee;
    display: inline-block;
    text-transform: capitalize;
    margin: 0 10px;
}

/* --------------- section style-5 --------------- */
.section-head.style-5 h2 {
    font-size: 45px;
}

    .section-head.style-5 h2 span {
        color: var(--color-blue5);
        position: relative;
        display: inline-block;
        padding: 0 5px;
        margin: 0 5px;
    }

        .section-head.style-5 h2 span::after {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            width: 100%;
            height: 40%;
            background: var(--color-blue5);
            opacity: 8%;
        }

.section-head.style-5 p {
    color: #666;
    font-size: 15px;
}

/* --------------- section style-6 --------------- */
.section-head.style-6 h2 {
    color: #000;
    font-size: 45px;
}

    .section-head.style-6 h2 span {
        position: relative;
        padding: 10px 20px;
    }

        .section-head.style-6 h2 span small {
            position: relative;
            z-index: 2;
            font-size: 45px;
            color: #fff;
        }

        .section-head.style-6 h2 span::before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background-image: url(../img/shap_style_6.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            z-index: 1;
        }

/* --------------- section style-8 --------------- */
.section-head.style-8 h6 {
    font-weight: normal;
    font-size: 14px;
    color: var(--color-main);
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-head.style-8 h3 {
    font-size: 40px;
    text-transform: capitalize;
}

/* --------------- section style-9 --------------- */
.section-head.style-9 h6 {
    letter-spacing: 0.5s;
    text-transform: uppercase;
    color: var(--color-darkBlue2);
    display: inline-block;
    position: relative;
    font-weight: bold;
    padding: 0 25px;
}

    .section-head.style-9 h6::after {
        position: absolute;
        content: "";
        right: 0;
        top: 4px;
        width: 9px;
        height: 9px;
        background-color: #6c41ff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .section-head.style-9 h6::before {
        position: absolute;
        content: "";
        left: 0;
        top: 4px;
        width: 9px;
        height: 9px;
        background-color: #6c41ff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.section-head.style-9 h2 {
    font-size: 40px;
    color: var(--color-darkBlue2);
    margin-bottom: 15px;
}

.section-head.style-9 p {
    font-size: 18px;
    color: #666666;
}

/* --------------- section style-12 --------------- */
.section-head.style-12 h6 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .section-head.style-12 h6 .icon {
        width: 25px;
    }

.section-head.style-12 h2 {
    font-weight: 600;
    font-size: 50px;
}

    .section-head.style-12 h2 span {
        color: transparent;
        -webkit-text-stroke: 1px var(--color-yellowGreen);
    }

/* --------------- section style-13 --------------- */
.section-head.style-13 h6 {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}

    .section-head.style-13 h6::before {
        position: absolute;
        content: "";
        left: calc(50% - 18px);
        top: calc(50% - 18px);
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: var(--color-orange3);
        z-index: -1;
        -webkit-animation: scale_up_down linear 1s infinite alternate;
        animation: scale_up_down linear 1s infinite alternate;
    }

.section-head.style-13 h2 {
    font-size: 40px;
}

.section-head.style-13.side-title h6 {
    padding-left: 20px;
}

    .section-head.style-13.side-title h6::before {
        left: 0;
    }

/* ===============================================================
			[ * blog Section ] 
================================================================*/
/* --------------- blog styles --------------- */
.blog.style-1 .content .blog_slider {
    position: relative;
}

    .blog.style-1 .content .blog_slider .swiper-button-next,
    .blog.style-1 .content .blog_slider .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .blog.style-1 .content .blog_slider .swiper-button-next,
    .blog.style-1 .content .blog_slider .swiper-container-rtl .swiper-button-prev {
        right: 120px;
        top: -63px;
    }

    .blog.style-1 .content .blog_slider .swiper-button-prev,
    .blog.style-1 .content .blog_slider .swiper-container-rtl .swiper-button-next {
        right: 160px;
        left: auto;
        top: -63px;
    }

.blog.style-1 .content .blog_box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

    .blog.style-1 .content .blog_box .img {
        height: 350px;
        position: relative;
    }

        .blog.style-1 .content .blog_box .img::after {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0.5;
            background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
            background-image: -webkit-linear-gradient(bottom, #000, transparent);
            background-image: -o-linear-gradient(bottom, #000, transparent);
            background-image: linear-gradient(to top, #000, transparent);
        }

        .blog.style-1 .content .blog_box .img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
        }

    .blog.style-1 .content .blog_box .tags {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 10;
    }

        .blog.style-1 .content .blog_box .tags a {
            font-size: 11px;
            padding: 3px 7px;
            border-radius: 4px;
            background: var(--color-main-grad);
            color: #fff;
            text-transform: uppercase;
        }

    .blog.style-1 .content .blog_box .info {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        z-index: 5;
    }

        .blog.style-1 .content .blog_box .info h6 {
            color: #fff;
            margin-bottom: 10px;
            border-bottom: 2px solid transparent;
            display: inline-block;
            line-height: 1.3;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .blog.style-1 .content .blog_box .info h6:hover a {
                color: var(--color-main);
            }

        .blog.style-1 .content .blog_box .info .auther {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .blog.style-1 .content .blog_box .info .auther span {
                padding: 0 10px;
                color: #fff;
                font-size: 12px;
            }

                .blog.style-1 .content .blog_box .info .auther span:first-of-type {
                    padding-left: 0;
                    border-right: 1px solid #9993;
                }

                .blog.style-1 .content .blog_box .info .auther span .auther-img {
                    width: 15px;
                    height: 15px;
                    border-radius: 50%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    margin-right: 3px;
                }

                .blog.style-1 .content .blog_box .info .auther span i {
                    font-size: 11px;
                    margin-right: 4px;
                }

        .blog.style-1 .content .blog_box .info .text {
            margin-top: 20px;
            font-size: 11px;
            color: #fff;
            display: none;
        }

    .blog.style-1 .content .blog_box:hover .img img {
        -webkit-transform: scale(1.3) rotate(-10deg);
        -ms-transform: scale(1.3) rotate(-10deg);
        transform: scale(1.3) rotate(-10deg);
    }

    .blog.style-1 .content .blog_box:hover .info h6 {
        border-color: #fff9;
    }

.blog.style-2 {
    background-image: url(../img/num_back.png);
    background-size: cover;
    position: relative;
}

    .blog.style-2 .card-img-top {
        height: 300px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 6px;
    }

.blog.style-3 {
    background-color: #f0eff5;
    position: relative;
}

    .blog.style-3 .v_lines {
        position: absolute;
        top: 100px;
        left: 50%;
        height: calc(100% - 340px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .blog.style-3 .card .img {
        height: 120px;
    }

    .blog.style-3 .card .card-body .date span {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .blog.style-3 .card .card-body .card-title {
        font-size: 18px;
        font-weight: bold;
        max-width: 85%;
        margin-top: 10px;
        min-height: 45px;
    }

    .blog.style-3 .card .card-body .small {
        font-size: 10px;
    }

    .blog.style-3 .client-logos .img img {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: 0.6;
    }

    .blog.style-3 .client-logos .img:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1;
    }

.blog.style-6 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .blog.style-6 .content .blog-card.style-6 {
        width: 30%;
        position: relative;
    }

        .blog.style-6 .content .blog-card.style-6.card-center::after {
            position: absolute;
            content: "";
            right: -28px;
            top: 0;
            width: 1px;
            height: 100%;
            background-color: #9994;
        }

        .blog.style-6 .content .blog-card.style-6.card-center::before {
            position: absolute;
            content: "";
            left: -28px;
            top: 0;
            width: 1px;
            height: 100%;
            background-color: #9994;
        }

.blog.style-6 a:hover {
    color: var(--color-blue6);
}

.blog-card.style-6 {
    position: relative;
    height: 100%;
}

    .blog-card.style-6 .img {
        height: 230px;
        border-radius: 20px;
        overflow: hidden;
    }

    .blog-card.style-6 .info {
        padding: 30px 0;
    }

        .blog-card.style-6 .info .blog-title {
            color: #000;
            font-size: 22px;
            margin: 10px 0 10px;
        }

        .blog-card.style-6 .info .text {
            color: #666;
            font-size: 13px;
        }

.blog.style-7 {
    position: relative;
    background-color: #f0eff5;
}

    .blog.style-7 .shap_color {
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
    }

.blog-card.style-7 .img {
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
}

.blog-card.style-7 .info .date-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .blog-card.style-7 .info .date-tags .tags a {
        font-size: 14px;
        text-transform: capitalize;
        padding: 4px 15px;
        border-radius: 30px;
        color: #fff;
        background: var(--color-blue7);
    }

    .blog-card.style-7 .info .date-tags .author,
    .blog-card.style-7 .info .date-tags .date {
        margin: 0 20px;
    }

.blog-card.style-7 .info h4.title {
    font-size: 22px;
    margin-top: 20px;
}

.blog.style-8 .main-post .img {
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

    .blog.style-8 .main-post .img .tags {
        position: absolute;
        z-index: 10;
        top: 30px;
        left: 30px;
    }

        .blog.style-8 .main-post .img .tags a {
            text-transform: uppercase;
            background-color: #fff;
            color: var(--color-main);
            padding: 5px 20px;
            border-radius: 30px;
        }

            .blog.style-8 .main-post .img .tags a:hover {
                background: var(--color-main);
                color: #fff;
            }

.blog.style-8 .main-post .info h4.title {
    margin-top: 15px;
    font-size: 22px;
}

.blog.style-8 .side-posts .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

    .blog.style-8 .side-posts .item:last-of-type {
        margin-bottom: 0;
    }

    .blog.style-8 .side-posts .item .img {
        width: 145px;
        height: 120px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        -webkit-margin-end: 25px;
        margin-inline-end: 25px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .blog.style-8 .side-posts .item .info h4.title {
        margin-top: 15px;
        font-size: 22px;
    }

.blog.style-10 .blog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .blog.style-10 .blog-card .img {
        width: 32%;
    }

        .blog.style-10 .blog-card .img img {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .blog.style-10 .blog-card .info {
        padding: 35px;
        background-color: #fff;
        width: 68%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

        .blog.style-10 .blog-card .info h5 {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .blog.style-10 .blog-card .info p {
            color: #777;
            font-size: 14px;
            margin-bottom: 30px;
        }

.blog.style-13 {
    background-color: #eaedf2;
}

    .blog.style-13 .blog-item {
        position: relative;
        margin-top: 30px;
    }

        .blog.style-13 .blog-item::before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 15px;
            background-color: #dbdfe5;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            z-index: -1;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .blog.style-13 .blog-item:hover::before {
            -webkit-transform: rotate(-5deg);
            -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
        }

        .blog.style-13 .blog-item .cont {
            padding: 30px;
            border-radius: 15px;
            background-color: #fff;
            position: relative;
            z-index: 10;
        }

            .blog.style-13 .blog-item .cont .tags {
                margin-bottom: 15px;
            }

                .blog.style-13 .blog-item .cont .tags a {
                    font-size: 12px;
                    padding: 5px 10px;
                    border-radius: 30px;
                    border: 1px solid #9992;
                    -webkit-margin-end: 10px;
                    margin-inline-end: 10px;
                    font-weight: bold;
                }

            .blog.style-13 .blog-item .cont h5 {
                font-size: 20px;
                font-weight: bold;
                margin-bottom: 50px;
            }

                .blog.style-13 .blog-item .cont h5 a:hover {
                    text-decoration: underline !important;
                    color: #000;
                }

.blog.style-14 .row .col-lg-4 .blog-item::after {
    position: absolute;
    content: "";
    right: -24px;
    top: 30px;
    width: 1px;
    height: calc(100% - 60px);
    background-color: #9992;
}

.blog.style-14 .row .col-lg-4:last-of-type .blog-item::after {
    display: none;
}

.blog.style-14 .blog-item {
    position: relative;
    margin-top: 30px;
}

    .blog.style-14 .blog-item .img {
        height: 200px;
        overflow: hidden;
        border-radius: 10px;
    }

    .blog.style-14 .blog-item .info {
        padding-top: 30px;
    }

        .blog.style-14 .blog-item .info h5 {
            font-weight: bold;
            font-size: 20px;
            padding-top: 10px;
        }

        .blog.style-14 .blog-item .info .more {
            text-transform: uppercase;
            padding-top: 25px;
        }

            .blog.style-14 .blog-item .info .more:hover {
                color: var(--color-red1);
                text-decoration: underline !important;
            }

.blog.style-15 {
    background-color: #080019;
}

    .blog.style-15 .main-card {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        background-color: #0c0125;
    }

        .blog.style-15 .main-card .img {
            height: 400px;
        }

        .blog.style-15 .main-card .info {
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 50px;
        }

            .blog.style-15 .main-card .info h4 {
                font-size: 20px;
                font-weight: bold;
                margin-bottom: 25px;
            }

            .blog.style-15 .main-card .info p {
                color: #9485b6;
                font-size: 13px;
            }

            .blog.style-15 .main-card .info .author {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .blog.style-15 .main-card .info .author .inf p {
                    color: #9485b6;
                }

                .blog.style-15 .main-card .info .author .inf h6 {
                    font-size: 18px;
                    font-weight: bold;
                    color: #fff;
                }

        .blog.style-15 .main-card .center_icon {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 50px;
            height: 50px;
            padding: 13px;
            background: var(--color-red2);
            border-radius: 50%;
        }

    .blog.style-15 .sub-card {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        background-color: #0c0125;
    }

        .blog.style-15 .sub-card .img {
            height: 210px;
            position: relative;
        }

            .blog.style-15 .sub-card .img .center_icon {
                position: absolute;
                bottom: 0;
                left: 50%;
                -webkit-transform: translate(-50%, 50%);
                -ms-transform: translate(-50%, 50%);
                transform: translate(-50%, 50%);
                width: 50px;
                height: 50px;
                padding: 13px;
                background: var(--color-red2);
                border-radius: 50%;
            }

        .blog.style-15 .sub-card .info {
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 65px 40px 30px 40px;
        }

            .blog.style-15 .sub-card .info h4 {
                font-size: 20px;
                font-weight: bold;
            }



/* ===============================================================
			[ * blog page Style ] 
================================================================*/
/* --------------- blog-page style-1 --------------- */
.blog-page.style-5 .blog-details-slider {
    position: relative;
    overflow: hidden;
}

    .blog-page.style-5 .blog-details-slider .content-card .img {
        position: relative;
        border-radius: 30px;
        overflow: hidden;
    }

        .blog-page.style-5 .blog-details-slider .content-card .img.overlay::after {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-image: -webkit-gradient(linear, left bottom, left top, from(#000000e1), color-stop(#0005), to(transparent));
            background-image: -webkit-linear-gradient(bottom, #000000e1, #0005, transparent);
            background-image: -o-linear-gradient(bottom, #000000e1, #0005, transparent);
            background-image: linear-gradient(to top, #000000e1, #0005, transparent);
        }

        .blog-page.style-5 .blog-details-slider .content-card .img img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 500px;
        }

    .blog-page.style-5 .blog-details-slider .content-card .info {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 4vw;
        color: #fff;
    }

        .blog-page.style-5 .blog-details-slider .content-card .info .date {
            opacity: 0;
            -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
            transform: translateY(30px);
            -webkit-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

        .blog-page.style-5 .blog-details-slider .content-card .info .title {
            opacity: 0;
            -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
            transform: translateY(30px);
            -webkit-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
            -webkit-transition-delay: 0.1s;
            -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .blog-page.style-5 .blog-details-slider .content-card .info .text-info {
            opacity: 0;
            -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
            transform: translateY(30px);
            -webkit-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
            -webkit-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

    .blog-page.style-5 .blog-details-slider .content-card a:hover {
        color: var(--color-blue5);
    }

    .blog-page.style-5 .blog-details-slider .swiper-slide-active .content-card .info small, .blog-page.style-5 .blog-details-slider .swiper-slide-active .content-card .info h2, .blog-page.style-5 .blog-details-slider .swiper-slide-active .content-card .info p {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .blog-page.style-5 .blog-details-slider .swiper-pagination {
        width: 100%;
        bottom: 0;
        text-align: right;
        padding: 30px 4vw;
    }

        .blog-page.style-5 .blog-details-slider .swiper-pagination .swiper-pagination-bullet {
            background-color: #fff;
            opacity: 1;
        }

            .blog-page.style-5 .blog-details-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: var(--color-blue5);
            }

    .blog-page.style-5 .blog-details-slider .swiper-button-next, .blog-page.style-5 .blog-details-slider .swiper-button-prev {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 15px;
        width: 50px;
        height: 50px;
    }

        .blog-page.style-5 .blog-details-slider .swiper-button-next::after, .blog-page.style-5 .blog-details-slider .swiper-button-prev::after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .blog-page.style-5 .blog-details-slider .swiper-button-next, .blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-prev {
        right: -35px;
    }

        .blog-page.style-5 .blog-details-slider .swiper-button-next::after, .blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-prev::after {
            font-size: 14px;
            margin-right: 20px;
            margin-top: 23px;
        }

    .blog-page.style-5 .blog-details-slider .swiper-button-prev, .blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-next {
        left: -35px;
    }

        .blog-page.style-5 .blog-details-slider .swiper-button-prev::after, .blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-next::after {
            font-size: 14px;
            margin-left: 25px;
            margin-bottom: 22px;
        }

.blog-page.style-5 .popular-posts .post-sc-title {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 20px;
}

.blog-page.style-5 .popular-posts .card {
    padding: 0 15px;
}

    .blog-page.style-5 .popular-posts .card .img {
        height: 200px;
        overflow: hidden;
    }

        .blog-page.style-5 .popular-posts .card .img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .blog-page.style-5 .popular-posts .card .title a:hover {
        color: var(--color-blue5);
    }

    .blog-page.style-5 .popular-posts .card a:hover {
        color: var(--color-blue5);
    }

.blog-page.style-5 .all-news .card .img {
    height: 200px;
}

.blog-page.style-5 .all-news .card .card-body .card-title {
    min-height: unset;
    max-width: unset;
}

.blog-page.style-5 .all-news .card .card-body {
    position: relative;
    padding-bottom: 40px !important;
    height: 100%;
}

    .blog-page.style-5 .all-news .card .card-body .auther-comments {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
    }

.blog-page.style-5 .all-news .card a:hover {
    color: var(--color-blue5);
}

.blog-page.style-5 .side-blog {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}

    .blog-page.style-5 .side-blog .title {
        font-size: 16px;
        font-weight: 600 !important;
        letter-spacing: 2px;
    }

    .blog-page.style-5 .side-blog .search-form .form-group .form-control {
        min-height: 50px;
        font-size: 12px;
        padding: 10px 50px 10px 20px;
    }

    .blog-page.style-5 .side-blog .search-form .form-group .search-btn {
        position: absolute;
        right: 10px;
        bottom: 12px;
    }

    .blog-page.style-5 .side-blog .side-recent-post .post-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .blog-page.style-5 .side-blog .side-recent-post .post-card .img {
            height: 60px;
            width: 30%;
            border-radius: 10px;
            overflow: hidden;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

            .blog-page.style-5 .side-blog .side-recent-post .post-card .img img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .blog-page.style-5 .side-blog .side-recent-post .post-card .inf h6 {
            color: #000;
            font-size: 13px;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .blog-page.style-5 .side-blog .side-recent-post .post-card .inf p {
            font-size: 10px;
            color: #666;
        }

        .blog-page.style-5 .side-blog .side-recent-post .post-card:hover .inf h6 {
            color: var(--color-blue5);
        }

    .blog-page.style-5 .side-blog .side-categories .cat-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #666;
        font-size: 11px;
        text-transform: uppercase;
        padding: 10px 0;
        border-bottom: 1px solid #9995;
    }

        .blog-page.style-5 .side-blog .side-categories .cat-item:hover {
            color: var(--color-blue5);
            font-weight: bold;
        }

    .blog-page.style-5 .side-blog .side-newsletter {
        background-color: #eaeef2;
        padding: 50px 30px;
        border-radius: 20px;
    }

        .blog-page.style-5 .side-blog .side-newsletter .text {
            font-size: 11px;
            color: #666;
            line-height: 1.5;
        }

    .blog-page.style-5 .side-blog .side-share .social-icon {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #f3f7fe;
        color: #666;
        font-size: 12px;
        margin: 0 3px;
    }

        .blog-page.style-5 .side-blog .side-share .social-icon:hover {
            background: var(--color-blue5);
            color: #fff;
        }

    .blog-page.style-5 .side-blog .side-insta .insta-img {
        height: 80px;
        width: 31%;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .blog-page.style-5 .side-blog .side-insta .insta-img::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-color: #000;
            opacity: 0;
            z-index: 2;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .blog-page.style-5 .side-blog .side-insta .insta-img .icon {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: 3;
            color: #fff;
            margin-top: 15px;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .blog-page.style-5 .side-blog .side-insta .insta-img:hover::after {
            opacity: 0.3;
        }

        .blog-page.style-5 .side-blog .side-insta .insta-img:hover .icon {
            opacity: 1;
            margin: 0;
        }

.blog-page.style-5 .blog-content-info .info-imgs .img img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}

.blog-page.style-5 .blog-content-info .twitter-info .twitter-card {
    padding: 5vw;
    border-top: 2px solid #000;
}

    .blog-page.style-5 .blog-content-info .twitter-info .twitter-card .twitter-header .twitter-icon {
        font-size: 25px;
        color: #00ccff;
    }

.blog-page.style-5 .side-tags a {
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #eef4f8;
    margin-bottom: 4px;
}

    .blog-page.style-5 .side-tags a:hover {
        background: var(--color-blue5);
        color: #fff;
    }

.blog-page.style-5 .blog-share .share-icons a i {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    border-radius: 50%;
}

    .blog-page.style-5 .blog-share .share-icons a i.fa-facebook-f {
        background-color: #3b5999;
    }

    .blog-page.style-5 .blog-share .share-icons a i.bi-twitter-x::before {
        color: #ffffff !important;
    }

    .blog-page.style-5 .blog-share .share-icons a i.bi-twitter-x,
    .blog-page.style-5 .blog-share .share-icons a i.bi-twitter-x::before,
    .blog-page.style-5 .blog-share .share-icons a i.bi-twitter-x svg {
        background: #000;
        color: #ffffff !important;
        fill: #ffffff !important;
    }

    .blog-page.style-5 .blog-share .share-icons a i.fa-linkedin-in {
        background-color: #0077b5;
    }

    .blog-page.style-5 .blog-share .share-icons a i.fa-whatsapp {
        background-color: #25d366;
    }

    .blog-page.style-5 .blog-share .share-icons a i.fa-telegram-plane {
        background-color: #0088cc;
    }

    .blog-page.style-5 .blog-share .share-icons a i.fa-envelope {
        background-color: #7f7f7f;
    }


.blog-page.style-5 .blog-comments .comment-card {
    background-color: #f4f8fc;
}

    .blog-page.style-5 .blog-comments .comment-card .social-icons a {
        background-color: #dce1e5;
    }

        .blog-page.style-5 .blog-comments .comment-card .social-icons a:hover {
            background: var(--color-blue5);
            color: #fff;
        }

.blog-page.style-5 .related-postes-slider .swiper-slide-prev {
    position: relative;
}

    .blog-page.style-5 .related-postes-slider .swiper-slide-prev::after {
        position: absolute;
        content: "";
        right: -40px;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #9994;
    }

.blog-page.style-5 .related-postes-slider .swiper-slide-active::after {
    position: absolute;
    content: "";
    right: -40px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #9994;
}

.blog-page.style-5 .related-postes-slider .swiper-button-next, .blog-page.style-5 .related-postes-slider .swiper-button-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
}

    .blog-page.style-5 .related-postes-slider .swiper-button-next:hover, .blog-page.style-5 .related-postes-slider .swiper-button-prev:hover {
        background: var(--color-blue5);
        color: #fff;
    }

.blog-page.style-5 .related-postes-slider .swiper-button-next, .blog-page.style-5 .related-postes-slider .swiper-container-rtl .swiper-button-prev {
    right: 0;
    top: -60px;
}

.blog-page.style-5 .related-postes-slider .swiper-button-prev, .blog-page.style-5 .related-postes-slider .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 50px;
    top: -60px;
}

    .blog-page.style-5 .related-postes-slider .swiper-button-next::after, .blog-page.style-5 .related-postes-slider .swiper-button-prev::after {
        font-size: 13px;
    }

.blog-page.style-5.color-4 .side-tags a:hover,
.blog-page.style-5.color-4 .blog-page.style-5 .blog-comments .comment-card .social-icons a:hover,
.blog-page.style-5.color-4 .side-blog .side-share .social-icon:hover,
.blog-page.style-5.color-4 .related-postes-slider .swiper-button-next:hover,
.blog-page.style-5.color-4 .related-postes-slider .swiper-button-prev:hover,
.blog-page.style-5.color-4 .blog-details-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-blue4);
}

.blog-page.style-5.color-4 .side-blog .side-recent-post .post-card:hover .inf h6,
.blog-page.style-5.color-4 .side-blog .side-categories .cat-item:hover,
.blog-page.style-5.color-4 .popular-posts .card a:hover,
.blog-page.style-5.color-4 .blog-details-slider .content-card a:hover {
    color: var(--color-blue4);
}

.blog-page.style-5.color-4 .bg-main {
    background: var(--color-blue4) !important;
}

/* ===============================================================
			[ * portfolio_page Style ] 
================================================================*/
/* --------------- portfolio-page style-1 --------------- */
.portfolio-page.style-1 .portfolio-projects.style-1 {
    background-color: #e7f1ff;
}

    .portfolio-page.style-1 .portfolio-projects.style-1 .controls {
        text-align: center;
        margin-bottom: 50px;
    }

        .portfolio-page.style-1 .portfolio-projects.style-1 .controls button {
            border: 0;
            background: transparent;
            font-weight: bold;
            text-transform: capitalize;
            margin: 10px;
        }

            .portfolio-page.style-1 .portfolio-projects.style-1 .controls button.mixitup-control-active {
                color: var(--color-blue5);
            }

.portfolio-page.style-1 .download.style-5 {
    position: relative;
    overflow: hidden;
}

    .portfolio-page.style-1 .download.style-5 .content h2 span .head-pen {
        right: auto;
        left: 102%;
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    .portfolio-page.style-1 .download.style-5 .contact_globe {
        position: absolute;
        height: 150%;
        max-height: none;
        width: 60%;
        top: -25%;
        left: 20%;
        opacity: 0.15;
        -webkit-animation: rotate-center 100s linear infinite both;
        animation: rotate-center 100s linear infinite both;
    }

/* ===============================================================
			[ * about Section ] 
================================================================*/
/* --------------- about styles --------------- */
.about.style-1 {
    position: relative;
}

    .about.style-1 .content {
        padding: 65px 120px;
        background: var(--color-main-grad);
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        z-index: 5;
    }

        .about.style-1 .content .about_shap {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 0;
            opacity: 30%;
            pointer-events: none;
        }

        .about.style-1 .content .about_logos {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-bottom: 40px;
            border-bottom: 1px solid #fff4;
            position: relative;
            z-index: 5;
        }

        .about.style-1 .content .about-info {
            padding: 60px 0;
            position: relative;
            z-index: 5;
        }

            .about.style-1 .content .about-info .title h3 {
                color: #fff;
                font-weight: 600;
                font-size: 30px;
            }

            .about.style-1 .content .about-info .title small {
                color: #fff;
                text-transform: uppercase;
                font-size: 11px;
                margin-top: 35px;
                display: block;
            }

            .about.style-1 .content .about-info .info h6 {
                color: #fff;
                font-size: 14px;
                line-height: 1.6;
                margin-bottom: 25px;
            }

            .about.style-1 .content .about-info .info p {
                font-size: 14px;
                color: #c7e9ff;
            }

            .about.style-1 .content .about-info .info .butn {
                margin-top: 50px;
            }

        .about.style-1 .content .about-numbers {
            position: relative;
            z-index: 5;
        }

            .about.style-1 .content .about-numbers .num-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .about.style-1 .content .about-numbers .num-item .num {
                    color: #fff;
                    font-size: 32px;
                    font-weight: bold;
                    -ms-flex-negative: 0;
                    flex-shrink: 0;
                    margin-right: 15px;
                    min-width: 70px;
                    text-align: center;
                }

                    .about.style-1 .content .about-numbers .num-item .num i {
                        font-size: 21px;
                    }

                .about.style-1 .content .about-numbers .num-item .inf {
                    color: #fff;
                }

.about.style-3 {
    position: relative;
}

    .about.style-3 .top-content {
        min-height: 510px;
        margin-bottom: 100px;
        padding-top: 20px;
    }

    .about.style-3 .info h5 {
        font-size: 19px;
        line-height: 28px;
        font-style: italic;
        margin-bottom: 25px;
    }

    .about.style-3 .info .text {
        color: #666;
    }

    .about.style-3 .info ul li {
        font-size: 14px;
        font-weight: 600;
        margin: 15px 0;
    }

        .about.style-3 .info ul li i {
            color: var(--color-blue2);
        }

    .about.style-3 .img-left {
        position: absolute;
        left: 0;
        top: 190px;
        max-width: 50%;
    }

        .about.style-3 .img-left .info-circle {
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translate(-50%, -40%);
            -ms-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            width: 230px;
            height: 230px;
            background-color: #4a00e1;
            color: #fff;
            border-radius: 50%;
            overflow: hidden;
            outline: 10px solid #fff;
        }

            .about.style-3 .img-left .info-circle h2 {
                font-size: 56px;
            }

            .about.style-3 .img-left .info-circle small {
                font-size: 11px;
                text-transform: uppercase;
            }

            .about.style-3 .img-left .info-circle:nth-of-type(2) {
                width: 200px;
                height: 200px;
                left: auto;
                right: 0;
                top: 50%;
                -webkit-transform: translate(-14%, -57%);
                -ms-transform: translate(-14%, -57%);
                transform: translate(-14%, -57%);
                z-index: 5;
            }

                .about.style-3 .img-left .info-circle:nth-of-type(2) h2 {
                    font-size: 50px;
                }

            .about.style-3 .img-left .info-circle:nth-of-type(3) {
                width: 150px;
                height: 150px;
                left: auto;
                right: 0;
                top: 50%;
                -webkit-transform: translate(-88%, 32%);
                -ms-transform: translate(-88%, 32%);
                transform: translate(-88%, 32%);
                background-color: #8d3dfa;
                z-index: 0;
            }

                .about.style-3 .img-left .info-circle:nth-of-type(3) h2 {
                    font-size: 37px;
                }

            .about.style-3 .img-left .info-circle:nth-of-type(4) {
                width: 180px;
                height: 180px;
                left: 0;
                top: 50%;
                -webkit-transform: translate(20%, -20%);
                -ms-transform: translate(20%, -20%);
                transform: translate(20%, -20%);
                background-color: #00bcf2;
                z-index: 0;
            }

                .about.style-3 .img-left .info-circle:nth-of-type(4) h2 {
                    font-size: 46px;
                }

    .about.style-3 .btm-content {
        position: relative;
        min-height: 510px;
        padding-top: 50px;
    }

        .about.style-3 .btm-content .img-right {
            position: absolute;
            right: 0;
            top: 0;
            max-width: 60%;
        }

.about.style-4 {
    overflow: hidden;
    position: relative;
}

    .about.style-4 .top-wave {
        position: absolute;
        top: -2px;
        width: 100%;
    }

    .about.style-4 .bottom-wave {
        position: absolute;
        bottom: -2px;
        width: 100%;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .about.style-4 .content {
        position: relative;
        padding: 60px 0;
    }

        .about.style-4 .content ul li h6 {
            font-size: 15px;
        }

        .about.style-4 .content.frs-content .lines, .about.style-4 .content.trd-content .lines {
            position: absolute;
            left: 0;
            top: -80px;
            width: 40%;
            max-width: unset;
            max-height: unset;
        }

        .about.style-4 .content.frs-content .bubble, .about.style-4 .content.trd-content .bubble {
            position: absolute;
            left: 0;
            top: 0;
            width: 50%;
            max-width: unset;
            max-height: unset;
            -webkit-animation: rotate-center 100s linear infinite both;
            animation: rotate-center 100s linear infinite both;
        }

        .about.style-4 .content.sec-content .bubble2 {
            position: absolute;
            right: 0;
            top: 0;
            width: 50%;
            max-width: unset;
            max-height: unset;
            -webkit-animation: rotate-center 100s linear infinite both;
            animation: rotate-center 100s linear infinite both;
        }

    .about.style-4 .btn2-img {
        text-align: initial;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        background-color: #f4f2fb;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .about.style-4 .btn2-img .icon {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 15px;
            margin-right: 15px;
            border-right: 1px solid #0001;
            width: 45px;
        }

        .about.style-4 .btn2-img .inf {
            height: -webkit-max-content;
            height: -moz-max-content;
            height: max-content;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .about.style-4 .btn2-img .inf small {
                font-size: 10px;
                color: #666;
            }

            .about.style-4 .btn2-img .inf h6 {
                font-size: 12px;
                color: #000;
                font-weight: bold;
                line-height: 1.5;
            }

    .about.style-4 .integration {
        position: relative;
    }

        .about.style-4 .integration .intg-back {
            position: absolute;
            left: 0;
            bottom: 19%;
            width: 100%;
            max-height: unset;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .about.style-4 .integration .content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            position: relative;
        }

            .about.style-4 .integration .content .img {
                -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
                animation: slide_up_down 1.7s ease-in-out infinite alternate both;
            }

                .about.style-4 .integration .content .img:nth-of-type(1) {
                    -webkit-animation-delay: -0.5s;
                    animation-delay: -0.5s;
                }

                .about.style-4 .integration .content .img:nth-of-type(2) {
                    -webkit-animation-delay: -1s;
                    animation-delay: -1s;
                }

                .about.style-4 .integration .content .img:nth-of-type(3) {
                    -webkit-animation-delay: -1.5s;
                    animation-delay: -1.5s;
                }

                .about.style-4 .integration .content .img:nth-of-type(4) {
                    -webkit-animation-delay: -2s;
                    animation-delay: -2s;
                }

                .about.style-4 .integration .content .img:nth-of-type(5) {
                    -webkit-animation-delay: -2.5s;
                    animation-delay: -2.5s;
                }

.about.style-5 .content {
    padding: 50px 0;
}

    .about.style-5 .content p {
        font-size: 12.5px;
        color: #777;
        line-height: 2;
    }

    .about.style-5 .content .line-links {
        margin-top: 35px;
    }

        .about.style-5 .content .line-links a {
            position: relative;
            color: #000;
            font-size: 15px;
            font-weight: bold;
            border-bottom: 1px solid #9993;
            padding: 13px 0;
            display: block;
            width: 100%;
        }

            .about.style-5 .content .line-links a:last-of-type {
                border-bottom: 0;
            }

            .about.style-5 .content .line-links a::after {
                position: absolute;
                content: "";
                left: 0;
                bottom: 0;
                height: 1px;
                width: 0%;
                background: var(--color-blue5);
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .about.style-5 .content .line-links a:hover::after {
                width: 100%;
            }

    .about.style-5 .content .list-icon {
        margin-top: 40px;
    }

        .about.style-5 .content .list-icon li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 15px;
        }

            .about.style-5 .content .list-icon li .icon {
                -ms-flex-negative: 0;
                flex-shrink: 0;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background: var(--color-blue5);
                color: #fff;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin-right: 15px;
            }

            .about.style-5 .content .list-icon li h6 {
                font-size: 15px;
                font-weight: 700;
            }

    .about.style-5 .content .img {
        position: relative;
        text-align: right;
    }

        .about.style-5 .content .img.main-img1 .img-body {
            position: relative;
            z-index: 2;
            top: 50px;
            -webkit-animation: slide_up_down 3s ease-in-out infinite alternate both;
            animation: slide_up_down 3s ease-in-out infinite alternate both;
        }

        .about.style-5 .content .img.main-img1 img {
            position: absolute;
            -o-object-fit: contain;
            object-fit: contain;
        }

            .about.style-5 .content .img.main-img1 img.sm-circle {
                right: -50px;
                top: 20%;
                z-index: 1;
                -webkit-animation: rotate-center 20s linear infinite both reverse;
                animation: rotate-center 20s linear infinite both reverse;
            }

            .about.style-5 .content .img.main-img1 img.lg-circle {
                left: 0;
                top: 0;
                z-index: 1;
                -webkit-animation: rotate-center 50s linear infinite both;
                animation: rotate-center 50s linear infinite both;
            }

            .about.style-5 .content .img.main-img1 img.card1 {
                position: absolute;
                right: 0;
                top: 0;
                width: 100%;
                z-index: 3;
                -webkit-animation: scale_up_down 10s ease-in-out infinite alternate both;
                animation: scale_up_down 10s ease-in-out infinite alternate both;
            }

            .about.style-5 .content .img.main-img1 img.card2 {
                position: absolute;
                right: 0;
                top: 0;
                width: 100%;
                height: 100%;
                z-index: 2;
                -webkit-animation: scale_up_down 7s ease-in-out infinite alternate both;
                animation: scale_up_down 7s ease-in-out infinite alternate both;
                -webkit-transition-delay: -5s;
                -o-transition-delay: -5s;
                transition-delay: -5s;
            }

        .about.style-5 .content .img.main-img2 .img-body {
            position: relative;
            z-index: 2;
            -webkit-animation: slide_up_down 3s ease-in-out infinite alternate both;
            animation: slide_up_down 3s ease-in-out infinite alternate both;
        }

        .about.style-5 .content .img.main-img2 img {
            position: absolute;
        }

            .about.style-5 .content .img.main-img2 img:nth-of-type(1) {
                right: 0;
                top: 0;
                width: 100%;
                z-index: 1;
                -webkit-animation: rotate-center 70s linear infinite both;
                animation: rotate-center 70s linear infinite both;
            }

        .about.style-5 .content .img.main-img3 {
            position: relative;
        }

            .about.style-5 .content .img.main-img3 .img-body {
                position: relative;
                z-index: 1;
                max-height: 500px;
                -o-object-fit: contain;
                object-fit: contain;
                -webkit-animation: rotate-center 100s linear infinite both;
                animation: rotate-center 100s linear infinite both;
            }

            .about.style-5 .content .img.main-img3 img {
                position: absolute;
                right: 0;
                top: 20%;
                width: 100%;
            }

                .about.style-5 .content .img.main-img3 img:nth-of-type(2) {
                    z-index: 3;
                    -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
                    animation: slide_up_down 2s ease-in-out infinite alternate both;
                }

                .about.style-5 .content .img.main-img3 img:nth-of-type(3) {
                    z-index: 1;
                    -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
                    animation: slide_up_down 2s ease-in-out infinite alternate both;
                    -webkit-animation-delay: 1s;
                    animation-delay: 1s;
                }

                .about.style-5 .content .img.main-img3 img:nth-of-type(4) {
                    z-index: 2;
                    -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
                    animation: slide_up_down 2s ease-in-out infinite alternate both;
                    -webkit-animation-delay: 2s;
                    animation-delay: 2s;
                }

                .about.style-5 .content .img.main-img3 img:nth-of-type(5) {
                    z-index: 4;
                    -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
                    animation: slide_up_down 2s ease-in-out infinite alternate both;
                    -webkit-animation-delay: 3s;
                    animation-delay: 3s;
                }

.about.style-6 {
    position: relative;
}

    .about.style-6 .content {
        border-bottom: 1px solid #9994;
    }

        .about.style-6 .content .info .text {
            color: #666;
            font-size: 15px;
        }

        .about.style-6 .content .info .vid-btn {
            font-size: 11px;
            font-weight: bold;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .about.style-6 .content .info .vid-btn i {
                width: 40px;
                height: 40px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                border-radius: 50%;
                border: 1px solid var(--color-blue6);
                color: var(--color-blue6);
                font-size: 21px;
                margin-right: 5px;
            }

    .about.style-6 .bubbles {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.about.style-7 {
    position: relative;
    padding: 120px 0;
}

    .about.style-7 .bg-lines {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .about.style-7 .top-wave {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
    }

    .about.style-7 .bottom-wave {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .about.style-7 .info .text {
        font-size: 16px;
        color: #666;
        line-height: 1.7;
    }

    .about.style-7 .img {
        position: relative;
        padding-left: 100px;
    }

        .about.style-7 .img .main-img {
            border-radius: 10px;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .about.style-7 .img .img-chart {
            position: absolute;
            top: 120px;
            left: -30px;
            z-index: 2;
        }

        .about.style-7 .img .circle {
            position: absolute;
            content: "";
            width: 85px;
            height: 85px;
            bottom: 50px;
            right: -40px;
            background: var(--color-blue7);
            border-radius: 50%;
            z-index: -1;
        }

.about.style-8 .info ul li {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .about.style-8 .info ul li .icon {
        width: 20px;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-margin-end: 15px;
        margin-inline-end: 15px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .about.style-8 .info ul li p {
        font-size: 16px;
        font-weight: 500;
        color: #000;
    }

.about.style-8 .info .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .about.style-8 .info .author .inf p {
        color: var(--color-main);
    }

    .about.style-8 .info .author .inf h6 {
        font-size: 18px;
        font-weight: bold;
    }

.about.style-8 .info .signature {
    width: 100px;
}

.about.style-9 .info {
    padding: 0 50px;
}

    .about.style-9 .info ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 25px;
    }

        .about.style-9 .info ul li p {
            font-size: 16px;
            color: #666;
        }

        .about.style-9 .info ul li .icon {
            -webkit-margin-end: 20px;
            margin-inline-end: 20px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

            .about.style-9 .info ul li .icon img {
                width: 60px;
            }

    .about.style-9 .info .call-info {
        border-top: 1px solid #9993;
    }

        .about.style-9 .info .call-info h5 {
            font-weight: bold;
            font-size: 20px;
            color: var(--color-darkBlue2);
            margin-bottom: 10px;
        }

        .about.style-9 .info .call-info p {
            font-size: 16px;
            color: #666;
        }

.about.style-10 {
    position: relative;
}

    .about.style-10 .imgs .col-lg-6:first-of-type .img:first-of-type {
        height: 270px;
    }

    .about.style-10 .imgs .col-lg-6:first-of-type .img:last-of-type {
        height: 190px;
    }

    .about.style-10 .imgs .col-lg-6:last-of-type .img:first-of-type {
        height: 160px;
    }

    .about.style-10 .imgs .col-lg-6:last-of-type .img:last-of-type {
        height: 320px;
    }

    .about.style-10 .info {
        -webkit-padding-start: 50px;
        padding-inline-start: 50px;
    }

        .about.style-10 .info h6 {
            font-size: 14px;
            font-weight: 400;
            color: #8169f1;
            margin-bottom: 10px;
        }

        .about.style-10 .info h2 {
            font-size: 40px;
        }

        .about.style-10 .info p {
            font-size: 16px;
            color: #666;
            margin-top: 25px;
        }

    .about.style-10 .pattern {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 100%;
    }

.about.style-13 .content {
    background-color: #fff;
    border-radius: 10px;
    margin-top: -40px;
    position: relative;
    padding: 6vw;
    margin-bottom: 100px;
    -webkit-box-shadow: 0px 100px 200px 0px #0000000a;
    box-shadow: 0px 100px 200px 0px #0000000a;
}

    .about.style-13 .content::before {
        position: absolute;
        content: "";
        left: 20px;
        bottom: -15px;
        width: calc(100% - 40px);
        height: 40px;
        background-color: #e6e8ed;
        border-radius: 10px;
        z-index: -1;
    }

    .about.style-13 .content .info h5 {
        font-size: 24px;
        margin-bottom: 30px;
        font-weight: bold;
        text-transform: capitalize;
    }

    .about.style-13 .content .info .text {
        font-size: 18px;
        color: #666;
        margin-bottom: 40px;
    }

    .about.style-13 .content .info .logos img {
        -webkit-margin-end: 30px;
        margin-inline-end: 30px;
    }

    .about.style-13 .content .about-contact .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px;
        border-radius: 10px;
        border: 1px solid #9992;
    }

        .about.style-13 .content .about-contact .item p {
            color: #999;
        }

        .about.style-13 .content .about-contact .item h6 {
            font-size: 16px;
        }

        .about.style-13 .content .about-contact .item .icon img {
            height: 40px;
            -o-object-fit: contain;
            object-fit: contain;
        }

.about.style-14 .info .text {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.about.style-14 .img {
    position: relative;
}

    .about.style-14 .img img {
        border-radius: 15px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .about.style-14 .img .play_ptn {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
        background-color: #fff;
        border-radius: 50%;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #000;
        font-size: 21px;
        -webkit-box-shadow: 0 0 20px #0001;
        box-shadow: 0 0 20px #0001;
    }

.about.style-15 .info p {
    color: #918b9f;
    font-size: 16px;
    margin-bottom: 20px;
}

.about.style-15 .info li {
    font-weight: 500;
    padding: 7px 0;
}

/* ===============================================================
			[ * download Section ] 
================================================================*/
/* --------------- download style-5 --------------- */
.download.style-5 .content h2 {
    font-size: 50px;
}

    .download.style-5 .content h2 span {
        position: relative;
    }

        .download.style-5 .content h2 span .head-line {
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 100%;
        }

        .download.style-5 .content h2 span .head-pen {
            position: absolute;
            right: 102%;
            bottom: -5px;
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

/* ===============================================================
			[ * team Section ] 
================================================================*/
/* --------------- team styles --------------- */
.team.style-1 {
    position: relative;
}

    .team.style-1 .team_shap {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        max-height: none;
        z-index: -1;
    }

    .team.style-1 .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .team.style-1 .content .team_box {
            width: 18%;
            text-align: center;
            margin-bottom: 20px;
        }

            .team.style-1 .content .team_box .avatar {
                width: 135px;
                height: 135px;
                border-radius: 50%;
                overflow: hidden;
                margin: 0 auto 15px;
            }

                .team.style-1 .content .team_box .avatar img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

            .team.style-1 .content .team_box .info h6 {
                font-weight: bold;
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .team.style-1 .content .team_box .info small {
                display: block;
                font-size: 13px;
                color: #888;
            }

            .team.style-1 .content .team_box .info .social_icons {
                margin-top: 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .team.style-1 .content .team_box .info .social_icons a {
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    background-color: #eef4f8;
                    color: #666;
                    margin: 5px;
                }

                    .team.style-1 .content .team_box .info .social_icons a:hover {
                        background: var(--color-main-grad);
                        color: #fff;
                    }

            .team.style-1 .content .team_box:hover .info h6 {
                color: var(--color-main);
            }

    .team.style-1.team-blue2 .content .team_box .social_icons a:hover {
        background: var(--color-blue2);
        color: #fff;
    }

    .team.style-1.team-blue2 .content .team_box:hover .info h6 {
        color: var(--color-blue2);
    }

/* --------------- team style-6 --------------- */
.team.style-6 {
    padding: 0 30px;
}

    .team.style-6 .content {
        background-color: #f1f2fa;
        position: relative;
        padding: 100px 0;
        border-radius: 30px;
    }

.team-card.style-6 {
    text-align: center;
    padding: 15px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .team-card.style-6 .img {
        position: relative;
        height: 320px;
        border-radius: 15px;
        overflow: hidden;
    }

        .team-card.style-6 .img .social-icons {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            padding: 20px;
            z-index: 5;
        }

            .team-card.style-6 .img .social-icons a {
                width: 30px;
                height: 30px;
                border-radius: 50%;
                background-color: #fff;
                color: #666;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                font-size: 11px;
                -webkit-transform: translateY(80px);
                -ms-transform: translateY(80px);
                transform: translateY(80px);
                opacity: 0;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                .team-card.style-6 .img .social-icons a:hover {
                    background: var(--color-blue6);
                    color: #fff;
                    -webkit-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                    -webkit-transition-delay: 0 !important;
                    -o-transition-delay: 0 !important;
                    transition-delay: 0 !important;
                }

                .team-card.style-6 .img .social-icons a:nth-of-type(1) {
                    -webkit-transition-delay: 0.1s;
                    -o-transition-delay: 0.1s;
                    transition-delay: 0.1s;
                }

                .team-card.style-6 .img .social-icons a:nth-of-type(2) {
                    -webkit-transition-delay: 0.2s;
                    -o-transition-delay: 0.2s;
                    transition-delay: 0.2s;
                }

                .team-card.style-6 .img .social-icons a:nth-of-type(3) {
                    -webkit-transition-delay: 0.3s;
                    -o-transition-delay: 0.3s;
                    transition-delay: 0.3s;
                }

                .team-card.style-6 .img .social-icons a:nth-of-type(4) {
                    -webkit-transition-delay: 0.4s;
                    -o-transition-delay: 0.4s;
                    transition-delay: 0.4s;
                }

    .team-card.style-6 .info {
        padding: 25px 0 10px;
    }

        .team-card.style-6 .info h6 {
            font-size: 15px;
            font-weight: 600;
            color: #000;
        }

        .team-card.style-6 .info small {
            color: #999;
            font-size: 13px;
        }

    .team-card.style-6:hover {
        -webkit-box-shadow: 0px 54px 92px 0px rgba(81, 85, 134, 0.2);
        box-shadow: 0px 54px 92px 0px rgba(81, 85, 134, 0.2);
    }

        .team-card.style-6:hover .img .social-icons a {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        .team-card.style-6:hover .info h6 {
            color: var(--color-blue6);
        }

/* --------------- team style-10 --------------- */
.team.style-10 {
    overflow: hidden;
}

    .team.style-10 .row {
        margin: 0 -30px !important;
    }

        .team.style-10 .row .col-lg-4 {
            padding: 0 30px !important;
        }

    .team.style-10 .team-card .img {
        position: relative;
        height: 400px;
        text-align: center;
        border-bottom-right-radius: 180px;
        overflow: hidden;
    }

        .team.style-10 .team-card .img .main-img {
            height: 100%;
            width: 90%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: top;
            object-position: top;
            position: relative;
            z-index: 10;
        }

        .team.style-10 .team-card .img .bg_color {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: calc(100% - 50px);
            border-top-left-radius: 150px;
        }

        .team.style-10 .team-card .img .social-icons {
            position: absolute;
            top: 80px;
            right: 20px;
            background-color: #fff;
            z-index: 20;
            width: 50px;
            height: 50px;
            border-radius: 50px;
            cursor: pointer;
            text-align: center;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            overflow: hidden;
        }

            .team.style-10 .team-card .img .social-icons:hover {
                height: 180px;
            }

                .team.style-10 .team-card .img .social-icons:hover a {
                    opacity: 1;
                }

                .team.style-10 .team-card .img .social-icons:hover .icon {
                    height: 45px;
                }

                    .team.style-10 .team-card .img .social-icons:hover .icon::after {
                        content: "\f068";
                    }

            .team.style-10 .team-card .img .social-icons .icon {
                width: 50px;
                height: 50px;
                border-radius: 50px;
                line-height: 50px;
                text-align: center;
            }

                .team.style-10 .team-card .img .social-icons .icon::after {
                    content: "\f067";
                    font-weight: 900;
                    font-family: "Font Awesome 5 pro";
                }

            .team.style-10 .team-card .img .social-icons a {
                background-color: #fff;
                width: 50px;
                height: 30px;
                border-radius: 50px;
                line-height: 30px;
                text-align: center;
                font-size: 12px;
                color: #777;
                opacity: 0;
            }

                .team.style-10 .team-card .img .social-icons a:hover {
                    color: var(--color-blue7);
                }

                .team.style-10 .team-card .img .social-icons a:nth-of-type(2) {
                    -webkit-transition-delay: 0.1s;
                    -o-transition-delay: 0.1s;
                    transition-delay: 0.1s;
                }

                .team.style-10 .team-card .img .social-icons a:nth-of-type(3) {
                    -webkit-transition-delay: 0.2s;
                    -o-transition-delay: 0.2s;
                    transition-delay: 0.2s;
                }

                .team.style-10 .team-card .img .social-icons a:nth-of-type(4) {
                    -webkit-transition-delay: 0.3s;
                    -o-transition-delay: 0.3s;
                    transition-delay: 0.3s;
                }

    .team.style-10 .team-card .info {
        padding-top: 40px;
    }

        .team.style-10 .team-card .info h5 {
            font-size: 24px;
            font-weight: bold;
        }

/* --------------- team style-15 --------------- */
.team.style-15 .team-card {
    position: relative;
    overflow: hidden;
}

    .team.style-15 .team-card:hover .info {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .team.style-15 .team-card .img img {
        width: 100%;
        height: calc(15vw + 200px);
        -o-object-fit: cover;
        object-fit: cover;
    }

    .team.style-15 .team-card .info {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0007;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        z-index: 10;
        padding: 50px;
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .team.style-15 .team-card .info .social-icons {
            width: 100%;
        }

            .team.style-15 .team-card .info .social-icons a {
                -webkit-margin-end: 25px;
                margin-inline-end: 25px;
            }

        .team.style-15 .team-card .info .inf h5 {
            font-size: 26px;
            margin-top: 5px;
        }
