
/*CSS*/
a{
    text-decoration: none;
}
:root{
    --main-color: #0c0c0c;
    --font-family-main: 'IBM Plex Sans', sans-serif;
    --font-family-extra: 'IBM Plex Sans', sans-serif;

}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #6f6f6f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #6f6f6f;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #6f6f6f;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6f6f6f;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #6f6f6f;
}

::placeholder { /* Most modern browsers support this now. */
    color: #6f6f6f;
}
html {
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;


}
body{
    /* overflow-x: hidden; 	#939390 */
    width: 100%;
    font-family: var(--bs-font-sans-serif);
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0px;
    word-wrap: break-word;
    font-weight: 400;
    background-color: #141413;
    background-image: url(../images/Main-Section/home3-body-bg.png);
    background-blend-mode: exclusion;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #54545f;
    /*z-index: 99999;*/

}
::placeholder { /* Most modern browsers support this now. */
    color: #6f6f6f;
}

body::-webkit-scrollbar {
    width: 11px;
}
body{
    scrollbar-width: thin;
    scrollbar-color: #999 #fff;
}
body -webkit-scrollbar-track {
    background: #fff;
}
body::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 6px;
    border: 3px solid #fff;
}

.container{
    /*max-width: 1400px;*/
    width:100%;
    margin-left: auto;
    margin-right: auto;
    height:auto;
    position:relative;
    clear:both;
}

h1, h2, h3, h4, h5, h6{

    line-height: 1.3;
    font-family: var(--font-family-extra);
    color: #6f6f6f;
}

h1 { font-size: 45px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }

.tc-warp{
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    bakground-position: center;
    /*z-index: -999;*/
}
.tc_warp_mobile{
    display: none;
}
/*.tc-warp-1{*/
/*    width: 100%;*/
/*    background-color: #141413;*/

/*}*/
.tc-warp,
.tc-warp *{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.tc-warp-1{
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    background-color: #141413;
    /*background-image: url(../images/Main-Section/home3-body-bg.png);*/
    background-blend-mode: exclusion;
    background-attachment: fixed;
    background-repeat: no-repeat;
    bakground-position: center;
    /*z-index: -999;*/
}
/*.tc-warp-1{*/
/*    width: 100%;*/
/*    background-color: #141413;*/

/*}*/
.tc-warp-1,
.tc-warp-1 *{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
/*---------------------------------------------------*/
/*	CURSOR                                           */
/*---------------------------------------------------*/

.mouse-cursor{
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    z-index: 9999;
}
.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color:#F8D76E;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    z-index: 9999;
}
.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color:#fc840d;
    opacity: .3;
    z-index: 9999;
}
.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid #fc840d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    transition: all .08s ease-out;
}
.cursor-outer.cursor-hover{opacity: 0;}
.tc-warp[data-cursor="hide"] .mouse-cursor{
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1111;
}

