@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #fac430;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

    .custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
        color: #470159;
    }

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #fac430;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #b5cf7f;
}
.btn-sec-my-b {
    position: absolute;
    top: 150px;
    right: 40px;
}
.detail-box-my {
    padding: 0px 50px;
}
.box-sec {
    position: relative;
    background: #f9f9f9;
    border-radius: 10px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    text-align: center;
    height: 100%;
    padding: 30px;
}
    .box-sec:hover {
        background: #fff;
        -webkit-box-shadow: 0 3px 103px 0 rgb(46 46 46 / 17%);
        -moz-box-shadow: 0 3px 103px 0 rgba(46,46,46,.17);
        box-shadow: 0 3px 103px 0 rgb(46 46 46 / 17%);
        box-shadow: rgb(0 0 0 / 69%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    }
section.service_section-my01 .box-sec a {
    padding: 10px 35px;
}
section.service_section-my01 .box-sec {
    padding: 10px;
}
.box-sec a {
    background: #030303;
    line-height: 55px;
    border-radius: 50px;
    font-weight: 600;
    padding: 10px 50px;
    color: #fff;
}
section.service_section-my {
    background-image: url('../../Content/assets/img/banner-bg.jpg');
    background-size: cover;
    position: relative;
}
    section.service_section-my:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #283d93c4;
    }
    section.service_section-my .container {
        position: relative;
    }
    section.service_section-my h2.title-my {
        color: #fff;
        margin-bottom: 30px;
    }
    section.service_section-my .btn-box {
        background: #ffffff;
        border-radius: 50px;
        font-weight: 600;
        padding: 10px 50px;
        width: 30%;
        margin: auto;
    }
        section.service_section-my .btn-box a {
            color: #283d93;
        }
    .slider_section-my {
    background-image: url('../../Content/assets/img/silder.jpg');
    position: relative;
    background-size: cover;
}
    .slider_section-my:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #00000080;
    }
section.header-image {
    background: url('../../Content/assets/img/banner-about.png') no-repeat top center #f3f3f3;
    border-bottom: 1px solid #eaeaea;
    background-size: cover;
    padding: 100px 0px;
}
section.contact-us .form_container.row input {
    width: 100%;
    background: #fff !important;
    padding: 7px;
    border: none;
}
section.contact-us .form_container.row button {
    width: 100%;
    background: #2382c2;
    padding: 10px;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 700;
}
section.contact-us .form_container {
    background: #eef1ff;
    padding: 30px;
    height:100%;
}
li.icon-bx-wraper.left {
    display: flex;
}
.icon-content {
    margin-left: 30px;
}
.icon-bx-xs {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0px 10px;
    font-size: 26px;
    align-items: center;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    background: #eef1ff;
}
a.my-btn-my {
    display: inline-block;
    padding: 10px 45px;
    background-color: #fac430;
    color: #000000;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    margin-top: 15px;
}
.icon-content h6 {
    font-weight: 900;
    color: #283890;
}
.map_con {
    border: 1px solid #eee;
    padding: 10px;
    height: 100%;
}
section.contact-us .form_container h2 {
    font-size: 25px;
    font-weight: 800;
}
.bb h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 800;
    color: #283f95;
}
section.contact-us .bb {
    border: 1px solid #eee;
    padding: 30px;
    height: 100%;
}
.my-btn-myy {
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    padding: 15px 30px;
    text-align: center;
    border: none;
    text-transform: uppercase;
    background: #2382c2;
    color: #fff;
    margin-left: 30px;
    border: 1px solid #2382c2;
}

    .my-btn-myy:hover {
        background: transparent;
        border: 1px solid #2382c2;
        color: #2382c2;
    }
.header-text-my {
    padding-top: 200px !important;
}
.custom_nav-container-my {
    background: #fff;
    position: relative;
    margin-top: 30px;
    padding: 5px;
}
    .custom_nav-container-my img {
        width: 130px;
    }
