.section-title-inn {
    text-align: center;
    position: relative;
}
.section-title-inn h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: none;
    position: relative;
    color: #14176c;
}
.position-relative {
    position: relative !important;z-index:1;
}
.center-element-box {
        position: absolute;
        top: 42%;
        transform: translateY(-50%);
    }
.aboutus {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 90px 0 30px 0;
  display: flex;
  align-items: center;
}

.aboutus p {
  margin: 0;
  font-size: 26px;
  font-weight: 600;text-align:center;
  line-height: 34px;color:#010102;margin-bottom:10px;font-family: "Montserrat", sans-serif;
}
.aboutus .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 24px 8px 24px;
  border-radius: 8px;
  transition: 0.5s;border:2px solid #1976d2;
}

.aboutus .btn-get-started:hover {
  color: #1976d2;
  background: transparent;border:2px solid #1976d2;
}

.aboutus .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;border:2px solid #1976d2;
  color: #1976d2;background:transparent;
  font-weight: 600;padding: 8px 24px 8px 24px;border-radius: 8px;
}

.aboutus .btn-watch-video:hover {
 color: #fff;
  background: #1976d2;border:2px solid #1976d2;
}

.aboutus .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.aboutus .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .aboutus h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .aboutus p {
    font-size: 16px;
    line-height: 24px;
    margin:10px 0;font-family: "Montserrat", sans-serif;
  }

  .aboutus .btn-get-started,
  .aboutus .btn-watch-video {
    font-size: 13px;padding:4px 15px;letter-spacing:0;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
.box01{margin:0 auto 0 auto;background:#fff;-webkit-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  border: 0.8px solid #DADADA;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
padding:30px 0;}
.common-box1 {
    
    padding:0 10px;
    text-align: center;
}
.bdr-rgt { border-right: 1px solid #7b8895;}
.box-txt01{
    font-size: 34px;
    line-height: normal;
    font-weight: 900;color:#1976d2;
}
.to-be-better{padding:20px 0 0 0;position:relative}
.to-be-better .box-left{padding:30px;border-radius:20px;background:url(../img/tobebetterbg.png);background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;}
.to-be-better .box-left p{font-size: 15px;font-family: "Montserrat", sans-serif;
    line-height: 24px;color:#000;font-weight:500;
    margin-bottom: 20px;text-align:center;}
.to-be-better .box-left p.quote{font-family: "Montserrat", sans-serif;font-weight:800;color:#000;font-size:24px;line-height:34px;}
.to-be-better img{margin-left:-100px;}
.to-do-better{padding:0 0 50px 0;margin:-30px auto 0 auto; position:relative;}
.to-do-better .leftbox1{padding:40px 30px 20px 30px;
  background: url(../img/dotsbg.png)#fff;background-repeat:no-repeat;background-size:cover;background-position:right top;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  transition: 0.5s all ease;}
.to-do-better .shape1{position:relative;z-index:1;top:0;}
.to-do-better .shape1 img{ position: absolute;
  z-index: -1;
  left: -80px;
  top: -80px;}
.to-do-better .shape{position:relative;z-index:0;bottom:-40px;}
.to-do-better .shape img {
  position: absolute;
  z-index: -1;
  right: -10%;
  bottom: 0;
}
.to-do-better .leftbox1 p{font-size:15px;font-weight:600;line-height:24px;text-align:justify;color:#000;font-family: "Montserrat", sans-serif;}
.alltuchtopdown {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}
@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
.to-do-better .rightbox{background:#1976d2;padding:30px;border-radius:20px;position:relative;overflow:hidden;z-index:1;}
.to-do-better .rightbox::after {
  position: absolute;
  right: -9%;
  bottom: -5%;
  content: "";
  height: 200px;
  width: 200px;
  background: url(../img/shape-2.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  transition: all 0.35s ease-in-out;
}
.to-do-better .rightbox p{font-size:15px;font-weight:600;line-height:25px;text-align:justify;color:#fff;font-family: "Montserrat", sans-serif;}
/*-------------------------------------------
Leader Section
--------------------------------------------*/
.leader{position:relative;padding:40px 0 60px 0}
.leader .section-title {
    text-align: center;
    padding-bottom: 0;
    position: relative;
}
:root {
  --primary-color-one: #1976d2;
  --menu-active-color: #1976d2;
  --primary-color-two: #282f3b;
  --heading-dark: #282f3b;
  --link-color-dark: #282f3b;
  --menu-color: #282f3b;
  --menu-dropdown-color: #282f3b;
}

.primarg_bg_color {
  background: var(--primary-color-one) !important;
  background-color: var(--primary-color-one) !important;
}

.primarg_border_color {
  border-color: var(--primary-color-one) !important;
}

.footer_seven {
  padding-top: 80px;
}/*# sourceMappingURL=color.css.map */
.team_box {
  position: relative;
  margin-bottom: 30px;
}
.team_box.style_one .team_box_outer {
  position: relative;
  min-height: 370px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.team_box.style_one .team_box_outer .member_image {
  position: relative;
  overflow: hidden;
}
.team_box.style_one .team_box_outer .member_image img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.team_box.style_one .team_box_outer .member_image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -30px;
  background: linear-gradient(to top, var(--primary-color-two) 6%, rgba(0, 0, 0, 0) 70%);
  z-index: 9;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.team_box.style_one .team_box_outer .about_member {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
}
.team_box.style_one .team_box_outer .about_member .share_media {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.team_box.style_one .team_box_outer .about_member .share_media ul {
  position: absolute;
  width: 54px;
  height: auto;
  padding: 10px 7px 4px;
  background: var(--primary-color-one);
  border-radius: 0px 0px 50px 50px;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  margin: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transform: translateY(-40px);
}
.team_box.style_one .team_box_outer .about_member .share_media ul li {
  display: block;
  margin: 5px 0px;
  cursor: pointer;
}
.team_box.style_one .team_box_outer .about_member .share_media ul li i, .team_box.style_one .team_box_outer .about_member .share_media ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  color: var(--text-color-dark);
  background: #fff;
  text-align: center;
  border-radius: 50%;
}
.team_box.style_one .team_box_outer .about_member .share_media ul li.shar_alt i, .team_box.style_one .team_box_outer .about_member .share_media ul li.shar_alt a {
  background: transparent;
  border: 1px dashed #fff;
  color: #fff;
}
.team_box.style_one .team_box_outer .about_member .share_media ul.first {
  opacity: 1;
  z-index: 2;
  padding: 15px 7px 8px;
  transform: translateY(0px);
}
.team_box.style_one .team_box_outer .about_member .share_media ul.first li {
  margin: 0px 0px;
}
.team_box.style_one .team_box_outer .about_member .share_media ul.first .text {
  transform: rotate(-90deg);
  margin-bottom: 30px;
  margin-top: 17px;
  color: #fff;font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  margin-left: -4px;
}
.team_box.style_one .team_box_outer .about_member .share_media:hover ul {
  opacity: 1;
  transform: translateY(0);z-index:999;
}
.team_box.style_one .team_box_outer .about_member .share_media:hover ul.first {
  opacity: 0;
  transform: translateY(-40px);
}
.team_box.style_one .team_box_outer .about_member .authour_details {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 20px 25px;
  bottom: 0;
  left: 0;
}
.team_box.style_one .team_box_outer .about_member .authour_details span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
}
.team_box.style_one .team_box_outer .about_member .authour_details h6 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 30px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.team_box.style_one .team_box_outer .about_member .authour_details .button_view {
  position: absolute;
  left: 25px;
  transform: translateX(-100%);
  bottom: 0;
  opacity: 0;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
}
.team_box.style_one .team_box_outer:hover .about_member .authour_details span {
  transform: translateX(-140%);
}
.team_box.style_one .team_box_outer:hover .about_member .authour_details h6 {
  transform: translateX(-140%);
}
.team_box.style_one .team_box_outer:hover .about_member .authour_details .button_view {
  left: 24px;right:24px;
  opacity: 1;
  transform: translateX(0%);
}
.team_box.style_one .team_box_outer:hover .about_member .authour_details .button_view h2{font-size:24px;line-height:34px;color:#fff;font-family: "Montserrat", sans-serif;}
.team_box.style_one .team_box_outer:hover .about_member .authour_details .button_view p{font-size:16px;line-height:24px;color:#fff;font-family: "Montserrat", sans-serif;}
.team_box.style_one .team_box_outer:hover .member_image img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.team_box.style_one .team_box_outer:hover .member_image::before {
  bottom: 0;
}
.mr_bottom_10 {
  margin-bottom: 10px;
}
.presence{padding:40px 0;position:relative;}
.presence p{font-size:15px;line-height:24px;font-weight:600;margin-top:3rem;text-align:justify;padding-right:30px;}
.whitetxt{color:#FFFFFF!important}
.hero-1 {
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
	background:#080f2c;
}
.presence .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
    color: #fff;
}
.hero-1__map {
    display: inline-block;
    position: relative
}

@media(min-width: 1920px) {
    .hero-1__map {
        width: 830px;
        bottom: -32px
    }
}

.hero-1__map-location {
    display: none;
    position: absolute;
    z-index: 1
}

@media(min-width: 768px) {
    .hero-1__map-location {
        display: inline-block
    }
}

.hero-1__map-location:hover .hero-1__map-location-info {
    visibility: visible;
    opacity: 1
}

.hero-1__map-location.active .hero-1__map-location-info {
    visibility: visible;
    opacity: 1
}

.hero-1__map-location-dot {
    width: 14px;
    height: 14px;
    position: relative;
    border-radius: 50%;
    background-color: #1062fe
}

.hero-1__map-location-dot::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: rgba(16, 98, 254, .2);
    -webkit-animation: pulser 2s infinite;
    animation: pulser 2s infinite;
    z-index: 1
}

.hero-1__map-location-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    position: absolute;
    bottom: 100%;
    right: 100%;
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hero-1__map-location-info-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    padding: 6px;
    border-radius: 1.5rem;
    background-color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.hero-1__map-location-info-btn-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%
}

.hero-1__map-location-info-btn-text {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display: inline-block;
    font-size: 14px;
    font-weight: 500
}

.hero-1__map-location-info-arrow {
    display: inline-block;
    margin-top: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.hero-1__map-location--1 {
    top: 55%;
    right: 75%;
}

.hero-1__map-location--2 {
    top: 45%;
    right: 82%
}

.hero-1__map-location--3 {
    top: 52%;
    right: 73%;
}

.hero-1__map-location--6 {
    top: 61%;
    right: 30%;
}

.hero-1__map-location--7 {
    top: 42%;
    right: 53%;
}

.hero-1__map-location--8 {
    top: 68%;
    right: 23%;
}

@-webkit-keyframes pulser {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(2);
        transform: scale(2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulser {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(2);
        transform: scale(2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.hero-2 {
    padding-top: clamp(9rem, 11.5vw + 1rem, 13.75rem)
}

.hero-two-img-group .hero-2-left {
    position: absolute;
    left: -140px;
    top: 110px
}

@media(max-width: 1579px) {
    .hero-two-img-group .hero-2-left {
        display: none
    }
}

.hero-2-shape {
    position: absolute;
    pointer-events: none
}

.hero-2-shape-1 {
    top: 0;
    right: 80px
}

.hero-2-shape-2 {
    bottom: 0;
    right: 110px
}

.hero-2-pluse-img {
    margin-top: -303px;
    margin-right: 33px
}

@media(max-width: 991px) {
    .hero-2-pluse-img {
        margin-right: 0;
        margin-left: 33px
    }
}

.hero-3 {
    padding-top: clamp(9rem, 11.5vw + 1rem, 13.75rem);
    padding-bottom: clamp(3.75rem, 6.3vw + 1rem, 7.5rem)
}

.hero-3__shape {
    display: none
}

@media(min-width: 1200px) {
    .hero-3__shape {
        display: block;
        position: absolute;
        z-index: -1;
        pointer-events: none
    }
    .hero-3__shape-1 {
        top: 130px;
        right: 40px
    }
    .hero-3__shape-2 {
        bottom: 80px;
        left: 40%
    }
    .hero-3__shape-3 {
        bottom: 10px;
        right: 40px
    }
    .hero-3__shape-4 {
        bottom: 10px;
        left: 40px
    }
}

@media(min-width: 1200px) {
    .hero-3 .vertical-social-media {
        top: 50%;
        right: 2rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.hero-4 {
    padding-top: clamp(9rem, 11.5vw + 1rem, 11rem);
    padding-bottom: clamp(3.75rem, 6.3vw + 1rem, 7.5rem)
}

.hero-4::after {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline-start: 50%;
    inset-inline-end: 0;
    z-index: -1;
    pointer-events: none;
    background-image: url(../img/shape/hero-4-shape-1.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat
}

@media(min-width: 1200px) {
    .hero-4 .vertical-social-media {
        top: 50%;
        left: 2rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.hero-5-area {
    padding-top: clamp(9rem, 11.5vw + 1rem, 13.75rem);
    padding-bottom: clamp(3.75rem, 6.3vw + 1rem, 7.5rem)
}

.hero-5-area .hero-5-left {
    top: 135px;
    left: -170px
}

.hero-5-area .hero-5-right {
    bottom: 0;
    right: -70px
}

@media(max-width: 1500px) {
    .hero-5-area .hero-5-right {
        display: none
    }
}

.hero-5-area::after {
    position: absolute;
    content: "";
    inset: 0;
    background-image: url(../img/shape/hero-5-bg-overlay.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: .1
}

.hero-6 {
    padding-top: clamp(9rem, 13.15vw + 1rem, 15.625rem);
    padding-bottom: clamp(9rem, 13.15vw + 1rem, 15.625rem);
    overflow: hidden
}

.hero-6::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background-image: url(../img/shape/hero-6-bg.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat
}

@media(min-width: 1920px) {
    .hero-6__img {
        width: 950px;
        position: relative;
        z-index: -1;
        -webkit-transform: translate(-15%, 15%);
        transform: translate(-15%, 15%)
    }
    .hero-6__img img {
        width: 100%
    }
}
.to-leave-better{padding:0 0 40px 0;position:relative}
.to-leave-better p{font-size: 16px;
    line-height: 24px;color:#000;font-weight:500;
    margin-bottom: 20px;text-align:justify;font-family: "Montserrat", sans-serif;}
.to-leave-better .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
    color: #14176c;text-align:left;
}
.to-leave-better .shape-top-right {
  position: absolute;
  top: -40px;
  right: 30px;
  z-index: -1;
}                                                                                                   @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}   
@media (min-width:100px) and (max-width:767px){
.center-element-box {position: relative;top: 1%;transform: translateY(0%);}
.presence p{margin-top:0;text-align:center;}
.common-box1 {padding: 6px;text-align: center;}
    .section-title h2{margin-bottom:20px;}
    .leader{padding:40px 0 20px 0;}
    .to-leave-better .section-title h2 {text-align: center;}
    .to-leave-better img{max-width:100%;}
    .to-be-better .box-left{padding:30px 20px;}
    .to-be-better .box-left p {font-size: 14px;line-height:20px;}
    .to-be-better .box-left p.quote {font-size: 22px;line-height: 32px;}
    .section-title-inn h2 {font-size: 30px!important;}
    .to-do-better .leftbox1 {padding: 30px 20px 20px 20px;}
    .to-do-better .leftbox1 p {font-size: 14px;line-height:20px;}
    .to-do-better .rightbox{padding:30px 20px;}
    .to-do-better .rightbox p{font-size: 14px;line-height:20px;}
    .presence .section-title h2 {font-size: 30px;}
    .presence .mt-5{margin-top: 0 !important;}
        .section-title h2 {margin-bottom:20px;}
        .team_box.style_one .team_box_outer:hover .about_member .authour_details .button_view p {font-size: 14px; line-height: 20px;}
        .to-leave-better .section-title h2 {font-size: 30px;margin-bottom:0;}
        .to-leave-better p {font-size: 14px;line-height: 20px;margin-bottom: 12px;}
        .to-leave-better {padding: 0 0 0px 0;}
        .aboutus {width: 100%;min-height: 86vh;}
        .section-title h2 {font-size: 30px!important;    }
        .leader .section-title {text-align: center; padding-bottom: 20px; position: relative;}
        .to-leave-better p:last-child{margin-bottom:40px;}
        .team_box {position: relative; margin-bottom: 20px;}
        .presence .section-title h2{margin-bottom:0;}
        .presence p{padding-right:0;}
}
