/*---==========================================-----
-----==================Common css===============-----
-----=========================================-----*/
.z_index_up{
    z-index: 2;
}
.z_index_down{
    z-index: -2;
}
.position_absolute{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    &.top{
        bottom: unset;
        top: 0;
    }
}
.shape_bg_light{
    fill: var(--primary-color-three);
}
.shape_bg_dark_1{
    fill: var(--primary-color-one);
}
.shape_bg_dark_2{
    fill: var(--primary-color-two);
}
.curve_shape_bottom_1{
    transform: rotate(180deg);
   svg{
        width: calc(100% + 1.3px);
        height: 62px;
        display: block;
        transform: rotateY(180deg);
        path{
            fill: #fff;
            transform-origin: center;
            transform: rotateY(0deg);
        }
   }
}
.curve_shape_top_1{
    top: -1px;
    svg{
        width: calc(100% + 1.3px);
        height: 67px;
        display: block;
        path{
            fill: #fff;
            transform-origin: center;
            transform: rotateY(0deg);
        }
    }
}

.curve_shape_top_2{
    top: -1px!important;
  svg{
    height: 47px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    .elementor-shape-fill{
        fill: #F0F3F9;
        transform-origin: center;
        transform: rotateY(0deg);
    }
  }
}

.curve_shape_bottom_2{
    bottom: -1px!important;
    transform: rotate(180deg);
  svg{
    height: 47px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    .elementor-shape-fill{
        fill: #F0F3F9;
        transform-origin: center;
        transform: rotateY(0deg);
    }
  }
}

.shape_bg_white{
    fill: #fff;
    transform-origin: center;
}
.object-fit-cover{
    overflow: hidden;
    object-fit: cover;
    object-position: top;   
}  

.object-fit-cover-center{
    overflow: hidden;
    object-fit: cover;
    object-position: top;    
}

/* style switcher */

.style-switcher {
	font-family: var(--creote-family-one);
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 99999999;
	background-color: #fff;
	width: 200px;
	text-align: center;
	box-shadow: var(--box-shadow-two);
	padding-top: 25px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	transform: translateX(100%);
	transition: transform 500ms ease;
    border-radius: 10px 0px 0px 10px;
    #switcher-toggler {
        position: absolute;
        top: 20px;
        right: 100%;
        font-size: 22px;
        color: #fff;
        width: 40px;
        height: 40px;
        background-color: var(--primary-color-one);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 500ms;
        border-radius: 10px 0px 0px 10px;
    }
}

.style-switcher.active {
	transform: translateX(0%);
}

.style-switcher h3 {
	margin: 0;
	text-transform: uppercase;
	color: var(--heading-dark);
	font-size: 20px;
	line-height: 1;
	font-family: var(--creote-family-one);
	margin-bottom: 15px;
	font-weight: 800;
}
 
 
#colorschemeOptions {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: 1fr 1fr 1fr;
}

#colorschemeOptions li {
	width: 100%;
	height: 46.6667px;
	border-radius: 50%;
	overflow: hidden;
}

#colorschemeOptions li a {
	display: block;
	width: 100%;
	height: 100%;
}



.rs-parallax-wrap{
	br{
		display:block!important;
	}
}


/*-----style-switcher------*/

.wpcf7-spinner{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.swiper-button-prev, .swiper-button-next , .prev-single-one , .next-single-one , .prev-single-one_three , .next-single-one_three  {
    background: none;
    &::before{
        position: absolute;
        font-family: "FontAwesome"!important;
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: #fff;
        text-align: center;
        font-size: 18px;
        color: var(--primary-color-two);
        border-radius: 50%;
        box-shadow: var(--box-shadow);
        transition:all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition:all .5s ease;
        -ms-transition: all .5s ease;
    }
    &::after{
        display: none!important;
    }
}
.swiper-button-next , .next-single-one , .next-single-one_three{
    &::before{
        content: unicode('f105');
    }
}
.swiper-button-prev , .prev-single-one , .prev-single-one_three{
    &::before{
        content: unicode('f104');
    }
}


.p_pagination{
.swiper-pagination{
    position: relative!important;
    padding: 60px 0px 0px;
    text-align: center;
    margin: auto;
    width: 100%!important;
    transform: inherit!important;
    .swiper-pagination-bullet{
        position: relative;

        display: inline-block;
        margin: 0px 5px;
        width: 10px;
        height: 10px;
        opacity: 1;
        background: transparent;
        border: 2px solid var(--border-color-dark);
        border-radius: 30px;
        transform: inherit!important;
        transition: all 500ms ease 0ms!important;
        -moz-transition: all 500ms ease 0ms!important;
        -ms-transition: all 500ms ease 0ms!important;
        -o-transition: all 500ms ease 0ms!important;
        &-active {
            background: var(--primary-color-one);
            width: 15px;
            border-color: var(--primary-color-one);
        }
        &:hover{
            background: var(--primary-color-one);
            width: 15px;
            border-color: var(--primary-color-one);
        }
    }
}
}

/*---==========================================-----
-----==================pagination===============-----
-----=========================================-----*/

.pagination , 
.woocommerce-pagination{
    position: relative;
    width: 100%;
    display: block;
    margin-top: 30px;
    ul{ margin: 0; padding: 0px;}
    li{
        position: relative;
        display: inline-block;
         a , span {
            display: block!important;
            width: 40px!important;
            height: 40px!important;
            background: #fff!important;
            font-size: 14px!important;
            font-weight: 700!important;
            font-family: var(--creote-family-one)!important;
            line-height: 46px!important;
            color: var(--text-color-dark)!important;
            text-align: center!important;
            border-radius: 50%!important;
            margin: 0px 3px!important;
            position: relative!important;
            padding: 0px!important;
            i{
                font-size: 21px;
                color: var(--primary-color-one);
                font-weight: 400;
                font-family: "FontAwesome";
            }
        }
        &:hover ,
        &.active{
            a{
                background: var(--primary-color-one)!important;
                color:#fff!important;
                i{
                    color: #fff!important;
                }
            }
        }
        span.current{
                background: var(--primary-color-one)!important;
                color:#fff!important;
                i{
                    color: #fff!important;
                }
        }
    }
}
.post-nav-links , .page-links{
    position: relative;
    span , a{
        display: inline-block;
        width: 40px;
        height: 40px;
        background: var(--primary-color-three);
        font-size: 14px;
        font-weight: 700;
        font-family: var(--creote-family-one);
        line-height: 46px;
        color: var(--text-color-dark);
        text-align: center;
        border-radius: 50%;
        margin: 0px 3px;
        position: relative;
        &:hover ,
        &.current{
            background: var(--primary-color-one);
            color:#fff;
        }
    }
}
.woocommerce{
    nav.woocommerce-pagination {
        position: relative;
        margin-bottom: 40px;
        ul{
            border: 0px!important;
            li{
                border: 0px!important;
                position: relative;
                &:hover  {
                    a , span{
                        background: var(--primary-color-one)!important;
                        color:#fff!important;
                    i{
                        color: #fff;
                    }
                }
            }
                span{
                    &.current{
                        background: var(--primary-color-one)!important;
                        color:#fff!important;
                        i{
                            color: #fff;
                        }
                    }
                }
                .next.page-numbers ,
                .prev.page-numbers{
                    text-indent: -999px;
                    position: relative;
                    &::before{
                        position: absolute;
                        content: "\f105";
                        font-family: "FontAwesome";
                        font-size: 16px;
                        top: 0;
                        right: 0;
                        left: 0;
                        width: 16px;
                        height: 16px;
                        line-height: 16px;
                        bottom: 0;
                        margin: auto;
                        color: var(--primary-color-two);
                        z-index: 999;
                        text-indent: 0;
                        transition: all 500ms ease 0ms!important;
                        -moz-transition: all 500ms ease 0ms!important;
                        -ms-transition: all 500ms ease 0ms!important;
                        -o-transition: all 500ms ease 0ms!important;
                    }
                }
                .prev.page-numbers{
                    &::before{
                        content: "\f104";
                    }
                }
                &:hover{
                    .next.page-numbers{
                        &::before{
                            color: #fff!important;
                        }
                    }
                    .prev.page-numbers{
                        &::before{
                            color: #fff!important;
                        }
                    }
                }
            }
        }
    }
}
/*---==========================================-----
-----==================title_all_box===============-----
-----=========================================-----*/
.parallax_cover{
  img{   
        position: absolute;
        width: 100%!important;
        height: 100%!important;
        top: 0;
        left: 0;
        right: 0;
        object-fit: cover;
    }
}


/*---==========================================-----
-----==================title_all_box===============-----
-----=========================================-----*/


.title_all_box{
    position: relative;
    &.style_one , &.style_two{
        .title_sections{
            position: relative;
            .before_title{
                font-size: 22px;
                line-height: 0px;
                font-weight: 700;
                color: var(--primary-color-one);
                padding: 0px 0px 10px 0px;
                text-decoration: underline;
                font-family: var(--creote-family-one);
            }
        
            .title ,  h1 , h2 , h3 , h4 , h5 , h6 {
                font-size: 38px;
                line-height: 50px;
                font-weight: 700;
                color: var(--heading-dark);
                padding: 0px 0px 10px 0px;
                font-family: var(--creote-family-one);
            }
            p{
                font-size: 17px;
                line-height: 27px;
                padding: 0px 0px 10px 0px;
            }
        }
        &.light_color{
            .before_title{
                color: var(--color-white);
            }
            .title ,  h1 , h2 , h3 , h4 , h5 , h6 {
                color: #fff;
                
            }
            p{
                color: #fff;
              
            }
        }
    }
    &.style_two{
        .title_sections{
            .before_title{
                font-size: 16px;
                text-decoration: none;
                text-transform: capitalize;
                display: inline-block;
                font-weight: 600;
                font-family: var(--creote-family-one);
                padding: 0px 10px 3px 10px;
                border-left: 1px solid var(--border-color-dark);
                border-bottom: 1px solid var(--border-color-dark);
                line-height: 26px;
                margin-bottom: 20px;
            }
        }
        &.light_color{
            .before_title{
                color: #fff;
                opacity: .7;
                border-color:  rgba(255 , 255 , 255 , .2);
            }
            .title ,  h1 , h2 , h3 , h4 , h5 , h6 {
                color: #fff;
            }
            p{
                color: #fff;
            }
        }
    }
    &.style_three{
        .title_sections{
            .before_title{
                position: relative;
                font-size: 18px;
                font-weight: 700;
                color: var(--primary-color-one);
                font-family: var(--creote-family-one);
                margin-bottom: 10px;
                display: inline-block;
                padding-left: 38px;
                margin-bottom: 7px;
               
                &::before {
                    position: absolute;
                    content: '';
                    width: 30px;
                    height: 1px;
                    background: var(--primary-color-one);
                    left: 0;
                    top: 12px;
                }
               
            }
            &.center {
                .before_title{
                    padding-left: 38px;
                    padding-right: 38px;
                    &::after {
                        position: absolute;
                        content: '';
                        width: 30px;
                        height: 1px;
                        background: var(--primary-color-one);
                        right: 0;
                        top: 12px;
                    }
                }
            }
            &.right{
                .before_title{
                    &::before {
                        left: inherit;
                        right: 0;
                    }
                }
            }
            .title ,  h1 , h2 , h3 , h4 , h5 , h6 {
                font-size: 40px;
                font-family: var(--creote-family-one);
                line-height: 48px;
                color: var(--heading-dark);
                font-weight: 700;
            }
            p{
                margin-top: 12px;
            }
        }
        &.light_color{
             
            h2{
                color: #fff;
            }
            p{
                color: #fff;
                opacity: .8;
            }
        }
    }

    &.style_four{
        .title_sections{
            .before_title{
                position: relative;
                font-size: 16px;
                font-weight: 600;
                color: var(--primary-color-one);
                margin-bottom: 17px;
                display: inline-block;
                background: var(--primary-color-three);
                padding: 5px 15px;
                border-radius: 5px;
                font-family: var(--creote-family-one);
            }
            .title ,  h1 , h2 , h3 , h4 , h5 , h6 {
                font-size: 40px;
                font-family: var(--creote-family-one);
                line-height: 48px;
                color: var(--heading-dark);
                font-weight: 700;
            }
            p{
                margin-top: 12px;
            }
        }
        &.light_color{
             
            .title ,  h1 , h2 , h3 , h4 , h5 , h6 {
                color: #fff;
            }
            p{
                color: #fff;
            }
        }
    }
    &.style_five{
        .title_sections{
            position: relative;
            .before_title{
                font-size: 15px;
                line-height: 25px;
                font-weight: 600;
                color: #ffffff;
                padding: 0px 0px 12px 0px;
                letter-spacing: 3px;
                font-family: var(--creote-family-one);
            }
            .title ,  h1 , h2 , h3 , h4 , h5 , h6 {
            font-size: 38px;
            line-height: 50px;
            font-family: var(--creote-family-one);
            font-weight: 700;
            color: var(--heading-dark);
            padding: 0px 0px 10px 0px;
        }
        p{
            font-size: 17px;
            line-height: 27px;
            padding: 0px 0px 10px 0px;
        }
    }
    &.light_color{
             
        .title ,  h1 , h2 , h3 , h4 , h5 , h6 {
            color: #fff;
        }
        p{
            color: #fff;
        
        }
    }
    }
    &.style_six{
        .title_sections{
            .before_title {
                position: relative;
                font-size: 16px;
                font-weight: 500;
                font-family: var(--creote-family-two);
                color: var(--primary-color-one);
                text-transform: uppercase;
                padding-bottom: 18px;
                display: inline-block;
                span {
                    margin-right: 10px;
                    font-size: 20px;
                }
            }
            .title ,  h1 , h2 , h3 , h4 , h5 , h6 {
                font-size: 38px;
                line-height: 50px;
                font-weight: 700;
                color: var(--heading-dark);
                padding: 0px 0px 10px 0px;
                font-family: var(--creote-family-one);
            }
            p{
                font-size: 17px;
                line-height: 27px;
                padding: 0px 0px 10px 0px;
            }
        }
        &.light_color{
            .before_title{
                color: var(--color-white);
                span{
                    color: var(--color-white);
                }
            }
            .title ,  h1 , h2 , h3 , h4 , h5 , h6 {
                color: var(--color-white);
                
            }
            p{
                color: var(--color-white);
            }
        }
    }
    &.style_seven {
        .title ,  h1 , h2 , h3 , h4 , h5 , h6 {
            font-size: 44px;
            line-height: 54px;
            font-weight: 700;
            color: var(--heading-dark);
            font-family: var(--creote-family-one);
            span {
                font-weight: 500;
            }
        }
        .before_title {
            font-size: 18px;
            padding-bottom: 10px;
            color: var(--primary-color-one);
            font-family: var(--creote-family-one);
            text-transform: uppercase;
            font-weight: 500;
            padding-top: 23px;
        }
        .small_text_sub{
            position: absolute;
            color: transparent;
            top: 0px;
            left: 0;
            opacity: .1;
            font-size: 60px;
            line-height: 60px;
            font-family: var(--creote-family-one);
            font-weight: 700;
            -webkit-text-stroke: 1px var(--heading-dark);
            text-shadow: 1px 1px 0 var(--heading-dark), -1px -1px 0 var(--heading-dark), 1px -1px 0  1px var(--heading-dark),
            -1px 1px 0 var(--heading-dark), 1px 1px 0 var(--heading-dark);
        }
        p {
            font-size: 16px;
            line-height: 26px;
            margin-top: 10px;
        }
        &.light_color{
            .before_title{
                color: var(--color-white);
                span{
                    color: var(--color-white);
                }
            }
            .title ,  h1 , h2 , h3 , h4 , h5 , h6 {
                color: var(--color-white);
                
            }
            .small_text_sub{ 
                -webkit-text-stroke: 1px var(--color-white);
                text-shadow: 1px 1px 0 var(--color-white), -1px -1px 0 var(--color-white), 1px -1px 0 1px var(--color-white), -1px 1px 0 var(--color-white), 1px 1px 0 var(--color-white);
            }
            
            p{
                color: var(--color-white);
            }
        }
        &.text-center{
            .small_text_sub{
                right: 0;
                margin: auto;
            }
        }
        &.text-right{
            text-align: right;
            .small_text_sub{
                left: unset;
                right: 0;
            }
        }
    }
.title_sections {
    .title_big{
        font-size: 51px!important;
        font-weight: 800!important;
        line-height: 66px!important;
    }
}  
}


.process_box {
    position: relative;
    &.style_one{
        .process_box_outer{
        .icon{
            position: absolute;
            left: 0;
            top: 2px;
            width: 65px;
            height: 65px;
            transition: 0.5s ease-in-out !important;
            -moz-transition: 0.5s ease-in-out !important;
            -o-transition: 0.5s ease-in-out !important;
            -ms-transition: 0.5s ease-in-out !important;
            .img , span{
                position: absolute;
                top:0px;
                right: 0;
                bottom: 0;
                font-size: 32px;
                border-radius: 50%;
                color: #fff;
                left: 0;
                margin: auto;
                line-height: 65px;
                width: 65px;
                height: 65px;
                background: var(--primary-color-one);
                text-align: center;
                transition: 0.5s ease-in-out !important;
                -moz-transition: 0.5s ease-in-out !important;
                -o-transition: 0.5s ease-in-out !important;
                -ms-transition: 0.5s ease-in-out !important;
            }
            .number{
                position: absolute;
                width: 50px;
                height: 50px;
                font-size: 16px;
                font-weight: 700;
                color: #fff;
                background: var(--primary-color-one);
                bottom: -10px;
                left: 0;
                line-height: 50px;
                text-align: center;
                border-radius: 50%;;
                transition: 0.5s ease-in-out !important;
                -moz-transition: 0.5s ease-in-out !important;
                -o-transition: 0.5s ease-in-out !important;
                -ms-transition: 0.5s ease-in-out !important;
                opacity: 0;
                &::before{
                    position: absolute;
                    content: '';
                    width: 15px;
                    height: 15px;
                    background: var(--primary-color-one);
                    border-radius: 50px;
                    top: 0px;
                    right: 0px;
                    opacity: 0;
                    transition: 0.5s ease-in-out !important;
                    -moz-transition: 0.5s ease-in-out !important;
                    -o-transition: 0.5s ease-in-out !important;
                    -ms-transition: 0.5s ease-in-out !important;
                }
            }
            .img{
                img{
                    width: 32px;
                    height: auto;
                }
            }
        }
        .content_box{
            position: relative;
            margin-left: 90px;
            h2{
                position: relative;
                a{
                    font-size: 22px;
                    font-weight: 700;
                    color: var(--heading-dark);
                    line-height: 32px;
                    margin-bottom: 10px;
                    padding-bottom: 10px;
                    display: block;
                }
            
                &:before{
                    position: absolute;
                    content: '';
                    width: 50px;
                    height: 3px;
                    background: var(--primary-color-one);
                    bottom: 0;
                    left: 0;
                    -webkit-transition: 0.5s ease-in-out;
                    transition: 0.5s ease-in-out;
                    -moz-transition: 0.5s ease-in-out;
                    -o-transition: 0.5s ease-in-out;
                    -ms-transition: 0.5s ease-in-out;
                }
                &:hover{
                    a{
                        color: var(--primary-color-one);
                    }
                   
                }
            }
        }

        &:hover{
            cursor: pointer;
            .icon{
                .img , span{
                    left: -5px;
                  opacity: 0;
                }
                .number{
                    bottom: 0px;
                    opacity: 1;
                    &::before{
                        top: -12px;
                        right: -12px;
                        opacity: 1;
                    }
                }
            }
           .content_box{
               h2{
                &::before{
                    width: 60px;
                }
               }
           }
        }
        &.light_color{
            .content_box{
                h2{ 
                    a{
                        color: #fff;
                    }
                }
                p{
                    color: #fff;
                    opacity: .8;
                }
            }
        }
    }
    } 
    &.style_two{
        .process_box_outer_two{
            position: relative;
            .number{
                position: relative;
                padding: 8px 11px 3px;
                border-radius: 30px;
                background: var(--primary-color-one);
                font-family: var(--creote-family-one);
                color: #fff;
                font-weight: 600;
                font-size: 12px;
                text-transform: uppercase;
                line-height: 20px;
                display: inline-block;
                margin-bottom: 20px;
                transition: 0.5s ease-in-out !important;
                -moz-transition: 0.5s ease-in-out !important;
                -o-transition: 0.5s ease-in-out !important;
                -ms-transition: 0.5s ease-in-out !important;
            }
            .content_box{
                position: relative;
                margin-bottom: 15px;
                .icon{
                    float: left;
                    span , img{
                        font-size: 47px;
                        line-height: 47px;
                        width: 47px;
                        color: var(--primary-color-one);
                    }
                }
                h2{
                    position: relative;
                    margin-left: 70px;
                    a{
                        display: block;
                        font-size: 18px;
                        font-weight: 700;
                        line-height: 28px;
                    }
                }
               
            }
            p{
                margin-bottom: 25px;
                line-height: 26px;
            }
            a.theme-btn{
                text-transform: uppercase;
                font-size: 12px;
                font-family: var(--creote-family-one);
                font-weight: 600;
                padding: 3px 25px 0px;
                min-height: 50px;
                line-height: 50px;
                &::after{
                    position: absolute;
                    content: unicode('f105');
                    font-family: "FontAwesome";
                    font-size: 16px;
                   opacity: 0;
                    top: 1px;
                    bottom: 0;
                    color: #fff;
                    margin: auto;
                    transition: 0.5s ease-in-out !important;
                    -moz-transition: 0.5s ease-in-out !important;
                    -o-transition: 0.5s ease-in-out !important;
                    -ms-transition: 0.5s ease-in-out !important;
                }
            }
            &:hover{
                .number{
                    animation: bounce;
                    animation-duration: 1s;
                }
                a.theme-btn{
                    &::after{
                        transform: translateX(10px);
                        opacity: 1;
                    }

                }
            }
          
        }
        &.light_color{
            h2 a{
                color: #fff;
            }
            p{
                color: #fff;
                opacity: .6;
            }
        }
    } 
    &.style_three{
        .process_box_outer_three{
            &.right{
                text-align: right;
            }
            position: relative;
            .icon{
                position: relative;
                margin-bottom: 20px;
            span {
                font-size: 50px;
                color: var(--primary-color-one);
                line-height: 50px;
               
                display: block;
            }
            img{
                height: 50px;
                width: auto; 
                margin-bottom: 5px;
            }
        }
            h2 {
                a{
                    font-size: 18px;
                    line-height: 26px;
                    margin-bottom: 8px;
                    display: block;
                    font-weight: 700;
                }
            }
            p {
                margin-bottom: 25px;
            }
            .number h6 {
                font-size: 50px;
                color: var(--primary-color-three);
                display: block;
                line-height: 50px;
            }
        }
   
    }    
    &.style_four{
        .process_box_outer_four {
            position: relative;
            text-align: center;
            .icon{
                position: relative;
                width: 150px;
                height: 150px;
                border-radius: 50%;
                background: #fff;
                box-shadow: var(--box-shadow);
                transition: 0.5s ease-in-out !important;
                -moz-transition: 0.5s ease-in-out !important;
                -o-transition: 0.5s ease-in-out !important;
                -ms-transition: 0.5s ease-in-out !important;
                margin: 0px auto 20px;
                display: block;
                span{
                    position: absolute;
                    font-size: 50px;
                    line-height: 60px;
                    height: 60px;
                    width: 60px;
                    text-align: center;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: auto;
                    color: var(--primary-color-one);
                }
                h6{
                    position: absolute;
                    top: 6px;
                    right: 1px;
                    width: 40px;
                    height: 40px;
                    font-size: 16px;
                    font-weight: 700;
                    color: #fff;
                    background: var(--primary-color-one);
                    line-height: 40px;
                    border-radius: 50px;
                }
                img{
                    position: absolute;
                    width: 50px;
                    height: auto;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: auto;
                }
            }
            h2{
                position: relative;
                line-height: normal;
                a{
                    display: block;
                    font-size: 18px;
                    font-weight: 700;
                    line-height: 28px;
                    margin-bottom: 8px;
                }
            }
        }

    }
   
}





/*---==========================================-----
-----==================extra_content===============-----
-----=========================================-----*/

.extra_content{
    position: relative;
    .download_box_content{
        position: relative;
        a{
            font-family: var(--creote-family-one);
            font-size: 18px;
            line-height: 28px;
            font-weight: 600;
            color: var(--heading-dark);
            display: inline-block;
            padding-right: 50px;
            position: relative;
            i{
                position: absolute;
                right: 0;
                top: 0;
                width: 30px;
                height: 30px;
                line-height: 30px;
                font-size: 16px;
                text-align: center;
                background: var(--primary-color-one);
                border-radius: 50px;
                color: #fff;
            }
        }
    }
    &.light_color{
        .download_box_content{
            a{
                color: #fff;
            }
        }
    }
    .authour_box_content{
        position: relative;
       .text{
           position: relative;
           margin-top: 5px;
         h6{  
            font-family: var(--creote-family-one);
            font-size: 18px;
            line-height: 28px;
            font-weight: 600;
            color: var(--heading-dark);
            a , span{
                font-family: var(--creote-family-two);
                color: var(--primary-color-one);
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
            }
         }
       }
       &.two{
        position: relative;
        border-radius: 120px;
        background: var(--primary-color-three);
        padding: 20px 40px 20px 0px;
        min-height: 100px;
        border: 1px solid var(--border-color-dark);
        .image{
            position: absolute;
            left: 18px;
            top: 0;
            bottom: 0;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin: auto;
            img{
                width: 100%;
                height: 100%;
                border-radius: 50%;
                object-fit: cover;
            }
        }
        .text{
            position: relative;
            margin-left: 120px;
            h6{
                font-size: 18px;
                line-height: 26px;
                font-weight: 600;
                margin-bottom: 8px;
            }
            p{
                font-size: 15px;
                line-height: 26px;
                margin: 0;
            }
            img{
                position: absolute;
                bottom: -29px;
                width: 150px;
                right: 0;
            }
        }
       }
    }
    &.light_color{
        .authour_box_content{
            h6{
                color: #fff;
            }
        }
    }
    .simple_image{
        position: relative;
        img{
            width: 52px;
            height: 52px;
            border-radius: 50px;
            overflow: hidden;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
        }
        h2{
            margin-left: 66px;
            display: block;
            font-size: 18px;
            font-weight: 700;
            line-height: 28px;
        }
    }
}

/*---==========================================-----
-----==================image_absolute===============-----
-----=========================================-----*/

.move_image_absolute{
    position: absolute;
    img{
        width: 100%;
        right: 100%;
    }
}
/*---==========================================-----
-----==================video_box===============-----
-----=========================================-----*/

.default .video_box a {
    background: var(--primary-color-one);
  }
  
  .default .video_box:before, .default .video_box:after
  {
    background: rgba(7,133,134, 0.4);
  }
  
  .gray .video_box a {
    background: #FDF9F9;
    color: #000000;
  }
  
  .gray .video_box:before, .gray .video_box:after
  {
    background: rgba(0,0,0, 0.4);
  }
  
  .red .video_box a {
    background: #FF0000;
  }
  
  .red .video_box:before, .red .video_box:after
  {
    background: rgba(255,0,0, 0.4);
  }
  
  .violet .video_box a {
    background-color: #4E18BC;
  }
  
  .violet .video_box:before, .violet .video_box:after
  {
    background: rgba(78,24,188, 0.4)
  }
  
  .green .video_box a {
    background-color: #8AD53A;
  }
  
  .green .video_box:before, .green .video_box:after
  {
    background: rgba(138,213,58, 0.4)
  }
  
  .orange .video_box a {
    background-color: #FF8C0E;
  }
  
  .orange .video_box:before, .orange .video_box:after
  {
    background: rgba(255,140,14, 0.4)
  }
.video_box {
    position: relative;
    width: 70px;
    height: 70px;
    display: inline-block;
    &:before , &:after {
        width: 0px;
        height: 0px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-animation-delay: .9s;
        animation-delay: .9s;
        content: "";
        position: absolute;
        -webkit-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        z-index: 0;
    }
    &:after {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }
    a {
        position: relative;
        display: inline-block;
        font-size: 30px!important;
        color: #fff;
        width: 70px;
        height: 70px;
        line-height: 75px;
        text-align: center!important;
        border-radius: 50%;
        background: var(--primary-color-one);
        background-image: inherit;
        z-index: 10;
    } 
    &.color_white{
        a {
            background: var(--color-white);
            color: var(--primary-color-one);
        }
    }
} 



@keyframes ripple {
    70% {
        background: rgba(255, 255, 255, 0);
        width: 120px;
        height: 120px;
    }
    100% {
        background: rgba(255, 255, 255, 0);
        width: 0px;
        height: 0px;
    }
}

/*---==========================================-----
-----==================area of expertise ===============-----
-----=========================================-----*/

.area_of_expertise{
    position: relative;
    padding: 100px 0px 0px;
    overflow: hidden;
    .simpleParallax{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0; 
        right: 0;
         bottom: 0;
        top: 0;
        min-height: 600px;
        img{
            width: 100%!important;
            height: 100%!important;
            object-fit: cover;
        }
    }
    .title_and_video{
        position: relative;
        padding-bottom: 100px;
        z-index: 11;
        .col-lg-4{
            position: relative;
        }
        .video_box{ 
            position: absolute;
            right: 0;
            bottom: 0;
            top: 0;
            margin: auto;
            left: 0;
            height: 70px;
            a{
                background: #fff;
                color: var(--primary-color-one);
                &::after{
                    -webkit-animation: none;
                    animation: none;
                    width: 90px;
                    height: 90px;
                    top: 0;
                    background: rgba(255, 255, 255, 0.4);
                    z-index: -1;
                    bottom: 0;
                    margin: auto;
                    right: 0px;
                    left: -10px;
                    -webkit-transform: inherit;
                    transform: inherit;
                    transition: 0.5s ease-in-out;
                    -moz-transition: 0.5s ease-in-out;
                    -o-transition: 0.5s ease-in-out;
                    -ms-transition: 0.5s ease-in-out;
                }
                &::before{
                    -webkit-animation: none;
                    animation: none;
                    width: 110px;
                    height: 110px;
                    top: 0;
                    background: rgba(255, 255, 255, 0.2);
                    z-index: -1;
                    bottom: 0;
                    margin: auto;
                    right: 0px;
                    left: -20px;
                    -webkit-transform: inherit;
                    transform: inherit;
                    transition: 0.5s ease-in-out;
                    -moz-transition: 0.5s ease-in-out;
                    -o-transition: 0.5s ease-in-out;
                    -ms-transition: 0.5s ease-in-out;
                }
            }
        }
        .title_sections{
            h2{
                color: #fff;
            }
            p{
                color: rgba(255, 255, 255, 0.7);
            }
        }
    }
    .expertise_box{
        position: relative;
        padding: 40px 30px 40px 30px;
        margin-top: 30px;
        cursor: pointer;
        .step_number{
            position: relative;
            float: left;
            z-index: 11;
            h1{
                font-size: 60px;
                line-height: 60px;
                color: #fff;
                font-weight: 700;
            }
        }
        .title{
            position: relative;
            margin-left: 130px;
            z-index: 11;
            a{
                font-size: 22px;
                font-weight: 700;
                color: var(--heading-dark);
                display: block;
                line-height: 30px;
                color: #fff;
            }
        }
        &::before{
            position: absolute;
            content: '';
            width: 100%;
            height: 10px;
            left: 0;
            bottom: 0;
            background: var(--primary-color-two);
            transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            -ms-transition: all .5s ease;
            z-index: 1;
        }
        &:first-child , 
        &:nth-child(2){
            &:after{
                position: absolute;
                content: '';
                background: rgba(255, 255, 255, 0.6);
                width: 1px;
                height: calc(100% + 1000px);
                right: 0px;
                bottom: 0px;
                z-index: 0;
            }
        }
        &:hover{
            &::before{
                background: var(--primary-color-one);
                height: 100%;
            }
        }
    }
    
   &:hover{
    .title_and_video{
       
        .video_box{ 
            
            a{
                
                &::after{

                    width: 70px;
                    height: 70px;
                    top: 0;
                    right: 0;
                    left: 0;
                    bottom: 0;
                }
                &::before{
                    width: 70px;
                    height: 70px;
                    top: 0;
                    right: 0;
                    left: 0;
                    bottom: 0;
                }
            }
        }
   
    }
   } 
 &::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(300deg, var(--primary-color-two) 40%, rgba(0, 0, 0, 0.09) 100%);
    opacity: .9;
    z-index: 1;
 }
}