button.my-btn-my {
    margin: 0px 10px;
    position: relative;
    width: 40px !important;
    padding: 10px !important;
    height: 40px !important;
    font-size: 16px;
    background: #f5f5f5;
    border-radius: 50%;
    text-align: center;
    color: #131313;
    box-shadow: rgb(0 0 0 / 18%) 0px 3px 8px;
}
.sec-bg-bg {
    background-image: url('../../Content/assets/img/sec-bg.png');
    background-size: cover;
}
section.service_section-my01 {
    position: relative;
    background: #edf3f7;
    margin: 150px 0;
}
    section.service_section-my01:before {
        content: '';
        position: absolute;
        background-image: url(../../Content/assets/img/main-slider-v3-bg-shape.png);
        width: 100%;
        height: 100%;
        margin-top: -259px;
        left: 0;
        background-repeat: no-repeat;
    }
    section.service_section-my01:after {
        content: '';
        position: absolute;
        background-image: url(../../Content/assets/img/main-slider-v3-bg-shape.png);
        width: 100%;
        height: 100%;
        top: 210px;
        left: 0;
        background-repeat: no-repeat;
        transform: rotate(180deg);
        z-index: -1;
    }
section.service_section-my .box-sec h5 {
    font-weight: 700;
    color: #2382c2;
}
    section.service_section-my01 .container {
        position: relative;
    }
section.service_section-my01 .img-box img {
    width: 75px;
    margin-bottom: 10px;
    background: #273b92;
    border-radius: 0px 50px 50px 50px;
    padding: 10px;
    filter: drop-shadow(2px 3px 3px black);
}
    section.service_section-my01 .img-box img:hover {
        border-radius: 50px 0px 50px 50px;
        transition: 2s;
    }
footer.footer-sec:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../../Content/assets/img/Footer-bg.png);
    top: 0;
    left: 0;
}
footer.footer-sec {
    background: #181a1d;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}
    footer.footer-sec h3 {
        font-size: 22px;
        font-weight: 800;
        position: relative;
    }
        footer.footer-sec h3:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 10px;
            left: 3px;
            border-bottom: 3px solid #fff6;
        }
.footer-sec-sec {
    background: #ffffff59;
    padding: 30px;
    color: #ccc;
}
section.service_section-my .img-box img {
    width: 100px;
    margin-bottom: 10px;
}

.header-text h1 {
    line-height: 75px;
    font-weight: 900;
    font-size: 62px;
    color: #fff;
    margin-top: 15px;
}
    .header-text h1 span.prcolor {
        color: #284096;
        text-shadow: 1px 1px 1px #fff;
    }
.sec-bg-bg img {
    width: 100%;
}

.space {
    padding: 50px 0;
}
h2.title-my {
    font-size: 35px;
    font-weight: 800;
    line-height: 45px;
}
.header-text {
    padding: 120px 0;
    color: #fff;
}
    .header-text a.btn.btn-header {
        font-size: 15px;
        font-weight: 700;
        line-height: 62px;
        border-radius: 5px;
        padding: 0px 40px;
        text-align: center;
        border: none;
        text-transform: uppercase;
        background: #2382c2;
        color: #fff;
    }
