*{
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;

}
body
{
    overflow-x: hidden;
}

html{scroll-behavior: smooth;}

@font-face {
  font-family: sitka-regular;
  src: url(../fonts/Sitka.ttc) format("truetype");

}
@font-face {
  font-family: sitka-bold;
  src: url(../fonts/SitkaB.ttc) format("truetype");

}
a{text-decoration: none !important;}
p{font-size: 18px;}
.empty-spacer-20{height:20px}
.empty-spacer-40{height:40px}
.empty-spacer-60{height:60px}
.empty-spacer-80{height:80px}
.empty-spacer-100{height:100px}

/* overrite default css */
.semi-bold{font-weight: 600;}
.medium{font-weight: 500;}
.bold{font-weight: 800;}
.italic{font-style: italic;}
.gold_brown{color: #BE6A19;}
.dark_blue{color: #04173E;}
.dark_brown{color: #5C3303;}
.btn {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff; 
}

.btn-outline-white:hover {
    color: #fff;
    background-color: #ba823b;
    border-color: #ba823b;
}

.btn-grad {background-image: linear-gradient(to bottom, #F1981A 0%,#CE7B05  100%)}
.btn-grad {
    padding: 8px 24px;
    text-align: center;
    transition: 1.5s ease;
    background-size: 200% auto;
    color: white;
    border-radius: 6px;
    display: block;
    border: none;
    /* box-shadow: 0 8px 24px rgb(235 147 34 / 65%); */
 }

 .btn-grad:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   box-shadow: 0 12px 25px rgb(235 147 34 / 65%);
   text-decoration: none;
 }

 .border-left_5 {
    border-left: 5px solid #BE6A19!important;
}

.border-left {border-left: 1px solid #7B4811!important;}
.border-right {border-right: 1px solid #7B4811!important;}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 13px) !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #04173E !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #C6B2B2 !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control.custom-input-height{
    height: calc(1.5em + .75rem + 2px) !important;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #F59C29;
    background-color: #F59C29;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
    background-size: 14px;
}
.custom-control-label::before {
    position: absolute;
    top: .10rem !important;
    left: -1.5rem;
    display: block;
    width: 1.3rem !important;
    height: 1.3rem !important;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-label::after {
    position: absolute;
    top: .10rem !important;
    left: -1.5rem;
    display: block;
    width: 1.3rem !important;
    height: 1.3rem !important;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.3rem;
    height: 1.3rem;
    opacity: 0;
}

/* navbar css */
.navbar-dark .navbar-nav .nav-link {
    color: #000 ;
}

ul.navbar-nav li.nav-item {
    height: 55px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0 10px;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    background-color: rgb(237 149 35 / 20%);
    color: #4A2D08 !important;
    height: 55px;
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 600;
}

.offcanvas-header{ display:none; }

@media (max-width: 992px) {
  .offcanvas-header{ display:block; }
  .navbar-collapse {
    position: fixed;
    top:0; 
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    z-index: 99;
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(215 130 10) !important;
}

/* home page css */
.custom-height-470{
    height: 450px;
}

.custom-height-470 .carousel-item img.w-100 {
    height: 450px;
    object-fit: cover;
    object-position: left;
}

.custom-height-470 .carousel-item .carousel-caption {
    width: 50%;
    max-width: 1140px;
    margin: 0;
}

.carousel-caption {
    position: absolute;
     left: 4% !important; 
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    top: 8% !important;
    text-align: left !important;
}

.carousel-caption h1{
    font-size:25px;
    line-height: 30px;
}
.carousel-caption h5{
    font-size: 25px;
   
}
.bigT{
    font-size: 45px!important;
    line-height: 50px!important;
}

.carousel-indicators {
    position: absolute;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background: #d37f089c;
    padding-left: 0;
    /* margin-right: 15%; */
    /* margin-left: 15%; */
    list-style: none;
    right: 0;
    bottom: 10% !important;
    left: unset;
    padding: 6px;
    border-radius: 16px;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px !important;
    height: 10px !important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid #fff !important;
    opacity: .5;
    border-radius: 100%;
    transition: opacity .6s ease;
}

.carousel-indicators li.active{
    background-color: #fff;
}

/* play - pulse effect button */

a.pulse-button::after {
    content: 'Play Video';
    font-family: inherit;
    display: inherit;
    width: 100px;
    left: 50px;
    position: relative;
    top: 10px;
    color: #ba823b;
    text-decoration: none;
}

a.pulse-button {
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    text-decoration: none;
    box-shadow: 0 0 0 0 rgb(245 156 41 / 40%);
    border-radius: 50%;
    background-color: rgb(245 156 41 / 60%);
    background-image: url('../img/play.svg');
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}
  .pulse-button:hover 
  {
    -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
  }
  
  @-webkit-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
  @-moz-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
  @-ms-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
  @keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}

  /* home page tabs css */

  .overlap-tabs {
    background: transparent linear-gradient(180deg, #F1981A 0%, #CE7B05 100%) 0% 0% no-repeat padding-box;
    position: relative !important;
    padding: 10px 0px;
}

ul.nav.nav-tabs.tab-abs.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #BE6A0DCC 0% 0% no-repeat padding-box;
    border: 1px solid #F1981A;
    border-radius: 12px 12px 0px 0px;
    color: #fff;
    font-size: 16px;
    padding: 10px 24px;
}

ul.nav.nav-tabs.tab-abs.nav-tabs .nav-link.active {
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 600 !important;
    color: #4A2D08 !important;
    background: #F59C29 0% 0% no-repeat padding-box !important;
}

ul.nav.nav-tabs.tab-abs {
    position: absolute;
    top: -52px;
    z-index: 11 !important;
    display: flex;
    align-items: flex-end;
    border: none;
}

.tab-content.over_content h6 {
    color: #5C3303;
    font-weight: 600;
    font-size: 16px;
}

.tab-content.over_content img.img-fluid.mb-2 {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.bg-shape:hover{
    transform: scale(1.1);
    transition: all 1s ease;
}

.bg-shape {
    clip-path: polygon(84% 0%, 100% 50%, 84% 100%, 0% 100%, 16% 50%, 0% 0%);
    background: #ec9417;
    height: 100px;
    transition: all 1s ease;
    cursor: pointer;
    text-align: center;
    width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 140px;
    color: #ffffff;
}
.bg-shape.bg-yellow{background: #ffc000;}
.bg-shape.bg-light-gray{background: #d2b4a6;}
.mrg-20{
    margin-left: -20px;
}


  /* contact scetion css */
  section{padding-top: 50px;padding-bottom: 50px;}

  /* footer css */
  .section-footer{background-color:#1F232E;}

  .padding-y {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-footer .title {
    font-weight: 400;
    margin-bottom: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
.section-footer p{
    color: #E3E3E3;
}
.list-icon {
    list-style: none;
    padding-left: 0;
}
.section-footer ul li {
    margin-bottom: 12px;
}

.section-footer a {
    color: #E3E3E3;
    text-decoration: none;
}

.footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

.border-top_1 {
    border-top: 1px solid rgb(255 255 255 / 25%)!important;
}

button.btn.btn-grad.p-a {
    position: absolute;
    right: 19%;
}

/* details page css */

.inner-banner {
    background-color: #0B102B;
    background-size: cover;
    max-height: 402px;
    min-height: 402px;
    height: 100%;
    display: flex;
    align-items: center;
    /* background-position: bottom center; */
    background-position: center center;
}
.custom-breadcrumb {
    background: #0B102B !important;
    border-radius: 0 !important;
    padding-left: 0;
    padding-right: 0;
}
.custom-breadcrumb ol li a {
    color: #ffffff;
}
.inner_title h1{
    text-align: left;
    font: normal normal 600 53px/80px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.area-bg:after {
    background: transparent linear-gradient(90deg, #000000B7 0%, #54545400 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 410px;
    content: '';
    opacity: .8;
}
li.nav-item.dropdown.show > a
{
    background: none!important;
}
.inner_title {
    position: relative;
    z-index: 9;
}
.bg-light{
    background: #F2F2F5 0% 0% no-repeat padding-box !important;
    opacity: 1;
}
.section_heading{
    text-align: left;
    font: normal normal 600 28px/42px Poppins;
    letter-spacing: 0px;
    color: #04173E;
    text-transform: uppercase;
    opacity: 1;
}
h2.section_heading:before {
    content: "";
    border-left: 5px solid #BE6A19;
    padding-right: 12px;
}

.section_heading_h4{
    text-align: left;
    font: normal normal 600 24px/30px Poppins;
    letter-spacing: 0px;
    color: #04173E;
    /* text-transform: uppercase; */
    opacity: 1;
}
h4.section_heading_h4:before {
    content: "";
    border-left: 5px solid #BE6A19;
    padding-right: 12px;
}
ul.custon-list-box {
    display: inline-flex;
    list-style-type: none;
    padding: 0;
}
ul.custon-list-box li:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #F59C29;
    display: inline-flex;
    border-radius: 2px;
    margin-right: 6px;
}
ul.custon-list-box li {
    margin-right: 100px;
    color: #030E22;
    font-weight: 500;
}
.rounded-16{border-radius: 16px;}
.p-absolute{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 22px #00000029;
    border: 1px solid #707070;
    border-radius: 11px;
    opacity: 1;
    position: absolute;
    width: 150%;
    left: -55%;
    top: 30%;
    min-height: 270px;
}
.extra-padding-bottom{
    padding-bottom: 80px;
}

.heighlight {
    padding: 16px;
    background: aliceblue;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: 6px 6px 0px #1f232e17;
}
.heighlight p{
    margin: 0;
    font-style: italic;
    /* font-weight: 500; */
}

/* cards */

.card-banner {
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    border-radius: 0.37rem;
    transition: all 0.5s ease;
}
.card-banner:hover {
    transform: scale(1.050);
    transition: all 0.5s ease;
}

.bg-gradient-red {
    background: rgba(33, 37, 41, 0.4);
    background: linear-gradient(to bottom right, rgb(232 135 0), rgba(33, 37, 41, 0.4));
    transition: 0.5s;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}


.circle-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: solid 2px #fff;
}

.circle-arrow img {
    width: 20px;
    object-fit: contain;
}

a.btn-grad
{
    display: inline-block;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}

.tech_social_icon a img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
@media screen and (min-width: 320px) and (max-width: 480px)
{
  .main-menu {
  max-width: 800px;
}    
.main-nav {
  display: inline-flex;
  padding: 0;
  list-style: none;
  top: -46px!important;
}
.main-nav li a {
  padding: 10px;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 30px;
  font-family: sans-serif;
  text-decoration: none;
}
.main-nav li a:hover{
    color: #fff;
}
.more-btn {
  color: #fff;
}
.auto-nav-more {
  position: relative;
}
.auto-nav-more-list {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  text-align: right;
  padding: 0;
  list-style: none;
  background: grey;
  border-radius: 4px;
}
.auto-nav-more:hover .auto-nav-more-list {
  opacity: 1;
  visibility: visible;
}
    .d-flex.align-items-center.mb-4 {
    flex-direction: column;
}
    .bigT{
    font-size: 30px;
    line-height: 35px;
}
    .custom-height-470 .carousel-item img.w-100
    {
        height: 250px;
        object-fit: contain;
    }
    .heighlight
    {
        flex-direction: column;
    }
    .section-footer
    {
        overflow-x: hidden;
    }
    .custom-control
    {
        width: 100%;
        margin-left: 0px!important;
    }
    .carousel-item
    {
        background: #000;
    }
    .custom-height-470
    {
        height: 250px;
    }
    .carousel-indicators
    {
        display: none;
    }
    /*ul.nav.nav-tabs.tab-abs
    {
        position: static;
    }*/
/*    section.res_tabs .nav-item {
    width: 33%;

}*/
.over_content .border-left
{
    border-color: transparent!important;
}

ul.nav.nav-tabs.tab-abs.nav-tabs .nav-link.active {
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 600 !important;
    color: #4A2D08 !important;
    background: #F59C29 0% 0% no-repeat padding-box !important;
    border: 1px solid #eee;
    border-bottom: 0px;
}
.tab-content>.tab-pane {

    margin-top: 10px;
}
.area-bg:after
{
    background: transparent;
}
.inner-banner
{
    min-height: 250px;
    max-height: 250px;
}
}
@media screen and (min-width: 481px) and (max-width: 768px)
{

.main-menu {
  max-width: 800px;
}

.main-nav {
  display: inline-flex;
  padding: 0;
  list-style: none;
}
.main-nav li a {
  padding: 10px;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 30px;
  font-family: sans-serif;
  text-decoration: none;
}
.more-btn {
  color: #fff;
}
.more-btn:active{
    color: #fff;
}
.auto-nav-more {
  position: relative;
}
.auto-nav-more-list {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  text-align: right;
  padding: 0;
  list-style: none;
  background: grey;
  border-radius: 4px;
}
.auto-nav-more:hover .auto-nav-more-list {
  opacity: 1;
  visibility: visible;
}

   .custom-height-470 .carousel-item img.w-100 {
    height: 450px;
    object-fit: cover;
    object-position: center;
}
button.btn.btn-grad.p-a {
    position: absolute;
    right: 0%;
}
    .heighlight
    {
        flex-direction: column;
    }
     .section-footer
    {
        overflow-x: hidden;
    }
    .custom-control
    {
        width: 100%;
         margin-left: 0px!important;
    }
}

iframe{
    width: 100%;
}


/*success_story_css*/
li.nav-item.active.dropdown {
    cursor: pointer;
}

._banner_section .carousel-caption {
    width: 100% !important;
    max-width: 1140px;
    margin: 0 !important;
    top: 50% !important;
    transform: translate(10px, -50%) !important;
    bottom: auto !important;
}

._banner_section  .bigT {
    font-size: 40px!important;
    line-height: 50px!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
}

.success_story_section ul.nav.nav-tabs.tab-abs {
    top: -80px;
   
}

.success_story_section ul.nav.nav-tabs.tab-abs.nav-tabs .nav-link.active {

    height: 80px;
}
.success_story_section ul.nav.nav-tabs.tab-abs.nav-tabs .nav-link {
    height: 70px;
    text-align: center;
   
}

.success_story_nav {
    background: transparent linear-gradient(180deg, #F1981A 0%, #CE7B05 100%) 0% 0% no-repeat padding-box;
    position: relative !important;
    padding: 20px 0px;
}

.success_story_nav .border-left h6 {
    color: #5C3303;
    font-weight: 600;
    font-size: 16px;
}

section.overlap-tabs.res_tabs.success_story_section {
    padding: 0;
    background: transparent;
}

.success_story_section ._about_techbrains {
    padding: 40px 0;
    width: 100%;
    position: relative;
    background: #F2F2F5;
}

.pro_success_box {
    margin-bottom: 33px;
}

.profile_success_story {
    background: #FFF6EB;
    padding: 40px 0;
}

.profile_success_story .pro_success_box p {
    font-size: 20px;
    color: #212529;
    font-weight: 500;
    margin-top: 15px;
}

.profile_success_story .pro_success_box .img_box img {
    object-fit: cover;
    width: 100%;
}

.main_heading {
    font-size: 28px;
    color: #04173E;
    font-weight: 900;
    border-left: 5px solid #BE6A19;
    padding: 0;
    margin-bottom: 25px;
    padding-left: 15px;
}

.middle_heading {
    font-size: 20px;
    color: #04173E;
    font-weight: 700;
}
.description {
    color: #212529;
    font-weight: normal;
    margin-bottom: 30px;
}

.success_story_section ._why_brain_solution {
    background: #ffffff;
    padding: 40px 0;
}
.at_a_glance {
    background: #F2F2F5;
    padding: 40px 0;
}

.grc_provider_inner ul.Solution_points {
    color: #E48D12;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 25px;
}

.grc_provider_inner ul.Solution_points li {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
}

.grc_provider_inner ul.Solution_points li:after {
    content: "";
    width: 13px;
    height: 14px;
    object-fit: contain;
    position: absolute;
    background: url(..//img/story/bullet.png);
    left: -20px;
    top: 7px;
}

 ul.Benifites_points {
    padding: 0;
    list-style: none;
    padding-left: 25px;
}
 ul.Benifites_points li {
    font-size: 18px;
    color: #212529;
    margin-bottom: 15px;
    position: relative;
}

 ul.Benifites_points li:after {
    content: "";
    width: 13px;
    height: 14px;
    object-fit: contain;
    position: absolute;
    background: url(..//img/story/bullet.png);
    left: -20px;
    top: 7px;
}

.grc_provider_inner .excutive_summary {
    padding: 40px 0;
}

.grc_provider_inner .business_challenge {
    background: #FFF6EB;
    position: relative;
    width: 100%;
}

.grc_provider_inner .business_challenge .busi_chal_content {
    padding: 40px 0;
    padding-right: 20%;
}

.benifits-tl-container {
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
    padding: 0 30px;
}
.benifits-tl-container ul.tl {
  margin: 20px 0;
  padding: 0;
  display: inline-block;
}
.benifits-tl-container ul.tl li {
    list-style: none;
    margin: auto;
    margin-left: 0;
    min-height: 50px;
    border-left: 2px dashed #04173E;
    padding: 0 0 30px 30px;
    position: relative;
}
.benifits-tl-container ul.tl li:last-child {
  border-left: 0;
}
.benifits-tl-container ul.tl li::before {
    position: absolute;
    left: -11px;
    top: -1px;
    content: " ";
    border: 4px solid #E48D12;
    border-radius: 500%;
    background: #F2F2F5;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;
}



 .business_benifits {
    position: relative;
    padding: 40px 0;
    background: #F2F2F5;
}

.about_banner_section .banner_header {
    background: #0B102B;
}

.about_banner_section .banner_header h1 {
    font-size: 18px;
    color: #FFFFFF;
    padding: 18px 0;
    margin-bottom: 0;
}

.about_banner_section ._abanner_img {
    height: 350px;
    object-fit: cover;
    object-position: top;
}

.about_banner_section .carousel-caption {
    position: absolute;
    left: 50% !important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    top: 50% !important;
    text-align: left !important;
    transform: translate(-50%, -50%);
    bottom: inherit;
    right: auto;
    width: 1115px !important;
}

.hover_img {
    display: none;
}

.about_our_company_inner {
    background: #FFF6EB;
    padding: 30px 20px;
    border-radius: 30px;
}

.about_our_company {
    padding: 40px 0;
}
 
.about_our_company_inner .company_info_box {
    text-align: center;
    height: 400px;
    padding: 0 20px;
    padding-top: 40px;
}



.about_our_company_inner .company_info_box .description {
    color: #212529;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 27px;
}

.about_our_company_inner .company_info_box .img_box {
    margin-bottom: 25px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 55px;
}
.about_our_company_inner .company_info_box:hover {
    background: #FFFFFF;
    box-shadow: 0 6px 12px #7b480c8f;
    border-radius: 10px;
}
.about_our_company_inner .company_info_box:hover .main_img{
    display: none;
}

.about_our_company_inner .company_info_box:hover .hover_img{
    display: block;
}
.about_our_company_inner .company_info_box:hover .middle_heading{
    color:#04173E;
}

.about_count_section {
    background: transparent;
    box-shadow: 0px 22px 35px #2175a217;
    padding: 40px 0;
}




.about_count_section .about_count_info .counting_box {
    background: transparent linear-gradient(180deg, #F1981A 0%, #CE7B05 100%) 0% 0% no-repeat;
    box-shadow: 0px 22px 35px #2175a217;
    opacity: 1;
    width: 50%;
    height: 261.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.about_count_section .about_count_info .counting_box h1 {
    font-size: 61px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 0;
}

.about_count_section .about_count_info .counting_box p {
    font-size: 25px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

.border_b {
    border-bottom: 1px solid #000;
}

.border_bl {
    border-bottom: 1px solid #000;
     border-left: 1px solid #000;
}
.border_l {
     border-left: 1px solid #000;
}


.about_count_section .count_info_right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.oue_journey-timeline {
 
  width: 50%;
  margin: auto;
  display: block;
  position: relative;
}
.oue_journey-timeline ul.tl {
    margin: 20px 0;
    padding: 0;
    display: inline-block;
    margin-left: 130px;
    position: relative;
    height: 430px;
    padding-top: 35px;
}

.oue_journey-timeline ul.tl:after {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #707070;
    content: "";
    top: 0;
}
.oue_journey-timeline ul.tl li {
    list-style: none;
    margin: auto;
    min-height: 50px;
    /* background: rgba(255,255,0,0.1); */
    padding: 0 0 50px 30px;
    position: relative;
    z-index: 99;
}
.oue_journey-timeline ul.tl li:last-child {
  border-left: 0;
}
.oue_journey-timeline ul.tl li::before {
    position: absolute;
    left: -10px;
    top: -5px;
    content: " ";
    border: 5px solid rgb(255 255 255);
    border-radius: 500%;
    background: #0D5E7D;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;
    outline: 1px solid #0D5E7D;
}

.oue_journey-timeline ul.tl li .item-detail {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}


.oue_journey-timeline ul.tl li .item-title {
    font-size: 20px;
    color: #E48D12;
    font-weight: 700;
    position: relative;
    top: -8px;
}
.oue_journey-timeline ul.tl li .timestamp {
    color: #212529;
    position: absolute;
    width: 115px;
    left: -145px;
    text-align: right;
    font-size: 18px;
    top: -6px;
    font-weight: 500;
}
.oue_journey_area {
    padding: 40px 0;
}

ul.Benifites_points.oue_journey_points li {
    font-size: 25px;
    font-weight: 600;
}

ul.Benifites_points.oue_journey_points li:after {
    top: 11px;
    left: -30px;
}
ul.Benifites_points.oue_journey_points {

    padding-left: 30px;
}

li.dot_up:before {
    display: none;
}

li.dot_down:before {
    display: none;
}

li.dot_up {
    position: absolute;
    width: 13px !important;
    height: 13px !important;
    min-height: 13px !important;
    background: #E48D12;
    top: -40px;
    left: -6px;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50%;
}

li.dot_down {
    position: absolute !important;
    width: 13px !important;
    height: 13px !important;
    min-height: 13px !important;
    background: #E48D12;
    bottom: 0;
    left: -6px;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50%;
}

.about_vision {
    background: url(..//img/story/vision_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    background-position: center;
}

.our_solution {
    padding: 50px 0;
    position: relative;
}

.our_solution img.shapeup {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(180deg);
}

.our_solution img.shapedown {
    position: absolute;
    bottom: 0;
    left: 0;
}

.our_solution .our_solution_box {
    text-align: center;
    padding: 20px;
    height: 370px;
    background: #D2EDFF;
    border-radius: 20px 20px 0 0;
    padding-top: 50px;
    margin-bottom: 20px;
}

.our_solution .our_solution_box img {
    margin-bottom: 25px;
}

.success_srory_banner .carousel-item img.w-100 {
    height: 410px;
    object-fit: cover;
    object-position: top;
}

.success_srory_banner h1.bigT span {
    display: inline-block;
    background: #0D5E7D;
    color: #fff;
    padding: 0px 15px;
    margin-bottom: 7px;
    font-size: 24px;
}

.success_srory_banner h1.bigT.color_inverse p {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.success_srory_banner h1.bigT p {
    font-size: 28px;
    color: #0D5E7D;
    font-weight: 600;
}

.success_srory_banner .bigT {
    font-size: 40px!important;
    line-height: 45px !important;
    width: auto;
    /*font-family: sitka-bold;*/
}


.success_srory_banner .carousel-caption h4 {
    font-size: 36px!important;
    width: auto;
    /*font-family: sitka-regular;*/
    font-weight: 100 !important;
    margin-top: 20px;
}
.success_srory_banner .bigT .font-weight-bold {
    font-size: 28px !important;
    margin-top: 10px;
}

.success_srory_banner .custom-height-470 {
    height: auto;
}

.btn_outline_dark {
    border: 1px solid #7b480c;
    color: #7b480c;
}

.about_count_section .about_count_box:last-child {
    border-right: none;
}

.story_top_title {
    background: #F2F2F5;
    padding: 30px 0;
    padding-top: 50px;
}

.story_top_title h1 {
    font-size: 33px;
    margin-bottom: 0;
    text-align: center;
    color: #04173E;
    border-bottom: 2px solid #BE6A19;
    padding-bottom: 30px;
    font-weight: 600;
    line-height: 45px;
}


.story_top_title h1 span {
    color: #BE6A19;
}

.learn_more_btn:hover .non_hover {
    display: none;
}

.learn_more_btn:hover .hover {
    display: inline-block !important;
}

nav.navbar .dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 18px;
    clear: both;
    font-weight: 600;
    color: #303030;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 18px;
}

nav.navbar a.dropdown-item:hover {
    background: #FFF6EB;
    color: #E58E13;
}

.pro_success_box a {
    font-size: 20px;
    color: #7B480C;
    font-weight: 500;
}

h1.bigT.color_inverse span {
    color: #0d5e7d;
    background: #fff;
}

li.nav-item.dropdown {
    cursor: pointer;
}
h1.bigT.white_inverse span {
    background: #fff;
    color: #7B480C;
    font-size: 32px;
    font-weight: 600;
}

/*success_story_css_close*/

@media screen and (min-width: 1280px)
{
    .custom-height-470 .carousel-item .carousel-caption
    {
        left: 6%!important;
    }
}
@media screen and (min-width: 1300px)
{
    .custom-height-470 .carousel-item .carousel-caption
    {
        left: 11%!important;
    }
} 
@media screen and (min-width: 1600px)
{
   .custom-height-470 .carousel-item .carousel-caption {
    left: 17%!important;
}
}

.color_two {
    color: #0D5E7D;
}

.color_three {
    color: #7B480C;
}

._banner_section.success_srory_banner .carousel-caption {
    left: 50% !important;
    max-width: 1115px !important;
    transform: translate(-50%, -50%) !important;
}

.grc_provider_inner .glance_img {
    padding-top: 62px;
}

.benifits-tl-container .description {
    margin-bottom: 0;
}

/*accessibility*/

.digital_accessibility_service {
    padding-bottom: 30px;
}

.accessibility_remediation_inner {
    background: #F2F2F5;
    padding: 50px 0px;
    width: 100%;
}

.accessibility_remediation_inner .card {
    padding: 20px;
    border: 1px solid #04173E;
    margin-bottom: 30px;
    border-radius: 0;
}

.accessibility_remediation_inner .card p {
    margin-bottom: 0;
    min-height: 90px;
}

.accessibility_remediation_inner .card h4 {
    margin-top: 20px;
}

.audits_service_sec {
    padding-top: 50px;
    padding-bottom: 50px;
}

.audits_service_inner {
    background: #FFF6EB;
    border-radius: 25px;
    margin-top: 120px;
}

.audits_service_inner .aud_ser_box .icon_box {
     position: absolute;
    left: 50%;
    top: -75px;
    transform: translate(-50%, 0px);
    width: 150px;
    height: 150px;
    background: #04173E;
    border-radius: 50%;
    box-shadow: 0px 6px 12px #04173e40;
    display: flex;
    align-items: center;
    justify-content: center;
}


.audits_service_inner .aud_ser_box {
    position: relative;
    padding: 30px 35px;
    border-right: 1px solid #04173E;
    text-align: center;
    padding-top: 100px;
}

.audits_service_inner .aud_ser_box.right_border {
    border-right: none !important;
}

.audits_service_inner .aud_ser_box p {
    margin-bottom: 0;
    min-height: 300px;
}

.audit_functional_disability_sec {
    background: #FFF6EB;
    padding: 0 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}


.audit_functional_disability_sec .img-fluid.subtraction_left {
    position: absolute;
    left: 0;
    margin-top: 50px;
}

.audit_functional_disability_box {
    width: 100%;
    position: relative;
}

.audit_functional_disability_box p {
    font-size: 18px;
    padding: 0;
    line-height: 40px;
    text-align: left;
    color: #030E22;
    font-weight: 500;
    font-style: italic;
}

.audit_functional_disability_box .afd_left_box {
    margin-top: 50px;
}

.audit_functional_disability_box .afd_left_box img {
    margin-bottom: 30px;
}

.audit_functional_disability_box .afd_right_box {
    padding-top: 20px;
    position: relative;
}

.audit_functional_disability_box .afd_right_box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #04173E;
    border-radius: 50%;
    top: -88px;
    left: 0;
}

.audit_functional_disability_box .afd_right_box img{
    position: relative;
}

.audit_functional_disability_box img.img-fluid.Subtraction {
    position: absolute;
    left: -100px;
    bottom: -111px;
}

.accessibility_roadmap_main .acce_roadmap_inner {
    padding: 0px 0px;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.acce_roadmap_inner .roadmap_info-box {
    border: 1px solid #04173E;
    border-radius: 10px;
    padding: 50px 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
}

.acce_roadmap_inner img.img-fluid.shape_left {
    position: absolute;
    bottom: 52px;
    left: -25px;
}

.acce_roadmap_inner img.img-fluid.shape_right {
    position: absolute;
    right: -26px;
    top: 55px;
}

.acce_roadmap_inner .roadmap_info-box .img-fluid.white {
    display: none;
}

.acce_roadmap_inner .roadmap_info-box img {
    margin-bottom: 20px;
}

.acce_roadmap_inner .roadmap_info-box p {
    margin-bottom: 0;
    min-height: 75px;
}

.roadmap_info-box:hover {
    background: #04173E;
}

.roadmap_info-box:hover h4, .roadmap_info-box:hover p {
    color:#ffffff;
}

.roadmap_info-box:hover .img-fluid.white{
    display: block;
} 

.roadmap_info-box:hover .img-fluid.blue{
    display: none;
} 


.reme_think_accessinility_sec {
    background: #FFF6EB;
    padding: 50px 0 0;
}

.reme_think_accessinility_sec .rta_left_box ul {
    list-style: none;
    padding-left: 20px;
}


.reme_think_accessinility_sec .rta_left_box ul li {
    position: relative;
    padding: 12px 0;
    font-size: 18px;
    color: #212529;
}

.reme_think_accessinility_sec .rta_left_box ul li:after {
    content: "";
    width: 13px;
    height: 14px;
    object-fit: contain;
    position: absolute;
    background: url(..//img/story/bullet.png);
    left: -20px;
    top: 17px;
}

.reme_think_accessinility_sec .rta_left_box ul li span:first-child {
    font-weight: 600;
    width: 120px;
    display: inline-block;
}

.accessibility_engineering_sec {
    background: #F2F2F5;
    width: 100%;
    padding-top: 50px;
}


.accessibility_engineering_sec .ae_right_box ul {
    list-style: none;
    padding-left: 20px;
}

.accessibility_engineering_sec .ae_right_box ul li {
    position: relative;
    padding: 12px 0;
    font-size: 18px;
    color: #212529;
}

.accessibility_engineering_sec .ae_right_box ul li span {
    font-weight: 600;
}

.accessibility_engineering_sec .ae_right_box ul li:after {
    content: "";
    width: 13px;
    height: 14px;
    object-fit: contain;
    position: absolute;
    background: url(..//img/story/bullet.png);
    left: -20px;
    top: 19px;
}

.accessibility_engineering_sec .ae_left_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #04173E;
    border-radius: 26px 26px 0 0;
    opacity: 1;
    padding:39px 36px 0px;
    /*border-bottom: none;*/
}

.document_assets_remediation {
    width: 100%;
    background: #f2f2f5;

}

.document_assets_remediation_inner {
    padding: 10px 0;
    position: relative;
}

.document_assets_remediation_inner h2 {
    font-size: 20px;
    color: #04173E;
    font-weight: 600;
    margin-bottom: 0px;
}

.document_assets_remediation_inner ul {
    list-style: none;
    padding-left: 0px;
}

.document_assets_remediation_inner ul li {
    position: relative;
    padding: 12px 0;
    font-size: 18px;
    color: #212529;
    text-align: center;
}

/*.document_assets_remediation_inner ul li:after {
    content: "";
    width: 13px;
    height: 14px;
    object-fit: contain;
    position: absolute;
    background: url(..//img/story/bullet.png);
    left: -20px;
    top: 16px;
}*/
.circleImg {
    border: 1px solid #BE6A19;
    width: clamp(80px,80px,80px);
    height: clamp(80px,80px,80px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
        margin: 10px auto;
        background: #fff;
}

.document_assets_remediation_inner ul li h4 {
    font-size: 19px;
    color: #04173E;
    font-weight: 600;
    margin-bottom: 10px;
}

.document_assets_remediation_inner ul li p {
    font-size: 18px;
    color: #030E22;
    padding-right: 20px;
}

/*.document_assets_remediation_inner img.img-fluid.Subtraction {
    position: absolute;
    top: 0;
    right: -45px;
    transform: rotate(180deg);
}*/
.accessibilty_banner_sec .carousel-item img.w-100 {
    height: 410px;
    object-fit: cover;
    object-position: right;
}

 .tab-content.over_content h6 {
    color: #5C3303;
    font-weight: 600;
    font-size: 16px;
    height: auto;
}
/*accessibility_close*/

.tab-content>.active {
    display: block;
    opacity: 1;
}


/*blog_pages*/
.navbar-expand-lg .navbar-nav .blog_nav .dropdown-menu {
    position: absolute;
    left: auto;
    right: 0;
}

.blog_banner_area {
    padding: 0;
}

.blog_banner_area img {
    width: 100%;
}

h1.b_big_heading {
    font-size: 48px;
    letter-spacing: 0px;
    color: #04173E;
    opacity: 1;
    font-weight: 600;
}

.blog_section_inner .b_info_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 30px;
    padding-top: 0;
}

.blog_section_inner .b_info_header p {
    font-size: 18px;
    letter-spacing: 0px;
    color: #212529;
    opacity: 1;
    margin-bottom: 0;
}

ul.blog_points_number {
    padding: 0;
    list-style: none;
    margin: 0;
}

.blog_section_inner h2.orange_big {
    letter-spacing: 0px;
    color: #D6810A;
    opacity: 1;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 600;
}

.blog_section_inner ul.blog_points_number li {
    margin-top: 50px;
}

.blog_section_inner .orange {
    color: #D6810A;
    font-weight: 600;
}

.blog_section_inner .light_blue {
    display: block;
    letter-spacing: 0px;
    color: #0066CC;
    opacity: 1;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    border-top: 1px solid #04173E;
    border-bottom: 1px solid #04173E;
    padding: 15px 10px;
}

.blog_section_inner ._dark_blue {
    letter-spacing: 0px;
    color: #04173E;
    opacity: 1;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    border-top: 1px solid #04173E;
    border-bottom: 1px solid #04173E;
    padding: 15px 10px;
}

.blog_section_inner .think_box {
    border: 1px solid #D6810A;
    opacity: 1;
    padding: 15px;
}

.blog_section_inner .b_think_sec .think_box h4 {
    letter-spacing: 0px;
    color: #D6810A;
    opacity: 1;
    font-size: 18px;
    font-weight: normal;
}

.blog_section_inner .b_think_sec .think_box p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    height: 135px;
}

.jumb_to_section ul {
    padding: 0;
    list-style: none;
    margin: 0;
    border-left: 1px solid #DCDCDC;
}

.jumb_to_section li a {
    letter-spacing: 0px;
    color: #212529;
    opacity: 1;
    font-size: 16px;
    padding: 10px 25px;
    display: block;
    padding-right: 0;
}

.jumb_to_section li a.active {
    border-left: 7px solid #04173E;
}


.you_like_section .you_like-slider h4 {
    letter-spacing: 0px;
    color: #04173E;
    opacity: 1;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.owl-one .owl-dots .owl-dot.active span, .owl-one .owl-dots .owl-dot:hover span {
    background: #04173E !important;
    width: 27px !important;
}

.blog_jumb_box {
    position: sticky;
    top: 30px;
}

ul.blog_points_number ol li {
    letter-spacing: 0px;
    color: #212529;
    opacity: 1;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    margin-top: 20px !important;
}

ul.blog_points_number ol {
    padding-left: 18px;
}

ol.process_inner_points {
    padding-left: 18px;
}

.public_point_box ul {
    list-style: disc;
}

.public_point_box ul li {
    letter-spacing: 0px;
    color: #212529;
    opacity: 1;
    margin-top: 15px !important;
    font-size: 18px;
}

.public_point_box h3 {
    letter-spacing: 0px;
    color: #212529;
    font-size: 28px;
    font-weight: 600;
}

nav.navbar .blog_nav .dropdown-item {
    white-space: pre-wrap;
}

.navbar-expand-lg .navbar-nav .blog_nav .dropdown-menu {
  
    width: 380px;
}



/*Integration_Services*/

.Is_service_heading ul {
    width: 520px;
    margin: auto;
    align-items: center;
}

.Is_service_heading ul li {
    width: 33.33%;
    text-align: center;
}

.black_24 {
    font-size: 24px;
    letter-spacing: 0px;
    color: #212529;
    font-weight: 600;
    margin-bottom: 30px;
}

section.is_services_box ul {
    padding-left: 20px;
}

section.is_services_box ul li {
    font-size: 18px;
    color: #212529;
    opacity: 1;
    margin-bottom: 20px;
}

section.is_services_box ul li:last-child {
    margin-bottom: 0px;
}

.grey_box {
    background: #F2F2F5;
}

.is_success_stroy .card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.is_success_stroy .card-header {
    padding: 0;
    border: none;
    background: none;
}

.is_success_stroy  .card-body {
    padding:15px;
}

.is_success_stroy  .card-body h4 {
    letter-spacing: 0px;
    color: #D6810A;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px
}

.is_success_stroy .card-header .d-flex {
    background: #2E8AE6;
    padding: 24px 14px;
}

.is_success_stroy .card-header .d-flex p {
    width: 58%;
    font-size: 17px;
    color: #fff;
    margin-left: 10px;
    margin-bottom: 0;
}

/*cloud*/

section.customers_saying_area {
    position: relative;
    width: 100%;
    background: url(..//img/Integration_Services/customer_bg.png);
}


.customers_saying_area .inner_box {
    text-align: center;
}

.customers_saying_area .inner_box h4 {
    font-size: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: 600;
    margin-bottom: 30px;
}

.customers_saying_area .inner_box img {
    margin-bottom: 30px;
}

.customers_saying_area .inner_box p {
    color: #ffffff;
}

.customers_saying_area .inner_box p {
    margin-bottom: 0;
}


.customers_saying_area .inner_box {
    padding: 50px 0;
}

ul.our_approach_box {
    list-style: none;
    padding: 0 !important;
}

/*our_team*/

.our_team_banner .carousel-item img.w-100 {
    height: 410px;
    object-fit: cover;
    object-position: right;
}

.card.our_team_box {
    border: 1px solid #E8E8E8;
    transition: 2s;
    margin-bottom: 30px;
}

.our_team_area .our_team_box .card-header {
    background: #F6E3E3;
    height: 280px;
    border-radius: 0;
    border-bottom: 0;
}


.our_team_area .card-body h4 {
    letter-spacing: 0px;
    color: #212529;
    opacity: 1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.our_team_area .card-body p {
    font-size: 14px;
    letter-spacing: 0px;
    color: #212529;
    margin-bottom: 0;
}

.our_team_area .card-body .contact {
    padding: 20px 0;
    list-style: none;
    margin-bottom: 0;
}

.our_team_area .card-body .contact li a {
    font-size: 14px;
    letter-spacing: 0px;
    color: #212529;
    opacity: 1;
}

.our_team_area .card-body ul.nav.social_icon li a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    border: 1px solid #9F9F9F;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #9F9F9F;
}

.our_team_area .card-body ul.nav.social_icon li {
    padding: 6px 7px;
}

.our_team_area ul.nav.social_icon {
    margin: 0 -7px;
}

.card.our_team_box .card-body{
     transition: 2s;
}

.card.our_team_box:hover .card-body {
    background: transparent linear-gradient(180deg, #F1981A 0%, #CE7B05 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 12px #00000029;
    transition: 2s;
} 

.card.our_team_box:hover .card-body h4, .card.our_team_box:hover .card-body p, .card.our_team_box:hover .card-body a{
    color:#ffffff !important;
    border-color:#ffffff !important;
}