/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-display: swap; 
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins.woff2') format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-display: swap; 
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins1.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-display: swap; 
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins2.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
body{
    font-family: Poppins !important;
}

/*div,h1,h2,h3,p,li,ul,span{*/
/*    content-visibility: auto;*/
/*}*/




/* start techb header */
.header-fixed-height{
    height: 90px;
}

.techb-cart-number {
    position: absolute;
    color: #fff; 
    border-radius: 50%;
    width: 20px;
    top: -6px;
    height: 20px;
    line-height: 20px;
    right: -10px;
    font-size: 12px;
}
.techb-mega-menu li a.header-icon{
    color: #2C3E4F;
}
.max-line-height{
    line-height: 75px;
}
.header-fixed-height-large{
    height: 130px;
}
.header-fixed-height-large .techb-transparent{
    top: 40px;
}
.techb-light-background-color .techb-mega-menu-btn {
    border: 1px solid #2C3E4F !important; 
    color: #2C3E4F !important;
}
.techb-header { 
    padding: 33px 0;
    background-image: url(../images/pages-header-background.jpg); 
}
.techb-after-overlay{
    position: relative; 
}
.techb-after-overlay::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(44,62,79,.8); */
}
.overlay-lighter:after{
    background-color: rgba(44,62,79,.7);
}
.techb-transparent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.techb-page-title {
    color: #fff;
    border-left-style: solid;
    border-left-width: 9px;
    z-index: 1;
    position: relative;
    padding-left: 16px;
    margin-top: 108px;
    line-height: 80px;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 47px;
}
.techb-top-header-signin{
    height: 40px;
    line-height: 38px;
}

.header-icon .techb-cart-number , .max-line-height .techb-cart-number{ 
    width: 18px;
    top: 16px;
    height: 18px;
    line-height: 18px;
    right: 12px;
    font-size: 12px;
}
 .dropdown-item {
    padding: 0 11px !important;
    border-bottom: 1px solid #90989f;
    line-height: 41px;
    font-size: 1rem;
}

.top-header-link{
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
    border-right-style: solid;
    border-left-style: solid;
    color: #eee !important;
    float: right;
}
/* End techb header */

/*********************SIGN IN****************************/
.sign-register-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #BFBFBF !important;
}
.sign-register-input::-moz-placeholder { /* Firefox 19+ */
   color: #BFBFBF !important;
}
.sign-register-input:-ms-input-placeholder { /* IE 10+ */
   color: #BFBFBF !important;
}
.sign-register-input:-moz-placeholder { /* Firefox 18- */
   color: #BFBFBF !important;
}

/* start techb breadcrumb */
.techb-breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
}
.techb-breadcrumb .breadcrumb-item{
    font-size: 15px;
}
/* end techb braedcrum */

/* start about us pages */
.techb-vision-overlay { 
    padding: 47px 25px 51px 25px;
    color: #DDDDDD;
    height: 100%;
}

.techb-bussiness-section{
    background-image: url(../images/paper-3139127_1280.jpg); 
}
.techb-bussiness-caption {
    background-color: rgba(255,255,255,.9);
    padding: 15px;
}
.techb-btn-link{
    z-index: 1;
    position: relative;
    width: 166px;
    height: 43px; 
    line-height: 30px;
}
.techb-btn-link:hover span{
    color: #fff;
}
.techb-btn-link::after {
    position: absolute;
    content: "";
    background-color: #E54D42;
    border: 2px solid #E54D42;
    left: 0;
    right: 78%;
    border-radius: 30px;
    top: 0;
    bottom: 0;
    z-index: -2;
    opacity: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}
.techb-btn-link:hover:after{
    opacity: 1;
    right: 0;
}
.techb-vision-overlay.techb-after-overlay::after { 
    background-color:rgba(44,62,79,.97); 
}
.techb-light-overlay.techb-after-overlay::after {
    background-color: rgba(255,255,255,.87);
}
.techb-counter-section{
    background-image: url("../images/counter-background.jpg");  
}
.techb-counter {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}
.techb-counter-no-background{
    background: none;
}
.techb-team-border .techb-team-social-icon {
    border: 0;
    width: auto;
    height: auto;
    margin: 0 7px; 
}
.techb-team-social-icon:hover{
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.techb-testimonial {
    background-image: url(../images/big-overlay.jpg);  
}
.techb-testimonial-no-background{
    background: none;
    padding: 0;
}
#techb-testimonial-carousel .owl-item {
    padding: 58px 150px 23px;
    border-radius: 15px;
    margin-top: 0;
}
.techb-testimonial-carousel-item {
    background-color: rgba(255,255,255,.1);
    box-shadow: 0 0 2px #fff;
    border-radius: 9px;
    padding: 8px;
}
.techb-testimonial .owl-carousel .owl-stage-outer { 
    padding: 73px 0 5px;
}
.half-width-testimonial .owl-carousel .owl-stage-outer{
    padding: 0 2px 2px;
}
.techb-carousel-border .techb-partner-carousel-img{
    opacity: .6;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    border-width: 1px;
    border-style: solid;
}
.techb-carousel-border .owl-item:hover .techb-partner-carousel-img{
    opacity: 1;
}
.techb-carousel-border .owl-nav{
    display: none;
}
.techb-testimonial-detail::before{
    position: absolute;
    left: 0;
    top: 0;
    /* content: "\f10d"; */
    font-weight: 700;
    /* font-family:  Font Awesome\ 5 Free; */
}
.techb-testimonial-detail:after{
    position: absolute;
    right: 0;
    bottom: 0;
    content: "\f10e";
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
}
.techb-testimonial-carousel-img {
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    width: auto !important;
    margin:-120px auto 18px;
}
#techb-testimonial-carousel  .owl-dot span{ 
    margin: 5px 4px;
    background: transparent; 
    border-radius: 50%;
    border: 1px solid #fff;
}
#techb-testimonial-carousel  .owl-dot.active span{  
    background: #fff;  
}
.techb-testimonial-block:after {
    content: "\f10d";
    position: absolute;
    right: 25px;
    top: 15px;
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    z-index: -1;
    font-size: 45px;
}
.techb-testimonial-block-img{
    max-width: 100%;
}
.techb-about-top-head:before {
    content: "";
    position: absolute;
    left: 70px;
    background-color: #5C6A77;
    width: 140px;
    height: 1px;
    top: 50%;
    z-index: -1;
}
.techb-about-top-head:after {
    content: "";
    position: absolute;
    right: 70px;
    background-color: #5C6A77;
    width: 140px;
    height: 1px;
    top: 50%;
    z-index: -1;
}
.techb-about-icon-style {
    text-align: center;
}
.techb-title-border {
    height: 1px;
    display: block;
    width:  15%;
    margin: 0 auto 15px;
}
.techb-team-block {
    text-align: center;
    border-width: 0;
    border-radius: 0;
}
.techb-team-border {
    border-width: 0 0 2px 0;
    border-style: solid; 
}
.techb-team-social-links{
    justify-content: center;
}
.techb-team-social-icon {
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
}
.techb-team-data-hover{
    overflow: hidden;
}
.techb-team-data-hover .card-body {
    position: absolute;
    bottom: -45%;
    width: 100%;
    height: 100%;
    padding-top: 44%;
    opacity: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.techb-team-data-hover .techb-team-social-icon {
    border: 0;
    background-color: #fff;
}
.techb-team-data-hover:hover .card-body {
    opacity: 1;
    bottom: 0;
}
.techb-team-data-hover .techb-team-name{
    color: #fff;
}
.techb-team-name:hover{
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}
.techb-team-data-hover .techb-team-pos { 
    color: #B4B4B4;
}
.techb-partner-carousel-img {
    width: auto !important;
    margin: 0 auto;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
#techb-partner-carousel .owl-nav div {
    background-color: transparent;
    margin: 0;
    padding: 0;
    position: absolute;
}
.techb-btn-value{
    z-index: 6;
}
.techb-page-link {
    margin: 0 8px;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 29px;
    font-size: 18px;
    font-weight: 400;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}
 
.techb-pagi-dots {
    width: 46px;
    height: 46px;
    line-height: 34px;
    text-align: center;
    font-size: 26px;
}
.techb-pagination{
    justify-content: center;
}
#techb-partner-carousel .owl-prev {
    left: 15px;
    top: 14px;
}
#techb-partner-carousel .owl-next {
    right: 15px;
    top: 14px;
}
.techb-partner-nav-icon{
    border-style: solid;
    border-width: 1px;
    width: 28px;
    height: 28px;
    line-height: 28px;
}
/******************* Start Store Pages *************************/
.techb-view-btn {
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    padding: 6px;
    border-radius: 4px;
    font-size: 19px;
    display: inline-table;
    margin: 0 3px;
    float: right;
    width: 38px;
    height: 38px;
    line-height: 25px;
}
.store-single-slider #sync2 .owl-item img{
        border: 2px solid transparent;
}
.store-single-slider #sync2 .owl-item.current img{
    border: 2px solid #E54D42;
    -webkit-transition: all ease-in-out.3s;
       -moz-transition: all ease-in-out.3s;
         -o-transition: all ease-in-out.3s;
            transition: all ease-in-out.3s;
}
.techb-view-btn.active{
    color: #E54D42;
    border-color: #E54D42;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}
.techb-product-info {
    text-align: center;
}
.list .techb-product-info{
    text-align: right;
}
.techb-btn-rouned{
    border-radius: 22px;
}
.techb-hover-btn-color {
    position: relative;
}
.techb-hover-btn-color:hover:after{
    right: 0;
    opacity: 1;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}
.techb-hover-btn-color:hover ,.techb-hover-btn-color:hover span{
    color: #fff !important;
}
.techb-hover-btn-color::after {
    content: "";
    border-radius: 22px;
    position: absolute;
    left: 0; 
    background-color: #E54D42;
    height: 100%;
    right: 77%;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}
.techb-hover-btn-color span{
    z-index: 2;
    position: relative;
}
.techb-img-overlay {
    position: absolute;
    left: 15px;
    right: 15px;
    text-align: center;
    top: 0;
    bottom: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    overflow: hidden;
}
.techb-img-overlay:hover {
    background-color: rgba(92,106,119,.6);    
}
.techb-product-btns {
    justify-content: center;
    margin-top: 0;
    opacity: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}
.techb-img-overlay:hover .techb-product-btns{
    opacity: 1;
    margin-top: 29%;
}
.techb-product-btn {
    border: 0;
    background-color: rgba(255,255,255,.6);
    color: #fff;
    border-radius: 50%;
    margin: 0 3px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    margin: 0 7px;
    cursor: pointer;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}
.techb-product-btn:hover {
    color: #E54D42;
}
.techb-store-left-head {
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
}
.techb-store-left-list li {
    display: block;
    width: 100%;
}
.techb-store-left-list a {
    position: relative;
    color: inherit; 
    font-size: 14px;
    background-color: inherit;
    padding: 7px 0 0 15px;
    display: block;
}
.techb-store-left-list a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width:6px ;
    height: 6px;
    border-radius: 50%;
    background-color: inherit;
}
.input-icon {
    position: relative;
}
.techb-input-icon {
    position: absolute;
    left: 15px;
    color: #CDCDCD;
    top: 14px; 
}
.techb-store-input{
    font-size: 14px;
    height: 39px;
    padding-left: 35px;
}
.techb-store-sigle-head{
    font-size: 20px;
    font-weight: 600; 
}
.techb-single-info{
    font-size: 15px;
    line-height: 25px;
    color: #989898;
}
.techb-single-nav { 
    width: 100%;
}
.techb-single-item.active{
    color: #fff !important;
}
.techb-single-item {
    border-radius: 0 !important;
    border: 0 !important;
    padding: 10px 35px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
}
.techb-single-item:last-child:after{
    display: none;
}
.techb-single-item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: inherit;
    top: 13px;
    right: 12px;
}
.techb-single-item.active:after {
    display: none;
}
.techb-single-slider #sync1 {
    margin-bottom: 20px;
    overflow: hidden;
}
.techb-single-slider #sync2 .item{
    margin: 0 2px;
    cursor: pointer;
}
.techb-single-slider #sync1 .owl-dots{
    display: none
}
.techb-single-slider #sync1 .owl-nav {
    margin-top: 0;
    position: absolute;
    /* top: 0%; */
    width: 100%;
}
.techb-single-slider #sync1 .owl-prev {
    position: absolute;
    left: -18px;
    margin: 0 !important; 
    text-align: right;
    padding-right: 10px !important;
}
.techb-single-slider #sync1 .owl-next{
    position: absolute;
    right: -18px;
    text-align: left;
    padding-left: 10px !important;
}
.techb-single-slider #sync1 .owl-nav [class*=owl-] {
    font-size: 13px;
    margin: 0;
    background-color: rgba(6, 6, 6, 0.6);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 34px;
}
.techb-single-product-btn{
    text-align: left;
}
.techb-calc{
    padding: 4px 9px;
}

.techb-calc span { 
    display: inline-block;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
}
 
