/*============= TYPOGRAPHY=============*/

/*======TABLE OF CONTENTS======*/

/*===================

1.PAGE WRAPPER.
2.MAIN-SECTION.
3.SCROLL TO TOP.
4.PAGE TITLE.
5.LIST STYLE ONE.
6.USEFUL LINKS.
7.SOCIAL ICON.
8.BG.
9.THEME BUTTON.
10.BUTTON STYLE ONE.
11.MAIN HEADER.
12.STICKY HEADER.
13.MOBILE-MENU
14.MAIN-SLIDER.
15.ABOUT US.
16.WHY CHOOSE US.
17.SERVICES.
18.FEATURES SECTION.
19.TEAM.
20.TESTIMONIALS.
21.CONTACT.
22.MAIN FOOTER.
23.FOOTER.
24.FOOTER-BOTTOM.
25.CAREERS.
26.HEADER-LOGO/NAV-LOGO/STICKY-LOGO/FOOTER-LOGO.
27.SERVICES PAGES.
28.LOCATION PAGES.

===================*/

@import "https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500;600;700;800&amp;family=Teko:wght@300;400;500;600;700&amp;display=swap";@import "animate.css";@import "owl.css";@import "jquery.fancybox.min.css";@import "linear.css";@import "fontawesome.css";@import "flaticon.css";@import "swipper.min.css";@import "tm-bs-mp.css";@import "tm-utility-classes.css";:root {
    --theme-color-light: #ffffff;
    --theme-color-dark: #000000;
    --theme-color1: #f1a82a;
    --theme-color2: #ffda9a;
    --theme-color3: #eda62a;
    --theme-color1-rgb: 241, 168, 42;
    --theme-color2-rgb: 255, 218, 154;
    --theme-color3-rgb: 237, 166, 42;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --text-color: #878787;
    --headings-color: var(--theme-color-dark);
    --link-color: var(--theme-color-dark);
    --link-hover-color: var(--theme-color-dark);
    --text-font: "Catamaran", sans-serif;
    --title-font: "Teko", sans-serif;
    --body-font-size: 16px;
    --body-line-height: 30px;
    --body-font-weight: 400;
    --body-font-weight-bold: 500;
    --line-height-heading-h1: 1em;
    --line-height-heading: 0.86em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 100px;
    --h2-font-size: 64px;
    --h3-font-size: 32px;
    --h4-font-size: 26px;
    --h5-font-size: 20px;
    --h6-font-size: 18px;
    --h1-font-weight: 500;
    --h2-font-weight: 500;
    --h3-font-weight: 500;
    --h4-font-weight: 500;
    --h5-font-weight: 500;
    --h6-font-weight: 500;
    --sec-title-subtitle-color: var(--theme-color1);
    --sec-title-subtitle-font-size: 18px;
    --sec-title-subtitle-font-family: var(--title-font);
    --sec-title-subtitle-font-weight: 400;
    --sec-title-subtitle-line-height: 20px;
    --sec-title-color: var(--theme-color-dark);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: var(--h2-font-weight);
    --theme-light-background: #f8f6f1;
    --theme-light-background-text-color: var(--headings-color);
}

::-moz-selection {
    background: var(--theme-color-dark);
    color: #fff;
    text-shadow: none
}

::selection {
    background: var(--theme-color-dark);
    color: #fff;
    text-shadow: none
}

:active,:focus {
    outline: none!important
}

::-webkit-input-placeholder {
    color: #7c858c
}

::-moz-input-placeholder {
    color: #7c858c
}

::-ms-input-placeholder {
    color: #7c858c
}

/*==========body=========*/

body {
    background-color: #fff;
    background-attachment: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    counter-reset: my-sec-counter;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height)
}

.text {
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    text-align: justify;
    line-height: var(--body-line-height)
}
.text a{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
    color: var(--headings-color);
    font-family: var(--title-font);
    position: relative;
    line-height: var(--line-height-heading-)
}

/*--

h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small {
    font-weight: 400;
    line-height: 1;
    color: var(--headings-color)
}
--*/

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: inherit;
    font-weight: inherit
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 1rem
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--h1-font-weight);
    line-height: var(--line-height-heading-h1)
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--h2-font-weight);
    line-height: var(--line-height-heading)
}

h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    line-height: var(--line-height-heading)
}

h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading)
}

h5 {
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
    line-height: var(--line-height-heading)
}

h6 {
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight);
    line-height: var(--line-height-heading-small)
}

table p {
    margin-bottom: 0
}

p {
    margin-bottom: 20px
}

p a:not(.button):not(.btn):hover,p a:not(.button):not(.btn):focus {
    text-decoration: underline
}

a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: var(--body-font-weight);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

a:hover,a:focus {
    color: inherit;
    text-decoration: none;
    outline: none
}

a b,a strong {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

a img {
    border: none
}

pre,ul,ol,dl,dd,blockquote,address,table,fieldset {
    margin-bottom: 10px
}



b,strong {
    color: #333;
    font-weight: var(--body-font-weight-bold)
}

iframe {
    border: none!important
}


textarea.form-control {
    height: auto;
    padding-top: 15px;
    border-radius: 5px;
    padding-bottom: 15px
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 100%
}

textarea {
    overflow: hidden;
    resize: none
}

button {
    outline: none!important;
    cursor: pointer
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

ul,li {
    list-style: none;
    padding: 0;
    margin: 0
}

.title a {
    color: inherit;
    text-decoration: none;
}

.color1 {
    color: var(--theme-color1)
}

.color2 {
    color: var(--theme-color2)
}

.color3 {
    color: var(--theme-color3)
}



/*=========================
        1.page wrapper
===========================*/

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
    background-color: #fff
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0 15px;
    margin: 0 auto;
    width: 100%
}

.dropdown-toggle::after {
    display: none;
}

/*--preloader----------*/

/*--@-webkit-keyframes loading {
    from {
        background-position: 0
    }

    to {
        background-position: -450px
    }
}

.preloader:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    color: var(--theme-color-dark);
    font-weight: 600;
    font-size: 14px;
    font-family: var(--text-font);
    letter-spacing: 2px;
    text-transform: uppercase;
    content: "Loading";
    -webkit-transition: none;
    transition: none
}---*/

/*=======tp arrows====*/

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
}

/*=====================
       2.main-section
======================*/

.main-section .container .row{
    text-align: start;
    padding: 30px;
}

.head-title{
    color: var(--theme-color1);
    text-transform:uppercase;
    font-size: 20px;
    margin-bottom: 25px;
}
.head-text{
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    text-align: justify;
    line-height: var(--body-line-height);
}

/*=================
    3.scroll to top
===================*/

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: var(--theme-color1);
    z-index: 100;
    display: none;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.scroll-to-top:hover {
    background: var(--theme-color3);
    color: #fff
}

/*==============
4.page titlte
==================*/

.page-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 110px;
    min-height: 250px;
   
}

.title-outer{
    margin-left: 100px;
}

.title-inner{
    font-size: 60px;
    color:#fff ;
}
@media(max-width:512px){
    .title-inner {
        font-size: 45px;
        color:#fff ;
    }
}

.breadcrumb{
    font-size: 15px;
    color:var(--theme-color1) ;
    font-weight: 500;
    text-decoration: none;
    margin-top: -15px;
}
.breadcrumb a{
    font-size: 15px;
    color:var(--theme-color1) ;
    font-weight: 500;
    text-decoration: none;
}
.breadcrumb a:hover{
    font-size: 15px;
    color:#fff ;
    font-weight: 500;
}


/*=================
5.list style one
====================*/

.list-style-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   margin: auto;
   padding: 10px 0;
}

.list-style-one li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 13px;
    color: var(--theme-color-dark);
    margin-right: 20px;
}

.list-style-one li i {
    position: relative;
    color: var(--theme-color-dark);
    font-size: 13px;
   top:2px;
    margin-right: 10px;
    align-items: center;
}