.tc_mobile_menu{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 10;
}
.tc_mobile_menu .tc_mobile_menu_inner{
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    background-color: #141413;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background-image: url(../images/Main-Section/home3-body-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: exclusion;
    padding: 10px 20px 10px 20px;
}
.tc_mobile_menu .tc_mobile_in{
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tc_mobile_menu .tc_mobile_in .tc_logo img{
    max-width: 90px;
    max-height: 70px;
}
.tc_mobile_menu .trigger{
    line-height: 0;
}
.tc_mobile_menu .dropdown{
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color:#141413 ;
    display: none;
}
.tc_mobile_menu .dropdown .dropdown_inner{
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 25px 40px;
}
.tc_mobile_menu .dropdown .dropdown_inner ul{
    margin: 0px;
    list-style-type: none;
}
.tc_mobile_menu .dropdown .dropdown_inner ul li{
    margin: 0px;
    float: left;
    width: 100%;
}
.tc_mobile_menu .dropdown .dropdown_inner ul li a{
    text-decoration: none;
    color:#fc840d ;
    display: inline-block;
    padding: 0px 0px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}
.tc_mobile_menu .hamburger-inner,
.tc_mobile_menu .hamburger-inner:after,
.tc_mobile_menu .hamburger-inner:before{
    width: 30px;
    height: 2px;
}
.tc_mobile_menu .hamburger-box{
    width: 30px;
}
.tc_mobile_menu .hamburger{
    padding: 0px;
}
                                                                                                      

/*---------------------------------------------------*/
/*	HEADER                                           */
/*---------------------------------------------------*/

.tc_header{
    position:fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    /*z-index:10;*/
    padding:15px 0px;
    background-color:#141413 ;
    background-image: url(../images/Main-Section/home3-body-bg1.jpg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.tc_header.animate{
    padding: 25px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.tc_header .header_inner{
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    align-items: center;
    justify-content:center;

}
.tc_header .logo img{
    max-width: 200px;
}
.tc_header .logo .light{display: block;}
.tc_header .logo .dark{display: none;}
.tc_header.animate .logo .light{display: none;}
.tc_header.animate .logo .dark{display: block;}
.tc_header .menu ul{
    margin: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.tc_header .menu ul li{
    margin: 0px 35px 0px 0px;
}
.tc_header .menu ul li:last-child{
    margin-right: 0px;
}
.tc_header .menu ul li a{
    color: #FFAB4A;
    font-family: 'IBM Plex Sans', sans-serif;
    display: block;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.tc_header .menu ul li > a:hover, .tc_header .menu ul li > a:focus {
    color: #fff;
}

.tc_header .menu ul li.active > a {
    color: #fff;
}

.tc_warp_mobile  .menu  a{
    color: #FFAB4A;
    font-family: 'IBM Plex Sans', sans-serif;
    display: block;
    font-weight: 100;
    font-size: 1rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.tc_warp_mobile .menu  > a:hover, .tc_mobile_menu .menu > a:focus {
    color: #fff;
}

.tc_warp_mobile  .menu a.active  {
    color: #fff;
}
/*.tc_header .menu ul li a:hover{*/
/*    color: #ffffff;*/
/*}*/
/*.tc_header .menu ul li a:active{*/
/*    color: #000000;*/
/*}*/
/*.tc_header .menu ul li a:focus{*/
/*    color:white;*/
/*}*/
/*.tc_header.animate .menu ul li a{*/
/*    color:white;*/
/*}*/

.tc_mobile_menu.animate .menu  a{
    color: #000;
}
.tc-gallery-header{
    /*z-index:10;*/
    padding:15px 0px;
    background-color:#141413 ;
    background-image: url(../images/Main-Section/home3-body-bg1.jpg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.tc-gallery-header.animate{
    padding: 25px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.tc-gallery-header .header_inner{
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    align-items: center;
    justify-content:center;

}
.tc-gallery-header .logo img{
    max-width: 200px;
}
.tc-gallery-header .logo .light{display: block;}
.tc-gallery-header .logo .dark{display: none;}
.tc-gallery-header.animate .logo .light{display: none;}
.tc-gallery-header.animate .logo .dark{display: block;}
.tc-gallery-header .menu ul{
    margin: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.tc-gallery-header .menu ul li{
    margin: 90px 35px 0px 0px;
}
.tc-gallery-header .menu ul li:last-child{
    margin-right: 0px;
}
.tc-gallery-header .menu ul li a{
    color: #FFAB4A;
    font-family: 'IBM Plex Sans', sans-serif;
    display: block;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.tc-gallery-header .menu ul li.current a{
    color:white;
}
.tc-gallery-header.animate .menu ul li.current a{
    color:white;
}

.tc-gallery-header.animate .menu ul li a{
    color: #000;
}
.tc-gallery-header.animate .menu ul li.download_cv a{
    color: #fff;
}
.tc-gallery-header .list-group-item{
    background: transparent;
}
/*---------------------------------------------------*/
/*	Hero Section                                     */
/*---------------------------------------------------*/

.tc_section{
    width: 100%;
    height: auto;
    clear: both;
    /*z-index:1;*/

}


.tc_hero{
    width: 100%;
    height: 100vh;
    position: relative;
    float: left;
    overflow: hidden;
    /*z-index: 9999;*/

}

.tc_hero .background{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /*z-index: 10;*/
}
.tc_hero .background .image{
    background: url('../images/Main-Section/tc-home-bg.png') no-repeat scroll center;
    position: absolute;
    top: 0px;
    z-index: -1;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #141413;
    transform: perspective(1000px) rotateX(10deg) rotateY(-10deg) rotateZ(2deg);

}
.tc_hero .container{
    height: 100%;
}
.tc_hero .content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tc_hero .left{

    position: relative;
}
.tc_hero .left .inner{
    position: relative;
    z-index: 2;
}
.tc_hero .name{
    color: #707070;
    font-family: var(--font-family-extra);
    font-size:9rem ;


}
.tc_hero .name span{
    background: -webkit-linear-gradient(#EF9840, #F8D76E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 999;

}
.tc_hero sub{
    color:#707070;
    font-family: var(--font-family-extra);
    font-size:9rem  ;
    position:relative;
    left:10rem;

}
.tc_hero .text{
    color: #fff;
    font-size: 21px;
    margin-bottom: 40px;
}
.tc_hero .buttons{
    width: 100%;
    display: flex;
    align-items: center;
}
.tc_hero .buttons{
    width: 100%;
    display: flex;
    align-items: center;
}
.tc_hero .tc_button{
    width: auto;
}
.tc_button{
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}
.tc_button a{
    color: #fff;
    display: inline-block;
    background-color: #707070;
    border-radius: 50px;
    padding: 14px 40px 17px 40px;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-family-extra);

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.tc_button a:hover{
    background-color: var(--main-color);
}
.tc_hero .simple_button{
    margin-left: 50px;
}
.tc_hero .simple_button a{
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-family-extra);
    position: relative;
    top: -2px;
}
.tc_hero .stroke_1,
.tc_hero .stroke_2,
.tc_hero .stroke_3,
.tc_hero .stroke_4,
.tc_hero .stroke_5,
.tc_hero .stroke_6{
    position: absolute;
    transition: all 0.5s ease-in-out;
    color: #ffab4a;
    -webkit-text-stroke: 0px #ffab4a;
    opacity: .4;
    font-family: var(--font-family-extra);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    
}
.tc_hero .stroke_1{
    top: 5rem;
    letter-spacing: 5px;
    right: -34rem;
}
.tc_hero .stroke_2{
    top: 21rem;
    right: -17rem;
    letter-spacing: 5px;

}
.tc_hero .stroke_3{
    top: -6rem;
    letter-spacing: 5px;
    left: 0rem;

}
.tc_hero .stroke_4{
    top: 26rem;
    left: 1rem;
    letter-spacing: 5px;

}
.tc_hero .stroke_5{
    top: -8rem;
    letter-spacing: 5px;
    right: -10rem;
}
.tc_hero .stroke_6{
    top: -16rem;
    right: -27rem;
    letter-spacing: 5px;
}
.tc_hero .stroke_1:hover,
.tc_hero .stroke_2:hover,
.tc_hero .stroke_3:hover,
.tc_hero .stroke_4:hover,
.tc_hero .stroke_5:hover,
.tc_hero .stroke_6:hover{
    transform: scale(1.2); /* increase the font size by 20% */
    transition: all 0.2s ease-in-out; /* add a smooth transition effect */
    font-size: 50px;
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    /* animation: popUp 1s ease-in-out forwards; */
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 999999;
    cursor: url(''), auto;
}


@keyframes popUp {
    from {
        bottom: -100px;
    }
    to {
        bottom: 20px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .tc_hero .stroke_1{
        top: 5rem;
        letter-spacing: 5px;
        right: -21rem;
    }
    .tc_hero .stroke_2{
        top: 24rem;
        right: -17rem;
        letter-spacing: 5px;
    }
    .tc_hero .stroke_3{
        top: -6rem;
        letter-spacing: 5px;
        left: 0;

    }
    .tc_hero .stroke_4{
        top: 26rem;
        left: 1rem;
        letter-spacing: 5px;

    }
    .tc_hero .stroke_5{
        top: -8rem;
        letter-spacing: 5px;
        right: -10rem;
    }
    .tc_hero .stroke_6{
        top: -3rem;
        right: 8rem;
        letter-spacing: 5px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .tc_hero .stroke_1,
    .tc_hero .stroke_2,
    .tc_hero .stroke_3,
    .tc_hero .stroke_4,
    .tc_hero .stroke_5,
    .tc_hero .stroke_6{
        position: absolute;
        color: #ffab4a;
        -webkit-text-stroke: 0px #ffab4a;
        opacity: .4;
        font-family: var(--font-family-extra);
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;
    }
    .tc_hero .stroke_1{
        top: -9rem;
        letter-spacing: 5px;
        right: 14rem;
    }
    .tc_hero .stroke_2{
        top: 16rem;
        right: -2rem;
        letter-spacing: 5px;

    }
    .tc_hero .stroke_3{
        top: -6rem;
        letter-spacing: 5px;
        left: 0rem;

    }
    .tc_hero .stroke_4{
        top: 10rem;
        left: -3rem;
        letter-spacing: 5px;

    }
    .tc_hero .stroke_5{
        top: 20rem;
        letter-spacing: 5px;
        right: 24rem;
    }
    .tc_hero .stroke_6{
        top: -2rem;
        right: 0rem;
        letter-spacing: 5px;
    }
    .tc_hero .name{
        color: #707070;
        font-family: var(--font-family-extra);
        font-size: 5rem;
        margin-left: -6rem;
    }
    .tc_hero .name span{
        background: -webkit-linear-gradient(#EF9840, #F8D76E);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        z-index: 999;

    }
    .tc_hero .background .image{
        background: url('../images/Main-Section/tc-home-bg.png') no-repeat round #141413;

    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tc_hero .stroke_1,
    .tc_hero .stroke_2,
    .tc_hero .stroke_3,
    .tc_hero .stroke_4,
    .tc_hero .stroke_5,
    .tc_hero .stroke_6{
        position: absolute;
        color: #ffab4a;
        -webkit-text-stroke: 0px #ffab4a;
        opacity: .4;
        font-family: var(--font-family-extra);
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;
    }
    .tc_hero .stroke_1{
        top: -30rem;
        letter-spacing: 5px;
        right: 15rem;
    }
    .tc_hero .stroke_2{
        top: 36rem;
        right: -2rem;
        letter-spacing: 5px;

    }
    .tc_hero .stroke_3{
        top: -6rem;
        letter-spacing: 5px;
        left: 0rem;

    }
    .tc_hero .stroke_4{
        top: 25rem;
        left: 0rem;
        letter-spacing: 5px;

    }
    .tc_hero .stroke_5{
        top: 34rem;
        letter-spacing: 5px;
        right: 33rem;
    }
    .tc_hero .stroke_6{
        top: -8rem;
        right: -1rem;
        letter-spacing: 5px;
    }
    .tc_hero .name{
        color: #707070;
        font-family: var(--font-family-extra);
        font-size: 7rem;
        margin-left: -12rem;
    }

}
@media only screen and  (max-width: 767px) {
    .tc-warp{
        display: none;
    }
    .tc_warp_mobile{
        display: block;
    }
    .tc-main-btn {
    margin-top: 2rem ;

    }

    .tc-main-btn:hover {
        background-color: transparent;
        color: #FFAB4A;
        box-shadow: rgb(248, 210, 166) 0px 2px 5px -1px, rgb(253, 170, 74) 0px 1px 3px -1px;
    }


    .cover-container {
        max-width: 42em;
    }


    /*
     * Header
     */

    .nav-masthead .nav-link {
        padding: .25rem 0;
        font-weight: 700;
        color: rgba(255, 255, 255, .5);
        background-color: transparent;
        border-bottom: .25rem solid transparent;
    }

    .nav-masthead .nav-link:hover,
    .nav-masthead .nav-link:focus {
        border-bottom-color: rgba(255, 255, 255, .25);
    }

    .nav-masthead .nav-link + .nav-link {
        margin-left: 1rem;
    }

    .nav-masthead .active {
        color: #fff;
        border-bottom-color: #fff;
    }

    .tc_hero{
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        /*z-index: 9999;*/

    }
    .tc_hero .left .inner{
        position: relative;
        z-index: 2;

    }
    .tc_hero .background .image{
        background: url('../images/Main-Section/tc-home-bg.png') no-repeat scroll center;
        position: absolute;
        top: 0px;
        z-index: -1;
        bottom:25rem;
        left: 0px;
        right: 0px;
        background-color: #141413;
        transform: perspective(1000px) rotateX(10deg) rotateY(-10deg) rotateZ(2deg);

    }
    .tc_hero .container{
        height: 100%;
    }
    .tc_hero .content{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .tc_hero .name{font-size: 3rem;
        margin-bottom: -6px;
        margin-left: -9rem;
        margin-top: 1rem;
    }
    .tc_hero .stroke_1,
    .tc_hero .stroke_2,
    .tc_hero .stroke_3,
    .tc_hero .stroke_4,
    .tc_hero .stroke_5,
    .tc_hero .stroke_6{
        position: absolute;
        color: #ffab4a;
        display: none;
        -webkit-text-stroke: 0px #ffab4a;
        opacity: .4;
        font-family: var(--font-family-extra);
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;
    }
    .tc_hero .stroke_1{
        top: -30rem;
        letter-spacing: 5px;
        right: 15rem;
    }
    .tc_hero .stroke_2{
        top: 36rem;
        right: -2rem;
        letter-spacing: 5px;

    }
    .tc_hero .stroke_3{
        top: -6rem;
        letter-spacing: 5px;
        left: 0rem;

    }
    .tc_hero .stroke_4{
        top: 25rem;
        left: 0rem;
        letter-spacing: 5px;

    }
    .tc_hero .stroke_5{
        top: 34rem;
        letter-spacing: 5px;
        right: 33rem;
    }
    .tc_hero .stroke_6{
        top: -8rem;
        right: -1rem;
        letter-spacing: 5px;
    }

    .tc_hero sub {
        position: relative;
        left: 5rem;
    }
}


.tc_hero .win{
    position: absolute;
    display: inline-block;
    background-color: #fff;
    width: 125px;
    height: 125px;
    border-radius: 12px;
    top: -40px;
    right: -40px;
}
.tc_hero .win .svg{
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.tc_hero .numbers{
    position: absolute;
}
.tc_hero .numbers.year{
    top: 100px;
    left: -85px;
}
.tc_hero .numbers.project{
    bottom: 60px;
    left: 100%;
    margin-left: -75px;
}
.tc_hero .numbers .wrapper{
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 25px 24px 25px;
}
.tc_hero .numbers.project .wrapper{
    padding: 15px 20px 19px 20px;
}
.tc_hero .numbers .wrapper h3{
    font-size: 54px;
    color: #50c5f0;
    line-height: 1;
    position: relative;
    font-weight: 700;
}
.tc_hero .numbers.project h3{
    color: #f05c6e;
}
.tc_hero .numbers .wrapper h3 .extra{
    position: absolute;
    top: -1px;
    font-size: 28px;
}
.tc_hero .numbers .wrapper .item_name{
    font-size: 19px;
    color: #000;
    font-weight: 700;
    font-family: var(--font-family-extra);
    line-height: 1.3;
    padding-left: 14px;
    position: relative;
    top: 2px;
}
.tc_hero .numbers.project .item_name{
    padding-left: 29px;
}
.tc_hero .circle{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    left: -70px;
    bottom: -70px;
}
.tc_hero .circle img{
    max-width: 160px;
    opacity: 1 !important;
}
.anim_circle{
    animation: animCircle 15s infinite linear;
}

@keyframes animCircle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.tc_hero .right{
    width: 55%;
    padding-left: 250px;
}
.tc_hero .right .image{
    position: relative;
}
.tc_hero .right .image img{
    position: relative;
    min-width: 100%;
    opacity: 0;
}
.tc_hero .right .image .main{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
}
/*---------------------------------------------------*/
/*	TC-Work
/*---------------------------------------------------*/
/*.tc_hero .work{*/
/*    height: 100vh;*/

/*}*/

.timeline {
    position: relative;
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5rem;
    margin: 0 auto 1rem auto;
    overflow: hidden;
}
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #fc840d;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}
.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 15px;
    text-align: right;
    margin-right: 20px;
    color: #FFFFFF;
    font-size: 1.5rem;
}
.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}
.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    /*background: #1a233a;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 16px;
    width: 16px;
    background: #fc840d;
}
.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -49px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: rgba(246, 140, 82, 0.65);
    border: 2px dashed #fafafa;
}
.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
}
.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}
.timeline-row .timeline-content i {
    font-size: 1.2rem;
    line-height: 100%;
    padding: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #fc840d;
    margin-bottom: 10px;
    display: inline-block;
}
.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
    display: flex;
}
.timeline-row .timeline-content .thumbs img {
    margin: 5px;
    max-width: 60px;
}
.timeline-row .timeline-content .badge {
    color: #ffffff;
    background: linear-gradient(120deg, #00b5fd 0%, #0047b1 100%);
}
.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
    text-align: left;
}
.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
}
.timeline-row:nth-child(even) .timeline-content:before {
    left: -52px;
    right: initial;
}
.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}
.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .timeline {
        padding: 15px;
    }
    .timeline:after {
        border: 0;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:after {
        display: none;
    }
}
#prev span, #next span {
    cursor: pointer;
    position: absolute;
    top: -40px;
    font-size: 14pt;
    color: white;

}
#prev  span{
    left: 0;
}

#next  span{
    right: 0;
}

.transition {
    transition: 0.7s;
}
#card4 img{

}
.work .card {
    width: 450px;
    height: 300px;
    border-radius: 10px;
    box-shadow: 20px 20px 75px rgba(0, 0, 0, 0.5);
    /*background: linear-gradient(121deg, #fed330 0%, #fd9644 34%, #fa4e8b 64%, #e84393 94%);*/
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
.work  .card .card__gloss {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transform: translateZ(1px);
    z-index: 2;
}
.work .card .card__content {
    width: 100%;
    height: 100%;
    text-align: center;
}
.work .card .card__content > * {
    transform: translateZ(75px);
    /*z-index: 3;*/
    color: white;
}
.work  .card .card__content .card__image {
    width: 150px;
    height: 150px;
    border: 5px solid #fff;
    border-radius: 50%;
    margin: 40px auto 0 auto;
    background-size: 190%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../images/gallery/Designs/Edition1.png");
}
.work  .card .card__content .card__name {
    font-family: "Arial";
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.work  .card .card__name__image {
    position: absolute;
    top: 11.5%;
    left: 31.5%;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    transform: translateZ(1px);
    background: rgba(0, 0, 0, 0.15);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.work .card .card__name__shadow {
    position: absolute;
    bottom: 14%;
    left: 30%;
    font-family: "Arial";
    font-weight: bold;
    letter-spacing: 3.4px;
    text-transform: uppercase;
    transform: translateZ(1px);
    color: transparent;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.tc_work.left {
    /*position: relative;*/
    /*top: 45%;*/
    /*left: 28%;*/
    /*width: 100%;*/
    /*!* height: 410px; *!*/
    /*transform: translate(-50%, -50%);*/
    /*perspective: 1000px;*/
}
.clearfix {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.tc_work.right {
    position: relative;
    top: 45%;
    right: 28%;
    width: 25%;
    /* height: 410px; */
    transform: translate(-50%, -50%);
    perspective: 1000px;
}

.tc_work__wrapper {
    position: relative;
    transform-style: preserve-3d;
    will-change: transform;
}
.tc_work__wrapper::after {
    display: block;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    right: 0;
    height: 23px;
    content: "";
    background: transparent;
}
.tc_work__thumb {
    display: block;
    width: 100%;
}
.tc_work__content {
    position: absolute;
    left: 42px;
    right: 42px;
    bottom: 48px;
    transform: translateZ(100px) scale(0.9);
}
.tc_work__content h1 {
    color: white;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.tc_work__content .caption {
    color: #b0976d;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.tc_work__light {
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*background-image: linear-gradient(45deg, #f1f1f1, transparent 40%);*/
    /*backface-visibility: hidden;*/
}
.tc_work__border {
    position: absolute;
    top: -9px;
    left: -6px;
    width: 295px;
    height: 373px;
    transform: translateZ(163px) scale(0.9);
}
.tc_work__border rect {
    fill: transparent;
    stroke: #777777;
    stroke-width: 2px;
    stroke-dasharray: 0 1232px;
    stroke-dashoffset: -616px;
    transition: stroke-dasharray 0.25s ease-out, stroke-dashoffset 0.25s ease-out;
}
.tc_work:hover .tc_work__border rect {
    stroke-dasharray: 1232px;
    stroke-dashoffset: 0;
}

/*---------------------------------------------------*/
/*	FEATURES
/*---------------------------------------------------*/

.tc_features{
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 157px;
}
.tc_features .features_list{
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}
.tc_features .features_list ul{
    margin: 0px 0px 0px -70px;
    list-style-type: none;
}
.tc_features .features_list ul li{
    margin: 0px 0px 70px 0px;
    width: 33.3333%;
    float: left;
    padding-left: 70px;
}
.tc_features .features_list ul li .list_inner{
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
}
.tc_features .features_list ul li .short{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 35px;
    margin-bottom: 30px;
    position: relative;
}
.tc_features .features_list ul li .short:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #cacdd3;
    left: 0px;
    bottom: 0px;
}
.tc_features .features_list ul li .short:after{
    position: absolute;
    content: "";
    width: 0px;
    height: 1px;
    background-color: #8D8D8E;
    left: 0px;
    bottom: 0px;
    z-index: 1;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.tc_features .features_list ul li .list_inner:hover .short:after{
    width: 100%;
}
.tc_features .features_list ul li .short .title{
    padding-right: 20px;
}
.tc_features .features_list ul li .short span{
    display: inline-block;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family-extra);
    margin-bottom: 5px;
}
.tc_features .features_list ul li .short h3{
    font-size: 24px;
}
.tc_features .features_list ul li .svg{
    width: 60px;
    height: 60px;
}
.tc_features .features_list ul li .text{
    width: 100%;
    float: left;
}
.sub-item-area {
    margin-top: -317px;
    height: 417px;
    padding-top: 80px;
    position: relative;
    z-index: 11; }
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .sub-item-area {
        margin-top: 70px;
        height: auto;
        margin-bottom: 100px; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sub-item-area {
        margin-top: 70px;
        height: auto;
        margin-bottom: 100px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sub-item-area {
        margin-top: 70px;
        height: auto;
        margin-bottom: 100px; } }
@media (max-width: 767px) {
    .sub-item-area {
        margin-top: 70px;
        height: auto;
        margin-bottom: 100px; } }
.sub-item-area.sub-15-area .sub-item {
    background: #BF141D; }
.sub-item-area.sub-15-area .sub-item .icon svg path {
    transition: all linear 0.3s; }
.sub-item-area.sub-15-area .sub-item:hover {
    background: #fff;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1); }
.sub-item-area.sub-15-area .sub-item:hover .icon svg path {
    fill: #BF141D; }

.sub-item {
    /*background: #141413;*/
    padding: 40px 25px 22px;
    border-radius: 5px;
    /* border: 5px solid #ffffff; */
    -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 2.3s ease-out 0s;
    height: 215px;
    writing-mode: vertical-rl;
    text-orientation: upright;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sub-item {
        padding: 40px 15px 22px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sub-item {
        margin-top: 30px; } }
@media (max-width: 767px) {
    .sub-item {
        margin-top: 30px; } }
.sub-item .title {
    color: #fdaa4a;
    font-family: var(--font-family-extra);
    font-weight: 700;
    padding-top: 36px;
    -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 2.5s ease-out 0s;
    font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sub-item .title {
        font-size: 18px; } }
.sub-item span {
    display: inline-block;
    font-weight: 300;
    font-family:var(--font-family-extra);
    color: #FFAB4A;
    font-size: 16px;
    opacity: 0;
    -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; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sub-item span {
        font-size: 14px; } }
.sub-item.active, .sub-item:hover {
    background: transparent;
    /* height: 318px; */
    /* border: 1px solid #ffab4a; */
    color: #FFAB4A;
    font-family: var(--font-family-extra);
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    transition: all 1.3s ease-out 1s;
}
.sub-item.active .title, .sub-item:hover .title {
    color: #FFAB4A;
    font-weight: 600;
}
.sub-item.active span, .sub-item:hover span {
    opacity: 1; }


/*===========================
    SERVICES
===========================*/
.service-area {
    background: #F3F3F3;
    padding-top: 86px;
}
.service-area.service-8-area {
    background: #fff; }
.service-area.service-page-area {
    padding-top: 70px; }
.service-area.pricing-service-1 {
    padding-top: 84px; }
.service-area.service-15-area {
    padding-bottom: 100px; }

.service-area .text-uppercase {
    font-size:2rem;

}

.hash-bullets
{
    list-style:none;

}
.hash-bullets li::before {
    content: "#";
    margin: 0px 20px 0 0px;
}
.col-bg {
    padding: 1rem;

    background:#fff ;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
.service-item {
    padding: 1rem;
    background:transparent ;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
.col-bg .card {
    padding: 1rem;
    background:transparent ;
    border: none }
.service-item .bg{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width:2rem;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }

.service-item .title {
    font-size: 1.2rem;
    font-family: var(--font-family-extra);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    font-weight: 900; }
/*.service-bt .title {*/
/*    font-size: 1.5rem;*/
/*    font-family: var(--font-family-extra);*/
/*    -webkit-transition: all 0.4s ease-out 0s;*/
/*    -moz-transition: all 0.4s ease-out 0s;*/
/*    -ms-transition: all 0.4s ease-out 0s;*/
/*    -o-transition: all 0.4s ease-out 0s;*/
/*    transition: all 0.4s ease-out 0s;*/
/*    font-weight: 400;*/
/*}*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service-item .title {
        font-size: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-item .title {
        font-size: 22px; } }
@media (max-width: 767px) {
    .service-item .title {
        font-size: 22px; } }
.service-item p {
    font-family: "space_grotesk";
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.col-bg:hover {
    background:#FFAB4A ;
    /*font-family: "roboto", serif;*/
    box-shadow: 0px 15px 60px 0 rgba(35, 92, 81, 0.25);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
/*.service-bt .title  {*/
/*    font-size: 1.2rem;*/
/*    font-family: var(--font-family-extra);*/
/*    -webkit-transition: all 0.4s ease-out 0s;*/
/*    -moz-transition: all 0.4s ease-out 0s;*/
/*    -ms-transition: all 0.4s ease-out 0s;*/
/*    -o-transition: all 0.4s ease-out 0s;*/
/*    transition: all 0.4s ease-out 0s;*/
/*    font-weight: 400;*/
/*}*/
.col-bg:hover .bg{
    display: block;
    position: absolute;
    right: 0rem;
    bottom: 0;
    width:4rem;
}

.col-bg:hover .title {
    color: #000000;
}
.col-bg:hover ul li {
    color: #000000;
}

.service-item ul li{
    font-size: 0.93rem;
    font-weight: 600;
}

/*Brands*/
.box:hover { flex: 1 1 50%; }
.box:hover > img {
    width: 100%;
    height: 100%;
}

.card{
    background: transparent;
    border: none;
}
.card img{
    border: 100px;
    transition: 0.8s ease-in-out;
    z-index: 999;
}
.card img:hover{
    border:0px;
    border-radius:0px;
    transform: scale(1.1) ;
    transition: 0.8s ease-in-out;
    z-index: 999;
}
@media (max-width: 767px) {
    .card{
        font-size:0.8rem;
        text-align: left;
        background-color:transparent;
        font-weight:600;
        color: #ffffff;
        border:none;
        border-radius: 0px !important;;
        box-shadow: #ffffff00 0px 4px 6px -1px, rgb(255 255 255 / 67%) 0px 2px 4px -1px;
}

    }

    .card-header {
        background-color: #FFAB4A;
        color:#dacece;
        font-size:1rem;
        text-align: center  ;
        border: none;
        border-radius: 0px !important;
        
    }
    .card-header .effect-shine{
        color: #000000;
        font-family: 'IBM Plex Sans', sans-serif;
    }
 
    .card.digi{
        border: 0px;
        border-radius: 0;
       
    }
    .digi .card-header{
        background-color:transparent;
        border: 0px;
        border-radius: 0;

    }
    .digi .card-header{
        display: inline-block;
        padding-bottom: 3px;
    }
    .digi .card-header:after {
        content: '';
        display: block;
        margin: auto;
        height: 2px;
        animation: under 2s infinite;
    }
    .web .card-header:after {
        content: '';
        display: block;
        margin: auto;
        height: 2px;
        animation: under 2s infinite;
    }
    .photo .card-header:after {
        content: '';
        display: block;
        margin: auto;
        height: 2px;
        animation: under 2s infinite;
    }
    @keyframes under {
      0% { width: 0%; background-color: #FFAB4A;}
      100% {width: 100%; background-color: transparent;}
    }
    .card.photo{
        border: 0px;
        border-radius: 0;
      
    }
    .photo .card-header{
        background-color:transparent;
        border: 0px;
        border-radius: 0;

    }
    .card.web{
        border: 0px;
        border-radius: 0;
    
    }
    .web .card-header{
        background-color:transparent;
        border: 0px;
        border-radius: 0;

    }
    .card.pro{
        border: 0px;
        border-radius: 0;
        border-bottom: 0.5rem solid #ffab4a;
    }
    .pro .card-header{
        background-color:transparent;
        border: 0px;
        border-radius: 0;

    }
    .card.cont{
        border: 0px;
        border-radius: 0;
        border-bottom: 0.5rem solid #525252;
    }
    .cont .card-header{
        background-color:transparent;
        border: 0px;
        border-radius: 0;

    }
    .card .effect-shine {
        -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
        -webkit-mask-size: 200%;
        animation: shine 2s infinite;
        
    }
    .tc_contact .info_list li{
    margin: 0px 0px 0px 0px;
}
@-webkit-keyframes shine {
from {
    -webkit-mask-position: 150%;
}

to {
    -webkit-mask-position: -50%;
}
}



.carousel-indicators {
position: fixed;
}
.carousel-indicators li {
width: 300px;
height: auto;
opacity: 0.8;
}
.banner img.imgfilter{
height:650px ;
width: 100%;
object-fit: contain; 
}
.banner img.imgthumbnail{
height:100px ;
width: 100%;
object-fit: cover; 
}

.items{
width:90%;
margin:0px auto;
margin-top: 100px;
}
.slick-slide{
margin:10px;
}
.slick-slide img{
width:100%;
border: 0px solid #fff;
}
/***
=============================================
Brand Area Style
=============================================
***/
.tc-portfolio-area {
    padding-top: 86px;
    overflow: hidden; }
.tc-portfolio-area .title p {
    font-family: var(--font-family-main);
    color: white }
.tc-portfolio-area .title  {
    font-family: var(--font-family-main);
    color: white }
@media (max-width: 767px) {
    .tc-portfolio-area .container-fluid {
        padding: 0 15px !important; } }
.tc-portfolio-area .container-fluid .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px; }
@media (max-width: 767px) {
    .tc-portfolio-area .container-fluid .col-lg-3 {
        padding-left: 15px;
        padding-right: 15px; } }
.tc-portfolio-area .portfolio-active .slick-arrow:hover {
    background: #f69d38; }
.tc-portfolio-area .portfolio-active .slick-arrow:hover i {
    color: #f9ce3e; }
.tc-portfolio-area.portfolio-active .slick-dots li.slick-active button {
    background: #f69d38; }

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -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; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-item {
        padding-left: 10px; } }
@media (max-width: 767px) {
    .portfolio-item   {
        padding-left: 15px; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-item   {
        font-size: 24px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-item  {
        font-size: 24px; } }
@media (max-width: 767px) {
    .portfolio-item  {
        font-size: 24px; } }
.portfolio-item > img {
    width: 100%; }


.portfolio-active .slick-current .portfolio-item {
    border:0px;
    border-radius:0px;
    transform: scale(1.1) ;
    transition: 0.8s ease-in-out;
    z-index: 999;
}
.portfolio-active .slick-current .portfolio-item  {
    opacity: 1; }
.portfolio-active .slick-arrow {
    z-index: 9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 130px;
    width: 130px;
    background: #fbd84e;
    border-radius: 50%;
    line-height: 140px;
    font-size: 46px;
    color: #000;
    cursor: pointer;
    -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;
    opacity: 0; }
.portfolio-active .slick-arrow i {
    -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; }
.portfolio-active .slick-arrow:hover {
    background: #FFAB4A; }
.portfolio-active .slick-arrow.prev {
    left: -3%;
    text-align: right;
    padding-right: 30px; }
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .portfolio-active .slick-arrow.prev {
        left: -4%; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-active .slick-arrow.prev {
        left: -6%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-active .slick-arrow.prev {
        left: -7%; } }
.portfolio-active .slick-arrow.next {
    right: -3%;
    text-align: left;
    padding-left: 30px; }
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .portfolio-active .slick-arrow.next {
        right: -4%; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-active .slick-arrow.next {
        right: -6%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-active .slick-arrow.next {
        right: -7%; } }
.portfolio-active .slick-dots {
    position: absolute;
    left: 50%;
    bottom: -47px;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    list-style-type: none; }
.portfolio-active .slick-dots li {
    display: inline-block; }
.portfolio-active .slick-dots li button {
    height: 6px;
    width: 6px;
    border: 0;
    font-size: 0px;
    border-radius: 50%;
    background: #E0E0E0;
    padding: 0;
    margin: 0 5px;
    -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; }
.portfolio-active .slick-dots li.slick-active button {
    background: #FFAB4A;
    width: 25px;
    border-radius: 10px; }
.portfolio-active:hover .slick-arrow {
    opacity: 1; }


/*Projects*/


/*===========================
   ABOUT-US
===========================*/
.about-content {
    margin-right: -30px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-content {
        margin-right: 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content {
        margin-right: 0; } }
@media (max-width: 767px) {
    .about-content {
        margin-right: 0; } }
.about-content span {
    display: block;
    font-size: 25px;
    font-family: var(--font-family-extra);
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 11px;
    padding-bottom: 37px;
    font-weight: 500; }
.about-content .title {
    font-family: var(--font-family-extra);
    font-size: 40px;
    color: #ffffff;
    padding-bottom: 4px;
    font-weight: 300; }
.about-content .title p{
    font-size: 25px
}
.about-content p {
    font-family: var(--font-family-extra);
    color: #ffffff;
}

@media (max-width: 767px) {
    .about-content .title {
        font-size: 32px;
        line-height: 42px; } }
.about-content ul {
    margin: 25px 0 0 15px;
    padding: 0;
    color: #ffffff; }
.about-content ul li {
    font-size: 17px;
    line-height: 35px; }
.about-content a {
    margin-top: 33px; }

.tc-about {
    margin-left: 70px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .tc-about {
        margin-left: 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tc-about {
        margin-left: 0;
        margin-top: 30px; } }
@media (max-width: 767px) {
    .tc-about {
        margin-left: 0;
        margin-top: 30px; } }
.tc-about > img {
    width: 100%; }

@media (max-width: 767px) {
    .tc-about ul {
        display: none; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tc-about ul {
        display: block; } }
.tc-about ul > li {
    text-align: center;
    height: 142px;
    width: 165px;
    box-shadow: 0px 5px 50px 0 rgba(51, 65, 92, 0.05);
    border-radius: 5px;
    padding-top: 25px;
    margin: 0 10px;
    background: #fff; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .tc-about ul > li {
        width: 150px; } }
@media (max-width: 767px) {
    .tc-about ul > li {
        width: 150px;
        margin-bottom: 30px; } }
.tc-about ul > li span {
    display: block;
    font-size: 13px;
    padding-top: 13px;
    margin-bottom: -8px; }
.tc-about ul > li i {
    color: #FFAB4A;
    font-size: 10px; }


/*===== All Button Style =====*/
.tc-main-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #FFAB4A;
    padding: 0 36px;
    font-size: 16px;
    line-height: 54px;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    z-index: 5;
    font-weight: 600;
    background-color: #FFAB4A;
    font-family: "space_grotesk", Serif;
    transition: all 1.3s ease;
}

.tc-main-btn:hover {
    background-color: transparent;
    color: #FFAB4A;
    box-shadow: rgb(248, 210, 166) 0px 2px 5px -1px, rgb(253, 170, 74) 0px 1px 3px -1px;
}

.tc-main-btn.main-btn-2 {
    background: #fff;
    border-color: #fff; }
.tc-main-btn.main-btn-2:hover {
    background-color: transparent;
    color: #fff; }
.tc-main-btn.main-btn-3 {
    background-position: center;
    background: -webkit-linear-gradient(left, #fad029 0%, #ff564f 50%, #fad029 100%);
    background: -o-linear-gradient(left, #fad029 0%, #ff564f 50%, #fad029 100%);
    background: linear-gradient(to right, #fad029 0%, #ff564f 50%, #fad029 100%);
    background-size: auto;
    background-size: 200% auto;
    border: 0;
    color: #fff;
    padding: 0 34px; }
.main-btn.main-btn-3:hover {
    background-position: right center; }
/*---------------------------------------------------*/
/*	09) GRAX CONTACT
/*---------------------------------------------------*/

.tc_contact{
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: var(--font-family-main);
}
.tc_title_holder span{
    color:#FFAB4A;


}
.tc_contact .contact_inner{
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    padding-top: 77px;
}
.tc_contact .left{
    width: 50%;
}
.tc_contact .left .text h4{
    width: 100%;
    float: left;
    margin-bottom: 40px;
    color:  #ffffff;
}
.tc_contact .info_list{
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}
.tc_contact .info_list ul{
    margin: 0px;
    list-style-type: none;
}
.tc_contact .info_list li{
    margin: 0px 0px 18px 0px;
    float: left;
    width: 100%;
    position: relative;
}
.tc_contact .info_list ul li .list_inner{
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    padding-left: 27px;
}
.tc_contact .info_list ul li span.first{
    min-width: 100px;
    display: inline-block;
    color:#FFAB4A;
}
.tc_contact .info_list ul li span.second{
    font-weight: 400 !important;
    color: inherit !important;
}
.tc_contact .info_list ul li span{

    font-weight: 600;
    color: #ffffff;
}
.tc_contact .info_list ul li a{
    text-decoration: none;
    color:  #ffffff !important;
    transition: all .3s ease;
    display: inline-block;
    position: relative;
}
.tc_contact .info_list ul li a:hover{color:#fc840d;}
.tc_contact .info_list ul li a:after{
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
.tc_contact .info_list ul li a:hover:after{
    width:100%;
    left:0;
    right:auto;
}
.tc_contact .info_list ul li a:hover{color: #FFAB4A !important;}
.tc_contact .info_list ul li .svg{
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 33%;
    transform: translateY(-50%);
    color: #ffffff;
    margin-top: -1px;
}
.tc_contact .right{
    width: 50%;
    padding-left: 50px;
}
.tc_contact .fields {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}
.tc_contact .fields label {
    color: #fff;
}
.tc_contact .fields  input{
    width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background-color: #fff;
    border-radius: 5px;
}
.tc_contact .fields input:focus{
    outline: none;
    border: 1px solid rgba(0,0,0,.5);
}
.tc_contact .fields textarea{
    width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    height: 120px;
    resize: none;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
}
.tc_contact .fields  textarea:focus{
    outline: none;
    border: 1px solid rgba(0,0,0,.5);
}


.tc_contact .tc_button a{
    display: block;
    text-align: center;
}


/*---------------------------------------------------*/
/*	10) TCWS COPYRIGHT
/*---------------------------------------------------*/

.tc_copyright{
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    /*background-color: #141413;*/
    /* padding: 130px 0px 100px 0px; */
    position: relative;
}

.tc_copyright .menu ul li{
    /* margin: 0px 35px 0px 0px; */
}
.tc_copyright .menu ul li:last-child{
    margin-right: 0px;
}
.tc_copyright .menu p{
    color: #000000;
    font-family: 'IBM Plex Sans', sans-serif;
    display: block;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.tc_copyright .menu ul li a{
    color: #000000;
    font-family: 'IBM Plex Sans', sans-serif;
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.tc_copyright .menu ul li > a:hover, .tc_copyright .menu ul li > a:focus {
    color: #ffffff;
}

.tc_copyright .menu ul li.active > a {
    color: #ffffff;
}
.tc_copyright .copyright_inner{
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tc_copyright .logo img{max-width: 200px;}
.tc_copyright .social ul{
    margin: 0px;
    list-style-type: none;
}
.tc_copyright .social ul li{
    margin: 0px 25px 0px 0px;
    display: inline-block;
}
.tc_copyright .social ul li:last{margin-right: 0px;}
.tc_copyright .social ul li a{
    text-decoration: none;
    color: #fff;
}
.tc_copyright .social .svg{
    width: 17px;
    height: 17px;
}
.tc_copyright .copy p{
    text-transform: uppercase;
    color: #ffffff;
    font-family: var(--font-family-extra);
    font-weight: 100;
    font-size: 17px;

}
.tc_copyright .copy a{
    text-decoration: none;
    color: #fff;
}
svg {
    fill: currentcolor;
    width: 15px;
    height: 15px;

}
.my_wave{
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    width: 100%;
    transition:1s ease-in;
}
.my_wave svg{
    overflow: hidden;
    vertical-align: middle;
    height: auto;
    width: 100%;
}
.tc-service-bg{
    background-image: url(../images/Main-Section/bg.png);
    background-attachment: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


@media (max-width: 768px) {
    .tc_contact{padding-top: 0px}
    .tc_contact .contact_inner{display: block;}
    .tc_contact .left{width: 100%;margin-bottom: 20px;float: left;}
    .tc_contact .right{width: 100%;padding-left: 0px;}
    .tc_copyright .copyright_inner{display: block;}
    .tc_copyright .logo{margin-bottom: 17px;}
    .tc_copyright .social{margin-bottom: 10px;}
    .tc_copyright{

        /*background-color: #141413;*/
        padding: 0px 0px 0px 0px;

    }
    .tc_contact .info_list ul li span.first{
        min-width: 88px;
    }

}
/* effect-shine */
.name{
    font-size:1em;
    font-weight:500;
}
.tc_warp_mobile  .name.effect-shine {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.name .effect-shine {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}
@media (max-width: 1040px) {
    .tc_header{display: block;}
    .tc_mobile_menu{display: block;}
}

/* Digital Marketing */
.d-inline:hover .icon {
    display: inline-block;
}

.icon {
    display: none;
    font-size: 20px;
    margin-left: 5px;
}
                   #animation{
                            width:1rem;
                        }
                        .scroll-up-btn {
                            position: fixed;
                            bottom: 1em;
                            right: 1em;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            flex-direction: column;
                            cursor: pointer;
                            opacity: 0;
                            transition: opacity 0.3s ease-in-out;
                            z-index: 9999;
                        }
                    
                        .scroll-up-btn.visible {
                            opacity: 1;
                        }
                    
                        .scroll-up-btn span {
                            font-size: 20px;
                            font-weight: bold;
                            text-transform: uppercase;
                            letter-spacing: 2px;
                            margin-bottom: 10px;
                            color: #fff;
                        }
                    
                        .scroll-up-btn .arrow {
                            width: 25px;
                            height: 25px;
                            border: 3px solid #fff;
                            border-radius: 50%;
                            margin-top: 10px;
                            animation: scroll-up 2s infinite;
                        }
                    
                        @keyframes scroll-up {
                            0% {
                                transform: translateY(0);
                            }
                    
                            50% {
                                transform: translateY(-10px);
                            }
                    
                            100% {
                                transform: translateY(0);
                            }
                        }
                .scroll-down-btn {
                    position: fixed;
                    bottom: 1em;
                    left: 50%;
                    transform: translateX(-50%);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;
                    cursor: pointer;
                    opacity: 1;
                    transition: opacity 0.3s ease-in-out;
                }
            
                .scroll-down-btn.hidden {
                    opacity: 0;
                }
            
                .scroll-down-btn span {
                    font-size: 20px;
                    font-weight: bold;
                    text-transform: uppercase;
                    letter-spacing: 2px;
                    margin-bottom: 10px;
                    color: #fff;
                }
            
                .scroll-down-btn .arrow {
                    width: 25px;
                    height: 25px;
                    border: 3px solid #fff;
                    border-radius: 50%;
                    margin-top: 10px;
                    animation: scroll-down 2s infinite;
                }
            
                @keyframes scroll-down {
                    0% {
                        transform: translateY(0);
                    }
            
                    50% {
                        transform: translateY(10px);
                    }
            
                    100% {
                        transform: translateY(0);
                    }
                }
            
                .button-link {
                    display: inline-block;
                    position: relative;
                    text-decoration: none;
                    color: #fff3c0;
                    padding-bottom: 5px;
                    font-size: 1em;
                }
                .button-link:hover h3{
                    color: #fff3c0
                }
                .button-link:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    height: 1px;
                    background-color: #ffd17a;
                    transform: scaleX(0);
                    transform-origin: left;
                    transition: transform 0.3s ease-in-out;
                }
            
                .button-link:hover:before {
                    transform: scaleX(1);
                    
                }
#digi {
    color: #ffffff;

}

#digi h2,
.card-title {
    color: #FFAB4A;

}

#digi .card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

#digi .card .card-body {
    color: #ffffff;
    cursor: pointer;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

#digi .card:hover .card-body {
    background-color: #fde9ce;
    cursor: pointer;
    color: #000000;
    font-weight: 400;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;

}

/* Apply styles to card titles on hover */
#digi .card:hover .card-title {
    color: #000000;
    cursor: pointer;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;

}


/* Apply styles to card body on hover */
#digi .card-body:hover {

    transform: translateY(-10px);
    transition: transform 0.2s ease-in-out;
}

/* Add animation to card body on hover */
#digi .card:hover .card-body::after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-color: #FFAB4A;
    position: absolute;
    left: 0;
    bottom: -5px;
    animation: underline 0.3s ease-in-out forwards;
}

/* Define animation for card title underline */
@keyframes underline {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

/* Define animation for card body */
@keyframes slide-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* Apply the animation to the card */
#digi .card {
    transition: transform 0.3s ease-in-out;
}

#digi .card:hover {
    transform: translateY(-10px);
    animation: slide-up 0.3s ease-in-out;
}

/* Styles for touch devices */
@media only screen and (hover: none) {
    #digi .card:hover .card-body {
        background-color: transparent;
        color: #ffffff;
        font-weight: 400;
    }

    #digi .card:hover .card-title {
        color: #ffffff;
        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 600;
    }

    #digi .card-body:hover {
        transform: none;
    }

    #digi .card:hover .card-body::after {
        content: none;
    }
}

.shine {
    position: relative;
    display: inline-block;
    /* font-size: 2em; */
    color: #fff;
    text-transform: uppercase;
}

.shine::before,
.shine::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.15) 0%,
            rgba(255, 255, 255, 0.25) 40%,
            rgba(255, 255, 255, 0.15) 60%,
            rgba(255, 255, 255, 0.25) 100%);
    opacity: 1;
    transition: opacity 0.5s ease;
}

.shine::before {
    transform: skewX(-20deg);
}

.shine::after {
    transform: skewX(20deg);
}

.shine:hover::before,
.shine:hover::after {
    opacity: 1;
}


/* Web Development */
.floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    animation: float 1s ease-in-out infinite;
    display: inline-block;
    padding: 10px;

    color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 999;
}

.floating-btn:hover {
    color: #000000;
    animation: float 1s ease-in-out;
}

.tooltip {
    position: absolute;
    width: 400px;
    bottom: 100%;
    left: 50%;

    transform: translateX(-100%);
    padding: 10px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.floating-btn:hover .tooltip {
    opacity: 1;
    color: #fff;
    visibility: visible;
    bottom: calc(100% + 10px);

}


@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.quote-button-wrapper {
    position: fixed;
    bottom: 20px;
    right: 0;
    left: 0;
    z-index: 999;
}

#our-plan .shine {

    display: inline-block;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 40px;
    background-color: #FFAB4A;
    border: none;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

#our-plan .shine::before,
#our-plan .shine::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.15) 0%,
            rgba(255, 255, 255, 0.25) 40%,
            rgba(255, 255, 255, 0.15) 60%,
            rgba(255, 255, 255, 0.25) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

#our-plan .shine::before {
    transform: skewX(-20deg);
}

#our-plan .shine::after {
    transform: skewX(20deg);
}

#our-plan .shine:hover::before,
#our-plan .shine:hover::after {
    opacity: 1;
}

#our-plan .shine:hover {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
    color: #000000;
}


table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: #fff;
    border-collapse: collapse;

}

thead {
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
}

th {
    text-align: left;
    border-bottom: 2px solid #FFAB4A;
    ;
    padding: 0.5rem;
}

td {
    border: 1px solid #FFAB4A;
    ;
    padding: 0.5rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

thead th {
    background-color: #FFAB4A;
    color: #FFAB4A;
    ;
}

tbody td {
    color: #000000;
}

tbody tr:hover {
    background-color: #f5f5f5;
    transition: all 0.3s ease-in-out;
}

tbody td:hover {
    background-color: #FFAB4A;
    ;
    transition: all 0.3s ease-in-out;
}

tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

@media screen and (max-width: 767px) {
    table {
        width: 100%;
    }

    table thead {
        display: none;
    }

    table tbody tr {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid #ddd;
    }

    table tbody td {
        display: block;
        text-align: center;
    }

    table tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
}

#our-plan .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 400px;
    margin: 10px;
    text-align: left;
}

#our-plan .card-body {
    padding: 20px;
}

#our-plan .card-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

#our-plan ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

#our-plan li {
    display: flex;
    align-items: center;
}

#our-plan .checkmark {
    content: "\2713";
    color: #4caf50;
    margin-right: 10px;
    vertical-align: middle;
}