/*---==========================================-----
-----==================testimonial_sec ===============-----
-----=========================================-----*/

.testimonial_sec{
    &.style_one{
 
        .testimonial_box{
            position: relative;
            margin-bottom: 35px;
            .rating{
                position: relative;
                margin-bottom: 20px;
                ul{
                    margin: 0;
                    padding: 6px 15px;
                    background: var(--primary-color-three);
                    border: 1px solid var(--border-color-dark);
                    display: inline-block;
                    border-radius: 30px;
                    li{
                     
                        list-style: none;
                        span{
                            margin: 0px 3px;
                            color: var(--primary-color-one);
                            font-size: 16px;
                            &.empty{
                                color: var(--primary-color-one);
                                opacity: .4;
                            }
                            &:first-child{
                                margin-left: 0px;
                            }
                            &:last-child{
                                margin-right: 0px;
                            }
                        }
                       
                    }
                }
            }
            .authour_details{
                position: relative;
                margin-bottom: 20px;
                .details{
                    position: relative;
                    padding-top: 5px;
                    h2{
                        font-size: 22px;
                        font-weight: 700;
                        color: var(--heading-dark);
                        display: block;
                        line-height: 30px;
                        color: var(--heading-dark);
                    }
                    span{
                        font-size: 12px;
                        font-family: var(--creote-family-one);
                        font-weight: 600;
                        text-transform: uppercase;
                        color: var(--primary-color-one);
                        margin-bottom: 5px;
                    }
                }
                &.image_yes{
                    .details{
                        position: relative;
                        margin-left: 90px;
                        &::before{
                            position: absolute;
                            content: '';
                            width: 1px;
                            height: 100%;
                            left: -18px;
                            top: 0;
                            background: var(--primary-color-thee);
                            opacity: .2;
                        }
                    }
                    .image{
                        float: left;
                  
                        img{
                            width: 60px;
                            height: 60px;
                            object-fit: cover;
                            border-radius: 50%; 
                        }
                    }
                    position: relative;
                    
                }
            }
            .comment{
                position: relative;
                font-size: 18px;
                line-height: 28px;
                font-weight: 500;
                font-family: var(--creote-family-one);
            }
        }
        .arrows{
            position: absolute;
            width: 200px;
            display: inline-block;
            bottom: 39px;
            .next-single-one , .prev-single-one{
                position: relative;
                top: inherit;
                left: inherit;
                right: inherit;
                display: inline-block;
                background-image: none!important;
                height: auto;
                width: auto;
                &::before{
                    width: auto;
                    height: auto;
                    line-height: inherit;
                    background: none;
                    box-shadow: inherit;
                    font-size: 32px;
                }
                &:hover{
                    &::before{
                        color: var(--primary-color-one);
                    }
                }
            }
            .next-single-one{
                margin-left: 60px;
            }
            .prev-single-one{
                margin-right: 80px;
            }
            .next-single-one::before{
                content: unicode('e91d');
                font-family: 'icomoon' !important;
            }
            .prev-single-one::before{
                content: unicode('e91c');
                font-family: 'icomoon' !important;
            }
        }
        .num_pagination{
            display: inline-block;
            padding: 0px 65px;
            font-size: 18px;
            font-family: var(--creote-family-one);
            font-weight: 700;
            text-transform: uppercase;
            .swiper-pagination-fraction{
                color: var(--primary-color-two);
            }
            .swiper-pagination-current{
                font-size: 30px;
            }
        }
        .icon_quotes{
            position: absolute;
            width: 120px;
            height: 120px;
            background: var(--primary-color-one);
            border-radius: 50%;
            text-align: center;
            line-height: 120px;
            top: 0;
            left: -150px;
            i{
                font-size: 50px;
                line-height: 120px;
                color: #fff;
            }
            &:before{
                position: absolute;
                content: '';
                width: 120px;
                height: 120px;
                border-radius: 50%;
                left: 7px;
                top: 9px;
                background: transparent;
                border: 1px solid var(--border-color-dark);
            }
        }
        &.light_color{
            .testimonial_box {
                .authour_details{ 
                    &.image_yes{
                        .details{
                            &::before{
                                background: var(--primary-color-one);
                                opacity: .3;
                            }
                        }
                    }
                    .details{
                        h2{
                            color: #fff;
                        }
                    }
                }
                .comment{
                    color: #fff;
                }
            }
            .num_pagination{
                .swiper-pagination-fraction{
                    color: #fff;
                }
            }
            .arrows {
                .prev-single-one ,
                .next-single-one{
                    &::before{
                        color: #fff;
                    }
                }
            }
            .icon_quotes{
                &:before{
                    border: 1px solid #fff;
                }
            }
        }
       
    }
    &.style_two{
        .swiper, .swiper-container{
            overflow: unset;
        }
        .swiper-container{
            overflow: inherit!important;
        }
        .testimonial_box{
            position: relative;
            margin-bottom: 35px;
            text-align: center;
            padding: 40px 40px;
            background: #fff;
            border-radius: 10px;
            box-shadow: var(--box-shadow);
            &::before{
                position: absolute;
                content: '';
                border: 1px dashed var(--border-color-dark);
                width: 98%;
                height: 97%;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                margin: auto;
                border-radius: 10px;

            }
            .rating{
                position: relative;
                margin-top: 25px;
                text-align: center;
                ul{
                    margin: 0;
                    padding: 6px 15px;
                    background: var(--primary-color-three);
                    border: 1px solid var(--border-color-dark);
                    display: inline-block;
                    border-radius: 30px;
                    text-align: center;
                    li{
                     
                        list-style: none;
                        span{
                            margin: 0px 3px;
                            color: var(--primary-color-one);
                            font-size: 16px;
                            &.empty{
                                color: var(--primary-color-one);
                                opacity: .4;
                            }
                            &:first-child{
                                margin-left: 0px;
                            }
                            &:last-child{
                                margin-right: 0px;
                            }
                        }
                       
                    }
                }
            }
            .authour_image{
                position: relative; 
                padding-bottom: 20px;
                border-radius: 50%;
                margin: auto; 
                display: inline-block;
                .icon-quote{
                    position: absolute;
                    width: 50px;
                    height: 50px;
                    font-size: 30px;
                    text-align: center;
                    line-height: 50px;
                    color: #fff;
                    background: var(--primary-color-one);
                    top: 2px; 
                    left: -19px; 
                    border-radius: 50%;
                }
                img{
                    width: 120px;
                    height: 120px;
                    -o-object-fit: cover;
                    object-fit: cover;
                    border-radius: 50%;
                }
            }
            .comment{
                position: relative;
                font-size: 17px;
                line-height: 27px;
                font-weight: 500;
                font-family: var(--creote-family-one);
            }
        }

        .single_swiper {
            .swiper-slide{
                .testimonial_box{
                    opacity: .2;
                }

                &.swiper-slide-active{
                    .testimonial_box{
                        opacity: 1;   
                    }
                }
            }
        }

        .auth_details{
            position: relative;
            cursor: pointer;
            text-align: center;
            padding: 25px;
            border-radius: 10px;
            background: #fff;
            box-shadow: var(--box-shadow);
            h2{
                font-size: 18px;
                font-weight: 700;
                color: var(--heading-dark);
                display: block;
                line-height: 26px;
                margin-bottom: 5px;
            }
            span{
                font-size: 12px; 
                text-transform: uppercase;
                line-height: 20px;
                display: block;
                color: var(--text-color-dark-two);
                font-weight: 400;
            }
        }

        .single_swiper_tab{
            .swiper-wrapper{
                text-align: center;
                .swiper-slide{
                    margin: 15px 0px;
                    &.swiper-slide-thumb-active{
                        .auth_details{
                            background: var(--primary-color-one);
                            h2{
                                color: #fff;
                            }
                            span{
                                color: #fff;
                                opacity: .7;
                            }
                        }   
                    }
                }
            }
        }
      
    

        &.light_color{
           position: relative;
        }
       
    }
    &.style_three{
        .swiper-slide-active{
            .testimonial_box{
                background: #fff;
                box-shadow: var(--box-shadow-two);
                opacity: 1;
            }
        }
        .testimonial_box{
            margin: 15px 15px 30px;
            border-radius: 5px;
            background: #fff;
            padding: 40px 30px;
            text-align: center;
            position: relative;
            transition: all .6s ease-in-out;
            -moz-transition: all .6s ease-in-out;
            -ms-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            opacity: .5;
            .description {
                margin-bottom: 56px;
                position: relative;
            }
            i {
                font-size: 30px;
                line-height: 60px;
                display: block;
                color: var(--primary-color-one);
                width: 60px;
                height: 60px;
                background: var( --primary-color-three);
                border-radius: 50px;
                text-align: center;
                margin: 0 auto 20px;
                opacity: .5;
                transition: all .6s ease-in-out;
                -moz-transition: all .6s ease-in-out;
                -ms-transition: all .6s ease-in-out;
                -o-transition: all .6s ease-in-out;
            }
            img {
                width: 100px;
                height: 100px;
                object-fit: cover;
                border-radius: 50%;
            }
            .title {
                display: block;
                font-size: 18px;
                font-weight: 700;
                color: var(--heading-dark);
                margin: 0 0 8px 0;
                line-height: 28px;
                position: relative;
                &:before {
                    content: "";
                    width: 1px;
                    height: 30px;
                    background: var(--primary-color-three);
                    margin: 0 auto;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: -44px;
                }
            }
            p.from {
                color: var(--primary-color-one);
                font-weight: 400;
                font-size: 15px;
                margin-bottom: 20px;
                font-family: var(--creote-family-one);
            }
            .rating{
                position: relative;
                padding: 20px 0px 0px 0px;
                ul{
                    margin: 0;
                    padding: 0px;
                    li{
                        list-style: none;
                        span{
                            display: inline-block;
                            margin: 0px 4px;
                            color: var(--primary-color-one);
                            &.empty{
                                color: var(--primary-color-three);
                            }
                        }
                    }
                }
            }
            &:hover{
                i{
                    opacity: 1;
                    background: var(--primary-color-one);
                    color: #fff;
                }
            }
        }
  
 .arrows{
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
     .prev-single-one_three{
        position: absolute;
        left: -50px;
    }
    .next-single-one_three{
        position: absolute;

        right: 0;
    }
 }
    }
    &.style_four{
        .testimonial_box{
            position: relative;
            padding: 0px 10px;
            text-align: left;
            .rating{
                position: relative;
                margin-bottom: 12px;
                ul{
                    margin: 0px;
                    padding: 0px;
                    li{
                        list-style: none;
                        span{
                            margin-right: 4px;
                            color: var(--primary-color-one);
                            &.empty{
                              opacity: .5;
                            }
                        }
                    }
                }
            }
            .client_bx{
                position: relative;
                display: flex;
                .image_box{
                    width: 60px;
                    height: 60px;
                    min-width: 60px;
                    border-radius: 50%;
                    overflow: hidden;
                    margin: auto 0px;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }
                .left_s{
                    position: relative;
                    margin-left: 14px;
                    h2{
                        font-size: 18px;
                        line-height: 28px;
                        font-weight: 700;
                        margin-bottom: 5px;
                    }
                    h6{
                        font-size: 16px;
                        line-height: 26px;
                        font-weight: 500;
                        color: var(--primary-color-one);
                    }
                }
            }
        }
    }
    &.style_five{
        .testimonial_box{
                background: #fff;
                position: relative;
                border-radius: 10px;
                padding: 30px;
                box-shadow: var(--box-shadow-two);
                margin: 10px 15px 10px;
                transition: all .6s ease-in-out;
                -moz-transition: all .6s ease-in-out;
                -ms-transition: all .6s ease-in-out;
                -o-transition: all .6s ease-in-out;
                .icon_quotes{
                    position: absolute;
                    bottom: 30px;
                    right: 30px;
                    i{
                        font-size: 50px;
                        color: var(--primary-color-three);
                        transition: all .6s ease-in-out;
                        -moz-transition: all .6s ease-in-out;
                        -ms-transition: all .6s ease-in-out;
                        -o-transition: all .6s ease-in-out;
                    }
                }
                .lower_box {
                    position: relative;
                display: flex;
                }
                .image_box {
                    position: relative;
                    min-width: 90px;
                    width: 90px;
                    height: 90px;
                    overflow: hidden;
                    border-radius: 50%;
                    margin: auto 0px;
                    img{
                        width: 90px;
                        height: 90px;
                        object-fit: cover;
                    }
                }
                .content_box {
                    margin-left: 20px;
                    position: relative;
                    transition: all .6s ease-in-out;
                    -moz-transition: all .6s ease-in-out;
                    -ms-transition: all .6s ease-in-out;
                    -o-transition: all .6s ease-in-out;
                  
                    .rating ul{
                        padding-left: 0px;
                        margin-left: 0px;
                        li{
                            list-style: none;
                            
                            span{
                                color: var(--primary-color-one);
                                font-size: 15px;
                                margin-right: 5px;
                                transition: all .6s ease-in-out;
                                -moz-transition: all .6s ease-in-out;
                                -ms-transition: all .6s ease-in-out;
                                -o-transition: all .6s ease-in-out;
                                &.empty{
                                    color: var(--primary-color-three);    
                                }
                            }
                        }
                    }
                    .description{
                        position: relative;
                        margin-bottom: 20px;
                    }
                
                    .authour {
                        position: relative;
                        h2 {
                            font-size: 18px;
                            line-height: 28px;
                            font-weight: 700;
                            margin-bottom: 5px;
                        }
                        p{
                            margin-bottom: 0px;
                            color: var(--primary-color-one);
                        }
                    }
                }
                &:hover{
                    background: var(--primary-color-one);
                    .icon_quotes{
                        i{
                            color: rgba(255 , 255 , 255 , .5);
                        }
                    }
                    .content_box {
                        .rating ul{
                            li{
                                span{
                                    color: #fff;
                                    &.empty{
                                        color: rgba(255 , 255 , 255 , .5);
                                    }
                                }
                            }
                        }
                    .description{
                        color: rgba(255 , 255 , 255 , .8);
                    }
                    .authour {
                        h2{
                            color: #fff;
                        }
                        p{
                            color: rgba(255 , 255 , 255 , .8);
                        }
                    }
                }
                }
        }
 
    }
}

