@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype'),
        url('../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype'),
        url('../fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype'),
        url('../fonts/Gilroy-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype'),
        url('../fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    overflow-x: hidden;
    background-color: var(--thm-default);
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: .5rem;
    margin-top: 0;
    color:var(--thm-black2);
}

a,
button {
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
   
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

:root {

    /* New */
    --thm-default: #ffffff;
    --thm-blk: #000000;
    --thm-orange: #3EC0DD;
    --thm-dorange: #9d3400;
    --thm-d2orange: rgb(157 52 0 / 85%);
    /* --thm-black: #212529; */
    --thm-black: #050748;
    --thm-black2: #254D79;
    --thm-gray2: #fff8f0;
    --thm-gray3: #f2f2f2;

    --thm-sblue: #2ECED4;
    --thm-purple: #BB3FD1;
    --thm-green: #53AF50;
    --thm-yellow: #F2C010;
    --thm-pink: #fae9e6;




    --thm-font-public: 'Gilroy';

}


h1 {
    font-size: 3.4375rem;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 30px;
}
.txt28 {
    font-size: 28px;
}

.h5,
h5 {
    font-size: 19px;
}
.h6,
h6 {
    font-size: 14px;
}

.h4,
h4 {
    font-size: 20px;
}

.text1 {
    font-size: 18px;
}


.wbtn {
    padding: 9px 25px;
    font-weight: 400;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #3ec0dd;
    display: inline-block;
    background: transparent linear-gradient(104deg, #3EC0DD 0%, #254D79 100%) 0% 0% no-repeat;
    font-size: 13px !important;
    box-shadow: 3px 5px 10px #00000029;
    color:var(--thm-default) !important;
}

.wbtn:hover {
    background: transparent linear-gradient(104deg, #254D79 0%, #3EC0DD 100%) 0% 0% no-repeat;
    color: var(--thm-default) !important;
    border-radius: 4px !important;
    border-color:#3EC0DD;
}

.wbtn strong{
    display: flex;
    align-items: center;
}



[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=search]::-webkit-search-decoration,
input,
button,
.btn {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

section {
    position: relative;
    
}

/* ========= Custom CSS =========== */


/* ===== Header section ===== */

.headersec{
    transition: all .3s ease-in-out !important;
}


.headersec .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    font-family: var(--thm-font-public);
    text-transform: uppercase;
    font-weight: 500;
}

.headersec .navbar-expand-lg .navbar-nav .nav-link {
    display: flex;
}

.headersec .navbar-brand img {
    width: 170px;
    object-fit: cover;
}
.headersec .nav-item .nav-link.wbtn{
    color: var(--thm-default) !important;
    border-radius:4px !important;
}

.headersec .navbar-nav .dropdown-menu {
    min-width: 792px;
    background-color: var(--thm-default);
    border-radius: 0;
    top: 100%;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px 30px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    margin-top: 0;
}

.headersec .nav-item a img {
    height: 40px;
    width: 40px;
    margin-right: 5px;
}

.headersec .nav-item a {
    font-size: 13px;
    color: var(--thm-black);
    text-transform: capitalize;
    align-items: center;
}

.headersec .nav-item.dropdown .col-lg-4 a {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
}

.nav-item.dropdown {
    position: static;
}

.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    display: block !important;
}

.headersec .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
}

.headersec .navbar-nav .dropdown.smallbx .dropdown-menu {
    padding: 15px 10px;
    width: 180px !important;
    min-width: initial !important;
    top: 132%;
}

.headersec .navbar-nav .dropdown.smallbx .nav-item a {
    font-size: 13px;
    color: var(--thm-black);
    text-transform: capitalize;
    align-items: center;
}

.dropdown-toggle::after {
    border: none;
    background: url('https://tanbits.com/wp-content/uploads/2022/09/Arrow-Down-2.svg');
    width: 13px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: cover; */
    /* filter: brightness(0) invert(0); */
}

.conttop {
    background-color: var(--thm-default);
    border-radius: 25px;
    color: var(--thm-black);
    font-weight: bold;
}

.headersec {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    background-color: transparent;
}

.headersec .navbar-nav .nav-item .nav-link {
    color: #254D79;
}
.headersec .navbar-nav .nav-item .nav-link span{
    position: relative;
}
.headersec .navbar-nav .nav-item .nav-link span:after {
    content: '';
    width: 0;
    height: 2px;
    background-color: var(--thm-black);
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease-in-out;
}
.headersec .navbar-nav .nav-item .nav-link:hover span:after{
    transition: all .3s ease-in-out;
    width: 30px;
}
.headersec .navbar-nav .nav-item .nav-link:hover{
    color:var(--thm-black);
}
.wbtn img {
    display: inline-block !important;
    margin-bottom: 0 !important;
}
.wbtn img {
    transition: all .2s ease-in-out;
    margin-left: 5px;
    width: 14px !important;
    height: 9px !important;
    object-fit: cover;
}
.wbtn:hover img {
    transition: all .2s ease-in-out;
    filter: brightness(0) invert(0.1);
}
li.nav-item.dropdown.smallbx {
    position: relative;
}

.headersec.bg_change{
background-color:var(--thm-default);
box-shadow:0 0 10px -2px #333;
}
.headersec.bg_change .normlogo,.headersec .scrlog{
display:none;
transition: all .1s ease-in-out;
}
.headersec.bg_change .scrlog{
display:block;
transition: all .1s ease-in-out;
}

.headersec.bg_change .hc-nav-trigger span,.headersec.bg_change .hc-nav-trigger span::before,.headersec.bg_change .hc-nav-trigger span::after{
background-color:var(--thm-black2);
}

/* ======= Banner section ====== */

.bannersec {
    background: url('https://tanbits.com/wp-content/uploads/2022/09/banner_bg.svg');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 138px;
    padding-top: 150px;
    width: 100%;
    position: relative;
}

.bannersec:after {
    content: '';
    height: 92px;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    display: block;
    background: url('https://tanbits.com/wp-content/uploads/2022/04/banner_bot.svg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;

}

li.nav-item.dropdown.smallbx {
    position: relative;
}


.bannersec h1 {
    font-weight: bold;
    color: var(--thm-default);
}

.bannersec p {
    line-height: 1.5;
    margin-top: 15px;
}

.wbtn.fl {
    padding-left: 35px;
    padding-right: 35px;
}

.orcolor {
    color: var(--thm-orange);
}

.py100 {
    padding-top: 100px;
    padding-bottom: 100px;
}


.wbtn img {
    transition: all .2s ease-in-out;
    margin-left: 5px;
    width: 14px !important;
    height: 9px !important;
    object-fit: cover;
    filter: brightness(0) invert(1);
}

.wbtn.bw:hover {
    background-color: var(--thm-orange);
    color: var(--thm-default) !important;
}

.wbtn:hover img {
    transition: all .2s ease-in-out;
    filter: brightness(0) invert(0.1);
}

.bannersec .banner_content {
    width: 55%;
    height: 400px;
}

.bannersec .carousel-item .col-lg-12{
    position: relative;
}
.bannersec .banner_content+img {
    position: absolute;
    top: 0;
    right: 2%;
    height: 330px;
    width: auto;
}

.rng{
    color:var(--thm-orange);
}
.bannersec .decimg {
    position: absolute;
    bottom: 70px;
    left: 44%;
    transform: translateX(-44%);
    width: 130px;
    z-index: 0;
}
.bannersec .container{
    position: relative;
}
.decimgs {
    position: absolute;
    height: 120px;
    width: 120px;
    bottom: 0;
}
/* ======== Who We Are section ========= */

.whowearesec{
    background: #fff url('https://tanbits.com/wp-content/uploads/2022/04/dot_bg.svg');
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

.whowearesec p+p{
    margin-top: 20px;
}
.whowearesec .wimg{
    max-width: 400px;
    width: 100%;
    height: 325px;
    border-radius: 0px 100px;
    position: relative;
}
.whowearesec .wimg::after{
    content:'';
    background: url('https://tanbits.com/wp-content/uploads/2022/04/triangle_icon.svg');
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: -10px;
    right: -10px;
}

.whowearesec .wimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 100px;
    position: relative;
    z-index: 1;
}

.py50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.decimg{
    position: absolute;
}

.whowearesec .decimg {
    width: 114px;
    top: 0;
    height: 114px;
    border-radius: 50%;
    object-fit: cover;
}


/* ======= Services & Technologies section ======== */
.servicetabs{
    margin-top: 40px;
    margin-bottom: 40px;
}
.servicetabs .nav-link{

    width: 185px;
    height: 45px;
    border: 2px solid var(--thm-black2);
    font-size: 18px;
    color: var(--thm-orange);
    border-radius: 0;
    line-height: normal;
}

.servicetabs .nav .nav-item:first-child .nav-link{

    border-bottom-left-radius: 18px;
}
.servicetabs .nav .nav-item:last-child .nav-link{

    border-bottom-right-radius: 18px;
}


.servicetabs .nav-link.active{
    background-color:var(--thm-black2);
    color:var(--thm-default);
}

.whowearesec .decimg {
    filter: brightness(.2) invert(.3);
}
.indusweservesec .col-lg-6 [class*=col-] .active .techthum {
    background-color: #fff;
}

.servtechsec{
    background:  url('https://tanbits.com/wp-content/uploads/2022/09/services_bg.svg');
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    background-attachment: fixed;
}
span.playvid {
    width: 50px;
    height: 50px;
    position: absolute;
   bottom:21px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: 1;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
}

span.playvid:before{
    content:'';
    background-color:var(--thm-default);
    border-radius:10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .5;
}

span.playvid:after {
    content: '';
    background: transparent linear-gradient(104deg, #3EC0DD 0%, #254D79 100%) 0% 0% no-repeat;
    opacity: 1;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    display: block;
    z-index: 1;
    width: 40px;
    transition: all .2s ease-in-out;
}
span.playvid i {
    color: #fff;
    position: relative;
    z-index: 10;
    transform: rotate(73deg);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.whowearesec .wimg a:hover span.playvid:after{
    background:background: transparent linear-gradient(104deg, #254D79 0%, #3EC0DD 100%) 0% 0% no-repeat;;
    transition: all .2s ease-in-out;
}

.wbtn.bo {
    background-color: var(--thm-orange);
    color: var(--thm-default);
}
.wbtn.bo:hover {
    background-color: var(--thm-default);
}
.wbtn:hover img {
    transition: all .2s ease-in-out;
    filter: brightness(0) invert(1);
}
.teklogos img {
    width: auto !important;
}
.teklogos [class*='col-'] span{
    height: 65px;
    width: 100px;
    position: relative;
    display: block;
    margin: 0 auto;
}
.teklogos [class*='col-'] span img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
}
.slider-nav .slick-slide ,
.slider-navs .slick-slide {
    margin: 0 7px;
}

.slider-navs .slick-list ,
.slider-nav .slick-list {
    margin: 0 -7px;
}

.techthum {
    height: 115px;
    width: 100%;
    background-color: rgb(255 255 255 / 29%);
    text-align: center;
    border-radius: 5px 40px;
    border: 1px solid #05074899;
    padding: 25px 10px 20px;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.techthum:hover,.slidernav .owl-item.current .techthum{
    background-color:var(--thm-default);
    transition: all .2s ease-in-out;
    border-color: var(--thm-orange);
}
.techthum img{
    height: 35px !important;
    margin: 0 auto;
}
.techthum h6{
    margin-bottom: 0;
    margin-top:7px;
}

.ueberTabB h2 span{
    display: block;
}

.tchslist li img {
    height: 36px;
    width: 50px;
    object-fit: auto;
}
.tchslist{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tchslist li {
    width: 33.33%;
    text-align: center;
}
.tchslist li p {
    font-size: 17px;
    margin-top: 5px;
}
.techbex h3{
    font-weight: 600;
}
.techbex h3 {
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
.techbex h3:before {
    content: '';
    width: 70%;
    height: 1px;
    background-color: rgb(53 78 94 / 50%);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.tchslist li{
    position: relative;
}

.tchslist li+li:before{
    content: '';
    width: 1px;
    height: 40px;
    background-color: rgb(53 78 94 / 50%);
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}
/* .tchsublist */
.tchsublist li{
    text-align: center;
    position: relative;
}
.tchsublist li p {
    font-size: 14px;
}
.tchsublist li+li:before{
    content: '';
    width: 1px;
    height: 15px;
    background-color: rgb(53 78 94 / 50%);
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.tchsublist {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.tchsublist li {
    padding: 0 3.5%;
    text-align: center;
    display: inherit;
}
.techbex{
    border-radius:12px;
    padding: 30px 5px;
    border-bottom:5px solid transparent;
    width: 100%;
}


#technologies.tab-pane [class*='col-']{
    
    margin: 12px 0;
}
#technologies.tab-pane .row .col-lg-4:nth-child(1) .techbex{
    background-color:#F3F5FF;
    border-bottom-color:#B0BDFF;
}
#technologies.tab-pane .row .col-lg-4:nth-child(2) .techbex{
    background-color:#FFF3E6;
    border-bottom-color:#FFC093;
}
#technologies.tab-pane .row .col-lg-4:nth-child(3) .techbex{
    background-color:#EBFFFA;
    border-bottom-color:#A2FFE9;
}
#technologies.tab-pane .row .col-lg-4:nth-child(4) .techbex{
    background-color:#FBEEFD;
    border-bottom-color:#F6BCFF;
}
#technologies.tab-pane .row .col-lg-4:nth-child(5) .techbex{
    background-color:#EDFFBE;
    border-bottom-color:#D0E890;
}
#technologies.tab-pane .row .col-lg-4:nth-child(6) .techbex{
    background-color:#FFF1F1;
    border-bottom-color:#FFA2A2;
}
/*preloader*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background-color: var(--thm-default);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid var(--thm-orange);
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.pst_cats ul li a {
    background-color: #fff;
    color: var(--thm-black2);
    display: block;
}

.pst_cats ul li+li {
    border-top: 1px solid #ddd;
}

.inputicon input[type="search"] {
    height: 37px;
    border: 1px solid rgb(53 78 94 / 27%);
    border-radius: 5px;
    padding: 0 7px;
}

.inputicon input[type="submit"] {
    width: 75px;
    height: 36px;
    border: 1px solid var(--thm-orange);
    border-radius: 5px;
    background-color: var(--thm-orange);
    color: #fff;
    margin-left: 5px;
    font-weight: 500;
}
.inputicon input[type="submit"]:hover{
    background-color: var(--thm-black2);
    border-color: var(--thm-black2);
}
.pst_cats ul li.current-cat a {
    background-color: #254D79;
    color: #fff;
    
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
.pt50{
    padding-top: 50px;
}

.hc-offcanvas-nav.nav-close-button-empty .nav-title {

    color: var(--thm-default);
    margin-bottom: 0;
    font-family: var(--thm-font-public);
    font-weight: 600;
}

.hc-offcanvas-nav li a img {
    height: 20px;
    filter: brightness(0) invert(1);
    margin-right: 10px;
}

.hc-offcanvas-nav li a {
    display: flex !important;
    align-items: center;
    font-family: var(--thm-font-public);
    text-transform: capitalize;
}

.pst_cats ul li a {
    font-size: 14px;
    text-transform: capitalize;
    width: 100%;
}
.pst_cats ul li a:hover{
    color: #e96629 !important;
}

.pst_cats ul li {
    width:100%;
	display: flex;
    align-items: center;
}


/* ======== Industries services section ======== */

.indusweservesec .techthum{
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -ms-border-radius:15px;
    -o-border-radius:15px;
    margin: 5px 0;
}

.indusweservesec .col-lg-6 .row{
    margin-left: -5px;
    margin-right: -5px;
}

.indusweservesec .col-lg-6 [class*='col-']{
    padding-left: 5px;
    padding-right: 5px;
}

.indusweservesec .col-lg-6 [class*='col-'] .active .techthum{
    box-shadow: 5px 5px 20px #00000040;
    border-color:var(--thm-orange);
}

.indusweservesec .techthum .lsttech{
    display: flex;
    align-items:center;
    height: 100%;
    justify-content: center;
}
.indusweservesec .techthum .lsttech img{
    margin: 0 15px 0 0;
}
.indusweservesec .headbx h2{
    text-transform: capitalize;
}
.indusweservesec{
    background-color:#F5FCFF;
    padding: 20px 0;
}
.indusdet{
    padding-left: 70px;
    padding-top: 10px;
}

.mb45{
    margin-bottom: 45px;
}
.py70{
    padding-top: 70px;
    padding-bottom: 70px;
}
.indusbg li a {
    display: block;
}

/* ======= Interest Enough Section ======== */

.interestenoughsec{
    background:#d7f0fd url('https://tanbits.com/wp-content/uploads/2022/04/mask_bg.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
    padding: 30px 0;
}

/* ======== Here's Why section ========== */

.whybox {
    box-shadow: 0px 5px 15px #00000017;
    border: 2px solid #C8ECFE;
    border-radius: 15px;
    text-align: center;
    padding: 40px 15px 15px;
    margin: 12px 0;
    background-color:#ffffff;
}

.whybox h4{
    margin-top: 30px;
    margin-bottom: 10px;
}
.mb30{
    margin-bottom: 30px;
}
.wbx .techthum {
    width: 85px;
    height: 85px;
    border-radius: 5px 35px;
    border-color:#354E5E;
    margin-right: 20px;

}
.wbx h3{
    margin-bottom: 0;
    font-weight: bold;
}
.wbx {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.wbx.sm .techthum {
    width: 60px;
    height: 60px;
    border-radius: 3px 23px;
    padding: 12px 10px;
    margin-right: 15px;
}
.wbx.sm h3 {
    font-size: 20px;
}
.wbx.sm p {
    font-size: 12px;
}

.whyblk{
    background:#ffffff url('https://tanbits.com/wp-content/uploads/2022/04/rectangle_bg.svg');
    background-repeat:no-repeat;
    background-size:auto 49%;
    background-position: top center;
    padding-top: 130px;
    margin-top: -130px;
}

.portnav {
    height: 60px;
    width: 100%;
    position: relative;
    display: block;
    border: 1px solid #C8ECFE;
    box-shadow: 0px 0px 6px -1px #2727271f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.portnav img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 15px;
}

.slider-navs .slick-slide.slick-current.slick-active .portnav{
    border-left: 5px solid var(--thm-orange);
}

.portbgimg{
    position: relative;
    padding-top: 36px;
}

.portbgimg:before{
    content:'';
    position: absolute;
    background:url('https://tanbits.com/wp-content/uploads/2022/04/portfolio-shape.svg');
    background-repeat:no-repeat;
    background-size: contain;
    background-position: center center;
    top: 0;
   
    width: 100%;
    height: 85%;
    right: -40px;
}
.portbgimg img{
    z-index: 1;
    position: relative;
}
.news__arrows {
    display: flex;
    align-items: center;
    margin-top: -190px;
    position: relative;
    z-index: 1;

}

.news__arrows  img{
    cursor: pointer;
}

/* ======== Widget section =========== */
.form-control {
    padding: 10px 12px 10px 0px !important;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

input.form-control{
    height: 38px !important;
}
.form-floating>label {
    top: -5px;
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    transform: scale(.85) translateY(-1.2rem) translateX(0.1rem);
    -webkit-transform: scale(.85) translateY(-1.2rem) translateX(0.1rem);
    -moz-transform: scale(.85) translateY(-1.2rem) translateX(0.1rem);
    -ms-transform: scale(.85) translateY(-1.2rem) translateX(0.1rem);
    -o-transform: scale(.85) translateY(-1.2rem) translateX(0.1rem);
}

.widgetsec{
    background: url('https://tanbits.com/wp-content/uploads/2022/05/Rectangle_widget.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position: top center;
}


.salprof{
    display: flex;
    align-items:center;

}

.salprof img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover;

}

.salpdet{
    margin-left: 20px;
}
.salpdet h4 {
    margin-bottom: 0;
}
.salpdet ul{
    display: flex;
    align-items:center;
    margin-top: 5px;
}
.salpdet  ul li a{
    color:var(--thm-black2);
    font-size: 22px;
}
.salpdet  ul li a:hover{
    color:var(--thm-orange);
}
.salpdet  ul li+li{
    margin-left: 7px;
}
.widgetsec .techthum {
    height: 80px;
    padding-top: 12px;
    margin: 10px 0;
    pointer-events: none;
    cursor:none;
    box-shadow: 0px 10px 20px #0000001A;
}
.widgetsec .techthum h6{
    font-size: 20px;
    font-weight: bold;
}
.widgetsec .techthum p{
    font-size: 12px;
}
.widgetsec .col-lg-6 .row{
    margin-left: -7px;
    margin-right: -7px;
}
.widgetsec .col-lg-6 .row [class*='col-']{
    padding-left: 7px;
    padding-right: 7px;
}

.teamsec .slick-dots {
    bottom: -10px;
}

/* ======== Footer section ========= */

.footersec{
    background-color:var(--thm-orange);
}

.footertop{
    padding-top: 45px;
    padding-bottom: 30px;
}
.ftsocial {
   
    margin-top: 15px;
}
.ftmenu {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #FFFFFF21;
    padding-top: 15px;
}
.ftmenu li{
    float: left;
    position: relative;
}
.ftmenu li+li{
    padding-left: 20px;
}
.ftmenu li a{
    color:var(--thm-default);
    font-size: 16px;
    font-weight: 600;
}
.ftmenu li a:hover{
    color:var(--thm-black2);
}
.newsleter{
    margin-top: 50px;
}
.newsleter h4 {
    color: #fff;
}
.newsleter .newsbx {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 415px;
    width: 100%;
}
.newsleter .newsbx input{
   border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: var(--thm-orange) !important;
    padding-left: 12px!important;
    color: #ffffff;
}

.newsleter .newsbx input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#ffffff;
  }
  .newsleter .newsbx input::-moz-placeholder { /* Firefox 19+ */
    color:#ffffff;
  }
  .newsleter .newsbx input:-ms-input-placeholder { /* IE 10+ */
    color:#ffffff;
  }
  .newsleter .newsbx input:-moz-placeholder { /* Firefox 18- */
    color:#ffffff;
  }
  .newsleter .newsbx button {
    background-color: #fff;
    color:var(--thm-orange);
    margin-left: 15px;
}
.newsleter .newsbx button:hover{
    background-color:var(--thm-black2);
    color:#ffffff;
}

.ftsocial li a {
    font-size: 25px;
    color: #fff;
}
.ftsocial li+li {
    margin-left: 15px;
}
.ftsocial {
    display: flex;
    align-items: center;
}
.ftsocial li a:hover{
    color:var(--thm-black2);
}
.ftmenu li+li:before {
    content: '';
    width: 2px;
    height: 13px;
    background-color: #fff;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.ftmenu li {
    float: left;
    position: relative;
}

.mapbox {
    width:470px;
    height:300px;
    border-radius:  8px;
    -webkit-border-radius:  8px;
    -moz-border-radius:  8px;
    -ms-border-radius:  8px;
    -o-border-radius:  8px;
}

.footercopyright hr,.footertop hr{
    margin-top: 0;
    margin-bottom: 0;
    opacity: 1;
    background-color: rgb(255 255 255 / 28%)
}

.footercopyright p{
    font-size: 13px;
    color:var(--thm-default);
}

.footercopyright ul{
   display: flex;
   align-items:center;
   justify-content: end;
   margin: 10px 0;
}

.footercopyright ul li+li{
    margin-left: 20px;
 }

 .footercopyright ul li a{
   font-size: 12px;
   text-transform: uppercase;
   border-bottom: 1px solid var(--thm-default);
   color:var(--thm-default);
 }

 .footercopyright ul li a:hover{
     color:var(--thm-black2);
 }

 .footercopyright  .col-lg-6{
     padding-top: 12px;
     padding-bottom: 12px;
 }
 .footercopyright p a{
     color: var(--thm-default);
 }
 .footercopyright p a:hover{
    color: #000000;
 }

 .vidpop {
    position: relative;
    padding: 4px 4px 0px;
}
.vidpop .btn-close {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 23px;
    height: 23px;
    background-color: var(--thm-orange);
    opacity: 1;
}

.vidpop .btn-close:hover{
    background-color:var(--thm-default);
}
.ftmenubx h5 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.ftmenubx ul li {
    margin-top: 9px;
}
.ftmenubx ul li a {
    color: #fff;
}
.ftmenubx ul li a:hover{
	color: var(--thm-black2);
}
.footertop hr {
    margin-top: 15px;
    margin-bottom: 15px;
}
.ftsocial li a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: block;
    border: 1px solid #ddd !important;
    border-radius: 50%;
    text-align: center;
    color: var(--thm-black2) !important;
    line-height: 40px;
    font-size: 19px !important;
}

.ftsocial li a:hover{
background-color: var(--thm-black2) !important;
color: var(--thm-default) !important;
}
.mobbox .ftmenubx ul li a{
color:var(--thm-black2);
}
.mobbox .ftmenubx ul li a:hover {
    color: #03a9f4;
}
.mobbox .ftmenubx ul li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    color: #03a9f4;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 2px;
}
.mobbox .ftmenubx ul li {
    position: relative;
    padding-left: 18px;
}

/* ======== Services Page ======== */

.inbannersec{
    padding-top: 110px;
    padding-bottom: 75px;
    background: transparent linear-gradient(180deg, #49C8E4 0%, #2EB0CD 100%) 0% 0% no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.tmbox h5 {
    margin-bottom: 0;
}

.webmagicsec ul li,
.webmagicsec p{
    font-size: 15px;
    color:#050748;
    line-height: 1.5;
}

.termsandconditionsec ul li{
    position: relative;
    padding-left: 28px;
}
.termsandconditionsec ul li:before{
    content:'\f111';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    color:var(--thm-orange);
}

.termsandconditionsec ul li{
    margin-top: 20px;
    font-size: 17px;
}
.termsandconditionsec .blockquote p{
    margin-top: 0 !important;
    font-size: 20px;
}
.termsandconditionsec .qtsbx {
    background-color: rgb(0 188 212 / 11%);
    padding: 20px;
    border-radius: 10px;
    border-left: 5px solid #254D79;
}
.termsandconditionsec .blockquote:before ,
.termsandconditionsec .blockquote:after {
    font-size: 46px;
    height: 31px;
    display: block;
}
.termsandconditionsec .blockquote:after {
    text-align: right;
}
.webmagicsec p{
    font-weight: 600;
    margin-top: 20px;
}
.webmagicsec h3{
    margin-bottom: 25px;
}
.webmagicsec img {
    width: 85%;
    margin: 0 auto;
    display: block;
}
.keyfactorsec{
    background-color:#F5FCFF;
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
}
.imgicon {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    box-shadow: 0px 4px 5px #00000029;
    margin: 0 auto;
    position: absolute;
    top: -59px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #fff;
}

.imgicon img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 24px;
}
.empcurve {
    width: 148px;
    height: 70px;
    background: #f5fcff url('https://tanbits.com/wp-content/uploads/2022/04/Curve_d.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}

.keybox {
    background-color: #fff;
    box-shadow: 0px 5px 10px #00000017;
    border-radius: 10px;
    padding:90px 30px 29px 30px;
    position: relative;
}

.keyfactorsec .keybox{
    margin-top: 100px;
}

/* ======= How we work section ========== */

.howeworksec{
    background-color:#F9F9F9;
}
.workblk{
    position: relative;
}
.workblk .wrkimg{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}
.workblk .wrkimg h6 span {
    color: var(--thm-orange);
    font-size: 19px;
}
.workblk .wrkimg h6 {
    position: absolute;
    top: 43px;
    left: 49%;
    transform: translateX(-50%);
    text-align: center;
    margin-bottom: 0;
}
.workblk .workimg {
   
    height: 265px;
   
}
.hworkbox {
    margin-top: 40px;
    position: relative;
    z-index: 100;
}
.hworkbox.r h4{
    text-align: right;
}
.hworkbox.r {
    padding-right: 15px;
    padding-left: 0;
}

.hworkbox.r:before {
   content:'';
   width: 1px;
   position: absolute;
  height: 85%;
   right: 0;
   background-color:#474A54;
   top: 10px;
}

.hworkbox.l:before {
   content:'';
   width: 1px;
   position: absolute;
  height: 85%;
   left: 0;
   background-color:#474A54;
   top: 10px;
}
.hworkbox.l {
    padding-left: 15px;
    padding-right: 0;
}

.hworkbox.fst:after{
    content:'';
    width: 10px;
    position: absolute;
    height: 1px;
    left: 100%;
    background-color:#474A54;
    top: 10px;
}
.hworkbox.scnd:after{
    content:'';
    width: 10px;
    position: absolute;
    height: 1px;
    right: 100%;
    background-color:#474A54;
    top: 10px;
}

.hworkbox.thrd:after {
    content: '';
    width: 10px;
    position: absolute;
    height: 1px;
    right: -8px;
    background-color: #474A54;
    top: 6px;
    transform: rotate(-45deg);
}

.hworkbox.frth:after {
    content: '';
    width: 10px;
    position: absolute;
    height: 1px;
    left: -8px;
    background-color: #474A54;
    top: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.hworkbox.fifth:after{
    content:'';
    width: .4px;
    position: absolute;
    height: 100%;
    left: 50%;
    background-color:#474A54;
    bottom: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.hworkbox.fst h4{
    color: #FE9700;
}
.hworkbox.scnd h4{
    color: #673BB6;
}
.hworkbox.thrd h4{
    color: #25C5D9;
}
.hworkbox.frth h4{
    color: #EB407A;
}
.hworkbox.fifth h4{
    color: #13C200;
}

.howeworksec{
    position: relative;
}

.howeworksec:after{
    content:'';
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background:url('https://tanbits.com/wp-content/uploads/2022/04/Wave_design_d.svg');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    display: block;
    z-index: 1;

}


.tembx img {
    height: 50px;
}
.tembx h4 {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
}
.tembx {
    box-shadow: 0px 5px 20px #00000026;
    border-radius: 30px;
    text-align: center;
    background-color: red;
    padding: 30px;
    width: 100%;
}
.pt100{
    padding-top: 150px;
}

.ownteamsec .row .col-lg-3:nth-child(1) .tembx{
    background-color:#00BCD4;
}
.ownteamsec .row .col-lg-3:nth-child(2) .tembx{
    background-color:#FFC107;
}
.ownteamsec .row .col-lg-3:nth-child(3) .tembx{
    background-color:#9C27B0;
}
.ownteamsec .row .col-lg-3:nth-child(4) .tembx{
    background-color:#F44336;
}

.techicons {
    text-align: center;
    margin-top: 30px;
}

.techicons .dicon {
    width: 110px;
    height: 110px;
    position: relative;
    background-color: #005261;
    border-radius: 50%;
    margin: 0 auto;
}

.techicons .dicon img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 30px;
}
.ourlocatbox {
    margin: 15px 0;
}

.techicons h5{
    font-weight: 600;
    color:#5E5E5E;
    margin-top: 10px;
    text-transform: capitalize;
}
ul.dotslist strong {
    margin-top: 10px;
}
.whyblk.mt-0.pt-0 {
    background-size: cover;
}

svg {
    width:  auto;
    height: auto;
}
.howeworksec #svg77{
    position: relative;
    z-index: 100;
}

.dotslist.vt li:before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: var(--thm-orange);
}
.manifbx {
    padding: 8px;
}

.scraplist .col-lg-6 img{
   
        width: 285px;
        object-fit: cover;
}

.bsk {
    width: 320px;
    margin-top: 30px;
    height: 170px;
    clip-path: polygon(21% 0%, 100% 0, 84% 100%, 6% 100%);
    background-color: var(--thm-default);
    padding-bottom: 10px;
}

.meetupbox{
    background: url('https://tanbits.com/wp-content/uploads/2022/04/dot_bg.svg');
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
}
.h260{
    height: 260px;
    object-fit: cover;
    width: auto !important;
}

.strblk{
    margin-left: 0;
    margin-right: 0;
}
.strblk .col-lg-2{
    padding-left: 0;
    padding-right: 0;
}

/* ============== Industries Page =============== */

.industsec ul{
    position: relative;
    width: 100%;
    height: 310px;
}

.industsec ul li{
    background-color: var(--thm-default);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
border: 1px solid #70E4E8;
position: absolute;
}

.industsec ul li span{
    position: absolute;
    width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 13px;
}

.industsec ul li:nth-child(1){
    bottom: 0;
    left: 0;
}
.industsec ul li:nth-child(2){
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.industsec ul li:nth-child(3){
    right: 0;
    bottom: 0;
  
}
.industsec  .col-lg-4 img{
    margin: 30px auto;
}

.pl{
    border-color: #BDBBFF !important;
}

.orng{
    border-color: #FBB254 !important;
}

.grn{
    border-color: #C9FE2A !important;
}

.lgrn{
    border-color: #8BFF8F !important;
}

.specbx{
    padding: 30px;
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 15px -5px #333;
    border-radius: 112px 0px;
    background-color: var(--thm-default);
}

.specbx h4{
    margin-top: 30px;
}

.hirespecializesec{
    background: url('https://tanbits.com/wp-content/uploads/2022/04/hirespec_bg.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.orangecurve:before{
    content: '';
    width: 115px;
    height: 115px;
    background: url('https://tanbits.com/wp-content/uploads/2022/04/orange_curve.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0.5) invert(1);
}
.orangecurve:after{
    content: '';
    width: 115px;
    height: 115px;
    background: url('https://tanbits.com/wp-content/uploads/2022/04/orange_curve_bottom.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    filter: brightness(0.5) invert(1);
}


.blackcurve:before{
    content: '';
    width: 115px;
    height: 115px;
    background: url('https://tanbits.com/wp-content/uploads/2022/04/black_curve.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.blackcurve:after{
    content: '';
    width: 115px;
    height: 115px;
    background: url('https://tanbits.com/wp-content/uploads/2022/04/black_curve_bottom.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.orangecurve img {
    filter: brightness(0.5) invert(1);
}
.orangecurve .wbtn img {
    filter: brightness(1);
}
.wbtn.bl{
    background-color: #354E5E;
    color: var(--thm-default);
}

.wbtn.bl img{
    filter: brightness(1);
    transition: all .2s ease-in-out;
}

.wbtn.bl:hover{
    background-color: var(--thm-default);
    color: var(--thm-default);
    border-color: var(--thm-black);
}
.wbtn.bl:hover img{
    filter: brightness(0);
}

.manualsec .tab-pane,.manualink{
    box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
    border-radius: 20px;
    
}

.manualsec .tab-content,.manualink{
    height: 100%;
    width: 100%;
}

.manualsec .tab-content .tab-pane{
    height: 100%;
    padding: 45px 30px;
}
.manualink ul{
    padding: 0px 0 20px 0px;
}
.manualink ul li a{
    font-size: 16px;
    font-weight: 600;
    color: var(--thm-black);
    position: relative;
    padding: 15px 10px 15px 40px;
    border-bottom: 1px solid #FFFFFF21;
}

.manualink ul li a:before{
   content: '\f061';
   font-family: FontAwesome;
   color: var(--thm-black);
   position: absolute;
   left: 15px;
   top: 50%;
   transform: translateY(-50%);
   color:var(--thm-orange);
}

.manualink ul li a:hover,
.manualink ul li a.active{
    background-color: var(--thm-orange);
    color: var(--thm-default);
}

.manualink ul li a:hover:before,
.manualink ul li a.active:before{
    color: var(--thm-default);
}

.manualink h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px 15px;
    color: var(--thm-black2);
    opacity: .4;
    border-bottom: 1px solid rgb(53 78 94 / 44%);
}


/* =========== About us page ============== */

.expcol .row .row{
    background-color: var(--thm-default);
    box-shadow: 0px 5px 15px #0000000D;
border-radius: 15px;
}

.expcol .row .expbx{
    padding: 40px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.expcol .row .expbx h4{
    font-weight: bold;
    margin-bottom: 0;
    font-size: 30px;
}
.expcol .row .expbx p{
   
    font-size: 14px;
    text-transform: uppercase;
    width: 75px;
    font-weight: 500;
    line-height: 1.2;
    margin-left: 10px;
}
.expcol .row .row .col-lg-4{
    position: relative;
}
.expcol .row .row .col-lg-4+.col-lg-4:before{
   content: '';
   width: 1px;
   height: 20px;
   background-color: var(--thm-black);
   position: absolute;
   top: 50%;
   right: 100%;
   transform: translateY(-50%);
   opacity: .3;

}
.inbannersec .col-lg-5 img {
    width: 75%;
	height: auto !important;
}
.aboutbannersec{
    padding-bottom: 150px;
}
.expcol {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.introsec .whowearesec .wimg img{
    border-radius: 20px;
    border: 4px solid var(--thm-black2);

}

.introsec .whowearesec .wimg{
   max-width: 100%;

}

.introsec .whowearesec .wimg:after{
  display: none;
}

.headbx h6{
    text-transform: uppercase;
}

.teamsec{
    background: url('https://tanbits.com/wp-content/uploads/2022/04/bg_teambg.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.teambex{
    position: relative;
    text-align: center;
    cursor: pointer;
    height: 290px;
}

.teambex img{
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 5px;
    margin: 0 auto;
}

.tmbox {
    background-color: var(--thm-default);
    padding: 75px 15px 20px;
    border-radius: 5px;
    margin-top: -60px;
    transition: all .2s ease-in-out;
}

.tmbox h4{
    margin-bottom: 6px;
}

.teamslider .slick-slide {
    margin: 0 15px;
}


.teamslider .slick-list {
    margin: 0 -15px;
}

.teambex span{
    display: block;
}

.tmbox ul li+li {
    margin-left: 10px;
}
.tmbox ul li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    border: 1px solid var(--thm-default);
    line-height: 33px;
    font-size: 17px;
    text-align: center;
    color: var(--thm-default);
    background-color: var(--thm-orange);
}
.tmbox ul li a:hover{
    background-color: var(--thm-default);
    color: var(--thm-orange);
}
.tmbox ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    

}
.teambex:hover .tmbox{
    background-color: var(--thm-orange);
}

.teambex:hover .tmbox ul{
    margin-top: 13px;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all .2s ease-in-out;
}

.teambex:hover .tmbox h5,
.teambex:hover .tmbox span{
    color: var(--thm-default);
}
.pb70{
    padding-bottom: 70px;
}

.cp{
    cursor: pointer;
}


.team__arrows .team__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.team__arrows .team__arrow_dir_left {
 
    left: -95px;
}
.team__arrows .team__arrow_dir_right {
  right: -95px;
}

.pt70{
    padding-top: 70px;
}
.qprof h5 span {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 3px;
}
.qprof {
    display: flex;
    align-items: center;
}
.qprof img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.qdet {
    position: relative;
    border-left: 3px solid var(--thm-orange);
    padding-left: 25px;
    margin-bottom: 50px;
    min-height: 175px;
}
.qdet p+.qimg {
    text-align: right;
}
.qdet .qimg {
    margin: 10px 0;
}
.qdet .qimg img{
    display: inline-block;
}

/* ========= Careers Page ============== */

.currentopenbox{
    background-color: #F5FCFF;
}

.currentopenbox .copenbox{
    box-shadow: 5px 5px 15px #0000001A;
border-radius: 8px;
padding: 20px;
border-left: 7px solid var(--thm-orange);
background-color: var(--thm-default);
margin: 15px 0;
}

.currentopenbox .copenbox a{
    color: var(--thm-orange);
    font-weight: bold;
    display: flex;
    justify-content: end;
    margin-top: 30px;
    text-decoration: underline;

}
.currentopenbox .copenbox a:hover{
    color: var(--thm-black2);
}

.perkbox {
    box-shadow: 0px 5px 20px #00000026;
    border: 2px solid #00B3A1;
    border-radius: 20px;
    text-align: center;
    padding: 10px 30px;
    width: 100%;
    margin: 15px 0;
    height: 190px;
    position: relative;
    overflow: hidden;

}
.perkbox .pbox {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10px;
    transition: all .2s ease-in-out;

}
.perkbox h5{
    text-transform: capitalize;
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 15px;
    margin-bottom: 7px;
}
.perkbox p {
    font-size: 13px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    
}

.perkbox:hover p{
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all .2s ease-in-out;
}

.perkbox img {
    height: 45px;
    width: auto;
    object-fit: cover;
}

.color_1{
    border-color:#6192FF;
}
.color_2{
    border-color:#F6F300;
}
.color_3{
    border-color:#00DE1F;
}
.color_4{
    border-color:#3428FF;
}
.color_5{
    border-color:#8202FF;
}
.color_6{
    border-color:#0010BD;
}
.color_7{
    border-color:#20FFDC;
}
.color_8{
    border-color:#008763;
}
.color_9{
    border-color:#FFAD28;
}
.color_10{
    border-color:#69002C;
}
.color_11{
    border-color:#640038;
}
.color_12{
    border-color:#C30037;
}
.color_13{
    border-color:#FF9238;
}
.color_14{
    border-color:#005261;
}
.color_15{
    border-color:#BD005A;
}
.color_16{
    border-color:#C900E6;
}
.color_17{
    border-color:#0037A2;
}
.color_18{
    border-color:#007C1C;
}
.color_19{
    border-color:#620064;
}
.color_20{
    border-color:#54E4FF;
}
.color_21{
    border-color:#56A7FF;
}

.whyblk .hereswhysec .col-lg-3 img{
    height: 50px;
}

.whyblk .hereswhysec .col-lg-3 p {
    font-size: 13px;
    text-align: justify;
}
.whyblk .hereswhysec .col-lg-3 h5 {
    margin-top: 30px;
}

.whyblk .hereswhysec .row{
    margin-left: -10px;
    margin-right: -10px;
}

.whyblk .hereswhysec [class*='col-']{
    padding-left: 10px;
    padding-right: 10px;
}

.whyblk .hereswhysec [class*='col-'] .whybox{
    padding: 40px 15px;
}

.dotslist.nmb li strong{
    display: block;
}
.dotslist.nmb li span img{
    height: 70px;
}
.dotslist.nmb li span{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.dotslist.nmb li:before{
    display: none;
}
.dotslist.nmb li{
    padding-left: 60px;
	position: relative;
	
}
.dotslist.nmb li+li{
	margin-top:30px;
}
.dotslist.nmb li:nth-child(even){
    margin-left: 40px;
}

.bgdt{
    background: url('https://tanbits.com/wp-content/uploads/2022/04/dot_bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.testimonialslider .qdet {
    border: none;
    background-color: #354E5E;
    padding: 2px 10px;
    border-radius: 8px 8px 8px 0px;
    margin-bottom: 30px;
}
.testimonialslider .qdet p{
    color: var(--thm-default);
    font-size: 13px;
}

.testimonialslider .qdet .qimg img{
   filter: brightness(1) invert(1);
}

.testimonialslider .slick-slide {
    margin: 0 10px;
}

.testimonialslider .slick-list {
    margin: 0 -10px;
}


.testimonialslider .qprof h6 span{
    display: block;
    font-weight: normal;
    font-size: 12px;
    margin-top: 5px;
}

.testimonialslider .qdet:before{
    content: '';
    width: 30px;
    height: 30px;
    background: url('https://tanbits.com/wp-content/uploads/2022/04/test_icon_corner.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
}

/* ========= Pricing Page ============ */

.planbox {
    background-color: rgb(37 77 121 / 4%);
    border-radius: 10px;
    position: relative;
    padding-bottom: 45px;
    border: 1px solid var(--thm-orange);
    width: 100%;
    margin: 20px 0;
}

.planbox .planbx{
    position: relative;
    overflow: hidden;
    padding: 26px 15px 15px; 
    border-radius: 10px;
  
}
.planbx img {
    display: block;
    margin: 0 auto;
    height: 50px;
    filter: brightness(5) invert(1);
}

.planbx:before{
    content: '';
    height: 235px;
    left: 30px;
    right: 30px;
    border-radius: 50%;
    border: 1px solid var(--thm-orange);
    display: block;
    top: -127px;
    position: absolute;
}
.standard .planbox .planbx:before{
    background-color: var(--thm-orange);
}
.standard .planbox .btn{
    background-color: var(--thm-orange);
    color: var(--thm-default);
}
.standard .planbox .btn img{
  filter: brightness(0) invert(1);
}
.standard .planbox .planbx img{
    filter: brightness(0) invert(1);
}
.planbox .planbx span {
    margin-bottom: 70px;
    display: block;
}

.planbox .planbx ul li{
    position: relative;
    padding-left: 25px;
}


.planbox .planbx ul li:before{
   content: '\f058';
   font-family: FontAwesome;
   position: absolute;
   left: 0;
   top: 0;
   color: var(--thm-orange);
}
.planbox .planbx ul li+li{
    margin-top: 15px;
}
.planbox .planbx  h6{
    font-size: 16px;
    margin-bottom: 20px;
}

.planbox .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -19px;
    border:1px solid var(--thm-orange);
}

.plansec .row{
    margin-left: -20px;
    margin-right: -20px;
}

.plansec [class*='col-']{
    padding-left: 20px;
    padding-right: 20px;
}
.growingproject ul li a {
    height: 60px;
    width: 100%;
    position: relative;
    display: block;
    border: 1px solid #C8ECFE;
    box-shadow: 0px 0px 6px -1px #2727271f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 12px 0;
}
.growingproject ul li a:hover{
    border-color: var(--thm-orange);
}
.growingproject ul li a img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
}

.blogbox a {
    display: block;
    box-shadow: 0px 0px 10px -1px #ddd;
    border-radius: 5px;
}
.blogbox {
    width: 100%;
}

.blogbox .blogimg img{
   height: 185px;
   width: 100%;
   object-fit: cover;
   border-top-right-radius: 5px;
   border-top-left-radius: 5px;
}
.blogbox h5{
    margin-top: 10px;
    transition: all .2s ease-in-out;
}
.blogbox p{
    font-size: 13px;
    color: var(--thm-black2);
}

.profbex span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    margin-top: 0px;
}
.profbex img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 10px;
    border: 1px solid rgb(5 7 72 / 43%);
	padding:4px;
}
.profbex a {
    margin-top: 30px;
    cursor: none;
    pointer-events: none;
}
.blogdet {
    padding: 7px 15px 15px;
}
.blogimg{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.blogimg img{
    transition: all .2s ease-in-out;
    border-radius: 8px;
}
.blogbox a:hover h5{
    color: var(--thm-orange);
    transition: all .2s ease-in-out;
}

.blogbox a:hover{
    box-shadow: 0px 0px 10px -4px #41464b;
}
.blogbox a:hover .blogimg img{
    transform: scale(1.2);
    transition: all .2s ease-in-out;
}

.blogsearchsec .form-control {
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 4px 12px !important;
   
}

.inputicon{
    position: relative;
}
.blogsearchsec .inputicon input.form-control{
    padding-right: 40px !important;
}

.inputicon i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--thm-orange);
}
.blogsearchsec .form-group label{
    font-weight: 600;
    margin-bottom: 5px;
}

.select2-container .select2-selection--single{
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  
    line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
    border-radius: 8px;
}
.select2-container{
    width: 100% !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #e96629 transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #e96629 transparent transparent transparent;
}
.featuredpost p strong{
    text-transform: uppercase;
}

.featuredpost h3{
    margin-top: 20px;
    margin-bottom: 10px;
    transition: all .2s ease-in-out;
}


.featuredpost .postdetail{
    padding: 30px 15px 30px;
}
.featuredpost a{
    display: block;
    background-color: #F5FCFF;
    border-radius: 10px;
}

.postdetail p{
    color: var(--thm-black2);
}
.postdetail p strong{
    text-transform: uppercase;
}
.postdetail h5{
    margin-top: 15px;
    transition: all .2s ease-in-out;
}
.blogpostbox {
    box-shadow: 0px 0px 10px -1px #ddd;
    border-radius: 10px;
    margin-top: 30px;
    display: block;
    transition: all .2s ease-in-out;
    position: relative;
    padding-bottom: 55px;
}
.profbex {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}
.blogpostbox .post-thumbnail img{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.postdetail {
    padding: 15px;
}

.prfd h6 {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.featuredpost a:hover,.blogpostbox:hover{
    box-shadow: 0px 0px 10px -4px #41464b;
    transition: all .2s ease-in-out;
}
.featuredpost a:hover h3,.blogpostbox a:hover h5{
    color: var(--thm-orange);
    transition: all .2s ease-in-out;
}
.blogpostbox .blgimg img {
    height: 200px;
    width: 100%;
    object-fit: contain;
    transition: all .2s ease-in-out;
}
.blogpostbox .blgimg{
    position: relative;
    overflow: hidden;
    transition: all .2s ease-in-out;
}
.blogpostbox a:hover .blgimg img{
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}

.numpagination .nav-links a,.numpagination .nav-links span.current {
    position: relative;
    color: #29334c;
    background-color: #fff;
    border: 1px solid #e4e6f1;
    text-align: center;
    display: block;
    float: left;
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
    border-radius: 0;
}
.numpagination .nav-links span.current{
background-color: #ff6e25;
    border-color: #ff6e25;
    color: #fff !important;
}
.numpagination {
    display: inline-block;
    width: 100%;
}
.numpagination .pagination {
    display: table;
    margin: 0 auto;
}

.pgnatblk{
    margin-top: 40px;
}

.pgnatblk li {
    margin: 0 5px;
}
.pgnatblk li a{
    border-radius: 5px !important;
}
.pgnatblk li.active a,
.pgnatblk li a:hover{
    z-index: 3;
    color: #fff;
    background-color: var(--thm-orange) !important;
    border-color: var(--thm-orange) !important;
}
.pgnatblk li a{
    color: var(--thm-black2);
}
.pgnatblk .pagination .nxt a{
    z-index: 3;
    color: #fff;
    background-color: var(--thm-orange) !important;
    border-color: var(--thm-orange) !important;
    width: 95px;
    text-align: center;
}

.pgnatblk .pagination .nxt a:hover{
    z-index: 3;
    color: #fff;
    background-color: var(--thm-black2) !important;
    border-color: var(--thm-black2) !important;
}


.ourworkbox{
    display: block;
    position: relative;
    border-radius: 10px;
    padding: 15px 15px 50px 0px;
    margin-bottom: 70px;
}
.ourworkbox h4{
    text-transform: capitalize;
}
.ourworkbox .ourworkdet{
    position: absolute;
    box-shadow: 3px 5px 20px #00000029;
    border-radius: 10px;
    background-color: var(--thm-default);
    padding: 15px 10px;
    left: 20px;
    right: 20px;
    bottom: -39px;
    text-align: center;
    z-index: 1;
}

.ourworkbox .ourworkdet ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

.ourworkbox .ourworkdet ul li+li:before {
    content: '';
    width: 1px;
    height: 10px;
    background-color: var(--thm-black2);
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
}
.ourworkbox .ourworkdet ul li+li {
    padding-left: 19px;
}
.ourworkbox .ourworkdet ul li {
    color: var(--thm-black2);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}

.color_22{
    background-color: #FFE2EF;
}
.color_23{
    background-color: #D3ECEF;
}
.color_24{
    background-color: #C6BBD4;
}
.color_25{
    background-color: #AFB4C3;
}
.color_26{
    background-color: #DDEFFB;
}
.color_27{
    background-color: #BCF5CC;
}
.color_28{
    background-color: #DCE5C7;
}
.color_29{
    background-color: #B4D1D7;
}
.color_30{
    background-color: #ECC8C4;
}
.color_31{
    background-color: #BBEBFD;
}
.color_32{
    background-color: #B4D1D7;
}

.ourworkbox:before,.ourworkbox .ourworkdet:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(152deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    border-radius: 10px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}

.ourworkbox .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    color: var(--thm-default) !important;
    border-color: rgb(255 255 255 / 74%);
}


.ourworkbox:hover:before,.ourworkbox:hover .ourworkdet:before{
    opacity: .6;
    visibility: visible;
    transition: all .2s ease-in-out;
}

.ourworkbox:hover .btn{
    opacity: 1;
    visibility: visible;
    transition: all .2s ease-in-out;
}

.portbanner .col-lg-6+.col-lg-6 img {
    width: auto;
    position: relative;
    bottom: -50px;
}

.workbex img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 30px;
}
.workbex {
    height: 80px;
    position: relative;
    background-color: var(--thm-default);
    width: 220px;
    border-radius: 15px;
    margin-top: 45px;
}

.projbox {
    background-color: #F5FCFF;
    padding: 15px;
    border-radius: 15px;
    width: 100%;
    margin: 7px 0;
}
.prjimg {
    background-color: #D5F1FC;
    padding: 10px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-right: 15px;
}
.prjbox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.projbox h2{
    text-transform: capitalize;
}



.projbox ul li div{
    width: 40px;
    background-color: var(--thm-black2);
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.projbox ul li div img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 8px;
    filter: brightness(0) invert(1);
}
.projbox ul li span{
    display: block;
    text-align: center;
    margin-top: 5px;
    font-weight: 500;
    color: var(--thm-black2);
    text-transform: capitalize;
}
.projbox ul {
    display: table;
    margin: 0 auto;
}
.projbox ul li {
    position: relative;
    float: left;
    margin: 7px 0;
}
.projbox ul li+li{
    margin-left: 20px;
    padding-left: 20px;
}

.projbox ul li+li:before{
    content: '';
    width: 1px;
    height: 20px;
    background-color: var(--thm-black2);
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;

}
.projbox ul+ul li {
    font-size: 12px;
    margin-top: 20px;
}
.projbox ul+ul li+li {
    padding-left: 7px;
    margin-left: 7px;
}
.projbox ul+ul li+li:before {
    height: 9px;
}

.projectdetailsec{
    background-color: #F6F6F6;
}

.webviewblk{
    position: relative;
    overflow: hidden;
}

.screenimg {
    position: relative;
    z-index: 1;
}
.webviewblk .infiniteslide_wrap {
    position: absolute;
    top: 33px;
    left: 10%;
    right: 10%;
    bottom: 0;
}

.webviewimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 35px 1%;
}

.projectscrollbox{
    position: relative;
}

.webviewmb {
    position: absolute;
    bottom: 13px;
    right: -50px;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
    width: 230px;
    height: 461px;
}
.screenimgmb {
    overflow: hidden;
    position: relative;
    z-index: 1000;
}

.webviewmb .infiniteslide_wrap {
    position: absolute;
    top: 14px;
    right: 15px;
    bottom: 0;
    left: 15px;
    border-radius: 15px;
}

.webviewimgmb {
    position: absolute;
    top: 30px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 10;
    border-radius: 10px;
}

/* .screenimgmb {
    position: relative;
    z-index: 10;
    overflow: hidden;
    border-radius: 10px;
} */

.screenimgmb img {
    width: 230px;
    overflow: hidden;
}

.webviewmb .infiniteslide_wrap {
    position: absolute;
    top: 10px;
    right: 15px;
    bottom: 0;
    left: 15px;
    border-radius: 15px;
}


.exploreslider .slick-slide {
    margin: 0 15px;
}

.exploreslider .slick-list {
    margin: 0 -15px;
}



.slick-dots li button{
    width: 25px;
    height: 25px;
}
 .slick-dots li button:before{
   font-size: 13px;
}

.slick-dots li.slick-active button:before,
 .slick-dots li button:hover:before{
    color: var(--thm-orange);
    font-size: 13px;
    opacity: 1;
 }
 .slick-dots li{
     margin: 0 4px;
 }

 .letussection .techthum{
     height: 90px;
     cursor: none;
     pointer-events: none;
     margin: 12px 0;
 }

 .border_1{
     border-color: #FFC3FE;
 }

 .border_2{
    border-color: #ADDAFF;
}

.border_3{
    border-color: #FFE6BA;
}

.border_4{
    border-color: #FFBABA;
}

.acheivslider .acimg{
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background-color: var(--thm-default);
    position: relative;
    box-shadow: 0px 0px 10px -1px #ddd;
    margin: 0 auto 15px;

}

.owl-carousel .owl-item img{
	width:auto !important;
}

.acheivslider .acimg img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 8px;
}



.hc-offcanvas-nav.myclass.nav-open::after, .hc-offcanvas-nav .sub-level-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s;
}
.hc-offcanvas-nav.myclass::after {
    position: fixed;
}
.hc-offcanvas-nav.myclass::after, .hc-offcanvas-nav .nav-wrapper::after {
    content: '';
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease;
}
.hc-offcanvas-nav::after, .hc-offcanvas-nav .nav-wrapper::after {
    background: rgba(0, 0, 0, 0.3);
}
.btn img {
    margin-top: 0 !important;
}

.bgpink{
    background-color: #FEF5F9;
    
}

.crv{
    clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%);
}

.servicebanner p {
    margin-top: 20px;
}

.servicebanner .dotslist li ,
.careersect ul li {

    margin-top: 15px;
    position: relative;
}
.careersect ul li {
    padding-left: 25px;
}
.careersect ul li:before {
    content: '\f111';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    color: var(--thm-orange);
}
.servicebanner h5 {
   
    margin-top: 20px;
}

.contsec .contformbx {
    background-color: var(--thm-orange);
    border-radius: 20px;
}
.contformbx {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 16px 16px 84px 0 rgb(0 0 0 / 4%);
    color: #fff;
    padding: 35px 25px;
    margin-top: 30px;
}

.contformbx h3{
    font-size: 27px;
}
.contformbx select {
    height: 44px !important;
    padding-bottom: 5px !important;
}

.contformbx .form-control{
    color: var(--thm-default);
}
.contformbx select > option{
    background-color: var(--thm-black2) !important;
}

.attachbx input {
    opacity: 0;
    width: 100%;
    z-index: 1;
    position: relative;
}

.attachbx span {
    color: var(--thm-default);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.attachbx {
    position: relative;
    width: 90px;
    overflow: hidden;
}
.mt45{
    margin-top: 45px;
}

#ueberTab li a {
    padding: 0;
    border: none;
    width: 100%;
    box-shadow: none !important;
    outline: none !important;
    background: transparent;
}

.ueberTabB .hide{
    display: none;
}

.ueberTabB .active{
    display: block;
}

.mapimgs, .mapimgs img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-left: 1px solid rgb(255 255 255 / 41%);
    border-radius: 10px;
    border-right: 1px solid rgb(255 255 255 / 41%);
}
.mapbox{
    position: relative;
    margin: 0 auto;
}
.mapbox ul li span {
    width: 20px;
    height: 20px;
    display: block;
}
.mapbox ul li {
    position: absolute;
    padding-left: 26px;
}

.mapbox ul li span {
    width: 11px;
    height: 19px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.mapbox ul li span img {
    height: 36px;
}


.activepost {
    background-color: #fff;
    padding: 10px;
    width: 140px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    position: relative;
    z-index: 1;
}

.activepost h6:before {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 7px;
    color: #f26831;
    position: absolute;
    top: 2px;
    left: 0;
}
.activepost h6 {
    font-size: 12px;
    position: relative;
    padding-left: 10px;
}
.activepost h5 {
    font-size: 14px;
    margin-bottom: 0px;
}
.activepost {
    background-color: #fff;
    padding: 8px;
    width: 125px;
    border-radius: 0px 8px 8px 8px;
    -webkit-border-radius: 0px 8px 8px 8px;
    -moz-border-radius: 0px 8px 8px 8px;
    -ms-border-radius: 0px 8px 8px 8px;
    -o-border-radius: 0px 8px 8px 8px;
    position: relative;
   
}
.activepost p {
    font-size: 12px !important;
}
.activepost:before {
    content: '\f0d9';
    font-family: FontAwesome;
    left: -10px;
    position: absolute;
    color: #fff;
    font-size: 31px;
    top: -8px;
}

.mapbox ul li:nth-child(1) {
    top: 63%;
    left: 13%;
    transform: translateY(-63%);
}
.mapbox ul li:nth-child(2) {
    top: 75px;
    left: 72%;
    transform: translateX(-70%);
}

.mapbox ul li:nth-child(3) {
    top: 170px;
    right: -25px;
}
.mapbox ul li:nth-child(4) {
    top: 184px;
    right: 7px;
}

.mapbox ul li .activepost{
    opacity: 0;
    visibility: hidden;
}

.mapbox ul li.active .activepost{
    opacity: 1;
    visibility: visible;
}

.mapbox ul li.active span{
    width: 25px;
    height: 38px;
}

.mapbox ul li.active span img{
        height: 36px;
}

.mapbox ul li.active:nth-child(1) {
    top: 55%;
    transform: translateY(-55%);
}

.mapbox ul li.active:nth-child(2) {
    top: 60px;
}
.mapbox ul li.active:nth-child(3) {
    top: 150px;
}
.mapbox ul li.active:nth-child(4) {
    top: 167px;
}

.quotebox {
    position: relative;
    padding-bottom: 85px;
}

.qprof {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.dotslist.pvs li+li{
    margin-top: 15px;
}
.dotslist.pvs li{
    line-height: 1.3;
}

.termsandconditionsec h4,
.termsandconditionsec h2,
.termsandconditionsec h3{
    margin-top: 30px !important;
}
.termsandconditionsec p{
    margin-top: 20px !important;
    font-size: 17px;
}

.termsandconditionsec .mt-0.fstop{
    margin-top: 0 !important;
}


.termsandconditionsec img{
    margin-top: 20px;
}

.footercopyright p a{
    color:var(--thm-blk);
    font-weight: 500;
}

.footercopyright p a:hover{
    color:var(--thm-default);
}


.homeslider{
    position: relative;
}
.homeslider .btn.sdeskboxs{
    position: absolute;
    top: 48%;
    transform: translateY(-48%);
    -webkit-transform: translateY(-48%);
    -moz-transform: translateY(-48%);
    -ms-transform: translateY(-48%);
    -o-transform: translateY(-48%);
    z-index: 1;
     background-color: #fff !important;
    background: none;
    color: var(--thm-black2) !important;
}

.homeslider .btn.sdeskboxs img {
    filter: brightness(5) invert(1.1);
}
.homeslider .btn.sdeskboxs:hover{
 background-color: var(--thm-black2) !important;
 color: var(--thm-default) !important;
}
.homeslider .btn.sdeskboxs:hover  img {
    filter: brightness(0) invert(1) !important;
}


.owl-carousel .animated { 
    animation-duration: 800ms;
    animation-fill-mode: both; }



    .blogbanr ul li+li:before {
        content: '|';
        position: absolute;
        left: -2px;
        top: 50%;
        transform: translateY(-50%);
    }
    .blogbanr ul li+li {
        margin-left: 10px;
        padding-left: 10px;
    }
    .blogbanr ul li {
        float: left;
        position: relative;
        text-transform: capitalize;
    }
    .blogbanr ul li a {
        cursor: pointer;
        color: #354e5e;
        font-weight: bold;
    }

    .blogbanr ul li a:hover{
        color: var(--thm-default);
    }

    .archeader h1 a{
    
        text-transform: capitalize;
        color: var(--thm-default);
        cursor: none;
        pointer-events: none;
    }

    .archeader p{
        color: var(--thm-default);
    }

    .widgetsec textarea {
        height: 100px;
    }
    .wpcf7-not-valid-tip {
        margin-top: 6px;
    }
    .headersec a img {
        height: 36px;
        width: auto;
    }


    .careersect input::-webkit-input-placeholder ,
    .careersect textarea::-webkit-input-placeholder {
        color: var(--thm-default) !important;
      }
      .careersect input::-moz-placeholder ,
      .careersect textarea::-moz-placeholder {
        color: var(--thm-default) !important;
      }
      .careersect input:-ms-input-placeholder ,
      .careersect textarea:-ms-input-placeholder {
        color: var(--thm-default) !important;
      }
      .careersect input:-moz-placeholder ,
      .careersect textarea:-moz-placeholder { 
        color: var(--thm-default) !important;
      }

      textarea{
          height: 100px !important;
      }

      .careersect .wpcf7-not-valid-tip{
          color: #0d0e0e !important;
      }
.slider-navs .slick-next, .slider-navs .slick-prev{
	display:none !important;
}
.wlg{
	filter: brightness(0) invert(1);
}
.careersect .col-lg-8 h5{
	margin-bottom:15px;
}
.careerblks h4,.careerblks h5,.careerblks h6{
	font-size: 19px !important;
	margin-bottom:15px !important;
	margin-top:15px;
}

.blogbanr h1{
	font-size:34px;
}
.cdp-copy-alert-success {
    display: none !important;
}
.lcimg {
    background-color: #EAF9FF;
    height: 180px;
    border-radius: 12px 60px 12px 12px;
    position: relative;
    display: block;
}
.lcimg img{
max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px 10px 20px;
    }
    .lcdetail ul li+li {
    margin-left: 10px;
}
.lcdetail ul li a {
    width: 45px;
    height: 45px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: var(--thm-black2);
}
.lcdetail ul {
    display: flex;
    align-items: center;
}
.lcdetail ul li a:hover {
    background-color: var(--thm-black2);
    color: var(--thm-default);
}

.lcdetail h4, .lcdetail ul {
    margin-bottom: 5px;
    margin-top: 20px;
}
.footertop .row {
    padding-bottom: 15px;
}
.footertop .accordion .accordion-button {
    padding: 10px;
}

