.widget-title h2 { display: inline-block; position: relative; color: #044569;}
.widget-title p {
    font-size: 16px;
    color: #fff;
    padding-top: 5px;
}
.brand-logo-section{
    width: 150px;
    height: 100%;
}

.header-navigation{
    display: flex !important;
    width: 100%;
height: 100%;
flex-direction: column !important;
    gap: 10px;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 40px;
  }
  .header-navigation h1{
    font-size: 20px;
line-height: 28px;
color: #131111;
font-weight: 700;
font-family: "Open Sans",sans-serif;
  }
  .header-navigation h1 span{
    color: red;
  }

  .call_div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .head-nav{
    display: flex !important;
    width: 100%;
height: 100%;
padding-top: 10px;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-end;
  }

  .nav-links{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 29px;
    color: #484848 !important;
    font-weight: 700;
  position: relative;
  margin: 0px 05px;
  text-align: center;
  }
  .nav-links li.center a:before{
    left: 50%;
    transform: translateX(-50%);
  }

  .nav-links:hover{
    transform: scale(1.04);
    transition: .5s all;
    color: black !important;
    /* border-bottom: 2px solid; */
  }
  
  .nav-links:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 0%;
    background: #ff1621;
    border-radius: 12px;
    transition: all 0.4s ease;
  }
  .nav-links:hover:before{
    width: 100%;
  }
  .active{
    font-weight: 600;
  }
  .active::before{
    width: 100%;
  }

  .global__section{
    padding: 4em 0;
  }
  .global__section2{
    padding: 0;
  }
  
  .global__section h1{
    font-size: 85px;
text-transform: uppercase;
color: #ff1621;
line-height: 85px;
font-weight: 800;
font-family: "Poppins",sans-serif;
text-align: center;
  }
  .global__section h3{
    font-size: 39px;
    text-align: center !important;
letter-spacing: 05.5px;
line-height: 39px;
color: #2b2a28;
font-weight: 700;

  }
  .global__section .brd{
  position: relative;
  }
  .global__section .brd::after{
    height: 300px;
    top: 50%;
    transform: translate(0,-50%);
    right: 0;
    content: '';
    position: absolute;
    width: 4px;
    border-radius: 10px;
    background-color: gray;
    }
    .global__section img{
        padding-left: 50px !important;
    }

    #header.sticky .brand-logo-section{
        width: 120px;
    }
    #header.sticky .header-navigation{
        padding-top: 10px;
    }