/*-----v2 style-----*/

.testimonial_sec  {
    position: relative;
    &.style_v2_one{
        position: relative;
        .testimonial_box{
            position: relative;
            display: flex;
            overflow: hidden;
            border-radius: 5px;
            background: #fff;
            box-shadow: var(--box-shadow-two);
            margin: 10px;
            .image{
                width: 40%;
                min-width: 40%;
                overflow: hidden;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 5px;
                }
            }
            .authour_details{
                position: relative;
                padding: 40px;
                width: 60%;
                min-width: 60%;
                .b_image{
                    position: relative;
                    width: 200px;
                    margin-bottom: 20px;
                }
                .comment{
                    position: relative;
                    margin-bottom: 20px;
                }
                .details{
                    position: relative;
                    display: flex;
                    .c_image{
                        min-width: 60px;
                        min-height: 60px;
                        img{
                            width: 60px;
                            height: 60px;
                            border-radius: 50px;
                            overflow: hidden;
                            object-fit: cover;
                        }
                    }
                    .c_content{
                        padding-left: 15px;    display: flex;
                        .content_in{
                        
                            align-items: center;
                        }
                        h2{
                            font-size: 18px;
                            line-height: 28px;
                            font-weight: 700;
                            color: var(--heading-dark);
                        }
                        span{
                            font-size: 15px;
                            line-height: 25px;
                            color: var(--primary-color-one);
                            display: block;
                        }
                    }
                   
                }
                .rating{
                    position: relative;
                    margin-top: 20px;
                    ul{
                        margin-left: 0px;
                        margin-bottom: 0px;
                        padding-left: 0px;
                        li{
                            list-style: none;
                            span{
                                font-size: 14px;
                                color: var(--primary-color-one);
                                display: inline-block;
                                margin-right: 5px;
                                &.empty{
                                    color: var(--primary-color-three);
                                }
                            }
                        }
                    }
                }
            }
        }
        .arrows{
            position: absolute;
            width: 100%;
            left: 0;
            height: 50px;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 0;
            z-index: 1;
            .prev-single-one{
                position: absolute;
                width: 50px;
                height: 50px;
                left: -100px;
                top: 0;
            }
            .next-single-one{
                position: absolute;
                width: 50px;
                height: 50px;
                right: -100px;
                top: 0;
            }
        }
    }
    &.style_v2_two{
        text-align: center;
       
        .testimonial_box{
            position: relative;
            z-index: 4;
            .c_image{
                position: relative;
                overflow: hidden;
                width:110px;
                height: 110px;
                border-radius: 110px;
                margin: 0 auto 20px;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: top;
                }
            }
            .comment{
                margin-bottom: 20px;
                color: #fff;
                font-size: 18px;
                line-height: 34px;
            }
            .c_content{
                h2{
                    font-size: 20px;
                    font-weight: 700;
                    color: #fff;
                    margin-bottom: 6px;
                    line-height: 32px;
                }
                span{
                    font-size: 15px;
                    font-weight: 500;
                    color: #fff;
                    display: block;
                    font-family: var(--creote-family-one);
                    margin-bottom: 15px;
                }
            }
            .rating{
                li{
                    list-style: none;
                    span{
                        color: var(--primary-color-one);
                        padding: 0px 4px;
                        &.empty{
                            opacity: 0.3;
                        }
                    }
                }
            }
        }
        .arrows{
            position: absolute;
            width: 100%;
            height: 100px;
            margin: auto;
            left: 0;
            top: 0;
            bottom: 0;
       
            .prev-single-one , .next-single-one{
                position: absolute;
                left: -80px;
                top: 0;
                bottom: 0;   
                z-index: 3;
               &:before{
                width: 60px;
                height: 60px;
                box-shadow: var(--box-shadow);
                line-height: 60px;
                text-align: center;
                border-radius: 0px;
                font-size: 26px;
                color: #fff;
                background: var(--primary-color-one);
               }
            
            }
            .next-single-one{
                left: unset;
                right: -20px;
            }
        }
    }
    
}

/*---==========================================-----
-----==================grid column for blog post and project ===============-----
-----=========================================-----*/

._card{
    position: relative;
    display: inline-block;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}
@media (min-width: 576px){
 ._card {
    display: inline-block;
    width: 100%;
}}
.one_column  {
    .grid_show_case{
        .grid_box {
            width: 100%;
            padding: 0px 0px;
            margin-bottom: 25px;
        }
    }
}


.two_column  {
    .grid_show_case{
        .grid_box {
            width: 50%;
            padding: 0px 12px;
            margin-bottom: 25px;
        }
    }
}

.three_column  {
    .grid_show_case{
        .grid_box {
            width: 33.33%;
            padding: 0px 12px;
            margin-bottom: 25px;
        }
    }
}
.four_column  {
    .grid_show_case{
        .grid_box {
            width: 25%;
            padding: 0px 12px;
            margin-bottom: 25px;
        }
    }
}

.five_column  {
    .grid_show_case{
        .grid_box {
            width: 20%;
            padding: 0px 12px;
            margin-bottom: 25px;
        }
    }
}