.techb-single-link {
    font-size: 21px;
    margin-top: 4px;
    display: inline-block;
    margin: 0 4px;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}
.techb-single-link:hover {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.single-product-btns{
    justify-content: flex-end;
}
.techb-single-product-data{
    margin-bottom: 25px;
}
 
.techb-single-tags a {
    color: inherit;
    margin: 4px 3px 0; 
    font-size: 14px;
    text-decoration: underline;
}
.techb-contact-hover-input { 
    border-radius: 0;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-width: 1px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 0;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}
.techb-light-footer-links {
    margin-top: 0 !important;
    margin-bottom: 6px;
}
 
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.focus-input input:focus , .focus-input textarea{
   box-shadow: none !important;    
}

 .focus-input-white input:focus , .focus-input-white textarea:focus
,.focus-input-white input       , .focus-input-white textarea{
    color: #fff;
}
.focus-input input:focus ~ label , .focus-input textarea:focus ~ label,
.focus-input input:valid ~ label , .focus-input textarea:valid ~ label{
   top: -18px;
}
.focus-input label {
    position: absolute;
    top:10px;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    margin: 0;
    font-size: 16px;
    pointer-events: none;
}
.techb-contact-hover-input:focus{
    background-color: transparent;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
} 
.techb-contact-hover-input:focus ~ label{
    bottom: 25px;  
    color: #E54D42; 
}
 
.blog-single-slider .owl-dots{
    margin-top: 25px;
}
.form-circle-input {
    width: 47px;
    height: 47px;
}
.calc-width{
    width: 33.3%;
}
/************************** Blog styles *********************/
.techb-blog-cat-block { 
    position: relative;
}
.techb-cat-blog-btn{
    font-size: 16px;
    padding: 0;
    text-decoration: underline;
}
.techb-blog-cat-submit {
    color: #fff;
    margin-left: 15px;
}
.techb-blog-category{
    margin-top: 30px;
}
.techb-blog-category-head { 
    line-height: 37px;
}
.techb-blog-category-head::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: inherit;
}
.techb-blog-cat-list li{
    width: 100%;
    margin-bottom: 12px;
}
.techb-blog-cat-list a {
    color: inherit;
    text-decoration: underline;
    padding: 8px 0 8px 40px;
    display: block;
    position: relative;
    background-color: #F9F9F9;
    margin-bottom: 0;
}
.techb-blog-cat-list a:hover {
    text-decoration: underline;
}
.techb-blog-cat-list a::before {
    background-color: inherit;
    content: "";
    position: absolute;
    left: 20px; 
    top: 17px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #E54D42;
    border-bottom: 5px solid transparent;
}
.techb-blog-recent-post{
    margin-top: 30px;
}
.techb-recent-blog-btn {
    font-size: 14px;
    text-decoration: underline; 
}
.techb-blog-cat-tags li {
    width: auto;
    margin-right: 12px;
}
.techb-blog-cat-tags li a{
    padding: 8px 25px;
}
.techb-blog-cat-tags a::before{
    display: none;
}
 

.techb-cat-blog-more {
    font-size: 14px;
    padding: 0;
}
.techb-cat-blog-more i{
    font-size: 11px;
}
#blog-slider .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #C3C3C3; 
}
#blog-slider .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.techb-blog-overlay { 
    position: absolute;
    bottom: 0; 
    left: 0;
    right: 0;
    width: 100%;
}

.techb_overlay_content{
    font-family: Poppins;
    font-size: 23px;
    font-weight: 500;
    line-height: 32px ;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}

.techb_overlay_width1
{
    width: 90% !important;
    padding-left: 6%;
}

.techb_overlay_width2
{
    width: 90% !important;
}

.techb_overlay_width3
{
    width: 100% !important;
}

.techb_overlay_width4
{
    width: 60% !important;
}

.techb_overlay_width5
{
    width: 70% !important;
}

.techb_overlay_width6
{
    width: 40% !important;
}


.techb-blog-overlay:hover:after {
    opacity: 1
}


.techb-blog-overlay1 { 
    position: absolute;
    bottom: 11%; 
    left: 0;
    right: 0;
    width: 50%;
    /* top: 40%; */
}
.techb-blog-overlay1:hover:after {
    opacity: 1
}

@media only screen and (max-width: 768px){
    .techb_overlay_content{
        font-family: Poppins;
        font-size: 18px;
        font-weight: 500;
        line-height: 18px ;
        letter-spacing: 0em;
        text-align: left;
        color: white;
    }
}


@media only screen and (max-width: 576px){

    .techb_overlay_content{
        font-family: Poppins;
        font-size: 18px;
        font-weight: 500;
        line-height: 27px ;
        letter-spacing: 0em;
        text-align: left;
        color: white;
    }


    .techb_overlay_width1
    {
        width: 100% !important;
        
    }

    .techb_overlay_width2
    {
        width: 100% !important;
    }

    .techb_overlay_width3
    {
        width: 100% !important;
    }

    .techb_overlay_width4
    {
        width: 100% !important;
    }

    .techb_overlay_width5
    {
        width: 100% !important;
    }

    .techb_overlay_width6
    {
        width: 100% !important;
    }
}
@media only screen and (min-width: 769px) {

    .techb-blog-overlay { 
        position: absolute;
        bottom: 0; 
        left: 0;
        right: 0;
        width: 100%;
    }
    
    
    .techb-blog-overlay:hover:after {
        opacity: 1
    }
    
    
    .techb-blog-overlay1 { 
        position: absolute;
        bottom: 11%; 
        left: 0;
        right: 0;
        width: 50%;
        /* top: 40%; */
    }
    .techb-blog-overlay1:hover:after {
        opacity: 1
    }

}

.blog-teaser .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.blog-teaser  .owl-dots .owl-dot span { 
    margin: 5px 3px;
    background: #D6D6D6; 
}
.latest-news-img-block {
    position: relative;
}
.latest-news-text {
    line-height: 25px;  
}
.img-contain {
    position: relative;
}
.img-contain:hover .techb-blog-details-overlay{
    opacity: 1;
}
.techb-blog-details-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; 
    top: 0; 
    opacity: 0;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.latest-news-text::before { 
    left: 30px;
    top: 35px;   
    font-size: 23px;
}
.latest-news-text::after { 
    right: 30px;
    bottom: 35px; 
    font-size: 23px;
}
.techb-text-overlay {
    text-decoration: underline;
    padding: 30px 25px 30px 100px;
    text-align: left; 
}
.techb-text-overlay::before {
    position: absolute;
    left: 6px;
    top: -45px;
    content: "\f10d";
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    background-color: #fff;
    color: #E54D42;
    width: 90px;
    border-radius: 50%;
    font-size: 31px;
    height: 90px;
    text-align: center;
    line-height: 120px;
}
.techb-blog-comment-submit {
    color: #fff;
    border-radius: 0;
    padding: 12px 30px;
    font-size: 15px;
}
.techb-single-blog::first-letter { 
    font-size: 73px; 
    margin-right: 10px;  
    color: #5C6A77;
    float: left;     
}
.single-blog .owl-dots{
    margin-top: 30px;
}
.share-head {
    font-size: 18px;
    display: inline-block;
}
.blog-share-side{
    margin-top: 8px;
}
.techb-comment-user:hover{
    text-decoration: underline;
    color: inherit;
}
.techb-comment { 
    padding-bottom: 5px; 
}
.techb-comments .techb-comment:last-child{
    border: 0;
}
.lightgallery {
    position: relative;
}
.demo-gallery-poster {
    position: absolute;
    text-align: center;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.lightgallery::after {
    position: absolute;
    content: "";
    background-color: rgba(0,0,0,.59);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.demo-gallery-poster img{
    opacity: .6;
}
.demo-gallery-poster:hover img{
    opacity: 1;
}
.blog-detail-head{
    font-size: 20px;
    font-weight: 600;
}
.blog-detail-data{
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}
.techb-blog-quote .techb-iconquote-left-light{
    margin-left: -20px;
    float: left;
    margin-top: -7px;
}
.techb-blog-quote .techb-iconquote-right-light{
    margin-right: -20px;
    float: right; 
}
.grid-item {  
    width: 30%;
}
.blog-large-head::before{
    content: "";
    position: absolute;
    background-color: inherit;
    left: 0;
    bottom: 35px;
    width: 10px;
    height: 10px;
}
.techb-masonry-img{
    width: 100%;
}
.underlined-head{
    display: inline-block;
}
.underlined-head::before {
    color: inherit;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
    bottom: -5px;
}
.inside-text-carousel{
    width: 50%; 
    float: left;
}

#cd-timeline{
    overflow: hidden;
}
.white-color{
    color: #fff;
}
.white-color-hover:hover{
    color: #fff;
}

.black-color{
    color: #000 !important;
}
.black-color-hover:hover{
    color: #000 !important;
}


.load-more{
    padding: 9px 32px;
}
.load-more:hover{
   color: #fff;
} 
.nav-slider .owl-dots .owl-dot span{ 
    margin: 5px 3px;
    background: #D6D6D6; 
}
.nav-slider .owl-nav [class*=owl-] {
    color: #989898;
    background-color: transparent;
    margin: 0;
    padding: 0;
    display: none;
}
.nav-slider .owl-nav [class*=owl-]:hover {
    color: #090909 ;
    background-color: transparent;
}
.nav-slider .owl-prev {
    left: -8%; 
    bottom: -20px;
    position: relative;
}
.nav-slider .owl-next {
    right: -8%; 
    bottom: -20px;
    position: relative;
}
/************************** /Blog styles *********************/

/***************** colord chexkboxes ************************/
/* The container */
.fable-product-color {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 27px;
    margin: 0;
}

/* Hide the browser's default checkbox */
.fable-product-color input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #dcdcdc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.fable-product-color:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.fable-product-color input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.fable-product-color input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.fable-product-color .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* start contact pages */
.techb-contact-form {
    margin-bottom: 25px;
}
#map {
 width: 100%;
 height: 420px;
 }
.techb-contact-social-links{
    justify-content: center;
}
.techb-contact-block-border { 
    min-height: 155px; 
}
.techb-rounded{
    border-radius: 10px;
}
.techb-contact-icon { 
    margin-top: -25px; 
}
.techb-contact-caption { 
    background-image: url(../images/contact-caption-back.jpg); 
}
.techb-rounded-btn:hover {
    color: #fff;
}

.techb-single-gallery-pg{
    font-size: 14px;
    line-height: 18px;
    padding: 11px 25px;
}
.techb-single-gallery-pg:hover{
    color: #fff;
}
/* end contact us pages  */

/******************Start Range Slider**********************/
 .range-slider .output, .range-slider output { 
    color: inherit; 
    font-weight: 600;
}
.range-slider [type=range]::-webkit-slider-thumb { 
    background: #E54D42; 
    width: 16px;
    height: 16px; 
}
.range-slider .track--included {
    background: #E54D42; 
    height: 8px;
}
.range-slider .track--full {
    background: #CDCDCD; 
    height: 8px; 
}
.range-slider .track {
    bottom: 33px !important;
}
/******************End Range Slider**********************/



/* start techb footer 4 */
.techb-footer-social-links a{
    color: inherit; 
    display: block;
    margin-right: 15px;
    font-size: 22px;
}
.techb-footer-links li{
    width: 100%;
}
.techb-footer-links li a{
    color: inherit; 
    font-size: 14px;
}
.techb-footer-links li a:before{
    content: "- ";
}
.copyright {
    text-align: center; 
    font-weight: 400;
    font-size: 14px;
    padding: 20px 0; 
}
.copyright p {
    color:inherit;
}
.techb-copyright-links{
    display: inline-block;
}
.techb-copyright-links-item {
    display: inline-block;
}
.techb-copyright-links-link {
    color:  inherit;
    margin: 0 3px;
}
.techb-copyright-links-link:hover {
    color: inherit;
}
.techb-copyright-links-link:before {
    content: " . ";
    margin: 0 10px; 
}
.techb-third-footer-head{
    font-size: 20px;
}
.techb-footer-image {
    background-image: url(../images/footer-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.techb-footer-image .container{
    position: relative;
    z-index: 1;
}
.techb-footer-links li a { 
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 25px;
    display: block;
}
.techb-footer-links li:last-child a{
    margin-bottom: 0;
}
.techb-footer-image .techb-footer-links li a:before{
    display: none;
}
.techb-subscribe-input {
    width: 100% !important;
    background-color: transparent;
    padding: 10px 20px;
    color: #fff !important;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}
.techb-subscribe-formgroup {
    width: 100%;
}
.techb-subscribe-btn{
    padding: 10px 30px;
    position: absolute;
    right: -1px;
    top:0;
    color: #fff;
}
.techb-subscribe-input::placeholder {
  color: #fff !important; 
}
.techb-subscribe-input:focus::placeholder  {
  color: #fff ; 
}
.techb-light-background-color .techb-subscribe-input:focus::placeholder  ,.techb-light-background-color .techb-subscribe-input::placeholder , .techb-light-background-color .techb-subscribe-input{
  color: #333 !important; 
}
/* end techb footer 4 */

/* circle prgress bar styles */
.progressbar {
    display: inline-block;
    width: auto;
    margin: 0;
}
.circle {
    width: 143px;
    height: 143px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}
.circle:after {
    width: 122px;
    height: 122px;
    content: "";
    border: 5px solid #DFDFDF;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
}
.circle canvas {
    vertical-align: middle;
    border: 1px solid #DFDFDF;
    border-radius: 50%;
    padding: 3px;
    height: 143px;
    width: 143px;
    background-color: #DFDFDF;
}
.circle div {
    position: absolute;
    top: 31%;
    left: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    z-index: 1;
    font-weight: 700;
}
.techb-circle-head {
    position: absolute;
    font-size: 13px;
    left: 0;
    top: 85px;
    z-index: 1;
    width: 100%;
    margin: 0;
}
.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}
.circle span {
    display: block;
    color: #333;
    margin-top: 12px;
}

/* owl carousel sync */
.techb-history-carousel #sync1 .item {
  background-color: transparent;
  padding:80px 0px 30px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.techb-history-carousel #sync2 .item {
  background-color: #DDDDDD;
  padding: 10px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  width: 62px;
  height: 62px; 
  margin: 0 auto;
    position: relative;
}
.techb-history-carousel #sync2 .item h1 {
    font-size: 16px;
    line-height: 41px;
    font-weight: 600;
    margin: 0;
}
.techb-history-carousel #sync2 .current .item {
  background: #E54D42;
  transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transition:all ease-in-out .3s; 
  -webkit-transition:all ease-in-out .3s; 
   -moz-transition:all ease-in-out .3s; 
   transition:all ease-in-out .3s; 
}
 
