/*  ---- By WM ---- */
/*---------------------------------- Common Css  ----------------------------------*/
@import url("custom_fonts/stylesheet.css");
*::before, *::after, .btn, .animate, a, .owl-theme .owl-dots .owl-dot span, .form-control, img, 
label.h_menu ul.h_menu_list li span, .owl-theme .owl-nav [class*=owl-]{
  transition:all 0.5s ease-in-out 0s !important;
  -moz-transition:all 0.5s ease-in-out 0s !important;
  -ms-transition:all 0.5s ease-in-out 0s !important;
  -o-transition:all 0.5s ease-in-out 0s !important;
  -webkit-transition: all 0.5s ease-in-out 0s !important;
}
html, body {
    font-size: 14px;
    margin: 0 !important;
    font-family: 'Maitree';
    scroll-behavior: smooth;
    overflow-x: hidden;
    color: #000;
}
a, a:focus, a:hover{     
  text-decoration:none !important;
  outline:none !important;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
  font-family: 'Gilroy' !important;
}  
p, ul, li{
  margin:0;
  padding:0;
} 

ul, li{
  list-style-type:none;
}

.case_solution > li{
	list-style-type:disc;
}

.relative{
  position:relative;
}  
.back-img{
  background-position: center;
  background-repeat:no-repeat;
  background-size:cover;
}
.img-fix {
    background-attachment: fixed;
    background-position: initial;
}
.owl-middle-nav .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: 0;
    left: 0;
    z-index: -1;
}
.owl-middle-nav .item {
    position: relative;
    z-index: 99;
}
.owl-middle-nav .owl-nav .owl-prev {
    float: left;
    margin-left: -65px;
}
.owl-middle-nav .owl-nav .owl-next {
    float: right;
    margin-right: -65px;
}
.owl-middle-nav .owl-theme .owl-nav [class*=owl-], .owl-middle-nav .owl-theme .owl-nav [class*=owl-]:hover {
    width: 80px;
    height: 80px;
    background-color: #000000 !important;
    display: block;
    text-align: center;
    font-size: 25px;
    color: #fff;
    border-radius: 0;
    padding: 0;
}
.owl-bg-blck.owl-middle-nav .owl-theme .owl-nav [class*=owl-]{
    background: #2e2d2b;
    color: #fff;
}
.owl-middle-nav .owl-theme .owl-nav [class*=owl-] i {
    line-height: 80px;
}
.bg-black .owl-middle-nav .owl-theme .owl-nav [class*=owl-], .bg-black .owl-middle-nav .owl-theme .owl-nav [class*=owl-]:hover{
    background: #fff !important;
    color: #000 !important;
}
.bg-black .owl-middle-nav .owl-theme .owl-nav [class*=owl-]:hover,
.owl-middle-nav .owl-theme .owl-nav [class*=owl-]:hover{
    background: #ed1c24 !important;
    color: #fff !important;
}
.bg-black .owl-middle-nav .owl-theme .owl-nav [class*=owl-]:hover i{
    color: #fff;
}
.bg-black .owl-middle-nav .owl-theme .owl-nav [class*=owl-] i{
    color: #000;
}
.flex-model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            flex-flow: row wrap;
}
.flex-stretch{
    justify-content: stretch;
    align-items: stretch;
}
.flex-start{
    justify-content: flex-start;
    align-items: flex-start;
}
.flex-reverse {
    flex-direction: row-reverse;
}
.align-self-end {
    align-self: flex-end;
}
.align-self-start {
    align-self: flex-start;
}
.comm-head, .data-box .comm-head{
    font-size: 60px;
    font-weight: 800;
    color: #000000;
}
.color-white{
    color: #fff !important;
}
.comm-text {
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 22px;
}    
.wt-100 {
    width: 100%;
}
.nm {
    margin: 0;
}
.np {
    padding: 0;
}
.cust-select:before {
    position: absolute;
    content: "\f107";
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    background: #e52e25;
    line-height: 54px;
    color: #fff;
    font-family: 'FontAwesome';
    text-align: center;
    -webkit-appearance: none;
    pointer-events: none;
    border-radius: 0px 10px 10px 0px;
}
.w-100 {
    width: 100%;
}
section {
    padding: 80px 0;
}
.bg-black{
    background: #000;
}
.bg-black *, .bg-black *:hover{
    color: #fff;
}
.black-btn a  {
    width: 80px;
    height: 80px;
    background-color: #000000 !important;
    display: block;
    text-align: center;
    font-size: 25px;
    color: #fff;
}
.black-btn a i {
    line-height: 80px;
}
.color-gray{
    color: #8d8d8d;
}
/**************** header ****************/
header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99;
    background: #fff;
    padding: 0 0 18px;
}
.logo a {
    display: block;
    padding: 30px 0 0;
}
.logo img, label.h_menu a img {
    width: 175px;
    /*height: 60px;*/
    /*object-fit: cover;*/
}
/*
.logo img.web-logo {
    height: 60px;
    object-fit: cover;
}*/
.menu-bar {
    position: relative;
    height: 70px;
    width: 65px;
    cursor: pointer;
    z-index: 99;
}
.menu-bar span {
    display: block;
    position: relative;
    width: 32px;
    height: 3px;
    z-index: 999;
    background: #000;
    top: 50%;
    border-radius: 10px;
    float: right;
    /*margin: 0 auto;*/
}
.menu-bar span:before, .menu-bar span:after {
    content: "";
    width: 32px;
    height: 3px;
    background: #000;
    right: 0px;
    top: -8px;
    z-index: 999;
    display: block;
    position: absolute;
    border-radius: 10px;
}
.menu-bar span:after {
    top: 8px;
}
.open-menu .logo a {
    position: relative;
    z-index: 99;
}
img.menu-logo {
    display: none;
}
.open-menu img.web-logo {
    display: none;
}
.open-menu img.menu-logo {
    display: block;
}
.menu-box-wraper {
    padding: 90px 0 0;
}
.open-menu header {
    top: 30px;
}
.menu-box ul li a, .menu-box ul li span {
    margin: -20px 0 0;
}
.open-menu .menu-bar span:before {
    width: 30px;
}
.open-menu .menu-bar span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 0px;
    background: #fff;
}
.open-menu .menu-bar span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    top: 0;
    background: #fff;
}
.open-menu .menu-bar span {
    background: transparent;
}
.menu-box ul {
    width: 100%;
    text-align: left;
}
.menu li, .menu-box li {
    text-align: left;
    /* display: inline-block; */
}
.menu li a, .menu-box li a, .menu-box li span {
    display: block;
    color: #232323;
    font-size: 60px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    padding: 0 0 10px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Gilroy';
}
.head-cont a, .head-cont a:hover {
    color: #fffcfc;
    display: inline-block;
    margin: 0 0 5px;
}
.menu-head p {
    color: #fff;
    position: absolute;
    transform: rotate(-90deg);
    left: -14px;
    top: 10px;
}
.menu li a:hover, .menu-box li a:hover, .menu-box li span:hover {
    color: #fff;
    padding-left: 30px;
}
.menu-box li span:hover .hover-menu, label.h_menu ul.h_menu_list li span:hover {
    opacity: 1;
    visibility: visible;
}
.mob-menu {
    display: none;
}
.menu-box-wraper {
    position: fixed;
    width: 100%;
    background-color: #000;
    top: -200%;
    right: 0;
    height: 100%;
    text-align: left;
    z-index: 9;
    visibility: hidden;
}
.open-menu .menu-box-wraper {
    /* right: 0; */
    top: 0;
    visibility: visible;
}
ul.menu_list {
    margin: 120px auto;
    width: 30%;
}
ul.desk-menu {
    display: none;
}
.menu li {
    position: relative;
}
li.drop-menu:hover .hover-menu {
    opacity: 1;
    visibility: visible;
}
.hover-menu {
    position: absolute;
    background: transparent;
    left: 130%;
    top: 20px;
    width: 500px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.hover-menu li a {
    display: block;
    height: auto;
    line-height: inherit;
    padding: 10px!important;
    color: #696969;
    font-size: 18px;
    font-family: 'Maitree';
    margin: 0 !important;
    font-weight: 500;
    -webkit-text-fill-color: initial;
}
.hover-menu li a:hover{
    color: #fff;
}
.mobile-menu {
    display: none;
}
.head-socia-links li a, .head-socia-links li a:hover {
    color: #fff;
}
/******** Banner **********/
.bnr-img {
    padding: 160px 0 30px;
}
.bnr-caption h2, .bnr-caption h1 {
    text-transform: capitalize;
    color: #000;
    font-size: 60px;
    font-weight: 800 !important;
    margin: 0 0 5px;
}
.explore-btn a {
    font-size: 22px;
    font-weight: 500;
    color: #ff000a;
}
.bnr-caption .explore-btn, .inter-head .explore-btn {
    margin: 31px 0 0;
}
.explore-btn a img {
    width: 12px;
    /* height: 13px; */
    margin: 0 0 0px 8px;
}
.see-proj span {
    font-size: 14px;
    color: #ff000a;
}
.proj-list {
    padding: 40px 70px 0;
}
.proj-list .row > div:nth-child(2) {
    margin: 110px 0 0;
}
.prod-list-data ul li{
    overflow: hidden;
}
.prod-list-data  a {
    display: inline-block;
    margin: 0 0 50px;
}
.prod-list-data a h3 {
    font-size:22px !important;
    color: #000;
    font-weight: 800;
    margin: 20px 0 2px;
}
.prod-list-data a p {
    color: #767676;
}
h2.back-text marquee {
    color: #191919 !important;
    font-size: 147px;
    font-weight: 800;
    position: absolute;
    left: 0;
    top: 30px;
}
section.market-digital.bg-black.relative {
    padding: 70px 0;
}
.market-data h3 {
    font-size: 60px;
    font-weight: 800;
    margin: 0 0 10px;
}
.market-panel .panel {
    background: transparent;
    margin: 0 0 5px;
}
.market-panel .panel-heading, .market-panel .panel-body {
    padding: 0;
}
.market-panel {
    margin: 120px 0 0;
}
.market-panel .panel a, .market-panel .panel a:hover {
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 500;
    padding-right: 30px;
}

.no-icon a, .no-icon a a:hover {
    position: relative;
    color: #000;
    display: inline-block;
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 500;
    padding-right: 30px;
}
.market-panel .panel a.collapsed {
    font-weight: 300;
}
.market-panel .panel a:before {
    position: absolute;
    content: "\f106";
    color: #fff;
    right: -20px;
    top: 0;
    font-family: 'FontAwesome';
}
.no-icon a:before {
    position: absolute;
    content: "\f106";
    color: #000;
    right: -20px;
    top: 0;
    font-family: 'FontAwesome';
}
.market-panel .panel a.collapsed:before {
    content: "\f107";
}
.market-panel .panel-body {
    margin: 0 0 20px;
    padding-left: 40px;
}
.client-list .row{
    margin: 0 -1px;
}
.client-list .col-md-3{
    padding: 0 1px;
    margin: 0 0 2px;
}
.client-img {
    background: #fafafa;
    text-align: center;
    /*padding: 30px 0;*/
}
.client-list {
    margin: 30px 0 0;
}
section.integ-section {
    background: #fafafa;
}
.inter-head h3 {
    font-size: 60px;
    font-weight: 800;
    margin: 0 0 10px;
}
.inter-text p {
    font-size: 22px;
    line-height: 30px;
    color: #000;
    margin: 0 0 30px;
}
.test-slider-box {
    width: 900px;
    margin: 80px auto 20px;
}
span.test-logo {
    width: 200px;
    /*height: 110px;*/
    display: block;
}
.test-slider-box .media-body p span img {
    width: auto;
}
.test-slider-box .media-body {
    padding: 0px 100px 0;
}
.test-slider-box .media-body p {
    margin: 0 0 60px;
}
span.comma-top {
    margin: 0 0 0 -28px;
    display: inline-block;
    transform: translatey(-5px);
}
span.comma-bottom {
    margin-left: 10px;
    display: inline-block;
}
.test-desc h4 {
    font-family: 'Maitree';
    font-weight: 800;
    font-size: 14px;
}
.test-desc p {
    font-size: 14px;
    margin: 1px 0 0 !important;
    color: #ed1c24;
}
.test-slider-box .owl-prev {
    display: none !important;
}
footer {
    background: #000;
    padding: 80px 0 30px;
}
h3.foot-head {
    color: #fff;
    font-weight: 800;
    margin: 0 0 20px;
    font-size: 22px;
}
.foot-text, .foot-text:hover {
    font-size: 14px;
    color: #fff;
    margin: 0 0 10px;
    /*display: inline-block;*/
}
.footer-data a {
    display: inline-block;
}
.contact-no .media-left span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    margin-right: 12px;
}
.contact-no .foot-text {
    margin: 0 0 2px;
}
.email {
    margin: 10px 0 0;
}
.socia-links-box {
    padding: 50px 0;
    border-bottom: 1px solid #333;
    margin: 0 0 50px;
}
.discuss a, .discuss a:hover {
    display: inline-block;
    /*padding-left: 15px;*/
    font-weight: 700;
    font-size: 22px;
    font-family: 'Gilroy';
    letter-spacing: 0.5px;
    color: #fff !important;
}
.copy p {
    font-size: 12px;
}
.discuss a i {
    transform: translateY(3px);
    display: inline-block;
}
.market-panel .panel-body .comm-text {
    margin: 5px 0 12px;
}
.market-panel .panel-body .comm-text:last-child {
    margin: 0;
}
section.inner-page {
    padding: 0;
}
.about-data {
    padding: 60px;
    padding-right: 100px;
}
.about-data .comm-text {
    margin: 0 0 20px;
    color:#8d8d8d;
}
.about-data h2 {
    margin: 0 0 40px;
}
.about-img, .about-img img {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.team-test-slider span.test-logo {
    width: 220px;
    /*height: 200px;*/
}
.life-slider .item img {
    /*height: 270px;
    object-fit: cover;*/
    filter: grayscale(1);
}
.life-slider .item img:hover {
    filter: grayscale(0);
}
.life-slider-box {
    margin: 50px 0 0;
}
.pagin p {
    margin: 0 0 50px;
    color: #ff000a;
}
.cont-form {
    margin: 0 0 20px;
}
.cont-form .form-control {
    height: 70px;
    box-shadow: none;
    border: none;
    color: #8d8d8d;
    background: #f2f2f2;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0;
}
.cont-form textarea.form-control {
    height: 210px;
}
.btn.btn-black {
    border-radius: 0;
    background: #000;
    color: #fff;
    /*height: 80px;*/
    padding: 20px 35px;
    font-size: 16px;
    outline: none !important;
    font-family: 'Gilroy';
    font-weight: 800;
    text-transform: uppercase;
}
.btn.btn-black:hover {
    background: #ed1c24;
}
.btn.btn-black i {
    margin-left: 10px;
}
.cont-from-box .about-data {
    padding: 0px;
    /* width: 575px; 
    margin: 0 auto;*/
    padding-right: 94px;
}
.join-box h2.comm-head {
    font-size: 30px;
    margin: 0 0 5px;
}
.join-section {
    background: #fafafa;
}
.join-a {
    margin: 50px 0 0;
}
.join-box p.comm-text {
    color: #8d8d8d;
}
.join-a a {
    color: #ed1c24;
    font-weight: 600;
}
.join-a > a {
    text-decoration: underline !important;
}
.join-a > a i {
    margin-left: 10px;
}
.about-data .cont-form:last-child {
    margin: 0;
}
/*.go-to-top {
    position: absolute;
    right: 0;
    top: -50px;
}*/
.go-to-top {
    padding: 0 0 30px;
}
/*.go-to-top a i {
    color: #000 !important;
}*/
.go-to-top a{
    cursor: pointer;
    border-radius: 50%;
    margin-right: 40px;
    height: 50px !important ;
    width: 50px !important;
    line-height: 50px;
}
.go-to-top a i {
    line-height: 50px !important;
    font-size: 22px;
}
.go-to-top a:hover {
    background: #d30000 !important;
}
.work-page .projec-section {
    padding-top: 0;
}
.work-page .proj-list .row > div:nth-child(1) {
    margin: 110px 0 0;
    padding-right: 50px;
}
.work-page .proj-list .row > div:nth-child(2) {
    margin: 0 0 0;
    padding-left: 50px;
}
.work-page .proj-list {
    padding-left: 0;
    padding-right: 0;
}
.work-page .prod-list-data li a {
    margin: 0 0 120px;
}
.work-page .prod-list-data a h3 {
    font-size: 60px;
    margin-bottom: 14px;
}
.happ-data {
    margin: 40px 0 0;
}
.happ-data p:last-child {
    margin: 0;
}
.happ-data p {
    margin: 0 0 15px;
}
.glimpse-section {
    overflow: hidden;
    padding: 0;
}
.bbt-life-slider-box {
    margin-right: -110px;
}
.bbt-life-slider {
    width: 85%;
    float: right;
    margin: 80px 0 0;
}
.bbt-life-slider img {
    height: 600px;
    object-fit: cover;
}
.bbt-life-slider-box.owl-middle-nav .owl-nav {
    width: 80px;
    left: -80px;
    top: 0;
}
.bbt-life-slider-box.owl-middle-nav .owl-nav [class*=owl-] {
    float: none;
    margin: 0;
}
.owl-middle-nav .owl-nav [class*=owl-]:hover {
    background: #ed1c24 !important;
}
.bbt-life-slider-box.owl-middle-nav .owl-nav .owl-prev {
    margin: 0 0 1px;
}
.bbt-life-slider-box.owl-middle-nav .owl-nav .owl-next, 
.bbt-life-slider-box.owl-middle-nav .owl-nav .owl-next:hover {
    /*background: #ed1c24 !important;*/
}
.posi-panel.market-panel {
    margin: 30px 0 0;
}
.posi-panel.market-panel .panel a, .posi-panel.market-panel .panel a:hover {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Gilroy';
    display: block;
    padding-right: 25px;
}
.posi-panel.market-panel .panel a:before {
    color: #ed1c24;
    content: "";
    font-size: 20px;
    line-height: 51px;
    right: 0;
    width: 20px;
    text-align: center;
    background: url("../images/minus.svg") center no-repeat;
    height: 50px;
}
.posi-panel.market-panel .panel a.collapsed:before {
    background: url("../images/plus.svg") center no-repeat;
}
.posi-panel.market-panel .panel-heading h5 {
    color: #000;
    font-weight: 700;
    margin: 20px 0 0;
    font-size: 14px;
}
.market-panel .panel-body .comm-text{
    color: #8d8d8d;
}
.posi-panel.market-panel .panel-body {
    padding-left: 0;
}
.posi-panel.market-panel .panel {
    background: transparent;
    margin: 0 0 5px;
    border: none;
    box-shadow: none;
}
.posi-panel.market-panel .panel-heading {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.pos-box {
    margin: 0 0 25px;
}

h4.poi-head {
    font-size: 14px;
    font-weight: 800;
    color: #000;
    margin: 0 0 15px;
    font-family: 'Maitree';
}
.market-panel .panel-body .pos-box li.comm-text {
    margin: 0 0 2px;
}
p.comm-text.posi-note {
    color: #666666;
    font-weight: 800;
}
/*.flex-reverse .about-img {
    margin-right: -110px;
}
.flex-reverse .about-data {
    padding-left: 0;
}*/
.flex-reverse .about-data {
    padding-left: 100px;
}
.work-page .proj-list .row > div:nth-child(2) .prod-list-data li a img {
    width: 103.2%;
}
.page-template-page-contact-us .go-to-top {
    background: #fafafa;
}
.case-head.comm-text {
    font-size: 16px;
    color: #8d8d8d;
    margin: 0 0 4px;
}
.case-box {
    margin: 0 0 35px;
}
.bnr-caption .case-info  h2 {
    margin: 0 0 40px;
}
.about-proj .comm-head {
    font-size: 60px;
    margin: 70px 0 30px;
}
.about-proj .comm-text {
    color: #8d8d8d;
    margin: 0 0 15px;
}
section.lap-img:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    height: 50%;
    z-index: -1;
}
.case-study-page section.projec-section {
    padding: 60px 0 !important;
}
.case-study-page.work-page .prod-list-data li a{
    margin: 0;
}
.service-details-page section {
    padding: 50px 0;
}
.service-details-page .bnr-caption h2, .bnr-caption h1 {
    /*margin: 0 0 60px;*/
}
.service-details-page section .comm-head {
    margin: 0 0 20px;
}
section.let-help-section h2.comm-head {
    text-transform: lowercase;
}
.service-details-page section .comm-text {
    margin: 0 0 15px;
    color: #8d8d8d;
}
.bbt-process {
    background: #fafafa;
}
.bbtn-pro-data span {
    display: block;
    padding: 20px 0 0;
    border-top: 1px solid #e6e6e6;
}
.bbtn-pro-data .comm-head {
    font-size: 30px;
    margin: 0 0 20px !important;
    min-height: 125px;
}
.service-case-info.prod-list-data a {
    margin: 0;
}
.posi-panel.market-panel.faq-panel .panel-heading {
    padding: 0 0 5px;
}
.faq-panel.posi-panel.market-panel .panel a, .faq-panel.posi-panel.market-panel .panel a:hover {
    font-size: 21px;
    font-family: 'Maitree';
}
.faq-panel .panel a span {
    display: inline-block;
    margin-right: 50px;
}
.faq-panel.posi-panel.market-panel .panel a:before {
    height: 100%;
}

/* Vicky CSS Start */
.gradient-text {
    background-color: #000;
    background-image: -webkit-linear-gradient(#000, #000);
    background-image: -webkit-linear-gradient(#000, #000);
    background-image: linear-gradient(#000, #000);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-transition: background 1s ease-out;  
    -moz-transition: background 1s ease-out;  
    -o-transition: background 1s ease-out;  
    transition: background 1s ease-out;
  }
  .gradient-text:hover{
    background-position:100px;
  }
/* banenr text animate css */
.ml13 .letter, .ml14 .letter, .ml15 .letter {
    display: inline-block;
    line-height: 1em;
    text-transform: none !important;
    /* visibility: hidden; */
    opacity: 0;
}
/* Hamburger Menu CSS */

label.h_menu #hamburger_logo{
    position: absolute; 
    z-index: 999;
    left: 0;
    top: 30px;
    display:none;
    -webkit-transition: 0.5s ease-in linear;-o-transition: 0.5s ease-in linear;transition: 0.5s ease-in linear;
}
label.h_menu .menu {
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 100;
    width: 0;
    height: 0;
    background: #000;
    border-radius: 50% 50% 50% 50%;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    box-shadow: 0 0 0 0 #000, 0 0 0 0 #000;
    cursor: pointer;
}

label.h_menu .hamburger {
    position: absolute;
    top: 0;
    right: 20px;
    width: 20px;
    height: 3px;
    background: transparent;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

label.h_menu .hamburger:after, label .hamburger:before {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
}

label.h_menu .hamburger:before { top: -8px; }

label.h_menu .hamburger:after { bottom: -8px; }

label.h_menu input { display: none; }

label.h_menu input:checked + .menu {
    box-shadow: 0 0 0 100vw #000, 0 0 0 100vh #000;
    border-radius: 0;
    width: 200px;
    height: 200px;
}
label.h_menu input:checked + .menu .hamburger {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;;
    top:13px;
}

label.h_menu input:checked + .menu .hamburger:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 0;
    background: #fff;
}

label.h_menu input:checked + .menu .hamburger:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
}
label.h_menu .menu .hamburger i{
    font-size: 2em;
}
label.h_menu input:checked + .menu + ul.h_menu_list
{ 
    opacity: 1;
    -webkit-transition: opacity 3.5s;-o-transition: opacity 3.5s;transition: opacity 3.5s;
    visibility: visible;
}
label.h_menu ul.h_menu_list {
    /* z-index: 200;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .25s 0s ease-in-out;
    transition: .25s 0s ease-in-out; */
    z-index: 999;
    width:100%;
    position: absolute;
    top: 40%;
    left: 9%;
    -webkit-transform: translate(0, 25%);-ms-transform: translate(0, 25%);transform: translate(0, 25%);
    opacity: 0;
    visibility: hidden;
}
label.h_menu ul.h_menu_list:before {
    content: "menu";
    -webkit-transform: rotate(270deg) translate(-30px, 0);
    -ms-transform: rotate(270deg) translate(-30px, 0);
    transform: rotate(270deg) translate(-30px, 0);
    position: absolute;
    color: #fff;
    font-weight: normal;
    left:-10.5%;
}

label.h_menu ul.h_menu_list > li > a, label.h_menu ul.h_menu_list > li span {
    font-family: 'Gilroy';  
    font-size: 60px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: -10px;
    position: relative;
    cursor:none !important;
    color: #232323;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #696969));
    background: -o-linear-gradient(left, #fff, #fff 50%, #696969 50%);
    background: linear-gradient(to right, #fff, #fff 50%, #696969 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    cursor: default !important;
    position: relative;
}
label.h_menu ul.h_menu_list > li > a::before, label.h_menu ul.h_menu_list > li > span::before{
    content: "";
    -webkit-transform: translate(20px, 16px);
    -ms-transform: translate(20px, 16px);
    transform: translate(20px, 16px);
    font-size: 16px;
    overflow: hidden;
    opacity: 0;
}
label.h_menu ul.h_menu_list li:hover a, 
label.h_menu ul.h_menu_list li:hover span{
    /*-webkit-transform:translate(30px, 0);
    -ms-transform:translate(30px, 0);
    transform:translate(30px, 0);*/
    padding-left: 30px;
    opacity: 1;
    background-position: 0 100%;
    cursor: pointer !important;
} 
/*label.h_menu ul.h_menu_list li:nth-child(1) a:hover::before, label ul.h_menu_list li:nth-child(2) a:hover::before, label ul.h_menu_list li:nth-child(3) a:hover::before, 
label ul.h_menu_list li:nth-child(4) a:hover::before, label ul.h_menu_list li:nth-child(5) a:hover::before, label ul.h_menu_list li:nth-child(6) a:hover::before{
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 16px);
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    -webkit-text-fill-color: #fff;
    opacity: 1;
}*/
/*label.h_menu ul.h_menu_list > li:nth-child(1) >a:hover::before{
    content: "01";
}
label.h_menu ul.h_menu_list > li:nth-child(2) >a:hover::before{
    content: "02";
}
label.h_menu ul.h_menu_list > li:nth-child(3) >span:hover::before{
    content: "03";
}
label.h_menu ul.h_menu_list > li:nth-child(4) >a:hover::before{
    content: "04";
}
label.h_menu ul.h_menu_list > li:nth-child(5) >a:hover::before{
    content: "05";
}
label.h_menu ul.h_menu_list > li:nth-child(6) >a:hover::before{
    content: "06";
}*/
ul.h_menu_list {
    width: 50%;
}
ul.cont_info{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
    right: 9%;
    /* width: 37%; */
    bottom: 0;
    text-align: left;
}
.cont_info  i{
    color: white;
}
ul.h_menu_list li ul.cont_info li a {
    font-family: 'Maitree';
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#232323), color-stop(50%, #232323), color-stop(50%, #fff));
    background: -o-linear-gradient(left, #232323, #232323 50%, #fff 50%);
    background: linear-gradient(to right, #232323, #232323 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    /* -webkit-transition: background-position 0.8s ease;
    -o-transition: background-position 0.8s ease;
    transition: background-position 0.8s ease; */
    -webkit-transition:0.5s all linear; 
    -o-transition:0.5s all linear; 
    transition:0.5s all linear;
    text-decoration: none;
}
ul.cont_info li a:before{
    content: unset !important;
}
ul.h_menu_list li ul.cont_info li a:hover{
    -webkit-transform:translate(-30px, 0) !important;
    -ms-transform:translate(-30px, 0) !important;
    transform:translate(-30px, 0) !important;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #fff), color-stop(50%, #d1d1d1)) !important;
    background: -o-linear-gradient(left, #fff, #fff 50%, #d1d1d1 50%) !important;
    background: linear-gradient(to right, #fff, #fff 50%, #d1d1d1 50%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-size: 200% 100% !important;
    background-position: 100% !important;
    /* -webkit-transition: background-position 0.8s ease;
    -o-transition: background-position 0.8s ease;
    transition: background-position 0.8s ease; */
    -webkit-transition:0.5s all linear !important; 
    -o-transition:0.5s all linear !important; 
    transition:0.5s all linear !important;
    text-decoration: none !important;
}
ul.h_menu_list li ul.cont_info li ul.social_info li a:hover {
    -webkit-transform:translate(0) !important;
    -ms-transform:translate(0) !important;
    transform:translate(0) !important;
}
ul.social_info li a:hover + #pointer-dot{
    border: 2.5px solid fff !important;
}
/* Pointer Circle Cursor */
/*#pointer-dot {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 2.5px solid red !important;
    position: fixed;
    border-radius: 4px;
    z-index: 999;
    pointer-events: none;
    -webkit-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    transition: border-color 0.5s;
}

#pointer-ring {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding: 15px;
    border: 2px solid #fff !important;
    position: fixed;
    border-radius: 100px;
    z-index: 999;
    pointer-events: none;
}*/

label.h_menu {
    display: block;
}
section.service-list-page section.about-list {
    padding: 80px 0 0;
}
.about-img img {
    filter: grayscale(1);
}
.about-list .row:hover .about-img img {
    filter: grayscale(0);
}
section.blog-page.inner-page {
    padding: 80px 0 0;
}
/*.career-page .about-data .comm-text {
    font-size: 18px;
}*/
.about-data .comm-text, .happ-data p.comm-text{
    font-size: 22px;
    color: #000;
    line-height: 30PX;
}
li#service_menu span:hover .hover-menu {
    opacity: 1;
    visibility: visible;
}
label.h_menu ul.h_menu_list > li {
    position: relative;
}

label.h_menu ul.h_menu_list > li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 30px;
    color: #fff;
    font-size: 18px;
    counter-increment: menu;
    content: "0" counter(menu);
    opacity: 0;
    font-family: 'Gilroy';
    visibility: hidden;
}
ul.h_menu_list {
    counter-reset: menu;
}
label.h_menu ul.h_menu_list > li:hover:before {
    opacity: 1;
    visibility: visible;
}

.market-data p.comm-text {
    font-size: 22px;
    line-height: 30px;
    margin: 0 20px 15px 0;
}
.market-panel.home-market-panel {
    padding-left: 50px;
}
.office-address {
    /*paddving-left: 40px;*/
    margin: 0 0 30px;
}
.about-data li.comm-text {
    border-bottom: 1px dashed #b1b1b1;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.about-data li.comm-text:last-child {
    border-bottom: none;
}
.posi-panel.market-panel .panel-body .comm-text {
    color: #000;
}

.about-data li.comm-text span {
    display: block;
    color: #8d8d8d;
    font-size: 14px;
}
body.home .bnr-caption h2,body.home .bnr-caption h1  {
    font-size: 100px;
}
.bbt-life-slider img {
    filter: grayscale(1);
}
.data-box p.comm-text {
    color: #000;
    margin: 0;
}
.data-box h4, .data-box h3, .data-box h2 {
    color: #000;
    margin: 0 0 8px;
    font-weight: 800;
    font-size: 18px;
}
.data-box {
    margin: 0 0 20px;
}
.test-slider-box .media-body span {
    display: none;
}
.scroll-down {
    /*cursor: pointer;*/
    text-align: right;
    padding-top: 0px;
}
.scroll-down p{
    display: inline-block;
    cursor: pointer;
}
.scroll-down i{
   -webkit-animation: scroll-down 1.25s ease-in-out infinite;
    animation: scroll-down 1.25s ease-in-out infinite;
    margin-right: 3px;
}
@-webkit-keyframes scroll-down {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0;
    }
}
@keyframes scroll-down {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0;
    }
}
section.positions {
    /*display: none;*/
}
.ad-sub-page {
    margin: 0 0 10px;
}
.footer-links .row > div:first-child {
    /*width: 15%;*/
}

.footer-links .row > div:nth-child(2) {
    /*width: 25%;*/
}

.footer-links .row > div {
    /*width: 20%;*/
}
.test-desc {
    /*display: none;*/
}
.list-dot li {
    position: relative;
    padding-left: 20px;
}
.list-dot li:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: black;
    left: 8px;
    top: 7px;
    border-radius: 50%;
}
.result-box {
    background: #d40000;
    padding: 60px 40px;
    height: 100%;
    min-height: 350px;
    margin: 0 0 30px;
}
.result-box * {
    font-size: 32px;
    color: #fff;
}
.result-list > p {
    margin: 0 0 30px;
}
section.case-result .comm-head, section.case-solition .comm-head {
    margin: 0 0 30px;
}
.case-study-page .about-data {
    padding: 0;
}
section.case-study-page section {
    padding: 0 0 70px;
}
section.case-study-page .team-testimonial-section{
    padding: 80px 0; 
}
section.bg-img.np {
    padding-bottom: 0;
}
section.case-result {
    padding-bottom: 40px !important;
}
label.h_menu ul.h_menu_list li:hover span {
    padding-left: 0;
}
h4.case-sub-head {
    font-weight: normal;
    font-size: 22px;
    color: #000;
    line-height: 30PX;
    font-family: 'Maitree' !important;
}
.pagin .breadcrumb {
    background: transparent;
    text-transform: capitalize;
}
.pagin .breadcrumb li a {
    color: #777;
}
.pagin .breadcrumb li.active {
    color: #ff000a;
}
section.case-study-page section.service-case-study {
    padding: 70px 0;
}
section.case-study-page .service-case-slider-box {
    margin: 40px 0 0;
}
section.case-study-page .prod-list-data a h3 {
    margin-bottom: 2px;
}
label.h_menu ul.cont_info > li span {
    background: transparent;
    color: #fff !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: initial;
    font-weight: 300;
    display: inline;
    margin: 0 2px 0 0;
    font-size: 14px !important;
    font-family: 'Maitree';
}
label.h_menu ul.h_menu_list > li:last-child:before {
    opacity: 0;
}
section.coming-page {
    height: 100vh;
}
.coming-box h2 {
    font-size: 90px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 130px;
    position: relative;
    color: #fff;
}
.coming-box p {
    margin: -15px 0 25px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
}
section.coming-page:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.7);
}
ul.cont_info h4 {
    color: #fff;
    text-align: left;
    margin: 10px 0 8px;
    font-size: 14px;
    padding: 0 0 8px;
    border-bottom: 1px dotted #e3e3e3;
    font-family: 'Maitree' !important;
    font-weight: 600;
}
.social_info {
    margin: 20px 0 0;
}
.socia-links-box .row {
    align-items: flex-end;
}
.cent-logo img {
    width: 120px;
}
.hr-cont-info li p a {
    background: #000;
    display: block;
    color: #fff;
    padding: 8px 10px;
}
section.feature-blog .comm-head {
    margin: 0 0 30px;
}
.feat-on-data {
    /*position: absolute;
    top: 0;
    left: 0;*/
    color: #fff !important;
    padding: 30px;
    height: 450px;
    margin: 0 0 30px;
    position: relative;
    z-index: 99;
}
.feat-on-data:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000c7;
    z-index: -1;
}
.feat-on-data * {
    color: #fff !important;
}
h4.comm-head.blog-head {
    margin: 4px 0 10px;
    font-size: 22px;
    line-height: 30px;
}
.feat-list li {
    margin: 0 0 20px;
}
.feat-list li:last-child {
    margin: 0;
}
.feat-list h2 {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 20px;
    margin: 0 0 20px !important;
}
.blog-time span {
    color: #ff000a;
}
h4.comm-head.blog-head a {
    color: #000;
}
.blog-info h4.comm-head.blog-head {
    margin: 13px 0;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 90px;
}
.blog-info p.comm-text.blog-time {
    margin: 10px 0 30px;
}
.more-blog .comm-head{
    margin: 0 0 40px;
}
.blog-short-desc {
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 120px;
}
.footer-links {
    border-bottom: 1px solid #333;
    padding: 0 0 40px;
}
.contact-no.foot-car {
    margin: 60px 0 0;
}
ul.cont_info li a {
    margin: 0 0 30px;
    display: inline-block;
}
.blog-detail-page .bnr-caption h2 {
    font-size: 60px;
}
.data-box.reach-bbt h2 {
    margin: 0 0 20px;
    font-size: 30px;
}
.data-box.reach-bbt p {
    margin: 0 0 10px;
}
.data-box.reach-bbt h4 {
    margin: 0 0 20px;
}
.blog-share li a {
    color: #333333;
    display: inline-block;
    margin: 0 0 6px;
}
.hr-contact li a {
    display: block;
    background: black;
    padding: 10px 20px;
    color: #ffff;
}
.blog-detail-page .data-box p.comm-text {
    margin: 0 0 20px;
}
.blog-detail-page .data-box p.comm-text:last-child {
    margin: 0;
}
.blog-banner img {
    height: 500px;
    object-fit: cover;
}
.more-blog .blog-info img {
    height: 240px;
    object-fit: cover;
}
.blog-info h4.comm-head.blog-head + p {
    display: none;
}
.blog-info a{color: #000;}
.prod-list-data li a span {
    color: #ff000a;
    text-transform: capitalize;
    display: block;
    margin: 5px 0 0;
    opacity: 0;
}
.prod-list-data li a:hover span{
    opacity: 1;
}
.kite {
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(3);
}
.kite img {
    width: 600px;
}
.result-list .row > div {
    margin: 0 0 30px;
}
.data-box h2 {
    font-size: 22px;
}
.blog-qa .data-box p.comm-text {
    padding-left: 14px;
}
.blog-detail-page .data-box li.comm-text {
    margin: 0 0 10px;
}
/********* Blog Auther ************/
span.author-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
p.comm-text.author-name {
    margin: 20px 0 0;
    font-weight: bold;
    color: #ed1c24;
}
.blog-author .media-body.media-middle {
    padding-left: 25px;
}
.author-soc {
    margin: 15px 0 0;
}
.author-soc li a {
    display: block;
    background: black;
    color: #ed1c24;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    margin: 0 0 20px;
}
.author-soc li {
    padding: 0;
}
.blog-author {
    border-top: 1px solid #e3e3e3;
    padding: 30px 0 0;
    margin: 30px 0 0;
}


/* 3-1-2022 */
.img-wrap {
    position: relative;
    /* height: 200px;
    width: 257px; */
  }
  
  .img-description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000b8;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    width: 347px;
    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;

    display: flex;
    justify-content: center;
    align-items: center;
    
    padding: 20px;
    font-size: 17px;
  }
  .work-page .img-description{
    width: auto;
  }
  .img-wrap:hover .img-description {
    visibility: visible;
    opacity: 1;
    color: #fff;
  }
  /* .img-wrap:hover img{
      opacity: 0.5 !important;
      background-color: black;
  } */
  .socia-links .list-inline {
    /*text-align: center;*/
}
.part-box {
    padding-top: 20px;
}