/*---==========================================-----
-----================== image_boxes ===============-----
-----=========================================-----*/
.image_boxes {
    position: relative;
    &.style_one{
        display: inline-block;
        margin-bottom: 100px;
    .image{
        &.one{
            position: relative;
            width: 500px;
            height: 550px;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: var(--box-shadow);
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
        &.two{
            position: absolute;
            bottom: -50px;
            right: -50px;
            width: 250px;
            height: 250px;
            border: 5px solid #fff; 
            border-radius: 15px;
            overflow: hidden;
            box-shadow: var(--box-shadow);
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
    }
    .year_of_experience{
        position: absolute;
        padding: 25px;
        border-radius: 10px;
        background: #fff;
        box-shadow: var(--box-shadow);
        display: inline-block;
        max-width: 400px;
        left: 30px;
        bottom: -60px;
        .year{
            position: absolute;
            left: 25px;
            top: 0;
            bottom: 0;
            width: 70px;
            height: 70px;
            line-height: 80px;
            font-size: 30px;
            font-weight: 600;
            border-radius: 60px;
            background: var(--primary-color-one);
            color: #fff;
            text-align: center;
            font-family: var(--creote-family-one);
            margin: auto;
            &::before{
                position: absolute;
                content: '';
                width: 90px;
                height: 90px;
                background: transparent;
                border: 2px dotted var(--border-color-dark);
                border-radius: 50px;
                top: -10px;
                left: -10px;
            }
        }
        .content{
            position: relative;
            margin-left: 100px;
            margin-right: 20px;
            h2{
                font-size: 20px;
                font-weight: 600;
                line-height: 30px;
            }
            span{
                font-size: 60px;
                height: 60px;
                position: absolute;
                line-height: 60px;
                right: -40px;
                margin: auto;
                bottom: 0;
                top: 0;
                opacity: .2;
            }
        }
    }
    .video_box{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 70px;
        height: 70px;
    }
    &.style_two{
        position: relative;
        min-height: 560px;
        display: inline-block;
        .background_image{
            position: absolute;
            min-width: 740px;
            left: -165px;
            height: 596px;
            top: -33px;
        }
        .image{
            position: relative;
            width: 270px;
            height: 370px;
            border-radius: 10px;
            overflow: hidden;
   
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            &.one{
                float: left;
            }
            &.two{
                position: absolute;
                right: -300px;
                margin-top: 100px;
            }
        }
        .authour_quotes{
            position: absolute;
            width: 330px;
            bottom: 30px;
            left: 0;
            padding: 25px 25px 18px;
            border-radius: 10px;
            background: var(--primary-color-one);
            z-index: 2;
            h6{
                font-size: 18px;
                font-weight: 700;
                color: #fff;
                display: block;
                line-height: 26px;
                margin-bottom: 8px;
            }
            p{
                font-family: var(--creote-family-one);
                font-weight: 600;
                color: #fff;
                opacity: .8;
                font-size: 12px;
                text-transform: uppercase;
                margin: 0px 40px 0px 0px;
            }
            i{
                font-size: 50px;
                color: #fff;
                opacity: .1;
                position: absolute;
                bottom: 10px;
                right: 10px;
            }
        }
    }
    &.style_three{
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        &.border_yes {
            border: 10px solid var(--primary-color-three);
            border-radius: 5px;
            img{
                border-radius: 5px;
            }
        }
        img{
            height: 470px;
            width: 100%;
            object-fit: cover;
  
        }
        .video_box{
            width: 100px;
            height: 100px;
            a{
                background: #fff;
                color: var(--primary-color-one);
                width: 100px;
                height: 100px;
                line-height: 105px;
                font-size: 35px!important;
            }
        }
        &.border_yes {
            .video_box{
                width: 70px;
                height: 70px;
                z-index: 3;
                a{
                    width: 70px;
                    line-height: 75px;
                    font-size: 22px!important;
                    height: 70px;
                    background: var(--primary-color-one);
                    color: #fff;
                    &::before{
                        -webkit-animation: none;
                        animation: none;
                        width: 110px;
                        height: 110px;
                        top: 0;
                        background: rgba(255, 255, 255, 0.2);
                        z-index: -1;
                        bottom: 0;
                        margin: auto;
                        right: 0px;
                        left: -20px;
                        -webkit-transform: inherit;
                        transform: inherit;
                        -webkit-transition: 0.5s ease-in-out;
                        transition: 0.5s ease-in-out;
                        -moz-transition: 0.5s ease-in-out;
                        -o-transition: 0.5s ease-in-out;
                        -ms-transition: 0.5s ease-in-out;
                    }
                    &::after {
                        -webkit-animation: none;
                        animation: none;
                        width: 90px;
                        height: 90px;
                        top: 0;
                        background: rgba(255, 255, 255, 0.4);
                        z-index: -1;
                        bottom: 0;
                        margin: auto;
                        right: 0px;
                        left: -10px;
                        -webkit-transform: inherit;
                        transform: inherit;
                        -webkit-transition: 0.5s ease-in-out;
                        transition: 0.5s ease-in-out;
                        -moz-transition: 0.5s ease-in-out;
                        -o-transition: 0.5s ease-in-out;
                        -ms-transition: 0.5s ease-in-out;
                    }
                }
            }
        }
    }
    &.style_four{
         .image_box {
            position: relative;
            margin-bottom: 30px;
    
            overflow: hidden;
            border-radius: 5px;
            &.one{
                margin-bottom: 30px;        box-shadow: var(--box-shadow);
            }
            img{
                width: 100%;
                height: 285px;
                object-fit: cover;
            }
            .pad_zero_left {
                padding-left: 0px;
            }
            .pad_zero_right {
                padding-right: 0px;
            }
        }
        .imgs{
            overflow: hidden;
            border-radius: 10px;
            box-shadow: var(--box-shadow-two);
        }
        .image_content_inner {
            text-align: center;
            padding: 20px 30px;
            background: var(--primary-color-one);
            bottom: 20px;
            left: 20px;
            z-index: 10;
            position: absolute;
            border-radius: 5px;
            h2 {
                font-size: 18px;
                line-height: 28px;
                font-weight: 700;
                color: #fff;
            }
            &.viceo_en{
                padding-right: 80px;
                .video_box_null{
                    position: absolute;
                    top: 0;
                    right: 15px;
                    bottom: 0;
                    height: 40px;
                    width: 40px;
                    margin: auto;
                    a{
                        color: #fff;
                        width: 40px;
                        display: block;
                        text-align: center;
                        line-height: 43px;
                        height: 40px;
                        border-radius: 50px;
                        background: rgba(0, 0, 0, .1);
                    }
                }
            }
           
        }
      
    }
    &.style_five{
        &::before {
            position: absolute;
            content: '';
            width: 362px;
            height: 362px;
            background: var(--primary-color-three);
            top: 55px;
            left: 75px;
            border-radius: 50%;
            z-index: -1;
        }
        position: relative;
        z-index: 0;
        display: inline-block;
        .image_box{
            overflow: hidden;
            position: relative;
            display: inline-block;
          
            &.one {
                z-index: 3;
                .video_box_null{
  
                    position: absolute;
                    right: -0px;
                    bottom: 0px;
                    a{
                        width: 60px;
                        height: 60px;
                        text-align: center;
                        line-height: 60px;
                        background: var(--primary-color-one);
                        display: block;
                        border-radius: 10px 0px 10px 0px;
                        i{
                            position: absolute;
                            font-size: 16px;
                            height: 16px;
                            width: 16px;
                            line-height: 16px;
                            text-align: center;
                            top: 0;
                            bottom: 0;
                            right: 0;
                            color: #fff;
                            left: 0;
                            margin: auto;
                        }
                    }
                }
            }
            &.two{
                z-index: 2;
                margin-top: -150px;
                margin-left: 190px;
            }
            img {
                border-radius: 10px;
                height: 325px;
                object-fit: cover;
                width: 350px;
            }
        }
        
    }
    &.style_six{
        position: relative;   padding-bottom: 40px;
        .image_box {
            position: relative;
            img{
                border-radius: 10px;
            }
            .video_inner.type_six {
                position: absolute;
                top: 30px;
                text-align: center;
                right: 30px;
                overflow: hidden;
                background: var(--primary-color-one);
                padding: 10px;   border-radius: 10px;
                a {
                    background: var(--primary-color-one);
                    position: relative;
                    display: inline-block;
                    font-size: 30px!important;
                    color: #fff;
                    width: 70px;
                    height: 70px;
                    line-height: 70px;
                    text-align: center!important;
                    border-radius: 50%;
                }
                p {
                    position: relative;
                    z-index: 10;
                    color: #fff;
                    font-weight: 600;
                    margin-bottom: 0px;
                    font-family: var(--creote-family-one);
                }
               
            }
            .experience {
                left: 0px;
                position: absolute;
                right: 0;
                bottom: -65px;
                .experience_inner {
                    padding: 20px 40px;
                    background: #fff;
                    margin: 25px;
                    display: inline-block;
                    text-align: center;  border-radius: 10px;
                    box-shadow: var(--box-shadow-two);
                    h2 {
                        font-size: 22px;
                        color: var(--heading-dark);
                        line-height: 32px;
                        font-weight: 600; 
                        span {
                     
                            color: var(--primary-color-one);
                         
                        }
                    }
                }
            }
        }
 
        
    }
    &.style_seven{
        .image_box{
            position: relative;
            z-index: 2;
        }
        .video_inner {
            position: absolute;
            width: 80px;
            height: 80px;
            bottom: 15px;
            right: 15px;
            a{
                width: 70px;
                height: 70px;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background: var(--primary-color-one);
                color: #fff;
                border-radius: 50px;
                margin: auto;
                line-height: 70px;
                text-align: center;
                i{
                    font-size: 30px;
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    text-align: center;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;  margin: auto;
                }
            }
        }
        .experience{
            position: absolute;
            padding: 20px;
            top: 20px;
            left: -40px;
            background: var(--primary-color-one);
            &::before{
                position: absolute;
                content: '';
                border-left: 50px solid transparent;
                border-top: 50px solid transparent;
                border-right: 50px solid var(--primary-color-one);
                border-bottom: 50px solid transparent;
                left: -50px;
                z-index: -1;
                opacity: .9;
            }
            .experience_inner{
                h2{
                    font-size: 20px;
                    line-height: 30px;
                    font-weight: 700;
                    color: #fff;
                }
            }
        }
        .pattern_imag{
            position: absolute;
            width: 200px;
            bottom: -85px;
            left: -85px;
        }
    }
}
/*---==========================================-----
-----================== simple image boxes ===============-----
-----=========================================-----*/
.simple_image_boxes {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
 
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    
     
    &.style_two{
        background: var(--primary-color-three);
        padding: 50px;
        border-top-left-radius:30px;
        border-bottom-right-radius:30px;
        .parallax_cover{
            position: relative;
            overflow: hidden;
            height: 540px;
            border-top-left-radius:30px;
            border-bottom-right-radius:30px;
            img{
                border-radius: 0px;
            }
        }
    }
}

/*---==========================================-----
-----================== image_boxes ===============-----
-----=========================================-----*/
.counter-block{
    &.style_one{
        position: relative;
        padding: 28px;
        background: #fff;
        box-shadow: var(--box-shadow-two);
        border-radius: 10px;
        &:before{
            position: absolute;
            content: '';
            border: 1px dashed var(--border-color-dark);
            width: 97%;
            height: 97%;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            border-radius: 10px;
        }
        .icon_box{
            position: relative;
            min-height: 48px;
            margin-bottom: 20px;

   
                .icon{
                    position: absolute;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                    span{
                        font-size: 40px;
                        line-height: 40px;
                        color: var(--primary-color-one);
                    }
                    img{
                        width: auto;
                        height: 40px;
                    }
                }
                .coun_ter{
                    margin-left: 50px;
                }
        
            .coun_ter{
                position: relative;
                span{
                    display: inline-block;
                    font-size: 40px;
                    line-height: 48px;
                    font-weight: 700;
                    color: var(--primary-color-one);
                    font-family: var(--creote-family-one);
                }
                small{
                    font-size: 20px;
                    margin-left: 5px;
                    color: var(--text-color-light);
                }
            }
        }
        .content_box{
            position: relative;
            h6{
                display: block;
                color: var(--heading-dark);
                line-height: 28px;
                font-size: 18px;
                font-weight: 700;
                margin-bottom: 6px;
            }
            p{
                margin: 0px;

            }
        }
    }
    &.style_two{
        position: relative;
        padding: 35px 25px;
        background: #fff;
        box-shadow: var(--box-shadow-two);
        margin: 10px 0px 20px 0px;
        text-align: center;
        border-radius: 10px;
        .icon_box{ 
                .icon{
                    position: relative;
                    display: block;
                    text-align: center;
                    margin-top: 20px;
                    span{
                        font-size: 50px;
                        line-height: 50px;
                        color: var(--primary-color-one);
                    }
                    img{
                        width: auto;
                        height: 50px;
                    }
                }
                .coun_ter{
                    margin-left: 50px;
                }
      
            
        }
        .coun_ter{
            position: relative;
            margin-bottom: 5px;
            span{
                display: inline-block;
                font-size: 36px;
                line-height: 46px;
                font-weight: 700;
                color: var(--primary-color-one);
                font-family: var(--creote-family-one);
            }
            small{
                font-size: 20px; 
                position: relative;
                top: -15px;
                color: var(--text-color-light);
            }
        }
        .content_box{
            position: relative;
            h6{
                display: block;
                color: var(--heading-dark);
                line-height: 26px;
                font-size: 13px;
                font-weight: 700;
                text-transform: uppercase;
                margin-bottom: 6px;
            }
           
        }
    }
    &.style_three{
        position: relative;
        .icon_box   {
            position: relative;
            margin-bottom: 15px;
            span{
                font-size:60px;
                line-height: 60px;
                color: var(--primary-color-one);
            }
            img{
                width: 60px;
                height: auto;
            }
        }
        .content_box{
            p{
                margin-bottom: 10px;
            }
            h6{
                .coun_ter{
                    display: block;
                    .count-text{
                        font-size: 30px;
                        line-height: 50px;
                        color: var(--primary-color-one);
                        font-weight: 700;
                    }
                    small{
                        color: var(--text-color-light);
                        font-size: 16px;
                        font-weight: 500;
                    }
                }
                font-size: 20px;
                line-height: 30px;
                font-weight: 700;
            }
        }
    }
}

/*---==========================================-----
-----================== call_to_action ===============-----
-----=========================================-----*/
.call_to_action  {
    position: relative;
    text-align: center;
    overflow: hidden;
    .image{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
       
    }
    &.style_one{
        .image{
            &::before{
                position: absolute;
                content: '';
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                bottom: 0;
                right: 0;
                background: var(--primary-color-two);
                opacity: .92;
                z-index: 1;
            }
        }
    .left_content{
        position: relative;
        padding: 100px 120px;
   
        .main_content{
            position: relative;
            z-index: 2;
            h6{
                font-size: 20px;
                line-height: 30px;
                font-weight: 600;
                color: var(--primary-color-one);
                margin-bottom: 25px;
            }
            h1{
                font-size: 50px;
                line-height: 60px;
                font-weight: 700;
                color: #fff;
                margin-bottom: 15px;
            }
            p{
                color: #fff;
                margin-bottom: 35px;
                padding-bottom: 35px; 
                border-bottom: 1px dashed rgba(255 , 255 , 255 , .1);
            }
            .video_box{
                margin-bottom: 30px;
            }
        }
       
    }
   
    .bottom_content{
        position: relative;
        .button_content{
            display: inline-block;
            position: relative;
            top: 9px;
           a{
               i{
                   margin-left: 8px;
                   font-size: 16px;
                   position: relative;
                   top: 2px;
               }
           }
        }
        .call_content{
            display: inline-block;
            position: relative;
            margin-left: 20px;
            span{
                position: absolute;
                left: 0;
                bottom: 0;
                top: 5px;
                font-size: 30px;
                line-height: 56px;
                width: 56px;
                height: 56px;
                border-radius: 50%;
                text-align: center;
                color: #ffffff;
                background: transparent;
                border: 1px dashed #ffffff;
                margin: auto;
            }
            .content_bx{
                margin-left: 70px;
                padding-top: 9px;
                text-align: left;
                h2{
                    font-size: 15px;
                    line-height: 25px;
                    color: #fff;
                    margin-bottom: 2px;
                    font-weight: 600;
                }
                p{
                    color: #fff;
                    opacity: .9;
                    text-decoration: underline;
                    margin: 0px;
                    padding: 0;
                    border: 0px;
                }
            }
        }
    }
    }
    &.style_two{
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        .auto-container{
            position: relative;
            z-index: 10;
            text-align: left;
        }
        .left_content{
            padding: 60px 40px;
            position: relative;
            z-index: 1;
            h1{
                font-size: 36px;
                line-height: 46px;
                font-weight: 700;
                margin-bottom: 20px;
                color: #fff;
            }
            .call_content{
                display: flex;
                position: relative;
                span{
                    position: relative;
                    font-size: 30px;
                    line-height: 56px;
                    display: block;
                    width: 56px;
                    height: 56px;
                    border-radius: 50%;
                    text-align: center;
                    color: var(--primary-color-one);
                    background: #fff;
                    margin-top: auto;
                    min-width: 56px;
                    margin-bottom: auto;
                }
                .content_bx{
                    margin-left: 15px; 
                    text-align: left;
                    h2{
                        font-size: 16px;
                        color: #fff;
                        margin-bottom: 5px;
                        line-height: 26px;
                        font-weight: 600;
                    }
                    p{
                        color: #fff;
                        margin: 0px;
                        padding: 0;
                        border: 0px;
                    }
                }
            }
        }
        .image_right{
            position: absolute;
            height: auto;
            top: 0;
            right: 61px;
            width: auto;
            img{
                height: 500px;
                width: auto;
            }
        }
    }
}
/*---==========================================-----
-----================== icon_box_all ===============-----
-----=========================================-----*/


.icon_box_all {
    position: relative;
    &.style_one{
    background: #fff;
    box-shadow: var(--box-shadow);
    padding: 35px 30px 30px;
    border-radius: 10px;
    .icon_content{
        position: relative;
        display: flex;
        h3 {
            a{
                display: block;
                color: var(--heading-dark);
                line-height: 28px;
                font-size: 20px;
                font-weight: 700;
                margin-bottom: 10px;
            }
        }
        p{
                margin: 0px;
         
        }
        .icon{
            position: relative;
            min-width: 60px;
            span{
                font-size: 60px;
                line-height: 60px;
                color: var(--primary-color-one);
                display: block;
            }
            img{
                width: 60px;
                height: auto;
            }
            p{
                margin: 0px;
                color: var(--text-color-dark-two);
            }
        }
        &.icon_centers{
            .icon{
                margin: auto;
            }
        }
        .txt_content{
            position: relative;
            margin-left: 23px;
        }
    }
}
    &.style_two{
        padding-top: 20px;
        border-top: 3px solid var(--primary-color-three);
        transition:all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition:all .5s ease;
        -ms-transition: all .5s ease;
        min-height: 75px;
        .icon_content{
            position: relative;
            display: flex;
            .icon{
                position: relative;
                min-width: 50px;
                span{
                    font-size: 40px;
                    color: var(--primary-color-one);
                    line-height: 40px;
                    margin: auto;
                }
                img{
                    width: 48px;
                    height: auto;
                    margin: auto;
                }
            }
            .txt_content{
                position: relative;
                margin-left: 8px;
                h3{
                    a{
                        display: block;
                        color: var(--heading-dark);
                        line-height: 26px;
                        font-size: 18px;
                        font-weight: 700;
                        margin-bottom: 8px;
                        &:hover{
                            color: var(--primary-color-one);
                        }
                    }
                }
                p{
                    margin: 0px 0px 0px 0px;
                }
            }
           
        }
        &:hover{
            border-color: var(--primary-color-one);     
        }
    }
    &.style_three{
        text-align: center;
        background: #fff;
        padding:20px 20px;
        border-radius: 10px;
        box-shadow: var(--box-shadow);
        .icon_content {
            position: relative;
            .icon{
                position: relative;
                display: block;
                margin-bottom: 20px;
                span{
                    font-size: 60px;
                    line-height: 60px;
                    color: var(--primary-color-one);
                }
                img{
                    height: 60px;
                    width: auto;
                }
            }
           .txt_content {
                h3{
                    a{
                        display: block;
                        color: var(--heading-dark);
                        line-height: 30px;
                        font-size: 22px;
                        font-weight: 700;
                        margin-bottom: 8px;
                    }
                }
                p{
                    margin-bottom: 0px;
                }
                ul{
                    margin: 30px 0 35px;
                    padding: 0;
                    li{
                        text-align: left;
                        list-style: none;
                        padding-left: 20px;
                        position: relative;
                        margin-bottom: 10px;
                        &::before{
                            position: absolute;
                            content: '';
                            width: 12px;
                            height: 12px;
                            border-radius: 20px;
                            border: 2px solid var(--border-color-dark);
                            left: 0;
                            top: 0;
                            bottom: 0;
                            margin: auto;
                        }
                    }
                }
                .btn_left{
                    text-align: left;
                    a{
                        text-transform: uppercase;
                        font-size: 12px;
                        font-weight: 500;
                    }
                }
            }
        }
    }
    &.style_four{
        position: relative;
        .icon{
            position: relative;
            margin-bottom: 50px;
            display: block;
            transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            span{
                top: 20px;
                font-size: 45px;
                line-height: 45px;
                color: var(--primary-color-one);
                display: inline-block;
                position: relative;
                z-index: 2;
            }
            .svg_image{
                width: 45px;
                height: auto;
                display: inline-block;
                position: relative;
                z-index: 2;
                top: 20px;
                margin: auto; 
            }
            .shape{
                position: absolute;
                left: 0;
                top: 0;
                z-index: 1; 
            }
        }
        .txt_content{
            position: relative;
            h3{
                a{
                    display: block;
                    color: var(--heading-dark);
                    line-height: 28px;
                    font-size: 18px;
                    font-weight: 700;
                    margin-bottom: 8px;
                    &:hover{
                        color: var(--primary-color-one);
                    }
                }
            }
        }
        &:hover{
            .icon{
                margin-left: 10px;
            }
        }
    }
    &.style_five{
        position: relative;
        .icon_content{
            position: relative;
            padding: 40px 30px 30px;
            background: #112D4E;
            box-shadow: var(--box-shadow);
            overflow: hidden;
            border-radius: 10px;
            border: 3px solid #112D4E;
            transition: all 700ms ease 100ms;
            -moz-transition: all 700ms ease 100ms;
            -ms-transition: all 700ms ease 100ms;
            -o-transition: all 700ms ease 100ms;
            
            .icon{
                position: relative;
                margin-bottom: 25px;
                span {
                font-size: 60px;
                color: #ffffff;
                line-height: 60px;
                display: block;
                }
                img{
                    width: 60px;
                    height: auto;
                }
            }
            small {
                position: absolute;
                font-size: 48px;
                line-height: 60px;
                color: #112d4e;
                right: 20px;
                font-family: var(--creote-family-one);
                top: 45px;
                font-weight: 700;
            }
p{
    color:#fff
}
            h2 {
                font-size: 20px;
                line-height: 26px;
                font-weight: 700;
                color: #fff;
                margin-bottom: 10px;
            }
            .hover_content {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                display: block;
                padding: 0px 40px;
                transition: all 700ms ease 100ms;
                -moz-transition: all 700ms ease 100ms;
                -ms-transition: all 700ms ease 100ms;
                -o-transition: all 700ms ease 100ms;
                opacity: 0;
                transform-style: preserve-3d;
                transform: perspective(1200px) rotateX(-45deg) translateZ(-50px);
                background:#fff; 
                border-radius: 10px;
                .content {
                    display: table;
                    width: 100%;
                    height: 100%;
                    .inner {
                        display: table-cell;
                        vertical-align: middle;
                        text-align: center;
                        a{
                            font-family: var(--creote-family-one);
                            font-size: 15px;
                            line-height: 25px;
                            display: block;
                            margin-top: 15px;
                            span{
                                position: relative;
                                top: 2px;
                                right: -5px;
                                display: inline-block;
                            }
                        }
                    }
                }
            }
        }
        &:hover {
            .icon_content{
                border-color: #fff;
                background: #fff;
            }
            .hover_content {
            transform: perspective(1200px) rotateX(0deg) translateZ(0px);
            opacity: 1;
            p {
                color: #112D4E;
            }
            a {
                color: #112D4E;
            }}
        }
    }
    &.style_six{
        .icon_content{
        .icon {
            position: relative;
            margin-top: 0px;
            margin-bottom: 15px;
            &::after {
                background:  var(--primary-color-three);
                position: absolute;
                content: '';
                border-radius: 50px;
                width: 80px;
                height: 80px;
                left: 15px;
                top: -10px;
                z-index: -10;
                opacity: .5;
            }
            span {
                font-size: 45px;
                z-index: 1;
                position: relative;
                line-height: 60px;
                display: inline-block;
                color: var(--primary-color-one);
                margin-bottom: 15px;
            }
            img{
                width: 45px;
                height: auto;         z-index: 1;
                position: relative;
                margin-bottom: 27px;
                display: block;
            }
            }
            h2  { line-height: normal; a{
                display: block;
                font-family: var(--creote-family-one);
                font-size: 20px;
                margin-bottom: 10px;
                line-height: 32px;
                font-weight: 700;
                color: var(--heading-dark);
                &:hover{
                    color: var(--primary-color-one);
                }
            }
            }
            
        }
        &.version_2{
            padding: 40px;
            background: #fff;
        }
    }
    &.style_seven{
        position: relative;
        .icon_content{
            display: flex;
            .icon{
                min-width: 60px; 
                padding-top: 5px;
                img{
                    width: 40px;
                    height: auto;
                }
                span{
                    font-size: 40px;
                    line-height: 40px;
                }                
            }
            .text_box{
                min-height: 80%;
                h2{
                    line-height: normal;
                    a{
                        font-size: 18px;
                        line-height: 30px;
                        font-weight: 600;
                        margin-bottom: 2px;
                        display: block;
                    }
                }
            }
        }
        &.light_color{
            .icon_content{
                .icon{
                    span{
                        color: #fff;
                    }
                }
                .text_box{
                    h2{
                        a{
                            color: #fff;
                        }
                    }
                    p{
                        color: #fff;
                    }
                }
            }
        }
    }
    &.style_eight{
        padding: 30px 30px 10px 30px;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color: #0900000D;
        border-radius: 30px 30px 30px 30px;
        .icon_content{
            display: flex;
            .icon{
                min-width: 60px; 
                padding-top: 5px;
                img{
                    width: 40px;
                    height: auto;
                }
                span{
                    font-size: 40px;
                    line-height: 40px;
                }                
            }
            .text_box{
                min-height: 80%;
                
                h2{
                    line-height: normal;
                    a{
                        font-size: 18px;
                        line-height: 30px;
                        font-weight: 600;
                        margin-bottom: 2px;
                        display: block;
                    }
                }
            }
        }
        &.light_color{
            .icon_content{
                .icon{
                    span{
                        color: #fff;
                    }
                }
                .text_box{
                    h2{
                        a{
                            color: #fff;
                        }
                    }
                    p{
                        color: #fff;
                    }
                }
            }
        }
    }
    &.style_nine{
        position: relative;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: var(--border-color-dark);
        padding: 53px 30px 30px 30px;
        .icon_content{
            .icon {
                position: relative;
                margin-top: 0px;
                margin-bottom: 15px;
                &::after {
                    background:  var(--primary-color-three);
                    position: absolute;
                    content: '';
                    border-radius: 50px;
                    width: 80px;
                    height: 80px;
                    left: 15px;
                    top: -10px;
                    z-index: -10;
                    opacity: .5;
                }
                span {
                    font-size: 45px;
                    z-index: 1;
                    position: relative;
                    line-height: 60px;
                    display: inline-block;
                    color: var(--primary-color-one);
                    margin-bottom: 15px;
                }
                img{
                    width: 45px;
                    height: auto;         z-index: 1;
                    position: relative;
                    margin-bottom: 27px;
                    display: block;
                }
                }
                h2  { line-height: normal; a{
                    display: block;
                    font-family: var(--creote-family-one);
                    font-size: 20px;
                    margin-bottom: 10px;
                    line-height: 32px;
                    font-weight: 700;
                    color: var(--heading-dark);
                    &:hover{
                        color: var(--primary-color-one);
                    }
                }
                }
                
            }
    }
 
/*---light_color_one ---*/
&.light_color_one {
    &.style_one {
        background: var(--primary-color-one);
        .icon_content{
            .icon {
                span{
                    color: #fff;
                }
            } 
           h3 {
               a{
                   color: #fff;
               }
           }
           p{
               color: #fff;
               opacity: .8;
           }
        } 
    }
    &.style_three {
        background: var(--primary-color-one);
        .icon_content{
            .icon {
                span{
                    color: #fff;
                }
            } 
           h3 {
               a{
                   color: #fff;
               }
           }
           ul{
            li{
                color: #fff;
                opacity: .8;
                &::before{
                    border-color: rgba(255 , 255 , 255 , .4);
                }
            }
        }
           p{
               color: #fff;
               opacity: .8;
           }
        } 
        .btn_left{
            a{
                background: #fff;
                color: var(--primary-color-one);
            }
        }
    }
}

&.light_color_two  {
    &.style_one {
        background:  var(--primary-color-two);
        .icon_content{
            .icon {
                span{
                    color: var(--primary-color-one);
                }
            } 
           h3 {
               a{
                   color: #fff;
               }
           }
           p{
               color: #fff;
               opacity: .8;
           }
        } 
    }
    &.style_three {
        background:  var(--primary-color-two);
        .icon_content{
            .icon {
                span{
                    color: var(--primary-color-one);
                }
            } 
           h3 {
               a{
                   color: #fff;
               }
           }
           ul{
               li{
                   color: #fff;
                   opacity: .8;
                   &::before{
                       border-color: var(--primary-color-one);
                   }
               }
           }
           p{
               color: #fff;
               opacity: .8;
           }
        } 
    }
}

}
/*---==========================================-----
-----================== content_box_cn ===============-----
-----=========================================-----*/

.content_box_cn {
    position: relative;

    &.style_one {
        padding: 0px 0px 0px 25px;
        .txt_content {
            position: relative;

            &::before {
                position: absolute;
                content: '';
                width: 6px;
                height: 6px;
                background: var(--primary-color-one);
                left: -25px;
                top: 8px;
            }

            &::after {
                position: absolute;
                content: '';
                width: 6px;
                height: 6px;
                background: var(--primary-color-one);
                opacity: .4;
                left: -19px;
                top: 8px;
            }

            h3 {
                a {
                    display: block;
                    color: var(--heading-dark);
                    line-height: 28px;
                    font-size: 18px;
                    font-weight: 700;
                    margin-bottom: 10px;
                }
            }
        }
        &.light_color{ 
            .txt_content {
                &::before ,  &::after {
                    background: #fff;
                }
                h3{
                    a{
                        color: #fff;
                    }
                }
                p{
                    color: #fff;
                    opacity: 0.8;
                }
            }
           
        }
    }
}

/*---==========================================-----
-----================== faq_section ===============-----
-----=========================================-----*/
.faq_section {
    position: relative;
    dd{
        display: none;
    }
    &.type_one{
    .accordion{
        position: relative;
        dl{
            margin-bottom: 0px;
            position: relative;
            dt{
                span{
                    display: inline-block;
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    background: var(--primary-color-one);
                    color: #fff;
                    font-size: 16px;
                    line-height: 40px;
                    text-align: center;
                    margin-right: 10px;
                    border-radius: 5px; 
                    position: absolute;
                    left: -50px;
                    bottom: 0;
                    top: 0;
                    margin: auto;
                
                }
                position: relative;
                background: transparent;
                margin-bottom: 40px;
                border: 0px;
                font-family: var(--creote-family-one);
                font-size: 18px;
                color: var(--heading-dark);
                font-weight: 600;
                line-height: 26px;
                border-radius: 5px;
                transition:all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition:all .5s ease;
                -ms-transition: all .5s ease;
                margin-left: 50px;
                &.active{
                    margin-bottom: 20px;
                }
            }
            dd{
                position: relative;
                margin-bottom: 30px;
                padding-bottom: 15px;
                border-bottom: 1px dashed #dcd7d7;
                padding-left: 22px;
                border-left: 1px dashed #dcd7d7;            
                p{
                    margin: 0px;
                    color: var(--text-color-dark);
                }
            }
        }
    }
}
    &.type_two{
       .faq_header{
            position: relative;
            background: var(--primary-color-three);
            border-radius: 10px;
            padding: 25px 70px 22px 20px;
            border: 1px solid var(--border-color-dark);
            margin-bottom: 15px;
            font-family: var(--creote-family-one);
            font-size: 18px;
            font-weight: 600;
            line-height: 26px;
            z-index: 2;
            cursor: pointer;
           span{
               position: absolute;
               width: 44px;
               height: 44px;
               border-radius: 5px;
               background: #fff;
               color: var(--primary-color-one);
               text-align: center;
               right: 15px;
               top: 0;
               bottom: 0;
               margin: auto;
               line-height: 44px;
               box-shadow: var(--box-shadow);
           }
           &.active{
               margin: 0px;
               background: #fff;
               color: var(--primary-color-one);
               span{
                   background: var(--primary-color-one);
                   color: #fff;
               }
           }
       }
       .accordion-content{
            position: relative;
            margin-bottom: 15px;
            padding: 35px 20px 10px 20px;
            border: 1px solid  var(--border-color-dark); 
            border-top:0px;
            border-radius:0px 0px 10px 10px;
            background: var(--primary-color-three);
            margin-top: -15px;
           
       }
    }
}

/*---==========================================-----
-----================== progress_bar ===============-----
-----=========================================-----*/
.progress_bar{
    position:relative;
    .bar{
        position:relative;
        width:100%;
        height:6px;
        background:var(--primary-color-three);
        border-radius:10px;
        margin-bottom:12px;
         .bar-inner{
            position:relative;
            display:block;
            width:0px;
            height:6px;
            background:var(--primary-color-one);
            border-radius:10px;
            transition:all 1500ms ease;
            -ms-transition:all 1500ms ease;
            -o-transition:all 1500ms ease;
            -moz-transition:all 1500ms ease;
        }
    }
    h2{
        position: relative;
        font-family: var(--creote-family-one);
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        margin-bottom: 10px;
        padding-right: 45px;
        span{
            position: absolute;
            right: 0;
            top: 0;
            color: var(--primary-color-one);
            font-size: 16px;
        }
    }
    &.style_two{
        .progress_new {
            height: 170px;
            position: relative;
            float: left;
            .progress-value {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                width: 170px;
                height: 170px;
                line-height: 170px;
                text-align: center;
                display: flex;
                align-items: center;
              h6 {
                  padding: 10px 30px;
                font-size: 18px;
                font-weight: 700;
                line-height: 30px;
                color: var(--primary-color-one);
              }
            }
            .ProgressBar,
            .ProgressBar-contentCircle{
                display: table;
                height: 170px;
                position: relative;
                width: 170px;   margin: auto;
            }
            .ProgressBar-circle,
            .ProgressBar-background{
                animation: progress 1s;
                fill: none;
                
                stroke: var(--primary-color-one); 
                
                stroke-width: 5px;
                stroke-linecap:round;
                stroke-dasharray: 0; 
                stroke-dashoffset: 0; 
                position: relative;
                z-index: 10;
            }
            .ProgressBar-background{
                stroke: rgba(0 , 0 , 0 , .05); 
                
              stroke-width: 5 - 1;
                z-index: 0;
            }
            .ProgressBar-percentage{
                color: var(--primary-color-two);
                font-size: 40px;
                text-align: center;
                width: 100%;
                display: table-cell;
                vertical-align: middle;
            }


        }
        .content_box{
            position: relative;
            margin-left: 180px;
            padding: 0px 0px 10px;
            h2{
                font-size: 36px;
                font-weight: 700;
                color: var(--primary-color-one);
                line-height: 46px;
                margin-bottom: 5px;
                padding-right: unset;
                padding-top: 15px;
            }
            h3{
                font-size: 22px;
                font-weight: 700;
                line-height: 32px;
                margin-bottom: 5px; 
            }
        }
    }
    &.style_three{
        .bar{
            position:relative;
            width:100%;
            height:8px;
            background:var(--primary-color-three);
            border-radius:10px;
            margin-bottom:12px;
             .bar-inner{
                position:relative;
                display:block;
                width:0px;
                height:8px;
                background: #fff;
                background-image: linear-gradient(to right,#fff ,var(--primary-color-one));
                border-radius:10px;
                transition:all 1500ms ease;
                -ms-transition:all 1500ms ease;
                -o-transition:all 1500ms ease;
                -moz-transition:all 1500ms ease;
                &::before{
                    position: absolute;
                    content: '';
                    width: 12px;
                    height: 12px;
                    border-top: 8px solid transparent;
                    border-bottom: 8px solid transparent;
                    border-left: 16px solid var(--primary-color-one);
                    border-right: 12px solid transparent;
                    right: -25px;
                    top: -4px;
                }
            }
        }
        h2{
            position: relative;
            font-family: var(--creote-family-one);
            font-size: 18px;
            font-weight: 700;
            line-height: 26px;
            margin-bottom: 10px;
            padding-right: 45px;
            span{
                position: absolute;
                right: 0;
                top: 0;
                color: var(--primary-color-one);
                font-size: 16px;
            }
        }
    }
    &.style_four{
        position: relative;
        padding: 30px;
        background: var(--primary-color-two);
        .progress_new {
            height: 140px;
          
            position: relative;
         
           
            .progress-value {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                width: 60px;
                height: 24px;
                line-height: 40px;
                text-align: center;
              h6 {
                font-size: 18px;
                font-weight: 700;
                line-height: 30px;
                color: var(--primary-color-one);
              }
            }
            .ProgressBar,
            .ProgressBar-contentCircle{
                display: table;
                height: 140px;
                position: relative;
                width: 140px;   margin: auto;
            }
            .ProgressBar-circle,
            .ProgressBar-background{
                animation: progress 1s;
                fill: none; 
                stroke: var(--primary-color-one);
                stroke-width: 5px; 
                stroke-linecap:round;
                stroke-dasharray: 0; 
                stroke-dashoffset: 0; 
                position: relative;
                z-index: 10;
            }
            .ProgressBar-background{
                stroke: rgba(255 , 255 , 255 , .05); 
              stroke-width: 5 - 1;
                z-index: 0;
            }
            .ProgressBar-percentage{
                color: var(--primary-color-two);
                font-size: 40px;
                text-align: center;
                width: 100%;
                display: table-cell;
                vertical-align: middle;
            }


        }
        .content_box{
            position: relative;
            text-align: center;
            h2{
                font-size: 20px;
                font-weight: 700;
                color: #fff;
                line-height: 30px;
                margin-top: 20px;
                padding-right: 0px;
            }
            
        }
        &.color_two{
            background: var(--primary-color-one);
            .progress_new {
                .ProgressBar-circle , .ProgressBar-background{
                    stroke: #fff;
                }
                .ProgressBar-background{
                    stroke: rgba(255 , 255 , 255 , .05); 
                }
               .progress-value h6{
                   color: #fff;
               }
            }
        }
    }
}


 

/*---==========================================-----
-----================== time_line_section ===============-----
-----=========================================-----*/

.time_line_section{
    position: relative;
    &.style_one{
        .swiper-container{
            padding-top: 90px;
        }
        .time_line_box{
           
            position: relative;
            margin-bottom: 60px;
            margin-top: 20px;
            .time_inner{
            position: relative;
 
            .border_liner{
                position: absolute;
                content: '';
                width: 28%;
                height: 100%;
                left: 0;
                top: 0;
                &::after{
                    position: absolute;
                    content: '';
                    width: 1px;
                    height: 92%;
                    background: #3F72AF;
                    left: 0;
                    top: 0;
                }
                &::before{
                    position: absolute;
                    content: '';
                    width: 100%;
                    height: 1px;
                    background: #3F72AF;
                    left: 0;
                    bottom: 8%;
                }
                span{
                    width: 14px;
                    height: 14px;
                    border: 1px solid var(--border-color-dark);
                    position: absolute;
                    top: -12px;
                    left: -6px;
                    content: '';
                    border-radius: 50px;
                    &.last{
                        top: auto;
                        left: auto;
                        bottom: 22px;
                        right: -13px;
                    }
                }
            }
            .content{
                position: relative;
                z-index: 2;
                h2{
                    a{
                        position: relative;
                        font-family: var(--creote-family-one);
                        font-size: 22px;
                        font-weight: 700;
                        line-height: 30px;
                        margin-bottom: 10px;
                        padding: 0px 30px;
                        display: block;
                    }
                }
                p{
                    position: relative;
                    margin-bottom: 40px;
                    padding: 0px 30px;
                    &::before{
                        position: absolute;
                        content: '';
                        width: 100%;
                        height: 4px;
                        left: 0;
                        bottom: -83px;
                        background: var(--primary-color-three);
                    }
                }
            }
            .year{
                position: relative;
                z-index: 2;
                width: 80px;
                height: 80px;
                line-height: 80px;
                font-weight: 700;
                font-family: var(--creote-family-one);
                color: var(--heading-dark);
                border-radius: 50%;
                background: #fff;
                box-shadow: var(--box-shadow);
                text-align: center;
                padding-top: 2px;
                left: -40px;
            }
            .image{
                position: relative;
                width: 120px;
                height: 120px;
                overflow: hidden;
                border-radius: 50%;
                margin:0 auto 0px;
                top: 30px;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
        }
        }
        .swiper-slide-active{
            .time_line_box{
                .year{
                    background: var(--primary-color-one);
                    color: #fff;
                }
            }
        }
        .swiper-button-next, .swiper-button-prev{
            top: 10px;
            left: 0;
            right: 0;
            margin: auto;
           &::before{
            box-shadow: inherit;
            border-radius: 10px 0px 10px 0px;
            border: 1px solid var(--border-color-dark);
           }
          
           &:hover{
               &::before{
                   background: var(--primary-color-one);
                   border-color: var(--primary-color-one);
                   color: #fff;
               }
           }
        }


        
        .swiper-button-prev{
            left: -60px;
        }
        .swiper-button-next{
            right: -60px;
            &::before{
                border-radius: 0px 10px 0px 10px;
            }
        }
    }
    &.style_two{
        
    .event_box{
        position: relative;
        .image{
            position: relative;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            overflow: hidden;
            margin:0px auto 20px;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
        .date_box {
            position: relative;
            text-align: center;
            margin-bottom: 30px;
            border-bottom: 1px solid rgb(255, 255, 255);
            transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            h6{
                position: relative;
                display: inline-block;
                padding: 12px 26px;
                font-size: 16px;
                color: #fff;
                font-weight: 600;
                margin-bottom: 20px;
                background: transparent;
                border-radius: 30px;
                transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out; 
                &::before {
                    position: absolute;
                    content: '';
                    width: 10px;
                    height: 10px;
                    border-radius: 50px;
                    background: #ffff;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    bottom: -25px;
                    transition: all .5s ease-in-out;
                    -moz-transition: all .5s ease-in-out;
                    -ms-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    
                }            
            }
        }
      
     
        .content_box {
            position: relative;
            background: transparent;
            padding: 40px 30px;
            border-radius: 10px;
            text-align: center;
            transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            
            h2 {
                line-height: normal;
                a{
                    font-size: 20px;
                    line-height: 26px;
                    color: #fff;
                    margin-bottom: 12px;
                    display: block;
                }
            }
            small {
                font-size: 16px;
                color: var(--primary-color-one);
                display: block;
                font-weight: 600;
                margin-bottom: 10px;
            }
            p {
                margin-bottom: 10px;
                color: var(--text-color-light);
            }
            a.read_more {
                width: 50px;
                height: 50px;
                line-height: 54px;
                border-radius: 50px;
                color: #fff;
                background: var(--primary-color-one);
                font-size: 18px;
                text-align: center;
                display: block;
                margin: 30px auto 0px;
            }
        }
        &:hover{
            .content_box {
                background: var(--primary-color-one);
                p{
                    color: rgba(255 , 255 , 255 , .8);
                }
            }
            .date_box {
                border-bottom: 1px solid var(--primary-color-one);
                h6 {
                    background: var(--primary-color-one);
                }
            }
            a.read_more {
                background: #fff;
                color: var(--primary-color-one);
            }
           
        }
    }
    .swiper-slide-active {
        .event_box{
            .content_box {
               
                p{
                    color: rgba(255, 255, 255, 0.8);
                }
            }
            .date_box {
                border-bottom: 1px solid var(--primary-color-one);
                h6 {
                    background: var(--primary-color-one);
                }
            }
            a.read_more {
                background: #fff;
                color: var(--primary-color-one);
            }
        }
    }
    .position-relative{
        width: 110px;
        margin: auto;
        height: 50px;
        padding-top: 20px;
        .next-single-one_three{
            &:before{
                right: 0;
            }
        }
        .prev-single-one_three{
            &:before{
                left: 0;
            }
        }
    } 
    }
} 


/*---------tab ----style-----one---------------*/
.tabs_all_box {
    position: relative;
     .s_tab {
        display: none;
        &.active-tab{
            display: block;
            &.show {
                animation: fadeIn ease .9s;
                -webkit-animation: fadeIn ease .9s;
                -moz-animation: fadeIn ease .9s;
                -o-animation: fadeIn ease .9s;
                -ms-animation: fadeIn ease .9s;
            }
        }
    }
    &.type_one{
        position: relative;
        .tabs_header {
            position: absolute;
            left: 50px;
            width: 270px;
            height: auto;
            background: #fff;
            padding: 10px 0px 0px 0px;
            box-shadow: var(--box-shadow);
            border-radius: 10px;
            z-index: 5;
            top: -20px;
            ul{
                display: block;
                padding-left: 20px;
                padding-right: 20px;
                li{
                    display: block;
                    transition:all .5s ease;
                    -moz-transition: all .5s ease;
                    -o-transition:all .5s ease;
                    -ms-transition: all .5s ease;
                    a{
                        font-size: 16px;
                        position: relative;
                        font-weight: 700;
                        color: var(--heading-dark);
                        line-height: 28px;
                        font-family: var(--creote-family-one);
                        padding: 20px 0px;
                        border-bottom: 1px solid var(--border-color-dark);
                        background: transparent;
                        border-radius: 0px;
                        display: block;
                        transition:all .5s ease;
                        -moz-transition: all .5s ease;
                        -o-transition:all .5s ease;
                        -ms-transition: all .5s ease;
                        &.active{
                            color: var(--primary-color-one);
                        }
                    }
                  &:last-child{
                      a{
                          border-bottom: 0px;
                      }
                  }
                  &:hover{
                    a{
                        color: var(--primary-color-one);
                        padding-left: 5px;
                    }
                  }
                }
            }
            .toll_free{
                position: relative;
                padding: 20px;
                background: var(--primary-color-one);
                border-radius: 10px;
                a{
                    position: relative;
                    display: block;
                    padding-left: 60px;
                    font-size: 16px;
                    font-weight: 600;
                    color: #fff;
                    line-height: 26px;
                    font-family: var(--creote-family-one);
                    i{
                        background: #fff;
                        width: 50px;
                        height: 50px;
                        border-radius: 50%;
                        display: inline-block;
                        line-height: 50px;
                        font-size: 20px;
                        color: var(--primary-color-one);
                        text-align: center;
                        position: absolute;
                        left: 0;
                        top: 0;
                        bottom: 0;
                        margin: auto 0;
                    }
               
                }
            }
        }
        .tab_content {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            min-height: 550px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            &::before{
                position: absolute;
                content: '';
                width: 100%;
                height: 100%;
                left: 0;
                bottom: 0px;
                background:  linear-gradient(to top, var(--primary-color-two) 2%, rgba(0, 0, 0, 0) 129%);
                z-index: 1;
                transition: all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition: all .5s ease;
                -ms-transition: all .5s ease;
            }
            .content_image{
                position: relative;
                margin-left: 320px;
                padding: 235px 50px 80px;
                z-index: 2;
                h6{
                    font-weight: 600;
                    text-decoration: underline;
                    color: #fff;
                    font-size: 30px;
                    line-height: 40px;
                    margin-bottom: 15px;
                }
                h2{
                    font-weight: 700; 
                    color: #fff;
                    font-size: 44px;
                    line-height: 54px;
                    margin-bottom: 20px;
                }
                p{
                    color: #fff;
                    opacity: .8;
                }
                a{
                    text-transform: uppercase;
                    color: #fff;
                    font-size: 12px;
                    font-family: var(--creote-family-one);
                    font-weight: 500;
                    opacity: .8;
                    transition:all .5s ease;
                    -moz-transition: all .5s ease;
                    -o-transition:all .5s ease;
                    -ms-transition: all .5s ease;
                    i{
                        top: 0;
                        font-size: 16px;
                    }
                    &:hover{
                        color: var(--primary-color-one);
                    }
                }
            }
        }
    }
    &.type_two{
        .tabs_header {
            position: relative;
            margin-bottom: 50px;
           .showcase_tabs_btns {
               position: relative;
               &::before{
                  position: absolute;
                    content: '';
                    width: 100%;
                    height: 1px;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    margin: auto;
                    background: var(--primary-color-one);
                    opacity: 0.1;
                    z-index: -1;
               }
           }
            ul{
                display: block;
                margin: 0;
                padding: 0;
                text-align: center;
                li{
                    display: inline-block;
                    margin: 0px 15px;
                    a{
                        font-size: 13px;
                        font-weight: 600;
                        color: var(--heading-dark);
                        line-height: 28px;
                        text-transform: uppercase;
                        font-family: var(--creote-family-one);
                        padding:12px 25px 9px;
                        border-radius: 10px;
                        border: 1px solid var(--border-color-dark);
                        background: #fff;
                        display: block;
                        &.active{
                            background: #fff;
                            border-color: #fff;
                            box-shadow: var(--box-shadow-two);
                            color: var(--primary-color-one);
                        }
                    }
               
                }
            }
         
        }
        .tab_content {
            position: relative;
           .content_bx{
                position: relative; 
                h6{
                    font-weight: 600; 
                    color: var(--primary-color-one);
                    font-size: 30px;
                    line-height: 40px;
                    margin-bottom: 15px;
                }
                h2{
                    font-weight: 700; 
                 
                    font-size: 44px;
                    line-height: 54px;
                    margin-bottom: 20px;
                }
                p{
                    margin-bottom: 26px;
                }
                ul{
                    position: relative;
                    margin: 0 0 40px 0;
                    padding: 0 0px 0px 20px;
                    li{
                        list-style: none;
                        position: relative;
                        margin-bottom: 12px;
                        &:before{
                            position: absolute;
                            content: '';
                            width: 6px;
                            height: 6px;
                            left: -20px;
                            top: 0;
                            bottom: 0;
                            margin: auto;
                            background: var(--primary-color-one);
                        }
                        &:after{
                            position: absolute;
                            content: '';
                            width: 6px;
                            height: 6px;
                            opacity: .4;
                            left: -14px;
                            top: 0;
                            bottom: 0;
                            margin: auto;
                            background: var(--primary-color-one);
                        }
                    }
                }
            }
        }
    }
    &.type_three{
        .tabs_header {
            position: relative;
            margin-bottom: 10px;
           .showcase_tabs_btns {
               position: relative;
               
           }
            ul{
                display: block;
                margin: 0;
                padding: 0;
                li{
                    display: inline-block;
                    margin-right: 20px;
                    a{
                        font-size: 18px;
                        font-weight: 700;
                        color: var(--heading-dark);
                        line-height: 28px;
                        text-transform: capitalize;
                        font-family: var(--creote-family-one);
                        border-radius: 10px;
                        border: 0px;
                        background: transparent;
                        display: block;
                        &.active{
                            color: var(--primary-color-one);
                        }
                    }
               
                }
            }
         
        }
        .tab_content {
            position: relative;
            .image{
                position: relative;
                margin-bottom: 30px;
                height:400px;
                border-radius: 5px;
                overflow: hidden;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
           .content_bx{
                position: relative; 
                h6{
                    font-weight: 600; 
                    color: var(--primary-color-one);
                    font-size: 14px;
                    line-height: 26px;
                    margin-bottom: 15px;
                    text-decoration: underline;
                }
                h2{
                    font-weight: 700; 
                    font-size: 30px;
                    line-height: 40px;
                    margin-bottom: 20px;
                    color: var(--heading-dark);
                }
                p{
                    margin-bottom: 26px;
                }
                ul{
                    position: relative;
                    margin: 0 0 40px 0;
                    padding: 0 0px 0px 20px;
                    li{
                        list-style: none;
                        position: relative;
                        margin-bottom: 12px;
                        &:before{
                            position: absolute;
                            content: '';
                            width: 6px;
                            height: 6px;
                            left: -20px;
                            top: 0;
                            bottom: 0;
                            margin: auto;
                            background: var(--primary-color-one);
                        }
                        &:after{
                            position: absolute;
                            content: '';
                            width: 6px;
                            height: 6px;
                            opacity: .4;
                            left: -14px;
                            top: 0;
                            bottom: 0;
                            margin: auto;
                            background: var(--primary-color-one);
                        }
                    }
                }
            }
        }
    }
     &.type_three{
        .tabs_header {
            position: relative;
            margin-bottom: 10px;
           .showcase_tabs_btns {
               position: relative;
               
           }
            ul{
                display: block;
                margin: 0;
                padding: 0;
                li{
                    display: inline-block;
                    margin-right: 20px;
                    a{
                        font-size: 18px;
                        font-weight: 700;
                        color: var(--heading-dark);
                        line-height: 28px;
                        text-transform: capitalize;
                        font-family: var(--creote-family-one);
                        border-radius: 10px;
                        border: 0px;
                        background: transparent;
                        display: block;
                        &.active{
                            color: var(--primary-color-one);
                        }
                    }
               
                }
            }
         
        }
        .tab_content {
            position: relative;
            .image{
                position: relative;
                margin-bottom: 30px;
                height:400px;
                border-radius: 5px;
                overflow: hidden;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
           .content_bx{
                position: relative; 
                h6{
                    font-weight: 600; 
                    color: var(--primary-color-one);
                    font-size: 14px;
                    line-height: 26px;
                    margin-bottom: 15px;
                    text-decoration: underline;
                }
                h2{
                    font-weight: 700; 
                    font-size: 30px;
                    line-height: 40px;
                    margin-bottom: 20px;
                    color: var(--heading-dark);
                }
                p{
                    margin-bottom: 26px;
                }
                ul{
                    position: relative;
                    margin: 0 0 40px 0;
                    padding: 0 0px 0px 20px;
                    li{
                        list-style: none;
                        position: relative;
                        margin-bottom: 12px;
                        &:before{
                            position: absolute;
                            content: '';
                            width: 6px;
                            height: 6px;
                            left: -20px;
                            top: 0;
                            bottom: 0;
                            margin: auto;
                            background: var(--primary-color-one);
                        }
                        &:after{
                            position: absolute;
                            content: '';
                            width: 6px;
                            height: 6px;
                            opacity: .4;
                            left: -14px;
                            top: 0;
                            bottom: 0;
                            margin: auto;
                            background: var(--primary-color-one);
                        }
                    }
                }
            }
        }
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*----client_logo_carousel------*/
.client_logo_carousel{
    position: relative;
    &.type_one{
    .swiper-slide , .owl-item{
        position: relative;
        .image{
            text-align: center;
            position: relative;
            margin: 0px 20px;
            padding: 20px 20px;
        
            img{
                width: 200px;
                height: auto;
            }
        }
        
    }
    .owl-item{
        .image{
            &::before{
                display: none;
            }
        }
        &:last-child{
            .image{
                &::after{
                    display: none;
                }
            }
        }
    }
    }
    &.type_two{
        .swiper-slide ,   .owl-item{
        
            .image{
                text-align: center;
                position: relative;
                img{
                    width: 200px;
                    height: auto;
                }
            }
          
        }
    }
    .swiper-wrapper{
        align-items: center;
    }
}

/*------------newsteller------------------*/
.newsteller{
    position: relative;
    &.style_one{
 
        .item_scubscribe{
            position: relative;
            top: 9px;
            .mc4wp-form-fields{
                position: relative;
                input[type="email"]{
                    border-radius: 10px 0px 10px 0px;
                }
                input[type="submit"]{
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: auto;
                    background: var(--primary-color-two);
                    border-radius: 0px 0px 10px 0px;
                    height: 56px;
                    min-width: 100px;
                    font-size: 13px;
                    text-transform: uppercase;
                    font-weight: 600;
                    min-height: 56px;
                    line-height: 56px;
                    border: 0px!important;
                }
            }
        }
        .content{
            position: relative;
            padding-left: 15px;
            border-left: 4px solid #fff;
            h2{
                font-weight: 600;
                color: #fff;
                margin-bottom: 8px;
                font-size: 30px;
                line-height: 40px;
            }
            p{
                margin-bottom: 0px;
                color: #fff;
               
            }
        }
    }
    &.style_two{
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        background-size: cover!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        padding: 50px;
        &::before{
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: var(--primary-color-one);
            opacity: .8;
        }
        .inner_stell{
            position: relative;
            z-index: 2;
            text-align: center;
            h2{
                font-size: 36px;
                line-height: 36px;
                font-weight: 700;
                margin-bottom: 15px;
                color: #fff;
            }
            p{
                color: #fff;
                margin-bottom: 25px;
            }
        }
        .item_scubscribe{
            position: relative;
            width: calc(100% - 40%);
            margin: 0px auto;
            input{
               
                margin: 0px auto;
            }
            input[type="submit"]{
                position: absolute;
                top: 0;
                right: 0;
                min-width: 150px;
                min-height: 50px;
                line-height: 50px;
                width: auto;
                border-radius: 5px;
                background: var(--primary-color-two);
                border: 0px!important;
            }
        }
    }
    &.style_three {
        text-align: center;
        h6{
            font-size: 18px;
            line-height: 30px;
            padding: 5px 15px;
            background: #fff;
            color: var(--primary-color-one);
            font-weight: 600;
            display: inline-block;
            margin-bottom: 30px;   
        }
        h2{
            font-size: 44px;
            line-height: 60px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #fff;
        }
        p{
            color: #fff;
            opacity: .8;
            font-size: 16px;
            margin-bottom: 25px;
        }
        .mc4wp-form-fields{
            position: relative;
            width: 60%;
            margin: auto;
            input{
                background: transparent;
                border-radius: 0px;
                border-top: 0px;
                border-right: 0px;
                border-left: 0px;
                color: #fff;
                border-bottom: 1px solid rgba(255 , 255 , 255 , .3);
                &::placeholder{
                    color: #fff!important;
                }  
            }
            input[type="submit"]{
                position: absolute;
                bottom: 0;
                right: 0;
                display: inline-block;
                min-width: 100px;
                width: auto;
                background: #fff;
                color: var(--heading-dark);
                height: auto;
                line-height: 40px;
                min-height: 40px;
                margin: 0px;
            }
        }
    }
    &.style_four{
        input[type="submit"]{
            position: absolute;
            z-index: 99;
            top: 4px!important;
            right: 6px!important;
            left: unset!important;
            height: 48px!important;
            line-height: 48px!important;
            min-height: 48px!important;
            width: 150px!important;
            min-width: 150px!important;
            border-radius: 10px 0px 10px 0px!important;
        }
    }
} 

@media(max-width:992px){
    .newsteller.style_three .mc4wp-form-fields {
        width: 100%;
    }
}
/*----price_plan_box------*/
.price_plan_box{
    position: relative;
    &.style_one{
        box-shadow: var(--box-shadow);
        background: #fff;
        padding: 45px 35px 40px;
        border-radius: 10px;
        &.tag_enables {
        &::before{
            position: absolute;
            content: '';
            border-left: 10px solid transparent;
            border-top: 10px solid transparent;
            border-bottom: 10px solid var(--primary-color-two);
            border-right: 10px solid transparent;
            top: -20px;
            right: 27px;
            z-index: 0;
        }}
        .tag{
            position: absolute;
           transform: rotate(-90deg);
            background: var(--primary-color-one);
            color: #fff;
            padding: 3px 16px 3px 4px;
            text-transform: uppercase;
            font-size: 13px;
            top: 18px;
            right: -16px;
            &::before{
                position: absolute;
                content: '';
                border-left: 10px solid transparent;
                border-top: 12px solid var(--primary-color-one);
                border-bottom: 13px solid var(--primary-color-one);
                border-right: 10px solid var(--primary-color-one);
                bottom: 0px;
                left: -20px;
                z-index: -82;
            }
        }
        .top{
            position: relative;
            margin-bottom: 30px;
            padding-bottom: 20px;
            padding-right: 25px;
           &::before{
               position: absolute;
               content: '';
               width: 60px;
               height: 2px;
               background: var(--primary-color-one);
               bottom: 0;
               left: 0;
           }
           h2{
               font-size: 30px;
               line-height: 40px;
               font-weight: 700;
           }
           p{
               margin: 0;
           }
        }
        .mid{
            position: relative;
            margin-bottom: 30px;
            h4{
                font-size: 48px;
                line-height: 58px;
                font-weight: 700;
                color: var(--primary-color-one);
                margin-bottom: 7px;
                small , span{
                    font-size: 20px;
                    position: relative;
                    top: -20px;
                }
            }
        }
        .bottom{
            position: relative;
            ul{
                position: relative;
                margin: 0 0 40px;
                padding: 0;
                li{
                    position: relative;
                    list-style: none;
                    padding: 10px 20px 10px 40px;
                    border-radius: 5px;
                    &:nth-child(2n+1){
                        background: var(--primary-color-three);
                    }
                    i{
                        position: absolute;
                        left: 15px;
                        bottom: 0;
                        top: 0;
                        margin: auto;
                        font-size: 16px;
                        color: var(--primary-color-one);
                        line-height: 16px;
                        height: 16px;
                    }
                }
            }
        }
    }
    &.style_two{
        background: #fff;
        margin-bottom: 30px;
        border-radius: 10px;
        border: 1px solid var(--border-color-dark);
        transition:all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition:all .5s ease;
        -ms-transition: all .5s ease;
        .tag{
            position: absolute;
            max-width: 120px;
            line-height: 30px;
            font-size: 16px;
            color: #fff;
            background: var(--primary-color-one);
            border-radius: 30px;
            text-align: center;
            top: -16px;
            right: 0;
            margin: auto;
            left: 0;
            z-index: 2;

        }
        .inner_box{
            position: relative;
            .top{
                padding: 42px 30px 30px;
                background: var(--primary-color-three);
                text-align: center;
                border-radius: 10px 10px 0px 0px;
                transition:all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition:all .5s ease;
                -ms-transition: all .5s ease;
                h2{
                    font-size: 24px;
                    line-height: 34px;
                    font-weight: 700;
                    margin-bottom: 6px;
                    transition:all .5s ease;
                    -moz-transition: all .5s ease;
                    -o-transition:all .5s ease;
                    -ms-transition: all .5s ease;
                }
                p{
                    margin-bottom: 0px;
                    transition:all .5s ease;
                    -moz-transition: all .5s ease;
                    -o-transition:all .5s ease;
                    -ms-transition: all .5s ease;
                }
            }
            .mid{
                position: relative;
                padding:  42px 30px 30px;
                text-align: center;
                h4{
                    font-size: 36px;
                    line-height: 46px;
                    color: var(--primary-color-one);
                    font-weight: 700;
                    span{
                        font-size: 20px;
                        font-weight: 500;
                        color: var(--text-color-dark);
                        line-height: 30px;
                    }
                }
            }
            .bottom{
                position: relative;
                padding:  0px 40px 40px;
                text-align: center;
                ul{
                    margin: 0px 0px 40px;
                    padding: 0px;
                    text-align: left;
                    li{
                        position: relative;
                        list-style: none;
                        padding-left: 33px;

                        margin-bottom: 10px;
                        i{
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 24px;
                            height: 24px;
                            border-radius: 30px;
                            color: var(--text-color-light);
                            line-height: 24px;
                            text-align: center;
                            font-size: 13px;
                            border: 1px solid var(--border-color-dark);
                        }
                    }
                }
                a.theme-btn{
                    border-radius: 10px;
                    background: var(--primary-color-one);
                    color: #fff;
                    font-family: var(--creote-family-one);
                    font-size: 15px;
                }
            }
        }
        &:hover{
            box-shadow: var(--box-shadow);
            .inner_box{
                .top{
                    background: var(--primary-color-one);
                    h2{
                        color: #fff;
                    }
                    p{
                        color: #fff;
                    }
                }
            }
        }
    }
    &.style_three{
        background: var(--primary-color-three);
        padding: 10px;
        border: 1px solid var(--border-color-dark);
        transition:all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition:all .5s ease;
        -ms-transition: all .5s ease;
        .image{
            overflow: hidden;
            position: relative;
            img{
                width: 100%;
                height: 250px;
                object-fit: cover;
                object-position: top;
                transition:all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition:all .5s ease;
                -ms-transition: all .5s ease;
            }
            .tag{
                position: absolute;
                content: '';
                padding: 5px 15px;
                background: var(--primary-color-two);
                font-size: 15px;
                font-weight: 600;
                font-family: var(--creote-family-one);
                z-index: 1;
                top: 0;
                right: 0;
                color: #fff;
                border-radius: 0px 0px 0px 10px;
                line-height: 25px;
            }
            .mid{
                position: absolute;
                width: 100%;
                display: flex;
                justify-content: space-between;
                left: 0;
                bottom: 0%;
             
                padding: 0px 0px 0px 20px;
                .pri{
                    height: 70px;
                    padding: 0px 15px;
                    background: var(--primary-color-one);
                    color: #fff;
                    font-family: var(--creote-family-two);
                    font-weight: 700;
                    font-size: 22px;
                    line-height: 70px;
                }
                h6{
                    padding: 5px 15px;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    background: #fff;
                    font-size: 15px;
                    font-weight: 600;
                    font-family: var(--creote-family-one);
                    z-index: 1;
                    color: var(--primary-color-two);
                    border-radius: 10px 0px 0px 0px;
                    line-height: 25px;
                }
            }
        }
        .inner_box{
            position: relative;
            padding: 30px 20px 20px;
            h2{
                font-size: 24px;
                line-height: 34px;
                font-weight: 700;
                margin-bottom: 8px;
                transition:all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition:all .5s ease;
                -ms-transition: all .5s ease;
            }
            p{
                margin-bottom: 0px;
                transition:all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition:all .5s ease;
                -ms-transition: all .5s ease;
            }
            .bottom{
                position: relative;
                padding: 20px 0px 0px;
                text-align: left;
                ul{
                    margin: 0px 0px 40px;
                    padding: 0px;
                    text-align: left;
                    li{
                        position: relative;
                        list-style: none;
                        padding-left: 33px;

                        margin-bottom: 10px;
                        i{
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 24px;
                            height: 24px;
                            border-radius: 30px;
                            color: var(--primary-color-one);
                            line-height: 24px;
                            text-align: center;
                            font-size: 13px;
                            border: 1px solid var(--border-color-dark);
                        }
                    }
                }
                a.theme-btn{
                    background: var(--primary-color-one);
                    color: #fff;
                    font-family: var(--creote-family-one);
                    font-size: 15px;
                    &:hover{
                        background: var(--primary-color-two);
                        color: #fff;
                        border-color: var(--primary-color-two);
                    }
                }
            }
        }
        &:hover{
            border-color: var(--primary-color-one);
            .image{
                img{
                    opacity: .8;
                }
            }
        }
    }
}

.price_plan_with_tab{
    .row{
        --bs-gutter-x: 1.5rem!important;  
    }
    position: relative;
    &.price_tb_style_one{
    .tab_pricing_list{
        position: relative;
        text-align: center;
        ul{
            display: inline-block;
            padding: 0px;
            border: 0px;
            margin: 0px 0px 60px;
            li{
                display: inline-block;
                border: 0px;
                padding: 0px;
                margin-right: -4px;
                position: relative;
                button{
                    border: 1px solid var(--border-color-dark);
                    padding: 14px 20px 10px;
                    box-shadow: none;
                    font-size: 13px;
                    font-family: var(--creote-family-one);
                    line-height: 23px;
                    font-weight: 600;
                    text-transform: uppercase;
                    color: var(--heading-dark);
                    background-color: transparent!important;
                    &.active{
                        color: var(--primary-color-one);
                    }
                }
                &:first-child{
                    button{
                        border-right: 0px;
                        border-radius: 10px 0px 0px 10px;
                    }
                    &::before{
                        position: absolute;
                        content: '';
                        width: 1px;
                        background: var(--primary-color-one);
                        opacity: .2;
                        height: 16px;
                        top: 0;
                        bottom: 0;
                        margin: auto;
                        right: 0;
                    }
                }
                &:last-child{
                    button{
                        border-left: 0px;
                        border-radius: 0px 10px 10px 0px;
                    }
                }
                +li{
                    padding: 0px;
                }
            }
        }
    }
    }
    &.price_tb_style_two{
        .tab_pricing_list{
            position: relative;
            text-align: center;
            ul{
                display: inline-block;
                padding: 0px;
                border: 0px;
                margin: 0px 0px 60px;
                li{
                    display: inline-block;
                    border: 0px;
                    padding: 0px;
                    margin: 0px;
                    position: relative;
                    
                    button{
                        box-shadow: none;
                        border:0px;
                        font-size: 13px;
                        font-family: var(--creote-family-one);
                        line-height: 23px;
                        font-weight: 600;
                        text-transform: uppercase;
                        color: var(--heading-dark);
                        background-color: transparent!important;
                        &.active{
                            color: var(--primary-color-one);
                        }
                    }
                    &:first-child{
                        margin-right: 43px;
                        &::before{
                            position: absolute;
                            content: '';
                            width: 70px;
                            height: 30px;
                            border-radius: 30px;
                            background: var(--primary-color-three);
                            border: 1px solid  var(--border-color-dark);
                            right: -82px;
                            top: -5px;
                        }
                        button{
                            &.active{
                                &:after{
                                position: absolute;
                                content: '';
                                width: 17px;
                                height: 17px;
                                border-radius: 50px;
                                background: var(--primary-color-one);
                                top: 2px;
                                right: -36px;
                                }
                            }
                        }
                    }
                    &:last-child{
                        margin-left: 43px;
                        button{
                            &.active{
                                &:after{
                                    position: absolute;
                                    content: '';
                                    width: 17px;
                                    height: 17px;
                                    border-radius: 50px;
                                    background: var(--primary-color-one);
                                    top: 2px;
                                    left: -36px;
                                }
                            }
                        }
                    }
                     
                }
            }
        }
        }
}
.modal-popup-inner{
    .form_content{
        input, input[type="text"], input[type="email"], input[type="number"], textarea, select{
            margin-bottom: 5px!important;
        }
        p{
            position: relative;
            margin: 0px;
            i{
                position: absolute;
                top: 46px;
                right: 14px; 
                color: var(--primary-color-one);
                margin: auto;
                font-size: 16px;
                height: 16px;
                
            }
            br{
                display: none;
            }
            
        }
        
    }
}

/*--====================================================--
----==============price_plan_box========================--
--======================================================--*/
.counter_section{
    position: relative;
    text-align: center;
    .logo_sec{
        position: relative;
        margin-bottom: 60px;
        img{
            width:200px;
        }
    }
    .title{
        position: relative;
        h2{
            font-size: 72px;
            line-height: 82px;
            font-weight: 700;
            margin-bottom: 30px;
            color: #fff;
        }
        p{
            color: #fff;
            opacity: .8;
            margin-bottom: 30px;
        }
    }
    .Countdown-timer{
        position: relative;
        .item{
            position: relative;
            display: inline-block;
            text-align: center;
            padding: 0px 25px;
            span{
                color: #fff;
                font-weight: 700;
                font-size: 48px;
                line-height: 58px;
                margin-bottom: 6px;
            }
            small{
                font-size: 50px;
                font-weight: 600;
                position: absolute;
                right: -9px;
                top: 13px;
                line-height: 25px;
                color: var(--primary-color-one);
            }
            p{
                color: var(--primary-color-one);
                font-size: 13px;
                font-weight: 600;
                margin-top: 3px;
                text-transform: uppercase;
                line-height: 23px;
                font-family: var(--creote-family-one);
            }
        }
    }
}
/*--====================================================--
----==============social_media_v_one========================--
--======================================================--*/
.social_media_v_one {
    position: relative;
    ul {
        padding: 0;
        margin: 0;

        li {
            position: relative;
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 0px !important;

            &:last-child {
                margin-right: 0px;
            }

            a {
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                display: block;
                border-radius: 50px;
                background: var(--primary-color-two);
                color: #fff;
                transition: all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition: all .5s ease;
                -ms-transition: all .5s ease;

                span {
                    opacity: .8;
                    transition: all .5s ease;
                    -moz-transition: all .5s ease;
                    -o-transition: all .5s ease;
                    -ms-transition: all .5s ease;
                }

                small {
                    position: absolute;
                    padding: 5px 15px;
                    border-radius: 5px;
                    background: #fff;
                    color: var(--primary-color-one);
                    font-size: 13px;
                    line-height: 13px;
                    font-weight: 600;
                    min-width: 100px;
                    text-align: center;
                    margin: auto;
                    left: -10px;
                    right: 0;
                    top: -35px;
                    transition: all .5s ease;
                    -moz-transition: all .5s ease;
                    -o-transition: all .5s ease;
                    -ms-transition: all .5s ease;
                    opacity: 0;

                    &::before {
                        position: absolute;
                        content: '';
                        width: 12px;
                        border-top: 10px solid #fff;
                        border-bottom: 10px solid transparent;
                        border-left: 10px solid transparent;
                        border-right: 10px solid transparent;
                        height: 12px;
                        bottom: -20px;
                        left: 20px;
                    }
                }

                &:hover {
                    small {
                        opacity: 1;
                    }

                    background: var(--primary-color-one);
                    color: #fff;

                    span {
                        opacity: 1;
                    }
                }
            }
        }
    }
    &.light {
        ul {
            li {
                a {
                    background: #FFFFFF0A;
                }
            }
        }
    }
    &.style_two {
        ul{
            li{
                a{
                    background-color: var(--primary-color-three);
                    color: var(--primary-color-one);
                }
            }
        }
    }
    &.style_three{
        ul{
            li{
                a{
                    background-color: var(--primary-color-one);
                    color: var(--color-white);
                }
            }
        }
    }
    &.color_white{
        ul{
            li{
                a{
                    background-color: var(--color-white);
                    color: var(--heading-dark);
                }
            }
        }
    }
}
/*--====================================================--
----==============shape_one========================--
--======================================================--*/
.shape_one{
    position: absolute;
    min-height: 150px;
}
@media(max-width:1500px){
    .shape_one{
        display: none;
    }
}

/*--====================================================--
----==============Contact us contact boxes========================--
--======================================================--*/
.contact_box_content {
    position: relative;
 
    &.style_one{
        .contact_box_inner{
            position: relative;
            padding: 20px 30px;
            display: block;
            border-radius: 10px;
            border: 1px solid var(--border-color-dark);
            transition:all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition:all .5s ease;
            -ms-transition: all .5s ease;
            cursor: pointer;
            background: #fff;
            .contnet{
                position: relative;
                h3{
                    font-size: 18px;
                    font-weight: 700;
                    color: var(--heading-dark);
                    margin-bottom: 5px;
                    line-height: 26px;
                }
                p{
                    margin-bottom: 0px;
                }
            }
           &:hover{
               box-shadow: var(--box-shadow);
               border-color: #fff;
           }
        }
        .contact_box_inner{
            &.icon_yes{
                .icon_bx{
                    position: absolute;
                    left: 24px;
                    bottom: 0; 
                    top: 0;
                    width: 40px;
                    height: 40px;
                    border-radius: 50px;
                    background: var(--primary-color-one);
                    margin: auto;
                    text-align: center;
                    line-height: 40px;
                    span{
                        color: #fff;
                        font-size: 16px;
                    }
                }
                .contnet{
                    margin-left: 55px;
                }
            }
        }
    }
    &.style_two{
        .contact_box_inner {
            position: relative; 
             display: flex;

            .icon_bx{
                position: relative;
                min-width: 60px;
                width: 60px;
                height: 60px;
                border-radius: 50px;
                background: var(--primary-color-one);
                color: #fff;
                line-height: 60px;
                margin: auto 0px;
                span{
                    font-size: 25px;
                    line-height: 40px;
                    width: 40px;
                    text-align: center;
                    margin: auto;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    margin: auto;
                    left: 0;                color: #fff;
                    height: 40px;
                }
                img{
                    width: 30px;
                    height: auto;
                    margin: auto;
                    display: block;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    margin: auto;
                    left: 0;
                }
            }
            .text{
                position: relative;
                margin-left: 12px;
                h3{
                    font-size: 18px;
                    line-height: 30px;
                    margin-bottom: 2px;
                }
                p{
                    margin-bottom: 0px;
                    font-size: 15px;
                    line-height: 25px;
                }
            }
            &.color_two{
                .icon_bx{
                    background: transparent;
                    border: 1px dashed #fff;
                    span{
                        color: #fff;
                    }
                }
                .text{
                    h3{
                        color: #fff;
                    }
                    p{
                        color: rgba(255 , 255 , 255 , .8);
                    }
                }
            }
        }

    }
}
/*--====================================================--
----==============Contact Form contact========================--
--======================================================--*/
input , textarea {
    &::placeholder{
        font-size: 14px;
        font-weight: 400;
        font-family: var(--creote-family-one);
        color: var(--text-color-dark);
        text-transform: capitalize;
    }  
}
form{
    p{
        margin-bottom: 0px;
    }
    br{
        display: none;
    }
}

.contact_form_box_all {
    position: relative;
    input,
    input[type="text"],
    input[type="email"],
    input[type="number"],
    textarea,
    select {
        margin: 6px 0px 25px !important;
    }
    input[type="submit"] ,     button[type="submit"]{
        margin-bottom: 10px!important;
    }
    label{
        position: relative;
    }
    textarea {
        height: 130px;
    }

    &.type_one {
        .contact_form_box_inner {
            position: relative;
            padding: 50px 45px 35px;
            border-radius: 15px;
            background: #fff;
            box-shadow: var(--box-shadow-two);
            z-index: 1;

            .contact_form_shortcode {
                position: relative;

                label {
                    font-size: 12px;
                    font-weight: 600;
                    font-family: var(--creote-family-one);
                    line-height: 12px;
                    color: var(--heading-dark);
                    width: 100%;
                    text-transform: uppercase;

                }

                .wpcf7-form-control-wrap {
                    position: relative;
                    display: block;
                    width: 100%;
                }

                input ,  button{
                    width: 100%;
                }

                p {
                    position: relative;
                    margin: 0px;

                    i {
                        position: absolute;
                        top: 37px;
                        right: 14px;
                        color: var(--primary-color-one);
                        margin: auto;
                        font-size: 16px;
                        height: 16px;

                    }
                }

                textarea {
                    height: 150px;
                }

                .ajax-loader,
                .wpcf7-spinner {
                    position: absolute;
                    bottom: 0px;
                    right: 0px;
                }

                .wpcf7-not-valid-tip {
                    font-size: 15px;
                    font-weight: 400;
                    font-family: var(--creote-family-one);
                    line-height: 26px;
                    color: var(--primary-color-one);
                    text-transform: none;
                }

                .wpcf7-response-output {
                    position: absolute;
                    z-index: 11;
                    background: var(--primary-color-one);
                    text-align: center;
                    font-size: 16px;
                    font-weight: 400;
                    font-family: var(--creote-family-two);
                    color: #fff;
                    padding: 20px;
                    border-radius: 5px;
                    border-color: var(--primary-color-one);
                    margin: auto;
                    bottom: -78px;
                    right: 0;
                    left: 0;
                    width: auto;
                    transition: all .5s ease;
                    -moz-transition: all .5s ease;
                    -o-transition: all .5s ease;
                    -ms-transition: all .5s ease;

                    &::before {
                        position: absolute;
                        content: '';
                        left: 0;
                        right: 0;
                        width: 20px;
                        height: 20px;
                        top: -22px;
                        margin: auto;
                        border-top: 10px solid transparent;
                        border-bottom: 10px solid var(--primary-color-one);
                        border-left: 10px solid transparent;
                        border-right: 10px solid transparent;
                    }
                }
            }
        }

    }

    &.type_two {
        position: relative;
        img {
            position: absolute;
            width: 100%;
            right: -400px;
            bottom: 0px;
        }
        .contact_form_shortcode {
            position: relative;
            padding: 50px;
            background: #fff;
            box-shadow: var(--box-shadow);
            border-radius: 10px;

            max-width: 600px;
            height: auto;

            .heading {
                position: relative;
                margin-bottom: 30px;

                h2 {
                    font-size: 26px;
                    line-height: 36px;
                    font-weight: 700;
                    color: vr(--heading-dark);

                    span {
                        font-weight: 400;
                        color: var(--primary-color-one);
                    }
                }
            }

            form {
                br {
                    display: none;
                }

                .row {
                    --bs-gutter-x: 1.5rem !important;
                    margin-bottom: 0px;

                }

                input {
                    padding: 0px 15px;
                }

                textarea {
                    padding: 10px 15px;
                }

                p,
                div {

                    label {
                        width: 100%;
                        display: block;
                        font-size: 14px;
                        font-weight: 500;
                        color: var(--text-color-dark);
                        font-family: var(--creote-family-one);
                        position: relative;

                        input,
                        textarea {
                            margin-top: 5px;
                        }

                        span {
                            width: 100%;
                            display: block;
                        }

                        i {
                            position: absolute;
                            top: 26px;
                            right: 11px;
                            bottom: 0;
                            font-size: 12px;
                            height: 20px;
                            width: 20px;
                            line-height: 20px;
                            margin: auto;
                            color: var(--primary-color-one);
                            text-align: center;
                        }
                    }

                    &.text_area {
                        label {
                            i {
                                top: 42px;
                                bottom: inherit;
                            }
                        }
                    }
                }

                p::last-child,
                div::last-child {
                    margin-bottom: 0px;
                }
            }
        }
    }

    &.type_three {
        .contact_form_box_inner.simple_form {
            position: relative;

            .row {
                --bs-gutter-x: 1.5rem;
            }

            label {
                color: var(--primary-color-one);
                text-transform: uppercase;
                font-size: 12px;
                font-family: var(--creote-family-one);
                font-weight: 500;
                width: 100%;
                position: relative;

                i {
                    position: absolute;
                    top: 0;
                    right: 0;
                }
            }

            br {
                display: none;
            }
        }
    }
    &.type_four{
        background: #FFFFFF;
        border-radius: 17px 17px 17px 17px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: var(--border-color-dark);
        padding: 40px 40px 40px 40px;
        label{
            i{
                position: absolute;
                top: 0;
                right: 0;
                color: var(--primary-color-one);
            }
        }
    }
    &.type_five{
        background-color: #FFFFFF;
        padding: 40px 40px 40px 40px;
        border-radius: 10px 10px 10px 10px;
        .title_sections {
            .before_title{
                font-size: 15px!important;
                font-weight: 600!important;
                line-height: 25px!important;
                letter-spacing: 1.3px!important;
            }
            .title_big{
                font-size: 51px!important;
                font-weight: 800!important;
                line-height: 66px!important;
            }
        }
        label {
            color: var(--primary-color-one);
            text-transform: uppercase;
            font-size: 12px;
            font-family: var(--creote-family-one);
            font-weight: 500;
            width: 100%;
            position: relative;

            i {
                position: absolute;
                top: 28px;
                right: 10px;
            }
        }
    }
}

.contact_form_box_all .contact_form_box_inner .wpcf7-checkbox,
.contact_form_box_all .contact_form_box_inner .wpcf7-radio {
    .wpcf7-list-item {
        .wpcf7-list-item-label {
            display: inline-block;

        }

        .wpcf7-list-item-label {
            float: right;
        }

        &.first {
            margin-left: 0px !important;
        }

        input[type="checkbox"],
        input[type="radio"] {
            display: inline-block;
            margin: -4px 7px 0px 0px !important;
        }
    }
}
.wpcf7-form-control-wrap{
    input[type="file"]{
        padding: 0px!important;
        margin: 0px!important;
        border: 0px!important;
    }
}

form{
    position: relative;
    .wpcf7-response-output{
        position: absolute;
        padding: 15px 40px!important;
        border-radius: 5px;
        border: 0px !important;
        background: var(--primary-color-two);
        text-align: center;
        font-size: 13px;
        line-height: 22px;
        font-family: var(--creote-family-one);
        font-weight: 600;
        color: #fff;
        bottom: -76px;
        left: 0;
        display: block;
        margin: 0px!important;
    }
}

/*-============fourntcontent====================-*/
.error-404 {
    position: relative;
    margin-bottom: 30px;
}
.fourntcontent{
    position: relative;
    h1{
        font-size: 72px;
        line-height: 82px;
        font-weight: 700;
        margin-bottom: 15px;
        color: var(--primary-color-one);
    }
    h2{
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
        margin-bottom: 15px;
        color: var(--heading-dark);
    }
    p{
        margin-bottom: 25px;
    }
  
}

.search{
    position: relative;
    margin-bottom: 30px;
    input{
        box-shadow: var(--box-shadow-two);
    }
    .sch_btn{
        position: absolute;
        height: 40px;
        top: 8px;
        right: 8px;
        width: 40px;
        background: var(--primary-color-two);
        color: #fff;
        border-radius: 5px;
        border: 0px;
    }
}

/*-----description_box-------*/
.description_box{
    position: relative;
    p{
        margin: 0;
        span{
            color: var(--primary-color-one);
        }
    }
}

/*----===========quotes_box==============------*/
.quotes_box {
    position: relative;
&.style_one{
    padding: 0px 20px 0px 20px;
    border-left: 3px solid var(--primary-color-one);
    .icon{
        position: absolute;
        left: 28px;
        top: 0;
        img{
            height: 44px;
            width: auto;
        }
        span{
            font-size: 44px;
            line-height: 44px;
            color: var(--primary-color-two);
        }
    }
    .content{
        position: relative;
        padding-left:75px;
        h6{
            font-size: 22px;
            line-height: 32px;
            color: var(--primary-color-two);
            margin-bottom: 18px;
        }
        h3{
            font-size: 18px;
            line-height: 28px;
            color: var(--primary-color-one);
        }
    }
}
&.style_two{
    position: relative;
    padding-left: 35px;
    .top_content{
        position: relative;
        padding: 20px 20px 20px 60px;
        border-radius: 5px;
        background: var(--primary-color-one);
        margin-bottom: 25px;
        .auth_img{
            position: absolute;
            left: -17px;
            width: 70px;
            height: 70px;
            top: 0;
            bottom: 0;
            margin: auto;
            border-radius: 50px;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
        .description_bx{
            position: relative;
            p{
                margin-bottom: 0px;
                color: #fff;
                position: relative;
                z-index: 1;
            }
            .icon{
                position: absolute;
                right: 5px;
                top: 5px;
               span{
                   font-size: 50px;
                   line-height: 50px;
                   color: #fff;
                   opacity: .05;
                   
               }
            }
        }
        &::before{
            position: absolute;
            content: '';
            border-left: 50px solid transparent;
            border-top: 50px solid transparent;
            border-right: 50px solid var(--primary-color-one);
            border-bottom: 50px solid transparent;
            left: -59px;
            z-index: -1;
            opacity: .8;
        }
    }
    .content{
        position: relative;
        padding: 10px 0px 0px 0px;
        h3{
            font-size: 18px;
            line-height: 28px;
            font-weight: 700;
            color: var(--heading-dark);
            margin-bottom: 2px;
        }
        h6{
            font-size: 16px;
            line-height: 26px;
            font-weight: 500;
            font-family: var(--creote-family-two);
            color: var(--primary-color-one);
            margin-bottom: 0px;
        }
    }
}
}
@media(max-width:768px){
    .quotes_box.style_one {
        .icon{
            position: relative;
            left: 0;
            right: 0;
            margin-bottom: 20px;
        }
        .content{
            padding-left: 0px;
        }
    }
}


 


.link_box_contents {
    &.style_one {
        .link_content_bx{
            position: relative;
            display: flex;
            background: var(--primary-color-three);
            padding: 0px 0px 0px 20px;
            align-items: center;
            border-radius: 10px;
            .image_box{
                min-width: 28%;
                height: auto;
                min-height: auto;
                margin-top: auto;
                img{
                    width: auto;
                    height: 190px;
                }
            }
            .con_box{
                padding: 22px 30px 20px;
                position: relative;
                min-width: 72%;
                h2{
                    font-size:20px;
                    font-weight: 700;
                    color: var(--primary-color-one);
                    line-height: 30px;
                    margin-bottom: 10px;
                }
                a{
                    font-size: 16px;
                    line-height: 26px;
                    font-weight: 600;
                    color: var(--link-color-dark);
                    font-family: var(--creote-family-one);
                    i{
                        position: relative;
                        top: 2px;
                        font-size: 18px;
                        left: 5px;
                    }
                }
            }
        }
    }
    &.style_two {
        .link_content_bx{
            position: relative;
            display: flex;
            background: var(--primary-color-one);
            padding: 0px 20px 0px 0px;
            align-items: center;
            border-radius: 10px;
            .image_box{
                min-width: 28%;
                height: auto;
                min-height: auto;
                margin-top: auto;
                img{
                    width: auto;
                    height: 190px;
                }
            }
            .con_box{
                padding: 22px 30px 20px;
                position: relative;
                min-width: 72%;
                h2{
                    font-size:20px;
                    font-weight: 700;
                    color: #fff;
                    line-height: 30px;
                    margin-bottom: 10px;
                }
                a{
                    font-size: 16px;
                    line-height: 26px;
                    font-weight: 600;
                    color: #fff;
                    font-family: var(--creote-family-one);
                    i{
                        position: relative;
                        top: 2px;
                        font-size: 18px;
                        left: 5px;
                    }
                }
            }
        }
    }
}

/*----contact_list type_one-----*/
.contact_list {
    position: relative;
    &.type_one , &.type_two{
     
        .same_contact {
            position: relative;
            a , p{
                font-size: 15px;
                display: block;
                color: var(--text-color-dark);
                line-height: 26px;
                padding-left: 25px;
                margin-bottom: 0px; 
                span{
                    font-size: 16px;
                    color: var(--primary-color-one);
                    position: absolute;
                    margin-right: 6px;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    height: 18px;
                    line-height: 18px;
                    width: 20px;
                    text-align: center;
                    margin: auto;
                    display: block;
                }
            }
        }
    }
    &.type_two{
        .same_contact {
            a , p{
                padding-left: 45px;
                span{
                    width: 35px;
                    height: 35px;
                    border: 1px dashed var(--primary-color-one);
                    border-radius: 50px;
                    line-height: 35px;
                    left: 0;
                }
            }
        }
    }
}


/*------=========================megamenu box========================---------------*/
.image_box_carousel_content{
    &:before{
        position: absolute;
        bottom: 23px;
        left: 0;
        background: var(--primary-color-three);
        width: 100%;
        height: 1px;
        content: '';
    }
    &.arrow_disable{
        .owl-nav{
            display: none!important;
        }
        .mg_image_box{
            margin-bottom: 10px!important;
        }
        &:before{
            display: none!important;
        }
    }
    .theme_carousel {
    .owl-prev, .owl-next{   
        text-align: center;
        position: absolute;
        font-family: "FontAwesome"!important;
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: var(--primary-color-three)!important;
        font-size: 22px;
        color: var(--primary-color-two);
        border-radius: 50%;
        display: inline-block;
        span{
         display: none;
        }
        background: none;
        &::before , &::after{
            position: absolute;
            font-family: "FontAwesome"!important;
            font-size: 22px;
            color: var(--primary-color-two);
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            height: 22px;
            line-height: 22px;
        }
      
}
.owl-prev{
    left: 0px;
}
.owl-next{
    right: 0px;
}
.owl-nav{
    text-align: center;
    height: 50px;
    width: 120px;
    position: relative;
    display: inherit;
    margin: auto;
}
.owl-next{
    &::before{
        content: unicode('f105');
    }
}
.owl-prev{
    &::before{
        content: unicode('f104');
    }
}
}
}
.image_box_carousel_content{
    &.image_covered{
        .mg_image_box{
            .image_box{
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
        }   
    }

    .mg_image_box{
        &:hover{
            transform: unset!important;
        }
    }
}


.mg_image_box{
    position: relative;
    padding: 0px;
    text-align: center;
    transition:all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition: all .5s ease;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: var(--box-shadow-two);
    .image_box{
        position: relative;
        overflow: hidden;
        height: 300px;
        width: 100%;
        transition:all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition:all .5s ease;
        -ms-transition: all .5s ease;
        img{
            width: 100%;
            height: auto;
            transition:all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition:all .5s ease;
            -ms-transition: all .5s ease;
            opacity: 1;
        }
        .ab_link{
            position: absolute!important;
            width: 100%;
            height: 100%;
            z-index: 4;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            transition:all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition:all .5s ease;
            -ms-transition: all .5s ease;
            span{
                width: 50px;
                height: 50px;
                border-radius: 50px;
                background: var(--primary-color-one);
                color: #fff;
                font-size: 20px;
                position: absolute;
                top: 20px;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                line-height: 50px;
                transition:all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition:all .5s ease;
                -ms-transition: all .5s ease;
                opacity: 0;
                transform: translateY(-10px);
            }
        }
       
    }
    h2{
        position: absolute;
        display: inline-block;
        padding: 10px 18px;
        background: var(--primary-color-two);
        bottom: 0;
        line-height: normal;
        transition:all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition:all .5s ease;
        -ms-transition: all .5s ease;
        left: -100%;
        a{
            font-size: 18px;
            font-family: var(--creote-family-one);
            font-weight:  600;
            line-height: 28px;
            color: #fff;
            display: block;
        }
    }
    .tag{
        position: absolute;
        top: 0;
        right: 0;
        padding: 8px 14px;
        background: var(--primary-color-one);
        border-radius: 0px 0px 0px 10px;
        color: #fff;
    }
    &:hover{
        transform: translateY(-10px);
        h2{
            left: 0;
        }
        .image_box{
            img{
                opacity: .5;
            }
           .ab_link{
            span{
                opacity: 1;
                transform: translateY(0px);
            }
        }
        }
 
    }
}

.image_grid_content{
    .row{
        --bs-gutter-x: 1.5rem!important;
    }
    .mg_image_box{
        margin-bottom: 30px;
    }
    &.image_covered{
        .mg_image_box{
            .image_box{
               
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
        }   
    }
    &.style_two{
        .mg_image_box{
            position: relative;
            box-shadow: unset!important;
            border-radius: 0px;
            text-align: left;
            .content{
                position: absolute;
                left: 0;
                bottom: 0;
                padding: 20px;
                background: unset!important;
                width: 100%;
                height: auto;
            }
            h3{
                line-height: normal;
                a{
                    font-size: 18px;
                    color: var(--heading-dark);
                    margin-bottom: 15px;
                    font-weight: 700;
                    line-height: 30px;
                    display: block;
                }
            }
            .tag{
                position: relative;
                top: unset;
                bottom: unset;
                display: inline-block;
                padding: 5px 18px;
                border-radius: 10px 0px 10px 0px;
                background: var(--primary-color-one);
                color: #fff;
                transition:all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition:all .5s ease;
                -ms-transition: all .5s ease;
            }
            &:hover{
                h2{
                    a{
                      
                        color: var(--primary-color-one);
                    } 
                }
            }
        }
    }
}


/*-------==============list_item_box===============---------*/

.list_item_box{
    position: relative;
    &.style_one{
        ul{
            position: relative;
            margin: 0px 0px 0px 0px!important;
            padding: 0px!important;
            border: 0px!important;
            li{
                list-style: none;
                line-height: normal;
                margin-bottom: 15px;
                border-bottom: 0px!important;
                a{
                    font-size: 15px!important;
                    line-height: 25px!important;
                    color: var(--text-color-dark)!important; 
                    display: inline-block!important;
                    padding: 0px!important;
                }
                span{
                    position: relative;
                    display: inline-block;
                    left: 8px;
                    padding: 3px 16px;
                    border-radius: 30px;
                    background: var(--primary-color-one);
                    color: #fff;
                    font-size: 12px;
                    line-height: 22px;
                    text-transform: uppercase;
                    font-family: var(--creote-family-two);
                }
            }
        }
    } 
    &.style_two{
            position: relative;
            &.style_linline{
                li{
                    display: inline-block;
                    padding-right: 20px;
                }
            }
            &.list{
                li{
                    display: block;
                    padding-bottom: 20px;
                }
            }
            li{
                position: relative;
                list-style: none;
                .d-flex{
                    justify-content: unset!important;
                }
                small{
                    .icon_bx{
                        min-width: 20px;
                        margin-right: 10px;
                        img{
                            min-width: 20px;
                            width: 20px;
                        }
                        i{
                            min-width: 20px;
                            font-size: 18px;
                            color: var(--primary-color-one);
                        }
                    }
                    span{
                        position: relative;
                    }
                }
                a{
                    font-size: 16px;
                    color: var(--heading-dark);
                    span{
                        position: relative;
                        display: inline-block;
                        margin-left: 5px;
                        margin-right: 5px;
                        top: -2px;
                        padding: 3px 16px;
                        border-radius: 30px;
                        background: var(--primary-color-one);
                        color: #fff;
                        font-size: 12px;
                        line-height: 20px;
                        text-transform: uppercase;
                        font-family: var(--creote-family-two); 
                    }
                }
               
            }
    }
    &.light_color{
        &.style_one{
            ul{
                li{
                    a{
                        color: var(--color-white)!important; 
                    }
                    span{
                        background: var(--color-white);
                        color: var(--primary-color-one);
                    }
                }
            }
        }
        &.style_two{
                ul{
                    li{
                       
                        small{
                            .icon_bx{
                                i{
                                    min-width: 20px;
                                    font-size: 18px;
                                    color: var(--color-white);
                                }
                            }
                            span{
                                color: var(--color-white);
                            }
                        }
                        a{
                            font-size: 16px;
                            color: var(--color-white);
                            span{
                                background: var(--color-white);
                                color: var(--primary-color-one);
                            }
                        }
                       
                    }
                }
        }
    }
}

.list_items_new_box {
    position: relative;
    margin: 0;
    padding: 0;
    
    &.type_one {
        li {
            display: block;
            padding-bottom: 12px;
            position: relative;
            margin: 0px;
            a {
                display: block;
                color: var(--text-color-dark);
                font-size: 16px;
                line-height: 26px;
                padding-left: 28px;
                position: relative;
                span {
                    position: absolute;
                    content: "";
                    left: 0;
                    font-size: 18px;
                    font-weight: 500;
                    top: 2px;
                    line-height: 26px;
                    color: var(--primary-color-one);
                }
            }
            &:last-child {
                padding-bottom: 0;
            }
        }
    }
    &.display_inline{
        li {
            display: inline-block !important;
            margin-right: 15px;
            a{
                position: relative;
                padding-left: 22px;
                display: flex;
            }
            &:last-child{
                margin-right: 0px;
            }
        }
    }
   
}


.owl-nav{
    pointer-events: none;
   .owl-next,  .owl-prev{
    pointer-events: fill;
   }
}




.map{
    position: relative;
    iframe{
        width: 100%;
        height: 500px;
        border-radius: 15px;
    }
}