.techb-history-carousel .owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.techb-history-carousel .owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #090909;
}
.techb-history-carousel #sync1.owl-theme {
    position: relative; 
}
.techb-history-carousel #sync1.owl-theme .owl-next,
.techb-history-carousel #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.techb-history-carousel #sync1.owl-theme .owl-prev {
  left: 10px;
}
.techb-history-carousel #sync1.owl-theme .owl-next {
  right: 10px;
}
.techb-history-carousel #sync2 .owl-stage {
    margin: 0 auto;
    /* padding: 10px 0; */
    position: relative;
}
.techb-history-carousel #sync2::after {
    content: "";
    position: absolute;
    background-color: #DDDDDD;
    height: 2px;
    left: 14%;
    right: 14%; 
    top: 50%;
    z-index: -1;
}
.techb-history-carousel #sync1 .owl-item.center .item .row div.col-sm-4{
    opacity: .6;
    padding: 25px 45px;
}
.techb-history-carousel #sync1 .owl-item.center .item .row div:nth-of-type(2) {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}
.techb-history-carousel #sync1.owl-theme .owl-dot.active span, .owl-theme .owl-dot:hover span {
    background: #E54D42;
}
.techb-history-carousel #sync1.owl-theme .owl-dot span {
    background: #D5D5D5;
    width: 12px;
    height: 12px;
    margin: 0 5px;
}
.techb-history-carousel #sync1 .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 140px;
    left: 44%;
    bottom: 27px;
}
.techb-history-carousel #sync1 .owl-nav div {
    background-color: transparent;
    color: #D5D5D5;
    margin: 0;
    padding: 0;
    width: auto !important;
    height: auto !important;
    margin-top: 0 !important;
    font-size: 18px;
}
.techb-background-link{
    position: relative;
}
.techb-background-link:hover{
    color: #E54D42;
}
.techb-background-link:hover:after{
    opacity: 0;
    right: 78%;
}
.techb-background-link::after{
    position: absolute;
    content: "";
    background-color: #E54D42;
    border: 2px solid #E54D42;
    left: 0;
    right: 0;
    border-radius: 30px;
    top: 0;
    bottom: 0;
    z-index: -2;
    opacity: 1;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s; 
}
/******************Start Gallery************************/
.default-carousel-nav .owl-nav [class*=owl-]{
    border-radius: 50%;
    padding: 0;
    margin: 0;
    height: 44px;
    width: 44px;
    line-height: 44px;
    color: #E54D42;
    text-align: center;
    position: absolute;
    top: 38%;
    background-color: rgba(255,255,255,.20);
}
.default-carousel-nav .owl-nav [class*=owl-]:hover{
    background-color:  rgba(255,255,255,.5);
    color:  #E54D42;
}
.default-carousel-nav .owl-nav .owl-prev { 
    left: 20px; 
}
.default-carousel-nav .owl-nav .owl-next { 
    right: 20px; 
}
.techb-gallery-timeline-details {
    font-size: 13px !important;
}
.techb-gallery-timeline-head {
    font-size: 15px;
}
.gallery-timeline#cd-timeline {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
.gallery-timeline#cd-timeline::before { 
    width: 2px;
    background: #DFDFDF;
    top: 5%;
}
.gallery-timeline .cd-timeline-img { 
    background-color: #E54D42;
    width: 38px;
    height: 38px;
    left: 51%;
    top: 15%;
}
.gallery-timeline .cd-timeline-content .cd-date { 
    right: -55%;
    left: auto;
    text-align: right;
    top: 9%;
    font-size: 22px;
    font-weight: bold;
    opacity: 1;
}
.gallery-timeline .cd-timeline-content{
    float: left;
    padding: 0;
    width: 39%;
    box-shadow: 0 0 8px #ccc;
}
.gallery-timeline .cd-timeline-block {
    margin: 0;
}
.gallery-timeline .cd-timeline-content::before{
    content: "";
    position: absolute;
    width: 0;
	height: 0;
    top: 41px;
	border-top: 15px solid transparent;
	border-left: 25px solid #CDCDCD;
	border-bottom: 15px solid transparent;
}
.gallery-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content::before{
    content: "";
    position: absolute;
    width: 0;
	height: 0;
    border-top: 15px solid transparent;
    border-right: 25px solid #CDCDCD;
    border-bottom: 15px solid transparent;
    top: 41px;
}
.gallery-timeline  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    right: auto;
    left: -52%;
    text-align: left;    
}
.gallery-timeline  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
}
.gallery-timeline .techb-blog-head , .gallery-timeline .techb-gallery-timeline-details{ 
    padding: 0 20px;
}
.gallery-timeline .line , .gallery-timeline#cd-timeline::before{
    position: absolute;
    left: 50%;
    width: 2px;
    height: 2%;
    top: 5px;
    transform: translate(-50%);
    -o-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
}
.multi-event-timeline .line {
    left: 50%;
    height: 2%;
    top: 17px;
    margin-left: 0px;
    width: 3px;
}
.gallery-timeline .techb-blog-cat-block img{
    position: relative;
    z-index: 999;
}


.blog-timeline .cd-timeline-content { 
    padding: 0;
    box-shadow: none;
    width: 70%;
    float: right;
}
.blog-timeline .cd-timeline-content p {
     margin:  0;
}
.blog-timeline .cd-timeline-block {
    margin: 0;
}
.blog-timeline .cd-timeline-content p { 
    font-size: 14px !important;
}
#cd-timeline.blog-timeline::before { 
    width: 3px;
    background: #DFDFDF;
    left: 20%;
    margin-left: 0;
    top: 9%;
}
.blog-timeline .cd-timeline-img {
    width: 38px;
    height: 38px;
    top: 35%;
    left:21%;
}
.blog-timeline .cd-date {
    text-align: left;
    padding: 12px;
    opacity: 1;
    top: 34%;
    position: absolute;
}
.blog-timeline .line {
    position: absolute;
    left: 20%;
    width: 2px;
    height: 2%;
    top: 8%;
}
.blog-timeline .cd-date::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 25px solid #F6F6F6;
    border-bottom: 15px solid transparent;
    right: -24px;
}
.multi-event-timeline .date-circle {
    width: 73px;
    font-size: 20px;
    height: 73px;
    font-weight: 600;
    line-height: 73px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 47%;
}
.multi-event-timeline::before { 
    width: 3px;
    background-color: #DFDFDF;
}
.multi-event-timeline .timeline-items .timeline-item::after { 
    background: #B8B8B8;
    width: 60px;
    height: 60px; 
    left: calc(100% + 15.4%);
}
.multi-event-timeline .timeline-items .timeline-item{
    background-color: transparent !important;    
    box-shadow: 0 0 8px #ccc;
    padding: 15px;
    width: 35%;
    left: 7%;
    right: auto;
}
.multi-event-timeline .timeline-items .timeline-item:nth-child(odd){
    left: 57%;
}
.multi-event-timeline .timeline-items .timeline-item:nth-child(odd)::after{
    left: -107px;
}
.multi-event-timeline .timeline-items  { 
    padding-top: 115px; 
    position: relative;
}
.multi-event-timeline .timeline-items .timeline-item:nth-of-type(2n) { 
    margin-top: -381px;
}

.multi-event-timeline  .timeline-items .timeline-item::before {
    left: -25px;
    right: auto;
    border-top: 15px solid transparent !important;
    border-right: 25px solid #fff !important;
    border-bottom: 15px solid transparent;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 20px;
    -webkit-filter: drop-shadow(1px 1px 1px #ccc);
    filter: drop-shadow(0 1px 1px #ccc);
    
}
.multi-event-timeline .timeline-items .timeline-item:nth-of-type(2n)::before {
    left: -25px;
    border-top: 15px solid transparent !important;
    border-right: 25px solid #fff;
    border-bottom: 15px solid transparent;
    right: auto;
    border-left: 0 !important;
    -webkit-filter: drop-shadow(0 1px 0px #ccc);
    filter: drop-shadow(0 1px 0px #ccc);
}
.gallery-mlti-date {
    position: absolute;
    left: 115%;
    top: -15px;
    z-index: 99;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    width: 60px;
    height: 60px;
    padding-top: 8px;
    line-height: 20px;
}
.multi-event-timeline .timeline-items .timeline-item:nth-of-type(2n) .gallery-mlti-date {
    left: auto;
    right: 112%;
}
.multi-event-timeline .techb-gallery-timeline-details ,.multi-event-timeline .techb-blog-head{
    padding: 0 20px;
}
.multi-event-timeline {
    overflow: hidden;
}
.gallery-filter .portfolioFilter {
    padding: 0;
    text-align: left;
}
.gallery-filter a.current {
    background: transparent;
    border: 0;
    color: #E54D42;
}
.gallery-filter .portfolioFilter  a {
    margin-right: 0;  
    border: 0;   
    position: relative;
}
.gallery-filter .portfolioFilter a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    background-color: #BFBFBF;
    width: 1px;
    bottom: 5px;
}
.gallery-filter a:last-child::after {
    display: none;
}
.gallery-filter .portfolioContainer {
    border: 0;
    border-radius: 0;
}
.gallery-filter-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,.2);
    border-radius: 50%;
    font-size: 21px;
    text-align: center;
    line-height: 50px;
    margin: 0 4%;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.1) !important;
}
.gallery-filter-icon:after{
    content: "";
    position: absolute;
    right: -14px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.2);
    width: 2px;
    bottom: 0;
}
.img-filter-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center;
    opacity: 0;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.filter-img-block:hover .img-filter-overlay{
    opacity: 1;
}
.filter-masonry{
     -moz-column-width: 13em;
     -webkit-column-width: 13em;
     column-width: 13em;
     -moz-column-gap: 1em;
     -webkit-column-gap: 1em; 
     column-gap: 1em; 
}
.filter-masonry .isotope-item {
     display: inline-block; 
     width:  100%;  
}
.filter-masonry .filter-img-block {
    margin-bottom: 15px; 
}
.filter-masonry .col-md-3 {
    padding-right: 0;
}
.filter-masonry .row , .gallery-filter .row{
    align-items: center;
    justify-content: center;
}
.techb-gallery-circle {
    width: 38px;
    height: 38px;
    display: block;
    border-radius: 50%;
    position: relative;
    background-color: #DFDFDF;
    margin:10px auto 0;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.techb-gallery-circle::after {
    content: "";
    position: absolute;
    right: auto;
    height: 2px;
    background-color: #DFDFDF;
    width: 196px;
    top: 18px;
    left: 100%;
}
.techb-gallery-circle::before {
    content: "";
    position: absolute;
    right: 100%;
    height: 2px;
    background-color:#DFDFDF;
    width: 150px;
    top: 18px;
    left: auto;
}

.gallery-history-row {
    align-content: flex-end;
    padding: 15px 25px;
    text-align: left;
}
/******************End Gallery************************/




/* comming sson*/
#comming-soon{
    margin: 100px 0 0;
}
.comming-soon-counter{
    display: inline-block;
    font-size: 80px;
    color: #E54D42;
    font-weight: 700;
    line-height: 40px;
}
.comming-soon-counter span{
    font-size: 18px;
    font-weight: 300;
    color: #A9A9A9;
}
.techb-comming-head{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 55px;
}
.page-a { 
    display: inline-block;
    padding: 10px 53px; 
}