/*17-3-22*/

.career-form .comm-head{
    padding-bottom: 20px;
}
.career-form input,.career-form textarea{
    background-color: transparent !important;
    border-bottom: 1px solid black !important;
    height: auto !important;
    padding: 0px !important;
    padding-top: 10px !important;
}
.career-form label{
    text-transform: uppercase;
    font-family: 'Gilroy' !important;
}
.career-form .career-file {
    border-bottom: 0px !important;
}
.career-form select{
    border: 0px;
    border-bottom: 1px solid black;
    width: 100%;
    margin-top: 5px;
}
.career-img{
    transform: scaleX(-1);
    padding: 0%;
    margin-left: -90px;
}
.career-forms .container-fluid{
    /* margin-right: 15%; */
}
.career-form{

    margin-left: 50px;
}
.career-forms .file-upload img{
    margin-bottom: 5px;
}
/* custome upload */
 .fileUpload {
    margin-top: 6px;
    background: #fbfbfb;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #000;
    border: 1px solid black;
    font-size: 1em;
    font-weight: bold;

    overflow: hidden;
    padding: 4px;
    position: relative;
    text-align: center;
    width: 48%;
    cursor: pointer;
}
.fileUpload:hover, .fileUpload:active, .fileUpload:focus {
    background: black;
    color: white;
  cursor: pointer;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 48%;
    height: 46px !important;
  cursor: pointer;
}

