html {
    overflow-x: hidden;
}

/* =================scroll top css start here================ */

/* ===== Scrollbar CSS ===== */

/* Firefox */

* {
    scrollbar-width: auto;
    scrollbar-color: #892E11 #f2f2f2;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 4px;
}
*::-webkit-scrollbar-track {
    background: #ffbc00;
}
*::-webkit-scrollbar-thumb {
    background-color: #0072ff;
    border-radius: 0px;
}

body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}


h1,
h2,
h3,
h4,
h6 {
    font-weight: 500;
    font-family: 'Frank Ruhl Libre', serif;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
}

select::-ms-expand {
 display: none;
}

a, a:hover, button, button:hover, a:focus, button:focus {
    text-decoration: none !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}
img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto;
}
iframe{ width: 100%; }
.ptb{padding:50px 0;}
.pt{padding-top:50px;}
.pb{padding-bottom:50px;}



/* Header */

.main-menu-more {
    display: none;
}

.headtop {
    text-align: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.headtop a {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}
.headmid {
    background: #5e745d;
}
.bd_innerhead .headmid {
    background: #fff;
    border-top: 1px solid #e5e7eb;
}

.bd_innerhead .headmid .bd_logo a {
    background: #5e745d;
    padding: 5px;
}
.bd_innerhead .headmidrgt .navbar-nav a {
    color: #515b69;
}

.bd_innerhead .headsocial a {
    color: #000000;
}

.bd_logo a {
    display: block;
    width: 220px;
}
.bd_nav {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    justify-content: space-between;
    flex-wrap: wrap;
}
.headmidrgt {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    font-weight: 600;
}
.headmidrgt .navbar-nav a {
    position: relative;
    transition-duration: 300ms;
    font-size: 15px;
    font-weight: 600;
    color: #e7e7e7;
}

.headmidrgt .navbar-nav li+li {
    margin-left: 30px;
}

.headsocial {
    margin-left: 30px;
}

.headsocial a {
    color: #e7e7e7;
    font-size: 24px;
}

.headsocial a+a {
    margin-left: 15px;
}


/* Toggle*/

.bd_toggle {
    border: 0;
    background: #000;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.bd_toggle.navbar-toggler:focus {
    outline: 0;
}

.bd_toggle span {
    width: 20px;
    height: 4px;
    background: #ffffff;
    display: inherit;
    position: relative;
    margin: 0;
    background-image: none !important;
}

.bd_toggle span:after {
    position: absolute;
    content: " ";
    width: 20px;
    height: 4px;
    top: -7px;
    left: 0;
    right: 0;
    background: #ffffff;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.bd_toggle span:before {
    position: absolute;
    content: " ";
    width: 20px;
    height:4px;
    bottom: -7px;
    left: 0;
    right: 0;
    background: #ffffff;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.bd_toggle.closebar span {
    background: transparent;
}

.bd_toggle.closebar span::before {
    transform: rotate(45deg);
    transition: all .4s;
    width: 22px;
    bottom: 0;
}

.bd_toggle.closebar span::after {
    transform: rotate(-45deg);
    transition: all .4s;
    top: 0;
}

.bd_btn {
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #fbfdff;
    border: 0;
    padding: 10px 16px;
    border-radius: 0;
    display: inline-block;
    background: #5e745d;
    font-weight: 600;
}
.bd_btn:hover{
    background: #748775;
    color:#fff;
}


/*Banner*/

.bd_banner{
    padding: 100px 0;
}
.bannercon h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 2.6rem;
}
.bannercon {
    text-align: center;
    padding-right: 10%;
}

/*Home Page*/


.bd_aboutsec{
    position: relative;
}
.bd_aboutsec:before{
    position: absolute;
    content: "";
    background: url(../images/bg1.png) top center no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bd_servisbox{
    background: #e2f1ff;
}
.bd_servissec{
    position: relative;    
    padding: 210px 0;
    margin-top: -50px;
}
.bd_servissec:before{
    position: absolute;
    content: "";
    background: url(../images/bg2.png) top center no-repeat;
    background-size: cover;
    top:0;
    left: 0;
    width: 100%;
    height: 210px;
}

.bd_servissec:after{
    position: absolute;
    content: "";
    background: url(../images/bg2.png) top center no-repeat;
    background-size: cover;
    bottom:0;
    left:0;   
    width: 100%;
    height: 210px;
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
}

.bd_servicearea {
    background: #fff;
    box-shadow: 0 0 10px 0 #415db566;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.serimg {
    width: 100px;
    margin: auto;
    height: 80px;
    margin-bottom: 20px;
}

.serimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.serinfo a {
    text-transform: uppercase;
    color: #0c2b85;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
.serinfo h2 {
    color: #000000;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 500;
}

.bd_serviceaec:nth-child(1), .bd_serviceaec:nth-child(3) {
    margin-top: -70px;
    z-index: 1;
}

.bg{
    background: rgba(75, 93, 74);
}
.bg1{
    background:rgb(249 250 251);
}
.consec h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 3rem;
    color: #fff;
}

.bd_btnwhite {
    background: #fff;
    color: #4b5d4a;
    text-transform: capitalize;
    font-size: 16px;
}
.imgsec {
    padding-left: 23%;
}
.imgsec img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.head h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 2.25rem;
}