span.bg {
    width: 345px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    display: inline-block;
    background: url(../../Content/assets/img/title-bg.png) no-repeat center center / cover;
    color: #000;
}
header {
    position: absolute;
    z-index: 9;
    width: 100%;
}
.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.slider_section .detail-box p {
  font-size: 14px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #fac430;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}

.slider_section .detail-box a:hover {
  background-color: #d8a005;
}

.slider_section .img-box img {
  width: 100%;
  -webkit-animation: upDown 5s infinite;
          animation: upDown 5s infinite;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #fac430;
}

.about_section .heading_container {
  margin-bottom: 15px;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #fac430;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #d8a005;
}

.service_section {
  position: relative;
  background: linear-gradient(to bottom, transparent 200px, #f1f2f3 200px);
}

    .service_section .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-top: 45px;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 5px;
        background: -webkit-gradient(linear, left top, left bottom, from(#5b0172), to(#6f028b));
        background: linear-gradient(to bottom, #13436b, #13436b);
        color: #ffffff;
    }

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  /*height: 75px;*/
  margin-bottom: 15px;
}

.service_section .box .img-box svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
  stroke-width: 1px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #fac430;
  font-weight: 600;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.service_section .box .detail-box a i {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.service_section .box .detail-box a:hover i {
  margin-left: 10px;
}

.service_section .service_btm_text {
  text-align: center;
  margin-top: 45px;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #fac430;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.service_section .btn-box a:hover {
  background-color: #d8a005;
}

.contact_section {
  background-color: #470159;
  color: #ffffff;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #f4f5f7;
  outline: none;
  color: #000000;
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::placeholder {
  color: #222222;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #fac430;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #d8a005;
}

.contact_section .map_container {
  width: 100%;
  height: 345px;
  border-radius: 25px;
  overflow: hidden;
}

.contact_section .map_container #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 105px;
  margin-bottom: -50px;
  margin-left: 25px;
  position: relative;
}

.client_section .box .img-box img {
  border-radius: 100%;
  border: 5px solid #efefef;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  padding: 60px 25px 15px 25px;
  border: 5px solid #efefef;
}

.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.client_section .owl-carousel .item {
  width: 445px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #fac430;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin-right: 10px;
}

/* client section end */
.info_section {
  background-color: #470159;
  color: #ffffff;
  padding: 45px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #fac430;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #fac430;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #fac430;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #fac430;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #d8a005;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #470159;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
.team-members-card {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    max-width: 850px;
    background: #fff;
    transition: all 300ms ease;
    height: 100%;
    text-align:center;
}
.team-members-img img {
    width: 50%;
    filter: drop-shadow(0px 2px 3px #fff);
}
.team-members-img {
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px inset, rgb(0 0 0 / 30%) 0px 18px 36px -18px inset;
    background: #283f95;
    margin: auto;
    overflow: hidden;
    padding-top: 10px;
}
h2.team-heading {
    letter-spacing: -3px;
    font-size: 3rem;
    font-weight: 700;
    color: #000000b5;
}
    h2.team-heading b {
        color: #283f95;
    }
.team-members-name h3 {
    font-size: 18px;
    font-weight: 800;
    color: #2382c2;
    text-shadow: 1px 1px 1px black;
}
.team-members-name p {
    font-weight: 100;
    color: #9e9e9e;
    text-shadow: 1px 1px 2px black;
}
.bt_bb_headline {
    font-size: 1.5rem;
    margin-top: 0.5em;
    font-weight: 500;
    color: #4a4a4a;
}
.our-btn a {
    border-color: #e64209;
    box-shadow: 0 0 0 0 #e64209 inset;
    color: #e64209;
    background-color: transparent;
    border: 2px solid;
    border-radius: 20px;
    padding: 8px 30px;
}
.our-btn {
    margin: 30px 0;
}
.team-members-name {
    padding: 2em;
}
section.Website-tool {
    background: #28449833;
}
.do-wrap {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 #ddd;
    -ms-box-shadow: 0 1px 1px 0 #ddd;
    box-shadow: 0 1px 1px 0 #ddd;
    height: 100%;
}
    .do-wrap span {
        border-radius: 100px;
        display: inline-block;
        height: 100px;
        padding: 32px 0;
        margin-top: -50px;
        width: 100px;
        background: #2382c2;
    }
        .do-wrap span img {
            color: #fff;
            font-size: 50px;
            line-height: 99px;
            display: block;
            margin: auto;
            width: 45px;
        }
.dark_gray.top {
    width: 100%;
    height: 72px;
    display: block;
    background: #2382c2;
}
.do-wrap:hover .dark_gray.top {
    background: #283890;
}
.do-wrap:hover span.dark_gray {
    background: #283890;
}
.text-box-my {
    padding: 5px 30px;
    padding-bottom: 30px;
}
.do-wrap h4 {
    font-size: 18px;
    font-weight: 800;
    color: #283b92;
    text-shadow: 1px 1px 1px black;
}
.text-box-my a {
    background: #283e95;
    padding: 7px 30px;
    border-radius: 20px;
    color: #fff;
}
.team-members-card:hover .team-members-img {
    background: #fff;
}