/*********************Start Index ***************************/
.top-row-hide{
    top: -50px;
}
.index4-transparent{
    background-color: rgba(44,62,79,.8);
}
.techb-sqr-nav .owl-nav [class*=owl-]{  
    height: 48px;
    width: 48px;
    line-height: 48px;
    color: #E54D42; 
    background-color: #fff;
    border-radius: 0;
    font-size: 23px;
    position: absolute;
    top: 38%;
    padding: 1px;
}
.techb-sqr-nav .owl-nav .owl-prev {
    left: -8%;
}
.techb-sqr-nav .owl-nav .owl-next {
    right: -8%;
}
.techb-main-head{
    font-size: 35px;
}
.table-badge { 
    top: 0;
    font-size: 18px;
    font-weight: 400;
    margin-left: 7px;
}
.line-height-large{
    line-height: 30px;
}
.table-title:after {
    content: "";
    position: absolute;
    left: 27%;
    right: 27%;
    height: 1px;
    bottom: -12px;
    background-color: inherit;
}
.table-block{ 
    border-top: 1px solid #ECF0F1;
    border-right: 1px solid #ECF0F1;
    border-left: 1px solid #ECF0F1;
    border-bottom: 3px solid #ECF0F1;
    transition:  all ease-in-out .3s;
    -o-transition:  all ease-in-out .3s;
    -webkit-transition:  all ease-in-out .3s;
    -moz-transition:  all ease-in-out .3s;
}
.table-block:hover {
    box-shadow: 0 0 10px #d2caca;
    border-top: 1px solid #ECF0F1 !important;
    border-right: 1px solid #ECF0F1 !important;
    border-left: 1px solid #ECF0F1 !important;
    border-bottom: 3px solid #E54D42;
}
.work-icon {
    font-size: 20px;
    position: relative;
}
.work-icon:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background-color: #DDDDDD;
    right: -16px;
}
.work-icon:last-child:after {
    display: none;
}
.border-hover{ 
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
}
.border-hover:hover{
    border-width: 1px;
    border-style: solid;
    border-color: #8E9297;
}
.above-date {
    bottom: 7%;
    left: 7%;
}
.above-date .day{
    font-size: 26px;
}
.above-date .month{
    font-size: 10px;
}
.techb-index-products {
    background-image: url("../images/index-products-overlay.jpg");
    height: 466px;
    margin-bottom:5%;
}
.sm-index-products{
    height: auto; 
}
.large-mb { 
    margin-bottom: 25%;
}
.sm-index-products .owl-nav {
    bottom: -18%;
    top: auto !important;
    right: auto !important;
    width: 100%;
}
.vertical-store-btns{
    margin-top: 10%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: -26%;
}
.techb-img-overlay:hover .vertical-store-btns{
    margin-right: 0;
}
.vertical-store-btns li {
    margin-bottom: 8px;
}
.circle-nav .owl-nav {
    display: block !important;
    position: absolute;
    top: -19%;
    right: 0;
}





.circle-nav .owl-nav [class*=owl-]:hover {
    background-color: #0a0a0a;
}

.techb-dots-circle {
    position: absolute;
    left: 0;
    width: 21px;
    height: 21px;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%; 
    top: 2px; 
}
.techb-dots-circle::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 6px;
    right: 6px;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}
.techb-dots-text{
   padding-left: 32px; 
}
.techb-dots-text:hover .techb-dots-circle::after{
    width: 19px;
    height: 19px;
    top: -1px;
    right: -1px;
}
.together-block{
    background-image: url("../images/together.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.together-abs-img {
    position: absolute;
    right: 15px;
    bottom: 0;
}
.together-details{    
    padding-right: 35%;
}
.techb-lus-icon {
    display: inline-block;
    height: 44px;
    text-align: center;
    width: 48px;
    padding-top: 7px;
    line-height: 32px;
    top: -1px;
    left: -1px;
}
.techb-choose-background{
    background-image: url("../images/choose-us-background.jpg"); 
}
.colored-table .table-badge{
    left: -24px;
}
.techb-table-arrow {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    -o-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}
.colored-table:hover i {
    transform: rotate(360deg);
    transition: all ease-in-out .3s;
}
.techb-price-bg{
    background-image: url("../images/table-bg.jpg"); 
}
.subscribe-index-bg{
    background-image: url("../images/talk-coasts-friends.jpg");
} 
.techb-sqr-rotation {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 270px;
    height: 270px;
    position: absolute;
    right: -60%;
    z-index: 9;
    top: 27%;
}
.techb-sqr-rotation:after {
    content: "";
    position: absolute;
    width: 110%;
    height: 110%;
    border-width: 2px;
    border-style: solid;
    bottom: -5%;
    right: -5%;
    border-color: inherit;
}
.text-rotate {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-top: 18%;
    margin-right: 11%;
}
.sm-index-products .all-index-products{
    right: 0;
    bottom: 0;
}
.center-number-table {
    width: 130px;
    height: 130px;
    right: auto;
    bottom: -41%;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -webkit-transform: translate(-50%);
}
.center-number-table  .table-badge { 
    right: 20px;
    top: 30px;
}
.testimonial-index-bg{
    background-image: url("../images/testimonial-index-bg.jpg");
}
.choose-img-border-after::after {
    content: "";
    position: absolute;
    border-width: 1px;
    border-style: solid;
    width: 99%;
    height: 100%;
    left: auto;
    bottom: -10%;
    right: 7%;
    border-color: inherit;
    z-index: -1;
}
.techb-index-services{
    background-image: url("../images/index-services-bg.jpg");
    margin-top: 6%;
    margin-bottom: 6%;
}
.techb-sqr-rotation-services {  
    right: -60%; 
    top: 17%;
}
.index-3-height{ 
    background-image: url("../images/top-header-background.jpg");
}
.center-testimonial-carousel .owl-item {
    padding: 58px 60px 23px !important; 
}
.center-testimonial-carousel .techb-testimonial-carousel-item{
    padding: 40px;
}
.testimonial-index-bg  .owl-item{
    padding: 0 2px 5px !important;
}
.testimonial-index-bg  .owl-item img { 
    margin-top: -106px !important;
    margin-bottom: 30px !important;
}
.index-3-height-caption{
    margin-top: 25%;
}
.index-traingle{
    position: relative;
    overflow: hidden;
}
.index-traingle::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
	height: 0;
	border-bottom: 100vh solid rgba(255,255,255,.75);
	border-right: 98.5vw solid transparent;
    z-index: 3;
    bottom: 0;
}
.techb-sqr-nav {
    z-index: 9;
    margin: 7% 0 10%;
}
.techb-mega-menu li .cart-block a { 
    padding: 0 !important; 
}
.cart-block{
    width: 290px !important;
}
.cart-block li , .cart-block p{
    line-height: 30px !important; 
}
/*********************End  Index **************************************/

/* Global Styles */
.overflow-hidden {
    overflow: hidden;
}
.bg-hover-transparent:hover{
    background-color: rgb(92, 158, 184);
    opacity: 0.5;
    transition: all ease-in-out .4s;
    border: none;
}
.bg-hover-transparent{
    border: none;
}
.mt-minus-13{
    margin-top: -13px;
}

.light-font{
    font-weight: 300;
}
.border-light{
    /* border: 1px solid #ECF0F1 !important; */
    border: none;
}
.regular-font{
    font-weight: 400;
}
.semi-font{
    font-weight: 600;
}
.bold-font{ 
    font-weight: 700;
}
.z-index{
    z-index: 9;
}
.border-2{
    border-width: 2px;
    border-style: solid;
}
.bg-blue{
    background-color: #5D42E5;
}
.bg-wisteria{
    background-color: #7F1F9B;
}
.bg-dark-blue{
    background-color: #1F399B;
}
.flex-center {
    justify-content: center;
    align-items: center;
    display: flex;
}
.focus-0:focus{
    box-shadow: none !important;
}
.mb-6, .my-6 {
    margin-bottom: 4rem!important;
}
.mt-6, .my-6 {
    margin-top: 4rem!important;
}
.mt-6{
    margin-top: 4rem;
}
.mb-6{
    margin-bottom: 4rem;
}
.py-6 {
    padding: 4rem 0;
}
.p-6{
    padding: 4rem;
}
.px-6 {
    padding: 0 4rem;
}
.pt-6{
    padding-top: 4rem !important;
}
.pb-6{
    padding-bottom: 4rem;
}
.pr-6{
    padding-right: 4rem;
}
.pl-6{
    padding-left: 4rem;
}
.px-7 {
    padding: 0 5rem;
}
.py-7 {
    padding: 5rem ;
}
.pl-7 {
    padding-left: 5rem;
}
.pr-7 {
    padding-right:  5rem;
}
.pt-7 {
    padding-top: 5rem;
}
.pb-7 {
    padding-bottom:5rem;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
.font-11{
    font-size: 11px;
}
.font-12{
    font-size: 12px;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size: 15px;
}
.font-16{
    font-size: 16px;
}
.font-17{
    font-size: 17px;
}
.font-18{
    font-size: 18px;
}
.font-19 {
    font-size: 19px;
}
.font-20{
    font-size: 20px;
}
.font-22{
    font-size: 22px;
}
.font-23{
    font-size: 23px;
}
.font-25{
    font-size: 25px;
}
.font-26{
    font-size: 26px;
}
.font-30{
    font-size: 30px;
}
.font-35{
    font-size: 35px;
}
.font-40{
    font-size: 40px;
}
.font-250{
    font-size: 250px;
}
.font-300{
    font-size: 300px;
}
.width-100{
    width: 100% !important;
}
.dots-0 .owl-dots{
    display: none;
}
.absolute-dots .owl-dots {
    position: absolute;
    bottom: 3%;
    width: 100%;
}
.nav-0 .owl-nav{
    display: none;
}
.nav-default .owl-nav{
    display: block !important;
}
.italic{
    font-style: italic;
}
.border-top-1 {
    border-top-width: 1px;
    border-top-style: solid;
}
.form-control:focus { 
    background-color: transparent;
    border-color: rgba(229, 77, 66, 1); 
    box-shadow: none;
}
.owl-carousel .owl-item img {
    width: auto;
    margin-right:  auto;
    margin-left:  auto;
    max-width: 100%;
}
.btn.focus, .btn:focus { 
    box-shadow: none;
}
.underline {
    text-decoration: underline;
}
a:hover , .btn-link:hover{
    text-decoration: none;
}
.just-center{
    justify-content: center;
}
.margin-l-none {
    margin-left: -15px;
}
.margin-r-none{
    margin-right: -15px;
}
.border-none{
    border: 0;
}


/* techb colors */
.techb-light-background-color {
    background-color: #F6F6F6; 
}
.techb-main-color-transparent {
     background-color: rgba(44,62,79,.9);
}

/************************** Mega Menu ******************************/
ul {
    /* list-style: none; */
    padding: 0;
    margin: 0;
}
.exo-menu{
	width: 100%;
	float: left;
	list-style: none;
	position:relative; 
    z-index: 9;
}
.exo-menu > li {	display: inline-block;}
.exo-menu > li > a{
	color: inherit;
    font-size: 15px;
    font-weight: 400;
	text-decoration: none; 
	border-right: 0;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
li.drop-down ul > li > a:hover{
	background-color:#2C3E4F;
	color:inherit;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
  display: none;
}
li.drop-down>ul{
	left: 0px;
	min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	color: #fff;
	display: block;
	text-align: left;
    padding: 13px 22px;
	text-decoration: none;
	background-color:#2C3E4F;
	border-bottom: 0;
    font-size: 14px;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
	top: 0;
	right: 0;
	left: 100%;
	width: 100%;
	display:none;
	height: 100%;
	padding: 15px;
	min-width: 742px;

}
h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 }
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
}
/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display:none;
  padding-top: 0;
  min-height: 100%;
  text-align: left;

}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #2C3E4F;
  padding-top: 15px;
  background-color: #365670
  }
.mega-menu ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block;
    text-align: left;
    color: #fff;
}
ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
	color:#fff;
	background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog{
	left:0;
	display:none;
	color:#fefefe;
	padding-top:15px;
	background:#2C3E4F;
	padding-bottom:15px;
}
.Blog .blog-title{
	color:#fff;
	font-size:15px;
	text-transform:uppercase;

}
.Blog .blog-des{
	color:#ccc;
	font-size:90%;
	margin-top:15px;
}
.Blog a.view-more{
	margin-top:0px;
}
 
/*common*/
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
	background-color: #2C3E4F;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
	display:block;
}
/*responsive*/
 @media (min-width:767px){
	.exo-menu > li > a{
	display:block;
	padding: 0 15px;
 }
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:absolute;
}
 .flyout-right>ul{
	left: 100%;
	}
	.flyout-left>ul{
	right: 100%;
}
 }