.list-style-one li a {
    display: block;
    text-decoration: none;
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.list-style-one li a:hover {
  color: #ffffff;
}

/*===================
6.useful links
=====================*/

.useful-links{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.useful-links li {
    font-size: 13px;
    list-style: none;
    display: flex;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.useful-links li a {
    position: relative;
    text-decoration: none;
    color: var(--theme-color-dark);
    padding: 0px 5px 0px 5px ;
    align-items: center;
    background-color: var(--theme-color1);
    text-align: center;
    z-index: 3
}

.useful-links li:before {
    position: relative;
    color: #000000;
    content: "/";
    font-size: 13px;
}
.useful-links li:first-child::before{
content: none;
position: absolute;
}
.useful-links li a:hover{
    color: #ffffff;
}


/*=================
7.social icon
====================*/

.social-icon-one{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
   align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.social-icon-one li {
    
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
   display: inline-block;
  
}

.social-icon-one li:last-child {
    margin-right: 0
}

.social-icon-one li a {
    position: relative;
    color: var(--headings-color);
    font-size: 13px;
    border-radius: 50%;
    background-color: var(--theme-color1);
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    justify-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3
}

.social-icon-one li a i {
    position: relative;

}

.social-icon-one li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color-dark);
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.social-icon-one li a:hover {
    color: var(--theme-color-light)
}

.social-icon-one li a:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

/*=====7.1social icon two======*/

.social-icon-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social-icon-two li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 7px
}

.social-icon-two li:last-child {
    margin-right: 0
}

.social-icon-two li a {
    position: relative;
    display: block;
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #151518;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.social-icon-two li a i {
    position: relative
}

.social-icon-two li a::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: var(--theme-color1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50px
}

.social-icon-two li a:hover {
    color: #fff
}

.social-icon-two li a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

/*===================
8.bg
======================*/

.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.bg-pattern-1 {
    background-image: url(../images/icons/pattern-14.png);
}


.bg-pattern-8 {
    background-image: url(../images/icons/pattern-8.jpg)
}

.bg-pattern-12 {
    background-image: url(../images/icons/pattern-12.png)
}

/*---------

.skills {
    position: relative;
    margin-bottom: 50px
}

.skills .skill-item {
    position: relative;
    margin-bottom: 25px
}

.skills .skill-item:last-child {
    margin-bottom: 0
}

.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 0
}

.skills .skill-item .skill-header .skill-title {
    color: var(--theme-color-dark);
    letter-spacing: 0;
    margin-bottom: 10px
}

.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    height: 14px;
    border-radius: 10px
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 14px;
    background: #f2f3f6;
    border-radius: 10px
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 14px;
    width: 0;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    border-radius: 10px;
    background: var(--bg-theme-color1)
}

.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    position: absolute;
    right: 0;
    bottom: 100%;
    font-weight: 400;
    color: #6f7174;
    line-height: 25px;
    margin-bottom: 10px
}


-----------*/

/*=================
9.theme button
===================*/

.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.theme-btn .btn-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

/*======================
10.button style one
=========================*/

.btn-style-one {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding: 23px 45px 17px;
    font-weight: 600;
    overflow: hidden;
    color: var(--theme-color-dark);
    background: var(--theme-color1);
    text-transform: uppercase
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--theme-color-dark);
    border-radius: inherit;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(.86,0,.07,1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(.86,0,.07,1);
    transition: transform 500ms cubic-bezier(.86,0,.07,1);
    transition: transform 500ms cubic-bezier(.86,0,.07,1),-webkit-transform 500ms cubic-bezier(.86,0,.07,1);
    -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
    transition-timing-function: cubic-bezier(.86,0,.07,1)
}

.btn-style-one i {
    position: relative;
    top: 1px;
    display: block;
    margin-left: 10px
}

.btn-style-one:hover {
    color: #fff
}

.btn-style-one:hover:before {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.btn-style-one.dark-bg {
    color: var(--theme-color-light);
    background-color: var(--theme-color-dark)
}

.btn-style-one.dark-bg::before {
    background-color: var(--bg-theme-color1)
}

.btn-style-one.hover-light:hover {
    color: var(--theme-color-dark)
}

.btn-style-one.hover-light:before {
    background-color: var(--theme-color-light)
}

.theme-btn.small {
    padding: 10px 30px;
    line-height: 20px;
    font-size: 10px
}

[text-split] {
    opacity: 0
}

/*----*/

.word {
    overflow: hidden;
    padding-bottom: .1em;
    margin-bottom: -.1em;
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.icon-dots-2 {
    width: 1221px;
    height: 543px;
    background-image: url(../images/icons/icon-dots-2.png)
}

.icon-about-1 {
    width: 781px;
    height: 667px;
    background-image: url()
}


/*-----------------

.zoom-two {
    -webkit-animation: zoom-two 5s infinite linear;
    animation: zoom-two 5s infinite linear
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

/*--

@-webkit-keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes zoom-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}



 --*/


/*=====overlay-animation======*/

.overlay-anim {
    position: relative
}

.overlay-anim:after {
    background: rgba(255,255,255,.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none
}

.overlay-anim:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

/*===================
       11.main-header
=====================*/

.main-header {
    position: relative;
    width: 100%;
    z-index: 999
}

.header-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-top .inner-container {
    position: relative;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.header-top .top-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top .top-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
}
.header-top .social-icon-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
   align-items: center;
   min-width: 210px;
   margin: auto;
}

.main-header .header-lower {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .header-lower .logo-box {
    position: relative;
    margin-top: -10px;
    padding: 20px 0
}

.main-header {
    width: 100%;
    z-index: 999
}

.main-header .logo {
    position: relative;
    display: block;
    margin-top: 20px;
}

.main-header .logo{
    max-width: 100%;
    height: auto
}

@media(max-width: 1234px) {
    .main-header .logo{
        margin-top:50px;
    }
}

@media(max-width: 1197px) {
    .main-header .logo{
        margin-top:50px;
    }
}

@media(max-width: 991px) {
    .main-header .logo{
        margin-top:10px;
    }
}

@media(max-width: 911px) {
    .main-header .logo{
       font-size: 30px;
    }
}

.main-header .main-box {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}
@media(max-width: 911px) {
    .main-header .logo{
       font-size: 30px;
    }
}
.main-header .main-box .nav-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.main-menu {
    position: relative
}

@media(max-width: 991.98px) {
    .main-menu {
        display:none
    }
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px 30px;
}

.main-menu .navigation {
    position: relative;
    padding:10px;
    margin: 0;
    
}
@media(max-width: 962px) {
    .main-menu .navigation {
        display: none;
    }
}
.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 25px 0;
    margin-right: 55px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li:last-child {
    margin-right: 0
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: capitalize;
}

.main-menu .navigation>li>a .icon {
    position: relative;
    font-size: 22px;
    line-height: 24px;
    margin-left: 10px
}

.main-menu .navigation>li>a:hover {
    color: var(--theme-color1)
}

.main-menu .navigation>li.current>a {
    color: var(--theme-color-dark)
}

.main-menu .navigation>li.current>a:hover {
    color: var(--theme-color1)
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 14px;
    margin-right: -14px;
}

.main-menu .navigation>li.dropdown>a:after {
    content: "\f107";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 24px;
    font-size: 12px;
    z-index: 5;
    font-family: "font awesome 6 pro";
    font-weight: 900;
    margin-top: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    margin-top: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 220px;
    z-index: 100;
    padding: 10px 0 0;
    background-color: #fff;
    margin-top: 30px;
    opacity: 0;
    display: none;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05)
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ebf1f5
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    line-height: 29px;
    font-weight: 400;
    font-size: 16px;
    color: var(--theme-color-dark);
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

.main-menu .navigation>li>ul>li:hover>a {
    color: var(--theme-color1)
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "font awesome 6 pro";
    content: "\f105";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 14px;
    font-weight: 900;
    z-index: 5
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    margin-top: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    z-index: 100;
    display: none;
    background-color: #fff;
    opacity: 0;
    padding: 10px 0 0;
    margin-top: 10px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05)
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    border-bottom: 1px solid #ebf1f5;
    width: 100%
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: var(--theme-color-dark);
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: var(--theme-color1)
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-header .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.main-header .outer-box .theme-btn {
    margin-left: 40px;
    font-size: 12px;
    text-transform: uppercase
}

.main-header .ui-btn-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0;
    border-left: 1px solid rgba(255,255,255,.5);
    padding-left: 17px;
    position: relative;
    right: 117px
}

.main-header .ui-btn {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: 0 0;
    font-size: 26px;
    color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .ui-btn:hover {
    color: var(--theme-color1)
}

.main-header .info-btn {
    position: relative;
    font-size: 16px;
    padding-left: 44px;
    color: #fff;
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
    line-height: 20px;
    margin-left: 40px
}

.main-header .info-btn small {
    display: block;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-color1)
}

.main-header .info-btn .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    line-height: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 1em;
    margin-right: 20px;
    padding-right: 20px;
    color: var(--theme-color1)
}

.main-header .info-btn:hover {
    color: var(--theme-color-light)
}

.header-style-one {
    position: relative;
    background-color: #fff
}

.header-style-one .header-top {
    position: relative;
    background-color: var(--bg-theme-color1);
    margin-left: 230px;
}

.header-style-one .header-top .inner-container{
    justify-content: center;
    text-align: center;
    padding: 0px 40px;
    justify-content: space-between;

}

@media(max-width: 1234px) {
    .header-style-one .header-top {
        margin-left:0px;
    }
}

@media(max-width: 1199.98px) {
    .header-style-one .header-top {
        margin-left:0px;
    }
}

@media(max-width: 991.98px) {
    .header-style-one .header-top {
        display:none
    }
}

@media(max-width: 1199.98px) {
    .header-style-one .header-top .inner-container {
        padding:0 30px
    }
}

.header-style-one .header-lower .logo-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -62px;
    height: 130px;
    padding: 20px;
    min-width: 200px;
}

    .logo a {
        position: relative;
        color:  var(--theme-color1);
        font-size: 25px;
        font-weight: bold;
    }


@media(max-width: 1199.98px) {
    .header-style-one .header-lower .logo-box {
        margin-right:30px;
        min-width: 200px
    }
}

@media(max-width: 991.98px) {
    .header-style-one .header-lower .logo-box {
        margin:0;
        height: auto;
        min-width: 180px;
        padding: 20px
    }
}

.header-style-one .header-lower .logo-box:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: ""
}

@media(max-width: 991.98px) {
    .header-style-one .main-box .nav-outer {
        -webkit-box-pack:end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.header-style-one .main-box .nav-outer .navigation>li {
    padding: 30px 0
}

.header-style-one .main-box .outer-box {
    padding-right: 58px
}

@media(max-width: 1199.98px) {
    .header-style-one .main-box .outer-box {
        padding-right:30px
    }
}

@media(max-width: 991.98px) {
    .header-style-one .main-box .outer-box {
        padding-right:20px
    }
}
@media(max-width: 942px) {
    .header-style-one .main-box .outer-box {
     justify-content: space-between;
    }
}
.header-style-one .main-box .outer-box .ui-btn {
    color: var(--theme-color-dark);
    margin-left: 15px
}

@media(max-width: 575.98px) {
    .header-style-one .main-box .outer-box .ui-btn {
        display:none
    }
}

@media(max-width: 1199.98px) {
    .header-style-one .main-box .outer-box .cart-btn {
        display:none
    }
}

.header-style-one .main-box .outer-box .divider {
    height: 53px;
    width: 1px;
    background-color: #e3dbd8;
    margin-right: 13px
}

@media(max-width: 1199.98px) {
    .header-style-one .main-box .outer-box .divider {
        display:none
    }
}

.header-style-one .main-box .outer-box .info-btn {
    margin-right: 125px
}

@media only screen and (max-width: 1699px) {
    .header-style-one .main-box .outer-box .info-btn {
        display:none
    }
}

.header-style-one .main-box .outer-box .info-btn strong {
    font-weight: 800;
    letter-spacing: -.01em
}

.header-style-one .main-box .outer-box .info-btn small {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize
}

.header-style-one .main-box .theme-btn {
    line-height: 30px;
    padding: 30px 0;
    background-color: var(--theme-color-dark);
    color: var(--theme-color-light);
    min-width: 264px
}

@media(max-width: 1399.98px) {
    .header-style-one .main-box .theme-btn {
        display:none
    }
}

.header-style-one .main-box .theme-btn:before {
    background-color: var(--bg-theme-color1)
}

/*==================
12.sticky header
====================*/


.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.05);
    box-shadow: 0 0 20px rgba(0,0,0,.05)
}

@media(max-width: 991.98px) {
    .sticky-header {
        padding:5px 0
    }
}

.sticky-header.fixed-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible
}


.sticky-header .nav-outer {
    position: relative;
    background: 0 0
}

.sticky-header .inner-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sticky-header .main-menu .navigation>li {
    margin: 0;
    margin-left: 60px;
    padding: 20px 0
}

.sticky-header .main-menu .navigation>li>a {
    color: var(--theme-color-dark)
}

.sticky-header .main-menu .navigation>li.current>a,.sticky-header .main-menu .navigation>li:hover>a {
    color: var(--theme-color-dark)
}

.sticky-header .outer-box,.sticky-header .navbar-header {
    display: none
}

.sticky-header .mobile-nav-toggler {
    color: var(--theme-color-dark)
}

@media only screen and (min-width: 768px) {
    .main-menu .navigation>li>ul,.main-menu .navigation>li>ul>li>ul {
        display:block!important;
        visibility: hidden;
        opacity: 0
    }
}