input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
} 

.home-client img{
    width: 100%;
}
/* upload new
 */

 .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .btn.upl {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
  }
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .upld {
      /* display: block; */
    border: 1px solid #000000;
    background-color: transparent;
      color: #000000;
      padding: 3px;
      font-family: sans-serif;
      border-radius: 26px;
      cursor: pointer;
      /* margin-top: 1rem; */
      width: 48%;
      text-align: center;
      margin-top: 7px;
  }
  #file-chosen{
    margin-left: 0.3rem;
    font-family: sans-serif;
  }
  .resume-label{
      display: block;
  }

  /* career main */
  .career-main{
      /* height: 100vh; */
  }
  /* .career-main .col-md-6 {
    
    height: 500px;
    display: flex;
    justify-content: center;
  } */
  .career-main .col-md-6 .inner{
    padding: 17px;
    height: 500px;
    background: black;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .career-main .col-md-6 .inner a{
      color: white;
  }
  .career-main .col-md-6 .inner a:hover{
    color: #ed1c24;
  }

  
  .discuss{
      
    margin-bottom: 20px;

  }
  .socia-links li{
    /* border: 1px solid #ffffff47; */
    padding: 4px 10px;
    margin-right: 6px;
  }
  .socia-links ul{
      /* margin-left: 0px; */
  }
  .par-logo{
      /* text-align: center; */
  }
  .cent-logo{
      margin-top: 20px;
  }
  .contact-no .media-left span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 0%;
    border: 0px solid #ffffff47;
    text-align: center;
    line-height: 30px;
    margin-right: 0px;
    margin-top: -5px;
}