@media (max-width:767px){

	.exo-menu {
		min-height: 58px;
		background-color: #23364B;
		width: 100%;
	}
	
	.exo-menu > li > a{
		width:100% ;
	    display:none ;
	
	}
	.exo-menu > li{
		width:100%;
	}
	.display.exo-menu > li > a{
	  display:block ;
	  	padding: 20px 22px;
	}
	
.mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:relative;
}

}
a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}
/************************* Image Hover Effects *****************************/
.image-container{ 
    overflow: hidden;
    position: relative; 
}
.image-container img{
    transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
}
.translate-effect-right img{ 
    max-width: none !important;
    width: calc(100% + 60px) !important;
    transition: opacity .35s,transform .45s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-36px,0,0);
}

.zoomIn-effect img{
    width: 100%;
}
.zoomIn-effect:hover img{
    transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
     
}
.zoomOut-effect img{
    transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
}
.zoomOut-effect:hover img{
    transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1); 
     
}
.rotateIn-effect:hover img{
    transform: rotate(8deg) scale(1.4);
    -o-transform: rotate(8deg) scale(1.4);
    -webkit-transform: rotate(8deg) scale(1.4);
    -moz-transform: rotate(8deg) scale(1.4);
     
}
.rotateOut-effect:hover img{
    transform: rotate(-8deg) scale(1.4);
    -o-transform: rotate(-8deg) scale(1.4);
    -webkit-transform: rotate(-8deg) scale(1.4);
    -moz-transform: rotate(-8deg) scale(1.4);
    
}
.shine-effect::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 9999;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.shine-effect:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* Circle */
.circle-effect::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.circle-effect:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/* own css */

.widget-container > * {
    display: inline-block;
    vertical-align: top;
    /* overflow: hidden;  */
    padding-right: 0.1em;
}
.widget-vert-rotate {
    overflow: hidden;
    height: 1.5em;
    text-align: left;
}

@media only screen and (max-width: 576px) {
    .widget-vert-rotate {
        overflow: hidden;
        height: 1.5em;
        text-align: center;
    } 
}

.do_more{
    color: #fff;
    font-family: Poppins;
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
}

.text_content{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;

}

.banner_content_text{
    color: #d8d8d8;
    padding-left: 10%;
    padding-right: 18%;
    font-family: poppins;
    font-weight: 300;
    font-size: 16px;
}

.techb-logo {
    width: 70% !important;
    height: 70px !important;
}

.nav-item{
    padding-right: 40px;
    color: white;
}


.nav-link{
    color: white !important;
}

.nav-link:hover{
    color: #FF9F05 !important;
}

.navbar{
    padding: 0rem 2rem !important;
}