/*========mobile-nav-toggler========*/

.mobile-nav-toggler {
    position: relative;
    font-size: 28px;
    line-height: 20px;
    cursor: pointer;
    color: var(--theme-color1);
    display: none;
    margin-left: 20px;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

@media(max-width: 991.98px) {
    .mobile-nav-toggler {
        display:block
    }
}

@media(max-width: 942px) {
    .mobile-nav-toggler{
        display: block;
        justify-content: flex-end;
    }
}


/*==============
13.mobile-menu
==================*/

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.7);
    opacity: 0;
    visibility: hidden
}

.mobile-menu .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px
}

.mobile-menu .close-btn {
    position: relative;
    top: -10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

.mobile-menu .close-btn:hover {
    opacity: .5
}

.mobile-menu .nav-logo {
    position: relative;
    text-align: left;
    width: 100%;
    margin-top: -20px;
    margin-left: 30px;
}
/****
.mobile-menu .nav-logo img {
    max-height: 40px;
    margin-top: -20px;
    margin-left: 30px;
}
****/
.mobile-menu .menu-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--theme-color-dark);
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s ease 200ms;
    transition: all .4s ease 200ms;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.mobile-menu-visible .scroll-to-top {
    opacity: 0;
    visibility: hidden
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.1)
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255,255,255,.1)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize
}

.mobile-menu .navigation li:hover>a,.mobile-menu .navigation li.current>a {
    color: #fff
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    cursor: pointer;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(255,255,255,.1)
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
    content: "\f106"
}

.mobile-menu .navigation li>ul,.mobile-menu .navigation li>ul>li>ul {
    display: none
}

.mobile-menu .navigation li>ul>li {
    padding-left: 20px
}

.contact-list-one {
    position: relative;
    padding: 30px 20px 20px
}

.contact-list-one li {
    position: relative;
    margin-bottom: 20px
}

.contact-list-one li:last-child {
    margin-right: 0
}

.contact-list-one li .contact-info-box {
    position: relative;
    padding-left: 54px;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.contact-list-one li .contact-info-box a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-list-one li .contact-info-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 34px;
    line-height: 50px;
    color: #fff
}

.contact-list-one li .contact-info-box .title {
    display: block;
    font-size: 12px;
    color: var(--theme-color1);
    font-weight: 400;
    text-transform: uppercase
}

.contact-list-one li .contact-info-box .text {
    font-size: 16px;
    color: var(--theme-color-light)
}

/*=======mobile-menu-social links=======*/

.mobile-menu .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--theme-color-dark);
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: auto
}

.mobile-menu .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid rgba(255,255,255,.1)
}

.mobile-menu .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.mobile-menu .social-links li a:hover {
    color: var(--theme-color2)
}


/*=====section title====*/

.sec-title {
    position: relative;
    padding-bottom: 20px;
}

@media(max-width: 767.98px) {
    .sec-title br {
        display:none
    }
}
.sec-title .sub-title:after {
    position: absolute;
    left: 100%;
    top: 50%;
    height: 2px;
    width: 40px;
    margin-left: 10px;
    margin-top: -1px;
    background: var(-theme-color1);
    content: "";
}

.sec-title .sub-title {
    position: relative;
    font-size: var(--sec-title-subtitle-font-size);
    line-height: var(--sec-title-subtitle-line-height);
    font-weight: var(--sec-title-subtitle-font-weight);
    font-family: var(--sec-title-subtitle-font-family);
    color:  #eda62a;
    text-transform: uppercase;
    text-align: start;
   display: inline-block;
    margin-bottom: 12px
}
.sec-title h1 {
    position: relative;
    font-size: var(--sec-title-font-size);
    color: #f1a82a;
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight);
    margin-bottom: 5px;
    line-height: 1;
    text-align: center;
    z-index: 2
}

.sec-title .text {
    margin-top: 20px;
}

.sec-title.light .sub-title {
    color: var(--theme-color-light)
}



/*======================
       14. main slider
=========================*/

.main-slider {
    position: relative
}

.main-slider .sub-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: var(--title-font);
    font-weight: 400;
    color: var(--theme-color-light);
    z-index: 3;
    text-transform: uppercase
}

.main-slider h2 {
    position: relative;
    display: block;
    font-size: 80px;
    line-height: 90px;
    font-weight: 500;
    color: var(--theme-color-light);
    z-index: 3;
    letter-spacing: .05em;
    text-transform: uppercase
}

@media(max-width: 767.98px) {
    .main-slider h2 {
        font-size:45px;
        line-height: 1.2em
    }
}

@media(max-width: 575.98px) {
    .main-slider h2 {
        font-size:45px
    }
}

@media only screen and (max-width: 576px) {
    .main-slider h2 {
        font-size:45px
    }
}

@media only screen and (max-width: 424px) {
    .main-slider h2 {
        font-size:45px;
        line-height: 1.1em
    }
}

@media(max-width: 575.98px) {
    .main-slider .theme-btn {
        line-height:20px;
        padding: 10px 30px
    }
}

.main-slider .tp-dottedoverlay {
    background-image: url(../images/main-slider/shape.png);
    background-color: rgba(0,0,0,.3);
    background-size: cover
} 

/*======================
       15.about us
=========================*/

.about-section {
    position: relative;
    padding: 120px 70px;
    overflow: hidden;
    background-image: url("../images/icons/pattern-5.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
    padding-left: 30px;
    z-index: 1
}

.about-section .content-column .inner-column {
    position: relative
}

.about-section .content-column .sec-title {
    margin-bottom: 30px
}

 .sec-title .sub-title:before {
    position: absolute;
    left: 100%;
    top: 50%;
    height: 2px;
    width: 40px;
    margin-left: 10px;
    margin-top: -1px;
    background: var(--bg-theme-color2);
    content: "";
}


.about-section .content-column .title-box {
    margin-bottom: 40px
}

.about-section .content-column .title-box .title {
    color: var(--theme-color1);
    font-size: 24px;
    font-family: var(--text-font);
    font-weight: 700
}

.about-section .content-column .info-block {
    position: relative;
}

.about-section .content-column .info-block:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 41%;
    width: 3px;
    height: 54px;
    background-color: #f2f2f2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width: 767.98px) {
    .about-section .content-column .info-block:before {
        display:none
    }
}

.about-section .content-column .skills {
    margin-bottom: 35px
}

.about-section .content-column .skills .bar-inner {
    border-radius: 0
}

.about-section .content-column .skills .bar-inner .bar {
    border-radius: 0
}

.about-section .content-column .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 575.98px) {
    .about-section .content-column .bottom-box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.about-section .content-column .bottom-box .author-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 575.98px) {
    .about-section .content-column .bottom-box .author-box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px
    }
}

.about-section .content-column .bottom-box .author-box img {
    border-radius: 50%;
    margin-right: 20px;
    border: 2px solid var(--theme-color1);
    padding: 5px
}

.about-section .content-column .bottom-box .author-box .name {
    margin-bottom: 5px
}

@media(max-width: 575.98px) {
    .about-section .content-column .bottom-box .author-box .name {
        margin-top:10px
    }
}

.about-section .image-column {
    position: relative;
    margin-bottom: 30px;
}

@media(max-width: 991.98px) {
    .about-section .image-column {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }
}

.about-section .image-column .inner-column {
    position: relative;
    padding-right: 55px;

}

@media(max-width: 991.98px) {
    .about-section .image-column .inner-column {
        margin-bottom:0;
        text-align: center
    }
}

.about-section .image-column .image-box {
    position: relative
}

@media(max-width: 1399.98px) {
    .about-section .image-column .image-box:before {
        display:none
    }
}

.about-section .image-column .image-1 {
    position: relative;
    margin-bottom: 0
}

@media(max-width: 1399.98px) {
    .about-section .image-column .image-1 img {
        max-width:100%;
        width: 100%
    }
}

.about-section .image-column .image-2 {
    position: absolute;
    left: -65px;
    bottom: -85px;
    margin-bottom: 0
}

@media(max-width: 1399.98px) {
    .about-section .image-column .image-2 {
        display:none
    }
}

.about-section .image-column .image-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 15px solid var(--theme-color-light)
}

.about-section .image-column .image-2 img {
    width: 100%
}

@media(max-width: 991.98px) {
    .about-section .image-column .image-2 {
        display:none
    }
}

.about-section .image-column .icon-dots-4 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-80%,-60%);
    transform: translate(-80%,-60%)
}

.about-section .image-column .circle-text {
    position: absolute;
    top: -65px;
    left: -115px
}

@media(max-width: 1399.98px) {
    .about-section .image-column .circle-text {
        display:none
    }
}

.about-section .image-column .circle-text img {
    -webkit-animation: fa-spin 30s infinite linear;
    animation: fa-spin 30s infinite linear
}

.about-section .image-column .circle-text .word {
    position: absolute;
    top: 56%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 72px;
    letter-spacing: -.4
}

.about-section .image-column .exp-box {
    position: absolute;
    right: 83px;
    bottom: 0;
    width: 257px;
    -webkit-box-shadow: 0 33px 87px rgba(0,0,0,.07);
    box-shadow: 0 33px 87px rgba(0,0,0,.07);
    background-color: var(--theme-color-light);
    padding: 15px;
    text-align: left
}

@media(max-width: 1399.98px) {
    .about-section .image-column .exp-box {
        position:relative;
        right: 0;
        width: 100%;
        margin-top: 20px
    }
}

.about-section .image-column .exp-box .inner {
    position: relative;
    padding: 20px 25px;
    background-color: var(--theme-color-light);
    border: 2px solid var(--theme-color1)
}

@media(max-width: 1399.98px) {
    .about-section .image-column .exp-box .inner {
        text-align:center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about-section .image-column .exp-box .icon-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 90px;
    min-height: 64px;
    margin-bottom: 10px
}

.about-section .image-column .exp-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 64px;
    font-weight: 400;
    line-height: 1em;
    color: var(--theme-color1);
    z-index: 2;
    margin-bottom: 5px
}

.about-section .image-column .exp-box .count {
    font-family: var(--title-font);
    font-size: 48px;
    line-height: 40px;
    color: var(--theme-color-dark);
    font-weight: 400;
    margin-bottom: 0
}

.about-section .image-column .exp-box .title {
    margin-bottom: 0;
    color: #717070;
    letter-spacing: .1em;
    text-transform: uppercase
}

.about-block {
    position: relative;
    margin-bottom: 35px
}