.part-box{
    padding-top: 15px;
}
.cent-logo p, .cent-logo img{
    display: inline;
}
.cent-logo img {
    width: 70px;
    margin-top: -3px;
}
.career-form textarea{
    height: 40px!important;
}
.happy-clients{
    padding: 20px 0;
}
.happy-clients .happ-data{
    margin: 0px;
}

.seo-cont .comm-head{
    font-size: 30px;
    margin: 0 0 20px !important;
}
.seo-cont .data-box p.comm-text {
    font-size: 16px;
    margin-bottom: 10px;
}
.seo-contact {
    margin: 20px 0 30px 0;
}
.seo-li{
    margin-left: 15px !important;
    margin-top: 15px !important;
}
.seo-contact .btn.btn-black{
	padding: 4px 15px;
	font-size: 14px !important;
}


/* blog sidebar */
 .table-content table {
    border: 1px solid #A8A8A8;
    width: 100%;

  }
  
  .table-content table th {
    background-color: #a8a8a82e;
    padding: 10px;
    border-bottom: 1px solid #A8A8A8;
  }
  
  .table-content table th h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
  }
  
  .table-content table td {
    padding: 10px;
  }
  
  .table-content table td a {
    color: black;
    font-size: 14px;
    text-decoration: none;
  }
  
  .blog-2 {
    padding: 50px 0;
  }
  
  .blog-2 .table-content {
    margin: 20px 0;
    display: none;
  }
  .blog-share ul{
    margin-top: 10px;
  }
  .blog-share li{
    display: inline;
    padding-right: 10px;
  }
.new-blogs .blog-detail-data .data-box h2 {
   
    padding: 70px 0 0 0;
       font-size: 20px;
}
.award-text{
    font-size: 16px;
    padding: 20px 0px 20px 0px;
}