.global__section2 .left_recruit{
    background-color: #ff1621;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


.placements_section{
    padding: 4em 0em;
}

.placements_section .widget_title{
    text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   padding: 2em 0;
}
.let_explore .widget_title{
    text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   padding: 1em 0;
}

.placements_section .widget_title h1{
    font-size: 76px;
    margin: 5px 0px;
    line-height: 76px;
    color: #000;
    font-weight: 800;
    font-family: "Poppins",sans-serif;
}
.placements_section .widget_title h1 span{
    color: #ff1621;
}

.placements_section img{
    border: 2px solid #9f9f9f;
}
.global__section2 h1{
    font-size: 120px;
    color: #ffffff;
line-height: 120px;
font-weight: 800;
font-family: "Poppins",sans-serif;
text-align: center;
  }
  .global__section2 h3{
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 6px;
    color: #ffffff;
text-align: center;    
font-weight: 800;

  }
    .courses_section{
        position: relative;
        z-index: 0;
        padding: 40px 0px;
        background: url(../images/course_bgg.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    /* .courses_section::after{
position: absolute;
content: '';
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
        background: url(../images/courses_bg22.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    } */

    .courses_section .widget_title{
        text-align: center;
       display: flex;
       justify-content: center;
       align-items: center;
       flex-direction: column;
    }
    
    .courses_section .widget_title h1{
        font-size: 76px;
        margin: 5px 0px;
        line-height: 76px;
        color: #ffffff;
        font-weight: 800;
        font-family: "Poppins",sans-serif;
    }
    .courses_section .widget_title p{
        font-size: 26px;
        margin: 5px 0px;
        line-height: 32px;
color: #ffffff;
background-color: #000;
padding:5px;
width: max-content;
font-weight: 600;
text-align: center;
    }

    .courses_section .course_bg_box{
        background-color: #20201f;
        /* min-height: 400px; */
        padding: 20px 0px 0px 0px;
        position: relative;
    }

    .courses_section .course_bg_box img{
        width: 100%;
        height: 200px;
        object-fit: cover;
        margin-bottom: 0px;
    }
    .courses_section .course_bg_box h1{
        font-size: 20px;
        line-height: 27px;
        padding: 0px 10px;
color: #ffffff;
font-weight: 600;
text-align: center;
    }
    .courses_section #courses-silder{
        margin: 2em 0px;
    }
    .courses_section .course_bg_box{
        margin: 30px 0px;
    }
    .courses_section .course_bg_box strong{
        font-weight: 600;
    }
    .courses_section .course_bg_box  p{
        font-size: 14px;
        line-height: 26px;
color: #ffffff;
font-weight: 400;
text-align: center;
    }

    .courses_section .course_bg_box .red_box{
        background-color: #d10116;
        width: 100%;
        padding:10px 10px;
        margin: 20px 0px 0px 0px;
    }
    .courses_section .course_bg_box .red_box h3{
        text-align: center;
        font-size: 22px;
        line-height: 30px;
color: #ffffff;
    }
    .courses_section .course_bg_box ul{
        padding: 15px 10px;
    }
    .courses_section .course_bg_box ul li{
        position: relative;
        list-style: none;
        font-size: 14px;
        padding: 10px 0px;
        line-height: 20px;
        color: #b7b7b7;
        font-weight: 400;
        text-align: center;
    }
    .courses_section .course_bg_box ul li::after{
        content: '';
        position: absolute;
        width: 150px;
        border-bottom:1.5px dotted #b7b7b7 ;
        height: auto;
        background-color:transparent;
        bottom: -3px;
        left: 50%;
        transform: translate(-50%);
    }
    .courses_section .course_bg_box ul li:last-child::after{
        display: none !important;
    }
    .courses_section .course_bg_box a{
        position: absolute;
        background-color: #d10116;
        padding:10px 20px;
        border-radius: 5px;
        font-size: 16px;
        line-height: 20px;
        width: auto;
color: #ffffff;
font-weight: 400;
left: 50%;
transform: translate(-50%);
bottom: -20px;
    }
    .courses_section .course_bg_box a:hover{
        transition: .5s;
        background-color: white;
        color: #d10116;
    }

    .saltlake_section{
        padding: 3.5em 0;
        background-color: #ff1621;
    }
    .saltlake_section .salt_content h1{
        font-size: 90px;
        position: relative;
        color: #ffffff;
        margin-left:-405px;
        line-height: 90px;
        font-weight: 800;
        padding: 0;
        text-align: center;
        font-family: "Poppins",sans-serif;
    }
    .salt_content::after{
        content: '';
        position: absolute;
        right: 250px;
        top: 0px;
        background: url(../images/WHY_bg.png);
        width: 150px;
        height: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .saltlake_section .salt_content h1::after{
        content: '';
        position: absolute;
        left: 1000px;
        top: 0px;
        background: url(../images/Choose.png);
        width: 150px;
        height: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .saltlake_section .salt_content h2{
        font-size: 50px;
  margin-left: 155px;
  margin-top: -15px;
        font-weight: 800;
        padding: 0;
        text-align: center;
        line-height: 50px;
        color: #ffffff;
        font-family: "Poppins",sans-serif;
    }

    .ugc .cent{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ugc .cent img{
        width: auto;
        height: 100px !important;
    }
    .ugc .ug_con{
        margin: 30px 0px;
        display: flex;
        gap: 20px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .ugc .ug_con .red{
        color: #ae0f44;
    }
    .ugc .ug_con .blue{
        color: #0c4da2;
    }
    .ugc h3{
        background-color: rgba(128, 128, 128, 0.486);
        padding: 5px 10px;
        font-size: 25px;
color: #000 !important;
text-align: center;
font-weight: 500;
    }
    .ugc p{
        font-size: 24px;
color: #20201f;
font-weight: 500;
text-align: center;
    }
    .ugc .bor1{
      border-left: 1px solid black !important;
      border-right: 1px solid black !important;
    }
.widget-title .hr:after { position: absolute; content:""; width: 120px; height: 10px; background-color: var(--bg-purple); margin-top: -5px; }
.zIndex2 { z-index: 2;  }
.font-weight-300 { font-weight: 300; }
.font-weight-700 { font-weight: 700; }
.font-weight-500 { font-weight: 500; }
.show { display: block!important;}
.overflow-h { overflow:hidden; }
.gradient {background-image: linear-gradient(to right, #4b1632, #421633, #381733, #2f1631, #26162f);}

/*== HEADER CSS START ==*/
#header .logo { padding-top: 12px;}


/*== BANNER CSS START ==*/
.dsu-form { width: 400px; margin: 0rem auto 0; padding: 2rem 1rem; float: right; position: relative; z-index: 1; border-radius: .1rem;background-color: #38383862;}
.frmBg { position: relative; text-align: center; padding: 0 0;;}

.frmBg h1{
    font-size: 55px;
letter-spacing: 4px;
line-height: 55px;
font-weight: 700;
color: #ffffff;
font-family: "Poppins", sans-serif;
text-align: center;
}

.frmBg h2{
    font-size: 23px;
    text-transform: uppercase;
    color: #d8a74a;
    font-weight: 700;
    text-align: center;
}
.frmBg h3{
    margin-top: 20px;
    margin-left: 19px;
    font-size: 23px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 33px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    filter: drop-shadow(0.5px 0.866px 0.5px rgba(0,0,0,0.4));
}
.frmBg p{
font-size: 14px;
margin-left: 19px;
letter-spacing: 0px;
line-height: 20px;
text-align: left;
color: #ffffff;
font-weight: 300;
}
.frmBg .hr { border: 2px solid var(--bg-blue); margin: 0 auto; }
.contact_fild { padding: 0.5rem 20px 0;}
.contact-fild-box .form-control, 
.contact-fild-box .form-select { font-size: 14px; color: #ffffff; border-bottom: 0.5px solid #7d8083 !important;border: 0; border-radius: 1px; background-color: rgba(0,0,0,0.10196078431372549);;
     margin: 0 auto; padding: 9px 10px; height: auto;}
	 
.custom-text{
    color: #013437;
}



.custom_text_2{
    color: #FFA800 !important;
}
.contact-fild-box .form-control option { color: #000 !important; }	
.wid50 .contact-fild-box {
    width: 48%;
} 

.dsu-addmission hr{
    opacity: 1;
    background-color: #008582;
    color: #008582;
    width: 100px;
    height: 3px;
    margin-bottom: 30px;
}
.form-group { margin-bottom: 0px;}
.btn_submit.btn__blue { background-color: var(--bg-purple);}
.btn_submit {background: rgb(233,16,26);
    background: linear-gradient(180deg, rgb(230, 52, 61) 47%, rgba(233,16,26,1) 43%);
    
    border: 0px; color: var(--white-col); font-size: 20px; border-radius: 0rem; padding: 05px 2rem; width: 100%; filter: drop-shadow(0 0 1.5px rgba(0,0,0,0.74)); }
.btn_submit:hover { color: var(--white-col);}
.contact-fild-box { margin-bottom: 0.8rem; position: relative;}
.contact-fild-box.text-center { margin-bottom: 0px;}
.dsu-intro { position:relative; z-index: 2; }
.dsu-addmission { margin-top: 25rem; display: block; padding: 0px;}
.dsu-addmission .bannerContent .blob p {font-size: 18px;}
.dsu-addmission .bannerContent .blob span {
    display: inline-block;
    font-weight: 700;
    margin-left: 0.6em;
    /* letter-spacing: -0.03em; */
    text-align: left;
    padding: 0px 0px;
    font-size: 74px;
    line-height: 74px;
    color: #ffffff;
	
}

.dsu-addmission .bannerContent .blob h2{
    font-size: 38px;
    display: inline-block;
    padding-left:10px;
    padding-top: 0px;
color: #ffffff;
}
.dsu-addmission .bannerContent .blob h3{
    font-size: 50px;
    margin-left: 3.9em;
    line-height: 50px;
color: #ffffff;
display: inline-block;
padding: 0;
padding-right: 20px;
font-family: "Kaushan Script", cursive;
}

.dsu-addmission .bannerContent .blob strong{
    font-size: 40px;
letter-spacing: 3px;
font-weight: 900;
color: #ffffff;

}
.boydv {
    top: 8rem;
    left: 33rem;
    z-index: 2;
}
.boydv img { width:92%;}
.clouds1 {left: 35rem; top: 4rem;}
.clouds2 {left: 23rem; top: 27rem;}
.clouds2 img {width: 35%; opacity:0.7;}
.clouds3 {right: -14rem; top: 5rem;}
.clouds3 img {width: 25%; opacity:0.5;}




/* .dsu-addmission .bannerContent span:before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    width: 1px;
    height: 110%;
    top: -13px;
    right: 0;
}

.dsu-addmission .bannerContent span:after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    width: 1px;
    height: 90%;
    bottom: 0px;
    left: 0;
} */



.dsu-addmission .bannerContent .blob span b {font-weight:400; text-transform:lowercase;}
.dsu-addmission .bannerContent .blob span b:before {
    content: "";
    position: absolute;
    width: 56%;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    right: 0;
    top: -13px;
}

.dsu-addmission .bannerContent .blob .button__flex {
    position: relative;
    padding-top: 28px;
}
.dsu-addmission .bannerContent .blob .button__flex ul.listed {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.dsu-addmission .bannerContent .blob .button__flex ul.listed li {
    color: #fff;
    font-weight: 500;
    width: 100%;
    margin-bottom: 15px;
    font-size: .99rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #FFFFFF78;
    padding-bottom: 10px;
}
.dsu-addmission .bannerContent .blob .button__flex ul.listed li:last-child{
    border-bottom: none !important;
}
.dsu-addmission .bannerContent .blob .button__flex ul.listed li img.img-fluid {
    width: auto;
}
.dsu-addmission .bannerContent .blob .button__flex ul.listed li img {
    background-color: #FFA800;
    border-radius: 50%;
    padding: 4px;
    margin-right: 5px;
    width: 38px;
    height: 38px;
	margin-right: 12px;
}


.formIDfid { padding: 0 0px; }

.dsu-form .progress { background-color: var(--bg-blue); height: 2px; }
/*== BANNER CSS end ==*/
.partner__section .partner__after:after { position: absolute; content:""; border-radius: 1.5rem; border-bottom-right-radius: 0; background-color: var(--bg-blue);  bottom: 0; left: 0; width: 99%; height: 60vh; z-index: -1; }
.partner__section .partner__after .partner__content { padding-left: 5rem; padding-top: 5rem;}
.sticky .logo img { width: 250px; }
[data-paroller-factor] { position: relative; z-index: 0;}
.dsu-addmission .bannerContent .blob h1 {
font-size: 32px;
color: #ffffff;
}


.ftr__btm { position: absolute; bottom: 0rem; left:0; }

/*== Footer css start ==*/
.footer { padding: 20px 90px !important; background: #20201f;text-align: left; border-top:solid 1px #fff;  }
.footer img{
    display: inline-block;
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(176deg) brightness(104%) contrast(102%);
    width: 65px !important;
    height: auto  !important;
}
.footer p {
    text-align: left !important;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}
.desktop { display: block;}
.mobile { display: none;}
ul.listing li { position: relative; text-align: justify; padding: 5px 0; font-size: 1rem; color: var(--text-dark); padding-left: 2rem;  }
ul.listing li:after { position: absolute; text-align: center; left: 0px; top: 14px; width: 18px; height: 18px; line-height: 9px; background-color: var(--bg-red); color: var(--white-col); padding: 4px 4px; border-radius: 100%; font-family: 'Font Awesome 5 Pro'; content: "\f00c"; font-size: 0.7rem; }
.blue-col { background-color: #4865FF; }
.marquee { white-space: nowrap; overflow: hidden; box-sizing: border-box; border-bottom: 4px solid var(--bg-orange); font-size: 1.1rem;}
.marquee span { display: inline-block; padding-left: 100%; padding: 0.8rem 0; text-indent: 0; animation: marquee 30s linear infinite;}
.marquee span:hover { animation-play-state: paused}

@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
#courses-slider.owl-theme .owl-nav [class*=owl-] { color: var(--text-dark) !important; top: 50% !important; }
#courses-slider.owl-theme .owl-nav .owl-next { right: -50px;}

#courses-slider.owl-theme .owl-nav .owl-prev { left: -50px; }
#meet-slider.owl-theme .owl-nav [class*=owl-], #courses-slider.owl-theme .owl-nav [class*=owl-] {
   position:absolute;background:transparent;color:#FFF;padding:5px;font-size:2em;top:25%;margin:0;
   width: 2.5rem !important; height: 2.5rem !important; }
#meet-slider.owl-theme .owl-nav .owl-next { right: -37rem; }

#meet-slider.owl-theme .owl-nav .owl-prev { left: -50px;}
#meet-slider.owl-theme .owl-dots { position: absolute; left: 0%; bottom: -12%; }
#courses-slider.owl-theme .owl-dots { position: absolute; left: 35%; bottom: 20%; }

.owl-theme .owl-dots .owl-dot span { background: #94A3B8 !important; margin: 5px 2px !important; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #044569 !important; width: 30px !important;
}
#toppers-silder.owl-theme .owl-nav [class*=owl-]:hover { background-color: var(--bg-orange); }
#toppers-silder.owl-theme .owl-nav [class*=owl-] { position:  absolute; background-color: var(--bg-red); bottom:25%; border-radius: 0; width: 110px; padding: 10px 1.2rem; display: flex; align-items: center; }
#toppers-silder.owl-theme .owl-nav .owl-next .fal {  margin-right: 0rem;  margin-left: 0.5rem; }
#toppers-silder.owl-theme .owl-nav .owl-prev .fal, 
#toppers-silder.owl-theme .owl-nav .owl-next .fal { font-size: 2rem;
    display: inline-block; margin-right: 0.5rem; }
#toppers-silder.owl-theme .owl-nav .owl-next {
    right: -50px;
}

#toppers-silder.owl-theme .owl-nav .owl-prev {
    left: -50px;
}

.shapes_svg_ab { position: absolute; bottom: 0; right: -2rem; }



.ranki {position: relative;
    padding: 25px 0;
    background-color:#20201f;}	
	
.ranki .articles__item{
    position: relative;
    min-height: 180px;
    padding-top: 20px;
}

.ranki .articles__item.bord{
    border-right:1px solid  #7a7979;
}
.high__section .glased .articles__item p {
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    color: #fffafa;
}	

.high__section {position:relative;}

.high__section .glased{position:relative; padding-top:20px;}

.high__section .glased .articles__item h5.counting-number {
    font-weight: 800;
    
    display: inline-block;
    color: #fff;
    font-size: 70px;
text-transform: uppercase;
color: #ffffff;
font-family: "Poppins",sans-serif;
text-align: center;
}

.high__section .glased .articles__item span.plused {
    font-size: 70px;
    font-weight: 800; color: #fff;
}

.welcome_section {
    position: relative;
    background-color: #ff1621;
    padding: 3em 0; z-index: 0;
}

.welcome_section .welcome_content{
    display: flex;
    padding-left: 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}


.welcome_section .welcome_content h1{
    padding: 5px 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 40px;
color: #ffffff;
}

.welcome_section .welcome_content h5{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: white;
    padding-left: 2px;
    font-weight: 500;
    line-height: 20px;
}
.welcome_section .welcome_content img{
    height: auto;
    width: 60%;
    margin: 7px 0px;
}
.welcome_section .welcome_content p{
    font-size: 16px;
    margin-top: 10px;
line-height: 21px;
color: #ffffff;
font-weight: 400;

}

.mentors{
    position: relative;
    padding: 3em 0;
    background: url(../images/mentors_pattern.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mentors .widget_title{
    text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
}
.mentors .item{
    margin: 0px 60px;
}
.let_explore{
    background: url(../images/explore.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.let_explore .nav-pills1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.let_explore .nav-pills1 .nav-item1{
padding: 15px 10px;
width: 20%;
text-align: center;
border-radius: 32px;
background-color: #1f1f1f;
border: 2px solid #ffffff;
}
.let_explore .nav-pills1 .nav-item1.active{
    background-color: #ff1621;;
}

.let_explore .tab-content p{
    font-size: 20px;
line-height: 30px;
color: #ffffff;
font-weight: 400;
text-align: left;
margin-bottom: 30px;
}
.let_explore .tab-content h5{
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Open Sans";
    text-align: left;
}
.let_explore .tab-content .ul{
    display: flex;
    border-radius: 30px;
    padding: 20px 40px;
    background-color: #ff1621;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
}
.let_explore .tab-content .ul ul li{
    list-style: disc;
    list-style-position: inside;
    font-size: 16px;
line-height: 30px;
color: #ffffff;
font-weight: 700;
padding: 2px 0px;
font-family: "Open Sans";
text-align: left;

}

.let_explore .nav-pills1 .nav-item1 a{
    font-size:16px;
color: #ffffff;
font-weight: 400;
font-family: "Open Sans";
text-align: center !important;
}
.let_explore .widget_title h4{
    font-size: 30px;
    margin-top: 10px;
    text-align: center;
text-transform: uppercase;
color: #ffffff;
}
.let_explore .widget_title h1{
    font-size: 70px;
    margin: 5px 0px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Poppins",sans-serif;
}

.mentors .widget_title h1{
    font-size: 70px;
    margin: 5px 0px;
    line-height: 70px;
    color: #20201f;
    font-weight: 800;
    font-family: "Poppins",sans-serif;
}

.mentors .mentor_div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.mentors .mentor_div .mentors_img{
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 60px;
    z-index: 0;
}

.mentors .mentor_div .mentors_img::after{
    content: '';
    position: absolute;
    z-index:-1;
    width: 100%;
    height: 100%;
    border: 15px solid #cf2528;
    right:-30px;
    bottom: -30px;

}
.mentors .mentor_div .mentors_img img{
    width: 100%;
height: 350px;
}
.mentors .mentor_div h3{
font-size: 22px;
line-height: 28px;
color: #20201f;
font-weight: 700;
font-family: "Open Sans";
text-align: center;
}
.mentors .mentor_div p{
    font-size: 18px;
    line-height: 25px;
    color: #20201f;
    font-weight: 500;
    font-family: "Open Sans";
    text-align: center;
    }