.about-block .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-block .inner:hover .icon {
    color: var(--theme-color1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.about-block .icon {
    font-size: 40px;
    color: var(--theme-color1);
    margin-right: 18px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.about-block .title {
    position: relative;
    font-size: 25px;
    top:-10px;
    font-weight: 400;
    margin-bottom: 0
}

.about-block .text {
    margin-bottom: 0
}


/*========================
        16.why-choose-us
==========================*/


.why-choose-us{
    position: relative;
    padding: 120px 70px;
    overflow: hidden;
}

.why-choose-us:before {
    position: absolute;
    right: 50%;
    margin-right: 350px;
    height: 100%;
    width: 100%;
    background-color:  var(--theme-color3);
    content: "";
    background-repeat: no-repeat;
    background-position: center right;
}

@media(max-width: 991px) {
    .why-choose-us:before {
    display: none;
    }
}
.why-choose-us .content-column {
    position: relative;
    margin-bottom: 50px;
    padding-left: 30px;
    z-index: 1
}
.why-choose-us .content-column .inner-column {
    position: relative
}
.why-choose-us.content-column .sec-title {
    margin-bottom: 30px
}
 .sec-title .sub-title:before {
    position: absolute;
    left: 100%;
    top: 50%;
    height: 2px;
    width: 40px;
    margin-left: 10px;
    margin-top: -1px;
    background: var(--bg-theme-color2);
    content: "";
}

.why-choose-us .content-column .title-box {
    margin-bottom: 40px
}
.why-choose-us .content-column .title-box .title {
    color: var(--theme-color1);
    font-size: 24px;
    font-family: var(--text-font);
    font-weight: 700
}
.why-choose-us .content-column .info-block {
    position: relative
}
.why-choose-us .content-column .info-block:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 41%;
    width: 3px;
    height: 54px;
    background-color: #f2f2f2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
@media(max-width: 767.98px) {
    .why-choose-us .content-column .info-block:before {
        display:none
    }
}

.why-choose-us .content-column .skills {
    margin-bottom: 35px
}

.why-choose-us .content-column .skills .bar-inner {
    border-radius: 0
}

.why-choose-us .content-column .skills .bar-inner .bar {
    border-radius: 0
}

.why-choose-us .content-column .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 575.98px) {
    .why-choose-us .content-column .bottom-box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.why-choose-us .content-column .bottom-box .author-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 575.98px) {
    .why-choose-us .content-column .bottom-box .author-box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px
    }
}

.why-choose-us .content-column .bottom-box .author-box img {
    border-radius: 50%;
    margin-right: 20px;
    border: 2px solid var(--theme-color1);
    padding: 5px
}

.why-choose-us .content-column .bottom-box .author-box .name {
    margin-bottom: 5px
}

@media(max-width: 575.98px) {
    .why-choose-us .content-column .bottom-box .author-box .name {
        margin-top:10px
    }
}

.why-choose-us .image-column {
    position: relative;
   
    margin-bottom: 30px
}

@media(max-width: 991.98px) {
    .why-choose-us .image-column {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }
}

.why-choose-us .image-column .inner-column {
    position: relative;
    padding-right: 55px;

}

@media(max-width: 991.98px) {
    .why-choose-us .image-column .inner-column {
        margin-bottom:0;
        text-align: center
    }
}

.why-choose-us .image-column .image-box {
    position: relative
}



@media(max-width: 1399.98px) {
    .why-choose-us .image-column .image-box:before {
        display:none
    }
}

.why-choose-us .image-column .image-1 {
    position: relative;
    margin-bottom: 0
}

@media(max-width: 1399.98px) {
    .why-choose-us .image-column .image-1 img {
        max-width:100%;
        width: 100%
    }
}

.why-choose-us .image-column .image-2 {
    position: absolute;
    left: -65px;
    bottom: -85px;
    margin-bottom: 0
}

@media(max-width: 1399.98px) {
    .why-choose-us .image-column .image-2 {
        display:none
    }
}

.why-choose-us .image-column .image-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 15px solid var(--theme-color-light)
}

.why-choose-us .image-column .image-2 img {
    width: 100%
}

@media(max-width: 991.98px) {
    .why-choose-us .image-column .image-2 {
        display:none
    }
}

.why-choose-us .image-column .icon-dots-4 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-80%,-60%);
    transform: translate(-80%,-60%)
}

.why-choose-us .image-column .circle-text {
    position: absolute;
    top: -65px;
    left: -115px
}

@media(max-width: 1399.98px) {
    .why-choose-us .image-column .circle-text {
        display:none
    }
}

.why-choose-us .image-column .circle-text img {
    -webkit-animation: fa-spin 30s infinite linear;
    animation: fa-spin 30s infinite linear
}

.why-choose-us .image-column .circle-text .word {
    position: absolute;
    top: 56%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 72px;
    letter-spacing: -.4
}

.why-choose-us .image-column .exp-box {
    position: absolute;
    right: 83px;
    bottom: 0;
    width: 257px;
    -webkit-box-shadow: 0 33px 87px rgba(0,0,0,.07);
    box-shadow: 0 33px 87px rgba(0,0,0,.07);
    background-color: var(--theme-color-light);
    padding: 15px;
    text-align: left
}

@media(max-width: 1399.98px) {
    .why-choose-us .image-column .exp-box {
        position:relative;
        right: 0;
        width: 100%;
        margin-top: 20px
    }
}

.why-choose-us .image-column .exp-box .inner {
    position: relative;
    padding: 20px 25px;
    background-color: var(--theme-color-light);
    border: 2px solid var(--theme-color1)
}

@media(max-width: 1399.98px) {
    .why-choose-us .image-column .exp-box .inner {
        text-align:center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.why-choose-us.image-column .exp-box .icon-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 90px;
    min-height: 64px;
    margin-bottom: 10px
}

.why-choose-us .image-column .exp-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 64px;
    font-weight: 400;
    line-height: 1em;
    color: var(--theme-color1);
    z-index: 2;
    margin-bottom: 5px
}

.why-choose-us .image-column .exp-box .count {
    font-family: var(--title-font);
    font-size: 48px;
    line-height: 40px;
    color: var(--theme-color-dark);
    font-weight: 400;
    margin-bottom: 0
}

.why-choose-us .image-column .exp-box .title {
    margin-bottom: 0;
    color: #717070;
    letter-spacing: .1em;
    text-transform: uppercase
}

.about-block {
    position: relative;
    margin-bottom: 35px
}

.about-block .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-block .inner:hover .icon {
    color: var(--theme-color1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.about-block .icon {
    font-size: 60px;
    color: var(--theme-color1);
    margin-right: 18px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.about-block .title {
    position: relative;
    top: 5px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0
}

.about-block .text {
    margin-bottom: 0
}


/*=======================
        17.services
=========================*/


.services-section-two {
    position: relative;
    padding: 120px 0;
}

.services-section-two .bg {
    background-position: top left;
    background-color: #000;
}

.services-section-two .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services-section-two .sec-title {
    margin-bottom: 40px;
}

/*=====services-row=====*/

.services-row{
    display: flex;
    padding: 20px;
    justify-content: space-around;
}

@media(max-width:1312px){
    .services-row{
        display: inline;
        padding: 20px;
        margin: 35px;
        justify-content: space-around;
        
    }
}

/*======service-block-two======*/

.service-block-two {
    padding: 20px;
    justify-content: space-around;
}

@media(max-width:1312px){
    .service-block-two {
        padding: 40px;
        justify-content: space-around;
        
    }
}

.service-block-two a{
    text-decoration: none;
}
.service-block-two .inner-box {
    position: relative;
    background-color: var(--theme-color-light);
    border-left: 4px  solid  var(--theme-color1) ;
    -webkit-box-shadow: 0 0 70px #ffda9a;
    box-shadow: 0 0 70px #ffda9a;
    padding: 35px 30px 70px;
    width: 380px;
    height: 350px;
    text-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width:1312px){
    .service-block-two .inner-box  {
       
        position: relative;
        background-color: var(--theme-color-light);
        border-left: 4px  solid  var(--theme-color1) ;
        -webkit-box-shadow: 0 0 70px #ffda9a;
        box-shadow: 0 0 70px #ffda9a;
        padding: 35px 30px 70px;
        text-align: center;
        justify-content: center;
        margin: 0 auto;
        width: 550px;
        height: 350px;
        text-align: center;
        align-items: center;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease
        
    }
}
@media(max-width:648px){
    .service-block-two .inner-box  {
        position: relative;
        background-color: var(--theme-color-light);
        border-left: 4px  solid  var(--theme-color1) ;
        -webkit-box-shadow: 0 0 70px #ffda9a;
        box-shadow: 0 0 70px #ffda9a;
        padding: 35px 30px 70px;
        text-align: center;
        justify-content: center;
        margin: 0 auto;
        width: 350px;
        height: 300px;
        text-align: center;
        align-items: center;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease
        
    }
}

@media(max-width:418px){
    .service-block-two .inner-box  {
        position: relative;
        background-color: var(--theme-color-light);
        border-left: 4px  solid  var(--theme-color1) ;
        -webkit-box-shadow: 0 0 70px #ffda9a;
        box-shadow: 0 0 70px #ffda9a;
        padding: 35px 30px 70px;
        text-align: center;
        justify-content: center;
        margin: 0 auto;
        width: 300px;
        height: 380px;
        text-align: center;
        align-items: center;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease
        
    }
}

/*----------
.service-block-two .inner-box:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-two .inner-box:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 220px;
    height: 214px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

-------*/

.service-block-two .inner-box:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);

}

.service-block-two .inner-box:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

/*********
.service-block-two .inner-box:hover .icon {
    color: var(--theme-color-light)
}

.service-block-two .inner-box:hover .icon:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}
*********/

.service-block-two .inner-box:hover .text {
    color: var(--theme-color-dark);
    
}
.service-block-two .inner-box img {
    position: absolute;
    left: 50%;
    bottom: -51px;
    height: 80px;
    width: 80px;
    padding: 15px;
    border-left: 4px  solid  #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color-dark);
    background-color: var(--theme-color1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2
}
.service-block-two .inner-box img:hover{
    background-color: #ffff;
    border-left: 5px solid var(--theme-color1);
}

/*------------
.service-block-two .inner-box .icon:before {
    position: relative;
    z-index: 3
}

.service-block-two .inner-box .icon::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(126deg,rgb(23,23,23) 0%,rgb(23,23,23) 69%,var(--theme-color1) 92%);
    content: "";
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}
------------*/
.service-block-two .inner-box .title {
    line-height: 1.2em;
    margin: 20px 0px;
    font-size: 16px;
    text-decoration: underline 2px solid var(--theme-color1);
    font-weight: 600;
    color:  var(--theme-color1); 

}

.service-block-two .inner-box .title a:hover {
    color: var(--theme-color1);
    
}

.service-block-two .inner-box .text {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

/*========================
    18.features section
===========================*/


.features-section {
    position: relative;
    padding: 120px 0 70px;
    background-color: #18191c
}

.features-section .content-column {
    margin-bottom: 50px
}

.features-section .content-column .inner-column {
    position: relative;
    max-width: 570px
}

.features-section .content-column .sec-title {
    margin-bottom: 40px
}

.features-section .content-column .sec-title .text {
    letter-spacing: .1em
}

@media(max-width: 1399.98px) {
    .features-section .content-column .sec-title br {
        display:none
    }
}

.features-section .content-column .theme-btn::before {
    background-color: var(--theme-color-light)
}

.features-section .content-column .theme-btn:hover {
    color: var(--theme-color-dark)
}

.features-section .features-column {
    position: relative;
    margin-bottom: 20px
}

.feature-block {
    position: relative;
    margin-bottom: 30px
}

.feature-block .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 29px 30px;
    border: 1px solid #464749;
    background-color: transparent;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block .inner-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    background-color: var(--bg-theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block .inner-box:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg,rgba(233,162,51,0) 25%,rgb(0,0,0) 50%,rgb(9,6,2) 51%,rgba(233,162,51,0) 75%);
    opacity: .2;
    content: ""
}

.feature-block .inner-box:hover {
    border-color: var(--bg-theme-color1)
}

.feature-block .inner-box:hover:before {
    width: 100%
}

.feature-block .inner-box:hover .icon {
    color: var(--theme-color-dark);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.feature-block .inner-box:hover .title {
    color: var(--theme-color-dark)
}

.feature-block .icon {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: var(--theme-color1);
    z-index: 2;
    margin-right: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block .title {
    position: relative;
    display: block;
    margin-bottom: 0;
    z-index: 2;
    color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.features-section-two {
    position: relative;
    padding: 120px 0 90px;
    z-index: 3
}

.features-section-two .icon-circle-lines {
    position: absolute;
    top: 0;
    left: 0
}

.features-section-two .icon-angle {
    position: absolute;
    bottom: 155px;
    left: 185px;
    background-repeat: no-repeat
}

@media only screen and (max-width: 1699px) {
    .features-section-two .icon-angle {
        left:50px
    }
}

.features-section-two .icon-lines-4 {
    position: absolute;
    top: 66px;
    right: 280px;
    background-repeat: no-repeat
}

@media(max-width: 1199.98px) {
    .features-section-two .icon-lines-4 {
        display:none
    }
}

.feature-block-two {
    position: relative;
    margin-bottom: 30px
}

.feature-block-two .inner-box {
    position: relative;
    overflow: hidden
}

.feature-block-two .inner-box:hover .content-box {
    opacity: 0
}

.feature-block-two .inner-box:hover .image-box::before {
    height: 0
}

.feature-block-two .content-box {
    position: relative;
    text-align: center;
    padding-top: 64px;
    z-index: 3;
    pointer-events: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block-two .content-box .inner {
    border: 1px solid #e3dbd8;
    padding: 0 30px 28px
}

.feature-block-two .content-box .icon-box {
    position: relative;
    height: 130px;
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -65px auto 15px;
    background-color: var(--theme-color-light)
}

.feature-block-two .content-box .icon-box::before {
    position: absolute;
    top: 0;
    height: 50%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #e3dbd8;
    border-bottom: 0;
    content: ""
}

.feature-block-two .content-box .icon-box .icon {
    position: relative;
    height: 100px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--bg-theme-color1);
    color: var(--theme-color-dark);
    font-size: 64px
}

.feature-block-two .content-box .title {
    margin-bottom: 8px
}

.feature-block-two .content-box .text {
    color: #878787
}

.feature-block-two .image-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.feature-block-two .image-box::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color-light);
    content: "";
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block-two .image-box .image {
    position: relative;
    margin-bottom: 0
}

.feature-block-two .image-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.feature-block-two .image-box .title-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--bg-theme-color1);
    text-align: center;
    padding: 20px 30px 18px
}

.feature-block-two .image-box .title-box .title {
    margin-bottom: 0
}

.feature-block-two .image-box .title-box .title a:hover {
    color: var(--theme-color-light)
}

.feature-block-two .image-box .title-box .read-more {
    position: absolute;
    right: 10px;
    bottom: 100%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: var(--theme-color-light);
    color: var(--theme-color-dark)
}

.feature-block-two .image-box .title-box .read-more:hover {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-light)
}

.feature-block-two .image-box .title-box .read-more .icon::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block
}