.bg-dark1{
    background-color: #232323!important;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


@media only screen and (max-width: 576px) {
    .techb-logo {
        width: 70% !important;
        height: 35px !important;
    }
    .nav-item{
        padding-right: 0px;
        color: white;
    }
}

.index_head_change{
    color: #FF9F05;
    font-family: Poppins;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
}

.row{
    margin-right: 0px !important;
    margin-left: 0px !important;
}


.who_we_title{
    color: #232323;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.who_we_subtitle{
    color: #0560E8;
    font-size: 35px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;  
}

.who_we_content{
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
}

.caption{
    padding: 3%;
    padding-right: 6%;
    position: absolute; 
    /* top: 15%; 
    right:1%;  */
    width:52%; 
    background-color: white;
    top: 50%;
    right: 1%;
    transform: translate(1%, -50%);
}

.who_we_herf{
    font-size: 17px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}
.know_more{
    text-decoration: underline;
}
.who_we_img{
    width: 75% !important;
    content:url(../images/home/who_we_are_web.webp);
}

@media only screen and (max-width: 768px) {
    .hide_blog_connect{
        display: none;
    }
    .caption {
        padding: 3%;
        padding-right: 6%;
        position: absolute;
        top: 50%;
        right: 1%;
        transform: translate(1%, -50%);
        width: 59%;
        background-color: white;
    }

    .who_we_title {
        color: #232323;
        font-family: Poppins;
        font-size: 13px;
        font-weight: 700;
        line-height: 0px;
        letter-spacing: 0em;
        text-align: left;
    }

    .who_we_subtitle {
        color: #0560E8;
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: 0em;
        text-align: left;
    }

    .who_we_content {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
    }
    .know_more_img{
        width: 5%;
    }
}

@media only screen and (max-width: 576px) {

    .hide_blog_connect{
        display: none;
    }
    .who_we_img{
        width: 100% !important;
        content:url(../images/home/who_we_are_mobile.webp);
    }

    .caption{
        padding: 3%;
        /* margin-top: 8%; */
        padding-right: 10%;
        position: absolute; 
        /* top: 5%; 
        right:0%;  */
        top: 50%;
        right: 1%;
        transform: translate(1%, -50%);
        width:80%; 
        background-color: white;
        border-radius: 0px; 
    }

    .who_we_title{
        color: #232323;
        font-family: Poppins;
        font-size: 11px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
    }
    
    .who_we_subtitle{
        color: #0560E8;
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;  
    }
    
    .who_we_content{
        font-size: 11px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
    }

    .who_we_herf{
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #000;
    }

    .know_more_img{
        width: 5%;
    }
}

/* Contact page css */
.contact_head{
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    text-align: left;
    margin-top: 5%;
}

.contact_detail{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.back_div {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: transparent;
    padding: 50px;
    font-size: 20px;
}

.check_box{
    font-family: Poppins;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}




.contactus-query-form-div {
    -ms-flex-item-align: top;
    align-self: top;
    height: 6rem;
}

.z-index-1 {
    z-index: 1;
}

.position-absolute {
    position: absolute!important;
}

.back_herf {
    color: #f3f3f3 !important;
    text-decoration: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 2%;

}
.contact_scroll{
    height:100vh;
    overflow: scroll;
}


.contact_cloud_image{
    content:url(../images/contact_us/cloud.webp);
    width: 98% !important;
    height: 100%!important; 

}

.contact_web_image{
    content:url(../images/contact_us/web.webp);
    width: 98% !important;
    height: 100%!important; 
}

.contact_mobile_image{
    content:url(../images/contact_us/mobile.webp);
    width: 98% !important;
    height: 100%!important; 
}

.contact_iot_image{
    content:url(../images/contact_us/iot.webp);
    width: 98% !important;
    height: 100%!important; 
}

.contact_uiux_image{
    content:url(../images/contact_us/uiux.webp);
    width: 98% !important;
    height: 100%!important; 
}

.contact_home_image{
    content:url(../images/contact_us/contact.webp);
    width: 98% !important;
    height: 100%!important; 
}

@media only screen and (max-width: 576px) {
    .hide_contact_img{
        display:none;
    }

    .contact_scroll{
        height:100%;
        overflow: scroll;
    }

    .field_head{
        padding-top: 7%;
    }
    .check_box{
        font-family: Poppins;
        font-size: 12px !important;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        padding-top: 3%;
    }

    .contact_head{
        font-size: 35px !important;
        font-weight: 600 !important;
        line-height: 45px !important;
        text-align: left !important;
        margin-top: 21%!important;
    }

    .send_button{
        text-align: center;
        margin-bottom: 10% !important;
    }
}

@media only screen and (max-width: 768px) {

    .contact_head{
        font-size: 45px;
        font-weight: 600;
        line-height: 45px;
        text-align: left;
        margin-top: 8%;
    }

    .contactus-query-form-div {
        -ms-flex-item-align: top;
        align-self: top;
        height: 4rem;
        /* margin-bottom: 10px; */
    }
    
    .hide_contact_img{
        display:none;
    } 
    .contact_scroll{
        height:100%;
        overflow: scroll;
    }

    .check_box{
        font-family: Poppins;
        font-size: 12px !important;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;

    }

    .back_herf {
        color: #030303 !important;
        text-decoration: none;
        background-color: transparent;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        padding-left: 2%;
    }
    .send_button{
        text-align: center;
        margin-bottom: 5%;
    }
}
/* Contact page css */


/* Footer Css */

.footer_follow{
    font-family: Poppins;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.footer_head_div{
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .footer_head_div{
        padding-top: 2%;
        padding-bottom: 2%;
        text-align: center;
    } 
}

@media only screen and (max-width: 576px) {
    .footer_head_div{
        padding-top: 2%;
        padding-bottom: 2%;
        text-align: center;
    } 
}


.footer_head_div span{
    margin-top: 5px;
    padding-right: 2%;
}
.footer_head_div span a{
    padding-left: 10px;
    padding-right: 10px;
}

.footer_icons{
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.footer_content_head{
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.footer_content_detail{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: justified;
    color: white;
    padding-right: 30px;
    opacity: 50%;
}

.a_tag_height {
    color: white;
    opacity: 50%;
}

.a_tag_height:hover {
    color: #FF9F05 ;
    opacity: 100%;
    text-decoration: none;
}

.footer_icon{
    color: white;
    /* opacity: 50%; */
}

.footer_icon_content{
    color: white;
    opacity: 50%;
}

.a_tag_footer {
    color: white;
    opacity: 50%;
    padding-right: 8%;
}



/* Footer css */

/* index css */

@media only screen and (min-width: 769px) {
    .circle-nav .owl-nav {
        display: block !important;
        position: absolute;
        top: -19%;
        right: 0;
    }  

    .our_products{
        font-size: 45px;
        font-weight: 700;
        line-height: 50px;
        letter-spacing: 0em;
        text-align: left;
        
    }

    .circle-nav .owl-nav [class*=owl-] {
        margin: 0 5px;
        padding: 0;
        background-color: rgb(255, 255, 255);
        width: 39px;
        height: 39px;
        border-radius: 50%;
        line-height: 37px;
        font-size: 14px;
        font-weight: normal;
        border: 2px solid #232323;
    }
}

.iot_img_why_div{
    height:88.1%;
}

.iot_img_why{
    content:url(../images/home/smart_lock.webp);
}
@media only screen and (min-width: 769px) {
    .blog_connect_position{
        position: absolute;
        top: 50%;
        transform: translate(1%, -50%);
    }
}

@media only screen and (max-width: 768px) {
    .iot_img_why{
        content:url(../images/home/smart_lock_mobile.webp);
    }

    .techb_overlay_width6 {
        width: 100% !important;
    }
    
    .iot_tab_height{
        height: 100% !important;
    }
    .iot_img_why_div{
        height:100%;
    }

    .circle-nav .owl-nav {
        display: block !important;
        position: absolute;
        top: -30%;
        right: 0;
    }  

    .our_products{
        font-size: 37px;
        font-weight: 700;
        line-height: 50px;
        letter-spacing: 0em;
        text-align: left;
        
    }

    .circle-nav .owl-nav [class*=owl-] {
        margin: 0 5px;
        padding: 0;
        background-color: rgb(255, 255, 255);
        width: 39px;
        height: 39px;
        border-radius: 50%;
        line-height: 37px;
        font-size: 14px;
        font-weight: normal;
        border: 2px solid #232323;
    }



    .blog_connect {
        font-family: Poppins;
        font-size: 2.8rem !important;
        font-weight: 700 !important;
        line-height: 50px !important;
        letter-spacing: 0em !important;
        text-align: left !important;
        color: white;
        padding-top: 5% !important;
        padding-left: 4% !important;
        margin-left: 0rem!important;
        
    }
    
    .blog_connect_content {
        font-family: Poppins;
        font-size: 1rem !important;
        font-weight: 100 !important;
        line-height: 23px !important;
        letter-spacing: 0em !important;
        text-align: left;
        color: white;
        margin-left: 0rem!important;
        margin-top: 1rem!important;
        opacity: 90%;
        padding-right: 8%;
        padding-left: 4% !important;
        width: 100% !important;
    }
    
    .blog_connect_button{
        font-family: Poppins;
        font-size: 20px !important;
        font-weight: 400;
        letter-spacing: 0em;
        text-align: left;
        color: white;
        padding-left: 0% !important;
        margin-left: 1.8rem!important;
        margin-top: 1rem!important;
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 576px) {
    .circle-nav .owl-nav {
        display: block !important;
        position: absolute;
        top: -14%;
        right: 0;
        font-size: 20px;
    }   

    .our_products{
        font-size: 24px;
    }


    .circle-nav .owl-nav [class*=owl-] {
        margin: 0 5px;
        padding: 0;
        background-color: rgb(252, 249, 249);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 28px;
        font-size: 10px;
        font-weight: normal;
        border: 2px solid #232323;
    }

    .blog_connect {
        font-family: Poppins;
        font-size: 1.8rem !important;
        font-weight: 700 !important;
        line-height: 38px !important;
        letter-spacing: 0em !important;
        text-align: left !important;
        color: white !important;
        padding-top: 12% !important;
        padding-left: 0% !important;
        margin-left: 1rem!important;
    }
    
    .blog_connect_content {
        font-family: Poppins;
        font-size: 0.8rem !important;
        font-weight: 100 !important;
        line-height: 23px !important;
        letter-spacing: 0em !important;
        text-align: left !important;
        color: white !important;
        margin-left: 0rem!important;
        margin-top: 1rem!important;
        opacity: 90%;
        padding-left: 5% !important;
        width: 100%;
    }
    
    .blog_connect_button{
        font-family: Poppins;
        font-size: 20px !important;
        font-weight: 400 !important;
        letter-spacing: 0em !important;
        text-align: left !important;
        color: white !important;
        padding-left: 7% !important;
        margin-left: 0rem!important;
        margin-top: 1rem!important;
        margin-bottom: 2rem !important;
        padding-left: 5% !important;
    }
}

.banner_head_text{
    font-family: Poppins;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}
.lets_talk_btn{
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;    
    background-color: rgba(5, 96, 232, 1) !important;
    border: none;
    color: white !important;
    width: 140px;
    height: 40px;
    font-size: 14px !important;
    align-items: center;
    justify-content: top;
    border-radius: 2px!important;
}

.bg-rules{
    background-position: center top;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
}

.techb-main-text-color{
    color: #ffffff ;
    font-size: 55px !important;
}


.container-fluid2{
    padding-top: 0px !important;
    padding-left: 1%!important;
}

.copy_right{
    text-align: right;
}
@media only screen and (max-width: 576px) {
    .banner_head_text{
        font-family: Poppins;
        font-size: 40px;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: 0em;
        text-align: center;
        color: white;
    }
    .index_head_change{
        color: #FF9F05;
        font-family: Poppins;
        font-size: 40px;
        font-weight: 700;
        line-height: 50px;
        letter-spacing: 0em;
        text-align: center;
    }

    .banner_content_text{
        color: #d8d8d8;
        padding-left: 4%;
        padding-right: 4%;
        font-family: poppins;
        font-weight: 300;
        font-size: 16px;
    }

    .copy_right{
        margin-top: 10px;
        text-align: left;
    }
    .footer_icon{
        padding: 0 !important;
        margin: 0 !important;
    }
    .techb-main-text-color{
        color: #ffffff ;
        font-size: 35px !important;
    }

    .container-fluid2{

        padding-top: 0px !important;
        padding-left: 0%!important;
    
    }

    .cover{
        font-size: 60px !important;
        padding-left: 0px !important;
    }

    .work_flow{
        padding:1%;
        padding-left: 1% !important;
    }

    .heading_para{
        font-family: Poppins;
        font-size: 28px !important;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        /* text-align: center;     */
    }

    .detail_para{
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .banner_head_text{
        font-family: Poppins;
        font-size: 40px;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: 0em;
        text-align: center;
        color: white;
    }
    .index_head_change{
        color: #FF9F05;
        font-family: Poppins;
        font-size: 40px;
        font-weight: 700;
        line-height: 50px;
        letter-spacing: 0em;
        text-align: center;
    }

    .banner_content_text{
        color: #d8d8d8;
        padding-left: 4%;
        padding-right: 4%;
        font-family: poppins;
        font-weight: 300;
        font-size: 16px;
    }

    .copy_right{
        margin-top: 10px;
        text-align: left;
    }
    .footer_icon{
        padding: 0 !important;
        margin: 0 !important;
    }
    .techb-main-text-color{
        color: #ffffff ;
        font-size: 35px !important;
    }

    .container-fluid2{

        padding-top: 0px !important;
        padding-left: 0%!important;
    
    }

    .get_start{
        background-color: rgba(5, 96, 232, 1) !important;
        border: none;
        color: white !important;
        padding-top: 2.3% !important;
        margin-right: 2%;
        width: 160px;
        height: 50px;
        font-size: 14px !important;
        border-radius: 2px!important;
    }
    
    .lets_talk{
        border: 1px solid white !important;
        color: white !important;
        border: none;
        color: white !important;
        padding-top: 2.3% !important;
        margin-right: 2%;
        width: 160px;
        height: 50px;
        font-size: 14px !important;
        border-radius: 2px!important;
    }
}

.borders{
    border: 1px solid rgb(8, 8, 8);
}

.work_flow_head{
    font-family: Poppins;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    padding-top: 3%;
}

.work_flow_detail{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}

.view_all_btn{
    height:40px !important;
    width: 120px !important;
    border-radius: 2px !important;
}

.work_flow{
    padding-left:12%;
}

.area {
    position: relative;
    flex: 1 0 auto;
}
  
.area .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: none;
    opacity:1;
    font-size: 70px;
    font-weight: 700;
    line-height: 88px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 3%;
    color: white;

}


.heading_para{
    font-family: Poppins;
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0em;
    padding-left: 0;
    /* text-align: center;     */
}
.detail_para{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.div_white{
    background-color: white;
}

.div_black{
    background-color: black;
}

.btn_transparent{
    border: 1px solid rgba(5, 96, 232, 1) !important;
    color: rgba(5, 96, 232, 1) !important;
}


.btn_transparent:hover{
    background-color:  rgba(5, 96, 232, 1) !important;
    color: rgb(255, 255, 255) !important;
}

.creativity_details{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 4%;
}

.a_tag_creativity{
    color: rgb(7, 7, 7);
    font-weight: 700;
}

.talk_to_experts{
    background-color: rgba(5, 96, 232, 1) !important;
    border: none;
    color: white !important;
    padding-top: 7.7% !important;
    margin-right: 2%;
    width: 170px;
    height: 50px;
    font-size: 14px !important;
    border-radius: 2px!important;
    font-weight: 300!important;
}

@media only screen and (min-width: 769px) {
    .get_start{
        background-color: rgba(5, 96, 232, 1) !important;
        border: none;
        color: white !important;
        padding-top: 1.3% !important;
        margin-right: 2%;
        width: 160px;
        height: 50px;
        font-size: 14px !important;
        border-radius: 2px!important;
    }

    .lets_talk{
        border: 1px solid white !important;
        color: white !important;
        border: none;
        color: white !important;
        padding-top: 1.3% !important;
        margin-right: 2%;
        width: 160px;
        height: 50px;
        font-size: 14px !important;
        border-radius: 2px!important;
    }
}


@media only screen and (max-width: 576px) {
    .get_start{
        background-color: rgba(5, 96, 232, 1) !important;
        border: none;
        color: white !important;
        padding-top: 4% !important;
        margin-right: 2%;
        width: 160px;
        height: 50px;
        font-size: 14px !important;
        border-radius: 2px!important;
        margin-top: 5%;
    }
    
    .lets_talk{
        border: 1px solid white !important;
        color: white !important;
        border: none;
        color: white !important;
        padding-top: 4% !important;
        margin-right: 2%;
        margin-top: 5%;
        width: 160px;
        height: 50px;
        font-size: 14px !important;
        border-radius: 2px!important;
    }

    .talk_to_experts {
        background-color: rgba(5, 96, 232, 1) !important;
        border: none;
        color: white !important;
        padding-top: 5.8% !important;
        /* margin-right: 2%; */
        width: 150px;
        height: 38px;
        font-size: 12px !important;
        margin-bottom: 5% !important;
        margin-top: 1% !important;
    }

}

.who_we_are_div1 {
    position: relative;
    flex: 1 0 auto; 
    padding-bottom: 5%;
}
  
.who_we_are_div1 .who_we_are_div2 {
    position: absolute;
    top: 0;
    right: 1;
    bottom: 0;
    left: 0;
    background: none;
    opacity:1;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 3%;
    color: white;

}

.fa-arrow-right{
    color: #009FE1 !important;
}
.menu_button{
    margin:auto;
    display:block;
    left:48%;
    margin-bottom: 3%;
}


.view_button{
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;    
    background-color: rgba(5, 96, 232, 1) !important;
    border: none;
    color: white !important;
    width: 120px;
    height: 40px;
    font-size: 14px !important;
    align-items: center;
    justify-content: top;
    border-radius: 2px!important;

    margin:auto;
    display:block;
    left:48%;
    margin-bottom: 3%;
}
/* index css */




























/* sitemap */
.site_head{
    /* font-family: Poppins; */
    font-size: 26px;
    font-weight: 600;
    /* line-height: 38px; */
    letter-spacing: 0em;
    text-align: center;
}

.sitemap_herf{
    /* font-family: Poppins; */
    font-size: 21px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(5, 96, 232, 1);
}

.site_content{
    border-left:1px solid rgba(0, 0, 0, 1);
    margin-top: 0px;
}

.site_content p a{
    margin-left: 13%;
    margin-top: 25%;
}

.div_mx{
    margin-left: 3rem!important;
    margin-left: 3rem!important;
}

.site_map_div{
    padding-left: 20%;
}


.site_map_div ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.site_map_div ul li::before {
    content: "- ";
    color: red; /* or whatever color you prefer */
}



@media only screen and (max-width: 768px) {
    .div_mx{
        margin-left: 0rem!important;
        margin-left: 3rem!important;
        margin-bottom: 10px !important;
    }

    .sitemap_herf{
        font-size: 17px !important;
    }
    

}

@media only screen and (max-width: 576px) {
    .div_mx{
        margin-left: 0rem!important;
        margin-left: 0rem!important;
        margin-bottom: 10px !important;
    }

}

/* sitemap */


/* blog detail css */

.index_head_font{
    font-size: 55px;
    color: white;
}

.blog_detail_container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.blog_detail_container_div{
    padding-left:10%;
     padding-right:10%;
}

.blog_detail_content{
    /* font-family: Poppins; */
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: justified;
    color: rgba(35, 35, 35, 1);
}

.blog_detail_content ul{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: justified;
    color: rgba(35, 35, 35, 1);
}



.blog_detail_content_head{
    /* font-family: Poppins; */
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #232323;
}

.blog_detail_content_head_sub{
    font-family: Poppins;
    font-size: 25px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;    
}

.blog_detail_content_bold{
    /* font-weight: 500; */
    font-weight: bold !important;
}

.blog_detail_content_underline{
    font-weight: bold !important;
    text-decoration: underline;
    line-height: 55px;;
}
.blog_detail_content_git{
    border: 1px solid gray;
    padding: 3%;
    margin: 0;
}
.blog_detail_content_git1{
    border: 1px solid gray;
    padding: 1%;
    /* padding: 0; */
    margin: 0;

}
.blog_detail_content_git span{
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
}

@media only screen and (max-width: 576px) {

    .blog_detail_content_underline{
        font-weight: bold !important;
        text-decoration: underline;
        line-height: 30px;
    }

    .mobile_space{
        margin-top: 30%;
    }
    .index_head_font{
        font-size: 32px !important;
        color: white;
    }

    .blog_detail_container{
        width: 100%;
        padding:0 !important;
        margin: 0 !important;
    }

    .blog_detail_content_git span{
        font-size: 14px;
        font-weight: 400;
        line-height: 35px;
        letter-spacing: 0em;
        text-align: left;
    }

    .blog_detail_content_git1{
        font-size: 12px;
    }

    .blog_detail_content li span{
        font-family: Poppins;
        font-size: 12px;
        position: relative;
        left: -10px;
        padding-left: 10px;
    }

    .blog_detail_content li {
        font-family: Poppins;
        font-size: 14px;
        position: relative;
        padding-left: 10px;
    }

    .blog_detail_content_li {
        font-family: Poppins;
        font-size: 16px;
        position: relative;
        padding-left: 10px;
    }

    .blog_detail_container{
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0;
        margin-left: 0;
    }
    .blog_detail_container_div{
        padding-left:1%;
        padding-right:1%;
        margin: 0 !important;
    }

    .blog_detail_content{
        font-size: 14px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: justified;
        color: rgba(35, 35, 35, 1);
    }

    .blog_detail_content_head{
        font-size: 25px;
        font-weight: 600;
        line-height: 33px;
        letter-spacing: 0em;
        text-align: left;
        color: #232323;
    
    }
}
.green_span{
    color:  rgba(38, 174, 15, 1);
}

.blue_span{
    color: rgba(5, 96, 232, 1);
}


.article_head{
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color:gray;
    /* text-transform: uppercase; */
    padding-left: 6% !important;
}


.article_detail{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color:rgba(35, 35, 35, 1);
}

.article_detail_height{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color:rgba(35, 35, 35, 1);
    min-height: 90px;
}

.article_border{
    border: 0.5px solid #e2d7d7;
}

.article_last{
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    padding: 0;
}

.blog-connect-div { 
    padding: 0 !important;
    margin: 0 !important;
    background-color: black;
}

.blog-connect_img{
    height:70%;
    width: 100%;
}

.container-fluid1{
    width:100%;
}

.blog_connect{
    font-family: Poppins;
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    /* padding-top: 15%; */
    padding-left: 2%;
    margin-left: 3rem;
    opacity: 90%;
    width: 84%;
}

.blog_connect_content{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: white; 
    margin-left: 3rem;
    margin-top: 2rem;
    padding-left: 2%;
    width: 76%;
}

.blog_connect_button{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    padding-left: 2%;
    margin-left: 3rem;
    margin-top: 2rem;
}


.blog_space{
    padding-right: 14%;
}

.author_name{
    padding-left: 2%;
}

@media only screen and (max-width: 576px) {

    .article_last{
        font-size: 12px;
        font-weight: 300;
        line-height: 0px;
        letter-spacing: 0em;
        text-align: left;
        /* padding: 0 !important;
        margin: 0; */
        text-align: left;
    }
    .blog_space{
        padding-right: 24% !important;
        padding-left: 2%;
    }

}

@media only screen and (max-width: 768px) {
    .blog_space{
        padding-right: 5%;
    }
    .index_head_font{
        font-size: 40px;
        color: white;
        margin-top: 21%;
    }
}
/* blog detail css */



/* about us */

.about-overlay { 
    position: absolute;
    bottom: 0; 
    left: -4%;
    right: 0;
    top: 35%;
    
}

.about-overlay1 { 
    position: absolute;
    bottom: 0; 
    left: -3%;
    right: 0;
    top: 43%;
    
}

.w-80{
    width: 100%;
    height: 40% !important;
}

.about_content_head{
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

.what_we{
    font-family: Poppins;
    font-size: 25px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
}

.what_we_head{
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: left;
    /* width: 80%; */
}

.what_we_detail{
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
}

.about_li{
    padding-left: 5%;
    margin-top: 8%;
    border-left: 4px solid rgba(5, 96, 232, 1);
}

.about_li ul li{
    text-align: left;
    margin-top: 3%;
}

.about_background_div {
    background-image: url(../images/about/about_background.webp);  
}

.about_us_background{
    background-image: url(../images/about/about_banner.webp); 
}
.about_us{
    font-family: Poppins;
    font-size: 25px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    color: white;

}

.about_us_head{
    font-family: Poppins;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: 0em;
    color: white;
}

.about_us_content{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

.about_us_side_head{
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    color: white;
}

.about_us_side_content{
    font-family: Poppins;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

.about_us_px4
{
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
}

.about_us_img{
    width: 100%;
}

.banner_heading{
    font-family: Poppins;
    font-size: 55px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

@media only screen and (max-width: 768px) {

    .about_us_background{
        background-image: url(../images/about/about_banner_tab.webp); 
    }

    .about_us_img{
        width: 75% !important;
    }

    .about_content_head{
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 38px !important;
        letter-spacing: 0em !important;
        text-align: center !important;
    }

    .about-overlay { 
        position: absolute;
        bottom: 0; 
        left: -3% !important;
        right: 0;
        top: 38% !important;
    }

    .about-overlay1 { 
        position: absolute;
        bottom: 0; 
        left: -3% !important;
        right: 0;
        top: 38% !important;
    }

    .about_overlay_height{
        margin-top: 15%;
    }

    .about_li{
        padding-left: 10%;
        border-left: 4px solid rgba(5, 96, 232, 1);
    }

    .about_li ul li{
        text-align: left;
        margin-top: 3%;
        font-size: 16px;
    }
}

@media only screen and (max-width: 576px) {
    .about_us_background{
        background-image: url(../images/about/about_banner_mobile.webp); 
    }
    .about_us_px4
    {
        padding-left: 0rem!important;
        padding-right: 0rem!important;
    }

    .tags_div button{
        font-size: 12px;
    }

    .what_we_offer{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .about-overlay { 
        position: absolute;
        bottom: 0; 
        left: 20%;
        right: 0;
        top: 43%;
        
    }
    
    .about-overlay1 { 
        position: absolute;
        bottom: 0; 
        left: 18%;
        right: 0;
        top: 44%;
        
    }

    .about_content_head{
        font-size: 22px !important;
        font-weight: 600 !important;
        line-height: 38px !important;
        letter-spacing: 0em !important;
        text-align: center;
    }

    .about_overlay_height{
        margin-top: 11%;
    }

    .about_li{
        padding-left: 10%;
        border-left: 4px solid rgba(5, 96, 232, 1);
    }

    .about_li ul li{
        text-align: left;
        margin-top: 3%;
        font-size: 16px;
    }

    .what_we_head{
        font-size: 37px;
        font-weight: 600;
        line-height: 45px;
        letter-spacing: 0em;
        text-align: left;
        /* width: 80%; */
    }

    .about_us{
        font-family: Poppins;
        font-size: 21px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0em;
        color: white;
    }

    .about_us_head{
        font-family: Poppins;
        font-size: 35px;
        font-weight: 600;
        line-height: 47px;
        letter-spacing: 0em;
        color: white;
    }
    
    .about_us_content{
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
        line-height: 35px;
        letter-spacing: 0em;
        text-align: center;
        color: white;
    }

    .what_we_detail{
        font-size: 16px;
        font-weight: 400;
        line-height: 35px;
        letter-spacing: 0em;
        text-align: left;
    }

    .about_us_side_head{
        font-family: Poppins;
        font-size: 27px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0em;
        color: white;
    }
    
    .about_us_side_content{
        font-family: Poppins;
        font-size: 20px;
        font-style: italic;
        font-weight: 400;
        line-height: 35px;
        letter-spacing: 0em;
        text-align: center;
        color: white;
    }
}



/* about us */


/* blog */

.blog_head{
    font-family: Poppins;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
}


.input-group{
    width: 70% !important;
    padding-top: 0px !important;
}

.image_zoom img{ 
    max-width: none !important;
    width: calc(100% + 60px) !important;
}

.padding_margin{
    padding: 0px !important;
    margin: 0px !important;
}

.author_img{
    height: 50px;
    width:50px;
}


.article_detail_lattest{
    /* font-family: Poppins; */
    font-size: 28px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    
}

.blog_filter_name{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    border: none !important;
}

.empty_space{
    padding: 4%;
}

.blog_height{
    min-height: 230px;
}

.articles_heights{
    min-height: 90px;
}

.articles_height{
    min-height: 120px;
}

/* blog */

/* service */

.web_development_background{
    background-image: url(../images/web_development/web_development_banner.webp); 
    margin-bottom: 9% !important;
}

.mobile_development_background{
    background-image: url(../images/mobile_development/mobile_banner.webp); 
    margin-bottom: 9% !important;
}

.ui_ux_background{
    background-image: url(../images/ui_ux_design/ui_ux_banner.webp); 
    margin-bottom: 9% !important;
}

.iot_platfrom_background{
    background-image: url(../images/iot_platforms/iot_banner.webp); 
    margin-bottom: 9% !important;
}

.cloud_background{
    background-image: url(../images/cloud_infrastructure/cloud_banner.webp); 
    margin-bottom: 9% !important;
}



@media only screen and (max-width: 568px) {
    .web_development_background{
        background-image: url(../images/web_development/web_development_mobile.webp); 
        margin-bottom: 9% !important;
    }
    
    .mobile_development_background{
        background-image: url(../images/mobile_development/mobile_banner_mob.svg); 
        margin-bottom: 9% !important;
    }

    .iot_platfrom_background{
        background-image: url(../images/iot_platforms/iot_banner_mobile.webp); 
        margin-bottom: 9% !important;
    }

    .ui_ux_background{
        background-image: url(../images/ui_ux_design/ui_ux_banner_mobile.webp); 
        margin-bottom: 9% !important;
    }

    .cloud_background{
        background-image: url(../images/cloud_infrastructure/cloud_banner_mobile.webp); 
        margin-bottom: 9% !important;
    }

}

@media only screen and (max-width: 768px) {
    .web_development_background{
        background-image: url(../images/web_development/web_development_tab.webp); 
        margin-bottom: 9% !important;
    }
    
    .mobile_development_background{
        background-image: url(../images/mobile_development/mobile_banner_tab.webp); 
        margin-bottom: 9% !important;
    }

    .iot_platfrom_background{
        background-image: url(../images/iot_platforms/iot_banner_tab.webp); 
        margin-bottom: 9% !important;
    }

    .ui_ux_background{
        background-image: url(../images/ui_ux_design/ui_ux_banner_tab.webp); 
        margin-bottom: 9% !important;
    }

    .cloud_background{
        background-image: url(../images/cloud_infrastructure/cloud_banner_tab.webp); 
        margin-bottom: 9% !important;
    }
    
}
.half-width-testimonial .owl-item{
    padding: 0 !important;
}
.half-width-testimonial .owl-stage-outer {
    padding: 5px;
}
.half-width-testimonial .techb-testimonial-carousel-item { 
    width: 100%; 
}
.half-width-testimonial .techb-testimonial-detail { 
    padding: 15px;
}
.half-width-testimonial .owl-nav {
    position: absolute;
    top: 15%;
    left: 15px;
    margin: 0;
    right: 15px;
}
.half-width-testimonial .owl-nav [class*=owl-] {
    position: absolute;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.half-width-testimonial .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: #070707;
}
.half-width-testimonial .owl-next { 
    right: 0;
}
.half-width-testimonial .owl-prev {
    left: 0 !important; 
}

.service_line{
    /* height: 0.5px ; */
    background-color: rgba(255, 255, 255, 1) ;
    width: 93%;
    
}

.service_head{
    color: white;
    font-family: Poppins;
    font-size: 50px;
    font-weight: 700;
    line-height: 69px;
    letter-spacing: -0.005em;
    text-align: left;
}


.a_tag_service{
    color: white;
    text-decoration: underline;
    font-size: 20px;
}

.a_tag_service:hover{
    color: white !important;
}

.back_brown{
    background-color:rgba(35, 35, 35, 1);
    padding: 5%;
}

.service_div{
    padding: 3% !important;
    padding-top: 0px !important;
}
.service_para_head{
    font-family: Poppins;
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    width: 100%;
    padding-top: 10%;
}

.service_para_detail{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    
}

.approach_head{
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    padding: 2%;
}

.capabilities_head{
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    padding: 2%;
    margin-left: 3rem!important;
}

.capabilities_content_head{
    font-family: Poppins;
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 2%;
    border-left: 4px solid rgba(5, 96, 232, 1);
    width: 90%;
    margin-left: 3rem!important;
}




.aproach_detail{
    font-family: Poppins;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    margin-top: 3%;
}

.img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }







* {
    box-sizing: border-box;
  }

.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
}
    
.accordion-list li {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      background-color: #FFF;
      padding: 20px;
      margin: 0 auto 15px auto;
      border-bottom: 1px solid rgb(192, 184, 184);
      cursor: pointer;
}
      
.accordion-list li .active h3:after{
         
    transform: rotate(45deg);
}
      
.accordion-list h3 {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    /* font-size: 15px; */
    letter-spacing: 0.01em;
    cursor: pointer;
}
        
.accordion-list h3::after {
    /* content: "\f2f1" !important; */
    content: url('../images/down_arrow.svg');
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 0;
    color: #070707;
    transition: all 0.3s ease-in-out;
    font-size: 42px;
    /* display: none; */
}
   
.accordion-list h3::before {
    /* content: "\f2f1" !important; */
    position: absolute;
    right: 0;
    top: 0;
    color: #080808;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    display: none;
}

      
.accordion-list div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
        
.accordion-list p {
    position: relative;
    display: block;
    font-weight: 300;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 14px;
}



.accordian_head{
    font-family: Poppins;
    font-size: 30px;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: left;
    color: #009FE1;    
}

.accordian_head1{
    font-family: Poppins;
    font-size: 40px;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: left;
    color: #009FE1;    
}

.accordian_img{
    padding: 2%;
    border: 1px solid gray;
    /* height: 50%; */
    /* width: 50%; */
}

.accordian_content{
    font-size: 20px !important;
    font-weight: 400;
    line-height: 38px !important;
    letter-spacing: 0em;
    text-align: left;  
    /* text-transform: capitalize;   */
}

.benifits{
    font-size: 25px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
}

.benifits_head{
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    width: 70%;
}

.benifits_li_div{
    border-left: 5px solid #0560E8;
    padding-left: 3%;
}

.benifits_li{
    font-size: 25px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: left; 
}

.w-86{
    width: 100% !important;
}

.our_solution{
    font-family: Poppins;
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 3%;
}

.benifits_row{
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 1.5rem!important;
}

.related_article_div
{
    padding: 3rem!important;
}

.w-33{
    width: 33%!important;
}
.w-96{
    width: 96.88px !important;
    height: 79.69px !important;
}

.w-99{
    width: 99.88px !important;
    height: 82px !important;
}

.w-81{
    width: 81px !important;
    height: 81.4px !important;
}

.w-83{
    width: 83px !important;
    height: 83px !important;
}

.w-40 {
    width: 40.5%!important;
}

.service_video_head{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}


@media only screen and (max-width: 768px) {
    .service_head{
        color: white;
        font-family: Poppins;
        font-size: 38px;
        font-weight: 700;
        line-height: 54px;
        letter-spacing: -0.005em;
        text-align: left;
    }

    .service_video_head{
        font-family: Poppins;
        font-size: 14px !important;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: white;
    }

    .our_solution{
        font-family: Poppins;
        font-size: 35px;
        font-weight: 600;
        line-height: 50px;
        letter-spacing: 0em;
        text-align: left;
        padding-left: 0;
    }

    .heading_para{
        font-family: Poppins;
        font-size: 35px;
        font-weight: 600;
        line-height: 50px;
        letter-spacing: 0em;
        text-align: left;
        padding-left: 0;
    }

    .benifits_li{
        font-size: 21px;
        font-weight: 400;
        line-height: 55px;
        letter-spacing: 0em;
        text-align: left; 
    }
}

@media only screen and (max-width: 768px) {
    .capabilities_content_head{
        font-family: Poppins;
        font-size: 35px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: 0em;
        text-align: left;
        padding-left: 2%;
        border-left: 4px solid rgba(5, 96, 232, 1);
        width: 90%;
        margin-left: 0rem!important;
    }

    .capabilities_head{
        font-family: Poppins;
        font-size: 30px;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: left;
        color: white;
        padding: 2%;
        margin-left: 0rem!important;
    }

    .accordian_container{
        padding: 0 !important;
        margin: 0 !important;
    }
    .accordian_head{
        font-size: 28px;
        font-weight: 400;
        line-height: 39px;
        letter-spacing: 0em;
        text-align: left;
        color: #009FE1;   
    }

    .accordian_head1{
        font-size: 28px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #009FE1; 
        margin-bottom: 0.5rem!important;
        margin-top: 0.5rem!important;
    }

    .accordian_content{
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 2rem !important;
        letter-spacing: 0em;
        text-align: left; 
        color: #000;   
    }
}

@media only screen and (max-width: 768px) {

    .benifits{
        font-size: 28px;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: left;
        padding: 0;
        margin: 0;
    }
    .benifits_head{
        font-size: 35px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: 0em;
        text-align: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .benifits_row{
        padding: 0 !important;
        margin: 0 !important;
        /* margin-left: 1rem!important; */
    }

    .related_article_div
    {
        padding: 0.7rem!important;
    }
}

@media only screen and (max-width: 576px) {

    .approach_head{
        font-family: Poppins;
        font-size: 27px;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: left;
        color: white;
        padding: 2%;
    }

    .capabilities_head{
        font-family: Poppins;
        font-size: 20px;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: left;
        color: white;
        padding: 2%;
        margin-left: 0rem!important;
    }

    .capabilities_content_head{
        font-family: Poppins;
        font-size: 25px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: 0em;
        text-align: left;
        padding-left: 2%;
        border-left: 4px solid rgba(5, 96, 232, 1);
        width: 90%;
        margin-left: 0rem!important;
    }

    .accordian_container{
        padding: 0 !important;
        margin: 0 !important;
    }
    .accordian_head{
        font-size: 18px;
        font-weight: 400;
        line-height: 39px;
        letter-spacing: 0em;
        text-align: left;
        color: #009FE1;   
    }

    .accordian_head1{
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #009FE1; 
        margin-bottom: 0.5rem!important;
        margin-top: 0.5rem!important;
    }

    ul.accordion-list li {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        background-color: #FFF;
        padding: 0px;
        margin: 0 auto 15px auto;
        border-bottom: 1px solid rgb(192, 184, 184);
        
        cursor: pointer;
    }
        
    ul.accordion-list li .active h3:after{   
        transform: rotate(45deg);
    }

    ul.accordion-list h3::after {
        content: "\f2f7";
        font-family: "material-design-iconic-font";
        position: absolute;
        right: 0;
        top: 0;
        color: #070707;
        transition: all 0.3s ease-in-out;
        font-size: 25px;
    }

    .w-86{
        width: 86% !important;
    }

    .accordian_content{
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 2rem !important;
        letter-spacing: 0em;
        text-align: left; 
        color: #000;   
    }


    .benifits{
        font-size: 18px;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: left;
        padding: 0;
        margin: 0;
    }
    
    .benifits_head{
        font-size: 22px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: 0em;
        text-align: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .benifits_li_div{
        border-left: 2px solid #0560E8;
    }
    
    .benifits_li{
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0em;
        text-align: left;
        
    }
    .service_head{
        font-family: Poppins;
        font-size: 35px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 0em;
        text-align: left;
        color: white;
    }

    .service_para_head{
        font-family: Poppins;
        font-size: 32px;
        font-weight: 600;
        line-height: 40px !important;
        letter-spacing: 0em;
        text-align: left;
        width: 100%;
        
    }
    
    .service_div{
        padding: 0% !important;
        padding-top: 0px !important;
    }

    .service_para_detail{
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
        line-height: 35px;
        letter-spacing: 0em;
        text-align: left;
        
    }

    .our_solution{
        font-family: Poppins;
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: left;
        padding-left: 0px;
    }

    .benifits_row{
        padding: 0 !important;
        margin: 0 !important;
        margin-left: 1rem!important;
    }

    .benifits_div{
        padding: 0 !important;
        margin: 0 !important;
    }

    .related_article_div
    {
        padding: 0.7rem!important;
    }

}

/* service */

/* terms of service */

.terms_top_padding{
    padding-top: 5%;
}
.terms_container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.terms_container_div{
    padding-left:3%;
    padding-right:3%;
}

.terms_content{
    /* font-family: Poppins; */
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: justified;
    color: rgba(35, 35, 35, 1);
}

.terms_content_head{
    font-family: Poppins;
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;

}

.terms_head{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}

.terms_head_sub{
    font-family: Poppins;
    font-size: 50px;
    font-weight: 700;
    line-height: 69px;
    text-align: left;    
    color: white;
    width: 70%;
    padding-left: 4%;
}

.terms_head_content{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: white; 
    width: 39%;
    padding-left: 4%;
    margin-top: 6%;
    margin-bottom: 6%;   
}

@media only screen and (max-width: 768px) {
    .terms_head_sub{
        font-family: Poppins;
        font-size: 38px;
        font-weight: 700;
        line-height: 69px;
        text-align: left;    
        color: white;
        width: 90%;
        padding-left: 4%;
    }

    .privacy_hide_div{
        display: none;
    }
}


@media only screen and (max-width: 576px) {

    .terms_container{
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0;
        margin-left: 0;
    }
    .terms_container_div{
        padding-left:1%;
         padding-right:1%;
    }

    .terms_content{
        font-size: 16px;
        font-weight: 400;
        line-height: 33px;
        letter-spacing: 0em;
        text-align: justified;
        color: rgba(35, 35, 35, 1);
    }

    .terms_content_head{
        font-size: 25px;
        font-weight: 700;
        line-height: 33px;
        letter-spacing: 0em;
        text-align: left;
        color: #232323;
        text-transform: uppercase;
    }
}

/* terms of service */



/* privacy policy */


.privacy_container_div{
    padding-left:3%;
    padding-right:3%;
}

.privacy_content{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: justified;

}

.privacy_content_head{
    font-family: Poppins;
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 3%;
}

.privacy_content_head_sub{
    font-family: Poppins;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: justified;    
}

.privacy_opacity{
    opacity: 50%;
}

.border_div{
    border-left: 2px solid black;
}

.privacy_link_head{
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.privacy_link{
    font-family: Poppins;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;
    color:  rgba(116, 118, 120, 1);

    margin-top: 14%;
}
.privacy_link_id{
    color:  rgba(116, 118, 120, 1);
}
.privacy_link_id:hover{
    color:  rgba(116, 118, 120, 1);
    text-decoration: none;
}
@media only screen and (max-width: 576px) {
    .privacy_hide_div{
        display: none;
    }

    .privacy_container{
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0;
        margin-left: 0;
    }
    .privacy_container_div{
        padding-left:1%;
         padding-right:1%;
    }

    .privacy_content{
        font-size: 16px;
        font-weight: 400;
        line-height: 33px;
        letter-spacing: 0em;
        text-align: justified;
        color: rgba(35, 35, 35, 1);
    }

    .privacy_content_head{
        font-size: 25px;
        font-weight: 700;
        line-height: 33px;
        letter-spacing: 0em;
        text-align: left;
        color: #232323;
        text-transform: uppercase;
    }
}

/* privacy policy */


/* refund policy */

.refund_container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.refund_container_div{
    padding-left:3%;
    padding-right:3%;
}

.refund_content{
    /* font-family: Poppins; */
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: justified;
    color: rgba(35, 35, 35, 1);
}

.refund_span{
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: justified;
    color: rgba(35, 35, 35, 1);
}

.refund_content_head{
    /* font-family: Poppins; */
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #232323;
    text-transform: uppercase;

}

.refund_li{
    margin-left: 3%;
}



@media only screen and (max-width: 576px) {


    .refund_container{
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0;
        margin-left: 0;
    }
    .refund_container_div{
        padding-left:1%;
         padding-right:1%;
    }

    .refund_content{
        font-size: 16px;
        font-weight: 400;
        line-height: 33px;
        letter-spacing: 0em;
        text-align: justified;
        color: rgba(35, 35, 35, 1);
    }

    .refund_content_head{
        font-size: 25px;
        font-weight: 700;
        line-height: 33px;
        letter-spacing: 0em;
        text-align: left;
        color: #232323;
        text-transform: uppercase;
    }

    .refund_li{
        margin-left: 9%;
    }
}

/* refund policy */




/* Heading detail */
.slide-wrapper {
    
    background-size: cover;
    font-family: sans-serif;
    position: relative;
}

.slide-wrapper::before {
    display: block;
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 2;
}

.slide-wrapper::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 1s ease 0s;
    width: 100%;
}

.slide-wrapper .slide-text {
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    left: 0;
    line-height: 12px;
    padding: 40px;
    padding-bottom: 10px;
    position: absolute;
    transition: top 0.1s ease 0s;
    width: 100%;
    z-index: 2;
    line-height: 25px;
}

.slide-wrapper .slide-text .slide-heading {
    font-size: 25px;
    line-height: 2rem;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: left;
    font-family: poppins;
}





.slide-wrapper .slide-text .slide-body {
    font-family: poppins;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.9s ease 0s;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 27px;
    -webkit-transform: translate(0, 2px);
}

.slide-wrapper .slide-text h2 {
    color: #fff;
    font-size: 14px;
    line-height: 12px;
    margin: 0 0 10px;
    padding: 3px 0 0 0;
    text-transform: none;
}

.slide-wrapper .slide-text p:last-child {
    margin-bottom: 0;
}
.slide-wrapper .slide-text a {
    color: #fff;
}

.slide-wrapper .slide-text a.button {
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 5px 10px;
    text-decoration: none;
}

.slide-wrapper:hover .slide-body {
    max-height: 200px;
    opacity: 1;
}

@media only screen and (max-width: 568px) {
    .slide-wrapper .slide-text .slide-heading {
        font-size: 30px !important;
        line-height: 2rem !important;
        font-weight: 500 !important;
        letter-spacing: 0em;
        text-align: left;
    }

    .slide-body {
        font-family: poppins;
        font-size: 18px !important;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all 0.9s ease 0s;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        line-height: 26px !important;
    }
}

@media only screen and (max-width: 768px) {
    .slide-wrapper .slide-text .slide-heading {
        font-size: 23px;
        line-height: 1.7rem;
        font-weight: 500;
        letter-spacing: 0em;
        text-align: left;
    }


    .slide-body {
        -webkit-transform: translate(0, 2px);
        font-family: poppins;
        font-size: 12px;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all 0.9s ease 0s;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px !important;
    }
}

.date_time_color{
    color: white;
}

/* scroll top */
.scrollup {
    width:40px;
    height:40px;
    opacity:0.5;
    position:fixed;
    bottom:30px;
    right:40px;
    display:none;
    text-indent:-9999px;
    background: url(http://seenual.com/wp-content/uploads/2016/03/icon_top.png) no-repeat;
}

@media only screen and (max-width: 576px) {
    .scrollup {
        width:40px;
        height:40px;
        opacity:0.5;
        position:fixed;
        bottom:50px;
        right:40px;
        display:none;
        text-indent:-9999px;
        background: url(http://seenual.com/wp-content/uploads/2016/03/icon_top.png) no-repeat;
    }
}
/* Images */

.index_img {
    background-image: url(../images/home/index_banner.webp) !important;
} 

@media only screen and (max-width: 576px) {
    .index_img {
        background-image: url(../images/home/index_mobile_banner.webp) !important;
    } 
}

/*@media only screen and (max-width: 768px) {*/
/*    .index_img {*/
/*        background-image: url(../images/home/index_tab_banner.webp) !important;*/
/*    } */
/*}*/


.move_up:hover{
    /* background-color: crimson; */
    transition: all .5s;
    transform : translateY(-10px);
    z-index:100;
    position: absolute;
}


.scrolled-down{
    transform:translateY(-100%); transition: all 0.3s ease-in-out;
  }
  .scrolled-up{
    transform:translateY(0); transition: all 0.3s ease-in-out;
  }

.bookmark_svg{
    margin-top: 0;
    margin-bottom: 9px;;
}




/* custome-responsive css */
@media (min-width:1200px){
    .half-width-testimonial {
        height: 636px;
    }

}

@media (min-width:1024px) {
    .index-carousel{
        margin-top: 13%;
    }
}

@media (max-width:768px) {
    
    .half-width-testimonial { 
        height: auto; 
    }
}