.head {
    margin-bottom: 30px;
}
.secfour h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-family: 'Dancing Script', cursive;
    color: #fff;
}

.secfour p {
    color: #fff;
    font-weight: 700;
}
.coachingsec {
    background: #fafafa;
    padding: 50px;
}

.coachingsec .coachingsect {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.coachingsec .coachingsect .coachingimg {
    flex: 0 0 28%;
    max-width: 28%;
}

.coachingsec .coachingsect .coachingcon {
    flex: 0 0 72%;
    max-width: 72%;
    padding: 0 5%;
}

.coachingsec .coachingsect:nth-child(even) .coachingimg {
    order: 1;
}

.coachingsec .coachingsect+.coachingsect {
    margin-top: 60px;
}
.sevensec  ul {
    list-style-type: none;
    color: #fff;
}

.sevensec ul li+li {
    margin-top: 12px;
}

.sevensec {
    color: #fff;
}
.sevenimg {
    height: 100%;
}

.sevenimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.textblack h2, .textblack p, .textblack {
    color:rgb(31 24 65);
}

.videosec iframe {
    width: 100%;
    height: 500px;
}

.secninebox {
    text-align: center;
}

.secninebox p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.secninebox+.secninebox {
    margin-top: 60px;
}


/* Footer Css */

.bd_ftr {
    padding:30px 0;
    background: rgb(17 24 39);
}
.ftrcopy {
    justify-content: space-between;
    flex-wrap: wrap;
}

.ftrcopy p {
    margin: 0;
    color: #cdcdcd;
    font-size: .875rem;
    line-height: 1.25rem;
}

.ftrcopy .menu {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ftrcopy .menu li+li {
    margin-left: 20px;
}

.ftrcopy .menu li a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

/*Form*/

.coninfo {
    padding: 100px;
    position: relative;
    text-align: center;
}

.coninfo h2 {
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 2.25rem;
    line-height: 3rem;;
}
.coninfo .headsocial a {
    font-size: 35px;
    line-height: 40px;
}

.coninfo .headsocial {
    margin: 0;
}

.emailclass a i {
    display: block;
    margin-bottom: 10px;
    font-size: 32px;
}

.emailclass a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.emailclass {
    margin: 40px 0;
}
.emailclasstwo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.emailclasstwo a:nth-last-child(1) {
    display: contents;
    flex: 0 0 100%;
    max-width: 100%;
}

.emailclasstwo a {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding: 0 8px;
    margin: 10px 0;
}

.emailclasstwo a i {
    margin: 0;
}

.emailclasstwo a:nth-last-child(2) {
    text-align: left;
}

.contact_form1{
    border: 1px solid #e5e7eb;
    padding: 50px;
    background: #e5e7eb8f;
}
.contact_form1 label {
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
}
.check_label{
    margin-left: 10px;
    display: inline-block !important;
    margin-bottom: 0 !important;
}
.contact_form1 .wpcf7-form-control::placeholder {
  color: #000;
}

.contact_form1 .wpcf7-form-control, .contact_form1 .wpcf7-form-control:-internal-autofill-selected{
    width: 100%;
    background-color: transparent;
    border:1px solid #fff;
    border-radius:0;
    color: #fff;
    transition: 0.5s;
    position: relative;
}

.contact_form1 input[type="text"], 
.contact_form1 input[type="text"]:focus, 
.contact_form1 input[type="email"], 
.contact_form1 input[type="email"]:focus, 
.contact_form1 input[type="tel"], 
.contact_form1 input[type="tel"]:focus,
.contact_form1 input[type="date"], 
.contact_form1 input[type="date"]:focus,
.contact_form1 textarea,
.contact_form1 select, .contact_form1 select:focus
{
    width: 100%;
    padding: 0 15px;
    background-color: #f9f9f9;
    border: 2px solid #e5e7eb;
    outline: 2px solid transparent;
    outline-offset: 2px;
    color: #000;
    transition: 0.5s;
    position: relative;
    border-radius: 5px;
    font-size: 13px;
    box-shadow: none;
}
.contact_form1 .wpcf7-form-control-wrap{display: block;}

.contact_form1 input[type="file"], 
.contact_form1 input[type="file"]:focus{
    border: 1px solid #00569d;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
}

.contact_form1 .wpcf7-form-control:focus{
    border-color: #00569d !important;
}

.contact_form1 .wpcf7-text, .contact_form1 .wpcf7-date, .contact_form1 .wpcf7-select  {
    height:45px;
}

.contact_form1 .wpcf7-text, .contact_form1 .wpcf7-radio{
    border:0;
    padding: 0;
}

.contact_form1 .wpcf7-text, .contact_form1 .wpcf7-radio span.wpcf7-list-item:nth-child(1){
    margin-left: 0;
}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label{
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label span.wpcf7-list-item-label:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid red;
  border-radius:50px;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio] ~ span.wpcf7-list-item-label{
  font-size: 13px;
  color: #000;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio]:checked ~ span.wpcf7-list-item-label:before{
  background-color: #fff;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio]:checked ~ span.wpcf7-list-item-label:after{
  display: block;
}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label span.wpcf7-list-item-label:after{
    left: 10px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #1682ee;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    padding: 0;
}

.wpcf7-checkbox .wpcf7-list-item label {
    margin: 0;
    line-height: normal;
    position: relative;
    padding: 0 0 0 24px;
    border: 0;
    outline: none;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    display: block;
    border: 0;
    outline: 0;
}
.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
    position: absolute;
    top: 4px;
    left: 0;
}

span.wpcf7-form-control.wpcf7-checkbox {
    border: 0;
}
.contact_form1 .wpcf7-textarea {
    height: 100px;
    padding-top: 15px;
    background-color: #f9f9f9;
    border: 2px solid #e5e7eb;
    outline: 2px solid transparent;
    color: #000;
    border-radius: 5px;
    outline: none;
}
.contact_form1 textarea:focus-visible{outline: none;}
.contact_form1 .wpcf7-submit {
    height: 45px;
    padding: 0 30px;
    background: #4b5d4a;
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    font-weight: 600;
    margin-bottom: 0;
    border: 0;
    text-transform: capitalize;
    display: block;
    width: 100%;
}
.invalid .wpcf7-response-output {
    display: none;
}

.contact_form1 .wpcf7-submit:hover{
    background: #000;
    color: #fff;
}

.contact_form1 .bd_consub{position: relative; margin: 0 0 0 -15px;}

.contact_form1 .bd_consub .ajax-loader {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.captcha-image {
    border-color: #000;
    color: #000;
    border-radius:20px;
    padding: 20px !important;
}

.con_map{
    height: 100%;
}
.con_map iframe{
    height: 100%;
    width: 100%;
}

.coninfo ul li a span {
    font-size: 12px;
    line-height: 18px;
    color: #fff700;
}

.bd_main {
    background: rgba(248, 247, 253);
}

/*Inner Banner*/

.inner_banner{
    padding:50px 0 0 0;
}
.inner_bannerinfo {
    text-align: center;
}
.inner_bannerinfo h1 {
    text-transform: CAPITALIZE;
    color: #000000;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    position: relative;
    font-family: Frank Ruhl Libre,serif;
    margin-bottom: 0;
}
.inner_bannerinfo p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
}


/* Inner Page */
.breadcrumb {
    background: transparent;
    margin-bottom:10px;
    padding: 0;
}
.breadcrumb ul{
    list-style-type: none;
    margin-bottom: 0;
    display: flex;
    padding: 8px 10px;
    background:#1c1c1d;
    border-radius: 4px;
}
.breadcrumb ul li{
    display: inline-block;
    margin: 0 5px;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
}
.breadcrumb ul li:nth-child(1){
    margin-left:0;
}
.breadcrumb ul li.item-current {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.breadcrumb ul li a, .breadcrumb ul li strong{
    font-weight: 500;
    line-height: 16px;
    color: #ffffff;
    font-size: 12px;
}
.breadcrumb ul li strong{color: #ffb528;}
.breadcrumb ul li a:hover {
    color: #fdb621;
}

/* Inner Content */

.inner_con{
    color: #000;
    font-size:16px; line-height:20px;
}
.inner_con .alignright{
    float: right;
    margin: 20px 0 20px 20px;
    filter: drop-shadow(5px 5px 5px #222);
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    -moz-filter: drop-shadow(5px 5px 5px #222);
    -ms-filter: drop-shadow(5px 5px 5px #222); 
}
.inner_con .alignleft{
    float: left;
    margin: 20px 20px 20px 0;
    filter: drop-shadow(-5px 5px 5px #222);
    -webkit-filter: drop-shadow(-5px 5px 5px #222);
    -moz-filter: drop-shadow(-5px 5px 5px #222);
    -ms-filter: drop-shadow(-5px 5px 5px #222);
}
.inner_con h2{
    position: relative;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 600;
    color: #1f2957;
}
.inner_con h3{
    color: #1f2957;
    font-size: 26px;
    line-height: 30px;
    margin-bottom:15px;
}
.inner_con h4{
    color: #1f2957;
    font-size: 22px;
    line-height: 26px;
    margin-bottom:15px;
}
.inner_con ul{
    padding-left: 0;
    list-style-type: none;
}
.inner_con ul li{
    position: relative;
    margin: 10px 0;
    padding-left: 25px;
    color: #000;
    font-size: 15px;
    line-height: 20px;
}
.inner_con ul li:after{
    position: absolute;
    content: "\f046";
    color: #1f2957;
    font: normal normal normal 14px FontAwesome;
    top: 2px;
    left: 0;
}
.inner_con h6{
    font-size: 16px;
    line-height: 20px;
}
.inner_con p{
    color: #1f1f1f;
    font-size: 16px;
    line-height: 26px;
}

/* 404 */

.error-404 {
    color: #000;
}
.error-404 h1 {
    font-size: 100px;
    font-weight: 900;
    line-height: 104px;
    letter-spacing: -15px;
    -webkit-text-stroke: 1px #f9ca70;
    color: transparent;
}

.error-404 a {
    background: #f9ca70;
    display: inline-block;
    padding: 10px 20px;
    color: #7f0029;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.wpcf7-not-valid-tip{font-size: 12px !important; line-height: 16px;}

div.wpcf7-mail-sent-ok{
    background: #398f14;
    color: #fff;
    text-align: center;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    background: #f7e700;
    color: #252525;
    text-align: center;
}

/* comment-respond */
.comments-area{
	flex:0 0 100% !important; 
	max-width: 100% !important;
}
.error {
    color: red;
    font-size: 12px;
}
.comment-form p label .required {
    color: red;
}
.comments-area{
    margin-top: 40px;
}
.comment-respond .comment-reply-title{
    font-size: 26px;
    line-height: 30px;
    color: #252525;
    margin-bottom: 15px;
}
.comments-area .comments-title{
    font-size: 20px;
    line-height: 26px;
    color: #666;
    margin-bottom: 15px;
}
.comment-form p label{display: block;}
.comment-form input, .comment-form textarea{width: 100%; padding: 10px; border: 1px solid #0a1415;}
.comment-form input{height: 40px;}
.comment-form input[type=checkbox]{width: auto; height: auto;}
.comment-form p.comment-form-cookies-consent label{display: inline-block; margin-left: 10px;}

.form-submit {
    text-align: right;
}
.form-submit .submit{
    border: none;
    background:transparent;
    border:2px solid #0a1415;
    color: #0a1415;
    margin-bottom: 0;
    width: auto;
    padding: 0 20px;
}
.form-submit .submit:hover{background: #0a1415; color:#fff;}
.comment-list {
    list-style-type: none;
}
.post-navigation .screen-reader-text{display: none;}
.post-navigation .nav-links{display: flex;}
.post-navigation .nav-links .nav-previous br,
.post-navigation .nav-links .nav-next br
{
    display: none;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next
{
    flex: 1;
}
.post-navigation .nav-links .nav-previous a, .post-navigation .nav-links .nav-next a {
    background: #6897f4;
    display: inline-block;
    padding: 10px 20px;
}
.post-navigation .nav-links .nav-next{text-align: right;}
.post-navigation .nav-links .meta-nav{
    display: block;
    color: #fff;
    font-size: 12px;
}
.post-navigation .nav-links .post-title{
    color: #252525;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}
.post-navigation .nav-links .post-title:after{
    position: absolute;
    top: 3px;
    color: #252525;
    font-size: 14px;
    font: normal normal normal 14px FontAwesome;
}
.post-navigation .nav-links .nav-next .post-title:after{
    content: "\f061";
    right: -15px;
}
.post-navigation .nav-links .nav-previous .post-title:after{
    content: "\f060";
    left: -15px;
}



/**/

.bd_pagination{display: inline-block;}
.pagination {
    box-shadow: 0 1px 2px 0px #e68a3b;
    background: #fff;
    display: flex;
}
.pagination .page-numbers {
    padding: 10px 15px;
    color: #000;
    border-right: 1px solid #efefef;
}
.pagination .page-numbers.current {
    background: #e68a3b;
    color: #fff;
}
.pagination .page-numbers:hover {
    background: #f1cfb2;
    color: #000;
}
/*********/


.storyimg {
    max-width: 500px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}

.testimonial_slider {
    background: #fff;
    padding: 50px 100px;
}

.parascroll p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    margin: 0;
}

.parascroll {
    margin-bottom: 40px;
    overflow-y: scroll;
    height: 200px;
    padding-right: 20px;
}

.ftrtesti {
    position: relative;
    padding: 10px 0 0 110px;
    min-height: 90px;
}

.ftrtesti .ticon {
    margin: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.ftrtesti .thead {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
}

.ftrtesti span {
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.testimonial_slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 +60px;
}

.senpart {
    border-right: 1px solid #e9bcb7;
    padding-right: 40px;
}