/*=====================
        19.team
=======================*/

.team-section {
    position: relative;
    padding: 20px 0 40px;
    overflow: hidden
}

.team-section .icon-lines-2 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.team-section .sec-title .text {
    margin-top: 20px
}

.team-block {
    position: relative;
    margin-bottom: 40px
}

.team-block .inner-box {
    position: relative
}

.team-block .inner-box:hover .image:before {
    opacity: .66
}

.team-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.team-block .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.team-block .inner-box:hover .info-box::before {
    width: 100%
}

.team-block .inner-box:hover .info-box::after {
    width: 100%
}

.team-block .inner-box:hover .info-box .name {
    color: var(--theme-color-light)
}

.team-block .inner-box:hover .info-box .designation {
    color: var(--theme-color-light)
}

.team-block .image-box {
    position: relative
}

.team-block .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1
}

.team-block .image-box .image::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg,rgb(23,23,23) 0%,rgba(23,23,23,0) 1%,rgba(23,23,23,0.6) 60%,var(--theme-color1) 100%);
    content: "";
    pointer-events: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2
}

.team-block .image-box .image img {
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.team-block .info-box {
    position: relative;
    padding: 25px 0;
    background-color:#000;
    margin: 0 auto;
    background-image: url(../images/icons/icon-shape-10.png);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2
}

.team-block .info-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    pointer-events: none;
    background: var(--theme-color-dark);
    background-image: url(../images/icons/icon-shape-10.png);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-block .info-box:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    pointer-events: none;
    background-image: url(../images/icons/bg-lines.png);
    z-index: 3
}

.team-block .info-box .name {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    font-family:"Catamaran", sans-serif;
    color:#fff;
}

.team-block .info-box .name a{
    text-decoration: none;
}
.team-block .info-box .name a:hover {
    color: var(--theme-color1)
}

.team-block .info-box .designation {
    position: relative;
    display: block;
    color: #fff;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.team-block .social-links {
    position: absolute;
    right: 30px;
    bottom: 100%;
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.team-block .social-links a {
    position: relative;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: var(--body-font-size);
    color: var(--theme-color-dark);
    background-color: var(--bg-theme-color1);
    margin-top: 10px;
    border-radius: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-block .social-links a:hover {
    color: var(--theme-color-light);
    background-color: var(--theme-color-dark)
}



/*========================
       20.testimonials
==========================*/


.testimonial-section {
    position: relative;
    background-color: #f2f2f2;
    padding: 120px 0
}

.testimonial-section .bg {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.testimonial-section .title-column {
    position: relative;
    margin-bottom: 50px
}

.testimonial-section .title-column .sec-title {
    margin-bottom: 30px
}

.testimonial-section .title-column .info-box li {
    color: var(--theme-color-dark);
    font-weight: 500
}

.testimonial-section .title-column .info-box .icon {
    color: var(--theme-color1);
    margin-right: 5px
}

.testimonial-section .testimonial-slider {
    overflow: hidden
}

.testimonial-section .testimonial-slider .swiper-wrapper .swiper-slide {
    margin-bottom: 20px;
    height: auto!important
}

.testimonial-section .testimonial-column .inner-column {
    padding-left: 20px
}

@media(max-width: 991.98px) {
    .testimonial-section .testimonial-column .inner-column {
        padding-left:0
    }
}

.testimonial-section .swiper-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

@media(max-width: 991.98px) {
    .testimonial-section .swiper-nav {
        display:none
    }
}

.testimonial-section .swiper-nav .swiper-prev,.testimonial-section .swiper-nav .swiper-next {
    height: 58px;
    width: 58px;
    background-color: var(--theme-color-dark);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: var(--theme-color-light);
    margin-right: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-section .swiper-nav .swiper-prev:hover,.testimonial-section .swiper-nav .swiper-next:hover {
    color: var(--theme-color-dark);
    background-color: var(--bg-theme-color1)
}

.testimonial-block {
    position: relative
}

.testimonial-block .inner-box {
    position: relative
}

.testimonial-block .inner-box:hover .content-box:before {
    background-color: var(--bg-theme-color1)
}

.testimonial-block .inner-box:hover .content-box:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.testimonial-block .inner-box:hover .content-box .thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.testimonial-block .inner-box .thumb {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    height: 100px;
    overflow: hidden
}

.testimonial-block .inner-box .thumb img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block .inner-box .image-2 {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.testimonial-block .content-box {
    position: relative;
    background-color: #fff;
    padding: 25px 40px 25px 60px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.04);
    box-shadow: 0 0 15px rgba(0,0,0,.04)
}

@media(max-width: 575.98px) {
    .testimonial-block .content-box {
        padding:40px 25px 45px;
        background-image: none
    }
}

.testimonial-block .content-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    background: var(--theme-color-dark);
    height: 100%;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block .content-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 36px solid var(--bg-theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    z-index: 3
}

.testimonial-block .content-box .text {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    max-width: 460px
}

.testimonial-block .rating {
    position: relative;
    font-size: 14px;
    z-index: 2;
    color: var(--theme-color1)
}

.testimonial-block .info-box {
    position: relative;
    margin-bottom: 10px
}

.testimonial-block .info-box .name {
    margin-bottom: 5px
}

.testimonial-block .info-box .designation {
    display: block;
    letter-spacing: .1em;
    margin-bottom: 0;
    font-family: var(--title-font);
    text-transform: uppercase
}

.testimonial-section-two {
    position: relative;
    padding: 120px 0
}

.testimonial-section-two .icon-lines-2 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.testimonial-section-two .carousel-outer {
    position: relative;
    margin-left: -15px;
    margin-right: -15px
}

@media(max-width: 1199.98px) {
    .testimonial-section-two .carousel-outer {
        margin:0
    }
}

.testimonial-section-two .carousel-outer .testimonial-block-two {
    padding: 15px
}

.testimonial-section-two .carousel-outer .testimonial-slider {
    overflow: hidden
}


/*-------------

.testimonial-section-two .styled-pagination {
    position: relative;
    max-width: 310px;
    margin: 0 auto;
    width: 100%;
    height: 4px!important;
    margin-top: 60px;
    border-radius: 10px;
    background-color: #bfbfbf
}

@media(max-width: 575.98px) {
    .testimonial-section-two .styled-pagination {
        max-width:280px
    }
}

.testimonial-section-two .styled-pagination .swiper-pagination-progressbar-fill {
    background: linear-gradient(135deg,rgb(23,23,23) 0%,rgb(241,168,42) 100%)
}

-------*/


.testimonial-block-two {
    position: relative;
    margin-bottom: 30px
}

.testimonial-block-two .inner-box {
    position: relative;
    margin: 0 auto;
    margin-bottom: 45px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.07);
    box-shadow: 0 10px 30px rgba(0,0,0,.07);
    border-left: 3px solid var(--theme-color1)
}

.testimonial-block-two .inner-box:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    width: 107px;
    height: 44px;
    background-image: url(../images/icons/icon-lines-8.png);
    background-repeat: no-repeat
}

.testimonial-block-two .inner-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 40px solid var(--bg-theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    z-index: 3
}

.testimonial-block-two .inner-box:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.testimonial-block-two .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.testimonial-block-two .inner-box .content-box {
    position: relative;
    padding: 40px 60px 90px 50px
}

@media(max-width: 575.98px) {
    .testimonial-block-two .inner-box .content-box {
        padding:20px 20px 60px
    }
}

.testimonial-block-two .inner-box .content-box .rating {
    position: relative;
    font-size: var(--body-font-size);
    z-index: 2;
    line-height: 20px;
    color: var(--theme-color1);
    margin-bottom: 10px
}

.testimonial-block-two .inner-box .content-box .name {
    color: var(--theme-color-dark);
    margin-bottom: 0
}

.testimonial-block-two .inner-box .content-box .designation {
    display: block;
    font-family: var(--title-font);
    letter-spacing: .1em;
    margin-bottom: 20px;
    text-transform: uppercase
}

.testimonial-block-two .inner-box .content-box .text {
    font-size: 18px;
    margin-bottom: 0
}

.testimonial-block-two .inner-box .image-box {
    position: relative
}

.testimonial-block-two .inner-box .image-box .image {
    position: absolute;
    bottom: -45px;
    left: 50px;
    overflow: hidden;
    margin-bottom: 0
}

.testimonial-block-two .inner-box .image-box .image img {
    border: 5px solid var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}



/*=======================
        21.contact
========================*/


.contact-section {
    position: relative;
    padding: 120px 70px; 
}

.contact-form {
    background-color: #fff;
    position: relative;
    margin-bottom: 100px;
    z-index: 2
}

.contact-form .row {
    margin: 0 -10px
}
.contact-form .row>div {
    padding: 0 10px
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.contact-form .form-group:last-child {
    margin-bottom: 0
}

.contact-form .form-group label {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.contact-form .form-group label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: red;
    margin-bottom: 0
}

.contact-form .form-group .select2-container--default .select2-selection--single,.contact-form .form-group input:not([type=submit]),.contact-form .form-group textarea,.contact-form .form-group select {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    padding: 15px 30px;
    font-size: 14px;
    color: #717070;
    line-height: 28px;
    font-weight: 400;
    background-color: #f2f3f6;
    border: 1px solid transparent;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-form .form-group ::-webkit-input-placeholder {
    color: #717070
}

.contact-form .form-group input:focus,.contact-form .form-group select:focus,.contact-form .form-group textarea:focus {
    border-color: var(--theme-color1)
}

.contact-form .form-group textarea {
    height: 100px;
    resize: none
}

@media(max-width: 991.98px) {
    .contact-form .form-group input[type=submit],.contact-form .form-group button {
        width:100%
    }
}

.info-section .inner-column{
   position: relative;
    padding-left: 55px;
   
}

.contact-info-box-two {
    position: relative;
    z-index: 2;
    padding-left: 90px;
    margin-bottom: 25px;
  }
  .contact-info-box-two:last-child {
    margin-bottom: 0;
  }
  .contact-info-box-two:hover .icon {
    -webkit-transform: rotate(180deg) scale(-1);
            transform: rotate(180deg) scale(-1);
    background-color: #000;
  }
  .contact-info-box-two .icon {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 58px;
    width: 58px;
    color: #fff;
    font-size: 18px;
    background-color:#eda62a;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .contact-info-box-two .title {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--text-font);
    margin-bottom: 5px;
  }
  .contact-info-box-two .text {
    letter-spacing: 0.04em;
    color: #999b9f;
    margin-bottom: 0;
  }
  .contact-info-box-two .text a {
    color: #999b9f;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .contact-info-box-two .text a:hover {
    color: #000;
  }


/*=========================
        22.main footer
=============================*/


.main-footer {
    position: relative;
    background-color: var(--theme-color-dark)
}

.main-footer .footer-upper {
    position: relative;
    padding: 30px 0 7px;
    background-color: #151518
}

.main-footer .widgets-section {
    position: relative;
    padding: 70px 0 50px;
    
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 50px;
    justify-content: center;
}

.main-footer .footer-widget {
    position: relative
}

.main-footer .widget-title {
    position: relative;
    display: inline-block;
    color: var(--theme-color1);
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: uppercase
}

.main-footer .widget-title:before {
    content: "";
    position: absolute;
    top: 8px;
    right: -40px;
    width: 13px;
    height: 2px;
    background-color: #fff
}

.contact-info-block {
    position: relative;
    margin-bottom: 30px
}

.contact-info-block:last-child .inner:before {
    display: none
}

.contact-info-block .inner {
    position: relative;
    padding-left: 40px
}

.contact-info-block .inner:before {
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
    opacity: .1;
    content: ""
}

@media(max-width: 575.98px) {
    .contact-info-block .inner {
        padding-left:0;
        text-align: center
    }
}

.contact-info-block .inner .icon {
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 20px;
    color: var(--theme-color1)
}

@media(max-width: 575.98px) {
    .contact-info-block .inner .icon {
        position:relative;
        display: inline-block;
        margin-bottom: 20px
    }
}

.contact-info-block .inner .sub-title {
    font-size: 12px;
    color: #7f7f7f;
    font-weight: 400;
    line-height: 20px;
    display: block
}

.contact-info-block .inner .text {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width: 575.98px) {
    .contact-info-block .inner .text {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center
    }
}

.contact-info-block .inner .text a {
    color: #fff
}

.contact-info-block .inner .text a:hover {
    color: var(--theme-color1)
}

.contact-list {
    position: relative
}

.contact-list .contact-info {
    position: relative;
    padding-left: 36px;
    padding-bottom: 15px;
    min-height: 30px
}

.contact-list .contact-info:last-child {
    margin-bottom: 0
}

.contact-list .contact-info .icon {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    overflow: hidden;
    color: var(--theme-color1)
}

.contact-list .contact-info a {
    color: var(--theme-color-light);
    text-decoration: none;
}

.contact-list .contact-info a:hover {
    color: var(--theme-color1)
}

.main-footer .about-widget {
    position: relative
}

.main-footer .about-widget .logo {
    margin-bottom: 15px
}

.main-footer .about-widget .text {
    margin-bottom: 30px
}

/*========user-links======*/

.user-links {
    position: relative
}

.user-links li {
    position: relative;
    font-size: 16px;
    line-height: 38px;
    color: var(--text-color);
    font-weight: 500;
    margin-bottom: 0
}

.user-links li:last-child {
    margin-bottom: 0
}

.user-links li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.user-links li a:hover {
    color: #fff
}

.user-links li a:before {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0;
    height: 1px;
    background-color: var(--bg-theme-color1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.user-links li a:hover:before {
    width: 100%
}

.user-links.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.user-links.two-column li {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

/*----------
.insta-gallery {
    position: relative;
    margin: 0 -7px 0;
    max-width: 350px
}

.insta-gallery .image {
    position: relative;
    float: left;
    width: 33.3333%;
    padding: 0 7px;
    margin-bottom: 14px
}

.insta-gallery img {
    display: block;
    width: 100%
}

.insta-gallery a {
    position: relative;
    display: block
}

.insta-gallery a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.insta-gallery a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.insta-gallery a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--bg-theme-color1);
    opacity: .8;
    content: "";
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.insta-gallery a:after {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    content: "\f0b2";
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    color: var(--theme-color-light);
    font-family: "font awesome 6 pro";
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.insta-gallery.style-two {
    margin: 0 -15px
}

.insta-gallery.style-two .image {
    padding: 0 15px;
    margin-bottom: 30px
}

.insta-gallery.style-two .image a {
    border-radius: 10px;
    overflow: hidden
}

---------*/


/*===================
        23.footer
=====================*/

.footer-style-one {
    position: relative
}

.footer-style-one .icon-dots-2 {
    position: absolute;
    top: 0;
    left: 0
}

.footer-style-one .widgets-section {
    position: relative;
    padding: 120px 40px;
}

@media(max-width: 991.98px) {
    .footer-style-one .widgets-section {
        padding-bottom:0
    }
}

.footer-style-one .widgets-section .about-widget .logo {
    display: block;
    margin-bottom: 30px
}

.footer-style-one .widgets-section .about-widget .text {
    color: #a6a6a6;
    margin-bottom: 20px
}

.footer-style-one .widgets-section .about-widget .social-icon-two a {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 20px
}

.footer-style-one .widgets-section .contact-widget .text {
    margin-bottom: 25px
}

.footer-style-one.style-two .widget-title {
    font-family: var(--text-font);
    font-size: 18px;
    font-weight: 800
}


/*=================
24.footer-bottom
==================*/


.footer-bottom {
    position: relative;
    z-index: 3;
    text-align: center
}

.footer-bottom .copyright-text {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 10px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    border-top: 1px solid rgba(255,255,255,.1)
}

.footer-bottom .copyright-text a {
    color: inherit;
    font-size: 16px;
    text-decoration: none; 
    font-weight: 500;
    color:#fff;
}

.footer-bottom .copyright-text a:hover {
    color: #fff
}



/*======================================
                25.Carees
=====================================*/

.career-details-wrapper {
    padding-right: 70px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .career-details-wrapper {
      padding-right: 30px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .career-details-wrapper {
      padding-right: 20px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .career-details-wrapper {
      padding-right: 0px;
      margin-bottom: 80px;
    }
  }
  .career-details-title-box span {
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    color: #5F6168;
    border: 1px solid rgba(95, 97, 104, 0.2);
    border-radius: 100px;
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 15px;
  }
  .career-details-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: var(--tp-common-black);
    padding-bottom: 20px;
  }
  @media (max-width: 767px) {
    .career-details-title {
      font-size: 30px;
    }
  }
  .career-details-location-box {
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(32, 33, 36, 0.1);
  }
  .career-details-location-box span {
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
    color: #5F6168;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
  }
  @media (max-width: 767px) {
    .career-details-location-box span {
      font-size: 14px;
      padding-right: 10px;
      margin-right: 10px;
    }
  }
  .career-details-location-box span:last-child::after {
    display: none;
  }
  .career-details-location-box span::after {
    position: absolute;
    right: 0;
    top: -2px;
    background: rgba(32, 33, 36, 0.1);
    height: 25px;
    width: 1px;
    content: "";
  }
  .career-details-location-box span svg {
    transform: translateY(-3px);
    margin-right: 8px;
  }
  .career-details-title-sm {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: var(--tp-common-black);
    padding-bottom: 10px;
  }
  .career-details-job-responsiblity p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #5F6168;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .career-details-job-responsiblity p {
      font-size: 15px;
    }
  }
  @media (max-width: 767px) {
    .career-details-job-responsiblity p {
      font-size: 15px;
    }
  }
  .career-details-job-list ul li {
    position: relative;
    list-style-type: none;
    padding-left: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5F6168;
    padding-bottom: 15px;
  }
  @media (max-width: 767px) {
    .career-details-job-list ul li {
      font-size: 15px;
    }
    .career-details-job-list ul li br {
      display: none;
    }
  }
  .career-details-job-list ul li i {
    position: absolute;
    top: 3px;
    left: 0;
  }
  .career-details-title-xs {
    font-weight: 600;
    font-size: 17px;
    line-height: 14px;
    color: var(--tp-common-black);
  }
  .career-details-profile-box p {
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
    color: #5F6168;
  }
  
  .parallax-main {
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    height: 620px;
    background-color: red;
  }
  
  .parallax-img {
    min-height: 1000px;
    margin-top: -300px;
  }
  
  .career-details-profile-box {
    padding-top: 30px;
  }
  
  @media (max-width: 767px) {
    .carrer-banner-img-item {
      margin-bottom: 30px;
    }
  }
  

.tp-sec-title {
    position: relative;
    font-size: 25px;
    line-height: var(--sec-title-subtitle-line-height);
    font-weight: var(--sec-title-subtitle-font-weight);
    font-family: var(--sec-title-subtitle-font-family);
    color: #eda62a;
    text-transform: uppercase;
    text-align: start;
    display: inline-block;
    margin-bottom: 12px;
   
}


@media(max-width: 767.98px) {
    .tp-sec-title br {
        display:none;
    }
}


  @media (max-width: 767px) {
    .job-section-box .tp-section-title br {
      display: none;
    }
  }
  
  .carrer-banner-img-item img {
    border-radius: 20px;
    width: 100%;
  }
  
  .carrer-banner-space {
    margin-top: -280px;
    position: relative;
    z-index: 3;
  }
  
  .postbox__select {
    display: inline-block;
    width: 100%;
  }
  .postbox__select .nice-select {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    height: 55px;
    line-height: 55px;
    padding: 0px 20px;
    position: relative;
  }
  .postbox__select .nice-select::after {
    border: none;
    background-color: transparent;
    transform: translateY(-45%);
    margin-top: 0;
    right: 20px;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    transform-origin: center;
    color: var(--tp-common-black);
    font-weight: 500;
    height: auto;
    width: auto;
    color: #5F6168;
  }
  .postbox__select .nice-select span {
    font-weight: 500;
    font-size: 15px;
    color: #5F6168;
  }
  .postbox__select .nice-select.open::after {
    transform: translateY(-45%) rotate(-180deg);
  }
  .postbox__select .nice-select .list {
    width: 100%;
  }
  .postbox__select .nice-select .list li:last-child {
    border-bottom: 0;
  }
  .postbox__select .nice-select .selected {
    color: var(--tp-common-blue-4);
    font-weight: 600;
  }
  
  .postbox__authorization {
    margin-bottom: 40px;
  }
  .postbox__authorization .switcher label {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .postbox__authorization .switcher label * {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #5F6168;
    position: relative;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox__authorization .switcher label * {
      font-size: 13px;
    }
  }
  .postbox__authorization .switcher label * svg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .postbox__authorization .switcher label .switcher-icon {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
  }
  .postbox__authorization .switcher label .switcher-icon svg {
    position: absolute;
    top: 6px;
    left: 0;
  }
  .postbox__authorization .switcher label input {
    display: none;
  }
  .postbox__authorization .switcher label input + span {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    background: #E6E8EB;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    flex: 0 0 auto;
  }
  .postbox__authorization .switcher label input + span small {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    left: 4px;
    top: 3px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E7E2F0 100%);
    box-shadow: 1px 2px 3px rgba(18, 20, 32, 0.3);
  }
  .postbox__authorization .switcher label input:checked + span {
    background: var(--tp-common-blue-4);
  }
  .postbox__authorization .switcher label input:checked + span small {
    left: 56%;
  }
  
  .career-border-bottom {
    border-bottom: 1px solid #EBEBEB;
  }
  
  .postbox__resume label {
    width: 100%;
    height: 130px;
    border: 2px dashed #C1C4CE;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .postbox__resume label span {
    background-color: #F3F3F3;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 14px;
    color: var(--tp-common-black);
  }
  @media (max-width: 767px) {
    .postbox__resume label span {
      padding: 10px 10px;
      font-size: 12px;
    }
  }
  .postbox__resume label span svg {
    margin-right: 10px;
  }
  
  .career-details-social-box {
    text-align: center;
  }
  .career-details-social-box a {
    padding: 15px 45px;
    display: inline-block;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    margin: 0px 3px;
    font-size: 18px;
    font-weight: 400;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .career-details-social-box a {
      padding: 15px 40px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .career-details-social-box a {
      padding: 15px 30px;
    }
  }
  @media (max-width: 767px) {
    .career-details-social-box a {
      margin-bottom: 10px;
    }
  }
  .career-details-social-box a.facebook {
    color: #1B74E4;
    transition: 0.3s;
  }
  .career-details-social-box a.facebook:hover {
    background-color: #1B74E4;
    color: var(--tp-common-white);
    border-color: #1B74E4;
  }
  .career-details-social-box a.twitter {
    color: #1D9BF0;
    transition: 0.3s;
  }
  .career-details-social-box a.twitter:hover {
    background-color: #1D9BF0;
    color: var(--tp-common-white);
    border-color: #1D9BF0;
  }
  .career-details-social-box a.instagram {
    position: relative;
  }
  .career-details-social-box a.instagram i {
    background: linear-gradient(261.91deg, #B900B4 0%, #F50000 40%, #FFD723 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
    font-weight: 500;
    font-size: 19px;
  }
  .career-details-social-box a.instagram .insta-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: linear-gradient(266.81deg, #D500BF -6.56%, #F80095 34.02%, #FF005D 60.87%, #FFC300 103.55%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
  }
  .career-details-social-box a.instagram:hover i {
    -webkit-text-fill-color: inherit;
    color: var(--tp-common-white);
    position: relative;
    z-index: 99;
  }
  .career-details-social-box a.instagram:hover .insta-bg {
    opacity: 1;
    visibility: visible;
  }
  .career-details-social-box a.linkedin {
    color: #0A66C2;
    transition: 0.3s;
  }
  .career-details-social-box a.linkedin:hover {
    background-color: #0A66C2;
    color: var(--tp-common-white);
    border-color: #0A66C2;
  }
  
  .postbox__apply-btn-border {
    position: relative;
  }
  .postbox__apply-btn-border::after {
    content: "";
    top: 0px;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: var(--tp-common-blue-4);
    position: absolute;
    text-align: center;
    margin: 0 auto;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .career-details-hide-wrapper .postbox__comment-form {
      margin-bottom: 0px;
    }
  }
  
  @media (max-width: 767px) {
    .job-section-box p br {
      display: none;
    }
  }
  
  .job-post-box{
    background: #F7F9FC;
    padding: 23px 60px;
    border-left:4px solid #f1a82a;
    transform: scaleX(0.9);
    transition: 0.6s;
    margin-bottom: 12px;
  }
  .job-post-location{
    margin-left: 8rem;
  }
  
  .job-post-info{
    font-weight: bold;
    font-size: 10px;
    color: #000;
  }
  
  .tp-btn-inner {
    display: inline-block;
    background: var(--theme-color1);
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
  }
  .tp-btn-inner.white-bg:hover {
    transform: translateY(-2px);
    box-shadow: 0px 8px 24px 0px rgba(25, 118, 41, 0.3);
  }
  .tp-btn-inner span {
    position: relative;
    z-index: 5;
    transition: 0.3s;
    transition-delay: 0.3s;
    color: #ffffff;
    display: inline-block;
    transform: translateY(-2px);
  }
  .tp-btn-inner:hover span {
    color: #ffffff;
    transition-delay: 0.1s;
  }
  
  .tp-btn-hover b {
    position: absolute;
    width: 0px;
    height: 0px;
    background-color: #000229;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 1;
  }
  
  .tp-btn-inner-border {
    display: inline-block;
    color: #ffffff;
    height: 40px;
    line-height: 36px;
    border-radius: 30px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
  }
  .tp-btn-inner-border i {
    padding-left: 7px;
    transform: rotate(45deg) translateY(-3px);
  }
  .tp-btn-inner-border:hover {
    color: var(--tp-common-yellow-3);
  }
  
  .tp-btn-hover {
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  
  .tp-btn-hover:hover b {
    width: 400px;
    height: 400px;
    display: inline-block;
  }
  .tp-btn-hover.alt-color b {
    background-color: var(--tp-theme-1);
  }
  .tp-btn-hover.alt-color-black b {
    background-color: var(--tp-common-black);
  }
  .tp-btn-hover.alt-color-white b {
    background-color: var(--tp-common-white);
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .job-post-box {
      padding: 20px 20px;
    }
  }
  @media (max-width: 767px) {
    .job-post-box {
      padding: 20px 30px;
    }
  }
  .job-post-box:hover {
    background-color: var(--tp-common-white);
    box-shadow: 0px 20px 50px rgba(8, 8, 41, 0.08);
    transform: scaleX(1);
    position: relative;
    z-index: 9;
  }
  
  @media (max-width: 767px) {
    .job-post-wrapper {
      padding-bottom: 20px;
    }
  }
  
  .job-post-category span {
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    color: #080829;
    display: inline-block;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .job-post-category span {
      font-size: 16px;
    }
  }
  @media (max-width: 767px) {
    .job-post-category span {
      padding-bottom: 20px;
      font-size: 18px;
      line-height: 30px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .job-post-time {
      margin-right: 50px;
    }
  }
  @media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .job-post-time {
      margin-right: 30px;
    }
  }
  .job-post-time span {
    font-weight: 400;
    font-size: 16px;
    color: #5F6168;
    margin-left: 5px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .job-post-time span {
      font-size: 14px;
    }
  }
  .job-post-time span i {
    flex: 0 0 auto;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .job-post-location {
      padding-left: 0px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .job-post-location {
      padding-left: 30px;
    }
  }
  .job-post-location span {
    font-weight: 400;
    font-size: 16px;
    color: #5F6168;
    margin-left: 5px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .job-post-location span {
      font-size: 14px;
    }
  }
  .job-description{
    background: #fff;
    -webkit-box-shadow: 0 0 70px #ffda9a;
    box-shadow: 0 0 70px #ffda9a;

    padding: 3.125rem 3.75rem;
    position: relative;
    width:75%;
    margin: auto;
    margin-top: 40px;
  }
  .job-description i{
      color:#eda62a;
  }
  .Job-Summary span{
    color: #000;
    margin-left: 10px;
    font-weight: 100;
  
  }
  .job-head{
    font-size: 2.5rem;
    font-weight: bolder;
    font-family:"Teko", sans-serif;
    color:#f1a82a;
  }
  
  .description ul li{
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 22px rgba(190,206,250,.25);
    box-shadow: 0 0 22px rgba(190,206,250,.25);
    padding: 0.625rem 0.625rem 0.625rem 2.8125rem;
    border-left: 3px solid #eda62a;;
    margin: 0 0 1.875rem;
    position: relative;
   
  }
  .description ul li a{
  color: #000000;
   
  }
  .description ul li a :hover{
    color:#f1a82a;
    
    }

  .description ul li::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #eda62a;;
    position: absolute;
    left: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  input[type='file']{
    color: transparent;
  }
  
  input[type=file]::before {
    content: "Attach Your Resume: ";
    color: black;
    margin-right: 10px; 
  }


/*===26.header-logo=====*/

  .logo a{
    text-decoration: none;
  }
 .logo-title{
    font-size: 50px;
    text-transform: uppercase;
    color: var(--theme-color1);
    font-weight: 800;
    margin-bottom: -20px;
    font-family: var(--title-font); 
  }
.logo-tag{
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    margin-left:80px;
    font-family: var(--title-font);

}

@media (max-width: 991px) {
    .logo a{
        text-decoration: none;
    }
    .logo-title{
        text-decoration: none;
        font-size: 30px; 
        text-transform: uppercase;
        color: var(--theme-color1);
        font-weight: 800;
        margin-bottom: -20px;
        font-family: var(--title-font);      
    }
    .logo-tag{
        text-decoration: none;
        font-size: 10px;
        margin-left:52px;
        color:#000;
    }
    }
 
/*===nav-logo=====*/


.nav-logo a{
    text-decoration: none;
}
.nav-logo .logo-title{
    text-decoration: none;
    font-size: 30px;
    padding:5px ;
    color:var(--theme-color1);
}
.nav-logo .logo-tag{
    text-decoration: none;
    font-size: 10px;
    margin-left:52px ;
    color: #FFFFFF;
  
}

/*===sticky-logo=====*/
.sticky-logo a{
    text-decoration: none;
}
.sticky-logo .logo-title{
    text-decoration: none;
    font-size: 30px;
    padding:5px ;
}
.sticky-logo .logo-tag{
    text-decoration: none;
    font-size: 10px;
    margin-left:52px;
    color:#000;
  
}

/*===footer logo=====*/

.footer-logo a{
    text-decoration: none;
  }
  .footer-logo .logo-title{
    font-size: 50px;
    text-transform: uppercase;
    color: var(--theme-color1);
    font-weight: 800;
    padding: 5px;
    font-family: var(--title-font);
    margin-top: -15px;
  }
  
  .footer-logo .logo-tag{
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 800;
    margin-left: 83px;
    font-family: var(--title-font);

}

/*===================
27.services-pages
=====================*/

.services-pages{
    margin: 50px 0px;
    position: relative;
    width: 100%;
    height: 100%;
}
.services-pages .row{
    position: relative;
    background-color: #fff;
    border-left: 10px solid #f1a82a;
    -webkit-box-shadow: 0 0 70px #ffda9a;
    box-shadow: 0 0 70px #ffda9a;
    padding: 30px;
   
}

.text-coloumn{
    position: relative;
    padding: 10px;
    
}
.text-coloumn .text-box{
    padding: 10px;
    position: relative;
    background-color: #fff;
  margin-left: 50px;
 margin-right: 50px;

}
.text-coloumn .text-box .text-title{
    line-height: 1.2em; 
    margin: 20px 0px;
    font-size: 16px;
    text-decoration: underline 2px solid var(--theme-color1);
    font-weight: 600;
    color: var(--theme-color1);

}
.text-coloumn .text-box .inner-text{
    position: relative;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 50px;
    line-height: 24px;
    text-align: justify;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.text-coloumn .text-box .service-head{
    position: relative;
    font-weight: 600;
    font-size: 15px;
    color: #f1a82a;
    
}
.text-coloumn .text-box .service-btn{
    position: relative;
    padding: 10px;
    background-color: #f1a82a; 
}

.text-coloumn .text-box .service-btn i{
    position: relative;
    color:#fff; 
} 
.text-coloumn .text-box .service-btn a{
    position: relative; 
    text-decoration: none;
    margin-left: 10px;  
    color:#fff; 
    font-family:"Catamaran", sans-serif; 
} 
.image-coloumn{
    position: relative;
    padding: 10px;
}
.image-coloumn .image-box{
    padding: 10px;
    position: relative;
    justify-content: end; 
    text-align: center;
    border-left: 3px solid #f1a82a;
}

@media(max-width: 575px) {
    .image-coloumn .image-box {
        border-left:none;
    }
}

.image-coloumn .image-box img{
    width: 250px;
    height: 250px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 70px #ffda9a;
    box-shadow: 0 0 70px #ffda9a;
    
    
}
/*===================
28.location pages
=======================*/

.location-page{
    margin: 50px 0px;
    position: relative;
    width: 100%;
    height: 100%;
}
.location-page .row{
    position: relative;
    background-color: #fff;
    border-left: 10px solid #f1a82a;
    -webkit-box-shadow: 0 0 70px #ffda9a;
    box-shadow: 0 0 70px #ffda9a;
    padding: 10px;
    width: 100%;
    height: 100%;  
}
.location-page .row .address-info-box{
    position: relative;
    padding: 10px;  
}
.location-page .row .address-info-box .address-box{
    position: relative;
    padding: 30px;  
}
.address-box .address-box-title{
    position: relative;
    color: #f1a82a;
    text-align: center;
    padding: 20px;
    font-size:25px; 
    text-transform: capitalize;
    font-weight: 600;
}
.address-box .address-box-text{
    position: relative;
    background-color: #fff;
    width: 450px;
    margin:0 auto;
    border-left: 3px solid  #f1a82a;
    -webkit-box-shadow: 0 0 70px #ffda9a;
    box-shadow: 0 0 70px #ffda9a;
}

@media(max-width:648px){
    .address-box .address-box-text {
        position: relative;
    background-color: #fff;
    width: 325px;
    margin:0 auto;
    border-left: 3px solid  #f1a82a;
    -webkit-box-shadow: 0 0 70px #ffda9a;
    box-shadow: 0 0 70px #ffda9a;
        
    }
}
@media(max-width:385px){
    .address-box .address-box-text {
    position: relative;
    background-color: #fff;
    width: 275px;
    margin:0 auto;
    border-left: 3px solid  #f1a82a;
    -webkit-box-shadow: 0 0 70px #ffda9a;
    box-shadow: 0 0 70px #ffda9a;
        
    }
}
.address-box .address-box-text .address-list{
    position: relative;
    padding: 30px;    
}
.address-box .address-box-text .address-list .address-list-info{
    position: relative; 
    padding-bottom: 15px;
}
.address-box .address-box-text .address-list .address-list-info i{
    position: relative;
    font-size: 15px;
    margin-right: 15px;
    color: #f1a82a;
    text-align: center;
}
.address-box .address-box-text .address-list .address-list-info a{
    position: relative;
    font-size: 15px;
    color: #000;
    text-decoration: none;
}
.address-box .address-box-text .address-list .address-list-info a:hover{
    position: relative;
    font-size: 15px;
    color:  #f1a82a;
    font-family:"Teko", sans-serif;
    text-decoration: none;
}
.see-on-map a{
color:  #f1a82a;
font-weight: bold;
}


/*=======================
        MOBILE VIEW
=========================*/
@media screen and (max-width:450px) and (min-width:275px){
    .main-header .header-lower .logo-box {
        position: relative;
        margin-top: -10px;
    }
    .sticky-header .inner-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .main-slider h2 {
        position: relative;
        display: block;
        font-size: 35px;
        line-height: 30px;
        font-weight: 500;
        color: var(--theme-color-light);
        z-index: 3;
        letter-spacing: .05em;
        text-transform: uppercase;
        margin-top: 30px;
    }
    .main-slider .sub-title {
        position: relative;
        display: block;
        font-size: 15px;
        line-height: 24px;
        font-family: var(--title-font);
        font-weight: 400;
        color: var(--theme-color-light);
        z-index: 3;
        text-transform: uppercase;
        margin-top: 60px;
    }
    .about-section{
        padding: 50px 15px;
    }
    .about-section .image-column .inner-column {
        padding-right: 0px;
    }
    .about-section .content-column .sec-title {
        margin-bottom: 0px;
    }
    .about-section .image-column .image-box {
        text-align: center;
    }
    .about-block .title {
       
        font-size: 20px;
        line-height: 20px;
        font-weight: 500;
        text-align: left;
        margin-top: -10px;
    }
    .about-block .inner {
        position: relative;
        text-align: center;
        justify-content: center;
    }

    .why-choose-us {
        padding: 50px 15px;
    }
    .why-choose-us .image-column .inner-column {
        padding-right: 0px;
    }
    .services-section-two {
        padding: 100px 15px;
    }
    .sec-title .sub-title{
        margin-bottom: 30px;
    }
    .sec-title h1 {
        font-size: 40px;
    }
    .services-section-two .sec-title {
        margin-bottom: 0px;
    }
    .auto-container{
        padding: 0px;
    }
    .services-row{
        padding-left: -10px;
        padding-top: -20px;
        padding-bottom: -20px;
    }
    .service-block-two{
        padding: 40px 15px;
    }
    .service-block-two .inner-box{
        height: 430px;
        width: 100%;
    }
    .features-section-two {
        padding: 100px 50px;
    }
    .team-section {
        padding: 20px 20px;
    }
    .testimonial-section {
        padding: 100px 20px;
    }
    .contact-section {
        padding: 100px 10px;
    }
    .contact-list-one {
        padding: 10px;
    }
    .contact-info-box-two {
        padding-left: 85px;
    }
    .info-section .inner-column {
        position: relative;
        padding:10px;
    }
    .text-coloumn .text-box {
        margin-left: 0px; 
        margin-right: 0px; 
    }
    .image-coloumn .image-box img {
        width: 320px;
        height: 320px;
    }
    .title-outer {
        margin-left: 50px;
    }

    .location-page .row .address-info-box .address-box {
        position: relative;
        padding: 10px;
    }
.address-box .address-box-text .address-list {
    position: relative;
    padding: 15px;
}
}